You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(spocc)
wkt<-'POLYGON((-98.9 44.2,-89.1 36.6,-116.7 37.5,-102.5 39.6,-98.9 44.2))'
occ(from="idigbio", geometry=wkt, limit=10)
#> Searched: idigbio#> Occurrences - Found: 0, Returned: 0#> Search type: Geometry#> Warning message:#> In foo_idigbio(sources, x, y, s, z, hc, w, idigbioopts) : HTTP failure: 400#> Error message from API server: {"error":"Terms not found in index for type records","statusCode":400,"name":"TermNotFoundError","terms":["min_x","min_y","max_x","max_y"]}
see https://github.com/idigbio/idigbio-search-api/wiki/Query-Format#geographic-point-fields
need to change to doing
The text was updated successfully, but these errors were encountered: