podpac.algorithm.ResampleReduce
- class podpac.algorithm.ResampleReduce(**kwargs: Any)[source]
Bases:
UnaryAlgorithmResample a time-dependent source node using a statistical operation to achieve the result.
- custom_reduce_fn
required if reduce_fn is ‘custom’.
- Type:
function
- resample
datetime sub-accessor. Currently ‘dayofyear’ is the enabled option.
- Type:
str
- reduce_fn
builtin xarray groupby reduce function, or ‘custom’.
- Type:
str
- source
Source node
- Type:
Alternative Constructors
from_definition(definition)Create podpac Node from a dictionary definition.
from_json(s)Create podpac Node from a JSON definition.
Methods
__init__(**kwargs)Do not overwrite me
create_output_array(coords[, data, attrs, ...])Initialize an output data array
eval(coordinates, **kwargs)Evaluate the node at the given coordinates.
eval_group(group)Evaluate the node for each of the coordinates in the group.
find_coordinates()Get the available coordinates for the inputs to the Node.
from_name_params(name[, params])Create podpac Node from a WMS/WCS request.
from_url(url)Create podpac Node from a WMS/WCS request.
get_bounds([crs])Get the full available coordinate bounds for the Node.
get_cache(key[, coordinates])Get cached data for this node.
get_ui_spec([help_as_html])Get spec of node attributes for building a ui
has_cache(key[, coordinates])Check for cached data for this node.
init()Overwrite this method if a node needs to do any additional initialization after the standard initialization.
load(path)Create podpac Node from file.
probe([lat, lon, time, alt, crs])Evaluates every part of a node / pipeline at a point and records which nodes are actively being used.
put_cache(data, key[, coordinates, expires, ...])Cache data for this node.
rem_cache(key[, coordinates, mode])Clear cached data for this node.
save(path)Write node to file.
trait_defaults(*names, **metadata)Return a trait's default value or a dictionary of them
trait_has_value(name)Returns True if the specified trait has a value.
trait_is_defined(name)trait_values(**metadata)A
dictof trait names and their values.Attributes
attrsList of node attributes
Default node reference/name in node definitions
cache_ctrlA trait whose value must be an instance of a specified class.
cache_outputA boolean (True, False) trait.
A trait which allows any value.
definitiondtypeAn enum whose value must be in a given sequence.
force_evalA boolean (True, False) trait.
hashinputsjsonDefinition for this node in JSON format.
json_prettyDefinition for this node in JSON format, with indentation suitable for display.
outputA trait for unicode strings.
outputsAn instance of a Python list.
An enum of strings where the case should be ignored.
A trait for unicode strings.
styleA trait whose value must be an instance of a specified class.
unitsA trait for unicode strings.
- Members:
- __init__(**kwargs)
Do not overwrite me
- property base_ref
Default node reference/name in node definitions
- Returns:
Default node reference/name in node definitions
- Return type:
str
- coordinates_source
- custom_reduce_fn
A trait which allows any value.
- reduce_fn
An enum of strings where the case should be ignored.
- resample
A trait for unicode strings.