Skip to content

Commit c7183ce

Browse files
committed
Switched test to use https url instead of S3.
1 parent d0766dd commit c7183ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ lazy val docs = project
176176
Compile / paradoxMaterialTheme ~= { _
177177
.withRepository(uri("https://github.com/locationtech/rasterframes"))
178178
.withCustomStylesheet("assets/custom.css")
179-
.withCopyright("""&copy; 2017-2019 <a href="https://astraea.earth">Astraea</a>, Inc. All rights reserved.""")
179+
.withCopyright("""&copy; 2017-2021 <a href="https://astraea.earth">Astraea</a>, Inc. All rights reserved.""")
180180
.withLogo("assets/images/RF-R.svg")
181181
.withFavicon("assets/images/RasterFrames_32x32.ico")
182182
.withColor("blue-grey", "light-blue")

datasource/src/test/scala/org/locationtech/rasterframes/datasource/slippy/SlippyDataSourceSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class SlippyDataSourceSpec extends TestEnvironment with TestData with BeforeAndA
107107
}
108108

109109
it("should construct map on a file in the wild") {
110-
val modisUrl = "s3://modis-pds/MCD43A4.006/27/05/2020161/MCD43A4.A2020161.h27v05.006.2020170060718_B01.TIF"
110+
val modisUrl = "https://modis-pds.s3.us-west-2.amazonaws.com/MCD43A4.006/27/05/2020161/MCD43A4.A2020161.h27v05.006.2020170060718_B01.TIF"
111111
val modisRf = spark.read.raster.from(Seq(modisUrl))
112112
.withLazyTiles(false)
113113
.load()

0 commit comments

Comments
 (0)