Opened 13 years ago

Last modified 12 years ago

#81 closed enhancement

Document netcdf/inv_netcdf — at Version 3

Reported by: Dimitar Misev Owned by: Peter Baumann
Priority: minor Milestone:
Component: manuals_and_examples Version: 8.2
Keywords: Cc:
Complexity: Medium

Description (last modified by mrusu)

The netcdf converter should be documented in the query language guide.

netcdf can be invoked without any parameters in which case the data is saved under a variable with name "data" for primitive types and using the attribute names as variables for struct types, or with "vars=VAR1:VAR2:...:VARN" which specifies the names of the variables which hold the exported data. Example:

select netcdf(c[10:20,*:*], "vars=Global_radiation") from Global_radiation as c

inv_netcdf can be invoked without any parameters, or with "vars=VAR1:VAR2:...:VARN" which imports only the specified VARi from the file, e.g:

insert into Coll values inv_netcdf($1, "vars=Global_radiation:Snow")

Change History (2)

comment:1 by Dimitar Misev, 13 years ago

Further netcdf information we have in the FAQ

comment:3 by mrusu, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.