From 789f5aa84e724de5189705b572c1bbb1c76955a0 Mon Sep 17 00:00:00 2001 From: Trygve Date: Mon, 22 Apr 2024 16:13:06 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 283b1f1..4492b05 100644 --- a/README.md +++ b/README.md @@ -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 ## Status - [x] 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" +- [x] Run the marching squares algorithm and produce a "cellmap" +- [ ] Use a lookuptable to produce a vector file from the "cellmap" ## Dependencies - GDAL - OpenMP