Replies: 3 comments 4 replies
-
standardization effort @casenave |
Beta Was this translation helpful? Give feedback.
-
I proposed a first implementation in #110 |
Beta Was this translation helpful? Give feedback.
-
I'm also thinking of implementing such function in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Base standardization
We should standardize the way we call a these objects in
Sample
s, among:feature
variable
quantity
Let’s call it
feature
for nowWe should simultaneously standardize the way we call these object’s type, among:
type
kind
sort
species
genre
.Let’s call it
type
for nowFurther standardization
Sample
, to ease implementations of any function/method in PLAID, for example:scalar::<scalar_name>
time_series::<time_series_name>
field::<field_name>
,field::/<field_name>
orfield:://<field_name>
field::<zone_name>/<field_name>
orfield::/<zone_name>/<field_name>
field::<base_name>/<zone_name>/<field_name>
field::<base_name>//<field_name>
field::<field_name>/<zone_name>/<base_name>
.The first part (
scalar
,time_series
orfield
) is then calledfeature_type
(according to Base Standardization)And second part after
::
, something likefeature_name
(according to Base Standardization).feature_name
s are not unique amongfeature
s of aSample
as a scalar, an time_series and a field could have the same.::
and second part), for example something likefeature_A
withA
among (non-exhaustive):identifier
key
reference
Will be usefull for
Needs
Sample
with names containing/
fails #82 to be solved by forbidding/
infeature_names
May interfere with
What should be done after standardization is complete
Beta Was this translation helpful? Give feedback.
All reactions