Changes between Version 1 and Version 2 of Ticket #2680


Ignore:
Timestamp:
Jan 12, 2023, 8:16:39 AM (16 months ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2680 – Description

    v1 v2  
    9595}}}
    9696
    97 In this case, wcst_import should continue to analyze / import other files.
    9897
    9998For reproducing, the pip3 netCDF version is 1.5.8 on Ubuntu 20.04, which installed the following libraries:
     
    108107}}}
    109108
    110 Attached is the data and an ingredients file.
     109Attached is the data and an ingredients file. To reproduce the problem:
     110
     1111. download the data and ingredients in one directory
     1122. install problematic package version
     113{{{
     114pip3 install netCDF4=1.5.8
     115}}}
     1163. run the import
     117{{{
     118/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py test.json
     119}}}
     120
     121It may need to run multiple times until the problem is triggered.
     122
     123Instead of the whole import process diying, wcst_import should retry importing the file.