> In Python , I am using gdal , but Did not find the API’s like the once in R > > > > Do you know any other libraries in Python that are close to rasters library > in R
You might want to try Rasterio which uses GDAL underneath: https://rasterio.readthedocs.io/en/latest/ GDAL has also Python bindings with an API close to its C/C++ API, but they are known to be trickier to use: https://gdal.org/api/index.html#python-api Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
