Octree creation app.
Project description
Octree Creation
The octree-creation-app package lets users create Octree mesh objects with local refinements using the SimPEG.discretize package. The refinements can be performed on any number of Objects stored in a geoh5 file.
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
MIT License
Copyright (c) 2024 Mira Geoscience
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.
Copyright
Copyright (c) 2023 Mira Geoscience Ltd.
Project details
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 octree_creation_app-0.1.1.tar.gz
.
File metadata
- Download URL: octree_creation_app-0.1.1.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b2d4754aca64f51c0c41010abcb6352e54d2c4515211b99ad9d47b83209cfb4 |
|
MD5 | 5cab36d46956f436ea9c47aceef5898c |
|
BLAKE2b-256 | 220ebc0f966f0852fd8615b6b6f33b55c0021a77f164cfe067483189696945da |
File details
Details for the file octree_creation_app-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: octree_creation_app-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a3c93b029e63df520b91d3aca29a40f7839cb8a152bf99e87b177573198a15f |
|
MD5 | 0982261da3e8088643c389bb35f3f2c2 |
|
BLAKE2b-256 | 15914edade49a54b21efe43e6a8c39adae37f651efde088d8d678cef2507b7f8 |