noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

As an Open data hub Manager I want that the Weather Data, is browsable through the Data Browser 2.0 to test the integration of the Mobility Domain #441

Closed sseppi closed 4 months ago

sseppi commented 8 months ago

The detail about the integration of this data are collected in the issue #296

Here below I post some useful link to start with for the first PoC:

The Link to the Weather Data: Station description/metadata: https://mobility.api.opendatahub.com/v2/flat/MeteoStation Station last values: https://mobility.api.opendatahub.com/v2/flat/MeteoStation/*/latest

gappc commented 6 months ago

@sseppi this is the related Data Browser link:

Note that at the moment we don't show the last values for any mobility dataset. Should we add this info? How is it related to #456?

sseppi commented 5 months ago

@gappc

I suggest to use the same strategy mentioned in the issue #444.

In the measurement section I would suggest to show all existing values in the JSON that starts with t or m.

https://mobility.api.opendatahub.com/v2/flat/MeteoStation/*/latest?where=sname.eq.%22Solda%20Cima%20Beltovo%22

As you can see from the API call above, in this case there is a list of different datatype that are shared from the station. For this reason I would suggest to show for each datatype all values that starts with m or t:

     "tdescription": "Direzione del vento",
      "tmetadata": {},
      "tname": "wind-direction",
      "tunit": "\u00b0 ",
      "mperiod": 1800,
      "mtransactiontime": "2021-09-02 10:20:04.999+0000",
      "mvalidtime": "2021-09-02 08:20:00.000+0000",
      "mvalue": 333,