AustralianAntarcticDivision / angstroms

Tools for model grid data (with raster in R)
http://australianantarcticdivision.github.io/angstroms/
4 stars 1 forks source link

allow romsdata to accept rancid::NetCDF as input #2

Closed mdsumner closed 7 years ago

mdsumner commented 8 years ago

rather than filename

also, consider constructs like this to use as the basis for pipelining

angle <- NetCDF(romsfile)  %>% filter(variablename == "angle") %>% romsdata
mdsumner commented 7 years ago

Review in light of the pool package, and won't really be workable without being DBI compatible