Skip to content

Commit

Permalink
Merge pull request #65 from kthyng/main
Browse files Browse the repository at this point in the history
small docs updates
  • Loading branch information
kthyng authored Nov 27, 2023
2 parents 7049d4e + dea3b85 commit 4fe262e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ Next steps:
* Handle units (right now assumes units are the same in model and datasets and match what is input with `vocab_labels` for labels on plots)
* Handle time zones. Currently assumes everything in UTC. Removes timezones if present.
* Make dataset handling more flexible such that if a dataset featuretype is amenable, don't require T, Z, lon, or lat to be in separate columns. Currently all are required but in the future e.g. a `timeSeries` dataset could only have the depth defined in the catalog metadata since it doesn't vary.
* add functions to test_plot.py to test scatter and pcolormesh
* expand docs to show other model-data comparison examples, possibly using synthetic data
2 changes: 1 addition & 1 deletion docs/whats_new.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What's New

## v1.2.0 (November 6, 2023)
## v1.2.0 (November 27, 2023)
* Added capability for running HF Radar as quiver plot, over time or single time.

## v1.1.0 (October 13, 2023)
Expand Down

0 comments on commit 4fe262e

Please sign in to comment.