1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*********************************************************************
Blosc - Blocked Shuffling and Compression Library
Copyright (c) 2021 Blosc Development Team <blosc@blosc.org>
https://blosc.org
License: BSD 3-Clause (see LICENSE.txt)
See LICENSE.txt for details about copyright and rights to use.
**********************************************************************/
/* Example program demonstrating how to print metainfo from a b2nd frame.
* You can build frames with example_frame_generator.c
*
* Usage:
* $ ./example_print_meta <urlpath>
*
* Example of output:
* $ ./example_print_meta example_big_float_frame.b2nd
* Blosc2 NDim metalayer parameters:
* Ndim: 3
* Shape: 200, 310, 214
* Chunkshape: 110, 120, 76
* Blockshape: 57, 52, 35
*
*/
int
int