-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added function to find capacity column, replacing constant.
- Loading branch information
1 parent
753bcb0
commit 7d229d8
Showing
13 changed files
with
120 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"project_name": "Testing Offshore- FY22", | ||
"directory": "~/review_datasets/testing_offshore_fy22" | ||
} |
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,4 @@ | ||
{ | ||
"project_name": "Standard Scenarios - FY24", | ||
"directory": "~/review_datasets/standard_scenarios_fy24" | ||
} |
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,4 @@ | ||
{ | ||
"project_name": "Bespoke Temp/Icing Cutoff Test", | ||
"directory": "~/review_datasets/temp_ice_test" | ||
} |
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,4 @@ | ||
{ | ||
"project_name": "Transport Tests- FY24", | ||
"directory": "~/review_datasets/transport" | ||
} |
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,38 @@ | ||
name: review | ||
channels: | ||
- conda-forge | ||
- nrel | ||
dependencies: | ||
- addfips | ||
- colorama | ||
- dash | ||
- flask | ||
- flask-caching | ||
- cartopy | ||
- geopandas | ||
- h5py | ||
- numpy | ||
- pandas | ||
- pandarallel | ||
- pint | ||
- plotly | ||
- pyproj | ||
- pytest | ||
- python-dotenv | ||
- requests | ||
- scipy | ||
- setuptools | ||
- tqdm | ||
- werkzeug | ||
- shapely | ||
- geoplot | ||
- openpyxl | ||
- xlrd | ||
- pip | ||
- pip: | ||
- dash_bootstrap_components | ||
- pygeopkg | ||
- pyarrow | ||
- scikit-learn | ||
- us | ||
- plotext |
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 |
---|---|---|
|
@@ -24,7 +24,6 @@ def main(): | |
host=APP_HOST, | ||
port=APP_PORT, | ||
debug=False, | ||
dev_tools_hot_reload=True | ||
) | ||
|
||
|
||
|
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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