mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 05:34:18 -07:00
Hotfix for fips zip download location + added full-score-run command (#465)
* Hotfix for S3 locations of data sources * updated README * lint failures Co-authored-by: Nat Hillard <Nathaniel.K.Hillard@omb.eop.gov>
This commit is contained in:
parent
5cb00ef0ce
commit
4d7465c833
6 changed files with 26 additions and 74 deletions
|
@ -123,9 +123,9 @@ Once completed, run `docker-compose up` and then open a new tab or terminal wind
|
|||
Here's a list of commands:
|
||||
|
||||
- Get help: `docker exec j40_data_pipeline_1 python3 application.py --help"`
|
||||
- Clean up the census data directories: `docker exec j40_data_pipeline_1 python3 application.py census-cleanup"`
|
||||
- Clean up the data directories: `docker exec j40_data_pipeline_1 python3 application.py data-cleanup"`
|
||||
- Generate census data: `docker exec j40_data_pipeline_1 python3 application.py census-data-download"`
|
||||
- Run all ETL and Generate score: `docker exec j40_data_pipeline_1 python3 application.py score-full-run`
|
||||
- Clean up the data directories: `docker exec j40_data_pipeline_1 python3 application.py data-cleanup"`
|
||||
- Run all ETL processes: `docker exec j40_data_pipeline_1 python3 application.py etl-run"`
|
||||
- Generate Score: `docker exec j40_data_pipeline_1 python3 application.py score-run"`
|
||||
- Generate Score with Geojson and high and low versions: `docker exec j40_data_pipeline_1 python3 application.py geo-score`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue