USGS-CMG / stglib

Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data
Other
16 stars 13 forks source link

drop_vars functionality in other instruments? #151

Closed rallen-usgs closed 10 months ago

rallen-usgs commented 10 months ago

The EXO seems to have the ability to remove outputs from the final nc file, via the "drop_vars" keyword in the config file: https://stglib.readthedocs.io/en/latest/config.html#exo

Could that function be added to other instruments? Specifically, I'd like to output a vector file that does not include velocities - we used the vector simply to log data from an external sensor (the LISST-ABS), so we want the AnalogInput field, but not the velocities.

dnowacki-usgs commented 10 months ago

See PR #152