BitInformation.jl
BitInformation.jl copied to clipboard
Information between bits and bytes.
Results
11
BitInformation.jl issues
Sort by
recently updated
recently updated
newest added
As mentioned by @rkouznetsov in @https://github.com/milankl/BitInformation.jl/issues/25#issuecomment-998113627, he has applied the BitInformation approach to compressing the WRF model, using this NCKS script: ```bash #!/bin/bash infile=$1 outfile=$2 list3d='U,V,T,QVAPOR,QCLOUD,QRAIN,QICE,QSNOW,QGRAUP,CLDFRA' prc3d="--ppc U,V,T=.3 --ppc QVAPOR,QCLOUD,QRAIN,QICE,QSNOW,QGRAUP=.7...