Menu

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

HTTPS access


File Date Author Commit
 500hgt.pickle 2005-02-01 jdh2358 [r905] Initial revision
 README 2005-08-31 jswhit [r1691] updated description of ireland.py
 contour_demo.py 2005-05-29 jswhit [r1377] changes in contour and pcolor calls.
 divisions.dbf 2005-08-10 jswhit [r1602] new example that shows how to plot GIS data in ...
 divisions.shp 2005-08-10 jswhit [r1602] new example that shows how to plot GIS data in ...
 divisions.shx 2005-08-10 jswhit [r1602] new example that shows how to plot GIS data in ...
 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-08-26 jswhit [r1678] uses new colorbar features.
 huralll020.dbf 2005-08-14 jswhit [r1634] Added hurricane track example.
 huralll020.shp 2005-08-14 jswhit [r1634] Added hurricane track example.
 huralll020.shx 2005-08-14 jswhit [r1634] Added hurricane track example.
 hurrtracks.py 2005-08-15 jswhit [r1648] added some nice colors
 ireland.py 2005-09-08 jswhit [r1739] draw country boundary.
 nytolondon.py 2005-05-31 jswhit [r1390] updates for 0.5
 ortho_demo.py 2005-05-29 jswhit [r1378] changes to contourf call
 plotclimdiv.py 2005-08-12 jswhit [r1625] Support for multiple rings in shapefile.
 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. It also shows how to pickle and re-load a
Basemap class instance (useful for high-res coastlines when you are plotting
the same small map region many times in different scripts).

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

plotclimdiv.py is an example that shows how to draw 
boundaries (like counties, or in this case 'climate divisions') from
and ESRI shapefile. 

hurrtrack.py plots hurricane tracks from shapefile data 
(from nationalatlas.gov).
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.