Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

NCSS Point Collections date problems #378

Closed
dopplershift opened this issue Jan 21, 2016 · 0 comments
Closed

NCSS Point Collections date problems #378

dopplershift opened this issue Jan 21, 2016 · 0 comments

Comments

@dopplershift
Copy link
Member

When making an NCSS request against a PointFeature collection, when giving it request for newer data (since the server started up), it incorrectly says that the request does not overlap with the actual data date range. The metadata for the collection agrees properly with the data on disk.

@dopplershift dopplershift added this to the 4.6.4 Release milestone Jan 21, 2016
lesserwhirls added a commit to lesserwhirls/thredds that referenced this issue Feb 8, 2016
Fixed Unidata#378

The update function would update the local state of the available date/time range
of the dataset in the catalog, but this was not being properly checked in the
request validation. Note that this will not scale well, as the validation bean
checks the date/time range on the CompositePointDataset object, which only  gets
updated on server restart.
lesserwhirls added a commit to lesserwhirls/thredds that referenced this issue Feb 8, 2016
Fixed Unidata#378

The update function would update the local state of the available date/time range
of the dataset in the catalog, but this was not being properly checked in the
request validation. Note that this essentially doubles the check of the date/time
range.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants