Deck721 issue
Added mapper for deck721 and solve issues discussed in issue #7 (closed)
@dyb I changed the report_timestamp in header.json to be
"report_timestamp": {
"sections": "core",
"elements": ["YR","MO","DY","HR"],
"transform": "datetime_imma1"
},
and in the observations-variable.json
"date_time": {
"sections": "core",
"elements": ["YR","MO","DY","HR"],
"transform": "datetime_imma1"
}
Let me know if I can then merge this to master or do we need to modify something else?