Metadata-Version: 2.1
Name: ra2ce
Version: 1.1.0
Summary: Risk Assessment and Adaptation for Critical infrastructurE (RA2CE).
Home-page: https://github.com/Deltares/ra2ce
License: GPL-3.0-or-later
Author: Margreet van Marle
Author-email: Margreet.vanMarle@deltares.nl
Maintainer: Carles Salvador Soriano Perez
Maintainer-email: carles.sorianoperez@deltares.nl
Requires-Python: >=3.11,<3.12
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Rtree (>=1.0.0,<2.0.0)
Requires-Dist: affine (>=2.3.1,<3.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: geopandas (>=1.1.1,<2.0.0)
Requires-Dist: geopy (>=2.4.0,<3.0.0)
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: momepy (>=0.10.0,<0.11.0)
Requires-Dist: networkx (>=3.2.0,<4.0.0)
Requires-Dist: numpy (>=1.23.3,<2.0.0)
Requires-Dist: openpyxl (>=3.0.10,<4.0.0)
Requires-Dist: osmnx (>=2.0.0,<3.0.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pyarrow (>=10.0.0,<11.0.0)
Requires-Dist: pygeos (>=0.14,<0.15)
Requires-Dist: pyinstaller (>=6.2.0,<7.0.0)
Requires-Dist: pyogrio (>=0.7.2,<0.8.0)
Requires-Dist: rasterio (>=1.3.2,<2.0.0)
Requires-Dist: rasterstats (>=0.17.0,<0.18.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: seaborn (>=0.12.0,<0.13.0)
Requires-Dist: shapely (>=2.1.1,<3.0.0)
Requires-Dist: snkit (>=1.9.0,<2.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Requires-Dist: xarray (>=2022.6.0,<2023.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Project-URL: Documentation, https://deltares.github.io/ra2ce/
Project-URL: Repository, https://github.com/Deltares/ra2ce
Description-Content-Type: text/markdown

[![Python 3.11](https://img.shields.io/badge/Python-3.11-blue.svg)](https://www.python.org/downloads/release/python-31110/)
![PyPI](https://img.shields.io/pypi/v/ra2ce?label=pypi%20package)
![PyPI - Downloads](https://img.shields.io/pypi/dm/ra2ce)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![TeamCity build status](https://dpcbuild.deltares.nl/app/rest/builds/buildType:id:Ra2ce_Ra2ceContinuousDelivery_RunAllTests/statusIcon.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Deltares_ra2ce&metric=alert_status&token=35cd897258b4c3017a42077f18304e6a73042dd6)](https://sonarcloud.io/summary/new_code?id=Deltares_ra2ce)
[![GitHub Pages documentation](https://github.com/Deltares/ra2ce/actions/workflows/deploy_docs.yml/badge.svg)](https://github.com/Deltares/ra2ce/actions/workflows/deploy_docs.yml)
[![Binder branch](https://github.com/Deltares/ra2ce/actions/workflows/binder_branch.yml/badge.svg)](https://github.com/Deltares/ra2ce/actions/workflows/binder_branch.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Deltares/ra2ce/jupyter-binder)


![RA2CE](./docs/_resources/ra2ce_banner.png "Ra2ce banner")

This is the repository of RA2CE (*just say race!*) - the Resilience Assessment and Adaptation for Critical infrastructurE Toolkit Python Package developed by Deltares. RA2CE helps to quantify resilience of critical infrastructure networks, prioritize interventions and adaptation measures and select the most appropriate action perspective to increase resilience considering future conditions.

**Contact** Margreet van Marle (Margreet.vanMarle@Deltares.nl)

Find more about the following topics in our [official documentation page](https://deltares.github.io/ra2ce/):

- [Contributing](https://deltares.github.io/ra2ce/contributing/index.html)
- [Installation](https://deltares.github.io/ra2ce/installation/installation.html)
- [Network user guide](https://deltares.github.io/ra2ce/network_module/network_module.html)
- [Analysis user guide](https://deltares.github.io/ra2ce/analysis_module/analysis_module.html)

## Distribution
Ra2ce is shared with [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html), you may use and/or extend it by using the same license. For specific agreements we urge you to contact us.

## Usage
If you wish to run ra2ce locally we recommend to have a look at the [installation section](#installation). 
On the other hand, if you wish to run a preinstalled environment, you may use our [examples in binder](examples/README.md).

## Third-party Notices
This project incorporates components from the projects listed below.

**NetworkX**: NetworkX is distributed with the [3-clause BSD license](https://opensource.org/license/bsd-3-clause/).

   > Copyright (C) 2004-2022, NetworkX Developers
   Aric Hagberg <hagberg@lanl.gov>
   Dan Schult <dschult@colgate.edu>
   Pieter Swart <swart@lanl.gov>
   All rights reserved.

**OSMnx**: OSMnx is distributed under the [MIT License](https://opensource.org/license/mit/).

  > Boeing, G. 2017. 
  [OSMnx: New Methods for Acquiring, Constructing, Analyzing, and Visualizing Complex Street Networks](https://geoffboeing.com/publications/osmnx-complex-street-networks/)
  Computers, Environment and Urban Systems 65, 126-139. doi:10.1016/j.compenvurbsys.2017.05.004

