Skip to content

Commit a019e36

Browse files
committed
PR feedback edits.
1 parent d1d5f12 commit a019e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyrasterframes/src/main/python/docs/getting-started.pymd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you are new to Earth-observing imagery, you might consider looking at the [Co
66

77
@@@
88

9-
There are @ref:[several ways](getting-started.md#other-options) to use RasterFrames, and @ref:[several languages (Scala, SQL)](languages.md) with which you can use it.
9+
RasterFrames® is a geospatial raster processing library for @ref:[Python, Scala and SQL](languages.md), available through @ref:[several mechanisms](#other-options).
1010

1111
The simplest way to get started with RasterFrames is via the [Docker image](#using-jupyter-notebook), or from the Python shell. To get started with the Python shell you will need:
1212

@@ -111,7 +111,7 @@ Now you have the configured SparkSession with RasterFrames enabled.
111111

112112
There is first-class support for Scala in RasterFrames. See the @ref:[Scala and SQL](languages.md) page for an example application, and the [Scala API Documentation](latest/api/index.html) for function details.
113113

114-
If you would like to use RasterFrames in Scala, you'll need to add the following resolvers and depednencies to your sbt project:
114+
If you would like to use RasterFrames in Scala, you'll need to add the following resolvers and dependencies to your sbt project:
115115

116116
```scala
117117
resolvers ++= Seq(

0 commit comments

Comments
 (0)