Aliases in catalog/TIMESERIES #795
mdstanfill
started this conversation in
General
Replies: 1 comment
-
The Location Catalog does do something with the aliases but the Timeseries Catalog does not. The entries in the the Timeseries Catalog results do not have a field to hold aliases and the queries do not attempt to specifically include or exclude them. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I see that
catalog/TIMESERIES
can return a list of aliases for a given time series, but I'm having a couple of issues with it.Primarily, it doesn't seem to return a timeseries if you ask for it by an alias, e.g.:
doesn't find
DET_S1-D20ft.Temp-Water.Inst.0.0.Best
, an alias forDET_S1-D20ft.Temp-Water.Inst.0.0.MIXED-REV
, instead returning:Additionally, (of no immediate concern, but for informational purposes), even if I ask for
MIXED-REV
, it doesn't showBest
as an alias. E.g.:returns
with no
aliases
attribute.Beta Was this translation helpful? Give feedback.
All reactions