Skip to content

czertyaka/tif-to-csv-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoTIFF Parser

Takes file with geospatial data in .tif format and parses it into .csv-file

Script steps

  1. Resamples data from source file to square with given resolution and saves it in new .tif-file.
  2. Parses data (latitude, longitude, band parameter) from resampled .tif-file to .csv-file.

Warnings

Script meant for datasets with dataset.count == 1. For multidiband datasets it will only parse data from first band I guess.

Depenencirs

python3. rasterio, numpy, csv python libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published