ny-gov/public-fishing-rights-parking-areas-9vef-6whi
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 4 hours ago

Public Fishing Rights Parking Areas

The New York State Department of Environmental Conservation (DEC) maintains a network of Public Fishing Right parking areas along trout streams in New York. This dataset represents the locations and information about those parking areas. Links to PDF maps of the actual Public Fishing Rights along the streams are available as part of the data set.

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/public-fishing-rights-parking-areas-9vef-6whi\".\"public_fishing_rights_parking_areas\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • public_fishing_rights_parking_areas
     
     
     
     
     
Upstream Metadata