.gitignore
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/pypi.yml
.github/workflows/pytest.yaml
netcdf2csv/README.md
netcdf2csv/netcdf2csv.ipynb
netcdf2csv/netcdf2csv.py
netcdf2csv/__pycache__/netcdf2csv.cpython-39.pyc
netcdf2csv/data/morro.buoy_z06-waves.a1.20201201.000000.nc
netcdf2csv/data/morro.buoy_z06-waves.a1.20201201.attrs.csv
netcdf2csv/data/morro.buoy_z06-waves.a1.20201201.hdr.csv
netcdf2csv/data/morro.buoy_z06-waves.a1.20201201.time.1d.csv
src/tools/__init__.py
src/tools/_version.py
src/tools/data2yaml.py
src/tools/main.py
src/tools/py.typed
src/tools/utils.py
src/tools/excel2yaml/__init__.py
src/tools/excel2yaml/cli.py
src/tools/excel2yaml/dataset_metadata.py
src/tools/excel2yaml/dependent_variable.py
src/tools/excel2yaml/get_dataset_config.py
src/tools/excel2yaml/get_retriever_config.py
src/tools/excel2yaml/independent_variable.py
src/tools/excel2yaml/ruamel_styles.py
src/tools/excel2yaml/template.xlsx
src/tools/excel2yaml/time_variable.py
src/tools/excel2yaml/write_yaml.py
src/tsdat_tools.egg-info/PKG-INFO
src/tsdat_tools.egg-info/SOURCES.txt
src/tsdat_tools.egg-info/dependency_links.txt
src/tsdat_tools.egg-info/entry_points.txt
src/tsdat_tools.egg-info/requires.txt
src/tsdat_tools.egg-info/top_level.txt
test/excel2yaml/test_excel2yaml.py
test/excel2yaml/data/dataset.yaml
test/excel2yaml/data/retriever.yaml