You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our scenario, we would like to request daily forecast for each sensor location. The following script calls the [Daily Forecast API] of the Azure Maps Weather services. This API returns weather forecast for each wind turbine, for the next 15 days from the current date.
91
+
In our scenario, we would like to request daily forecast for each sensor location. The following script calls the [Daily Forecast] API of the Azure Maps Weather services. This API returns weather forecast for each wind turbine, for the next 15 days from the current date.
92
92
93
93
```python
94
94
subscription_key ="Your Azure Maps key"
@@ -212,13 +212,14 @@ For a complete list of Azure Maps REST APIs, see [Azure Maps REST APIs].
212
212
> [!div class="nextstepaction"]
213
213
> [Learn more about all the notebooks experiences from Microsoft and GitHub](https://visualstudio.microsoft.com/vs/features/notebooks-at-microsoft)
0 commit comments