Skip to content

Commit

Permalink
added headline
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 27, 2017
1 parent 77633c3 commit 1515794
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion hummingbird/processes/wps_cdo_bbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def __init__(self):
self._handler,
identifier="cdo_bbox",
title="CDO select lon/lat box",
abstract="Apply CDO sellonlatbox on a NetCDF File.",
abstract='Runs CDO to clip a bounding-box from a NetCDF file.'
' Calls the CDO (Climate Data Operators) sellonlatbox operator'
' with a bounding-box and returns the resulting NetCDF file.',
version=cdo_version,
metadata=[
Metadata('Birdhouse', 'http://bird-house.github.io/'),
Expand Down
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_cdo_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self):
self._handler,
identifier="cdo_operation",
title="CDO Operation",
abstract="Apply CDO Operation like monmax on NetCDF File.",
abstract="Calls CDO operations like monmax on a NetCDF file.",
version=cdo_version,
metadata=[
Metadata('Birdhouse', 'http://bird-house.github.io/'),
Expand Down
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_cfchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self):
identifier="cfchecker",
title="CF Checker by NCAS Computational Modelling Services (NCAS-CMS)",
version="2.0.9-0",
abstract="The NetCDF Climate Forcast Conventions compliance checker."
abstract="The NetCDF Climate Forcast Conventions compliance checker by CEDA."
" This process allows you to run the compliance checker"
" to check that the contents of a NetCDF file comply"
" with the Climate and Forecasts (CF) Metadata Convention."
Expand Down
7 changes: 4 additions & 3 deletions hummingbird/processes/wps_cmor_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
# max_occurs=1,
# default='CMIP6_CV',
# allowed_values=cmor_tables()),
ComplexInput('dataset', 'NetCDF File',
ComplexInput('dataset', 'Dataset',
abstract='You may provide a URL or upload a NetCDF file.',
metadata=[Metadata('Info')],
min_occurs=1,
Expand Down Expand Up @@ -67,8 +67,9 @@ def __init__(self):
identifier="cmor_checker",
title="CMIP6 CMOR Checker",
version="3.2.2",
abstract="CMIP6 CMOR checker will verify that all attributes in the input file are present"
" and conform to CMIP6 for publication into ESGF.",
abstract='Calls the CMIP6 cmor checker to verify CMIP6 compliance.'
'CMIP6 CMOR checker will verify that all attributes in the input file are present'
' and conform to CMIP6 for publication into ESGF.',
metadata=[
Metadata('CMOR Checker on GitHub', 'https://github.com/PCMDI/cmor'),
Metadata('User Guide', 'https://cmor.llnl.gov/mydoc_cmip6_validator/'),
Expand Down

0 comments on commit 1515794

Please sign in to comment.