.gitignore
.pre-commit-config.yaml
LICENCE
pyproject.toml
.github/workflows/doc.yaml
.github/workflows/pre-commit.yaml
.github/workflows/pypipublish.yaml
.github/workflows/tests.yaml
docs/api.rst
docs/auxiliary.rst
docs/conf.py
docs/index.rst
docs/_static/SWOT_spacecraft_model.png
docs/_static/css/.gitkeep
docs/_static/css/custom.css
docs/fcollections/custom.rst
docs/fcollections/getting_started.rst
docs/fcollections/list_result_all.html
docs/fcollections/list_result_cycle.html
docs/fcollections/list_result_stat_fields.html
docs/fcollections/variables_info.html
docs/fcollections/implementations/implementations.csv
docs/fcollections/implementations/index.rst
docs/fcollections/implementations/query_bbox.png
docs/fcollections/implementations/swot.rst
docs/fcollections/implementations/unsmoothed_sides.png
integration_tests/test_requests.py
src/fcollections/core/__init__.py
src/fcollections/core/_codecs.py
src/fcollections/core/_filenames.py
src/fcollections/core/_filesdb.py
src/fcollections/core/_listing.py
src/fcollections/core/_metadata.py
src/fcollections/core/_mixins.py
src/fcollections/core/_readers.py
src/fcollections/core/_testers.py
src/fcollections/core/assets/style.css
src/fcollections/core/assets/template.jinja
src/fcollections/geometry/__init__.py
src/fcollections/geometry/_box.py
src/fcollections/geometry/_distances.py
src/fcollections/geometry/_extraction.py
src/fcollections/geometry/_model.py
src/fcollections/geometry/_search.py
src/fcollections/geometry/_track_orientation.py
src/fcollections/implementations/__init__.py
src/fcollections/implementations/_collections.py
src/fcollections/implementations/_conventions.py
src/fcollections/implementations/_definitions.py
src/fcollections/implementations/_products.py
src/fcollections/implementations/_readers.py
src/fcollections/implementations/optional/__init__.py
src/fcollections/implementations/optional/_area_selectors.py
src/fcollections/implementations/optional/_collections.py
src/fcollections/implementations/optional/_model.py
src/fcollections/implementations/optional/_predicates.py
src/fcollections/implementations/optional/_reader.py
src/fcollections/missions/__init__.py
src/fcollections/missions/_phases.py
src/fcollections/sad/__init__.py
src/fcollections/sad/_gshhg.py
src/fcollections/sad/_interface.py
src/fcollections/sad/_karin.py
src/fcollections/time/__init__.py
src/fcollections/time/_conversions.py
src/fcollections/time/_operations.py
src/fcollections/time/_periods.py
src/fcollections/utilities/constants.py
src/fcollections/utilities/reshape.py
src/files_collections.egg-info/PKG-INFO
src/files_collections.egg-info/SOURCES.txt
src/files_collections.egg-info/dependency_links.txt
src/files_collections.egg-info/entry_points.txt
src/files_collections.egg-info/requires.txt
src/files_collections.egg-info/top_level.txt
tests/conftest.py
tests/test_missions.py
tests/core/test_filenames.py
tests/core/test_filesdb.py
tests/core/test_metadata.py
tests/core/test_mixins.py
tests/core/test_reader.py
tests/fixtures/_auto.py
tests/fixtures/_chl.py
tests/fixtures/_dac.py
tests/fixtures/_era5.py
tests/fixtures/_generation.py
tests/fixtures/_l2_lr_ssh.py
tests/fixtures/_l3_lr_ssh.py
tests/fixtures/_l4_ssha.py
tests/fixtures/_mur.py
tests/fixtures/_nadir.py
tests/fixtures/_ohc.py
tests/fixtures/_s1aowi.py
tests/fixtures/_sst.py
tests/fixtures/_swh.py
tests/fixtures/_ww.py
tests/geometry/test_box.py
tests/geometry/test_geometries_extraction.py
tests/geometry/test_model_geodesy.py
tests/geometry/test_orientation.py
tests/geometry/test_search.py
tests/implementations/test_docstrings.py
tests/implementations/test_preprocessors.py
tests/implementations/test_products.py
tests/implementations/collections/test_area_selector.py
tests/implementations/collections/test_chl.py
tests/implementations/collections/test_dac.py
tests/implementations/collections/test_era5.py
tests/implementations/collections/test_gridded_sla.py
tests/implementations/collections/test_l2_lr_ssh.py
tests/implementations/collections/test_l3_lr_ssh.py
tests/implementations/collections/test_l3_lr_windwave.py
tests/implementations/collections/test_mur.py
tests/implementations/collections/test_nadir_io.py
tests/implementations/collections/test_ohc.py
tests/implementations/collections/test_s1a_owi.py
tests/implementations/collections/test_sst.py
tests/implementations/collections/test_swh.py
tests/implementations/collections/utils.py
tests/resources/KaRIn_2kms_calval_geometries_tests.geojson
tests/resources/KaRIn_2kms_science_geometries_tests.geojson
tests/resources/L3_LR_WIND_WAVE_Extended_2.0
tests/resources/L3_LR_WIND_WAVE_Light_2.0
tests/sad/test_cli.py
tests/sad/test_model.py
tests/time/test_conversions.py
tests/time/test_operations.py
tests/time/test_periods.py
tests/time/test_times.py
tests/utilities/test_reshape.py