The "deviationcurve" web service provides meta data about a deviation curve.
A typical URL for deviation curves is: http://myserver.mycompany.com:8080/INTGeoServer/json/deviationcurvedata?filePath=34_10-A-9H.las&deviationCurve=TVD&showValues=false
The following parameters are available:
deviationCurve: the name of the deviation curve to be retrieved. This is a required parameter. If a path encoded is used, this path is encoded.
The other parameters are identical to the logcurve web service.
Here is an example response. The response has been formatted to improve readability
{
"minimumMD":1900.8851392,
"maximumMD":2124.760732,
"minimumValue":-0.0016,
"maximumValue":0.3079000115,
"nullValue":-999.25,
"description":"SWSI",
"unitSymbol":"noUnit",
"unitName":"noUnit",
"shortName":"SWSI",
"values":[
-0.0016,
0.0925000012,
0.2097000033,
0.2818000019,
0.2366999984,
0.3079000115
],
"numberOfValues":6
}
The output of this web service is identical to the output of the logcurve web service.