Skip to content
H. Joe Lee edited this page Dec 16, 2022 · 11 revisions

Use the following command to test Zarr.

ncdump -h "file://$PWD/ATL08n.zarr#mode=nczarr"    

The above command throws Segmentation fault 11 for the flattened ATL08 that Hyrax fileout_netcdf generated.

Use the following command to generate Zarr from CDL.

ncgen -4 -o "file://zarr#mode=nczarr,file" feb.cdl

The output file will be zarr/.

Clone this wiki locally