Matthew Tiscareno

Results 14 comments of Matthew Tiscareno

Do you mean if the stop time attribute appears in the label before the start time attribute? Or do you mean if the stop time is later in time than...

@jstone-psi: I only spot-checked your examples, but I didn't find any where `start_date_time` was later than `stop_date_time`. Is there any reason to worry about the precision mismatch in these cases?...

By the way, your two examples of nil `start_date_time` or nil `stop_date_time` are troubling and perhaps should be fixed if not made into a validation error.

@jstone-psi: I suggest that such a test be implemented by simply reducing the more precise value to the precision of the less precise value. If they are equal (as in...

I see from recent Software WG notes that you are also interested in discussing what to do more generally when there is a precision mismatch. That's a more nuanced topic,...

I see that the `description` for the column in question says that it "may or may not contain data." However, in practice, it seems to either be "NaN" or a...

@jennifergward: I'm not sure I agree, but I respect your point of view.

Per last week's discussions at the PDS Management Council, I now agree with @jennifergward. Validate should be fixed so that "NaN" is not rejected when the data type is `ASCII_String`...

There are a number of reasons why a node might want to place non-PDS4 files into a directory alongside a PDS4 archive. Since PDS4 is agnostic as to file systems,...

I thought policy was that a decision needs to be made at the bundle level whether all labels (and only labels) will be `.xml` files or whether all labels will...