Last active
December 23, 2015 00:49
-
-
Save rclark/6556327 to your computer and use it in GitHub Desktop.
An NGDS-styled CKAN Package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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\":\"[email protected]\"}]" | |
}, | |
{ | |
"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\":\"[email protected]\"}]" | |
}, | |
{ | |
"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\":\"[email protected]\"}", | |
"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