oaemlib


Nameoaemlib JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryCompute obstruction adaptive elevation masks from CityGML data
upload_time2024-02-05 18:46:37
maintainer
docs_urlNone
authorGereon Tombrink
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "oaemlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Gereon Tombrink",
    "author_email": "tombrink@igg.uni-bonn.de",
    "download_url": "https://files.pythonhosted.org/packages/bb/66/ee985be171bf16199937b9d4f945e883786814618a0a90515ea66ef22329/oaemlib-0.2.0.tar.gz",
    "platform": null,
    "description": "# oaemlib\n\nPython 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:\n\n![](images/oaem.gif)\n\n\n## Installation\n\n```bash\npip install oaemlib\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Compute obstruction adaptive elevation masks from CityGML data",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fdef1af111df25945a4c9bb91a5cfb50dc55193b2fbd51ee92befa2f2793743",
                "md5": "63d4271f93d18565660649507164a80b",
                "sha256": "67c9d2593a4bccacea030e196a8f43050dec24793abbc87dde4887ff126f5ed3"
            },
            "downloads": -1,
            "filename": "oaemlib-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63d4271f93d18565660649507164a80b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 11341,
            "upload_time": "2024-02-05T18:46:36",
            "upload_time_iso_8601": "2024-02-05T18:46:36.420984Z",
            "url": "https://files.pythonhosted.org/packages/2f/de/f1af111df25945a4c9bb91a5cfb50dc55193b2fbd51ee92befa2f2793743/oaemlib-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb66ee985be171bf16199937b9d4f945e883786814618a0a90515ea66ef22329",
                "md5": "e3a3aa2a44b0a48d8647e755c9eb7263",
                "sha256": "ba1b3feaf952ce1eb0912cfa1f7c2870c0f526b63491cdbed4d299daee0a3845"
            },
            "downloads": -1,
            "filename": "oaemlib-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e3a3aa2a44b0a48d8647e755c9eb7263",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 8771,
            "upload_time": "2024-02-05T18:46:37",
            "upload_time_iso_8601": "2024-02-05T18:46:37.618885Z",
            "url": "https://files.pythonhosted.org/packages/bb/66/ee985be171bf16199937b9d4f945e883786814618a0a90515ea66ef22329/oaemlib-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 18:46:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "oaemlib"
}
        
Elapsed time: 0.20173s