perillaroc / nwpc-codes-cpp

A GRIB2 decoder for GRIB2 data produced by NWPC's GRAPES model.
MIT License
2 stars 2 forks source link

use GribPropertyContainer as base class for section and template #7

Closed perillaroc closed 5 years ago

perillaroc commented 5 years ago

Make all section and template classes as a GribPropertyContianer.

This issue is a step to make all properties into a list for decoding and encoding.