gyanz / pydsstools

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

Feature Request: Squeeze #4

Closed danhamill closed 5 years ago

danhamill commented 5 years ago

I would be very nice to have the squeeze functionality added to this package.

Do you have any insight into how complicated this might be?

gyanz commented 5 years ago

This is easy. I will make the squeeze function available in the next update.

danhamill commented 5 years ago

Famous last words 🕵🏻‍♂️

Thanks!

Sent from my iPhone

On Sep 5, 2019, at 12:23 PM, Gyan Basyal notifications@github.com wrote:

This is easy. I will make the squeeze function available in the next update.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

gyanz commented 5 years ago

You can use dss squeeze as follows:

from pydsstools.heclib.utils import squeeze_file
squeeze_file(dss_file_path)
danhamill commented 5 years ago

Sweet!