Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Jul 1, 2024
1 parent cbf819b commit 90f0496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# cubble 0.3.1

* small fix on `group_by` with temporal cubble, reported from CRAN

# cubble 0.3.0

* new `make_cubble()` for constructing a cubble object from separate spatial & temporal components (replace `as_cubble(list(spatial = ..., temporal = ...))` syntax)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cb5match.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ match_temporal(

# Spatial matching

Now let's consider an example of matching water data from river gauges with precipitation. The [water level data]((http://www.bom.gov.au/metadata/catalogue/19115/ANZCW0503900528?template=full), collected by the Bureau of Meteorology, can be compared with the precipitation since rainfall can directly impact water level in river. Here is the location of available weather stations and water gauges in Victoria, Australia:
Now let's consider an example of matching water data from river gauges with precipitation. The [water level data](http://www.bom.gov.au/metadata/catalogue/19115/ANZCW0503900528?template=full), collected by the Bureau of Meteorology, can be compared with the precipitation since rainfall can directly impact water level in river. Here is the location of available weather stations and water gauges in Victoria, Australia:

```{r echo = FALSE}
river <- cubble::river |> mutate(type = "river") |> rename(id = station)
Expand Down

0 comments on commit 90f0496

Please sign in to comment.