ccht-ncsu / Kalpana

Visualization of ADCIRC Model Data in Vector Formats
GNU General Public License v3.0
26 stars 22 forks source link

Missing maximum variable in filledcontour function when extracting time series data from netcdf #64

Closed tmiesse closed 1 year ago

tmiesse commented 1 year ago

When using nc2shp function with a polygon variable for time series adcirc output it will trip at this line. Needs to be adjusted so that it includes a max value variable that is commonly referenced at other uses of this function as "orgMaxLevel" https://github.com/ccht-ncsu/Kalpana/blob/613d63e1bc2e34fa5ffa4e9ae8f4e54be0d65fbc/kalpana/export.py#L501

tomas19 commented 1 year ago

Thanks for pointing that out. I'll try to find time to fix it

tmiesse commented 1 year ago

No worries. Happy to help.

tomas19 commented 1 year ago

Problem solved, thanks again!