Skip to content

Commit 679f48d

Browse files
committed
Miscellaneous redirects to locationtech endpoints.
Signed-off-by: Simeon H.K. Fitch <[email protected]>
1 parent 66a41f7 commit 679f48d

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="docs/src/main/paradox/_template/images/RasterFramesLogo.png" width="300px"/><sup style="vertical-align: top;">&trade;</sup>
22

3-
[![Maven metadata URI](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/io/astraea/raster-frames_2.11/maven-metadata.xml.svg)](http://search.maven.org/#search%7Cga%7C1%7Craster-frames) [![Build Status](https://travis-ci.org/s22s/raster-frames.svg?branch=develop)](https://travis-ci.org/s22s/raster-frames) [![codecov](https://codecov.io/gh/s22s/raster-frames/branch/develop/graph/badge.svg)](https://codecov.io/gh/s22s/raster-frames)
3+
[![Build Status](https://travis-ci.org/locationtech/rasterframes.svg?branch=master)](https://travis-ci.org/s22s/raster-frames)
44
[![Join the chat at https://gitter.im/s22s/raster-frames](https://badges.gitter.im/s22s/raster-frames.svg)](https://gitter.im/s22s/raster-frames?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
_RasterFrames™_ brings the power of Spark DataFrames to geospatial raster data, empowered by the map algebra and tile layer operations of [GeoTrellis](https://geotrellis.io/).

core/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enablePlugins(BuildInfoPlugin)
22

3-
moduleName := "raster-frames"
3+
moduleName := "rasterframes"
44

55
libraryDependencies ++= Seq(
66
"com.chuusai" %% "shapeless" % "2.3.2",

datasource/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
moduleName := "raster-frames-datasource"
1+
moduleName := "rasterframes-datasource"
22

33
libraryDependencies ++= Seq(
44
geotrellis("s3").value,

docs/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import com.typesafe.sbt.SbtGit.git
22

33
enablePlugins(SiteScaladocPlugin, ParadoxSitePlugin, TutPlugin, GhpagesPlugin, ScalaUnidocPlugin)
44

5-
name := "raster-frames-docs"
5+
name := "rasterframes-docs"
66

77
libraryDependencies ++= Seq(
88
spark("mllib").value % Tut,
99
spark("sql").value % Tut
1010
)
1111

12-
git.remoteRepo := "[email protected]:s22s/raster-frames.git"
12+
git.remoteRepo := "[email protected]:locationtech/rasterframes.git"
1313
apiURL := Some(url("http://rasterframes.io/latest/api"))
1414
autoAPIMappings := true
1515
ghpagesNoJekyll := true
@@ -19,10 +19,10 @@ ScalaUnidoc / siteSubdirName := "latest/api"
1919
addMappingsToSiteDir(ScalaUnidoc / packageDoc / mappings, ScalaUnidoc / siteSubdirName)
2020

2121
Paradox / paradoxProperties ++= Map(
22-
"github.base_url" -> "https://github.com/s22s/raster-frames",
22+
"github.base_url" -> "https://github.com/locationtech/rasterframes"
2323
//"scaladoc.org.apache.spark.sql.gt" -> "http://rasterframes.io/latest",
2424
//"scaladoc.geotrellis.base_url" -> "https://geotrellis.github.io/scaladocs/latest",
25-
"snip.pyexamples.base_dir" -> (baseDirectory.value + "/../pyrasterframes/python/test/examples")
25+
// "snip.pyexamples.base_dir" -> (baseDirectory.value + "/../pyrasterframes/python/test/examples")
2626
)
2727
Paradox / paradoxTheme := Some(builtinParadoxTheme("generic"))
2828
Paradox / paradoxGroups := Map("Language" -> Seq("Scala", "Python"))

docs/src/main/tut/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_RasterFrames™_ brings the power of Spark DataFrames to geospatial raster data, empowered by the map algebra and tile layer
44
operations of [GeoTrellis](https://geotrellis.io/).
55

6-
The source code can be found on GitHub at [s22s/raster-frames](https://github.com/s22s/raster-frames).
6+
The source code can be found on GitHub at [locationtech/rasterframes](https://github.com/locationtech/rasterframes).
77

88
The underlying purpose of RasterFrames™ is to allow data scientists and software developers to process
99
and analyze geospatial-temporal raster data with the same flexibility and ease as any other Spark Catalyst data type. At its
@@ -18,7 +18,7 @@ To learn more, please see the @ref:[Getting Started](getting-started.md) section
1818

1919
@@@ note
2020
RasterFrames™ is a new project under active development. Feedback and contributions are welcomed as we look to improve it.
21-
Please [submit an issue](https://github.com/s22s/raster-frames/issues) if there's a particular feature you think should be included.
21+
Please [submit an issue](https://github.com/locationtech/rasterframes/issues) if there's a particular feature you think should be included.
2222
@@@
2323

2424
@@@ div { .md-left}
@@ -35,10 +35,9 @@ Please [submit an issue](https://github.com/s22s/raster-frames/issues) if there'
3535

3636
* [Gitter Channel](https://gitter.im/s22s/raster-frames)&nbsp;&nbsp;[![Join the chat at https://gitter.im/s22s/raster-frames](https://badges.gitter.im/s22s/raster-frames.svg)](https://gitter.im/s22s/raster-frames?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3737
* [API Documentation](latest/api/index.html)
38-
* [GitHub Repository](https://github.com/s22s/raster-frames)
38+
* [GitHub Repository](https://github.com/locationtech/rasterframes)
3939
* [GeoTrellis Documentation](https://docs.geotrellis.io/en/latest/)
4040
* [Astraea, Inc.](http://www.astraea.earth/) (the company behind RasterFrames)
41-
* [Azavea](https://www.azavea.com/) (the company behind GeoTrellis)
4241

4342
@@@
4443

project/ProjectPlugin.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ object ProjectPlugin extends AutoPlugin {
1818
import autoImport._
1919

2020
override def projectSettings = Seq(
21-
organization := "io.astraea",
22-
organizationName := "Astraea, Inc.",
21+
organization := "org.locationtech.rasterframes",
22+
organizationName := "LocationTech RasterFrames",
2323
startYear := Some(2017),
2424
homepage := Some(url("http://rasterframes.io")),
25-
scmInfo := Some(ScmInfo(url("https://github.com/s22s/raster-frames"), "[email protected]:s22s/raster-frames.git")),
25+
scmInfo := Some(ScmInfo(url("https://github.com/locationtech/rasterframes"), "[email protected]:locationtech/rasterframes.git")),
2626
description := "RasterFrames brings the power of Spark DataFrames to geospatial raster data, empowered by the map algebra and tile layer operations of GeoTrellis",
2727
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
2828
scalaVersion := "2.11.12",

0 commit comments

Comments
 (0)