Is Climatology Product

https://colab.research.google.com/assets/colab-badge.svg https://mybinder.org/badge_logo.svg
is_climatology(tableName)

Returns True if the specified dataset represents a climatological product; otherwise returns False.


Parameters:
tableName: string

The name of table associated with the dataset. A full list of table names can be found in the Data Catalog.

Returns:

Boolean.


Example

Checking if the table, tblDarwin_Plankton_Climatology, is a climatological product in the Darwin Climatology dataset.

#!pip install pycmap -q     #uncomment to install pycmap, if necessary

import pycmap

api = pycmap.API(token='<YOUR_API_KEY>')
api.is_climatology('tblDarwin_Plankton_Climatology')