* New --rpnstd-metadata-list to select a subset of RPN metadata
attributes to copy to the netCDF file.
* Made --minimal-metadata the default. The old behaviour (copying all
RPN metadata) can be triggered with a new --rpnstd-metadata option.
* Coordinate-related RPN metadata is no longer copied, since the values
are already encoded in the coordinate variable.
* Restored support for 'A', 'B', and 'G' grids.
* Fixed the repeated longitude in global grids - value is now 360
instead of wrapping back to 0.
* Use consistent lat/lon/station coordinates for series data when using
a --filter on the ip3 values.
* Unused axes are now pruned from the file. Mostly affected series
files, which had an extra time axis from the unused datev values.
* Vertical axes are now encoded as floats, since that's the precision
of the original ip1 values. The pandas version of the iterator was
upconverting these to doubles, which would cause different results
depending on whether pandas was installed or not.