Find Iso-surfaces in 3D data.
Project description
surface-apps
Surface detection within geoscientific data.
Documentation
Installation
surface-apps is currently written for Python 3.10 or higher.
Install Conda
To install surface-apps, 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 surface-apps. 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 --solver libmamba -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 prepared conda environment, telling pip not to install dependencies thanks to the --no-deps option.
From PyPI
To install the surface-apps package published on PyPI:
pip install -U --no-deps surface-apps
From a Git tag or branch
If the revision of the package is not on PyPI yet, you can install it from a Git tag:
pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/surface-apps/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/surface-apps/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 surface-apps 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
surface-apps is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
surface-apps is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with surface-apps. If not, see <https://www.gnu.org/licenses/>.
Third Party Software
The surface-apps 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) 2024 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 surface_apps-0.1.0b1.tar.gz
.
File metadata
- Download URL: surface_apps-0.1.0b1.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3df7e3402df31c9b79ff04d64e668cdd00536719e2342cbde2765df3fca6944f |
|
MD5 | 58ff9b9a596562c530a496314db11dd7 |
|
BLAKE2b-256 | 34918cae7a931714c86b1001e0a350efe306b836d3ea86871d6118babdb44a13 |
File details
Details for the file surface_apps-0.1.0b1-py3-none-any.whl
.
File metadata
- Download URL: surface_apps-0.1.0b1-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5327c992351d877b4d36785ae3c75245bf14a0ac6e0f65f4ec8aa58aa8344788 |
|
MD5 | 37dcaab1589c082a2d393f38513542d5 |
|
BLAKE2b-256 | 25119906237f3bd23ca14d3a19cb202961b5d49fb0bbb0eaff59e4c64f29fcf7 |