Add Mars datasets.

This commit is contained in:
Kalle Bladin
2016-06-20 19:33:20 -04:00
parent dd70733c2a
commit db675d3993
9 changed files with 648 additions and 12 deletions
+11
View File
@@ -29,6 +29,7 @@ return {
Frame = "IAU_EARTH",
Body = "EARTH",
Radii = {6378137.0, 6378137.0, 6356752.314245}, -- Earth's radii
--Radii = {3396190.0, 3396190.0, 3396190.0}, -- Mars as a spheroid
SegmentsPerPatch = 64,
TextureInitData = {
ColorTextureMinimumSize = 1024,
@@ -57,6 +58,11 @@ return {
FilePath = "map_service_configs/ESRI_Imagery_World_2D.wms",
Enabled = true,
},
{
Name = "CTX Mosaic",
FilePath = "map_service_configs/CTX_Mosaic.xml",
Enabled = false,
},
},
NightTextures = {
{
@@ -71,6 +77,11 @@ return {
FilePath = "map_service_configs/TERRAIN.wms",
Enabled = true,
},
{
Name = "Mola Elevation",
FilePath = "map_service_configs/Mola_Elevation.xml",
Enabled = false,
},
},
WaterMasks = {
{
@@ -0,0 +1,14 @@
<GDAL_WMS>
<Service name="TiledWMS">
<ServerUrl>http://192.168.1.167/OnMars/wms.cgi?</ServerUrl>
<TiledGroupName>CTX Mosaic</TiledGroupName>
<Transparent>TRUE</Transparent>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<YOrigin>bottom</YOrigin>
</DataWindow>
</GDAL_WMS>
@@ -0,0 +1,14 @@
<GDAL_WMS>
<Service name="TiledWMS">
<ServerUrl>http://192.168.1.167/OnMars/wms.cgi?</ServerUrl>
<TiledGroupName>Mola Elevation</TiledGroupName>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<YOrigin>bottom</YOrigin>
</DataWindow>
<BandsCount>1</BandsCount>
</GDAL_WMS>
@@ -1,17 +1,79 @@
<GDAL_WMS>
<Service name="WMS">
<Service name="TiledWMS">
<ServerUrl>http://192.168.1.167/OnMars/wms.cgi?</ServerUrl>
<ImageFormat>image/png</ImageFormat>
<Layers>Mars Mola elevation</Layers>
<TiledGroupName>CTX Mosaic</TiledGroupName>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<SizeX>2666666</SizeX>
<SizeY>1333333</SizeY>
<YOrigin>bottom</YOrigin>
</DataWindow>
<DataType>Int16</DataType>
<BandsCount>1</BandsCount>
</GDAL_WMS>
<!--
<GDAL_WMS>
<Service name="WMS">
<ServerUrl>http://192.168.1.167/OnMars/wms.cgi?</ServerUrl>
<Layers>CTX</Layers>
<SRS>IAU2000:49900</SRS>
<CRS>IAU2000:49900</CRS>
<ImageFormat>image/jpeg</ImageFormat>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<TileLevel>8</TileLevel>
<TileCountX>2</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>bottom</YOrigin>
</DataWindow>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
</GDAL_WMS>
<GDAL_WMS>
<Service name="WMS">
<ServerUrl>http://192.168.1.167/OnMars/wms.cgi?</ServerUrl>
<Layers>CTX</Layers>
<SRS>IAU2000:49900</SRS>
<CRS>IAU2000:49900</CRS>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<TileLevel>8</TileLevel>
<TileCountX>2</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>bottom</YOrigin>
</DataWindow>
</GDAL_WMS>
<GDAL_WMS>
<Service name="WMS">
<ServerUrl>http://192.168.1.167/OnMars/wms.cgi?</ServerUrl>
<ImageFormat>image/png</ImageFormat>
<Layers>CTX</Layers>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<YOrigin>bottom</YOrigin>
</DataWindow>
<DataType>Byte8</DataType>
</GDAL_WMS>
-->