C2SM-RCM / emiproc

Preprocessing of emissions: from any inventory to any model
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

remove cartopy dependency #21

Closed lionel42 closed 1 year ago

lionel42 commented 1 year ago

The only reason we need cartopy is to download the country maps.

We could check the code there and implement what we need instead:

https://github.com/SciTools/cartopy/blob/9c84165d58064897c0dcf6079012eea7aaadf2f6/tools/cartopy_feature_download.py#L27

lionel42 commented 1 year ago

Done in dc0ebc3