package Installed, not loaded as an xarray engine #48
-
What is your issue?Hi import xwrf The module can be loaded correctly ValueError: unrecognized engine xwrf must be one of: ['netcdf4', 'h5netcdf', 'scipy', 'cfgrib', 'rasterio', 'store'] I face this error. what else can i do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have decided to move away from the implementation as a backend and have instead moved the code into an xarray accessor. Unfortunately, we have not yet had the time to update the documentation. However, you can use the latest version of this software like: ds = xr.open_dataset("your_wrf_file", engine="netcdf4").xwrf.postprocess() Hope this helps! |
Beta Was this translation helpful? Give feedback.
We have decided to move away from the implementation as a backend and have instead moved the code into an xarray accessor. Unfortunately, we have not yet had the time to update the documentation. However, you can use the latest version of this software like:
Hope this helps!