Changes between Version 2 and Version 3 of FAQ/lev3upsidedown
- Timestamp:
- Jul 2, 2009, 12:46:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/lev3upsidedown
v2 v3 11 11 If you see level 3 images where "up" is along the flight direction rather than north, this means your viewer hasn't correctly read the georeferencing information. The most common case is loading the level 3 HDF directly into ENVI. There is no well defined standard for georeferencing in HDFs so ENVI cannot read the information there and shows data in file order. To avoid this problem, export the data to a BIL or GeoTIFF file and load that into ENVI instead, e.g.: 12 12 {{{ 13 # BIL file (recommended) 13 # BIL file (recommended), creates .hdr file too 14 14 azexhdf -v -h level3_file.hdf -Be level3_file.bil 15 15