NREL-erad 0.1.1__tar.gz → 0.1.2__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_erad-0.1.1/src/NREL_erad.egg-info → nrel_erad-0.1.2}/PKG-INFO +2 -1
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/pyproject.toml +2 -1
- {nrel_erad-0.1.1 → nrel_erad-0.1.2/src/NREL_erad.egg-info}/PKG-INFO +2 -1
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/NREL_erad.egg-info/requires.txt +1 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/LICENSE.txt +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/README.md +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/setup.cfg +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/NREL_erad.egg-info/SOURCES.txt +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/NREL_erad.egg-info/dependency_links.txt +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/NREL_erad.egg-info/top_level.txt +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/__init__.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/constants.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/__init__.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_fire_boundary_dist.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_flood_depth.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_flood_velocity.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_fragility_curves.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_peak_ground_acceleration.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_peak_ground_velocity.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_wind_speed.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/enums.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/gdm_mapping.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/__init__.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/asset.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/asset_mapping.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/edit_store.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/fragility_curve.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/__init__.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/base_models.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/common.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/earthquake.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/flood.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/wild_fire.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/hazard/wind.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/models/probability.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/probability_builder.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/quantities.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/runner.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/systems/__init__.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/systems/asset_system.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/systems/hazard_system.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_asset_system.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_fragility_curves.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_from_history.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_gdm_model_interface.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_hazard_scenario_generator.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_hazard_system.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_models.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_plot_probability_fuctions.py +0 -0
- {nrel_erad-0.1.1 → nrel_erad-0.1.2}/tests/test_runner.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: NREL-erad
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Graph based scalable tool for computing energy resilience metrics for distribution systems.
|
5
5
|
Author-email: Kapil Duwadi <kapil.duwadi@nrel.gov>, Aadil Latif <aadil.altif@nrel.gov>, Kwami Sedzro <sherinann.abraham@nrel.gov>, Sherin Ann Abraham <kwami.sedzro@nrel.gov>, Bryan Palmintier <bryan.palmintier@nrel.gov>
|
6
6
|
Maintainer-email: Aadil Latif <Aadil.Latif@nrel.gov>
|
@@ -16,6 +16,7 @@ Requires-Dist: grid-data-models~=2.1.3
|
|
16
16
|
Requires-Dist: gdmloader
|
17
17
|
Requires-Dist: geopandas
|
18
18
|
Requires-Dist: requests
|
19
|
+
Requires-Dist: elevation
|
19
20
|
Requires-Dist: shapely
|
20
21
|
Requires-Dist: pandas
|
21
22
|
Requires-Dist: pyhigh
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "NREL-erad"
|
7
|
-
version="0.1.
|
7
|
+
version="0.1.2"
|
8
8
|
description = "Graph based scalable tool for computing energy resilience metrics for distribution systems."
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.11"
|
@@ -39,6 +39,7 @@ dependencies = [
|
|
39
39
|
"gdmloader",
|
40
40
|
"geopandas",
|
41
41
|
"requests",
|
42
|
+
"elevation",
|
42
43
|
"shapely",
|
43
44
|
"pandas",
|
44
45
|
"pyhigh",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: NREL-erad
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Graph based scalable tool for computing energy resilience metrics for distribution systems.
|
5
5
|
Author-email: Kapil Duwadi <kapil.duwadi@nrel.gov>, Aadil Latif <aadil.altif@nrel.gov>, Kwami Sedzro <sherinann.abraham@nrel.gov>, Sherin Ann Abraham <kwami.sedzro@nrel.gov>, Bryan Palmintier <bryan.palmintier@nrel.gov>
|
6
6
|
Maintainer-email: Aadil Latif <Aadil.Latif@nrel.gov>
|
@@ -16,6 +16,7 @@ Requires-Dist: grid-data-models~=2.1.3
|
|
16
16
|
Requires-Dist: gdmloader
|
17
17
|
Requires-Dist: geopandas
|
18
18
|
Requires-Dist: requests
|
19
|
+
Requires-Dist: elevation
|
19
20
|
Requires-Dist: shapely
|
20
21
|
Requires-Dist: pandas
|
21
22
|
Requires-Dist: pyhigh
|
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
|
{nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_fire_boundary_dist.py
RENAMED
File without changes
|
{nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_flood_depth.py
RENAMED
File without changes
|
{nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_flood_velocity.py
RENAMED
File without changes
|
{nrel_erad-0.1.1 → nrel_erad-0.1.2}/src/erad/default_fragility_curves/default_fragility_curves.py
RENAMED
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
|