Opened 13 years ago
Closed 12 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 )
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 , 13 years ago
comment:3 by , 12 years ago
Description: | modified (diff) |
---|
comment:4 by , 12 years ago
Description: | modified (diff) |
---|
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Further netcdf information we have in the FAQ