-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67c902c
commit 4bb61a2
Showing
2 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |