-
Notifications
You must be signed in to change notification settings - Fork 179
Enable configuration of NCSS default return format #162
Comments
We could add this configuration option to the NCSS config section in threddsConfig.xml: <NetcdfSubsetService>
<allow>false</allow>
<dir>(see the note below)</dir>
<scour>15 min</scour>
<maxAge>30 min</maxAge>
<maxFileDownloadSize>300 MB</maxFileDownloadSize>
</NetcdfSubsetService> We could add something like I'd say in 4.6.x we set the default to netCDF-3 to keep the expected behavior by default. In 5.0, I'd say we go with netCDF-4 by default. |
note ncss significantly rewritten in 5.0 |
Let's just add this to 5.0. |
I dont know why they need a default option. Whats wrong with specifying the But agree if its added, should be in 5. On Mon, Feb 8, 2016 at 12:30 PM, Sean Arms [email protected] wrote:
|
It's useful so that every user going to the web form doesn't have to manually select netcdf4--especially when you know what your user community is going to want. |
Is the default return netCDF-4 in 5.0? The idea came from a user who wanted On Mon, Feb 8, 2016 at 2:00 PM, Ryan May [email protected] wrote:
|
who is the request from? On Mon, Feb 8, 2016 at 2:00 PM, Ryan May [email protected] wrote:
|
ok, i agree, its reasonable to let admins configure their own tds On Mon, Feb 8, 2016 at 2:41 PM, Sean Arms [email protected] wrote:
|
Request from e-support (IXK-105791):
Please allow a NetCDF Subset Service (NCSS) config option (set via
threddsConfig.xml or a "new" ncssConfig.xml) to allow specifying
"netcdf4" as the default output format (if other is not specified via
custom URL or via web form drop-down). Since all these netcdf files
are created/cached/delivered via the NCSS servers, the netcdf v4
compression benefits will significantly cut down on caching space
(server side) and reduce the file size sent back to the users
(reducing network traffic).
The text was updated successfully, but these errors were encountered: