Raise error when GRD file is corrupted #451
Labels
enhancement
Idea or request for a new feature
good first issue
Good for newcomers (doesn’t require deep knowledge of the project)
Description of the desired feature:
In case the GRD file that is intended to be read is corrupted and there are missing elements in the grid, our
hm.load_oasis_montaj_grid
function will fail, raising an error complaining about not being able to reshape the grid to the expected shape.We could improve the user interface by checking if the number of elements in the read 1d array matches the expected shape and raise an error with an informative error message if it doesn't. It could be a
ValueError
with a message like:f"Encountered grid with {n} elements that doesn't match the expected shape ({shape}). The '{filename}' file is possibly corrupted."
The idea for this new feature was triggered after a conversation with @marcoutojr
Are you willing to help implement and maintain this feature?
Yes, sure! Although I'd love to see someone else tackling this issue.
The text was updated successfully, but these errors were encountered: