Deltares / UGridPy

A Python wrapper for the UGrid library.
MIT License
7 stars 2 forks source link

Attempting to read a non-existing file leads to a deceptively filled data object #5

Open arjenmarkus opened 1 year ago

arjenmarkus commented 1 year ago

I tried to read a file for which the location was wrong and then tried to examine the contents. The various attributes will exist and a number of the variables you would expect as well. However, reading other data, like the actual coordinates, fails. It is very puzzling as there is no error message or another indication that you did something wrong.