| 1 | | osgdem -t ${DATA_DIR}/GeospatialBayArea/Images \ |
|---|
| 2 | | -d ${DATA_DIR}/GeospatialBayArea/Dems \ |
|---|
| 3 | | --bluemarble-east -t ${DATA_DIR}/BlueMarble/land_shallow_topo_east.tif \ |
|---|
| 4 | | --bluemarble-west -t ${DATA_DIR}/BlueMarble/land_shallow_topo_west.tif \ |
|---|
| 5 | | --terrain --geocentric -o ${DATA_DIR}/PagedDatabase/earth.ive |
|---|
| | 1 | osgdem -t ${EXTRAS_DIR}/Data/GeospatialData/BayArea/Imagery \ |
|---|
| | 2 | -d ${EXTRAS_DIR}/Data/GeospatialData/BayArea/Dems \ |
|---|
| | 3 | --bluemarble-east -t ${EXTRAS_DIR}/Data/GeospatialData/BlueMarble/land_shallow_topo_east.tif \ |
|---|
| | 4 | --bluemarble-west -t ${EXTRAS_DIR}/Data/GeospatialData/BlueMarble/land_shallow_topo_west.tif \ |
|---|
| | 5 | --terrain --geocentric -o ${DATA_DIR}/Earth/earth.ive |
|---|