11 | | elevation_manager.elevation_source1.connection_string: /data/elevation/srtm/1arc |
| 11 | |
| 12 | elevation_manager.elevation_source0.connection_string: $(OSSIM_DATA)/elevation/dted/level2 |
| 13 | elevation_manager.elevation_source0.enabled: true |
| 14 | elevation_manager.elevation_source0.type: dted_directory |
| 15 | elevation_manager.elevation_source0.min_open_cells: 25 |
| 16 | elevation_manager.elevation_source0.max_open_cells: 50 |
| 17 | elevation_manager.elevation_source0.memory_map_cells: false |
| 18 | elevation_manager.elevation_source0.geoid.type: geoid1996 |
| 19 | |
| 20 | elevation_manager.elevation_source1.connection_string: $(OSSIM_DATA)/elevation/srtm/1arc |
| 21 | elevation_manager.elevation_source1.enabled: true |
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 |
| 39 | elevation_manager.elevation_source3.min_open_cells: 25 |
| 40 | elevation_manager.elevation_source3.max_open_cells: 50 |
| 41 | elevation_manager.elevation_source3.memory_map_cells: false |
| 42 | elevation_manager.elevation_source3.geoid.type: geoid1996 |
| 43 | |
| 44 | // Note: Can memory map level 0 DTED safely. |
| 45 | elevation_manager.elevation_source4.connection_string: $(OSSIM_DATA)/elevation/dted/level0 |
| 46 | elevation_manager.elevation_source4.enabled: true |
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 |