#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']...

Change History (1)

comment:1 by Dimitar Misev, 14 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.