RKuttruff opened a new pull request, #69:
URL: https://github.com/apache/incubator-sdap-ingester/pull/69

   For narrow tiles (max/min lat/lon difference ~<0.001) the generated WKT for 
the geo field for the Solr document would essentially collapse to a lower 
dimensional shape while being described as a higher dimensional shape (ie a 
POLYGON that was a line or a LINESTRING that was a point). Solr would throw an 
error when trying to write such documents, which has been observed occurring 
when ingesting granules for the VIIRS_NPP-JPL-L2P-v2016.2 dataset.
   
   To fix this, we now check to see if the collapse will occur (if the bbox 
values differ but the string representations don't) and then force the string 
representations of the max/min values to have at least a 0.001 difference.
   
   This has been tested successfully with a granule that previously caused this 
issue.


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