Takes file with geospatial data in .tif format and parses it into .csv-file
- Resamples data from source file to square with given resolution and saves it in new .tif-file.
- Parses data (latitude, longitude, band parameter) from resampled .tif-file to .csv-file.
Script meant for datasets with dataset.count == 1
. For multidiband datasets it will only parse data from first band I guess.
python3
. rasterio
, numpy
, csv
python libraries