Metadata-Version: 2.1
Name: oaemlib
Version: 0.2.0
Summary: Compute obstruction adaptive elevation masks from CityGML data
License: MIT
Author: Gereon Tombrink
Author-email: tombrink@igg.uni-bonn.de
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: intervaltree (>=3.1.0,<4.0.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: pointset (>=0.1.5,<0.2.0)
Requires-Dist: pvlib (>=0.10.3,<0.11.0)
Requires-Dist: xmltodict (>=0.13.0,<0.14.0)
Description-Content-Type: text/markdown

# oaemlib

Python package to compute obstruction adaptive elevation masks (OAEM) from CityGML data. The OAEM is a mask consisting of azimuth elevation pairs that represents the obstruction of the open sky by buildings. It can be useful e.g. for solar potential analysis or GNSS signal obstruction analysis:

![](images/oaem.gif)


## Installation

```bash
pip install oaemlib
```

