Geosampler

Terramonitor Geosampler calculates the zonal statistics (mean, maximum, minimum etc.) from a raster file containing geographical information, around coordinate points defined in the input file with a given radius in meters. Produces a csv file in the output directory with zonal statistics added to the points. The method is based on the QGIS Zonal Statistics…

Geocoder

The geocoder converts addresses to coordinates and produces a csv file with coordinates in the output directory. The method is based on the geopy Python package, see https://geopy.readthedocs.io/en/stable/ for detailed information. Requirements Ubuntu operating system + Python3 Usage python3 geocoder.py [csv filename with addresses in input directory] Example: python3 geocoder.py sample_input.csv The input csv file should…