Hot Month Daily High Temperature

Temperature Average High

Average High Temperature in the hottest month in Fahrenheit. This field is located as heat.temperatureAverageHigh , this query can take an optional filter for relativeYear.

Sample Request

query property {
  property(fsid: ...) {
    heat {
      temperatureAverageHigh(filter: {relativeYear: ...}) {
        mmt
        relativeYear
        year
      }
    }
  }
}

When using this data, utilize the following rules based on the field names above.

FieldDescription

temperatureAverageHigh.mmt

Maximum Monthly Temperature Average daily max temperature (Fahrenheit) in the hottest month (usually July)

temperatureAverageHigh.relativeYear

Relative year to this year. Can be negative

temperatureAverageHigh.year

Year associated with the point.

Last updated