We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we data cube name pattern follows on-premise data cubes like:
S2-SEN2COR_10_16D_LCF, CB4_64_16D_LCF, LC8_30_16D_LCF, etc.
S2-SEN2COR_10_16D_LCF
CB4_64_16D_LCF
LC8_30_16D_LCF
with directory path:
S2-SEN2COR_10_16D_LCF/v001/089098/2019-01-01_2019-01-16/S2-SEN2COR_10_16D_LCF_v001_089098_2019-01-01_2019-01-16.png
It must be replaced as:
S2-16D, CB4-16D, LC8-16D
S2-16D
CB4-16D
LC8-16D
and directory as:
s2-16d/v1/089/098/2019/01/01/S2-16D_V1_089098_2019-01-01.png
Consider to support both format using format_path_cube and format_item_cube.
format_path_cube
format_item_cube
The text was updated successfully, but these errors were encountered:
🔥 Add support to format data cube name and path (close brazil-data-cu…
59d0576
…be#236)
Merge pull request #237 from raphaelrpl/reuse-cube
986d599
🔥 Add support to format data cube name and path (close #236) and 🔖 prepare release 0.8.3
86eab4c
raphaelrpl
No branches or pull requests
Currently, we data cube name pattern follows on-premise data cubes like:
S2-SEN2COR_10_16D_LCF
,CB4_64_16D_LCF
,LC8_30_16D_LCF
, etc.with directory path:
S2-SEN2COR_10_16D_LCF/v001/089098/2019-01-01_2019-01-16/S2-SEN2COR_10_16D_LCF_v001_089098_2019-01-01_2019-01-16.png
It must be replaced as:
S2-16D
,CB4-16D
,LC8-16D
and directory as:
s2-16d/v1/089/098/2019/01/01/S2-16D_V1_089098_2019-01-01.png
Consider to support both format using
format_path_cube
andformat_item_cube
.The text was updated successfully, but these errors were encountered: