metajam
metajam copied to clipboard
Bringing data and metadata togetheR
We have now these two new cases, where: - `DataTable` is not required to have attribute level metadata (see #106 for more) - `OtherEntity` can have attribute level metadata (see...
Hi! Great work on the package. I'm trying it out ahead of this year's [EDI Hackathon](https://github.com/IMCR-Hackathon/Hackathon-Central-2019) where we'll develop a tool to auto generate visualizations from data+metadata. This is such...
Dereck mentioned this. Sounds like a great idea.
Matt suggested to bundle what download and read currently do into one function Another approach could be to add a smarter caching to read_d1_file to check if the file is...
Need to talk to Matt more about how we could do that via the DataONE API This will allow the read function to select which function to be use to...
Currently, because of the way the data URL for dryad is constructed, it doesn't work with our function. `check_version` ends up looking for nonsensical results because it keeps chunking the...
The function is generating an error at the last item saying the last object already exists (which is correct it has been downloaded), like if the function was trying to...
It takes a long time to download the files Profile the function