File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cads_processing_api_service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
32
32
logger : structlog .stdlib .BoundLogger = structlog .get_logger (__name__ )
33
33
34
- API_TITLE = "CADS Processing API"
34
+ API_TITLE = "ECMWF Data Stores Processing API"
35
35
API_DESCRIPTION = (
36
36
"This REST API service enables the submission of processing tasks (data retrieval) to the "
37
- "CADS system, and their consequent monitoring and management. "
37
+ "ECMWF Data Stores system, and their consequent monitoring and management. "
38
38
"The service is based on the [OGC API - Processes standard](https://ogcapi.ogc.org/processes/).\n \n "
39
39
"Being based on the OGC API - Processes standard, some terminology is inherited from it. "
40
40
"In the context of this specific API, each _process_ is associated with a specific dataset "
You can’t perform that action at this time.
0 commit comments