Skip to content

Commit bf1b6ea

Browse files
committed
Move geowave and geomesa projects out
1 parent a4ab43b commit bf1b6ea

127 files changed

Lines changed: 7 additions & 7495 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed
1414
- Disambiguate withBufferTileFocalMethods implicit preserving bin compatibility [#3422](https://github.com/locationtech/geotrellis/pull/3422)
1515
- Specialize Grid for Int and Long [#3428](https://github.com/locationtech/geotrellis/pull/3428)
16+
- Move GeoWave and GeoMesa subproject to their own repositories [#](https://github.com/locationtech/geotrellis/pull/)
1617

1718
## [3.6.0] - 2021-04-30
1819

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ of published GeoTrellis packages includes:
4747
- `geotrellis-cassandra`: Cassandra store integration for GeoTrellis
4848
- `geotrellis-cassandra-spark`: Cassandra store integration for GeoTrellis + Spark
4949
- `geotrellis-gdal`: GDAL bindings for GeoTrellis
50-
- `geotrellis-geomesa`: Experimental GeoMesa integration for GeoTrellis + Spark
5150
- `geotrellis-geotools`: Conversions to and from GeoTools Vector and Raster data
52-
- `geotrellis-geowave`: Experimental GeoWave integration for GeoTrellis + Spark
5351
- `geotrellis-hbase`: HBase store integration for GeoTrellis
5452
- `geotrellis-hbase-spark`: HBase store integration for GeoTrellis + Spark
5553
- `geotrellis-layer`: Datatypes to describe sets of rasters

build.sbt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ lazy val root = Project("geotrellis", file("."))
1414
gdal,
1515
`gdal-spark`,
1616
geotools,
17-
// geowave,
1817
hbase,
1918
`hbase-spark`,
2019
layer,
@@ -167,16 +166,6 @@ lazy val geotools = project
167166
)
168167
.settings(Settings.geotools)
169168

170-
lazy val geowave = project
171-
.dependsOn(raster, store, `raster-testkit` % Test)
172-
.settings(Settings.geowave)
173-
174-
lazy val `geowave-benchmark` = (project in file("geowave/benchmark"))
175-
.dependsOn(geowave)
176-
.enablePlugins(JmhPlugin)
177-
.settings(Settings.geowaveBenchmark)
178-
.settings(publish / skip := true)
179-
180169
lazy val shapefile = project
181170
.dependsOn(raster, `raster-testkit` % Test)
182171
.settings(Settings.shapefile)

geomesa/src/main/resources/reference.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

geomesa/src/main/scala/geotrellis/geomesa/geotools/FeatureToGeoMesaSimpleFeatureMethods.scala

Lines changed: 0 additions & 34 deletions
This file was deleted.

geomesa/src/main/scala/geotrellis/geomesa/geotools/GeoMesaImplicits.scala

Lines changed: 0 additions & 29 deletions
This file was deleted.

geomesa/src/main/scala/geotrellis/geomesa/geotools/GeometryToGeoMesaSimpleFeature.scala

Lines changed: 0 additions & 88 deletions
This file was deleted.

geomesa/src/main/scala/geotrellis/geomesa/geotools/package.scala

Lines changed: 0 additions & 19 deletions
This file was deleted.

geomesa/src/main/scala/geotrellis/spark/store/geomesa/GeoMesaFeatureReader.scala

Lines changed: 0 additions & 83 deletions
This file was deleted.

geomesa/src/main/scala/geotrellis/spark/store/geomesa/GeoMesaFeatureWriter.scala

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)