Opened 21 months ago
Closed 21 months ago
#2696 closed defect (fixed)
wcst_import fails to import files in subdirectories
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
Files listed with relative path in the same directory as the ingredients file can be imported fine, e.g.
"paths": [ "20200101.tif" ] ... Collected first 1 files: ['/data/tiffs/20200101.tif']...
However, if the file is in a subdir it will not be resolved to an absolute path and the import fails:
"paths": [ "tmp/20200101.tif" ] ... Collected first 1 files: ['tmp/20200101.tif']...
Note:
See TracTickets
for help on using tickets.