Skip to content

Commit

Permalink
Merge pull request #18 from harphub/develop
Browse files Browse the repository at this point in the history
Merge develop
  • Loading branch information
andrew-MET authored Feb 2, 2024
2 parents d67b9ac + 1ac74b3 commit 4ee5526
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 7 deletions.
16 changes: 9 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: harp
Title: harp
Version: 0.2.1
Version: 0.2.2
Authors@R: as.person(c(
"Andrew Singleton <[email protected]> [aut, cre]",
"Alex Deckmyn <[email protected]> [aut]"
Expand All @@ -10,14 +10,16 @@ License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Depends:
harpIO (>= 0.2.1),
harpPoint (>= 0.2.0),
harpVis (>= 0.2.1),
harpCore (>= 0.2.2),
harpIO (>= 0.2.2),
harpPoint (>= 0.2.1),
harpVis (>= 0.2.2),
harpSpatial
Remotes:
harphub/[email protected],
harphub/[email protected],
harphub/[email protected],
harphub/[email protected],
harphub/[email protected],
harphub/[email protected],
harphub/[email protected],
harphub/harpSpatial
URL: https://github.com/harphub/harp
BugReports: https://github.com/harphub/harp/issues
Expand Down
33 changes: 33 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# harp v0.2.2

* Hotfixes for harpCore, harpIO, harpPoint and harpVis

## harpCore

* `define_domain()` has been improved so that it can take a _proj_ string,
e.g. `"+proj=lcc +lon_0=15 +lat_0=63.3 +lat_1=63.3 +lat_2=63.3 +R=6371000"` as
the `proj` argument.

* `geo_reproject()` has been added to enable data frames with latitude and
longitude columns to be expressed in projection coordinates.

## harpIO

* New parameters added to OBSOUL reading.

* Partial fix of bug that resulted in errors when extracting domain information
from WRF output files - care should be taken when reading data from WRF files
as this is not fully tested.

## harpPoint

* Fixed a bug that caused errors in `check_obs_against_fcst()` for deterministic
forecasts

* Fixed bug that meant `lag_forecast()` and `shift_forecast()` did not accept
the harp >= v0.2.0 column naming convention

# harpVis

* added defaults for shinyOptions() in the point verification Shiny app

# harp v0.2.1

* Hotfixes for harpCore, harpIO and harpVis
Expand Down

0 comments on commit 4ee5526

Please sign in to comment.