Evaluation Dataset#

Evaluation Classes#

Evaluation

A read-write Evaluation class for accessing local catalogs.

LocalReadWriteEvaluation

A read-write Evaluation class for accessing local catalogs.

RemoteReadOnlyEvaluation

A read-only Evaluation class for accessing remote catalogs.

RemoteReadWriteEvaluation

A read-write Evaluation class for access to remote catalogs.

Tables#

base_table.BaseTable

Base class inherited by all table classes.

domain_table.DomainTable

Domain table class.

unit_table.UnitTable

Access methods to units table.

variable_table.VariableTable

Access methods to variables table.

attribute_table.AttributeTable

Access methods to attributes table.

configuration_table.ConfigurationTable

Access methods to configurations table.

location_table.LocationTable

Access methods to locations table.

location_attribute_table.LocationAttributeTable

Access methods to location attributes table.

location_crosswalk_table.LocationCrosswalkTable

Access methods to location crosswalks table.

timeseries_table.TimeseriesTable

Access methods to timeseries table.

primary_timeseries_table.PrimaryTimeseriesTable

Access methods to primary timeseries table.

secondary_timeseries_table.SecondaryTimeseriesTable

Access methods to secondary timeseries table.

Views#

base_view.View

Base class for computed views.

joined_timeseries_view.JoinedTimeseriesView

A computed view that joins primary and secondary timeseries.

location_attributes_view.LocationAttributesView

A computed view that pivots location attributes.

primary_timeseries_view.PrimaryTimeseriesView

A computed view of primary timeseries with optional location attributes.

secondary_timeseries_view.SecondaryTimeseriesView

A computed view of secondary timeseries with crosswalk and attributes.