RKuttruff commented on code in PR #79:
URL: 
https://github.com/apache/incubator-sdap-ingester/pull/79#discussion_r1344478108


##########
granule_ingester/granule_ingester/writers/SolrStore.py:
##########
@@ -184,7 +184,8 @@ def _build_solr_doc(self, tile: NexusTile) -> Dict:
             'tile_max_lon': bbox.lon_max,
             'tile_min_lat': bbox.lat_min,
             'tile_max_lat': bbox.lat_max,
-            'tile_depth': tile_data.depth,
+            'tile_min_elevation': tile_data.min_elevation,
+            'tile_max_elevation': tile_data.max_elevation,

Review Comment:
   I think adding it to the script will be the easier route since it won't 
require altering all the queries, etc
   I already added this to the nexus PR



-- 
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