diff --git a/.Rbuildignore b/.Rbuildignore index 6affa80..e8e6149 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -16,3 +16,5 @@ ^docs$ ^pkgdown$ ^CITATION\.cff$ + +^logo$ diff --git a/README.Rmd b/README.Rmd index 8840963..517b0f8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ knitr::opts_chunk$set( ) ``` -# geotargets +# geotargets geotargets website [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) @@ -191,3 +191,7 @@ Please note that the geotargets project is released with a [Contributor Code of ## A note on development `geotargets` is still undergoing development. We currently consider the extensions with `terra` maturing and approaching stability. We would love for people to use the package to kick the tyres. We are using it in our own work, but want users to know that the API could change in subtle or breaking ways. + +## Acknowledgements + +Logo design by Hubert Hałun at Appsilon. diff --git a/README.md b/README.md index 23c6552..47e927b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# geotargets +# geotargets geotargets website @@ -100,8 +100,8 @@ tar_dir({ # tar_dir() runs code from a temporary directory. x }) #> ▶ dispatched target terra_rast_example -#> ● completed target terra_rast_example [0.019 seconds] -#> ▶ ended pipeline [0.185 seconds] +#> ● completed target terra_rast_example [0.018 seconds] +#> ▶ ended pipeline [0.168 seconds] #> class : SpatRaster #> dimensions : 90, 95, 1 (nrow, ncol, nlyr) #> resolution : 0.008333333, 0.008333333 (x, y) @@ -139,8 +139,8 @@ tar_dir({ # tar_dir() runs code from a temporary directory. x }) #> ▶ dispatched target terra_vect_example -#> ● completed target terra_vect_example [0.034 seconds] -#> ▶ ended pipeline [0.173 seconds] +#> ● completed target terra_vect_example [0.037 seconds] +#> ▶ ended pipeline [0.183 seconds] #> class : SpatVector #> geometry : polygons #> dimensions : 12, 6 (geometries, attributes) @@ -187,11 +187,11 @@ tar_dir({ # tar_dir() runs code from a temporary directory. x }) #> ▶ dispatched target raster_elevs -#> ● completed target raster_elevs [0.112 seconds] +#> ● completed target raster_elevs [0.128 seconds] #> ▶ ended pipeline [0.266 seconds] #> Warning message: #> [rast] skipped sub-datasets (see 'describe(sds=TRUE)'): -#> /private/var/folders/wr/by_lst2d2fngf67mknmgf4340000gn/T/Rtmpr9sjXA/targets_1085a12a40d0c/_targets/scratch/raster_elevs +#> /private/var/folders/wr/by_lst2d2fngf67mknmgf4340000gn/T/RtmpjrYMSQ/targets_80c86866e24b/_targets/scratch/raster_elevs #> class : SpatRasterCollection #> length : 2 #> nrow : 90, 115 @@ -222,8 +222,8 @@ tar_dir({ # tar_dir() runs code from a temporary directory. x }) #> ▶ dispatched target test_stars -#> ● completed target test_stars [0.053 seconds] -#> ▶ ended pipeline [0.17 seconds] +#> ● completed target test_stars [0.031 seconds] +#> ▶ ended pipeline [0.139 seconds] #> Warning message: #> In CPL_write_gdal(mat, file, driver, options, type, dims, from, : #> GDAL Message 6: creation option '' is not formatted with the key=value format @@ -251,3 +251,7 @@ extensions with `terra` maturing and approaching stability. We would love for people to use the package to kick the tyres. We are using it in our own work, but want users to know that the API could change in subtle or breaking ways. + +## Acknowledgements + +Logo design by Hubert Hałun at Appsilon. diff --git a/logo/Geotarget_Hex.pdf b/logo/Geotarget_Hex.pdf new file mode 100644 index 0000000..3fcc557 Binary files /dev/null and b/logo/Geotarget_Hex.pdf differ diff --git a/logo/Geotarget_Hex.png b/logo/Geotarget_Hex.png new file mode 100644 index 0000000..b2fa681 Binary files /dev/null and b/logo/Geotarget_Hex.png differ diff --git a/logo/Geotarget_Hex.svg b/logo/Geotarget_Hex.svg new file mode 100644 index 0000000..ec5edca --- /dev/null +++ b/logo/Geotarget_Hex.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logo/Geotarget_Hex.webp b/logo/Geotarget_Hex.webp new file mode 100644 index 0000000..603507d Binary files /dev/null and b/logo/Geotarget_Hex.webp differ diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 0000000..fce241d Binary files /dev/null and b/man/figures/logo.png differ diff --git a/man/geotargets-package.Rd b/man/geotargets-package.Rd index 714dc5f..04dba95 100644 --- a/man/geotargets-package.Rd +++ b/man/geotargets-package.Rd @@ -6,6 +6,8 @@ \alias{geotargets-package} \title{geotargets: 'Targets' Extensions for Geospatial Formats} \description{ +\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} + Provides extensions for various geospatial file formats, such as shapefiles and rasters. Currently provides support for the 'terra' geospatial formats. See the vignettes for worked examples, demonstrations, and explanations of how to use the various package extensions. } \seealso{