ropensci / smapr

An R package for acquisition and processing of NASA SMAP data
https://docs.ropensci.org/smapr
79 stars 25 forks source link

Adding verbose argument to download_smap() #45

Closed mbjoseph closed 6 years ago

mbjoseph commented 6 years ago

This adds an argument to download_smap() that prints which files are being downloaded, to reassure users that things are really happening.

Also, this includes an unrelated improvement to the documentation for find_smap() that points users to the "Details" section for a list of data set ids that are supported by smapr.

Solves #44

codecov-io commented 6 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   98.14%   98.16%   +0.02%     
==========================================
  Files           5        5              
  Lines         270      273       +3     
==========================================
+ Hits          265      268       +3     
  Misses          5        5
Impacted Files Coverage Δ
R/find_smap.R 97.56% <ø> (ø) :arrow_up:
R/download_smap.R 100% <100%> (ø) :arrow_up:

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 499d954...3b68bf5. Read the comment docs.