From dfe921bb00321842569ab19ff281fb50a71f5003 Mon Sep 17 00:00:00 2001 From: Mike McCann Date: Thu, 12 Jun 2025 17:36:55 -0700 Subject: [PATCH] Add required test data download step. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cf9f4c6..0c5d26da 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,14 @@ Follow the installation instructions there and make sure that at least these pac are installed: uv, netcdf4, geos, proj and Python 3.12. ### Installation ### -Then clone this repo, install the software, and test it: +Clone this repo, install the software, download sample mission, and test it: * mkdir ~/dev # Create a directory for your repositories * cd ~/dev * git clone git@github.com:mbari-org/auv-python.git * cd auv-python * uv sync -* uv run pytest # Note: local testing requires internal MBARI volume mounts +* uv run src/data/process_Dorado389.py --no_cleanup --download --mission 2011.256.02 -v +* uv run pytest # Note: _local testing requires internal MBARI volume mounts_ The above steps need to be done just once on a system. To execute any of the Python scripts in `auv-pyhton/src/data` preceed it with `uv run`, e.g. to