Skip to content

OpenFLUID LandR library (formerly part of the OpenFLUID sources)

License

Notifications You must be signed in to change notification settings

OpenFLUID/libopenfluid-landr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFLUID LandR library

The OpenFLUID LandR (openfluid-landr) library is a C++ library for topological processing of geometries, focused on digital representation of landscapes geometries.
It was formerly part of the OpenFLUID software sources.

The openfluid-landr library relies on the following sofware

⚠️ Due to major breaking changes in GEOS dependency, the openfluid-landr source code is not currently stable and does not compile as is

Build

NOTE: The build of openfluid-landr library has only been tested on Linux systems (Ubuntu 18.04 and 20.04)

It requires the GCC compiler compiler and the CMake configuration tool to be built.

  • Create the build directory in the sources directory
mkdir _build
cd _build
  • Configure the build
cmake ..
  • Execute the build
make
  • Run the tests
ctest

About

OpenFLUID LandR library (formerly part of the OpenFLUID sources)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published