adapt mecator

update interface
adapt time base before converting to grib
refactor some stuff
remove debug comments
This commit is contained in:
2025-05-21 19:13:46 +00:00
parent c05ee25923
commit 9b5fcd0100
3 changed files with 113 additions and 60 deletions

View File

@@ -4,24 +4,20 @@
## Objective
Retrieve grib files containing water surface current for the regions between holland and france south west, including east uk coasts.
Files must be compatible for common opensource navigation tools like (qtvlm, opencpn and xygrib grib visualization tool)
Provide grib files containing water surface current compatible with the most common navigation tools (opencpn, qtvlm, ...)
## Data Sources
### copernicus
probably the most accurate source for european waters.
- https://data.marine.copernicus.eu/product/IBI_ANALYSISFORECAST_PHY_005_001/services
### openskiron
provide interesting grib for several EU regions.
- https://openskiron.org/en/openwrf
The data are provided by the IBI-MFC. Thanks to them for their works.
The data covers the Iberia-Biscay-Ireland region with a resolution of 0.028° and 10 days of forecasts
More informations available on : https://data.marine.copernicus.eu/product/IBI_ANALYSISFORECAST_PHY_005_001/description
## What the tool does
- [ ] Retrieve data from these Sources
- [ ] Clean data, preserve only surface current, and crop grid to the requested zone.
- [ ] Transform and format these data to a standardized grib file
- [ ] Provide a user-friendly interface to select the zone.
- [ ] Transform data's to an exploitable grid2 file.
## Prerequisites and Installation
- Runs under linux or windows (with wsl)