Skip to content

Commit

Permalink
Merge pull request #64 from kthyng/changes_hfradar
Browse files Browse the repository at this point in the history
Cchanges to be able to handle HF Radar
  • Loading branch information
kthyng authored Nov 27, 2023
2 parents 0fc41ae + 787ec83 commit 7049d4e
Show file tree
Hide file tree
Showing 28 changed files with 1,448 additions and 499 deletions.
2 changes: 2 additions & 0 deletions ci/environment-py3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.10
############## These will have to be adjusted to your specific project
# - cf_pandas
- cartopy
- cf_xarray
- cmocean
- datetimerange
Expand All @@ -25,6 +26,7 @@ dependencies:
- intake-erddap
- intake>=0.7.0
- nested-lookup
- xesmf
- xroms # github actions won't find on conda-forge
##############
- pytest
Expand Down
2 changes: 2 additions & 0 deletions ci/environment-py3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.11
############## These will have to be adjusted to your specific project
# - cf_pandas
- cartopy
- cf_xarray
- cmocean
- datetimerange
Expand All @@ -26,6 +27,7 @@ dependencies:
- intake-erddap
- intake>=0.7.0
- nested-lookup
- xesmf
- xroms # github actions won't find on conda-forge
- pytest
- pip:
Expand Down
2 changes: 2 additions & 0 deletions ci/environment-py3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.9
############## These will have to be adjusted to your specific project
# - cf_pandas
- cartopy
- cf_xarray
- cmocean
- datetimerange
Expand All @@ -26,6 +27,7 @@ dependencies:
- intake-erddap
- intake
- nested-lookup
- xesmf
- xroms # github actions won't find on conda-forge
- pytest
- pip:
Expand Down
3 changes: 3 additions & 0 deletions docs/whats_new.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# What's New

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

## v1.1.0 (October 13, 2023)
* Continuing to improve functionality of flags to be able to control how model output is extracted
* making code more robust to different use cases
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
# Examples (remove and add as needed)
- aiohttp
# - cf_pandas
- cartopy
- cf_xarray
- cmocean
- datetimerange
Expand Down
Loading

0 comments on commit 7049d4e

Please sign in to comment.