Changes between Version 13 and Version 14 of ossimElevationSetup


Ignore:
Timestamp:
Jan 8, 2014, 4:18:24 PM (10 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimElevationSetup

    v13 v14  
    99This is a real preferences snip.  Copy and paste to your preferences and edit paths:[[BR]]
    1010{{{
    11 elevation_manager.elevation_source1.connection_string: /data/elevation/srtm/1arc
     11
     12elevation_manager.elevation_source0.connection_string: $(OSSIM_DATA)/elevation/dted/level2
     13elevation_manager.elevation_source0.enabled: true
     14elevation_manager.elevation_source0.type: dted_directory
     15elevation_manager.elevation_source0.min_open_cells: 25
     16elevation_manager.elevation_source0.max_open_cells: 50
     17elevation_manager.elevation_source0.memory_map_cells: false
     18elevation_manager.elevation_source0.geoid.type: geoid1996
     19
     20elevation_manager.elevation_source1.connection_string: $(OSSIM_DATA)/elevation/srtm/1arc
     21elevation_manager.elevation_source1.enabled: true
    1222elevation_manager.elevation_source1.type: srtm_directory
    1323elevation_manager.elevation_source1.min_open_cells: 25
     
    1626elevation_manager.elevation_source1.geoid.type: geoid1996
    1727
    18 elevation_manager.elevation_source2.connection_string: /data/elevation/dted/level2
     28elevation_manager.elevation_source2.connection_string: $(OSSIM_DATA)/elevation/dted/level1
     29elevation_manager.elevation_source2.enabled: true
    1930elevation_manager.elevation_source2.type: dted_directory
    20 elevation_manager.elevation_source2.min_open_cells: 25 
    21 elevation_manager.elevation_source2.max_open_cells: 50 
     31elevation_manager.elevation_source2.min_open_cells: 25
     32elevation_manager.elevation_source2.max_open_cells: 50
    2233elevation_manager.elevation_source2.memory_map_cells: false
    2334elevation_manager.elevation_source2.geoid.type: geoid1996
    2435
    25 elevation_manager.elevation_source3.connection_string: /data/elevation/srtm/3arc
     36elevation_manager.elevation_source3.connection_string: $(OSSIM_DATA)/elevation/srtm/3arc
     37elevation_manager.elevation_source3.enabled: true
    2638elevation_manager.elevation_source3.type: srtm_directory
    27 elevation_manager.elevation_source2.min_open_cells: 25
    28 elevation_manager.elevation_source2.max_open_cells: 50
    29 elevation_manager.elevation_source2.memory_map_cells: false
    30 elevation_manager.elevation_source2.geoid.type: geoid1996
    31 
    32 elevation_manager.elevation_source4.connection_string: /data/elevation/dted/level1
     39elevation_manager.elevation_source3.min_open_cells: 25
     40elevation_manager.elevation_source3.max_open_cells: 50
     41elevation_manager.elevation_source3.memory_map_cells: false
     42elevation_manager.elevation_source3.geoid.type: geoid1996
     43
     44// Note: Can memory map level 0 DTED safely.
     45elevation_manager.elevation_source4.connection_string: $(OSSIM_DATA)/elevation/dted/level0
     46elevation_manager.elevation_source4.enabled: true
    3347elevation_manager.elevation_source4.type: dted_directory
    34 elevation_manager.elevation_source4.min_open_cells: 25 
    35 elevation_manager.elevation_source4.max_open_cells: 50 
    36 elevation_manager.elevation_source4.memory_map_cells: false
     48elevation_manager.elevation_source4.min_open_cells: 25
     49elevation_manager.elevation_source4.max_open_cells: 50
     50elevation_manager.elevation_source4.memory_map_cells: true
    3751elevation_manager.elevation_source4.geoid.type: geoid1996
    3852
    39 // Note: Can memory map level 0 DTED safely.
    40 elevation_manager.elevation_source5.connection_string: /data/elevation/dted/level0
    41 elevation_manager.elevation_source5.type: dted_directory
    42 elevation_manager.elevation_source5.min_open_cells: 25
    43 elevation_manager.elevation_source5.max_open_cells: 50
    44 elevation_manager.elevation_source5.memory_map_cells: true
    45 elevation_manager.elevation_source5.geoid.type: geoid1996
    46 
    47 elevation_manager.elevation_source6.connection_string: /data/elevation/general_raster_1arc
    48 elevation_manager.elevation_source6.type: general_raster_directory
    49 elevation_manager.elevation_source6.min_open_cells: 25
    50 elevation_manager.elevation_source6.max_open_cells: 50
    51 elevation_manager.elevation_source6.memory_map_cells: false
    52 elevation_manager.elevation_source6.geoid.type: geoid1996
     53// "image_directory" can be any type of image, i.e. tiff, nitf and so on.
     54// elevation_manager.elevation_source5.connection_string: $(OSSIM_DATA)/elevation/some_dir
     55// elevation_manager.elevation_source5.enabled: false
     56// elevation_manager.elevation_source5.type: image_directory
     57// elevation_manager.elevation_source5.min_open_cells: 25
     58// elevation_manager.elevation_source5.max_open_cells: 50
     59// elevation_manager.elevation_source5.memory_map_cells: false
     60// elevation_manager.elevation_source5.geoid.type: geoid1996
    5361
    5462elevation.enabled:  true
    5563elevation.auto_sort.enabled:  true
    5664elevation.auto_load_dted.enabled:  true
    57 geoid_egm_96_grid: /data/image_formats/elevation/geoid96_big_endian/egm96.grd
     65geoid_egm_96_grid: $(OSSIM_INSTALL_PREFIX)/share/ossim/geoids/geoid1996/egm96.grd
     66
    5867}}}
    5968