Menu

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

HTTPS access


File Date Author Commit
 500hgt.pickle 2005-02-01 jdh2358 [r905] Initial revision
 README 2005-05-14 jswhit [r1318] Added plotmap_pcolor example.
 contour_demo.py 2005-05-16 jswhit [r1321] Added Mollweide, Robinson and Orthographic exam...
 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-11 jswhit [r1302] Use WGS84 ellipsoid.
 plotmap.py 2005-05-11 jswhit [r1302] Use WGS84 ellipsoid.
 plotmap_pcolor.py 2005-05-14 jswhit [r1316] Uses pcolor to plot data on native lat/lon grid...
 quiver_demo.py 2005-04-19 jswhit [r1219] code cleanup
 randompoints.py 2005-05-10 jswhit [r1292] use rmajor instance variable
 simpletest.py 2005-05-16 jswhit [r1327] Changed to Robinson projection.
 test.py 2005-05-10 jswhit [r1297] Added Oblique Mercator example.

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 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.
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.