Thomas Saillour

Results 10 issues of Thomas Saillour

implemented the API requests through IOC, using the query flag. See [Issue #47](https://github.com/oceanmodeling/searvey/issues/47) Extraction is significantly faster. The most significant change being: * the main channel (parameter "sensor": reference [here](https://www.ioc-sealevelmonitoring.org/service.php?query=help)...

This issue is related to what was [mentioned](https://github.com/CHLNDDEV/oceanmesh/pull/68#issuecomment-1807314602) in the PR for global meshes about the stereographic distortion. Close to the poles, the triangles get distorted and don't have the...

This is one of the reasons that the CI actions don't pass: Some of the examples in the README use EPSG = 4326 as an integer for the coordinate system....

added the following components for normalisation: - `is_telemac`() - `normalize_telemac` - THALASSA_FORMATS.TELEMAC - `infer_format`() - `NORMALIZE_DISPATCHER` Which should address the normalisation for TELEMAC format discussed in #90 I might have...

This issue is more to open a discussion on naming conventions. My Dataset has the following format: ``` Dimensions: time: 7272 node: 301572 face: 588314 max_no_vertices: 3 Coordinates: longitude (node)...

When trying to open a telemac file through thalassa, ```python ds = thalassa.open_dataset("input.slf", engine="selafin") ``` with [xarray-selafin](https://github.com/seareport/xarray-selafin) custom engine I have this error: ``` File "/home/tomsail/work/gist/animations/.venv/lib/python3.11/site-packages/thalassa/api.py", line 82, in open_dataset...

numpy just upgraded to version 2.0.0 and now make the tests in CI fail: ``` A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as...

Main new feature added: * EPSG option (in `normalize.py` and `open_dataset`) Added tests (with Selafin files) for: * Default EPSG 4326 * No EPSG --> no transformation Bumped up the...

## Changes Overview NDBC buoy data services will be decommissioned on May 30, 2025, affecting domains: - `https://www.ndbc.noaa.gov/` - `https://dods.ndbc.noaa.gov/thredds/` Data will transition to NCEI systems: - HTTPS: `https://www.ncei.noaa.gov/data/oceans/ndbc/` -...