Re: [Matplotlib-users] Using OGR/GDAL objects with Basemap

2008-08-06 Thread Jeff Whitaker
Zane Selvans wrote: > Oh, great! I'm a dunce. I should really go through and put all the > Basemap examples into the Matplotlib cookbook so they come up when I > search for them on the web. Er, when somebody else searches for them > on the web... since I'd be familiar with all of them if I pu

Re: [Matplotlib-users] Using OGR/GDAL objects with Basemap

2008-08-06 Thread Zane Selvans
Oh, great! I'm a dunce. I should really go through and put all the Basemap examples into the Matplotlib cookbook so they come up when I search for them on the web. Er, when somebody else searches for them on the web... since I'd be familiar with all of them if I put them up! Is there some

Re: [Matplotlib-users] Using OGR/GDAL objects with Basemap

2008-08-06 Thread Jeff Whitaker
Zane Selvans wrote: > Has anyone here ever used Basemap to display datasets/layers/features > created using the OGR/GDAL libraries (http://www.gdal.org/)? They're > SWIG wrappers, not pure Python, so I could see integration maybe being > a pain. Just curious if there was anything out there

[Matplotlib-users] Using OGR/GDAL objects with Basemap

2008-08-06 Thread Zane Selvans
Has anyone here ever used Basemap to display datasets/layers/features created using the OGR/GDAL libraries (http://www.gdal.org/)? They're SWIG wrappers, not pure Python, so I could see integration maybe being a pain. Just curious if there was anything out there to build on already... Th