podpac.datalib.COSMOSStations
- class podpac.datalib.COSMOSStations(**kwargs: Any)[source]
 Bases:
InterpolationMixin,COSMOSStationsRawAlternative 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
composite(coordinates, data_arrays[, result])Composites data_arrays (tiles) into a single result.
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_calibration_data([label, lat_lon])Returns the calibration information for a station.
get_site_properties([label, lat_lon])Returns the site properties for a station.
get_source_data([bounds])Get composited source data, without interpolation.
get_station_data([label, lat_lon])Returns the station data.
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.
iteroutputs(coordinates[, _selector])Summary
label_from_latlon(lat_lon)Returns the COSMOS station's label given it's lat/lon coordinates
latlon_from_label(label)Returns the lat/lon coordinates of COSMOS stations that match the given labels
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.
select_sources(coordinates[, _selector])Select and prepare sources based on requested coordinates.
stations_value(key[, stations_data])Returns a list of values for all the station for a particular key
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
auto_outputsA boolean (True, False) trait.
available_data_keysbase_refDefault reference/name in node definitions
cache_ctrlA trait whose value must be an instance of a specified class.
cache_outputA boolean (True, False) trait.
definitiondimsdtypeAn enum whose value must be in a given sequence.
force_evalA boolean (True, False) trait.
has_datahashinterpolationjsonDefinition for this node in JSON format.
json_prettyDefinition for this node in JSON format, with indentation suitable for display.
multithreadingA boolean (True, False) trait.
outputA trait for unicode strings.
outputsAn instance of a Python list.
source_coordinatessourcesstations_datastations_labelstations_urlA trait for unicode strings.
styleunitsA trait for unicode strings.
urlA trait for unicode strings.
- Members:
 
- __init__(**kwargs)
 Do not overwrite me