Birding Trail Locations
The NYS Birding Trail locations with information on the land administrator, link, county, DEC region, latitude and longitude, potential birds to observe, and if the location has a bird conservation area designation.
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/birding-trail-locations-dpe3-6uw2\".\"birding_trail_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.