-
Notifications
You must be signed in to change notification settings - Fork 68
Description
This issue is to capture discussion in #799 (comment) so it doesn't get lost.
From those comments:
@mwengren said:
Can we implement the dimension check, and maybe most or all of the IOOS checks, by requesting the
.ncCFHeader
response instead of the full.ncCF
output? For some ERDDAP datasets, if there aren't limits placed on the request, any of the.nc
,.ncCF
,.ncCFMA
, or even.csv
output types could end up requesting a lot of data that could contribute to poor performance.
That may be too big a change though. If so, let's go with
.ncCF
and see what results are for next RC.
@daltonkell said:
I think including this in the next RC is appropriate, but we'll have to leave the
.ncCFHeader
request out for another edition. It's a great idea and perhaps we can get some good contributions for it, but it requires finding a way to "switch off" the checks which examine data (which would obviously fail).
I'm currently working on merging concepts from this PR and Ben's latest, #800, because his implements a useful abstraction for handling any remote netCDF resource.
This would be a more permanent solution to #804 in that it would hopefully reduce the file sizes requested from ERDDAP .ncCF
output formats.