You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know we've talked about switching to raster instead of an array as our default build I thought I would lay out some of the main advantages and disadvantages of this.
Pro:
Dynamic read of data into memory.
Reads data from multiple files nicely.
Con:
Can not deal with non-rectangular grids.
Does not write nicely to ncdf(4), loses dimension names.
At this point I think that being unable to deal with non-rectangular grids is a killer for the package.
The text was updated successfully, but these errors were encountered:
I know we've talked about switching to raster instead of an array as our default build I thought I would lay out some of the main advantages and disadvantages of this.
Pro:
Con:
At this point I think that being unable to deal with non-rectangular grids is a killer for the package.
The text was updated successfully, but these errors were encountered: