Skip to content

Commit

Permalink
Follow VS Code recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed May 29, 2024
1 parent 3d3b813 commit 038dead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/scala/Stac.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trait Stac extends Utils {
.mask(reprojectedAoI.extent, reprojectedAoI)
.band(0)
.histogram
.binCounts
.binCounts()
.map { case (value, count) => (s"List(${value})", count.toInt) }
.toMap
case None => Map.empty
Expand Down

0 comments on commit 038dead

Please sign in to comment.