Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space and time cubes #115

Closed
forman opened this issue Jun 26, 2019 · 0 comments
Closed

Space and time cubes #115

forman opened this issue Jun 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request important This is very important for the project urgent High external pressure to address this ASAP xcube serve This is related to server component, CLI "xcube serve"

Comments

@forman
Copy link
Member

forman commented Jun 26, 2019

Is your feature request related to a problem? Please describe.

The following data cube data access use cases cannot run with best available runtime performance:

  • Extraction of 1-D time series at given points or aggregated from given polygons
  • Extraction of 2-D image data at given location and size (visualisation, WMTS tiles)
  • Extraction of N-D sub cubes

This problem becomes obvious in xcube-viewer where we both request image RGB tiles and time series from same data cubes. One or the other lacks performance if dataset chunking is adjusted to either one of the use cases such as the (exaggerated) examples time=1,lat=512, lon=512 and time=512,lat=1, lon=1.

Describe the solution you'd like

We provide one or more cube instances that only differ in their chunking. Clients, such as xcube-server, will be configured to serve these cubes based on the identified use case.

Therefore we allow users to configure multiple cube instances per dataset identifier. A dedicated "space cube" could be a ZARR multi-resolution pyramid with chunking time=1,lat=<tile_height>, lon=<tile_width>. In addition there may be a dedicated "time cubes" and any other "space/time cubes".

Additional context

Problem became obvious and urgent by publishing global demo cubes produced by the EarthSystemDataLab (ESDL) project using xcube-server and xcube-viewer.

See also

@forman forman added enhancement New feature or request important This is very important for the project xcube serve This is related to server component, CLI "xcube serve" urgent High external pressure to address this ASAP labels Jun 26, 2019
@forman forman mentioned this issue Jun 26, 2019
@forman forman added the in progress The assignee is working on it label Jun 27, 2019
@forman forman self-assigned this Jun 27, 2019
@forman forman removed the in progress The assignee is working on it label Jun 27, 2019
@forman forman closed this as completed Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important This is very important for the project urgent High external pressure to address this ASAP xcube serve This is related to server component, CLI "xcube serve"
Projects
None yet
Development

No branches or pull requests

1 participant