Skip to content

mariembouchaala/physrisk-1

 
 

Repository files navigation

Physrisk

Physical risk calculation engine.

Pre-release versions:

pip install -i https://test.pypi.org/simple/ physrisk

Post open-source go-live:

pip install physrisk

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

OSC_S3_BUCKET=redhat-osc-physical-landing-647521352890
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

Packages

No packages published

Languages

  • Python 77.5%
  • TeX 20.8%
  • Jupyter Notebook 1.3%
  • Other 0.4%