HydrologicEngineeringCenter / Vortex

data processing utilities
MIT License
28 stars 7 forks source link

Make DataReader implements AutoClosable #117

Closed nickvan612 closed 1 month ago

nickvan612 commented 1 month ago

Make DataReader implements AutoClosable. Implement close for DssDataReader and NetcdfDataReader. Make TemporalDataReader implements AutoClosable. Update NetcdfDataReader resources to close properly. Update NetcdfDataWriterTest and TemporalDataReaderTest to close resources at tear down.