diff --git a/articles/nasa-firms.html b/articles/nasa-firms.html index 11c463ac..4783bfab 100644 --- a/articles/nasa-firms.html +++ b/articles/nasa-firms.html @@ -418,8 +418,8 @@

Kernel-based intensity estimation) control <- par3dinterpControl(spin3d(axis = c(0, 0, 1)), 0, 12, steps = 40) rglwidget() %>% playwidget(control, step = 0.01, loop = TRUE, rate = 0.5) -
- +
+ diff --git a/articles/nasa-firms_files/figure-html/fire-density-1.png b/articles/nasa-firms_files/figure-html/fire-density-1.png index f0e2894b..f2ab9ff4 100644 Binary files a/articles/nasa-firms_files/figure-html/fire-density-1.png and b/articles/nasa-firms_files/figure-html/fire-density-1.png differ diff --git a/articles/output-wide.html b/articles/output-wide.html index 54bde6b9..92ef64ef 100644 --- a/articles/output-wide.html +++ b/articles/output-wide.html @@ -292,8 +292,8 @@

The simple case - single-row in without the geospatial information:

 st_write(port_wide_1, dsn = tempfile(fileext = ".gpkg"))
-#> Writing layer `file25642b30d61' to data source 
-#>   `/tmp/RtmpxMrDdG/file25642b30d61.gpkg' using driver `GPKG'
+#> Writing layer `file2570197e11ec' to data source 
+#>   `/tmp/Rtmp98Mbv1/file2570197e11ec.gpkg' using driver `GPKG'
 #> Writing 9 features with 3 fields and geometry type Polygon.
 write.csv(st_drop_geometry(port_wide_1), file = tempfile(fileext = ".csv"))
@@ -433,8 +433,8 @@

The harder case - in information altogether and dump the data into a csv.

 st_write(port_wide_3, dsn = tempfile(fileext = ".gpkg"))
-#> Writing layer `file256458869a79' to data source 
-#>   `/tmp/RtmpxMrDdG/file256458869a79.gpkg' using driver `GPKG'
+#> Writing layer `file25706f827769' to data source 
+#>   `/tmp/Rtmp98Mbv1/file25706f827769.gpkg' using driver `GPKG'
 #> Writing 9 features with 13 fields and geometry type Polygon.
 write.csv(st_drop_geometry(port_wide_3), file = tempfile(fileext = ".csv"))
diff --git a/articles/quickstart.html b/articles/quickstart.html index 8ca3bf1f..c7ebcb87 100644 --- a/articles/quickstart.html +++ b/articles/quickstart.html @@ -493,9 +493,9 @@

Exporting an portfolio object= tmp_output ) #> Writing layer `metadata' to data source -#> `/tmp/RtmpzkNePL/file259e54065455.gpkg' using driver `GPKG' +#> `/tmp/Rtmp7LZx9T/file25a96cf320ab.gpkg' using driver `GPKG' #> Writing 20 features with 2 fields and geometry type Polygon. -#> Updating layer `landcover' to data source `/tmp/RtmpzkNePL/file259e54065455.gpkg' using driver `GPKG' +#> Updating layer `landcover' to data source `/tmp/Rtmp7LZx9T/file25a96cf320ab.gpkg' using driver `GPKG' #> Writing 138 features with 5 fields without geometries. (portfolio_from_disk <- read_portfolio(tmp_output)) #> Simple feature collection with 20 features and 3 fields diff --git a/articles/workflow.html b/articles/workflow.html index d769b8ee..3ed1e834 100644 --- a/articles/workflow.html +++ b/articles/workflow.html @@ -98,7 +98,7 @@

Darius A. Görgen

Last modified: -2023-11-25

+2023-11-26 Source: vignettes/workflow.Rmd
workflow.Rmd
@@ -123,8 +123,8 @@

Last modified:
  • you can export the portfolio as a GeoPackage to share with others or use it with other Geo-spatial software (e.g. QGIS)
  • -
    -