LICENSE.txt
README.md
pyproject.toml
h2mare/__init__.py
h2mare/config.py
h2mare/models.py
h2mare/pipeline_manager.py
h2mare/types.py
h2mare/validators.py
h2mare.egg-info/PKG-INFO
h2mare.egg-info/SOURCES.txt
h2mare.egg-info/dependency_links.txt
h2mare.egg-info/entry_points.txt
h2mare.egg-info/requires.txt
h2mare.egg-info/top_level.txt
h2mare/cli/__init__.py
h2mare/cli/catalog.py
h2mare/cli/compile.py
h2mare/cli/main.py
h2mare/cli/nc2zarr.py
h2mare/downloader/__init__.py
h2mare/downloader/aviso_downloader.py
h2mare/downloader/base.py
h2mare/downloader/cds_downloader.py
h2mare/downloader/cmems_downloader.py
h2mare/downloader/cmems_utils.py
h2mare/downloader/commons.py
h2mare/format_converters/__init__.py
h2mare/format_converters/netcdf2zarr.py
h2mare/format_converters/parquet2csv.py
h2mare/format_converters/zarr2parquet.py
h2mare/processing/__init__.py
h2mare/processing/compiler.py
h2mare/processing/extractor.py
h2mare/processing/registry.py
h2mare/processing/core/__init__.py
h2mare/processing/core/aviso.py
h2mare/processing/core/cds.py
h2mare/processing/core/cmems.py
h2mare/processing/core/fronts.py
h2mare/storage/__init__.py
h2mare/storage/coverage.py
h2mare/storage/parquet_helpers.py
h2mare/storage/parquet_indexer.py
h2mare/storage/parquet_plotter.py
h2mare/storage/storage.py
h2mare/storage/xarray_helpers.py
h2mare/storage/zarr_catalog.py
h2mare/utils/__init__.py
h2mare/utils/datetime_utils.py
h2mare/utils/files_io.py
h2mare/utils/labels.py
h2mare/utils/logging_utils.py
h2mare/utils/paths.py
h2mare/utils/plot.py
h2mare/utils/spatial.py
tests/test_aviso_downloader.py
tests/test_coverage_utils.py
tests/test_datetime_utils.py
tests/test_extractor.py
tests/test_labels.py
tests/test_logging_utils.py
tests/test_models.py
tests/test_parquet_helpers.py
tests/test_parquet_indexer.py
tests/test_pipeline_manager.py
tests/test_plot.py
tests/test_spatial.py
tests/test_storage.py
tests/test_types.py
tests/test_utils_paths.py
tests/test_validators.py
tests/test_xarray_helpers.py
tests/test_zarr_catalog.py