OSOceanAcoustics / echoregions

Interfacing water column sonar data with annotations and labels
https://echoregions.readthedocs.io/
Apache License 2.0
6 stars 6 forks source link

Add capability to write from the internal dataframe to EVR #137

Closed leewujung closed 9 months ago

leewujung commented 11 months ago

Right now we have capabilities in one direction: read an EVR file to construct an Regions2D object that contains an internal dataframe holding the region info.

We can add capabilities to go the opposite direction: write the internal dataframe in an Regions2D object to write an EVR file.

leewujung commented 9 months ago

This is addressed in #148.