Skip to content

Releases: HappySpring/Easy_NetCDF

v1.60

18 Feb 13:18
Compare
Choose a tag to compare

Fix a bug related to pre-saved file list for reading from a large number of netcdf files efficiently. This is related to FUN_nc_gen_presaved_netcdf_info_v2 and other functions adopting its output.

v1.52 Support rare data types

15 Jan 08:38
Compare
Choose a tag to compare

Previous, only some datatypes frequently used by myself are supported in this toolbox. From this version, the datatype is determined from netcdf.getConstantNames, which should work for all datatypes supported by matlab netcdf toolbox.

v1.51

26 Aug 06:35
Compare
Choose a tag to compare

Some minor updates.

v1.50-stable

26 Aug 06:16
Compare
Choose a tag to compare
  • replace FUN_nc_gen_presaved_netcdf_info by FUN_nc_gen_presaved_netcdf_info_v2: the file information is saved in a more reasonable format, which reduced 90% of the file size and speed up related functions.

  • add some new functions and other code improvements.

v1.50-beta2

24 Nov 06:44
Compare
Choose a tag to compare
v1.50-beta2 Pre-release
Pre-release
  • Fix a bug in v1.50-beta
  • Update readme

v1.50-beta

19 Nov 08:06
Compare
Choose a tag to compare
v1.50-beta Pre-release
Pre-release
Upgrade the presaved file information created by FUN_nc_gen_presaved_…

v1.12

27 Jul 14:07
Compare
Choose a tag to compare

fix a bug in "FUN_nc_OpenDAP_with_limit.m":

Some useless codes introduce in an early version create a nan matrix with same size of the data to be downloaded. This may lead to an out-of-memory error.

Fix a bug

15 Nov 20:02
Compare
Choose a tag to compare

Add a missing file (FUN_ErrorInfoDisp.m) in the private folder.

V1.10

23 Aug 17:27
Compare
Choose a tag to compare
  • Improve FUN_nc_OpenDAP_with_limit: all operations to the remote server are put in try-catch blocks to survive from temporal internet errors
  • Support parameter time_var_name in FUN_nc_OpenDAP_with_limit.m
  • FUN_nc_gen_presaved_netcdf_info can ignore certain dimensions and variables (parameter ignore_dim_name and ignore_var_name) to avoid conflicts.
  • Add support for specifying input netcdf files by cells and structure arrays in more functions
  • Other improvements
  • fix some bugs

V1.02

09 Jul 04:02
Compare
Choose a tag to compare
  • Add quiet mode for FUN_nc_varget_enhanced_region_2_multifile.m
  • Add support for saving relative paths in FUN_nc_gen_presaved_netcdf_info.m
  • other improvements and fix bugs