Skip to content
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

[21pt] PR: Adding Open Street Map bridge data pulling and healing scripts #1122

Merged
merged 34 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3697e4f
adding new scripts to pull OSM bridge lines and heal HAND grids
LauraKeys-NOAA Apr 15, 2024
286edd1
updated osm scripts to allow multiprocessing and to fix folder struct…
LauraKeys-NOAA Apr 16, 2024
d499680
linting
LauraKeys-NOAA Apr 16, 2024
5997f49
removed unnecessary commenting line
LauraKeys-NOAA Apr 16, 2024
6618545
Update CHANGELOG.md
LauraKeys-NOAA Apr 16, 2024
ee12585
Update CHANGELOG.md
LauraKeys-NOAA Apr 16, 2024
2ab8401
Merge branch 'dev' into dev-osm-bridges
LauraKeys-NOAA Apr 17, 2024
c43bc6f
added typecasts to buffer and resolution inputs
LauraKeys-NOAA Apr 22, 2024
94c7d8f
added additional requirements info
LauraKeys-NOAA Apr 22, 2024
8741b4b
updated usage example path
LauraKeys-NOAA Apr 23, 2024
c1e90f0
modified fim pipeline process to heal bridges and modified input args…
LauraKeys-NOAA Apr 23, 2024
75ea131
fixing linting
LauraKeys-NOAA Apr 24, 2024
32af758
fixed linting
LauraKeys-NOAA Apr 24, 2024
85ffcc6
linting fixes
LauraKeys-NOAA Apr 24, 2024
df8e63e
linting fixes
LauraKeys-NOAA Apr 24, 2024
0052a91
linting fixes
LauraKeys-NOAA Apr 24, 2024
fb67db9
Update CHANGELOG.md
LauraKeys-NOAA Apr 24, 2024
2ef5dfd
add multi proc, fix for gpkg and scaling
Apr 26, 2024
b02b773
pull (aquire) almost done. FIM integ still WIP
RobHanna-NOAA Apr 30, 2024
86ea6cf
rollback pull (aquire) commit
RobHanna-NOAA Apr 30, 2024
1510a20
aquire (pull) almost working, integr with FIM WIP
Apr 30, 2024
85cacc4
Merge branch 'dev-osm-bridges' of https://github.com/NOAA-OWP/inundat…
Apr 30, 2024
2bb93b3
fixed multi layer gpkg
May 1, 2024
96abd49
typo fix
RobHanna-NOAA May 1, 2024
9f3cbb3
logging fix
May 2, 2024
37ad41c
pre clip with latest ocean and bridge integrated
May 3, 2024
1ad43bf
zahra'stest
May 3, 2024
fc228f8
zahra'stest2
May 3, 2024
a283824
integration with fim pipeline
May 4, 2024
d9f1d06
Merge branch 'dev-osm-bridges' of https://github.com/NOAA-OWP/inundat…
May 4, 2024
5eecbb5
updated pre-clip
May 5, 2024
022fe36
change heal bridge location in pipeline
May 6, 2024
45760ee
Merge branch 'dev' into dev-osm-bridges
CarsonPruitt-NOAA May 6, 2024
6ea5a8c
linting and formatting
CarsonPruitt-NOAA May 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pyflwdir = "==0.5.8"
pillow = "==10.3.0"
pyogrio = "==0.7.2"
openpyxl = "*"
osmnx = "*"

[requires]
python_version = "3.10"
151 changes: 83 additions & 68 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading