more comparisons
This commit is contained in:
parent
0a94a47fa1
commit
fad421b43e
21
Makefile
21
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
|
||||
|
23
mj-msc.tex
23
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}
|
||||
|
Loading…
Reference in New Issue
Block a user