metview-python
metview-python copied to clipboard
Python interface to Metview meteorological workstation and batch system
Hello, After getting Metview installed to run on Jupyter, I'm trying to test out some of the galleries but I'm running into an error when I run vertical cross section...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
### What happened? When I try to process grb in Lambert it is not possible to crop it [CLSTEMPERATURE_00.grb](https://aladin.nowcasting.eu/shmu/alaro/oper/CLSTEMPERATURE_00.grb) filename = 'CLSTEMPERATURE_00.grb' f = mv.read(filename) f = mv.read(data=f, area=[47,15,50,23]) Is...
### What maintenance does this project need? Hello, I'm reaching out to learn more about the mv.interpolation function used in the metview library. I'm particularly interested in understanding how it...
I have Jupyter Notebooks installed in my base environment. When creating/using separate environments, I use ipykernel to make them accessible as Jupyter kernels. I recently installed metview into an existing...
Hello, I am using metview-python to work with large amounts of GRIB data and during the processing a lot of memory is allocated (even though I eventually only extract some...
Hi I am trying to use VAPOR PREPARE icon to convert grib files to vdf file. The docs give the following guidelines '"To make this interface work Metview has to...
This is not really an "issue" per se, but more a RFI. I was wondering whether MetView and specifically metview-python supports data on triangular meshes such as the mesh of...
Hi, is there any way of identifying with python script the coordinates of the low pressure system center in acceptable accuracy? George
Hello, I'm having trouble on importing metview in python on MacOS. I have followed all the step from this website https://metview.readthedocs.io/en/latest/install.html#install. I have used conda to install both metview and...