Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-MET committed Feb 2, 2024
1 parent 27a6a82 commit 2a2937c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# harpCore 0.2.2

* Hotfix release that improves `define_domain()` and adds `geo_reproject()`
* `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.


# harpCore 0.2.1

* Hotfix release that adds functionality to generate time sequences with
`seq_secs()`, `seq_mins()`, `seq_hours()` and `seq_days()`

# harpCore 0.2.0

* Initial version. Tagged v0.2.0 for consistency with versioning of existing
Expand Down

0 comments on commit 2a2937c

Please sign in to comment.