-
Notifications
You must be signed in to change notification settings - Fork 5
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
TimeSeriesSource
: get activation ticks
#543
Labels
enhancement
New feature or request
Comments
TimeSeriesSource
: get first time after given time
TimeSeriesSource
: get first time after given timeTimeSeriesSource
: get activation ticks
Possibly a duplicate of #506 |
This was referenced Apr 5, 2022
staudtMarius
added a commit
that referenced
this issue
Apr 9, 2024
staudtMarius
added a commit
that referenced
this issue
Apr 9, 2024
staudtMarius
added a commit
that referenced
this issue
Apr 15, 2024
…-activation-call # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Apr 23, 2024
staudtMarius
added a commit
that referenced
this issue
Apr 30, 2024
staudtMarius
added a commit
that referenced
this issue
May 1, 2024
…-activation-call # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
May 6, 2024
staudtMarius
added a commit
that referenced
this issue
May 7, 2024
staudtMarius
added a commit
that referenced
this issue
May 16, 2024
staudtMarius
added a commit
that referenced
this issue
May 23, 2024
…-activation-call # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Jun 4, 2024
staudtMarius
added a commit
that referenced
this issue
Jun 10, 2024
…-activation-call # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Jun 11, 2024
staudtMarius
added a commit
that referenced
this issue
Jun 11, 2024
staudtMarius
added a commit
that referenced
this issue
Jun 24, 2024
…with-future-activation-call # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Jun 24, 2024
staudtMarius
added a commit
that referenced
this issue
Jun 24, 2024
…with-future-activation-call # Conflicts: # src/main/java/edu/ie3/datamodel/io/source/csv/CsvWeatherSource.java
staudtMarius
added a commit
that referenced
this issue
Jun 24, 2024
staudtMarius
added a commit
that referenced
this issue
Jul 1, 2024
staudtMarius
added a commit
that referenced
this issue
Jul 4, 2024
staudtMarius
added a commit
that referenced
this issue
Jul 9, 2024
staudtMarius
added a commit
that referenced
this issue
Jul 29, 2024
staudtMarius
added a commit
that referenced
this issue
Aug 9, 2024
sebastian-peter
added a commit
that referenced
this issue
Aug 22, 2024
sebastian-peter
added a commit
that referenced
this issue
Aug 22, 2024
…sSources-with-future-activation-call Enhancing `TimeSeriesSource`s with method to extract future activation ticks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in ie3-institute/simona#98 (comment), the interface and corresponding implementations of
edu.ie3.datamodel.io.source.TimeSeriesSource
should be enhanced with a method that returns all activation ticks for a time series (after a given time):List<ZonedDateTime> getTimeKeysAfter(ZonedDateTime time);
This way, the implementations can take into account efficient methods for each data source type (e.g. with SQL this can be solved with a simple and quick query).
The text was updated successfully, but these errors were encountered: