Opened 5 years ago

Last modified 2 years ago

#1922 assigned defect

netcdf preserve file metadata — at Initial Version

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 11.0
Component: wcst_import Version: development
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

When importing netcdf files the metadata should be preserved precisely, and not converted to string. For example in eobstest

	short tg(time, latitude, longitude) ;
		tg:long_name = "mean temperature" ;
		tg:units = "Celsius" ;
		tg:standard_name = "air_temperature" ;
		tg:_FillValue = -9999s ;
		tg:scale_factor = 0.01f ;

_FillValue and scale_factor should be kept as short and float values, and should not be converted to string.

Change History (0)

Note: See TracTickets for help on using tickets.