You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2018/03/09 00:14:11 UTC

[GitHub] ntquach commented on a change in pull request #7: SDAP-37 Update SolrProxy to allow tile search by arbitrary tile metadata

ntquach commented on a change in pull request #7: SDAP-37 Update SolrProxy to allow tile search by arbitrary tile metadata
URL: https://github.com/apache/incubator-sdap-nexus/pull/7#discussion_r173332643
 
 

 ##########
 File path: data-access/nexustiles/nexustiles.py
 ##########
 @@ -163,6 +163,20 @@ def find_tiles_in_polygon(self, bounding_polygon, ds=None, start_time=0, end_tim
                                                                      **kwargs)
         return tiles
 
+    @tile_data()
+    def find_tiles_by_metadata(self, metadata, ds=None, start_time=0, end_time=-1, **kwargs):
 
 Review comment:
   Good point. Since this affect other methods, I've created a new ticket https://issues.apache.org/jira/browse/SDAP-41 to track the changes to handle the temporal masking.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services