mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-21 23:00:18 +00:00
Update readme
This commit is contained in:
parent
4a97ebc5a3
commit
e219407c82
@ -5,7 +5,9 @@ This is our project for the INF205: Resource-efficient programming course
|
|||||||
- [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"
|
- [ ] Run the marching squares algorithm and produce a "casemap"
|
||||||
- [ ] Use a lookuptable to produce a vector file from the "casemap"
|
- [ ] Use a lookuptable to produce a vector file from the "casemap"
|
||||||
|
## Dependencies
|
||||||
|
- GDAL
|
||||||
|
- OpenMP
|
||||||
## How to build:
|
## How to build:
|
||||||
```
|
```
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -13,4 +15,4 @@ cd build
|
|||||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
cmake --build . --parallel
|
cmake --build . --parallel
|
||||||
```
|
```
|
||||||
Then you can run `./contour-creator`
|
Then you can run `./contour-creator PATH/TO/HEIGTHMAP.TIF`
|
Loading…
Reference in New Issue
Block a user