Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ARSimmons/os-only-geo-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesa-os-only-pipeline

Repo of OS-only GIS tools for tesa processing (aka 'the pipeline'). Below is how to setup the conda environment used for (most) of these tools (some of the deep learning stuff - like 'are-you-square' is the exception - which will have its own conda instructions in the README).

Table of Contents

Installation

Follow these steps to set up the project on your local machine.

Prerequisites

Using environment.yml

  1. Clone the Repository

    git clone https://github.com/American-Forests/tesa-os-only-pipeline.git
    cd tesa-os-only-pipeline
  2. Create the Conda Environment

    Create a new Conda environment from the environment.yml file:

    conda env create -f environment.yml
  3. Activate the Conda Environment

    Activate the environment you just created:

    conda activate OS-only-GIS
  4. Verify the Installation

    Ensure all the packages are installed correctly by listing the installed packages:

    conda list

Updating the Environment

If you make changes to the environment.yml file and need to update the environment, you can use the following command:

conda env update --file environment.yml --prune

The --prune flag removes dependencies that are no longer required.

Deactivating and Removing the Environment

To deactivate the current environment, use:

conda deactivate

To remove the environment completely, use:

conda env remove -n OS-only-GIS

Usage

For any of the scripts in this repo, please provide instructions and examples for using your project. Here’s an example:

python script.py

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages