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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 1, 2022

  1. Merge pull request os-climate#70 from negillett/add-dataobj-init

    Add missing __init__.py to data_objects
    negillett authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    b09483c View commit details
    Browse the repository at this point in the history
  2. Release v0.1.2

    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a5b0d30 View commit details
    Browse the repository at this point in the history
  3. Fix ValueError in requests.get()

    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>
    negillett committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    fbd9056 View commit details
    Browse the repository at this point in the history
  4. Merge pull request os-climate#71 from negillett/fix-get-err

    Fix ValueError in requests.get()
    negillett authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2f05a88 View commit details
    Browse the repository at this point in the history
  5. Release v0.1.3

    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    71dd289 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    fc47589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde54ee View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Tidying post merge

    joemoorhouse committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    f23eea5 View commit details
    Browse the repository at this point in the history
  2. Missed tidy changes

    joemoorhouse committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    c34861a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Expose zarr store to requests API

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    577a671 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#73 from joemoorhouse/main

    Vulnerability model loading from json
    joemoorhouse authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e6562d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Add logging to zarr_reader for debugging in OpenShift

    Also adds boto3 as a dependency for easier live troubleshooting.
    
    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    50373c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#74 from negillett/debug

    Add logging to zarr_reader for debugging in OpenShift
    joemoorhouse authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    abb528e View commit details
    Browse the repository at this point in the history
  3. Release v0.2.0

    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c4c7c50 View commit details
    Browse the repository at this point in the history
  4. Remove debug logging for zarr_reader

    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    792595d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Add proxying to real estate model. Update on-boarding scripts.

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2cbd10b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46beb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request os-climate#76 from joemoorhouse/main

    Add proxying to real estate model
    joemoorhouse authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a434ec3 View commit details
    Browse the repository at this point in the history
  4. Update version

    joemoorhouse committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    30ced87 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Update version

    joemoorhouse committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e101985 View commit details
    Browse the repository at this point in the history
  2. Add static json for vulnerability to package

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f0c55a7 View commit details
    Browse the repository at this point in the history
  3. Update version

    joemoorhouse committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d4993e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Merge pull request os-climate#75 from negillett/rm-debug

    Remove debug logging for zarr_reader
    negillett authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f19a219 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Add path, display_name, description, filename to hazard inventory

    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0dbb66f View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#78 from negillett/add-to-inv

    Add path, display_name, description, filename to hazard inventory
    joemoorhouse authored May 2, 2022
    Configuration menu
    Copy the full SHA
    13084c6 View commit details
    Browse the repository at this point in the history
  3. Release 0.3.0

    Signed-off-by: Nathan Gillett <ngillett@redhat.com>
    negillett committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f874b9a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Revert RiverineInundation inventory IDs

    Signed-off-by: Nathan Gillett <negillett@gmail.com>
    Nathan Gillett committed May 4, 2022
    Configuration menu
    Copy the full SHA
    ab6e3f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#80 from negillett/revert-ids

    Revert RiverineInundation inventory IDs
    negillett authored May 4, 2022
    Configuration menu
    Copy the full SHA
    1b277a4 View commit details
    Browse the repository at this point in the history
  3. Release 0.3.1

    Signed-off-by: Nathan Gillett <negillett@gmail.com>
    Nathan Gillett committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d099808 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Expose coastal inundation and fix inventory

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 7, 2022
    Configuration menu
    Copy the full SHA
    cb2d9db View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Separate riverine and coastal real estate inundation models

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 8, 2022
    Configuration menu
    Copy the full SHA
    ce87971 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Merge pull request os-climate#81 from joemoorhouse/main

    Expose coastal inundation for real estate model
    joemoorhouse authored May 9, 2022
    Configuration menu
    Copy the full SHA
    6f4f189 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Add support for (bi)linear interpolation in Zarr

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 16, 2022
    Configuration menu
    Copy the full SHA
    32c41a0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Expose linear interpolation

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 23, 2022
    Configuration menu
    Copy the full SHA
    0981705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af9d75 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Tidy structure and update CONTRIBUTING.md

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f54e8d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#82 from joemoorhouse/main

    Add (bi-)linear interpolation into Zarr reading
    joemoorhouse authored May 25, 2022
    Configuration menu
    Copy the full SHA
    0b1edba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f1521c View commit details
    Browse the repository at this point in the history
  4. Merge pull request os-climate#83 from joemoorhouse/main

    Tidy structure and update CONTRIBUTING.md
    joemoorhouse authored May 25, 2022
    Configuration menu
    Copy the full SHA
    1331189 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Update version

    Signed-off-by: joemoorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e27cdba View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Incorporate references for inundation and heat

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7eabf2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#84 from joemoorhouse/main

    Incorporate references for inundation and heat
    joemoorhouse authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a8d9b5e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Fix bug in outputting linearly interpolated hazard data

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    b5d611a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b125f22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request os-climate#85 from joemoorhouse/main

    Fix bug in outputting linearly interpolated hazard data
    joemoorhouse authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f0e099d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Update methodology doc intro

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    625552a View commit details
    Browse the repository at this point in the history
  2. Update hazard onboarding scripts

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    4580277 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    1a15479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7994b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Chronic hazard tidying

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9e7ebb2 View commit details
    Browse the repository at this point in the history
  2. Reformatting

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7f69dd5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request os-climate#87 from joemoorhouse/osc-chronic

    Refactoring to consider acute and chronic hazards separately and explicitly
    joemoorhouse authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a0592ce View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Renaming changes after walk-through

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c638950 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#88 from joemoorhouse/osc-chronic

    Renaming changes after walk-through
    joemoorhouse authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    2b8c25d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Refactor hazard on-boarding

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d302f35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#93 from joemoorhouse/osc-hazard

    Refactor hazard on-boarding
    joemoorhouse authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8755ad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Changes to zarr_reader file to incorporate max and min interpolations. (

    os-climate#92)
    
    * Changes to inundation model to calculate the maximum inundation curve on a square grid surrounding a given location.
    * Adding max and min methods to zarr_reader interpolation methods.
    deepakbaskaran authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    dd95d49 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    1f4217c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Changes to interpolation for innundation risk calculations. Interpola…

    …tion procedure will now ignore data points for which data is unavailable (equal to -9999.0). (os-climate#94)
    deepakbaskaran authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f90d063 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Consolidate hazard information into inventory. (os-climate#99)

    Includes update to chronic hazard on-boarding scripts.
    joemoorhouse authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    214fa61 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a6f4d28 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    dd0b850 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Updated chronic heat model to include parameters from the root paper.…

    … Updated tests to align to implementation in Excel.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ffb2bfa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Adjustment made to the normalisation method. Removal of _default_prob…

    …_bin attribute from the new chronic heat class.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e0f2854 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Changes to ensure both test class and actual class align. Adding delt…

    …a method option to Chronic Heat Asset class.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7a92656 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Making changes as agreed with Deepak. Not that there has also been a …

    …change to the HazardDataResponse main object in order to ensure no errors
    
    in tox.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2c70e63 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Update tox.ini

    Reverting tox back to standard settings. 
    
    Signed-off-by: MLevinMazars <111566169+MLevinMazars@users.noreply.github.com>
    MLevinMazars authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    eee6a53 View commit details
    Browse the repository at this point in the history
  2. Updated Pull Request Post Meeting (os-climate#103)

    * Updated chronic heat model to include parameters from the root paper. Updated tests to align to implementation in Excel.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    
    * Adjustment made to the normalisation method. Removal of _default_prob_bin attribute from the new chronic heat class.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    
    * Changes to ensure both test class and actual class align. Adding delta method option to Chronic Heat Asset class.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    
    * Making changes as agreed with Deepak. Not that there has also been a change to the HazardDataResponse main object in order to ensure no errors
    in tox.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    
    * Update tox.ini
    
    Reverting tox back to standard settings. 
    
    Signed-off-by: MLevinMazars <111566169+MLevinMazars@users.noreply.github.com>
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    Signed-off-by: MLevinMazars <111566169+MLevinMazars@users.noreply.github.com>
    MLevinMazars authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b8ca171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f2d3d View commit details
    Browse the repository at this point in the history
  4. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ddb466d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    d3d8729 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    452ea9a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. On-board mean work loss hazard (os-climate#106)

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1c1eb1b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Addding the WBGT example model script. Changes also made to the the c…

    …alculation and hazard_data_provider scripts to generalise the
    
    loading of hazard data from chronic heat. Changes made to hazard_model_store for example data to run unit tests on.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    88b709a View commit details
    Browse the repository at this point in the history
  2. WBGT test model added. Additional changes made to the calculation and…

    … hazard_data_provider scripts to allow access multiple sources for
    
    chronic heat. Changes made to hazard_model_store for the test data used in unit tests.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2e02c22 View commit details
    Browse the repository at this point in the history
  3. Updated files to resolve merge conflict with main branch. Removed gen…

    …eric OSC hazard provider function.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    MLevinMazars committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    74b829b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Merge pull request os-climate#108 from MLevinMazars/main

    Updated WBGT Pull Request
    deepakbaskaran authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    dd5119d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    dbd58f6 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f19f3fd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Add in example portfolios; optimisations and tidy (os-climate#111)

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    13c40c8 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d8d8cca View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Tidy methodology doc introduction (os-climate#116)

    * Tidy methodology doc introduction
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Fix (new) mypy error
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3a39a28 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. On-the-fly map generation for small data sets (os-climate#119)

    * On-the-fly map generation for small data sets
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Fix name clash
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Fix bug with colormap value
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Cosmetic changes
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c9df12a View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7234bcc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Changes for Jupiter data integration. (os-climate#120)

    * Add reading of inventory from S3
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Inventory reading, tidying, support authentication
    
    * Fix access groups
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Skip test
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    b3fd402 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    df538fb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Add exposure measure and dependency injection (os-climate#122)

    * Add exposure measure and dependency injection.
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Add example of dependency injection mocking for tests.
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    2b4d6d9 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    08af8d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Add outline of event-based wind calculation. (os-climate#124)

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2461373 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add exposure service.

    joemoorhouse committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e54be0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#127 from joemoorhouse/exposure-final

    Add exposure service.
    joemoorhouse authored May 15, 2023
    Configuration menu
    Copy the full SHA
    0f95346 View commit details
    Browse the repository at this point in the history
  3. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b0b1225 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. adding protection to prevent credential exposure

    Signed-off-by: Heather Ackenhusen <90428947+HeatherAck@users.noreply.github.com>
    HeatherAck authored May 17, 2023
    Configuration menu
    Copy the full SHA
    56c9621 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Exposure service make no data explicit, add values.

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1826835 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request os-climate#128 from joemoorhouse/exposure-nans

    Exposure service make no data explicit, add values.
    joemoorhouse authored May 25, 2023
    Configuration menu
    Copy the full SHA
    d10aae7 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5e0d7be View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Add WBGT Chronic Heat Model (os-climate#129)

    * Updates made to the WBGT model to add variance by asset type. Additionally changes
    to hazard data to account for windows/unix differences.
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    
    * Updated Model documentation and removing piece of code used for testing.
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    
    * Merge document updates.
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    ---------
    
    Signed-off-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    Co-authored-by: MLevinMazars <Michael.Levin@Mazars.co.uk>
    joemoorhouse and MLevinMazars authored May 29, 2023
    Configuration menu
    Copy the full SHA
    1b371bd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Add event-based approach to methodology doc.

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e8531fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#130 from joemoorhouse/methoddoc

    Add event-based approach to methodology doc.
    joemoorhouse authored May 30, 2023
    Configuration menu
    Copy the full SHA
    dbbdf3d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Updates to methodology doc: extend references; enhance event-based se…

    …ction. (os-climate#131)
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    c7a21ea View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Update methodology doc financial model section.

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6a095d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#132 from joemoorhouse/methdoc2

    Update methodology doc financial model section.
    joemoorhouse authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    45658d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Changes to inventory structure; facilitate interchangeability of haza…

    …rd resources. (os-climate#140)
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    dfaa93f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Minor tidy (os-climate#141)

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b0ac8a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    733ec15 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    22e196f View commit details
    Browse the repository at this point in the history
  3. Add missing files (os-climate#143)

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d578526 View commit details
    Browse the repository at this point in the history
  4. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ba8c6a1 View commit details
    Browse the repository at this point in the history
  5. Update manifest

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1ac1f45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    050b948 View commit details
    Browse the repository at this point in the history
  7. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    104113d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Add detail about use of heuristic vulnerability distributions

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    516d360 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#145 from joemoorhouse/doc-vuln

    Add detail about use of heuristic vulnerability distributions
    joemoorhouse authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e849fb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Onboard Iris wind model (os-climate#146)

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    cf0d016 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    336346e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Add test for the commercial real estate model (os-climate#149)

    * Add test for the commercial real estate model
    
    Add a test for the commercial real estate model;
    Fix some typos, formatting and warnings;
    Copy latest version of notebooks/vulnerability_onboarding/EU JRC global flood depth-damage functions/EU JRC global flood depth-damage functions.json to src\physrisk\data\static\vulnerability.
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    9e18fd7 View commit details
    Browse the repository at this point in the history
  2. Add WRI maps (size 512); update exposure for inventory update (os-cli…

    …mate#150)
    
    * Add WRI maps (size 512); update exposure for inventory update
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e472bc2 View commit details
    Browse the repository at this point in the history
  3. Update version

    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    74aa407 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. modified files to make unittest run

    Daniel Costero authored and Daniel Costero committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5c9bbd2 View commit details
    Browse the repository at this point in the history
  2. first sphinx implementation for code docs

    Daniel Costero authored and Daniel Costero committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6a8c9f8 View commit details
    Browse the repository at this point in the history
  3. changed default titles

    Daniel Costero authored and Daniel Costero committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cd63164 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. simplified bug fix, for easier merging with main branch

    Daniel Costero authored and Daniel Costero committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    145bb83 View commit details
    Browse the repository at this point in the history
  2. added initial page with 4 cards and pics from the website

    Daniel Costero authored and Daniel Costero committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c339a8a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Add generic wind vulnerability model; overhaul score-based risk measu…

    …re (os-climate#151)
    
    * Add generic wind vulnerability model; overhaul score-based risk measures and update Pydantic version (new major version)
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3cc9e5b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. added readthedocs initial config file

    Daniel Costero authored and Daniel Costero committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5b2b7d3 View commit details
    Browse the repository at this point in the history
  2. import packages for readthedocs

    Daniel Costero authored and Daniel Costero committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3b9372d View commit details
    Browse the repository at this point in the history
  3. import sphinx_toolbox

    Daniel Costero authored and Daniel Costero committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7a52ecb View commit details
    Browse the repository at this point in the history
  4. added requirements-docs.txt

    Daniel Costero authored and Daniel Costero committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    38a09f3 View commit details
    Browse the repository at this point in the history
  5. added packages to requirement-docs

    Daniel Costero committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3ddecc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Points-based hazard model test (os-climate#154)

    * Tidy and points-based hazard model
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    joemoorhouse and pre-commit-ci[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4ac76df View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. added vanilla version of the documentation. (os-climate#153)

    * Added vanilla version of the documentation. Required packages are included in Pipfile dev
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    danicosteroarfima authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    4943450 View commit details
    Browse the repository at this point in the history
  2. Readme update (os-climate#155)

    * Update README
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e41df41 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Refine risk model tests (os-climate#157)

    * Test tidy
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * Refine score-based risk measures. Wind-related tweaks.
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c864e41 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    ccaae6e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Risk model tests and API changes (os-climate#162)

    * Risk model related API and test changes
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    joemoorhouse authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a860163 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Cooling model and chronic hazard enhancements (os-climate#163)

    * Cooling model; change to support multiple parameters for chronic hazards.
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: Joe Moorhouse <joe.moorhouse@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    joemoorhouse and pre-commit-ci[bot] authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    51d6dba View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Create dependabot.yml

    Signed-off-by: Modeseven Industrial Solutions <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c3072a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836e222 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Onboarding World Resources Institute's thermal power plant physical c…

    …limate vulnerability factors (os-climate#160)
    
    Onboarding World Resources Institute's thermal power plant physical climate vulnerability factors
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    EglantineGiraud and pre-commit-ci[bot] authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dd4fed7 View commit details
    Browse the repository at this point in the history
  2. Fix: Line duplication in GitHub dependabot setup

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    feab089 View commit details
    Browse the repository at this point in the history
  3. Merge pull request os-climate#186 from os-climate/fix-dependabot-config

    Fix: Line duplication in GitHub dependabot setup
    ModeSevenIndustrialSolutions authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e6e4e30 View commit details
    Browse the repository at this point in the history
  4. Improve failure behaviour with missing data

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7536890 View commit details
    Browse the repository at this point in the history
  5. Merge pull request os-climate#187 from joemoorhouse/bug-fix

    Improve failure behaviour with missing data
    joemoorhouse authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    66828e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. [dependabot] Chore: Bump s3fs from 2022.1.0 to 2023.12.0

    Bumps [s3fs](https://github.com/fsspec/s3fs) from 2022.1.0 to 2023.12.0.
    - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
    - [Commits](fsspec/s3fs@2022.01.0...2023.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: s3fs
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5ccce07 View commit details
    Browse the repository at this point in the history
  2. Update dependabot.yml

    Signed-off-by: Modeseven Industrial Solutions <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d232943 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request os-climate#1 from os-climate/dependabot/pip/s3fs-2…

    …023.12.0
    
    [dependabot] Chore: Bump s3fs from 2022.1.0 to 2023.12.0
    ModeSevenIndustrialSolutions authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    efc5a16 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. [dependabot] Chore: Bump pydata-sphinx-theme from 0.14.1 to 0.14.4

    Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.14.1 to 0.14.4.
    - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
    - [Commits](pydata/pydata-sphinx-theme@v0.14.1...v0.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: pydata-sphinx-theme
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    827ee1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#2 from os-climate/dependabot/pip/pydata…

    …-sphinx-theme-0.14.4
    
    [dependabot] Chore: Bump pydata-sphinx-theme from 0.14.1 to 0.14.4
    ModeSevenIndustrialSolutions authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a624ffc View commit details
    Browse the repository at this point in the history
  3. Chore: Source .github from upstream repository

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d947e6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c64b7a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7973541 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46d4bc7 View commit details
    Browse the repository at this point in the history
  7. Water temperature on-boarding

    Add rcp6p0 in the scenario list of core_hazards::cmip6_scenario_to_rcp
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8585bb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Water temperature on-boarding (os-climate#203)

    Water temperature on-boarding
    
    Add rcp6p0 in the scenario list of core_hazards::cmip6_scenario_to_rcp
    Fix get_hazard_data when the response is a list instead of float
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a84e053 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Add chronic heat to the 'toy' risk model and improve performance. (os…

    …-climate#205)
    
    * Extend toy risk model; add concurrent downloading
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    1ba250e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0)
    - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.4](Lucas-C/pre-commit-hooks@v1.1.13...v1.5.4)
    - [github.com/psf/black: 22.3.0 → 23.12.1](psf/black@22.3.0...23.12.1)
    - [github.com/s-weigand/flake8-nb: v0.4.0 → v0.5.3](s-weigand/flake8-nb@v0.4.0...v0.5.3)
    pre-commit-ci[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    7767439 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Refactor ImpactKey; fully support multiple scenarios/years. (os-clima…

    …te#207)
    
    * Refactor ImpactKey; fully support multiple scenarios/years.
    
    ---------
    
    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>
    joemoorhouse and pre-commit-ci[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5c93f5d View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    12656b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b859bf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    8891fcb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Expose interpolation option to service; prep work to add commercial h…

    …azard models.
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    48b0e35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#210 from joemoorhouse/hazard-model-inject

    Expose interpolation option to service; prep work for hazard dependency injection.
    joemoorhouse authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    acc75ce View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Apply 'PixelAsArea' mode by default

    Apply the 'PixelAsArea' mode by default when converting latitude/longitude coordinate to pixel in _get_coordinates
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    abab3cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a420f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Apply 'PixelAsArea' mode by default

    Apply the 'PixelAsArea' mode by default when converting latitude/longitude coordinate to pixel in _get_coordinates
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cb9f5ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#213 from EglantineGiraud/physrisk_pixel…

    …_is_area
    
    Physrisk pixel is area; change default to pixel-is-area behaviour (affects linear interpolation).
    joemoorhouse authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7c830c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge pull request os-climate#197 from os-climate/pre-commit-ci-updat…

    …e-config
    
    [pre-commit.ci] pre-commit autoupdate
    joemoorhouse authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d6c2999 View commit details
    Browse the repository at this point in the history
  2. Correct ordering potential instability (os-climate#216)

    * Correct ordering potential instability
    Re-align tox and pre-commit
    ---------
    
    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>
    joemoorhouse and pre-commit-ci[bot] authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    10a1ec1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Add water temperature and wet-bulb globe temperature in the JSON inve…

    …ntory (os-climate#204)
    
    * Water temperature on-boarding
    
    Fix get_hazard_data when the response is a list instead of float
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Add water temperature to the inventory
    
    Add water temperature to the inventory
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add water temperature to the inventory
    
    Add water temperature to the inventory
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add wet-bulb globe temperature to the inventory
    
    Add wet-bulb globe temperature to the inventory
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    EglantineGiraud and pre-commit-ci[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3fde69e View commit details
    Browse the repository at this point in the history
  2. Thermal Power Generation Asset: Onboard WaterTemperature (os-climate#218

    )
    
    * Water temperature on-boarding
    
    Fix get_hazard_data when the response is a list instead of float
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Add water temperature to the inventory
    
    Add water temperature to the inventory
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add water temperature to the inventory
    
    Add water temperature to the inventory
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add wet-bulb globe temperature to the inventory
    
    Add wet-bulb globe temperature to the inventory
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * ThermalPowerGenerationWaterTemperatureModel
    
    Add ThermalPowerGenerationWaterTemperatureModel
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Add ThermalPowerGenerationWaterTemperatureModel
    
    Add ThermalPowerGenerationWaterTemperatureModel
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Add ThermalPowerGenerationWaterTemperatureModel
    
    Add ThermalPowerGenerationWaterTemperatureModel
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Add ThermalPowerGenerationWaterTemperatureModel
    
    Add ThermalPowerGenerationWaterTemperatureModel
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    EglantineGiraud and pre-commit-ci[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    395c021 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix CI failures (os-climate#219)

    * Fix CI failures
    
    Fix CI failures
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Fix CI failures
    
    Fix CI failures
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    119a2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Remove asyncio loop; add support for non-EPSG-4326 co-ordinate refere…

    …nce systems. (os-climate#220)
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d727639 View commit details
    Browse the repository at this point in the history
  2. Update VERSION (os-climate#221)

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    420b143 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
    - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
    pre-commit-ci[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4f27c25 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Assessment of water-related risks for thermal power generating assets (

    …os-climate#223)
    
    * Onboarding of water-related risks
    
    Onboarding of water-related risks
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Onboarding of water-related risks
    
    Onboarding of water-related risks
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Onboarding of water-related risks
    
    Onboarding of water-related risks
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Onboarding of water-related risks
    
    Onboarding of water-related risks
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Assessment of water-related risks for thermal power generating assets
    
    Assessment of water-related risks for thermal power generating assets
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Assessment of water-related risks for thermal power generating assets
    
    Assessment of water-related risks for thermal power generating assets
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Assessment of water-related risks for thermal power generating assets
    
    Assessment of water-related risks for thermal power generating assets
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    EglantineGiraud and pre-commit-ci[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b63a1e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add new hazards, changes related to threshold-based indicators and do…

    …c update. (os-climate#224)
    
    In addition to inventory update, includes update to methodology doc and changes needed to support threshold-based indicators (i.e. multiple hazard indicator thresholds in same array) in API and UI. Improve handling of missing maps for UI. 
    ---------
    
    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>
    joemoorhouse and pre-commit-ci[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    90a22fc View commit details
    Browse the repository at this point in the history
  2. Fix tests (os-climate#225)

    * Update version
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    * Move tests to 'tests' folder (align to pdm convention)
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    * Rename test: end with _test
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    * More renaming
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b0e72ff View commit details
    Browse the repository at this point in the history
  3. Migrate to pyproject.toml (os-climate#226)

    * Update pillow version; add pdm support; update docs
    
    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>
    joemoorhouse and pre-commit-ci[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    42d7b3d View commit details
    Browse the repository at this point in the history
  4. Tidy and bump version (os-climate#227)

    * Tidy and bump version
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eff848a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Pdm build (os-climate#228)

    * Use PDM build
    
    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>
    joemoorhouse and pre-commit-ci[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8562201 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update tests and release for PDM (os-climate#229)

    * Update release/test for PDM
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e24fa32 View commit details
    Browse the repository at this point in the history
  2. Version 0.25.0 (os-climate#230)

    * Update version
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3bb68dc View commit details
    Browse the repository at this point in the history
  3. Fix release permissions (os-climate#231)

    * Update release
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    943421f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b17f945 View commit details
    Browse the repository at this point in the history
  5. Revert change to physrisk package from physrisk-lib (os-climate#233)

    * Update version
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    * Revert change from physrisk-lib
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8edc5b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Remove unsupported PyPI files (os-climate#234)

    * Update version
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    * Remove unsupported PyPI files
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e299c89 View commit details
    Browse the repository at this point in the history
  2. Update release.yml (os-climate#235)

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    7cccf31 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix CI failures (os-climate#236)

    * Fix CI failures
    
    Fix CI failures
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    * Update ThermalPowerGenerationDroughtModel to use months/spei12m/below/index
    
    Update ThermalPowerGenerationDroughtModel to use months/spei12m/below/index
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    465f811 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Feat: Add website documentation

    Signed-off-by: Daniel Costero <dcostero@arfimaconsulting.com>
    dcosteroarfima committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    65c47d2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into documentation-updates

    Signed-off-by: dcosteroarfima <145465981+dcosteroarfima@users.noreply.github.com>
    dcosteroarfima authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a454e65 View commit details
    Browse the repository at this point in the history
  3. Chore: Address final linting errors in Daniel's PR os-climate#238

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    535f290 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ae6741 View commit details
    Browse the repository at this point in the history
  5. Merge pull request os-climate#222 from os-climate/pre-commit-ci-updat…

    …e-config
    
    [pre-commit.ci] pre-commit autoupdate
    ModeSevenIndustrialSolutions authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    823bd1b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Chore: Prepare repository for RTD migration

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    312318d View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#239 from modeseven-os-climate/rtd-confi…

    …g-changes
    
    Chore: Prepare repository for RTD migration
    ModeSevenIndustrialSolutions authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    40f952f View commit details
    Browse the repository at this point in the history
  3. Bump pillow from 9.4.0 to 10.2.0 in /docs

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.2.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@9.4.0...10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7d25775 View commit details
    Browse the repository at this point in the history
  4. Bump scipy from 1.7.3 to 1.11.1 in /docs

    Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.11.1.
    - [Release notes](https://github.com/scipy/scipy/releases)
    - [Commits](scipy/scipy@v1.7.3...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: scipy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    099a4c8 View commit details
    Browse the repository at this point in the history
  5. Chore: RTD needs minimum conf.py configuration

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9b5fdde View commit details
    Browse the repository at this point in the history
  6. Merge pull request os-climate#243 from modeseven-os-climate/rtd-confi…

    …g-changes
    
    Chore: RTD needs minimum conf.py configuration
    ModeSevenIndustrialSolutions authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    909bfaf View commit details
    Browse the repository at this point in the history
  7. Chore: Further RTD dependency and metadata updates

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0ccc4c2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request os-climate#244 from modeseven-os-climate/main

    Chore: Further RTD dependency and metadata updates
    ModeSevenIndustrialSolutions authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e2a84c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Chore: Migrate RTD back to original schemea/configuration

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cac9c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130fcce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d460c View commit details
    Browse the repository at this point in the history
  4. Chore: Migrate RTD back to original schemea/configuration

    Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
    ModeSevenIndustrialSolutions committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fec7f9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    def7877 View commit details
    Browse the repository at this point in the history
  6. Merge pull request os-climate#245 from modeseven-os-climate/main

    First working RTD documentation build
    ModeSevenIndustrialSolutions authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6d25738 View commit details
    Browse the repository at this point in the history
  7. Merge pull request os-climate#242 from os-climate/dependabot/pip/docs…

    …/pillow-10.2.0
    
    Bump pillow from 9.4.0 to 10.2.0 in /docs
    ModeSevenIndustrialSolutions authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    823deb3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request os-climate#241 from os-climate/dependabot/pip/docs…

    …/scipy-1.11.1
    
    Bump scipy from 1.7.3 to 1.11.1 in /docs
    ModeSevenIndustrialSolutions authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    afc8000 View commit details
    Browse the repository at this point in the history
  9. Add an entry to the litterature review spreadsheet (os-climate#246)

    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>
    EglantineGiraud authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e092236 View commit details
    Browse the repository at this point in the history
  10. Add an entry to the litterature review spreadsheet (os-climate#247)

    * 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>
    
    * 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>
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bafeae2 View commit details
    Browse the repository at this point in the history
  11. Fix bibliography (os-climate#248)

    * 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>
    
    * Fix bibliography
    
    Authors in bibliography readjusted for the .tex file to compile in texWorks.
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    
    ---------
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b3abeb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add pluvial inundation (os-climate#249)

    * Add pluvial inundation
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    88b7362 View commit details
    Browse the repository at this point in the history
  2. Update version

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    34b6322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af2bc68 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Add plug-and-playness of vulnerability models to dependency injection.

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2046f52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request os-climate#252 from joemoorhouse/expose-vuln

    Add plug-and-playness of vulnerability models to dependency injection.
    joemoorhouse authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    707f156 View commit details
    Browse the repository at this point in the history
  3. Update version

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b7b6055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a680421 View commit details
    Browse the repository at this point in the history
  5. Thermal power generation documentation (os-climate#254)

    * 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>
    EglantineGiraud authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e00603e View commit details
    Browse the repository at this point in the history
  6. Fix typo bugs

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e009b1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39e975f View commit details
    Browse the repository at this point in the history
  8. Update version

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3c487a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fba577f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Thermal power generation documentation (os-climate#258)

    * 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>
    EglantineGiraud authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a65d9e0 View commit details
    Browse the repository at this point in the history
  2. Code cleanup (os-climate#259)

    * 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>
    EglantineGiraud authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    59c49a2 View commit details
    Browse the repository at this point in the history
  3. Inventory update (os-climate#260)

    Inventory update to make some formulas nicer in the physrisk API
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d055c1d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Add first two example notebooks (os-climate#261)

    * 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>
    joemoorhouse authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0feb814 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Update stddev_impact (os-climate#264)

    Update stddev_impact
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    aadb1ce View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Fix impact key (os-climate#265)

    Fix impact key
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    814aa60 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Improve handling of NaNs (os-climate#267)

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7294f0b View commit details
    Browse the repository at this point in the history
  2. Update version (os-climate#268)

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    759384a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Add tudelft riverine flood to inventory (os-climate#269)

    * 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>
    joemoorhouse and pre-commit-ci[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    346ef55 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Add disaggregation methodology to doc; update flood hazard section (o…

    …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>
    joemoorhouse and pre-commit-ci[bot] authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3188994 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Physrisk extra assets (os-climate#274)

    * 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>
    EglantineGiraud authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e9aa43c View commit details
    Browse the repository at this point in the history
  2. create_assets (os-climate#275)

    create_assets: Throw an exception when the asset class does not exist in physrisk
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c418ac1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Add property to control calls to external providers. (os-climate#276)

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ed11001 View commit details
    Browse the repository at this point in the history
  2. Update version (os-climate#277)

    * 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>
    joemoorhouse and pre-commit-ci[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fadbc0a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Updated Drought section

    Updated Drought section
    faridradmehr committed May 3, 2024
    Configuration menu
    Copy the full SHA
    79e1709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f472cd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add max requests to all requests (os-climate#279)

    Signed-off-by: Joe Moorhouse <5102656+joemoorhouse@users.noreply.github.com>
    joemoorhouse authored May 7, 2024
    Configuration menu
    Copy the full SHA
    63021d5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Physrisk assets (os-climate#280)

    * 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>
    EglantineGiraud authored May 13, 2024
    Configuration menu
    Copy the full SHA
    47fcee0 View commit details
    Browse the repository at this point in the history
  2. Updated Drought section (os-climate#278)

    * 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>
    faridradmehr and pre-commit-ci[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    4c40054 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Bug fix of the vulnerability models for thermal power generation (os-…

    …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>
    EglantineGiraud authored May 17, 2024
    Configuration menu
    Copy the full SHA
    cf2b3db View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Bug fix in the vulnerability models for thermal power generation (os-…

    …climate#282)
    
    Bug fix in the vulnerability models for thermal power generation
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored May 18, 2024
    Configuration menu
    Copy the full SHA
    f1adaf1 View commit details
    Browse the repository at this point in the history
  2. Fix TOX (os-climate#283)

    Fix TOX
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored May 18, 2024
    Configuration menu
    Copy the full SHA
    123548f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Avoid overriding an asset impact result if empty (os-climate#284)

    Avoid overriding an asset impact result if empty
    
    Signed-off-by: EglantineGiraud <eglantine.giraud@gmail.com>
    EglantineGiraud authored May 19, 2024
    Configuration menu
    Copy the full SHA
    bb7cd9c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update bibliography

    Updated Bibliography file, references in alphabetical order and updated keys to be coherent with the other references.
    faridradmehr committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5c00a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be441b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7ec040 View commit details
    Browse the repository at this point in the history