Skip to content
This repository has been 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

Open
hkeeler opened this issue Mar 24, 2016 · 0 comments
Open

Comments

@hkeeler
Copy link
Member

hkeeler commented Mar 24, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant