Convert dfs2 to raster #507
Unanswered
adrienmichez
asked this question in
Q&A
Replies: 1 comment
-
I support this - might be a good new feature if a to_raster() or to_geotiff() method could be added to the mikeio.Dataset class Until then, I wrote a little function for myself that converts a mikeio.Dataset or DataArray (one timestep and layer) to a geotiff file - maybe that can serve as inspiration:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Would you have some code to share about the conversion from dfs2 to raster grids?
I tried to do so using rioxarray from this example but with no success
Isn't there a easier way to convert mikeio grid to raster file? I would like to find a python solution similar as the GUI tool in mikezero toolbox (GIS/Mike2Grd).
Best
Adrien
Beta Was this translation helpful? Give feedback.
All reactions