Hi everyone!
We can read:
"GTS can also have attributes which are another set of key/values, the only difference with labels is that attributes do not identify the GTS, they are simply there to provide additional information, and since they do not identify the GTS they can be modified during the lifetime of the Geo Time Series."
It's not really clear to me, did this attributes are only present for the time of the WarpScript? Or do they are persistent and stored on DB somewhere?
Because if they are, do we have any way to set them directly when calling /update endpoint with our data? Because to me, GTS is:
ts/long/lat/ classname{labelK=labelV...} value
So how do we put the 'attributes' information inside that format?
Can someone provide me some example/context where using attributes are meaningful? It will probably help me to understand better this concept.