Socket
Socket
Sign inDemoInstall

geomapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geomapi

A standard library to manage geomatic data


Maintainers
1

geomapiLogo

GEOMAPI

Python License PyPI version Coverage Status

This innovative toolbox, developped by KU Leuven Geomatics, jointly processes close-range sensing resources (point clouds, images) and BIM models for the AEC industry. More specifically, we combine semantic web technologies with state-of-the-art open source geomatics APIs to process and analyse big data in construction applications.

Installation

Use the package manager pip to install geomapi as a user.

conda create --name geomapi_user python=3.10
pip install geomapi

Or as a developer, install the dependencies from the root folder through the command line.

pip install -r requirements.txt

Documentation

You can read the full API reference here:

Documentation

Quickstart

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.

Citation

If you want to cite us, refer to the following publication (accepted).

@article{GEOMAPI,
            title = {GEOMAPI: Processing close-range sensing data of construction scenes with semantic web technologies},
            journal = {Automation in Construction},
            volume = {164},
            pages = {105454},
            year = {2024},
            issn = {0926-5805},
            doi = {https://doi.org/10.1016/j.autcon.2024.105454},
            url = {https://www.sciencedirect.com/science/article/pii/S0926580524001900},
            author = {Maarten Bassier and Jelle Vermandere and Sam De Geyter and Heinder De Winter},
            keywords = {Geomatics, Semantic Web Technologies, Construction, Close-range sensing, BIM, Point clouds, Photogrammetry}
            }

TEAM


team

Licensing

The code in this project is licensed under MIT license.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc