podpac.datalib.DroughtMonitorCategory
- class podpac.datalib.DroughtMonitorCategory(**kwargs: Any)[source]
 Bases:
ZarrAlternative 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
chunk_exists([index, chunk_str, data_key, ...])Test to see if a chunk exists for a particular slice.
close_dataset()Close opened resources.
create_output_array(coords[, data, attrs, ...])Initialize an output data array
eval(coordinates, **kwargs)Wraps the super Node.eval method in order to cache with the correct coordinates.
eval_group(group)Evaluate the node for each of the coordinates in the group.
find_coordinates()Get the available coordinates for 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_coordinates()Returns a Coordinates object that describes the coordinates of the data source.
get_data(coordinates, coordinates_index)This method must be defined by the data source implementing the DataSource class.
get_source_data([bounds])Get source data, without interpolation.
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.
list_dir([data_key])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.
set_coordinates(coordinates[, force])Set the coordinates.
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
alt_keyA trait for unicode strings.
anonA boolean (True, False) trait.
attrsList of node attributes
available_data_keysaws_access_key_idA trait for unicode strings.
aws_client_kwargsAn instance of a Python dict.
aws_region_nameA trait for unicode strings.
aws_requester_paysA boolean (True, False) trait.
aws_secret_access_keyA trait for unicode strings.
base_refDefault reference/name in node definitions
boundaryAn instance of a Python dict.
cache_coordinatesA boolean (True, False) trait.
cache_ctrlA trait whose value must be an instance of a specified class.
cache_outputA boolean (True, False) trait.
cf_calendarA trait for unicode strings.
cf_timeA boolean (True, False) trait.
cf_unitsA trait for unicode strings.
config_kwargsAn instance of a Python dict.
coordinate_index_typecoordinates{coordinates}
crsA trait for unicode strings.
data_keyA trait type representing a Union type.
datasetdefinitiondimsdtypeAn enum whose value must be in a given sequence.
file_modeA trait for unicode strings.
force_evalA boolean (True, False) trait.
hashinterpolationjsonDefinition for this node in JSON format.
json_prettyDefinition for this node in JSON format, with indentation suitable for display.
keyslat_keyA trait for unicode strings.
lon_keyA trait for unicode strings.
nan_valA trait which allows any value.
nan_valsAn instance of a Python list.
outputA trait for unicode strings.
outputsAn instance of a Python list.
s3skip_validationA boolean (True, False) trait.
sourceA trait for unicode strings.
time_keyA trait for unicode strings.
udimsdatasource udims.
unitsA trait for unicode strings.
- Members:
 
- __init__(**kwargs)
 Do not overwrite me
- style = <podpac.core.style.Style object>