You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch to fix missing consideration of tracks/regions extending over the prime meridian (zero longitude) resulting in similar error messages: `index XXXXX is out of bounds for axis 0 with size YYYYY`
- updated [`read_h_netCDFs()`](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/tpxo_tide_prediction/utils.py#L590) to handle new output from [`subset region()`](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/tpxo_tide_prediction/utils.py#L460)
12
+
- changed `offset` parameter default value from 10 to **3**
13
+
14
+
### Fixed
15
+
16
+
-[`subset region()`](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/tpxo_tide_prediction/utils.py#L460): now considering prime meridian for longitude subset
0 commit comments