Does OMS support Transformations, as specified in the SSP standard? #1215
Unanswered
Fredrik1Haider
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In section 4.5.3 in SSP Standard it states that it is possible to declare a transformation in the SSD and/or SSM. For example I may have an input called "ambient_temp", originating from some source, that I would now like to apply an transformation to explore model response. Which I would do in an SSM as follows:
<ssm:MappingEntry source="ambient_temp" target="model_temp"> <LinearTransformation factor="2" offset="10" /></MappingEntry>
It is however unclear from the documentation if OSM supports this part of the SSP standard. Is it or is it not supported?
TLDR: Does OMS support the GTransformationChoice Elements?
Beta Was this translation helpful? Give feedback.
All reactions