Describe

wcpms.wcpms.get_description(url)

List the information on each of the phenological metrics, such as code, name, description and method.

Parameters:

url – The url of the available wcpms service running

Returns: list: A list form the unique identifier of each of the phenological metrics, with its code, name, description and method.

Raises:
  • ConnectionError – If the server is not reachable.

  • HTTPError – If the server response indicates an error.

  • ValueError – If the response body is not a json document.