Open repository in Console
Readme
Updated 25 days ago
‧ Indexed 5 hours ago
2020 Census Blocks
2020 Census Blocks 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://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-census-blocks-wmsu-5muw\".\"2020_census_blocks\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata