Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Created September 17, 2015 18:42
Show Gist options
  • Save lukecampbell/13fc9ea7ad27ddf1f812 to your computer and use it in GitHub Desktop.
Save lukecampbell/13fc9ea7ad27ddf1f812 to your computer and use it in GitHub Desktop.
Here's an example response that contains a WMS endpoint information.
{
"records": [
{
"abstract": "Aggregation of Chlorophyll from Lake Michigan and surrounding waters from MODIS satellites.",
"categories": [
"satellite"
],
"end_time": [
"2013-01-13T18:55:00"
],
"geo_extents": [
[
-88.40947,
41.42115
],
[
-84.12648000000002,
46.291713
]
],
"identifier": "LakeMichiganCHL-Agg",
"keywords": [],
"parameters": {},
"services": [
{
"protocol": "WWW:LINK-1.0-http--link",
"url": "http://tds.glos.us/thredds/mtri/chl.xml"
},
{
"protocol": "WWW:LINK-1.0-http--link",
"url": "http://tds.glos.us/thredds/mtri/chl.html?dataset=LakeMichiganCHL-Agg"
},
{
"protocol": "WWW:LINK-1.0-http--link",
"url": "http://tds.glos.us/thredds/mtri/chl.xml"
},
{
"protocol": "WWW:LINK-1.0-http--link",
"url": "http://tds.glos.us/thredds/mtri/chl.html?dataset=LakeMichiganCHL-Agg"
},
{
"protocol": "WWW:LINK-1.0-http--link",
"url": "http://tds.glos.us/thredds/dodsC/CHL/LakeMichiganCHL-Agg"
},
{
"protocol": "OGC:WMS-1.3.0-http-get-capabilities",
"url": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?service=WMS&version=1.3.0&request=GetCapabilities",
"wms": {
"get_capabilities": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?service=WMS&version=1.3.0&request=GetCapabilities",
"layers": {
"chl": {
"metadata": {
"standard_name": "Chlorophyll",
"units": "ug/L"
},
"styles": {
"boxfill/alg": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=alg",
"title": "boxfill/alg"
},
"boxfill/alg2": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=alg2",
"title": "boxfill/alg2"
},
"boxfill/ferret": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=ferret",
"title": "boxfill/ferret"
},
"boxfill/greyscale": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=greyscale",
"title": "boxfill/greyscale"
},
"boxfill/ncview": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=ncview",
"title": "boxfill/ncview"
},
"boxfill/occam": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=occam",
"title": "boxfill/occam"
},
"boxfill/occam_pastel-30": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=occam_pastel-30",
"title": "boxfill/occam_pastel-30"
},
"boxfill/rainbow": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=rainbow",
"title": "boxfill/rainbow"
},
"boxfill/redblue": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=redblue",
"title": "boxfill/redblue"
},
"boxfill/sst_36": {
"legend": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg?REQUEST=GetLegendGraphic&LAYER=chl&PALETTE=sst_36",
"title": "boxfill/sst_36"
}
},
"title": "Chlorophyll"
}
},
"url": "http://tds.glos.us/thredds/wms/CHL/LakeMichiganCHL-Agg"
}
}
],
"start_time": [
"2013-01-13T18:55:00"
],
"title": "Lake Michigan - MODIS - Lake Surface Chlorophyll (CHL) - Aggregation"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment