fgreg commented on a change in pull request #12: SDAP-47 Update NEXUS CLI to
support datainbounds algorithm
URL:
https://github.com/apache/incubator-sdap-nexus/pull/12#discussion_r174620542
##########
File path: client/nexuscli/nexuscli.py
##########
@@ -207,3 +217,59 @@ def time_series(datasets, bounding_box, start_datetime,
end_datetime, spark=Fals
)
return time_series_result
+
+
+def data_in_bounds(dataset, bounding_box, start_datetime, end_datetime,
parameter, metadata_filter):
Review comment:
Should we just name the method subset?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services