-
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.
updates 2025-01-11 - Refactored pipeline for Version 0.1.0
- Loading branch information
1 parent
96fb024
commit 07fff9a
Showing
7 changed files
with
116 additions
and
53 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
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
from pipeline_launch_scripts import ( | ||
sm_monthly_permit_main, | ||
os_open_usrns_main, | ||
swa_codes_main, | ||
os_open_linked_ids_main, | ||
# sm_monthly_permit_main, | ||
# os_open_usrns_main, | ||
# swa_codes_main, | ||
# os_open_linked_ids_main, | ||
os_open_roads_main, | ||
) | ||
|
||
def main(): | ||
sm_monthly_permit_main.main(100000) | ||
os_open_usrns_main.main(100000) | ||
swa_codes_main.main() | ||
os_open_linked_ids_main.main(200000) | ||
# sm_monthly_permit_main.main(100000) | ||
# os_open_usrns_main.main(100000) | ||
# swa_codes_main.main() | ||
# os_open_linked_ids_main.main(200000) | ||
os_open_roads_main.main(100000) | ||
|
||
if __name__ == "__main__": | ||
main() | ||
main() |
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
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