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
To read a Grid we have the Grid::read class method, which automatically detects whether a grid was compressed. The corresponding Grid::write can't guess whether we want to write a compressed grid, of course, so we need a Grid::write_lz4 method.
To read a
Gridwe have theGrid::readclass method, which automatically detects whether a grid was compressed. The correspondingGrid::writecan't guess whether we want to write a compressed grid, of course, so we need aGrid::write_lz4method.