SciTools / cartopy

Cartopy - a cartographic python library with matplotlib support
https://scitools.org.uk/cartopy/docs/latest
BSD 3-Clause "New" or "Revised" License
1.43k stars 366 forks source link

Chart Server dependency #2311

Open rainwoodman opened 10 months ago

rainwoodman commented 10 months ago

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 moment at this point.

These cartopy tests still seem to rely on the chart server API:

https://github.com/SciTools/cartopy/blob/da6a8c521f614abea4d16e659b3c87ec80025a66/lib/cartopy/tests/test_img_tiles.py#L39

Could we remove the chartserver dependencies? What is the best path forward? How deep does cartopy depend on the chart server API?

QuLogic commented 10 months ago

It is, AFAICT, only used for testing in that file.