Skip to content

1.0.0

Choose a tag to compare

@pont-us pont-us released this 26 Feb 11:18
· 230 commits to main since this release
  • Fixed some issues with Zarr (re-)chunking given by process parameter
    process/rechunk:

    • Fix: New chunking can now overlap multiple chunks in input
      (Dask chunks). (#12)

    • Introduced new chunk size value "input" which forces using chunk sizes
      from input. (#12)

    • Fixed problems that occurred when using the process/rechunk
      configuration

      • if a dimension was not configured at all;
      • if the dataset contained 0-dimension variables, which is
        typical for variables used to describe the spatial reference system,
        e.g. crs.

      In these cases the error message from Zarr was
      AssertionError: We should never get here.". (#14)

  • Introduced new input parameter prefetch_chunks. (#10)

  • Add an AppVeyor CI configuration file.

  • Add the --sort-by command-line option.

  • Add example configuration files for the following datasets:

    • C_GLS_LWQ300_GLOBE_OLCI_V1
    • OCEANCOLOUR_BAL_CHL_L3_NRT_OBSERVATIONS_009_049
    • OCEANCOLOUR_BS_CHL_L4_NRT_OBSERVATIONS_009_045
    • OCEANCOLOUR_MED_CHL_L4_NRT_OBSERVATIONS_009_041
  • Add demo Jupyter notebooks which open and plot converted data from object
    storage.