Skip to content

Instantly share code, notes, and snippets.

@rclark
Last active December 23, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rclark/6556327 to your computer and use it in GitHub Desktop.
Save rclark/6556327 to your computer and use it in GitHub Desktop.
An NGDS-styled CKAN Package
{
"id": "12340kjfha1092412",
"metadata_modified": "2013-09-13T20:35:03.757357",
"metadata_created": "2013-09-12T20:35:03.757357",
"title": "Whatever the title is",
"notes": "The abstract / description of this thing",
"url": null,
"tags": [
{
"vocabulary_id": null,
"display_name": "temperature",
"name": "temperature"
}
],
"private": false,
"license_id": "notspecified",
"extras": [
{
"key": "maintainer",
"value": "[{\"name\":\"Prahadeesh\",\"email\":\"prahadeesh.sivakumar@siemens.com\"}]"
},
{
"key": "other_id",
"value": "[\"some other id\"]"
},
{
"key": "data_type",
"value": "Dataset"
},
{
"key": "publication_date",
"value": "2013-09-12T20:35:03.757357"
},
{
"key": "authors",
"value": "[{\"name\":\"Prahadeesh\",\"email\":\"prahadeesh.sivakumar@siemens.com\"}]"
},
{
"key": "quality",
"value": "Exceedingly good"
},
{
"key": "lineage",
"value": "Generated from my imagination"
},
{
"key": "status",
"value": "completed"
},
{
"key": "spatial",
"value":"{\"type\":\"Polygon\",\"coordinates\":[[[-115.6640625,31.952162238024975],[-115.6640625,44.08758502824518],[-99.49218749999999,44.08758502824518],[-99.49218749999999,31.952162238024975],[-115.6640625,31.952162238024975]]]}"
}
],
"resources": [
{
"is_online": true,
"url": "http://services.azgs.az.gov/ArcGIS/services/aasggeothermal/CABoreholeTemperatures/MapServer/WMSServer?request=GetCapabilities&service=WMS",
"name": "California Borehole Temperature WMS",
"description": "WMS service that depicts measurements of temperature at depth within boreholes throughout California",
"distributor": "{\"name\":\"Prahadeesh\",\"email\":\"prahadeesh.sivakumar@siemens.com\"}",
"protocol": "OGC:WMS",
"layer": "BoreholeTemperature",
"mimetype_inner": null,
"content_model_uri": "http://schemas.usgin.org/uri-gin/ngds/dataschema/boreholetemperature/",
"content_model_version": "http://schemas.usgin.org/uri-gin/ngds/dataschema/boreholetemperature/1.5",
"format": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment