mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 20:04:18 -07:00
Combine + Tilefy (#806)
* init * score-post * added score csv s3 download; remore poetry cmds from readme * working census tile fetch * PR review * Github Actions Work
This commit is contained in:
parent
7b87e0ec99
commit
1b17af84c8
13 changed files with 560 additions and 371 deletions
|
@ -114,13 +114,3 @@ authorized_licenses = [
|
|||
"gpl v3",
|
||||
"historical permission notice and disclaimer (hpnd)",
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
cleanup_census = 'data_pipeline.application:census_cleanup'
|
||||
cleanup_data = 'data_pipeline.application:data_cleanup'
|
||||
download_census = 'data_pipeline.application:census_data_download'
|
||||
etl = 'data_pipeline.application:etl_run'
|
||||
generate_tiles = 'data_pipeline.application:generate_map_tiles'
|
||||
score = 'data_pipeline.application:score_run'
|
||||
score_geo = 'data_pipeline.application:geo_score'
|
||||
etl_and_score = 'data_pipeline.application:score_full_run'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue