CRAN Release 0.2.2
rgeedim 0.2.2
-
Added
gd_install()
for installation of 'numpy', 'earthengine-api', and 'geedim' Python modules viareticulate::py_install()
or asystem()
call -
gd_bbox()
will now calculate a bounding box extent from one or more {terra}SpatRaster
,SpatRasterCollection
,SpatVector
,SpatVectorProxy
input (in addition to existing support forSpatExtent
)- Note that
gd_region()
allows for more complex boundary input viaSpatVector
or Well-Known Text (WKT) string
- Note that
-
Improved coercion interface for non-{terra} objects
- The following inputs are now converted to {terra} equivalents (or their extents) as needed: WKT string, Spatial* ({sp} package), Raster* & Extent ({raster} package), sf* and bbox ({sf} package). WKT strings and
SpatExtent
-like objects (Extent
,bbox
) are assumed to be in the"OGC:CRS84"
coordinate reference system.
- The following inputs are now converted to {terra} equivalents (or their extents) as needed: WKT string, Spatial* ({sp} package), Raster* & Extent ({raster} package), sf* and bbox ({sf} package). WKT strings and