RKuttruff opened a new pull request, #92: URL: https://github.com/apache/incubator-sdap-ingester/pull/92
When ingesting an input granule (gridded) with a tile spec such that there are tiles with only on longitude or latitude, the ingest will fail due to the tile reading processor unintentionally squeezing the corresponding coordinate array to a zero-dimensional numpy array; a later processor calls `len` with that array which raises a `TypeError` This PR will check for and fix any overdone squeezing, as well as fix the shape of the data subset array if necessary (only needed for single var) @kevinmarlis Found this bug -- 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