diff --git a/404.html b/404.html index 74ba84d..2627f1e 100644 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@
diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index a59a63e..67ecd0b 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index ff6a711..2954542 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/LICENSE.html b/LICENSE.html index 89e0464..3cfe123 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -17,7 +17,7 @@ diff --git a/authors.html b/authors.html index f221629..73608f0 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -61,13 +61,13 @@Sumner M (2024). ximage: Draw Images of Raster Data and Related Adornments. -R package version 0.0.0.9011. +R package version 0.0.0.9012.
@Manual{, title = {ximage: Draw Images of Raster Data and Related Adornments}, author = {Michael D. Sumner}, year = {2024}, - note = {R package version 0.0.0.9011}, + note = {R package version 0.0.0.9012}, }diff --git a/index.html b/index.html index 6e43140..2deb7a0 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ @@ -116,20 +116,20 @@
#> user system elapsed
-#> 0.006 0.000 0.006
-
-
-## crank up the size it's still fast
-<- px * 4
- px <- gdal_raster_nara(virtual_earth, target_ext = c(-1, 1, -1, 1) * 3e5, target_dim = px, target_crs = "+proj=laea +lon_0=147 +lat_0=-42")
- im #> Byte
-#> 1
-
-system.time(ximage(im, asp = 1))
#> user system elapsed
+#> 0.006 0.000 0.006
+
+
+## crank up the size it's still fast
+px <- px * 4
+im <- gdal_raster_nara(virtual_earth, target_ext = c(-1, 1, -1, 1) * 3e5, target_dim = px, target_crs = "+proj=laea +lon_0=147 +lat_0=-42")
+#> Byte
+#> 1
+
+system.time(ximage(im, asp = 1))
#> user system elapsed
-#> 0.126 0.032 0.159