NEONScience / NEON-utilities

Utilities and scripts for working with NEON data. Currently: an R package with functions to join (stack) the month-by-site files in downloaded NEON data, to convert data to geoCSV format, and to download data from the API.
GNU Affero General Public License v3.0
57 stars 36 forks source link

Resolved Issue 25 #83

Closed NateMietk closed 4 years ago

NateMietk commented 4 years ago

update zipsByProduct() to regenerate url list if one expires during downloads. Created a getZipUrls function by moving what was previously lines 172-319 out of the zipsByProduct function

cklunch commented 4 years ago

@NateMietk This is low priority, since download times are rarely a problem in IS and OS. I'll review this once we've resolved the code changes in the AOP download functions.

NateMietk commented 4 years ago

@cklunch All set! Please review

NateMietk commented 4 years ago

@cklunch fixed

NateMietk commented 4 years ago

@cklunch fully working and tested.

NateMietk commented 4 years ago

@cklunch moved to stand-alone script.

cklunch commented 4 years ago

@NateMietk Thanks, looks good!