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
Samples, among:featurevariablequantityLet’s call it
featurefor nowWe should simultaneously standardize the way we call these object’s type, among:
typekindsortspeciesgenre.Let’s call it
typefor 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_seriesorfield) is then calledfeature_type(according to Base Standardization)And second part after
::, something likefeature_name(according to Base Standardization).feature_names are not unique amongfeatures of aSampleas a scalar, an time_series and a field could have the same.::and second part), for example something likefeature_AwithAamong (non-exhaustive):identifierkeyreferenceWill be usefull for
Needs
Samplewith names containing/fails #82 to be solved by forbidding/infeature_namesMay interfere with
What should be done after standardization is complete
Beta Was this translation helpful? Give feedback.
All reactions