HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Numcodecs shuffle #86

Closed ajelenak closed 3 years ago

ajelenak commented 3 years ago

The code in this branch:

  1. Replaces the custom numba-based shuffle filter with the one from the numcodecs package.
  2. New Dockerfile for HSDS containers that builds the numcodecs package from source (because its shuffle filter is not yet in any of the official releases). The Dockerfile uses the continuumio/miniconda3 base image and yields an image of about 450MB.
  3. Some PEP8 and gitignore housekeeping.