1- # Important Note
2- This repository was a fork from [ here] ( https://github.com/astropenguin/xarray-dataclasses ) . We are grateful for the
3- work of the developer on this repo. That being said, sadly the state on main has been the case that the code was
4- deleted and there has been no development for a while. Therefore, we intially decided to fork the repository and
5- continue development here, where the community is better able to contribute to and maintain the project. We now changed
6- it into a standalone repository.
71
8- Note, the repository is not yet released. We are making some additional changes before release.
2+ This repository is adapted from [ here] ( https://github.com/astropenguin/xarray-dataclasses ) . We are grateful for the
3+ work of the developer on this repo. Sadly, that repository is inactive. Thus, a fork was moved here in order to allow
4+ for more visibility and community maintenance.
95
106# xarray-dataclasses
117
12- [ ![ Release] ( https://img.shields.io/pypi/v/xarray-dataclasses ?label=Release&color=cornflowerblue&style=flat-square )] ( https://pypi.org/project/xarray-dataclasses / )
13- [ ![ Python] ( https://img.shields.io/pypi/pyversions/xarray-dataclasses ?label=Python&color=cornflowerblue&style=flat-square )] ( https://pypi.org/project/xarray-dataclasses / )
14- [ ![ Downloads] ( https://img.shields.io/pypi/dm/xarray-dataclasses ?label=Downloads&color=cornflowerblue&style=flat-square )] ( https://pepy.tech/project/xarray-dataclasses )
8+ [ ![ Release] ( https://img.shields.io/pypi/v/xarray-dataclass ?label=Release&color=cornflowerblue&style=flat-square )] ( https://pypi.org/project/xarray-dataclass / )
9+ [ ![ Python] ( https://img.shields.io/pypi/pyversions/xarray-dataclass ?label=Python&color=cornflowerblue&style=flat-square )] ( https://pypi.org/project/xarray-dataclass / )
10+ [ ![ Downloads] ( https://img.shields.io/pypi/dm/xarray-dataclass ?label=Downloads&color=cornflowerblue&style=flat-square )] ( https://pepy.tech/project/xarray-dataclass )
1511[ ![ DOI] ( https://img.shields.io/badge/DOI-10.5281/zenodo.4624819-cornflowerblue?style=flat-square )] ( https://doi.org/10.5281/zenodo.4624819 )
16- [ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/astropenguin /xarray-dataclasses /tests.yml?label=Tests&style=flat-square )] ( https://github.com/astropenguin /xarray-dataclasses /actions/workflows/tests.yaml )
17- [ ![ Release] ( https://github.com/melonora/ xarray-dataclasses/actions/workflows/pypi.yaml/badge.svg?event=release )] ( https://github.com/melonora /xarray-dataclasses/actions/workflows/pypi.yaml )
12+ [ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/xarray-contrib /xarray-dataclass /tests.yml?label=Tests&style=flat-square )] ( https://github.com/xarray-contrib /xarray-dataclass /actions/workflows/tests.yaml )
13+ [ ![ Release] ( https://img.shields.io/pypi/v/ xarray-dataclass?label=Release&color=cornflowerblue&style=flat-square )] ( https://pypi.org/project /xarray-dataclass/ )
1814
1915xarray data creation by data classes
2016
@@ -374,7 +370,7 @@ First install [pixi](https://pixi.sh/latest/installation/). Then, install projec
374370
375371``` shell
376372pixi install -a
377- pixi run pre-commit-install
373+ pixi run -e dev pre-commit-install
378374```
379375
380376### Testing, linting, and formatting
@@ -386,7 +382,7 @@ in that case.
386382
387383```
388384pixi run tests
389- pixi run -e dev pre-commit run -- all- files
385+ pixi run precommit # This runs pre-commit on all files.
390386```
391387
392388### Creating documentation
0 commit comments