Skip to content

Commit

Permalink
Update notebook headings
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Dec 4, 2024
1 parent aa972c3 commit 345ca4c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/notebooks/102_fused.ipynb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{Buildings
{
"cells": [
{
"cell_type": "markdown",
Expand Down Expand Up @@ -50,11 +50,11 @@
"id": "3",
"metadata": {},
"source": [
"# 1. Load Overture Buildings for drawn area\n",
"## 1. Load Overture Buildings for drawn area\n",
"\n",
"First draw a bounding box over an area of interest (AOI) and create a GeoDataFrame with it. Then, [run the Overture UDF](https://docs.fused.io/core-concepts/run/) to fetch data for that AOI.\n",
"\n",
"## 1.1 First, draw an AOI"
"### 1.1 First, draw an AOI"
]
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
"id": "6",
"metadata": {},
"source": [
"## 1.2 Then, convert it to a GeoDataFrame."
"### 1.2 Then, convert it to a GeoDataFrame."
]
},
{
Expand All @@ -126,7 +126,7 @@
"id": "8",
"metadata": {},
"source": [
"## 1.3 Fetch Overture Buildings for the AOI and render them on the map\n",
"### 1.3 Fetch Overture Buildings for the AOI and render them on the map\n",
"\n",
"The data comes from calling the \"[Overture Maps Example](https://www.fused.io/workbench/catalog/Overture_Maps_Example-64071fb8-2c96-4015-adb9-596c3bac6787)\" public UDF with `fused.run`."
]
Expand All @@ -138,7 +138,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Fetch Overture Buildings GDF with Fused UDF\n",
"# Fetch Overture Bulidings GDF with Fused UDF\n",
"gdf = fused.run(\"UDF_Overture_Maps_Example\", bbox=gdf_drawing)"
]
},
Expand Down Expand Up @@ -183,7 +183,7 @@
"id": "13",
"metadata": {},
"source": [
"## 1.4 Visualize buildings in 3D."
"### 1.4 Visualize buildings in 3D."
]
},
{
Expand Down Expand Up @@ -215,9 +215,9 @@
"id": "16",
"metadata": {},
"source": [
"# 2. Load FSQ Places POIs for drawn area\n",
"## 2. Load FSQ Places POIs for drawn area\n",
"\n",
"## 2.1 Fetch FSQ Places for the AOI (defined above) and render them on the map\n",
"### 2.1 Fetch FSQ Places for the AOI (defined above) and render them on the map\n",
"\n",
"The data comes from calling the \"[Foursquare Open Source Places](https://www.fused.io/workbench/catalog/Foursquare_Open_Source_Places-5cd75ead-e319-4279-8efc-04276de145bc)\" public UDF with `fused.run`."
]
Expand Down Expand Up @@ -260,7 +260,7 @@
"id": "19",
"metadata": {},
"source": [
"## 2.2 Visualize the POIs on a 2d map"
"### 2.2 Visualize the POIs on a 2d map"
]
},
{
Expand All @@ -287,7 +287,7 @@
"id": "21",
"metadata": {},
"source": [
"## 2.3 Visualize POIs with OpenStreetMap vector tiles"
"### 2.3 Visualize POIs with OpenStreetMap vector tiles"
]
},
{
Expand All @@ -307,7 +307,7 @@
"id": "23",
"metadata": {},
"source": [
"## 2.4 Visualize the POIs on a 3D map with Overture buildings"
"### 2.4 Visualize the POIs on a 3D map with Overture buildings"
]
},
{
Expand All @@ -328,7 +328,7 @@
"id": "25",
"metadata": {},
"source": [
"## 2.5 Visualize the POIs on a 3D map with [OpenFreeMap](https://openfreemap.org/) vector tiles"
"### 2.5 Visualize the POIs on a 3D map with [OpenFreeMap](https://openfreemap.org/) vector tiles"
]
},
{
Expand Down

0 comments on commit 345ca4c

Please sign in to comment.