Skip to content

Commit

Permalink
clarify coordinate system in clip_model explanation of setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erialC-P authored Nov 19, 2024
1 parent da5cfeb commit f2e9b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2e9b4e

Please sign in to comment.