Metadata-Version: 2.1
Name: geomapi
Version: 0.1.9
Summary: A standard library to manage geomatic data
Home-page: https://geomatics.pages.gitlab.kuleuven.be/research-projects/geomapi/
Author: Bassier M., De Geyter S., De Winter H., Vermandere J. @ Geomatics KU Leuven
License: MIT
Keywords: Geomatics,alignment,monitoring,validation,progress,point clouds,computer vision,deep learning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
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.
Developed by the Geomatics research group at the KU Leuven 


## 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 submitting a merge request. 
Please create a new branch if you would like to make changes and submit them for approval.

## Licensing

The code in this project is licensed under MIT license.
