Skip to content

Commit a2e7e8a

Browse files
committed
Update the STAC API Jupyter notebook
1 parent b97daee commit a2e7e8a

File tree

2 files changed

+529
-211
lines changed

2 files changed

+529
-211
lines changed

core/src/main/scala/org/locationtech/rasterframes/expressions/focalops/Aspect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ case class Aspect(left: Expression, right: Expression) extends BinaryExpression
7878
object Aspect {
7979
def name: String = "rf_aspect"
8080
def apply(tile: Column, target: Column): Column = new Column(Aspect(tile.expr, target.expr))
81-
}
81+
}

rf-notebook/src/main/notebooks/STAC API Example.ipynb

Lines changed: 528 additions & 210 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)