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

Physrisk document drought #286

Open
wants to merge 341 commits into
base: main
Choose a base branch
from

Conversation

faridradmehr
Copy link
Contributor

Added drought section and updated Bibliography

negillett and others added 30 commits April 1, 2022 12:06
Add missing __init__.py to data_objects
Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Previously, the ValueError message expected request_dict["request_id"],
but request_id is now a parameter and is not expected to be included within
request_dict. This change modifies the ValueError message accordingly.

Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
Vulnerability model loading from json
Also adds boto3 as a dependency for easier live troubleshooting.

Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Add logging to zarr_reader for debugging in OpenShift
Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
Add proxying to real estate model
Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
Remove debug logging for zarr_reader
Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Add path, display_name, description, filename to hazard inventory
Signed-off-by: Nathan Gillett <ngillett@redhat.com>
Signed-off-by: Nathan Gillett <negillett@gmail.com>
Revert RiverineInundation inventory IDs
Signed-off-by: Nathan Gillett <negillett@gmail.com>
Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
joemoorhouse and others added 28 commits March 18, 2024 20:43
Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
* Add an entry to the litterature review spreadsheet

Add to the spreadsheet the following reference: Luo, T., Cheng, Y., Falzon, J. et al. A framework to assess multi-hazard physical climate risk for power generation projects from publicly-accessible sources. Commun Earth Environ 4, 117 (2023). https://doi.org/10.1038/s43247-023-00782-w

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Thermal power generation documentation

Briefly describes the vulnerability models used for thermal power generation projects

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

---------

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
* Add an entry to the litterature review spreadsheet

Add to the spreadsheet the following reference: Luo, T., Cheng, Y., Falzon, J. et al. A framework to assess multi-hazard physical climate risk for power generation projects from publicly-accessible sources. Commun Earth Environ 4, 117 (2023). https://doi.org/10.1038/s43247-023-00782-w

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Code clean-up

Code clean up which removes some hazards deriving from water-related risks

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

---------

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Inventory update to make some formulas nicer in the physrisk API

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
* Add example notebooks

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>

---------

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
Update stddev_impact

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Fix impact key

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
* Add tudelft riverine flood to inventory

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…s-climate#272)

* Add disaggregation methodology to doc; update flood hazard section

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Extra assets

Small changes to compute impacts on assets which are not specified using the pydantic scheme

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Extra assets

Small changes to compute impacts on assets which are not specified using the pydantic scheme

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Extra assets

Small changes to compute impacts on assets which are not specified using the pydantic scheme

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

---------

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
create_assets: Throw an exception when the asset class does not exist in physrisk

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
* Update version

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Updated Drought section
Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
* Generic and ManufacturingAsset

Add Generic and ManufacturingAsset.
Fix the Pydantic scheme for Asset other than RealEstateAsset.

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Generic and ManufacturingAsset

Make some attributes optional

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

---------

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
* Updated Drought section

Updated Drought section

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…climate#281)

* Bug fix in the vulnerability models for thermal power generation

Bug fix in the vulnerability models for thermal power generation

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Bug fix in the vulnerability models for thermal power generation

Bug fix in the vulnerability models for thermal power generation

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

* Bug fix in the vulnerability models for thermal power generation

Bug fix in the vulnerability models for thermal power generation

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>

---------

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
…climate#282)

Bug fix in the vulnerability models for thermal power generation

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Fix TOX

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Avoid overriding an asset impact result if empty

Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
Updated Bibliography file, references in alphabetical order and updated keys to be coherent with the other references.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.