Christian W

Results 44 comments of Christian W

In my opinion, the version with AsciiDoctor's default CSS is the best-looking: http://www.unidata.ucar.edu/software/thredds/v5.0/bkup/tds/UpgradingTo5-old.html. Unfortunately, it doesn't really fit the new Unidata theme. The workshop-style CSS (http://www.unidata.ucar.edu/software/thredds/v5.0/bkup/tds/UpgradingTo5.html) isn't too bad, but...

Or host it on S3. Any time we move one of our products or some aspect of our workflow off UCAR servers, I'm a happy guy.

Yes, 2D time probably should work for DGSs, but bear in mind that your dataset is no longer CF-compliant once you add the `reference_time` dimension: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#_features_and_feature_types. So ,the deficiency is...

Not only are we not using `ArrayString` in that factory method, we're not using it _anywhere_. And maybe that's fine, because it doesn't actually provide any functionality that `ArrayObject` does...

@DennisHeimbigner It looks like you were the one who added the class originally. Any thoughts?

@Yaqiang Currently, `Array.factory(DataType.STRING, new int[1]).getDataType() == DataType.STRING`.

See https://github.com/Unidata/thredds/issues/1048#issuecomment-375558122

I've confirmed that this problem still exists on THREDDS Main. I'd like to work on it, but I need to be able to reproduce it locally first. Can somebody grab...