Changes between Version 16 and Version 17 of ossimElevationSetup
- Timestamp:
- 09/30/14 10:27:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ossimElevationSetup
v16 v17 76 76 77 77 '''1) Set up the geoid grids:'''[[BR]] 78 78 79 Generic support:[[BR]] 80 79 81 There is now generic geoid grid support that uses an ossim image handler to read the grid. So you can use any image provided it can be opened by ossim and a valid geometry is picked up. Example of using a raw raster file with the EGM2008 grid in it:[[BR]] 80 82 … … 87 89 }}} 88 90 89 In the above example the points to note.[[BR]] 91 In the above example there are three points to note.[[BR]] 92 90 93 1) There was a geometry file created for the raw raster grid.[[BR]] 91 94 2) The grid had a constant at the beginning and end of each row that had to be ignored with omd file.[[BR]] … … 97 100 98 101 Specific geoid grid support:[[BR]] 102 99 103 The geoid manager can handle three types of geoids. These are documented in the ossim preferences template. See below snip. At a minimum you should have the geoid_egm_96_grid which is available from the ossim svn repository at:[[BR]] 100 104 [http://trac.osgeo.org/ossim/browser/trunk/ossim_package_support/geoids/geoid1996]