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

removing variables from featureType = "timeSeries" with (time,station) order works locally, fails on TDS #22

Closed
rsignell-usgs opened this issue Apr 29, 2013 · 1 comment

Comments

@rsignell-usgs
Copy link
Contributor

We are using NcML to apply CF 1.6 discrete sampling geometry conventions to some time series data. This involves removing some variables that have a depth dimension so that we have only featureType="timeSeries" variables in the dataset.

When we try the NcML locally, it works fine, but when we put the NcML in our TDS, it fails to remove the depth-dependent variables.

It seems to be a problem with the order of the dimensions, because if we write the NcML with dimension order (station,time) instead of (time,station) it works.

XML TDS catalog with two identical datasets, but with (time,station) and (station,time)
https://gist.github.com/rsignell-usgs/5484245

NcML: (time,station)
https://gist.github.com/rsignell-usgs/5484269

-Rich

@rsignell-usgs
Copy link
Contributor Author

Never mind. Turns out we had non-unique IDs and URLpaths on the TDS. When we fixed that problem, it works fine.

lesserwhirls pushed a commit that referenced this issue Sep 24, 2018
#22)

File decompression uses new class StringLocker to make sure a file is being handled only
by one thread at a time
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants