|
34 | 34 | GatheredArray, |
35 | 35 | H5netcdfArray, |
36 | 36 | NetCDF4Array, |
37 | | - Netcdf_fileArray, |
38 | 37 | PointTopologyArray, |
39 | 38 | PyfiveArray, |
40 | 39 | RaggedContiguousArray, |
41 | 40 | RaggedIndexedArray, |
42 | 41 | RaggedIndexedContiguousArray, |
| 42 | + ScipyNetcdfFileArray, |
43 | 43 | SubsampledArray, |
44 | 44 | ZarrArray, |
45 | 45 | ) |
@@ -149,7 +149,7 @@ def set_construct(self, parent, construct, axes=None, copy=True, **kwargs): |
149 | 149 | GatheredArray=GatheredArray, |
150 | 150 | H5netcdfArray=H5netcdfArray, |
151 | 151 | NetCDF4Array=NetCDF4Array, |
152 | | - Netcdf_fileArray=Netcdf_fileArray, |
| 152 | + ScipyNetcdfFileArray=ScipyNetcdfFileArray, |
153 | 153 | PointTopologyArray=PointTopologyArray, |
154 | 154 | PyfiveArray=PyfiveArray, |
155 | 155 | Quantization=Quantization, |
@@ -208,7 +208,7 @@ def implementation(): |
208 | 208 | 'GatheredArray': cf.data.array.gatheredarray.GatheredArray, |
209 | 209 | 'H5netcdfArray': cf.data.array.h5netcdfarray.H5netcdfArray, |
210 | 210 | 'NetCDF4Array': cf.data.array.netcdf4array.NetCDF4Array, |
211 | | - 'Netcdf_fileArray': cf.data.array.netcdf_filearray.Netcdf_fileArray, |
| 211 | + 'ScipyNetcdfFileArray': cf.data.array.scipynetcdffilearray.ScipyNetcdfFileArray, |
212 | 212 | 'PointTopologyArray': <class 'cf.data.array.pointtopologyarray.PointTopologyArray'>, |
213 | 213 | 'PyfiveArray': cf.data.array.pyfivearray.PyfiveArray, |
214 | 214 | 'Quantization': cf.quantization.Quantization, |
|
0 commit comments