ncas_amof_netcdf_template.tsv2dict
Take tsv files and return data as dictionaries useful for creating netCDF files.
Functions
|
Returns URL for tsv file of global attributes specific to a given product and tag release or branch. |
|
Returns URL for tsv file of dimensions specific to a given product and tag release or branch. |
|
Returns URL for tsv file of variables specific to a given product and tag release or branch. |
|
Collect all variables, dimensions and attributes required for all data products associated with an instrument and deployment mode. |
|
Return list of all available data products. |
|
Collect all variables, dimensions and attributes required for a data products and deployment mode. |
|
For a given tsv file from https://github.com/ncasuk/AMF_CVs/tree/main/product-definitions/tsv for data global attributes, return dictionary of attributes and associated values and info. |
|
For a given tsv file from https://github.com/ncasuk/AMF_CVs/tree/main/product-definitions/tsv for data dimensions, return dictionary of dimensions and additional info. |
|
For a given tsv file from https://github.com/ncasuk/AMF_CVs/tree/main/product-definitions/tsv for ncas- or community-instruments, return dictionary of instruments and associated information. |
|
For a given tsv file from https://github.com/ncasuk/AMF_CVs/tree/main/product-definitions/tsv for data variables, return dictionary of variables and their attributes. |