Damiano Oldoni
Damiano Oldoni
I am not sure what I am writing now is related to this issue, but I run R on a Windows machine and while trying to reproduce the example in...
Hi @16EAGLE, I got same question by a marine biologist (@PieterjanVerhelst). It would be nice to add bathymetry maps, indeed. Google Earth could be a more general solutions. Specific bathymetry...
Sorry for late reply. Typically I need to retrieve extension information such as distribution, description and species profile for thousands of taxa in several species checklists (no occurrences involved!). For...
Any update about this issue? Making this improvement would really be beneficial for better code and compatibility with leaflet syntax.
yes, @sckott . Actually It totally slipped my mind. Indeed, the query posted by @stijnvanhoey is similar to the query sent via rgbif. An example in R here below: ```r...
I test is again to be completely sure. Yes, documentation should be improved as well. I can give a try.
I found that this doesn't work: ```python gbif_query = GbifDownload(xxxxxxx, xxxxxxxxx) # user name and pwd gbif_query.add_iterative_predicate('basisOfRecord', ['LITERATURE', 'HUMAN_OBSERVATION']) gbif_query.add_iterative_predicate('taxonKey', [1898286, 1894840]) gbif_query.add_predicate('hasCoordinate', 'TRUE', predicate_type='equals') gbif_query.post_download(xxxxxxx, xxxxxxxxx) # user name...
Thanks @sckott . Just back from two weeks holidays and I don't see time to do it even. Still, available for review. So, ping me if needed.
Hi all! leaflet package is great. Adding this functionality would be great. Thanks.
I think httr2 is still an option because it handles errors way more nicely van httr. See example in https://httr2.r-lib.org/articles/wrapping-apis.html#errors which I think could be useful in our case.