Coder Social home page Coder Social logo

obsidjan / jamaica-infrastructure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nismod/jamaica-infrastructure

0.0 0.0 0.0 3.78 MB

Jamaica Infrastructure Risk and Resilience Assessment

License: MIT License

Shell 0.40% Python 95.92% Jupyter Notebook 3.68%

jamaica-infrastructure's Introduction

Jamaica Infrastructure Risk and Resilience Assessment

This repository contains project-specific codes and configuration to run climate-related risk and resilience analysis of infrastructure networks in Jamaica.

For an initial overview of the style of analysis, a table of potential data requirements is presented in data-categories.csv.

Setup and installation

Clone or download this repository from GitHub:

git clone [email protected]:nismod/jamaica-infrastructure.git

Install required python packages - several options are possible, depending on your system and preference.

If you can install system libraries relatively easily (e.g. on a Linux system with admin rights), pip will install Python packages and warn if any system libraries are not available:

pip install -r requirements.txt

Otherwise, consider using miniconda to install the packages and manage installing libraries into a conda environment, usually handling non-Python dependencies well.

Create a conda environment once (per machine/user):

conda create --name jsrat --file requirements.txt

Activate the environment each time you open a shell:

conda activate jsrat

High-level analysis steps

Run hazard-network intersections.

python scripts/exposure/split_networks.py \
    workflow/network_layers.csv \
    workflow/hazard_layers.csv \
    ./extract/processed_data/

Related repositories

Energy

The Jamaica Energy Model (JEM) is a high-level power flow model of Jamaica's electricity network.

Visualisation tool

The J-SRAT web-based visualisation tool is implemented in infra-risk-vis

snail

snail is a supporting library, used here for hazard-network intersections, under continuing development to support risk analysis.

Acknowledgments

This work is supported by the Coalition for Climate Resilient Investment (CCRI) project on infrastructure risk assessment and resilient investment prioritisation in Jamaica, funded by the UK Foreign, Commonwealth and Development Office (FCDO).

jamaica-infrastructure's People

Contributors

amanmajid avatar ardithgrant avatar itrcrisks avatar jasperverschuur avatar obech avatar tomalrussell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.