From f2e9b4e1479819dbff5eeae7c64ae5d06330f9a6 Mon Sep 17 00:00:00 2001 From: ClaireP Date: Tue, 19 Nov 2024 13:45:18 +1100 Subject: [PATCH] clarify coordinate system in clip_model explanation of setup.md --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 2e45516..e4cb53f 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -311,7 +311,7 @@ clip_models( ) ``` -When you run `clip_models`, the function will automatically identify suitable NetCDF-format models in your input directory, and clip each of them to the extent of your bounding box (specified as `(left, bottom, right, top)`). +When you run `clip_models`, the function will automatically identify suitable NetCDF-format models in your input directory, and clip each of them to the extent of your bounding box (specified as `(left, bottom, right, top)` in EPSG:4326 degree coordinates). After each model is clipped, the result is exported to your selected output directory and verified to ensure the clipped data is suitable for tide modelling: ```text