cityofnewyork-us/nyc-planimetric-database-elevation-points-9uxf-ng6q
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 11 months ago

NYC Planimetric Database: Elevation Points

Elevation points were captured for all building footprint features.

Please see the following link for additional documentation- https://github.com/CityOfNewYork/nyc-planimetrics/blob/master/Capture_Rules.md.

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/nyc-planimetric-database-elevation-points-9uxf-ng6q\".\"nyc_planimetric_database_elevation_points\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • nyc_planimetric_database_elevation_points
     
     
     
     
     
Upstream Metadata