Open wgy1027 opened 2 years ago
Were you able to find a solution and can post it here for others? Perhaps you can help us by improving the documentation or adding an example to the gallery of what you were looking for: https://scitools.org.uk/cartopy/docs/latest/gallery/index.html
Description
I want to show my tiff data with Cartopy. But, (1) when I use cartopy.crs.epsg function, it returns an error called xml.etree.ElementTree.ParseError.
(2) when I pass the projection in proj4 with cartopy.crs.CRS, Cartopy says
(3) So, I find that many people use the "cartopy.crs.from_proj", but
Can the designers of Cartopy do better? This problem wastes my whole morning