Sentinel5P_Python
Blog associated with notebook http://www.acgeospatial.co.uk/sentinel-5p-and-python/
Blog associated with xarray Sentinel 5P notebook http://www.acgeospatial.co.uk/sentinel-5p-and-xarray/
Possible issues with sentinel 5P and Python notebook...
As far as I am aware this code works on Python 3.6.4. Potential issues are listed below Please note that basemap is being discontinued, so use cartopy (second notebook contains example) instead)
- When doing 'conda install basemap' I found a version conflict so downloaded the windows binary installer https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap … but this one depends on 'VC++ 2015.3 v14', install it following these instructions https://stackoverflow.com/a/50671800/9935639 … and then 'pip install basemap_filepath'