stilt.observations.read_tccon#
- stilt.observations.read_tccon(path, species='xco2', *, time_range=None)[source]#
Read a TCCON GGG2020 public file into a table of soundings.
Works on the
*.public.ncand*.public.qc.ncsite files from CaltechDATA. These are GGG2020 netCDF files with the kernels already expanded per spectrum, so this isread_ggg_netcdf()under the network’s name; see it for the columns.speciesis the column variable to read:xco2,xch4,xco,xn2oorxh2o.time_rangekeeps only the spectra between two times, which a multi-year site file needs.