Skip to content

Working with Rasters and Vectors using Python and libraries such as GDAL

Notifications You must be signed in to change notification settings

tdrivas/Geoprocessing_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Geoprocessing_Python (Sentinel-2 Preprocess Workflow)

Using GDAL and Object Oriented Progamming

PyPI - Python

The script convert jp2 files into GeoTiffs. The latter is resampled in 10m spatial resolution and reprojected to pseudomercator (3857) having the potential to be clippedto a specific bounding box given by the user. It also generated several vegetation indices such as .

  • NDVI
  • NDWI
  • PSRI
  • SAVI

Last but not least, it produces a binary cloud mask dedicated to vegetation existence.

It is recommended to install GDAL (osgeo) using conda

conda install GDAL

License

About

Working with Rasters and Vectors using Python and libraries such as GDAL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages