diff --git a/docs/articles/geometry.html b/docs/articles/geometry.html index 6cc80ce..2855acf 100644 --- a/docs/articles/geometry.html +++ b/docs/articles/geometry.html @@ -146,7 +146,7 @@
Now the NetCDF file looks like:
-#> netcdf file70e824c983 {
+#> netcdf file7c48596274b7 {
#> dimensions:
#> maxStrlen64 = 64 ;
#> station = 2 ;
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 66f0753..817005e 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -5,5 +5,5 @@ articles:
geometry: geometry.html
ncdfgeom: ncdfgeom.html
timeseries: timeseries.html
-last_built: 2023-11-14T15:21Z
+last_built: 2023-11-14T16:35Z
diff --git a/docs/reference/calculate_area_intersection_weights.html b/docs/reference/calculate_area_intersection_weights.html
index 887d837..a1d7fa3 100644
--- a/docs/reference/calculate_area_intersection_weights.html
+++ b/docs/reference/calculate_area_intersection_weights.html
@@ -78,7 +78,7 @@ Area Weighted Intersection (areal implementation)
mean overlay analysis where x is the data source and area-
weighted means are being generated for the target, y.
This function is a lightwieght wrapper around the functions
-aw_intersect aw_total and aw_weight
+aw_intersect aw_total and aw_weight
from the areal package.
@@ -138,11 +138,7 @@ Examples
sf::st_agr(a) <- sf::st_agr(b) <- "constant"
a_b <- calculate_area_intersection_weights(a, b)
-#> Loading required namespace: areal
-#> Error in calculate_area_intersection_weights(a, b): areal package required for intersection weights
b_a <- calculate_area_intersection_weights(b, a)
-#> Loading required namespace: areal
-#> Error in calculate_area_intersection_weights(b, a): areal package required for intersection weights
diff --git a/docs/reference/write_attribute_data.html b/docs/reference/write_attribute_data.html
index 235c068..baf0c0c 100644
--- a/docs/reference/write_attribute_data.html
+++ b/docs/reference/write_attribute_data.html
@@ -122,7 +122,7 @@ Examples
ncdump <- system(paste("ncdump -h", example_file), intern = TRUE)
cat(ncdump ,sep = "\n")
}, silent = TRUE)
-#> netcdf file40f02c2c5b95 {
+#> netcdf file5b6c4ed15939 {
#> dimensions:
#> instance = 100 ;
#> char = 12 ;
diff --git a/docs/reference/write_geometry.html b/docs/reference/write_geometry.html
index 7f95fae..1516bb6 100644
--- a/docs/reference/write_geometry.html
+++ b/docs/reference/write_geometry.html
@@ -121,7 +121,7 @@ Examples
ncdump <- system(paste("ncdump -h", hucPolygons_nc), intern = TRUE)
cat(ncdump ,sep = "\n")
}, silent = TRUE)
-#> netcdf file40f06f5acdd {
+#> netcdf file5b6c7d7972d8 {
#> dimensions:
#> instance = 2 ;
#> char = 38 ;