NOAA-ORR-ERD / gridded

A single API for accessing / working with gridded model results on multiple grid types
https://noaa-orr-erd.github.io/gridded/index.html
The Unlicense
64 stars 14 forks source link

Make properties so that grid attributes are array-like #53

Open ChrisBarker-NOAA opened 4 years ago

ChrisBarker-NOAA commented 4 years ago

If you set, e.g. UGRid.faces to a list of lists, then writting code fails, as it's expecting a numpy array-like object.

We should have properties that convert to arrays when required.

In as many places as possible.