mdsumner / wmts

PLEASE IGNORE, use hypertidy/gdalio instead
4 stars 0 forks source link

GIBS #6

Closed mdsumner closed 2 years ago

mdsumner commented 3 years ago

the GDAL WMS page lists the following examples

"<GDAL_WMS>
    <Service name="TiledWMS">
    <ServerUrl>https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?</ServerUrl>
    <TiledGroupName>MODIS Terra CorrectedReflectance TrueColor tileset</TiledGroupName>
    <Change key="${time}">2020-02-02</Change>
    </Service>
</GDAL_WMS>"

"<GDAL_WMS><Service name=\"TiledWMS\"><ServerUrl>https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?</ServerUrl><TiledGroupName>MODIS Terra CorrectedReflectance Bands367 tileset</TiledGroupName></Service></GDAL_WMS>"

"WMS:https://gibs.earthdata.nasa.gov/twms/epsg4326/best/twms.cgi?request=GetTileService"

This is the crux, get SDS from this and then add the params

gdalinfo "WMS:https://gibs.earthdata.nasa.gov/twms/epsg3857/best/twms.cgi?request=GetTileService"
mdsumner commented 2 years ago

put this in hypertidy/gdalwebsrv