-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update landing page info #206
Conversation
api/openapi/openapi_metadata.py
Outdated
openapi_metadata = { | ||
"title": "Observations Europe EUMETNET", | ||
"description": ( | ||
"EDR data service for European environmental observations from EUMETNET," " co-funded by the European Union" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't "environmental observations" to broad?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. It is the only type of observations we have. I don't really have any better suggestions either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... European meteorological observations ...
datastore/integration-test/response/metadata_collections_all_collections.json
Outdated
Show resolved
Hide resolved
api/metadata_endpoints.py
Outdated
"pressure", | ||
"clouds", | ||
"radiation", | ||
], | ||
provider=Provider(name="RODEO", url="https://rodeo-project.eu/"), | ||
contact=Contact(email="[email protected]"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want this contact to be different from the one at API level?
api/openapi/openapi_metadata.py
Outdated
@@ -0,0 +1,15 @@ | |||
openapi_metadata = { | |||
"title": "Observations Europe EUMETNET", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't like this title. It should say "EDR" and "API".
628382a
to
939cfd0
Compare
PR for updating landing page info.