noi-techpark / odh-api-core

.Net Core Port of ODH Tourism Api
2 stars 2 forks source link

As a developer i want to have the weatherforecasts per municipality integrated into the Tourism Api #406

Closed RudiThoeni closed 6 months ago

RudiThoeni commented 7 months ago

https://mobility.api.opendatahub.com/v2/flat,node/WeatherForecast/*/latest

The idea is to retrieve the forecasts per municipality

RudiThoeni commented 6 months ago

using the file on s3 added a PR, wip https://github.com/noi-techpark/odh-api-core/pull/409

RudiThoeni commented 6 months ago

https://api.tourism.testingmachine.eu/v1/Weather/Forecast

RudiThoeni commented 6 months ago

@rcavaliere i deployed everything on testing https://api.tourism.testingmachine.eu/v1/Weather/Forecast i take the data from the file on S3 and parse it to the tourism format..... please check and if this is ok i will deploy on prod so STA can use it.....

rcavaliere commented 6 months ago

@RudiThoeni thanks a lot! Can you tell me which are the existing other API calls for the weather forecasts at regional and "bezirks" level?

RudiThoeni commented 6 months ago

https://tourism.api.opendatahub.com/v1/Weather https://tourism.api.opendatahub.com/v1/Weather/District https://tourism.api.opendatahub.com/v1/Weather/Realtime

https://tourism.api.opendatahub.com/v1/Weather/Forecast (only working on test prod deployment has to be done https://api.tourism.testingmachine.eu/v1/Weather/Forecast)

RudiThoeni commented 6 months ago

all described in swagger https://tourism.api.opendatahub.com/swagger/index.html#/Weather

rcavaliere commented 6 months ago

Positive feedback here, I think we can put on production, @RudiThoeni @ohnewein @sseppi we have a wonderful use case here with STA, with weather predictions visualized dynamically on the internal monitors based on the municipality in which the train is stopping.

RudiThoeni commented 6 months ago

ok all on production