Skip to content

Commit 96c4f63

Browse files
committed
create dataset with contraints
1 parent 2614ae0 commit 96c4f63

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

usage/managing_datasets/dataset_update_replace.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Behavior and Limitations:
3636
* All existing features or raster data are permanently removed.
3737
* The operation cannot be undone and should be used with caution.
3838

39+
.. _dataset-update:
40+
3941
Dataset Update (Vector)
4042
------------------------
4143

10.9 KB
Loading
5.53 KB
Loading

usage/managing_datasets/new_dataset_from_scratch.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,18 @@ While then, through the :guilabel:`Add Attribute` button, the user can add new a
3535

3636
*New Dataset creation from scratch*
3737

38+
Defining attributes contraints
39+
^^^^^^^^^^^^^^^^^
40+
41+
For Numeric and Textual attributes two contraints can be defined. These will contraint the admitted values for the attribute, either during a :ref:`dataset-update` operation or a :ref:`dataset-editing` session.
42+
43+
Two types of contraints can be selected from the dropdown under the *Restrictions* column:
44+
45+
* **Options**: For numeric and string values a list of controlled values (domain) can be defined.
46+
.. figure:: img/create_dataset_contraints_options.png
47+
:align: center
48+
* **Range**: For numeric values a range of values can be defined. This will contraint the admitted values for the attribute, either during a *Dataet Update* operation or a *Data Editing* session.
49+
.. figure:: img/create_dataset_contraints_range.png
50+
:align: center
3851

3952
Once the form has been filled out, click on :guilabel:`Create new dataset`. You will be redirected to the *Dataset Page* (see :ref:`dataset-info`). Now your Dataset is created but is still empty, no features have been added yet. See the :ref:`dataset-editing` section to learn how to add new features.

0 commit comments

Comments
 (0)