oregon-gov/oregon-listed-and-candidate-plants-complete-list-8s3k-ygh2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 1 hour ago

Oregon listed and candidate plants - complete list

This is an attempt to compile a complete dataset of all state-listed (both threatened and endangered) and candidate plant species along with all their plant profile information.

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 \"oregon-gov/oregon-listed-and-candidate-plants-complete-list-8s3k-ygh2\".\"oregon_listed_and_candidate_plants_complete_list\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • oregon_listed_and_candidate_plants_complete_list