Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

acgeospatial/Sentinel-5P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sentinel-5P

Sentinel5P_Python

Blog associated with notebook http://www.acgeospatial.co.uk/sentinel-5p-and-python/

alt tag

Blog associated with xarray Sentinel 5P notebook http://www.acgeospatial.co.uk/sentinel-5p-and-xarray/

alt tag

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)

  1. 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'