Skip to main content
GET
/
Project
/
{projectId}
/
Prediction
/
{predictionId}
/
GetAlbedoData
Get albedo data for a prediction
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction/{predictionId}/GetAlbedoData \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 24929003,
    "month": 1,
    "monthName": "Jan",
    "soilingLoss": 2,
    "albedo": 0.6435,
    "spectralShift": 1
  },
  {
    "id": 24929004,
    "month": 2,
    "monthName": "Feb",
    "soilingLoss": 2,
    "albedo": 0.5389,
    "spectralShift": 1
  },
  {
    "id": 24929005,
    "month": 3,
    "monthName": "Mar",
    "soilingLoss": 2,
    "albedo": 0.3216,
    "spectralShift": 1
  },
  {
    "id": 24929006,
    "month": 4,
    "monthName": "Apr",
    "soilingLoss": 2,
    "albedo": 0.1793,
    "spectralShift": 1
  },
  {
    "id": 24929007,
    "month": 5,
    "monthName": "May",
    "soilingLoss": 2,
    "albedo": 0.1323,
    "spectralShift": 1
  },
  {
    "id": 24929008,
    "month": 6,
    "monthName": "Jun",
    "soilingLoss": 2,
    "albedo": 0.14,
    "spectralShift": 1
  },
  {
    "id": 24929009,
    "month": 7,
    "monthName": "Jul",
    "soilingLoss": 2,
    "albedo": 0.14,
    "spectralShift": 1
  },
  {
    "id": 24929010,
    "month": 8,
    "monthName": "Aug",
    "soilingLoss": 2,
    "albedo": 0.1387,
    "spectralShift": 1
  },
  {
    "id": 24929011,
    "month": 9,
    "monthName": "Sep",
    "soilingLoss": 2,
    "albedo": 0.1353,
    "spectralShift": 1
  },
  {
    "id": 24929012,
    "month": 10,
    "monthName": "Oct",
    "soilingLoss": 2,
    "albedo": 0.13,
    "spectralShift": 1
  },
  {
    "id": 24929013,
    "month": 11,
    "monthName": "Nov",
    "soilingLoss": 2,
    "albedo": 0.204,
    "spectralShift": 1
  },
  {
    "id": 24929014,
    "month": 12,
    "monthName": "Dec",
    "soilingLoss": 2,
    "albedo": 0.4829,
    "spectralShift": 1
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

projectId
integer
required
predictionId
integer
required

Response

Monthly albedo data

id
integer
month
integer
Required range: 1 <= x <= 12
monthName
string
soilingLoss
number
albedo
number
spectralShift
number | null