skorper opened a new pull request, #176:
URL: https://github.com/apache/incubator-sdap-nexus/pull/176
- Nga was seeing a 500 error when doing satellite to satellite matchup
- Fixed satellite to satellite matchup failure -- was due to ` 'platform':
None,` line
- Nga's request was returning "null" instead of data array, even after
fixing above error
- Changed behavior where, if > `resultsSizeLimit` results are found, the
first `resultsSizeLimit` are returned, rather than returning "None"
- Nga's request was not returning expected results. The primary/secondary
points were not identical, as expected.
- This is due to the behavior of `matchOnce`. If `matchOnce` is selected,
only one secondary point is returned. The secondary point that is chosen is the
point that is closest to the primary point, spatially.
- Updated this to choose the point based on both space AND time. I'm
trying to think if there are any scenarios this wouldn't work?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]