Opened 15 months ago
Last modified 9 months ago
#2775 closed enhancement
FIX - wcst_import creates a good default tiling in case it is not specified in the ingredients file — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 10.3 |
Component: | wcst_import | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
wcst_import should generate a reasonable default tiling for rasdaman collection in case this setting is not specified by user in the ingredients file.
Currently, for a 3D coverage, if tiling is not specified, petascope creates this tile
TILING ALIGNED [0:*,0:*,0:*] tile size 4194304
which is not good as it has these tiles in rasdaman:
"[5:5,35136:35199,0:64999]", "[5:5,40320:40383,0:64999]", "[5:5,40384:40447,0:64999]", "[5:5,40448:40511,0:64999]", "[5:5,40512:40575,0:64999]", "[5:5,40576:40639,0:64999]", "[5:5,40640:40703,0:64999]", ...
Note:
See TracTickets
for help on using tickets.