2024-04-11 15:23:44 +02:00
2024-04-06 17:21:52 +02:00
2024-04-11 15:23:44 +02:00
2024-04-06 14:07:49 +02:00
2024-04-06 14:00:27 +02:00
2024-04-06 14:00:27 +02:00
2024-04-06 17:49:44 +02:00
2024-04-06 17:48:12 +02:00
2024-04-06 14:00:27 +02:00
2024-03-20 14:47:26 +00:00
2024-04-06 17:50:03 +02:00

Contour Creator 🗺️

This program takes a tiff heightmap and produces vector contours. This is our project for the INF205: Resource-efficient programming course

Status

  • Read .tif file into memory using gdal
  • Run the marching squares algorithm and produce a "casemap"
  • Use a lookuptable to produce a vector file from the "casemap"

How to build:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . --parallel

Then you can run ./contour-creator

Languages
C++ 96.3%
CMake 2.7%
Shell 1%