Skip to content

Commit

Permalink
first push for WMS elevation code in Jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
thareUSGS committed Jun 29, 2018
1 parent 6621818 commit 588d00d
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 0 deletions.

Large diffs are not rendered by default.

315 changes: 315 additions & 0 deletions gdalWMS_MOLA_elev/GDAL WMS Mars Elevation.ipynb

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions gdalWMS_MOLA_elev/gdal_WMS.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<GDAL_WMS>
<Service name="WMS">
<Version>1.1.1</Version>
<ServerUrl>http://wms.wr.usgs.gov/cgi-bin/mapserv?map=/maps/mars/mars_simp_cyl_elev.map</ServerUrl>
<SRS>EPSG:4326</SRS>
<ImageFormat>image/tiff</ImageFormat>
<Layers>MOLA_elev</Layers>
</Service>
<DataWindow>
<UpperLeftX>230.9</UpperLeftX>
<UpperLeftY>23.9</UpperLeftY>
<LowerRightX>231.9</LowerRightX>
<LowerRightY>22.9</LowerRightY>
<SizeX>128</SizeX>
<SizeY>128</SizeY>
</DataWindow>
<Projection>EPSG:4326</Projection>
<BandsCount>1</BandsCount>
<DataType>Int16</DataType>
</GDAL_WMS>

0 comments on commit 588d00d

Please sign in to comment.