cityofnewyork-us/restrictive-declaration-sites-cmni-fvnx
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 1 month ago

Restrictive Declaration Sites

Publically accessible open-space constructed and maintained by a private entity pursuant to an agreement with NYC Parks. Underlying jurisdiction of the land and the terms of each agreement vary by site.

Data Dictionary: https://docs.google.com/spreadsheets/d/1kGQ-tRYAXONPBY9kHi1qik2SRf0wMslHGj-xLflOT_A/edit?usp=sharing

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 \"cityofnewyork-us/restrictive-declaration-sites-cmni-fvnx\".\"restrictive_declaration_sites\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • restrictive_declaration_sites
     
     
     
     
     
Upstream Metadata