Menu

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

HTTPS access


File Date Author Commit
 500hgt.pickle 2005-02-01 jdh2358 [r905] Initial revision
 README 2005-04-16 jswhit [r1197] Updated with randompoints.py example.
 contour_demo.py 2005-04-15 jswhit [r1183] updated for 0.3
 etopo20.pickle 2005-02-01 jdh2358 [r905] Initial revision
 fcover.dat 2005-04-16 jswhit [r1199] data file for quiver_demo.py
 ireland.py 2005-04-18 jswhit [r1216] code cleanups.
 nytolondon.py 2005-05-09 jswhit [r1279] Added gnomonic projection example (great circle...
 plotmap.py 2005-05-06 jswhit [r1267] Now demonstrates use of WGS84 ellipsoid.
 quiver_demo.py 2005-04-19 jswhit [r1219] code cleanup
 randompoints.py 2005-05-09 jswhit [r1278] rsphere no longer an instance variable (use pro...
 simpletest.py 2005-04-18 jswhit [r1217] code cleanup.
 test.py 2005-05-04 jswhit [r1257] added examples for 3 new map projections

Read Me

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

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 contour and pcolor with map projections.

plotmap.py is the example on the matplotlib 'screenshots' page (included
in test.py).

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.