Monthly climate data for locations in Nova Scotia with records longer than 80 years.

ns_climate

Format

A mudata object

Source

Environment Canada: http://climate.weather.gc.ca/

Examples

print(ns_climate)
#> A mudata object aligned along "date" #> distinct_datasets(): "ecclimate_monthly" #> distinct_locations(): "ANNAPOLIS ROYAL 6289", "BADDECK 6297" ... and 13 more #> distinct_params(): "dir_of_max_gust", "extr_max_temp" ... and 9 more #> src_tbls(): "data", "locations" ... and 3 more #> #> tbl_data() %>% head(): #> # A tibble: 6 x 7 #> dataset location param date value flag flag_text #> <chr> <chr> <chr> <date> <dbl> <chr> <chr> #> 1 ecclimate_month… SABLE ISLAND 64… mean_max_t… 1897-01-01 NA M Missing #> 2 ecclimate_month… SABLE ISLAND 64… mean_max_t… 1897-02-01 NA M Missing #> 3 ecclimate_month… SABLE ISLAND 64… mean_max_t… 1897-03-01 NA M Missing #> 4 ecclimate_month… SABLE ISLAND 64… mean_max_t… 1897-04-01 NA M Missing #> 5 ecclimate_month… SABLE ISLAND 64… mean_max_t… 1897-05-01 NA M Missing #> 6 ecclimate_month… SABLE ISLAND 64… mean_max_t… 1897-06-01 NA M Missing