ngachung commented on code in PR #279:
URL: 
https://github.com/apache/incubator-sdap-nexus/pull/279#discussion_r1329032194


##########
data-access/nexustiles/dao/SolrProxy.py:
##########
@@ -230,9 +230,16 @@ def find_tile_by_polygon_and_most_recent_day_of_year(self, 
bounding_polygon, ds,
 
         search = 'dataset_s:%s' % ds
 
+        bounds = bounding_polygon.bounds

Review Comment:
   For consistency, this can also be set as
   
   `min_lon, min_lat, max_lon, max_lat = bounding_polygon.bounds`



-- 
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: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to