You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

PRISM Weather Normals Extraction#30928/v4
Tags:  not added yet

PRISM Weather Normals Extraction[SERVICE-30928]

Tracker: Services Priority: NormalNormal Status: New
Submitted by: pattersdMar 04 2017 07:17 Modified by: pattersdApr 19 2017 14:19 Type:
Model
Path: m/prism_normal/1.0 Context: csip-climate Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-climate/m/prism_normals/1.0
Maintainers:
--
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
The normals are baseline datasets describing average monthly and annual conditions over the most recent three full decades. The current PRISM normals cover the period 1981-2010. See http://prism.oregonstate.edu/normals/ for more information.

Return value is a list of climate data normals by month (period = 1,12). Period 13 contains the annual normals.

Request Response
{
  "metainfo": {},
  "parameter": [
    {
      "name": "input_zone_features",
      "value": {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "properties": {
              "name": "pt one",
              "gid": 1
            },
            "geometry": {
              "type": "Point",
              "coordinates": [
                -104.9220085144043,
                40.53148031584938
              ],
              "crs": {
                "type": "name",
                "properties": {
                  "name": "EPSG:4326"
                }
              }
            }
          }
        ]
      }
    },
    {
      "name": "units",
      "value": "metric"
    },
    {
      "name": "start_date",
      "value": "2014-04-01"
    },
    {
      "name": "end_date",
      "value": "2014-04-10"
    },
    {
      "name": "climate_data",
      "value": [
        "tmin",
        "tmax",
        "ppt",
        "tdmean",
        "vpdmin",
        "vpdmax"
      ],
      "description": "request variables: temp min, temp max, precipitation, dew temp mean, vapor pressure min, vapor pressure max. If missing all variables are returned."
    }
  ]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "670a4b37-253d-11e7-8667-45d0fd041585",
    "cloud_node": "10.1.22.11",
    "tstamp": "2017-04-19 14:18:51",
    "service_url": "http://csip.engr.colostate.edu:8083/csip-climate/m/prism/1.0",
    "request_ip": "10.2.228.66",
    "csip-climate.version": "$version: 0.1.25 5291cd37526c 2017-04-19 od, built at 2017-04-19 09:10 by jenkins$",
    "csip.version": "$version: 2.1.179 5b6bb423bd93 2017-04-17 od, built at 2017-04-19 09:10 by jenkins$",
    "cpu_time": 34,
    "expiration_date": "2017-04-19 14:19:21"
  },
  "parameter": [
    {
      "name": "input_zone_features",
      "value": {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "properties": {
              "name": "pt one",
              "gid": 1
            },
            "geometry": {
              "type": "Point",
              "coordinates": [
                -104.9220085144043,
                40.53148031584938
              ],
              "crs": {
                "type": "name",
                "properties": {
                  "name": "EPSG:4326"
                }
              }
            }
          }
        ]
      }
    },
    {
      "name": "units",
      "value": "metric"
    },
    {
      "name": "start_date",
      "value": "2014-04-01"
    },
    {
      "name": "end_date",
      "value": "2014-04-10"
    },
    {
      "name": "climate_data",
      "value": [
        "tmin",
        "tmax",
        "ppt",
        "tdmean",
        "vpdmin",
        "vpdmax"
      ],
      "description": "request variables: temp min, temp max, precipitation, dew temp mean, vapor pressure min, vapor pressure max. If missing all variables are returned."
    }
  ],
  "result": [
    {
      "name": "output",
      "value": [
        {
          "cell_index": [
            482,
            225
          ],
          "data": [
            [
              "date",
              "tmin (degC)",
              "tmax (degC)",
              "ppt (mm)",
              "tdmean (degC)",
              "vpdmin (hPa)",
              "vpdmax (hPa)"
            ],
            [
              "2014-04-01",
              -1.91,
              12.04,
              0,
              -7.57,
              1.31,
              11.42
            ],
            [
              "2014-04-02",
              -2.07,
              14.22,
              0,
              -3.86,
              1.02,
              12.25
            ],
            [
              "2014-04-03",
              -0.5,
              11.1,
              2.18,
              -1.23,
              0.34,
              8.3
            ],
            [
              "2014-04-04",
              -5.05,
              9.81,
              0,
              -4.9,
              0.39,
              9.03
            ],
            [
              "2014-04-05",
              -5.1,
              12.53,
              0,
              -5.63,
              0.56,
              11.75
            ],
            [
              "2014-04-06",
              -1.45,
              14.31,
              0,
              -3.35,
              0.79,
              12.85
            ],
            [
              "2014-04-07",
              -0.68,
              13.03,
              0,
              -4.15,
              1.03,
              11.76
            ],
            [
              "2014-04-08",
              0.58,
              12.72,
              0,
              -5.27,
              1.88,
              11.5
            ],
            [
              "2014-04-09",
              1.32,
              21.61,
              0,
              -4.53,
              2.27,
              22.18
            ],
            [
              "2014-04-10",
              3.41,
              24.45,
              0,
              -3.66,
              1.74,
              26.72
            ]
          ],
          "gid": "1"
        }
      ]
    }
  ]
}

Details
Comments & Attachments
Associations
Children
SCM Commits
History (4)
Baselines
All (4)

 
No data to display.