zoukankan      html  css  js  c++  java
  • 气象数据格式

    {
        "symbols": [
            "01d",
            "01d",
            "01d",
            "01d"
        ],
        "symbolNames": [
            "Clear sky",
            "Clear sky",
            "Clear sky",
            "Clear sky"
        ],
        "precipitations": [
            {
                "x": 1443956400000,
                "y": 0
            },
            {
                "x": 1443960000000,
                "y": 0
            },
            {
                "x": 1443963600000,
                "y": 0
            },
            {
                "x": 1443967200000,
                "y": 0
            }
        ],
        "windDirections": [
            116.1,
            149.1,
            159.8,
            151.7
        ],
        "windDirectionNames": [
            "East-southeast",
            "South-southeast",
            "South-southeast",
            "South-southeast"
        ],
        "windSpeeds": [
            0.8,
            1.2,
            1.9,
            2.4
        ],
        "windSpeedNames": [
            "Light air",
            "Light air",
            "Light breeze",
            "Light breeze"
        ],
        "temperatures": [
            {
                "x": 1443956400000,
                "y": 9,
                "to": 1443960000000,
                "index": 0
            },
            {
                "x": 1443960000000,
                "y": 12,
                "to": 1443963600000,
                "index": 1
            },
            {
                "x": 1443963600000,
                "y": 14,
                "to": 1443967200000,
                "index": 2
            },
            {
                "x": 1443967200000,
                "y": 16,
                "to": 1443970800000,
                "index": 3
            }
        ],
        "pressures": [
            {
                "x": 1443956400000,
                "y": 1015.6
            },
            {
                "x": 1443960000000,
                "y": 1015
            },
            {
                "x": 1443963600000,
                "y": 1014.7
            },
            {
                "x": 1443967200000,
                "y": 1014.1
            }
        ],
  • 相关阅读:
    形态学操作
    形态学腐蚀膨胀操作
    图像模糊操作
    OpenCV像素操作和图形绘制
    c++中char类型的取值范围
    二叉树基本操作
    剑指27 二叉树的镜像
    剑指26 树的子结构
    剑指24: 反转链表
    剑指22 链表倒数第k个节点
  • 原文地址:https://www.cnblogs.com/hhudata/p/4854970.html
Copyright © 2011-2022 走看看