| 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-11 | jswhit | [r1302] Use WGS84 ellipsoid. |
| plotmap.py | 2005-05-11 | jswhit | [r1302] Use WGS84 ellipsoid. |
| quiver_demo.py | 2005-04-19 | jswhit | [r1219] code cleanup |
| randompoints.py | 2005-05-10 | jswhit | [r1292] use rmajor instance variable |
| simpletest.py | 2005-04-18 | jswhit | [r1217] code cleanup. |
| test.py | 2005-05-10 | jswhit | [r1297] Added Oblique Mercator example. |
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.