-
Notifications
You must be signed in to change notification settings - Fork 12
Supply source disaggregation, irrigation conveyance, and feature enhancements #77
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
28323aa
update package version number and name in a metadata call for get_exa…
hassaniazi 0b75f98
ensure gcam could be queries for other nestings than the sector subse…
hassaniazi a690442
add basin name mappings for old and new gcam names. also remove extra…
hassaniazi f1fa995
add a quick function to extract basin names from resource string for …
hassaniazi 1ebad61
include a workflow to disaggregated water source for each demand type…
hassaniazi 4e93953
incorporate water source disaggregation into main tethys class
hassaniazi 1fc9616
only have water source shares for withdrawal; fix queries; hack to ca…
thurber e24d6dd
fix
thurber d29d640
support `irrigation_conveyance_efficiency` configuration
thurber b32ac44
remove early return
thurber 72e8d95
fix metadata incl package name
hassaniazi c256a90
fix package versions for a robust set up across machines esp with gca…
hassaniazi 75ee3c7
make the temporal tests pass with explicityly handling kwargs in tdme…
hassaniazi 647be6a
restore legacy temporal api in model.py as well in line with the last…
hassaniazi b970d43
bridge legacy kwargs and the new temporal_config() formal with a form…
hassaniazi bb14a68
remove redundant pytest install for the prod build
hassaniazi 1a83af1
catch version-specific issues and use editable dev install in deployment
hassaniazi 1802990
bump up the version
hassaniazi cb8eb24
upgrade action upload artifact to deploy
hassaniazi bb4b8b5
only build paper for main
hassaniazi c6a6e3d
avoid returning resource names at the first underscore e.g, unlikely …
hassaniazi 216a9eb
avoid hard coding demand type
hassaniazi a125612
make region_masks and years mandatory to fail fast before going further
hassaniazi fa5a4d6
avoid missing share value of a basin with any zero source in a period…
hassaniazi 151b16b
handle data type for better IO
hassaniazi 2dee8db
retail other vars for muni temporal method and avoid hard coding
hassaniazi 03e5be0
retain other vars for temporal method and avoid hard coding
hassaniazi 350a7c9
retain other vars for temporal method and avoid hard coding
hassaniazi 5f1fd2c
retain other vars for weights temporal method and avoid hard coding
hassaniazi aa984ed
correct typo
hassaniazi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,14 +1,12 @@ | ||
| PyYAML>=6.0 | ||
| gcamreader>=1.2.5 | ||
| gcamreader>=1.4.0 | ||
| numpy>=1.22 | ||
| pandas>=1.2.4 | ||
| netCDF4>=1.6 | ||
| xarray>=2022.09.0 | ||
| rioxarray>=0.12.4 | ||
| tqdm>=4.66.2 | ||
| matplotlib>=3.8.3 | ||
| dask[complete]>=2022.12.1 | ||
| bokeh!=3.0.*,>=2.4.2 | ||
| geopandas>=0.14.3 | ||
| dask_geopandas>=0.3.1 | ||
| hvplot>=0.9.2 | ||
| dask>=2022.12.1 | ||
| distributed>=2022.12.1 | ||
| setuptools<81 |
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -3,4 +3,4 @@ | |
| from .utils.spatial import InputViewer | ||
|
|
||
|
|
||
| __version__ = "2.1" | ||
| __version__ = "2.2.0" | ||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.