Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenience function for downloading images #9

Merged
merged 5 commits into from
Sep 11, 2020
Merged

Conversation

notZaki
Copy link
Owner

@notZaki notZaki commented Sep 11, 2020

The steps needed to download were a bit cumbersome because tcia_images() downloads one zip file at a time which then has to be extracted.

The download_series() function has been added and it can download multiple series if they are in an appropriate dataframe or dictionary-array. It also unzips the downloaded files.

@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #9 into master will increase coverage by 1.62%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   94.02%   95.65%   +1.62%     
==========================================
  Files           1        2       +1     
  Lines          67       92      +25     
==========================================
+ Hits           63       88      +25     
  Misses          4        4              
Impacted Files Coverage Δ
src/CancerImagingArchive.jl 94.11% <ø> (+0.08%) ⬆️
src/download_series.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bf51f9...9f5dba4. Read the comment docs.

@notZaki notZaki merged commit 7d66b71 into master Sep 11, 2020
@notZaki notZaki deleted the download_series branch November 25, 2020 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant