<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello, <br><div><font color="#0f61c8"><br></font>I'm new to owslib, and have been attempting to make a few maps with [Cartopy](<a href="https://github.com/SciTools/cartopy">https://github.com/SciTools/cartopy</a>). Trying to run the WMS example in the README.txt file (same as online documentation), results in the following error:<br><font color="#0f61c8"><br></font>ServiceException: u'This server no longer provides full WMS services!'<br><font color="#0f61c8"><br></font>Seems like server <a href="http://wms.jpl.nasa.gov/wms.cgi">http://wms.jpl.nasa.gov/wms.cgi</a> is being moved to [GIBS](<a href="https://earthdata.nasa.gov/about-eosdis/science-system-description/eosdis-components/global-imagery-browse-services-gibs">https://earthdata.nasa.gov/about-eosdis/science-system-description/eosdis-components/global-imagery-browse-services-gibs</a>), according to this site: <a href="http://wms.jpl.nasa.gov">http://wms.jpl.nasa.gov</a>.<br><font color="#0f61c8"><br></font>I then followed the WMTS example (using GIBS), but am curious how to access historical images? The default is to retrieve data from the last 24 hours, although it's possible to retrieve images back to 2012 (<a href="https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+API+for+Developers#GIBSAPIforDevelopers-OGCWebMapTileService(WMTS))">https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+API+for+Developers#GIBSAPIforDevelopers-OGCWebMapTileService(WMTS))</a>. For example, the following address syntax retrieves an image from 2013:<br><font color="#0f61c8"><br></font><div><a href="http://map1.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=MODIS_Terra_CorrectedReflectance_TrueColor&STYLE=&TILEMATRIXSET=EPSG4326_250m&TILEMATRIX=6&TILEROW=13&TILECOL=36&FORMAT=image%2Fjpeg&TIME=2012-07-09">http://map1.vis.earthdata.nasa.gov/wmts-geo/wmts.cgi?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=MODIS_Terra_CorrectedReflectance_TrueColor&STYLE=&TILEMATRIXSET=EPSG4326_250m&TILEMATRIX=6&TILEROW=13&TILECOL=36&FORMAT=image%2Fjpeg&TIME=2012-07-09</a></div></div><br></body></html>