Artificial Reefs Managed by New York State Department of Environmental Conservation
The dataset is composed of information from Marine Artificial Reef Map and includes GPS location coordinates as well as other information regarding the reef. New York State Department of Environmental Conservation's (NYSDEC) Bureau of Marine Resources created and manages these reef sites as well as other marine resources in the area and in New York State in general.
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/artificial-reefs-managed-by-new-york-state-jsnj-ehv9\".\"artificial_reefs_managed_by_new_york_state\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.