-
Notifications
You must be signed in to change notification settings - Fork 14
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
Integrate Amin's LODES data code #51
Comments
code runs and appears to download all 2020 data. But hits an error |
comparing lodes_fullloop.py from Amin and NPR. Looks like Amin added some good try options and error handling. |
line 63 of lodes_datautil.py hard codes the output folder. Try to use this instead of output. this seems to be working |
comparing Amin's lodes_datautil.py updates for using LODES8 verses LODES7. This could be added as an input cross walk now uses 2020 blocks instead of 2010 |
significant updates to new_jobtypes function. |
lots of new functions added! need to review them but they look really good. Start at line 1577 of lodes_datautil.py |
error for last block in notebook: change to outputfoldername = "data_LODES", error persists ahh - looks like I need to create a directory called output2 fixed issue added code to make a folder in data_LODES to save joblists Good thing county 20057 is small |
Looks like @aminenderami code goes up to making the wac and rac job lists. jobs https://onthemap.ces.census.gov/ looks like jobtypes are just for industry code 1 and jobtypes 3 and 9 ahh - no the issue is that the code is only running for the first 10 blocks. |
code for MCMCSA have not been modified. |
link to Nathanael's old notes https://docs.google.com/document/d/1JMqe29KlwZrb2ajAuQ6HmV7s0qG-_nm5fveRUbiFmNQ/edit?usp=sharing |
next steps - work on running MCMCSA check issue with unique id set in loop. |
summary - made only minor errors to Employment Inventory.ipynb. Mainly just issues with where the data was being saved. Need to look at error found in: Work on MCMCSA code |
https://github.com/npr99/intersect-community-data/tree/main/pyncoda/99_SandboxCode/SandboxAE
On my VS Code running code for
Employment Inventory.ipynb
copied code from Amin's sandbox into my work folder on VS Code. The gitnore allows work folders to be ingored
The text was updated successfully, but these errors were encountered: