Skip to content

Commit 6af6edb

Browse files
authored
FIX: DORADE typo in auto_read.py. (#1823)
1 parent c1bcfed commit 6af6edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyart/io/auto_read.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def read(filename, use_rsl=False, **kwargs):
130130
return read_uf(filename, **kwargs)
131131

132132
# RSL only supported file formats
133-
rsl_formats = ["HDF4", "RSL", "DORAD", "LASSEN"]
133+
rsl_formats = ["HDF4", "RSL", "DORADE", "LASSEN"]
134134
if filetype in rsl_formats and _RSL_AVAILABLE:
135135
return read_rsl(filename, **kwargs)
136136

@@ -151,7 +151,7 @@ def determine_filetype(filename):
151151
* 'UF'
152152
* 'HDF4'
153153
* 'RSL'
154-
* 'DORAD'
154+
* 'DORADE'
155155
* 'SIGMET'
156156
* 'LASSEN'
157157
* 'BZ2'

0 commit comments

Comments
 (0)