idigbio-api-hackathon / HackathonCentral

Command center for iDigBio API Hackathon participants to share ideas, coordinate teams, develop projects and access all logistics information.
6 stars 1 forks source link

Darwin core archive ingest in R #18

Closed sckott closed 9 years ago

sckott commented 9 years ago

It was mentioned during the call today that the download API provides darwin core archives. I've been working on an R client for ingesting these https://github.com/ropensci/finch - would be good to harden this a bit and maybe import in the R client for easy open of files from the download API

mjcollin commented 9 years ago

The future download API will also support CSV and once the new system is done (July?) we'll get some kind of support for the download endpoint into the libraries. DwCA is much richer though and having that be the default download type and being supported in R would be great. The returned df could then match the df returned from search calls.

sckott commented 9 years ago

All sounds good.

sckott commented 9 years ago

decided not to work on this, closing