omf_io.gridsurface.exporters.export_grid_surface_to_raster
- omf_io.gridsurface.exporters.export_grid_surface_to_raster(grid_surface, output_file, format='GeoTIFF', **kwargs)[source]
Export a grid surface to a raster file.
..todo:: Implement the export_grid_surface_to_raster function
- Parameters:
grid_surface – The grid surface data.
output_file (Path) – The output raster file path.
format (str) – The format of the output raster file. Default is “GeoTIFF”.
**kwargs – Additional keyword arguments for the export function.