Closed vanlankveldthijs closed 11 months ago
Kudos, SonarCloud Quality Gate passed!
Hi @vanlankveldthijs, thanks a lot for the implement!
After investigation, I think the list comprehention of the get order should be fine, since apply_gufunc
apply chunk-wisely. Then the list conprehension should be good per chunk.
I did several change:
experiment
apply_gufunc
, I only used .data
for coordinate vectores. If not they come as xr.DataArray
with redundant coords.ruff
To me it's all good to merge. Would you like to give a final check? Also created an issue #57 for documentation.
Hi @vanlankveldthijs , I will merge this maybe?
Added functions to STM for creating order attribute per point (implemented as Morton code). Commented these functions. Added several unit tests for these functions.