Basemap tutorial
================
Basemap is a great tool for creating maps using python in a simple way. It's a `matplotlib `_ extension, so it has got all its features to create data visualizations, and adds the geographical projections and some datasets to be able to plot coast lines, countries, and so on directly from the library.
Basemap has got `some documentation `_, but some things are a bit more difficult to find. I started this documentation to extend a little the original documentation and examples, but it grew a little, and now covers many of the basemap possibilities.
I started writing Basemap examples for a talk given during the `2014 SIGTE `_ meetings and I posted some examples in my blog (`geoexamples.com `_). I would really appreciate some feedback if somebody finds an error, or thinks that some section should be added. You can leave a comment at the `blog post announcing this tutorial `_.
Getting started
------------------
.. toctree::
:maxdepth: 2
installation
first_map
projections
basic_functions
shapefile
All Basemap methods
-------------------
.. toctree::
:maxdepth: 2
basemap
plotting_data
backgrounds
utilities
Cookbook
---------
.. toctree::
:maxdepth: 1
cmap
subplots
basemap3d
locator
clip
wrf
Other
-----
.. toctree::
:maxdepth: 2
cron
external_resources