/curve-apps

Primary LanguagePythonMIT LicenseMIT

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

edge-detection: # TODO: SHORT DESCRIPTION

The edge-detection library # TODO: PACKAGE DESCRIPTION

Table of Contents

Documentation

Online documentation

Installation

edge-detection is currently written for Python 3.10 or higher.

Install Conda

To install edge-detection, 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 edge-detection. 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:

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 edge-detection package published on PyPI:

From a Git tag or branch

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

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

Note

The --force-reinstall option is used to make sure the updated version of the sources is installed, and not the cached version, even if the version number did not change. The -U or --upgrade option is used to make sure to get the latest version, on not merely reinstall the same version. As the package is aimed to be in a Conda environment, the option --no-deps is used to avoid installing the dependencies with pip, as they will be installed with conda.

From a local copy of the sources

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

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

Setup for development

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

License

# TODO: ADD LICENSE TERMS

Third Party Software

The edge-detection 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 (c) 2023 Mira Geoscience Ltd.