Skip to content
Snippets Groups Projects
Commit fa9b8cc5 authored by David Schäfer's avatar David Schäfer
Browse files

Merge branch 'cookBux' of https://git.ufz.de/rdm-software/saqc into cookBux

parents cbf2f8e2 39e740c2
No related branches found
No related tags found
7 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!372fix doctest snippets,!369Current documentation
Pipeline #52282 passed with stages
in 2 minutes and 50 seconds
......@@ -28,6 +28,8 @@ clean:
rm -rf ../$(FUNCTIONS)
mkdir _static
# for k in $(MDLIST); do rm -r "$$k"_m2r; done
rm -f *.automodsumm
rm -f moduleAPIs/*.automodsumm
# trigger (saqc) customized documentation pipeline
doc:
......
Data Regularisation
===================
......@@ -9,27 +8,22 @@ spacing in between subsequent data points.
The tutorial guides through the following steps:
#.
Initially, we introduce and motivate regularisation techniques and we do import the tutorial data.
#. Initially, we introduce and motivate regularisation techniques and we do import the tutorial data.
* :ref:`Why Regularisation <cook_books/DataRegularisation:Why Regularisation>`
* :ref:`Tutorial Data <cook_books/DataRegularisation:Tutorial Data>`
#.
We will get an overview over the main :ref:`Regularisation <cook_books/DataRegularisation:regularisations>` methods, starting with the shift.
#. We will get an overview over the main :ref:`Regularisation <cook_books/DataRegularisation:regularisations>` methods, starting with the shift.
* :ref:`Shift <cook_books/DataRegularisation:shift>`
* :ref:`Target Parameter <cook_books/DataRegularisation:target parameter>`
* :ref:`Target Parameter <cook_books/DataRegularisation:target parameter>`
* :ref:`Freq Parameter <cook_books/DataRegularisation:freq parameter>`
* :ref:`Method Parameter <cook_books/DataRegularisation:shifting method>`
* :ref:`Valid Data <cook_books/DataRegularisation:Valid Data>`
* :ref:`Freq Parameter <cook_books/DataRegularisation:freq parameter>`
* :ref:`Method Parameter <cook_books/DataRegularisation:shifting method>`
* :ref:`Valid Data <cook_books/DataRegularisation:Valid Data>`
#.
We introduce the notion of *valid* data and see how sparse intervals and those with multiple values interact with
#. We introduce the notion of *valid* data and see how sparse intervals and those with multiple values interact with
regularisation.
......@@ -41,8 +35,7 @@ The tutorial guides through the following steps:
* :ref:`Data Reduction <cook_books/DataRegularisation:data reduction>`
* :ref:`Minimize Shifting <cook_books/DataRegularisation:minimize shifting distance>`
#.
We use the Aggregation and the Interpolation method.
#. We use the Aggregation and the Interpolation method.
* :ref:`Aggregation <cook_books/DataRegularisation:aggregation>`
......@@ -52,11 +45,9 @@ The tutorial guides through the following steps:
* :ref:`Interpolation <cook_books/DataRegularisation:interpolation>`
* :ref:`Representing Data Sparsity <cook_books/DataRegularisation:interpolation and data sparsity>`
#.
We see how regularisation interacts with Flags.
* :ref:`Representing Data Sparsity <cook_books/DataRegularisation:interpolation and data sparsity>`
#. We see how regularisation interacts with Flags.
* :ref:`Flags and Regularisation <cook_books/DataRegularisation:flags and regularisation>`
......@@ -78,7 +69,7 @@ way of constructing such a mapping, is to just resample all data at the same (re
Tutorial Data
-------------
The following `dataset <../ressources/data/SoilMoisture.csv>`_ of Soil Moisture meassurements may serve as
The following `dataset <../ressources/data/SoilMoisture.csv>`_ of Soil Moisture measurements may serve as
example data set:
......
.. include:: misc/title.rst
.. toctree::
:hidden:
:maxdepth: 1
Repository <https://git.ufz.de/rdm-software/saqc>
Package API <moduleAPIs/saqcInit>
Doctesttest <misc/doctesttest>
Getting Started
===============
......@@ -52,9 +54,7 @@ Functions
:titlesonly:
All Functions <moduleAPIs/saqcFunctions>
generic <function_cats/generic>
resampling <function_cats/resampling>
tools <function_cats/tools>
generic <moduleAPIs/functionsgeneric>
Python Package
......
TestModuleDoc
=============
:Example:
>>> a=1
>>> a + 3
5
\ No newline at end of file
breaks
======
.. automodapi:: Functions.breaks
:no-heading:
FlagTools
=========
.. automodapi:: Functions.flagtools
:no-heading:
Generic
=======
.. automodapi:: Functions.generic
:no-heading:
saqc
====
.. automodapi:: Functions.saqc
:no-heading:
Tools
=====
.. automodapi:: Functions.tools
:no-heading:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment