ny-gov/breeding-bird-atlases-vk8g-ypxi
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 2 hours ago

Breeding Bird Atlases

New York State’s first and second breeding bird atlases documented the distribution of the state’s avifauna during two distinct time periods: 1980-1985 and 2000-2005. Over 4,300 individuals submitted data during the first atlas yielding a final, cumulative dataset of over 361,583 records. Over 1,200 individuals submitted data for the second atlas project, resulting in a final database of 519,570 records.

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 \"ny-gov/breeding-bird-atlases-vk8g-ypxi\".\"breeding_bird_atlases\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • breeding_bird_atlases
     
     
     
     
     
Upstream Metadata