inbo / riparias-prep

Preparatory scripts and data management for the RIPARIAS workflow
MIT License
0 stars 1 forks source link

Use wkt to limit gbif download #57

Open SanderDevisscher opened 1 year ago

SanderDevisscher commented 1 year ago

@jrhillae ik denk dat we de gbif download aanzienlijk kunnen versnellen verlichten door deze flow toe te passen:

wkt <- st_as_text(perimeter_shape)

occ_download(user = gbif_user,
                     pwd = gbif_pwd,
                     email = gbif_email,
                     pred_in("taxonKey", taxonkeys),
                     pred_within(wkt))