gyanz / pydsstools

Python library for simple HEC-DSS functions
MIT License
83 stars 36 forks source link

Writing to a new DSS file #12

Closed SercanC closed 4 years ago

SercanC commented 4 years ago

Hello,

I can successfully write to an existing DSS file. When I try to write to a new DSS file, the file is created successfully and it seems like some data is populated. When I try to open the DSS file with DSSVue, I get the "cannot access file" error.

Thanks for the package! Sercan

gyanz commented 4 years ago

Hi Sercan,

The Open command takes the "version" argument. It can be either 6 or 7, and governs the file format of a new DSS file. Only the version 6 is compatible with the current DssVue software.

SercanC commented 4 years ago

Awesome, thank you!