ObservationVolumeWriterParquet is redundant with ParticleWriterParquet
The ObservationVolumeWriterParquet class is essentially a clone of the ParticleWriterParquet. It can be removed and replaced. The constructor ObservationVolume<TTracking, TVolume, TOutput>::ObservationVolume(TVolume vol) can just be given the latter writer and will function the same.