Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move out geowave and geomesa projects out #3439

Merged
merged 1 commit into from
Nov 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Disambiguate withBufferTileFocalMethods implicit preserving bin compatibility [#3422](https://github.com/locationtech/geotrellis/pull/3422)
- Specialize Grid for Int and Long [#3428](https://github.com/locationtech/geotrellis/pull/3428)
- Move GeoWave and GeoMesa subproject to their own repositories [#3439](https://github.com/locationtech/geotrellis/pull/3439)

## [3.6.0] - 2021-04-30

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ of published GeoTrellis packages includes:
- `geotrellis-cassandra`: Cassandra store integration for GeoTrellis
- `geotrellis-cassandra-spark`: Cassandra store integration for GeoTrellis + Spark
- `geotrellis-gdal`: GDAL bindings for GeoTrellis
- `geotrellis-geomesa`: Experimental GeoMesa integration for GeoTrellis + Spark
- `geotrellis-geotools`: Conversions to and from GeoTools Vector and Raster data
- `geotrellis-geowave`: Experimental GeoWave integration for GeoTrellis + Spark
- `geotrellis-hbase`: HBase store integration for GeoTrellis
- `geotrellis-hbase-spark`: HBase store integration for GeoTrellis + Spark
- `geotrellis-layer`: Datatypes to describe sets of rasters
Expand Down
11 changes: 0 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ lazy val root = Project("geotrellis", file("."))
gdal,
`gdal-spark`,
geotools,
// geowave,
hbase,
`hbase-spark`,
layer,
Expand Down Expand Up @@ -167,16 +166,6 @@ lazy val geotools = project
)
.settings(Settings.geotools)

lazy val geowave = project
.dependsOn(raster, store, `raster-testkit` % Test)
.settings(Settings.geowave)

lazy val `geowave-benchmark` = (project in file("geowave/benchmark"))
.dependsOn(geowave)
.enablePlugins(JmhPlugin)
.settings(Settings.geowaveBenchmark)
.settings(publish / skip := true)

lazy val shapefile = project
.dependsOn(raster, `raster-testkit` % Test)
.settings(Settings.shapefile)
Expand Down
21 changes: 0 additions & 21 deletions docs/guide/module-hierarchy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@ geotrellis-gdal-spark

Contains geotrellis.raster.gdal.* integration tests for Spark.

geotrellis-geomesa
------------------

*Experimental.* GeoTrellis compatibility for the distributed feature
store `GeoMesa <http://www.geomesa.org/>`__.

*Provides:* ``geotrellis.geomesa.geotools.*``
*Provides:* ``geotrellis.spark.store.geomesa.*``

- Save and load ``RDD``\ s of features to and from GeoMesa.

geotrellis-geotools
-------------------

Expand All @@ -82,16 +71,6 @@ geotrellis-geotools

*Provides:* ``geotrellis.geotools.*``

geotrellis-geowave
------------------

*Experimental.* GeoTrellis compatibility for the distributed feature
store `GeoWave <https://github.com/ngageoint/geowave>`__.

*Provides:* ``geotrellis.spark.io.geowave.*``

- Provides `GeoTrellisDataAdapter` to store GeoTrellis raster tiles and other Avro encoded records through GeoWave `DataTypeAdapter` interface.

geotrellis-hbase
----------------

Expand Down
82 changes: 0 additions & 82 deletions docs/guide/vector-backends.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ Ready? `Setup a GeoTrellis development environment. <tutorials/setup.html>`__
Extending GeoTrellis Types <guide/extending-geotrellis>
GeoTrellis Module Hierarchy <guide/module-hierarchy>
Tile Layer Backends <guide/tile-backends>
Vector Data Backends <guide/vector-backends>
Frequently Asked Questions <guide/faq>
Example Archive <guide/examples>

Expand Down
15 changes: 0 additions & 15 deletions geomesa/src/main/resources/reference.conf

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions geomesa/src/main/scala/geotrellis/geomesa/geotools/package.scala

This file was deleted.

Loading