metview-python
metview-python copied to clipboard
Python interface to Metview meteorological workstation and batch system
Hello, Please let me know if there is a better place to ask a question like this one. I wasn't able to find a forum or user group for metview,...
Hi, Is there any way of colouring the background of text region?  A text_box_blanking but with colour or transparency?  Also, is there any way of making contour lines...
Hi Iain, is there any option of using external image maps instead of using boundaries and colours?  Do we need WMS icon to just load a map image? Does...
Hi Iain, When I use icons for constructing a map, I have the name of the grib on cursor data layer and also on Sidebar layers of uPlot.  But...
The mv.create_geo() function provides numerous ways to create a Geopoints variable. https://confluence.ecmwf.int/display/METV/Geopoints+Functions These methods should be available through the Geopoints constructor. Exact function signatures should be discussed here. Note: this...
Currently, users cannot call a constructor to create a new Geopoints variable - they have to be created through function calls. We should expose this class more fully by offering...
ECMWF provides an image on Dockerhub with Metview and related software: https://hub.docker.com/r/ecmwf/jupyter-notebook/
### What happened? Hi all-- I've run into issues trying to re-grid a dataset already on a Lambert Conformal grid to a slightly different Lambert Conformal grid. The grid I'm...
### What happened? The rendering of first few plots of the notebook is fine but I get an error message when executing the mv.regrid command (cell 13): fire_1x1_target_grid = mv.regrid(target_grid,...
### What happened? ``` Exception Traceback (most recent call last) Cell In[2], line 22 20 def roll_longitude(ds): 21 return ds.assign_coords(longitude=(((ds.longitude + 180) % 360) - 180)).sortby('longitude') ---> 22 ds_single_ll =...