easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE

Module easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.

Functions

ExtractData(grid_shp[, period, var_name, ...])

Run ExtractData data processing routine.

aggregate_func_SWE_axis0(data_array)

Run aggregate_func_SWE_axis0 data processing routine.

aggregate_func_SWE_axis1(data_array)

Run aggregate_func_SWE_axis1 data processing routine.

combineGlobalSnow_SWE()

Run combineGlobalSnow_SWE data processing routine.

combineGlobalSnow_SWE_WGS84()

Run combineGlobalSnow_SWE_WGS84 data processing routine.

tranform_GlobalSnow_SWE_to_WGS84()

Run tranform_GlobalSnow_SWE_to_WGS84 data processing routine.

easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.combineGlobalSnow_SWE()[source]

Run combineGlobalSnow_SWE data processing routine.

Returns:

This method does not return a value.

Return type:

None

easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.tranform_GlobalSnow_SWE_to_WGS84()[source]

Run tranform_GlobalSnow_SWE_to_WGS84 data processing routine.

Returns:

This method does not return a value.

Return type:

None

easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.combineGlobalSnow_SWE_WGS84()[source]

Run combineGlobalSnow_SWE_WGS84 data processing routine.

Returns:

This method does not return a value.

Return type:

None

easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.aggregate_func_SWE_axis1(data_array)[source]

Run aggregate_func_SWE_axis1 data processing routine.

Parameters:

data_array (object) – Input value for data_array.

Returns:

Output generated by this function.

Return type:

object

easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.aggregate_func_SWE_axis0(data_array)[source]

Run aggregate_func_SWE_axis0 data processing routine.

Parameters:

data_array (object) – Input value for data_array.

Returns:

Output generated by this function.

Return type:

object

easy_vic_build.tools.dpc_func.extractData_func.Extract_GlobalSnow_SWE.ExtractData(grid_shp, period=['19980101', '20111231'], var_name='swe', aggregate_func=<function aggregate_func_SWE_axis1>)[source]

Run ExtractData data processing routine.

Parameters:
  • grid_shp (object) – Input value for grid_shp.

  • period (object, optional) – Input value for period.

  • var_name (object, optional) – Input value for var_name.

  • aggregate_func (object, optional) – Input value for aggregate_func.

Returns:

Output generated by this function.

Return type:

object