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

Mjb/feat/osw generate landfall costs #201

Merged
merged 61 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from 59 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
d3a5d77
Add method to rasterize vectors into cost layers
mikebannis Dec 22, 2023
4790c1c
Build cost raster using bins
mikebannis Dec 27, 2023
16d5b70
Combine cost rasters and optional barrier normalization
mikebannis Dec 31, 2023
4d2ef04
progress
mikebannis Jan 4, 2024
626c0d7
Start OffshoreCostCreator
mikebannis Jan 4, 2024
6e224ed
Update tests
mikebannis Jan 4, 2024
aee744c
Merge offshore and land costs
mikebannis Jan 5, 2024
c511d97
Merge barriers with new masks & chunk h5
mikebannis Jan 8, 2024
78f7e86
Allow default value to be set when reprojecting rasters
mikebannis Jan 8, 2024
246d34f
progress converting to new offshore system
mikebannis Jan 12, 2024
f73ceb8
user standardized tiff load func
mikebannis Jan 13, 2024
0173116
Basic friction/barrier buildign
mikebannis Jan 14, 2024
dab60e4
combine friction/barrier layers
mikebannis Jan 15, 2024
2afe850
progress
mikebannis Jan 16, 2024
fb89b8f
Start on new trans cost/fric/barrier CLI
mikebannis Jan 18, 2024
bb821e3
cost combiner for wet and dry costs
mikebannis Jan 23, 2024
a94e49b
Update doc strings
mikebannis Jan 23, 2024
a10c8bc
Update logger statements
mikebannis Jan 23, 2024
72b1af4
Remove old code
mikebannis Jan 23, 2024
183f51d
Fix test
mikebannis Jan 23, 2024
286b23b
Refactor and pylint updates
mikebannis Jan 24, 2024
4821b71
Use chunks for h5, save profile in attrs
mikebannis Jan 24, 2024
93de662
Mask dir in JSON file does not need to exist
mikebannis Jan 24, 2024
668e9db
fric/barrier processing optimizations
mikebannis Jan 24, 2024
6a2c9eb
reproject tiff layers on load if needed
mikebannis Jan 25, 2024
a16e755
Allow multiple ranges for same TIFF file
mikebannis Jan 26, 2024
0598b2b
update setup.py and requirements.txt
mikebannis Jan 26, 2024
4482cf6
Reorganize xmission directory
mikebannis Jan 26, 2024
1070bdb
Update pylintrc
mikebannis Jan 26, 2024
81f0f07
Update README
mikebannis Jan 26, 2024
d218599
Start updating README
mikebannis Jan 30, 2024
be608dc
combine friction and barriers before loading into h5
mikebannis Jan 30, 2024
8b42cb5
Update config actions
mikebannis Jan 30, 2024
d9c3204
Replace TypedDicts with pydantic.BaseModel
mikebannis Jan 30, 2024
d0db92e
Allow forced inclusions to be used
mikebannis Jan 31, 2024
ab815d3
minor clean up
mikebannis Jan 31, 2024
c475fff
Remove xmission example notebooks
mikebannis Jan 31, 2024
e02b4e4
Update layer creation README
mikebannis Feb 1, 2024
beb6a80
More xmission README updates
mikebannis Feb 1, 2024
1c64bfb
Move mask creation to a CLI option
mikebannis Feb 1, 2024
89edaa2
CLI flag to allow unknown keys in config file
mikebannis Feb 1, 2024
353a1a0
Added missing init file for sphinx to catch the dir
ppinchuk Feb 1, 2024
db9f1d0
move h5 creation to CLI optoin
mikebannis Feb 1, 2024
d7a5ba9
Fix docstrings that throw error
ppinchuk Feb 1, 2024
e9bce81
Add hard links instead of relative for Sphinx
ppinchuk Feb 1, 2024
72516d9
Add transmission to exmaples docs
ppinchuk Feb 1, 2024
e4cbb6b
Add docs for new clis
ppinchuk Feb 1, 2024
8183cd5
move h5 creation to CLI option
mikebannis Feb 1, 2024
524125b
Add docs to pydantic model keys
ppinchuk Feb 1, 2024
60ddf2f
Merge remote-tracking branch 'origin/mjb/feat/osw-generate-landfall-c…
ppinchuk Feb 1, 2024
6f3ca05
Merge branch 'mjb/feat/osw-generate-landfall-costs' into pp/doc_updates
ppinchuk Feb 1, 2024
8bdcec8
Fix merge bugs
ppinchuk Feb 1, 2024
a7d1502
Merge pull request #203 from NREL/pp/doc_updates
ppinchuk Feb 1, 2024
1ed3568
Merge branch 'main' into mjb/feat/osw-generate-landfall-costs
mikebannis Feb 1, 2024
740655f
Formatting + docstring updates
ppinchuk Feb 2, 2024
ea435a3
Linter fix
ppinchuk Feb 2, 2024
4235220
Various PR style updates and refactors
mikebannis Feb 2, 2024
8c306c0
Merge branch 'mjb/feat/osw-generate-landfall-costs' of github.com:NRE…
mikebannis Feb 2, 2024
d9eba56
Remove unnecessary TODO
mikebannis Feb 2, 2024
afda64c
Use unified RangeConfig class for barriers and costs
mikebannis Feb 2, 2024
e0a7e10
Update README for RangeConfig change
mikebannis Feb 2, 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
2 changes: 1 addition & 1 deletion .github/linters/.python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ known-third-party=enchant

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception
Loading
Loading