Metadata-Version: 2.2
Name: fiat_toolbox
Version: 0.1.14
Summary: A software package support ystem which can be used to assess the benefits and costs of flood resilience measures
Author-email: Frederique de Groen <Frederique.deGroen@deltares.nl>, Daley Adrichem <Daley.Adrichem@deltares.nl>, Panos Athanasiou <Panos.Athanasiou@deltares.nl>, Sarwan Peiter <Sarwan.Peiter@deltares.nl>, Mario Fuentes Monjaraz <mario.fuentesmonjaraz@deltares.nl>
Project-URL: Source, https://github.com/Deltares/fiat_toolbox
Classifier: Intended Audience :: Science/Research
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tomli
Requires-Dist: plotly
Requires-Dist: parse
Requires-Dist: geopandas
Requires-Dist: duckdb
Requires-Dist: validators

Delft-FIAT Toolbox
------------------
This toolbox contains post-processing scripts for Delft-FIAT_ output.

Installation
====================
To use this package, GDAL has to be installed on your system, which is a c++ library.
A simple way to install GDAL is to use conda. If you do not have conda installed, you can install it by following the instructions on the `conda website <https://docs.conda.io/en/latest/miniconda.html>`_.


After creating and activating your conda environment, you can install GDAL using the following command
    conda install -c conda-forge gdal

Then, you can install fiat toolbox and its dependencies using pip:
    pip install fiat-toolbox


Metrics table writer
====================
This module contains functions to write out custom metrics from Delft-FIAT output. Etc. etc.

Equity tools
==================
This module contains functions to ... 

.. _Delft-FIAT: https://github.com/Deltares/delft-fiat
