Skip to content

peskas.timor.data.pipeline 0.3.0

Compare
Choose a tag to compare
@efcaguab efcaguab released this 05 Apr 23:41
· 555 commits to main since this release
7867a2d

New features

  • The preprocessing of East Timor landings is implemented in preprocess_landings()
  • Added pt_nest_attachments() to group all attachment columns into a nested column containing data frames.
  • Added pt_nest_species() to group all attachment columns into a nested column containing data frames.
  • Added cloud_object_name() as a complement to add_version() to return the latest or an specified version of an object in an storage location.
  • Added download_cloud_file() to download files from cloud storage providers.

Improvements

  • Now using cloud_storage_authenticate() to internally authenticate to cloud storage instead of authenticating separately in each cloud functionjj. This simplifies authentication and ensures authentication is not attempted when credentials have been already validated.