cityofnewyork-us/primary-land-use-tax-lot-output-pluto-64uk-42ks
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 4 hours ago

Primary Land Use Tax Lot Output (PLUTO)

Extensive land use and geographic data at the tax lot level in comma–separated values (CSV) file format. The PLUTO files contain more than seventy fields derived from data maintained by city agencies.

All previously released versions of this data are available at <a href="https://www1.nyc.gov/site/planning/data-maps/open-data/bytes-archive.page?sorts[year]=0">BYTES of the BIG APPLE- Archive</a>

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/primary-land-use-tax-lot-output-pluto-64uk-42ks\".\"primary_land_use_tax_lot_output_pluto\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • primary_land_use_tax_lot_output_pluto
     
     
     
     
     
Upstream Metadata