Skip to content
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

redesign the "data"-collection and adapt wis2box-stack, to support new version of bufr2geojson #806

Open
maaikelimper opened this issue Nov 20, 2024 · 1 comment
Labels
bug Something isn't working data access Data access data transformation Data transformation
Milestone

Comments

@maaikelimper
Copy link
Collaborator

maaikelimper commented Nov 20, 2024

Investigation into #783 leads me to conclude that we need to move to a new version of bufr2geojson as Dave as made various fixes.

We need to adapt to this new version of the wis2box-stack :

  • update the oaproc to extract relevant fields for publishing using new bufr2geojson
  • update code in backend/elastic.py to create an "observation"-collection
  • adapts clients of oaproc to use the new structure where required, wis2box-webapp and wis2box-ui
@maaikelimper maaikelimper added bug Something isn't working data transformation Data transformation data access Data access labels Nov 20, 2024
@maaikelimper maaikelimper added this to the sprint-016 milestone Nov 20, 2024
@maaikelimper maaikelimper changed the title adapt wis2box-stack to use new version of bufr2geojson redesign the "data"-collection and adapt wis2box-stack, to support new version of bufr2geojson Nov 21, 2024
@maaikelimper
Copy link
Collaborator Author

Observation-collection to hold a subset of data returned by bufr2geojson, for example:

"properties": {
        "host": "0-20000-0-60355",
        "observedProperty": "air_temperature (minimum value)",
        "phenomenonTime": "2024-11-01T07:00:01Z/2024-11-02T07:00:01Z",
        "result": {
            "value": 0.6,
            "units": "Celsius",
            "standardUncertainty": null
        }
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working data access Data access data transformation Data transformation
Projects
None yet
Development

No branches or pull requests

1 participant