Skip to content

Commit

Permalink
Fix weather model
Browse files Browse the repository at this point in the history
  • Loading branch information
bjin96 committed Dec 12, 2024
1 parent 8804a07 commit d960cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
async def get_daily_average_temperature(coordinate: Coordinate = Depends()):
return get_weather_variable_data(
coordinate=coordinate,
weather_model=WeatherModel.ERA5_LAND,
weather_model=WeatherModel.ERA5,
weather_variable=WeatherVariable.TEMPERATURE,
weather_variable_name=WeatherVariableName.TEMPERATURE
)

0 comments on commit d960cd9

Please sign in to comment.