Sunday, July 31, 2011

Buy your own satellite image data

Buying satellite data is now easier and cheaper. GeoEye has online map service to view the recent and archive image data called GeoFUSE.

http://geofuse.geoeye.com/maps/Map.aspx

GDAL to read image file

import gdal
from gdalconstant import *

dataset = gdal.Open( filename, gdal.GA_ReadOnly )