Metadata-Version: 2.1
Name: geomapi
Version: 0.1.4
Summary: A standard library to manage geomatic data
Home-page: https://gitlab.kuleuven.be/geomatics/research-projects/geomapi
Author: Bassier, De Geyter, De Winter, Vermandere
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: <=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

![geomapiLogo](https://gitlab.kuleuven.be/uploads/-/system/project/avatar/7619/GeoMapiLogo.png?width=64)

# GeomAPI

A joint API to standardize geomatic data storage and processing.


## Installation

Use the package manager [pip](https://pypi.org/project/geomapi) to install geomapi.

```bash
pip install geomapi
```

## Documentation

You can read the full API reference here:
[Documentation](https://geomatics.pages.gitlab.kuleuven.be/research-projects/geomapi/)


## Quickstart

```py
import geomapi
from geomapi.nodes import Node

newNode = Node()
```

## Contributing

The master branch is protected and you can only make changes by uissuing a merge request. 
Please create a new branch if you would like to make changes and bubmit them for approval.

## Licensing

The code in this project is licensed under GNU license.
