Update readme

This commit is contained in:
Trygve 2024-04-22 16:13:06 +02:00
parent 8084db97a5
commit 789f5aa84e
1 changed files with 2 additions and 2 deletions

View File

@ -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