Skip to main content

Octree creation app.

Project description

Code coverage Maintainability pre-commit.ci status Documentation Status Coding style version on PyPI version status on PyPI Python versions

Octree Creation

The octree-creation-app library lets the user create an octree mesh object with local refinement based on Objects stored in a geoh5 file.

Documentation

Online documentation

Installation

octree-creation-app is currently written for Python 3.10 or higher.

Install Conda

To install octree-creation-app, you need to install Conda first.

We recommend to install Conda using miniforge.

Within a conda environment

You can install (or update) a conda environment with all the requires packages to run octree-creation-app. To do so you can directly run the Install_or_Update.bat file by double left clicking on it.

Install with conda

You can install the package using conda and the .lock files from a conda prompt:

conda env create -n my-env -f environments/[the_desired_env].lock.yml

Install with PyPI

You should not install the package from PyPI, as the app requires conda packages to run. Still, you can install it in a conda environment without its dependencies (--no-deps).

From PyPI

To install the octree-creation-app package published on PyPI:

pip install -U --no-deps octree-creation-app
From a Git tag or branch

If the package is not on PiPY yet, you can install it from a Git tag:

pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/octree-creation-app/archive/refs/tags/TAG.zip

Or to install the latest changes available on a given Git branch:

pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/octree-creation-app/archive/refs/heads/BRANCH.zip
From a local copy of the sources

If you have a git clone of the package sources locally, you can install octree-creation-app from the local copy of the sources with:

pip install -U --force-reinstall path/to/project_folder_with_pyproject_toml

Or in editable mode, so that you can edit the sources and see the effect immediately at runtime:

pip install -e -U --force-reinstall path/to/project_folder_with_pyproject_toml

Setup for development

To configure the development environment and tools, please see README-dev.rst.

License

# TODO: ADD LICENSE TERMS

Third Party Software

The octree-creation-app Software may provide links to third party libraries or code (collectively “Third Party Software”) to implement various functions. Third Party Software does not comprise part of the Software. The use of Third Party Software is governed by the terms of such software license(s). Third Party Software notices and/or additional terms and conditions are located in the THIRD_PARTY_SOFTWARE.rst file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

octree_creation_app-0.1.0a1.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

octree_creation_app-0.1.0a1-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page