You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ A prototype demonstrating how to implement configurable fixes
3
3
4
4
## Layout
5
5
6
+
For demonstration purposes, this repository contains three Python packages, but the idea would be that these would live in separate repositories later on:
7
+
6
8
-[packages/fixer](packages/fixer) The package that users will import. It provides a single function `fix` that takes an xarray dataset
7
9
and the dataset name and returns a correctly standardized dataset based on the available configuration. It also provides the infrastructure
8
10
needed by plugins and widely applicable functions for fixing data in [`fixer.fixes`](packages/fixer/fixer/fixes.py).
0 commit comments