--- /tmp/pyresample-1.22.3-2b85wqtrs/debian/python-pyresample-doc_1.22.3-2_all.deb +++ python-pyresample-doc_1.22.3-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-12-10 07:48:41.000000 debian-binary │ -rw-r--r-- 0 0 0 2708 2021-12-10 07:48:41.000000 control.tar.xz │ --rw-r--r-- 0 0 0 3700952 2021-12-10 07:48:41.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 3700936 2021-12-10 07:48:41.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-pyresample-doc/html/api/pyresample.bucket.html │ │ │ @@ -162,15 +162,15 @@ │ │ │ │ │ │
│ │ │
│ │ │ get_max(data, fill_value=nan, skipna=True)
│ │ │

Calculate maximums for each bin with drop-in-a-bucket resampling.

│ │ │
│ │ │

Warning

│ │ │ -

The slow pandas.DataFrame.groupby() method is temporarily used here, │ │ │ +

The slow pandas.DataFrame.groupby() method is temporarily used here, │ │ │ as the dask_groupby is still under development.

│ │ │
│ │ │
│ │ │
Parameters
│ │ │
    │ │ │
  • data (Numpy or Dask array) – Data to be binned.

  • │ │ │
  • skipna (boolean (optional)) – If True, skips NaN values for the maximum calculation │ │ │ @@ -192,15 +192,15 @@ │ │ │ │ │ │

    │ │ │
    │ │ │ get_min(data, fill_value=nan, skipna=True)
    │ │ │

    Calculate minimums for each bin with drop-in-a-bucket resampling.

    │ │ │
    │ │ │

    Warning

    │ │ │ -

    The slow pandas.DataFrame.groupby() method is temporarily used here, │ │ │ +

    The slow pandas.DataFrame.groupby() method is temporarily used here, │ │ │ as the dask_groupby is still under development.

    │ │ │
    │ │ │
    │ │ │
    Parameters
    │ │ │
      │ │ │
    • data (Numpy or Dask array) – Data to be binned.

    • │ │ │
    • skipna (boolean (optional)) – If True, skips NaN values for the minimum calculation