marincounty/landbird-population-status-geib-gvmq
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 3 years ago
Indexed 6 hours ago

Landbird Population Status

Percent of locally nesting landbird species that are Increasing, decreasing, or stable on Marin Municipal Water District lands from 1996 to 2019. Point Blue Conservation Science has been tracking long-term trends of landbirds on Marin Municipal Water District Lands on Mount Tamalpais for over 20 years.

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 \"marincounty/landbird-population-status-geib-gvmq\".\"landbird_population_status\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • landbird_population_status
     
     
     
     
     
Upstream Metadata