Proper landsat data projection, although very inefficient
commit652aa151d64512d18fe48eec1ed7925baadcfd02
authorJames Hogan <james@albanarts.com>
Fri, 21 Nov 2008 18:53:26 +0000 (21 18:53 +0000)
committerJames Hogan <james@albanarts.com>
Fri, 21 Nov 2008 18:53:26 +0000 (21 18:53 +0000)
tree673a41ee5859edd6d6f247c2ab76d57dc5e0e14a
parent768b4d401ccd4538c3c2a1010f584f7183ee89d8
Proper landsat data projection, although very inefficient

Loads landsat data a little more autonomously from directory
uses first band and extracts projection information using GDAL
rename tcPhotographyData tcGeoImageData and added virtual function to
  get intensity of channels data, also added virtual function to convert
  geographical coordinates to local coordinates using GDAL projection
geo/CMakeLists.txt
geo/tcGeoData.h
geo/tcGeoImageData.cpp [moved from geo/tcPhotographyData.cpp with 82% similarity]
geo/tcGeoImageData.h [moved from geo/tcPhotographyData.h with 66% similarity]
geo/tcGlobe.cpp
geo/tcGlobe.h
geo/tcLandsatData.cpp
geo/tcLandsatData.h
geo/tcObserver.cpp
tcViewportWidget.cpp