File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
datasource/src/test/scala/org/locationtech/rasterframes/datasource/slippy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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(""" © 2017-2019 <a href="https://astraea.earth">Astraea</a>, Inc. All rights reserved.""" )
179+ .withCopyright(""" © 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" )
Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments