-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi there! 👋
We're currently on an exciting project where we're attempting to pull some data from BIEN. Specifically, we're looking to run the following command to gather information on the Provence-Alpes-Côte d'Azur region in France:
france_plot <- BIEN_plot_state(country = "France", state = "Provence-Alpes-Côte d'Azur")
However, we've hit a bit of a snag. We encountered this error message:
There was a problem with the query. This is most often due to internet connection issues, but may also be due to other factors such as an outdated version of the package.
Finally, this code
france_plot <- BIEN_plot_country(country = "France") take a huge amount of time (1 hour still running) is it a server issue ?
We've double-checked our internet connection, which seems strong and stable, and we've also made sure that both the package and R are up to date.
Our goal is to delve deep into the Mediterranean region's biodiversity by extracting data on all species within the area, which means we're looking at a broader scope than just a single region in France.
Could you perhaps shed some light on how we might overcome this error? Any tips or suggestions would be greatly appreciated. We're all ears for any ideas or advice you might have to help us navigate through this!
Thanks a bunch! 🌿