Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raster build #69

Closed
ktoddbrown opened this issue Sep 25, 2014 · 1 comment
Closed

Raster build #69

ktoddbrown opened this issue Sep 25, 2014 · 1 comment

Comments

@ktoddbrown
Copy link
Contributor

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:

  1. Dynamic read of data into memory.
  2. Reads data from multiple files nicely.

Con:

  1. Can not deal with non-rectangular grids.
  2. 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.

@bpbond
Copy link
Member

bpbond commented Sep 25, 2014

I agree, and am closing this (for now at least).

@bpbond bpbond closed this as completed Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants