Skip to content

CRAN Release 0.2.2

Compare
Choose a tag to compare
@brownag brownag released this 29 Mar 23:52
· 60 commits to main since this release

rgeedim 0.2.2

  • Added gd_install() for installation of 'numpy', 'earthengine-api', and 'geedim' Python modules via reticulate::py_install() or a system() 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 for SpatExtent)

    • Note that gd_region() allows for more complex boundary input via SpatVector or Well-Known Text (WKT) string
  • 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.