Skip to content

Commit

Permalink
added a headline
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 27, 2017
1 parent d59a7cc commit 77633c3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion hummingbird/processes/wps_cdo_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def __init__(self):
self._handler,
identifier="cdo_indices",
title="CDO Climate Indices",
abstract="Calls the Climate Data Operators (CDO) tool with a single dataset (NetCDF, OpenDAP) provided"
abstract="Calculates climate indices like summer days using CDO."
" Calls the Climate Data Operators (CDO) tool with a single dataset (NetCDF, OpenDAP) provided"
" and uses the chosen operator to calculate climate indices written to a NetCDF file.",
version=cdo_version,
metadata=[
Expand Down
4 changes: 3 additions & 1 deletion hummingbird/processes/wps_cdo_sinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ def __init__(self):
self._handler,
identifier="cdo_sinfo",
title="CDO sinfo",
abstract="Apply CDO sinfo on NetCDF file and return document with metadata information.",
abstract="Runs CDO to retrieve NetCDF metadata information."
" Calls the sinfo operator of CDO (Climate Data Operator) on a NetCDF file"
" and returns a document with metadata information.",
version=cdo_version,
metadata=[
Metadata('Birdhouse', 'http://bird-house.github.io/'),
Expand Down
9 changes: 5 additions & 4 deletions hummingbird/processes/wps_compliance_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ def __init__(self):
identifier="cchecker",
title="IOOS Compliance Checker",
version=cchecker_version,
abstract="The IOOS Compliance Checker is a Python tool to"
" check local/remote datasets against a variety of"
" compliance standards. Each compliance standard is executed"
abstract="Runs the IOOS Compliance Checker tool to"
" check datasets against compliance standards."
" Each compliance standard is executed"
" by a Check Suite, which functions similar to a"
" Python standard Unit Test."
" A Check Suite runs one or more checks against a dataset,"
" returning a list of Results which are then aggregated"
" into a summary. Development and maintenance for the compliance"
" into a summary."
" Development and maintenance for the compliance"
" checker is done by the Integrated Ocean Observing System (IOOS).",
metadata=[
Metadata('Birdhouse', 'http://bird-house.github.io/'),
Expand Down
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_ncdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
identifier="ncdump",
title="NCDump",
version="4.4.1",
abstract="Run ncdump to retrieve netcdf header metadata.",
abstract="Run ncdump to retrieve NetCDF header metadata.",
metadata=[
Metadata('Birdhouse', 'http://bird-house.github.io/'),
Metadata('User Guide', 'http://birdhouse-hummingbird.readthedocs.io/en/latest/')],
Expand Down
3 changes: 2 additions & 1 deletion hummingbird/processes/wps_spotchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def __init__(self):
identifier="spotchecker",
title="Spot Checker",
version="0.3.0",
abstract="Spot Checker checks datasets (NetCDF, OpenDAP) against a variety of compliance standards."
abstract="Checks a single uploaded or remote dataset against a variety of compliance standards."
" The dataset is either in the NetCDF format or a remote OpenDAP resource."
" Available compliance standards are the Climate and Forecast conventions (CF)"
" and project specific rules for CMIP6 and CORDEX.",
metadata=[
Expand Down

0 comments on commit 77633c3

Please sign in to comment.