DEV Community

Discussion on: Grab satellite data with Python

Collapse
 
ianturton profile image
Ian Turton

You can use QGIS (qgis.org) to view the imagery in a GUI environment or if you prefer the command line look at GDAL (gdal.org) which also has python bindings. There is also Rasterio (rasterio.readthedocs.io/en/latest/...) as a python raster data processing and viewing system.