Add file request data

This commit is contained in:
Dan Paulat 2022-02-14 22:46:13 -06:00
parent 883626ebf5
commit 505b424de4
4 changed files with 94 additions and 5 deletions

View file

@ -87,6 +87,8 @@ bool Level3File::LoadData(std::istream& is)
<< logPrefix_ << "Date/Time: " << p->wmoHeader_->date_time();
BOOST_LOG_TRIVIAL(debug)
<< logPrefix_ << "Category: " << p->wmoHeader_->product_category();
BOOST_LOG_TRIVIAL(debug)
<< logPrefix_ << "Site ID: " << p->wmoHeader_->product_designator();
// If the header is compressed
if (is.peek() == 0x78)