ropensci / EDIutils

An API Client for the Environmental Data Initiative Repository
https://docs.ropensci.org/EDIutils/
Other
10 stars 2 forks source link

Return entity identifiers when supported #9

Closed clnsmth closed 2 years ago

clnsmth commented 5 years ago

The order of results returned from the PASTA+ API are not guaranteed among calls to the same method. To link between entity attributes (e.g. name, size, etc.) the entity identifier must be used as a key, but is not currently returned by the EDIutils api* functions. This needs to be fixed.

clnsmth commented 5 years ago

A solution is underway at branch fix_9.

clnsmth commented 4 years ago

This issue has been fixed in PASTA+ code. But the best practice described above should still be implemented in EDIutils.

clnsmth commented 2 years ago

Done