sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
271 stars 22 forks source link

ENH: Stop using GDAL CLI #10

Closed remi-braun closed 2 years ago

remi-braun commented 2 years ago

For the moment we are using directly gdaldem CLI which is not a good practise. It would be better to replace these CLI by true pythonic algorithms.

See these resources:

We could use: