Skip to content

Commit 0aff958

Browse files
committed
Upgraded GeoMesa and GeoTrellis versions.
Minor documentation updates. Signed-off-by: Simeon H.K. Fitch <[email protected]>
1 parent 4b180e6 commit 0aff958

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

docs/src/main/tut/getting-started.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,21 @@ To use RasterFrames, add the following library dependencies:
2626

2727
@@dependency[sbt,Maven,Gradle] {
2828
group="io.astraea"
29-
artifact="raster-frames_2.11"
29+
artifact="rasterframes_2.11"
3030
version="x.y.z"
3131
}
3232

3333
@@dependency[sbt,Maven,Gradle] {
3434
group="io.astraea"
35-
artifact="raster-frames-datasource_2.11"
35+
artifact="rasterframes-datasource_2.11"
36+
version="x.y.z"
37+
}
38+
39+
Optional:
40+
41+
@@dependency[sbt,Maven,Gradle] {
42+
group="io.astraea"
43+
artifact="rasterframes-experimental_2.11"
3644
version="x.y.z"
3745
}
3846

experimental/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# RasterFrames Experimental Module
2+
3+
## Notice
4+
5+
Features in this modules are experimental, and as such should not be considered stable or production-ready,
6+
regardless of project version number. It is a place to try out new ideas, iterate over them, and over time either reject
7+
them or promote them to core RasterFrame features.

project/ProjectPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ object ProjectPlugin extends AutoPlugin {
3636
),
3737

3838
rfSparkVersion in ThisBuild := "2.2.1" ,
39-
rfGeoTrellisVersion in ThisBuild := "1.2.0",
40-
rfGeoMesaVersion in ThisBuild := "2.0.0-rc.1",
39+
rfGeoTrellisVersion in ThisBuild := "1.2.1",
40+
rfGeoMesaVersion in ThisBuild := "2.0.0",
4141

4242
publishTo := sonatypePublishTo.value,
4343
publishMavenStyle := true,

0 commit comments

Comments
 (0)