Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2010-01-11 12:59:00
Size: 351
Editor: anonymous
Comment:
Revision 12 as of 2010-01-11 13:21:22
Size: 587
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=AERONET_Hornsund.2009072&altdates
Line 13: Line 14:
 * 30.03.2003 12:20  * 30.03.2003 10:40
Line 15: Line 16:

{{{#!python
def load_img(filename):
    im=Image.open(filename)
    return resize(fromstring(im.tostring(),uint8),(im.size[1],im.size[0]))
}}}

Modis-Daten:

MODIS

http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=AERONET_Hornsund.2009072.terra.250m

http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=AERONET_Hornsund.2009072&altdates

Satellitenbilder (Aqua Modis) Fram Straße : Modis Images

Bilder als Dateianhänge

  • 30.03.2003 10:40
  • 31.03.2009 11:35

   1 def load_img(filename):
   2     im=Image.open(filename)
   3     return resize(fromstring(im.tostring(),uint8),(im.size[1],im.size[0]))

LehreWiki: OpenSource2010/Project/Project Idea2010/Konvektionszellen (last edited 2011-01-17 09:45:59 by anonymous)