opendata-utah-gov/mining-districts-in-utah-9js7-jatg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 2 hours ago

Mining Districts In Utah

The Utah Mining Districts database contains major metal production data for over 180 mining districts (updated through 2012). The data also includes the best estimates for the age of mineralization in millions of years, most important commodities produced, total value of mineral production (if known), year the district was organized, and years in which metals were produced.

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"opendata-utah-gov/mining-districts-in-utah-9js7-jatg\".\"mining_districts_in_utah\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • mining_districts_in_utah
     
     
     
     
     
Upstream Metadata