Replies: 2 comments 1 reply
-
|
Also |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Seems like there's some movement in the xpublish-wms space recently so I'll give this a nudge. Support for virtual vector tiles (u/v variables in the data to magnitude/direction tiles) is a significant missing piece in the ecosystem in my mind, and there's some complexity on what should get implemented where. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In XREDS @mpiannucci implemented a cool pattern to support dynamic generation of new
xr.DataArraysin a dataset based on the existing data.He is using it it to generate Mean Lower Low Water levels based off of NAVD88 in his datasets, and an attribute pointing to the VDatum offsets: https://github.com/asascience-open/xreds/blob/main/xreds/extensions/vdatum.py
To do so he created his own hookspec
DatasetExtensionSpec.transform_datasetwhich he calls in his dataset provider https://github.com/asascience-open/xreds/blob/main/xreds/dataset_extension.pyI had been thinking around the same idea for a while, and then @srstsavage brought it up in the XREDS repo to support generating virtual vector variables. asascience-open/xreds#28
I think we should standardize this pattern into a new type of plugin.
Beta Was this translation helpful? Give feedback.
All reactions