Skip to content

Commit 83316cb

Browse files
authored
Merge pull request #290921 from stevemunk/snap-to-road-toc-update
Minor updates to TOC/Titles for REST API tutorials
2 parents 96e8ce1 + ab76b11 commit 83316cb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/azure-maps/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ items:
3232
href: tutorial-load-geojson-file-android.md
3333
- name: REST API Tutorials
3434
items:
35-
- name: EV routing using Azure Notebooks (Python)
35+
- name: EV routing using Jupyter Notebooks
3636
href: tutorial-ev-routing.md
37-
- name: Analyze weather data using Azure Notebooks (Python)
37+
- name: Analyze weather data using Jupyter Notebooks
3838
href: weather-service-tutorial.md
39-
- name: Snap to Roads using Microsoft Fabric notebooks (Python)
39+
- name: Analyze trip data using Snap to Roads
4040
href: tutorial-snap-to-Road.md
4141
- name: Concepts
4242
items:

articles/azure-maps/tutorial-ev-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Tutorial: Route electric vehicles by using Azure Notebooks (Python) with Microsoft Azure Maps'
3-
description: Tutorial on how to route electric vehicles by using Microsoft Azure Maps routing APIs and Azure Notebooks
2+
title: 'Tutorial: Route electric vehicles using Jupyter Notebooks (Python) with Microsoft Azure Maps'
3+
description: Tutorial on how to route electric vehicles by using Microsoft Azure Maps routing APIs and Jupyter Notebooks in VS Code.
44
author: farazgis
55
ms.author: fsiddiqui
66
ms.date: 10/11/2024
@@ -11,7 +11,7 @@ services: azure-maps
1111
ms.custom: mvc, devx-track-python
1212
---
1313

14-
# Tutorial: Route electric vehicles by using Azure Notebooks (Python)
14+
# Tutorial: Route electric vehicles using Jupyter Notebooks (Python)
1515

1616
Azure Maps is a portfolio of geospatial service APIs integrated into Azure, enabling developers to create location-aware applications for various scenarios like IoT, mobility, and asset tracking.
1717

articles/azure-maps/tutorial-snap-to-road.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Create Microsoft Azure Maps Snap to road route using Microsoft Fabric notebooks (Python).'
2+
title: 'Tutorial: Analyze trip data using Snap to Roads in Microsoft Fabric notebook.'
33
description: Tutorial on how to Create a snap to road route using Microsoft Azure Maps routing APIs and Microsoft Fabric notebooks.
44
author: farazgis
55
ms.author: fsiddiqui
@@ -10,7 +10,7 @@ services: azure-maps
1010
ms.custom: mvc, devx-track-python
1111
---
1212

13-
# Tutorial: Analyze trip using Snap to Roads in Microsoft Fabric notebook
13+
# Tutorial: Analyze trip data using Snap to Roads in Microsoft Fabric notebook
1414

1515
Snap to Roads is an Azure Maps service that processes a set of GPS points collected along a route and snaps them to the most probable roads the vehicle traveled. This feature is useful in determining the exact path followed by a vehicle, even when the GPS data collected is off slightly.
1616

articles/azure-maps/weather-service-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Tutorial: Join sensor data with weather forecast data by using Azure Notebooks(Python)'
2+
title: 'Tutorial: Join sensor data with weather forecast data using Jupyter Notebooks (Python)'
33
titleSuffix: Microsoft Azure Maps
4-
description: Tutorial on how to join sensor data with weather forecast data from Microsoft Azure Maps Weather services using Azure Notebooks(Python).
4+
description: Tutorial on how to join sensor data with weather forecast data from Microsoft Azure Maps Weather services using Jupyter Notebooks in VS Code (Python).
55
author: farazgis
66
ms.author: fsiddiqui
77
ms.date: 10/28/2024
@@ -11,7 +11,7 @@ ms.subservice: weather
1111
ms.custom: mvc, devx-track-python
1212
---
1313

14-
# Tutorial: Join sensor data with weather forecast data by using Azure Notebooks (Python)
14+
# Tutorial: Join sensor data with weather forecast data using Jupyter Notebooks (Python)
1515

1616
Wind power is one alternative energy source for fossil fuels to combat against climate change. Because wind isn't consistent by nature, wind power operators need to build machine learning (ML) models to predict the wind power capacity. This prediction is necessary to meet electricity demand and ensure the grid stability. In this tutorial, we walk through how Azure Maps weather forecast data is combined with demo data for weather readings. Weather forecast data is requested by calling Azure Maps Weather services.
1717

0 commit comments

Comments
 (0)