WikiWatershed / mmw-geoprocessing

A Spark Job Server job for Model My Watershed geoprocessing.
Apache License 2.0
6 stars 6 forks source link

Raster Vector Joining #28

Closed rajadain closed 8 years ago

rajadain commented 8 years ago

To support some MapShed fields, we need to join raster datasets (such as NLCD) with vector datasets (such as Streams). Create an endpoint / method that takes a polygon, some vector geometry, and the name of a raster dataset, and returns a histogram of the intersection of the vector geometry and the specified raster dataset within the polygon.

rajadain commented 8 years ago

Consider increasing time out

rajadain commented 8 years ago

Consider making this asynchronous

rajadain commented 8 years ago

The SJS implementation is asynchronous already, and the timeout is 42 seconds, so the two notes above are accounted for.