ropensci / neotoma

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

Get gpids and geographic names #58

Closed SimonGoring closed 11 years ago

SimonGoring commented 11 years ago

Search for gpid is annoying because it assumes you know the number for each of the geographical units, which most people don't. It would be great if the gpid detected whether a value was a number or a string. If it's a string then it searches in the gpid table, otherwise it just sends the number in.

SimonGoring commented 11 years ago

Resolved with commit e9601da.