-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello,
I am working on a OGC-API DGGS server implementation.
So far we ported A5 to JAVA in Geotoolkit (it's on a branch for now, so you won't see it in the project yet).
I was wondering about data sampling inside a cell.
In the spec for most defined formats we can read :
An Implementation may support either a DGGS-optimized X representation where a dimension is associated with sub-zones, with coordinates being global zone identifiers or local indices into the deterministic zone order, or a traditional representation interoperable with non-DGGS clients where spatiotemporal axes are individual dimensions.
To obtain a deterministic zone order, would it be possible do have somekind of cell hash iterator for a cell and a given relative depth ?
Thanks