.coveragerc
.gitignore
.gitmodules
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/ismn_frm.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
docs/examples/doc_environment.yml
docs/examples/images_to_timeseries.ipynb
docs/examples/legend.png
docs/examples/spatial_averaging.ipynb
docs/examples/timeseries_user_upload.ipynb
docs/examples/.ipynb_checkpoints/spatial_averaging-checkpoint.ipynb
docs/imgs/frm_qi_v1.png
src/qa4sm_preprocessing/__init__.py
src/qa4sm_preprocessing/ismn_grid.nc
src/qa4sm_preprocessing/utils.py
src/qa4sm_preprocessing.egg-info/PKG-INFO
src/qa4sm_preprocessing.egg-info/SOURCES.txt
src/qa4sm_preprocessing.egg-info/dependency_links.txt
src/qa4sm_preprocessing.egg-info/entry_points.txt
src/qa4sm_preprocessing.egg-info/not-zip-safe
src/qa4sm_preprocessing.egg-info/requires.txt
src/qa4sm_preprocessing.egg-info/top_level.txt
src/qa4sm_preprocessing/cgls_hr_ssm_swi/__init__.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/reader.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/reshuffle.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/s1cgls_nc.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/utils.py
src/qa4sm_preprocessing/ismn_frm/collect.py
src/qa4sm_preprocessing/level2/5deg_SMOSL2_grid.nc
src/qa4sm_preprocessing/level2/NSIDC0772_LatLon_EASE2_M36km_v1.0.nc
src/qa4sm_preprocessing/level2/__init__.py
src/qa4sm_preprocessing/level2/base.py
src/qa4sm_preprocessing/level2/smap.py
src/qa4sm_preprocessing/level2/smos.py
src/qa4sm_preprocessing/reading/__init__.py
src/qa4sm_preprocessing/reading/base.py
src/qa4sm_preprocessing/reading/cf.py
src/qa4sm_preprocessing/reading/cli.py
src/qa4sm_preprocessing/reading/exceptions.py
src/qa4sm_preprocessing/reading/image.py
src/qa4sm_preprocessing/reading/imagebase.py
src/qa4sm_preprocessing/reading/stack.py
src/qa4sm_preprocessing/reading/timeseries.py
src/qa4sm_preprocessing/reading/transpose.py
src/qa4sm_preprocessing/reading/utils.py
src/qa4sm_preprocessing/reading/write.py
tests/conftest.py
tests/test_level2.py
tests/test_cgls_hr_ssm_swi/test_image.py
tests/test_cgls_hr_ssm_swi/test_reshuffle.py
tests/test_ismn_frm/test_frm_qualification.py
tests/test_reading/__init__.py
tests/test_reading/test_cli.py
tests/test_reading/test_image_synthetic.py
tests/test_reading/test_level.py
tests/test_reading/test_readers_realdata.py
tests/test_reading/test_stack.py
tests/test_reading/test_timeseries.py
tests/test_reading/test_transpose.py
tests/test_reading/test_user_upload.py
tests/test_reading/test_utils.py
tests/test_reading/utils.py