easyclimate.core.extract

easyclimate.core.extract#

Obtain data within a specified time period

Functions

get_specific_dayofweek_data(data_input, ...)

Slicing and extracting the part of the data containing the specified year based on an array of given integer dayofweek.

get_specific_days_data(data_input, day_array)

Slicing and extracting the part of the data containing the specified year based on an array of given integer days.

get_specific_hours_data(data_input, hour_array)

Slicing and extracting the part of the data containing the specified year based on an array of given integer hours.

get_specific_microseconds_data(data_input, ...)

Slicing and extracting the part of the data containing the specified year based on an array of given integer microseconds.

get_specific_minutes_data(data_input, ...[, dim])

Slicing and extracting the part of the data containing the specified year based on an array of given integer minutes.

get_specific_months_data(data_input, month_array)

Slicing and extracting the part of the data containing the specified year based on an array of given integer months.

get_specific_nanoseconds_data(data_input, ...)

Slicing and extracting the part of the data containing the specified year based on an array of given integer nanoseconds.

get_specific_seconds_data(data_input, ...[, dim])

Slicing and extracting the part of the data containing the specified year based on an array of given integer seconds.

get_specific_years_data(data_input, year_array)

Slicing and extracting the part of the data containing the specified year based on an array of given integer years.

get_time_exceed_index_lower_bound(...[, ...])

Extract the time under the specified threshold (lower bound) in the annual average index (one-dimensional data with only a time dimension).

get_time_exceed_index_upper_bound(...[, ...])

Extract the time under the specified threshold (upper bound) in the annual average index (one-dimensional data with only a time dimension).

get_year_exceed_index_lower_bound(...[, ...])

Extract the years under the specified threshold (lower bound) in the annual average index (one-dimensional data with only a time dimension).

get_year_exceed_index_upper_bound(...[, ...])

Extract the years under the specified threshold (upper bound) in the annual average index (one-dimensional data with only a time dimension).

get_yearmean_for_specific_months_data(...[, dim])

Get the annual average of certain months.