locationtech / geotrellis

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

Split layer packages by Spark and Collections classes #2934

Closed echeipesh closed 5 years ago

echeipesh commented 5 years ago

Connects: https://github.com/locationtech/geotrellis/issues/2916

This issue is to split out backend-specific packages in twain: one for spark and one for collections API

The tests should remain in the spark version of the packages because currently their implementation is very much coupled to reading and writing layers using spark. Putting in the effort to split the tests doesn't seem worth it right now.

pomadchin commented 5 years ago

Just a note about fixing the tests: all scripts from .locationtech, .travis and scripts dirs should be fixed, since we have more projects now and all the names were changed.

echeipesh commented 5 years ago

Resolved by https://github.com/locationtech/geotrellis/pull/2972