Update retrieve_cassandraDB.py

This commit is contained in:
finler 2022-06-06 08:55:07 +08:00 committed by GitHub
parent 497dc75184
commit 9b92a39f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1626,7 +1626,7 @@ def get_swan_radar(directory, filename=None, suffix="*.000", scale=[0.1, 0],
if byteArray == '':
print('There is no data ' + filename + ' in ' + directory)
return None
if filename.endswith('.BZ2') or filename.endswith('.bz2'):
if filename.endswith(('.BZ2','.bz2')):
byteArray = bz2.decompress(byteArray)
# define head structure
head_dtype = [