Skip to content

Conversation

@Teddy-1000
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

Title Coverage Tests Skipped Failures Errors Time
API Unit Tests Coverage 40 0 💤 0 ❌ 0 🔥 1.511s ⏱️
Ingest Unit Tests Coverage 16 0 💤 0 ❌ 0 🔥 11.595s ⏱️

os.getenv("OPENAPI_METADATA_PATH", "/app/openapi_default_files/openapi_metadata.json"),
"r",
) as file:
openapi_metadata = json.load(file)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worries me a bit that you can now add arbitrary arguments to the FastAPI constructor...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not unpack the entire json, and the response model will stop you from adding anything other then strings. If we do unpack the json somwhere that would indeed open some more concerns.
I can't see any other issue then this at the moment.

"title": "EUMETNET Members",
"type": "text/html"
"type": "text/html",
"href": "https://www.eumetnet.eu/about-us"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Contact info now points towards Met Norway, but the "about" info doesn't.

Copy link
Collaborator Author

@Teddy-1000 Teddy-1000 Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StuartJMatthews @vegark73 Is this intended?

Copy link

@StuartJMatthews StuartJMatthews Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Teddy-1000 @lukas-phaf. Yes. We mention EUMETNET Members in the description, but don't list them anywhere. The list of Members is reasonably stable but more countries are expected in the coming years so we wanted to link to the latest list of Members.

Comment on lines +81 to +98
"concepts": [
{
"id": "air_temperature",
"title": "Air temperature",
"url": "http://vocab.nerc.ac.uk/standard_name/air_temperature/"
},
{
"id": "wind_speed",
"title": "Wind Speed",
"url": "http://vocab.nerc.ac.uk/standard_name/wind_speed/"
},
{
"id": "wind_to_direction",
"title": "Wind to diection",
"url": "http://vocab.nerc.ac.uk/standard_name/wind_to_direction/"
}
],
"scheme": "https://vocab.nerc.ac.uk/standard_name"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a pretty incomplete list?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StuartJMatthews Could you comment this?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree the list isn't as full as it could be. We plan to add more, but wanted to start with something.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Teddy-1000, @lukas-phaf. I expect the E-SOH discovery metadata, as well as the other discovery data published in WIS 2.0 will evolve, as best practice is developed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants