Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
144 stars 70 forks source link

[Hacktoberfest 2021] Contribute filters to the netCDF-Java Zarr project #889

Open haileyajohnson opened 2 years ago

haileyajohnson commented 2 years ago

About

NetCDF-Java recently completed work on beta read support for Zarr data formats. Part of the Zarr project is the implementation of compressors and filters (codecs). Currently, netCDF-Java includes implementation of Shuffle, Deflate/Zlib, 32-bit Checksums, and FixedScaleOffset, but we're still missing some!

If you have developed or are interested in developing filters in Java, we would love to have you contribute!

Contributing to this issue

The list of Zarr compatible codecs is provided by NumCodecs.

If you're interested in implementing a filter for netCDF-Java, follow these instructions:

Helpful links

Thank you for considering contributing!

sumitsawant commented 2 years ago

@haileyajohnson Can I take care of this ?

haileyajohnson commented 2 years ago

@sumitsawant we'd appreciate any contributions on this!

sumitsawant commented 2 years ago

@haileyajohnson Can you please assign this to me ? I'll get started .

haileyajohnson commented 2 years ago

@sumitsawant thank you for the enthusiasm, but I'm reluctant to assign this to one person; there could be a number of pull requests contributing to this issue, implementing different filters. But you will get Hacktoberfest credit if you submit a PR that's accepted!