Crop Factors API
getCropFactors
The getCropFactors API provides weather data/factors specific to Ag Industry. With this API, you can retrieve satellite imagery derived weather factors, like Normalized Difference Vegetation Index (NDVI), Normalized Difference Water Index (NDWI), and Land Surface Temperature(LSTD & LSTN), and station collected weather data, like air temperature(TMAX & TMIN), and accumulated precipitation(PRCP). Data can be requested for a combination of counties and observation windows.
View All APIscountyCoderequired
A county FIPS code or a code that identifies multiple counties. A valid code consists of multiple county FIPS codes separated by a comma, and the code can contain up to 100 counties. Mutually exclusive with stateCode.
Please click here to get a list of possible values.
19041,17019
stateCodeoptional
A state FIPS code or a code that identifies multiple states. A valid code consists of multiple state FIPS codes separated by a comma, and the code can contain up to 20 states.
Please click here to get a list of possible values.
19,17
startDaterequired
The start date of the historical data query. This parameter should be set to the desired start date/time for the query (the result set will include records back to, and including, this value). If not set, the value will default to 20220101
20220401
endDateoptional
The end data of the historical data query. This parameter should be set to the desired end date/time for the query (the result set will include records up to, and including, this value). If not set, the value will default to the day specified in the start parameter.
20220531
fieldsoptional
Additional as per-requested fields that the user can define. Requested fields should be separated by a comma.
ndviCount,ndwiCount
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A sequence of characters. (example: GOOG)
always returned
A date in the format of YYYY-MM-DD.
always returned
A date in the format of YYYY-MM-DD.
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A numeric type defining a number with fractional parts. (example: 2.14)
as requested
A numeric type defining a whole number. (example: 2)
always returned
A date and time in the format of YYYY-MM-DD HH:MI:SS<TIMEZONE_OFFSET>.
GET
GET https://ondemand.websol.barchart.com/getCropFactors.json?apikey=YOUR_API_KEY&countyCode=19041%2C17019&stateCode=19%2C17&startDate=20220401&endDate=20220531&fields=ndviCount%2CndwiCount
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getCropFactors.json
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&countyCode=19041%2C17019&stateCode=19%2C17&startDate=20220401&endDate=20220531&fields=ndviCount%2CndwiCount
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.33341,
"ndviCount": 8659,
"ndwi": -0.1429,
"ndwiCount": 8659,
"lstd": null,
"lstn": null,
"tmax": 15.41,
"tmin": 2.75,
"prcp": 15.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.31207,
"ndviCount": 8659,
"ndwi": -0.15198,
"ndwiCount": 8659,
"lstd": 19.69,
"lstn": -1.54,
"tmax": 13.76,
"tmin": 4.16,
"prcp": 41.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.34398,
"ndviCount": 8659,
"ndwi": -0.13463,
"ndwiCount": 8659,
"lstd": 23.57,
"lstn": 1.49,
"tmax": 20.16,
"tmin": 8.89,
"prcp": 19.9,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.38668,
"ndviCount": 8659,
"ndwi": -0.099,
"ndwiCount": 8659,
"lstd": 23.74,
"lstn": 5.55,
"tmax": 17.36,
"tmin": 8.41,
"prcp": 37.55,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.42849,
"ndviCount": 1563,
"ndwi": 0.0655,
"ndwiCount": 1563,
"lstd": null,
"lstn": null,
"tmax": 18.99,
"tmin": 6.58,
"prcp": 104.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.4323,
"ndviCount": 1563,
"ndwi": 0.03478,
"ndwiCount": 1563,
"lstd": 21.19,
"lstn": 6.34,
"tmax": 16.56,
"tmin": 7.99,
"prcp": 35.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.43946,
"ndviCount": 1563,
"ndwi": 0.03307,
"ndwiCount": 1563,
"lstd": 24.41,
"lstn": 10.38,
"tmax": 23.51,
"tmin": 12.4,
"prcp": 17.95,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.42152,
"ndviCount": 1563,
"ndwi": 0.04443,
"ndwiCount": 1563,
"lstd": 26.3,
"lstn": 10.55,
"tmax": 21.98,
"tmin": 11.73,
"prcp": 27.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.40404,
"ndviCount": 5068,
"ndwi": 0.02165,
"ndwiCount": 5068,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.38921,
"ndviCount": 5068,
"ndwi": -0.06234,
"ndwiCount": 5068,
"lstd": 21.95,
"lstn": 0.19,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.43966,
"ndviCount": 5068,
"ndwi": -0.00017,
"ndwiCount": 5068,
"lstd": 22.76,
"lstn": 3.91,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.42366,
"ndviCount": 5068,
"ndwi": 0.04859,
"ndwiCount": 5068,
"lstd": 23.3,
"lstn": 6.92,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26634,
"ndviCount": 5127,
"ndwi": -0.21135,
"ndwiCount": 5127,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 13.13,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2757,
"ndviCount": 5127,
"ndwi": -0.20552,
"ndwiCount": 5127,
"lstd": 18.71,
"lstn": -3.47,
"tmax": null,
"tmin": null,
"prcp": 13.15,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.17135,
"ndviCount": 5116,
"ndwi": -0.093,
"ndwiCount": 5127,
"lstd": 16.74,
"lstn": 2.87,
"tmax": null,
"tmin": null,
"prcp": 30.75,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29336,
"ndviCount": 5127,
"ndwi": -0.1789,
"ndwiCount": 5127,
"lstd": 22.86,
"lstn": 1.26,
"tmax": null,
"tmin": null,
"prcp": 56.8,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.31792,
"ndviCount": 1720,
"ndwi": -0.14771,
"ndwiCount": 1720,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.3065,
"ndviCount": 1720,
"ndwi": -0.15443,
"ndwiCount": 1720,
"lstd": 18.83,
"lstn": -2.14,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.33514,
"ndviCount": 1720,
"ndwi": -0.13212,
"ndwiCount": 1720,
"lstd": 24.43,
"lstn": 0.68,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.35695,
"ndviCount": 1720,
"ndwi": -0.11938,
"ndwiCount": 1720,
"lstd": 23.81,
"lstn": 2.31,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27881,
"ndviCount": 21024,
"ndwi": -0.22239,
"ndwiCount": 21024,
"lstd": null,
"lstn": null,
"tmax": 17.54,
"tmin": 3.1,
"prcp": 16.18,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2748,
"ndviCount": 21023,
"ndwi": -0.21408,
"ndwiCount": 21024,
"lstd": 18.7,
"lstn": -3.22,
"tmax": 20.55,
"tmin": 8.9,
"prcp": 26.84,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28213,
"ndviCount": 21024,
"ndwi": -0.2187,
"ndwiCount": 21024,
"lstd": 19.84,
"lstn": 2.9,
"tmax": 20.45,
"tmin": 10.88,
"prcp": 13.78,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30915,
"ndviCount": 21024,
"ndwi": -0.2116,
"ndwiCount": 21024,
"lstd": 23.77,
"lstn": 3.61,
"tmax": 14.73,
"tmin": 6.4,
"prcp": 25.53,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.38837,
"ndviCount": 844,
"ndwi": -0.03825,
"ndwiCount": 844,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 25.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.38779,
"ndviCount": 844,
"ndwi": -0.0527,
"ndwiCount": 844,
"lstd": 18.47,
"lstn": 1,
"tmax": null,
"tmin": null,
"prcp": 31.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.41703,
"ndviCount": 844,
"ndwi": -0.01625,
"ndwiCount": 844,
"lstd": 22.04,
"lstn": 5.55,
"tmax": null,
"tmin": null,
"prcp": 36.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.42214,
"ndviCount": 844,
"ndwi": -0.00217,
"ndwiCount": 844,
"lstd": 22.68,
"lstn": 6.6,
"tmax": null,
"tmin": null,
"prcp": 72.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26768,
"ndviCount": 7683,
"ndwi": -0.19232,
"ndwiCount": 7683,
"lstd": null,
"lstn": null,
"tmax": 14.1,
"tmin": 0.76,
"prcp": 23.93,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27423,
"ndviCount": 7683,
"ndwi": -0.18882,
"ndwiCount": 7683,
"lstd": 20.11,
"lstn": -4.42,
"tmax": 10.26,
"tmin": 0.48,
"prcp": 16.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26098,
"ndviCount": 7683,
"ndwi": -0.17908,
"ndwiCount": 7683,
"lstd": 19.42,
"lstn": 3.51,
"tmax": 16.45,
"tmin": 4.73,
"prcp": 41.23,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28979,
"ndviCount": 7683,
"ndwi": -0.17819,
"ndwiCount": 7683,
"lstd": 24.8,
"lstn": 1.8,
"tmax": 15.23,
"tmin": 5.28,
"prcp": 33.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29667,
"ndviCount": 6928,
"ndwi": -0.19212,
"ndwiCount": 6928,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 61.25,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28591,
"ndviCount": 6928,
"ndwi": -0.21195,
"ndwiCount": 6928,
"lstd": 20.9,
"lstn": -1.9,
"tmax": null,
"tmin": null,
"prcp": 29,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30165,
"ndviCount": 6928,
"ndwi": -0.19972,
"ndwiCount": 6928,
"lstd": 26.59,
"lstn": 0.49,
"tmax": null,
"tmin": null,
"prcp": 10,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3166,
"ndviCount": 6928,
"ndwi": -0.19091,
"ndwiCount": 6928,
"lstd": 23.99,
"lstn": 5.33,
"tmax": null,
"tmin": null,
"prcp": 51.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28887,
"ndviCount": 29204,
"ndwi": -0.23075,
"ndwiCount": 29204,
"lstd": null,
"lstn": null,
"tmax": 14.41,
"tmin": 2.38,
"prcp": 27.51,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27831,
"ndviCount": 29204,
"ndwi": -0.24769,
"ndwiCount": 29204,
"lstd": 19.4,
"lstn": -2.26,
"tmax": 14.73,
"tmin": 3.23,
"prcp": 12.99,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30762,
"ndviCount": 29204,
"ndwi": -0.23133,
"ndwiCount": 29204,
"lstd": 21.75,
"lstn": 7.1,
"tmax": 20.72,
"tmin": 7.55,
"prcp": 17.09,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32055,
"ndviCount": 29204,
"ndwi": -0.22964,
"ndwiCount": 29204,
"lstd": 22.58,
"lstn": 4.42,
"tmax": 17.06,
"tmin": 7.52,
"prcp": 46.99,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.32516,
"ndviCount": 19987,
"ndwi": -0.2031,
"ndwiCount": 19987,
"lstd": null,
"lstn": null,
"tmax": 14.64,
"tmin": 2.99,
"prcp": 23.48,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30467,
"ndviCount": 19987,
"ndwi": -0.22434,
"ndwiCount": 19987,
"lstd": 18.73,
"lstn": -2.23,
"tmax": 14.45,
"tmin": 3.3,
"prcp": 11.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.33817,
"ndviCount": 19987,
"ndwi": -0.19788,
"ndwiCount": 19987,
"lstd": 22.19,
"lstn": 4.8,
"tmax": 20.45,
"tmin": 9.45,
"prcp": 24.38,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3535,
"ndviCount": 19987,
"ndwi": -0.19366,
"ndwiCount": 19987,
"lstd": 22.05,
"lstn": 4.27,
"tmax": 17.74,
"tmin": 8.09,
"prcp": 47.18,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.33947,
"ndviCount": 6598,
"ndwi": -0.03834,
"ndwiCount": 6598,
"lstd": null,
"lstn": null,
"tmax": 16.1,
"tmin": 3.49,
"prcp": 26.6,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.32591,
"ndviCount": 6598,
"ndwi": -0.11569,
"ndwiCount": 6598,
"lstd": 17,
"lstn": -0.84,
"tmax": 15.91,
"tmin": 3.33,
"prcp": 13,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.33856,
"ndviCount": 6598,
"ndwi": -0.10662,
"ndwiCount": 6598,
"lstd": 23.28,
"lstn": 7.84,
"tmax": 22.44,
"tmin": 9.58,
"prcp": 26.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36077,
"ndviCount": 6598,
"ndwi": -0.03231,
"ndwiCount": 6598,
"lstd": 21.14,
"lstn": 7.93,
"tmax": 19.88,
"tmin": 8.61,
"prcp": 36.95,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.41374,
"ndviCount": 5786,
"ndwi": 0.0517,
"ndwiCount": 5786,
"lstd": null,
"lstn": null,
"tmax": 16.94,
"tmin": 3,
"prcp": 45.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.39592,
"ndviCount": 5786,
"ndwi": -0.05039,
"ndwiCount": 5786,
"lstd": 21.08,
"lstn": 1.39,
"tmax": 14.73,
"tmin": 3.61,
"prcp": 12.58,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.40641,
"ndviCount": 5786,
"ndwi": -0.04909,
"ndwiCount": 5786,
"lstd": 24.73,
"lstn": 7.55,
"tmax": 23.4,
"tmin": 8.69,
"prcp": 13.53,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.42122,
"ndviCount": 5786,
"ndwi": 0.04005,
"ndwiCount": 5786,
"lstd": 24.14,
"lstn": 7.17,
"tmax": 20.36,
"tmin": 9.31,
"prcp": 23.43,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.44319,
"ndviCount": 5726,
"ndwi": 0.10574,
"ndwiCount": 5726,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 38.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.43157,
"ndviCount": 5726,
"ndwi": 0.01769,
"ndwiCount": 5726,
"lstd": 20.75,
"lstn": 1.08,
"tmax": null,
"tmin": null,
"prcp": 3.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.46495,
"ndviCount": 5726,
"ndwi": 0.01768,
"ndwiCount": 5726,
"lstd": 23.75,
"lstn": 4.83,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.44611,
"ndviCount": 5726,
"ndwi": 0.07527,
"ndwiCount": 5726,
"lstd": 24.14,
"lstn": 7.74,
"tmax": null,
"tmin": null,
"prcp": 21.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30512,
"ndviCount": 11523,
"ndwi": -0.18012,
"ndwiCount": 11523,
"lstd": null,
"lstn": null,
"tmax": 15.4,
"tmin": 4.35,
"prcp": 23.98,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28925,
"ndviCount": 11523,
"ndwi": -0.22025,
"ndwiCount": 11523,
"lstd": 20.97,
"lstn": -1.67,
"tmax": 16.74,
"tmin": 5.24,
"prcp": 11.78,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.3,
"ndviCount": 11523,
"ndwi": -0.21473,
"ndwiCount": 11523,
"lstd": 25.22,
"lstn": 7.55,
"tmax": 20.91,
"tmin": 9.8,
"prcp": 16.67,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33322,
"ndviCount": 11523,
"ndwi": -0.21354,
"ndwiCount": 11523,
"lstd": 22.52,
"lstn": 5.5,
"tmax": 18.66,
"tmin": 9.36,
"prcp": 35.04,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28901,
"ndviCount": 124,
"ndwi": -0.13587,
"ndwiCount": 124,
"lstd": null,
"lstn": null,
"tmax": 13.36,
"tmin": 2.76,
"prcp": 20.42,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29774,
"ndviCount": 124,
"ndwi": -0.11979,
"ndwiCount": 124,
"lstd": 22.47,
"lstn": -2.26,
"tmax": 10.9,
"tmin": 3.36,
"prcp": 13.73,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24766,
"ndviCount": 124,
"ndwi": -0.05998,
"ndwiCount": 124,
"lstd": 15.73,
"lstn": 5.53,
"tmax": 15.85,
"tmin": 6.7,
"prcp": 29.28,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34159,
"ndviCount": 124,
"ndwi": -0.06833,
"ndwiCount": 124,
"lstd": 20.1,
"lstn": 6.88,
"tmax": 13.34,
"tmin": 7.27,
"prcp": 69.29,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.37551,
"ndviCount": 5330,
"ndwi": 0.00479,
"ndwiCount": 5330,
"lstd": null,
"lstn": null,
"tmax": 16.2,
"tmin": 3.33,
"prcp": 41.25,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.36115,
"ndviCount": 5330,
"ndwi": -0.08715,
"ndwiCount": 5330,
"lstd": 19.17,
"lstn": -0.1,
"tmax": 15.16,
"tmin": 3.01,
"prcp": 8.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.37559,
"ndviCount": 5330,
"ndwi": -0.07268,
"ndwiCount": 5330,
"lstd": 24.51,
"lstn": 7.33,
"tmax": 21.51,
"tmin": 9.67,
"prcp": 22.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.39209,
"ndviCount": 5330,
"ndwi": 0.00208,
"ndwiCount": 5330,
"lstd": 23.07,
"lstn": 8.55,
"tmax": 21.22,
"tmin": 9.66,
"prcp": 34.75,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.32848,
"ndviCount": 5103,
"ndwi": -0.04103,
"ndwiCount": 5103,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 0.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.31763,
"ndviCount": 5103,
"ndwi": -0.12113,
"ndwiCount": 5103,
"lstd": 19.61,
"lstn": -1.06,
"tmax": null,
"tmin": null,
"prcp": 9.7,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.33267,
"ndviCount": 5103,
"ndwi": -0.1169,
"ndwiCount": 5103,
"lstd": 22.85,
"lstn": 8.02,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36748,
"ndviCount": 5103,
"ndwi": -0.02081,
"ndwiCount": 5103,
"lstd": 22.04,
"lstn": 6.95,
"tmax": null,
"tmin": null,
"prcp": 33.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28066,
"ndviCount": 17103,
"ndwi": -0.23979,
"ndwiCount": 17103,
"lstd": null,
"lstn": null,
"tmax": 13.44,
"tmin": 0.6,
"prcp": 20.26,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2772,
"ndviCount": 17103,
"ndwi": -0.23246,
"ndwiCount": 17103,
"lstd": 18.38,
"lstn": -3.69,
"tmax": 10.14,
"tmin": 1.01,
"prcp": 19.96,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2242,
"ndviCount": 17102,
"ndwi": -0.17559,
"ndwiCount": 17103,
"lstd": 17.07,
"lstn": 3.46,
"tmax": 15.51,
"tmin": 5.01,
"prcp": 25.9,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29757,
"ndviCount": 17103,
"ndwi": -0.22557,
"ndwiCount": 17103,
"lstd": 22.42,
"lstn": 2.12,
"tmax": 13.8,
"tmin": 5.48,
"prcp": 36.13,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2946,
"ndviCount": 11353,
"ndwi": -0.24562,
"ndwiCount": 11353,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 23.03,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28271,
"ndviCount": 11353,
"ndwi": -0.24317,
"ndwiCount": 11353,
"lstd": 16.84,
"lstn": -2.63,
"tmax": null,
"tmin": null,
"prcp": 27.43,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30322,
"ndviCount": 11353,
"ndwi": -0.23551,
"ndwiCount": 11353,
"lstd": 20.19,
"lstn": 6.55,
"tmax": null,
"tmin": null,
"prcp": 23.18,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32152,
"ndviCount": 11353,
"ndwi": -0.2302,
"ndwiCount": 11353,
"lstd": 22.23,
"lstn": 3.25,
"tmax": null,
"tmin": null,
"prcp": 48.23,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29558,
"ndviCount": 12451,
"ndwi": -0.21506,
"ndwiCount": 12451,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 20.85,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27995,
"ndviCount": 12451,
"ndwi": -0.24934,
"ndwiCount": 12451,
"lstd": 19.93,
"lstn": -2.09,
"tmax": 22.2,
"tmin": 11.7,
"prcp": 10.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30707,
"ndviCount": 12451,
"ndwi": -0.23558,
"ndwiCount": 12451,
"lstd": 24.34,
"lstn": 7.4,
"tmax": 20.71,
"tmin": 8.81,
"prcp": 22.6,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32715,
"ndviCount": 12451,
"ndwi": -0.23704,
"ndwiCount": 12451,
"lstd": 23.02,
"lstn": 4.26,
"tmax": 15.9,
"tmin": 9.63,
"prcp": 26.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29587,
"ndviCount": 74,
"ndwi": -0.21556,
"ndwiCount": 74,
"lstd": null,
"lstn": null,
"tmax": 13.98,
"tmin": 1.51,
"prcp": 20.03,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30578,
"ndviCount": 74,
"ndwi": -0.22247,
"ndwiCount": 74,
"lstd": 16.25,
"lstn": -3.5,
"tmax": 10.68,
"tmin": 2.25,
"prcp": 16.57,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2744,
"ndviCount": 74,
"ndwi": -0.07473,
"ndwiCount": 74,
"lstd": 12.75,
"lstn": 5.81,
"tmax": 16.28,
"tmin": 6.21,
"prcp": 27.83,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34322,
"ndviCount": 74,
"ndwi": -0.16039,
"ndwiCount": 74,
"lstd": 19.74,
"lstn": 3.09,
"tmax": 13.95,
"tmin": 6.3,
"prcp": 79.81,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30461,
"ndviCount": 16993,
"ndwi": -0.18157,
"ndwiCount": 16993,
"lstd": null,
"lstn": null,
"tmax": 14.58,
"tmin": 2.23,
"prcp": 24.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29104,
"ndviCount": 16993,
"ndwi": -0.2142,
"ndwiCount": 16993,
"lstd": 17.41,
"lstn": -1.83,
"tmax": 14.71,
"tmin": 2.01,
"prcp": 10.9,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.3117,
"ndviCount": 16993,
"ndwi": -0.20358,
"ndwiCount": 16993,
"lstd": 24.81,
"lstn": 5.83,
"tmax": 21.04,
"tmin": 8.54,
"prcp": 22.32,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32027,
"ndviCount": 16993,
"ndwi": -0.20988,
"ndwiCount": 16993,
"lstd": 22.15,
"lstn": 6.12,
"tmax": 18.96,
"tmin": 7.49,
"prcp": 32.63,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.44266,
"ndviCount": 2847,
"ndwi": 0.07143,
"ndwiCount": 2847,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 66.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.43559,
"ndviCount": 2847,
"ndwi": -0.00224,
"ndwiCount": 2847,
"lstd": 19.22,
"lstn": 1.13,
"tmax": null,
"tmin": null,
"prcp": 25.15,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.4427,
"ndviCount": 2847,
"ndwi": -0.018,
"ndwiCount": 2847,
"lstd": 25.07,
"lstn": 8.02,
"tmax": null,
"tmin": null,
"prcp": 41.2,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.41132,
"ndviCount": 2847,
"ndwi": 0.04729,
"ndwiCount": 2847,
"lstd": 26.02,
"lstn": 8.82,
"tmax": null,
"tmin": null,
"prcp": 17.6,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.35233,
"ndviCount": 6464,
"ndwi": -0.01292,
"ndwiCount": 6464,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 15.33,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.33888,
"ndviCount": 6464,
"ndwi": -0.09802,
"ndwiCount": 6464,
"lstd": 20.75,
"lstn": -0.09,
"tmax": null,
"tmin": null,
"prcp": 12.59,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.35646,
"ndviCount": 6464,
"ndwi": -0.08599,
"ndwiCount": 6464,
"lstd": 23.11,
"lstn": 8.61,
"tmax": null,
"tmin": null,
"prcp": 17.33,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.37728,
"ndviCount": 6464,
"ndwi": 0.02199,
"ndwiCount": 6464,
"lstd": 21.98,
"lstn": 7.11,
"tmax": null,
"tmin": null,
"prcp": 50.52,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.36949,
"ndviCount": 8494,
"ndwi": 0.00811,
"ndwiCount": 8494,
"lstd": null,
"lstn": null,
"tmax": 14.88,
"tmin": 2.99,
"prcp": 29.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.35693,
"ndviCount": 8494,
"ndwi": -0.07939,
"ndwiCount": 8494,
"lstd": 21.15,
"lstn": 0.43,
"tmax": 14.09,
"tmin": 2.69,
"prcp": 16.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.38029,
"ndviCount": 8494,
"ndwi": -0.06356,
"ndwiCount": 8494,
"lstd": 22.79,
"lstn": 7.42,
"tmax": 20.4,
"tmin": 9.3,
"prcp": 12.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.40617,
"ndviCount": 8494,
"ndwi": 0.04017,
"ndwiCount": 8494,
"lstd": 22.68,
"lstn": 6.98,
"tmax": 17.7,
"tmin": 8.18,
"prcp": 37,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.276,
"ndviCount": 15299,
"ndwi": -0.24515,
"ndwiCount": 15299,
"lstd": null,
"lstn": null,
"tmax": 13.7,
"tmin": 1.5,
"prcp": 21.57,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26864,
"ndviCount": 15299,
"ndwi": -0.26014,
"ndwiCount": 15299,
"lstd": 22.03,
"lstn": -3.24,
"tmax": 10.55,
"tmin": -1.4,
"prcp": 13.1,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29263,
"ndviCount": 15299,
"ndwi": -0.24797,
"ndwiCount": 15299,
"lstd": 21.34,
"lstn": 7.32,
"tmax": 23.9,
"tmin": 3.85,
"prcp": 15.37,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31186,
"ndviCount": 15299,
"ndwi": -0.22617,
"ndwiCount": 15299,
"lstd": 23.04,
"lstn": 3.66,
"tmax": 15.77,
"tmin": 6.33,
"prcp": 38.93,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.51349,
"ndviCount": 1990,
"ndwi": 0.13722,
"ndwiCount": 1990,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 33.68,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.51929,
"ndviCount": 1990,
"ndwi": 0.15158,
"ndwiCount": 1990,
"lstd": 20.53,
"lstn": 2.58,
"tmax": null,
"tmin": null,
"prcp": 41.47,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.52251,
"ndviCount": 1990,
"ndwi": 0.08462,
"ndwiCount": 1990,
"lstd": 24.37,
"lstn": 9.14,
"tmax": null,
"tmin": null,
"prcp": 31.42,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.55494,
"ndviCount": 1990,
"ndwi": 0.18395,
"ndwiCount": 1990,
"lstd": 25.06,
"lstn": 8.55,
"tmax": null,
"tmin": null,
"prcp": 40.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.3026,
"ndviCount": 7607,
"ndwi": -0.17694,
"ndwiCount": 7607,
"lstd": null,
"lstn": null,
"tmax": 14.93,
"tmin": 1.34,
"prcp": 18.43,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30726,
"ndviCount": 7607,
"ndwi": -0.16092,
"ndwiCount": 7607,
"lstd": 17.71,
"lstn": -2.39,
"tmax": 11.04,
"tmin": 0.69,
"prcp": 20.78,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31815,
"ndviCount": 7607,
"ndwi": -0.16313,
"ndwiCount": 7607,
"lstd": 22.13,
"lstn": 0.19,
"tmax": 18.75,
"tmin": 6.66,
"prcp": 8.72,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33905,
"ndviCount": 7607,
"ndwi": -0.14959,
"ndwiCount": 7607,
"lstd": 23.89,
"lstn": 3.45,
"tmax": 15.08,
"tmin": 6.39,
"prcp": 30.18,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.35734,
"ndviCount": 5821,
"ndwi": -0.01088,
"ndwiCount": 5821,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.35448,
"ndviCount": 5821,
"ndwi": -0.01782,
"ndwiCount": 5821,
"lstd": 21.76,
"lstn": 0.71,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.34952,
"ndviCount": 5821,
"ndwi": -0.05874,
"ndwiCount": 5821,
"lstd": 24.89,
"lstn": 8.34,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36625,
"ndviCount": 5821,
"ndwi": -0.01754,
"ndwiCount": 5821,
"lstd": 26.76,
"lstn": 8.09,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.33467,
"ndviCount": 7682,
"ndwi": -0.14073,
"ndwiCount": 7682,
"lstd": null,
"lstn": null,
"tmax": 15.5,
"tmin": 2.79,
"prcp": 24.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.32826,
"ndviCount": 7682,
"ndwi": -0.1473,
"ndwiCount": 7682,
"lstd": 17.58,
"lstn": -0.65,
"tmax": 13.54,
"tmin": 2.84,
"prcp": 37.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.34931,
"ndviCount": 7682,
"ndwi": -0.1299,
"ndwiCount": 7682,
"lstd": 24.98,
"lstn": 3.44,
"tmax": 20.69,
"tmin": 9.39,
"prcp": 26.2,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36549,
"ndviCount": 7682,
"ndwi": -0.09757,
"ndwiCount": 7682,
"lstd": 22.71,
"lstn": 4.79,
"tmax": 17.49,
"tmin": 8.33,
"prcp": 54.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28409,
"ndviCount": 9952,
"ndwi": -0.2477,
"ndwiCount": 9952,
"lstd": null,
"lstn": null,
"tmax": 15.41,
"tmin": 2.79,
"prcp": 16.99,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27759,
"ndviCount": 9952,
"ndwi": -0.26131,
"ndwiCount": 9952,
"lstd": 20.43,
"lstn": -2.74,
"tmax": 11.89,
"tmin": 2.15,
"prcp": 17.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27986,
"ndviCount": 9952,
"ndwi": -0.23156,
"ndwiCount": 9952,
"lstd": 20.26,
"lstn": 7.11,
"tmax": 17.29,
"tmin": 7.71,
"prcp": 13.63,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30805,
"ndviCount": 9952,
"ndwi": -0.22521,
"ndwiCount": 9952,
"lstd": 22.95,
"lstn": 5.23,
"tmax": 14.74,
"tmin": 7.15,
"prcp": 69.26,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.3976,
"ndviCount": 5031,
"ndwi": 0.07416,
"ndwiCount": 5031,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 44.85,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.39582,
"ndviCount": 5031,
"ndwi": 0.06824,
"ndwiCount": 5031,
"lstd": 19.69,
"lstn": 1.09,
"tmax": null,
"tmin": null,
"prcp": 31.45,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.40781,
"ndviCount": 5031,
"ndwi": -0.00318,
"ndwiCount": 5031,
"lstd": 24.78,
"lstn": 8,
"tmax": null,
"tmin": null,
"prcp": 33.42,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.40237,
"ndviCount": 5031,
"ndwi": 0.01191,
"ndwiCount": 5031,
"lstd": 25.07,
"lstn": 8.49,
"tmax": null,
"tmin": null,
"prcp": 25.43,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30896,
"ndviCount": 13312,
"ndwi": -0.18001,
"ndwiCount": 13312,
"lstd": null,
"lstn": null,
"tmax": 14.24,
"tmin": 2.75,
"prcp": 17.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29285,
"ndviCount": 13312,
"ndwi": -0.19715,
"ndwiCount": 13312,
"lstd": 17.32,
"lstn": -1.56,
"tmax": 11.39,
"tmin": 1.33,
"prcp": 24.1,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31527,
"ndviCount": 13312,
"ndwi": -0.1857,
"ndwiCount": 13312,
"lstd": 21.62,
"lstn": 0.32,
"tmax": 19.43,
"tmin": 6.95,
"prcp": 18.15,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34851,
"ndviCount": 13312,
"ndwi": -0.16673,
"ndwiCount": 13312,
"lstd": 23.97,
"lstn": 4.6,
"tmax": 16.05,
"tmin": 6.91,
"prcp": 26.87,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.52074,
"ndviCount": 69,
"ndwi": 0.09693,
"ndwiCount": 69,
"lstd": null,
"lstn": null,
"tmax": 17.63,
"tmin": 4.5,
"prcp": 61.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.52988,
"ndviCount": 69,
"ndwi": 0.09175,
"ndwiCount": 69,
"lstd": 22.29,
"lstn": 5.31,
"tmax": 15.63,
"tmin": 4.64,
"prcp": 38.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.51005,
"ndviCount": 69,
"ndwi": 0.07511,
"ndwiCount": 69,
"lstd": 24.36,
"lstn": 10.66,
"tmax": 23.2,
"tmin": 9.09,
"prcp": 17.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.58491,
"ndviCount": 69,
"ndwi": 0.21388,
"ndwiCount": 69,
"lstd": 26.41,
"lstn": 9.07,
"tmax": 21.11,
"tmin": 9.58,
"prcp": 24.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28346,
"ndviCount": 6639,
"ndwi": -0.19595,
"ndwiCount": 6639,
"lstd": null,
"lstn": null,
"tmax": 16.27,
"tmin": 2.87,
"prcp": 16.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2914,
"ndviCount": 6639,
"ndwi": -0.17039,
"ndwiCount": 6639,
"lstd": 14.56,
"lstn": -2.65,
"tmax": 11.54,
"tmin": 2.03,
"prcp": 28.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29576,
"ndviCount": 6639,
"ndwi": -0.19551,
"ndwiCount": 6639,
"lstd": 23,
"lstn": -0.22,
"tmax": 19.15,
"tmin": 7.23,
"prcp": 16.25,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32358,
"ndviCount": 6639,
"ndwi": -0.18193,
"ndwiCount": 6639,
"lstd": 24.88,
"lstn": 4.25,
"tmax": 17.43,
"tmin": 7.36,
"prcp": 26.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26346,
"ndviCount": 20340,
"ndwi": -0.19735,
"ndwiCount": 20340,
"lstd": null,
"lstn": null,
"tmax": 13.99,
"tmin": 0.96,
"prcp": 17.05,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26684,
"ndviCount": 20340,
"ndwi": -0.1844,
"ndwiCount": 20340,
"lstd": 20.96,
"lstn": -3.48,
"tmax": 11.22,
"tmin": 1.53,
"prcp": 27.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2724,
"ndviCount": 20340,
"ndwi": -0.20829,
"ndwiCount": 20340,
"lstd": 20.32,
"lstn": 4.39,
"tmax": 18.02,
"tmin": 6.11,
"prcp": 14.42,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29447,
"ndviCount": 20340,
"ndwi": -0.1938,
"ndwiCount": 20340,
"lstd": 25.35,
"lstn": 3.37,
"tmax": 14.79,
"tmin": 6.77,
"prcp": 27.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28358,
"ndviCount": 33238,
"ndwi": -0.24363,
"ndwiCount": 33238,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 21.63,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27266,
"ndviCount": 33238,
"ndwi": -0.26167,
"ndwiCount": 33238,
"lstd": 21.18,
"lstn": -2.82,
"tmax": null,
"tmin": null,
"prcp": 10.67,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29545,
"ndviCount": 33238,
"ndwi": -0.23521,
"ndwiCount": 33238,
"lstd": 21.17,
"lstn": 6.28,
"tmax": null,
"tmin": null,
"prcp": 8.15,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31667,
"ndviCount": 33238,
"ndwi": -0.22518,
"ndwiCount": 33238,
"lstd": 23.42,
"lstn": 3.97,
"tmax": null,
"tmin": null,
"prcp": 41.07,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.45249,
"ndviCount": 3131,
"ndwi": 0.0457,
"ndwiCount": 3131,
"lstd": null,
"lstn": null,
"tmax": 18.23,
"tmin": 5.53,
"prcp": 34.14,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.45978,
"ndviCount": 3131,
"ndwi": 0.07155,
"ndwiCount": 3131,
"lstd": 20.9,
"lstn": 1.57,
"tmax": 16.87,
"tmin": 4.14,
"prcp": 25.79,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.44719,
"ndviCount": 3131,
"ndwi": 0.00175,
"ndwiCount": 3131,
"lstd": 24.73,
"lstn": 6.95,
"tmax": 23.03,
"tmin": 8.94,
"prcp": 23.59,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.47198,
"ndviCount": 3131,
"ndwi": 0.07969,
"ndwiCount": 3131,
"lstd": 25.21,
"lstn": 9.8,
"tmax": 20.59,
"tmin": 9.89,
"prcp": 37.42,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.35888,
"ndviCount": 8234,
"ndwi": -0.0065,
"ndwiCount": 8234,
"lstd": null,
"lstn": null,
"tmax": 15.31,
"tmin": 4.59,
"prcp": 28.65,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.34321,
"ndviCount": 8234,
"ndwi": -0.10499,
"ndwiCount": 8234,
"lstd": 19.73,
"lstn": 1.1,
"tmax": 15.98,
"tmin": 5.98,
"prcp": 7.97,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.35213,
"ndviCount": 8234,
"ndwi": -0.10438,
"ndwiCount": 8234,
"lstd": 23.99,
"lstn": 7.44,
"tmax": 21.33,
"tmin": 10.21,
"prcp": 18.58,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.37815,
"ndviCount": 8234,
"ndwi": -0.01628,
"ndwiCount": 8234,
"lstd": 22.78,
"lstn": 7.83,
"tmax": 18.9,
"tmin": 9.73,
"prcp": 34.18,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.4996,
"ndviCount": 2606,
"ndwi": 0.11108,
"ndwiCount": 2606,
"lstd": null,
"lstn": null,
"tmax": 17.03,
"tmin": 3.68,
"prcp": 41.28,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.49557,
"ndviCount": 2606,
"ndwi": 0.07356,
"ndwiCount": 2606,
"lstd": 21.01,
"lstn": 1.08,
"tmax": 15.96,
"tmin": 3.69,
"prcp": 23.88,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.49244,
"ndviCount": 2606,
"ndwi": 0.03863,
"ndwiCount": 2606,
"lstd": 24.42,
"lstn": 7.9,
"tmax": 23.06,
"tmin": 9.28,
"prcp": 37.59,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.53339,
"ndviCount": 2606,
"ndwi": 0.14805,
"ndwiCount": 2606,
"lstd": 24.62,
"lstn": 8.99,
"tmax": 19.59,
"tmin": 8.76,
"prcp": 39.59,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.37333,
"ndviCount": 3809,
"ndwi": -0.07273,
"ndwiCount": 3809,
"lstd": null,
"lstn": null,
"tmax": 15.61,
"tmin": 2.99,
"prcp": 27.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.37196,
"ndviCount": 3809,
"ndwi": -0.08236,
"ndwiCount": 3809,
"lstd": 18.48,
"lstn": -0.19,
"tmax": 14.53,
"tmin": 3.13,
"prcp": 26.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.40618,
"ndviCount": 3809,
"ndwi": -0.04545,
"ndwiCount": 3809,
"lstd": 23.75,
"lstn": 6.85,
"tmax": 21.45,
"tmin": 10.15,
"prcp": 73.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.40612,
"ndviCount": 3809,
"ndwi": -0.02261,
"ndwiCount": 3809,
"lstd": 22.92,
"lstn": 5.41,
"tmax": 17.58,
"tmin": 8.89,
"prcp": 81.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26601,
"ndviCount": 2640,
"ndwi": -0.17691,
"ndwiCount": 2640,
"lstd": null,
"lstn": null,
"tmax": 12.36,
"tmin": 0.04,
"prcp": 15.88,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27603,
"ndviCount": 2640,
"ndwi": -0.18127,
"ndwiCount": 2640,
"lstd": 21.31,
"lstn": -4.23,
"tmax": 9.03,
"tmin": -0.11,
"prcp": 23.92,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27016,
"ndviCount": 2640,
"ndwi": -0.1353,
"ndwiCount": 2640,
"lstd": 17.91,
"lstn": 6.01,
"tmax": 15.53,
"tmin": 4.87,
"prcp": 39.59,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29329,
"ndviCount": 2640,
"ndwi": -0.16264,
"ndwiCount": 2640,
"lstd": 27.37,
"lstn": 1.67,
"tmax": 14.87,
"tmin": 4.8,
"prcp": 25.41,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.60016,
"ndviCount": 195,
"ndwi": 0.17111,
"ndwiCount": 195,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 29.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.59487,
"ndviCount": 195,
"ndwi": 0.15123,
"ndwiCount": 195,
"lstd": 20.45,
"lstn": 4.72,
"tmax": null,
"tmin": null,
"prcp": 26,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.61824,
"ndviCount": 195,
"ndwi": 0.17203,
"ndwiCount": 195,
"lstd": 24.7,
"lstn": 8.92,
"tmax": null,
"tmin": null,
"prcp": 28.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.51254,
"ndviCount": 195,
"ndwi": 0.17781,
"ndwiCount": 195,
"lstd": 25.96,
"lstn": 10,
"tmax": null,
"tmin": null,
"prcp": 26.6,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2801,
"ndviCount": 5287,
"ndwi": -0.21103,
"ndwiCount": 5287,
"lstd": null,
"lstn": null,
"tmax": 13.27,
"tmin": 0.83,
"prcp": 21.13,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27939,
"ndviCount": 5287,
"ndwi": -0.20579,
"ndwiCount": 5287,
"lstd": 18.18,
"lstn": -2.99,
"tmax": 10.31,
"tmin": 1.55,
"prcp": 19.17,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.19517,
"ndviCount": 5285,
"ndwi": -0.11163,
"ndwiCount": 5287,
"lstd": 15.77,
"lstn": 5.38,
"tmax": 15.65,
"tmin": 5.9,
"prcp": 30.63,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29853,
"ndviCount": 5287,
"ndwi": -0.19587,
"ndwiCount": 5287,
"lstd": 22.04,
"lstn": 2.27,
"tmax": 14.08,
"tmin": 6.03,
"prcp": 46.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28865,
"ndviCount": 16528,
"ndwi": -0.22592,
"ndwiCount": 16528,
"lstd": null,
"lstn": null,
"tmax": 13.75,
"tmin": 1.48,
"prcp": 12.66,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28077,
"ndviCount": 16528,
"ndwi": -0.23498,
"ndwiCount": 16528,
"lstd": 20.74,
"lstn": -3.25,
"tmax": 10.96,
"tmin": 1.41,
"prcp": 11.17,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28715,
"ndviCount": 16523,
"ndwi": -0.18817,
"ndwiCount": 16528,
"lstd": 19.34,
"lstn": 3.95,
"tmax": 17.29,
"tmin": 6.69,
"prcp": 7.05,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32535,
"ndviCount": 16528,
"ndwi": -0.19467,
"ndwiCount": 16528,
"lstd": 21.38,
"lstn": 5.35,
"tmax": 15.35,
"tmin": 8.13,
"prcp": 42.27,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29499,
"ndviCount": 6397,
"ndwi": -0.22499,
"ndwiCount": 6397,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 22.6,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28095,
"ndviCount": 6397,
"ndwi": -0.23712,
"ndwiCount": 6397,
"lstd": 21.22,
"lstn": -2.84,
"tmax": null,
"tmin": null,
"prcp": 19.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25069,
"ndviCount": 6395,
"ndwi": -0.1634,
"ndwiCount": 6397,
"lstd": 18.05,
"lstn": 4.55,
"tmax": null,
"tmin": null,
"prcp": 20.28,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31822,
"ndviCount": 6397,
"ndwi": -0.19328,
"ndwiCount": 6397,
"lstd": 21,
"lstn": 4.87,
"tmax": null,
"tmin": null,
"prcp": 79.13,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27163,
"ndviCount": 11616,
"ndwi": -0.19648,
"ndwiCount": 11616,
"lstd": null,
"lstn": null,
"tmax": 13.73,
"tmin": 1.52,
"prcp": 16.88,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27745,
"ndviCount": 11616,
"ndwi": -0.17513,
"ndwiCount": 11616,
"lstd": 18.77,
"lstn": -4.03,
"tmax": 10.93,
"tmin": 1,
"prcp": 31.54,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.285,
"ndviCount": 11616,
"ndwi": -0.19827,
"ndwiCount": 11616,
"lstd": 22.22,
"lstn": 1.23,
"tmax": 18.74,
"tmin": 6.53,
"prcp": 14.34,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30587,
"ndviCount": 11616,
"ndwi": -0.1877,
"ndwiCount": 11616,
"lstd": 24.85,
"lstn": 4.24,
"tmax": 15.08,
"tmin": 7.06,
"prcp": 30.76,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26256,
"ndviCount": 218,
"ndwi": -0.16015,
"ndwiCount": 218,
"lstd": null,
"lstn": null,
"tmax": 12.56,
"tmin": 1.15,
"prcp": 21.21,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2661,
"ndviCount": 218,
"ndwi": -0.17003,
"ndwiCount": 218,
"lstd": 17.27,
"lstn": -3.49,
"tmax": 9.26,
"tmin": 1.06,
"prcp": 16.54,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.18666,
"ndviCount": 218,
"ndwi": -0.01606,
"ndwiCount": 218,
"lstd": 20.38,
"lstn": -3.87,
"tmax": 13.46,
"tmin": 4.15,
"prcp": 42.71,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28537,
"ndviCount": 218,
"ndwi": -0.13069,
"ndwiCount": 218,
"lstd": 19.36,
"lstn": 2.61,
"tmax": 12.51,
"tmin": 4.96,
"prcp": 56.52,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29327,
"ndviCount": 29039,
"ndwi": -0.24988,
"ndwiCount": 29039,
"lstd": null,
"lstn": null,
"tmax": 13.43,
"tmin": 1.46,
"prcp": 18.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28413,
"ndviCount": 29039,
"ndwi": -0.25244,
"ndwiCount": 29039,
"lstd": 20.11,
"lstn": -3.27,
"tmax": 12.78,
"tmin": 1.48,
"prcp": 19.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29067,
"ndviCount": 29039,
"ndwi": -0.23677,
"ndwiCount": 29039,
"lstd": 19.32,
"lstn": 6.17,
"tmax": 18.52,
"tmin": 6.52,
"prcp": 11.93,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31747,
"ndviCount": 29039,
"ndwi": -0.23322,
"ndwiCount": 29039,
"lstd": 21.83,
"lstn": 4.65,
"tmax": 14.42,
"tmin": 6.26,
"prcp": 40.34,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.42244,
"ndviCount": 5146,
"ndwi": 0.02741,
"ndwiCount": 5146,
"lstd": null,
"lstn": null,
"tmax": 15.9,
"tmin": 3.73,
"prcp": 39.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.40681,
"ndviCount": 5146,
"ndwi": -0.05675,
"ndwiCount": 5146,
"lstd": 19.83,
"lstn": 0.38,
"tmax": 15.74,
"tmin": 4.83,
"prcp": 7.13,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.41123,
"ndviCount": 5146,
"ndwi": -0.05304,
"ndwiCount": 5146,
"lstd": 24.97,
"lstn": 8,
"tmax": 23.16,
"tmin": 10.83,
"prcp": 75.67,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3875,
"ndviCount": 5143,
"ndwi": 0.01936,
"ndwiCount": 5146,
"lstd": 26.57,
"lstn": 9.51,
"tmax": 19.9,
"tmin": 9.9,
"prcp": 19.37,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28728,
"ndviCount": 19856,
"ndwi": -0.24384,
"ndwiCount": 19856,
"lstd": null,
"lstn": null,
"tmax": 12.99,
"tmin": 1.24,
"prcp": 16.08,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28115,
"ndviCount": 19855,
"ndwi": -0.23084,
"ndwiCount": 19856,
"lstd": 19,
"lstn": -4.11,
"tmax": 10.14,
"tmin": -0.21,
"prcp": 21.18,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26158,
"ndviCount": 19856,
"ndwi": -0.20624,
"ndwiCount": 19856,
"lstd": 19.44,
"lstn": 4.54,
"tmax": 16.39,
"tmin": 4.69,
"prcp": 40.43,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30759,
"ndviCount": 19856,
"ndwi": -0.22444,
"ndwiCount": 19856,
"lstd": 23.19,
"lstn": 2.18,
"tmax": 13.74,
"tmin": 5.66,
"prcp": 39.25,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28121,
"ndviCount": 32172,
"ndwi": -0.26433,
"ndwiCount": 32172,
"lstd": null,
"lstn": null,
"tmax": 13.96,
"tmin": 0.35,
"prcp": 13.59,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28408,
"ndviCount": 32172,
"ndwi": -0.26126,
"ndwiCount": 32172,
"lstd": 22.12,
"lstn": -3.31,
"tmax": 11.05,
"tmin": -0.07,
"prcp": 13.96,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29301,
"ndviCount": 32172,
"ndwi": -0.26228,
"ndwiCount": 32172,
"lstd": 22.06,
"lstn": 5.95,
"tmax": 18.05,
"tmin": 5.83,
"prcp": 9.52,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31025,
"ndviCount": 32172,
"ndwi": -0.23607,
"ndwiCount": 32172,
"lstd": 22.58,
"lstn": 4.85,
"tmax": 15.19,
"tmin": 7.09,
"prcp": 64.76,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30059,
"ndviCount": 18316,
"ndwi": -0.22046,
"ndwiCount": 18316,
"lstd": null,
"lstn": null,
"tmax": 14.95,
"tmin": 1.51,
"prcp": 12.34,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28348,
"ndviCount": 18316,
"ndwi": -0.23761,
"ndwiCount": 18316,
"lstd": 18.31,
"lstn": -2.66,
"tmax": 14.99,
"tmin": 4.04,
"prcp": 20.32,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30919,
"ndviCount": 18316,
"ndwi": -0.21936,
"ndwiCount": 18316,
"lstd": 24.39,
"lstn": 3.95,
"tmax": 20.21,
"tmin": 8.39,
"prcp": 11.84,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32317,
"ndviCount": 18316,
"ndwi": -0.21313,
"ndwiCount": 18316,
"lstd": 23.41,
"lstn": 4.24,
"tmax": 16.31,
"tmin": 8.05,
"prcp": 54.85,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29285,
"ndviCount": 12136,
"ndwi": -0.22186,
"ndwiCount": 12136,
"lstd": null,
"lstn": null,
"tmax": 14.04,
"tmin": 2.29,
"prcp": 17.82,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29097,
"ndviCount": 12136,
"ndwi": -0.19789,
"ndwiCount": 12136,
"lstd": 18.06,
"lstn": -2.93,
"tmax": 10.98,
"tmin": 1.36,
"prcp": 25.68,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29986,
"ndviCount": 12136,
"ndwi": -0.22356,
"ndwiCount": 12136,
"lstd": 22.65,
"lstn": -0.63,
"tmax": 19.24,
"tmin": 7.38,
"prcp": 13.52,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32668,
"ndviCount": 12136,
"ndwi": -0.21772,
"ndwiCount": 12136,
"lstd": 24.99,
"lstn": 3.35,
"tmax": 14.94,
"tmin": 6.74,
"prcp": 34.13,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27029,
"ndviCount": 5561,
"ndwi": -0.22219,
"ndwiCount": 5561,
"lstd": null,
"lstn": null,
"tmax": 12.14,
"tmin": 0.64,
"prcp": 24.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28121,
"ndviCount": 5561,
"ndwi": -0.21456,
"ndwiCount": 5561,
"lstd": 18.33,
"lstn": -3.52,
"tmax": 9.51,
"tmin": 1.06,
"prcp": 16.72,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.14401,
"ndviCount": 5554,
"ndwi": -0.05223,
"ndwiCount": 5561,
"lstd": 15.29,
"lstn": 1.94,
"tmax": 14.46,
"tmin": 4.74,
"prcp": 42.14,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29804,
"ndviCount": 5561,
"ndwi": -0.19004,
"ndwiCount": 5561,
"lstd": 23.18,
"lstn": 1.57,
"tmax": 13.97,
"tmin": 4.8,
"prcp": 49.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28871,
"ndviCount": 35213,
"ndwi": -0.2421,
"ndwiCount": 35213,
"lstd": null,
"lstn": null,
"tmax": 13.95,
"tmin": 1.11,
"prcp": 14.84,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29166,
"ndviCount": 35213,
"ndwi": -0.23297,
"ndwiCount": 35213,
"lstd": 21.4,
"lstn": -3.21,
"tmax": 13.06,
"tmin": 0.48,
"prcp": 18.63,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30167,
"ndviCount": 35213,
"ndwi": -0.23995,
"ndwiCount": 35213,
"lstd": 22.61,
"lstn": 5.16,
"tmax": 19.79,
"tmin": 6.54,
"prcp": 9.41,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31768,
"ndviCount": 35213,
"ndwi": -0.22649,
"ndwiCount": 35213,
"lstd": 22.37,
"lstn": 3.42,
"tmax": 16.19,
"tmin": 6.54,
"prcp": 53.17,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30946,
"ndviCount": 15691,
"ndwi": -0.22405,
"ndwiCount": 15691,
"lstd": null,
"lstn": null,
"tmax": 14.44,
"tmin": 2.5,
"prcp": 22.97,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28857,
"ndviCount": 15691,
"ndwi": -0.24522,
"ndwiCount": 15691,
"lstd": 18.33,
"lstn": -2.24,
"tmax": 15.58,
"tmin": 4.03,
"prcp": 17.55,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.3264,
"ndviCount": 15691,
"ndwi": -0.21502,
"ndwiCount": 15691,
"lstd": 20.49,
"lstn": 6.86,
"tmax": 19.91,
"tmin": 9.1,
"prcp": 27.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33774,
"ndviCount": 15691,
"ndwi": -0.2157,
"ndwiCount": 15691,
"lstd": 22.88,
"lstn": 3.97,
"tmax": 16.7,
"tmin": 8.26,
"prcp": 38.89,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.34165,
"ndviCount": 13903,
"ndwi": -0.14926,
"ndwiCount": 13903,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 20.67,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.33362,
"ndviCount": 13903,
"ndwi": -0.16144,
"ndwiCount": 13903,
"lstd": 18.22,
"lstn": -0.9,
"tmax": null,
"tmin": null,
"prcp": 20.48,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.37203,
"ndviCount": 13903,
"ndwi": -0.12077,
"ndwiCount": 13903,
"lstd": 22.77,
"lstn": 3.88,
"tmax": null,
"tmin": null,
"prcp": 36.24,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.39899,
"ndviCount": 13903,
"ndwi": -0.07785,
"ndwiCount": 13903,
"lstd": 21.83,
"lstn": 5.55,
"tmax": null,
"tmin": null,
"prcp": 58.39,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.39773,
"ndviCount": 6459,
"ndwi": -0.00735,
"ndwiCount": 6459,
"lstd": null,
"lstn": null,
"tmax": 16.27,
"tmin": 3.81,
"prcp": 32.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.38896,
"ndviCount": 6459,
"ndwi": -0.06185,
"ndwiCount": 6459,
"lstd": 20.78,
"lstn": -0.01,
"tmax": 15.08,
"tmin": 4.09,
"prcp": 17.36,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.42917,
"ndviCount": 6459,
"ndwi": -0.01448,
"ndwiCount": 6459,
"lstd": 24.61,
"lstn": 4.18,
"tmax": 22.3,
"tmin": 9.44,
"prcp": 12.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.4077,
"ndviCount": 6459,
"ndwi": 0.00489,
"ndwiCount": 6459,
"lstd": 24.21,
"lstn": 7.03,
"tmax": 19.23,
"tmin": 10.37,
"prcp": 61.6,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.41887,
"ndviCount": 4918,
"ndwi": 0.05203,
"ndwiCount": 4918,
"lstd": null,
"lstn": null,
"tmax": 15.88,
"tmin": 3.89,
"prcp": 40.22,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.40071,
"ndviCount": 4918,
"ndwi": -0.0467,
"ndwiCount": 4918,
"lstd": 21.85,
"lstn": 1.39,
"tmax": 15.18,
"tmin": 3.44,
"prcp": 14.58,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.41308,
"ndviCount": 4918,
"ndwi": -0.04161,
"ndwiCount": 4918,
"lstd": 24.45,
"lstn": 7.3,
"tmax": 22.67,
"tmin": 9.71,
"prcp": 10.63,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.41749,
"ndviCount": 4918,
"ndwi": 0.06207,
"ndwiCount": 4918,
"lstd": 24,
"lstn": 6.78,
"tmax": 18.96,
"tmin": 8.61,
"prcp": 52.8,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28908,
"ndviCount": 9181,
"ndwi": -0.23142,
"ndwiCount": 9181,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 25.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29191,
"ndviCount": 9181,
"ndwi": -0.22485,
"ndwiCount": 9181,
"lstd": 19.6,
"lstn": -2.59,
"tmax": null,
"tmin": null,
"prcp": 18.05,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30026,
"ndviCount": 9181,
"ndwi": -0.23826,
"ndwiCount": 9181,
"lstd": 20.69,
"lstn": 2.62,
"tmax": null,
"tmin": null,
"prcp": 5.12,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32402,
"ndviCount": 9181,
"ndwi": -0.22709,
"ndwiCount": 9181,
"lstd": 23.11,
"lstn": 5.15,
"tmax": null,
"tmin": null,
"prcp": 31.25,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.31383,
"ndviCount": 10680,
"ndwi": -0.17025,
"ndwiCount": 10680,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 2.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30273,
"ndviCount": 10680,
"ndwi": -0.19032,
"ndwiCount": 10680,
"lstd": 19.86,
"lstn": -2.18,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.32094,
"ndviCount": 10680,
"ndwi": -0.18621,
"ndwiCount": 10680,
"lstd": 26.96,
"lstn": 0.57,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32571,
"ndviCount": 10680,
"ndwi": -0.17791,
"ndwiCount": 10680,
"lstd": 24.65,
"lstn": 4.09,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.4574,
"ndviCount": 1299,
"ndwi": 0.1357,
"ndwiCount": 1299,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 84.97,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.47171,
"ndviCount": 1299,
"ndwi": 0.09432,
"ndwiCount": 1299,
"lstd": 21.61,
"lstn": 3.54,
"tmax": null,
"tmin": null,
"prcp": 28.9,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.45412,
"ndviCount": 1299,
"ndwi": 0.03391,
"ndwiCount": 1299,
"lstd": 26.02,
"lstn": 10.11,
"tmax": null,
"tmin": null,
"prcp": 21.27,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.38549,
"ndviCount": 1299,
"ndwi": 0.07111,
"ndwiCount": 1299,
"lstd": 27.91,
"lstn": 10.12,
"tmax": null,
"tmin": null,
"prcp": 44.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29971,
"ndviCount": 7136,
"ndwi": -0.2092,
"ndwiCount": 7136,
"lstd": null,
"lstn": null,
"tmax": 14.07,
"tmin": 2.6,
"prcp": 18.63,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28755,
"ndviCount": 7136,
"ndwi": -0.2193,
"ndwiCount": 7136,
"lstd": 18.25,
"lstn": -2.32,
"tmax": 17.2,
"tmin": 8.35,
"prcp": 24.31,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30888,
"ndviCount": 7136,
"ndwi": -0.20841,
"ndwiCount": 7136,
"lstd": 26.43,
"lstn": 1.21,
"tmax": 21.8,
"tmin": 11.68,
"prcp": 11.72,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32654,
"ndviCount": 7136,
"ndwi": -0.19529,
"ndwiCount": 7136,
"lstd": 23.66,
"lstn": 4.76,
"tmax": null,
"tmin": null,
"prcp": 45.32,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25493,
"ndviCount": 10644,
"ndwi": -0.18433,
"ndwiCount": 10644,
"lstd": null,
"lstn": null,
"tmax": 14.9,
"tmin": 1.83,
"prcp": 11.6,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2585,
"ndviCount": 10644,
"ndwi": -0.17001,
"ndwiCount": 10644,
"lstd": 18.41,
"lstn": -4.21,
"tmax": 11.39,
"tmin": 0.79,
"prcp": 34.25,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26313,
"ndviCount": 10644,
"ndwi": -0.19623,
"ndwiCount": 10644,
"lstd": 22.13,
"lstn": 1.79,
"tmax": 18.43,
"tmin": 6.08,
"prcp": 11.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28619,
"ndviCount": 10644,
"ndwi": -0.18704,
"ndwiCount": 10644,
"lstd": 25.3,
"lstn": 3.42,
"tmax": 16.51,
"tmin": 6.78,
"prcp": 25.8,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.41709,
"ndviCount": 2845,
"ndwi": -0.00392,
"ndwiCount": 2845,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 55.05,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.40483,
"ndviCount": 2845,
"ndwi": -0.04209,
"ndwiCount": 2845,
"lstd": 20.42,
"lstn": 0.19,
"tmax": null,
"tmin": null,
"prcp": 16.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.40718,
"ndviCount": 2845,
"ndwi": -0.03812,
"ndwiCount": 2845,
"lstd": 28.52,
"lstn": 4.4,
"tmax": null,
"tmin": null,
"prcp": 17.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.41796,
"ndviCount": 2845,
"ndwi": 0.01247,
"ndwiCount": 2845,
"lstd": 26.79,
"lstn": 9.38,
"tmax": null,
"tmin": null,
"prcp": 24.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.33739,
"ndviCount": 14204,
"ndwi": -0.12875,
"ndwiCount": 14204,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 25,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.32082,
"ndviCount": 14204,
"ndwi": -0.16976,
"ndwiCount": 14204,
"lstd": 19.6,
"lstn": -1.34,
"tmax": null,
"tmin": null,
"prcp": 13.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.35681,
"ndviCount": 14204,
"ndwi": -0.1337,
"ndwiCount": 14204,
"lstd": 22.44,
"lstn": 4.94,
"tmax": null,
"tmin": null,
"prcp": 15.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.38162,
"ndviCount": 14204,
"ndwi": -0.0889,
"ndwiCount": 14204,
"lstd": 21.37,
"lstn": 5.86,
"tmax": null,
"tmin": null,
"prcp": 40.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30972,
"ndviCount": 11383,
"ndwi": -0.21105,
"ndwiCount": 11383,
"lstd": null,
"lstn": null,
"tmax": 15.9,
"tmin": 1.66,
"prcp": 19.55,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30241,
"ndviCount": 11383,
"ndwi": -0.22211,
"ndwiCount": 11383,
"lstd": 19.67,
"lstn": -2,
"tmax": 13.68,
"tmin": 2.27,
"prcp": 31.23,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.32071,
"ndviCount": 11383,
"ndwi": -0.20626,
"ndwiCount": 11383,
"lstd": 26.39,
"lstn": 0.9,
"tmax": 20.72,
"tmin": 8.99,
"prcp": 18.1,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33801,
"ndviCount": 11383,
"ndwi": -0.19763,
"ndwiCount": 11383,
"lstd": 23.63,
"lstn": 5.09,
"tmax": 17.53,
"tmin": 7.67,
"prcp": 60.18,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30624,
"ndviCount": 9093,
"ndwi": -0.20836,
"ndwiCount": 9093,
"lstd": null,
"lstn": null,
"tmax": 15.56,
"tmin": 4.72,
"prcp": 31.45,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29057,
"ndviCount": 9093,
"ndwi": -0.24973,
"ndwiCount": 9093,
"lstd": 21.6,
"lstn": -2.08,
"tmax": 14.71,
"tmin": 3.26,
"prcp": 7.85,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31625,
"ndviCount": 9093,
"ndwi": -0.22733,
"ndwiCount": 9093,
"lstd": 22.76,
"lstn": 7.56,
"tmax": 21.05,
"tmin": 9.03,
"prcp": 21.32,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33752,
"ndviCount": 9093,
"ndwi": -0.22618,
"ndwiCount": 9093,
"lstd": 22.73,
"lstn": 3.77,
"tmax": 17.98,
"tmin": 9.31,
"prcp": 32.82,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27813,
"ndviCount": 15546,
"ndwi": -0.21367,
"ndwiCount": 15546,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2784,
"ndviCount": 15546,
"ndwi": -0.20397,
"ndwiCount": 15546,
"lstd": 19.5,
"lstn": -4.12,
"tmax": null,
"tmin": null,
"prcp": 4.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26305,
"ndviCount": 15540,
"ndwi": -0.16049,
"ndwiCount": 15546,
"lstd": 19.15,
"lstn": 4.2,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3029,
"ndviCount": 15546,
"ndwi": -0.18325,
"ndwiCount": 15546,
"lstd": 23.42,
"lstn": 1.99,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28398,
"ndviCount": 7454,
"ndwi": -0.1966,
"ndwiCount": 7454,
"lstd": null,
"lstn": null,
"tmax": 14.71,
"tmin": 1.74,
"prcp": 19.78,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28984,
"ndviCount": 7454,
"ndwi": -0.18199,
"ndwiCount": 7454,
"lstd": 19.32,
"lstn": -3.54,
"tmax": 14.16,
"tmin": 4.23,
"prcp": 17.26,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29886,
"ndviCount": 7454,
"ndwi": -0.19633,
"ndwiCount": 7454,
"lstd": 21.64,
"lstn": 1.52,
"tmax": 19.84,
"tmin": 8.46,
"prcp": 10.77,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.31853,
"ndviCount": 7454,
"ndwi": -0.18357,
"ndwiCount": 7454,
"lstd": 24.03,
"lstn": 4.93,
"tmax": 15.85,
"tmin": 8.6,
"prcp": 34.9,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.53382,
"ndviCount": 2639,
"ndwi": 0.13922,
"ndwiCount": 2639,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 33.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.53883,
"ndviCount": 2639,
"ndwi": 0.13986,
"ndwiCount": 2639,
"lstd": 19.94,
"lstn": 0.89,
"tmax": null,
"tmin": null,
"prcp": 29.7,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.53742,
"ndviCount": 2639,
"ndwi": 0.07455,
"ndwiCount": 2639,
"lstd": 24.05,
"lstn": 5.75,
"tmax": 24.4,
"tmin": 14.4,
"prcp": 44.1,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.56331,
"ndviCount": 2639,
"ndwi": 0.19119,
"ndwiCount": 2639,
"lstd": 24.82,
"lstn": 8.25,
"tmax": 23.3,
"tmin": 10,
"prcp": 63.75,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29546,
"ndviCount": 14214,
"ndwi": -0.24335,
"ndwiCount": 14214,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 21.65,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27873,
"ndviCount": 14214,
"ndwi": -0.25962,
"ndwiCount": 14214,
"lstd": 18.98,
"lstn": -2.2,
"tmax": null,
"tmin": null,
"prcp": 18.49,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31268,
"ndviCount": 14214,
"ndwi": -0.23864,
"ndwiCount": 14214,
"lstd": 20.8,
"lstn": 7.41,
"tmax": null,
"tmin": null,
"prcp": 29.75,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32321,
"ndviCount": 14214,
"ndwi": -0.24613,
"ndwiCount": 14214,
"lstd": 22.6,
"lstn": 3.35,
"tmax": null,
"tmin": null,
"prcp": 36.93,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.3157,
"ndviCount": 8576,
"ndwi": -0.13294,
"ndwiCount": 8576,
"lstd": null,
"lstn": null,
"tmax": 15.38,
"tmin": 0.66,
"prcp": 26.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29969,
"ndviCount": 8576,
"ndwi": -0.14186,
"ndwiCount": 8576,
"lstd": 18.61,
"lstn": -1.08,
"tmax": 12.73,
"tmin": 1.99,
"prcp": 41.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31461,
"ndviCount": 8576,
"ndwi": -0.1269,
"ndwiCount": 8576,
"lstd": 24.33,
"lstn": 2.24,
"tmax": 19.75,
"tmin": 8.09,
"prcp": 24.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34689,
"ndviCount": 8576,
"ndwi": -0.0996,
"ndwiCount": 8576,
"lstd": 22.89,
"lstn": 6.13,
"tmax": 16.81,
"tmin": 7.84,
"prcp": 57.95,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.43293,
"ndviCount": 340,
"ndwi": 0.07539,
"ndwiCount": 340,
"lstd": null,
"lstn": null,
"tmax": 18.81,
"tmin": 6.74,
"prcp": 0,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.46176,
"ndviCount": 340,
"ndwi": 0.04818,
"ndwiCount": 340,
"lstd": 21.82,
"lstn": 3.6,
"tmax": 17.84,
"tmin": 7.86,
"prcp": 0,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.44171,
"ndviCount": 340,
"ndwi": 0.02805,
"ndwiCount": 340,
"lstd": 25.25,
"lstn": 10.81,
"tmax": 24.1,
"tmin": 11.45,
"prcp": 0,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.43378,
"ndviCount": 340,
"ndwi": 0.09557,
"ndwiCount": 340,
"lstd": 26.84,
"lstn": 9.59,
"tmax": 21.8,
"tmin": 10.41,
"prcp": 0,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.46751,
"ndviCount": 1473,
"ndwi": 0.11553,
"ndwiCount": 1473,
"lstd": null,
"lstn": null,
"tmax": 18.28,
"tmin": 6.86,
"prcp": 76.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.4708,
"ndviCount": 1473,
"ndwi": 0.08217,
"ndwiCount": 1473,
"lstd": 20,
"lstn": 5.47,
"tmax": 15.64,
"tmin": 6.33,
"prcp": 33.45,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.49274,
"ndviCount": 1473,
"ndwi": 0.08068,
"ndwiCount": 1473,
"lstd": 24.91,
"lstn": 9.59,
"tmax": 23.28,
"tmin": 12.24,
"prcp": 20.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.48187,
"ndviCount": 1473,
"ndwi": 0.11305,
"ndwiCount": 1473,
"lstd": 26.36,
"lstn": 9.98,
"tmax": 23.33,
"tmin": 11.03,
"prcp": 20.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29578,
"ndviCount": 2501,
"ndwi": -0.21907,
"ndwiCount": 2501,
"lstd": null,
"lstn": null,
"tmax": 14.95,
"tmin": 1.53,
"prcp": 11.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29875,
"ndviCount": 2501,
"ndwi": -0.20511,
"ndwiCount": 2501,
"lstd": 19.61,
"lstn": -2.73,
"tmax": 12.3,
"tmin": 3.55,
"prcp": 25.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30576,
"ndviCount": 2501,
"ndwi": -0.21252,
"ndwiCount": 2501,
"lstd": 20.63,
"lstn": 3.9,
"tmax": 19.44,
"tmin": 8.21,
"prcp": 7.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33232,
"ndviCount": 2501,
"ndwi": -0.20549,
"ndwiCount": 2501,
"lstd": 21.54,
"lstn": 5.66,
"tmax": 16.53,
"tmin": 7.56,
"prcp": 26.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.45736,
"ndviCount": 2817,
"ndwi": 0.04291,
"ndwiCount": 2817,
"lstd": null,
"lstn": null,
"tmax": 17.14,
"tmin": 4.04,
"prcp": 42.48,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.46136,
"ndviCount": 2817,
"ndwi": 0.04218,
"ndwiCount": 2817,
"lstd": 20.81,
"lstn": 1.01,
"tmax": 16.05,
"tmin": 4.94,
"prcp": 25.9,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.45448,
"ndviCount": 2817,
"ndwi": 0.00419,
"ndwiCount": 2817,
"lstd": 25.51,
"lstn": 4.48,
"tmax": 22.88,
"tmin": 10.35,
"prcp": 25.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.44999,
"ndviCount": 2817,
"ndwi": 0.07003,
"ndwiCount": 2817,
"lstd": 25.74,
"lstn": 8.9,
"tmax": 19.65,
"tmin": 10.78,
"prcp": 71.41,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.4115,
"ndviCount": 4636,
"ndwi": 0.05603,
"ndwiCount": 4636,
"lstd": null,
"lstn": null,
"tmax": 16.31,
"tmin": 4.1,
"prcp": 57.6,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.39491,
"ndviCount": 4636,
"ndwi": -0.05355,
"ndwiCount": 4636,
"lstd": 20.38,
"lstn": 1.61,
"tmax": 15.56,
"tmin": 4.24,
"prcp": 12.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.40421,
"ndviCount": 4636,
"ndwi": -0.05195,
"ndwiCount": 4636,
"lstd": 24.72,
"lstn": 7.68,
"tmax": 22.65,
"tmin": 9.7,
"prcp": 25.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.41061,
"ndviCount": 4636,
"ndwi": 0.01187,
"ndwiCount": 4636,
"lstd": 24.8,
"lstn": 7.96,
"tmax": 20.36,
"tmin": 9.51,
"prcp": 21.65,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25995,
"ndviCount": 3943,
"ndwi": -0.17684,
"ndwiCount": 3943,
"lstd": null,
"lstn": null,
"tmax": 14.52,
"tmin": 1.61,
"prcp": 17.78,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26494,
"ndviCount": 3943,
"ndwi": -0.16743,
"ndwiCount": 3943,
"lstd": 21.19,
"lstn": -3.94,
"tmax": 12.01,
"tmin": 2.34,
"prcp": 23.76,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27163,
"ndviCount": 3943,
"ndwi": -0.18457,
"ndwiCount": 3943,
"lstd": 20.72,
"lstn": 4.85,
"tmax": 18.84,
"tmin": 6.74,
"prcp": 17.01,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2925,
"ndviCount": 3943,
"ndwi": -0.17124,
"ndwiCount": 3943,
"lstd": 25.07,
"lstn": 2.82,
"tmax": 15.48,
"tmin": 7.58,
"prcp": 24.87,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.47406,
"ndviCount": 5797,
"ndwi": 0.08335,
"ndwiCount": 5797,
"lstd": null,
"lstn": null,
"tmax": 18.41,
"tmin": 4.31,
"prcp": 48.01,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.46134,
"ndviCount": 5797,
"ndwi": 0.02046,
"ndwiCount": 5797,
"lstd": 21.09,
"lstn": 0.21,
"tmax": 17.81,
"tmin": 6.74,
"prcp": 10.47,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.46835,
"ndviCount": 5797,
"ndwi": 0.02836,
"ndwiCount": 5797,
"lstd": 25.56,
"lstn": 3.99,
"tmax": 22.98,
"tmin": 10.2,
"prcp": 8.24,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.43863,
"ndviCount": 5797,
"ndwi": 0.05692,
"ndwiCount": 5797,
"lstd": 25.21,
"lstn": 7.59,
"tmax": 18.74,
"tmin": 9.8,
"prcp": 60.89,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.36777,
"ndviCount": 3471,
"ndwi": 0.00229,
"ndwiCount": 3471,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 41.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.37336,
"ndviCount": 3471,
"ndwi": -0.00312,
"ndwiCount": 3471,
"lstd": 20.48,
"lstn": 1.24,
"tmax": null,
"tmin": null,
"prcp": 24.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.35211,
"ndviCount": 3471,
"ndwi": -0.061,
"ndwiCount": 3471,
"lstd": 25.53,
"lstn": 8.72,
"tmax": null,
"tmin": null,
"prcp": 23.6,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36903,
"ndviCount": 3471,
"ndwi": -0.01406,
"ndwiCount": 3471,
"lstd": 26.13,
"lstn": 8.71,
"tmax": null,
"tmin": null,
"prcp": 30.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.31972,
"ndviCount": 19432,
"ndwi": -0.23165,
"ndwiCount": 19432,
"lstd": null,
"lstn": null,
"tmax": 15.61,
"tmin": 2.09,
"prcp": 13.39,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30288,
"ndviCount": 19432,
"ndwi": -0.24186,
"ndwiCount": 19432,
"lstd": 18.37,
"lstn": -2.02,
"tmax": 15.61,
"tmin": 4.86,
"prcp": 23.19,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.32502,
"ndviCount": 19432,
"ndwi": -0.22353,
"ndwiCount": 19432,
"lstd": 25.44,
"lstn": 2.11,
"tmax": 21.05,
"tmin": 9.16,
"prcp": 11.94,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34756,
"ndviCount": 19432,
"ndwi": -0.22189,
"ndwiCount": 19432,
"lstd": 23.26,
"lstn": 2.74,
"tmax": 17.15,
"tmin": 8.54,
"prcp": 45.88,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.31822,
"ndviCount": 2934,
"ndwi": -0.14571,
"ndwiCount": 2934,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30203,
"ndviCount": 2934,
"ndwi": -0.16115,
"ndwiCount": 2934,
"lstd": 19.8,
"lstn": -1.94,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.32939,
"ndviCount": 2934,
"ndwi": -0.13972,
"ndwiCount": 2934,
"lstd": 24.03,
"lstn": 0.56,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.35526,
"ndviCount": 2934,
"ndwi": -0.11599,
"ndwiCount": 2934,
"lstd": 23.76,
"lstn": 2.55,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.32712,
"ndviCount": 3868,
"ndwi": -0.13889,
"ndwiCount": 3868,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.31637,
"ndviCount": 3868,
"ndwi": -0.15206,
"ndwiCount": 3868,
"lstd": 18.3,
"lstn": -1.12,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.33433,
"ndviCount": 3868,
"ndwi": -0.13963,
"ndwiCount": 3868,
"lstd": 25.33,
"lstn": 2,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.35221,
"ndviCount": 3868,
"ndwi": -0.1146,
"ndwiCount": 3868,
"lstd": 23.64,
"lstn": 5.98,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.32625,
"ndviCount": 15159,
"ndwi": -0.11834,
"ndwiCount": 15159,
"lstd": null,
"lstn": null,
"tmax": 14.43,
"tmin": 3.58,
"prcp": 29.06,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.313,
"ndviCount": 15159,
"ndwi": -0.17575,
"ndwiCount": 15159,
"lstd": 21.57,
"lstn": -2.33,
"tmax": 14.38,
"tmin": 3.19,
"prcp": 9.32,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.33279,
"ndviCount": 15159,
"ndwi": -0.15849,
"ndwiCount": 15159,
"lstd": 22.83,
"lstn": 8.11,
"tmax": 20.69,
"tmin": 9.66,
"prcp": 18.34,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36231,
"ndviCount": 15159,
"ndwi": -0.13166,
"ndwiCount": 15159,
"lstd": 22.36,
"lstn": 4.58,
"tmax": 17.56,
"tmin": 8.34,
"prcp": 34.03,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27496,
"ndviCount": 8155,
"ndwi": -0.2168,
"ndwiCount": 8155,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27861,
"ndviCount": 8155,
"ndwi": -0.1993,
"ndwiCount": 8155,
"lstd": 20.04,
"lstn": -3.15,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27854,
"ndviCount": 8155,
"ndwi": -0.22243,
"ndwiCount": 8155,
"lstd": 20.86,
"lstn": 1.43,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30466,
"ndviCount": 8155,
"ndwi": -0.21897,
"ndwiCount": 8155,
"lstd": 24.32,
"lstn": 4.45,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2597,
"ndviCount": 8895,
"ndwi": -0.18885,
"ndwiCount": 8895,
"lstd": null,
"lstn": null,
"tmax": 12.86,
"tmin": -0.35,
"prcp": 18.63,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26917,
"ndviCount": 8895,
"ndwi": -0.19486,
"ndwiCount": 8895,
"lstd": 21.46,
"lstn": -5.11,
"tmax": 9.44,
"tmin": -0.29,
"prcp": 13.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24864,
"ndviCount": 8895,
"ndwi": -0.1462,
"ndwiCount": 8895,
"lstd": 19.13,
"lstn": 7.05,
"tmax": 14.71,
"tmin": 4.71,
"prcp": 34.36,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28384,
"ndviCount": 8895,
"ndwi": -0.17945,
"ndwiCount": 8895,
"lstd": 27.1,
"lstn": 1.5,
"tmax": 14.43,
"tmin": 4.93,
"prcp": 33.55,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30578,
"ndviCount": 12513,
"ndwi": -0.19744,
"ndwiCount": 12513,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 30.59,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.3046,
"ndviCount": 12513,
"ndwi": -0.19513,
"ndwiCount": 12513,
"lstd": 18.94,
"lstn": -2.99,
"tmax": null,
"tmin": null,
"prcp": 14.9,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31524,
"ndviCount": 12513,
"ndwi": -0.19935,
"ndwiCount": 12513,
"lstd": 23.24,
"lstn": 0.94,
"tmax": null,
"tmin": null,
"prcp": 9.04,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32678,
"ndviCount": 12513,
"ndwi": -0.19372,
"ndwiCount": 12513,
"lstd": 23.4,
"lstn": 3.4,
"tmax": null,
"tmin": null,
"prcp": 44.09,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.47485,
"ndviCount": 819,
"ndwi": 0.06034,
"ndwiCount": 819,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 48.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.47388,
"ndviCount": 819,
"ndwi": 0.04833,
"ndwiCount": 819,
"lstd": 21.17,
"lstn": 4,
"tmax": null,
"tmin": null,
"prcp": 32.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.47718,
"ndviCount": 819,
"ndwi": 0.03449,
"ndwiCount": 819,
"lstd": 25.1,
"lstn": 8.56,
"tmax": null,
"tmin": null,
"prcp": 32.05,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.42298,
"ndviCount": 819,
"ndwi": 0.02982,
"ndwiCount": 819,
"lstd": 26.5,
"lstn": 10.06,
"tmax": null,
"tmin": null,
"prcp": 29,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29856,
"ndviCount": 23183,
"ndwi": -0.2032,
"ndwiCount": 23183,
"lstd": null,
"lstn": null,
"tmax": 14.6,
"tmin": 2.86,
"prcp": 28.56,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28424,
"ndviCount": 23183,
"ndwi": -0.23497,
"ndwiCount": 23183,
"lstd": 20.4,
"lstn": -1.9,
"tmax": 14.7,
"tmin": 2.8,
"prcp": 12.89,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31997,
"ndviCount": 23183,
"ndwi": -0.20822,
"ndwiCount": 23183,
"lstd": 22.74,
"lstn": 6.08,
"tmax": 20.26,
"tmin": 8.74,
"prcp": 14.65,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33203,
"ndviCount": 23183,
"ndwi": -0.2083,
"ndwiCount": 23183,
"lstd": 22.85,
"lstn": 6.37,
"tmax": 17.67,
"tmin": 8.01,
"prcp": 37.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.36582,
"ndviCount": 3784,
"ndwi": 0.00798,
"ndwiCount": 3784,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 50.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.36103,
"ndviCount": 3784,
"ndwi": -0.07001,
"ndwiCount": 3784,
"lstd": 18.81,
"lstn": 0.53,
"tmax": null,
"tmin": null,
"prcp": 19.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.35747,
"ndviCount": 3784,
"ndwi": -0.08562,
"ndwiCount": 3784,
"lstd": 24.32,
"lstn": 8.17,
"tmax": null,
"tmin": null,
"prcp": 47,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27071,
"ndviCount": 3781,
"ndwi": 0.02923,
"ndwiCount": 3784,
"lstd": 25.96,
"lstn": 8.56,
"tmax": null,
"tmin": null,
"prcp": 13.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27566,
"ndviCount": 12716,
"ndwi": -0.22102,
"ndwiCount": 12716,
"lstd": null,
"lstn": null,
"tmax": 13.75,
"tmin": 2,
"prcp": 13.85,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27966,
"ndviCount": 12716,
"ndwi": -0.1993,
"ndwiCount": 12716,
"lstd": 16.37,
"lstn": -3.77,
"tmax": 10.97,
"tmin": 0.87,
"prcp": 32.95,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28252,
"ndviCount": 12716,
"ndwi": -0.22701,
"ndwiCount": 12716,
"lstd": 23.16,
"lstn": -1.05,
"tmax": 19.85,
"tmin": 7.76,
"prcp": 2.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30432,
"ndviCount": 12716,
"ndwi": -0.22253,
"ndwiCount": 12716,
"lstd": 24.95,
"lstn": 4.18,
"tmax": 16.46,
"tmin": 7.99,
"prcp": 31.65,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.50891,
"ndviCount": 6229,
"ndwi": 0.12714,
"ndwiCount": 6229,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 37.35,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.49594,
"ndviCount": 6229,
"ndwi": 0.04663,
"ndwiCount": 6229,
"lstd": 20.28,
"lstn": 0.43,
"tmax": null,
"tmin": null,
"prcp": 14.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.50138,
"ndviCount": 6229,
"ndwi": 0.03368,
"ndwiCount": 6229,
"lstd": 22.99,
"lstn": 4.62,
"tmax": null,
"tmin": null,
"prcp": 13.75,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.51311,
"ndviCount": 6229,
"ndwi": 0.12934,
"ndwiCount": 6229,
"lstd": 24.29,
"lstn": 7.88,
"tmax": null,
"tmin": null,
"prcp": 54.6,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.41963,
"ndviCount": 9113,
"ndwi": 0.08328,
"ndwiCount": 9113,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.40865,
"ndviCount": 9113,
"ndwi": -9.0e-5,
"ndwiCount": 9113,
"lstd": 20.94,
"lstn": 1.15,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.42444,
"ndviCount": 9113,
"ndwi": -0.0147,
"ndwiCount": 9113,
"lstd": 24.88,
"lstn": 7.91,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.43326,
"ndviCount": 9112,
"ndwi": 0.04592,
"ndwiCount": 9113,
"lstd": 24.78,
"lstn": 7.67,
"tmax": 17.93,
"tmin": 11.28,
"prcp": 29.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.44069,
"ndviCount": 8015,
"ndwi": 0.06018,
"ndwiCount": 8015,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 53.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.4391,
"ndviCount": 8015,
"ndwi": 0.05562,
"ndwiCount": 8015,
"lstd": 20.49,
"lstn": 0.9,
"tmax": null,
"tmin": null,
"prcp": 33.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.42083,
"ndviCount": 8015,
"ndwi": -0.02358,
"ndwiCount": 8015,
"lstd": 25.37,
"lstn": 8.18,
"tmax": null,
"tmin": null,
"prcp": 26.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36864,
"ndviCount": 8007,
"ndwi": 0.05919,
"ndwiCount": 8015,
"lstd": 26.89,
"lstn": 8.58,
"tmax": null,
"tmin": null,
"prcp": 29.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28195,
"ndviCount": 15173,
"ndwi": -0.21492,
"ndwiCount": 15173,
"lstd": null,
"lstn": null,
"tmax": 13.49,
"tmin": 1.83,
"prcp": 14,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27669,
"ndviCount": 15173,
"ndwi": -0.2148,
"ndwiCount": 15173,
"lstd": 20.87,
"lstn": -4.49,
"tmax": 10.44,
"tmin": 2.17,
"prcp": 20.37,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28544,
"ndviCount": 15173,
"ndwi": -0.20625,
"ndwiCount": 15173,
"lstd": 20.2,
"lstn": 1.19,
"tmax": 16.11,
"tmin": 6.26,
"prcp": 46.33,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30791,
"ndviCount": 15173,
"ndwi": -0.2001,
"ndwiCount": 15173,
"lstd": 24.75,
"lstn": 2.87,
"tmax": 15.04,
"tmin": 7.49,
"prcp": 36.27,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.29443,
"ndviCount": 7708,
"ndwi": -0.19353,
"ndwiCount": 7708,
"lstd": null,
"lstn": null,
"tmax": 13.69,
"tmin": 1.59,
"prcp": 16.76,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2887,
"ndviCount": 7708,
"ndwi": -0.20167,
"ndwiCount": 7708,
"lstd": 21.82,
"lstn": -2.65,
"tmax": 10.91,
"tmin": 2.34,
"prcp": 15.57,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26841,
"ndviCount": 7703,
"ndwi": -0.12291,
"ndwiCount": 7708,
"lstd": 17.31,
"lstn": 4.08,
"tmax": 16.21,
"tmin": 6.34,
"prcp": 16.03,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34148,
"ndviCount": 7708,
"ndwi": -0.14881,
"ndwiCount": 7708,
"lstd": 20.66,
"lstn": 5.75,
"tmax": 13.27,
"tmin": 7.23,
"prcp": 58.32,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.4565,
"ndviCount": 585,
"ndwi": 0.09389,
"ndwiCount": 585,
"lstd": null,
"lstn": null,
"tmax": 18.69,
"tmin": 5.96,
"prcp": 39.52,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.47046,
"ndviCount": 585,
"ndwi": 0.09679,
"ndwiCount": 585,
"lstd": 21.62,
"lstn": 2.7,
"tmax": 17.93,
"tmin": 8.48,
"prcp": 28.47,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.45886,
"ndviCount": 585,
"ndwi": 0.02957,
"ndwiCount": 585,
"lstd": 25.21,
"lstn": 8.92,
"tmax": 23.26,
"tmin": 11.25,
"prcp": 24.13,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.48365,
"ndviCount": 585,
"ndwi": 0.12185,
"ndwiCount": 585,
"lstd": 26.04,
"lstn": 9.29,
"tmax": 21.26,
"tmin": 10.08,
"prcp": 36.68,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27225,
"ndviCount": 5068,
"ndwi": -0.19487,
"ndwiCount": 5068,
"lstd": null,
"lstn": null,
"tmax": 14.11,
"tmin": 0.63,
"prcp": 11.53,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28106,
"ndviCount": 5068,
"ndwi": -0.19673,
"ndwiCount": 5068,
"lstd": 20.21,
"lstn": -4.78,
"tmax": 11.33,
"tmin": 2.09,
"prcp": 16.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25183,
"ndviCount": 5065,
"ndwi": -0.10643,
"ndwiCount": 5068,
"lstd": 18.16,
"lstn": 7.24,
"tmax": 16.4,
"tmin": 6.31,
"prcp": 38.79,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30205,
"ndviCount": 5068,
"ndwi": -0.17029,
"ndwiCount": 5068,
"lstd": 24.91,
"lstn": 2.02,
"tmax": 15.36,
"tmin": 6.11,
"prcp": 48.24,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30167,
"ndviCount": 12369,
"ndwi": -0.2349,
"ndwiCount": 12369,
"lstd": null,
"lstn": null,
"tmax": 14.81,
"tmin": 2.99,
"prcp": 20.42,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30562,
"ndviCount": 12369,
"ndwi": -0.23483,
"ndwiCount": 12369,
"lstd": 22.3,
"lstn": -2.97,
"tmax": 12.85,
"tmin": 2.24,
"prcp": 11.04,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31639,
"ndviCount": 12369,
"ndwi": -0.2405,
"ndwiCount": 12369,
"lstd": 21.97,
"lstn": 2.53,
"tmax": 19.69,
"tmin": 7.68,
"prcp": 9.04,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3295,
"ndviCount": 12369,
"ndwi": -0.23155,
"ndwiCount": 12369,
"lstd": 22.03,
"lstn": 5.45,
"tmax": 15.66,
"tmin": 7.33,
"prcp": 46.67,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23788,
"ndviCount": 6629,
"ndwi": -0.18964,
"ndwiCount": 6629,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 12.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23899,
"ndviCount": 6629,
"ndwi": -0.19493,
"ndwiCount": 6629,
"lstd": 14.25,
"lstn": -6.61,
"tmax": null,
"tmin": null,
"prcp": 5.1,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24707,
"ndviCount": 6629,
"ndwi": -0.19874,
"ndwiCount": 6629,
"lstd": 24.48,
"lstn": 0.19,
"tmax": null,
"tmin": null,
"prcp": 35.6,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28043,
"ndviCount": 6629,
"ndwi": -0.16777,
"ndwiCount": 6629,
"lstd": 27.37,
"lstn": 5.74,
"tmax": null,
"tmin": null,
"prcp": 25.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2412,
"ndviCount": 4197,
"ndwi": -0.18049,
"ndwiCount": 4197,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 18.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2408,
"ndviCount": 4197,
"ndwi": -0.18811,
"ndwiCount": 4197,
"lstd": 16.25,
"lstn": -7.24,
"tmax": null,
"tmin": null,
"prcp": 6.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25431,
"ndviCount": 4197,
"ndwi": -0.19693,
"ndwiCount": 4197,
"lstd": 24.25,
"lstn": -0.22,
"tmax": null,
"tmin": null,
"prcp": 45.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29019,
"ndviCount": 4197,
"ndwi": -0.16588,
"ndwiCount": 4197,
"lstd": 24.97,
"lstn": 6.35,
"tmax": null,
"tmin": null,
"prcp": 33.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24542,
"ndviCount": 1422,
"ndwi": -0.161,
"ndwiCount": 1422,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 10.42,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2514,
"ndviCount": 1422,
"ndwi": -0.163,
"ndwiCount": 1422,
"lstd": 20.67,
"lstn": -4.24,
"tmax": null,
"tmin": null,
"prcp": 13.56,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23223,
"ndviCount": 1422,
"ndwi": -0.13781,
"ndwiCount": 1422,
"lstd": 13.61,
"lstn": 8.43,
"tmax": null,
"tmin": null,
"prcp": 29.77,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26962,
"ndviCount": 1422,
"ndwi": -0.15802,
"ndwiCount": 1422,
"lstd": 25.8,
"lstn": 0.67,
"tmax": null,
"tmin": null,
"prcp": 24.53,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.28536,
"ndviCount": 1174,
"ndwi": -0.1656,
"ndwiCount": 1174,
"lstd": null,
"lstn": null,
"tmax": 14.89,
"tmin": 1.03,
"prcp": 4.62,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29013,
"ndviCount": 1174,
"ndwi": -0.1621,
"ndwiCount": 1174,
"lstd": 12.56,
"lstn": -0.43,
"tmax": 10.56,
"tmin": -0.88,
"prcp": 26.28,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.3176,
"ndviCount": 1174,
"ndwi": -0.14989,
"ndwiCount": 1174,
"lstd": 21.48,
"lstn": -0.78,
"tmax": 19.34,
"tmin": 5.69,
"prcp": 40.03,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36544,
"ndviCount": 1174,
"ndwi": -0.10389,
"ndwiCount": 1174,
"lstd": 24.21,
"lstn": 3.46,
"tmax": 15.53,
"tmin": 6.18,
"prcp": 21.28,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23046,
"ndviCount": 9036,
"ndwi": -0.18485,
"ndwiCount": 9036,
"lstd": null,
"lstn": null,
"tmax": 13.76,
"tmin": -2.41,
"prcp": 15.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22759,
"ndviCount": 9036,
"ndwi": -0.19081,
"ndwiCount": 9036,
"lstd": 13.76,
"lstn": -8.45,
"tmax": 8.95,
"tmin": -3.75,
"prcp": 24.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23251,
"ndviCount": 9036,
"ndwi": -0.19463,
"ndwiCount": 9036,
"lstd": 25.25,
"lstn": 0.07,
"tmax": 19.16,
"tmin": 4.09,
"prcp": 41.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2543,
"ndviCount": 9036,
"ndwi": -0.17761,
"ndwiCount": 9036,
"lstd": 27.4,
"lstn": 5.96,
"tmax": 14.36,
"tmin": 6.67,
"prcp": 3.8,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22568,
"ndviCount": 16334,
"ndwi": -0.24628,
"ndwiCount": 16334,
"lstd": null,
"lstn": null,
"tmax": 12.95,
"tmin": -0.37,
"prcp": 7.81,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25385,
"ndviCount": 16334,
"ndwi": -0.22783,
"ndwiCount": 16334,
"lstd": 24.41,
"lstn": -4.27,
"tmax": 9.36,
"tmin": -2.37,
"prcp": 21.42,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25459,
"ndviCount": 16334,
"ndwi": -0.23835,
"ndwiCount": 16334,
"lstd": 19.33,
"lstn": 2.18,
"tmax": 15.07,
"tmin": 2.86,
"prcp": 39.78,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26966,
"ndviCount": 16334,
"ndwi": -0.23147,
"ndwiCount": 16334,
"lstd": 25.2,
"lstn": 1.23,
"tmax": 15.25,
"tmin": 5.18,
"prcp": 29.23,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23915,
"ndviCount": 10232,
"ndwi": -0.24451,
"ndwiCount": 10232,
"lstd": null,
"lstn": null,
"tmax": 14.16,
"tmin": -0.26,
"prcp": 9.46,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26508,
"ndviCount": 10232,
"ndwi": -0.22714,
"ndwiCount": 10232,
"lstd": 23.37,
"lstn": -4.92,
"tmax": 10.34,
"tmin": 0.11,
"prcp": 36.67,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26559,
"ndviCount": 10232,
"ndwi": -0.24058,
"ndwiCount": 10232,
"lstd": 17.78,
"lstn": 1.57,
"tmax": 15.35,
"tmin": 4.91,
"prcp": 42.02,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27999,
"ndviCount": 10232,
"ndwi": -0.22929,
"ndwiCount": 10232,
"lstd": 25.66,
"lstn": 0.9,
"tmax": 15.78,
"tmin": 5.61,
"prcp": 26.16,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2373,
"ndviCount": 12696,
"ndwi": -0.27526,
"ndwiCount": 12696,
"lstd": null,
"lstn": null,
"tmax": 13.56,
"tmin": -0.71,
"prcp": 6.9,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25457,
"ndviCount": 12696,
"ndwi": -0.26381,
"ndwiCount": 12696,
"lstd": 23.99,
"lstn": -3.93,
"tmax": 9.47,
"tmin": -1.69,
"prcp": 32.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25443,
"ndviCount": 12696,
"ndwi": -0.27438,
"ndwiCount": 12696,
"lstd": 22.79,
"lstn": 0.93,
"tmax": 16.84,
"tmin": 4.91,
"prcp": 34.88,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26319,
"ndviCount": 12696,
"ndwi": -0.26556,
"ndwiCount": 12696,
"lstd": 26.24,
"lstn": 3.64,
"tmax": 14.84,
"tmin": 6.19,
"prcp": 32.04,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24722,
"ndviCount": 7587,
"ndwi": -0.25602,
"ndwiCount": 7587,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26657,
"ndviCount": 7587,
"ndwi": -0.24639,
"ndwiCount": 7587,
"lstd": 21.49,
"lstn": -5.41,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25729,
"ndviCount": 7587,
"ndwi": -0.25579,
"ndwiCount": 7587,
"lstd": 17.14,
"lstn": 3.14,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27298,
"ndviCount": 7587,
"ndwi": -0.25045,
"ndwiCount": 7587,
"lstd": 25.55,
"lstn": 0.55,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.236,
"ndviCount": 12133,
"ndwi": -0.23878,
"ndwiCount": 12133,
"lstd": null,
"lstn": null,
"tmax": 13.03,
"tmin": 0.92,
"prcp": 10.68,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25469,
"ndviCount": 12133,
"ndwi": -0.22664,
"ndwiCount": 12133,
"lstd": 22.42,
"lstn": -3.04,
"tmax": 7.84,
"tmin": -2.78,
"prcp": 36.24,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25437,
"ndviCount": 12133,
"ndwi": -0.245,
"ndwiCount": 12133,
"lstd": 17.4,
"lstn": -1.92,
"tmax": 13.05,
"tmin": 2.91,
"prcp": 50.85,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26994,
"ndviCount": 12133,
"ndwi": -0.23335,
"ndwiCount": 12133,
"lstd": 26.27,
"lstn": 0.79,
"tmax": 14.82,
"tmin": 3.6,
"prcp": 29.72,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22063,
"ndviCount": 15661,
"ndwi": -0.25197,
"ndwiCount": 15661,
"lstd": null,
"lstn": null,
"tmax": 11.86,
"tmin": -1.31,
"prcp": 6.35,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23001,
"ndviCount": 15661,
"ndwi": -0.24934,
"ndwiCount": 15661,
"lstd": 19.62,
"lstn": -7.34,
"tmax": 7.5,
"tmin": -4.28,
"prcp": 18.15,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23506,
"ndviCount": 15661,
"ndwi": -0.27844,
"ndwiCount": 15661,
"lstd": 26.43,
"lstn": 0.69,
"tmax": 16.43,
"tmin": 2.8,
"prcp": 19.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24662,
"ndviCount": 15661,
"ndwi": -0.26945,
"ndwiCount": 15661,
"lstd": 27.88,
"lstn": 2.68,
"tmax": 13.66,
"tmin": 4.73,
"prcp": 38.95,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23863,
"ndviCount": 11661,
"ndwi": -0.25213,
"ndwiCount": 11661,
"lstd": null,
"lstn": null,
"tmax": 12.23,
"tmin": -4.75,
"prcp": 12.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25742,
"ndviCount": 11661,
"ndwi": -0.23828,
"ndwiCount": 11661,
"lstd": 22.4,
"lstn": -4.6,
"tmax": 8.76,
"tmin": -5.88,
"prcp": 23.85,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25369,
"ndviCount": 11661,
"ndwi": -0.26071,
"ndwiCount": 11661,
"lstd": 19.02,
"lstn": 0.07,
"tmax": 12.93,
"tmin": 0.78,
"prcp": 47.05,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26508,
"ndviCount": 11661,
"ndwi": -0.24976,
"ndwiCount": 11661,
"lstd": 26.58,
"lstn": 1.4,
"tmax": 15.65,
"tmin": 5.27,
"prcp": 10.9,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22381,
"ndviCount": 15657,
"ndwi": -0.28433,
"ndwiCount": 15657,
"lstd": null,
"lstn": null,
"tmax": 12.91,
"tmin": -1.59,
"prcp": 12.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23459,
"ndviCount": 15657,
"ndwi": -0.26866,
"ndwiCount": 15657,
"lstd": 21.01,
"lstn": -5.9,
"tmax": 7.15,
"tmin": -3.88,
"prcp": 5.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23937,
"ndviCount": 15657,
"ndwi": -0.31109,
"ndwiCount": 15657,
"lstd": 29.77,
"lstn": -0.26,
"tmax": 16.98,
"tmin": 1.95,
"prcp": 0,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25044,
"ndviCount": 15657,
"ndwi": -0.30197,
"ndwiCount": 15657,
"lstd": 31.87,
"lstn": 2.67,
"tmax": 15.26,
"tmin": 5.89,
"prcp": 32.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23531,
"ndviCount": 14170,
"ndwi": -0.23253,
"ndwiCount": 14170,
"lstd": null,
"lstn": null,
"tmax": 14.67,
"tmin": -0.56,
"prcp": 6.9,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24088,
"ndviCount": 14170,
"ndwi": -0.2017,
"ndwiCount": 14170,
"lstd": 17.55,
"lstn": -6.18,
"tmax": 9.16,
"tmin": -2.9,
"prcp": 14.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24019,
"ndviCount": 14170,
"ndwi": -0.2392,
"ndwiCount": 14170,
"lstd": 27.37,
"lstn": -0.9,
"tmax": 18.74,
"tmin": 3.29,
"prcp": 38.35,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25294,
"ndviCount": 14170,
"ndwi": -0.22404,
"ndwiCount": 14170,
"lstd": 28.79,
"lstn": 5.48,
"tmax": 15.07,
"tmin": 6.19,
"prcp": 40.95,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23959,
"ndviCount": 9386,
"ndwi": -0.18367,
"ndwiCount": 9386,
"lstd": null,
"lstn": null,
"tmax": 15.35,
"tmin": -1.88,
"prcp": 12.18,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23462,
"ndviCount": 9386,
"ndwi": -0.19212,
"ndwiCount": 9386,
"lstd": 17.36,
"lstn": -9.18,
"tmax": 10.56,
"tmin": -3.39,
"prcp": 19.68,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2464,
"ndviCount": 9386,
"ndwi": -0.19261,
"ndwiCount": 9386,
"lstd": 26.3,
"lstn": -0.7,
"tmax": 20.21,
"tmin": 5.5,
"prcp": 45.31,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27625,
"ndviCount": 9386,
"ndwi": -0.16515,
"ndwiCount": 9386,
"lstd": 25.55,
"lstn": 6.5,
"tmax": 14.18,
"tmin": 6.33,
"prcp": 28.27,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25249,
"ndviCount": 12346,
"ndwi": -0.20915,
"ndwiCount": 12346,
"lstd": null,
"lstn": null,
"tmax": 14.31,
"tmin": -0.58,
"prcp": 7.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2606,
"ndviCount": 12346,
"ndwi": -0.19886,
"ndwiCount": 12346,
"lstd": 23.21,
"lstn": -4.74,
"tmax": 11.2,
"tmin": -0.36,
"prcp": 16.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26416,
"ndviCount": 12346,
"ndwi": -0.2079,
"ndwiCount": 12346,
"lstd": 19.76,
"lstn": -1.99,
"tmax": 17.21,
"tmin": 5.4,
"prcp": 37.9,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27401,
"ndviCount": 12346,
"ndwi": -0.19981,
"ndwiCount": 12346,
"lstd": 24.88,
"lstn": 2.46,
"tmax": 15.56,
"tmin": 5.9,
"prcp": 33.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2445,
"ndviCount": 13103,
"ndwi": -0.26491,
"ndwiCount": 13103,
"lstd": null,
"lstn": null,
"tmax": 11.98,
"tmin": -1.46,
"prcp": 49.65,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25209,
"ndviCount": 13103,
"ndwi": -0.24547,
"ndwiCount": 13103,
"lstd": 20.63,
"lstn": -6.35,
"tmax": 7.89,
"tmin": -3.2,
"prcp": 17.82,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.21294,
"ndviCount": 13103,
"ndwi": -0.22571,
"ndwiCount": 13103,
"lstd": 17.73,
"lstn": -0.77,
"tmax": 12.39,
"tmin": 2.4,
"prcp": 53.73,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24937,
"ndviCount": 13103,
"ndwi": -0.26309,
"ndwiCount": 13103,
"lstd": 25.96,
"lstn": 0.93,
"tmax": 14.52,
"tmin": 3.83,
"prcp": 18.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.21609,
"ndviCount": 13080,
"ndwi": -0.19424,
"ndwiCount": 13080,
"lstd": null,
"lstn": null,
"tmax": 11.83,
"tmin": -2.91,
"prcp": 6.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22624,
"ndviCount": 13080,
"ndwi": -0.22414,
"ndwiCount": 13080,
"lstd": 20.27,
"lstn": -6.47,
"tmax": 8.19,
"tmin": -4.33,
"prcp": 8.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23465,
"ndviCount": 13080,
"ndwi": -0.23878,
"ndwiCount": 13080,
"lstd": 25.85,
"lstn": 1.28,
"tmax": 17.91,
"tmin": 2.44,
"prcp": 19.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25323,
"ndviCount": 13080,
"ndwi": -0.23481,
"ndwiCount": 13080,
"lstd": 27.26,
"lstn": 2.66,
"tmax": 13.7,
"tmin": 4.51,
"prcp": 31.8,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24537,
"ndviCount": 9539,
"ndwi": -0.24019,
"ndwiCount": 9539,
"lstd": null,
"lstn": null,
"tmax": 11.11,
"tmin": -0.78,
"prcp": 21.95,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2577,
"ndviCount": 9539,
"ndwi": -0.22957,
"ndwiCount": 9539,
"lstd": 21.08,
"lstn": -5.35,
"tmax": 7.08,
"tmin": -2.85,
"prcp": 20.75,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22505,
"ndviCount": 9537,
"ndwi": -0.21157,
"ndwiCount": 9539,
"lstd": 16.99,
"lstn": 1.27,
"tmax": 11.66,
"tmin": 1.94,
"prcp": 40.89,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26881,
"ndviCount": 9539,
"ndwi": -0.23907,
"ndwiCount": 9539,
"lstd": 25.09,
"lstn": 0.17,
"tmax": 14.03,
"tmin": 4.3,
"prcp": 24.88,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26421,
"ndviCount": 928,
"ndwi": -0.16203,
"ndwiCount": 928,
"lstd": null,
"lstn": null,
"tmax": 14.85,
"tmin": 0.84,
"prcp": 13.23,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27547,
"ndviCount": 928,
"ndwi": -0.16333,
"ndwiCount": 928,
"lstd": 14.59,
"lstn": -2.76,
"tmax": 10.33,
"tmin": -2.65,
"prcp": 13.93,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29019,
"ndviCount": 928,
"ndwi": -0.16574,
"ndwiCount": 928,
"lstd": 23.74,
"lstn": 1.24,
"tmax": 19.36,
"tmin": 5.49,
"prcp": 26.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3445,
"ndviCount": 928,
"ndwi": -0.10904,
"ndwiCount": 928,
"lstd": 23.49,
"lstn": 4.04,
"tmax": 14.88,
"tmin": 5.98,
"prcp": 28.15,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.20846,
"ndviCount": 12907,
"ndwi": -0.23015,
"ndwiCount": 12907,
"lstd": null,
"lstn": null,
"tmax": 12.21,
"tmin": -1.01,
"prcp": 11,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2363,
"ndviCount": 12907,
"ndwi": -0.24269,
"ndwiCount": 12907,
"lstd": 19.97,
"lstn": -5.71,
"tmax": 9.41,
"tmin": -2.56,
"prcp": 15.05,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23789,
"ndviCount": 12907,
"ndwi": -0.27998,
"ndwiCount": 12907,
"lstd": 24.33,
"lstn": -1.32,
"tmax": 14.83,
"tmin": 2.41,
"prcp": 25.17,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25282,
"ndviCount": 12907,
"ndwi": -0.27981,
"ndwiCount": 12907,
"lstd": 27.6,
"lstn": 2.59,
"tmax": 14.97,
"tmin": 5.71,
"prcp": 10.37,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25061,
"ndviCount": 4635,
"ndwi": -0.18598,
"ndwiCount": 4635,
"lstd": null,
"lstn": null,
"tmax": 12.53,
"tmin": -0.68,
"prcp": 5.77,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26197,
"ndviCount": 4635,
"ndwi": -0.18141,
"ndwiCount": 4635,
"lstd": 20.28,
"lstn": -5.92,
"tmax": 8.08,
"tmin": -1.98,
"prcp": 23.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27588,
"ndviCount": 4635,
"ndwi": -0.17945,
"ndwiCount": 4635,
"lstd": 15.68,
"lstn": 1.23,
"tmax": 13.51,
"tmin": 3.69,
"prcp": 45.87,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28075,
"ndviCount": 4635,
"ndwi": -0.16971,
"ndwiCount": 4635,
"lstd": 26.19,
"lstn": 0.98,
"tmax": 14.91,
"tmin": 4.97,
"prcp": 18.43,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25239,
"ndviCount": 13227,
"ndwi": -0.20917,
"ndwiCount": 13227,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 17.94,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26038,
"ndviCount": 13227,
"ndwi": -0.19645,
"ndwiCount": 13227,
"lstd": 22.63,
"lstn": -4.23,
"tmax": null,
"tmin": null,
"prcp": 21.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26351,
"ndviCount": 13227,
"ndwi": -0.20426,
"ndwiCount": 13227,
"lstd": 19.71,
"lstn": 1.34,
"tmax": 18.33,
"tmin": 6.36,
"prcp": 37.62,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27528,
"ndviCount": 13227,
"ndwi": -0.19709,
"ndwiCount": 13227,
"lstd": 26.85,
"lstn": 1.78,
"tmax": 16.34,
"tmin": 7.3,
"prcp": 36.61,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.21912,
"ndviCount": 15091,
"ndwi": -0.17314,
"ndwiCount": 15091,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 9.9,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22118,
"ndviCount": 15091,
"ndwi": -0.17168,
"ndwiCount": 15091,
"lstd": 19.89,
"lstn": -8.45,
"tmax": null,
"tmin": null,
"prcp": 7.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22686,
"ndviCount": 15091,
"ndwi": -0.18799,
"ndwiCount": 15091,
"lstd": 28.06,
"lstn": -1.09,
"tmax": null,
"tmin": null,
"prcp": 16,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2437,
"ndviCount": 15091,
"ndwi": -0.17458,
"ndwiCount": 15091,
"lstd": 24.89,
"lstn": 6.33,
"tmax": null,
"tmin": null,
"prcp": 42.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24294,
"ndviCount": 9989,
"ndwi": -0.26103,
"ndwiCount": 9989,
"lstd": null,
"lstn": null,
"tmax": 11.85,
"tmin": -1.47,
"prcp": 14.49,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24688,
"ndviCount": 9989,
"ndwi": -0.26682,
"ndwiCount": 9989,
"lstd": 15.6,
"lstn": -3.6,
"tmax": 8.24,
"tmin": -3.33,
"prcp": 31.61,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2494,
"ndviCount": 9989,
"ndwi": -0.26387,
"ndwiCount": 9989,
"lstd": 22.9,
"lstn": 2.03,
"tmax": 19.03,
"tmin": 3.9,
"prcp": 51.74,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25745,
"ndviCount": 9989,
"ndwi": -0.25461,
"ndwiCount": 9989,
"lstd": 27.17,
"lstn": 5.02,
"tmax": 14.34,
"tmin": 5.78,
"prcp": 23.43,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27617,
"ndviCount": 1624,
"ndwi": -0.17713,
"ndwiCount": 1624,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 15.66,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.29913,
"ndviCount": 1624,
"ndwi": -0.16018,
"ndwiCount": 1624,
"lstd": 12.37,
"lstn": -4.01,
"tmax": null,
"tmin": null,
"prcp": 22.98,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.3301,
"ndviCount": 1624,
"ndwi": -0.13979,
"ndwiCount": 1624,
"lstd": 21.04,
"lstn": -0.97,
"tmax": null,
"tmin": null,
"prcp": 35.86,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36831,
"ndviCount": 1624,
"ndwi": -0.10664,
"ndwiCount": 1624,
"lstd": 23.18,
"lstn": 3.66,
"tmax": null,
"tmin": null,
"prcp": 21.62,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2821,
"ndviCount": 1262,
"ndwi": -0.18129,
"ndwiCount": 1262,
"lstd": null,
"lstn": null,
"tmax": 15.55,
"tmin": 1.46,
"prcp": 9.95,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28787,
"ndviCount": 1262,
"ndwi": -0.1788,
"ndwiCount": 1262,
"lstd": 15.99,
"lstn": -3.07,
"tmax": 12.09,
"tmin": 0.88,
"prcp": 7.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30648,
"ndviCount": 1262,
"ndwi": -0.1724,
"ndwiCount": 1262,
"lstd": 22.93,
"lstn": 1.19,
"tmax": 19.44,
"tmin": 7.19,
"prcp": 77,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.36544,
"ndviCount": 1262,
"ndwi": -0.11172,
"ndwiCount": 1262,
"lstd": 21.16,
"lstn": 4.41,
"tmax": 16.53,
"tmin": 7.43,
"prcp": 27.45,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25985,
"ndviCount": 10495,
"ndwi": -0.23079,
"ndwiCount": 10495,
"lstd": null,
"lstn": null,
"tmax": 11.96,
"tmin": -0.98,
"prcp": 9.75,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27268,
"ndviCount": 10495,
"ndwi": -0.22936,
"ndwiCount": 10495,
"lstd": 21.14,
"lstn": -3.8,
"tmax": 7.85,
"tmin": -2.86,
"prcp": 21.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27113,
"ndviCount": 10495,
"ndwi": -0.23704,
"ndwiCount": 10495,
"lstd": 17.34,
"lstn": -1.11,
"tmax": 13.75,
"tmin": 3.61,
"prcp": 64.2,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2837,
"ndviCount": 10495,
"ndwi": -0.22526,
"ndwiCount": 10495,
"lstd": 24.47,
"lstn": 1.05,
"tmax": 14.45,
"tmin": 3.63,
"prcp": 34.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27733,
"ndviCount": 4960,
"ndwi": -0.21893,
"ndwiCount": 4960,
"lstd": null,
"lstn": null,
"tmax": 15.21,
"tmin": 2.27,
"prcp": 17.19,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28203,
"ndviCount": 4960,
"ndwi": -0.19894,
"ndwiCount": 4960,
"lstd": 12.1,
"lstn": -0.15,
"tmax": 11.64,
"tmin": 2.16,
"prcp": 31.27,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28075,
"ndviCount": 4960,
"ndwi": -0.22476,
"ndwiCount": 4960,
"lstd": 21.62,
"lstn": -1.46,
"tmax": 18.65,
"tmin": 6.87,
"prcp": 19.72,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30284,
"ndviCount": 4960,
"ndwi": -0.22241,
"ndwiCount": 4960,
"lstd": 25.43,
"lstn": 4.08,
"tmax": 16.33,
"tmin": 7.64,
"prcp": 21.37,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.21137,
"ndviCount": 8588,
"ndwi": -0.23969,
"ndwiCount": 8589,
"lstd": null,
"lstn": null,
"tmax": 10.9,
"tmin": -1.66,
"prcp": 3.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24382,
"ndviCount": 8589,
"ndwi": -0.25996,
"ndwiCount": 8589,
"lstd": 18.38,
"lstn": -4.79,
"tmax": 5.56,
"tmin": -3.6,
"prcp": 15.83,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23096,
"ndviCount": 8589,
"ndwi": -0.26706,
"ndwiCount": 8589,
"lstd": 21.15,
"lstn": -0.94,
"tmax": 12.87,
"tmin": 1.73,
"prcp": 18.22,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25212,
"ndviCount": 8589,
"ndwi": -0.28774,
"ndwiCount": 8589,
"lstd": 28.65,
"lstn": 1.99,
"tmax": 13.28,
"tmin": 5.13,
"prcp": 31.56,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26356,
"ndviCount": 4841,
"ndwi": -0.1731,
"ndwiCount": 4841,
"lstd": null,
"lstn": null,
"tmax": 12.34,
"tmin": 0.08,
"prcp": 7.32,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2798,
"ndviCount": 4841,
"ndwi": -0.16437,
"ndwiCount": 4841,
"lstd": 21.09,
"lstn": -5.75,
"tmax": 8.68,
"tmin": -0.24,
"prcp": 27.62,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27678,
"ndviCount": 4841,
"ndwi": -0.16728,
"ndwiCount": 4841,
"lstd": 18.17,
"lstn": 3.5,
"tmax": 14.4,
"tmin": 4.44,
"prcp": 42.42,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29254,
"ndviCount": 4841,
"ndwi": -0.14853,
"ndwiCount": 4841,
"lstd": 24.63,
"lstn": 1.58,
"tmax": 14.9,
"tmin": 5.52,
"prcp": 22.62,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.20909,
"ndviCount": 10460,
"ndwi": -0.25944,
"ndwiCount": 10460,
"lstd": null,
"lstn": null,
"tmax": 11.28,
"tmin": -1.54,
"prcp": 29.6,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24436,
"ndviCount": 10460,
"ndwi": -0.28248,
"ndwiCount": 10460,
"lstd": 17.7,
"lstn": -4.1,
"tmax": 7.43,
"tmin": -3.13,
"prcp": 21.7,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23711,
"ndviCount": 10460,
"ndwi": -0.29818,
"ndwiCount": 10460,
"lstd": 21.48,
"lstn": -2.72,
"tmax": 12.61,
"tmin": 1.66,
"prcp": 59.15,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25059,
"ndviCount": 10460,
"ndwi": -0.30905,
"ndwiCount": 10460,
"lstd": 30.3,
"lstn": 2.26,
"tmax": 13.96,
"tmin": 5.28,
"prcp": 11.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24952,
"ndviCount": 11208,
"ndwi": -0.23416,
"ndwiCount": 11208,
"lstd": null,
"lstn": null,
"tmax": 12.26,
"tmin": 0.28,
"prcp": 9.31,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2616,
"ndviCount": 11208,
"ndwi": -0.23222,
"ndwiCount": 11208,
"lstd": 21.08,
"lstn": -2.73,
"tmax": 7.96,
"tmin": -2.89,
"prcp": 14.33,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25248,
"ndviCount": 11208,
"ndwi": -0.23629,
"ndwiCount": 11208,
"lstd": 16.98,
"lstn": -2.85,
"tmax": 12.86,
"tmin": 2.29,
"prcp": 42.63,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2746,
"ndviCount": 11208,
"ndwi": -0.23207,
"ndwiCount": 11208,
"lstd": 24.62,
"lstn": 0.68,
"tmax": 15.25,
"tmin": 5.41,
"prcp": 23.18,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24455,
"ndviCount": 10715,
"ndwi": -0.251,
"ndwiCount": 10715,
"lstd": null,
"lstn": null,
"tmax": 12.41,
"tmin": -0.41,
"prcp": 23.88,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25524,
"ndviCount": 10715,
"ndwi": -0.23856,
"ndwiCount": 10715,
"lstd": 21.16,
"lstn": -5.96,
"tmax": 7.64,
"tmin": -0.99,
"prcp": 17.53,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23735,
"ndviCount": 10715,
"ndwi": -0.24233,
"ndwiCount": 10715,
"lstd": 17.25,
"lstn": 6.71,
"tmax": 12.79,
"tmin": 3.96,
"prcp": 42.95,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26333,
"ndviCount": 10715,
"ndwi": -0.25453,
"ndwiCount": 10715,
"lstd": 24.97,
"lstn": 0.49,
"tmax": 14.04,
"tmin": 5.49,
"prcp": 18.73,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23997,
"ndviCount": 15492,
"ndwi": -0.27132,
"ndwiCount": 15492,
"lstd": null,
"lstn": null,
"tmax": 12.45,
"tmin": -1.44,
"prcp": 12,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.253,
"ndviCount": 15492,
"ndwi": -0.2537,
"ndwiCount": 15492,
"lstd": 22.01,
"lstn": -5.5,
"tmax": 8.01,
"tmin": -3.19,
"prcp": 10.7,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22769,
"ndviCount": 15492,
"ndwi": -0.25758,
"ndwiCount": 15492,
"lstd": 19.37,
"lstn": -1.48,
"tmax": 13.46,
"tmin": 1.88,
"prcp": 31.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25408,
"ndviCount": 15492,
"ndwi": -0.27003,
"ndwiCount": 15492,
"lstd": 27.78,
"lstn": 1.47,
"tmax": 14.79,
"tmin": 4.3,
"prcp": 22.9,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22923,
"ndviCount": 9328,
"ndwi": -0.20162,
"ndwiCount": 9328,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 18.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23047,
"ndviCount": 9328,
"ndwi": -0.20524,
"ndwiCount": 9328,
"lstd": 22.67,
"lstn": -6.54,
"tmax": null,
"tmin": null,
"prcp": 1.35,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24236,
"ndviCount": 9328,
"ndwi": -0.20569,
"ndwiCount": 9328,
"lstd": 27.43,
"lstn": 0.16,
"tmax": null,
"tmin": null,
"prcp": 36.85,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26563,
"ndviCount": 9328,
"ndwi": -0.17042,
"ndwiCount": 9328,
"lstd": 22.13,
"lstn": 8.03,
"tmax": null,
"tmin": null,
"prcp": 38.35,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23122,
"ndviCount": 15033,
"ndwi": -0.27054,
"ndwiCount": 15033,
"lstd": null,
"lstn": null,
"tmax": 13.83,
"tmin": -0.9,
"prcp": 11.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24221,
"ndviCount": 15033,
"ndwi": -0.24856,
"ndwiCount": 15033,
"lstd": 19.98,
"lstn": -4.24,
"tmax": 8.48,
"tmin": -3.46,
"prcp": 45,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24206,
"ndviCount": 15033,
"ndwi": -0.27995,
"ndwiCount": 15033,
"lstd": 26.13,
"lstn": 1.44,
"tmax": 17.7,
"tmin": 3.64,
"prcp": 33.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25051,
"ndviCount": 15033,
"ndwi": -0.27264,
"ndwiCount": 15033,
"lstd": 29.1,
"lstn": 4.26,
"tmax": 14.85,
"tmin": 5.7,
"prcp": 34.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25334,
"ndviCount": 14834,
"ndwi": -0.23903,
"ndwiCount": 14834,
"lstd": null,
"lstn": null,
"tmax": 12.51,
"tmin": 0.35,
"prcp": 10.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28437,
"ndviCount": 14834,
"ndwi": -0.21979,
"ndwiCount": 14834,
"lstd": 23.67,
"lstn": -3.62,
"tmax": 8.11,
"tmin": -2.64,
"prcp": 28.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28303,
"ndviCount": 14834,
"ndwi": -0.23745,
"ndwiCount": 14834,
"lstd": 19.01,
"lstn": -2.91,
"tmax": 13.95,
"tmin": 3.13,
"prcp": 44.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29768,
"ndviCount": 14834,
"ndwi": -0.22318,
"ndwiCount": 14834,
"lstd": 27.49,
"lstn": 1.28,
"tmax": 14.8,
"tmin": 5.01,
"prcp": 23.6,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23541,
"ndviCount": 7301,
"ndwi": -0.21268,
"ndwiCount": 7301,
"lstd": null,
"lstn": null,
"tmax": 12.84,
"tmin": -2.23,
"prcp": 12.95,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23645,
"ndviCount": 7301,
"ndwi": -0.21539,
"ndwiCount": 7301,
"lstd": 14.51,
"lstn": -4.94,
"tmax": 9.7,
"tmin": -1.81,
"prcp": 35.28,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24006,
"ndviCount": 7301,
"ndwi": -0.21742,
"ndwiCount": 7301,
"lstd": 23.67,
"lstn": 1.96,
"tmax": 19.45,
"tmin": 5.56,
"prcp": 43.23,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26042,
"ndviCount": 7301,
"ndwi": -0.20288,
"ndwiCount": 7301,
"lstd": 28.08,
"lstn": 6.06,
"tmax": 16.1,
"tmin": 6.48,
"prcp": 31.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22513,
"ndviCount": 15518,
"ndwi": -0.29333,
"ndwiCount": 15518,
"lstd": null,
"lstn": null,
"tmax": 12.79,
"tmin": -2.09,
"prcp": 16.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24941,
"ndviCount": 15518,
"ndwi": -0.28115,
"ndwiCount": 15518,
"lstd": 24.4,
"lstn": -5.74,
"tmax": 7.71,
"tmin": -4.24,
"prcp": 24.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24684,
"ndviCount": 15518,
"ndwi": -0.29868,
"ndwiCount": 15518,
"lstd": 21.15,
"lstn": -0.49,
"tmax": 14.73,
"tmin": 2.73,
"prcp": 34.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25664,
"ndviCount": 15518,
"ndwi": -0.29399,
"ndwiCount": 15518,
"lstd": 27.64,
"lstn": 2.56,
"tmax": 13.46,
"tmin": 3.89,
"prcp": 24.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22944,
"ndviCount": 15834,
"ndwi": -0.27923,
"ndwiCount": 15834,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24062,
"ndviCount": 15834,
"ndwi": -0.26337,
"ndwiCount": 15834,
"lstd": 19.84,
"lstn": -6.22,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.17642,
"ndviCount": 15834,
"ndwi": -0.20672,
"ndwiCount": 15834,
"lstd": 19.29,
"lstn": -3.59,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.23888,
"ndviCount": 15834,
"ndwi": -0.2856,
"ndwiCount": 15834,
"lstd": 26.62,
"lstn": 1.9,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2298,
"ndviCount": 13353,
"ndwi": -0.26524,
"ndwiCount": 13353,
"lstd": null,
"lstn": null,
"tmax": 12.44,
"tmin": -0.4,
"prcp": 12.7,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25364,
"ndviCount": 13353,
"ndwi": -0.25025,
"ndwiCount": 13353,
"lstd": 23.53,
"lstn": -3.66,
"tmax": 7.94,
"tmin": -2.74,
"prcp": 35.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24751,
"ndviCount": 13353,
"ndwi": -0.26552,
"ndwiCount": 13353,
"lstd": 19.38,
"lstn": -1.89,
"tmax": 13.74,
"tmin": 1.81,
"prcp": 37.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25773,
"ndviCount": 13353,
"ndwi": -0.25646,
"ndwiCount": 13353,
"lstd": 27.97,
"lstn": 2.43,
"tmax": 14.89,
"tmin": 4.44,
"prcp": 21.73,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.20863,
"ndviCount": 11391,
"ndwi": -0.18224,
"ndwiCount": 11391,
"lstd": null,
"lstn": null,
"tmax": 16.46,
"tmin": 0.35,
"prcp": 10.25,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.21124,
"ndviCount": 11391,
"ndwi": -0.19174,
"ndwiCount": 11391,
"lstd": 23.47,
"lstn": -8.13,
"tmax": 15,
"tmin": 0.35,
"prcp": 11.42,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22078,
"ndviCount": 11391,
"ndwi": -0.18867,
"ndwiCount": 11391,
"lstd": 27.3,
"lstn": 1.7,
"tmax": 20.4,
"tmin": 6.88,
"prcp": 28.55,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.23564,
"ndviCount": 11391,
"ndwi": -0.17673,
"ndwiCount": 11391,
"lstd": 25.48,
"lstn": 7.33,
"tmax": 15.9,
"tmin": 7.71,
"prcp": 40.53,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27449,
"ndviCount": 5428,
"ndwi": -0.22143,
"ndwiCount": 5428,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 14.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2836,
"ndviCount": 5428,
"ndwi": -0.19635,
"ndwiCount": 5428,
"lstd": 12.99,
"lstn": -1.52,
"tmax": null,
"tmin": null,
"prcp": 30.58,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28988,
"ndviCount": 5428,
"ndwi": -0.21939,
"ndwiCount": 5428,
"lstd": 21.6,
"lstn": -1.36,
"tmax": null,
"tmin": null,
"prcp": 29.53,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30697,
"ndviCount": 5428,
"ndwi": -0.21944,
"ndwiCount": 5428,
"lstd": 27.97,
"lstn": 3.38,
"tmax": null,
"tmin": null,
"prcp": 23.53,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24643,
"ndviCount": 9161,
"ndwi": -0.21906,
"ndwiCount": 9161,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 18.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25344,
"ndviCount": 9161,
"ndwi": -0.22388,
"ndwiCount": 9161,
"lstd": 20.06,
"lstn": -4.4,
"tmax": null,
"tmin": null,
"prcp": 24.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.15435,
"ndviCount": 9158,
"ndwi": -0.14473,
"ndwiCount": 9161,
"lstd": 12.56,
"lstn": -4.81,
"tmax": null,
"tmin": null,
"prcp": 11.2,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26979,
"ndviCount": 9161,
"ndwi": -0.24794,
"ndwiCount": 9161,
"lstd": 25.35,
"lstn": 0.27,
"tmax": null,
"tmin": null,
"prcp": 21.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2272,
"ndviCount": 12877,
"ndwi": -0.29643,
"ndwiCount": 12877,
"lstd": null,
"lstn": null,
"tmax": 12.15,
"tmin": -1.3,
"prcp": 22.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2429,
"ndviCount": 12877,
"ndwi": -0.27093,
"ndwiCount": 12877,
"lstd": 22.06,
"lstn": -7.23,
"tmax": 7.78,
"tmin": -3.2,
"prcp": 20.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22193,
"ndviCount": 12877,
"ndwi": -0.27982,
"ndwiCount": 12877,
"lstd": 23.77,
"lstn": 0.44,
"tmax": 14.85,
"tmin": 3.19,
"prcp": 25.1,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25036,
"ndviCount": 12877,
"ndwi": -0.29939,
"ndwiCount": 12877,
"lstd": 28.38,
"lstn": 2.68,
"tmax": 14.09,
"tmin": 4.73,
"prcp": 22.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.21508,
"ndviCount": 10600,
"ndwi": -0.17984,
"ndwiCount": 10600,
"lstd": null,
"lstn": null,
"tmax": 9.68,
"tmin": -3.18,
"prcp": 24.57,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22014,
"ndviCount": 10600,
"ndwi": -0.20004,
"ndwiCount": 10600,
"lstd": 20.59,
"lstn": -8.37,
"tmax": 8.09,
"tmin": -4.8,
"prcp": 10.53,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23072,
"ndviCount": 10600,
"ndwi": -0.20648,
"ndwiCount": 10600,
"lstd": 27.76,
"lstn": -1.43,
"tmax": 18.88,
"tmin": 2.67,
"prcp": 24.42,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24674,
"ndviCount": 10600,
"ndwi": -0.18968,
"ndwiCount": 10600,
"lstd": 25.21,
"lstn": 5.06,
"tmax": 13.11,
"tmin": 4.58,
"prcp": 45.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24212,
"ndviCount": 8041,
"ndwi": -0.1982,
"ndwiCount": 8041,
"lstd": null,
"lstn": null,
"tmax": 12.65,
"tmin": 0.06,
"prcp": 5.74,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25564,
"ndviCount": 8041,
"ndwi": -0.18808,
"ndwiCount": 8041,
"lstd": 23.95,
"lstn": -2.17,
"tmax": 9.45,
"tmin": -1.86,
"prcp": 22.66,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26904,
"ndviCount": 8041,
"ndwi": -0.18885,
"ndwiCount": 8041,
"lstd": 18.89,
"lstn": -1.76,
"tmax": 19.68,
"tmin": 7.56,
"prcp": 31.34,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28234,
"ndviCount": 8041,
"ndwi": -0.17645,
"ndwiCount": 8041,
"lstd": 25.18,
"lstn": 2.54,
"tmax": 16.21,
"tmin": 5.09,
"prcp": 36.22,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25582,
"ndviCount": 2618,
"ndwi": -0.1725,
"ndwiCount": 2618,
"lstd": null,
"lstn": null,
"tmax": 12.95,
"tmin": 0.16,
"prcp": 18.35,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27121,
"ndviCount": 2618,
"ndwi": -0.14935,
"ndwiCount": 2618,
"lstd": 21.2,
"lstn": -4.66,
"tmax": 9.56,
"tmin": -0.08,
"prcp": 28.85,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2757,
"ndviCount": 2618,
"ndwi": -0.14485,
"ndwiCount": 2618,
"lstd": 18.98,
"lstn": 0.53,
"tmax": 15.57,
"tmin": 4.96,
"prcp": 56.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28972,
"ndviCount": 2618,
"ndwi": -0.13615,
"ndwiCount": 2618,
"lstd": 25.75,
"lstn": 2.06,
"tmax": 15.46,
"tmin": 5.04,
"prcp": 42.45,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23497,
"ndviCount": 11553,
"ndwi": -0.21879,
"ndwiCount": 11553,
"lstd": null,
"lstn": null,
"tmax": 14.7,
"tmin": 0.65,
"prcp": 4.9,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24593,
"ndviCount": 11553,
"ndwi": -0.21435,
"ndwiCount": 11553,
"lstd": 21.34,
"lstn": -3.34,
"tmax": 10.18,
"tmin": -0.36,
"prcp": 30.85,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25579,
"ndviCount": 11553,
"ndwi": -0.20717,
"ndwiCount": 11553,
"lstd": 20.69,
"lstn": -1.72,
"tmax": 17.6,
"tmin": 4.81,
"prcp": 25.6,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26788,
"ndviCount": 11553,
"ndwi": -0.19542,
"ndwiCount": 11553,
"lstd": 28.57,
"lstn": 2.01,
"tmax": 15.93,
"tmin": 6.86,
"prcp": 25.65,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25852,
"ndviCount": 3824,
"ndwi": -0.2101,
"ndwiCount": 3824,
"lstd": null,
"lstn": null,
"tmax": 13.34,
"tmin": 2.28,
"prcp": 10.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27303,
"ndviCount": 3824,
"ndwi": -0.18662,
"ndwiCount": 3824,
"lstd": 10.86,
"lstn": -4.31,
"tmax": 10.7,
"tmin": 1.18,
"prcp": 21.1,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28848,
"ndviCount": 3824,
"ndwi": -0.20742,
"ndwiCount": 3824,
"lstd": 21.38,
"lstn": -2.78,
"tmax": 18.34,
"tmin": 6.91,
"prcp": 23.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30605,
"ndviCount": 3824,
"ndwi": -0.19735,
"ndwiCount": 3824,
"lstd": 27.26,
"lstn": 3.05,
"tmax": 15.91,
"tmin": 7.58,
"prcp": 18.3,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23699,
"ndviCount": 6872,
"ndwi": -0.20428,
"ndwiCount": 6872,
"lstd": null,
"lstn": null,
"tmax": 14.44,
"tmin": 0.8,
"prcp": 9.14,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26028,
"ndviCount": 6872,
"ndwi": -0.18541,
"ndwiCount": 6872,
"lstd": 24.38,
"lstn": -2.96,
"tmax": 11.21,
"tmin": 0.45,
"prcp": 23.41,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26843,
"ndviCount": 6872,
"ndwi": -0.19269,
"ndwiCount": 6872,
"lstd": 20.68,
"lstn": -0.83,
"tmax": 17.76,
"tmin": 5.89,
"prcp": 32.9,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2861,
"ndviCount": 6872,
"ndwi": -0.17972,
"ndwiCount": 6872,
"lstd": 25.61,
"lstn": 2.49,
"tmax": 15.84,
"tmin": 6.35,
"prcp": 27.27,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25569,
"ndviCount": 8456,
"ndwi": -0.20783,
"ndwiCount": 8456,
"lstd": null,
"lstn": null,
"tmax": 12.9,
"tmin": -0.55,
"prcp": 7.27,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26638,
"ndviCount": 8456,
"ndwi": -0.19595,
"ndwiCount": 8456,
"lstd": 22.74,
"lstn": -4.64,
"tmax": 9.85,
"tmin": -0.64,
"prcp": 24,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26322,
"ndviCount": 8456,
"ndwi": -0.20943,
"ndwiCount": 8456,
"lstd": 18.82,
"lstn": -1.22,
"tmax": 15.15,
"tmin": 5.9,
"prcp": 43.43,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27663,
"ndviCount": 8456,
"ndwi": -0.19907,
"ndwiCount": 8456,
"lstd": 24.83,
"lstn": 2.01,
"tmax": 14.98,
"tmin": 6.1,
"prcp": 34.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25185,
"ndviCount": 7374,
"ndwi": -0.20657,
"ndwiCount": 7374,
"lstd": null,
"lstn": null,
"tmax": 11.89,
"tmin": 1.03,
"prcp": 7.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27243,
"ndviCount": 7374,
"ndwi": -0.1742,
"ndwiCount": 7374,
"lstd": 14.99,
"lstn": -3.64,
"tmax": 10,
"tmin": -0.7,
"prcp": 25.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28051,
"ndviCount": 7374,
"ndwi": -0.19712,
"ndwiCount": 7374,
"lstd": 19.53,
"lstn": -1.81,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29034,
"ndviCount": 7374,
"ndwi": -0.19023,
"ndwiCount": 7374,
"lstd": 26.16,
"lstn": 2.79,
"tmax": 15.43,
"tmin": 6.54,
"prcp": 20.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22661,
"ndviCount": 27864,
"ndwi": -0.29433,
"ndwiCount": 27869,
"lstd": null,
"lstn": null,
"tmax": 11.45,
"tmin": -1.84,
"prcp": 8.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24341,
"ndviCount": 27869,
"ndwi": -0.28847,
"ndwiCount": 27869,
"lstd": 19.76,
"lstn": -6.08,
"tmax": 6.66,
"tmin": -4.55,
"prcp": 15.54,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.19925,
"ndviCount": 27866,
"ndwi": -0.25539,
"ndwiCount": 27869,
"lstd": 21.33,
"lstn": -3.12,
"tmax": 13.06,
"tmin": 1.83,
"prcp": 28.98,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.249,
"ndviCount": 27869,
"ndwi": -0.31161,
"ndwiCount": 27869,
"lstd": 29.11,
"lstn": 2.19,
"tmax": 14.04,
"tmin": 4.13,
"prcp": 17.98,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.30667,
"ndviCount": 4587,
"ndwi": -0.17048,
"ndwiCount": 4587,
"lstd": null,
"lstn": null,
"tmax": 14.44,
"tmin": 2.73,
"prcp": 26.01,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30618,
"ndviCount": 4587,
"ndwi": -0.14851,
"ndwiCount": 4587,
"lstd": 12.04,
"lstn": -0.95,
"tmax": 12.34,
"tmin": 1.9,
"prcp": 36.26,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31648,
"ndviCount": 4587,
"ndwi": -0.17619,
"ndwiCount": 4587,
"lstd": 21.08,
"lstn": 0.68,
"tmax": 19.65,
"tmin": 7.55,
"prcp": 30.91,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.34625,
"ndviCount": 4587,
"ndwi": -0.1572,
"ndwiCount": 4587,
"lstd": 24.81,
"lstn": 3.92,
"tmax": 15.93,
"tmin": 7.99,
"prcp": 20.65,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24589,
"ndviCount": 9795,
"ndwi": -0.22323,
"ndwiCount": 9795,
"lstd": null,
"lstn": null,
"tmax": 14.06,
"tmin": -0.28,
"prcp": 6.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26652,
"ndviCount": 9795,
"ndwi": -0.21233,
"ndwiCount": 9795,
"lstd": 23.37,
"lstn": -4.28,
"tmax": 10.73,
"tmin": 0.14,
"prcp": 25.52,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26744,
"ndviCount": 9795,
"ndwi": -0.22368,
"ndwiCount": 9795,
"lstd": 19.26,
"lstn": 0.55,
"tmax": 17.19,
"tmin": 5.06,
"prcp": 41.68,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28434,
"ndviCount": 9795,
"ndwi": -0.21189,
"ndwiCount": 9795,
"lstd": 24.18,
"lstn": 2,
"tmax": 15.59,
"tmin": 6.22,
"prcp": 31.58,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26986,
"ndviCount": 5595,
"ndwi": -0.20149,
"ndwiCount": 5595,
"lstd": null,
"lstn": null,
"tmax": 13.29,
"tmin": 1.46,
"prcp": 17.87,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27634,
"ndviCount": 5595,
"ndwi": -0.18434,
"ndwiCount": 5595,
"lstd": 17.91,
"lstn": -2.09,
"tmax": 11.7,
"tmin": 2.2,
"prcp": 29.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28068,
"ndviCount": 5595,
"ndwi": -0.20477,
"ndwiCount": 5595,
"lstd": 21.41,
"lstn": -0.55,
"tmax": null,
"tmin": null,
"prcp": 19.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3007,
"ndviCount": 5595,
"ndwi": -0.19797,
"ndwiCount": 5595,
"lstd": 25.42,
"lstn": 2.71,
"tmax": null,
"tmin": null,
"prcp": 25.55,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27,
"ndviCount": 971,
"ndwi": -0.18486,
"ndwiCount": 971,
"lstd": null,
"lstn": null,
"tmax": 13.76,
"tmin": 1.1,
"prcp": 4.88,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28164,
"ndviCount": 971,
"ndwi": -0.1768,
"ndwiCount": 971,
"lstd": 12.82,
"lstn": -1.59,
"tmax": 8.09,
"tmin": -2.54,
"prcp": 18.12,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30082,
"ndviCount": 971,
"ndwi": -0.16976,
"ndwiCount": 971,
"lstd": 21.55,
"lstn": 0.03,
"tmax": 18.75,
"tmin": 5.28,
"prcp": 37.98,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.35029,
"ndviCount": 971,
"ndwi": -0.12237,
"ndwiCount": 971,
"lstd": 24.37,
"lstn": 3.95,
"tmax": 15.8,
"tmin": 5.87,
"prcp": 28.01,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24493,
"ndviCount": 14952,
"ndwi": -0.18917,
"ndwiCount": 14953,
"lstd": null,
"lstn": null,
"tmax": 11.05,
"tmin": -2.63,
"prcp": 0,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2558,
"ndviCount": 14953,
"ndwi": -0.21421,
"ndwiCount": 14953,
"lstd": 19.57,
"lstn": -5.04,
"tmax": 7.6,
"tmin": -5.16,
"prcp": 4.85,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25454,
"ndviCount": 14953,
"ndwi": -0.24116,
"ndwiCount": 14953,
"lstd": 24.6,
"lstn": -0.6,
"tmax": 16.31,
"tmin": 0.6,
"prcp": 19.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27069,
"ndviCount": 14953,
"ndwi": -0.24073,
"ndwiCount": 14953,
"lstd": 24.46,
"lstn": 2.38,
"tmax": 14.84,
"tmin": 3.61,
"prcp": 34.45,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25023,
"ndviCount": 3334,
"ndwi": -0.19623,
"ndwiCount": 3334,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 12.9,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25722,
"ndviCount": 3334,
"ndwi": -0.19825,
"ndwiCount": 3334,
"lstd": 11.75,
"lstn": -4.1,
"tmax": null,
"tmin": null,
"prcp": 10.4,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26198,
"ndviCount": 3334,
"ndwi": -0.20298,
"ndwiCount": 3334,
"lstd": 24.39,
"lstn": 0.74,
"tmax": null,
"tmin": null,
"prcp": 20.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29075,
"ndviCount": 3334,
"ndwi": -0.17457,
"ndwiCount": 3334,
"lstd": 26.69,
"lstn": 4.89,
"tmax": null,
"tmin": null,
"prcp": 25.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24271,
"ndviCount": 8375,
"ndwi": -0.21595,
"ndwiCount": 8375,
"lstd": null,
"lstn": null,
"tmax": 14.82,
"tmin": 1.3,
"prcp": 3.95,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2572,
"ndviCount": 8375,
"ndwi": -0.20187,
"ndwiCount": 8375,
"lstd": 12.15,
"lstn": -1.79,
"tmax": 10.83,
"tmin": -2.95,
"prcp": 15.25,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2698,
"ndviCount": 8375,
"ndwi": -0.21067,
"ndwiCount": 8375,
"lstd": 20.42,
"lstn": -0.73,
"tmax": 22.23,
"tmin": 1.13,
"prcp": 27.2,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27994,
"ndviCount": 8375,
"ndwi": -0.20391,
"ndwiCount": 8375,
"lstd": 28.27,
"lstn": 2.79,
"tmax": 14.56,
"tmin": 5.08,
"prcp": 21.05,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25142,
"ndviCount": 3106,
"ndwi": -0.19788,
"ndwiCount": 3106,
"lstd": null,
"lstn": null,
"tmax": 13.54,
"tmin": 0.83,
"prcp": 2.85,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26015,
"ndviCount": 3106,
"ndwi": -0.19168,
"ndwiCount": 3106,
"lstd": 11.94,
"lstn": -2.37,
"tmax": 8.89,
"tmin": -0.96,
"prcp": 22.1,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27515,
"ndviCount": 3106,
"ndwi": -0.18422,
"ndwiCount": 3106,
"lstd": 21.35,
"lstn": -0.56,
"tmax": 20.53,
"tmin": 4.51,
"prcp": 46.9,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29888,
"ndviCount": 3106,
"ndwi": -0.1636,
"ndwiCount": 3106,
"lstd": 27.83,
"lstn": 3.19,
"tmax": 15.49,
"tmin": 6.79,
"prcp": 14.85,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22723,
"ndviCount": 11684,
"ndwi": -0.22786,
"ndwiCount": 11684,
"lstd": null,
"lstn": null,
"tmax": 13.51,
"tmin": -0.63,
"prcp": 6.27,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.255,
"ndviCount": 11684,
"ndwi": -0.20892,
"ndwiCount": 11684,
"lstd": 25.31,
"lstn": -3.76,
"tmax": 9.59,
"tmin": -1.97,
"prcp": 35.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25453,
"ndviCount": 11684,
"ndwi": -0.2156,
"ndwiCount": 11684,
"lstd": 19.71,
"lstn": -3.04,
"tmax": 16.14,
"tmin": 4.1,
"prcp": 31.07,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26916,
"ndviCount": 11684,
"ndwi": -0.20582,
"ndwiCount": 11684,
"lstd": 28.98,
"lstn": 1.43,
"tmax": 15.07,
"tmin": 5.25,
"prcp": 21.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2221,
"ndviCount": 7587,
"ndwi": -0.19588,
"ndwiCount": 7587,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 16.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23332,
"ndviCount": 7587,
"ndwi": -0.18624,
"ndwiCount": 7587,
"lstd": 21.58,
"lstn": -7.62,
"tmax": null,
"tmin": null,
"prcp": 2.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24742,
"ndviCount": 7587,
"ndwi": -0.19313,
"ndwiCount": 7587,
"lstd": 27.01,
"lstn": 2.04,
"tmax": null,
"tmin": null,
"prcp": 34.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27164,
"ndviCount": 7587,
"ndwi": -0.16452,
"ndwiCount": 7587,
"lstd": 24.21,
"lstn": 7.53,
"tmax": null,
"tmin": null,
"prcp": 26.35,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25251,
"ndviCount": 11372,
"ndwi": -0.23072,
"ndwiCount": 11372,
"lstd": null,
"lstn": null,
"tmax": 10.78,
"tmin": 0.08,
"prcp": 54.43,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25673,
"ndviCount": 11372,
"ndwi": -0.22426,
"ndwiCount": 11372,
"lstd": 19.79,
"lstn": -5.11,
"tmax": 6.33,
"tmin": -2.43,
"prcp": 13.97,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.20412,
"ndviCount": 11369,
"ndwi": -0.1874,
"ndwiCount": 11372,
"lstd": 14.72,
"lstn": -0.29,
"tmax": 11.8,
"tmin": 2.36,
"prcp": 21.43,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2637,
"ndviCount": 11372,
"ndwi": -0.24727,
"ndwiCount": 11372,
"lstd": 24.16,
"lstn": 0.5,
"tmax": 14.44,
"tmin": 5.28,
"prcp": 23.77,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.20733,
"ndviCount": 12466,
"ndwi": -0.20533,
"ndwiCount": 12466,
"lstd": null,
"lstn": null,
"tmax": 14.38,
"tmin": -1.74,
"prcp": 7.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.20949,
"ndviCount": 12466,
"ndwi": -0.2105,
"ndwiCount": 12466,
"lstd": 24.72,
"lstn": -6.01,
"tmax": 10.28,
"tmin": -3.83,
"prcp": 4.9,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.21515,
"ndviCount": 12466,
"ndwi": -0.21265,
"ndwiCount": 12466,
"lstd": 29.45,
"lstn": 0.03,
"tmax": 20.15,
"tmin": 3.54,
"prcp": 22.1,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.22969,
"ndviCount": 12466,
"ndwi": -0.20572,
"ndwiCount": 12466,
"lstd": 25.3,
"lstn": 6.58,
"tmax": 13.75,
"tmin": 5.84,
"prcp": 39.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26728,
"ndviCount": 700,
"ndwi": -0.18284,
"ndwiCount": 700,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 15.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.28129,
"ndviCount": 700,
"ndwi": -0.17665,
"ndwiCount": 700,
"lstd": 13.1,
"lstn": -1.15,
"tmax": null,
"tmin": null,
"prcp": 25.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.30312,
"ndviCount": 700,
"ndwi": -0.17196,
"ndwiCount": 700,
"lstd": 21.23,
"lstn": -1.69,
"tmax": null,
"tmin": null,
"prcp": 42.9,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33599,
"ndviCount": 700,
"ndwi": -0.13872,
"ndwiCount": 700,
"lstd": 25.61,
"lstn": 3.57,
"tmax": null,
"tmin": null,
"prcp": 24.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24493,
"ndviCount": 6812,
"ndwi": -0.18499,
"ndwiCount": 6812,
"lstd": null,
"lstn": null,
"tmax": 15.99,
"tmin": -1.74,
"prcp": 8.6,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23824,
"ndviCount": 6812,
"ndwi": -0.18907,
"ndwiCount": 6812,
"lstd": 19.39,
"lstn": -9.02,
"tmax": 12.73,
"tmin": -2.65,
"prcp": 6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.2556,
"ndviCount": 6812,
"ndwi": -0.19361,
"ndwiCount": 6812,
"lstd": 26.46,
"lstn": 1.46,
"tmax": 22.18,
"tmin": 6.59,
"prcp": 46.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29132,
"ndviCount": 6812,
"ndwi": -0.16052,
"ndwiCount": 6812,
"lstd": 23.97,
"lstn": 7.1,
"tmax": 13.34,
"tmin": 7.13,
"prcp": 32.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25284,
"ndviCount": 6523,
"ndwi": -0.19607,
"ndwiCount": 6523,
"lstd": null,
"lstn": null,
"tmax": 13.44,
"tmin": 1.4,
"prcp": 10.63,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25971,
"ndviCount": 6523,
"ndwi": -0.18756,
"ndwiCount": 6523,
"lstd": 23.27,
"lstn": -1.82,
"tmax": 11.84,
"tmin": 1.19,
"prcp": 30.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26362,
"ndviCount": 6523,
"ndwi": -0.20329,
"ndwiCount": 6523,
"lstd": 21.26,
"lstn": 1.96,
"tmax": 17.61,
"tmin": 5.48,
"prcp": 14.54,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27595,
"ndviCount": 6523,
"ndwi": -0.19664,
"ndwiCount": 6523,
"lstd": 26.27,
"lstn": 2.35,
"tmax": 15.63,
"tmin": 7.78,
"prcp": 24.2,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22749,
"ndviCount": 16305,
"ndwi": -0.23692,
"ndwiCount": 16305,
"lstd": null,
"lstn": null,
"tmax": 11.84,
"tmin": -1.11,
"prcp": 1.83,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24144,
"ndviCount": 16305,
"ndwi": -0.23455,
"ndwiCount": 16305,
"lstd": 18.18,
"lstn": -4.79,
"tmax": 8.61,
"tmin": -2.31,
"prcp": 17.23,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24252,
"ndviCount": 16305,
"ndwi": -0.27417,
"ndwiCount": 16305,
"lstd": 24.69,
"lstn": 3.77,
"tmax": 17.8,
"tmin": 3.64,
"prcp": 17.35,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26083,
"ndviCount": 16305,
"ndwi": -0.2735,
"ndwiCount": 16305,
"lstd": 22.54,
"lstn": 2.26,
"tmax": 14.37,
"tmin": 5.12,
"prcp": 22.77,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22408,
"ndviCount": 11075,
"ndwi": -0.20798,
"ndwiCount": 11075,
"lstd": null,
"lstn": null,
"tmax": 11.99,
"tmin": -2.94,
"prcp": 4.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24389,
"ndviCount": 11075,
"ndwi": -0.23453,
"ndwiCount": 11075,
"lstd": 17.35,
"lstn": -4.71,
"tmax": 6.74,
"tmin": -4.88,
"prcp": 15.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24154,
"ndviCount": 11075,
"ndwi": -0.27811,
"ndwiCount": 11075,
"lstd": 22.8,
"lstn": -1.12,
"tmax": 17.45,
"tmin": 1.79,
"prcp": 16,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25639,
"ndviCount": 11075,
"ndwi": -0.27577,
"ndwiCount": 11075,
"lstd": 22.38,
"lstn": 2.21,
"tmax": 13.74,
"tmin": 5.14,
"prcp": 27.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26169,
"ndviCount": 7233,
"ndwi": -0.17837,
"ndwiCount": 7233,
"lstd": null,
"lstn": null,
"tmax": 16.39,
"tmin": -0.48,
"prcp": 16.27,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25009,
"ndviCount": 7233,
"ndwi": -0.19405,
"ndwiCount": 7233,
"lstd": 20.3,
"lstn": -7.56,
"tmax": 11.85,
"tmin": -1.04,
"prcp": 2.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27177,
"ndviCount": 7233,
"ndwi": -0.19125,
"ndwiCount": 7233,
"lstd": 24.53,
"lstn": 1.94,
"tmax": 21.81,
"tmin": 6.18,
"prcp": 64.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30564,
"ndviCount": 7233,
"ndwi": -0.15034,
"ndwiCount": 7233,
"lstd": 24,
"lstn": 7.76,
"tmax": 14.89,
"tmin": 7.51,
"prcp": 25.78,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.21349,
"ndviCount": 14118,
"ndwi": -0.26219,
"ndwiCount": 14120,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 3.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24564,
"ndviCount": 14120,
"ndwi": -0.28484,
"ndwiCount": 14120,
"lstd": 21.69,
"lstn": -6.44,
"tmax": null,
"tmin": null,
"prcp": 12.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.21822,
"ndviCount": 14118,
"ndwi": -0.27612,
"ndwiCount": 14120,
"lstd": 24.56,
"lstn": -2.53,
"tmax": null,
"tmin": null,
"prcp": 8.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25451,
"ndviCount": 14120,
"ndwi": -0.30441,
"ndwiCount": 14120,
"lstd": 30.63,
"lstn": 2.52,
"tmax": null,
"tmin": null,
"prcp": 23.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22258,
"ndviCount": 20633,
"ndwi": -0.19559,
"ndwiCount": 20633,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 0.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22424,
"ndviCount": 20633,
"ndwi": -0.20826,
"ndwiCount": 20633,
"lstd": 22.53,
"lstn": -4.11,
"tmax": null,
"tmin": null,
"prcp": 10,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23308,
"ndviCount": 20633,
"ndwi": -0.21476,
"ndwiCount": 20633,
"lstd": 24.85,
"lstn": -1.3,
"tmax": null,
"tmin": null,
"prcp": 14.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25451,
"ndviCount": 20633,
"ndwi": -0.20917,
"ndwiCount": 20633,
"lstd": 25.6,
"lstn": 3,
"tmax": null,
"tmin": null,
"prcp": 26.8,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2298,
"ndviCount": 17489,
"ndwi": -0.29703,
"ndwiCount": 17489,
"lstd": null,
"lstn": null,
"tmax": 11.44,
"tmin": -1.57,
"prcp": 22.85,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2322,
"ndviCount": 17489,
"ndwi": -0.27063,
"ndwiCount": 17489,
"lstd": 23.84,
"lstn": -6.53,
"tmax": 7.38,
"tmin": -3.75,
"prcp": 15.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23495,
"ndviCount": 17489,
"ndwi": -0.30927,
"ndwiCount": 17489,
"lstd": 29.19,
"lstn": -1.93,
"tmax": 15.69,
"tmin": 2.9,
"prcp": 21.35,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24474,
"ndviCount": 17489,
"ndwi": -0.30601,
"ndwiCount": 17489,
"lstd": 30.18,
"lstn": 2.89,
"tmax": 14.29,
"tmin": 5.41,
"prcp": 42.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25547,
"ndviCount": 5128,
"ndwi": -0.25082,
"ndwiCount": 5128,
"lstd": null,
"lstn": null,
"tmax": 15.89,
"tmin": 1.24,
"prcp": 10.27,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25997,
"ndviCount": 5128,
"ndwi": -0.25214,
"ndwiCount": 5128,
"lstd": 21.74,
"lstn": -3.39,
"tmax": 11.59,
"tmin": 0.52,
"prcp": 23.84,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26811,
"ndviCount": 5128,
"ndwi": -0.24034,
"ndwiCount": 5128,
"lstd": 20.31,
"lstn": -0.11,
"tmax": 17.84,
"tmin": 5.54,
"prcp": 62.24,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27826,
"ndviCount": 5128,
"ndwi": -0.23161,
"ndwiCount": 5128,
"lstd": 24.9,
"lstn": 3.44,
"tmax": 15.5,
"tmin": 7.99,
"prcp": 21.78,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.21699,
"ndviCount": 19108,
"ndwi": -0.1793,
"ndwiCount": 19108,
"lstd": null,
"lstn": null,
"tmax": 15.23,
"tmin": -0.55,
"prcp": 12.08,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22512,
"ndviCount": 19108,
"ndwi": -0.18396,
"ndwiCount": 19108,
"lstd": 19.76,
"lstn": -9.2,
"tmax": 10.48,
"tmin": -2.73,
"prcp": 6.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23773,
"ndviCount": 19108,
"ndwi": -0.18457,
"ndwiCount": 19108,
"lstd": 27.96,
"lstn": 1.29,
"tmax": 20.64,
"tmin": 6.45,
"prcp": 32,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26121,
"ndviCount": 19108,
"ndwi": -0.16254,
"ndwiCount": 19108,
"lstd": 24.01,
"lstn": 6.98,
"tmax": 17.08,
"tmin": 9.15,
"prcp": 29.38,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.23843,
"ndviCount": 10048,
"ndwi": -0.21488,
"ndwiCount": 10048,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 4.42,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25374,
"ndviCount": 10048,
"ndwi": -0.203,
"ndwiCount": 10048,
"lstd": 23.32,
"lstn": -3.24,
"tmax": null,
"tmin": null,
"prcp": 20.55,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26319,
"ndviCount": 10048,
"ndwi": -0.2027,
"ndwiCount": 10048,
"lstd": 19.45,
"lstn": -1.86,
"tmax": null,
"tmin": null,
"prcp": 43.97,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27562,
"ndviCount": 10048,
"ndwi": -0.19337,
"ndwiCount": 10048,
"lstd": 26.85,
"lstn": 2.25,
"tmax": null,
"tmin": null,
"prcp": 36.48,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26732,
"ndviCount": 1569,
"ndwi": -0.17301,
"ndwiCount": 1569,
"lstd": null,
"lstn": null,
"tmax": 15.23,
"tmin": 1.29,
"prcp": 18.2,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26631,
"ndviCount": 1569,
"ndwi": -0.18381,
"ndwiCount": 1569,
"lstd": 17.65,
"lstn": -7.7,
"tmax": 10.43,
"tmin": -0.55,
"prcp": 8.9,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27636,
"ndviCount": 1569,
"ndwi": -0.19006,
"ndwiCount": 1569,
"lstd": 23.51,
"lstn": 2,
"tmax": 18.1,
"tmin": 6.22,
"prcp": 15.1,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.32196,
"ndviCount": 1569,
"ndwi": -0.12223,
"ndwiCount": 1569,
"lstd": 24.06,
"lstn": 5.67,
"tmax": 11.65,
"tmin": 6.4,
"prcp": 15.7,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22522,
"ndviCount": 14839,
"ndwi": -0.23996,
"ndwiCount": 14839,
"lstd": null,
"lstn": null,
"tmax": 13.2,
"tmin": -1.26,
"prcp": 8.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23171,
"ndviCount": 14839,
"ndwi": -0.22891,
"ndwiCount": 14839,
"lstd": 18.62,
"lstn": -6.58,
"tmax": 7.8,
"tmin": -4.38,
"prcp": 15.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23851,
"ndviCount": 14839,
"ndwi": -0.26299,
"ndwiCount": 14839,
"lstd": 28.7,
"lstn": -1.48,
"tmax": 18.35,
"tmin": 1.59,
"prcp": 12.2,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24834,
"ndviCount": 14839,
"ndwi": -0.24573,
"ndwiCount": 14839,
"lstd": 27.32,
"lstn": 3.43,
"tmax": 14.31,
"tmin": 4.59,
"prcp": 44.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26416,
"ndviCount": 7783,
"ndwi": -0.19894,
"ndwiCount": 7783,
"lstd": null,
"lstn": null,
"tmax": 14.08,
"tmin": 1.63,
"prcp": 18.8,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26955,
"ndviCount": 7783,
"ndwi": -0.19139,
"ndwiCount": 7783,
"lstd": 22.6,
"lstn": -4.88,
"tmax": 11.42,
"tmin": 1.35,
"prcp": 26.19,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27207,
"ndviCount": 7783,
"ndwi": -0.2009,
"ndwiCount": 7783,
"lstd": 20.3,
"lstn": 5.76,
"tmax": 17.41,
"tmin": 6.16,
"prcp": 21.38,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.28469,
"ndviCount": 7783,
"ndwi": -0.19791,
"ndwiCount": 7783,
"lstd": 26.11,
"lstn": 2.1,
"tmax": 15.31,
"tmin": 6.87,
"prcp": 25.36,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22172,
"ndviCount": 14624,
"ndwi": -0.1801,
"ndwiCount": 14624,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 12,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.22048,
"ndviCount": 14624,
"ndwi": -0.18376,
"ndwiCount": 14624,
"lstd": 20.53,
"lstn": -10.44,
"tmax": null,
"tmin": null,
"prcp": 29.7,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22756,
"ndviCount": 14624,
"ndwi": -0.1894,
"ndwiCount": 14624,
"lstd": 27.9,
"lstn": -0.07,
"tmax": null,
"tmin": null,
"prcp": 42.7,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24718,
"ndviCount": 14624,
"ndwi": -0.172,
"ndwiCount": 14624,
"lstd": 23.94,
"lstn": 6.46,
"tmax": null,
"tmin": null,
"prcp": 37.9,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24594,
"ndviCount": 20775,
"ndwi": -0.21742,
"ndwiCount": 20775,
"lstd": null,
"lstn": null,
"tmax": 16.7,
"tmin": -3.3,
"prcp": 0.28,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25347,
"ndviCount": 20775,
"ndwi": -0.21838,
"ndwiCount": 20775,
"lstd": 20.67,
"lstn": -4.68,
"tmax": null,
"tmin": null,
"prcp": 13.51,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25563,
"ndviCount": 20775,
"ndwi": -0.23969,
"ndwiCount": 20775,
"lstd": 25.14,
"lstn": 0.17,
"tmax": 26.7,
"tmin": 11.1,
"prcp": 18.18,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.27414,
"ndviCount": 20775,
"ndwi": -0.23234,
"ndwiCount": 20775,
"lstd": 27.09,
"lstn": 2.76,
"tmax": 12.5,
"tmin": 0.8,
"prcp": 18.34,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.2368,
"ndviCount": 13172,
"ndwi": -0.26782,
"ndwiCount": 13172,
"lstd": null,
"lstn": null,
"tmax": 14.51,
"tmin": -0.24,
"prcp": 19.73,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25748,
"ndviCount": 13172,
"ndwi": -0.26431,
"ndwiCount": 13172,
"lstd": 25.07,
"lstn": -3.07,
"tmax": 9.98,
"tmin": -1.02,
"prcp": 38.3,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25708,
"ndviCount": 13172,
"ndwi": -0.26686,
"ndwiCount": 13172,
"lstd": 21.8,
"lstn": -1.65,
"tmax": 16.9,
"tmin": 4.43,
"prcp": 40.99,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2692,
"ndviCount": 13172,
"ndwi": -0.26327,
"ndwiCount": 13172,
"lstd": 28.29,
"lstn": 2.62,
"tmax": 15.21,
"tmin": 6.18,
"prcp": 28.46,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22737,
"ndviCount": 13513,
"ndwi": -0.23434,
"ndwiCount": 13513,
"lstd": null,
"lstn": null,
"tmax": 12.78,
"tmin": -0.05,
"prcp": 8.48,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25215,
"ndviCount": 13513,
"ndwi": -0.21211,
"ndwiCount": 13513,
"lstd": 24.61,
"lstn": -4.24,
"tmax": 9.01,
"tmin": -2.61,
"prcp": 32.19,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.25218,
"ndviCount": 13513,
"ndwi": -0.22436,
"ndwiCount": 13513,
"lstd": 18.65,
"lstn": -0.24,
"tmax": 15.41,
"tmin": 3.08,
"prcp": 36.53,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26831,
"ndviCount": 13513,
"ndwi": -0.21305,
"ndwiCount": 13513,
"lstd": 26.61,
"lstn": 1.43,
"tmax": 14.94,
"tmin": 4.33,
"prcp": 24.81,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25215,
"ndviCount": 4056,
"ndwi": -0.17937,
"ndwiCount": 4056,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 17.1,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.2439,
"ndviCount": 4056,
"ndwi": -0.19489,
"ndwiCount": 4056,
"lstd": 19.33,
"lstn": -7.27,
"tmax": null,
"tmin": null,
"prcp": 0.8,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26419,
"ndviCount": 4056,
"ndwi": -0.19483,
"ndwiCount": 4056,
"lstd": 23.13,
"lstn": 1.41,
"tmax": null,
"tmin": null,
"prcp": 55.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30541,
"ndviCount": 4056,
"ndwi": -0.15044,
"ndwiCount": 4056,
"lstd": 23.83,
"lstn": 6.4,
"tmax": null,
"tmin": null,
"prcp": 26.6,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24643,
"ndviCount": 2705,
"ndwi": -0.17593,
"ndwiCount": 2705,
"lstd": null,
"lstn": null,
"tmax": 15.38,
"tmin": -1.02,
"prcp": 17.4,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.25226,
"ndviCount": 2705,
"ndwi": -0.18334,
"ndwiCount": 2705,
"lstd": 15.16,
"lstn": -7.15,
"tmax": 11.2,
"tmin": -3.22,
"prcp": 0.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.26269,
"ndviCount": 2705,
"ndwi": -0.18842,
"ndwiCount": 2705,
"lstd": 24.83,
"lstn": 0.73,
"tmax": 19.78,
"tmin": 2.76,
"prcp": 9.4,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2978,
"ndviCount": 2705,
"ndwi": -0.15498,
"ndwiCount": 2705,
"lstd": 26.13,
"lstn": 4.82,
"tmax": 12,
"tmin": 4.88,
"prcp": 24.4,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27449,
"ndviCount": 2189,
"ndwi": -0.20504,
"ndwiCount": 2189,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 7.9,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.30807,
"ndviCount": 2189,
"ndwi": -0.16328,
"ndwiCount": 2189,
"lstd": 12.49,
"lstn": -2.56,
"tmax": null,
"tmin": null,
"prcp": 1.6,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.31863,
"ndviCount": 2189,
"ndwi": -0.18135,
"ndwiCount": 2189,
"lstd": 20.64,
"lstn": -0.01,
"tmax": null,
"tmin": null,
"prcp": 30.8,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.3604,
"ndviCount": 2189,
"ndwi": -0.15232,
"ndwiCount": 2189,
"lstd": 25.33,
"lstn": 3.98,
"tmax": null,
"tmin": null,
"prcp": 4.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.25922,
"ndviCount": 3379,
"ndwi": -0.2157,
"ndwiCount": 3379,
"lstd": null,
"lstn": null,
"tmax": 15.35,
"tmin": 0.96,
"prcp": 5.3,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27297,
"ndviCount": 3379,
"ndwi": -0.18819,
"ndwiCount": 3379,
"lstd": 12.01,
"lstn": -4.4,
"tmax": 12.08,
"tmin": 1.33,
"prcp": 22.1,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28092,
"ndviCount": 3379,
"ndwi": -0.21694,
"ndwiCount": 3379,
"lstd": 21.3,
"lstn": -1.03,
"tmax": 18.06,
"tmin": 5.63,
"prcp": 19.6,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.29636,
"ndviCount": 3379,
"ndwi": -0.20839,
"ndwiCount": 3379,
"lstd": 27.91,
"lstn": 2.72,
"tmax": 15.84,
"tmin": 6.81,
"prcp": 18.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.26032,
"ndviCount": 2228,
"ndwi": -0.19462,
"ndwiCount": 2228,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 9.22,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26836,
"ndviCount": 2228,
"ndwi": -0.19081,
"ndwiCount": 2228,
"lstd": 11.21,
"lstn": -1.98,
"tmax": 13.6,
"tmin": 3.6,
"prcp": 20.72,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.27766,
"ndviCount": 2228,
"ndwi": -0.19125,
"ndwiCount": 2228,
"lstd": 22.04,
"lstn": -0.79,
"tmax": 19.12,
"tmin": 4.56,
"prcp": 25.57,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.311,
"ndviCount": 2228,
"ndwi": -0.15553,
"ndwiCount": 2228,
"lstd": 26.54,
"lstn": 4.1,
"tmax": 15.15,
"tmin": 5.96,
"prcp": 33.95,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24414,
"ndviCount": 7385,
"ndwi": -0.20883,
"ndwiCount": 7385,
"lstd": null,
"lstn": null,
"tmax": 13.54,
"tmin": 0.49,
"prcp": 7.13,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.26914,
"ndviCount": 7385,
"ndwi": -0.17924,
"ndwiCount": 7385,
"lstd": 15.61,
"lstn": -2.33,
"tmax": 11.3,
"tmin": -0.54,
"prcp": 19.2,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.28676,
"ndviCount": 7385,
"ndwi": -0.19295,
"ndwiCount": 7385,
"lstd": 21.18,
"lstn": -2.13,
"tmax": 17.49,
"tmin": 5.58,
"prcp": 27.93,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.30764,
"ndviCount": 7385,
"ndwi": -0.18225,
"ndwiCount": 7385,
"lstd": 26.33,
"lstn": 2.38,
"tmax": 15.61,
"tmin": 5.7,
"prcp": 25.43,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.27274,
"ndviCount": 2889,
"ndwi": -0.18624,
"ndwiCount": 2889,
"lstd": null,
"lstn": null,
"tmax": 14.18,
"tmin": 1.1,
"prcp": 5.12,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.27704,
"ndviCount": 2889,
"ndwi": -0.18291,
"ndwiCount": 2889,
"lstd": 13.91,
"lstn": -2.27,
"tmax": 10.01,
"tmin": -1.34,
"prcp": 20.47,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.29424,
"ndviCount": 2889,
"ndwi": -0.17606,
"ndwiCount": 2889,
"lstd": 22.76,
"lstn": -0.26,
"tmax": 19.09,
"tmin": 6.04,
"prcp": 42.12,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.33939,
"ndviCount": 2889,
"ndwi": -0.13141,
"ndwiCount": 2889,
"lstd": 23.34,
"lstn": 3.5,
"tmax": 14.45,
"tmin": 5.76,
"prcp": 21.72,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22754,
"ndviCount": 17545,
"ndwi": -0.29622,
"ndwiCount": 17545,
"lstd": null,
"lstn": null,
"tmax": 12.03,
"tmin": -1.47,
"prcp": 10.63,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24055,
"ndviCount": 17545,
"ndwi": -0.27969,
"ndwiCount": 17545,
"lstd": 23.65,
"lstn": -6.48,
"tmax": 7.99,
"tmin": -3.96,
"prcp": 23.38,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24274,
"ndviCount": 17545,
"ndwi": -0.31106,
"ndwiCount": 17545,
"lstd": 26.92,
"lstn": -0.14,
"tmax": 15.48,
"tmin": 2.58,
"prcp": 31.5,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25346,
"ndviCount": 17545,
"ndwi": -0.30676,
"ndwiCount": 17545,
"lstd": 29.52,
"lstn": 2.79,
"tmax": 14.03,
"tmin": 4.36,
"prcp": 29.73,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22874,
"ndviCount": 9860,
"ndwi": -0.25848,
"ndwiCount": 9860,
"lstd": null,
"lstn": null,
"tmax": 12.63,
"tmin": -2.29,
"prcp": 53.25,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.23845,
"ndviCount": 9860,
"ndwi": -0.25919,
"ndwiCount": 9860,
"lstd": 19.43,
"lstn": -6.15,
"tmax": 6.57,
"tmin": -4,
"prcp": 13.85,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.19829,
"ndviCount": 9860,
"ndwi": -0.24051,
"ndwiCount": 9860,
"lstd": 18.53,
"lstn": -2.74,
"tmax": 12.14,
"tmin": -0.09,
"prcp": 41.3,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.24118,
"ndviCount": 9860,
"ndwi": -0.2863,
"ndwiCount": 9860,
"lstd": 26.53,
"lstn": 1.96,
"tmax": 13.73,
"tmin": 3.97,
"prcp": 12.45,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.245,
"ndviCount": 5424,
"ndwi": -0.18755,
"ndwiCount": 5424,
"lstd": null,
"lstn": null,
"tmax": 13.2,
"tmin": -0.56,
"prcp": 9.19,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24708,
"ndviCount": 5424,
"ndwi": -0.18806,
"ndwiCount": 5424,
"lstd": 20.51,
"lstn": -3.58,
"tmax": 10.43,
"tmin": -0.56,
"prcp": 18.55,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.19544,
"ndviCount": 5418,
"ndwi": -0.13772,
"ndwiCount": 5424,
"lstd": 13.43,
"lstn": -0.53,
"tmax": 15.4,
"tmin": 5.28,
"prcp": 12.45,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.26524,
"ndviCount": 5424,
"ndwi": -0.18574,
"ndwiCount": 5424,
"lstd": 24.89,
"lstn": 0.51,
"tmax": 16.74,
"tmin": 5.29,
"prcp": 29.76,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.20787,
"ndviCount": 15537,
"ndwi": -0.1809,
"ndwiCount": 15537,
"lstd": null,
"lstn": null,
"tmax": 14.58,
"tmin": -0.93,
"prcp": 1.97,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.21296,
"ndviCount": 15537,
"ndwi": -0.19486,
"ndwiCount": 15537,
"lstd": 23.56,
"lstn": -6.1,
"tmax": 12.63,
"tmin": -2.95,
"prcp": 6.77,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.22125,
"ndviCount": 15537,
"ndwi": -0.19298,
"ndwiCount": 15537,
"lstd": 28.38,
"lstn": -0.64,
"tmax": 18.93,
"tmin": 3.68,
"prcp": 14.93,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2419,
"ndviCount": 15537,
"ndwi": -0.18291,
"ndwiCount": 15537,
"lstd": 25.5,
"lstn": 5.84,
"tmax": 14.95,
"tmin": 6.18,
"prcp": 35.5,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.24317,
"ndviCount": 9181,
"ndwi": -0.25037,
"ndwiCount": 9181,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24923,
"ndviCount": 9181,
"ndwi": -0.24206,
"ndwiCount": 9181,
"lstd": 19.47,
"lstn": -5.41,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.24949,
"ndviCount": 9181,
"ndwi": -0.25012,
"ndwiCount": 9181,
"lstd": 16.19,
"lstn": 2.78,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.2489,
"ndviCount": 9181,
"ndwi": -0.26339,
"ndwiCount": 9181,
"lstd": 24.81,
"lstn": 1.08,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2022-05-17T00:00:00-05:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2022-04-07",
"endDate": "2022-04-14",
"ndvi": 0.22824,
"ndviCount": 16136,
"ndwi": -0.29112,
"ndwiCount": 16136,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 13.5,
"updatedAt": "2022-04-27T00:00:00-05:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2022-04-15",
"endDate": "2022-04-22",
"ndvi": 0.24485,
"ndviCount": 16136,
"ndwi": -0.27767,
"ndwiCount": 16136,
"lstd": 22.73,
"lstn": -7.36,
"tmax": null,
"tmin": null,
"prcp": 13.5,
"updatedAt": "2022-05-02T00:00:00-05:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2022-04-23",
"endDate": "2022-04-30",
"ndvi": 0.23235,
"ndviCount": 16136,
"ndwi": -0.28915,
"ndwiCount": 16136,
"lstd": 21.67,
"lstn": -1.51,
"tmax": null,
"tmin": null,
"prcp": 40.1,
"updatedAt": "2022-05-09T00:00:00-05:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2022-05-01",
"endDate": "2022-05-08",
"ndvi": 0.25076,
"ndviCount": 16136,
"ndwi": -0.2942,
"ndwiCount": 16136,
"lstd": 28.22,
"lstn": 2.05,
"tmax": null,
"tmin": null,
"prcp": 22.1,
"updatedAt": "2022-05-17T00:00:00-05:00"
}
]
}
GET
GET https://ondemand.websol.barchart.com/getCropFactors.xml?apikey=YOUR_API_KEY&countyCode=19041%2C17019&stateCode=19%2C17&startDate=20220401&endDate=20220531&fields=ndviCount%2CndwiCount
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getCropFactors.xml
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&countyCode=19041%2C17019&stateCode=19%2C17&startDate=20220401&endDate=20220531&fields=ndviCount%2CndwiCount
Response
<?xml version="1.0" encoding="utf-8"?>
<getCropFactors>
<status>
<code>200</code>
<message>Success.</message>
</status>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.33341</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.1429</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.41</tmax>
<tmin>2.75</tmin>
<prcp>15.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.31207</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.15198</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>19.69</lstd>
<lstn>-1.54</lstn>
<tmax>13.76</tmax>
<tmin>4.16</tmin>
<prcp>41.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.34398</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.13463</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>23.57</lstd>
<lstn>1.49</lstn>
<tmax>20.16</tmax>
<tmin>8.89</tmin>
<prcp>19.9</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.38668</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.099</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>23.74</lstd>
<lstn>5.55</lstn>
<tmax>17.36</tmax>
<tmin>8.41</tmin>
<prcp>37.55</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.42849</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>0.0655</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>18.99</tmax>
<tmin>6.58</tmin>
<prcp>104.4</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.4323</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>0.03478</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>21.19</lstd>
<lstn>6.34</lstn>
<tmax>16.56</tmax>
<tmin>7.99</tmin>
<prcp>35.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.43946</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>0.03307</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>24.41</lstd>
<lstn>10.38</lstn>
<tmax>23.51</tmax>
<tmin>12.4</tmin>
<prcp>17.95</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.42152</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>0.04443</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>26.3</lstd>
<lstn>10.55</lstn>
<tmax>21.98</tmax>
<tmin>11.73</tmin>
<prcp>27.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.40404</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>0.02165</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.38921</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.06234</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>21.95</lstd>
<lstn>0.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.43966</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.00017</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>22.76</lstd>
<lstn>3.91</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.42366</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>0.04859</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>23.3</lstd>
<lstn>6.92</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26634</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>-0.21135</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.13</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2757</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>-0.20552</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>18.71</lstd>
<lstn>-3.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.15</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.17135</ndvi>
<ndviCount>5116</ndviCount>
<ndwi>-0.093</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>16.74</lstd>
<lstn>2.87</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>30.75</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29336</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>-0.1789</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>22.86</lstd>
<lstn>1.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>56.8</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.31792</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.14771</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.3065</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.15443</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>18.83</lstd>
<lstn>-2.14</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.33514</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.13212</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>24.43</lstd>
<lstn>0.68</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.35695</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.11938</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>23.81</lstd>
<lstn>2.31</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27881</ndvi>
<ndviCount>21024</ndviCount>
<ndwi>-0.22239</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>17.54</tmax>
<tmin>3.1</tmin>
<prcp>16.18</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2748</ndvi>
<ndviCount>21023</ndviCount>
<ndwi>-0.21408</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>18.7</lstd>
<lstn>-3.22</lstn>
<tmax>20.55</tmax>
<tmin>8.9</tmin>
<prcp>26.84</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28213</ndvi>
<ndviCount>21024</ndviCount>
<ndwi>-0.2187</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>19.84</lstd>
<lstn>2.9</lstn>
<tmax>20.45</tmax>
<tmin>10.88</tmin>
<prcp>13.78</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30915</ndvi>
<ndviCount>21024</ndviCount>
<ndwi>-0.2116</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>23.77</lstd>
<lstn>3.61</lstn>
<tmax>14.73</tmax>
<tmin>6.4</tmin>
<prcp>25.53</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.38837</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.03825</ndwi>
<ndwiCount>844</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.8</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.38779</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.0527</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>18.47</lstd>
<lstn>1</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>31.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.41703</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.01625</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>22.04</lstd>
<lstn>5.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>36.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.42214</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.00217</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>22.68</lstd>
<lstn>6.6</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>72.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26768</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>-0.19232</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.1</tmax>
<tmin>0.76</tmin>
<prcp>23.93</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27423</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>-0.18882</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>20.11</lstd>
<lstn>-4.42</lstn>
<tmax>10.26</tmax>
<tmin>0.48</tmin>
<prcp>16.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26098</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>-0.17908</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>19.42</lstd>
<lstn>3.51</lstn>
<tmax>16.45</tmax>
<tmin>4.73</tmin>
<prcp>41.23</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28979</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>-0.17819</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>24.8</lstd>
<lstn>1.8</lstn>
<tmax>15.23</tmax>
<tmin>5.28</tmin>
<prcp>33.2</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29667</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.19212</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>61.25</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28591</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.21195</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>20.9</lstd>
<lstn>-1.9</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30165</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.19972</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>26.59</lstd>
<lstn>0.49</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.3166</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.19091</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>23.99</lstd>
<lstn>5.33</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>51.2</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28887</ndvi>
<ndviCount>29204</ndviCount>
<ndwi>-0.23075</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.41</tmax>
<tmin>2.38</tmin>
<prcp>27.51</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27831</ndvi>
<ndviCount>29204</ndviCount>
<ndwi>-0.24769</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>19.4</lstd>
<lstn>-2.26</lstn>
<tmax>14.73</tmax>
<tmin>3.23</tmin>
<prcp>12.99</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30762</ndvi>
<ndviCount>29204</ndviCount>
<ndwi>-0.23133</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>21.75</lstd>
<lstn>7.1</lstn>
<tmax>20.72</tmax>
<tmin>7.55</tmin>
<prcp>17.09</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32055</ndvi>
<ndviCount>29204</ndviCount>
<ndwi>-0.22964</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>22.58</lstd>
<lstn>4.42</lstn>
<tmax>17.06</tmax>
<tmin>7.52</tmin>
<prcp>46.99</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.32516</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.2031</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.64</tmax>
<tmin>2.99</tmin>
<prcp>23.48</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30467</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.22434</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>18.73</lstd>
<lstn>-2.23</lstn>
<tmax>14.45</tmax>
<tmin>3.3</tmin>
<prcp>11.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.33817</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.19788</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>22.19</lstd>
<lstn>4.8</lstn>
<tmax>20.45</tmax>
<tmin>9.45</tmin>
<prcp>24.38</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.3535</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.19366</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>22.05</lstd>
<lstn>4.27</lstn>
<tmax>17.74</tmax>
<tmin>8.09</tmin>
<prcp>47.18</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.33947</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.03834</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.1</tmax>
<tmin>3.49</tmin>
<prcp>26.6</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.32591</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.11569</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>17</lstd>
<lstn>-0.84</lstn>
<tmax>15.91</tmax>
<tmin>3.33</tmin>
<prcp>13</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.33856</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.10662</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>23.28</lstd>
<lstn>7.84</lstn>
<tmax>22.44</tmax>
<tmin>9.58</tmin>
<prcp>26.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36077</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.03231</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>21.14</lstd>
<lstn>7.93</lstn>
<tmax>19.88</tmax>
<tmin>8.61</tmin>
<prcp>36.95</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.41374</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>0.0517</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.94</tmax>
<tmin>3</tmin>
<prcp>45.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.39592</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>-0.05039</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>21.08</lstd>
<lstn>1.39</lstn>
<tmax>14.73</tmax>
<tmin>3.61</tmin>
<prcp>12.58</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.40641</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>-0.04909</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>24.73</lstd>
<lstn>7.55</lstn>
<tmax>23.4</tmax>
<tmin>8.69</tmin>
<prcp>13.53</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.42122</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>0.04005</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>24.14</lstd>
<lstn>7.17</lstn>
<tmax>20.36</tmax>
<tmin>9.31</tmin>
<prcp>23.43</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.44319</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>0.10574</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>38.1</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.43157</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>0.01769</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>20.75</lstd>
<lstn>1.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>3.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.46495</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>0.01768</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>23.75</lstd>
<lstn>4.83</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.44611</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>0.07527</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>24.14</lstd>
<lstn>7.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.3</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30512</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>-0.18012</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.4</tmax>
<tmin>4.35</tmin>
<prcp>23.98</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28925</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>-0.22025</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd>20.97</lstd>
<lstn>-1.67</lstn>
<tmax>16.74</tmax>
<tmin>5.24</tmin>
<prcp>11.78</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.3</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>-0.21473</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd>25.22</lstd>
<lstn>7.55</lstn>
<tmax>20.91</tmax>
<tmin>9.8</tmin>
<prcp>16.67</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33322</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>-0.21354</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd>22.52</lstd>
<lstn>5.5</lstn>
<tmax>18.66</tmax>
<tmin>9.36</tmin>
<prcp>35.04</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28901</ndvi>
<ndviCount>124</ndviCount>
<ndwi>-0.13587</ndwi>
<ndwiCount>124</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.36</tmax>
<tmin>2.76</tmin>
<prcp>20.42</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29774</ndvi>
<ndviCount>124</ndviCount>
<ndwi>-0.11979</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>22.47</lstd>
<lstn>-2.26</lstn>
<tmax>10.9</tmax>
<tmin>3.36</tmin>
<prcp>13.73</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24766</ndvi>
<ndviCount>124</ndviCount>
<ndwi>-0.05998</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>15.73</lstd>
<lstn>5.53</lstn>
<tmax>15.85</tmax>
<tmin>6.7</tmin>
<prcp>29.28</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.34159</ndvi>
<ndviCount>124</ndviCount>
<ndwi>-0.06833</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>20.1</lstd>
<lstn>6.88</lstn>
<tmax>13.34</tmax>
<tmin>7.27</tmin>
<prcp>69.29</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.37551</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>0.00479</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.2</tmax>
<tmin>3.33</tmin>
<prcp>41.25</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.36115</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>-0.08715</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>19.17</lstd>
<lstn>-0.1</lstn>
<tmax>15.16</tmax>
<tmin>3.01</tmin>
<prcp>8.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.37559</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>-0.07268</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>24.51</lstd>
<lstn>7.33</lstn>
<tmax>21.51</tmax>
<tmin>9.67</tmin>
<prcp>22.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.39209</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>0.00208</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>23.07</lstd>
<lstn>8.55</lstn>
<tmax>21.22</tmax>
<tmin>9.66</tmin>
<prcp>34.75</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.32848</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.04103</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.8</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.31763</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.12113</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>19.61</lstd>
<lstn>-1.06</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.7</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.33267</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.1169</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>22.85</lstd>
<lstn>8.02</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36748</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.02081</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>22.04</lstd>
<lstn>6.95</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28066</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>-0.23979</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.44</tmax>
<tmin>0.6</tmin>
<prcp>20.26</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2772</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>-0.23246</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>18.38</lstd>
<lstn>-3.69</lstn>
<tmax>10.14</tmax>
<tmin>1.01</tmin>
<prcp>19.96</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.2242</ndvi>
<ndviCount>17102</ndviCount>
<ndwi>-0.17559</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>17.07</lstd>
<lstn>3.46</lstn>
<tmax>15.51</tmax>
<tmin>5.01</tmin>
<prcp>25.9</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29757</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>-0.22557</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>22.42</lstd>
<lstn>2.12</lstn>
<tmax>13.8</tmax>
<tmin>5.48</tmin>
<prcp>36.13</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2946</ndvi>
<ndviCount>11353</ndviCount>
<ndwi>-0.24562</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.03</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28271</ndvi>
<ndviCount>11353</ndviCount>
<ndwi>-0.24317</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>16.84</lstd>
<lstn>-2.63</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.43</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30322</ndvi>
<ndviCount>11353</ndviCount>
<ndwi>-0.23551</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>20.19</lstd>
<lstn>6.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.18</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32152</ndvi>
<ndviCount>11353</ndviCount>
<ndwi>-0.2302</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>22.23</lstd>
<lstn>3.25</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>48.23</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29558</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.21506</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.85</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27995</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.24934</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd>19.93</lstd>
<lstn>-2.09</lstn>
<tmax>22.2</tmax>
<tmin>11.7</tmin>
<prcp>10.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30707</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.23558</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd>24.34</lstd>
<lstn>7.4</lstn>
<tmax>20.71</tmax>
<tmin>8.81</tmin>
<prcp>22.6</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32715</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.23704</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd>23.02</lstd>
<lstn>4.26</lstn>
<tmax>15.9</tmax>
<tmin>9.63</tmin>
<prcp>26.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29587</ndvi>
<ndviCount>74</ndviCount>
<ndwi>-0.21556</ndwi>
<ndwiCount>74</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.98</tmax>
<tmin>1.51</tmin>
<prcp>20.03</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30578</ndvi>
<ndviCount>74</ndviCount>
<ndwi>-0.22247</ndwi>
<ndwiCount>74</ndwiCount>
<lstd>16.25</lstd>
<lstn>-3.5</lstn>
<tmax>10.68</tmax>
<tmin>2.25</tmin>
<prcp>16.57</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.2744</ndvi>
<ndviCount>74</ndviCount>
<ndwi>-0.07473</ndwi>
<ndwiCount>74</ndwiCount>
<lstd>12.75</lstd>
<lstn>5.81</lstn>
<tmax>16.28</tmax>
<tmin>6.21</tmin>
<prcp>27.83</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.34322</ndvi>
<ndviCount>74</ndviCount>
<ndwi>-0.16039</ndwi>
<ndwiCount>74</ndwiCount>
<lstd>19.74</lstd>
<lstn>3.09</lstn>
<tmax>13.95</tmax>
<tmin>6.3</tmin>
<prcp>79.81</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30461</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.18157</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.58</tmax>
<tmin>2.23</tmin>
<prcp>24.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29104</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.2142</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>17.41</lstd>
<lstn>-1.83</lstn>
<tmax>14.71</tmax>
<tmin>2.01</tmin>
<prcp>10.9</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.3117</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.20358</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>24.81</lstd>
<lstn>5.83</lstn>
<tmax>21.04</tmax>
<tmin>8.54</tmin>
<prcp>22.32</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32027</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.20988</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>22.15</lstd>
<lstn>6.12</lstn>
<tmax>18.96</tmax>
<tmin>7.49</tmin>
<prcp>32.63</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.44266</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>0.07143</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>66.5</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.43559</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>-0.00224</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>19.22</lstd>
<lstn>1.13</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.15</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.4427</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>-0.018</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>25.07</lstd>
<lstn>8.02</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>41.2</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.41132</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>0.04729</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>26.02</lstd>
<lstn>8.82</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.6</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.35233</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>-0.01292</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.33</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.33888</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>-0.09802</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>20.75</lstd>
<lstn>-0.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>12.59</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.35646</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>-0.08599</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>23.11</lstd>
<lstn>8.61</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.33</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.37728</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>0.02199</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>21.98</lstd>
<lstn>7.11</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>50.52</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.36949</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>0.00811</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.88</tmax>
<tmin>2.99</tmin>
<prcp>29.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.35693</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>-0.07939</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>21.15</lstd>
<lstn>0.43</lstn>
<tmax>14.09</tmax>
<tmin>2.69</tmin>
<prcp>16.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.38029</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>-0.06356</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>22.79</lstd>
<lstn>7.42</lstn>
<tmax>20.4</tmax>
<tmin>9.3</tmin>
<prcp>12.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.40617</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>0.04017</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>22.68</lstd>
<lstn>6.98</lstn>
<tmax>17.7</tmax>
<tmin>8.18</tmin>
<prcp>37</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.276</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>-0.24515</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.7</tmax>
<tmin>1.5</tmin>
<prcp>21.57</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26864</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>-0.26014</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>22.03</lstd>
<lstn>-3.24</lstn>
<tmax>10.55</tmax>
<tmin>-1.4</tmin>
<prcp>13.1</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29263</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>-0.24797</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>21.34</lstd>
<lstn>7.32</lstn>
<tmax>23.9</tmax>
<tmin>3.85</tmin>
<prcp>15.37</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31186</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>-0.22617</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>23.04</lstd>
<lstn>3.66</lstn>
<tmax>15.77</tmax>
<tmin>6.33</tmin>
<prcp>38.93</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.51349</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>0.13722</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.68</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.51929</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>0.15158</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>20.53</lstd>
<lstn>2.58</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>41.47</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.52251</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>0.08462</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>24.37</lstd>
<lstn>9.14</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>31.42</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.55494</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>0.18395</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>25.06</lstd>
<lstn>8.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>40.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.3026</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.17694</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.93</tmax>
<tmin>1.34</tmin>
<prcp>18.43</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30726</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.16092</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>17.71</lstd>
<lstn>-2.39</lstn>
<tmax>11.04</tmax>
<tmin>0.69</tmin>
<prcp>20.78</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31815</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.16313</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>22.13</lstd>
<lstn>0.19</lstn>
<tmax>18.75</tmax>
<tmin>6.66</tmin>
<prcp>8.72</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33905</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.14959</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>23.89</lstd>
<lstn>3.45</lstn>
<tmax>15.08</tmax>
<tmin>6.39</tmin>
<prcp>30.18</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.35734</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.01088</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.35448</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.01782</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>21.76</lstd>
<lstn>0.71</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.34952</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.05874</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>24.89</lstd>
<lstn>8.34</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36625</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.01754</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>26.76</lstd>
<lstn>8.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.33467</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.14073</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.5</tmax>
<tmin>2.79</tmin>
<prcp>24.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.32826</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.1473</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>17.58</lstd>
<lstn>-0.65</lstn>
<tmax>13.54</tmax>
<tmin>2.84</tmin>
<prcp>37.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.34931</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.1299</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>24.98</lstd>
<lstn>3.44</lstn>
<tmax>20.69</tmax>
<tmin>9.39</tmin>
<prcp>26.2</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36549</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.09757</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>22.71</lstd>
<lstn>4.79</lstn>
<tmax>17.49</tmax>
<tmin>8.33</tmin>
<prcp>54.3</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28409</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>-0.2477</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.41</tmax>
<tmin>2.79</tmin>
<prcp>16.99</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27759</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>-0.26131</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>20.43</lstd>
<lstn>-2.74</lstn>
<tmax>11.89</tmax>
<tmin>2.15</tmin>
<prcp>17.3</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27986</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>-0.23156</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>20.26</lstd>
<lstn>7.11</lstn>
<tmax>17.29</tmax>
<tmin>7.71</tmin>
<prcp>13.63</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30805</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>-0.22521</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>22.95</lstd>
<lstn>5.23</lstn>
<tmax>14.74</tmax>
<tmin>7.15</tmin>
<prcp>69.26</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.3976</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>0.07416</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>44.85</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.39582</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>0.06824</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>19.69</lstd>
<lstn>1.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>31.45</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.40781</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>-0.00318</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>24.78</lstd>
<lstn>8</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.42</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.40237</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>0.01191</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>25.07</lstd>
<lstn>8.49</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.43</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30896</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.18001</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.24</tmax>
<tmin>2.75</tmin>
<prcp>17.2</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29285</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.19715</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>17.32</lstd>
<lstn>-1.56</lstn>
<tmax>11.39</tmax>
<tmin>1.33</tmin>
<prcp>24.1</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31527</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.1857</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>21.62</lstd>
<lstn>0.32</lstn>
<tmax>19.43</tmax>
<tmin>6.95</tmin>
<prcp>18.15</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.34851</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.16673</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>23.97</lstd>
<lstn>4.6</lstn>
<tmax>16.05</tmax>
<tmin>6.91</tmin>
<prcp>26.87</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.52074</ndvi>
<ndviCount>69</ndviCount>
<ndwi>0.09693</ndwi>
<ndwiCount>69</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>17.63</tmax>
<tmin>4.5</tmin>
<prcp>61.8</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.52988</ndvi>
<ndviCount>69</ndviCount>
<ndwi>0.09175</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>22.29</lstd>
<lstn>5.31</lstn>
<tmax>15.63</tmax>
<tmin>4.64</tmin>
<prcp>38.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.51005</ndvi>
<ndviCount>69</ndviCount>
<ndwi>0.07511</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>24.36</lstd>
<lstn>10.66</lstn>
<tmax>23.2</tmax>
<tmin>9.09</tmin>
<prcp>17.8</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.58491</ndvi>
<ndviCount>69</ndviCount>
<ndwi>0.21388</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>26.41</lstd>
<lstn>9.07</lstn>
<tmax>21.11</tmax>
<tmin>9.58</tmin>
<prcp>24.3</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28346</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>-0.19595</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.27</tmax>
<tmin>2.87</tmin>
<prcp>16.5</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2914</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>-0.17039</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd>14.56</lstd>
<lstn>-2.65</lstn>
<tmax>11.54</tmax>
<tmin>2.03</tmin>
<prcp>28.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29576</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>-0.19551</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd>23</lstd>
<lstn>-0.22</lstn>
<tmax>19.15</tmax>
<tmin>7.23</tmin>
<prcp>16.25</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32358</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>-0.18193</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd>24.88</lstd>
<lstn>4.25</lstn>
<tmax>17.43</tmax>
<tmin>7.36</tmin>
<prcp>26.3</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26346</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>-0.19735</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.99</tmax>
<tmin>0.96</tmin>
<prcp>17.05</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26684</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>-0.1844</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>20.96</lstd>
<lstn>-3.48</lstn>
<tmax>11.22</tmax>
<tmin>1.53</tmin>
<prcp>27.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.2724</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>-0.20829</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>20.32</lstd>
<lstn>4.39</lstn>
<tmax>18.02</tmax>
<tmin>6.11</tmin>
<prcp>14.42</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29447</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>-0.1938</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>25.35</lstd>
<lstn>3.37</lstn>
<tmax>14.79</tmax>
<tmin>6.77</tmin>
<prcp>27.1</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28358</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>-0.24363</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.63</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27266</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>-0.26167</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd>21.18</lstd>
<lstn>-2.82</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.67</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29545</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>-0.23521</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd>21.17</lstd>
<lstn>6.28</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.15</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31667</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>-0.22518</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd>23.42</lstd>
<lstn>3.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>41.07</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.45249</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>0.0457</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>18.23</tmax>
<tmin>5.53</tmin>
<prcp>34.14</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.45978</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>0.07155</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>20.9</lstd>
<lstn>1.57</lstn>
<tmax>16.87</tmax>
<tmin>4.14</tmin>
<prcp>25.79</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.44719</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>0.00175</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>24.73</lstd>
<lstn>6.95</lstn>
<tmax>23.03</tmax>
<tmin>8.94</tmin>
<prcp>23.59</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.47198</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>0.07969</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>25.21</lstd>
<lstn>9.8</lstn>
<tmax>20.59</tmax>
<tmin>9.89</tmin>
<prcp>37.42</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.35888</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.0065</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.31</tmax>
<tmin>4.59</tmin>
<prcp>28.65</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.34321</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.10499</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>19.73</lstd>
<lstn>1.1</lstn>
<tmax>15.98</tmax>
<tmin>5.98</tmin>
<prcp>7.97</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.35213</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.10438</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>23.99</lstd>
<lstn>7.44</lstn>
<tmax>21.33</tmax>
<tmin>10.21</tmin>
<prcp>18.58</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.37815</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.01628</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>22.78</lstd>
<lstn>7.83</lstn>
<tmax>18.9</tmax>
<tmin>9.73</tmin>
<prcp>34.18</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.4996</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>0.11108</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>17.03</tmax>
<tmin>3.68</tmin>
<prcp>41.28</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.49557</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>0.07356</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>21.01</lstd>
<lstn>1.08</lstn>
<tmax>15.96</tmax>
<tmin>3.69</tmin>
<prcp>23.88</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.49244</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>0.03863</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>24.42</lstd>
<lstn>7.9</lstn>
<tmax>23.06</tmax>
<tmin>9.28</tmin>
<prcp>37.59</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.53339</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>0.14805</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>24.62</lstd>
<lstn>8.99</lstn>
<tmax>19.59</tmax>
<tmin>8.76</tmin>
<prcp>39.59</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.37333</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.07273</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.61</tmax>
<tmin>2.99</tmin>
<prcp>27.4</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.37196</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.08236</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>18.48</lstd>
<lstn>-0.19</lstn>
<tmax>14.53</tmax>
<tmin>3.13</tmin>
<prcp>26.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.40618</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.04545</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>23.75</lstd>
<lstn>6.85</lstn>
<tmax>21.45</tmax>
<tmin>10.15</tmin>
<prcp>73.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.40612</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.02261</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>22.92</lstd>
<lstn>5.41</lstn>
<tmax>17.58</tmax>
<tmin>8.89</tmin>
<prcp>81.1</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26601</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>-0.17691</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.36</tmax>
<tmin>0.04</tmin>
<prcp>15.88</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27603</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>-0.18127</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd>21.31</lstd>
<lstn>-4.23</lstn>
<tmax>9.03</tmax>
<tmin>-0.11</tmin>
<prcp>23.92</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27016</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>-0.1353</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd>17.91</lstd>
<lstn>6.01</lstn>
<tmax>15.53</tmax>
<tmin>4.87</tmin>
<prcp>39.59</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29329</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>-0.16264</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd>27.37</lstd>
<lstn>1.67</lstn>
<tmax>14.87</tmax>
<tmin>4.8</tmin>
<prcp>25.41</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.60016</ndvi>
<ndviCount>195</ndviCount>
<ndwi>0.17111</ndwi>
<ndwiCount>195</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.5</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.59487</ndvi>
<ndviCount>195</ndviCount>
<ndwi>0.15123</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>20.45</lstd>
<lstn>4.72</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.61824</ndvi>
<ndviCount>195</ndviCount>
<ndwi>0.17203</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>24.7</lstd>
<lstn>8.92</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.51254</ndvi>
<ndviCount>195</ndviCount>
<ndwi>0.17781</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>25.96</lstd>
<lstn>10</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.6</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2801</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>-0.21103</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.27</tmax>
<tmin>0.83</tmin>
<prcp>21.13</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27939</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>-0.20579</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd>18.18</lstd>
<lstn>-2.99</lstn>
<tmax>10.31</tmax>
<tmin>1.55</tmin>
<prcp>19.17</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.19517</ndvi>
<ndviCount>5285</ndviCount>
<ndwi>-0.11163</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd>15.77</lstd>
<lstn>5.38</lstn>
<tmax>15.65</tmax>
<tmin>5.9</tmin>
<prcp>30.63</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29853</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>-0.19587</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd>22.04</lstd>
<lstn>2.27</lstn>
<tmax>14.08</tmax>
<tmin>6.03</tmin>
<prcp>46.1</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28865</ndvi>
<ndviCount>16528</ndviCount>
<ndwi>-0.22592</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.75</tmax>
<tmin>1.48</tmin>
<prcp>12.66</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28077</ndvi>
<ndviCount>16528</ndviCount>
<ndwi>-0.23498</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>20.74</lstd>
<lstn>-3.25</lstn>
<tmax>10.96</tmax>
<tmin>1.41</tmin>
<prcp>11.17</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28715</ndvi>
<ndviCount>16523</ndviCount>
<ndwi>-0.18817</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>19.34</lstd>
<lstn>3.95</lstn>
<tmax>17.29</tmax>
<tmin>6.69</tmin>
<prcp>7.05</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32535</ndvi>
<ndviCount>16528</ndviCount>
<ndwi>-0.19467</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>21.38</lstd>
<lstn>5.35</lstn>
<tmax>15.35</tmax>
<tmin>8.13</tmin>
<prcp>42.27</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29499</ndvi>
<ndviCount>6397</ndviCount>
<ndwi>-0.22499</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>22.6</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28095</ndvi>
<ndviCount>6397</ndviCount>
<ndwi>-0.23712</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>21.22</lstd>
<lstn>-2.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.3</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25069</ndvi>
<ndviCount>6395</ndviCount>
<ndwi>-0.1634</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>18.05</lstd>
<lstn>4.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.28</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31822</ndvi>
<ndviCount>6397</ndviCount>
<ndwi>-0.19328</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>21</lstd>
<lstn>4.87</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>79.13</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27163</ndvi>
<ndviCount>11616</ndviCount>
<ndwi>-0.19648</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.73</tmax>
<tmin>1.52</tmin>
<prcp>16.88</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27745</ndvi>
<ndviCount>11616</ndviCount>
<ndwi>-0.17513</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>18.77</lstd>
<lstn>-4.03</lstn>
<tmax>10.93</tmax>
<tmin>1</tmin>
<prcp>31.54</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.285</ndvi>
<ndviCount>11616</ndviCount>
<ndwi>-0.19827</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>22.22</lstd>
<lstn>1.23</lstn>
<tmax>18.74</tmax>
<tmin>6.53</tmin>
<prcp>14.34</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30587</ndvi>
<ndviCount>11616</ndviCount>
<ndwi>-0.1877</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>24.85</lstd>
<lstn>4.24</lstn>
<tmax>15.08</tmax>
<tmin>7.06</tmin>
<prcp>30.76</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26256</ndvi>
<ndviCount>218</ndviCount>
<ndwi>-0.16015</ndwi>
<ndwiCount>218</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.56</tmax>
<tmin>1.15</tmin>
<prcp>21.21</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2661</ndvi>
<ndviCount>218</ndviCount>
<ndwi>-0.17003</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>17.27</lstd>
<lstn>-3.49</lstn>
<tmax>9.26</tmax>
<tmin>1.06</tmin>
<prcp>16.54</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.18666</ndvi>
<ndviCount>218</ndviCount>
<ndwi>-0.01606</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>20.38</lstd>
<lstn>-3.87</lstn>
<tmax>13.46</tmax>
<tmin>4.15</tmin>
<prcp>42.71</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28537</ndvi>
<ndviCount>218</ndviCount>
<ndwi>-0.13069</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>19.36</lstd>
<lstn>2.61</lstn>
<tmax>12.51</tmax>
<tmin>4.96</tmin>
<prcp>56.52</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29327</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>-0.24988</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.43</tmax>
<tmin>1.46</tmin>
<prcp>18.4</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28413</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>-0.25244</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>20.11</lstd>
<lstn>-3.27</lstn>
<tmax>12.78</tmax>
<tmin>1.48</tmin>
<prcp>19.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29067</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>-0.23677</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>19.32</lstd>
<lstn>6.17</lstn>
<tmax>18.52</tmax>
<tmin>6.52</tmin>
<prcp>11.93</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31747</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>-0.23322</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>21.83</lstd>
<lstn>4.65</lstn>
<tmax>14.42</tmax>
<tmin>6.26</tmin>
<prcp>40.34</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.42244</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>0.02741</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.9</tmax>
<tmin>3.73</tmin>
<prcp>39.5</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.40681</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>-0.05675</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>19.83</lstd>
<lstn>0.38</lstn>
<tmax>15.74</tmax>
<tmin>4.83</tmin>
<prcp>7.13</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.41123</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>-0.05304</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>24.97</lstd>
<lstn>8</lstn>
<tmax>23.16</tmax>
<tmin>10.83</tmin>
<prcp>75.67</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.3875</ndvi>
<ndviCount>5143</ndviCount>
<ndwi>0.01936</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>26.57</lstd>
<lstn>9.51</lstn>
<tmax>19.9</tmax>
<tmin>9.9</tmin>
<prcp>19.37</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28728</ndvi>
<ndviCount>19856</ndviCount>
<ndwi>-0.24384</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.99</tmax>
<tmin>1.24</tmin>
<prcp>16.08</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28115</ndvi>
<ndviCount>19855</ndviCount>
<ndwi>-0.23084</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd>19</lstd>
<lstn>-4.11</lstn>
<tmax>10.14</tmax>
<tmin>-0.21</tmin>
<prcp>21.18</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26158</ndvi>
<ndviCount>19856</ndviCount>
<ndwi>-0.20624</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd>19.44</lstd>
<lstn>4.54</lstn>
<tmax>16.39</tmax>
<tmin>4.69</tmin>
<prcp>40.43</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30759</ndvi>
<ndviCount>19856</ndviCount>
<ndwi>-0.22444</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd>23.19</lstd>
<lstn>2.18</lstn>
<tmax>13.74</tmax>
<tmin>5.66</tmin>
<prcp>39.25</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28121</ndvi>
<ndviCount>32172</ndviCount>
<ndwi>-0.26433</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.96</tmax>
<tmin>0.35</tmin>
<prcp>13.59</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28408</ndvi>
<ndviCount>32172</ndviCount>
<ndwi>-0.26126</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>22.12</lstd>
<lstn>-3.31</lstn>
<tmax>11.05</tmax>
<tmin>-0.07</tmin>
<prcp>13.96</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29301</ndvi>
<ndviCount>32172</ndviCount>
<ndwi>-0.26228</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>22.06</lstd>
<lstn>5.95</lstn>
<tmax>18.05</tmax>
<tmin>5.83</tmin>
<prcp>9.52</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31025</ndvi>
<ndviCount>32172</ndviCount>
<ndwi>-0.23607</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>22.58</lstd>
<lstn>4.85</lstn>
<tmax>15.19</tmax>
<tmin>7.09</tmin>
<prcp>64.76</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30059</ndvi>
<ndviCount>18316</ndviCount>
<ndwi>-0.22046</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.95</tmax>
<tmin>1.51</tmin>
<prcp>12.34</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28348</ndvi>
<ndviCount>18316</ndviCount>
<ndwi>-0.23761</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>18.31</lstd>
<lstn>-2.66</lstn>
<tmax>14.99</tmax>
<tmin>4.04</tmin>
<prcp>20.32</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30919</ndvi>
<ndviCount>18316</ndviCount>
<ndwi>-0.21936</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>24.39</lstd>
<lstn>3.95</lstn>
<tmax>20.21</tmax>
<tmin>8.39</tmin>
<prcp>11.84</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32317</ndvi>
<ndviCount>18316</ndviCount>
<ndwi>-0.21313</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>23.41</lstd>
<lstn>4.24</lstn>
<tmax>16.31</tmax>
<tmin>8.05</tmin>
<prcp>54.85</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29285</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.22186</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.04</tmax>
<tmin>2.29</tmin>
<prcp>17.82</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29097</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.19789</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>18.06</lstd>
<lstn>-2.93</lstn>
<tmax>10.98</tmax>
<tmin>1.36</tmin>
<prcp>25.68</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29986</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.22356</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>22.65</lstd>
<lstn>-0.63</lstn>
<tmax>19.24</tmax>
<tmin>7.38</tmin>
<prcp>13.52</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32668</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.21772</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>24.99</lstd>
<lstn>3.35</lstn>
<tmax>14.94</tmax>
<tmin>6.74</tmin>
<prcp>34.13</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27029</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>-0.22219</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.14</tmax>
<tmin>0.64</tmin>
<prcp>24.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28121</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>-0.21456</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>18.33</lstd>
<lstn>-3.52</lstn>
<tmax>9.51</tmax>
<tmin>1.06</tmin>
<prcp>16.72</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.14401</ndvi>
<ndviCount>5554</ndviCount>
<ndwi>-0.05223</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>15.29</lstd>
<lstn>1.94</lstn>
<tmax>14.46</tmax>
<tmin>4.74</tmin>
<prcp>42.14</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29804</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>-0.19004</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>23.18</lstd>
<lstn>1.57</lstn>
<tmax>13.97</tmax>
<tmin>4.8</tmin>
<prcp>49.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28871</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>-0.2421</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.95</tmax>
<tmin>1.11</tmin>
<prcp>14.84</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29166</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>-0.23297</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>21.4</lstd>
<lstn>-3.21</lstn>
<tmax>13.06</tmax>
<tmin>0.48</tmin>
<prcp>18.63</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30167</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>-0.23995</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>22.61</lstd>
<lstn>5.16</lstn>
<tmax>19.79</tmax>
<tmin>6.54</tmin>
<prcp>9.41</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31768</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>-0.22649</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>22.37</lstd>
<lstn>3.42</lstn>
<tmax>16.19</tmax>
<tmin>6.54</tmin>
<prcp>53.17</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30946</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.22405</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.44</tmax>
<tmin>2.5</tmin>
<prcp>22.97</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28857</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.24522</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>18.33</lstd>
<lstn>-2.24</lstn>
<tmax>15.58</tmax>
<tmin>4.03</tmin>
<prcp>17.55</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.3264</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.21502</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>20.49</lstd>
<lstn>6.86</lstn>
<tmax>19.91</tmax>
<tmin>9.1</tmin>
<prcp>27.4</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33774</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.2157</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>22.88</lstd>
<lstn>3.97</lstn>
<tmax>16.7</tmax>
<tmin>8.26</tmin>
<prcp>38.89</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.34165</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.14926</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.67</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.33362</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.16144</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>18.22</lstd>
<lstn>-0.9</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.48</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.37203</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.12077</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>22.77</lstd>
<lstn>3.88</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>36.24</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.39899</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.07785</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>21.83</lstd>
<lstn>5.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>58.39</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.39773</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.00735</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.27</tmax>
<tmin>3.81</tmin>
<prcp>32.1</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.38896</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.06185</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>20.78</lstd>
<lstn>-0.01</lstn>
<tmax>15.08</tmax>
<tmin>4.09</tmin>
<prcp>17.36</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.42917</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.01448</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>24.61</lstd>
<lstn>4.18</lstn>
<tmax>22.3</tmax>
<tmin>9.44</tmin>
<prcp>12.8</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.4077</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>0.00489</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>24.21</lstd>
<lstn>7.03</lstn>
<tmax>19.23</tmax>
<tmin>10.37</tmin>
<prcp>61.6</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.41887</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>0.05203</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.88</tmax>
<tmin>3.89</tmin>
<prcp>40.22</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.40071</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>-0.0467</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>21.85</lstd>
<lstn>1.39</lstn>
<tmax>15.18</tmax>
<tmin>3.44</tmin>
<prcp>14.58</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.41308</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>-0.04161</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>24.45</lstd>
<lstn>7.3</lstn>
<tmax>22.67</tmax>
<tmin>9.71</tmin>
<prcp>10.63</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.41749</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>0.06207</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>24</lstd>
<lstn>6.78</lstn>
<tmax>18.96</tmax>
<tmin>8.61</tmin>
<prcp>52.8</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28908</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>-0.23142</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.1</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29191</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>-0.22485</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>19.6</lstd>
<lstn>-2.59</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.05</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30026</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>-0.23826</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>20.69</lstd>
<lstn>2.62</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.12</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32402</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>-0.22709</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>23.11</lstd>
<lstn>5.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>31.25</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.31383</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.17025</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.8</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30273</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.19032</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd>19.86</lstd>
<lstn>-2.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.32094</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.18621</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd>26.96</lstd>
<lstn>0.57</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32571</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.17791</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd>24.65</lstd>
<lstn>4.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.4574</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>0.1357</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>84.97</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.47171</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>0.09432</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>21.61</lstd>
<lstn>3.54</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.9</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.45412</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>0.03391</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>26.02</lstd>
<lstn>10.11</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.27</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.38549</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>0.07111</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>27.91</lstd>
<lstn>10.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>44.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29971</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.2092</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.07</tmax>
<tmin>2.6</tmin>
<prcp>18.63</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28755</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.2193</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>18.25</lstd>
<lstn>-2.32</lstn>
<tmax>17.2</tmax>
<tmin>8.35</tmin>
<prcp>24.31</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30888</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.20841</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>26.43</lstd>
<lstn>1.21</lstn>
<tmax>21.8</tmax>
<tmin>11.68</tmin>
<prcp>11.72</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32654</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.19529</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>23.66</lstd>
<lstn>4.76</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>45.32</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25493</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>-0.18433</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.9</tmax>
<tmin>1.83</tmin>
<prcp>11.6</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2585</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>-0.17001</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>18.41</lstd>
<lstn>-4.21</lstn>
<tmax>11.39</tmax>
<tmin>0.79</tmin>
<prcp>34.25</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26313</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>-0.19623</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>22.13</lstd>
<lstn>1.79</lstn>
<tmax>18.43</tmax>
<tmin>6.08</tmin>
<prcp>11.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28619</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>-0.18704</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>25.3</lstd>
<lstn>3.42</lstn>
<tmax>16.51</tmax>
<tmin>6.78</tmin>
<prcp>25.8</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.41709</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.00392</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>55.05</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.40483</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.04209</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>20.42</lstd>
<lstn>0.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.3</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.40718</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.03812</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>28.52</lstd>
<lstn>4.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.41796</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>0.01247</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>26.79</lstd>
<lstn>9.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>24.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.33739</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.12875</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.32082</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.16976</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>19.6</lstd>
<lstn>-1.34</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.35681</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.1337</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>22.44</lstd>
<lstn>4.94</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.8</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.38162</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.0889</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>21.37</lstd>
<lstn>5.86</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>40.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30972</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.21105</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.9</tmax>
<tmin>1.66</tmin>
<prcp>19.55</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30241</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.22211</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>19.67</lstd>
<lstn>-2</lstn>
<tmax>13.68</tmax>
<tmin>2.27</tmin>
<prcp>31.23</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.32071</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.20626</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>26.39</lstd>
<lstn>0.9</lstn>
<tmax>20.72</tmax>
<tmin>8.99</tmin>
<prcp>18.1</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33801</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.19763</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>23.63</lstd>
<lstn>5.09</lstn>
<tmax>17.53</tmax>
<tmin>7.67</tmin>
<prcp>60.18</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30624</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.20836</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.56</tmax>
<tmin>4.72</tmin>
<prcp>31.45</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29057</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.24973</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>21.6</lstd>
<lstn>-2.08</lstn>
<tmax>14.71</tmax>
<tmin>3.26</tmin>
<prcp>7.85</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31625</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.22733</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>22.76</lstd>
<lstn>7.56</lstn>
<tmax>21.05</tmax>
<tmin>9.03</tmin>
<prcp>21.32</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33752</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.22618</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>22.73</lstd>
<lstn>3.77</lstn>
<tmax>17.98</tmax>
<tmin>9.31</tmin>
<prcp>32.82</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27813</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>-0.21367</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2784</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>-0.20397</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd>19.5</lstd>
<lstn>-4.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.3</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26305</ndvi>
<ndviCount>15540</ndviCount>
<ndwi>-0.16049</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd>19.15</lstd>
<lstn>4.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.3029</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>-0.18325</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd>23.42</lstd>
<lstn>1.99</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28398</ndvi>
<ndviCount>7454</ndviCount>
<ndwi>-0.1966</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.71</tmax>
<tmin>1.74</tmin>
<prcp>19.78</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28984</ndvi>
<ndviCount>7454</ndviCount>
<ndwi>-0.18199</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>19.32</lstd>
<lstn>-3.54</lstn>
<tmax>14.16</tmax>
<tmin>4.23</tmin>
<prcp>17.26</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29886</ndvi>
<ndviCount>7454</ndviCount>
<ndwi>-0.19633</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>21.64</lstd>
<lstn>1.52</lstn>
<tmax>19.84</tmax>
<tmin>8.46</tmin>
<prcp>10.77</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.31853</ndvi>
<ndviCount>7454</ndviCount>
<ndwi>-0.18357</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>24.03</lstd>
<lstn>4.93</lstn>
<tmax>15.85</tmax>
<tmin>8.6</tmin>
<prcp>34.9</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.53382</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>0.13922</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.1</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.53883</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>0.13986</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>19.94</lstd>
<lstn>0.89</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.7</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.53742</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>0.07455</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>24.05</lstd>
<lstn>5.75</lstn>
<tmax>24.4</tmax>
<tmin>14.4</tmin>
<prcp>44.1</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.56331</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>0.19119</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>24.82</lstd>
<lstn>8.25</lstn>
<tmax>23.3</tmax>
<tmin>10</tmin>
<prcp>63.75</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29546</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.24335</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.65</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27873</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.25962</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>18.98</lstd>
<lstn>-2.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.49</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31268</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.23864</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>20.8</lstd>
<lstn>7.41</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.75</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32321</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.24613</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>22.6</lstd>
<lstn>3.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>36.93</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.3157</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.13294</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.38</tmax>
<tmin>0.66</tmin>
<prcp>26.8</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29969</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.14186</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>18.61</lstd>
<lstn>-1.08</lstn>
<tmax>12.73</tmax>
<tmin>1.99</tmin>
<prcp>41.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31461</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.1269</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>24.33</lstd>
<lstn>2.24</lstn>
<tmax>19.75</tmax>
<tmin>8.09</tmin>
<prcp>24.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.34689</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.0996</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>22.89</lstd>
<lstn>6.13</lstn>
<tmax>16.81</tmax>
<tmin>7.84</tmin>
<prcp>57.95</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.43293</ndvi>
<ndviCount>340</ndviCount>
<ndwi>0.07539</ndwi>
<ndwiCount>340</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>18.81</tmax>
<tmin>6.74</tmin>
<prcp>0</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.46176</ndvi>
<ndviCount>340</ndviCount>
<ndwi>0.04818</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>21.82</lstd>
<lstn>3.6</lstn>
<tmax>17.84</tmax>
<tmin>7.86</tmin>
<prcp>0</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.44171</ndvi>
<ndviCount>340</ndviCount>
<ndwi>0.02805</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>25.25</lstd>
<lstn>10.81</lstn>
<tmax>24.1</tmax>
<tmin>11.45</tmin>
<prcp>0</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.43378</ndvi>
<ndviCount>340</ndviCount>
<ndwi>0.09557</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>26.84</lstd>
<lstn>9.59</lstn>
<tmax>21.8</tmax>
<tmin>10.41</tmin>
<prcp>0</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.46751</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>0.11553</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>18.28</tmax>
<tmin>6.86</tmin>
<prcp>76.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.4708</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>0.08217</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>20</lstd>
<lstn>5.47</lstn>
<tmax>15.64</tmax>
<tmin>6.33</tmin>
<prcp>33.45</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.49274</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>0.08068</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>24.91</lstd>
<lstn>9.59</lstn>
<tmax>23.28</tmax>
<tmin>12.24</tmin>
<prcp>20.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.48187</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>0.11305</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>26.36</lstd>
<lstn>9.98</lstn>
<tmax>23.33</tmax>
<tmin>11.03</tmin>
<prcp>20.2</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29578</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>-0.21907</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.95</tmax>
<tmin>1.53</tmin>
<prcp>11.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29875</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>-0.20511</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>19.61</lstd>
<lstn>-2.73</lstn>
<tmax>12.3</tmax>
<tmin>3.55</tmin>
<prcp>25.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30576</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>-0.21252</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>20.63</lstd>
<lstn>3.9</lstn>
<tmax>19.44</tmax>
<tmin>8.21</tmin>
<prcp>7.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33232</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>-0.20549</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>21.54</lstd>
<lstn>5.66</lstn>
<tmax>16.53</tmax>
<tmin>7.56</tmin>
<prcp>26.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.45736</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>0.04291</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>17.14</tmax>
<tmin>4.04</tmin>
<prcp>42.48</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.46136</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>0.04218</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>20.81</lstd>
<lstn>1.01</lstn>
<tmax>16.05</tmax>
<tmin>4.94</tmin>
<prcp>25.9</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.45448</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>0.00419</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>25.51</lstd>
<lstn>4.48</lstn>
<tmax>22.88</tmax>
<tmin>10.35</tmin>
<prcp>25.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.44999</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>0.07003</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>25.74</lstd>
<lstn>8.9</lstn>
<tmax>19.65</tmax>
<tmin>10.78</tmin>
<prcp>71.41</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.4115</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>0.05603</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.31</tmax>
<tmin>4.1</tmin>
<prcp>57.6</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.39491</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>-0.05355</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>20.38</lstd>
<lstn>1.61</lstn>
<tmax>15.56</tmax>
<tmin>4.24</tmin>
<prcp>12.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.40421</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>-0.05195</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>24.72</lstd>
<lstn>7.68</lstn>
<tmax>22.65</tmax>
<tmin>9.7</tmin>
<prcp>25.8</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.41061</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>0.01187</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>24.8</lstd>
<lstn>7.96</lstn>
<tmax>20.36</tmax>
<tmin>9.51</tmin>
<prcp>21.65</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25995</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>-0.17684</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.52</tmax>
<tmin>1.61</tmin>
<prcp>17.78</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26494</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>-0.16743</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd>21.19</lstd>
<lstn>-3.94</lstn>
<tmax>12.01</tmax>
<tmin>2.34</tmin>
<prcp>23.76</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27163</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>-0.18457</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd>20.72</lstd>
<lstn>4.85</lstn>
<tmax>18.84</tmax>
<tmin>6.74</tmin>
<prcp>17.01</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.2925</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>-0.17124</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd>25.07</lstd>
<lstn>2.82</lstn>
<tmax>15.48</tmax>
<tmin>7.58</tmin>
<prcp>24.87</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.47406</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>0.08335</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>18.41</tmax>
<tmin>4.31</tmin>
<prcp>48.01</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.46134</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>0.02046</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>21.09</lstd>
<lstn>0.21</lstn>
<tmax>17.81</tmax>
<tmin>6.74</tmin>
<prcp>10.47</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.46835</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>0.02836</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>25.56</lstd>
<lstn>3.99</lstn>
<tmax>22.98</tmax>
<tmin>10.2</tmin>
<prcp>8.24</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.43863</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>0.05692</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>25.21</lstd>
<lstn>7.59</lstn>
<tmax>18.74</tmax>
<tmin>9.8</tmin>
<prcp>60.89</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.36777</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>0.00229</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>41.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.37336</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.00312</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>20.48</lstd>
<lstn>1.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>24.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.35211</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.061</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>25.53</lstd>
<lstn>8.72</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.6</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36903</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.01406</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>26.13</lstd>
<lstn>8.71</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>30.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.31972</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.23165</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.61</tmax>
<tmin>2.09</tmin>
<prcp>13.39</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30288</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.24186</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>18.37</lstd>
<lstn>-2.02</lstn>
<tmax>15.61</tmax>
<tmin>4.86</tmin>
<prcp>23.19</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.32502</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.22353</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>25.44</lstd>
<lstn>2.11</lstn>
<tmax>21.05</tmax>
<tmin>9.16</tmin>
<prcp>11.94</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.34756</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.22189</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>23.26</lstd>
<lstn>2.74</lstn>
<tmax>17.15</tmax>
<tmin>8.54</tmin>
<prcp>45.88</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.31822</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.14571</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30203</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.16115</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>19.8</lstd>
<lstn>-1.94</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.32939</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.13972</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>24.03</lstd>
<lstn>0.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.35526</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.11599</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>23.76</lstd>
<lstn>2.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.32712</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.13889</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.31637</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.15206</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>18.3</lstd>
<lstn>-1.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.33433</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.13963</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>25.33</lstd>
<lstn>2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.35221</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.1146</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>23.64</lstd>
<lstn>5.98</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.32625</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.11834</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.43</tmax>
<tmin>3.58</tmin>
<prcp>29.06</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.313</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.17575</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>21.57</lstd>
<lstn>-2.33</lstn>
<tmax>14.38</tmax>
<tmin>3.19</tmin>
<prcp>9.32</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.33279</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.15849</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>22.83</lstd>
<lstn>8.11</lstn>
<tmax>20.69</tmax>
<tmin>9.66</tmin>
<prcp>18.34</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36231</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.13166</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>22.36</lstd>
<lstn>4.58</lstn>
<tmax>17.56</tmax>
<tmin>8.34</tmin>
<prcp>34.03</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27496</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>-0.2168</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27861</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>-0.1993</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd>20.04</lstd>
<lstn>-3.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27854</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>-0.22243</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd>20.86</lstd>
<lstn>1.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30466</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>-0.21897</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd>24.32</lstd>
<lstn>4.45</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2597</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>-0.18885</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.86</tmax>
<tmin>-0.35</tmin>
<prcp>18.63</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26917</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>-0.19486</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd>21.46</lstd>
<lstn>-5.11</lstn>
<tmax>9.44</tmax>
<tmin>-0.29</tmin>
<prcp>13.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24864</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>-0.1462</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd>19.13</lstd>
<lstn>7.05</lstn>
<tmax>14.71</tmax>
<tmin>4.71</tmin>
<prcp>34.36</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28384</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>-0.17945</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd>27.1</lstd>
<lstn>1.5</lstn>
<tmax>14.43</tmax>
<tmin>4.93</tmin>
<prcp>33.55</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30578</ndvi>
<ndviCount>12513</ndviCount>
<ndwi>-0.19744</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>30.59</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.3046</ndvi>
<ndviCount>12513</ndviCount>
<ndwi>-0.19513</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>18.94</lstd>
<lstn>-2.99</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.9</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31524</ndvi>
<ndviCount>12513</ndviCount>
<ndwi>-0.19935</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>23.24</lstd>
<lstn>0.94</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.04</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.32678</ndvi>
<ndviCount>12513</ndviCount>
<ndwi>-0.19372</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>23.4</lstd>
<lstn>3.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>44.09</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.47485</ndvi>
<ndviCount>819</ndviCount>
<ndwi>0.06034</ndwi>
<ndwiCount>819</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>48.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.47388</ndvi>
<ndviCount>819</ndviCount>
<ndwi>0.04833</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>21.17</lstd>
<lstn>4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>32.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.47718</ndvi>
<ndviCount>819</ndviCount>
<ndwi>0.03449</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>25.1</lstd>
<lstn>8.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>32.05</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.42298</ndvi>
<ndviCount>819</ndviCount>
<ndwi>0.02982</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>26.5</lstd>
<lstn>10.06</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29856</ndvi>
<ndviCount>23183</ndviCount>
<ndwi>-0.2032</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.6</tmax>
<tmin>2.86</tmin>
<prcp>28.56</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28424</ndvi>
<ndviCount>23183</ndviCount>
<ndwi>-0.23497</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>20.4</lstd>
<lstn>-1.9</lstn>
<tmax>14.7</tmax>
<tmin>2.8</tmin>
<prcp>12.89</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31997</ndvi>
<ndviCount>23183</ndviCount>
<ndwi>-0.20822</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>22.74</lstd>
<lstn>6.08</lstn>
<tmax>20.26</tmax>
<tmin>8.74</tmin>
<prcp>14.65</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.33203</ndvi>
<ndviCount>23183</ndviCount>
<ndwi>-0.2083</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>22.85</lstd>
<lstn>6.37</lstn>
<tmax>17.67</tmax>
<tmin>8.01</tmin>
<prcp>37.2</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.36582</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>0.00798</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>50.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.36103</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>-0.07001</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>18.81</lstd>
<lstn>0.53</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.35747</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>-0.08562</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>24.32</lstd>
<lstn>8.17</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>47</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.27071</ndvi>
<ndviCount>3781</ndviCount>
<ndwi>0.02923</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>25.96</lstd>
<lstn>8.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27566</ndvi>
<ndviCount>12716</ndviCount>
<ndwi>-0.22102</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.75</tmax>
<tmin>2</tmin>
<prcp>13.85</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27966</ndvi>
<ndviCount>12716</ndviCount>
<ndwi>-0.1993</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>16.37</lstd>
<lstn>-3.77</lstn>
<tmax>10.97</tmax>
<tmin>0.87</tmin>
<prcp>32.95</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28252</ndvi>
<ndviCount>12716</ndviCount>
<ndwi>-0.22701</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>23.16</lstd>
<lstn>-1.05</lstn>
<tmax>19.85</tmax>
<tmin>7.76</tmin>
<prcp>2.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30432</ndvi>
<ndviCount>12716</ndviCount>
<ndwi>-0.22253</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>24.95</lstd>
<lstn>4.18</lstn>
<tmax>16.46</tmax>
<tmin>7.99</tmin>
<prcp>31.65</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.50891</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>0.12714</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>37.35</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.49594</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>0.04663</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>20.28</lstd>
<lstn>0.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.50138</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>0.03368</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>22.99</lstd>
<lstn>4.62</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.75</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.51311</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>0.12934</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>24.29</lstd>
<lstn>7.88</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>54.6</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.41963</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>0.08328</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.40865</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>-9.0E-5</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>20.94</lstd>
<lstn>1.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.42444</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>-0.0147</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>24.88</lstd>
<lstn>7.91</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.43326</ndvi>
<ndviCount>9112</ndviCount>
<ndwi>0.04592</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>24.78</lstd>
<lstn>7.67</lstn>
<tmax>17.93</tmax>
<tmin>11.28</tmin>
<prcp>29.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.44069</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>0.06018</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>53.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.4391</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>0.05562</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>20.49</lstd>
<lstn>0.9</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.3</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.42083</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>-0.02358</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>25.37</lstd>
<lstn>8.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.4</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36864</ndvi>
<ndviCount>8007</ndviCount>
<ndwi>0.05919</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>26.89</lstd>
<lstn>8.58</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28195</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>-0.21492</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.49</tmax>
<tmin>1.83</tmin>
<prcp>14</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27669</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>-0.2148</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>20.87</lstd>
<lstn>-4.49</lstn>
<tmax>10.44</tmax>
<tmin>2.17</tmin>
<prcp>20.37</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28544</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>-0.20625</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>20.2</lstd>
<lstn>1.19</lstn>
<tmax>16.11</tmax>
<tmin>6.26</tmin>
<prcp>46.33</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30791</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>-0.2001</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>24.75</lstd>
<lstn>2.87</lstn>
<tmax>15.04</tmax>
<tmin>7.49</tmin>
<prcp>36.27</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.29443</ndvi>
<ndviCount>7708</ndviCount>
<ndwi>-0.19353</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.69</tmax>
<tmin>1.59</tmin>
<prcp>16.76</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2887</ndvi>
<ndviCount>7708</ndviCount>
<ndwi>-0.20167</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>21.82</lstd>
<lstn>-2.65</lstn>
<tmax>10.91</tmax>
<tmin>2.34</tmin>
<prcp>15.57</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26841</ndvi>
<ndviCount>7703</ndviCount>
<ndwi>-0.12291</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>17.31</lstd>
<lstn>4.08</lstn>
<tmax>16.21</tmax>
<tmin>6.34</tmin>
<prcp>16.03</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.34148</ndvi>
<ndviCount>7708</ndviCount>
<ndwi>-0.14881</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>20.66</lstd>
<lstn>5.75</lstn>
<tmax>13.27</tmax>
<tmin>7.23</tmin>
<prcp>58.32</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.4565</ndvi>
<ndviCount>585</ndviCount>
<ndwi>0.09389</ndwi>
<ndwiCount>585</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>18.69</tmax>
<tmin>5.96</tmin>
<prcp>39.52</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.47046</ndvi>
<ndviCount>585</ndviCount>
<ndwi>0.09679</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>21.62</lstd>
<lstn>2.7</lstn>
<tmax>17.93</tmax>
<tmin>8.48</tmin>
<prcp>28.47</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.45886</ndvi>
<ndviCount>585</ndviCount>
<ndwi>0.02957</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>25.21</lstd>
<lstn>8.92</lstn>
<tmax>23.26</tmax>
<tmin>11.25</tmin>
<prcp>24.13</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.48365</ndvi>
<ndviCount>585</ndviCount>
<ndwi>0.12185</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>26.04</lstd>
<lstn>9.29</lstn>
<tmax>21.26</tmax>
<tmin>10.08</tmin>
<prcp>36.68</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27225</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.19487</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.11</tmax>
<tmin>0.63</tmin>
<prcp>11.53</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28106</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.19673</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>20.21</lstd>
<lstn>-4.78</lstn>
<tmax>11.33</tmax>
<tmin>2.09</tmin>
<prcp>16.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25183</ndvi>
<ndviCount>5065</ndviCount>
<ndwi>-0.10643</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>18.16</lstd>
<lstn>7.24</lstn>
<tmax>16.4</tmax>
<tmin>6.31</tmin>
<prcp>38.79</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30205</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.17029</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>24.91</lstd>
<lstn>2.02</lstn>
<tmax>15.36</tmax>
<tmin>6.11</tmin>
<prcp>48.24</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.30167</ndvi>
<ndviCount>12369</ndviCount>
<ndwi>-0.2349</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.81</tmax>
<tmin>2.99</tmin>
<prcp>20.42</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.30562</ndvi>
<ndviCount>12369</ndviCount>
<ndwi>-0.23483</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>22.3</lstd>
<lstn>-2.97</lstn>
<tmax>12.85</tmax>
<tmin>2.24</tmin>
<prcp>11.04</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.31639</ndvi>
<ndviCount>12369</ndviCount>
<ndwi>-0.2405</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>21.97</lstd>
<lstn>2.53</lstn>
<tmax>19.69</tmax>
<tmin>7.68</tmin>
<prcp>9.04</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.3295</ndvi>
<ndviCount>12369</ndviCount>
<ndwi>-0.23155</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>22.03</lstd>
<lstn>5.45</lstn>
<tmax>15.66</tmax>
<tmin>7.33</tmin>
<prcp>46.67</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23788</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>-0.18964</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>12.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.23899</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>-0.19493</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>14.25</lstd>
<lstn>-6.61</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.1</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24707</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>-0.19874</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>24.48</lstd>
<lstn>0.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>35.6</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28043</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>-0.16777</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>27.37</lstd>
<lstn>5.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2412</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>-0.18049</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2408</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>-0.18811</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>16.25</lstd>
<lstn>-7.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>6.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25431</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>-0.19693</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>24.25</lstd>
<lstn>-0.22</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>45.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29019</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>-0.16588</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>24.97</lstd>
<lstn>6.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24542</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>-0.161</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.42</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2514</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>-0.163</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>20.67</lstd>
<lstn>-4.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.56</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23223</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>-0.13781</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>13.61</lstd>
<lstn>8.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.77</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26962</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>-0.15802</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>25.8</lstd>
<lstn>0.67</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>24.53</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.28536</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>-0.1656</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.89</tmax>
<tmin>1.03</tmin>
<prcp>4.62</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29013</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>-0.1621</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>12.56</lstd>
<lstn>-0.43</lstn>
<tmax>10.56</tmax>
<tmin>-0.88</tmin>
<prcp>26.28</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.3176</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>-0.14989</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>21.48</lstd>
<lstn>-0.78</lstn>
<tmax>19.34</tmax>
<tmin>5.69</tmin>
<prcp>40.03</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36544</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>-0.10389</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>24.21</lstd>
<lstn>3.46</lstn>
<tmax>15.53</tmax>
<tmin>6.18</tmin>
<prcp>21.28</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23046</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>-0.18485</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.76</tmax>
<tmin>-2.41</tmin>
<prcp>15.2</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.22759</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>-0.19081</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>13.76</lstd>
<lstn>-8.45</lstn>
<tmax>8.95</tmax>
<tmin>-3.75</tmin>
<prcp>24.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23251</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>-0.19463</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>25.25</lstd>
<lstn>0.07</lstn>
<tmax>19.16</tmax>
<tmin>4.09</tmin>
<prcp>41.4</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.2543</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>-0.17761</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>27.4</lstd>
<lstn>5.96</lstn>
<tmax>14.36</tmax>
<tmin>6.67</tmin>
<prcp>3.8</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.22568</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>-0.24628</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.95</tmax>
<tmin>-0.37</tmin>
<prcp>7.81</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25385</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>-0.22783</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd>24.41</lstd>
<lstn>-4.27</lstn>
<tmax>9.36</tmax>
<tmin>-2.37</tmin>
<prcp>21.42</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25459</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>-0.23835</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd>19.33</lstd>
<lstn>2.18</lstn>
<tmax>15.07</tmax>
<tmin>2.86</tmin>
<prcp>39.78</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26966</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>-0.23147</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd>25.2</lstd>
<lstn>1.23</lstn>
<tmax>15.25</tmax>
<tmin>5.18</tmin>
<prcp>29.23</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23915</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>-0.24451</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.16</tmax>
<tmin>-0.26</tmin>
<prcp>9.46</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26508</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>-0.22714</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd>23.37</lstd>
<lstn>-4.92</lstn>
<tmax>10.34</tmax>
<tmin>0.11</tmin>
<prcp>36.67</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26559</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>-0.24058</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd>17.78</lstd>
<lstn>1.57</lstn>
<tmax>15.35</tmax>
<tmin>4.91</tmin>
<prcp>42.02</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.27999</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>-0.22929</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd>25.66</lstd>
<lstn>0.9</lstn>
<tmax>15.78</tmax>
<tmin>5.61</tmin>
<prcp>26.16</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2373</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.27526</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.56</tmax>
<tmin>-0.71</tmin>
<prcp>6.9</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25457</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.26381</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>23.99</lstd>
<lstn>-3.93</lstn>
<tmax>9.47</tmax>
<tmin>-1.69</tmin>
<prcp>32.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25443</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.27438</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>22.79</lstd>
<lstn>0.93</lstn>
<tmax>16.84</tmax>
<tmin>4.91</tmin>
<prcp>34.88</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26319</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.26556</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>26.24</lstd>
<lstn>3.64</lstn>
<tmax>14.84</tmax>
<tmin>6.19</tmin>
<prcp>32.04</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24722</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>-0.25602</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26657</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>-0.24639</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd>21.49</lstd>
<lstn>-5.41</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25729</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>-0.25579</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd>17.14</lstd>
<lstn>3.14</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.27298</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>-0.25045</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd>25.55</lstd>
<lstn>0.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.236</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>-0.23878</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.03</tmax>
<tmin>0.92</tmin>
<prcp>10.68</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25469</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>-0.22664</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>22.42</lstd>
<lstn>-3.04</lstn>
<tmax>7.84</tmax>
<tmin>-2.78</tmin>
<prcp>36.24</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25437</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>-0.245</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>17.4</lstd>
<lstn>-1.92</lstn>
<tmax>13.05</tmax>
<tmin>2.91</tmin>
<prcp>50.85</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26994</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>-0.23335</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>26.27</lstd>
<lstn>0.79</lstn>
<tmax>14.82</tmax>
<tmin>3.6</tmin>
<prcp>29.72</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.22063</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>-0.25197</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.86</tmax>
<tmin>-1.31</tmin>
<prcp>6.35</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.23001</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>-0.24934</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>19.62</lstd>
<lstn>-7.34</lstn>
<tmax>7.5</tmax>
<tmin>-4.28</tmin>
<prcp>18.15</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23506</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>-0.27844</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>26.43</lstd>
<lstn>0.69</lstn>
<tmax>16.43</tmax>
<tmin>2.8</tmin>
<prcp>19.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.24662</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>-0.26945</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>27.88</lstd>
<lstn>2.68</lstn>
<tmax>13.66</tmax>
<tmin>4.73</tmin>
<prcp>38.95</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23863</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>-0.25213</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.23</tmax>
<tmin>-4.75</tmin>
<prcp>12.2</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25742</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>-0.23828</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>22.4</lstd>
<lstn>-4.6</lstn>
<tmax>8.76</tmax>
<tmin>-5.88</tmin>
<prcp>23.85</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25369</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>-0.26071</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>19.02</lstd>
<lstn>0.07</lstn>
<tmax>12.93</tmax>
<tmin>0.78</tmin>
<prcp>47.05</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26508</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>-0.24976</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>26.58</lstd>
<lstn>1.4</lstn>
<tmax>15.65</tmax>
<tmin>5.27</tmin>
<prcp>10.9</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.22381</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>-0.28433</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.91</tmax>
<tmin>-1.59</tmin>
<prcp>12.2</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.23459</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>-0.26866</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>21.01</lstd>
<lstn>-5.9</lstn>
<tmax>7.15</tmax>
<tmin>-3.88</tmin>
<prcp>5.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23937</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>-0.31109</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>29.77</lstd>
<lstn>-0.26</lstn>
<tmax>16.98</tmax>
<tmin>1.95</tmin>
<prcp>0</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25044</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>-0.30197</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>31.87</lstd>
<lstn>2.67</lstn>
<tmax>15.26</tmax>
<tmin>5.89</tmin>
<prcp>32.2</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23531</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>-0.23253</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.67</tmax>
<tmin>-0.56</tmin>
<prcp>6.9</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24088</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>-0.2017</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>17.55</lstd>
<lstn>-6.18</lstn>
<tmax>9.16</tmax>
<tmin>-2.9</tmin>
<prcp>14.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24019</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>-0.2392</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>27.37</lstd>
<lstn>-0.9</lstn>
<tmax>18.74</tmax>
<tmin>3.29</tmin>
<prcp>38.35</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25294</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>-0.22404</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>28.79</lstd>
<lstn>5.48</lstn>
<tmax>15.07</tmax>
<tmin>6.19</tmin>
<prcp>40.95</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23959</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>-0.18367</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.35</tmax>
<tmin>-1.88</tmin>
<prcp>12.18</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.23462</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>-0.19212</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>17.36</lstd>
<lstn>-9.18</lstn>
<tmax>10.56</tmax>
<tmin>-3.39</tmin>
<prcp>19.68</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.2464</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>-0.19261</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>26.3</lstd>
<lstn>-0.7</lstn>
<tmax>20.21</tmax>
<tmin>5.5</tmin>
<prcp>45.31</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.27625</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>-0.16515</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>25.55</lstd>
<lstn>6.5</lstn>
<tmax>14.18</tmax>
<tmin>6.33</tmin>
<prcp>28.27</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25249</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>-0.20915</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.31</tmax>
<tmin>-0.58</tmin>
<prcp>7.5</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2606</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>-0.19886</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>23.21</lstd>
<lstn>-4.74</lstn>
<tmax>11.2</tmax>
<tmin>-0.36</tmin>
<prcp>16.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26416</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>-0.2079</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>19.76</lstd>
<lstn>-1.99</lstn>
<tmax>17.21</tmax>
<tmin>5.4</tmin>
<prcp>37.9</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.27401</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>-0.19981</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>24.88</lstd>
<lstn>2.46</lstn>
<tmax>15.56</tmax>
<tmin>5.9</tmin>
<prcp>33.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2445</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>-0.26491</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.98</tmax>
<tmin>-1.46</tmin>
<prcp>49.65</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25209</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>-0.24547</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>20.63</lstd>
<lstn>-6.35</lstn>
<tmax>7.89</tmax>
<tmin>-3.2</tmin>
<prcp>17.82</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.21294</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>-0.22571</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>17.73</lstd>
<lstn>-0.77</lstn>
<tmax>12.39</tmax>
<tmin>2.4</tmin>
<prcp>53.73</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.24937</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>-0.26309</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>25.96</lstd>
<lstn>0.93</lstn>
<tmax>14.52</tmax>
<tmin>3.83</tmin>
<prcp>18.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.21609</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>-0.19424</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.83</tmax>
<tmin>-2.91</tmin>
<prcp>6.4</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.22624</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>-0.22414</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>20.27</lstd>
<lstn>-6.47</lstn>
<tmax>8.19</tmax>
<tmin>-4.33</tmin>
<prcp>8.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23465</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>-0.23878</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>25.85</lstd>
<lstn>1.28</lstn>
<tmax>17.91</tmax>
<tmin>2.44</tmin>
<prcp>19.3</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25323</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>-0.23481</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>27.26</lstd>
<lstn>2.66</lstn>
<tmax>13.7</tmax>
<tmin>4.51</tmin>
<prcp>31.8</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24537</ndvi>
<ndviCount>9539</ndviCount>
<ndwi>-0.24019</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.11</tmax>
<tmin>-0.78</tmin>
<prcp>21.95</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2577</ndvi>
<ndviCount>9539</ndviCount>
<ndwi>-0.22957</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>21.08</lstd>
<lstn>-5.35</lstn>
<tmax>7.08</tmax>
<tmin>-2.85</tmin>
<prcp>20.75</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.22505</ndvi>
<ndviCount>9537</ndviCount>
<ndwi>-0.21157</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>16.99</lstd>
<lstn>1.27</lstn>
<tmax>11.66</tmax>
<tmin>1.94</tmin>
<prcp>40.89</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26881</ndvi>
<ndviCount>9539</ndviCount>
<ndwi>-0.23907</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>25.09</lstd>
<lstn>0.17</lstn>
<tmax>14.03</tmax>
<tmin>4.3</tmin>
<prcp>24.88</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26421</ndvi>
<ndviCount>928</ndviCount>
<ndwi>-0.16203</ndwi>
<ndwiCount>928</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.85</tmax>
<tmin>0.84</tmin>
<prcp>13.23</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27547</ndvi>
<ndviCount>928</ndviCount>
<ndwi>-0.16333</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>14.59</lstd>
<lstn>-2.76</lstn>
<tmax>10.33</tmax>
<tmin>-2.65</tmin>
<prcp>13.93</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.29019</ndvi>
<ndviCount>928</ndviCount>
<ndwi>-0.16574</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>23.74</lstd>
<lstn>1.24</lstn>
<tmax>19.36</tmax>
<tmin>5.49</tmin>
<prcp>26.7</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.3445</ndvi>
<ndviCount>928</ndviCount>
<ndwi>-0.10904</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>23.49</lstd>
<lstn>4.04</lstn>
<tmax>14.88</tmax>
<tmin>5.98</tmin>
<prcp>28.15</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.20846</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>-0.23015</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.21</tmax>
<tmin>-1.01</tmin>
<prcp>11</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2363</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>-0.24269</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>19.97</lstd>
<lstn>-5.71</lstn>
<tmax>9.41</tmax>
<tmin>-2.56</tmin>
<prcp>15.05</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23789</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>-0.27998</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>24.33</lstd>
<lstn>-1.32</lstn>
<tmax>14.83</tmax>
<tmin>2.41</tmin>
<prcp>25.17</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25282</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>-0.27981</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>27.6</lstd>
<lstn>2.59</lstn>
<tmax>14.97</tmax>
<tmin>5.71</tmin>
<prcp>10.37</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25061</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>-0.18598</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.53</tmax>
<tmin>-0.68</tmin>
<prcp>5.77</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26197</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>-0.18141</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>20.28</lstd>
<lstn>-5.92</lstn>
<tmax>8.08</tmax>
<tmin>-1.98</tmin>
<prcp>23.3</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27588</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>-0.17945</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>15.68</lstd>
<lstn>1.23</lstn>
<tmax>13.51</tmax>
<tmin>3.69</tmin>
<prcp>45.87</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28075</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>-0.16971</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>26.19</lstd>
<lstn>0.98</lstn>
<tmax>14.91</tmax>
<tmin>4.97</tmin>
<prcp>18.43</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25239</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>-0.20917</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.94</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.26038</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>-0.19645</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>22.63</lstd>
<lstn>-4.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26351</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>-0.20426</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>19.71</lstd>
<lstn>1.34</lstn>
<tmax>18.33</tmax>
<tmin>6.36</tmin>
<prcp>37.62</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.27528</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>-0.19709</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>26.85</lstd>
<lstn>1.78</lstn>
<tmax>16.34</tmax>
<tmin>7.3</tmin>
<prcp>36.61</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.21912</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>-0.17314</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.9</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.22118</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>-0.17168</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>19.89</lstd>
<lstn>-8.45</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>7.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.22686</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>-0.18799</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>28.06</lstd>
<lstn>-1.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.2437</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>-0.17458</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>24.89</lstd>
<lstn>6.33</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>42.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24294</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>-0.26103</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.85</tmax>
<tmin>-1.47</tmin>
<prcp>14.49</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24688</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>-0.26682</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>15.6</lstd>
<lstn>-3.6</lstn>
<tmax>8.24</tmax>
<tmin>-3.33</tmin>
<prcp>31.61</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.2494</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>-0.26387</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>22.9</lstd>
<lstn>2.03</lstn>
<tmax>19.03</tmax>
<tmin>3.9</tmin>
<prcp>51.74</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25745</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>-0.25461</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>27.17</lstd>
<lstn>5.02</lstn>
<tmax>14.34</tmax>
<tmin>5.78</tmin>
<prcp>23.43</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27617</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>-0.17713</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.66</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.29913</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>-0.16018</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>12.37</lstd>
<lstn>-4.01</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>22.98</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.3301</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>-0.13979</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>21.04</lstd>
<lstn>-0.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>35.86</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36831</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>-0.10664</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>23.18</lstd>
<lstn>3.66</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.62</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2821</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>-0.18129</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.55</tmax>
<tmin>1.46</tmin>
<prcp>9.95</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28787</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>-0.1788</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>15.99</lstd>
<lstn>-3.07</lstn>
<tmax>12.09</tmax>
<tmin>0.88</tmin>
<prcp>7.6</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.30648</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>-0.1724</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>22.93</lstd>
<lstn>1.19</lstn>
<tmax>19.44</tmax>
<tmin>7.19</tmin>
<prcp>77</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.36544</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>-0.11172</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>21.16</lstd>
<lstn>4.41</lstn>
<tmax>16.53</tmax>
<tmin>7.43</tmin>
<prcp>27.45</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25985</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>-0.23079</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.96</tmax>
<tmin>-0.98</tmin>
<prcp>9.75</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27268</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>-0.22936</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>21.14</lstd>
<lstn>-3.8</lstn>
<tmax>7.85</tmax>
<tmin>-2.86</tmin>
<prcp>21.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27113</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>-0.23704</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>17.34</lstd>
<lstn>-1.11</lstn>
<tmax>13.75</tmax>
<tmin>3.61</tmin>
<prcp>64.2</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.2837</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>-0.22526</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>24.47</lstd>
<lstn>1.05</lstn>
<tmax>14.45</tmax>
<tmin>3.63</tmin>
<prcp>34.3</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27733</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>-0.21893</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>15.21</tmax>
<tmin>2.27</tmin>
<prcp>17.19</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28203</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>-0.19894</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>12.1</lstd>
<lstn>-0.15</lstn>
<tmax>11.64</tmax>
<tmin>2.16</tmin>
<prcp>31.27</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28075</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>-0.22476</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>21.62</lstd>
<lstn>-1.46</lstn>
<tmax>18.65</tmax>
<tmin>6.87</tmin>
<prcp>19.72</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30284</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>-0.22241</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>25.43</lstd>
<lstn>4.08</lstn>
<tmax>16.33</tmax>
<tmin>7.64</tmin>
<prcp>21.37</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.21137</ndvi>
<ndviCount>8588</ndviCount>
<ndwi>-0.23969</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>10.9</tmax>
<tmin>-1.66</tmin>
<prcp>3.3</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24382</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>-0.25996</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>18.38</lstd>
<lstn>-4.79</lstn>
<tmax>5.56</tmax>
<tmin>-3.6</tmin>
<prcp>15.83</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23096</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>-0.26706</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>21.15</lstd>
<lstn>-0.94</lstn>
<tmax>12.87</tmax>
<tmin>1.73</tmin>
<prcp>18.22</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25212</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>-0.28774</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>28.65</lstd>
<lstn>1.99</lstn>
<tmax>13.28</tmax>
<tmin>5.13</tmin>
<prcp>31.56</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.26356</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>-0.1731</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.34</tmax>
<tmin>0.08</tmin>
<prcp>7.32</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2798</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>-0.16437</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>21.09</lstd>
<lstn>-5.75</lstn>
<tmax>8.68</tmax>
<tmin>-0.24</tmin>
<prcp>27.62</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.27678</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>-0.16728</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>18.17</lstd>
<lstn>3.5</lstn>
<tmax>14.4</tmax>
<tmin>4.44</tmin>
<prcp>42.42</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29254</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>-0.14853</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>24.63</lstd>
<lstn>1.58</lstn>
<tmax>14.9</tmax>
<tmin>5.52</tmin>
<prcp>22.62</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.20909</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>-0.25944</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>11.28</tmax>
<tmin>-1.54</tmin>
<prcp>29.6</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24436</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>-0.28248</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>17.7</lstd>
<lstn>-4.1</lstn>
<tmax>7.43</tmax>
<tmin>-3.13</tmin>
<prcp>21.7</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23711</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>-0.29818</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>21.48</lstd>
<lstn>-2.72</lstn>
<tmax>12.61</tmax>
<tmin>1.66</tmin>
<prcp>59.15</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25059</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>-0.30905</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>30.3</lstd>
<lstn>2.26</lstn>
<tmax>13.96</tmax>
<tmin>5.28</tmin>
<prcp>11.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24952</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>-0.23416</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.26</tmax>
<tmin>0.28</tmin>
<prcp>9.31</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2616</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>-0.23222</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>21.08</lstd>
<lstn>-2.73</lstn>
<tmax>7.96</tmax>
<tmin>-2.89</tmin>
<prcp>14.33</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25248</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>-0.23629</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>16.98</lstd>
<lstn>-2.85</lstn>
<tmax>12.86</tmax>
<tmin>2.29</tmin>
<prcp>42.63</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.2746</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>-0.23207</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>24.62</lstd>
<lstn>0.68</lstn>
<tmax>15.25</tmax>
<tmin>5.41</tmin>
<prcp>23.18</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24455</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>-0.251</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.41</tmax>
<tmin>-0.41</tmin>
<prcp>23.88</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25524</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>-0.23856</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>21.16</lstd>
<lstn>-5.96</lstn>
<tmax>7.64</tmax>
<tmin>-0.99</tmin>
<prcp>17.53</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23735</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>-0.24233</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>17.25</lstd>
<lstn>6.71</lstn>
<tmax>12.79</tmax>
<tmin>3.96</tmin>
<prcp>42.95</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26333</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>-0.25453</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>24.97</lstd>
<lstn>0.49</lstn>
<tmax>14.04</tmax>
<tmin>5.49</tmin>
<prcp>18.73</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23997</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>-0.27132</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.45</tmax>
<tmin>-1.44</tmin>
<prcp>12</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.253</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>-0.2537</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>22.01</lstd>
<lstn>-5.5</lstn>
<tmax>8.01</tmax>
<tmin>-3.19</tmin>
<prcp>10.7</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.22769</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>-0.25758</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>19.37</lstd>
<lstn>-1.48</lstn>
<tmax>13.46</tmax>
<tmin>1.88</tmin>
<prcp>31.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25408</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>-0.27003</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>27.78</lstd>
<lstn>1.47</lstn>
<tmax>14.79</tmax>
<tmin>4.3</tmin>
<prcp>22.9</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.22923</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.20162</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.8</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.23047</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.20524</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>22.67</lstd>
<lstn>-6.54</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.35</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24236</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.20569</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>27.43</lstd>
<lstn>0.16</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>36.85</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26563</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.17042</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>22.13</lstd>
<lstn>8.03</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>38.35</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23122</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>-0.27054</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>13.83</tmax>
<tmin>-0.9</tmin>
<prcp>11.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24221</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>-0.24856</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>19.98</lstd>
<lstn>-4.24</lstn>
<tmax>8.48</tmax>
<tmin>-3.46</tmin>
<prcp>45</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24206</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>-0.27995</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>26.13</lstd>
<lstn>1.44</lstn>
<tmax>17.7</tmax>
<tmin>3.64</tmin>
<prcp>33.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25051</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>-0.27264</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>29.1</lstd>
<lstn>4.26</lstn>
<tmax>14.85</tmax>
<tmin>5.7</tmin>
<prcp>34.7</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25334</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>-0.23903</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.51</tmax>
<tmin>0.35</tmin>
<prcp>10.4</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.28437</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>-0.21979</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>23.67</lstd>
<lstn>-3.62</lstn>
<tmax>8.11</tmax>
<tmin>-2.64</tmin>
<prcp>28.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28303</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>-0.23745</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>19.01</lstd>
<lstn>-2.91</lstn>
<tmax>13.95</tmax>
<tmin>3.13</tmin>
<prcp>44.5</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.29768</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>-0.22318</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>27.49</lstd>
<lstn>1.28</lstn>
<tmax>14.8</tmax>
<tmin>5.01</tmin>
<prcp>23.6</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23541</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>-0.21268</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.84</tmax>
<tmin>-2.23</tmin>
<prcp>12.95</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.23645</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>-0.21539</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>14.51</lstd>
<lstn>-4.94</lstn>
<tmax>9.7</tmax>
<tmin>-1.81</tmin>
<prcp>35.28</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24006</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>-0.21742</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>23.67</lstd>
<lstn>1.96</lstn>
<tmax>19.45</tmax>
<tmin>5.56</tmin>
<prcp>43.23</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26042</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>-0.20288</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>28.08</lstd>
<lstn>6.06</lstn>
<tmax>16.1</tmax>
<tmin>6.48</tmin>
<prcp>31.3</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.22513</ndvi>
<ndviCount>15518</ndviCount>
<ndwi>-0.29333</ndwi>
<ndwiCount>15518</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.79</tmax>
<tmin>-2.09</tmin>
<prcp>16.5</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24941</ndvi>
<ndviCount>15518</ndviCount>
<ndwi>-0.28115</ndwi>
<ndwiCount>15518</ndwiCount>
<lstd>24.4</lstd>
<lstn>-5.74</lstn>
<tmax>7.71</tmax>
<tmin>-4.24</tmin>
<prcp>24.4</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24684</ndvi>
<ndviCount>15518</ndviCount>
<ndwi>-0.29868</ndwi>
<ndwiCount>15518</ndwiCount>
<lstd>21.15</lstd>
<lstn>-0.49</lstn>
<tmax>14.73</tmax>
<tmin>2.73</tmin>
<prcp>34.4</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25664</ndvi>
<ndviCount>15518</ndviCount>
<ndwi>-0.29399</ndwi>
<ndwiCount>15518</ndwiCount>
<lstd>27.64</lstd>
<lstn>2.56</lstn>
<tmax>13.46</tmax>
<tmin>3.89</tmin>
<prcp>24.1</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.22944</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>-0.27923</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24062</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>-0.26337</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>19.84</lstd>
<lstn>-6.22</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.17642</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>-0.20672</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>19.29</lstd>
<lstn>-3.59</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.23888</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>-0.2856</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>26.62</lstd>
<lstn>1.9</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2298</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>-0.26524</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.44</tmax>
<tmin>-0.4</tmin>
<prcp>12.7</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25364</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>-0.25025</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>23.53</lstd>
<lstn>-3.66</lstn>
<tmax>7.94</tmax>
<tmin>-2.74</tmin>
<prcp>35.5</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.24751</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>-0.26552</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>19.38</lstd>
<lstn>-1.89</lstn>
<tmax>13.74</tmax>
<tmin>1.81</tmin>
<prcp>37.8</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25773</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>-0.25646</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>27.97</lstd>
<lstn>2.43</lstn>
<tmax>14.89</tmax>
<tmin>4.44</tmin>
<prcp>21.73</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.20863</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>-0.18224</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>16.46</tmax>
<tmin>0.35</tmin>
<prcp>10.25</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.21124</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>-0.19174</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>23.47</lstd>
<lstn>-8.13</lstn>
<tmax>15</tmax>
<tmin>0.35</tmin>
<prcp>11.42</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.22078</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>-0.18867</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>27.3</lstd>
<lstn>1.7</lstn>
<tmax>20.4</tmax>
<tmin>6.88</tmin>
<prcp>28.55</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.23564</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>-0.17673</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>25.48</lstd>
<lstn>7.33</lstn>
<tmax>15.9</tmax>
<tmin>7.71</tmin>
<prcp>40.53</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.27449</ndvi>
<ndviCount>5428</ndviCount>
<ndwi>-0.22143</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.2</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2836</ndvi>
<ndviCount>5428</ndviCount>
<ndwi>-0.19635</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>12.99</lstd>
<lstn>-1.52</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>30.58</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.28988</ndvi>
<ndviCount>5428</ndviCount>
<ndwi>-0.21939</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>21.6</lstd>
<lstn>-1.36</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.53</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.30697</ndvi>
<ndviCount>5428</ndviCount>
<ndwi>-0.21944</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>27.97</lstd>
<lstn>3.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.53</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24643</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>-0.21906</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.1</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25344</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>-0.22388</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>20.06</lstd>
<lstn>-4.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>24.2</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.15435</ndvi>
<ndviCount>9158</ndviCount>
<ndwi>-0.14473</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>12.56</lstd>
<lstn>-4.81</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.2</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.26979</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>-0.24794</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>25.35</lstd>
<lstn>0.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.1</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.2272</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>-0.29643</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.15</tmax>
<tmin>-1.3</tmin>
<prcp>22.4</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.2429</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>-0.27093</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>22.06</lstd>
<lstn>-7.23</lstn>
<tmax>7.78</tmax>
<tmin>-3.2</tmin>
<prcp>20.8</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.22193</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>-0.27982</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>23.77</lstd>
<lstn>0.44</lstn>
<tmax>14.85</tmax>
<tmin>3.19</tmin>
<prcp>25.1</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.25036</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>-0.29939</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>28.38</lstd>
<lstn>2.68</lstn>
<tmax>14.09</tmax>
<tmin>4.73</tmin>
<prcp>22.4</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.21508</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>-0.17984</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>9.68</tmax>
<tmin>-3.18</tmin>
<prcp>24.57</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.22014</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>-0.20004</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>20.59</lstd>
<lstn>-8.37</lstn>
<tmax>8.09</tmax>
<tmin>-4.8</tmin>
<prcp>10.53</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.23072</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>-0.20648</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>27.76</lstd>
<lstn>-1.43</lstn>
<tmax>18.88</tmax>
<tmin>2.67</tmin>
<prcp>24.42</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.24674</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>-0.18968</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>25.21</lstd>
<lstn>5.06</lstn>
<tmax>13.11</tmax>
<tmin>4.58</tmin>
<prcp>45.5</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.24212</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>-0.1982</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.65</tmax>
<tmin>0.06</tmin>
<prcp>5.74</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.25564</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>-0.18808</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>23.95</lstd>
<lstn>-2.17</lstn>
<tmax>9.45</tmax>
<tmin>-1.86</tmin>
<prcp>22.66</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.26904</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>-0.18885</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>18.89</lstd>
<lstn>-1.76</lstn>
<tmax>19.68</tmax>
<tmin>7.56</tmin>
<prcp>31.34</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28234</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>-0.17645</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>25.18</lstd>
<lstn>2.54</lstn>
<tmax>16.21</tmax>
<tmin>5.09</tmin>
<prcp>36.22</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.25582</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>-0.1725</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>12.95</tmax>
<tmin>0.16</tmin>
<prcp>18.35</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.27121</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>-0.14935</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd>21.2</lstd>
<lstn>-4.66</lstn>
<tmax>9.56</tmax>
<tmin>-0.08</tmin>
<prcp>28.85</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.2757</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>-0.14485</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd>18.98</lstd>
<lstn>0.53</lstn>
<tmax>15.57</tmax>
<tmin>4.96</tmin>
<prcp>56.8</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-05-08</endDate>
<ndvi>0.28972</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>-0.13615</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd>25.75</lstd>
<lstn>2.06</lstn>
<tmax>15.46</tmax>
<tmin>5.04</tmin>
<prcp>42.45</prcp>
<updatedAt>2022-05-17T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2022-04-07</startDate>
<endDate>2022-04-14</endDate>
<ndvi>0.23497</ndvi>
<ndviCount>11553</ndviCount>
<ndwi>-0.21879</ndwi>
<ndwiCount>11553</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>14.7</tmax>
<tmin>0.65</tmin>
<prcp>4.9</prcp>
<updatedAt>2022-04-27T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2022-04-15</startDate>
<endDate>2022-04-22</endDate>
<ndvi>0.24593</ndvi>
<ndviCount>11553</ndviCount>
<ndwi>-0.21435</ndwi>
<ndwiCount>11553</ndwiCount>
<lstd>21.34</lstd>
<lstn>-3.34</lstn>
<tmax>10.18</tmax>
<tmin>-0.36</tmin>
<prcp>30.85</prcp>
<updatedAt>2022-05-02T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2022-04-23</startDate>
<endDate>2022-04-30</endDate>
<ndvi>0.25579</ndvi>
<ndviCount>11553</ndviCount>
<ndwi>-0.20717</ndwi>
<ndwiCount>11553</ndwiCount>
<lstd>20.69</lstd>
<lstn>-1.72</lstn>
<tmax>17.6</tmax>
<tmin>4.81</tmin>
<prcp>25.6</prcp>
<updatedAt>2022-05-09T00:00:00-05:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2022-05-01</startDate>
<endDate>2022-0