NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Update zip instead of append. #164

Closed christinaholtNOAA closed 2 years ago

christinaholtNOAA commented 2 years ago

We will need this functionality to be able to deliver updated ens panel plots that have observations.

I attempted to do this with python-native utilities, but that proved quite expensive, so I switched to a subprocess and call of the linux-native zip utility.