Skip to content

Releases: nasa/harmony-netcdf-to-zarr

1.2.0

01 Aug 21:18
de47e5d
Compare
Choose a tag to compare

v1.2.0

2023-07-28

  • DAS-1891 - Update temporal aggregation to return output temporal dimensions
    only containing values that map to values in input granules, rather than
    producing a regular grid.

1.1.1

17 Feb 23:06
e230636
Compare
Choose a tag to compare

v1.1.1

2023-02-17

  • DAS-1699 - Updates code to account for missing group attributes that are
    being dropped by the rechunker library.

1.1.0

15 Feb 21:51
e230636
Compare
Choose a tag to compare

v1.1.0

2023-02-08

  • DAS-1699 - Add secondary rechunking step to service. Concatentated requests
    to the service will now be rechunked before returned to the caller.

1.0.3

15 Dec 00:42
5f27d0d
Compare
Choose a tag to compare

v1.0.3

2022-12-13

  • DAS-1713 - Publish Docker images to ghcr.io.
  • DAS-1712 - Disable DockerHub publication actions.
  • DAS-1695 - Ensure correct metadata is written to store.
  • Give compute_chunksize a side effect to prevent pickling error in testing end to end.
  • Check multiprocess exit codes.
  • DAS-1685 - Ensure single granule requests don't attempt aggregation.
  • DAS 1673 - Implement smart chunking.
  • DAS-1536 - Ensure raised exception messages are correctly tested.
  • HARMONY-1189 - Update harmony-service-lib dependency to 1.0.20.
  • HARMONY-1178 - Handle paged STAC input
  • DAS-1438 - Ensure zero-dimensional variables, like a CRS, resolve full paths.
  • DAS-1438 - Ensure Zarr groups always use a ProcessSynchronizer.
  • DAS-1455 - Copy exact data from NetCDF-4 input to Zarr store, including scale and offset metadata.
  • DAS-1379 - Only aggregate temporal dimensions.
  • DAS-1432 - Ensure only the Zarr store is in the STAC.
  • DAS-1379 - Write many input NetCDF-4 granules to single Zarr store.
  • DAS-1414 - Check input granule is NetCDF-4 via media type or extension.
  • DAS-1400 - Support bounds during dimension aggregation.
  • DAS-1376 - Update HarmonyAdapter to perform many-to-one operations.
  • DAS-1375 - Scale dimension values to integers before finding differences in resolution calculation.
  • DAS-1375 - Add dimension aggregation to DimensionsMapping class.
  • DAS-1374 - Add NetCDF-4 dimension parsing classes, ready for aggregation.

v1.0.2

29 Nov 18:43
bc8ba05
Compare
Choose a tag to compare

Performance and chunk sizing improvements

v1.0.1

17 Jun 16:25
cc3ba95
Compare
Choose a tag to compare

v1.0.0

17 May 18:15
4964237
Compare
Choose a tag to compare
  • HARMONY-817: Change occurrences of 'harmony' to 'harmonyservices' for Docker images (#4) @bilts
  • HARMONY-817: Publish to DockerHub on merge and release (#2) @bilts
  • HARMONY-816: Add user agent logging (#3) @hailiangzhang