Opened 13 years ago
Last modified 12 years ago
#81 closed enhancement
Document netcdf/inv_netcdf — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | manuals_and_examples | Version: | 8.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
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 variable with name "data", or with "var=VARNAME" which specifies the name of the variable which holds the exported data. Example:
select netcdf(c[10:20,*:*], "Global_radiation") from Global_radiation as c
inv_netcdf can be invoked without any parameters, or with "var=VARNAME" which imports only the specified VARNAME from the file, e.g:
insert into Coll values inv_netcdf($1, "var=Global_radiation")
Note:
See TracTickets
for help on using tickets.