Menu

Tree [r1595] / trunk / toolkits / basemap / examples /
 History

HTTPS access


File Date Author Commit
 500hgt.pickle 2005-02-01 jdh2358 [r905] Initial revision
 README 2005-08-08 jswhit [r1595] added example from wiki page
 contour_demo.py 2005-05-29 jswhit [r1377] changes in contour and pcolor calls.
 etopo20.pickle 2005-02-01 jdh2358 [r905] Initial revision
 fcover.dat 2005-04-16 jswhit [r1199] data file for quiver_demo.py
 fcstmaps.py 2005-06-27 jswhit [r1513] use contourf instead of pcolor
 ireland.py 2005-05-31 jswhit [r1390] updates for 0.5
 nytolondon.py 2005-05-31 jswhit [r1390] updates for 0.5
 ortho_demo.py 2005-05-29 jswhit [r1378] changes to contourf call
 plotmap.py 2005-05-31 jswhit [r1387] make sure that llcrnrlon,lat keywords are used
 plotmap_pcolor.py 2005-05-31 jswhit [r1389] *** empty log message ***
 quiver_demo.py 2005-05-31 jswhit [r1390] updates for 0.5
 randompoints.py 2005-05-31 jswhit [r1390] updates for 0.5
 simpletest.py 2005-05-29 jswhit [r1377] changes in contour and pcolor calls.
 simpletest_oo.py 2005-06-28 jswhit [r1524] docstring changes.
 test.py 2005-05-31 jswhit [r1391] updates for 0.5
 wiki_example.py 2005-08-08 jswhit [r1595] added example from wiki page

Read Me

simpletest.py is the simple example given in the Basemap docstrings.

simpletest_oo.py is the same example, but using the "OO" interface (does
not import pylab).

test.py exercises all the available map projections by plotting the etopo 
20 minute bathymetry/topography data using imshow.

contour_demo.py demonstrates the use of filled contours with map projections.

plotmap.py is the example on the matplotlib 'screenshots' page (included
in test.py) which shows the ETOPO topography as an image on a Lambert
Conformal projection (using imshow).

plotmap_pcolor.py plots the ETOPO topography using pcolor, on a Lambert 
Conformal and Orthographic projection.

nytolondon.py shows how to draw a great circle on a map (NY to London)

ireland.py draws maps of ireland with the crude, low and intermediate
resolution boundary datasets.

quiver_demo.py shows how to plot wind vectors on a map.

randompoints.py demonstrates the use of scatter to plot randomly distributed
points on the earth.

ortho_demo.py demonstrates the orthographic projection - you can interactively
enter the reference lat/lon (the viewpoint of the satellite).

fcstmaps.py is a sample multi-panel plot.  Care is taken to preserve the aspect ratio of the map in each panel, and a common title and colorbar is created.  
Requires the opendap module (http://opendap.oceanografia.org) and an 
active internet connection to fetch the data to be plotted.

wiki_example.py is the example from the MatplotlibCookbook scipy wiki page
(http://www.scipy.org/wikis/topical_software/MatplotlibCookbook/wikipage_view).
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.