ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

GPIDs not registering. #175

Closed SimonGoring closed 9 years ago

SimonGoring commented 9 years ago

From user bug note:

s = get_site(gpid='Canada')

Returns an error:

Error in match(x = gpid, table = gp.table$GeoPoliticalName) :  object 'gpid' not found
SimonGoring commented 9 years ago

This issue (on the R side) is fixed in commit 1a601eb7dedc5b4570e7b7f2e74ac19693ceb216. There remains a server-side error relating to searches for gpid alone.

NOTE: The command get_site(gpid='Canada') does work, the server side error comes from get_dataset(gpid='Canada').