Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix grammar and fix link #1303

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading