Closed UnwashedMeme closed 7 years ago
Passing on additional clarification from user:
Happy Holidays! In working with a couple datasets from iDigBio, I've discovered that it would be helpful to be able to input a list of GUIDs and get out the images associated with them. This would be useful for when I need to code label data (e.g., date) that the data provider did not include in the dwc fields.
Just a thought from someone working with the data! Thanks, as always, for your work. ~Katie
Given the amount of user-preference built into the workflow of downloading media, it did not feel right to me to try to put that functionality into the core client itself.
I implemented this requested feature by writing scripts and documentation in examples/fetch_media.
fetch_media.py can do most of the above.
released in v0.8.4. bf4a3670273425401feee7160c51aafa376e6f69
Closing.
Request coming out of idigBio Summit VI is for a way to download large segments of media images for local review/processing.
Desired Workflow
{webview, fullsize, thumbnail}
; default:webview
{mediarecord_uuid}-{size}.jpg
Work to be done: