Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

properties.address has "None" for zipcode when ZIPR is null in Census data #214

@hkeeler

Description

@hkeeler

Here's an example:

  "properties": {
    "RFROMHN":null,
    "source":"census-tiger",
    "RTOHN":null,
    "ZIPL":"10001",
    "FULLNAME":"W 31st St",
    "LFROMHN":"30-0",
    "address":"1234 W 31st St new york NY None",
    "LTOHN":"30-98",
    "ZIPR":null,
    "STATE":"NY"
  }

We need to check both ZIPR and ZIPL since there's no guarantee either will always be populated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions