NYC Space/Time Directory ETL module: New York City Enumeration Districts

ETL module for NYPL’s NYC Space/Time Direcory. This Node.js module downloads, parses, and/or transforms New York City Enumeration Districts data, and creates a NYC Space/Time Directory dataset.

Data

The dataset created by this ETL module’s transform step can be found in the data section of the NYC Space/Time Directory website.

Details

ID enumeration-districts
Title New York City Enumeration Districts
Description 1900 census enumeration districts for Manhattan and the Bronx, traced from maps created by Barbara Hillman
License CC0
Contributors
  • Philip Sutton (author)
  • Bert Spaan (wrangler)
Sources GeoJSON polygons from Brick-by-brick API
Homepage https://www.nypl.org/

JSON Schema of Object data:

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "number"
  ],
  "properties": {
    "number": {
      "type": "integer",
      "description": "Enumeration district number"
    }
  }
}

Available steps

  • download
  • transform

Usage

git clone https://github.com/nypl-spacetime/etl-enumeration-districts.git /path/to/etl-modules
cd /path/to/etl-modules/etl-enumeration-districts
npm install

spacetime-etl enumeration-districts[.<step>]

See http://github.com/nypl-spacetime/spacetime-etl for information about Space/Time's ETL tool. More Space/Time ETL modules can be found on GitHub.

This README file is generated by generate-etl-readme.