⇤ ← Revision 1 as of 2011-02-09 19:19:11
Size: 692
Comment:
|
Size: 830
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Line 7: | Line 6: |
Line 11: | Line 9: |
'''References:''' | |
Line 12: | Line 11: |
'''References:''' * [[http://www.scipy.org/Cookbook/Matplotlib/Maps | Cookbook / Matplotlib / Maps]] * [[http://matplotlib.sourceforge.net/basemap/doc/html/ | Matplotlib Basemap Toolkit documentation]] |
* [[http://www.scipy.org/Cookbook/Matplotlib/Maps|Cookbook / Matplotlib / Maps]] * [[http://matplotlib.sourceforge.net/basemap/doc/html/|Matplotlib Basemap Toolkit documentation]] |
Line 16: | Line 14: |
{{http://matplotlib.sourceforge.net/basemap/doc/html/%5Fimages/sinu.png}} | |
Line 17: | Line 16: |
{{http://matplotlib.sourceforge.net/basemap/doc/html/%5Fimages/merc.png}} | |
Line 18: | Line 18: |
Visualising spatial data
High level programming languages like e.g. Python, Matlab, R, IDL allow for the easy generation of maps by using specific modules. Alternatives to produce maps is special commerical or non-commercial software like e.g. ArcGIS, Generic mapping tool (GMT), ...
How to do it in Python
References: