Opened 12 years ago

Closed 11 years ago

#81 closed enhancement (fixed)

Document netcdf/inv_netcdf

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 struct attributes 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 (4)

comment:1 by Dimitar Misev, 12 years ago

Further netcdf information we have in the FAQ

comment:3 by mrusu, 12 years ago

Description: modified (diff)

comment:4 by mrusu, 12 years ago

Description: modified (diff)

comment:5 by Peter Baumann, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.