Skip to content

Physical climate risk calculation engine

License

Notifications You must be signed in to change notification settings

ltambwe/physrisk

 
 

Repository files navigation

Physrisk

Physical risk calculation engine.

pip install physrisk-lib

Access to hazard event data requires setting of environment variables specifying the S3 Bucket, for example:

OSC_S3_BUCKET=physrisk-hazard-indicators
OSC_S3_ACCESS_KEY=**********6I
OSC_S3_SECRET_KEY=**********mS

For use in a Jupyter environment, it is recommended to put the environment variables in a credentials.env file and do, for example:

from dotenv import load_dotenv
load_dotenv(dotenv_path=dotenv_path, override=True)

About

Physical climate risk calculation engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.4%
  • TeX 26.6%
  • Jupyter Notebook 1.0%