aodn / geoserver-build

Configures a GeoServer war containing extensions and configuration required by AODN instances
Other
2 stars 4 forks source link

GoGoDuck over estimates size of multi-timestep files #197

Closed jonescc closed 7 years ago

jonescc commented 8 years ago

To reproduce

o Set the fileSizeLimit to 400000000 (~381MB) o Select CARS Monthly collection and download as netcdf without subsetting

What happens

Get an error:

"Process failed during execution Total file size 3 GB for 1 files, exceeds the limit 381 MB"

What I expect to happen

The aggregation is successful as the size of the CARS NetCDF file is 314MB which is less than 381MB (3GB is right out)

jonescc commented 7 years ago

Fixed in java version of GoGoDuck