cboettig / neonstore

:package: A local content-based storage system for NEON data
https://cboettig.github.io/neonstore
Other
8 stars 5 forks source link

filters for index/store/read #2

Closed cboettig closed 4 years ago

cboettig commented 4 years ago

neon_index() should support filters on filename metadata, returning only files which include

These should be inherited by neon_store() and neon_read().

see: https://github.com/cboettig/neonstore/blob/master/notebook/read_with_file_metadata.R for current work-around using the low-level interface (neon_index()).

Thanks @rqthomas for this.

cboettig commented 4 years ago

done