Skip to content

Commit

Permalink
[DOCS] Fix grammar and fix link (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored and jiayuasu committed Apr 28, 2024
1 parent b91c7d0 commit 8325a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/viz.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ SELECT ST_Point(cast(pointtable._c0 as Decimal(24,20)),cast(pointtable._c1 as De
FROM pointtable
```

As you know, Sedona provides many different methods to load various spatial data formats. Please read [Write an Spatial DataFrame application](../sql).
As you know, Sedona provides many different methods to load various spatial data formats. Please read [Write a Spatial DataFrame application](../sql).

## Generate a single image

Expand Down Expand Up @@ -169,7 +169,7 @@ SELECT ST_Render(pixel, color) AS image, (SELECT ST_AsText(bound) FROM boundtabl
FROM pixelaggregates
```

This DataFrame will contain a Image type column which has only one image.
This DataFrame will contain an Image type column which has only one image.

### Store the image on disk

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/zeppelin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sedona provides a Helium visualization plugin tailored for [Apache Zeppelin](). This finally bridges the gap between Sedona and Zeppelin. Please read [Install Sedona-Zeppelin](../../setup/zeppelin/) to learn how to install this plugin in Zeppelin.
Sedona provides a Helium visualization plugin tailored for [Apache Zeppelin](https://zeppelin.apache.org/). This finally bridges the gap between Sedona and Zeppelin. Please read [Install Sedona-Zeppelin](../../setup/zeppelin/) to learn how to install this plugin in Zeppelin.

Sedona-Zeppelin equips two approaches to visualize spatial data in Zeppelin. The first approach uses Zeppelin to plot all spatial objects on the map. The second one leverages SedonaViz to generate map images and overlay them on maps.

Expand Down

0 comments on commit 8325a2e

Please sign in to comment.