Accumulated temperature by geo coordinates
Description:
Call accumulated temperature data by geo coordinates.API call:
http://api.agromonitoring.com/agro/1.0/weather/history/accumulated_temperature
Parameters:
appid - personal API key
lat, lon - coordinates of the location of your interest
start - Start date (unix time, UTC time zone), e.g. start=1483218000
end - End date (unix time, UTC time zone), e.g. end=1504213200
threshold - All values smaller than indicated value are not taken into account, Kelvins
Examples of API calls:
https://api.agromonitoring.com/agro/1.0/weather/history/accumulated_temperature?lat=35&lon=139&threshold=284&start=1517502031&end=1519834831&appid={YOUR_API_KEY}
Example of API response:
[
{
"dt":1517443200,
"temp":0,
"count":0
},
{
"dt":1517529600,
"temp":0,
"count":0
},
{
…
},
{
"dt":1519776000,
"temp":571.8,
"count":2
}
]
Parameters:
dtDate (unix time, UTC time zone)tempTemperature accumulated indicator, KelvinscountNumber of data measurements