Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Nov 8, 2024
1 parent 6abc326 commit a7ee283
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Available on pypi](https://img.shields.io/pypi/v/xarray-selafin.svg)](https://pypi.python.org/pypi/xarray-selafin/)
[![CI](https://github.com/oceanmodeling/xarray-selafin/actions/workflows/run_tests.yml/badge.svg)](https://github.com/oceanmodeling/xarray-selafin/actions/workflows/run_tests.yml)

# xarray backend for Selafin formats

Supports lazy loading by default.
Expand Down Expand Up @@ -77,7 +80,7 @@ ds.selafin.write("output_file.slf")
* time
* node
* plan (only in 3D)

### Coordinates

| Coordinate | Description |
Expand All @@ -90,7 +93,7 @@ ds.selafin.write("output_file.slf")

All attributes are optional except `ikle2`:

| Attribute | Description | Default value |
| Attribute | Description | Default value |
|------------|-------------------------------------------------------------------------|--------------------------|
| title | Serafin title | "" (empty string) |
| language | Language for variable detection | "en" |
Expand Down

0 comments on commit a7ee283

Please sign in to comment.