Skip to content

Commit

Permalink
Export Dataset to dict approximately following CF-JSON specification (#…
Browse files Browse the repository at this point in the history
…37)

* IImplement `Dataset.to_cf_dict` method to export CF-JSON dictionary. Add test. Update CHANGELOG.
  • Loading branch information
huard authored Feb 23, 2023
1 parent 9787131 commit 95d8414
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 29 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Implement `Dataset.rename_dataset_attribute`. By @huard
- Allow empty `Dataset` creation. By @huard
- Add support in `Dataset` for NcML documents using the `ncml` namespace. By @huard
- Implement `Dataset.to_cf_dict` method to export CF-JSON dictionary. By @huard.


0.1 Initial release (2022-11-24)
Expand Down
Loading

0 comments on commit 95d8414

Please sign in to comment.