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

Application Lifecycle Management

Search In Project

Search inClear

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

Climate: PRISM Weather Normals Extraction[SERVICE-30928]

Tracker: Services Priority: NormalNormal Status: New
Submitted by: pattersdMar 04 2017 07:17 Modified by: pattersdMar 04 2017 07:17 Type:
Model
Path: m/prism_normal/1.0 Context: csip-climate Version: 1.0
Endpoints: --
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"}}
                }
              }
            ]
          }
    }]
}
{
{
  "metainfo": {
    "status": "Finished",
    "suid": "ad752ad2-00e4-11e7-979f-2dadbadb441a",
    "cloud_node": "10.0.2.15",
    "tstamp": "2017-03-04 07:13:02",
    "service_url": "http://localhost:8080/csip-climate/m/prism_normals/1.0",
    "request_ip": "127.0.0.1",
    "csip.version": "$version: 2.1.143 430ab3fbdc8d 2017-01-05 Shaun Case, built at 2017-03-04 07:12 by pattersd$",
    "cpu_time": 168,
    "expiration_date": "2017-03-04 07:13:32"
  },
  "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"}
          }
        }
      }]
    }
  }],
  "result": [{
    "name": "features",
    "value": [{
      "prism_cell": [
        482,
        225
      ],
      "periods": [
        {
          "tmax": 5.86,
          "tmin": -9.57,
          "period": 1,
          "ppt": 6.93
        },
        {
          "tmax": 7.37,
          "tmin": -8.01,
          "period": 2,
          "ppt": 9.99
        },
        {
          "tmax": 12.23,
          "tmin": -3.71,
          "period": 3,
          "ppt": 31.27
        },
        {
          "tmax": 16.58,
          "tmin": 0.36,
          "period": 4,
          "ppt": 49.8
        },
        {
          "tmax": 21.63,
          "tmin": 5.76,
          "period": 5,
          "ppt": 60.19
        },
        {
          "tmax": 27.59,
          "tmin": 10.49,
          "period": 6,
          "ppt": 51.49
        },
        {
          "tmax": 31.57,
          "tmin": 13.62,
          "period": 7,
          "ppt": 34.38
        },
        {
          "tmax": 30.14,
          "tmin": 12.72,
          "period": 8,
          "ppt": 33.44
        },
        {
          "tmax": 25.43,
          "tmin": 7.54,
          "period": 9,
          "ppt": 28.68
        },
        {
          "tmax": 18.3,
          "tmin": 1.13,
          "period": 10,
          "ppt": 25.45
        },
        {
          "tmax": 10.6,
          "tmin": -4.91,
          "period": 11,
          "ppt": 15.3
        },
        {
          "tmax": 5.39,
          "tmin": -9.84,
          "period": 12,
          "ppt": 10.7
        },
        {
          "tmax": 17.72,
          "tmin": 1.3,
          "period": 13,
          "ppt": 357.62
        }
      ],
      "gid": "1"
    }]
  }]
}

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

Submitter Association Comment
Nothing found to display.