idies / pyJHTDB

Python wrapper for the Johns Hopkins turbulence database library
Apache License 2.0
100 stars 47 forks source link

Error: soap struct not initialized #35

Closed JLiu-1 closed 2 years ago

JLiu-1 commented 2 years ago

Hi, I was trying to fetch whole data snapshots from JHTDB, and I found that with the getCutout() or getbigCutout() APIs I can only fetch 4096 elements at a time, so I tried to iterate through the indices and call the getbigCutout() multiple times. However, I met this error when looping: 0: Error: soap struct not initialized Can you tell me what caused this problem? Moreover, are there any easier way to download the full data snapshots from the database? Thanks,