Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
409 B

netcdf ref_solar {
types:
compound observation {
int64 timestamp;
double value;
double error;
};
dimensions:
time = unlimited;
variables:
observation board_voltage(time);
observation board_temperature(time);
data:
board_voltage = {1280590702000, 0.0},
{1280594218000, 0.0, 0.01} ;
board_temperature = {1280594217000, 10.75, 0.5},
{1280594217000, 10.75} ;
}