110 | | Attached is the data and an ingredients file. |
| 109 | Attached is the data and an ingredients file. To reproduce the problem: |
| 110 | |
| 111 | 1. download the data and ingredients in one directory |
| 112 | 2. install problematic package version |
| 113 | {{{ |
| 114 | pip3 install netCDF4=1.5.8 |
| 115 | }}} |
| 116 | 3. run the import |
| 117 | {{{ |
| 118 | /opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py test.json |
| 119 | }}} |
| 120 | |
| 121 | It may need to run multiple times until the problem is triggered. |
| 122 | |
| 123 | Instead of the whole import process diying, wcst_import should retry importing the file. |