Warning
Complete me!
rekx
- builds its command-line interface on top of the awesome Typer
- interfaces the Kerchunk library
- netcdf4-python
- uses Xarray and
zarrfor data handling and storage
- uses
numpyfor some numerical operations - relies on
pandasfor datetime indexing and exporting data to CSV - wraps over
fastparquetandkerchunk, of course, for specific data format handling
Code Formatting¶
rekx uses Black for code style consistency throughout the project.
It is setup as a pre-commit hook and run with each git commit.