Last active
December 23, 2015 11:59
-
-
Save rclark/6632005 to your computer and use it in GitHub Desktop.
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
{ | |
"crs": { | |
"type": "name", | |
"properties": { | |
"name": "urn:ogc:def:crs:OGC:1.3:CRS84" | |
} | |
}, | |
"geometry": { | |
"type": "polygon", | |
"coordinates": [ | |
[ | |
[ | |
-114.76713454211, | |
37.362250433339 | |
], | |
[ | |
-114.76713454211, | |
30.818237593801 | |
], | |
[ | |
-108.70268141711, | |
30.818237593801 | |
], | |
[ | |
-108.70268141711, | |
37.362250433339 | |
], | |
[ | |
-114.76713454211, | |
37.362250433339 | |
] | |
] | |
] | |
}, | |
"properties": { | |
"Description": "This resource contains well header data collected from the Arizona Department of Water Resources, the Arizona Department of Environmental Quality, and AMAX by the Arizona Geological Survey for the National Geothermal Data System. The data is published and available as an ESRI service, WMS and WFS services, and an Excel workbook. Fields in the Well Header Feature Content Model will become XML elements in interchange documents for WMS simple features provided by a node in the USGIN network. Each observation record includes a WellName, WellType, and location in Latitude and Longitude spatially referenced to EPSG: 4326 (for interoperability). This data was compiled by the Arizona Geological Survey and made available for distribution through the AASG Geothermal Data System. ", | |
"Distributors": [ | |
{ | |
"ContactInformation": { | |
"Phone": "520-770-3500", | |
"email": "[email protected]", | |
"Address": { | |
"City": "Tucson", | |
"State": "AZ", | |
"Street": "416 W. Congress St., Suite 100", | |
"Zip": "85701" | |
} | |
}, | |
"OrganizationName": "Arizona Geological Survey" | |
} | |
], | |
"Title": "Arizona Well Headers", | |
"Links": [ | |
{ | |
"ServiceType": "OGC:WFS", | |
"Description": null, | |
"URL": "http://services.azgs.az.gov/ArcGIS/services/aasggeothermal/AZWellHeaders/MapServer/WFSServer?request=GetCapabilities&service=WFS", | |
"LayerId": "aasg:Wellheader", | |
"Distributor": "Arizona Geological Survey", | |
"Name": null | |
}, | |
{ | |
"ServiceType": "OGC:WMS", | |
"Description": null, | |
"URL": "http://services.azgs.az.gov/ArcGIS/services/aasggeothermal/AZWellHeaders/MapServer/WMSServer?request=GetCapabilities&service=WMS", | |
"LayerId": "aasg:Wellheader", | |
"Distributor": "Arizona Geological Survey", | |
"Name": null | |
}, | |
{ | |
"ServiceType": "ESRI", | |
"Description": null, | |
"URL": "http://services.azgs.az.gov/ArcGIS/rest/services/aasggeothermal/AZWellHeaders/MapServer", | |
"LayerId": "ESRI", | |
"Distributor": "Arizona Geological Survey", | |
"Name": null | |
}, | |
{ | |
"URL": "http://repository.stategeothermaldata.org/metadata/record/98ddf901b9782a25982e01af3b10c739/file/azwellheaders20130701.xls", | |
"Distributor": null, | |
"schemaName": "link", | |
"Name": "Zipped Excel workbook containing Well Header Data for the state of Arizona", | |
"Description": null | |
} | |
], | |
"PublicationDate": "2012-06-18T12:00:00", | |
"Authors": [ | |
{ | |
"ContactInformation": { | |
"Phone": "(520) 770-3500", | |
"email": "[email protected]", | |
"Address": { | |
"City": "Tucson", | |
"State": "Arizona", | |
"Street": "416 W. Congress St. Ste. 100", | |
"Zip": "85701" | |
} | |
}, | |
"OrganizationName": "Arizona Geological Survey", | |
"Name": "Love, Diane, Coleman, Celia and Pape, Esty" | |
} | |
], | |
"Keywords": [ | |
"aasg", | |
"borehole", | |
"gas", | |
"geothermal", | |
"oil", | |
"water wells", | |
"well header feature", | |
"wells", | |
"arizona", | |
"north america", | |
"united states", | |
"well", | |
"data", | |
"hydrogeology", | |
"oil and gas", | |
"geothermal system", | |
"geothermal fluid" | |
], | |
"ModifiedDate": "2013-09-20T00:16:25Z" | |
}, | |
"bbox": [ | |
-114.76713454211, | |
30.818237593801, | |
-108.70268141711, | |
37.362250433339 | |
], | |
"type": "Feature", | |
"id": "98ddf901b9782a25982e01af3b10c739" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment