Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
2020 Community District Tabulation Areas (CDTAs)
The Department of City Planning (DCP) created Community District Tabulation Areas (CDTAs) to closely approximate the 59 Community Districts of New York City for the purpose of reporting American Community Survey (ACS) data. CDTAs are built by aggregating whole 2020 census tracts. All previously released versions of this data are available at <a href="https://www.nyc.gov/site/planning/data-maps/open-data/bytes-archive.page?sorts%5Byear%5D=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/2020-community-district-tabulation-areas-cdtas-xn3r-zk6y\".\"2020_community_district_tabulation_areas_cdtas\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata