Add 'g2g_product_name' to AMQP message payload
The tile generation (geosphere-tile-gen) step of processing would really benefit from having this information so it could stop guessing and doing for loops of "does the filename contain G2G product name X? No. What about Y? ...". Currently G2G processing producing a single glob pattern under the path
JSON key. I think to make this request work we'd need to provide two new lists in this JSON payload:
-
g2g_product_name
(or_names
? or other?) -
paths
(or other?)
Both are ordered lists mapping a product name to a specific exact filename for this message.