The netCDF_file_processor Module

An entry point to a command line utility aggregating grid data provided as NetCDF file over a set of shape files, assigning labels defined in the shape files to the aggregated values

`see https://www.unidata.ucar.edu/software/netcdf/`__

class NetCDFFile(context: Optional[GridContext] = None)[source]

Creates a new instance

Parameters

context – An optional GridmetContext object, if not specified, then it is constructed from the command line arguments

on_prepare()[source]

This method can be overwritten by subclasses to configure proper aggregation

get_aggregation_year()[source]
prepare()[source]
get_domain_name()[source]
get_table_name()[source]
execute()[source]
get_registry() Dict[source]