There is a newer version of the record available.

Published January 9, 2025 | Version 0.14.2
Software Open

globalbioticinteractions/elton: 0.14.2

  • 1. @gitlabhq

Description

Features

  • support remote repositories for stream processing to facilitate review species interaction claims of large data corpora (e.g., GBIF, iDigBio) on regular hardware (e.g., a laptop) https://github.com/globalbioticinteractions/elton/issues/52 https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1030 fyi @seltmann @zodomel

Example 1. Extract all interaction claims found GIB (GBIF, iDigBio, BioCASe, see https://linker.bio#use-case-3-studying-pine-pests-caused-by-weevils-curculionoidea ) corpus as seen on 2024-04-01 and described by https://linker.bio/hash://sha256/37bdd8ddb12df4ee02978ca59b695afd651f94398c0fe2e1f8b182849a876bb2

GIB_VERSION=hash://sha256/37bdd8ddb12df4ee02978ca59b695afd651f94398c0fe2e1f8b182849a876bb2
CONTENT_REPO=https://linker.bio

preston cat --remote $CONTENT_REPO $GIB_VERSION --no-cache\
 | elton stream --data-dir data --remote $CONTENT_REPO --no-cache

Example 2. Review interaction claims found GIB (GBIF, iDigBio, BioCASe, see https://linker.bio#use-case-3-studying-pine-pests-caused-by-weevils-curculionoidea ) corpus as seen on 2024-04-01 and described by https://linker.bio/hash://sha256/37bdd8ddb12df4ee02978ca59b695afd651f94398c0fe2e1f8b182849a876bb2

GIB_VERSION=hash://sha256/37bdd8ddb12df4ee02978ca59b695afd651f94398c0fe2e1f8b182849a876bb2
CONTENT_REPO=https://linker.bio

preston cat --remote $CONTENT_REPO $GIB_VERSION --no-cache\
 | elton stream --data-dir data --remote $CONTENT_REPO --record-type review --no-cache

Note that both Example 1 and example 2 streams content provided by https://linker.bio . If you'd like to keep the content (>>GiB), remove the --no-cache option and you'll have a copy of a large corpus of biodiversity data available for reproducible offline processing after an initial "sync/pull" from https://linker.bio .

Improvements

  • upgrade to preston lib v0.10.3 https://github.com/globalbioticinteractions/elton/issues/52 https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1030

https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1030

Bugs

Files

globalbioticinteractions/elton-0.14.2.zip

Files (823.9 kB)

Name Size Download all
md5:24ce7032b09db3bf428738c62ff4e312
823.9 kB Preview Download

Additional details

Related works