stud

study spacejunk
Log | Files | Refs | LICENSE

commit 122ec8e2f8b7db243642f1785baa3752c67d6788 (tree)
parent 8dafc756aa176ec4af518a5951777ebaf7ae51a2
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date:   Wed, 27 May 2020 15:41:05 +0300

clarify sql descriptions

Diffstat:
MII/Referatas/mj-referatas.tex | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/II/Referatas/mj-referatas.tex b/II/Referatas/mj-referatas.tex @@ -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}