ropensci / smapr

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

Add verbose argument to download_smap() #44

Closed mbjoseph closed 6 years ago

mbjoseph commented 6 years ago

@ldecicco-USGS suggests adding some message that indicates when files are downloading so users know that things are happening (https://github.com/ropensci/onboarding/issues/231). This will be particularly useful if people are downloading many large files over a slow connection.

The easiest way to do this would be to add a verbose argument to download_smap that optionally prints which files are being downloaded when.