NREL-reV 0.9.6__tar.gz → 0.9.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {NREL-reV-0.9.6 → NREL-reV-0.9.7/NREL_reV.egg-info}/PKG-INFO +7 -2
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/NREL_reV.egg-info/requires.txt +8 -1
- {NREL-reV-0.9.6/NREL_reV.egg-info → NREL-reV-0.9.7}/PKG-INFO +7 -2
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/README.rst +4 -1
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/version.py +1 -1
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/setup.py +2 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/LICENSE +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/NREL_reV.egg-info/SOURCES.txt +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/NREL_reV.egg-info/dependency_links.txt +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/NREL_reV.egg-info/entry_points.txt +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/NREL_reV.egg-info/not-zip-safe +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/NREL_reV.egg-info/top_level.txt +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/SAM.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/defaults.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/econ.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/generation.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/version_checker.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/SAM/windbos.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/bespoke.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/cli_bespoke.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/gradient_free.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/pack_turbs.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/place_turbines.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/bespoke/plotting_functions.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/cli.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/base_analysis_config.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/base_config.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/cli_project_points.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/curtailment.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/execution.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/output_request.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/project_points.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/config/sam_config.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/econ/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/econ/cli_econ.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/econ/econ.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/econ/economies_of_scale.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/econ/utilities.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/generation/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/generation/base.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/generation/cli_gen.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/generation/generation.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/cli_collect.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/cli_multi_year.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/exclusions.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/multi_year.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/outputs.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/handlers/transmission.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/hybrids/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/hybrids/cli_hybrids.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/hybrids/hybrid_methods.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/hybrids/hybrids.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/losses/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/losses/power_curve.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/losses/scheduled.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/losses/utils.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/nrwal/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/nrwal/cli_nrwal.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/nrwal/nrwal.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/qa_qc/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/qa_qc/cli_qa_qc.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/qa_qc/qa_qc.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/qa_qc/summary.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/rep_profiles/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/rep_profiles/cli_rep_profiles.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/rep_profiles/rep_profiles.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/aggregation.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/cli_sc_aggregation.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/cli_supply_curve.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/competitive_wind_farms.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/exclusions.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/extent.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/points.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/sc_aggregation.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/supply_curve.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/supply_curve/tech_mapping.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/utilities/__init__.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/utilities/cli_functions.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/utilities/curtailment.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/utilities/exceptions.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/utilities/pytest_utils.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/reV/utilities/slots.py +0 -0
- {NREL-reV-0.9.6 → NREL-reV-0.9.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: NREL-reV
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.7
|
4
4
|
Summary: National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) Model: reV
|
5
5
|
Home-page: https://nrel.github.io/reV/
|
6
6
|
Author: Galen Maclaurin
|
@@ -123,8 +123,11 @@ Description:
|
|
123
123
|
3. Install reV:
|
124
124
|
1) ``pip install NREL-reV`` or
|
125
125
|
|
126
|
+
- NOTE: If you install using conda and want to run from files directly on S3 like in the `running reV locally example <https://nrel.github.io/reV/misc/examples.running_locally.html>`_
|
127
|
+
you will also need to install S3 filesystem dependencies: ``pip install NREL-reV[s3]``
|
128
|
+
|
126
129
|
- NOTE: If you install using conda and want to use `HSDS <https://github.com/NREL/hsds-examples>`_
|
127
|
-
you will also need to install
|
130
|
+
you will also need to install HSDS dependencies: ``pip install NREL-reV[hsds]``
|
128
131
|
|
129
132
|
Option 2: Clone repo (recommended for developers)
|
130
133
|
|
@@ -228,3 +231,5 @@ Classifier: Programming Language :: Python :: 3.11
|
|
228
231
|
Requires-Python: >=3.8
|
229
232
|
Provides-Extra: test
|
230
233
|
Provides-Extra: dev
|
234
|
+
Provides-Extra: s3
|
235
|
+
Provides-Extra: hsds
|
@@ -1,7 +1,7 @@
|
|
1
1
|
NREL-gaps>=0.6.11
|
2
2
|
NREL-NRWAL>=0.0.7
|
3
3
|
NREL-PySAM~=4.1.0
|
4
|
-
NREL-rex>=0.2.
|
4
|
+
NREL-rex>=0.2.97
|
5
5
|
numpy~=1.24.4
|
6
6
|
packaging>=20.3
|
7
7
|
plotly>=4.7.1
|
@@ -14,5 +14,12 @@ flake8
|
|
14
14
|
pre-commit
|
15
15
|
pylint
|
16
16
|
|
17
|
+
[hsds]
|
18
|
+
hsds>=0.8.4
|
19
|
+
|
20
|
+
[s3]
|
21
|
+
fsspec
|
22
|
+
s3fs
|
23
|
+
|
17
24
|
[test]
|
18
25
|
pytest>=5.2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: NREL-reV
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.7
|
4
4
|
Summary: National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) Model: reV
|
5
5
|
Home-page: https://nrel.github.io/reV/
|
6
6
|
Author: Galen Maclaurin
|
@@ -123,8 +123,11 @@ Description:
|
|
123
123
|
3. Install reV:
|
124
124
|
1) ``pip install NREL-reV`` or
|
125
125
|
|
126
|
+
- NOTE: If you install using conda and want to run from files directly on S3 like in the `running reV locally example <https://nrel.github.io/reV/misc/examples.running_locally.html>`_
|
127
|
+
you will also need to install S3 filesystem dependencies: ``pip install NREL-reV[s3]``
|
128
|
+
|
126
129
|
- NOTE: If you install using conda and want to use `HSDS <https://github.com/NREL/hsds-examples>`_
|
127
|
-
you will also need to install
|
130
|
+
you will also need to install HSDS dependencies: ``pip install NREL-reV[hsds]``
|
128
131
|
|
129
132
|
Option 2: Clone repo (recommended for developers)
|
130
133
|
|
@@ -228,3 +231,5 @@ Classifier: Programming Language :: Python :: 3.11
|
|
228
231
|
Requires-Python: >=3.8
|
229
232
|
Provides-Extra: test
|
230
233
|
Provides-Extra: dev
|
234
|
+
Provides-Extra: s3
|
235
|
+
Provides-Extra: hsds
|
@@ -126,8 +126,11 @@ Option 1: Install from PIP (recommended for analysts):
|
|
126
126
|
3. Install reV:
|
127
127
|
1) ``pip install NREL-reV`` or
|
128
128
|
|
129
|
+
- NOTE: If you install using conda and want to run from files directly on S3 like in the `running reV locally example <https://nrel.github.io/reV/misc/examples.running_locally.html>`_
|
130
|
+
you will also need to install S3 filesystem dependencies: ``pip install NREL-reV[s3]``
|
131
|
+
|
129
132
|
- NOTE: If you install using conda and want to use `HSDS <https://github.com/NREL/hsds-examples>`_
|
130
|
-
you will also need to install
|
133
|
+
you will also need to install HSDS dependencies: ``pip install NREL-reV[hsds]``
|
131
134
|
|
132
135
|
Option 2: Clone repo (recommended for developers)
|
133
136
|
-------------------------------------------------
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|