-
Google chart server has been deprecated in 2012, and the notification for turning it down was in 2019:
https://groups.google.com/g/google-chart-api/c/rZtHTyYgyXI
The servers can be gone at any m…
-
geoviews `Path` elements behave differently depending on the `central_longitude` of the projection parameter. With the default `projection=crs.PlateCarree(central_longitude=0.0)`, lines on a 0-360 lon…
-
### Description
When using tiles in Orthographic projection, i noticed missing data.
```python
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
from cartopy.io.img_tiles import Stam…
-
### Description
When trying to use [Natural Earth's POV shapefiles](https://www.naturalearthdata.com/about/disputed-boundaries-policy/), the unzipping step fails because they do not include a `.cpg…
-
### Description
It would be helpful for high precision work to be able to non-projection based coordinate systems (in my case, GDA94/GDA2020) which crs.epsg does not currently support as per https:…
-
Alas, there exist about a million different projections, and Cartopy and Basemap do not implement the same set. Just picking randomly, Basemap has "Hammer" but Cartopy doesn't, while Cartopy has "Lamb…
-
### Description
I experience issues with the `angles` argument and the `set_UVC()` method for quiver plots when using the orthographic projection in Cartopy, see
see https://stackoverflow.com/…
-
I am noob. Do I need to take any action due to error below please?
Nigel M0NDE
-any.whl
Collecting cartopy>=0.16.0 (from -r requirements.txt (line 4))
Using cached https://files.pythonhos…
m0nde updated
6 years ago
-
I successfully executed [global_map.py](https://scitools.org.uk/cartopy/docs/latest/gallery/global_map.html) with cartopy 0.18.0. But it produced ```IllegalArgumentException``` warnings:
```console…
-
Here is an example of remapping data to Robinson projection.
Using the cartopy definition to get the border around the globe correct.
A pyresample area definition is created from the cartopy defini…