1
0
mirror of https://gitlab.com/Trygve/contour-creator.git synced 2025-05-07 22:42:26 +00:00

Update readme

This commit is contained in:
Trygve 2024-04-22 16:13:06 +02:00
parent 8084db97a5
commit 789f5aa84e

@ -3,8 +3,8 @@ This program takes a tiff heightmap and produces vector contours.
This is our project for the INF205: Resource-efficient programming course This is our project for the INF205: Resource-efficient programming course
## Status ## Status
- [x] Read .tif file into memory using gdal - [x] Read .tif file into memory using gdal
- [ ] Run the marching squares algorithm and produce a "casemap" - [x] Run the marching squares algorithm and produce a "cellmap"
- [ ] Use a lookuptable to produce a vector file from the "casemap" - [ ] Use a lookuptable to produce a vector file from the "cellmap"
## Dependencies ## Dependencies
- GDAL - GDAL
- OpenMP - OpenMP