Skip to content

A C++ library for the analysis of digital elevation models.

License

Notifications You must be signed in to change notification settings

dirkscherler/libtopotoolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtopotoolbox

A C++ library for the analysis of digital elevation models.

Build instructions

From the top level directory of the repository, generate the project buildsystem in the build/ directory by running

> cmake -B build

and then build the project with

> cmake --build build

Running the tests

Once the build has completed, run the tests by moving into the build directory and running the CTest executable that comes with CMake.

> cd build
> ctest

About

A C++ library for the analysis of digital elevation models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.7%
  • C++ 24.6%
  • CMake 10.7%