-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e260fa5
commit a06b162
Showing
4 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
python oswm_codebase/getting_data.py || echo "getting_data.py failed"; \ | ||
# this structure assures independence on successful completion of the previous step | ||
|
||
python oswm_codebase/filtering_adapting_data.py || echo "filtering_adapting_data.py failed"; \ | ||
|
||
python oswm_codebase/generation/vec_tiles_gen.py || echo "vec_tiles_gen.py failed"; \ | ||
|
||
python oswm_codebase/webmap/create_webmap_new.py || echo "create_webmap_new.py failed"; \ | ||
|
||
python oswm_codebase/data_quality/tag_values_checking.py || echo "tag_values_checking.py failed"; \ | ||
|
||
python oswm_codebase/data_quality/quality_check_compiling.py || echo "quality_check_compiling.py failed"; \ | ||
|
||
python oswm_codebase/statistics_generation.py || echo "statistics_generation.py failed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters