threedi-modelchecker 0.11
pip install threedi-modelchecker==0.11
Released:
Checks validity of a threedi-model
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Richard Boon
Classifiers
- Development Status
- Intended Audience
- Programming Language
Project description
Threedi-modelchecker is a tool to verify the correctness of a 3Di model. The goal is to provide a tool for model builders to quickly check if his/her model is correct and can run a 3Di simulation. It provides detailed information about any potential errors in the model.
Threedi-modelchecks works with both spatialite and postgis databases. However, the database should always have the latest 3Di migration: https://docs.3di.lizard.net/en/stable/d_before_you_begin.html#database-overview
Installation:
pip install threedi-modelchecker
Threedi-modelchecker is also integrated into the ThreediToolbox Qgis plugin: https://github.com/nens/ThreeDiToolbox
Example
The following code sample shows how you can use the modelchecker to run all configured checks and print an overview of all discovered errors:
from threedi_modelchecker.exporters import format_check_results from threedi_modelchecker.model_checks import ThreediModelChecker from threedi_modelchecker.threedi_database import ThreediDatabase sqlite_file = "<Path to your sqlite file>" database = ThreediDatabase( connection_settings={"db_path": sqlite_file}, db_type="spatialite" ) model_checker = ThreediModelChecker(database) for check, error in model_checker.errors(): print(format_check_results(check, error))
Development
A docker image has been created for easy development. It contains an postgis server with an empty 3Di database to allow for easy testing.
Build the image:
docker-compose build
Run the tests:
docker-compose run modelchecker pytest
Release
Make sure you have zestreleaser installed.
fullrelease
When you create a tag on git, Travis CI automatically creates a new release to pypi.
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Richard Boon
Classifiers
- Development Status
- Intended Audience
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file threedi-modelchecker-0.11.tar.gz
.
File metadata
- Download URL: threedi-modelchecker-0.11.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af9df56e2103a882176a8d5360aac1800531f18bab4ae67c2708e07d3dc6500a |
|
MD5 | 85858e1b922a00b2caf3844f40d9a7c6 |
|
BLAKE2b-256 | 701d7ce509bacf40e49af195474849542c7f32821a096d2ff36b5eba47b1e287 |
File details
Details for the file threedi_modelchecker-0.11-py3-none-any.whl
.
File metadata
- Download URL: threedi_modelchecker-0.11-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba9ed6d1a73cce784f3bbe191e6f82e5150c4c0e565e54e69dbebf2538cf3572 |
|
MD5 | c59e88df85995f42804fc1020193690d |
|
BLAKE2b-256 | defb35620b3e19e541c8044e79e380d462f7fa07f4dca63396f3e76459ae8a99 |