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

parse ma/ma_immunizations #38

Closed
tmb opened this issue Apr 27, 2021 · 0 comments
Closed

parse ma/ma_immunizations #38

tmb opened this issue Apr 27, 2021 · 0 comments

Comments

@tmb
Copy link
Owner

tmb commented Apr 27, 2021

learn our pipeline: normalize

Normalize existing .ndjson records into the Vaccinate The States data schema.

Read all files in the directory passed as the second argument (sys.argv[2]), transform each record into the normalized schema (filling in as much detail as possible), then output them to new files in the directory passed as the first argument (sys.argv[1]).

Check the wiki to learn more about the purpose of the normalize stage and how to get set up for development!

Tips

  1. Fetch and parse data for this site before you start developing:

    poetry run vaccine-feed-ingest fetch ma/ma_immunizations
    poetry run vaccine-feed-ingest parse ma/ma_immunizations
  2. While working on your code, run it at any point:

    poetry run vaccine-feed-ingest normalize ma/ma_immunizations

Example

Parsed files for ak/arcgis are converted to normalized files

@tmb tmb closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant