The Open Geospatial Consortium, Inc (OGC) is a standards organization leading the development of geospatial and location based services. The OGC has adopted a number of specifications, some of which are used by the IEM. This page lists these services.
This service makes for easy integration with web mapping applications like OpenLayers and Google Maps. Here is an example for Google Maps:
var tileNEX = new GTileLayer(null,null,null);
tileNEX.getTileUrl = function(tile,zoom) {
/* Include date at the end as a cachebuster */
return "http://mesonet.agron.iastate.edu/cache/tile.py/1.0.0/nexrad-n0r-900913/"
+ zoom + "/" + tile.x + "/" + tile.y +".png?"+ (new Date()).getTime();
};
tileNEX.isPng = function() { return true;};
tileNEX.getOpacity = function() { return 0.5; }
var layer4=[G_NORMAL_MAP.getTileLayers()[0],tileNEX];
var custommap4 = new GMapType(layer4, G_SATELLITE_MAP.getProjection(), "Nexrad", G_SATELLITE_MAP);
map.addMapType(custommap4);
The nexrad-n0r-900913 is the layer name and represents the "current" composite base reflectivity. There are also these other layers available from the TMS:
A WMS defines a protocol for web based retrieval of geodata in raster map format. If you are interested in the capabilities XML file, simply add "VERSION=1.1.1&REQUEST=GetCapabilities&SERVICE=WMS&" to the URI string.
http://mesonet.agron.iastate.edu/cgi-bin/wms/goes/conus_ir.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/goes/conus_vis.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/goes/east_ir.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/goes/west_ir.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/goes/east_vis.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/goes/west_vis.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r-t.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n1p.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/ntp.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/us/wwa.cgi?
http://mesonet.agron.iastate.edu/cgi-bin/wms/iowa/rainfall.cgi?http://mesonet.agron.iastate.edu/cgi-bin/wms/iowa/roadcond.cgi?
A WFS is a service that provides geodata as simple features in Geography Markup Language (GML).
http://mesonet.agron.iastate.edu/wfs/ww.php?http://mesonet.agron.iastate.edu/wfs/ww.php?date=YYYY-MM-DD&