Difference between revisions of "Named Data"

From wiki.fine.cz
Jump to navigation Jump to search
(Created page with "<u>Named Data</u> are the data defined by Named Data Template and usually stored in XML Format. It is used in GEO5 applications for example for field test data. Named Data consists of individual elements (in the XML Template <sup>[E]</sup> <code>Item</code>) of specified types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of...")
 
m
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<u>Named Data</u> are the data defined by [[Named Data Template]] and usually stored in [[XML Format]]. It is used in GEO5 applications for example for field test data.   
Named Data are the data defined by [[Named Data Template]], written into [[Named Data Container]] and usually stored in [[wikipedia:XML|XML format]]. It is used in GEO5 applications for example for field test data.   


Named Data consists of individual elements (in the XML Template <sup>[E]</sup> <code>Item</code>) of specified types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with AGS or SEP3 formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can have a text identifier specified as a property.   
Named Data consists of individual Named Data Elements (XML Template <sup>[[Legend of XML elements|[:E:]]]</sup> <code>Item</code>) of specified Named Data Types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with [https://www.ags.org.uk/data-format/ AGS] or [https://www.lbeg.niedersachsen.de/karten_daten_publikationen/bohrdatenbank/sep_3/sep-3---die-schnittstelle-zur-neuen-bohrdatenbank-niedersachsens-724.html SEP3] formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can also have a text Identifier specified as a property.   


Nmed Data consists on ItemsPojmenovaná data se skládají z jednotlivých prvků (v XML šabloně <sup>[E]</sup> <code>Item</code>) určených typů, některé typy (tabulka, skupina, výčet) mohou obsahovat podřízené prvky. Prvek pojmenovaných dat je jednoznačně identifikován [[wikipedia:Universally_unique_identifier|GUID]]. Prvky se dělí na <u>globální</u> (ty jsou součástí některé z globálních knihoven) a <u>uživatelské</u>. Při zápisu do souboru se může <u>GUID</u> nahradit jednoznačným <u>textovým identifikátorem</u>, to umožňuje jednak lidsky čitelnější zápis a také možnost interoperability s formáty typu [https://www.ags.org.uk/data-format/ AGS] či [https://www.lbeg.niedersachsen.de/karten_daten_publikationen/bohrdatenbank/sep_3/sep-3---die-schnittstelle-zur-neuen-bohrdatenbank-niedersachsens-724.html SEP3]. Vztah mezi GUID a textovým identifikátorem lze určit v <u>mapování,</u> některé prvky mají <u>textový identifikátor</u> zadán jako vlastnost.  
The Named Data element has [[Common properties of Named Data|common properties]] (GUID, Name, Identifier, Comment, Type) and type-specific properties (described in detail on element type pages).    


Každý prvek má [[Společné vlastnosti prvků pojmenovaných dat|společné vlastnosti]] (GUID, název, identifikátor, komentář, typ)
Named data have optional Ranges, which have to be visualized if they are not observed, but user is not forced to observe it to save data. Maybe in the future there can be strict check while sending data to some cloud.     


====Typy prvků pojmenovaných dat====
====Named Data Types ====
*[[Pojmenovaná data textový řetězec|Textový řetězec]] (<code>String</code>)
*[[Text string (Named Data Type)|Text string]] (<code>String</code>)
*[[Pojmenovaná data číslo|Číslo]] (<code>Double</code>)
*[[Number (Named Data Type)|Number]] (<code>Double</code>)
*[[Pojmenovaná data výčet|Výčet]] (<code>Enum</code>)
*[[Enumeration (Named Data Type)|Enumeration]] (<code>Enum</code>)
*[[Pojmenovaná data prvek výčtu|Prvek výčtu]] (<code>EnumItem</code>)
*[[Set (Named Data Type)|Set]] (<code>Set</code>)
*[[Pojmenovaná data datum a čas|Datum a čas]] (<code>DateTime</code>)
*[[Enumeration or Set Element (Named Data Type)|Enumeration or Set Element]] (<code>EnumItem</code>)
*[[Pojmenovaná data tabulka|Tabulka]] (<code>Table</code>)
*[[Date and Time (Named Data Type)|Date and Time]] (<code>DateTime</code>)
*[[Pojmenovaná data skupina|Skupina]] (<code>Group</code>)
*[[Table (Named Data Type)|Table]] (<code>Table</code>)
*[[Pojmenovaná data vzorek a barva|Vzorek a barva]] (<code>SoilPattern</code>)
*[[Group (Named Data Type)|Group]] (<code>Group</code>)
*[[Hatch and Color (Named Data Type)|Hatch and Color]] (<code>SoilPattern</code>)
*[[File (Named Data Type)|File]] (<code>File</code>)

Latest revision as of 00:00, 28 March 2022

Named Data are the data defined by Named Data Template, written into Named Data Container and usually stored in XML format. It is used in GEO5 applications for example for field test data.

Named Data consists of individual Named Data Elements (XML Template [:E:] Item) of specified Named Data Types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with AGS or SEP3 formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can also have a text Identifier specified as a property.

The Named Data element has common properties (GUID, Name, Identifier, Comment, Type) and type-specific properties (described in detail on element type pages).

Named data have optional Ranges, which have to be visualized if they are not observed, but user is not forced to observe it to save data. Maybe in the future there can be strict check while sending data to some cloud.

Named Data Types