You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/tut/release-notes.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## 0.7.x
4
4
5
+
### 0.7.1
6
+
7
+
* Fixed ColorRamp pipeline in MultibandRender
8
+
* Fixed Python wrapper for `explodeTiles`
9
+
5
10
### 0.7.0
6
11
7
12
* Now an incubating project under Eclipse Foundation LocationTech! GitHub repo moved to [locationtech/rasterframes](https://github.com/locationtech/rasterframes).
Copy file name to clipboardExpand all lines: experimental/src/main/scala/astraea/spark/rasterframes/experimental/datasource/awspds/MODISCatalogDataSource.scala
Copy file name to clipboardExpand all lines: experimental/src/main/scala/astraea/spark/rasterframes/experimental/datasource/awspds/MODISCatalogRelation.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ case class MODISCatalogRelation(sqlContext: SQLContext, sceneList: HadoopPath)
53
53
defbuildScan():RDD[Row] = {
54
54
importsqlContext.implicits._
55
55
56
-
logger.info("Scene file is: "+ sceneList)
56
+
logger.debug("Scene file is: "+ sceneList)
57
57
valcatalog= sqlContext.read
58
58
.option("header", "true")
59
59
.option("mode", "DROPMALFORMED") // <--- mainly for the fact that we have internal headers from the concat
0 commit comments