Skip to content

LSDTopoTools version 2.x. This is the brand spanking new version of LSDTopoTools.

License

Notifications You must be signed in to change notification settings

aproeme/LSDTopoTools2

 
 

Repository files navigation

LSDTopoTools 2.x

LSDTopoTools CRNBasinwide License GPL%20v3 blue

Basic instructions

  1. Clone the repository.

  2. Run:

    $ sh lsdtt2_setup.sh
  3. Now you can run the programs from within your terminal system.

Alternative method (but lsdtt2_setup.sh is easier)

  1. Clone the repository.

  2. Go into the src directory.

  3. Run

    $ sh build.sh
  4. This compiles the source code. The programs will be moved into the bin directory. To make these accessible from anywhere in your current terminal session, you need to:

    1. Go into the main repository directory (if you are in src, then use cd ..).

    2. Run:

      $ sh lsdtt2_terminal.sh

Future plans

Welcome to LSDTopoTools 2.x

Here we will be updating LSDTopoTools so it:

  1. Runs from command line (like GDAL)

  2. Has conda recipies so you can just conda install lsdtopotools and get going.

  3. Have it set up for Docker so that you can just docker pull lsdtopotools and get going.

  4. Have all the driver functions set up to use the same syntax and gathered in the same place.

We are currently in beta version so stay tuned to this repository as we update the various recipies and driver functions.

About

LSDTopoTools version 2.x. This is the brand spanking new version of LSDTopoTools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%