[Matplotlib-users] Plotting MODIS data in Python / basemap - a MODIS workflow solution?

2009-10-27 Thread John [H2O]
Hello, Recently I read a clear and helpful blog entry by Christian Perone (author of pyevolve): http://pyevolve.sourceforge.net/wordpress/?p=86 I asked him if he had a solution for plotting standard MODIS hdf products available here: http://rapidfire.sci.gsfc.nasa.gov/realtime/2009300/ In more

Re: [Matplotlib-users] Plotting MODIS data in Python / basemap - a MODIS workflow solution?

2009-10-27 Thread Vincent Schut
John [H2O] wrote: Hello, Recently I read a clear and helpful blog entry by Christian Perone (author of pyevolve): http://pyevolve.sourceforge.net/wordpress/?p=86 I asked him if he had a solution for plotting standard MODIS hdf products available here:

Re: [Matplotlib-users] Plotting MODIS data in Python / basemap - a MODIS workflow solution?

2009-10-27 Thread Jose Gomez-Dans
Hi, I asked him if he had a solution for plotting standard MODIS hdf products available here: http://rapidfire.sci.gsfc.nasa.gov/realtime/2009300/ In more general terms, what are people using for a 'MODIS workflow'? I can't imagine I'm the first to want to plot MODIS images using basemap.

Re: [Matplotlib-users] Plotting MODIS data in Python / basemap - a MODIS workflow solution?

2009-10-27 Thread John [H2O]
Jose Gómez-Dans-2 wrote: Really, it's what you want to do with your MODIS data. My workflow is usually as follows: 1.- Access MODIS data (and ancillary stuff, such as QA flags etc) using Python's GDAL bindings. 2.- Manipulate the MODIS data from (1) using numpy, scipy. If there's