From cf4f112d4ee15ecb76bce251dfc892e11e12276b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 16 May 2021 17:45:13 +0300 Subject: [PATCH] more comparisons --- IV/Makefile | 21 +++++++++++++++------ IV/mj-msc.tex | 23 ++++++++++++++++------- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/IV/Makefile b/IV/Makefile index b8e1626..93aa854 100644 --- a/IV/Makefile +++ b/IV/Makefile @@ -45,7 +45,8 @@ RIVERS = \ salvis-wm-50k-nw \ salvis-wm-50k-ne \ salvis-wm-overlaid-250k-zoom \ - salvis-gdr50-overlaid + salvis-wm-gdr50 \ + salvis-wm-gdr50-ne ################################# # The thesis, publishable version @@ -221,11 +222,19 @@ salvis-wm-overlaid-250k-zoom_1SELECT = wm_visuals where name='salvis-wm-220' salvis-wm-overlaid-250k-zoom_2SELECT = wm_visuals where name='salvis' salvis-wm-overlaid-250k-zoom_1COLOR = orange -salvis-gdr50-overlaid_1SELECT = wm_visuals where name='salvis-wm-75' -salvis-gdr50-overlaid_2SELECT = wm_visuals where name='salvis-gdr50' -salvis-gdr50-overlaid_3SELECT = wm_visuals where name='salvis' -salvis-gdr50-overlaid_1COLOR = orange -salvis-gdr50-overlaid_2COLOR = green +salvis-wm-gdr50_1SELECT = wm_visuals where name='salvis-wm-75' +salvis-wm-gdr50_2SELECT = wm_visuals where name='salvis-gdr50' +salvis-wm-gdr50_3SELECT = wm_visuals where name='salvis' +salvis-wm-gdr50_1COLOR = orange +salvis-wm-gdr50_2COLOR = green + +salvis-wm-gdr50-ne_1SELECT = wm_visuals where name='salvis-wm-75' +salvis-wm-gdr50-ne_2SELECT = wm_visuals where name='salvis-gdr50' +salvis-wm-gdr50-ne_3SELECT = wm_visuals where name='salvis' +salvis-wm-gdr50-ne_1COLOR = orange +salvis-wm-gdr50-ne_2COLOR = green +salvis-wm-gdr50-ne_QUADRANT = 1 + .faux_db_pre: db init.sql bash db start diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex index f1c0ed5..63dbcc2 100644 --- a/IV/mj-msc.tex +++ b/IV/mj-msc.tex @@ -1496,21 +1496,30 @@ compares the resulting {\WM}--generalized rivers to GDR50LT and GDR250LT. \subsubsection{Medium-scale (1:\numprint{50000})} For our research location, the national dataset GDB10LT is almost equivalent to -GDR50LT. Figure~\ref{fig:salvis-gdr50-overlaid} illustrates it. Therefore, the -comparison between {\WM}--simplified GDB10LT and GDR50LT is equivalent to the -comparison between {\WM}--simplified GDB10LT and non--simplified GDR50LT, which -was covered in section~\ref{sec:analyzed-medium-scale}. +GDR50LT, with a few nuances. Figure~\ref{fig:salvis-wm-gdr50} illustrates +all three shapes: GDR50LT, {\WM}--simplified GDB10LT, and the original GDB10LT. -\begin{figure}[ht] +\begin{figure}[h!] \centering - \includegraphics[width=\textwidth]{salvis-gdr50-overlaid} + \includegraphics[width=\textwidth]{salvis-wm-gdr50} \caption{2x zoomed-in GDR50LT (green), {\WM}--simplified GDB10LT (orange) and original GDB10LT (black).} - \label{fig:salvis-gdr50-overlaid} + \label{fig:salvis-wm-gdr50} \end{figure} +\begin{figure}[h!] + \centering + \includegraphics[width=\textwidth]{salvis-wm-gdr50-ne} + \caption{Top--right side of figure~\ref{fig:salvis-wm-gdr50}.} + \label{fig:salvis-wm-gdr50-ne} +\end{figure} + +Although figures are almost identical, figure~\ref{fig:salvis-wm-gdr50-ne} +illustrates two small bends that have been removed in GDR50LT, but have been +exaggerated by our implementation. + \subsubsection{Large-scale (1:\numprint{250000})} \subsection{Testing Results Online}