Similar to how netcdf Python allows you to open a file with `mode = 'a'` and then update the file, we want to provide a similar feature in grib2io. - cannot edit data directly in file. - all metadata will be available to modify, but some should not. At this time, the responsibility will be on the user.