cityofnewyork-us/pseudo-lots-dx24-9ef7
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 3 hours ago

Pseudo Lots

The Pseudo Lots dataset contains polygons of locations that have an address and/or a structure with a building identification number (BIN), but for which there is no tax lot. Pseudo lots may exist for locations with open space, subway or train stations, skyways, tunnels, or other miscellaneous features. Note that this is not a comprehensive dataset of locations with these types of features.

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/pseudo-lots-dx24-9ef7\".\"pseudo_lots\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • pseudo_lots
     
     
     
     
     
Upstream Metadata