Releases: njtierney/geotargets
Releases · njtierney/geotargets
geotargets 0.2.0
- Created
tar_stars()
andtar_stars_proxy()
that createstars
andstars_proxy
objects, respectively. - Created
tar_terra_tiles()
, a "target factory" for splitting a raster into multiple tiles with dynamic branching (#69). - Created two helper functions for use in
tar_terra_tiles()
:tile_grid()
,tile_n()
, andtile_blocksize()
(#69, #86, #87, #89). - Created utility function
set_window()
mostly for internal use withintar_terra_tiles()
. - Removes the
iteration
argument from alltar_*()
functions.iteration
now hard-coded as"list"
since it is the only option that works (for now at least). - Added the
description
argument to alltar_*()
functions which is passed totar_target()
. - Suppressed the warning "[rast] skipped sub-datasets" from
tar_terra_sprc()
, which is misleading in this context (#92, #104). - Requires GDAL 3.1 or greater to use "ESRI Shapefile" driver in
tar_terra_vect()
(#71, #97) geotargets
now requirestargets
version 1.8.0 or highertar_terra_rast()
gains apreserve_metadata
option that when set to"zip"
reads/writes targets as zip archives that include aux.json "sidecar" files sometimes written byterra
(#58)terra
(>= 1.7.71),withr
(>= 3.0.0), andzip
are now required dependencies ofgeotargets
(moved fromSuggests
toImports
)
geotargets 0.1.0
- Created
tar_terra_rast()
andtar_terra_vect()
for targets that createSpatRaster
andSpatVector
objects, respectively - Created
tar_terra_sprc()
that creates aSpatRasterCollection
object. geotargets_options_get()
andgeotargets_options_set()
can be used to set and get options specific togeotargets
.geotargets
now requirestargets
version 1.7.0 or higher- fixed a bug where
resources
supplied totar_terra_*()
were being ignored (#66)