Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Blockgroups level fix #73 #122

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 16, 2020

  1. Update products.py

    Added {'blockgroup':10} to layer_lookup for tiger decennial map service layer
    jbousquin authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1caf9ff View commit details
    Browse the repository at this point in the history
  2. Update products.py

    Added query hierarchy for blockgroup
    jbousquin authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    93669cc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Fix geo_unit for census

    jbousquin committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7eab577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4ed1e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    4810ba2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Update test_functional.py

    Changed key to 2011 since there seems to be a problem on the census side with 2012 & 2013.
    jbousquin authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c0a0885 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    31975b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    7ead745 View commit details
    Browse the repository at this point in the history
  2. Dynamic layer level lookup

    Get alt levels for diff years (see PR: cenpy-devs@bdfc399)
    jbousquin authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    95908bc View commit details
    Browse the repository at this point in the history
  3. Redirect mapservice to census for ACS 2020

    Catch and redirect if ACS 2020 to Census 2020. Could be done in tiger, but this way it will be assigned to attribute. Could be done earlier in product but suspect this will be more concise. Could also be done as a try/catch instead, but current key error handling is good.
    jbousquin authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    451c668 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Update products.py

    Update catch to allow 2021 as latest
    jbousquin authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9a88e89 View commit details
    Browse the repository at this point in the history
  2. Update test_functional_products.py

    Add 2020 and 2021 as test case
    jbousquin authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c99ded7 View commit details
    Browse the repository at this point in the history
  3. Update test_functional_products.py

    Revert
    jbousquin authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4e47a6d View commit details
    Browse the repository at this point in the history
  4. Revert to test orginal

    jbousquin committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b880683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d18913 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    jbousquin committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ee53fdd View commit details
    Browse the repository at this point in the history