CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
ccres_weather_station/__init__.py
ccres_weather_station/ccres_weather_station.py
ccres_weather_station/logger.py
ccres_weather_station/types.py
ccres_weather_station.egg-info/PKG-INFO
ccres_weather_station.egg-info/SOURCES.txt
ccres_weather_station.egg-info/dependency_links.txt
ccres_weather_station.egg-info/entry_points.txt
ccres_weather_station.egg-info/not-zip-safe
ccres_weather_station.egg-info/requires.txt
ccres_weather_station.egg-info/top_level.txt
ccres_weather_station/bounders/apply_bounds.py
ccres_weather_station/cli/cli.py
ccres_weather_station/config/config.py
ccres_weather_station/readers/__init__.py
ccres_weather_station/readers/base.py
ccres_weather_station/readers/constants.py
ccres_weather_station/readers/register.py
ccres_weather_station/readers/sirta.py
ccres_weather_station/writers/write.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.md
docs/source/api_documentation/bounds.md
docs/source/api_documentation/cli.md
docs/source/api_documentation/config.md
docs/source/api_documentation/index.md
docs/source/api_documentation/readers.md
docs/source/api_documentation/writers.md
docs/source/assets/actris_logo.png
docs/source/assets/logo-actris-gray.png
docs/source/assets/logo-actris-white.png
docs/source/assets/logo_actris_ccress.png
docs/source/developper_guide/index.md
docs/source/get-started/index.md
docs/source/how_to/index.md
tests/__init__.py
tests/config/test_config.py
tests/data/config_files/custom.toml
tests/data/config_files/default.toml
tests/data/config_files/no_attrs.toml
tests/data/config_files/no_coord_name.toml
tests/data/config_files/no_coords.toml
tests/data/config_files/no_var_name.toml
tests/data/config_files/no_vars.toml
tests/data/outputs/.placeholder
tests/data/sirta/meteoairsol_1a_Lz1NairF1minPtuvPrain_v01_20201010_000000_1440.asc
tests/e2e/test_cli_help.py
tests/e2e/test_cli_sirta.py
tests/logger/test_logger.py
tests/readers/test_register.py
tests/readers/test_sirta.py
tests/writers/test_automatic_attributes.py
tests/writers/test_config_writer.py
tests/writers/test_write_nc.py