zoukankan      html  css  js  c++  java
  • energy/heating data source

    HeatManDataLake

    1. schema: hfors

    tables

    ambient_temperature_emd record the ambient temperature hourly: 2019-01-01 00:00:00 to 2019-08-01 01:00:00
    heat_sale only 5 records, records the amount sale per month from 2019 Feb to 2019 June. 
    make_up_water like heat_sale table, just 5 records.
    opex don't know
    return_temperature readtime; temperature;  
    supply_temperature readtime; temperature;
    total_heat_production no data;
    unit_heat_production readtime, records per seconds(not stable); amount
    Unit_production_cost just 5 records/rows

    2. schema: bronderslev

    not useful. the data is not about the energy consumption. 

    Public Data. 

    Public data website: OpenEI

    SQL examples:

    select * from hfors.ambient_temperature_emd where readtime > '2019-07-30 22:00:00'
  • 相关阅读:
    自定义指令
    freemarker 数据类型
    hibernate简单的增删改查
    hibernate增删改查
    Hibernate HQL查询语句总结
    Hibernate配置详细解释
    Filter过滤器
    日志统计
    分页-模糊查询
    分页
  • 原文地址:https://www.cnblogs.com/dulun/p/12203811.html
Copyright © 2011-2022 走看看