Skip to content

Commit

Permalink
Implement an embarrasing MosaicRasterSourceIO
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Apr 28, 2021
1 parent 0debaec commit cdeee27
Show file tree
Hide file tree
Showing 8 changed files with 198 additions and 531 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ lazy val effects = project
.settings(
libraryDependencies ++= Seq(
geotrellisRaster,
geotrellisStore,
cats.value,
catsEffect.value
)
Expand All @@ -380,7 +381,6 @@ lazy val `stac-example` = project
.settings(moduleName := "geotrellis-server-stac-example")
.settings(commonSettings)
.settings(publishSettings)
.settings(javacOptions += "-Xmx8G")
.settings(
libraryDependencies ++= Seq(
geotrellisGdal,
Expand Down

This file was deleted.

Loading

0 comments on commit cdeee27

Please sign in to comment.