matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
779 stars 392 forks source link

Broken Examples #407

Open avipersin opened 6 years ago

avipersin commented 6 years ago

Many of the basemap examples https://matplotlib.org/basemap/users/examples.html are broken. This is mainly due to the datasets no longer existing at the original locations.

Instead of statically linking to the datasets which will create problems everytime they move why not just create a folder with the downloaded netcdf files and link to those?

molinav commented 10 months ago

In the last days I have been reviewing all the examples in the examples folder and the ones from the documentation. All the documentation examples have been fixed (i.e. finding alternatives to broken links and fixing outdated syntax).

Most but not all of the examples in the examples folder have also been fixed in a similar way. I list below the examples that are still failing (just as a reminder for myself):