GEUS-Glaciology-and-Climate / GC-Net-level-1-data-processing

This repository contains scripts used to flag, adjust and interpolate GC-Net data
GNU General Public License v3.0
7 stars 3 forks source link

Do we need to print L0N to file? #83

Closed BaptisteVandecrux closed 2 years ago

BaptisteVandecrux commented 2 years ago

Can we have instead have only the L0M with in the header:

From date1 to date2, data from C level files (J. Box version)
From date2 to date3, data from C level files (K. Steffen version)
From date4 to date5, data from data logger
From date6 to date7, data from satellite transmission
# On date8 decommission of the station

Would be more space efficient and the file header would be more informative. Possibly we could then make a L1 filtering pipeline just for the transmitted data.

@houtzd @jasonebox would you be fine with that?