locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 360 forks source link

Move out geowave and geomesa projects out #3439

Closed echeipesh closed 2 years ago

echeipesh commented 2 years ago

Overview

This PR was prompted by need to upgrade GeoTrellis JTS dependency to JTS 1.18

GeoWave 2.0 which depends on JTS 1.18 also changes the DataAdapter interface significantly. This seems like good API change but will take more than few hours to incorporate into the project. Overall tracking this project in ints own repo should give us a bit of flexibility in tracking dependency updates.

https://github.com/geotrellis/geotrellis-geowave

GeoMesa API has been experimental for a while and isn't part of the main build anymore.

https://github.com/geotrellis/geotrellis-geomesa

Checklist