-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Time Pattern #69
Comments
Hello @SimonDelmas, could you send me a DSS file that contains a HEC-DSS time pattern to use for testing. |
The existing read/write methods use a zStructTimeSeries *tss. We would need to break down the tss into individual parts , times[], values[], like the other read/write methods for regular timeseries.
Also I think we would only return doubles for simplicity/consistency. |
@oskarhurst please find an example from an HMS simulation here. Regards |
First of all, thank you for this very useful package.
I encounter an issue with HEC-DSS time pattern (which are described here). It is a special case of time series that is not associated with a specific time and differ from a regular time series by its "D" part of the pathname which is "TS-Pattern".
Catalog initialization always failed on with file that contains such data as it try to cast the D part into a datetime.
Support for TS-PATTERN would be appreciated. Ignoring them in the catalog creation to avoid failure in case the file contains this kind of data could be a simple first step.
Thank you for your attention to this issue.
Regards
The text was updated successfully, but these errors were encountered: