bilelomrani1 / s5p-analysis

Example of preliminary analysis and data exploration of Sentinel-5P satellite data
MIT License
6 stars 4 forks source link

--shape not an option #1

Open KapteinProton opened 4 years ago

KapteinProton commented 4 years ago

in "python s5p-tools/s5p-request.py L2__NO2___ --aoi geojson/france.geojson --shp shp/fr-regions.shp --date 20200601 20200608" the --shp does not seem to be a valid option.

bilelomrani1 commented 4 years ago

Thank you for pointing that out, the README on this repo is indeed a bit outdated. The option --shp was deprecated in s5p-tools for performance reasons. It has been ported to the script s5p-compress instead (see here). I'll leave the issue open just to remind me to go through the notebook on this repo and make sure that everything is still compatible with the new version (and possibly adding sections using the new scripts s5p-compress and s5p-aggregate).