From 08dce8eb7e866cd0d92c6d84b6ff85c4490e9fc7 Mon Sep 17 00:00:00 2001 From: Trygve Date: Wed, 8 May 2024 00:17:32 +0200 Subject: [PATCH] Update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a84199..32a0110 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ This is our project for the INF205: Resource-efficient programming course ## Status - [x] Read .tif file into memory using gdal - [x] Run the marching squares algorithm and produce a "cellmap" -- [ ] Use a lookuptable to produce a vector file from the "cellmap" +- [x] Use a lookuptable to produce a vector file from the "cellmap" ## Dependencies - GDAL >= 3.5 - OpenMP - CMake -If you want to clone the repo with the example files you need [git-lfs](https://git-lfs.com/) installed and activated with ´git lfs install´ +If you want to clone the repo with the example files you need [git-lfs](https://git-lfs.com/) installed and activated with ´git lfs install´ +You also need to clone with submodules to get the argh library: +``` +git clone --recurse-submodules https://gitlab.com/Trygve/contour-creator +``` To install the packages on Fedora run ``` dnf install g++ git-lfs cmake gdal-devel @@ -27,8 +31,7 @@ cmake -DCMAKE_BUILD_TYPE=Debug .. cmake --build . --parallel ``` Then you can run `./contour-creator PATH/TO/HEIGTHMAP.TIF` -Run an example file: `./contour-creator "../example_files/Follo 2014-dtm.tif"` -Currently the program outputs to ´out.shp´ in the current directory. +Run an example file: `./contour-creator "../example_files/ås.tif"` ## Docs [Doxygen output](https://trygve.gitlab.io/contour-creator/) \ No newline at end of file