xradio 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,9 +28,13 @@ def open_processing_set(
28
28
 
29
29
  if isinstance(file_system, s3fs.core.S3FileSystem):
30
30
  mapping = s3fs.S3Map(root=ps_store, s3=file_system, check=False)
31
- ps_xdt = xr.open_datatree(mapping, engine="zarr")
31
+ ps_xdt = xr.open_datatree(
32
+ mapping, engine="zarr", chunks={}, chunked_array_type="dask"
33
+ )
32
34
  else:
33
- ps_xdt = xr.open_datatree(ps_store, engine="zarr")
35
+ ps_xdt = xr.open_datatree(
36
+ ps_store, engine="zarr", chunks={}, chunked_array_type="dask"
37
+ )
34
38
 
35
39
  # Future work is to add ASDM backend
36
40
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xradio
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Xarray Radio Astronomy Data IO
5
5
  Author-email: Jan-Willem Steeb <jsteeb@nrao.edu>, Federico Montesino Pouzols <pouzols@eso.edu>, Dave Mehringer <dmehring@nrao.edu>, Peter Wortmann <peter.wortmann@skao.int>
6
6
  License: BSD 3-Clause License
@@ -28,7 +28,7 @@ xradio/measurement_set/__init__.py,sha256=rGhy9tz5d60hln-SSWFLieDrZ2sodli3npKuCE
28
28
  xradio/measurement_set/convert_msv2_to_processing_set.py,sha256=B-TpUHtouokl3sdwEVqreBmgQOtmLSG7i6bQ5Jj3FQw,10519
29
29
  xradio/measurement_set/load_processing_set.py,sha256=r_eO7DTr-3EphujOEh-P_VfcVRpYzx1M-tGBwpxFC-8,8201
30
30
  xradio/measurement_set/measurement_set_xdt.py,sha256=ydqLrhj41Gm3FgelpAPUbqivrDslLsst9WhNIue_dec,12599
31
- xradio/measurement_set/open_processing_set.py,sha256=LA9eTN0M9SzK0yrWeHHVVRxrqHq1MF0eHkqR46OOLm8,5296
31
+ xradio/measurement_set/open_processing_set.py,sha256=lb_HLF7HTHWBw4mKwaAVkU9fn42kOD3zvDJ68-6duK4,5416
32
32
  xradio/measurement_set/processing_set_xdt.py,sha256=fC5EUrAUWtvsnJeIdztIj_4agsZ5zn2BaY2CUuo13Iw,36877
33
33
  xradio/measurement_set/schema.py,sha256=ZH0n8lZTD8fi3JEZV2SEwdh1oRo1ric__uZ9o8p3AUE,89149
34
34
  xradio/measurement_set/_utils/__init__.py,sha256=iTbgPiQPw9hyXSdQYPcwGRrP2PFXgF6CZi8A3KNKya0,43
@@ -59,8 +59,8 @@ xradio/schema/metamodel.py,sha256=F0lxnn0wLrsT2HrBo2zfIcmRLxD2yQwh7XfDciPNwVs,49
59
59
  xradio/schema/typing.py,sha256=RLFeMEPPHetc__kDaql1N1AcVuHArfk57DsUw2rZ5CE,10204
60
60
  xradio/sphinx/__init__.py,sha256=VGY-7Ty3q67qpnBee0-znbiJ-Iy0F93UO--IpjEdHXc,380
61
61
  xradio/sphinx/schema_table.py,sha256=CrhWMDYHwB7CbBMGfWtW20bLoBkeQZHd6l91cihvaBA,10709
62
- xradio-1.0.1.dist-info/licenses/LICENSE.txt,sha256=9CYIJt7riOXo9AD0eXBZviLxo_HebD-2JJI8oiWtzfg,1807
63
- xradio-1.0.1.dist-info/METADATA,sha256=0TQD16A-BzdIeTto6oGR5KCEtjt9X_4v2fVtbfcVi28,7617
64
- xradio-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
- xradio-1.0.1.dist-info/top_level.txt,sha256=dQu27fGBZJ2Yk-gW5XeD-dZ76Xa4Xcvk60Vz-dwXp7k,7
66
- xradio-1.0.1.dist-info/RECORD,,
62
+ xradio-1.0.2.dist-info/licenses/LICENSE.txt,sha256=9CYIJt7riOXo9AD0eXBZviLxo_HebD-2JJI8oiWtzfg,1807
63
+ xradio-1.0.2.dist-info/METADATA,sha256=2YeKoEBm0E7mdt-KKKaurx9wt7DVQAanIXFQyec05QI,7617
64
+ xradio-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
+ xradio-1.0.2.dist-info/top_level.txt,sha256=dQu27fGBZJ2Yk-gW5XeD-dZ76Xa4Xcvk60Vz-dwXp7k,7
66
+ xradio-1.0.2.dist-info/RECORD,,
File without changes