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

Polygonal Summaries for MultibandTiles #2374

Conversation

jbouffard
Copy link

This PR adds the ability to find the polygonal sum of: a MultibandTile, an RDD[(K, MultibandTile)], and Seq[(K, MultibandTile)].

This PR resolves #2359

Removed PolygonalSummaryMethods and replaced it with Singleband and Multiband PolygonalSummaryMethods

Added implicits for the PolygonalSummaryMethods

Added MultibandTile tests to the raster tests
@jbouffard jbouffard force-pushed the feature/multibandtile-polygonal-summaries-2 branch from 2bec363 to 461c81c Compare September 13, 2017 18:57
…ions

Added the MultibandTile methods to the Implicits

Added tests for MultibandTileLayerRDDMethods

Added tests for MultibandTile collections

Signed-off-by: jbouffard <jbouffard@azavea.com>
@jbouffard jbouffard force-pushed the feature/multibandtile-polygonal-summaries-2 branch from 461c81c to e3d6b7c Compare September 13, 2017 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide polygonal summary methods for RDD of MultibandTile
2 participants