cityofnewyork-us/zoning-application-portal-zap-project-data-hgx4-8ukb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 9 days ago
Indexed 2 hours ago

Zoning Application Portal (ZAP) - Project Data

The Department of City Planning (DCP) processes land use applications submitted by City or other public agencies and other (private) applicants. This data set provides information on land use applications, specifically the project tracking and description data related to approximately 30,000 projects since the late 1970’s.

ZAP project data appears on NYC Planning - Zoning Application Portal Search. It includes data migrated from the prior applications tracking system (LUCATS) and covers all projects that have been ‘Noticed’ (that they will appear before the City Planning Commission in 30 or more days for Certification as complete for the ULURP process to begin) or Filed (a CEQR or Land Use application has been formally submitted to the Department for review) through completion (approval, disapproval, withdrawal, or termination). For more information on the land use and environmental review application process see:

https://www1.nyc.gov/site/planning/applicants/applicant-portal/application-process.page

You can explore this data in the Zoning Application Portal: https://zap.planning.nyc.gov/projects

To report data errors or for questions, email <a href = "mailto:zap_feedback_dl@planning.nyc.gov">zap_feedback_dl@planning.nyc.gov</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/zoning-application-portal-zap-project-data-hgx4-8ukb\".\"zoning_application_portal_zap_project_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • zoning_application_portal_zap_project_data
     
     
     
     
     
Upstream Metadata