cboettig / neonstore

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

should neon_index() include additional fields to filter by? #11

Closed cboettig closed 4 years ago

cboettig commented 4 years ago

neon_index() should almost surely gain a pubDate or timestamp filter (this refers to the date the data product was published, not the date it was collected, and is most useful for identifying updated versions of products).

It may need additional filters as well to support some AOP products. Currently neon_filename_parser() identifies some 29 different metadata fields in filenames (mostly AOP fields), but neon_index() displays only 7 (really 9 since product is technically three fields).

cboettig commented 4 years ago

neon_index has timestamp.

cboettig commented 4 years ago

added the sensor fields verticalPosition horizontalPosition and samplingInterval