-
Notifications
You must be signed in to change notification settings - Fork 6
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
Collections API: Implement RasterLinesJoin #53
Comments
rajadain
changed the title
Implement RasterLinesJoin
Collections API: Implement RasterLinesJoin
Aug 8, 2017
Have this set up to perform an operation on the input & return the map of values, but the values I've got are currently off by a bit from the expected result:
Investigating... |
(Here's the expected response values from the zip file above, btw:)
|
Got another version of this working and/but its counts are slightly off in a different direction. |
kellyi
added a commit
that referenced
this issue
Aug 29, 2017
Implement RasterLinesJoin operation Connects #53
rajadain
added a commit
to WikiWatershed/model-my-watershed
that referenced
this issue
Aug 30, 2017
…feature/collections-api Connects #2015 Connects WikiWatershed/mmw-geoprocessing#53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Old implementation: https://github.com/WikiWatershed/mmw-geoprocessing/blob/develop/summary/src/main/scala/MapshedJob.scala#L77-L130
Sample request and response: nlcd-streams.zip
Depends on #51
The text was updated successfully, but these errors were encountered: