Closed mdsumner closed 2 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"
put this in hypertidy/gdalwebsrv
the GDAL WMS page lists the following examples
This is the crux, get SDS from this and then add the params