csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Fix issue when UGRID `start_index` is the string "0" or "1" #26

Closed mx-moth closed 1 year ago

mx-moth commented 1 year ago

Fix error when UGRID start_index is the string "0" or "1". The conventions imply this should be an integer type, however real datasets use a string value here so a tolerant implementation is useful.