clarify sql descriptions

This commit is contained in:
Motiejus Jakštys 2020-05-27 15:41:05 +03:00
parent 8dafc756aa
commit 122ec8e2f8

View File

@ -412,11 +412,13 @@ The analysis was executed and report was generated on Ubuntu 20.04 with only
system packages.
\subsection{douglas.sql}
Transforms a layer ({\tt :src}) to {\DP} using $tolerance$ tolerance.
Transforms a layer ({\tt :src}) to {\DP} using $tolerance$ tolerance into
{\tt :tbl} table.
\inputminted[fontsize=\small]{sql}{douglas.sql}
\subsection{visvalingam.sql}
Transforms a layer ({\tt :src}) to {\VW} using $tolerance^2$ tolerance.
Transforms a layer ({\tt :src}) to {\VW} using $tolerance^2$ tolerance into
{\tt :tbl} table.
\inputminted[fontsize=\small]{sql}{visvalingam.sql}
\subsection{fig2layer.py}