more comparisons

This commit is contained in:
Motiejus Jakštys 2021-05-16 17:45:13 +03:00
parent b9f511a860
commit cf4f112d4e
2 changed files with 31 additions and 13 deletions

View File

@ -45,7 +45,8 @@ RIVERS = \
salvis-wm-50k-nw \ salvis-wm-50k-nw \
salvis-wm-50k-ne \ salvis-wm-50k-ne \
salvis-wm-overlaid-250k-zoom \ salvis-wm-overlaid-250k-zoom \
salvis-gdr50-overlaid salvis-wm-gdr50 \
salvis-wm-gdr50-ne
################################# #################################
# The thesis, publishable version # 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_2SELECT = wm_visuals where name='salvis'
salvis-wm-overlaid-250k-zoom_1COLOR = orange salvis-wm-overlaid-250k-zoom_1COLOR = orange
salvis-gdr50-overlaid_1SELECT = wm_visuals where name='salvis-wm-75' salvis-wm-gdr50_1SELECT = wm_visuals where name='salvis-wm-75'
salvis-gdr50-overlaid_2SELECT = wm_visuals where name='salvis-gdr50' salvis-wm-gdr50_2SELECT = wm_visuals where name='salvis-gdr50'
salvis-gdr50-overlaid_3SELECT = wm_visuals where name='salvis' salvis-wm-gdr50_3SELECT = wm_visuals where name='salvis'
salvis-gdr50-overlaid_1COLOR = orange salvis-wm-gdr50_1COLOR = orange
salvis-gdr50-overlaid_2COLOR = green 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 .faux_db_pre: db init.sql
bash db start bash db start

View File

@ -1496,21 +1496,30 @@ compares the resulting {\WM}--generalized rivers to GDR50LT and GDR250LT.
\subsubsection{Medium-scale (1:\numprint{50000})} \subsubsection{Medium-scale (1:\numprint{50000})}
For our research location, the national dataset GDB10LT is almost equivalent to For our research location, the national dataset GDB10LT is almost equivalent to
GDR50LT. Figure~\ref{fig:salvis-gdr50-overlaid} illustrates it. Therefore, the GDR50LT, with a few nuances. Figure~\ref{fig:salvis-wm-gdr50} illustrates
comparison between {\WM}--simplified GDB10LT and GDR50LT is equivalent to the all three shapes: GDR50LT, {\WM}--simplified GDB10LT, and the original GDB10LT.
comparison between {\WM}--simplified GDB10LT and non--simplified GDR50LT, which
was covered in section~\ref{sec:analyzed-medium-scale}.
\begin{figure}[ht] \begin{figure}[h!]
\centering \centering
\includegraphics[width=\textwidth]{salvis-gdr50-overlaid} \includegraphics[width=\textwidth]{salvis-wm-gdr50}
\caption{2x zoomed-in GDR50LT (green), {\WM}--simplified GDB10LT (orange) \caption{2x zoomed-in GDR50LT (green), {\WM}--simplified GDB10LT (orange)
and original GDB10LT (black).} and original GDB10LT (black).}
\label{fig:salvis-gdr50-overlaid} \label{fig:salvis-wm-gdr50}
\end{figure} \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})} \subsubsection{Large-scale (1:\numprint{250000})}
\subsection{Testing Results Online} \subsection{Testing Results Online}