We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c7fcb commit ca5a7e7Copy full SHA for ca5a7e7
src/goesproc/handler_goesr.cc
@@ -135,7 +135,13 @@ GOESRProduct::GOESRProduct(const std::shared_ptr<const lrit::File>& f)
135
continue;
136
}
137
138
- FAILM("Unhandled key in ancillary text \"", key, "\"");
+ // New keys were added to this map which tripped this assert.
139
+ // Started happening on Apr 2, 2020. If these contain useful
140
+ // information, we can choose to properly process them at a
141
+ // later point in time. Until then, ignore them.
142
+ //
143
+ // FAILM("Unhandled key in ancillary text \"", key, "\"");
144
145
146
147
// The product name is encoded in the file name only.
0 commit comments