lifewatch / eurobis

Loads data from EurOBIS into R and query on taxon, location and more
https://lifewatch.github.io/eurobis/
MIT License
1 stars 0 forks source link

Update eurobis package #12

Open salvafern opened 2 years ago

salvafern commented 2 years ago

An update of this package is planned for spring 2022.

The current way the package works is:

  1. via getEurobisData you can provide an aphiaid, mrgid, dasid and dates.
  2. An URL to geoserver using WFS is generated.
  3. If there are more than 20K records in the call, these are downloaded in batches (Very slow)
  4. The data are loaded into your R environment (this is loaded into memory, won't work with large amounts of data)
  5. A list of the datasets is provided together with the data, retrieved via IMIS.

In addition, there are functions to load the grids per species, which helps to visualize more quickly the distribution of the species: getEurobisGrid()

This GitHub issue lists the tasks that can be looked at:

LennertSchepers commented 2 years ago

Nice summary, thanks!

salvafern commented 2 years ago