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
It would be very helpful to have an example (script or notebook) that demonstrates how to:
Read a .om file using OmFilePyReader and convert it into an xarray.DataArray or xarray.Dataset.
Select a region of interest (ROI) using geographical coordinates (lat/lon).
Filter by a date or date range using the file’s temporal metadata.
Visualize the selected region using xarray.plot or matplotlib.
Export the subset to NetCDF or GeoTIFF.
Each weather model (e.g., ICON, IFS, etc.) uses a different grid configuration. Apparently, there are auxiliary metadata files to interpret these grids, but in my case, I haven’t been able to locate them or figure out how to use them. Ideally, the library should allow users to specify the model as a parameter, or detect it automatically, so that .om files can be opened without requiring additional files.
Thanks for considering this suggestion and congratulations on all the work behind Open-Meteo!