Commit Graph

54 Commits

Author SHA1 Message Date
e739821264 Added filepath to heightmap class 2024-05-08 00:17:09 +02:00
f857f7e951 Remove cellmap class 2024-05-07 22:25:13 +02:00
264c0341ed FINALLY FOUND THE LAST ERROR IN THE LOOKUPTABLE 😎🥳 2024-05-07 21:03:47 +02:00
b4b89c2282 Added steepness cli arg 2024-05-07 20:47:33 +02:00
9ab5aac40f Changed last remaining mallocs to new 2024-05-07 20:34:40 +02:00
7037874923 Added statistics cli arg 2024-05-07 19:44:03 +02:00
a785407c6d Merge branch 'Statistics' 2024-05-07 19:41:15 +02:00
97c52ecef3 Tried fixing gdal bullshit in steepnes method 2024-05-07 19:38:34 +02:00
9300fa729c Fix lookuptable 2024-05-07 18:48:33 +02:00
esther
c47565eabb added some methods to the heightmap class to calculate steepness and statistics 2024-05-07 18:32:07 +02:00
62d62987d3 use lookuptable to draw lines 2024-05-07 17:20:23 +02:00
5845ae6693 Tried to fix check for if cases can connect 2024-05-07 16:18:42 +02:00
47d0e29868 Started on validation if a case can come after another 2024-05-07 15:26:50 +02:00
43f8b78830 Implemented cli 2024-05-07 13:29:49 +02:00
ec0a31db5d Small typo 2024-05-07 11:00:49 +02:00
esther
32a0b18f8e Merge branch 'main' of gitlab.com:Trygve/contour-creator 2024-05-07 10:58:15 +02:00
esther
ab96f9477e added some comments 2024-05-07 10:48:48 +02:00
790cf44f8b bugfix 2024-05-07 10:35:31 +02:00
df7cac1095 cleanup 2024-05-07 10:34:29 +02:00
95649f005b ITS WORKING (somewhat) 2024-05-06 23:50:11 +02:00
c535eec958 Debugging without omp 2024-05-06 11:37:10 +02:00
4f709d3b07 Use linked list to store the order of the points 2024-05-05 16:53:00 +02:00
4cd4f773bf Fixed stupid mistake in for loop 2024-05-03 20:54:45 +02:00
9d8df3256d Started on continus line drawing 2024-05-03 20:33:28 +02:00
esther
77467594bd improved vector_cellmap function 2024-05-02 21:02:48 +02:00
b800ceaf98 Changed file wrriting to use list of points 2024-04-30 15:11:44 +02:00
esther
228945a767 tried to implement finding contour lines 2024-04-30 15:07:04 +02:00
esther
d046e18c43 changed to create a vector 2024-04-29 15:02:50 +02:00
esther
33dd409c43 changed contour creator 2024-04-29 14:56:06 +02:00
esther
5cd5627bb7 introduced class Point and changed cell map to create lines 2024-04-29 14:54:44 +02:00
29a7ddb083 Cleanup 2024-04-28 22:31:05 +02:00
98a312094e Added box blur 2024-04-28 22:30:37 +02:00
882764a13d Created a lookup table 2024-04-27 18:01:43 +02:00
f962a40ade Fixed segfault 2024-04-27 17:15:37 +02:00
ee0b87c2b3 Start to implement line drawing 2024-04-26 15:40:09 +02:00
0485253893 Added georeferencing 2024-04-25 23:20:38 +02:00
6469a26cf1 Update documentation 2024-04-23 22:37:11 +02:00
8084db97a5 Put all classes in one header and rename case to cell 2024-04-22 16:10:02 +02:00
040e011a66 Write all contours from vector 2024-04-17 11:50:19 +02:00
esther
cf72fbfefa Attempted parallelization of casemaps 2024-04-17 11:34:54 +02:00
2ee2936cf1 Removed debug print 2024-04-17 10:43:46 +02:00
01ddd4e914 Fixed contour generation 2024-04-15 21:58:12 +02:00
ca42524503 Started on function to write output file 2024-04-15 15:07:11 +02:00
f157670d78 Use uint8_t instead of int in CaseMap 2024-04-11 19:30:09 +02:00
ccec7eb1a1 Fixed produce_casemap 2024-04-11 18:56:44 +02:00
esther
fe2a369225 Calculated cases for casemap 2024-04-11 16:27:03 +02:00
1a10f0df33 Fixed some errors 2024-04-11 15:37:33 +02:00
Esther Zijerveld
666987ca1e Merge branch 'main' of gitlab.com:Trygve/contour-creator 2024-04-11 15:24:12 +02:00
Esther Zijerveld
ec8ee8d056 Started on case map class 2024-04-11 15:23:44 +02:00
esther
2f90827813 removed one dependency 2024-04-10 13:38:53 +02:00