LICENSE
README.md
pyproject.toml
skema/__init__.py
skema/cli.py
skema/lib.py
skema/inference/__init__.py
skema/inference/engine.py
skema/masking/__init__.py
skema/model/__init__.py
skema/model/architecture.py
skema/model/loader.py
skema/postprocessing/__init__.py
skema/postprocessing/mosaic.py
skema/preprocessing/__init__.py
skema/preprocessing/band_extraction.py
skema/preprocessing/indices.py
skema/preprocessing/normalization.py
skema/preprocessing/slope.py
skema/preprocessing/static_layers.py
skema/static/__init__.py
skema/static/bathy_substrate/__init__.py
skema/static/masks/BCMCA_ECO_VascPlants_Eelgrass_Polygons_DATA.dbf
skema/static/masks/BCMCA_ECO_VascPlants_Eelgrass_Polygons_DATA.prj
skema/static/masks/BCMCA_ECO_VascPlants_Eelgrass_Polygons_DATA.shp
skema/static/masks/BCMCA_ECO_VascPlants_Eelgrass_Polygons_DATA.shx
skema/static/masks/__init__.py
skema/static/masks/valid_depth_zone.gpkg
skema_kelp.egg-info/PKG-INFO
skema_kelp.egg-info/SOURCES.txt
skema_kelp.egg-info/dependency_links.txt
skema_kelp.egg-info/entry_points.txt
skema_kelp.egg-info/requires.txt
skema_kelp.egg-info/top_level.txt
tests/test_indices.py
tests/test_inference_engine.py
tests/test_model_loader.py
tests/test_normalization.py
tests/test_slope.py
tests/test_static_layers.py