resize netcdf resolution to smaller size

조회 수: 2 (최근 30일)
Den
Den 2022년 8월 30일
답변: Amith 2024년 8월 16일
Hi, I hope I can explain correctly.
I have data of size 649x337x268.
is it possible to resize it to 109x57x268?

답변 (1개)

Amith
Amith 2024년 8월 16일
Hi Den,
The above requested conversion is not possible but incase you would like to compress the netCDF file, you can add a 'DeflateLevel' in the arguments of nccreate followed by an integer from 0 to 9 that controls how much compression you want on the data.
You can refer to this MATLAB Answer to learn more about the compression of netCDF file: https://www.mathworks.com/matlabcentral/answers/467783-reduce-size-of-netcdf-file
Hope this helps!

카테고리

Help CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by