Metadata-Version: 2.4
Name: ra2ce
Version: 1.2.1
Summary: Risk Assessment and Adaptation for Critical infrastructurE (RA2CE).
Project-URL: homepage, https://github.com/Deltares/ra2ce
Project-URL: documentation, https://deltares.github.io/ra2ce/
Project-URL: repository, https://github.com/Deltares/ra2ce
Project-URL: issues, https://github.com/Deltares/ra2ce/issues
Author-email: Margreet van Marle <Margreet.vanMarle@deltares.nl>, Kees van Ginkel <kees.vanginkel@deltares.nl>
Maintainer-email: "Carles S. Soriano Perez" <carles.sorianoperez@deltares.nl>, Ardt Klapwijk <ardt.klapwijk@deltares.nl>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: civil-engineering,deltares,dikes,infrastructure,networks,resilience-assessment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.11
Requires-Dist: affine
Requires-Dist: altgraph
Requires-Dist: click
Requires-Dist: geopandas
Requires-Dist: geopy
Requires-Dist: joblib
Requires-Dist: momepy
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: osmnx
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: pyogrio
Requires-Dist: rasterio
Requires-Dist: rasterstats
Requires-Dist: rtree
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: shapely
Requires-Dist: snkit
Requires-Dist: tqdm
Requires-Dist: xarray
Requires-Dist: xlrd
Description-Content-Type: text/markdown

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

[![Python 3.11](https://img.shields.io/badge/Python-3.11-blue.svg)](https://www.python.org/downloads/release/python-31110/)
[![Python 3.12](https://img.shields.io/badge/Python-3.12-blue.svg)](https://www.python.org/downloads/release/python-31212/)
[![Python 3.13](https://img.shields.io/badge/Python-3.13-blue.svg)](https://www.python.org/downloads/release/python-31311/)
[![Python 3.14](https://img.shields.io/badge/Python-3.14-blue.svg)](https://www.python.org/downloads/release/python-3143/)

![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](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Deltares/ra2ce/jupyter-binder)


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://github.com/Deltares/ra2ce/wiki/Getting-started)
- [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
