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
{ | |
"name": "missouri-rock-chemistry", | |
"title": "Missouri Rock Chemistry", | |
"notes": "This is a collection of rock chemistry observations compiled by the Missouri Geological Survey and published as a Web feature service, a web map service, an ESRI service and as an Excel spreadsheet for the National Geothermal Data System by the AZGS. The document contains 12 worksheets including resource provider information and the data, which is documented in Whole Rock Major Element, U-Series, Isotope Series, Rare Earth, Volatile Gas and Noble Gas analyte suites. Data from a total of 2613 wells are included.", | |
"tags": [ | |
{ | |
"name": "Whole Rock Chemisty Analysis" | |
}, | |
{ | |
"name": "Geothermal" |
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", |
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
<div class="highlight"><pre><code class="bash"> <span class="nv">$ </span>virtualenv pycsw <span class="o">&&</span> <span class="nb">cd </span>pycsw <span class="o">&&</span> . bin/activate | |
<span class="nv">$ </span>git clone [email protected]:geopython/pycsw.git <span class="o">&&</span> <span class="nb">cd </span>pycsw | |
<span class="nv">$ </span>pip install -e . <span class="o">&&</span> pip install -r requirements.txt | |
<span class="nv">$ </span>cp default-sample.cfg default.cfg | |
<span class="nv">$ </span>vi default.cfg | |
<span class="c"># adjust paths in</span> | |
<span class="c"># - server.home</span> | |
<span class="c"># - repository.database</span> | |
<span class="c"># set server.url to http://localhost:8000/</span> | |
<span class="c"># init database</span> |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<style type="text/css"> | |
* { | |
margin: 0; | |
padding: 0; |
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
var _ = require('underscore'), | |
assert = require('assert'); | |
// This is the input array of hkeys | |
var input = [ | |
"0001", | |
"0001|0001", | |
"0001|0002", | |
"0001|0002|0001", | |
"0001|0003", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{ | |
"responseHeader": { | |
"status": 0, | |
"QTime": 2, | |
"params": { | |
"q": "Kentucky Geothermal References", | |
"wt": "json" | |
} | |
}, | |
"response": { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.