Skip to content

CRAN Release 0.2.5

Compare
Choose a tag to compare
@brownag brownag released this 17 Aug 15:36
· 22 commits to main since this release

rgeedim 0.2.5

  • Update example for gd_enum_names()

  • Fix different value storage in gd_enum_elements() (required for reticulate >= 1.29)

  • Update examples in /misc folder: https://github.com/brownag/rgeedim/tree/main/misc

    • Add new example using gd_export() and the Earth Engine API directly via earthengine()
  • Add gd_region_to_vect() an inverse method for gd_bbox()/gd_region() that creates a 'terra' SpatVector from a GeoJSON-like list

  • Add gd_list_assets() a helper function for listing the assets associated with a particular Earth Engine project.

  • reticulate::configure_environment() is no longer called on load, this is a precaution to avoid unintended impacts from the automatic routine installing on CRAN or similar.

What's Changed

Full Changelog: 0.2.4...0.2.5