Skip to content

Commit

Permalink
create faq (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
catkins-miso authored Oct 11, 2024
1 parent 67c902c commit 4bb61a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
22 changes: 2 additions & 20 deletions docs/community-events/20240221-Intro-to-TROLIE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,8 @@ the original question for clarity, based on our reading of them.

### Does the TROLIE interface handle day/night ratings?

The TROLIE Specification currently has no particular means to differentiate
ratings based on the ambient conditions that were used to determine the ratings.

When a Ratings Provider proposes ratings to TROLIE, they do so according to
their own Facility Ratings Methodology which must, per the Order, take
insolation into account. Typically, active insolation is assumed to occur at a
facility between sunrise and sunset, but this remains a factor determined solely
by the Ratings Provider, not the TROLIE Clearinghouse Provider (Reliability
Coordinator), so the Specification has no concept of "day/night".

There are multiple ways to interpret this question that could imply
useful extensions to TROLIE:

1. Is it important to track whether the rating provided is based on a
day or night rating? Is this a common use case for interop?
2. Currently, the exchange of temperature-to-rating tables is not in TROLIE scope.
Should it be? Is this a common enough interop need?

Please submit further questions or propose TROLIE scope changes at
[https://github.com/trolie/spec/issues](https://github.com/trolie/spec/issues).
Update 2024-10-09: See the
[FAQ](../faq.md#does-the-trolie-interface-handle-daynight-ratings).

### How does CIM relate to the TROLIE Specification?

Expand Down
24 changes: 24 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: FAQ
---

# Frequently Asked Questions

### How are ambient conditions handled?

Ratings Proposals can include the ambient conditions that were used to determine
the ratings within the `inputs-used` attribute of `period`. These are also
returned in the `proposals-considered` of a detailed limits snapshot, e.g., the
`application/vnd.trolie.forecast-limits-detailed-snapshot.v1+json` [media
type](./articles/media-types.md).

### How is day/night handled?

Currently, the exchange of tables that map ambient conditions to ratings is not
in TROLIE scope.

Ratings Providers MAY specify day/night information as described in [above](#how-are-ambient-conditions-handled).

Seasonal Ratings in the API have an affordance to specify daytime versus
night-time ratings: Each "season" (a `period` in TROLIE) may populate an
optional `day-night` attribute. See the spec for details.

0 comments on commit 4bb61a2

Please sign in to comment.