Metadata-Version: 2.4
Name: geo_neural_network
Version: 1.0.3
Summary: This library provides functions for neural network analysis with geodata.
Author-email: Anika Weinmann <weinmann@mundialis.de>, Lina Krisztian <krisztian@mundialis.de>, Markus Metz <metz@mundialis.de>, Victoria-Leandra Brunn <brunn@mundialis.de>
Maintainer-email: "mundialis GmbH & Co. KG" <info@mundialis.de>
Project-URL: Homepage, https://github.com/mundialis/geo-neural-network
Project-URL: Bug Tracker, https://github.com/mundialis/geo-neural-network/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: albumentations
Requires-Dist: matplotlib
Requires-Dist: numpy==1.26.4
Requires-Dist: segmentation_models.pytorch
Requires-Dist: torch
Requires-Dist: pytorch-lightning
Dynamic: license-file

# mundialis geo-neural-network library

Python library for neural network analysis with geodata.

## Installation

```bash
pip install geo-neural-network
```

## DEV setup

```bash
# pip-tools is required for DEV setup:
# only once
pip3 install pip-tools

#then install geo-neural-network from the local repository:
pip3 install -e .
```
