Skip to content

Commit

Permalink
add acknowledgment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Sep 3, 2024
1 parent 35f589c commit 80cc7b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
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
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.164 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.04 seconds]
#> ▶ ended pipeline [0.189 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.127 seconds]
#> ▶ ended pipeline [0.262 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/Rtmpr3IgQV/targets_7e992b241941/_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.03 seconds]
#> ▶ ended pipeline [0.143 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.

0 comments on commit 80cc7b3

Please sign in to comment.