ncas_amof_netcdf_template.create_netcdf

Create netCDF files for NCAS AMOF instruments that adhere to the NCAS-AMF-2.0.0 standard.

Functions

add_attributes(ncfile[, instrument_dict, ...])

Adds all global attributes for a given product to the netCDF file.

add_dimensions(ncfile[, instrument_dict, ...])

Adds all dimensions for a given product to the netCDF file.

add_variables(ncfile[, instrument_dict, ...])

Adds all variables and their attributes for a given product to the netCDF file.

list_products([instrument, use_local_files, tag])

Lists available products, either for a specific instrument or all data products.

main(instrument[, date, dimension_lengths, ...])

Create 'just-add-data' AMOF-compliant netCDF file

make_netcdf([instrument, product, time, ...])

Makes netCDF file for given instrument and arguments.

make_product_netcdf(product, instrument_name)

Create an AMOF-like netCDF file for a given data product.