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

add stackByTable option to use neonstore archive #99

Closed cklunch closed 3 years ago

cklunch commented 4 years ago

Describe the solution you'd like

neonstore is a package in development to provide provenance tracking of downloaded NEON files. It would be helpful to have a stacking option that pulls from the archived store of files, leaving them intact.

Describe alternatives you've considered

neonstore currently has its own stacking function, but it's missing some of the features available in neonUtilities.

cklunch commented 3 years ago

stackFromStore() included in v1.3.8, now on CRAN. Instructional materials for using it still needed.