Open repository in Console
Readme
Updated 6 months ago
‧ Indexed 3 hours ago
2020 Census Tracts - Tabular
2020 Census Tracts from the US Census for New York City. These boundary files are derived from the US Census Bureau's TIGER data products and have been geographically modified to fit the New York City base map. 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/2020-census-tracts-tabular-63ge-mke6\".\"2020_census_tracts_tabular\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata