Metadata-Version: 2.4
Name: water-column-sonar-resampling
Version: 25.9.7
Summary: Water Column Sonar Data Reprocessing Project for Warren Tech Capstone 2026
Author-email: Caitlyn Nguyen <cpnguyen0000@gmail.com>, Logan Lessen <loganlessen@gmail.com>
Maintainer-email: Caitlyn Nguyen <cpnguyen0000@gmail.com>, Logan Lessen <loganlessen@gmail.com>
License-Expression: MIT
Keywords: reprocessing,sonar,water column,zarr
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.3.3
Requires-Dist: pandas>=2.3.2
Requires-Dist: s3fs>=2025.9.0
Requires-Dist: scipy>=1.16.2
Requires-Dist: xarray>=2025.9.0
Requires-Dist: zarr>=3.1.2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# water-column-sonar-resampling
Water Column Sonar Data Reprocessing Project for Warren Tech Capstone 2026

## Reminders
Please update the patch number in `pyproject.toml` !!!

To get the most fresh copy of the project run `uv venv` and then sun the source command given `source .venv/bin/activate` -- opens a venv with all of the most up to date packages and code.

To add a new package to the enviorment you can install it inside of the venv or use `uv add <package name>` followed by `uv sync` instead.
