Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package logo #91

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
^docs$
^pkgdown$
^CITATION\.cff$

^logo$
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# geotargets
# geotargets <a href="https://njtierney.github.io/geotargets/"><img src="man/figures/logo.svg" alt="geotargets website" align="right" height="139"/></a>

<!-- badges: start -->
[![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)
Expand Down Expand Up @@ -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.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# geotargets
# geotargets <a href="https://njtierney.github.io/geotargets/"><img src="man/figures/logo.svg" alt="geotargets website" align="right" height="139"/></a>

<!-- badges: start -->

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Binary file added logo/Geotarget_Hex.pdf
Binary file not shown.
Binary file added logo/Geotarget_Hex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions logo/Geotarget_Hex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/Geotarget_Hex.webp
Binary file not shown.
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions man/geotargets-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading