GeoEco.DataProducts.NOAA.ClimateIndices.PSLClimateIndices

class GeoEco.DataProducts.NOAA.ClimateIndices.PSLClimateIndices

Bases: object

Functions for working with climate index time series provided by the NOAA Physical Sciences Laboratory (PSL).

Methods

ClassifyONIEpisodesInTimeSeriesArcGISTable

Given a time series table of monthly Oceanic Niño Index (ONI) numerical values, classifies each month as part of a normal, El Niño (warm), or La Niña (cold) episode.

ClassifyONIEpisodesInTimeSeriesList

Given a time series table of monthly Oceanic Niño Index (ONI) numerical values, classifies each month as part of a normal, El Niño (warm), or La Niña (cold) episode.

ClassifyONIEpisodesInTimeSeriesTable

Given a time series table of monthly Oceanic Niño Index (ONI) numerical values, classifies each month as part of a normal, El Niño (warm), or La Niña (cold) episode.

FileToArcGISTable

Creates and populates a table of climate index values parsed from a text file in NOAA PSL time series format.

FileToList

Returns a table of climate index values parsed from a text file in NOAA PSL time series format.

FileToTable

Creates and populates a table of climate index values parsed from a text file in NOAA PSL time series format.

FilesToArcGISTable

Creates and populates a table of climate index values parsed from a list of text files, where each file contains the data for a single climate index in NOAA PSL time series format.

FilesToList

Creates and populates a table of climate index values parsed from a list of text files, where each file contains the data for a single climate index in NOAA PSL time series format.

FilesToTable

Creates and populates a table of climate index values parsed from a list of text files, where each file contains the data for a single climate index in NOAA PSL time series format.

StringToArcGISTable

Creates and populates a table of climate index values parsed from a string in NOAA PSL time series format.

StringToList

Returns a table of climate index values parsed from a string in NOAA PSL time series format.

StringToTable

Creates a table of climate index values parsed from a string in NOAA PSL time series format.

StringsToArcGISTable

Creates and populates a table of climate index values parsed from a list of strings, where each string is the data for a single climate index in NOAA PSL time series format.

StringsToList

Returns a table of climate index values parsed from a list of strings, where each string is the data for a single climate index in NOAA PSL time series format.

StringsToTable

Creates and populates a table of climate index values parsed from a list of strings, where each string is the data for a single climate index in NOAA PSL time series format.

UrlToArcGISTable

Creates and populates a table of climate index values parsed from NOAA PSL climate index time series data downloaded from a URL.

UrlToList

Returns a table of climate index values parsed from the NOAA PSL climate index time series data downloaded from a URL.

UrlToTable

Creates and populates a table of climate index values parsed from NOAA PSL climate index time series data downloaded from a URL.

UrlsToArcGISTable

Creates and populates a table of climate index values parsed from NOAA PSL climate index time series data downloaded from a list of URLs.

UrlsToList

Creates and populates a table of climate index values parsed from NOAA PSL climate index time series data downloaded from a list of URLs.

UrlsToTable

Creates and populates a table of climate index values parsed from NOAA PSL climate index time series data downloaded from a list of URLs.