Opened 4 years ago
Closed 4 years ago
#2412 closed defect (fixed)
wcst_import - no slices found if some of VRT files are not available
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example, 3 VRTs files are created from 3 tiff files. The first and the third tiff files are gone, hence the VRT files of them are invalid, but wcst_import cannot import the second VRT file.
wcst_import.sh: rasdaman v10.0.0-beta1 build g1dbae359 No tmp directory specified, will use '/tmp/rasdaman_wcst_import/'. Collected first 3 files: ['/tmp/test_vrt_error//s1b-ew5-slc-hv-20190803t070231-20190803t070332-017418-020c22-010_warp.vrt', '/tmp/test_vrt_error//s1b-ew5-slc-hv-20190804t074432-20190804t074533-017433-020ca0-010_warp.vrt', '/tmp/test_vrt_error//s1b-ew5-slc-hv-20190929t190129-20190929t190150-018256-022610-010_warp.vrt']... No direct positions found for irregular axis, assuming slice. Analyzing file (1/1): /tmp/test_vrt_error//s1b-ew5-slc-hv-20190803t070231-20190803t070332-017418-020c22-010_warp.vrt ... WARNING: input file '/tmp/test_vrt_error//s1b-ew5-slc-hv-20190803t070231-20190803t070332-017418-020c22-010_warp.vrt' cannot be processed, wcst_import will ignore this file as "skip" is set to true in the ingredient file. Reason: /tmp/test_vrt_error/1-mean_summer_airtemp.tif: No such file or directory Elapsed time: 0.001 s. [Error, skipped] Analyzing file (1/1): /tmp/test_vrt_error//s1b-ew5-slc-hv-20190804t074432-20190804t074533-017433-020ca0-010_warp.vrt ... Elapsed time: 0.001 s. Analyzing file (1/1): /tmp/test_vrt_error//s1b-ew5-slc-hv-20190929t190129-20190929t190150-018256-022610-010_warp.vrt ... WARNING: input file '/tmp/test_vrt_error//s1b-ew5-slc-hv-20190929t190129-20190929t190150-018256-022610-010_warp.vrt' cannot be processed, wcst_import will ignore this file as "skip" is set to true in the ingredient file. Reason: /tmp/test_vrt_error/3-mean_summer_airtemp.tif: No such file or directory Elapsed time: 0.001 s. [Error, skipped] No files provided. Check that the paths you provided are correct. Done.
Note:
See TracTickets
for help on using tickets.