Scripts supporting infrastructure climate risk analysis for the East Caribbean.
The processing and analysis scripts are written in Python, with several package dependencies. We recommend using micromamba to install Python and these libraries into a fresh environment.
# Clone or download this repository and navigate to the project directory
git clone https://github.com/oi-analytics/caribbean-ccdr.git # or [email protected]:oi-analytics/caribbean-ccdr.git
cd caribbean-ccdr
# Run this once to create the environment
micromamba env create -f environment.yml
# Run this to activate the environment each time you want to use it
micromamba activate caribbean-ccdr
This codebase was developed by Raghav Pant, Alison Peard and Tom Russell at Oxford Infrastructure Analytics as part of a World Bank project in 2022-2023.
Citation:
Pant R., Peard, A., Thacker, S., Jaramillo, D., Russell, T., & Hall, J.W. (2023). Estimating investment needs for climate adaptation in the Eastern Caribbean. Final Report, Oxford Infrastructure Analytics Ltd., Oxford, UK.
The code is made available under an MIT license, see LICENSE
for
details.