Source code for omf_io.gridsurface.validation
[docs]
def validate_grid_surface_data(surface_data):
"""Validate the grid_surface data.
Args:
surface_data: The data representing the surface.
Raises:
ValueError: If the surface data is invalid.
"""
# Implement validation logic here
pass