mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-24 16:10:18 +00:00
Update readme
This commit is contained in:
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
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user