Hot Days

Hot Temperature

Hot Temperature represents the 98th percentile or "hot day" temperature within the property's county. This field is located as heat.hotTemperature

Hot Days

This set of information provides property days of temperature at or above the local definition of a hot day in percentile. This field is represented as heat.days.hotDays

Sample Request

query {
  property(fsid: ...){
    heat {
      hotTemperature
      days {
        hotDays {
          days
          relativeYear
          yMax
        }
      } 
    }
  }
}

When displaying the data on a bar graph, utilize the following rules based on the field names above.

FieldDescription

hotDays.days

The label for the value represented on the x-axis.

hotDays.yMax

The maximum fill of the y-axis, represented from 0.00 - 1. The max of each bar should be 1.

hotDays.relativeYear

The x-axis representation of year. Using relative year will allow for future-proofing later updates.

hotTemperature

Hot Temperature represents the 98th percentile or "hot day" temperature within the property's county

Last updated