Skip to content

refactor coordSet writers (#2347)

Mark OLESEN requested to merge feature-coordSets into develop

Summary

Replace old, stateless, templated writer class with a coordSetWriter class that more closely resembles surfaceWriter. It is time-aware and can be used as a streamer with sample/write of each field instead of accumulating all of the sampled fields ahead of time.

Edited by Mark OLESEN

Merge request reports