Skip to content

Geo-Linux-Calculations/bezitopo

 
 

Repository files navigation

Bezitopo is a land surveying program using Bézier triangles. The sample data file dat/topo0.asc is a survey of Independence Park in Charlotte, North Carolina.

To compile, if you're not developing the program:

  1. Create a subdirectory build/ inside the directory where you untarred the source code.
  2. cd build
  3. cmake ..
  4. make

If you are developing the program:

  1. Create a directory build/bezitopo outside the directory where you cloned the source code.
  2. cd build/bezitopo
  3. cmake <directory where the source code is>
  4. make

Run the test! (make test) This program has shown unexpected behavior when run on a different architecture or a different operating system. If you're trying to find out why a test fails, you want to run bezitest, as it provides output which is suppressed by "make test".

Bezitopo is an interactive program. When you get the ? prompt, type "help" for a list of commands.

About

A land surveying program based on Bézier splines

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.8%
  • AGS Script 4.0%
  • C 1.8%
  • CMake 1.4%