Metadata-Version: 2.1
Name: fm2prof
Version: 2.3.2
Summary: 
License: GNU LGPL v3
Author: Koen Berends
Author-email: koen.berends@deltares.nl
Requires-Python: >=3.10,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Shapely (>=2.0,<3.0)
Requires-Dist: click (>=8.1,<9.0)
Requires-Dist: geojson (>=3.1,<4.0)
Requires-Dist: matplotlib (>=3.8.0,<4.0.0)
Requires-Dist: netCDF4 (>=1.6.0,<2.0.0)
Requires-Dist: notebook (>=7.1.2,<8.0.0)
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: scikit-learn (>=1.3.0,<2.0.0)
Requires-Dist: scipy (>=1.11,<2.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# FM2PROF

[![ci](https://github.com/Deltares/fm2prof/actions/workflows/ci.yml/badge.svg)](https://github.com/Deltares/fm2prof/actions/workflows/ci.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Deltares_Fm2Prof&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Deltares_Fm2Prof)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Deltares/fm2prof)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Deltares/fm2prof)


## Introduction

FM2PROF is a Python package to help create 1D models from 2D models. It's primarily built for river systems, but has been applied to lakes as well. 

## Getting started &  Documentation.

You can find the documentation [here](https://deltares.github.io/Fm2Prof/).

