.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CONTRIBUTING.rst
Dockerfile
HISTORY.rst
LICENSE
README.md
environment.yml
pyproject.toml
release-docker.bash
requirements_dev.txt
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yaml
.github/workflows/docker-release.yml
.github/workflows/publish.yml
.github/workflows/upstream-dev.yaml
ci/install-upstream-dev.sh
ci/requirements/docs.yaml
ci/requirements/environment.yaml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/notebooks/illustration_seastate_coloc.ipynb
src/s1swotcolocs/__init__.py
src/s1swotcolocs/check_lonlat_polygon_extent.py
src/s1swotcolocs/coloc_SWOT_L3_with_S1_CDSE_TOPS.py
src/s1swotcolocs/coloc_SWOT_L3_with_S1_CDSE_TOPS_sequential_wrapper.py
src/s1swotcolocs/coloc_SWOT_L3_with_S1_CDSE_TOPS_sequentiel.py
src/s1swotcolocs/config.yml
src/s1swotcolocs/illustrate_coloc_swh_file.py
src/s1swotcolocs/illustrate_coloc_swh_file_pyplot.py
src/s1swotcolocs/pickup_best_swot_file.py
src/s1swotcolocs/seastate_colocs_s1_swot.py
src/s1swotcolocs/seastate_colocs_s1_swot_sequential.py
src/s1swotcolocs/utils.py
src/s1swotcolocs.egg-info/PKG-INFO
src/s1swotcolocs.egg-info/SOURCES.txt
src/s1swotcolocs.egg-info/dependency_links.txt
src/s1swotcolocs.egg-info/entry_points.txt
src/s1swotcolocs.egg-info/requires.txt
src/s1swotcolocs.egg-info/top_level.txt
src/s1swotcolocs/assets/SWOT_L3_LR_SSH_Expert_026_165_20241229T165806_20241229T174933_v2.0.1.nc
src/s1swotcolocs/assets/seastate_coloc_S1A_IW_SLC__1SDV_20240729T172527_20240729T172557_054978_06B28F_CEF7-iw3_SWOT_L3_Sentinel-1_IW_20240729T172147.nc
tests/__init__.py
tests/test_get_swot_geoloc.py
tests/test_pickup_best_swot_file.py
tests/test_seastate_coloc_s1_swot.py
tests/test_swot_polygon_geodataframization.py
tests/test_utils_methods.py