Replies: 3 comments 1 reply
|
Hello @tiagoams, I suggest to use xcube gen2. For xcube gen2 documentation is provided here: https://xcube.readthedocs.io/en/latest/generator.html . There is also a section on details of specifying inputs. There are plans of adding temporal resampling, but so far it is not included. |
|
Also note that we have notebooks explaining the use of |
You cannot use wildcards as a data_id. If you have multiple inputs, you need to specify multiple input_configs, which you can do like this: To prevent boilerplate code (and multiple store creations), it is advisable to pass an additional store config file which could look like this: The input_configs section would then become this: |
Uh oh!
There was an error while loading. Please reload this page.
When generating cubes from files, including regridding, application of masks and creation of new variables, is
xcube genthe recommended method of shouldxcube gen2be used? (asking for latest release v1.2.0)Also, will custom input processors work with gen2, or is there another way of reading files that are n ot read by the default processor? For instance when spatial dimentions are not named "lat" and "lon".
Finally, is there a way to aggregate or interpolate in time when creating a datacube? For instance to create a monthly average cube from daily files.
Thanks!
All reactions