|
|
const drain::JSONtree & | getJSON () const |
| |
|
void | writeMetadata (const drain::FilePath &dirPath) const |
| |
|
virtual void | writeArray (const drain::FilePath &dirPath) const |
| |
|
|
drain::Variable & | zarr_format = json["zarr_format"] = 3 |
| |
|
drain::Variable & | node_type = json["node_type"] = "array" |
| |
|
drain::Variable & | shape = json["shape"] = {0,0} |
| |
|
drain::JSONtree & | chunk_grid = json["chunk_grid"] |
| |
|
drain::Variable & | chunk_grid_type = chunk_grid["type"] = "regular" |
| |
|
drain::Variable & | chunk_grid_shape = chunk_grid["chunk_shape"] = {0,0} |
| |
|
drain::Variable & | data_type = json["data_type"] = "float32" |
| |
|
drain::JSONtree & | chunk_key_encoding = json["chunk_key_encoding"] |
| |
|
drain::Variable & | chunk_key_encoding_separator = chunk_key_encoding["separator"] = "." |
| |
|
|
static const std::string | ATTRIBUTE_PATH |
| |
|
static const std::string | ARRAY_PATH |
| |
The documentation for this class was generated from the following files:
- src/drain/util/Zarr.h
- src/drain/util/Zarr.cpp