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 20230101
20231101
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.
20231231
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=20231101&endDate=20231231&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=20231101&endDate=20231231&fields=ndviCount%2CndwiCount
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26135,
"ndviCount": 8254,
"ndwi": -0.21317,
"ndwiCount": 8254,
"lstd": 16.57,
"lstn": 1.53,
"tmax": 16.43,
"tmin": 2.68,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25617,
"ndviCount": 8254,
"ndwi": -0.22531,
"ndwiCount": 8254,
"lstd": 18.38,
"lstn": 0.2,
"tmax": 16.53,
"tmin": 1.91,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25368,
"ndviCount": 8254,
"ndwi": -0.2259,
"ndwiCount": 8254,
"lstd": 14.12,
"lstn": -2.96,
"tmax": 11.02,
"tmin": 0.64,
"prcp": 8.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.2383,
"ndviCount": 8254,
"ndwi": -0.14543,
"ndwiCount": 8254,
"lstd": 10.49,
"lstn": -7.02,
"tmax": 5.39,
"tmin": -2.71,
"prcp": 17.45,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.3333,
"ndviCount": 1488,
"ndwi": -0.09733,
"ndwiCount": 1488,
"lstd": 19.78,
"lstn": 8.46,
"tmax": 19.38,
"tmin": 8.54,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.32251,
"ndviCount": 1488,
"ndwi": -0.08813,
"ndwiCount": 1488,
"lstd": 21.15,
"lstn": 4.39,
"tmax": 19.38,
"tmin": 7.06,
"prcp": 2.5,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.32479,
"ndviCount": 1488,
"ndwi": -0.13159,
"ndwiCount": 1488,
"lstd": 16.81,
"lstn": 1.24,
"tmax": 12.11,
"tmin": 0.46,
"prcp": 17.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.34382,
"ndviCount": 1488,
"ndwi": -0.05958,
"ndwiCount": 1488,
"lstd": 9.77,
"lstn": -1.08,
"tmax": 9.1,
"tmin": 0.29,
"prcp": 23.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28466,
"ndviCount": 5245,
"ndwi": -0.15191,
"ndwiCount": 5245,
"lstd": 16.38,
"lstn": 3.13,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27665,
"ndviCount": 5245,
"ndwi": -0.1581,
"ndwiCount": 5245,
"lstd": 19.7,
"lstn": 1.77,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.28644,
"ndviCount": 5245,
"ndwi": -0.15048,
"ndwiCount": 5245,
"lstd": 15.95,
"lstn": -1.89,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.29352,
"ndviCount": 5245,
"ndwi": -0.11846,
"ndwiCount": 5245,
"lstd": 4.81,
"lstn": -4.35,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.30724,
"ndviCount": 5161,
"ndwi": -0.14409,
"ndwiCount": 5161,
"lstd": 13.74,
"lstn": -1.47,
"tmax": null,
"tmin": null,
"prcp": 5.05,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26224,
"ndviCount": 5161,
"ndwi": -0.18166,
"ndwiCount": 5161,
"lstd": 13.81,
"lstn": -0.83,
"tmax": null,
"tmin": null,
"prcp": 5.05,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25335,
"ndviCount": 5161,
"ndwi": -0.17923,
"ndwiCount": 5161,
"lstd": 8.82,
"lstn": -4.51,
"tmax": null,
"tmin": null,
"prcp": 14.2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03491,
"ndviCount": 5161,
"ndwi": 0.60629,
"ndwiCount": 5161,
"lstd": -0.76,
"lstn": -5.97,
"tmax": null,
"tmin": null,
"prcp": 15.95,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26135,
"ndviCount": 1642,
"ndwi": -0.19555,
"ndwiCount": 1642,
"lstd": 16.48,
"lstn": 1.53,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25337,
"ndviCount": 1642,
"ndwi": -0.2112,
"ndwiCount": 1642,
"lstd": 18.02,
"lstn": 0.04,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25104,
"ndviCount": 1642,
"ndwi": -0.21271,
"ndwiCount": 1642,
"lstd": 14.1,
"lstn": -3.08,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.11668,
"ndviCount": 1642,
"ndwi": 0.34728,
"ndwiCount": 1642,
"lstd": 7.29,
"lstn": -6.93,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26694,
"ndviCount": 20937,
"ndwi": -0.20719,
"ndwiCount": 20937,
"lstd": 16.55,
"lstn": 0.33,
"tmax": 13.26,
"tmin": 0.64,
"prcp": 0.77,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26047,
"ndviCount": 20937,
"ndwi": -0.21594,
"ndwiCount": 20937,
"lstd": 16.83,
"lstn": -0.86,
"tmax": 14.86,
"tmin": 0.34,
"prcp": 0.53,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25709,
"ndviCount": 20937,
"ndwi": -0.21797,
"ndwiCount": 20937,
"lstd": 11.76,
"lstn": -4.07,
"tmax": 11.62,
"tmin": 0.49,
"prcp": 15.23,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.02572,
"ndviCount": 20937,
"ndwi": 0.62446,
"ndwiCount": 20937,
"lstd": 6.29,
"lstn": -7.48,
"tmax": 3.6,
"tmin": -3.44,
"prcp": 26.45,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.29847,
"ndviCount": 775,
"ndwi": -0.13941,
"ndwiCount": 775,
"lstd": 19.42,
"lstn": 4.47,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.28242,
"ndviCount": 775,
"ndwi": -0.16005,
"ndwiCount": 775,
"lstd": 18.74,
"lstn": 1.79,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.27964,
"ndviCount": 775,
"ndwi": -0.16193,
"ndwiCount": 775,
"lstd": 14.42,
"lstn": -1.8,
"tmax": null,
"tmin": null,
"prcp": 10.2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.27415,
"ndviCount": 775,
"ndwi": -0.16276,
"ndwiCount": 775,
"lstd": 7.51,
"lstn": -3.77,
"tmax": null,
"tmin": null,
"prcp": 27.2,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28257,
"ndviCount": 7307,
"ndwi": -0.18398,
"ndwiCount": 7307,
"lstd": 15.06,
"lstn": -2.52,
"tmax": 12.87,
"tmin": -0.8,
"prcp": 1.6,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26334,
"ndviCount": 7307,
"ndwi": -0.19052,
"ndwiCount": 7307,
"lstd": 15.55,
"lstn": -0.86,
"tmax": 13.19,
"tmin": -1.74,
"prcp": 1.25,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25597,
"ndviCount": 7307,
"ndwi": -0.19175,
"ndwiCount": 7307,
"lstd": 10.49,
"lstn": -3.77,
"tmax": 10.56,
"tmin": -1.25,
"prcp": 9.25,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01775,
"ndviCount": 7307,
"ndwi": 0.65807,
"ndwiCount": 7307,
"lstd": 5.3,
"lstn": -8.19,
"tmax": 0.75,
"tmin": -6.65,
"prcp": 11.55,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25707,
"ndviCount": 6718,
"ndwi": -0.20417,
"ndwiCount": 6718,
"lstd": 18.4,
"lstn": -0.14,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26095,
"ndviCount": 6718,
"ndwi": -0.22474,
"ndwiCount": 6718,
"lstd": 19.38,
"lstn": -0.45,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26278,
"ndviCount": 6718,
"ndwi": -0.22552,
"ndwiCount": 6718,
"lstd": 14.5,
"lstn": -3.45,
"tmax": null,
"tmin": null,
"prcp": 18.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25937,
"ndviCount": 6718,
"ndwi": -0.21496,
"ndwiCount": 6718,
"lstd": 9.25,
"lstn": -4.33,
"tmax": null,
"tmin": null,
"prcp": 27.1,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24899,
"ndviCount": 28963,
"ndwi": -0.21869,
"ndwiCount": 28963,
"lstd": 20.55,
"lstn": 0.97,
"tmax": 16.03,
"tmin": 1.83,
"prcp": 0.52,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25513,
"ndviCount": 28963,
"ndwi": -0.25301,
"ndwiCount": 28963,
"lstd": 18.9,
"lstn": -1.13,
"tmax": 16.51,
"tmin": -0.16,
"prcp": 0.34,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26286,
"ndviCount": 28963,
"ndwi": -0.24766,
"ndwiCount": 28963,
"lstd": 14.79,
"lstn": -2.13,
"tmax": 10.9,
"tmin": -0.22,
"prcp": 9.69,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22177,
"ndviCount": 28963,
"ndwi": -0.08931,
"ndwiCount": 28963,
"lstd": 5.01,
"lstn": -6.11,
"tmax": 4.82,
"tmin": -3.06,
"prcp": 32.45,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26341,
"ndviCount": 19671,
"ndwi": -0.22514,
"ndwiCount": 19671,
"lstd": 19.98,
"lstn": 0.47,
"tmax": 15.8,
"tmin": 1.56,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25462,
"ndviCount": 19671,
"ndwi": -0.25752,
"ndwiCount": 19671,
"lstd": 20.08,
"lstn": -0.49,
"tmax": 17.68,
"tmin": 0.55,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26052,
"ndviCount": 19671,
"ndwi": -0.25651,
"ndwiCount": 19671,
"lstd": 15.97,
"lstn": -2.9,
"tmax": 12.34,
"tmin": 0.9,
"prcp": 13,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26829,
"ndviCount": 19671,
"ndwi": -0.25216,
"ndwiCount": 19671,
"lstd": 4.64,
"lstn": -3.03,
"tmax": 6.53,
"tmin": -2.54,
"prcp": 25.42,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24687,
"ndviCount": 6489,
"ndwi": -0.17683,
"ndwiCount": 6489,
"lstd": 20.37,
"lstn": 0.77,
"tmax": 17.01,
"tmin": 0.96,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24386,
"ndviCount": 6489,
"ndwi": -0.1863,
"ndwiCount": 6489,
"lstd": 18.89,
"lstn": -0.71,
"tmax": 18.61,
"tmin": -0.96,
"prcp": 0.25,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25794,
"ndviCount": 6489,
"ndwi": -0.16964,
"ndwiCount": 6489,
"lstd": 15.2,
"lstn": -1.32,
"tmax": 13.75,
"tmin": 0.21,
"prcp": 8.4,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25441,
"ndviCount": 6489,
"ndwi": -0.17111,
"ndwiCount": 6489,
"lstd": 4.76,
"lstn": -5.42,
"tmax": 7.3,
"tmin": -4.54,
"prcp": 17,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27427,
"ndviCount": 5362,
"ndwi": -0.15181,
"ndwiCount": 5362,
"lstd": 19.32,
"lstn": 1.26,
"tmax": 18.33,
"tmin": 3.26,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27243,
"ndviCount": 5362,
"ndwi": -0.13935,
"ndwiCount": 5362,
"lstd": 20.1,
"lstn": 1.22,
"tmax": 18.35,
"tmin": 1.26,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29014,
"ndviCount": 5362,
"ndwi": -0.12997,
"ndwiCount": 5362,
"lstd": 15.81,
"lstn": -1.7,
"tmax": 13.83,
"tmin": 0.83,
"prcp": 8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.29498,
"ndviCount": 5362,
"ndwi": -0.08955,
"ndwiCount": 5362,
"lstd": 4.74,
"lstn": -4.34,
"tmax": 7.99,
"tmin": -1.48,
"prcp": 19.67,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.31296,
"ndviCount": 5860,
"ndwi": -0.14621,
"ndwiCount": 5860,
"lstd": 18.5,
"lstn": 4.86,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.31817,
"ndviCount": 5860,
"ndwi": -0.12753,
"ndwiCount": 5860,
"lstd": 20.52,
"lstn": 2.99,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.33419,
"ndviCount": 5860,
"ndwi": -0.11708,
"ndwiCount": 5860,
"lstd": 16.73,
"lstn": -2.29,
"tmax": null,
"tmin": null,
"prcp": 5.1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.32785,
"ndviCount": 5860,
"ndwi": -0.09863,
"ndwiCount": 5860,
"lstd": 5.97,
"lstn": -3.32,
"tmax": 8.6,
"tmin": -5.6,
"prcp": 22.4,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25346,
"ndviCount": 11360,
"ndwi": -0.21796,
"ndwiCount": 11360,
"lstd": 22.12,
"lstn": -0.02,
"tmax": 17.94,
"tmin": 4.35,
"prcp": 0.1,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24919,
"ndviCount": 11360,
"ndwi": -0.2408,
"ndwiCount": 11360,
"lstd": 20.12,
"lstn": -0.65,
"tmax": 16.46,
"tmin": 1.79,
"prcp": 0.2,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25587,
"ndviCount": 11360,
"ndwi": -0.23135,
"ndwiCount": 11360,
"lstd": 16.25,
"lstn": -2.01,
"tmax": 10.99,
"tmin": 1.29,
"prcp": 3.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.2517,
"ndviCount": 11360,
"ndwi": -0.21003,
"ndwiCount": 11360,
"lstd": 6.71,
"lstn": -5.76,
"tmax": 6.74,
"tmin": -2.04,
"prcp": 21.61,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.34637,
"ndviCount": 127,
"ndwi": -0.02527,
"ndwiCount": 127,
"lstd": 13.5,
"lstn": 0.51,
"tmax": 13.04,
"tmin": 3.66,
"prcp": 2.56,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2959,
"ndviCount": 127,
"ndwi": -0.10295,
"ndwiCount": 127,
"lstd": 14.34,
"lstn": 1.51,
"tmax": 14.39,
"tmin": 2.92,
"prcp": 1.62,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2932,
"ndviCount": 127,
"ndwi": -0.09457,
"ndwiCount": 127,
"lstd": 10.38,
"lstn": -1.81,
"tmax": 9.76,
"tmin": 1.15,
"prcp": 22.71,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25206,
"ndviCount": 127,
"ndwi": -0.00365,
"ndwiCount": 127,
"lstd": 3.86,
"lstn": -3.85,
"tmax": 3.3,
"tmin": -3.09,
"prcp": 20.83,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25128,
"ndviCount": 5175,
"ndwi": -0.17109,
"ndwiCount": 5175,
"lstd": 20.03,
"lstn": -0.32,
"tmax": 15.41,
"tmin": 3.13,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25277,
"ndviCount": 5175,
"ndwi": -0.16967,
"ndwiCount": 5175,
"lstd": 19.89,
"lstn": 0.39,
"tmax": 18.8,
"tmin": 1.66,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.27054,
"ndviCount": 5175,
"ndwi": -0.13663,
"ndwiCount": 5175,
"lstd": 15.21,
"lstn": -0.97,
"tmax": 13.29,
"tmin": 2.44,
"prcp": 14,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.2606,
"ndviCount": 5175,
"ndwi": -0.14751,
"ndwiCount": 5175,
"lstd": 3.57,
"lstn": -4.52,
"tmax": 8.74,
"tmin": -1.66,
"prcp": 17.1,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24412,
"ndviCount": 4979,
"ndwi": -0.17915,
"ndwiCount": 4979,
"lstd": 19.82,
"lstn": -0.44,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2415,
"ndviCount": 4979,
"ndwi": -0.18544,
"ndwiCount": 4979,
"lstd": 19.37,
"lstn": -0.62,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25039,
"ndviCount": 4979,
"ndwi": -0.17801,
"ndwiCount": 4979,
"lstd": 15.48,
"lstn": -1.58,
"tmax": null,
"tmin": null,
"prcp": 2.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25972,
"ndviCount": 4979,
"ndwi": -0.15933,
"ndwiCount": 4979,
"lstd": 3.55,
"lstn": -5.43,
"tmax": null,
"tmin": null,
"prcp": 14.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28926,
"ndviCount": 16940,
"ndwi": -0.1841,
"ndwiCount": 16940,
"lstd": 14.61,
"lstn": -1.31,
"tmax": 12.08,
"tmin": 0.39,
"prcp": 0.63,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26231,
"ndviCount": 16940,
"ndwi": -0.20804,
"ndwiCount": 16940,
"lstd": 15.34,
"lstn": -0.96,
"tmax": 13.39,
"tmin": -1.38,
"prcp": 1.6,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25671,
"ndviCount": 16940,
"ndwi": -0.20923,
"ndwiCount": 16940,
"lstd": 10.61,
"lstn": -4.55,
"tmax": 9.09,
"tmin": -2.07,
"prcp": 10.51,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01461,
"ndviCount": 16940,
"ndwi": 0.66599,
"ndwiCount": 16940,
"lstd": -0.35,
"lstn": -6.99,
"tmax": 1.11,
"tmin": -6.08,
"prcp": 20.87,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25283,
"ndviCount": 11241,
"ndwi": -0.20054,
"ndwiCount": 11241,
"lstd": 20.18,
"lstn": 1.78,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25652,
"ndviCount": 11241,
"ndwi": -0.24345,
"ndwiCount": 11241,
"lstd": 18.14,
"lstn": -0.76,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2629,
"ndviCount": 11241,
"ndwi": -0.24549,
"ndwiCount": 11241,
"lstd": 14.23,
"lstn": -2.57,
"tmax": null,
"tmin": null,
"prcp": 19.73,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.1482,
"ndviCount": 11241,
"ndwi": 0.24458,
"ndwiCount": 11241,
"lstd": 7.02,
"lstn": -4.54,
"tmax": null,
"tmin": null,
"prcp": 33.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25036,
"ndviCount": 12433,
"ndwi": -0.22055,
"ndwiCount": 12433,
"lstd": 21.67,
"lstn": 0.43,
"tmax": 14.45,
"tmin": 0.71,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25114,
"ndviCount": 12433,
"ndwi": -0.24719,
"ndwiCount": 12433,
"lstd": 19.65,
"lstn": -1.09,
"tmax": 16.6,
"tmin": 0.2,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25725,
"ndviCount": 12433,
"ndwi": -0.24093,
"ndwiCount": 12433,
"lstd": 15.58,
"lstn": -2.03,
"tmax": 11.74,
"tmin": 0.49,
"prcp": 5.1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25343,
"ndviCount": 12433,
"ndwi": -0.20248,
"ndwiCount": 12433,
"lstd": 5.7,
"lstn": -5.74,
"tmax": 5.35,
"tmin": -3.46,
"prcp": 24.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.38558,
"ndviCount": 72,
"ndwi": -0.11239,
"ndwiCount": 72,
"lstd": 14.26,
"lstn": -0.75,
"tmax": 12.86,
"tmin": 2.42,
"prcp": 1.16,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27017,
"ndviCount": 72,
"ndwi": -0.21803,
"ndwiCount": 72,
"lstd": 15.13,
"lstn": -0.23,
"tmax": 13.89,
"tmin": 0.32,
"prcp": 2.71,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.28089,
"ndviCount": 72,
"ndwi": -0.21315,
"ndwiCount": 72,
"lstd": 11.54,
"lstn": -2.82,
"tmax": 9.36,
"tmin": -0.7,
"prcp": 18.06,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03558,
"ndviCount": 72,
"ndwi": 0.55801,
"ndwiCount": 72,
"lstd": 1.53,
"lstn": -5.37,
"tmax": 2.19,
"tmin": -4.44,
"prcp": 23.14,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24665,
"ndviCount": 16787,
"ndwi": -0.21114,
"ndwiCount": 16787,
"lstd": 21.52,
"lstn": 0.32,
"tmax": 15.06,
"tmin": 1.66,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25024,
"ndviCount": 16787,
"ndwi": -0.22876,
"ndwiCount": 16787,
"lstd": 19.48,
"lstn": -1.11,
"tmax": 16.88,
"tmin": -0.26,
"prcp": 0.9,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25668,
"ndviCount": 16787,
"ndwi": -0.21458,
"ndwiCount": 16787,
"lstd": 16.15,
"lstn": -2.2,
"tmax": 12.09,
"tmin": -0.09,
"prcp": 5.47,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.24957,
"ndviCount": 16787,
"ndwi": -0.21149,
"ndwiCount": 16787,
"lstd": 6.7,
"lstn": -3.81,
"tmax": 5.7,
"tmin": -3.13,
"prcp": 19.85,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2899,
"ndviCount": 2804,
"ndwi": -0.15737,
"ndwiCount": 2804,
"lstd": 18.15,
"lstn": 3.46,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.29569,
"ndviCount": 2804,
"ndwi": -0.14141,
"ndwiCount": 2804,
"lstd": 19.35,
"lstn": 1.09,
"tmax": null,
"tmin": null,
"prcp": 0.9,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.31773,
"ndviCount": 2804,
"ndwi": -0.12016,
"ndwiCount": 2804,
"lstd": 16.41,
"lstn": -1.24,
"tmax": null,
"tmin": null,
"prcp": 5.85,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.29316,
"ndviCount": 2804,
"ndwi": -0.1201,
"ndwiCount": 2804,
"lstd": 6.89,
"lstn": -3.69,
"tmax": null,
"tmin": null,
"prcp": 15.15,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24221,
"ndviCount": 6370,
"ndwi": -0.18002,
"ndwiCount": 6370,
"lstd": 19.73,
"lstn": 1.16,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24341,
"ndviCount": 6370,
"ndwi": -0.18217,
"ndwiCount": 6370,
"lstd": 20.41,
"lstn": 0,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25364,
"ndviCount": 6370,
"ndwi": -0.17496,
"ndwiCount": 6370,
"lstd": 16.41,
"lstn": -2.27,
"tmax": null,
"tmin": null,
"prcp": 4.58,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25181,
"ndviCount": 6370,
"ndwi": -0.14365,
"ndwiCount": 6370,
"lstd": 3.85,
"lstn": -4.84,
"tmax": null,
"tmin": null,
"prcp": 21.24,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25881,
"ndviCount": 8245,
"ndwi": -0.16759,
"ndwiCount": 8245,
"lstd": 19.33,
"lstn": 2.48,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25221,
"ndviCount": 8245,
"ndwi": -0.17243,
"ndwiCount": 8245,
"lstd": 20.06,
"lstn": 2.44,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25932,
"ndviCount": 8245,
"ndwi": -0.16788,
"ndwiCount": 8245,
"lstd": 15.9,
"lstn": -2.02,
"tmax": null,
"tmin": null,
"prcp": 7.9,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25469,
"ndviCount": 8245,
"ndwi": -0.14133,
"ndwiCount": 8245,
"lstd": 4.36,
"lstn": -3.94,
"tmax": null,
"tmin": null,
"prcp": 14.2,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.243,
"ndviCount": 15434,
"ndwi": -0.19508,
"ndwiCount": 15434,
"lstd": 18.12,
"lstn": 0.38,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24879,
"ndviCount": 15434,
"ndwi": -0.23695,
"ndwiCount": 15434,
"lstd": 17.73,
"lstn": -1.08,
"tmax": null,
"tmin": null,
"prcp": 0.15,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25624,
"ndviCount": 15434,
"ndwi": -0.23627,
"ndwiCount": 15434,
"lstd": 13.62,
"lstn": -2.36,
"tmax": null,
"tmin": null,
"prcp": 20.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.1314,
"ndviCount": 15434,
"ndwi": 0.24034,
"ndwiCount": 15434,
"lstd": 5.65,
"lstn": -7.33,
"tmax": null,
"tmin": null,
"prcp": 30.7,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.35746,
"ndviCount": 1858,
"ndwi": -0.0899,
"ndwiCount": 1858,
"lstd": 19.43,
"lstn": 5.73,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.3388,
"ndviCount": 1858,
"ndwi": -0.0819,
"ndwiCount": 1858,
"lstd": 19.11,
"lstn": 3.77,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.36671,
"ndviCount": 1858,
"ndwi": -0.07521,
"ndwiCount": 1858,
"lstd": 16.09,
"lstn": -0.56,
"tmax": null,
"tmin": null,
"prcp": 8.48,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.34849,
"ndviCount": 1858,
"ndwi": -0.0662,
"ndwiCount": 1858,
"lstd": 7.78,
"lstn": -2.19,
"tmax": null,
"tmin": null,
"prcp": 16.47,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25934,
"ndviCount": 7399,
"ndwi": -0.20122,
"ndwiCount": 7399,
"lstd": 15.69,
"lstn": 2.34,
"tmax": 13.68,
"tmin": -2,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.253,
"ndviCount": 7399,
"ndwi": -0.21126,
"ndwiCount": 7399,
"lstd": 17.51,
"lstn": -0.03,
"tmax": 15.7,
"tmin": -2.56,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25356,
"ndviCount": 7399,
"ndwi": -0.21402,
"ndwiCount": 7399,
"lstd": 13.42,
"lstn": -2.81,
"tmax": 10.83,
"tmin": -1.8,
"prcp": 14.83,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.04401,
"ndviCount": 7399,
"ndwi": 0.59677,
"ndwiCount": 7399,
"lstd": 8.03,
"lstn": -8.7,
"tmax": 1.45,
"tmin": -5.89,
"prcp": 28.03,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27173,
"ndviCount": 5658,
"ndwi": -0.17547,
"ndwiCount": 5658,
"lstd": 21.14,
"lstn": 3.64,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27555,
"ndviCount": 5658,
"ndwi": -0.15663,
"ndwiCount": 5658,
"lstd": 20.6,
"lstn": 1.04,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29005,
"ndviCount": 5658,
"ndwi": -0.16361,
"ndwiCount": 5658,
"lstd": 17.16,
"lstn": -1.08,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.27997,
"ndviCount": 5658,
"ndwi": -0.15519,
"ndwiCount": 5658,
"lstd": 8.1,
"lstn": -1.91,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26905,
"ndviCount": 7506,
"ndwi": -0.18133,
"ndwiCount": 7506,
"lstd": 19.37,
"lstn": 2.08,
"tmax": 15.43,
"tmin": 2.21,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26323,
"ndviCount": 7506,
"ndwi": -0.20176,
"ndwiCount": 7506,
"lstd": 19.04,
"lstn": 0.4,
"tmax": 16.66,
"tmin": 0.41,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26242,
"ndviCount": 7506,
"ndwi": -0.20275,
"ndwiCount": 7506,
"lstd": 14.9,
"lstn": -2.81,
"tmax": 11.88,
"tmin": -0.05,
"prcp": 8.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26335,
"ndviCount": 7506,
"ndwi": -0.19985,
"ndwiCount": 7506,
"lstd": 6.77,
"lstn": -4.36,
"tmax": 6.03,
"tmin": -3.53,
"prcp": 36.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27753,
"ndviCount": 9900,
"ndwi": -0.21741,
"ndwiCount": 9900,
"lstd": 15.8,
"lstn": 1.31,
"tmax": 13.13,
"tmin": 1.4,
"prcp": 0.79,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25159,
"ndviCount": 9900,
"ndwi": -0.22419,
"ndwiCount": 9900,
"lstd": 16.74,
"lstn": -1.36,
"tmax": 15.21,
"tmin": -0.84,
"prcp": 0.14,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25573,
"ndviCount": 9900,
"ndwi": -0.2279,
"ndwiCount": 9900,
"lstd": 13.74,
"lstn": -2.55,
"tmax": 10.08,
"tmin": 0.96,
"prcp": 18.78,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.11189,
"ndviCount": 9900,
"ndwi": 0.33634,
"ndwiCount": 9900,
"lstd": 4.33,
"lstn": -6.53,
"tmax": 2.94,
"tmin": -3.55,
"prcp": 21.85,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2682,
"ndviCount": 4942,
"ndwi": -0.15392,
"ndwiCount": 4942,
"lstd": 19.07,
"lstn": 2.28,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26362,
"ndviCount": 4942,
"ndwi": -0.13775,
"ndwiCount": 4942,
"lstd": 19.96,
"lstn": 0.29,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.27915,
"ndviCount": 4942,
"ndwi": -0.14389,
"ndwiCount": 4942,
"lstd": 16.64,
"lstn": -1.2,
"tmax": null,
"tmin": null,
"prcp": 8.07,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.27978,
"ndviCount": 4942,
"ndwi": -0.11663,
"ndwiCount": 4942,
"lstd": 7.94,
"lstn": -2.73,
"tmax": null,
"tmin": null,
"prcp": 13.55,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24756,
"ndviCount": 12696,
"ndwi": -0.23313,
"ndwiCount": 12696,
"lstd": 17.1,
"lstn": 0.58,
"tmax": 14.59,
"tmin": 1.29,
"prcp": 0.26,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24937,
"ndviCount": 12696,
"ndwi": -0.24383,
"ndwiCount": 12696,
"lstd": 18.05,
"lstn": -1.02,
"tmax": 16.63,
"tmin": 0.83,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24888,
"ndviCount": 12696,
"ndwi": -0.24511,
"ndwiCount": 12696,
"lstd": 13.96,
"lstn": -3.54,
"tmax": 11.18,
"tmin": 0.17,
"prcp": 9.53,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22854,
"ndviCount": 12696,
"ndwi": -0.15299,
"ndwiCount": 12696,
"lstd": 9.52,
"lstn": -8.37,
"tmax": 3.24,
"tmin": -4.75,
"prcp": 25.52,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.3994,
"ndviCount": 58,
"ndwi": -0.05337,
"ndwiCount": 58,
"lstd": 20.02,
"lstn": 8.07,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.41785,
"ndviCount": 58,
"ndwi": -0.03266,
"ndwiCount": 58,
"lstd": 20.08,
"lstn": 3.59,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.39524,
"ndviCount": 58,
"ndwi": -0.06655,
"ndwiCount": 58,
"lstd": 14.92,
"lstn": 1.1,
"tmax": null,
"tmin": null,
"prcp": 0.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.38023,
"ndviCount": 58,
"ndwi": -0.04383,
"ndwiCount": 58,
"lstd": 8.18,
"lstn": -0.65,
"tmax": null,
"tmin": null,
"prcp": 14,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26138,
"ndviCount": 6194,
"ndwi": -0.21633,
"ndwiCount": 6194,
"lstd": 16.71,
"lstn": 1.61,
"tmax": 14.03,
"tmin": 0.85,
"prcp": 0.3,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24827,
"ndviCount": 6194,
"ndwi": -0.21012,
"ndwiCount": 6194,
"lstd": 17.42,
"lstn": -0.23,
"tmax": 16.68,
"tmin": 0.35,
"prcp": 0.15,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24614,
"ndviCount": 6194,
"ndwi": -0.21296,
"ndwiCount": 6194,
"lstd": 12.93,
"lstn": -3.37,
"tmax": 11.31,
"tmin": 0.06,
"prcp": 8.25,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.17487,
"ndviCount": 6194,
"ndwi": 0.08063,
"ndwiCount": 6194,
"lstd": 7.65,
"lstn": -8.62,
"tmax": 2.79,
"tmin": -5,
"prcp": 25.05,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27636,
"ndviCount": 19913,
"ndwi": -0.2118,
"ndwiCount": 19913,
"lstd": 16.87,
"lstn": 0.3,
"tmax": 13.06,
"tmin": 1.49,
"prcp": 0.08,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25802,
"ndviCount": 19913,
"ndwi": -0.20558,
"ndwiCount": 19913,
"lstd": 16.91,
"lstn": -1.21,
"tmax": 14.76,
"tmin": 0.04,
"prcp": 0.17,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25136,
"ndviCount": 19913,
"ndwi": -0.20397,
"ndwiCount": 19913,
"lstd": 12.17,
"lstn": -3.77,
"tmax": 9.76,
"tmin": -0.77,
"prcp": 12.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01286,
"ndviCount": 19913,
"ndwi": 0.69138,
"ndwiCount": 19913,
"lstd": 7.27,
"lstn": -8.26,
"tmax": 1.63,
"tmin": -5.38,
"prcp": 23.55,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24561,
"ndviCount": 33282,
"ndwi": -0.1952,
"ndwiCount": 33282,
"lstd": 16.9,
"lstn": 1.19,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2486,
"ndviCount": 33282,
"ndwi": -0.22795,
"ndwiCount": 33282,
"lstd": 17.25,
"lstn": -1.26,
"tmax": null,
"tmin": null,
"prcp": 0.43,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25583,
"ndviCount": 33282,
"ndwi": -0.22329,
"ndwiCount": 33282,
"lstd": 14.36,
"lstn": -2.69,
"tmax": null,
"tmin": null,
"prcp": 16.1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.18348,
"ndviCount": 33282,
"ndwi": 0.01043,
"ndwiCount": 33282,
"lstd": 5.55,
"lstn": -6.75,
"tmax": null,
"tmin": null,
"prcp": 18.47,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.30646,
"ndviCount": 2814,
"ndwi": -0.12861,
"ndwiCount": 2814,
"lstd": 20.72,
"lstn": 6.58,
"tmax": 18.71,
"tmin": 4.36,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27851,
"ndviCount": 2814,
"ndwi": -0.13511,
"ndwiCount": 2814,
"lstd": 20.78,
"lstn": 4.87,
"tmax": 18.86,
"tmin": 1.34,
"prcp": 0.2,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29405,
"ndviCount": 2814,
"ndwi": -0.14613,
"ndwiCount": 2814,
"lstd": 18.28,
"lstn": -1.01,
"tmax": 13.54,
"tmin": 1.09,
"prcp": 5.82,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.28689,
"ndviCount": 2814,
"ndwi": -0.12507,
"ndwiCount": 2814,
"lstd": 9.93,
"lstn": -2.33,
"tmax": 9.17,
"tmin": -0.6,
"prcp": 15.57,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24273,
"ndviCount": 7989,
"ndwi": -0.1766,
"ndwiCount": 7989,
"lstd": 19.41,
"lstn": -0.1,
"tmax": 19.29,
"tmin": 5.9,
"prcp": 0.37,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24328,
"ndviCount": 7989,
"ndwi": -0.17796,
"ndwiCount": 7989,
"lstd": 20.23,
"lstn": 0.21,
"tmax": 18.2,
"tmin": 2.13,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25549,
"ndviCount": 7989,
"ndwi": -0.16089,
"ndwiCount": 7989,
"lstd": 15.59,
"lstn": -1.36,
"tmax": 12.38,
"tmin": 2.1,
"prcp": 7.73,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25712,
"ndviCount": 7989,
"ndwi": -0.14163,
"ndwiCount": 7989,
"lstd": 3.5,
"lstn": -4.1,
"tmax": 8.05,
"tmin": -0.74,
"prcp": 15.58,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.30939,
"ndviCount": 2316,
"ndwi": -0.12904,
"ndwiCount": 2316,
"lstd": 19.09,
"lstn": 3.18,
"tmax": 19.65,
"tmin": 4.63,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.30665,
"ndviCount": 2316,
"ndwi": -0.10891,
"ndwiCount": 2316,
"lstd": 19.65,
"lstn": 3.48,
"tmax": 17.9,
"tmin": -0.41,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.33363,
"ndviCount": 2316,
"ndwi": -0.10711,
"ndwiCount": 2316,
"lstd": 16.46,
"lstn": -1.19,
"tmax": 12.56,
"tmin": 0.48,
"prcp": 7.78,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.31907,
"ndviCount": 2316,
"ndwi": -0.09698,
"ndwiCount": 2316,
"lstd": 6.69,
"lstn": -2.68,
"tmax": 8.33,
"tmin": -1.58,
"prcp": 16.01,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27955,
"ndviCount": 3672,
"ndwi": -0.15145,
"ndwiCount": 3672,
"lstd": 19.23,
"lstn": 2.04,
"tmax": 15.91,
"tmin": 0.93,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26927,
"ndviCount": 3672,
"ndwi": -0.17497,
"ndwiCount": 3672,
"lstd": 19.23,
"lstn": 0.51,
"tmax": 17.51,
"tmin": 0.14,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26905,
"ndviCount": 3672,
"ndwi": -0.17002,
"ndwiCount": 3672,
"lstd": 15.46,
"lstn": -2.58,
"tmax": 11.36,
"tmin": 1.18,
"prcp": 9.9,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.27137,
"ndviCount": 3672,
"ndwi": -0.16696,
"ndwiCount": 3672,
"lstd": 5.57,
"lstn": -3.74,
"tmax": 6.95,
"tmin": -3.11,
"prcp": 22.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.29788,
"ndviCount": 2337,
"ndwi": -0.17158,
"ndwiCount": 2337,
"lstd": 16,
"lstn": -2.22,
"tmax": 11.29,
"tmin": -1.19,
"prcp": 2.05,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26656,
"ndviCount": 2337,
"ndwi": -0.17668,
"ndwiCount": 2337,
"lstd": 15.06,
"lstn": -0.45,
"tmax": 12.33,
"tmin": -2.5,
"prcp": 3.25,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25597,
"ndviCount": 2337,
"ndwi": -0.17449,
"ndwiCount": 2337,
"lstd": 8.91,
"lstn": -4.22,
"tmax": 10.18,
"tmin": -2.64,
"prcp": 8.27,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06532,
"ndviCount": 2337,
"ndwi": 0.51057,
"ndwiCount": 2337,
"lstd": 7.22,
"lstn": -6.17,
"tmax": 0.7,
"tmin": -7.09,
"prcp": 6.25,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.37896,
"ndviCount": 176,
"ndwi": -0.09215,
"ndwiCount": 176,
"lstd": 20.45,
"lstn": 7.86,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.37368,
"ndviCount": 176,
"ndwi": -0.06,
"ndwiCount": 176,
"lstd": 20.17,
"lstn": 6.17,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.40627,
"ndviCount": 176,
"ndwi": -0.06081,
"ndwiCount": 176,
"lstd": 15.68,
"lstn": 0.23,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.40839,
"ndviCount": 176,
"ndwi": -0.01313,
"ndwiCount": 176,
"lstd": 8.59,
"lstn": -2.62,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.30159,
"ndviCount": 5267,
"ndwi": -0.15764,
"ndwiCount": 5267,
"lstd": 14.57,
"lstn": 0.02,
"tmax": 12.54,
"tmin": 0.78,
"prcp": 1.5,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25833,
"ndviCount": 5267,
"ndwi": -0.18797,
"ndwiCount": 5267,
"lstd": 15.37,
"lstn": -1.17,
"tmax": 13.75,
"tmin": -1.39,
"prcp": 1.24,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25639,
"ndviCount": 5267,
"ndwi": -0.18549,
"ndwiCount": 5267,
"lstd": 10.58,
"lstn": -4.11,
"tmax": 10.08,
"tmin": -1.5,
"prcp": 18.02,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.02012,
"ndviCount": 5267,
"ndwi": 0.66335,
"ndwiCount": 5267,
"lstd": -0.78,
"lstn": -6.48,
"tmax": 1.91,
"tmin": -5.35,
"prcp": 22.71,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27042,
"ndviCount": 16567,
"ndwi": -0.15552,
"ndwiCount": 16567,
"lstd": 15.52,
"lstn": 1.42,
"tmax": 13.2,
"tmin": 0.65,
"prcp": 0.98,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25781,
"ndviCount": 16567,
"ndwi": -0.20856,
"ndwiCount": 16567,
"lstd": 16.25,
"lstn": -0.96,
"tmax": 18,
"tmin": 0.98,
"prcp": 0.2,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26213,
"ndviCount": 16567,
"ndwi": -0.20488,
"ndwiCount": 16567,
"lstd": 14.02,
"lstn": -2.72,
"tmax": 8.75,
"tmin": -1.53,
"prcp": 20.94,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.14229,
"ndviCount": 16566,
"ndwi": 0.19783,
"ndwiCount": 16567,
"lstd": 5.72,
"lstn": -5.31,
"tmax": 1.99,
"tmin": -4.51,
"prcp": 28.08,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.31224,
"ndviCount": 6417,
"ndwi": -0.18037,
"ndwiCount": 6417,
"lstd": 15.09,
"lstn": -0.08,
"tmax": null,
"tmin": null,
"prcp": 1.45,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26863,
"ndviCount": 6417,
"ndwi": -0.1879,
"ndwiCount": 6417,
"lstd": 16.09,
"lstn": -1.4,
"tmax": null,
"tmin": null,
"prcp": 1.13,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26957,
"ndviCount": 6417,
"ndwi": -0.18915,
"ndwiCount": 6417,
"lstd": 11.89,
"lstn": -3.25,
"tmax": null,
"tmin": null,
"prcp": 18.98,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.02115,
"ndviCount": 6417,
"ndwi": 0.65025,
"ndwiCount": 6417,
"lstd": 2.98,
"lstn": -6.47,
"tmax": null,
"tmin": null,
"prcp": 26.53,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27523,
"ndviCount": 11317,
"ndwi": -0.20661,
"ndwiCount": 11317,
"lstd": 16.46,
"lstn": 0.43,
"tmax": 13.25,
"tmin": -0.38,
"prcp": 0.2,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.257,
"ndviCount": 11317,
"ndwi": -0.20627,
"ndwiCount": 11317,
"lstd": 16.99,
"lstn": -1.17,
"tmax": 15.12,
"tmin": -0.69,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25155,
"ndviCount": 11317,
"ndwi": -0.20608,
"ndwiCount": 11317,
"lstd": 12.72,
"lstn": -3.71,
"tmax": 10.88,
"tmin": -0.61,
"prcp": 11.88,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.11204,
"ndviCount": 11317,
"ndwi": 0.31362,
"ndwiCount": 11317,
"lstd": 6.33,
"lstn": -9.55,
"tmax": 2.51,
"tmin": -5.7,
"prcp": 23.1,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.38713,
"ndviCount": 204,
"ndwi": -0.04112,
"ndwiCount": 204,
"lstd": 13.25,
"lstn": 0.16,
"tmax": 12.02,
"tmin": 2.41,
"prcp": 4.53,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.3017,
"ndviCount": 204,
"ndwi": -0.12536,
"ndwiCount": 204,
"lstd": 14.08,
"lstn": 1.43,
"tmax": 13.74,
"tmin": 0.65,
"prcp": 2.23,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29901,
"ndviCount": 204,
"ndwi": -0.12225,
"ndwiCount": 204,
"lstd": 10.21,
"lstn": -2.17,
"tmax": 9.48,
"tmin": 0.06,
"prcp": 18.46,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.20263,
"ndviCount": 204,
"ndwi": 0.16005,
"ndwiCount": 204,
"lstd": 3.73,
"lstn": -5.81,
"tmax": 2.65,
"tmin": -4.48,
"prcp": 17.49,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28122,
"ndviCount": 29151,
"ndwi": -0.21397,
"ndwiCount": 29151,
"lstd": 15.59,
"lstn": 0.15,
"tmax": 12.44,
"tmin": -0.62,
"prcp": 0.96,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26107,
"ndviCount": 29151,
"ndwi": -0.22706,
"ndwiCount": 29151,
"lstd": 16.66,
"lstn": -1.32,
"tmax": 14.52,
"tmin": -2.01,
"prcp": 0.03,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26323,
"ndviCount": 29151,
"ndwi": -0.23112,
"ndwiCount": 29151,
"lstd": 13.18,
"lstn": -2.95,
"tmax": 10.98,
"tmin": -0.24,
"prcp": 13.36,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00961,
"ndviCount": 29151,
"ndwi": 0.67322,
"ndwiCount": 29151,
"lstd": 2.7,
"lstn": -7.38,
"tmax": 2.11,
"tmin": -5.53,
"prcp": 25.03,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27158,
"ndviCount": 4936,
"ndwi": -0.16819,
"ndwiCount": 4936,
"lstd": 20.17,
"lstn": -0.61,
"tmax": 18.99,
"tmin": 3.8,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27416,
"ndviCount": 4936,
"ndwi": -0.15969,
"ndwiCount": 4936,
"lstd": 20.41,
"lstn": 0.09,
"tmax": 19.29,
"tmin": 1.54,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29596,
"ndviCount": 4936,
"ndwi": -0.12852,
"ndwiCount": 4936,
"lstd": 16.15,
"lstn": -1.52,
"tmax": 13.47,
"tmin": 2.48,
"prcp": 14.45,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.28956,
"ndviCount": 4936,
"ndwi": -0.16066,
"ndwiCount": 4936,
"lstd": 5.55,
"lstn": -3.98,
"tmax": 8.19,
"tmin": -1.05,
"prcp": 18.25,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27705,
"ndviCount": 19843,
"ndwi": -0.21372,
"ndwiCount": 19843,
"lstd": 15.18,
"lstn": -0.66,
"tmax": 11.81,
"tmin": -0.2,
"prcp": 0.95,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26403,
"ndviCount": 19843,
"ndwi": -0.22626,
"ndwiCount": 19843,
"lstd": 16.12,
"lstn": -0.54,
"tmax": 13.18,
"tmin": -0.1,
"prcp": 0.84,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25979,
"ndviCount": 19843,
"ndwi": -0.22927,
"ndwiCount": 19843,
"lstd": 10.54,
"lstn": -4.55,
"tmax": 10.28,
"tmin": -0.79,
"prcp": 15.21,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01976,
"ndviCount": 19843,
"ndwi": 0.62915,
"ndwiCount": 19843,
"lstd": 5.96,
"lstn": -6.65,
"tmax": 1.08,
"tmin": -6.27,
"prcp": 18.26,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25776,
"ndviCount": 32306,
"ndwi": -0.21762,
"ndwiCount": 32306,
"lstd": 16.56,
"lstn": -0.32,
"tmax": 12.5,
"tmin": -0.29,
"prcp": 0.45,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25014,
"ndviCount": 32306,
"ndwi": -0.246,
"ndwiCount": 32306,
"lstd": 17.63,
"lstn": -1.14,
"tmax": 15.23,
"tmin": -1.48,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25533,
"ndviCount": 32306,
"ndwi": -0.25042,
"ndwiCount": 32306,
"lstd": 13.9,
"lstn": -2.61,
"tmax": 10.56,
"tmin": -1.06,
"prcp": 18.28,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.09216,
"ndviCount": 32306,
"ndwi": 0.40055,
"ndwiCount": 32306,
"lstd": 7.22,
"lstn": -7.52,
"tmax": 2.23,
"tmin": -4.93,
"prcp": 23.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25411,
"ndviCount": 18174,
"ndwi": -0.20815,
"ndwiCount": 18174,
"lstd": 20.11,
"lstn": 1.65,
"tmax": 17.16,
"tmin": 1.96,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25781,
"ndviCount": 18174,
"ndwi": -0.23425,
"ndwiCount": 18174,
"lstd": 18.63,
"lstn": -0.91,
"tmax": 15.93,
"tmin": -1.11,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26184,
"ndviCount": 18174,
"ndwi": -0.23873,
"ndwiCount": 18174,
"lstd": 14.55,
"lstn": -2.7,
"tmax": 10.15,
"tmin": -0.55,
"prcp": 13.33,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.13614,
"ndviCount": 18170,
"ndwi": 0.30152,
"ndwiCount": 18174,
"lstd": 5.99,
"lstn": -5.84,
"tmax": 4.73,
"tmin": -2.66,
"prcp": 30,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24505,
"ndviCount": 11876,
"ndwi": -0.23756,
"ndwiCount": 11876,
"lstd": 16.52,
"lstn": 1.39,
"tmax": 14.31,
"tmin": -0.14,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24906,
"ndviCount": 11876,
"ndwi": -0.2484,
"ndwiCount": 11876,
"lstd": 17.72,
"lstn": -1.3,
"tmax": 16.61,
"tmin": -0.29,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24809,
"ndviCount": 11876,
"ndwi": -0.25365,
"ndwiCount": 11876,
"lstd": 13.73,
"lstn": -3.26,
"tmax": 11.88,
"tmin": 0.29,
"prcp": 13.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.24024,
"ndviCount": 11876,
"ndwi": -0.20396,
"ndwiCount": 11876,
"lstd": 8.99,
"lstn": -8.68,
"tmax": 2.98,
"tmin": -5.69,
"prcp": 23.04,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.31945,
"ndviCount": 5385,
"ndwi": -0.14355,
"ndwiCount": 5385,
"lstd": 13.8,
"lstn": -0.98,
"tmax": 11.26,
"tmin": 0.29,
"prcp": 4.36,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26434,
"ndviCount": 5385,
"ndwi": -0.18707,
"ndwiCount": 5385,
"lstd": 13.95,
"lstn": -0.48,
"tmax": 13.68,
"tmin": -1.95,
"prcp": 4.04,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25829,
"ndviCount": 5385,
"ndwi": -0.18492,
"ndwiCount": 5385,
"lstd": 10.3,
"lstn": -4.84,
"tmax": 10.2,
"tmin": 0.65,
"prcp": 19.16,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06314,
"ndviCount": 5385,
"ndwi": 0.52258,
"ndwiCount": 5385,
"lstd": -1.52,
"lstn": -5.63,
"tmax": 2.5,
"tmin": -5.98,
"prcp": 14.73,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25182,
"ndviCount": 35122,
"ndwi": -0.20297,
"ndwiCount": 35122,
"lstd": 18.87,
"lstn": 0.46,
"tmax": 13.61,
"tmin": -0.14,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25412,
"ndviCount": 35122,
"ndwi": -0.23496,
"ndwiCount": 35122,
"lstd": 17.4,
"lstn": -0.74,
"tmax": 16.28,
"tmin": -0.14,
"prcp": 0.03,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26032,
"ndviCount": 35122,
"ndwi": -0.23511,
"ndwiCount": 35122,
"lstd": 13.38,
"lstn": -2.25,
"tmax": 11.74,
"tmin": -0.26,
"prcp": 18.07,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.10786,
"ndviCount": 35122,
"ndwi": 0.39289,
"ndwiCount": 35122,
"lstd": 7.78,
"lstn": -8.95,
"tmax": 3.39,
"tmin": -5.75,
"prcp": 32.4,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25735,
"ndviCount": 15444,
"ndwi": -0.22145,
"ndwiCount": 15444,
"lstd": 21.55,
"lstn": 1.36,
"tmax": 17.34,
"tmin": 4.09,
"prcp": 0.08,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25567,
"ndviCount": 15444,
"ndwi": -0.25367,
"ndwiCount": 15444,
"lstd": 19.35,
"lstn": -0.67,
"tmax": 15.59,
"tmin": 1.18,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26262,
"ndviCount": 15444,
"ndwi": -0.25365,
"ndwiCount": 15444,
"lstd": 15.3,
"lstn": -2.54,
"tmax": 10.6,
"tmin": 0.23,
"prcp": 16.45,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26027,
"ndviCount": 15444,
"ndwi": -0.21569,
"ndwiCount": 15444,
"lstd": 4.86,
"lstn": -4.45,
"tmax": 5.43,
"tmin": -1.53,
"prcp": 39.59,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26627,
"ndviCount": 13468,
"ndwi": -0.18398,
"ndwiCount": 13468,
"lstd": 18.8,
"lstn": 1.74,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26273,
"ndviCount": 13468,
"ndwi": -0.21787,
"ndwiCount": 13468,
"lstd": 19.4,
"lstn": 0.93,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2645,
"ndviCount": 13468,
"ndwi": -0.2176,
"ndwiCount": 13468,
"lstd": 15.25,
"lstn": -2.43,
"tmax": null,
"tmin": null,
"prcp": 15.2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26991,
"ndviCount": 13468,
"ndwi": -0.20913,
"ndwiCount": 13468,
"lstd": 5.03,
"lstn": -3.55,
"tmax": null,
"tmin": null,
"prcp": 27.56,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28589,
"ndviCount": 6099,
"ndwi": -0.14911,
"ndwiCount": 6099,
"lstd": 17.6,
"lstn": 3.18,
"tmax": 24.7,
"tmin": 10.55,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.28069,
"ndviCount": 6099,
"ndwi": -0.15992,
"ndwiCount": 6099,
"lstd": 19.85,
"lstn": 1.07,
"tmax": 17.65,
"tmin": 3.28,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.28551,
"ndviCount": 6099,
"ndwi": -0.15422,
"ndwiCount": 6099,
"lstd": 15.86,
"lstn": -2.02,
"tmax": 8.18,
"tmin": 2.78,
"prcp": 18.06,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.29541,
"ndviCount": 6099,
"ndwi": -0.11888,
"ndwiCount": 6099,
"lstd": 4.98,
"lstn": -4.03,
"tmax": 2.8,
"tmin": -5.85,
"prcp": 23.29,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28374,
"ndviCount": 4907,
"ndwi": -0.13726,
"ndwiCount": 4907,
"lstd": 18.42,
"lstn": 3.64,
"tmax": 17.04,
"tmin": 3.06,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.28425,
"ndviCount": 4907,
"ndwi": -0.13168,
"ndwiCount": 4907,
"lstd": 19.58,
"lstn": 4.08,
"tmax": 17.96,
"tmin": 1.21,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29857,
"ndviCount": 4907,
"ndwi": -0.12535,
"ndwiCount": 4907,
"lstd": 16.01,
"lstn": -1.66,
"tmax": 12.91,
"tmin": 0.79,
"prcp": 5.23,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.2919,
"ndviCount": 4907,
"ndwi": -0.10529,
"ndwiCount": 4907,
"lstd": 4.86,
"lstn": -3.38,
"tmax": 7.53,
"tmin": -2.09,
"prcp": 24.25,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27454,
"ndviCount": 9148,
"ndwi": -0.21649,
"ndwiCount": 9148,
"lstd": 16.17,
"lstn": 1.32,
"tmax": null,
"tmin": null,
"prcp": 0.27,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25818,
"ndviCount": 9148,
"ndwi": -0.22938,
"ndwiCount": 9148,
"lstd": 17.08,
"lstn": -0.76,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25843,
"ndviCount": 9148,
"ndwi": -0.23134,
"ndwiCount": 9148,
"lstd": 12.6,
"lstn": -2.94,
"tmax": null,
"tmin": null,
"prcp": 17.15,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21577,
"ndviCount": 9148,
"ndwi": -0.07091,
"ndwiCount": 9148,
"lstd": 5.61,
"lstn": -8.27,
"tmax": null,
"tmin": null,
"prcp": 21.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27315,
"ndviCount": 10704,
"ndwi": -0.20708,
"ndwiCount": 10704,
"lstd": 18.21,
"lstn": 1.32,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27749,
"ndviCount": 10704,
"ndwi": -0.21417,
"ndwiCount": 10704,
"lstd": 18.61,
"lstn": -0.34,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.27846,
"ndviCount": 10704,
"ndwi": -0.21525,
"ndwiCount": 10704,
"lstd": 14.51,
"lstn": -3.2,
"tmax": null,
"tmin": null,
"prcp": 15.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06119,
"ndviCount": 10704,
"ndwi": 0.60541,
"ndwiCount": 10704,
"lstd": 9.65,
"lstn": -7.67,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.31506,
"ndviCount": 1285,
"ndwi": -0.11421,
"ndwiCount": 1285,
"lstd": 20.89,
"lstn": 6.41,
"tmax": null,
"tmin": null,
"prcp": 0.33,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.30894,
"ndviCount": 1285,
"ndwi": -0.09059,
"ndwiCount": 1285,
"lstd": 21.95,
"lstn": 4.69,
"tmax": null,
"tmin": null,
"prcp": 1.15,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.32506,
"ndviCount": 1285,
"ndwi": -0.10925,
"ndwiCount": 1285,
"lstd": 16.36,
"lstn": 0.48,
"tmax": null,
"tmin": null,
"prcp": 20.66,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.34178,
"ndviCount": 1285,
"ndwi": -0.06093,
"ndwiCount": 1285,
"lstd": 9.73,
"lstn": -1.87,
"tmax": null,
"tmin": null,
"prcp": 14,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25781,
"ndviCount": 6946,
"ndwi": -0.21599,
"ndwiCount": 6946,
"lstd": 19.29,
"lstn": 1.15,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26063,
"ndviCount": 6946,
"ndwi": -0.23342,
"ndwiCount": 6946,
"lstd": 19.32,
"lstn": -0.55,
"tmax": 21.7,
"tmin": 4.4,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26285,
"ndviCount": 6946,
"ndwi": -0.23624,
"ndwiCount": 6946,
"lstd": 14.45,
"lstn": -3.33,
"tmax": 16.1,
"tmin": 1.95,
"prcp": 13.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23258,
"ndviCount": 6946,
"ndwi": -0.08308,
"ndwiCount": 6946,
"lstd": 5.8,
"lstn": -4.61,
"tmax": 1.95,
"tmin": -7.8,
"prcp": 25.77,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26614,
"ndviCount": 10079,
"ndwi": -0.22333,
"ndwiCount": 10079,
"lstd": 15.75,
"lstn": 0.21,
"tmax": 14.07,
"tmin": 0.63,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24974,
"ndviCount": 10079,
"ndwi": -0.20728,
"ndwiCount": 10079,
"lstd": 17.51,
"lstn": -1.02,
"tmax": 15.11,
"tmin": 0.83,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24474,
"ndviCount": 10079,
"ndwi": -0.20732,
"ndwiCount": 10079,
"lstd": 12.49,
"lstn": -3.49,
"tmax": 11.63,
"tmin": -0.25,
"prcp": 8.4,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.05792,
"ndviCount": 10079,
"ndwi": 0.52537,
"ndwiCount": 10079,
"lstd": 6.58,
"lstn": -10.06,
"tmax": 3.13,
"tmin": -5.64,
"prcp": 15.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28534,
"ndviCount": 2625,
"ndwi": -0.16945,
"ndwiCount": 2625,
"lstd": 22.32,
"lstn": 6.75,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27489,
"ndviCount": 2625,
"ndwi": -0.16434,
"ndwiCount": 2625,
"lstd": 22.23,
"lstn": 3.2,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.28304,
"ndviCount": 2625,
"ndwi": -0.16259,
"ndwiCount": 2625,
"lstd": 18.03,
"lstn": -2,
"tmax": null,
"tmin": null,
"prcp": 10,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.28382,
"ndviCount": 2625,
"ndwi": -0.14439,
"ndwiCount": 2625,
"lstd": 9.95,
"lstn": -2.93,
"tmax": null,
"tmin": null,
"prcp": 23.75,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26456,
"ndviCount": 13909,
"ndwi": -0.19202,
"ndwiCount": 13909,
"lstd": 19.1,
"lstn": 0.84,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26009,
"ndviCount": 13909,
"ndwi": -0.21719,
"ndwiCount": 13909,
"lstd": 19.81,
"lstn": 0.33,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26652,
"ndviCount": 13909,
"ndwi": -0.21301,
"ndwiCount": 13909,
"lstd": 15.61,
"lstn": -2.67,
"tmax": null,
"tmin": null,
"prcp": 12.7,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.27304,
"ndviCount": 13909,
"ndwi": -0.20267,
"ndwiCount": 13909,
"lstd": 4.63,
"lstn": -3.15,
"tmax": null,
"tmin": null,
"prcp": 15.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26359,
"ndviCount": 11211,
"ndwi": -0.20904,
"ndwiCount": 11211,
"lstd": 19.39,
"lstn": 0.58,
"tmax": 15.62,
"tmin": 0.51,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26073,
"ndviCount": 11211,
"ndwi": -0.23815,
"ndwiCount": 11211,
"lstd": 19.27,
"lstn": 0.2,
"tmax": 17.4,
"tmin": -0.1,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26366,
"ndviCount": 11211,
"ndwi": -0.2395,
"ndwiCount": 11211,
"lstd": 14.44,
"lstn": -2.94,
"tmax": 11.91,
"tmin": 0.06,
"prcp": 12.92,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26274,
"ndviCount": 11211,
"ndwi": -0.23395,
"ndwiCount": 11211,
"lstd": 5.62,
"lstn": -3.97,
"tmax": 6.04,
"tmin": -3.74,
"prcp": 39.31,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25261,
"ndviCount": 9013,
"ndwi": -0.24444,
"ndwiCount": 9013,
"lstd": 21.7,
"lstn": 0.54,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25338,
"ndviCount": 9013,
"ndwi": -0.26221,
"ndwiCount": 9013,
"lstd": 20.05,
"lstn": -1.13,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25893,
"ndviCount": 9013,
"ndwi": -0.25812,
"ndwiCount": 9013,
"lstd": 15.97,
"lstn": -2.18,
"tmax": null,
"tmin": null,
"prcp": 5.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25498,
"ndviCount": 9013,
"ndwi": -0.22837,
"ndwiCount": 9013,
"lstd": 6.39,
"lstn": -5.2,
"tmax": null,
"tmin": null,
"prcp": 28.95,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.29377,
"ndviCount": 15321,
"ndwi": -0.18154,
"ndwiCount": 15321,
"lstd": 14.83,
"lstn": -1.45,
"tmax": null,
"tmin": null,
"prcp": 1,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.265,
"ndviCount": 15321,
"ndwi": -0.19646,
"ndwiCount": 15321,
"lstd": 15.03,
"lstn": -0.5,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25876,
"ndviCount": 15321,
"ndwi": -0.19595,
"ndwiCount": 15321,
"lstd": 9.68,
"lstn": -4.32,
"tmax": null,
"tmin": null,
"prcp": 13.7,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01493,
"ndviCount": 15321,
"ndwi": 0.6628,
"ndwiCount": 15321,
"lstd": 5.35,
"lstn": -6.48,
"tmax": null,
"tmin": null,
"prcp": 13,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28063,
"ndviCount": 7378,
"ndwi": -0.21017,
"ndwiCount": 7378,
"lstd": 18.28,
"lstn": 2.4,
"tmax": 16.88,
"tmin": 3.64,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26258,
"ndviCount": 7378,
"ndwi": -0.22013,
"ndwiCount": 7378,
"lstd": 17.34,
"lstn": -0.62,
"tmax": 16.06,
"tmin": 1.78,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26069,
"ndviCount": 7378,
"ndwi": -0.22242,
"ndwiCount": 7378,
"lstd": 12.55,
"lstn": -3.18,
"tmax": 10.69,
"tmin": 0.2,
"prcp": 15.08,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06867,
"ndviCount": 7378,
"ndwi": 0.48289,
"ndwiCount": 7378,
"lstd": 6.15,
"lstn": -9.02,
"tmax": 4.54,
"tmin": -2.79,
"prcp": 29.42,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.33918,
"ndviCount": 2354,
"ndwi": -0.12446,
"ndwiCount": 2354,
"lstd": 19.73,
"lstn": 5.61,
"tmax": 22.8,
"tmin": 8.9,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.31565,
"ndviCount": 2354,
"ndwi": -0.09769,
"ndwiCount": 2354,
"lstd": 19.64,
"lstn": 4.92,
"tmax": 15.85,
"tmin": 3.3,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.33739,
"ndviCount": 2354,
"ndwi": -0.10536,
"ndwiCount": 2354,
"lstd": 17.47,
"lstn": -1.59,
"tmax": 14.7,
"tmin": 4.75,
"prcp": 9.1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.32716,
"ndviCount": 2354,
"ndwi": -0.09759,
"ndwiCount": 2354,
"lstd": 7.19,
"lstn": -2.81,
"tmax": 12.25,
"tmin": 5.6,
"prcp": 9.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25279,
"ndviCount": 14032,
"ndwi": -0.2333,
"ndwiCount": 14032,
"lstd": 21.34,
"lstn": 0.61,
"tmax": null,
"tmin": null,
"prcp": 0.28,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25628,
"ndviCount": 14032,
"ndwi": -0.26261,
"ndwiCount": 14032,
"lstd": 19.08,
"lstn": -1.67,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26187,
"ndviCount": 14032,
"ndwi": -0.26073,
"ndwiCount": 14032,
"lstd": 15.1,
"lstn": -2.34,
"tmax": null,
"tmin": null,
"prcp": 16.06,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25336,
"ndviCount": 14032,
"ndwi": -0.1969,
"ndwiCount": 14032,
"lstd": 4.96,
"lstn": -6.06,
"tmax": null,
"tmin": null,
"prcp": 35.86,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26663,
"ndviCount": 8168,
"ndwi": -0.19291,
"ndwiCount": 8168,
"lstd": 17.98,
"lstn": 3.23,
"tmax": 14.89,
"tmin": -1.35,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25553,
"ndviCount": 8168,
"ndwi": -0.20151,
"ndwiCount": 8168,
"lstd": 19.26,
"lstn": 0.85,
"tmax": 15.76,
"tmin": -2.15,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25495,
"ndviCount": 8168,
"ndwi": -0.20379,
"ndwiCount": 8168,
"lstd": 14.4,
"lstn": -2.41,
"tmax": 9.85,
"tmin": 0.21,
"prcp": 10.05,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25516,
"ndviCount": 8168,
"ndwi": -0.19774,
"ndwiCount": 8168,
"lstd": 6.82,
"lstn": -3.77,
"tmax": 4.31,
"tmin": -4.28,
"prcp": 27.35,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.35248,
"ndviCount": 341,
"ndwi": -0.09857,
"ndwiCount": 341,
"lstd": 20.44,
"lstn": 6.8,
"tmax": 20.78,
"tmin": 6.59,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.348,
"ndviCount": 341,
"ndwi": -0.06585,
"ndwiCount": 341,
"lstd": 21.55,
"lstn": 3.74,
"tmax": 19.99,
"tmin": 3.41,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.36437,
"ndviCount": 341,
"ndwi": -0.06849,
"ndwiCount": 341,
"lstd": 15.68,
"lstn": 0.39,
"tmax": 14.03,
"tmin": 2.35,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.375,
"ndviCount": 341,
"ndwi": -0.03587,
"ndwiCount": 341,
"lstd": 9.32,
"lstn": -1.94,
"tmax": 9.51,
"tmin": -0.21,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.3358,
"ndviCount": 1338,
"ndwi": -0.10192,
"ndwiCount": 1338,
"lstd": 20.13,
"lstn": 7.93,
"tmax": 16.9,
"tmin": 4.6,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.33285,
"ndviCount": 1338,
"ndwi": -0.08334,
"ndwiCount": 1338,
"lstd": 22.09,
"lstn": 4.75,
"tmax": 20.43,
"tmin": 6.55,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.34633,
"ndviCount": 1338,
"ndwi": -0.11665,
"ndwiCount": 1338,
"lstd": 16.5,
"lstn": 0.43,
"tmax": 16.66,
"tmin": 3.78,
"prcp": 0.65,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.365,
"ndviCount": 1338,
"ndwi": -0.04648,
"ndwiCount": 1338,
"lstd": 9.6,
"lstn": -2.2,
"tmax": 9.43,
"tmin": -1.44,
"prcp": 19.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28614,
"ndviCount": 2509,
"ndwi": -0.2008,
"ndwiCount": 2509,
"lstd": 15.67,
"lstn": 0.8,
"tmax": 15.35,
"tmin": 1.04,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26738,
"ndviCount": 2509,
"ndwi": -0.21131,
"ndwiCount": 2509,
"lstd": 16.46,
"lstn": -0.3,
"tmax": 15.48,
"tmin": 0.29,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26777,
"ndviCount": 2509,
"ndwi": -0.21638,
"ndwiCount": 2509,
"lstd": 13.4,
"lstn": -2.57,
"tmax": 10.55,
"tmin": 0.36,
"prcp": 16.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00615,
"ndviCount": 2509,
"ndwi": 0.69067,
"ndwiCount": 2509,
"lstd": 6.05,
"lstn": -6.76,
"tmax": 3.53,
"tmin": -4.18,
"prcp": 19.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.30242,
"ndviCount": 2694,
"ndwi": -0.15716,
"ndwiCount": 2694,
"lstd": 21.55,
"lstn": 6.57,
"tmax": 18.05,
"tmin": 2.64,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.29539,
"ndviCount": 2694,
"ndwi": -0.13905,
"ndwiCount": 2694,
"lstd": 21.49,
"lstn": 4.93,
"tmax": 18.34,
"tmin": 2.13,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.31063,
"ndviCount": 2694,
"ndwi": -0.14342,
"ndwiCount": 2694,
"lstd": 18.33,
"lstn": -2.03,
"tmax": 14.82,
"tmin": 1.67,
"prcp": 7.53,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.30337,
"ndviCount": 2694,
"ndwi": -0.10951,
"ndwiCount": 2694,
"lstd": 9.44,
"lstn": -2.74,
"tmax": 8.49,
"tmin": -3.01,
"prcp": 22.07,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27553,
"ndviCount": 4572,
"ndwi": -0.15196,
"ndwiCount": 4572,
"lstd": 18.52,
"lstn": 0.01,
"tmax": 16.51,
"tmin": 2.84,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27641,
"ndviCount": 4572,
"ndwi": -0.13874,
"ndwiCount": 4572,
"lstd": 20.08,
"lstn": 2.13,
"tmax": 18.15,
"tmin": 0.29,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2977,
"ndviCount": 4572,
"ndwi": -0.12382,
"ndwiCount": 4572,
"lstd": 15.84,
"lstn": -1.48,
"tmax": 13.6,
"tmin": 0.83,
"prcp": 6.7,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.29706,
"ndviCount": 4572,
"ndwi": -0.09871,
"ndwiCount": 4572,
"lstd": 4.92,
"lstn": -4.2,
"tmax": 6.9,
"tmin": -2.46,
"prcp": 17.54,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27486,
"ndviCount": 3806,
"ndwi": -0.19011,
"ndwiCount": 3806,
"lstd": 15.51,
"lstn": 0.15,
"tmax": 14.11,
"tmin": 1.79,
"prcp": 1.15,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25999,
"ndviCount": 3806,
"ndwi": -0.1909,
"ndwiCount": 3806,
"lstd": 16.76,
"lstn": 0.1,
"tmax": 14.95,
"tmin": 0.71,
"prcp": 1.28,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25321,
"ndviCount": 3806,
"ndwi": -0.1898,
"ndwiCount": 3806,
"lstd": 11.91,
"lstn": -2.67,
"tmax": 11.09,
"tmin": -0.52,
"prcp": 5.48,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01529,
"ndviCount": 3806,
"ndwi": 0.69883,
"ndwiCount": 3806,
"lstd": 4.52,
"lstn": -7.74,
"tmax": 2.95,
"tmin": -4.49,
"prcp": 16.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.31706,
"ndviCount": 5596,
"ndwi": -0.1233,
"ndwiCount": 5596,
"lstd": 19.07,
"lstn": 5.59,
"tmax": 20.99,
"tmin": 5.05,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.31904,
"ndviCount": 5596,
"ndwi": -0.12157,
"ndwiCount": 5596,
"lstd": 20.54,
"lstn": 2.94,
"tmax": 18.4,
"tmin": 0.53,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.32904,
"ndviCount": 5596,
"ndwi": -0.11477,
"ndwiCount": 5596,
"lstd": 17.17,
"lstn": -2.15,
"tmax": 12.21,
"tmin": 0.61,
"prcp": 16.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.32831,
"ndviCount": 5596,
"ndwi": -0.09864,
"ndwiCount": 5596,
"lstd": 6.74,
"lstn": -2.87,
"tmax": 9.36,
"tmin": -0.48,
"prcp": 29.58,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28672,
"ndviCount": 3413,
"ndwi": -0.14958,
"ndwiCount": 3413,
"lstd": 20.5,
"lstn": 3.91,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27728,
"ndviCount": 3413,
"ndwi": -0.14278,
"ndwiCount": 3413,
"lstd": 20.19,
"lstn": 1.91,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.28886,
"ndviCount": 3413,
"ndwi": -0.15984,
"ndwiCount": 3413,
"lstd": 16.63,
"lstn": -0.98,
"tmax": null,
"tmin": null,
"prcp": 10.4,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.28439,
"ndviCount": 3413,
"ndwi": -0.1542,
"ndwiCount": 3413,
"lstd": 7.85,
"lstn": -1.83,
"tmax": null,
"tmin": null,
"prcp": 15.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2711,
"ndviCount": 19140,
"ndwi": -0.20889,
"ndwiCount": 19140,
"lstd": 19.74,
"lstn": 1.19,
"tmax": 18.05,
"tmin": 3.15,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26704,
"ndviCount": 19140,
"ndwi": -0.24681,
"ndwiCount": 19140,
"lstd": 19.52,
"lstn": -0.35,
"tmax": 16.46,
"tmin": 0.83,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26992,
"ndviCount": 19140,
"ndwi": -0.24806,
"ndwiCount": 19140,
"lstd": 15.41,
"lstn": -1.99,
"tmax": 10.43,
"tmin": 0.05,
"prcp": 11.34,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.27032,
"ndviCount": 19140,
"ndwi": -0.23553,
"ndwiCount": 19140,
"lstd": 5.09,
"lstn": -3.88,
"tmax": 5.78,
"tmin": -1.34,
"prcp": 33.03,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2555,
"ndviCount": 2814,
"ndwi": -0.20158,
"ndwiCount": 2814,
"lstd": 16.45,
"lstn": 1.43,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25828,
"ndviCount": 2814,
"ndwi": -0.21287,
"ndwiCount": 2814,
"lstd": 17.52,
"lstn": 0.3,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25433,
"ndviCount": 2814,
"ndwi": -0.21565,
"ndwiCount": 2814,
"lstd": 13.61,
"lstn": -2.84,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21117,
"ndviCount": 2814,
"ndwi": -0.03283,
"ndwiCount": 2814,
"lstd": 8.69,
"lstn": -7.57,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2587,
"ndviCount": 3758,
"ndwi": -0.19831,
"ndwiCount": 3758,
"lstd": 19.07,
"lstn": 2.18,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25681,
"ndviCount": 3758,
"ndwi": -0.2119,
"ndwiCount": 3758,
"lstd": 19.14,
"lstn": 0.19,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26075,
"ndviCount": 3758,
"ndwi": -0.21317,
"ndwiCount": 3758,
"lstd": 14.19,
"lstn": -2.83,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25938,
"ndviCount": 3758,
"ndwi": -0.20898,
"ndwiCount": 3758,
"lstd": 6.1,
"lstn": -4.35,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25805,
"ndviCount": 14886,
"ndwi": -0.20892,
"ndwiCount": 14886,
"lstd": 20.63,
"lstn": 0.68,
"tmax": 15.38,
"tmin": 2.15,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25445,
"ndviCount": 14886,
"ndwi": -0.22429,
"ndwiCount": 14886,
"lstd": 19.73,
"lstn": -0.43,
"tmax": 16.78,
"tmin": 1.61,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26018,
"ndviCount": 14886,
"ndwi": -0.21891,
"ndwiCount": 14886,
"lstd": 15.75,
"lstn": -2.02,
"tmax": 12.3,
"tmin": 1.18,
"prcp": 6.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25903,
"ndviCount": 14886,
"ndwi": -0.21215,
"ndwiCount": 14886,
"lstd": 5.2,
"lstn": -4.17,
"tmax": 6.03,
"tmin": -2.38,
"prcp": 19.12,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27709,
"ndviCount": 7960,
"ndwi": -0.22873,
"ndwiCount": 7960,
"lstd": 17.71,
"lstn": 0.79,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26034,
"ndviCount": 7960,
"ndwi": -0.23505,
"ndwiCount": 7960,
"lstd": 17.49,
"lstn": -1.65,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25584,
"ndviCount": 7960,
"ndwi": -0.23616,
"ndwiCount": 7960,
"lstd": 12.34,
"lstn": -3.89,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.09231,
"ndviCount": 7960,
"ndwi": 0.38279,
"ndwiCount": 7960,
"lstd": 4.89,
"lstn": -8.27,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2986,
"ndviCount": 8440,
"ndwi": -0.15893,
"ndwiCount": 8440,
"lstd": 15.16,
"lstn": -2.61,
"tmax": 11.4,
"tmin": -1.46,
"prcp": 2.3,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2639,
"ndviCount": 8440,
"ndwi": -0.17956,
"ndwiCount": 8440,
"lstd": 14.83,
"lstn": -0.53,
"tmax": 12.73,
"tmin": -2.58,
"prcp": 6.9,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25713,
"ndviCount": 8440,
"ndwi": -0.17772,
"ndwiCount": 8440,
"lstd": 9.18,
"lstn": -4.37,
"tmax": 10.49,
"tmin": -1.74,
"prcp": 12.63,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.02368,
"ndviCount": 8440,
"ndwi": 0.64169,
"ndwiCount": 8440,
"lstd": 6.8,
"lstn": -6.03,
"tmax": 1.26,
"tmin": -6.39,
"prcp": 9.65,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27642,
"ndviCount": 12430,
"ndwi": -0.20445,
"ndwiCount": 12430,
"lstd": 18.12,
"lstn": 1.12,
"tmax": null,
"tmin": null,
"prcp": 0.2,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26689,
"ndviCount": 12430,
"ndwi": -0.21951,
"ndwiCount": 12430,
"lstd": 17.59,
"lstn": -0.77,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26779,
"ndviCount": 12430,
"ndwi": -0.22238,
"ndwiCount": 12430,
"lstd": 13.75,
"lstn": -2.75,
"tmax": null,
"tmin": null,
"prcp": 14.36,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03147,
"ndviCount": 12430,
"ndwi": 0.65921,
"ndwiCount": 12430,
"lstd": 7.57,
"lstn": -9.23,
"tmax": null,
"tmin": null,
"prcp": 26.15,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.32973,
"ndviCount": 795,
"ndwi": -0.12093,
"ndwiCount": 795,
"lstd": 20.17,
"lstn": 6.38,
"tmax": null,
"tmin": null,
"prcp": 0.15,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.31524,
"ndviCount": 795,
"ndwi": -0.12797,
"ndwiCount": 795,
"lstd": 21.41,
"lstn": 3.14,
"tmax": null,
"tmin": null,
"prcp": 0.5,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.334,
"ndviCount": 795,
"ndwi": -0.137,
"ndwiCount": 795,
"lstd": 17.04,
"lstn": 0.12,
"tmax": null,
"tmin": null,
"prcp": 10.35,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.33109,
"ndviCount": 795,
"ndwi": -0.11136,
"ndwiCount": 795,
"lstd": 10.41,
"lstn": -1.38,
"tmax": null,
"tmin": null,
"prcp": 16.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24588,
"ndviCount": 23049,
"ndwi": -0.21233,
"ndwiCount": 23049,
"lstd": 19.8,
"lstn": 1.82,
"tmax": 16.3,
"tmin": 2.48,
"prcp": 0.86,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25406,
"ndviCount": 23049,
"ndwi": -0.23393,
"ndwiCount": 23049,
"lstd": 18.48,
"lstn": -1.14,
"tmax": 16.82,
"tmin": -0.43,
"prcp": 1.01,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26272,
"ndviCount": 23049,
"ndwi": -0.22462,
"ndwiCount": 23049,
"lstd": 15.28,
"lstn": -2.32,
"tmax": 11.63,
"tmin": -0.65,
"prcp": 6.16,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.20099,
"ndviCount": 23049,
"ndwi": 0.00963,
"ndwiCount": 23049,
"lstd": 6.01,
"lstn": -5.28,
"tmax": 4.81,
"tmin": -3.74,
"prcp": 27.01,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26179,
"ndviCount": 3671,
"ndwi": -0.17591,
"ndwiCount": 3671,
"lstd": 19.01,
"lstn": 1.03,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26562,
"ndviCount": 3671,
"ndwi": -0.16678,
"ndwiCount": 3671,
"lstd": 20.26,
"lstn": -0.15,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.28351,
"ndviCount": 3671,
"ndwi": -0.14934,
"ndwiCount": 3671,
"lstd": 16.26,
"lstn": -1.18,
"tmax": null,
"tmin": null,
"prcp": 8.9,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26353,
"ndviCount": 3671,
"ndwi": -0.15818,
"ndwiCount": 3671,
"lstd": 7.76,
"lstn": -3.64,
"tmax": null,
"tmin": null,
"prcp": 16.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25546,
"ndviCount": 12310,
"ndwi": -0.22522,
"ndwiCount": 12310,
"lstd": 17.07,
"lstn": 0.36,
"tmax": 13.89,
"tmin": -0.2,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24629,
"ndviCount": 12310,
"ndwi": -0.22484,
"ndwiCount": 12310,
"lstd": 17.49,
"lstn": -1.26,
"tmax": 17.65,
"tmin": 0.98,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24294,
"ndviCount": 12310,
"ndwi": -0.22787,
"ndwiCount": 12310,
"lstd": 13.23,
"lstn": -3.84,
"tmax": 12.48,
"tmin": 1.12,
"prcp": 9.9,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.15136,
"ndviCount": 12310,
"ndwi": 0.14389,
"ndwiCount": 12310,
"lstd": 7.17,
"lstn": -9.48,
"tmax": 4.33,
"tmin": -3.88,
"prcp": 10.2,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.33016,
"ndviCount": 6117,
"ndwi": -0.13841,
"ndwiCount": 6117,
"lstd": 19.6,
"lstn": 3.08,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.32745,
"ndviCount": 6117,
"ndwi": -0.11201,
"ndwiCount": 6117,
"lstd": 20.73,
"lstn": 2.85,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.35521,
"ndviCount": 6117,
"ndwi": -0.10432,
"ndwiCount": 6117,
"lstd": 17.26,
"lstn": -2.29,
"tmax": null,
"tmin": null,
"prcp": 9.95,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.34495,
"ndviCount": 6117,
"ndwi": -0.09109,
"ndwiCount": 6117,
"lstd": 6.26,
"lstn": -2.71,
"tmax": null,
"tmin": null,
"prcp": 20.7,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27845,
"ndviCount": 8660,
"ndwi": -0.14589,
"ndwiCount": 8660,
"lstd": 18.49,
"lstn": 2.47,
"tmax": 16.66,
"tmin": 3.95,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27398,
"ndviCount": 8660,
"ndwi": -0.12819,
"ndwiCount": 8660,
"lstd": 19.41,
"lstn": 3.03,
"tmax": 17.96,
"tmin": 2.32,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.29222,
"ndviCount": 8660,
"ndwi": -0.12739,
"ndwiCount": 8660,
"lstd": 16.18,
"lstn": -1.09,
"tmax": 13.96,
"tmin": 1.38,
"prcp": 9.4,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.29677,
"ndviCount": 8660,
"ndwi": -0.08615,
"ndwiCount": 8660,
"lstd": 6.55,
"lstn": -3.5,
"tmax": 8.11,
"tmin": -0.64,
"prcp": 15.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.29903,
"ndviCount": 7753,
"ndwi": -0.15954,
"ndwiCount": 7753,
"lstd": 20.35,
"lstn": 4,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.30122,
"ndviCount": 7753,
"ndwi": -0.13606,
"ndwiCount": 7753,
"lstd": 20.11,
"lstn": 0.97,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.32214,
"ndviCount": 7753,
"ndwi": -0.13101,
"ndwiCount": 7753,
"lstd": 16.76,
"lstn": -1.13,
"tmax": null,
"tmin": null,
"prcp": 5.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.30197,
"ndviCount": 7753,
"ndwi": -0.12268,
"ndwiCount": 7753,
"lstd": 8.08,
"lstn": -2.5,
"tmax": null,
"tmin": null,
"prcp": 17.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2777,
"ndviCount": 14699,
"ndwi": -0.20914,
"ndwiCount": 14699,
"lstd": 16.49,
"lstn": -2.38,
"tmax": 12.31,
"tmin": 0.53,
"prcp": 0.7,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26923,
"ndviCount": 14699,
"ndwi": -0.21886,
"ndwiCount": 14699,
"lstd": 16.76,
"lstn": -0.96,
"tmax": 12.79,
"tmin": 1.38,
"prcp": 2.87,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26313,
"ndviCount": 14699,
"ndwi": -0.21841,
"ndwiCount": 14699,
"lstd": 11.06,
"lstn": -3.74,
"tmax": 10.96,
"tmin": 0.33,
"prcp": 11.03,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03352,
"ndviCount": 14699,
"ndwi": 0.62928,
"ndwiCount": 14699,
"lstd": 7.26,
"lstn": -8.6,
"tmax": 2.08,
"tmin": -4.94,
"prcp": 14.06,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.30868,
"ndviCount": 7734,
"ndwi": -0.10729,
"ndwiCount": 7734,
"lstd": 14.22,
"lstn": 1.63,
"tmax": 13.26,
"tmin": 1.99,
"prcp": 1.17,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27676,
"ndviCount": 7734,
"ndwi": -0.17057,
"ndwiCount": 7734,
"lstd": 15.2,
"lstn": -0.64,
"tmax": 14.44,
"tmin": 0.64,
"prcp": 0.37,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.27631,
"ndviCount": 7734,
"ndwi": -0.15815,
"ndwiCount": 7734,
"lstd": 11.85,
"lstn": -2.79,
"tmax": 11.13,
"tmin": -1.18,
"prcp": 23.18,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.204,
"ndviCount": 7734,
"ndwi": 0.05079,
"ndwiCount": 7734,
"lstd": 4.94,
"lstn": -4.63,
"tmax": 2.48,
"tmin": -3.64,
"prcp": 22.02,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.3404,
"ndviCount": 628,
"ndwi": -0.07762,
"ndwiCount": 628,
"lstd": 18.93,
"lstn": 6.69,
"tmax": 20.01,
"tmin": 6.88,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.3082,
"ndviCount": 628,
"ndwi": -0.09788,
"ndwiCount": 628,
"lstd": 19.16,
"lstn": 4.08,
"tmax": 19.23,
"tmin": 1.44,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.31471,
"ndviCount": 628,
"ndwi": -0.11243,
"ndwiCount": 628,
"lstd": 16.03,
"lstn": -0.6,
"tmax": 13.61,
"tmin": 1.16,
"prcp": 8.67,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.30313,
"ndviCount": 628,
"ndwi": -0.10264,
"ndwiCount": 628,
"lstd": 7.66,
"lstn": -2.11,
"tmax": 9.56,
"tmin": 0.15,
"prcp": 15.43,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.31191,
"ndviCount": 4912,
"ndwi": -0.15005,
"ndwiCount": 4912,
"lstd": 14.92,
"lstn": -1.96,
"tmax": 12.86,
"tmin": 1.71,
"prcp": 4.2,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26803,
"ndviCount": 4912,
"ndwi": -0.18045,
"ndwiCount": 4912,
"lstd": 14.71,
"lstn": -0.04,
"tmax": 14.05,
"tmin": -1.28,
"prcp": 4.57,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26092,
"ndviCount": 4912,
"ndwi": -0.17724,
"ndwiCount": 4912,
"lstd": 9.03,
"lstn": -4.62,
"tmax": 8.4,
"tmin": -2.59,
"prcp": 16.13,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.04802,
"ndviCount": 4912,
"ndwi": 0.56128,
"ndwiCount": 4912,
"lstd": 4.81,
"lstn": -5.71,
"tmax": 2.19,
"tmin": -5.4,
"prcp": 15.13,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27152,
"ndviCount": 12265,
"ndwi": -0.22494,
"ndwiCount": 12265,
"lstd": 17.92,
"lstn": 0.63,
"tmax": 14.83,
"tmin": 2.26,
"prcp": 0.04,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26,
"ndviCount": 12265,
"ndwi": -0.2389,
"ndwiCount": 12265,
"lstd": 17.34,
"lstn": -0.69,
"tmax": 16.6,
"tmin": 0,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26397,
"ndviCount": 12265,
"ndwi": -0.24472,
"ndwiCount": 12265,
"lstd": 12.86,
"lstn": -2.95,
"tmax": 12.22,
"tmin": 0.78,
"prcp": 14.43,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.15226,
"ndviCount": 12265,
"ndwi": 0.16433,
"ndwiCount": 12265,
"lstd": 6.42,
"lstn": -8.66,
"tmax": 3.44,
"tmin": -4.84,
"prcp": 23.7,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26215,
"ndviCount": 6222,
"ndwi": -0.18925,
"ndwiCount": 6222,
"lstd": 17.05,
"lstn": -0.77,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26142,
"ndviCount": 6222,
"ndwi": -0.18781,
"ndwiCount": 6222,
"lstd": 18.82,
"lstn": 0.36,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25499,
"ndviCount": 6222,
"ndwi": -0.17349,
"ndwiCount": 6222,
"lstd": 12.07,
"lstn": -3.05,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.10825,
"ndviCount": 6222,
"ndwi": 0.34712,
"ndwiCount": 6222,
"lstd": 7.06,
"lstn": -6.2,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26606,
"ndviCount": 3955,
"ndwi": -0.17366,
"ndwiCount": 3955,
"lstd": 16.3,
"lstn": -1.15,
"tmax": 13.75,
"tmin": -1.26,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25759,
"ndviCount": 3955,
"ndwi": -0.18532,
"ndwiCount": 3955,
"lstd": 18.78,
"lstn": 0.53,
"tmax": 16.01,
"tmin": -0.29,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25477,
"ndviCount": 3955,
"ndwi": -0.16812,
"ndwiCount": 3955,
"lstd": 14.46,
"lstn": -3.35,
"tmax": 10.51,
"tmin": -2.71,
"prcp": 3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00986,
"ndviCount": 3955,
"ndwi": 0.73295,
"ndwiCount": 3955,
"lstd": 1.64,
"lstn": -9.11,
"tmax": 2.06,
"tmin": -8.13,
"prcp": 7.1,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27523,
"ndviCount": 1080,
"ndwi": -0.14501,
"ndwiCount": 1080,
"lstd": 15.65,
"lstn": -0.49,
"tmax": null,
"tmin": null,
"prcp": 0.65,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27204,
"ndviCount": 1080,
"ndwi": -0.14322,
"ndwiCount": 1080,
"lstd": 15.23,
"lstn": -0.23,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25965,
"ndviCount": 1080,
"ndwi": -0.13839,
"ndwiCount": 1080,
"lstd": 10.35,
"lstn": -4.71,
"tmax": null,
"tmin": null,
"prcp": 1.23,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.04566,
"ndviCount": 1080,
"ndwi": 0.58394,
"ndwiCount": 1080,
"lstd": 4.1,
"lstn": -6.48,
"tmax": null,
"tmin": null,
"prcp": 4.17,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26593,
"ndviCount": 1083,
"ndwi": -0.18147,
"ndwiCount": 1083,
"lstd": 17.88,
"lstn": 2.37,
"tmax": 12.76,
"tmin": -1.36,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25574,
"ndviCount": 1083,
"ndwi": -0.17227,
"ndwiCount": 1083,
"lstd": 18.96,
"lstn": 0.36,
"tmax": 17.88,
"tmin": 1.46,
"prcp": 0.1,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25451,
"ndviCount": 1083,
"ndwi": -0.17901,
"ndwiCount": 1083,
"lstd": 12.48,
"lstn": -2.62,
"tmax": 11.8,
"tmin": -0.7,
"prcp": 6.17,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.20835,
"ndviCount": 1083,
"ndwi": -0.00757,
"ndwiCount": 1083,
"lstd": -0.26,
"lstn": -9.35,
"tmax": 6.8,
"tmin": -6.25,
"prcp": 10.83,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24843,
"ndviCount": 8790,
"ndwi": -0.20779,
"ndwiCount": 8790,
"lstd": 16.34,
"lstn": -1.75,
"tmax": 13.11,
"tmin": -3.46,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24789,
"ndviCount": 8790,
"ndwi": -0.20205,
"ndwiCount": 8790,
"lstd": 17.85,
"lstn": -0.01,
"tmax": 15.69,
"tmin": -2.35,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2564,
"ndviCount": 8790,
"ndwi": -0.15125,
"ndwiCount": 8790,
"lstd": 12.07,
"lstn": -3.69,
"tmax": 10.48,
"tmin": -5.9,
"prcp": 2.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.12011,
"ndviCount": 8790,
"ndwi": 0.27081,
"ndwiCount": 8790,
"lstd": 7.9,
"lstn": -6.16,
"tmax": 1.89,
"tmin": -9.18,
"prcp": 2.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24894,
"ndviCount": 16145,
"ndwi": -0.23061,
"ndwiCount": 16145,
"lstd": 15.9,
"lstn": -1.69,
"tmax": 13.22,
"tmin": -1.9,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25102,
"ndviCount": 16145,
"ndwi": -0.22286,
"ndwiCount": 16145,
"lstd": 17.75,
"lstn": -1.77,
"tmax": 14.69,
"tmin": -2.41,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24774,
"ndviCount": 16145,
"ndwi": -0.21866,
"ndwiCount": 16145,
"lstd": 11.86,
"lstn": -4.69,
"tmax": 11.6,
"tmin": -4.31,
"prcp": 5.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00836,
"ndviCount": 16145,
"ndwi": 0.69168,
"ndwiCount": 16145,
"lstd": 2.98,
"lstn": -9.93,
"tmax": 1.08,
"tmin": -8.44,
"prcp": 6.22,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24896,
"ndviCount": 10046,
"ndwi": -0.22636,
"ndwiCount": 10046,
"lstd": 17.38,
"lstn": -1.55,
"tmax": 14.65,
"tmin": 0.24,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25261,
"ndviCount": 10046,
"ndwi": -0.2243,
"ndwiCount": 10046,
"lstd": 17.73,
"lstn": -1.79,
"tmax": 15.6,
"tmin": -0.36,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2575,
"ndviCount": 10046,
"ndwi": -0.22718,
"ndwiCount": 10046,
"lstd": 11.87,
"lstn": -4.69,
"tmax": 9.04,
"tmin": -3.15,
"prcp": 2.52,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.10526,
"ndviCount": 10046,
"ndwi": 0.37151,
"ndwiCount": 10046,
"lstd": 2.51,
"lstn": -8.25,
"tmax": 2.54,
"tmin": -6.78,
"prcp": 4.81,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23143,
"ndviCount": 12552,
"ndwi": -0.24258,
"ndwiCount": 12552,
"lstd": 17.9,
"lstn": 0.45,
"tmax": 13.57,
"tmin": -1.18,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23375,
"ndviCount": 12552,
"ndwi": -0.24228,
"ndwiCount": 12552,
"lstd": 18.51,
"lstn": -0.07,
"tmax": 15.9,
"tmin": -0.98,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23496,
"ndviCount": 12552,
"ndwi": -0.24178,
"ndwiCount": 12552,
"lstd": 12.51,
"lstn": -3.51,
"tmax": 11.24,
"tmin": -3.9,
"prcp": 0.65,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23336,
"ndviCount": 12552,
"ndwi": -0.15776,
"ndwiCount": 12552,
"lstd": 7.79,
"lstn": -9.17,
"tmax": 3.47,
"tmin": -8.22,
"prcp": 2.37,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23681,
"ndviCount": 7339,
"ndwi": -0.21152,
"ndwiCount": 7339,
"lstd": 17.6,
"lstn": -1.01,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24749,
"ndviCount": 7339,
"ndwi": -0.22537,
"ndwiCount": 7339,
"lstd": 17.06,
"lstn": -1.65,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25117,
"ndviCount": 7339,
"ndwi": -0.22862,
"ndwiCount": 7339,
"lstd": 12.24,
"lstn": -4.38,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.10154,
"ndviCount": 7339,
"ndwi": 0.37467,
"ndwiCount": 7339,
"lstd": 2.74,
"lstn": -7.94,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2458,
"ndviCount": 11660,
"ndwi": -0.22864,
"ndwiCount": 11660,
"lstd": 17.83,
"lstn": -1.27,
"tmax": 12.03,
"tmin": -2.78,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24656,
"ndviCount": 11660,
"ndwi": -0.22095,
"ndwiCount": 11660,
"lstd": 17.21,
"lstn": -2.01,
"tmax": 11.78,
"tmin": -3.44,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24597,
"ndviCount": 11660,
"ndwi": -0.21636,
"ndwiCount": 11660,
"lstd": 11.27,
"lstn": -4.67,
"tmax": 9.63,
"tmin": -6.1,
"prcp": 3.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00853,
"ndviCount": 11660,
"ndwi": 0.68616,
"ndwiCount": 11660,
"lstd": 2.67,
"lstn": -8.75,
"tmax": -0.77,
"tmin": -10.37,
"prcp": 4.93,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22419,
"ndviCount": 15569,
"ndwi": -0.2282,
"ndwiCount": 15569,
"lstd": 16.65,
"lstn": 1.97,
"tmax": 12.14,
"tmin": -0.98,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22884,
"ndviCount": 15569,
"ndwi": -0.24329,
"ndwiCount": 15569,
"lstd": 16.69,
"lstn": -0.72,
"tmax": 14.41,
"tmin": -1.13,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23611,
"ndviCount": 15569,
"ndwi": -0.24591,
"ndwiCount": 15569,
"lstd": 12.14,
"lstn": -5.9,
"tmax": 9.83,
"tmin": -4.42,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22294,
"ndviCount": 15569,
"ndwi": -0.14987,
"ndwiCount": 15569,
"lstd": 5.43,
"lstn": -8.26,
"tmax": 1.74,
"tmin": -9.21,
"prcp": 2.95,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24778,
"ndviCount": 11402,
"ndwi": -0.23495,
"ndwiCount": 11402,
"lstd": 18.01,
"lstn": 1.34,
"tmax": 11.1,
"tmin": -5.28,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24825,
"ndviCount": 11402,
"ndwi": -0.22639,
"ndwiCount": 11402,
"lstd": 17.91,
"lstn": -1.32,
"tmax": 16.1,
"tmin": -1.87,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25294,
"ndviCount": 11402,
"ndwi": -0.23606,
"ndwiCount": 11402,
"lstd": 11.97,
"lstn": -3.95,
"tmax": 8.3,
"tmin": -7.2,
"prcp": 1.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.14221,
"ndviCount": 11402,
"ndwi": 0.21675,
"ndwiCount": 11402,
"lstd": 3.29,
"lstn": -7.81,
"tmax": 1.53,
"tmin": -10.15,
"prcp": 20.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22438,
"ndviCount": 15693,
"ndwi": -0.26618,
"ndwiCount": 15693,
"lstd": 17.1,
"lstn": -1.48,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22771,
"ndviCount": 15693,
"ndwi": -0.26658,
"ndwiCount": 15693,
"lstd": 18.5,
"lstn": -1.12,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23595,
"ndviCount": 15693,
"ndwi": -0.27351,
"ndwiCount": 15693,
"lstd": 12.11,
"lstn": -5.6,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.16484,
"ndviCount": 15693,
"ndwi": 0.06123,
"ndwiCount": 15693,
"lstd": 6.68,
"lstn": -7.68,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24294,
"ndviCount": 14119,
"ndwi": -0.23291,
"ndwiCount": 14119,
"lstd": 16.42,
"lstn": -0.66,
"tmax": 14.1,
"tmin": -1.05,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24728,
"ndviCount": 14119,
"ndwi": -0.23454,
"ndwiCount": 14119,
"lstd": 18.25,
"lstn": 0.49,
"tmax": 16.81,
"tmin": -0.63,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25344,
"ndviCount": 14119,
"ndwi": -0.22056,
"ndwiCount": 14119,
"lstd": 12.32,
"lstn": -3.83,
"tmax": 12.1,
"tmin": -3.49,
"prcp": 0.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.05419,
"ndviCount": 14119,
"ndwi": 0.50956,
"ndwiCount": 14119,
"lstd": 7.42,
"lstn": -5.59,
"tmax": 2.43,
"tmin": -8,
"prcp": 4.55,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25903,
"ndviCount": 8896,
"ndwi": -0.20102,
"ndwiCount": 8896,
"lstd": 16.85,
"lstn": -3.23,
"tmax": 14.94,
"tmin": -2.71,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25643,
"ndviCount": 8896,
"ndwi": -0.19907,
"ndwiCount": 8896,
"lstd": 18.24,
"lstn": 0.13,
"tmax": 15.22,
"tmin": -3.56,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25877,
"ndviCount": 8896,
"ndwi": -0.12422,
"ndwiCount": 8896,
"lstd": 12.22,
"lstn": -3.99,
"tmax": null,
"tmin": null,
"prcp": 3.35,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.18474,
"ndviCount": 8896,
"ndwi": 0.11691,
"ndwiCount": 8896,
"lstd": 5.88,
"lstn": -8.58,
"tmax": null,
"tmin": null,
"prcp": 1.25,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24464,
"ndviCount": 12082,
"ndwi": -0.19657,
"ndwiCount": 12082,
"lstd": 18.57,
"lstn": -1.43,
"tmax": 14.36,
"tmin": 0.49,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24978,
"ndviCount": 12082,
"ndwi": -0.20061,
"ndwiCount": 12082,
"lstd": 16.73,
"lstn": -0.98,
"tmax": 15.35,
"tmin": -1.55,
"prcp": 1,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24329,
"ndviCount": 12082,
"ndwi": -0.19991,
"ndwiCount": 12082,
"lstd": 11.41,
"lstn": -3.77,
"tmax": 9.86,
"tmin": -2.78,
"prcp": 9.2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03873,
"ndviCount": 12082,
"ndwi": 0.60722,
"ndwiCount": 12082,
"lstd": -0.02,
"lstn": -9.21,
"tmax": 2.21,
"tmin": -5.64,
"prcp": 9.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24382,
"ndviCount": 12889,
"ndwi": -0.25675,
"ndwiCount": 12889,
"lstd": 17.31,
"lstn": 1.88,
"tmax": 12.04,
"tmin": -0.33,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24873,
"ndviCount": 12889,
"ndwi": -0.25866,
"ndwiCount": 12889,
"lstd": 17.73,
"lstn": -0.58,
"tmax": 13.7,
"tmin": -0.16,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23066,
"ndviCount": 12889,
"ndwi": -0.2336,
"ndwiCount": 12889,
"lstd": 11.89,
"lstn": -5.27,
"tmax": 8.64,
"tmin": -4.36,
"prcp": 1.25,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22932,
"ndviCount": 12889,
"ndwi": -0.16798,
"ndwiCount": 12889,
"lstd": 5.04,
"lstn": -7.93,
"tmax": 1.96,
"tmin": -9.64,
"prcp": 2.55,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22562,
"ndviCount": 12952,
"ndwi": -0.19304,
"ndwiCount": 12952,
"lstd": 16.42,
"lstn": 0.04,
"tmax": 12.84,
"tmin": -1.03,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23067,
"ndviCount": 12952,
"ndwi": -0.2253,
"ndwiCount": 12952,
"lstd": 15.88,
"lstn": -1.24,
"tmax": 14.84,
"tmin": -1.83,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23778,
"ndviCount": 12952,
"ndwi": -0.22092,
"ndwiCount": 12952,
"lstd": 12.12,
"lstn": -5.77,
"tmax": 11.67,
"tmin": -4.72,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22824,
"ndviCount": 12952,
"ndwi": -0.14715,
"ndwiCount": 12952,
"lstd": 5.31,
"lstn": -8.47,
"tmax": 1.54,
"tmin": -10.08,
"prcp": 2.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25218,
"ndviCount": 9238,
"ndwi": -0.21097,
"ndwiCount": 9238,
"lstd": 15.71,
"lstn": 0.78,
"tmax": 10.29,
"tmin": -1.18,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25491,
"ndviCount": 9238,
"ndwi": -0.2141,
"ndwiCount": 9238,
"lstd": 16.11,
"lstn": -1.39,
"tmax": 12.56,
"tmin": -1.79,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2583,
"ndviCount": 9238,
"ndwi": -0.2195,
"ndwiCount": 9238,
"lstd": 11.2,
"lstn": -4.79,
"tmax": 10,
"tmin": -4.29,
"prcp": 2.95,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.17785,
"ndviCount": 9238,
"ndwi": 0.11842,
"ndwiCount": 9238,
"lstd": 4.2,
"lstn": -8.01,
"tmax": -1.11,
"tmin": -9.78,
"prcp": 4.33,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27154,
"ndviCount": 840,
"ndwi": -0.17603,
"ndwiCount": 840,
"lstd": 17.57,
"lstn": 0.28,
"tmax": 13.88,
"tmin": -1.54,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26961,
"ndviCount": 840,
"ndwi": -0.17192,
"ndwiCount": 840,
"lstd": 19.28,
"lstn": 0.38,
"tmax": 15.97,
"tmin": -1.04,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25315,
"ndviCount": 840,
"ndwi": -0.16263,
"ndwiCount": 840,
"lstd": 12.1,
"lstn": -3.24,
"tmax": null,
"tmin": null,
"prcp": 3.13,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00812,
"ndviCount": 840,
"ndwi": 0.73717,
"ndwiCount": 840,
"lstd": -2.73,
"lstn": -9.12,
"tmax": null,
"tmin": null,
"prcp": 8.23,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.21738,
"ndviCount": 12869,
"ndwi": -0.22045,
"ndwiCount": 12869,
"lstd": 15.36,
"lstn": 2.9,
"tmax": 14.09,
"tmin": -0.43,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2223,
"ndviCount": 12869,
"ndwi": -0.23481,
"ndwiCount": 12869,
"lstd": 15.66,
"lstn": -0.83,
"tmax": 15.41,
"tmin": -0.14,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22443,
"ndviCount": 12869,
"ndwi": -0.23181,
"ndwiCount": 12869,
"lstd": 11.83,
"lstn": -5.91,
"tmax": 8.76,
"tmin": -4.91,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22436,
"ndviCount": 12869,
"ndwi": -0.2018,
"ndwiCount": 12869,
"lstd": 6.3,
"lstn": -9.53,
"tmax": 3.7,
"tmin": -9.31,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27103,
"ndviCount": 4015,
"ndwi": -0.17927,
"ndwiCount": 4015,
"lstd": 16.59,
"lstn": -2.24,
"tmax": 11.04,
"tmin": -1.91,
"prcp": 1.07,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26382,
"ndviCount": 4015,
"ndwi": -0.18006,
"ndwiCount": 4015,
"lstd": 16.15,
"lstn": -1.28,
"tmax": 12.99,
"tmin": -3.02,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25988,
"ndviCount": 4015,
"ndwi": -0.17705,
"ndwiCount": 4015,
"lstd": 11.02,
"lstn": -4.79,
"tmax": 10.28,
"tmin": -3.27,
"prcp": 1.63,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.07221,
"ndviCount": 4015,
"ndwi": 0.48998,
"ndwiCount": 4015,
"lstd": 3.47,
"lstn": -7.04,
"tmax": 1.18,
"tmin": -8.53,
"prcp": 4.85,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26445,
"ndviCount": 12639,
"ndwi": -0.20216,
"ndwiCount": 12639,
"lstd": 15.15,
"lstn": -2.47,
"tmax": 14.72,
"tmin": 4.15,
"prcp": 1.28,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25278,
"ndviCount": 12639,
"ndwi": -0.19421,
"ndwiCount": 12639,
"lstd": 16.99,
"lstn": -1.39,
"tmax": 17.23,
"tmin": 1.93,
"prcp": 1.7,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24547,
"ndviCount": 12639,
"ndwi": -0.1924,
"ndwiCount": 12639,
"lstd": 11.1,
"lstn": -4.71,
"tmax": 9.47,
"tmin": -0.17,
"prcp": 9.53,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.02438,
"ndviCount": 12639,
"ndwi": 0.65175,
"ndwiCount": 12639,
"lstd": 1.66,
"lstn": -11.26,
"tmax": 2.65,
"tmin": -5.21,
"prcp": 11.15,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24364,
"ndviCount": 14829,
"ndwi": -0.20744,
"ndwiCount": 14829,
"lstd": 15.69,
"lstn": -1.51,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24082,
"ndviCount": 14829,
"ndwi": -0.21293,
"ndwiCount": 14829,
"lstd": 17.1,
"lstn": -1.56,
"tmax": 15.3,
"tmin": 3.9,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24584,
"ndviCount": 14829,
"ndwi": -0.18954,
"ndwiCount": 14829,
"lstd": 12.1,
"lstn": -4.44,
"tmax": null,
"tmin": null,
"prcp": 1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06256,
"ndviCount": 14829,
"ndwi": 0.52712,
"ndwiCount": 14829,
"lstd": 4.97,
"lstn": -7.7,
"tmax": null,
"tmin": null,
"prcp": 4.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22932,
"ndviCount": 9807,
"ndwi": -0.2374,
"ndwiCount": 9807,
"lstd": 18.65,
"lstn": 0.21,
"tmax": 14.29,
"tmin": -0.95,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23072,
"ndviCount": 9807,
"ndwi": -0.23448,
"ndwiCount": 9807,
"lstd": 19.15,
"lstn": 0.43,
"tmax": 16.11,
"tmin": -0.79,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23459,
"ndviCount": 9807,
"ndwi": -0.23849,
"ndwiCount": 9807,
"lstd": 13.17,
"lstn": -3.38,
"tmax": 11.99,
"tmin": -4.2,
"prcp": 0.68,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23081,
"ndviCount": 9807,
"ndwi": -0.20467,
"ndwiCount": 9807,
"lstd": 9.47,
"lstn": -7.61,
"tmax": 5,
"tmin": -6.87,
"prcp": 2.43,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26511,
"ndviCount": 1505,
"ndwi": -0.21664,
"ndwiCount": 1505,
"lstd": 16.32,
"lstn": 2.01,
"tmax": null,
"tmin": null,
"prcp": 0.04,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26108,
"ndviCount": 1505,
"ndwi": -0.20421,
"ndwiCount": 1505,
"lstd": 19.45,
"lstn": -0.57,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26688,
"ndviCount": 1505,
"ndwi": -0.20706,
"ndwiCount": 1505,
"lstd": 13.3,
"lstn": -1.87,
"tmax": null,
"tmin": null,
"prcp": 6.21,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.26457,
"ndviCount": 1505,
"ndwi": -0.17005,
"ndwiCount": 1505,
"lstd": 7.14,
"lstn": -8.09,
"tmax": null,
"tmin": null,
"prcp": 15.85,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26509,
"ndviCount": 1088,
"ndwi": -0.17605,
"ndwiCount": 1088,
"lstd": 17.02,
"lstn": -0.32,
"tmax": 15.63,
"tmin": 1.68,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26524,
"ndviCount": 1088,
"ndwi": -0.17881,
"ndwiCount": 1088,
"lstd": 19.53,
"lstn": -0.39,
"tmax": 16.64,
"tmin": 1.76,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25155,
"ndviCount": 1088,
"ndwi": -0.17277,
"ndwiCount": 1088,
"lstd": 12.95,
"lstn": -3.48,
"tmax": 9.55,
"tmin": -0.65,
"prcp": 4.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01528,
"ndviCount": 1088,
"ndwi": 0.70608,
"ndwiCount": 1088,
"lstd": -2.73,
"lstn": -10.11,
"tmax": 3.14,
"tmin": -4.92,
"prcp": 14.53,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26561,
"ndviCount": 10056,
"ndwi": -0.23429,
"ndwiCount": 10056,
"lstd": 16.62,
"lstn": -2.86,
"tmax": 11.33,
"tmin": -2.86,
"prcp": 0.25,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26205,
"ndviCount": 10056,
"ndwi": -0.23241,
"ndwiCount": 10056,
"lstd": 17.06,
"lstn": -1.87,
"tmax": 13.43,
"tmin": -2.93,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25907,
"ndviCount": 10056,
"ndwi": -0.22738,
"ndwiCount": 10056,
"lstd": 11.55,
"lstn": -4.5,
"tmax": 10.06,
"tmin": -3.19,
"prcp": 3.55,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.02166,
"ndviCount": 10056,
"ndwi": 0.65076,
"ndwiCount": 10056,
"lstd": 4.95,
"lstn": -7.27,
"tmax": -0.5,
"tmin": -9.24,
"prcp": 6.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25726,
"ndviCount": 4906,
"ndwi": -0.23063,
"ndwiCount": 4906,
"lstd": 16.38,
"lstn": 2.65,
"tmax": 15.81,
"tmin": 2.04,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24855,
"ndviCount": 4906,
"ndwi": -0.23143,
"ndwiCount": 4906,
"lstd": 17.91,
"lstn": -0.19,
"tmax": 15.64,
"tmin": 0.91,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2451,
"ndviCount": 4906,
"ndwi": -0.23419,
"ndwiCount": 4906,
"lstd": 12.65,
"lstn": -2.17,
"tmax": 10.37,
"tmin": -0.84,
"prcp": 5.48,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.10849,
"ndviCount": 4906,
"ndwi": 0.36402,
"ndwiCount": 4906,
"lstd": 4.36,
"lstn": -8.68,
"tmax": 2.71,
"tmin": -5.21,
"prcp": 21.27,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22455,
"ndviCount": 8537,
"ndwi": -0.24063,
"ndwiCount": 8537,
"lstd": 14.22,
"lstn": -0.11,
"tmax": 11.59,
"tmin": -1.59,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22558,
"ndviCount": 8537,
"ndwi": -0.25357,
"ndwiCount": 8537,
"lstd": 15.92,
"lstn": -0.84,
"tmax": 13.9,
"tmin": -0.64,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22473,
"ndviCount": 8537,
"ndwi": -0.24278,
"ndwiCount": 8537,
"lstd": 11.79,
"lstn": -6.3,
"tmax": 8.7,
"tmin": -3.74,
"prcp": 0.65,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23684,
"ndviCount": 8537,
"ndwi": -0.21804,
"ndwiCount": 8537,
"lstd": 5.39,
"lstn": -9.79,
"tmax": 1.54,
"tmin": -9.65,
"prcp": 0.17,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.29759,
"ndviCount": 4531,
"ndwi": -0.17002,
"ndwiCount": 4531,
"lstd": 15.04,
"lstn": -0.34,
"tmax": 10.95,
"tmin": 0.24,
"prcp": 1.23,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2762,
"ndviCount": 4531,
"ndwi": -0.1697,
"ndwiCount": 4531,
"lstd": 15.18,
"lstn": -1.2,
"tmax": 12.35,
"tmin": -0.63,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26717,
"ndviCount": 4531,
"ndwi": -0.16885,
"ndwiCount": 4531,
"lstd": 10.31,
"lstn": -4.06,
"tmax": 9.06,
"tmin": -1.36,
"prcp": 5.15,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.04272,
"ndviCount": 4531,
"ndwi": 0.59327,
"ndwiCount": 4531,
"lstd": 5.48,
"lstn": -7.37,
"tmax": 0.1,
"tmin": -6.45,
"prcp": 5.67,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.21637,
"ndviCount": 10494,
"ndwi": -0.23016,
"ndwiCount": 10494,
"lstd": 15.24,
"lstn": -0.34,
"tmax": 12.71,
"tmin": -1.73,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22039,
"ndviCount": 10494,
"ndwi": -0.25169,
"ndwiCount": 10494,
"lstd": 16.81,
"lstn": -0.78,
"tmax": 14.83,
"tmin": -0.9,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23228,
"ndviCount": 10494,
"ndwi": -0.25663,
"ndwiCount": 10494,
"lstd": 11.73,
"lstn": -5.64,
"tmax": 8.9,
"tmin": -5.18,
"prcp": 0.55,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22527,
"ndviCount": 10494,
"ndwi": -0.21241,
"ndwiCount": 10494,
"lstd": 5.41,
"lstn": -9.63,
"tmax": 1.73,
"tmin": -10.71,
"prcp": 0.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2326,
"ndviCount": 10537,
"ndwi": -0.18851,
"ndwiCount": 10537,
"lstd": 16.59,
"lstn": -0.71,
"tmax": 9.23,
"tmin": -3.1,
"prcp": 0.1,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25475,
"ndviCount": 10537,
"ndwi": -0.21753,
"ndwiCount": 10537,
"lstd": 16.72,
"lstn": -2.03,
"tmax": 13.02,
"tmin": -1.74,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2539,
"ndviCount": 10537,
"ndwi": -0.21916,
"ndwiCount": 10537,
"lstd": 11.65,
"lstn": -4.64,
"tmax": 9.58,
"tmin": -4.43,
"prcp": 1.27,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06652,
"ndviCount": 10537,
"ndwi": 0.48854,
"ndwiCount": 10537,
"lstd": 4.93,
"lstn": -7.22,
"tmax": -0.76,
"tmin": -10.8,
"prcp": 3.63,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24963,
"ndviCount": 10537,
"ndwi": -0.24228,
"ndwiCount": 10537,
"lstd": 16.35,
"lstn": 2.88,
"tmax": 12.3,
"tmin": -0.11,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25662,
"ndviCount": 10537,
"ndwi": -0.24848,
"ndwiCount": 10537,
"lstd": 16.95,
"lstn": -1.25,
"tmax": 14.27,
"tmin": 0.53,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24473,
"ndviCount": 10537,
"ndwi": -0.23309,
"ndwiCount": 10537,
"lstd": 11.83,
"lstn": -4.77,
"tmax": -1.7,
"tmin": -10,
"prcp": 2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22756,
"ndviCount": 10537,
"ndwi": -0.1039,
"ndwiCount": 10537,
"lstd": 4.75,
"lstn": -7.95,
"tmax": 0.96,
"tmin": -8.54,
"prcp": 4.75,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23668,
"ndviCount": 15238,
"ndwi": -0.24793,
"ndwiCount": 15238,
"lstd": 17.12,
"lstn": 0.86,
"tmax": 12.36,
"tmin": 0.14,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23614,
"ndviCount": 15238,
"ndwi": -0.23838,
"ndwiCount": 15238,
"lstd": 18.27,
"lstn": -1.25,
"tmax": 14.59,
"tmin": 0.56,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23834,
"ndviCount": 15238,
"ndwi": -0.24034,
"ndwiCount": 15238,
"lstd": 11.99,
"lstn": -4.55,
"tmax": 11.27,
"tmin": -2.29,
"prcp": 1.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.12283,
"ndviCount": 15238,
"ndwi": 0.24754,
"ndwiCount": 15238,
"lstd": 4.38,
"lstn": -9.29,
"tmax": 1.58,
"tmin": -9.65,
"prcp": 2.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24435,
"ndviCount": 8922,
"ndwi": -0.21506,
"ndwiCount": 8922,
"lstd": 16.94,
"lstn": -3.74,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23928,
"ndviCount": 8922,
"ndwi": -0.21238,
"ndwiCount": 8922,
"lstd": 19.75,
"lstn": -0.1,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24048,
"ndviCount": 8922,
"ndwi": -0.14283,
"ndwiCount": 8922,
"lstd": 15.1,
"lstn": -2.42,
"tmax": null,
"tmin": null,
"prcp": 6.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.12372,
"ndviCount": 8922,
"ndwi": 0.2853,
"ndwiCount": 8922,
"lstd": 1.54,
"lstn": -8.91,
"tmax": null,
"tmin": null,
"prcp": 9.65,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22719,
"ndviCount": 14836,
"ndwi": -0.23551,
"ndwiCount": 14836,
"lstd": 16.97,
"lstn": -0.65,
"tmax": 13.95,
"tmin": -1.88,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23131,
"ndviCount": 14836,
"ndwi": -0.2426,
"ndwiCount": 14836,
"lstd": 18.59,
"lstn": -0.29,
"tmax": 17.87,
"tmin": 0.24,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23571,
"ndviCount": 14836,
"ndwi": -0.23672,
"ndwiCount": 14836,
"lstd": 12.52,
"lstn": -3.62,
"tmax": 11.38,
"tmin": -3.9,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.13861,
"ndviCount": 14836,
"ndwi": 0.17031,
"ndwiCount": 14836,
"lstd": 8.73,
"lstn": -6.7,
"tmax": 2.56,
"tmin": -7.99,
"prcp": 3.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24368,
"ndviCount": 14736,
"ndwi": -0.23014,
"ndwiCount": 14736,
"lstd": 16.76,
"lstn": 0.13,
"tmax": 12.48,
"tmin": -0.91,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25018,
"ndviCount": 14736,
"ndwi": -0.22372,
"ndwiCount": 14736,
"lstd": 18.61,
"lstn": -0.86,
"tmax": 14.49,
"tmin": 0.21,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26021,
"ndviCount": 14736,
"ndwi": -0.22629,
"ndwiCount": 14736,
"lstd": 12.89,
"lstn": -4.76,
"tmax": 10.34,
"tmin": -3.34,
"prcp": 2.6,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.15146,
"ndviCount": 14736,
"ndwi": 0.20169,
"ndwiCount": 14736,
"lstd": 4.56,
"lstn": -8.23,
"tmax": 1.54,
"tmin": -8.34,
"prcp": 2.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24253,
"ndviCount": 6983,
"ndwi": -0.21043,
"ndwiCount": 6983,
"lstd": 17.68,
"lstn": -0.68,
"tmax": 13.98,
"tmin": -1.86,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24174,
"ndviCount": 6983,
"ndwi": -0.20025,
"ndwiCount": 6983,
"lstd": 18.45,
"lstn": 0.78,
"tmax": 16.48,
"tmin": -1.05,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24929,
"ndviCount": 6983,
"ndwi": -0.18255,
"ndwiCount": 6983,
"lstd": 12.36,
"lstn": -3.1,
"tmax": 11.39,
"tmin": -3.61,
"prcp": 0.33,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23956,
"ndviCount": 6983,
"ndwi": -0.14179,
"ndwiCount": 6983,
"lstd": 8.77,
"lstn": -5.06,
"tmax": 3.26,
"tmin": -6.67,
"prcp": 2.65,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22363,
"ndviCount": 15428,
"ndwi": -0.24951,
"ndwiCount": 15428,
"lstd": 16.53,
"lstn": 0.8,
"tmax": 12.9,
"tmin": -2.73,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22274,
"ndviCount": 15428,
"ndwi": -0.24515,
"ndwiCount": 15428,
"lstd": 18.71,
"lstn": -1.11,
"tmax": 15.48,
"tmin": -2.64,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23127,
"ndviCount": 15428,
"ndwi": -0.2641,
"ndwiCount": 15428,
"lstd": 12.2,
"lstn": -4.21,
"tmax": 10.63,
"tmin": -5.76,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.16034,
"ndviCount": 15428,
"ndwi": 0.15692,
"ndwiCount": 15428,
"lstd": 7.03,
"lstn": -8.68,
"tmax": 2.44,
"tmin": -10.7,
"prcp": 2,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22808,
"ndviCount": 15633,
"ndwi": -0.27423,
"ndwiCount": 15633,
"lstd": 17.01,
"lstn": 0.96,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23188,
"ndviCount": 15633,
"ndwi": -0.2774,
"ndwiCount": 15633,
"lstd": 18.17,
"lstn": -0.09,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22258,
"ndviCount": 15633,
"ndwi": -0.26304,
"ndwiCount": 15633,
"lstd": 12.42,
"lstn": -5.99,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22069,
"ndviCount": 15633,
"ndwi": -0.21492,
"ndwiCount": 15633,
"lstd": 5.61,
"lstn": -9.07,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23064,
"ndviCount": 13236,
"ndwi": -0.23185,
"ndwiCount": 13236,
"lstd": 15.63,
"lstn": 0.75,
"tmax": 12.87,
"tmin": -0.38,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23372,
"ndviCount": 13236,
"ndwi": -0.22892,
"ndwiCount": 13236,
"lstd": 18.81,
"lstn": -1.34,
"tmax": 16.1,
"tmin": -0.23,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23891,
"ndviCount": 13236,
"ndwi": -0.23764,
"ndwiCount": 13236,
"lstd": 12.29,
"lstn": -3.86,
"tmax": 10.2,
"tmin": -3.74,
"prcp": 0.77,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.13472,
"ndviCount": 13236,
"ndwi": 0.24408,
"ndwiCount": 13236,
"lstd": 5.89,
"lstn": -7.58,
"tmax": 2.01,
"tmin": -9.79,
"prcp": 3.45,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23765,
"ndviCount": 11195,
"ndwi": -0.21821,
"ndwiCount": 11195,
"lstd": 16.7,
"lstn": -1.72,
"tmax": 16.16,
"tmin": -0.31,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23669,
"ndviCount": 11195,
"ndwi": -0.21979,
"ndwiCount": 11195,
"lstd": 19.55,
"lstn": -1.12,
"tmax": 17.71,
"tmin": 0.24,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24518,
"ndviCount": 11195,
"ndwi": -0.17556,
"ndwiCount": 11195,
"lstd": 13.26,
"lstn": -2.83,
"tmax": 10.53,
"tmin": -2.47,
"prcp": 4.33,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.18503,
"ndviCount": 11195,
"ndwi": -0.00448,
"ndwiCount": 11195,
"lstd": 6.55,
"lstn": -8.88,
"tmax": 4.29,
"tmin": -7.09,
"prcp": 1.93,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24822,
"ndviCount": 5359,
"ndwi": -0.22363,
"ndwiCount": 5359,
"lstd": 16.78,
"lstn": 2.4,
"tmax": null,
"tmin": null,
"prcp": 0.2,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25072,
"ndviCount": 5359,
"ndwi": -0.22221,
"ndwiCount": 5359,
"lstd": 17.79,
"lstn": -0.78,
"tmax": null,
"tmin": null,
"prcp": 0.25,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24751,
"ndviCount": 5359,
"ndwi": -0.22843,
"ndwiCount": 5359,
"lstd": 13.44,
"lstn": -2.46,
"tmax": null,
"tmin": null,
"prcp": 9.07,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.08421,
"ndviCount": 5359,
"ndwi": 0.46895,
"ndwiCount": 5359,
"lstd": 5.55,
"lstn": -9.8,
"tmax": null,
"tmin": null,
"prcp": 21.33,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24782,
"ndviCount": 8880,
"ndwi": -0.223,
"ndwiCount": 8880,
"lstd": 15.74,
"lstn": 0.43,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25254,
"ndviCount": 8880,
"ndwi": -0.22147,
"ndwiCount": 8880,
"lstd": 15.64,
"lstn": -1.36,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24533,
"ndviCount": 8880,
"ndwi": -0.22276,
"ndwiCount": 8880,
"lstd": 10.76,
"lstn": -5.09,
"tmax": null,
"tmin": null,
"prcp": 2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22632,
"ndviCount": 8880,
"ndwi": -0.0887,
"ndwiCount": 8880,
"lstd": 5.19,
"lstn": -6.98,
"tmax": null,
"tmin": null,
"prcp": 2.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23099,
"ndviCount": 12745,
"ndwi": -0.28876,
"ndwiCount": 12745,
"lstd": 18.16,
"lstn": -0.13,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23193,
"ndviCount": 12745,
"ndwi": -0.29127,
"ndwiCount": 12745,
"lstd": 18.85,
"lstn": -0.95,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23487,
"ndviCount": 12745,
"ndwi": -0.29279,
"ndwiCount": 12745,
"lstd": 13.24,
"lstn": -5.73,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23367,
"ndviCount": 12745,
"ndwi": -0.18526,
"ndwiCount": 12745,
"lstd": 6.4,
"lstn": -10.09,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23747,
"ndviCount": 10433,
"ndwi": -0.1864,
"ndwiCount": 10433,
"lstd": 15.81,
"lstn": -0.77,
"tmax": 15.05,
"tmin": 0.63,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24038,
"ndviCount": 10433,
"ndwi": -0.2097,
"ndwiCount": 10433,
"lstd": 16.49,
"lstn": -2.11,
"tmax": 14.43,
"tmin": -2.46,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24556,
"ndviCount": 10433,
"ndwi": -0.19624,
"ndwiCount": 10433,
"lstd": 11.35,
"lstn": -5.28,
"tmax": 14.07,
"tmin": -2.23,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.08079,
"ndviCount": 10433,
"ndwi": 0.45247,
"ndwiCount": 10433,
"lstd": 4.51,
"lstn": -8.09,
"tmax": 2.83,
"tmin": -8.98,
"prcp": 2.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26053,
"ndviCount": 7651,
"ndwi": -0.18705,
"ndwiCount": 7651,
"lstd": 15.9,
"lstn": 0.17,
"tmax": 12.55,
"tmin": -3.06,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25755,
"ndviCount": 7651,
"ndwi": -0.18552,
"ndwiCount": 7651,
"lstd": 18.12,
"lstn": -0.62,
"tmax": 14.36,
"tmin": -1.18,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25252,
"ndviCount": 7651,
"ndwi": -0.18095,
"ndwiCount": 7651,
"lstd": 12.32,
"lstn": -3.97,
"tmax": 10.33,
"tmin": -3.34,
"prcp": 5.98,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.11032,
"ndviCount": 7651,
"ndwi": 0.3396,
"ndwiCount": 7651,
"lstd": 0.36,
"lstn": -10.03,
"tmax": 0.47,
"tmin": -7.03,
"prcp": 5.03,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.29959,
"ndviCount": 2264,
"ndwi": -0.16702,
"ndwiCount": 2264,
"lstd": 14.85,
"lstn": -1.64,
"tmax": 11.59,
"tmin": -0.8,
"prcp": 0.15,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27031,
"ndviCount": 2264,
"ndwi": -0.16595,
"ndwiCount": 2264,
"lstd": 15.91,
"lstn": -0.82,
"tmax": 14.03,
"tmin": -2.22,
"prcp": 1.75,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26105,
"ndviCount": 2264,
"ndwi": -0.16474,
"ndwiCount": 2264,
"lstd": 10.22,
"lstn": -3.92,
"tmax": 10.9,
"tmin": -1.59,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03137,
"ndviCount": 2264,
"ndwi": 0.62682,
"ndwiCount": 2264,
"lstd": 3.28,
"lstn": -9.02,
"tmax": 1.48,
"tmin": -6.65,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24887,
"ndviCount": 11199,
"ndwi": -0.20135,
"ndwiCount": 11199,
"lstd": 17.15,
"lstn": 0,
"tmax": 15.24,
"tmin": 0.8,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24415,
"ndviCount": 11199,
"ndwi": -0.18924,
"ndwiCount": 11199,
"lstd": 18.77,
"lstn": -0.19,
"tmax": 15.92,
"tmin": 1.64,
"prcp": 0.25,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2471,
"ndviCount": 11199,
"ndwi": -0.18536,
"ndwiCount": 11199,
"lstd": 12.24,
"lstn": -5.06,
"tmax": 9.52,
"tmin": -2.46,
"prcp": 1.35,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23191,
"ndviCount": 11199,
"ndwi": -0.0819,
"ndwiCount": 11199,
"lstd": 4.64,
"lstn": -9.71,
"tmax": 2.99,
"tmin": -5.86,
"prcp": 4.85,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25054,
"ndviCount": 3644,
"ndwi": -0.21541,
"ndwiCount": 3644,
"lstd": 16.92,
"lstn": 2.61,
"tmax": 13.73,
"tmin": 1.19,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24867,
"ndviCount": 3644,
"ndwi": -0.20441,
"ndwiCount": 3644,
"lstd": 18.81,
"lstn": -0.23,
"tmax": 15.2,
"tmin": 1.95,
"prcp": 1,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24876,
"ndviCount": 3644,
"ndwi": -0.19894,
"ndwiCount": 3644,
"lstd": 13.19,
"lstn": -2.53,
"tmax": 9.35,
"tmin": -1.27,
"prcp": 2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.14874,
"ndviCount": 3644,
"ndwi": 0.19805,
"ndwiCount": 3644,
"lstd": 2.55,
"lstn": -9.87,
"tmax": 3.8,
"tmin": -3.66,
"prcp": 14.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25108,
"ndviCount": 6593,
"ndwi": -0.18599,
"ndwiCount": 6593,
"lstd": 15.99,
"lstn": 1.79,
"tmax": 13.93,
"tmin": -1.26,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25428,
"ndviCount": 6593,
"ndwi": -0.19242,
"ndwiCount": 6593,
"lstd": 17.01,
"lstn": -0.6,
"tmax": 14.56,
"tmin": -2.34,
"prcp": 0.16,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.245,
"ndviCount": 6593,
"ndwi": -0.18652,
"ndwiCount": 6593,
"lstd": 11.92,
"lstn": -3.54,
"tmax": 9.66,
"tmin": -1.53,
"prcp": 6.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03874,
"ndviCount": 6593,
"ndwi": 0.61533,
"ndwiCount": 6593,
"lstd": 3.73,
"lstn": -8.5,
"tmax": 2.66,
"tmin": -5.34,
"prcp": 9.4,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26526,
"ndviCount": 8091,
"ndwi": -0.21998,
"ndwiCount": 8091,
"lstd": 17.38,
"lstn": -2.28,
"tmax": 12.21,
"tmin": -1.34,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25378,
"ndviCount": 8091,
"ndwi": -0.20862,
"ndwiCount": 8091,
"lstd": 16.71,
"lstn": -1.79,
"tmax": 13.41,
"tmin": -1.18,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24719,
"ndviCount": 8091,
"ndwi": -0.20957,
"ndwiCount": 8091,
"lstd": 10.86,
"lstn": -4.37,
"tmax": 10.84,
"tmin": -1.95,
"prcp": 6.63,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01616,
"ndviCount": 8091,
"ndwi": 0.66865,
"ndwiCount": 8091,
"lstd": 2.53,
"lstn": -8.51,
"tmax": 0.28,
"tmin": -8.06,
"prcp": 5.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24603,
"ndviCount": 6773,
"ndwi": -0.21218,
"ndwiCount": 6773,
"lstd": 16.94,
"lstn": 0.73,
"tmax": 13.54,
"tmin": -2.44,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24503,
"ndviCount": 6773,
"ndwi": -0.20514,
"ndwiCount": 6773,
"lstd": 18.84,
"lstn": -0.85,
"tmax": 15.35,
"tmin": -1.39,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24121,
"ndviCount": 6773,
"ndwi": -0.18842,
"ndwiCount": 6773,
"lstd": 12.66,
"lstn": -3.11,
"tmax": 13.36,
"tmin": -1,
"prcp": 11.4,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.18663,
"ndviCount": 6773,
"ndwi": 0.03708,
"ndwiCount": 6773,
"lstd": 2.19,
"lstn": -9.63,
"tmax": 3.8,
"tmin": -6.51,
"prcp": 6.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22492,
"ndviCount": 27704,
"ndwi": -0.26941,
"ndwiCount": 27704,
"lstd": 16.71,
"lstn": -0.46,
"tmax": 11.29,
"tmin": -1.91,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22894,
"ndviCount": 27704,
"ndwi": -0.28539,
"ndwiCount": 27704,
"lstd": 18.26,
"lstn": -0.66,
"tmax": 13.83,
"tmin": -0.75,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23943,
"ndviCount": 27704,
"ndwi": -0.28032,
"ndwiCount": 27704,
"lstd": 13.05,
"lstn": -6.01,
"tmax": 9.82,
"tmin": -4.42,
"prcp": 1.36,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23182,
"ndviCount": 27704,
"ndwi": -0.2663,
"ndwiCount": 27704,
"lstd": 7.03,
"lstn": -10.07,
"tmax": 1.14,
"tmin": -10.93,
"prcp": 0.98,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25457,
"ndviCount": 4388,
"ndwi": -0.22571,
"ndwiCount": 4388,
"lstd": 17.17,
"lstn": 1.85,
"tmax": 14.12,
"tmin": 1.23,
"prcp": 0.28,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25205,
"ndviCount": 4388,
"ndwi": -0.222,
"ndwiCount": 4388,
"lstd": 18.2,
"lstn": -0.49,
"tmax": 16.11,
"tmin": 1.66,
"prcp": 0.13,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24898,
"ndviCount": 4388,
"ndwi": -0.22462,
"ndwiCount": 4388,
"lstd": 13.74,
"lstn": -2.06,
"tmax": 11.37,
"tmin": -0.02,
"prcp": 9.18,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23605,
"ndviCount": 4388,
"ndwi": -0.08393,
"ndwiCount": 4388,
"lstd": 2.94,
"lstn": -9.42,
"tmax": 4.14,
"tmin": -3.88,
"prcp": 22.58,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25595,
"ndviCount": 9421,
"ndwi": -0.23524,
"ndwiCount": 9421,
"lstd": 18.07,
"lstn": -2.34,
"tmax": 14.16,
"tmin": 0.83,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25306,
"ndviCount": 9421,
"ndwi": -0.22514,
"ndwiCount": 9421,
"lstd": 17.17,
"lstn": -1.93,
"tmax": 15.14,
"tmin": 0.36,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2462,
"ndviCount": 9421,
"ndwi": -0.21515,
"ndwiCount": 9421,
"lstd": 11.7,
"lstn": -4.57,
"tmax": 9.32,
"tmin": -2.09,
"prcp": 7.1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00121,
"ndviCount": 9421,
"ndwi": 0.72592,
"ndwiCount": 9421,
"lstd": 1.64,
"lstn": -9.49,
"tmax": 1.66,
"tmin": -5.74,
"prcp": 8.77,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25248,
"ndviCount": 5423,
"ndwi": -0.23408,
"ndwiCount": 5423,
"lstd": 16.33,
"lstn": 2.43,
"tmax": 13.13,
"tmin": 1.4,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25059,
"ndviCount": 5423,
"ndwi": -0.22098,
"ndwiCount": 5423,
"lstd": 17.48,
"lstn": -0.25,
"tmax": 15.55,
"tmin": -0.1,
"prcp": 0.25,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24577,
"ndviCount": 5423,
"ndwi": -0.2248,
"ndwiCount": 5423,
"lstd": 12.36,
"lstn": -2.16,
"tmax": 10.76,
"tmin": -0.64,
"prcp": 5.67,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01842,
"ndviCount": 5423,
"ndwi": 0.69216,
"ndwiCount": 5423,
"lstd": 5.39,
"lstn": -9.43,
"tmax": 1.53,
"tmin": -5.68,
"prcp": 38.93,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2679,
"ndviCount": 916,
"ndwi": -0.1855,
"ndwiCount": 916,
"lstd": 16.86,
"lstn": 1.25,
"tmax": 13.39,
"tmin": -2.31,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25891,
"ndviCount": 916,
"ndwi": -0.17354,
"ndwiCount": 916,
"lstd": 19.19,
"lstn": 0.48,
"tmax": 16.54,
"tmin": -1.76,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25203,
"ndviCount": 916,
"ndwi": -0.17498,
"ndwiCount": 916,
"lstd": 12.41,
"lstn": -2.78,
"tmax": 11.43,
"tmin": -2.63,
"prcp": 7.27,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03066,
"ndviCount": 916,
"ndwi": 0.64279,
"ndwiCount": 916,
"lstd": -2.14,
"lstn": -8.53,
"tmax": 2.03,
"tmin": -8.14,
"prcp": 7.43,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24419,
"ndviCount": 14727,
"ndwi": -0.21107,
"ndwiCount": 14727,
"lstd": 15.35,
"lstn": 0.64,
"tmax": 12.09,
"tmin": -2.15,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2474,
"ndviCount": 14727,
"ndwi": -0.23114,
"ndwiCount": 14727,
"lstd": 15.48,
"lstn": -0.64,
"tmax": 17.78,
"tmin": -3.6,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25297,
"ndviCount": 14727,
"ndwi": -0.22969,
"ndwiCount": 14727,
"lstd": 12.03,
"lstn": -6.29,
"tmax": 12.66,
"tmin": -2.44,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23684,
"ndviCount": 14727,
"ndwi": -0.17184,
"ndwiCount": 14727,
"lstd": 7.15,
"lstn": -10.87,
"tmax": 2.14,
"tmin": -10.73,
"prcp": 0.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24816,
"ndviCount": 3176,
"ndwi": -0.1877,
"ndwiCount": 3176,
"lstd": 17.98,
"lstn": -0.42,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24948,
"ndviCount": 3176,
"ndwi": -0.18701,
"ndwiCount": 3176,
"lstd": 18.83,
"lstn": 0.59,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.2465,
"ndviCount": 3176,
"ndwi": -0.182,
"ndwiCount": 3176,
"lstd": 12.08,
"lstn": -2.97,
"tmax": null,
"tmin": null,
"prcp": 0.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.07718,
"ndviCount": 3176,
"ndwi": 0.47189,
"ndwiCount": 3176,
"lstd": 7.72,
"lstn": -7.01,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2477,
"ndviCount": 8117,
"ndwi": -0.2012,
"ndwiCount": 8117,
"lstd": 16.92,
"lstn": 0.43,
"tmax": 14.35,
"tmin": -1.67,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24473,
"ndviCount": 8117,
"ndwi": -0.19769,
"ndwiCount": 8117,
"lstd": 19.36,
"lstn": -0.68,
"tmax": 19.85,
"tmin": 1.45,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24556,
"ndviCount": 8117,
"ndwi": -0.18685,
"ndwiCount": 8117,
"lstd": 12.63,
"lstn": -3.97,
"tmax": 16.53,
"tmin": -2.35,
"prcp": 3.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23819,
"ndviCount": 8117,
"ndwi": -0.12334,
"ndwiCount": 8117,
"lstd": -1.71,
"lstn": -7.96,
"tmax": 7.3,
"tmin": -7.02,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24921,
"ndviCount": 2981,
"ndwi": -0.16943,
"ndwiCount": 2981,
"lstd": 16.76,
"lstn": 0.8,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2487,
"ndviCount": 2981,
"ndwi": -0.17493,
"ndwiCount": 2981,
"lstd": 19.08,
"lstn": 0.6,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24548,
"ndviCount": 2981,
"ndwi": -0.16573,
"ndwiCount": 2981,
"lstd": 12.41,
"lstn": -4.27,
"tmax": null,
"tmin": null,
"prcp": 5.4,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21311,
"ndviCount": 2981,
"ndwi": -0.04307,
"ndwiCount": 2981,
"lstd": -1.38,
"lstn": -9.39,
"tmax": null,
"tmin": null,
"prcp": 5.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2511,
"ndviCount": 11420,
"ndwi": -0.20418,
"ndwiCount": 11420,
"lstd": 15.12,
"lstn": 0.3,
"tmax": 14.06,
"tmin": -0.47,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24976,
"ndviCount": 11420,
"ndwi": -0.19042,
"ndwiCount": 11420,
"lstd": 18.55,
"lstn": -0.44,
"tmax": 15.41,
"tmin": -0.34,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25506,
"ndviCount": 11420,
"ndwi": -0.18993,
"ndwiCount": 11420,
"lstd": 12.51,
"lstn": -5.12,
"tmax": 8.93,
"tmin": -3.54,
"prcp": 1.97,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21676,
"ndviCount": 11420,
"ndwi": -0.01762,
"ndwiCount": 11420,
"lstd": 6.96,
"lstn": -9.05,
"tmax": 2.51,
"tmin": -7.66,
"prcp": 2.83,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2521,
"ndviCount": 7284,
"ndwi": -0.22597,
"ndwiCount": 7284,
"lstd": 16.72,
"lstn": -2.98,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24166,
"ndviCount": 7284,
"ndwi": -0.21653,
"ndwiCount": 7284,
"lstd": 19.73,
"lstn": -0.14,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24485,
"ndviCount": 7284,
"ndwi": -0.12077,
"ndwiCount": 7284,
"lstd": 15.25,
"lstn": -2.54,
"tmax": null,
"tmin": null,
"prcp": 10.85,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.20023,
"ndviCount": 7284,
"ndwi": 0.02501,
"ndwiCount": 7284,
"lstd": 3.99,
"lstn": -7.7,
"tmax": null,
"tmin": null,
"prcp": 4.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25307,
"ndviCount": 11107,
"ndwi": -0.24579,
"ndwiCount": 11107,
"lstd": 16.03,
"lstn": 3.28,
"tmax": 10.97,
"tmin": -1.83,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26119,
"ndviCount": 11107,
"ndwi": -0.25341,
"ndwiCount": 11107,
"lstd": 16.48,
"lstn": -1.29,
"tmax": 13.64,
"tmin": -2.24,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24649,
"ndviCount": 11107,
"ndwi": -0.23784,
"ndwiCount": 11107,
"lstd": 11.87,
"lstn": -5.3,
"tmax": 9.76,
"tmin": -4.36,
"prcp": 0.87,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.2453,
"ndviCount": 11107,
"ndwi": -0.16172,
"ndwiCount": 11107,
"lstd": 4.25,
"lstn": -8.33,
"tmax": -0.08,
"tmin": -11.04,
"prcp": 3.13,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2345,
"ndviCount": 12294,
"ndwi": -0.21736,
"ndwiCount": 12294,
"lstd": 17.03,
"lstn": -1.69,
"tmax": 18.07,
"tmin": 2.8,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22694,
"ndviCount": 12294,
"ndwi": -0.22747,
"ndwiCount": 12294,
"lstd": 18.14,
"lstn": -2.2,
"tmax": 15.94,
"tmin": -3.96,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23521,
"ndviCount": 12294,
"ndwi": -0.20812,
"ndwiCount": 12294,
"lstd": 14.69,
"lstn": -4.39,
"tmax": 11.04,
"tmin": -6.39,
"prcp": 0.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.14503,
"ndviCount": 12294,
"ndwi": 0.1641,
"ndwiCount": 12294,
"lstd": 4.81,
"lstn": -7.79,
"tmax": 1.96,
"tmin": -12.09,
"prcp": 3.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27756,
"ndviCount": 643,
"ndwi": -0.17096,
"ndwiCount": 643,
"lstd": 15.27,
"lstn": 2.92,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26506,
"ndviCount": 643,
"ndwi": -0.16456,
"ndwiCount": 643,
"lstd": 18.57,
"lstn": 1.16,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26842,
"ndviCount": 643,
"ndwi": -0.17463,
"ndwiCount": 643,
"lstd": 12.36,
"lstn": -2.27,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.1648,
"ndviCount": 643,
"ndwi": 0.21012,
"ndwiCount": 643,
"lstd": 1.24,
"lstn": -6.55,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25629,
"ndviCount": 6464,
"ndwi": -0.22671,
"ndwiCount": 6464,
"lstd": 16.94,
"lstn": -2.79,
"tmax": 14.51,
"tmin": -3.13,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24911,
"ndviCount": 6464,
"ndwi": -0.22071,
"ndwiCount": 6464,
"lstd": 19.25,
"lstn": 0,
"tmax": 17.31,
"tmin": -2.06,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25008,
"ndviCount": 6464,
"ndwi": -0.1624,
"ndwiCount": 6464,
"lstd": 15.27,
"lstn": -3.29,
"tmax": 12.3,
"tmin": -2.46,
"prcp": 3.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.07074,
"ndviCount": 6464,
"ndwi": 0.51491,
"ndwiCount": 6464,
"lstd": 2.92,
"lstn": -9.1,
"tmax": 2.6,
"tmin": -9.92,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25125,
"ndviCount": 6346,
"ndwi": -0.21578,
"ndwiCount": 6346,
"lstd": 16.91,
"lstn": 1.47,
"tmax": 13.48,
"tmin": 0.14,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24754,
"ndviCount": 6346,
"ndwi": -0.2047,
"ndwiCount": 6346,
"lstd": 17.11,
"lstn": -0.31,
"tmax": 14.53,
"tmin": -0.73,
"prcp": 3.03,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24174,
"ndviCount": 6346,
"ndwi": -0.20316,
"ndwiCount": 6346,
"lstd": 11.82,
"lstn": -2.96,
"tmax": 11.21,
"tmin": -1.39,
"prcp": 10.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.0032,
"ndviCount": 6346,
"ndwi": 0.72746,
"ndwiCount": 6346,
"lstd": 5.42,
"lstn": -7.78,
"tmax": 1.74,
"tmin": -6.56,
"prcp": 14.62,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.21919,
"ndviCount": 16220,
"ndwi": -0.21525,
"ndwiCount": 16220,
"lstd": 15.6,
"lstn": 2.61,
"tmax": 13.66,
"tmin": 1.76,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22737,
"ndviCount": 16220,
"ndwi": -0.24202,
"ndwiCount": 16220,
"lstd": 15.65,
"lstn": -0.21,
"tmax": 15.35,
"tmin": 2.29,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22859,
"ndviCount": 16220,
"ndwi": -0.23781,
"ndwiCount": 16220,
"lstd": 11.81,
"lstn": -6.02,
"tmax": 11.24,
"tmin": -3.2,
"prcp": 0.25,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21598,
"ndviCount": 16220,
"ndwi": -0.13837,
"ndwiCount": 16220,
"lstd": 6.33,
"lstn": -9.43,
"tmax": 2.79,
"tmin": -8.26,
"prcp": 2.25,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22783,
"ndviCount": 11105,
"ndwi": -0.23426,
"ndwiCount": 11105,
"lstd": 14.63,
"lstn": 0.82,
"tmax": 11.51,
"tmin": -1.83,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23166,
"ndviCount": 11105,
"ndwi": -0.25439,
"ndwiCount": 11105,
"lstd": 16.23,
"lstn": 0.06,
"tmax": 13.69,
"tmin": -1.46,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23031,
"ndviCount": 11105,
"ndwi": -0.24731,
"ndwiCount": 11105,
"lstd": 11.59,
"lstn": -6.51,
"tmax": 10.9,
"tmin": -5.09,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.2379,
"ndviCount": 11105,
"ndwi": -0.21413,
"ndwiCount": 11105,
"lstd": 6.97,
"lstn": -10.63,
"tmax": 0.76,
"tmin": -10.68,
"prcp": 0.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26347,
"ndviCount": 6775,
"ndwi": -0.20131,
"ndwiCount": 6775,
"lstd": 17.18,
"lstn": -3.71,
"tmax": 14.69,
"tmin": -2.33,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25411,
"ndviCount": 6775,
"ndwi": -0.196,
"ndwiCount": 6775,
"lstd": 19.46,
"lstn": -0.62,
"tmax": 16.96,
"tmin": -2.02,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24876,
"ndviCount": 6775,
"ndwi": -0.16375,
"ndwiCount": 6775,
"lstd": 15.78,
"lstn": -3.1,
"tmax": 11.08,
"tmin": -2.01,
"prcp": 15.03,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.03115,
"ndviCount": 6775,
"ndwi": 0.64952,
"ndwiCount": 6775,
"lstd": 0.54,
"lstn": -9.76,
"tmax": 2.88,
"tmin": -8.33,
"prcp": 6.97,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22275,
"ndviCount": 14388,
"ndwi": -0.24199,
"ndwiCount": 14388,
"lstd": 16.17,
"lstn": 0.62,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23327,
"ndviCount": 14388,
"ndwi": -0.27055,
"ndwiCount": 14388,
"lstd": 17.14,
"lstn": -0.81,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24007,
"ndviCount": 14388,
"ndwi": -0.27843,
"ndwiCount": 14388,
"lstd": 12.49,
"lstn": -6.07,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22805,
"ndviCount": 14388,
"ndwi": -0.24317,
"ndwiCount": 14388,
"lstd": 6.32,
"lstn": -9.69,
"tmax": null,
"tmin": null,
"prcp": 1.5,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23189,
"ndviCount": 20307,
"ndwi": -0.20102,
"ndwiCount": 20307,
"lstd": 17.17,
"lstn": 1.11,
"tmax": 18.05,
"tmin": 3.05,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23014,
"ndviCount": 20307,
"ndwi": -0.22573,
"ndwiCount": 20307,
"lstd": 15.92,
"lstn": -2.12,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23762,
"ndviCount": 20307,
"ndwi": -0.21861,
"ndwiCount": 20307,
"lstd": 13.2,
"lstn": -5.8,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21417,
"ndviCount": 20307,
"ndwi": -0.10859,
"ndwiCount": 20307,
"lstd": 5.98,
"lstn": -8.88,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.21775,
"ndviCount": 17452,
"ndwi": -0.26271,
"ndwiCount": 17452,
"lstd": 17.96,
"lstn": -0.09,
"tmax": 12.76,
"tmin": -1.31,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22443,
"ndviCount": 17452,
"ndwi": -0.27231,
"ndwiCount": 17452,
"lstd": 17.47,
"lstn": -1.34,
"tmax": 14.8,
"tmin": 0.56,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23096,
"ndviCount": 17452,
"ndwi": -0.27752,
"ndwiCount": 17452,
"lstd": 13.26,
"lstn": -6.13,
"tmax": 12.09,
"tmin": -2.69,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.24378,
"ndviCount": 17452,
"ndwi": -0.24621,
"ndwiCount": 17452,
"lstd": 6.25,
"lstn": -9.6,
"tmax": 2.58,
"tmin": -9.86,
"prcp": 1.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24542,
"ndviCount": 5059,
"ndwi": -0.21622,
"ndwiCount": 5059,
"lstd": 17.94,
"lstn": -0.83,
"tmax": 15.98,
"tmin": 2.38,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24072,
"ndviCount": 5059,
"ndwi": -0.2062,
"ndwiCount": 5059,
"lstd": 18.83,
"lstn": 0.81,
"tmax": 16.43,
"tmin": 2.79,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24788,
"ndviCount": 5059,
"ndwi": -0.21993,
"ndwiCount": 5059,
"lstd": 13.08,
"lstn": -3.95,
"tmax": 9.38,
"tmin": -1.57,
"prcp": 1.19,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.21826,
"ndviCount": 5059,
"ndwi": -0.0925,
"ndwiCount": 5059,
"lstd": 8.14,
"lstn": -8.89,
"tmax": 3.97,
"tmin": -4.43,
"prcp": 4.38,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25106,
"ndviCount": 18368,
"ndwi": -0.20902,
"ndwiCount": 18368,
"lstd": 17,
"lstn": -3.23,
"tmax": 13.8,
"tmin": -1.53,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24661,
"ndviCount": 18368,
"ndwi": -0.20834,
"ndwiCount": 18368,
"lstd": 19.34,
"lstn": -0.22,
"tmax": 16.11,
"tmin": 0.84,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25124,
"ndviCount": 18368,
"ndwi": -0.12687,
"ndwiCount": 18368,
"lstd": 12.92,
"lstn": -3.26,
"tmax": 11.41,
"tmin": -1.76,
"prcp": 10.33,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.22323,
"ndviCount": 18368,
"ndwi": -0.07667,
"ndwiCount": 18368,
"lstd": 5.83,
"lstn": -8.04,
"tmax": 2.7,
"tmin": -7.5,
"prcp": 2.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25452,
"ndviCount": 9528,
"ndwi": -0.19978,
"ndwiCount": 9528,
"lstd": 15.83,
"lstn": 0.53,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24875,
"ndviCount": 9528,
"ndwi": -0.19018,
"ndwiCount": 9528,
"lstd": 18.73,
"lstn": -0.35,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24691,
"ndviCount": 9528,
"ndwi": -0.18604,
"ndwiCount": 9528,
"lstd": 11.96,
"lstn": -4.45,
"tmax": null,
"tmin": null,
"prcp": 5.35,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.17386,
"ndviCount": 9528,
"ndwi": 0.14734,
"ndwiCount": 9528,
"lstd": 2.2,
"lstn": -8.91,
"tmax": null,
"tmin": null,
"prcp": 3.2,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.28073,
"ndviCount": 1396,
"ndwi": -0.16832,
"ndwiCount": 1396,
"lstd": 17.61,
"lstn": -0.65,
"tmax": 16.84,
"tmin": 1.58,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26834,
"ndviCount": 1396,
"ndwi": -0.18117,
"ndwiCount": 1396,
"lstd": 19.31,
"lstn": -0.8,
"tmax": 16.35,
"tmin": -0.16,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25744,
"ndviCount": 1396,
"ndwi": -0.16779,
"ndwiCount": 1396,
"lstd": 14.88,
"lstn": -4.17,
"tmax": 12.18,
"tmin": -1.53,
"prcp": 0.65,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.0231,
"ndviCount": 1396,
"ndwi": 0.69423,
"ndwiCount": 1396,
"lstd": -1.43,
"lstn": -10.37,
"tmax": 2.29,
"tmin": -6.73,
"prcp": 9.2,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2335,
"ndviCount": 14721,
"ndwi": -0.23342,
"ndwiCount": 14721,
"lstd": 16.02,
"lstn": -0.04,
"tmax": 13.14,
"tmin": -0.46,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23734,
"ndviCount": 14721,
"ndwi": -0.24205,
"ndwiCount": 14721,
"lstd": 17.21,
"lstn": -0.79,
"tmax": 15.7,
"tmin": -0.41,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24278,
"ndviCount": 14721,
"ndwi": -0.23421,
"ndwiCount": 14721,
"lstd": 11.21,
"lstn": -5.38,
"tmax": 10.76,
"tmin": -3.63,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.11353,
"ndviCount": 14721,
"ndwi": 0.26277,
"ndwiCount": 14721,
"lstd": 5.79,
"lstn": -8.03,
"tmax": 1.96,
"tmin": -8.61,
"prcp": 1.8,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26071,
"ndviCount": 7446,
"ndwi": -0.19519,
"ndwiCount": 7446,
"lstd": 15.67,
"lstn": -0.61,
"tmax": 13.54,
"tmin": 1.52,
"prcp": 0.13,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.2564,
"ndviCount": 7446,
"ndwi": -0.20083,
"ndwiCount": 7446,
"lstd": 16.66,
"lstn": -0.81,
"tmax": 14.61,
"tmin": 1.43,
"prcp": 2.13,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24944,
"ndviCount": 7446,
"ndwi": -0.19977,
"ndwiCount": 7446,
"lstd": 11.34,
"lstn": -3.28,
"tmax": 9.47,
"tmin": -0.86,
"prcp": 9.43,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01009,
"ndviCount": 7446,
"ndwi": 0.70041,
"ndwiCount": 7446,
"lstd": 5.16,
"lstn": -7.17,
"tmax": 2.54,
"tmin": -5.16,
"prcp": 13.58,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24607,
"ndviCount": 14244,
"ndwi": -0.2057,
"ndwiCount": 14244,
"lstd": 17.29,
"lstn": -2.61,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24606,
"ndviCount": 14244,
"ndwi": -0.20981,
"ndwiCount": 14244,
"lstd": 18.21,
"lstn": -1,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25043,
"ndviCount": 14244,
"ndwi": -0.1541,
"ndwiCount": 14244,
"lstd": 12.42,
"lstn": -3.89,
"tmax": null,
"tmin": null,
"prcp": 2.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.06062,
"ndviCount": 14244,
"ndwi": 0.52549,
"ndwiCount": 14244,
"lstd": 7.09,
"lstn": -8.47,
"tmax": null,
"tmin": null,
"prcp": 4.6,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25041,
"ndviCount": 20476,
"ndwi": -0.1998,
"ndwiCount": 20476,
"lstd": 14.94,
"lstn": 3.26,
"tmax": 17.75,
"tmin": 5,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25148,
"ndviCount": 20476,
"ndwi": -0.23547,
"ndwiCount": 20476,
"lstd": 15.33,
"lstn": -0.68,
"tmax": 10.17,
"tmin": -1.47,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25438,
"ndviCount": 20476,
"ndwi": -0.23529,
"ndwiCount": 20476,
"lstd": 12.21,
"lstn": -5.39,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.18211,
"ndviCount": 20476,
"ndwi": 0.04,
"ndwiCount": 20476,
"lstd": 6.34,
"lstn": -9.1,
"tmax": null,
"tmin": null,
"prcp": 3.18,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23454,
"ndviCount": 12966,
"ndwi": -0.22743,
"ndwiCount": 12966,
"lstd": 16.24,
"lstn": 0.08,
"tmax": 14.59,
"tmin": -0.19,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23087,
"ndviCount": 12966,
"ndwi": -0.21296,
"ndwiCount": 12966,
"lstd": 18.54,
"lstn": -0.75,
"tmax": 15.86,
"tmin": -0.18,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24251,
"ndviCount": 12966,
"ndwi": -0.23137,
"ndwiCount": 12966,
"lstd": 13.13,
"lstn": -3.95,
"tmax": 10.19,
"tmin": -3.14,
"prcp": 0.96,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23847,
"ndviCount": 12966,
"ndwi": -0.20129,
"ndwiCount": 12966,
"lstd": 6.93,
"lstn": -8.91,
"tmax": 3.48,
"tmin": -7.31,
"prcp": 5.49,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24555,
"ndviCount": 13267,
"ndwi": -0.21983,
"ndwiCount": 13267,
"lstd": 14.6,
"lstn": 0.94,
"tmax": 12.53,
"tmin": -1.29,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24753,
"ndviCount": 13267,
"ndwi": -0.2115,
"ndwiCount": 13267,
"lstd": 18.73,
"lstn": -0.45,
"tmax": 14.53,
"tmin": -0.26,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25042,
"ndviCount": 13267,
"ndwi": -0.20385,
"ndwiCount": 13267,
"lstd": 11.71,
"lstn": -4.81,
"tmax": 10.49,
"tmin": -3.41,
"prcp": 4.66,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.16141,
"ndviCount": 13267,
"ndwi": 0.17244,
"ndwiCount": 13267,
"lstd": 5.05,
"lstn": -8.6,
"tmax": 1.04,
"tmin": -8.19,
"prcp": 5.02,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.2705,
"ndviCount": 3645,
"ndwi": -0.18634,
"ndwiCount": 3645,
"lstd": 18.14,
"lstn": -1.72,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25685,
"ndviCount": 3645,
"ndwi": -0.1906,
"ndwiCount": 3645,
"lstd": 19.19,
"lstn": 0.12,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25288,
"ndviCount": 3645,
"ndwi": -0.16746,
"ndwiCount": 3645,
"lstd": 15.93,
"lstn": -3.76,
"tmax": null,
"tmin": null,
"prcp": 6.5,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.00739,
"ndviCount": 3645,
"ndwi": 0.74347,
"ndwiCount": 3645,
"lstd": 0.87,
"lstn": -10.36,
"tmax": null,
"tmin": null,
"prcp": 6.4,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.27881,
"ndviCount": 2495,
"ndwi": -0.15759,
"ndwiCount": 2495,
"lstd": 16.53,
"lstn": -0.57,
"tmax": 13.3,
"tmin": -2.05,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.27054,
"ndviCount": 2495,
"ndwi": -0.16841,
"ndwiCount": 2495,
"lstd": 18.87,
"lstn": -0.23,
"tmax": 17.67,
"tmin": -0.67,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25792,
"ndviCount": 2495,
"ndwi": -0.15079,
"ndwiCount": 2495,
"lstd": 14,
"lstn": -4.37,
"tmax": 10,
"tmin": -3.2,
"prcp": 2,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.01447,
"ndviCount": 2495,
"ndwi": 0.74184,
"ndwiCount": 2495,
"lstd": 1.14,
"lstn": -8.45,
"tmax": 2.08,
"tmin": -9.98,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24996,
"ndviCount": 2098,
"ndwi": -0.23291,
"ndwiCount": 2098,
"lstd": 17.07,
"lstn": 2.12,
"tmax": null,
"tmin": null,
"prcp": 1,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24998,
"ndviCount": 2098,
"ndwi": -0.22619,
"ndwiCount": 2098,
"lstd": 19.14,
"lstn": -0.5,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25004,
"ndviCount": 2098,
"ndwi": -0.22903,
"ndwiCount": 2098,
"lstd": 13.86,
"lstn": -1.89,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.25183,
"ndviCount": 2098,
"ndwi": -0.15692,
"ndwiCount": 2098,
"lstd": 2.33,
"lstn": -8.73,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24915,
"ndviCount": 3250,
"ndwi": -0.21843,
"ndwiCount": 3250,
"lstd": 16.76,
"lstn": 1.04,
"tmax": 15.08,
"tmin": 0.95,
"prcp": 0.5,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24772,
"ndviCount": 3250,
"ndwi": -0.21741,
"ndwiCount": 3250,
"lstd": 19.05,
"lstn": -0.39,
"tmax": 16.39,
"tmin": 1.35,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24909,
"ndviCount": 3250,
"ndwi": -0.20969,
"ndwiCount": 3250,
"lstd": 13.23,
"lstn": -2.66,
"tmax": 9.16,
"tmin": -1.81,
"prcp": 7.1,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23788,
"ndviCount": 3250,
"ndwi": -0.14643,
"ndwiCount": 3250,
"lstd": 3.42,
"lstn": -7.57,
"tmax": 3.35,
"tmin": -4.58,
"prcp": 9.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.25633,
"ndviCount": 2129,
"ndwi": -0.1743,
"ndwiCount": 2129,
"lstd": 18.92,
"lstn": -0.1,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25594,
"ndviCount": 2129,
"ndwi": -0.17386,
"ndwiCount": 2129,
"lstd": 19.27,
"lstn": 0.77,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24727,
"ndviCount": 2129,
"ndwi": -0.1685,
"ndwiCount": 2129,
"lstd": 12.5,
"lstn": -4.24,
"tmax": null,
"tmin": null,
"prcp": 1.37,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.09323,
"ndviCount": 2129,
"ndwi": 0.41848,
"ndwiCount": 2129,
"lstd": 2.39,
"lstn": -9.83,
"tmax": null,
"tmin": null,
"prcp": 5.77,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.24872,
"ndviCount": 6954,
"ndwi": -0.21757,
"ndwiCount": 6954,
"lstd": 17.48,
"lstn": 1.81,
"tmax": 13.86,
"tmin": -1.95,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.25087,
"ndviCount": 6954,
"ndwi": -0.21272,
"ndwiCount": 6954,
"lstd": 17.6,
"lstn": -0.65,
"tmax": 15.41,
"tmin": -1.88,
"prcp": 0.87,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24479,
"ndviCount": 6954,
"ndwi": -0.20735,
"ndwiCount": 6954,
"lstd": 12.47,
"lstn": -3.37,
"tmax": 11.81,
"tmin": -2.63,
"prcp": 7.37,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.13076,
"ndviCount": 6954,
"ndwi": 0.24808,
"ndwiCount": 6954,
"lstd": 4.41,
"lstn": -9.52,
"tmax": 2.3,
"tmin": -6.94,
"prcp": 9.78,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26643,
"ndviCount": 2640,
"ndwi": -0.18744,
"ndwiCount": 2640,
"lstd": 18.06,
"lstn": -0.1,
"tmax": 13.95,
"tmin": -1.45,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26103,
"ndviCount": 2640,
"ndwi": -0.18382,
"ndwiCount": 2640,
"lstd": 19.25,
"lstn": -0.5,
"tmax": 15.19,
"tmin": 0.43,
"prcp": 0.46,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.25023,
"ndviCount": 2640,
"ndwi": -0.17925,
"ndwiCount": 2640,
"lstd": 12.57,
"lstn": -3.36,
"tmax": 10.55,
"tmin": -1.74,
"prcp": 5.98,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.08662,
"ndviCount": 2640,
"ndwi": 0.42306,
"ndwiCount": 2640,
"lstd": -2.24,
"lstn": -9.99,
"tmax": 3.34,
"tmin": -6.76,
"prcp": 14.17,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22248,
"ndviCount": 17162,
"ndwi": -0.2627,
"ndwiCount": 17162,
"lstd": 16.94,
"lstn": 0.25,
"tmax": 13.34,
"tmin": -1.94,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22887,
"ndviCount": 17162,
"ndwi": -0.27252,
"ndwiCount": 17162,
"lstd": 18.65,
"lstn": -0.48,
"tmax": 14.27,
"tmin": -0.64,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22954,
"ndviCount": 17162,
"ndwi": -0.27732,
"ndwiCount": 17162,
"lstd": 12.46,
"lstn": -4.66,
"tmax": 10.36,
"tmin": -4.38,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.17539,
"ndviCount": 17162,
"ndwi": 0.02668,
"ndwiCount": 17162,
"lstd": 6.18,
"lstn": -9.21,
"tmax": 1.81,
"tmin": -9.73,
"prcp": 2.57,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22692,
"ndviCount": 9694,
"ndwi": -0.26007,
"ndwiCount": 9694,
"lstd": 15.62,
"lstn": 0.07,
"tmax": 11.1,
"tmin": -2.22,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23354,
"ndviCount": 9694,
"ndwi": -0.26322,
"ndwiCount": 9694,
"lstd": 17.19,
"lstn": 0.7,
"tmax": 14.32,
"tmin": -2,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22946,
"ndviCount": 9694,
"ndwi": -0.25852,
"ndwiCount": 9694,
"lstd": 14.77,
"lstn": -6.15,
"tmax": 9.13,
"tmin": -4.44,
"prcp": 1.3,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.23362,
"ndviCount": 9694,
"ndwi": -0.24781,
"ndwiCount": 9694,
"lstd": 5.35,
"lstn": -10.28,
"tmax": 1.19,
"tmin": -11.18,
"prcp": 0.25,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.26934,
"ndviCount": 4731,
"ndwi": -0.17167,
"ndwiCount": 4731,
"lstd": 15.39,
"lstn": -0.08,
"tmax": 12.77,
"tmin": 1.26,
"prcp": 0.5,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.26991,
"ndviCount": 4731,
"ndwi": -0.1721,
"ndwiCount": 4731,
"lstd": 15.54,
"lstn": -0.86,
"tmax": 15.14,
"tmin": 0.15,
"prcp": 0,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.26095,
"ndviCount": 4731,
"ndwi": -0.17174,
"ndwiCount": 4731,
"lstd": 10.16,
"lstn": -4.63,
"tmax": 10.35,
"tmin": -1.88,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.12123,
"ndviCount": 4731,
"ndwi": 0.32816,
"ndwiCount": 4731,
"lstd": 4.88,
"lstn": -6.72,
"tmax": 2.78,
"tmin": -7.99,
"prcp": 4.12,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23888,
"ndviCount": 15396,
"ndwi": -0.18973,
"ndwiCount": 15396,
"lstd": 16.6,
"lstn": -1.77,
"tmax": 15.41,
"tmin": -0.68,
"prcp": 0,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.23588,
"ndviCount": 15396,
"ndwi": -0.22166,
"ndwiCount": 15396,
"lstd": 16.49,
"lstn": -2.77,
"tmax": 16.46,
"tmin": -1.73,
"prcp": 0.17,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.24244,
"ndviCount": 15396,
"ndwi": -0.21019,
"ndwiCount": 15396,
"lstd": 13.2,
"lstn": -5.06,
"tmax": 9.73,
"tmin": -3.83,
"prcp": 0.8,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.17648,
"ndviCount": 15396,
"ndwi": 0.07994,
"ndwiCount": 15396,
"lstd": 3.69,
"lstn": -9.06,
"tmax": 3.87,
"tmin": -9.09,
"prcp": 3.9,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.23916,
"ndviCount": 9126,
"ndwi": -0.25395,
"ndwiCount": 9126,
"lstd": 15.86,
"lstn": 2.8,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.24776,
"ndviCount": 9126,
"ndwi": -0.26161,
"ndwiCount": 9126,
"lstd": 17.01,
"lstn": -0.55,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.23681,
"ndviCount": 9126,
"ndwi": -0.2447,
"ndwiCount": 9126,
"lstd": 13.04,
"lstn": -5.68,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.24302,
"ndviCount": 9126,
"ndwi": -0.22165,
"ndwiCount": 9126,
"lstd": 5.56,
"lstn": -8.63,
"tmax": 0.54,
"tmin": -10.34,
"prcp": 0,
"updatedAt": "2023-12-09T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-11-01",
"endDate": "2023-11-08",
"ndvi": 0.22932,
"ndviCount": 15988,
"ndwi": -0.27425,
"ndwiCount": 15988,
"lstd": 16.74,
"lstn": 0.13,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-18T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-11-09",
"endDate": "2023-11-16",
"ndvi": 0.22921,
"ndviCount": 15988,
"ndwi": -0.26931,
"ndwiCount": 15988,
"lstd": 19.14,
"lstn": -1.18,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-11-27T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-11-17",
"endDate": "2023-11-24",
"ndvi": 0.22574,
"ndviCount": 15988,
"ndwi": -0.26368,
"ndwiCount": 15988,
"lstd": 12.16,
"lstn": -5.47,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-12-07T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-11-25",
"endDate": "2023-12-02",
"ndvi": 0.15426,
"ndviCount": 15988,
"ndwi": 0.07713,
"ndwiCount": 15988,
"lstd": 4.81,
"lstn": -9.55,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-12-09T00:00:00-06:00"
}
]
}
GET
GET https://ondemand.websol.barchart.com/getCropFactors.xml?apikey=YOUR_API_KEY&countyCode=19041%2C17019&stateCode=19%2C17&startDate=20231101&endDate=20231231&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=20231101&endDate=20231231&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>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26135</ndvi>
<ndviCount>8254</ndviCount>
<ndwi>-0.21317</ndwi>
<ndwiCount>8254</ndwiCount>
<lstd>16.57</lstd>
<lstn>1.53</lstn>
<tmax>16.43</tmax>
<tmin>2.68</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25617</ndvi>
<ndviCount>8254</ndviCount>
<ndwi>-0.22531</ndwi>
<ndwiCount>8254</ndwiCount>
<lstd>18.38</lstd>
<lstn>0.2</lstn>
<tmax>16.53</tmax>
<tmin>1.91</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25368</ndvi>
<ndviCount>8254</ndviCount>
<ndwi>-0.2259</ndwi>
<ndwiCount>8254</ndwiCount>
<lstd>14.12</lstd>
<lstn>-2.96</lstn>
<tmax>11.02</tmax>
<tmin>0.64</tmin>
<prcp>8.3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.2383</ndvi>
<ndviCount>8254</ndviCount>
<ndwi>-0.14543</ndwi>
<ndwiCount>8254</ndwiCount>
<lstd>10.49</lstd>
<lstn>-7.02</lstn>
<tmax>5.39</tmax>
<tmin>-2.71</tmin>
<prcp>17.45</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.3333</ndvi>
<ndviCount>1488</ndviCount>
<ndwi>-0.09733</ndwi>
<ndwiCount>1488</ndwiCount>
<lstd>19.78</lstd>
<lstn>8.46</lstn>
<tmax>19.38</tmax>
<tmin>8.54</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.32251</ndvi>
<ndviCount>1488</ndviCount>
<ndwi>-0.08813</ndwi>
<ndwiCount>1488</ndwiCount>
<lstd>21.15</lstd>
<lstn>4.39</lstn>
<tmax>19.38</tmax>
<tmin>7.06</tmin>
<prcp>2.5</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.32479</ndvi>
<ndviCount>1488</ndviCount>
<ndwi>-0.13159</ndwi>
<ndwiCount>1488</ndwiCount>
<lstd>16.81</lstd>
<lstn>1.24</lstn>
<tmax>12.11</tmax>
<tmin>0.46</tmin>
<prcp>17.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.34382</ndvi>
<ndviCount>1488</ndviCount>
<ndwi>-0.05958</ndwi>
<ndwiCount>1488</ndwiCount>
<lstd>9.77</lstd>
<lstn>-1.08</lstn>
<tmax>9.1</tmax>
<tmin>0.29</tmin>
<prcp>23.6</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28466</ndvi>
<ndviCount>5245</ndviCount>
<ndwi>-0.15191</ndwi>
<ndwiCount>5245</ndwiCount>
<lstd>16.38</lstd>
<lstn>3.13</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27665</ndvi>
<ndviCount>5245</ndviCount>
<ndwi>-0.1581</ndwi>
<ndwiCount>5245</ndwiCount>
<lstd>19.7</lstd>
<lstn>1.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.28644</ndvi>
<ndviCount>5245</ndviCount>
<ndwi>-0.15048</ndwi>
<ndwiCount>5245</ndwiCount>
<lstd>15.95</lstd>
<lstn>-1.89</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.29352</ndvi>
<ndviCount>5245</ndviCount>
<ndwi>-0.11846</ndwi>
<ndwiCount>5245</ndwiCount>
<lstd>4.81</lstd>
<lstn>-4.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.30724</ndvi>
<ndviCount>5161</ndviCount>
<ndwi>-0.14409</ndwi>
<ndwiCount>5161</ndwiCount>
<lstd>13.74</lstd>
<lstn>-1.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.05</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26224</ndvi>
<ndviCount>5161</ndviCount>
<ndwi>-0.18166</ndwi>
<ndwiCount>5161</ndwiCount>
<lstd>13.81</lstd>
<lstn>-0.83</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.05</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25335</ndvi>
<ndviCount>5161</ndviCount>
<ndwi>-0.17923</ndwi>
<ndwiCount>5161</ndwiCount>
<lstd>8.82</lstd>
<lstn>-4.51</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.2</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.03491</ndvi>
<ndviCount>5161</ndviCount>
<ndwi>0.60629</ndwi>
<ndwiCount>5161</ndwiCount>
<lstd>-0.76</lstd>
<lstn>-5.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.95</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26135</ndvi>
<ndviCount>1642</ndviCount>
<ndwi>-0.19555</ndwi>
<ndwiCount>1642</ndwiCount>
<lstd>16.48</lstd>
<lstn>1.53</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25337</ndvi>
<ndviCount>1642</ndviCount>
<ndwi>-0.2112</ndwi>
<ndwiCount>1642</ndwiCount>
<lstd>18.02</lstd>
<lstn>0.04</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25104</ndvi>
<ndviCount>1642</ndviCount>
<ndwi>-0.21271</ndwi>
<ndwiCount>1642</ndwiCount>
<lstd>14.1</lstd>
<lstn>-3.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.11668</ndvi>
<ndviCount>1642</ndviCount>
<ndwi>0.34728</ndwi>
<ndwiCount>1642</ndwiCount>
<lstd>7.29</lstd>
<lstn>-6.93</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26694</ndvi>
<ndviCount>20937</ndviCount>
<ndwi>-0.20719</ndwi>
<ndwiCount>20937</ndwiCount>
<lstd>16.55</lstd>
<lstn>0.33</lstn>
<tmax>13.26</tmax>
<tmin>0.64</tmin>
<prcp>0.77</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26047</ndvi>
<ndviCount>20937</ndviCount>
<ndwi>-0.21594</ndwi>
<ndwiCount>20937</ndwiCount>
<lstd>16.83</lstd>
<lstn>-0.86</lstn>
<tmax>14.86</tmax>
<tmin>0.34</tmin>
<prcp>0.53</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25709</ndvi>
<ndviCount>20937</ndviCount>
<ndwi>-0.21797</ndwi>
<ndwiCount>20937</ndwiCount>
<lstd>11.76</lstd>
<lstn>-4.07</lstn>
<tmax>11.62</tmax>
<tmin>0.49</tmin>
<prcp>15.23</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.02572</ndvi>
<ndviCount>20937</ndviCount>
<ndwi>0.62446</ndwi>
<ndwiCount>20937</ndwiCount>
<lstd>6.29</lstd>
<lstn>-7.48</lstn>
<tmax>3.6</tmax>
<tmin>-3.44</tmin>
<prcp>26.45</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.29847</ndvi>
<ndviCount>775</ndviCount>
<ndwi>-0.13941</ndwi>
<ndwiCount>775</ndwiCount>
<lstd>19.42</lstd>
<lstn>4.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.3</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.28242</ndvi>
<ndviCount>775</ndviCount>
<ndwi>-0.16005</ndwi>
<ndwiCount>775</ndwiCount>
<lstd>18.74</lstd>
<lstn>1.79</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.27964</ndvi>
<ndviCount>775</ndviCount>
<ndwi>-0.16193</ndwi>
<ndwiCount>775</ndwiCount>
<lstd>14.42</lstd>
<lstn>-1.8</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.2</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.27415</ndvi>
<ndviCount>775</ndviCount>
<ndwi>-0.16276</ndwi>
<ndwiCount>775</ndwiCount>
<lstd>7.51</lstd>
<lstn>-3.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.2</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28257</ndvi>
<ndviCount>7307</ndviCount>
<ndwi>-0.18398</ndwi>
<ndwiCount>7307</ndwiCount>
<lstd>15.06</lstd>
<lstn>-2.52</lstn>
<tmax>12.87</tmax>
<tmin>-0.8</tmin>
<prcp>1.6</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26334</ndvi>
<ndviCount>7307</ndviCount>
<ndwi>-0.19052</ndwi>
<ndwiCount>7307</ndwiCount>
<lstd>15.55</lstd>
<lstn>-0.86</lstn>
<tmax>13.19</tmax>
<tmin>-1.74</tmin>
<prcp>1.25</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25597</ndvi>
<ndviCount>7307</ndviCount>
<ndwi>-0.19175</ndwi>
<ndwiCount>7307</ndwiCount>
<lstd>10.49</lstd>
<lstn>-3.77</lstn>
<tmax>10.56</tmax>
<tmin>-1.25</tmin>
<prcp>9.25</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01775</ndvi>
<ndviCount>7307</ndviCount>
<ndwi>0.65807</ndwi>
<ndwiCount>7307</ndwiCount>
<lstd>5.3</lstd>
<lstn>-8.19</lstn>
<tmax>0.75</tmax>
<tmin>-6.65</tmin>
<prcp>11.55</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25707</ndvi>
<ndviCount>6718</ndviCount>
<ndwi>-0.20417</ndwi>
<ndwiCount>6718</ndwiCount>
<lstd>18.4</lstd>
<lstn>-0.14</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26095</ndvi>
<ndviCount>6718</ndviCount>
<ndwi>-0.22474</ndwi>
<ndwiCount>6718</ndwiCount>
<lstd>19.38</lstd>
<lstn>-0.45</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26278</ndvi>
<ndviCount>6718</ndviCount>
<ndwi>-0.22552</ndwi>
<ndwiCount>6718</ndwiCount>
<lstd>14.5</lstd>
<lstn>-3.45</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25937</ndvi>
<ndviCount>6718</ndviCount>
<ndwi>-0.21496</ndwi>
<ndwiCount>6718</ndwiCount>
<lstd>9.25</lstd>
<lstn>-4.33</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.1</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24899</ndvi>
<ndviCount>28963</ndviCount>
<ndwi>-0.21869</ndwi>
<ndwiCount>28963</ndwiCount>
<lstd>20.55</lstd>
<lstn>0.97</lstn>
<tmax>16.03</tmax>
<tmin>1.83</tmin>
<prcp>0.52</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25513</ndvi>
<ndviCount>28963</ndviCount>
<ndwi>-0.25301</ndwi>
<ndwiCount>28963</ndwiCount>
<lstd>18.9</lstd>
<lstn>-1.13</lstn>
<tmax>16.51</tmax>
<tmin>-0.16</tmin>
<prcp>0.34</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26286</ndvi>
<ndviCount>28963</ndviCount>
<ndwi>-0.24766</ndwi>
<ndwiCount>28963</ndwiCount>
<lstd>14.79</lstd>
<lstn>-2.13</lstn>
<tmax>10.9</tmax>
<tmin>-0.22</tmin>
<prcp>9.69</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22177</ndvi>
<ndviCount>28963</ndviCount>
<ndwi>-0.08931</ndwi>
<ndwiCount>28963</ndwiCount>
<lstd>5.01</lstd>
<lstn>-6.11</lstn>
<tmax>4.82</tmax>
<tmin>-3.06</tmin>
<prcp>32.45</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26341</ndvi>
<ndviCount>19671</ndviCount>
<ndwi>-0.22514</ndwi>
<ndwiCount>19671</ndwiCount>
<lstd>19.98</lstd>
<lstn>0.47</lstn>
<tmax>15.8</tmax>
<tmin>1.56</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25462</ndvi>
<ndviCount>19671</ndviCount>
<ndwi>-0.25752</ndwi>
<ndwiCount>19671</ndwiCount>
<lstd>20.08</lstd>
<lstn>-0.49</lstn>
<tmax>17.68</tmax>
<tmin>0.55</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26052</ndvi>
<ndviCount>19671</ndviCount>
<ndwi>-0.25651</ndwi>
<ndwiCount>19671</ndwiCount>
<lstd>15.97</lstd>
<lstn>-2.9</lstn>
<tmax>12.34</tmax>
<tmin>0.9</tmin>
<prcp>13</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26829</ndvi>
<ndviCount>19671</ndviCount>
<ndwi>-0.25216</ndwi>
<ndwiCount>19671</ndwiCount>
<lstd>4.64</lstd>
<lstn>-3.03</lstn>
<tmax>6.53</tmax>
<tmin>-2.54</tmin>
<prcp>25.42</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24687</ndvi>
<ndviCount>6489</ndviCount>
<ndwi>-0.17683</ndwi>
<ndwiCount>6489</ndwiCount>
<lstd>20.37</lstd>
<lstn>0.77</lstn>
<tmax>17.01</tmax>
<tmin>0.96</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24386</ndvi>
<ndviCount>6489</ndviCount>
<ndwi>-0.1863</ndwi>
<ndwiCount>6489</ndwiCount>
<lstd>18.89</lstd>
<lstn>-0.71</lstn>
<tmax>18.61</tmax>
<tmin>-0.96</tmin>
<prcp>0.25</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25794</ndvi>
<ndviCount>6489</ndviCount>
<ndwi>-0.16964</ndwi>
<ndwiCount>6489</ndwiCount>
<lstd>15.2</lstd>
<lstn>-1.32</lstn>
<tmax>13.75</tmax>
<tmin>0.21</tmin>
<prcp>8.4</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25441</ndvi>
<ndviCount>6489</ndviCount>
<ndwi>-0.17111</ndwi>
<ndwiCount>6489</ndwiCount>
<lstd>4.76</lstd>
<lstn>-5.42</lstn>
<tmax>7.3</tmax>
<tmin>-4.54</tmin>
<prcp>17</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27427</ndvi>
<ndviCount>5362</ndviCount>
<ndwi>-0.15181</ndwi>
<ndwiCount>5362</ndwiCount>
<lstd>19.32</lstd>
<lstn>1.26</lstn>
<tmax>18.33</tmax>
<tmin>3.26</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27243</ndvi>
<ndviCount>5362</ndviCount>
<ndwi>-0.13935</ndwi>
<ndwiCount>5362</ndwiCount>
<lstd>20.1</lstd>
<lstn>1.22</lstn>
<tmax>18.35</tmax>
<tmin>1.26</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29014</ndvi>
<ndviCount>5362</ndviCount>
<ndwi>-0.12997</ndwi>
<ndwiCount>5362</ndwiCount>
<lstd>15.81</lstd>
<lstn>-1.7</lstn>
<tmax>13.83</tmax>
<tmin>0.83</tmin>
<prcp>8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.29498</ndvi>
<ndviCount>5362</ndviCount>
<ndwi>-0.08955</ndwi>
<ndwiCount>5362</ndwiCount>
<lstd>4.74</lstd>
<lstn>-4.34</lstn>
<tmax>7.99</tmax>
<tmin>-1.48</tmin>
<prcp>19.67</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.31296</ndvi>
<ndviCount>5860</ndviCount>
<ndwi>-0.14621</ndwi>
<ndwiCount>5860</ndwiCount>
<lstd>18.5</lstd>
<lstn>4.86</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.31817</ndvi>
<ndviCount>5860</ndviCount>
<ndwi>-0.12753</ndwi>
<ndwiCount>5860</ndwiCount>
<lstd>20.52</lstd>
<lstn>2.99</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.33419</ndvi>
<ndviCount>5860</ndviCount>
<ndwi>-0.11708</ndwi>
<ndwiCount>5860</ndwiCount>
<lstd>16.73</lstd>
<lstn>-2.29</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.1</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.32785</ndvi>
<ndviCount>5860</ndviCount>
<ndwi>-0.09863</ndwi>
<ndwiCount>5860</ndwiCount>
<lstd>5.97</lstd>
<lstn>-3.32</lstn>
<tmax>8.6</tmax>
<tmin>-5.6</tmin>
<prcp>22.4</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25346</ndvi>
<ndviCount>11360</ndviCount>
<ndwi>-0.21796</ndwi>
<ndwiCount>11360</ndwiCount>
<lstd>22.12</lstd>
<lstn>-0.02</lstn>
<tmax>17.94</tmax>
<tmin>4.35</tmin>
<prcp>0.1</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24919</ndvi>
<ndviCount>11360</ndviCount>
<ndwi>-0.2408</ndwi>
<ndwiCount>11360</ndwiCount>
<lstd>20.12</lstd>
<lstn>-0.65</lstn>
<tmax>16.46</tmax>
<tmin>1.79</tmin>
<prcp>0.2</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25587</ndvi>
<ndviCount>11360</ndviCount>
<ndwi>-0.23135</ndwi>
<ndwiCount>11360</ndwiCount>
<lstd>16.25</lstd>
<lstn>-2.01</lstn>
<tmax>10.99</tmax>
<tmin>1.29</tmin>
<prcp>3.5</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.2517</ndvi>
<ndviCount>11360</ndviCount>
<ndwi>-0.21003</ndwi>
<ndwiCount>11360</ndwiCount>
<lstd>6.71</lstd>
<lstn>-5.76</lstn>
<tmax>6.74</tmax>
<tmin>-2.04</tmin>
<prcp>21.61</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.34637</ndvi>
<ndviCount>127</ndviCount>
<ndwi>-0.02527</ndwi>
<ndwiCount>127</ndwiCount>
<lstd>13.5</lstd>
<lstn>0.51</lstn>
<tmax>13.04</tmax>
<tmin>3.66</tmin>
<prcp>2.56</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.2959</ndvi>
<ndviCount>127</ndviCount>
<ndwi>-0.10295</ndwi>
<ndwiCount>127</ndwiCount>
<lstd>14.34</lstd>
<lstn>1.51</lstn>
<tmax>14.39</tmax>
<tmin>2.92</tmin>
<prcp>1.62</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2932</ndvi>
<ndviCount>127</ndviCount>
<ndwi>-0.09457</ndwi>
<ndwiCount>127</ndwiCount>
<lstd>10.38</lstd>
<lstn>-1.81</lstn>
<tmax>9.76</tmax>
<tmin>1.15</tmin>
<prcp>22.71</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25206</ndvi>
<ndviCount>127</ndviCount>
<ndwi>-0.00365</ndwi>
<ndwiCount>127</ndwiCount>
<lstd>3.86</lstd>
<lstn>-3.85</lstn>
<tmax>3.3</tmax>
<tmin>-3.09</tmin>
<prcp>20.83</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25128</ndvi>
<ndviCount>5175</ndviCount>
<ndwi>-0.17109</ndwi>
<ndwiCount>5175</ndwiCount>
<lstd>20.03</lstd>
<lstn>-0.32</lstn>
<tmax>15.41</tmax>
<tmin>3.13</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25277</ndvi>
<ndviCount>5175</ndviCount>
<ndwi>-0.16967</ndwi>
<ndwiCount>5175</ndwiCount>
<lstd>19.89</lstd>
<lstn>0.39</lstn>
<tmax>18.8</tmax>
<tmin>1.66</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.27054</ndvi>
<ndviCount>5175</ndviCount>
<ndwi>-0.13663</ndwi>
<ndwiCount>5175</ndwiCount>
<lstd>15.21</lstd>
<lstn>-0.97</lstn>
<tmax>13.29</tmax>
<tmin>2.44</tmin>
<prcp>14</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.2606</ndvi>
<ndviCount>5175</ndviCount>
<ndwi>-0.14751</ndwi>
<ndwiCount>5175</ndwiCount>
<lstd>3.57</lstd>
<lstn>-4.52</lstn>
<tmax>8.74</tmax>
<tmin>-1.66</tmin>
<prcp>17.1</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24412</ndvi>
<ndviCount>4979</ndviCount>
<ndwi>-0.17915</ndwi>
<ndwiCount>4979</ndwiCount>
<lstd>19.82</lstd>
<lstn>-0.44</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.2415</ndvi>
<ndviCount>4979</ndviCount>
<ndwi>-0.18544</ndwi>
<ndwiCount>4979</ndwiCount>
<lstd>19.37</lstd>
<lstn>-0.62</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25039</ndvi>
<ndviCount>4979</ndviCount>
<ndwi>-0.17801</ndwi>
<ndwiCount>4979</ndwiCount>
<lstd>15.48</lstd>
<lstn>-1.58</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25972</ndvi>
<ndviCount>4979</ndviCount>
<ndwi>-0.15933</ndwi>
<ndwiCount>4979</ndwiCount>
<lstd>3.55</lstd>
<lstn>-5.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.8</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28926</ndvi>
<ndviCount>16940</ndviCount>
<ndwi>-0.1841</ndwi>
<ndwiCount>16940</ndwiCount>
<lstd>14.61</lstd>
<lstn>-1.31</lstn>
<tmax>12.08</tmax>
<tmin>0.39</tmin>
<prcp>0.63</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26231</ndvi>
<ndviCount>16940</ndviCount>
<ndwi>-0.20804</ndwi>
<ndwiCount>16940</ndwiCount>
<lstd>15.34</lstd>
<lstn>-0.96</lstn>
<tmax>13.39</tmax>
<tmin>-1.38</tmin>
<prcp>1.6</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25671</ndvi>
<ndviCount>16940</ndviCount>
<ndwi>-0.20923</ndwi>
<ndwiCount>16940</ndwiCount>
<lstd>10.61</lstd>
<lstn>-4.55</lstn>
<tmax>9.09</tmax>
<tmin>-2.07</tmin>
<prcp>10.51</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01461</ndvi>
<ndviCount>16940</ndviCount>
<ndwi>0.66599</ndwi>
<ndwiCount>16940</ndwiCount>
<lstd>-0.35</lstd>
<lstn>-6.99</lstn>
<tmax>1.11</tmax>
<tmin>-6.08</tmin>
<prcp>20.87</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25283</ndvi>
<ndviCount>11241</ndviCount>
<ndwi>-0.20054</ndwi>
<ndwiCount>11241</ndwiCount>
<lstd>20.18</lstd>
<lstn>1.78</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25652</ndvi>
<ndviCount>11241</ndviCount>
<ndwi>-0.24345</ndwi>
<ndwiCount>11241</ndwiCount>
<lstd>18.14</lstd>
<lstn>-0.76</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2629</ndvi>
<ndviCount>11241</ndviCount>
<ndwi>-0.24549</ndwi>
<ndwiCount>11241</ndwiCount>
<lstd>14.23</lstd>
<lstn>-2.57</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.73</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.1482</ndvi>
<ndviCount>11241</ndviCount>
<ndwi>0.24458</ndwi>
<ndwiCount>11241</ndwiCount>
<lstd>7.02</lstd>
<lstn>-4.54</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>33.6</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25036</ndvi>
<ndviCount>12433</ndviCount>
<ndwi>-0.22055</ndwi>
<ndwiCount>12433</ndwiCount>
<lstd>21.67</lstd>
<lstn>0.43</lstn>
<tmax>14.45</tmax>
<tmin>0.71</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25114</ndvi>
<ndviCount>12433</ndviCount>
<ndwi>-0.24719</ndwi>
<ndwiCount>12433</ndwiCount>
<lstd>19.65</lstd>
<lstn>-1.09</lstn>
<tmax>16.6</tmax>
<tmin>0.2</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25725</ndvi>
<ndviCount>12433</ndviCount>
<ndwi>-0.24093</ndwi>
<ndwiCount>12433</ndwiCount>
<lstd>15.58</lstd>
<lstn>-2.03</lstn>
<tmax>11.74</tmax>
<tmin>0.49</tmin>
<prcp>5.1</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25343</ndvi>
<ndviCount>12433</ndviCount>
<ndwi>-0.20248</ndwi>
<ndwiCount>12433</ndwiCount>
<lstd>5.7</lstd>
<lstn>-5.74</lstn>
<tmax>5.35</tmax>
<tmin>-3.46</tmin>
<prcp>24.9</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.38558</ndvi>
<ndviCount>72</ndviCount>
<ndwi>-0.11239</ndwi>
<ndwiCount>72</ndwiCount>
<lstd>14.26</lstd>
<lstn>-0.75</lstn>
<tmax>12.86</tmax>
<tmin>2.42</tmin>
<prcp>1.16</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27017</ndvi>
<ndviCount>72</ndviCount>
<ndwi>-0.21803</ndwi>
<ndwiCount>72</ndwiCount>
<lstd>15.13</lstd>
<lstn>-0.23</lstn>
<tmax>13.89</tmax>
<tmin>0.32</tmin>
<prcp>2.71</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.28089</ndvi>
<ndviCount>72</ndviCount>
<ndwi>-0.21315</ndwi>
<ndwiCount>72</ndwiCount>
<lstd>11.54</lstd>
<lstn>-2.82</lstn>
<tmax>9.36</tmax>
<tmin>-0.7</tmin>
<prcp>18.06</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.03558</ndvi>
<ndviCount>72</ndviCount>
<ndwi>0.55801</ndwi>
<ndwiCount>72</ndwiCount>
<lstd>1.53</lstd>
<lstn>-5.37</lstn>
<tmax>2.19</tmax>
<tmin>-4.44</tmin>
<prcp>23.14</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24665</ndvi>
<ndviCount>16787</ndviCount>
<ndwi>-0.21114</ndwi>
<ndwiCount>16787</ndwiCount>
<lstd>21.52</lstd>
<lstn>0.32</lstn>
<tmax>15.06</tmax>
<tmin>1.66</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25024</ndvi>
<ndviCount>16787</ndviCount>
<ndwi>-0.22876</ndwi>
<ndwiCount>16787</ndwiCount>
<lstd>19.48</lstd>
<lstn>-1.11</lstn>
<tmax>16.88</tmax>
<tmin>-0.26</tmin>
<prcp>0.9</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25668</ndvi>
<ndviCount>16787</ndviCount>
<ndwi>-0.21458</ndwi>
<ndwiCount>16787</ndwiCount>
<lstd>16.15</lstd>
<lstn>-2.2</lstn>
<tmax>12.09</tmax>
<tmin>-0.09</tmin>
<prcp>5.47</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.24957</ndvi>
<ndviCount>16787</ndviCount>
<ndwi>-0.21149</ndwi>
<ndwiCount>16787</ndwiCount>
<lstd>6.7</lstd>
<lstn>-3.81</lstn>
<tmax>5.7</tmax>
<tmin>-3.13</tmin>
<prcp>19.85</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2899</ndvi>
<ndviCount>2804</ndviCount>
<ndwi>-0.15737</ndwi>
<ndwiCount>2804</ndwiCount>
<lstd>18.15</lstd>
<lstn>3.46</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.29569</ndvi>
<ndviCount>2804</ndviCount>
<ndwi>-0.14141</ndwi>
<ndwiCount>2804</ndwiCount>
<lstd>19.35</lstd>
<lstn>1.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.9</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.31773</ndvi>
<ndviCount>2804</ndviCount>
<ndwi>-0.12016</ndwi>
<ndwiCount>2804</ndwiCount>
<lstd>16.41</lstd>
<lstn>-1.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.85</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.29316</ndvi>
<ndviCount>2804</ndviCount>
<ndwi>-0.1201</ndwi>
<ndwiCount>2804</ndwiCount>
<lstd>6.89</lstd>
<lstn>-3.69</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.15</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24221</ndvi>
<ndviCount>6370</ndviCount>
<ndwi>-0.18002</ndwi>
<ndwiCount>6370</ndwiCount>
<lstd>19.73</lstd>
<lstn>1.16</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24341</ndvi>
<ndviCount>6370</ndviCount>
<ndwi>-0.18217</ndwi>
<ndwiCount>6370</ndwiCount>
<lstd>20.41</lstd>
<lstn>0</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25364</ndvi>
<ndviCount>6370</ndviCount>
<ndwi>-0.17496</ndwi>
<ndwiCount>6370</ndwiCount>
<lstd>16.41</lstd>
<lstn>-2.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.58</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25181</ndvi>
<ndviCount>6370</ndviCount>
<ndwi>-0.14365</ndwi>
<ndwiCount>6370</ndwiCount>
<lstd>3.85</lstd>
<lstn>-4.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.24</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25881</ndvi>
<ndviCount>8245</ndviCount>
<ndwi>-0.16759</ndwi>
<ndwiCount>8245</ndwiCount>
<lstd>19.33</lstd>
<lstn>2.48</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25221</ndvi>
<ndviCount>8245</ndviCount>
<ndwi>-0.17243</ndwi>
<ndwiCount>8245</ndwiCount>
<lstd>20.06</lstd>
<lstn>2.44</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25932</ndvi>
<ndviCount>8245</ndviCount>
<ndwi>-0.16788</ndwi>
<ndwiCount>8245</ndwiCount>
<lstd>15.9</lstd>
<lstn>-2.02</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>7.9</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25469</ndvi>
<ndviCount>8245</ndviCount>
<ndwi>-0.14133</ndwi>
<ndwiCount>8245</ndwiCount>
<lstd>4.36</lstd>
<lstn>-3.94</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.2</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.243</ndvi>
<ndviCount>15434</ndviCount>
<ndwi>-0.19508</ndwi>
<ndwiCount>15434</ndwiCount>
<lstd>18.12</lstd>
<lstn>0.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24879</ndvi>
<ndviCount>15434</ndviCount>
<ndwi>-0.23695</ndwi>
<ndwiCount>15434</ndwiCount>
<lstd>17.73</lstd>
<lstn>-1.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.15</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25624</ndvi>
<ndviCount>15434</ndviCount>
<ndwi>-0.23627</ndwi>
<ndwiCount>15434</ndwiCount>
<lstd>13.62</lstd>
<lstn>-2.36</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.5</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.1314</ndvi>
<ndviCount>15434</ndviCount>
<ndwi>0.24034</ndwi>
<ndwiCount>15434</ndwiCount>
<lstd>5.65</lstd>
<lstn>-7.33</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>30.7</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.35746</ndvi>
<ndviCount>1858</ndviCount>
<ndwi>-0.0899</ndwi>
<ndwiCount>1858</ndwiCount>
<lstd>19.43</lstd>
<lstn>5.73</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.3388</ndvi>
<ndviCount>1858</ndviCount>
<ndwi>-0.0819</ndwi>
<ndwiCount>1858</ndwiCount>
<lstd>19.11</lstd>
<lstn>3.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.36671</ndvi>
<ndviCount>1858</ndviCount>
<ndwi>-0.07521</ndwi>
<ndwiCount>1858</ndwiCount>
<lstd>16.09</lstd>
<lstn>-0.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.48</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.34849</ndvi>
<ndviCount>1858</ndviCount>
<ndwi>-0.0662</ndwi>
<ndwiCount>1858</ndwiCount>
<lstd>7.78</lstd>
<lstn>-2.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.47</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25934</ndvi>
<ndviCount>7399</ndviCount>
<ndwi>-0.20122</ndwi>
<ndwiCount>7399</ndwiCount>
<lstd>15.69</lstd>
<lstn>2.34</lstn>
<tmax>13.68</tmax>
<tmin>-2</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.253</ndvi>
<ndviCount>7399</ndviCount>
<ndwi>-0.21126</ndwi>
<ndwiCount>7399</ndwiCount>
<lstd>17.51</lstd>
<lstn>-0.03</lstn>
<tmax>15.7</tmax>
<tmin>-2.56</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25356</ndvi>
<ndviCount>7399</ndviCount>
<ndwi>-0.21402</ndwi>
<ndwiCount>7399</ndwiCount>
<lstd>13.42</lstd>
<lstn>-2.81</lstn>
<tmax>10.83</tmax>
<tmin>-1.8</tmin>
<prcp>14.83</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.04401</ndvi>
<ndviCount>7399</ndviCount>
<ndwi>0.59677</ndwi>
<ndwiCount>7399</ndwiCount>
<lstd>8.03</lstd>
<lstn>-8.7</lstn>
<tmax>1.45</tmax>
<tmin>-5.89</tmin>
<prcp>28.03</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27173</ndvi>
<ndviCount>5658</ndviCount>
<ndwi>-0.17547</ndwi>
<ndwiCount>5658</ndwiCount>
<lstd>21.14</lstd>
<lstn>3.64</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27555</ndvi>
<ndviCount>5658</ndviCount>
<ndwi>-0.15663</ndwi>
<ndwiCount>5658</ndwiCount>
<lstd>20.6</lstd>
<lstn>1.04</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29005</ndvi>
<ndviCount>5658</ndviCount>
<ndwi>-0.16361</ndwi>
<ndwiCount>5658</ndwiCount>
<lstd>17.16</lstd>
<lstn>-1.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.27997</ndvi>
<ndviCount>5658</ndviCount>
<ndwi>-0.15519</ndwi>
<ndwiCount>5658</ndwiCount>
<lstd>8.1</lstd>
<lstn>-1.91</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26905</ndvi>
<ndviCount>7506</ndviCount>
<ndwi>-0.18133</ndwi>
<ndwiCount>7506</ndwiCount>
<lstd>19.37</lstd>
<lstn>2.08</lstn>
<tmax>15.43</tmax>
<tmin>2.21</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26323</ndvi>
<ndviCount>7506</ndviCount>
<ndwi>-0.20176</ndwi>
<ndwiCount>7506</ndwiCount>
<lstd>19.04</lstd>
<lstn>0.4</lstn>
<tmax>16.66</tmax>
<tmin>0.41</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26242</ndvi>
<ndviCount>7506</ndviCount>
<ndwi>-0.20275</ndwi>
<ndwiCount>7506</ndwiCount>
<lstd>14.9</lstd>
<lstn>-2.81</lstn>
<tmax>11.88</tmax>
<tmin>-0.05</tmin>
<prcp>8.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26335</ndvi>
<ndviCount>7506</ndviCount>
<ndwi>-0.19985</ndwi>
<ndwiCount>7506</ndwiCount>
<lstd>6.77</lstd>
<lstn>-4.36</lstn>
<tmax>6.03</tmax>
<tmin>-3.53</tmin>
<prcp>36.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27753</ndvi>
<ndviCount>9900</ndviCount>
<ndwi>-0.21741</ndwi>
<ndwiCount>9900</ndwiCount>
<lstd>15.8</lstd>
<lstn>1.31</lstn>
<tmax>13.13</tmax>
<tmin>1.4</tmin>
<prcp>0.79</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25159</ndvi>
<ndviCount>9900</ndviCount>
<ndwi>-0.22419</ndwi>
<ndwiCount>9900</ndwiCount>
<lstd>16.74</lstd>
<lstn>-1.36</lstn>
<tmax>15.21</tmax>
<tmin>-0.84</tmin>
<prcp>0.14</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25573</ndvi>
<ndviCount>9900</ndviCount>
<ndwi>-0.2279</ndwi>
<ndwiCount>9900</ndwiCount>
<lstd>13.74</lstd>
<lstn>-2.55</lstn>
<tmax>10.08</tmax>
<tmin>0.96</tmin>
<prcp>18.78</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.11189</ndvi>
<ndviCount>9900</ndviCount>
<ndwi>0.33634</ndwi>
<ndwiCount>9900</ndwiCount>
<lstd>4.33</lstd>
<lstn>-6.53</lstn>
<tmax>2.94</tmax>
<tmin>-3.55</tmin>
<prcp>21.85</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2682</ndvi>
<ndviCount>4942</ndviCount>
<ndwi>-0.15392</ndwi>
<ndwiCount>4942</ndwiCount>
<lstd>19.07</lstd>
<lstn>2.28</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26362</ndvi>
<ndviCount>4942</ndviCount>
<ndwi>-0.13775</ndwi>
<ndwiCount>4942</ndwiCount>
<lstd>19.96</lstd>
<lstn>0.29</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.27915</ndvi>
<ndviCount>4942</ndviCount>
<ndwi>-0.14389</ndwi>
<ndwiCount>4942</ndwiCount>
<lstd>16.64</lstd>
<lstn>-1.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.07</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.27978</ndvi>
<ndviCount>4942</ndviCount>
<ndwi>-0.11663</ndwi>
<ndwiCount>4942</ndwiCount>
<lstd>7.94</lstd>
<lstn>-2.73</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.55</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24756</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.23313</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>17.1</lstd>
<lstn>0.58</lstn>
<tmax>14.59</tmax>
<tmin>1.29</tmin>
<prcp>0.26</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24937</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.24383</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>18.05</lstd>
<lstn>-1.02</lstn>
<tmax>16.63</tmax>
<tmin>0.83</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24888</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.24511</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>13.96</lstd>
<lstn>-3.54</lstn>
<tmax>11.18</tmax>
<tmin>0.17</tmin>
<prcp>9.53</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22854</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.15299</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>9.52</lstd>
<lstn>-8.37</lstn>
<tmax>3.24</tmax>
<tmin>-4.75</tmin>
<prcp>25.52</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.3994</ndvi>
<ndviCount>58</ndviCount>
<ndwi>-0.05337</ndwi>
<ndwiCount>58</ndwiCount>
<lstd>20.02</lstd>
<lstn>8.07</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.41785</ndvi>
<ndviCount>58</ndviCount>
<ndwi>-0.03266</ndwi>
<ndwiCount>58</ndwiCount>
<lstd>20.08</lstd>
<lstn>3.59</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.39524</ndvi>
<ndviCount>58</ndviCount>
<ndwi>-0.06655</ndwi>
<ndwiCount>58</ndwiCount>
<lstd>14.92</lstd>
<lstn>1.1</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.38023</ndvi>
<ndviCount>58</ndviCount>
<ndwi>-0.04383</ndwi>
<ndwiCount>58</ndwiCount>
<lstd>8.18</lstd>
<lstn>-0.65</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26138</ndvi>
<ndviCount>6194</ndviCount>
<ndwi>-0.21633</ndwi>
<ndwiCount>6194</ndwiCount>
<lstd>16.71</lstd>
<lstn>1.61</lstn>
<tmax>14.03</tmax>
<tmin>0.85</tmin>
<prcp>0.3</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24827</ndvi>
<ndviCount>6194</ndviCount>
<ndwi>-0.21012</ndwi>
<ndwiCount>6194</ndwiCount>
<lstd>17.42</lstd>
<lstn>-0.23</lstn>
<tmax>16.68</tmax>
<tmin>0.35</tmin>
<prcp>0.15</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24614</ndvi>
<ndviCount>6194</ndviCount>
<ndwi>-0.21296</ndwi>
<ndwiCount>6194</ndwiCount>
<lstd>12.93</lstd>
<lstn>-3.37</lstn>
<tmax>11.31</tmax>
<tmin>0.06</tmin>
<prcp>8.25</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.17487</ndvi>
<ndviCount>6194</ndviCount>
<ndwi>0.08063</ndwi>
<ndwiCount>6194</ndwiCount>
<lstd>7.65</lstd>
<lstn>-8.62</lstn>
<tmax>2.79</tmax>
<tmin>-5</tmin>
<prcp>25.05</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27636</ndvi>
<ndviCount>19913</ndviCount>
<ndwi>-0.2118</ndwi>
<ndwiCount>19913</ndwiCount>
<lstd>16.87</lstd>
<lstn>0.3</lstn>
<tmax>13.06</tmax>
<tmin>1.49</tmin>
<prcp>0.08</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25802</ndvi>
<ndviCount>19913</ndviCount>
<ndwi>-0.20558</ndwi>
<ndwiCount>19913</ndwiCount>
<lstd>16.91</lstd>
<lstn>-1.21</lstn>
<tmax>14.76</tmax>
<tmin>0.04</tmin>
<prcp>0.17</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25136</ndvi>
<ndviCount>19913</ndviCount>
<ndwi>-0.20397</ndwi>
<ndwiCount>19913</ndwiCount>
<lstd>12.17</lstd>
<lstn>-3.77</lstn>
<tmax>9.76</tmax>
<tmin>-0.77</tmin>
<prcp>12.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01286</ndvi>
<ndviCount>19913</ndviCount>
<ndwi>0.69138</ndwi>
<ndwiCount>19913</ndwiCount>
<lstd>7.27</lstd>
<lstn>-8.26</lstn>
<tmax>1.63</tmax>
<tmin>-5.38</tmin>
<prcp>23.55</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24561</ndvi>
<ndviCount>33282</ndviCount>
<ndwi>-0.1952</ndwi>
<ndwiCount>33282</ndwiCount>
<lstd>16.9</lstd>
<lstn>1.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.2486</ndvi>
<ndviCount>33282</ndviCount>
<ndwi>-0.22795</ndwi>
<ndwiCount>33282</ndwiCount>
<lstd>17.25</lstd>
<lstn>-1.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.43</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25583</ndvi>
<ndviCount>33282</ndviCount>
<ndwi>-0.22329</ndwi>
<ndwiCount>33282</ndwiCount>
<lstd>14.36</lstd>
<lstn>-2.69</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.1</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.18348</ndvi>
<ndviCount>33282</ndviCount>
<ndwi>0.01043</ndwi>
<ndwiCount>33282</ndwiCount>
<lstd>5.55</lstd>
<lstn>-6.75</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.47</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.30646</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.12861</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>20.72</lstd>
<lstn>6.58</lstn>
<tmax>18.71</tmax>
<tmin>4.36</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27851</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.13511</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>20.78</lstd>
<lstn>4.87</lstn>
<tmax>18.86</tmax>
<tmin>1.34</tmin>
<prcp>0.2</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29405</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.14613</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>18.28</lstd>
<lstn>-1.01</lstn>
<tmax>13.54</tmax>
<tmin>1.09</tmin>
<prcp>5.82</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.28689</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.12507</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>9.93</lstd>
<lstn>-2.33</lstn>
<tmax>9.17</tmax>
<tmin>-0.6</tmin>
<prcp>15.57</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24273</ndvi>
<ndviCount>7989</ndviCount>
<ndwi>-0.1766</ndwi>
<ndwiCount>7989</ndwiCount>
<lstd>19.41</lstd>
<lstn>-0.1</lstn>
<tmax>19.29</tmax>
<tmin>5.9</tmin>
<prcp>0.37</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24328</ndvi>
<ndviCount>7989</ndviCount>
<ndwi>-0.17796</ndwi>
<ndwiCount>7989</ndwiCount>
<lstd>20.23</lstd>
<lstn>0.21</lstn>
<tmax>18.2</tmax>
<tmin>2.13</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25549</ndvi>
<ndviCount>7989</ndviCount>
<ndwi>-0.16089</ndwi>
<ndwiCount>7989</ndwiCount>
<lstd>15.59</lstd>
<lstn>-1.36</lstn>
<tmax>12.38</tmax>
<tmin>2.1</tmin>
<prcp>7.73</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25712</ndvi>
<ndviCount>7989</ndviCount>
<ndwi>-0.14163</ndwi>
<ndwiCount>7989</ndwiCount>
<lstd>3.5</lstd>
<lstn>-4.1</lstn>
<tmax>8.05</tmax>
<tmin>-0.74</tmin>
<prcp>15.58</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.30939</ndvi>
<ndviCount>2316</ndviCount>
<ndwi>-0.12904</ndwi>
<ndwiCount>2316</ndwiCount>
<lstd>19.09</lstd>
<lstn>3.18</lstn>
<tmax>19.65</tmax>
<tmin>4.63</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.30665</ndvi>
<ndviCount>2316</ndviCount>
<ndwi>-0.10891</ndwi>
<ndwiCount>2316</ndwiCount>
<lstd>19.65</lstd>
<lstn>3.48</lstn>
<tmax>17.9</tmax>
<tmin>-0.41</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.33363</ndvi>
<ndviCount>2316</ndviCount>
<ndwi>-0.10711</ndwi>
<ndwiCount>2316</ndwiCount>
<lstd>16.46</lstd>
<lstn>-1.19</lstn>
<tmax>12.56</tmax>
<tmin>0.48</tmin>
<prcp>7.78</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.31907</ndvi>
<ndviCount>2316</ndviCount>
<ndwi>-0.09698</ndwi>
<ndwiCount>2316</ndwiCount>
<lstd>6.69</lstd>
<lstn>-2.68</lstn>
<tmax>8.33</tmax>
<tmin>-1.58</tmin>
<prcp>16.01</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27955</ndvi>
<ndviCount>3672</ndviCount>
<ndwi>-0.15145</ndwi>
<ndwiCount>3672</ndwiCount>
<lstd>19.23</lstd>
<lstn>2.04</lstn>
<tmax>15.91</tmax>
<tmin>0.93</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26927</ndvi>
<ndviCount>3672</ndviCount>
<ndwi>-0.17497</ndwi>
<ndwiCount>3672</ndwiCount>
<lstd>19.23</lstd>
<lstn>0.51</lstn>
<tmax>17.51</tmax>
<tmin>0.14</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26905</ndvi>
<ndviCount>3672</ndviCount>
<ndwi>-0.17002</ndwi>
<ndwiCount>3672</ndwiCount>
<lstd>15.46</lstd>
<lstn>-2.58</lstn>
<tmax>11.36</tmax>
<tmin>1.18</tmin>
<prcp>9.9</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.27137</ndvi>
<ndviCount>3672</ndviCount>
<ndwi>-0.16696</ndwi>
<ndwiCount>3672</ndwiCount>
<lstd>5.57</lstd>
<lstn>-3.74</lstn>
<tmax>6.95</tmax>
<tmin>-3.11</tmin>
<prcp>22.3</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.29788</ndvi>
<ndviCount>2337</ndviCount>
<ndwi>-0.17158</ndwi>
<ndwiCount>2337</ndwiCount>
<lstd>16</lstd>
<lstn>-2.22</lstn>
<tmax>11.29</tmax>
<tmin>-1.19</tmin>
<prcp>2.05</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26656</ndvi>
<ndviCount>2337</ndviCount>
<ndwi>-0.17668</ndwi>
<ndwiCount>2337</ndwiCount>
<lstd>15.06</lstd>
<lstn>-0.45</lstn>
<tmax>12.33</tmax>
<tmin>-2.5</tmin>
<prcp>3.25</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25597</ndvi>
<ndviCount>2337</ndviCount>
<ndwi>-0.17449</ndwi>
<ndwiCount>2337</ndwiCount>
<lstd>8.91</lstd>
<lstn>-4.22</lstn>
<tmax>10.18</tmax>
<tmin>-2.64</tmin>
<prcp>8.27</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.06532</ndvi>
<ndviCount>2337</ndviCount>
<ndwi>0.51057</ndwi>
<ndwiCount>2337</ndwiCount>
<lstd>7.22</lstd>
<lstn>-6.17</lstn>
<tmax>0.7</tmax>
<tmin>-7.09</tmin>
<prcp>6.25</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.37896</ndvi>
<ndviCount>176</ndviCount>
<ndwi>-0.09215</ndwi>
<ndwiCount>176</ndwiCount>
<lstd>20.45</lstd>
<lstn>7.86</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.37368</ndvi>
<ndviCount>176</ndviCount>
<ndwi>-0.06</ndwi>
<ndwiCount>176</ndwiCount>
<lstd>20.17</lstd>
<lstn>6.17</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.40627</ndvi>
<ndviCount>176</ndviCount>
<ndwi>-0.06081</ndwi>
<ndwiCount>176</ndwiCount>
<lstd>15.68</lstd>
<lstn>0.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.40839</ndvi>
<ndviCount>176</ndviCount>
<ndwi>-0.01313</ndwi>
<ndwiCount>176</ndwiCount>
<lstd>8.59</lstd>
<lstn>-2.62</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.30159</ndvi>
<ndviCount>5267</ndviCount>
<ndwi>-0.15764</ndwi>
<ndwiCount>5267</ndwiCount>
<lstd>14.57</lstd>
<lstn>0.02</lstn>
<tmax>12.54</tmax>
<tmin>0.78</tmin>
<prcp>1.5</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25833</ndvi>
<ndviCount>5267</ndviCount>
<ndwi>-0.18797</ndwi>
<ndwiCount>5267</ndwiCount>
<lstd>15.37</lstd>
<lstn>-1.17</lstn>
<tmax>13.75</tmax>
<tmin>-1.39</tmin>
<prcp>1.24</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25639</ndvi>
<ndviCount>5267</ndviCount>
<ndwi>-0.18549</ndwi>
<ndwiCount>5267</ndwiCount>
<lstd>10.58</lstd>
<lstn>-4.11</lstn>
<tmax>10.08</tmax>
<tmin>-1.5</tmin>
<prcp>18.02</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.02012</ndvi>
<ndviCount>5267</ndviCount>
<ndwi>0.66335</ndwi>
<ndwiCount>5267</ndwiCount>
<lstd>-0.78</lstd>
<lstn>-6.48</lstn>
<tmax>1.91</tmax>
<tmin>-5.35</tmin>
<prcp>22.71</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27042</ndvi>
<ndviCount>16567</ndviCount>
<ndwi>-0.15552</ndwi>
<ndwiCount>16567</ndwiCount>
<lstd>15.52</lstd>
<lstn>1.42</lstn>
<tmax>13.2</tmax>
<tmin>0.65</tmin>
<prcp>0.98</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25781</ndvi>
<ndviCount>16567</ndviCount>
<ndwi>-0.20856</ndwi>
<ndwiCount>16567</ndwiCount>
<lstd>16.25</lstd>
<lstn>-0.96</lstn>
<tmax>18</tmax>
<tmin>0.98</tmin>
<prcp>0.2</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26213</ndvi>
<ndviCount>16567</ndviCount>
<ndwi>-0.20488</ndwi>
<ndwiCount>16567</ndwiCount>
<lstd>14.02</lstd>
<lstn>-2.72</lstn>
<tmax>8.75</tmax>
<tmin>-1.53</tmin>
<prcp>20.94</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.14229</ndvi>
<ndviCount>16566</ndviCount>
<ndwi>0.19783</ndwi>
<ndwiCount>16567</ndwiCount>
<lstd>5.72</lstd>
<lstn>-5.31</lstn>
<tmax>1.99</tmax>
<tmin>-4.51</tmin>
<prcp>28.08</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.31224</ndvi>
<ndviCount>6417</ndviCount>
<ndwi>-0.18037</ndwi>
<ndwiCount>6417</ndwiCount>
<lstd>15.09</lstd>
<lstn>-0.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.45</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26863</ndvi>
<ndviCount>6417</ndviCount>
<ndwi>-0.1879</ndwi>
<ndwiCount>6417</ndwiCount>
<lstd>16.09</lstd>
<lstn>-1.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.13</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26957</ndvi>
<ndviCount>6417</ndviCount>
<ndwi>-0.18915</ndwi>
<ndwiCount>6417</ndwiCount>
<lstd>11.89</lstd>
<lstn>-3.25</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.98</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.02115</ndvi>
<ndviCount>6417</ndviCount>
<ndwi>0.65025</ndwi>
<ndwiCount>6417</ndwiCount>
<lstd>2.98</lstd>
<lstn>-6.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.53</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27523</ndvi>
<ndviCount>11317</ndviCount>
<ndwi>-0.20661</ndwi>
<ndwiCount>11317</ndwiCount>
<lstd>16.46</lstd>
<lstn>0.43</lstn>
<tmax>13.25</tmax>
<tmin>-0.38</tmin>
<prcp>0.2</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.257</ndvi>
<ndviCount>11317</ndviCount>
<ndwi>-0.20627</ndwi>
<ndwiCount>11317</ndwiCount>
<lstd>16.99</lstd>
<lstn>-1.17</lstn>
<tmax>15.12</tmax>
<tmin>-0.69</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25155</ndvi>
<ndviCount>11317</ndviCount>
<ndwi>-0.20608</ndwi>
<ndwiCount>11317</ndwiCount>
<lstd>12.72</lstd>
<lstn>-3.71</lstn>
<tmax>10.88</tmax>
<tmin>-0.61</tmin>
<prcp>11.88</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.11204</ndvi>
<ndviCount>11317</ndviCount>
<ndwi>0.31362</ndwi>
<ndwiCount>11317</ndwiCount>
<lstd>6.33</lstd>
<lstn>-9.55</lstn>
<tmax>2.51</tmax>
<tmin>-5.7</tmin>
<prcp>23.1</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.38713</ndvi>
<ndviCount>204</ndviCount>
<ndwi>-0.04112</ndwi>
<ndwiCount>204</ndwiCount>
<lstd>13.25</lstd>
<lstn>0.16</lstn>
<tmax>12.02</tmax>
<tmin>2.41</tmin>
<prcp>4.53</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.3017</ndvi>
<ndviCount>204</ndviCount>
<ndwi>-0.12536</ndwi>
<ndwiCount>204</ndwiCount>
<lstd>14.08</lstd>
<lstn>1.43</lstn>
<tmax>13.74</tmax>
<tmin>0.65</tmin>
<prcp>2.23</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29901</ndvi>
<ndviCount>204</ndviCount>
<ndwi>-0.12225</ndwi>
<ndwiCount>204</ndwiCount>
<lstd>10.21</lstd>
<lstn>-2.17</lstn>
<tmax>9.48</tmax>
<tmin>0.06</tmin>
<prcp>18.46</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.20263</ndvi>
<ndviCount>204</ndviCount>
<ndwi>0.16005</ndwi>
<ndwiCount>204</ndwiCount>
<lstd>3.73</lstd>
<lstn>-5.81</lstn>
<tmax>2.65</tmax>
<tmin>-4.48</tmin>
<prcp>17.49</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28122</ndvi>
<ndviCount>29151</ndviCount>
<ndwi>-0.21397</ndwi>
<ndwiCount>29151</ndwiCount>
<lstd>15.59</lstd>
<lstn>0.15</lstn>
<tmax>12.44</tmax>
<tmin>-0.62</tmin>
<prcp>0.96</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26107</ndvi>
<ndviCount>29151</ndviCount>
<ndwi>-0.22706</ndwi>
<ndwiCount>29151</ndwiCount>
<lstd>16.66</lstd>
<lstn>-1.32</lstn>
<tmax>14.52</tmax>
<tmin>-2.01</tmin>
<prcp>0.03</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26323</ndvi>
<ndviCount>29151</ndviCount>
<ndwi>-0.23112</ndwi>
<ndwiCount>29151</ndwiCount>
<lstd>13.18</lstd>
<lstn>-2.95</lstn>
<tmax>10.98</tmax>
<tmin>-0.24</tmin>
<prcp>13.36</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.00961</ndvi>
<ndviCount>29151</ndviCount>
<ndwi>0.67322</ndwi>
<ndwiCount>29151</ndwiCount>
<lstd>2.7</lstd>
<lstn>-7.38</lstn>
<tmax>2.11</tmax>
<tmin>-5.53</tmin>
<prcp>25.03</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27158</ndvi>
<ndviCount>4936</ndviCount>
<ndwi>-0.16819</ndwi>
<ndwiCount>4936</ndwiCount>
<lstd>20.17</lstd>
<lstn>-0.61</lstn>
<tmax>18.99</tmax>
<tmin>3.8</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27416</ndvi>
<ndviCount>4936</ndviCount>
<ndwi>-0.15969</ndwi>
<ndwiCount>4936</ndwiCount>
<lstd>20.41</lstd>
<lstn>0.09</lstn>
<tmax>19.29</tmax>
<tmin>1.54</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29596</ndvi>
<ndviCount>4936</ndviCount>
<ndwi>-0.12852</ndwi>
<ndwiCount>4936</ndwiCount>
<lstd>16.15</lstd>
<lstn>-1.52</lstn>
<tmax>13.47</tmax>
<tmin>2.48</tmin>
<prcp>14.45</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.28956</ndvi>
<ndviCount>4936</ndviCount>
<ndwi>-0.16066</ndwi>
<ndwiCount>4936</ndwiCount>
<lstd>5.55</lstd>
<lstn>-3.98</lstn>
<tmax>8.19</tmax>
<tmin>-1.05</tmin>
<prcp>18.25</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27705</ndvi>
<ndviCount>19843</ndviCount>
<ndwi>-0.21372</ndwi>
<ndwiCount>19843</ndwiCount>
<lstd>15.18</lstd>
<lstn>-0.66</lstn>
<tmax>11.81</tmax>
<tmin>-0.2</tmin>
<prcp>0.95</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26403</ndvi>
<ndviCount>19843</ndviCount>
<ndwi>-0.22626</ndwi>
<ndwiCount>19843</ndwiCount>
<lstd>16.12</lstd>
<lstn>-0.54</lstn>
<tmax>13.18</tmax>
<tmin>-0.1</tmin>
<prcp>0.84</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25979</ndvi>
<ndviCount>19843</ndviCount>
<ndwi>-0.22927</ndwi>
<ndwiCount>19843</ndwiCount>
<lstd>10.54</lstd>
<lstn>-4.55</lstn>
<tmax>10.28</tmax>
<tmin>-0.79</tmin>
<prcp>15.21</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01976</ndvi>
<ndviCount>19843</ndviCount>
<ndwi>0.62915</ndwi>
<ndwiCount>19843</ndwiCount>
<lstd>5.96</lstd>
<lstn>-6.65</lstn>
<tmax>1.08</tmax>
<tmin>-6.27</tmin>
<prcp>18.26</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25776</ndvi>
<ndviCount>32306</ndviCount>
<ndwi>-0.21762</ndwi>
<ndwiCount>32306</ndwiCount>
<lstd>16.56</lstd>
<lstn>-0.32</lstn>
<tmax>12.5</tmax>
<tmin>-0.29</tmin>
<prcp>0.45</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25014</ndvi>
<ndviCount>32306</ndviCount>
<ndwi>-0.246</ndwi>
<ndwiCount>32306</ndwiCount>
<lstd>17.63</lstd>
<lstn>-1.14</lstn>
<tmax>15.23</tmax>
<tmin>-1.48</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25533</ndvi>
<ndviCount>32306</ndviCount>
<ndwi>-0.25042</ndwi>
<ndwiCount>32306</ndwiCount>
<lstd>13.9</lstd>
<lstn>-2.61</lstn>
<tmax>10.56</tmax>
<tmin>-1.06</tmin>
<prcp>18.28</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.09216</ndvi>
<ndviCount>32306</ndviCount>
<ndwi>0.40055</ndwi>
<ndwiCount>32306</ndwiCount>
<lstd>7.22</lstd>
<lstn>-7.52</lstn>
<tmax>2.23</tmax>
<tmin>-4.93</tmin>
<prcp>23.3</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25411</ndvi>
<ndviCount>18174</ndviCount>
<ndwi>-0.20815</ndwi>
<ndwiCount>18174</ndwiCount>
<lstd>20.11</lstd>
<lstn>1.65</lstn>
<tmax>17.16</tmax>
<tmin>1.96</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25781</ndvi>
<ndviCount>18174</ndviCount>
<ndwi>-0.23425</ndwi>
<ndwiCount>18174</ndwiCount>
<lstd>18.63</lstd>
<lstn>-0.91</lstn>
<tmax>15.93</tmax>
<tmin>-1.11</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26184</ndvi>
<ndviCount>18174</ndviCount>
<ndwi>-0.23873</ndwi>
<ndwiCount>18174</ndwiCount>
<lstd>14.55</lstd>
<lstn>-2.7</lstn>
<tmax>10.15</tmax>
<tmin>-0.55</tmin>
<prcp>13.33</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.13614</ndvi>
<ndviCount>18170</ndviCount>
<ndwi>0.30152</ndwi>
<ndwiCount>18174</ndwiCount>
<lstd>5.99</lstd>
<lstn>-5.84</lstn>
<tmax>4.73</tmax>
<tmin>-2.66</tmin>
<prcp>30</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24505</ndvi>
<ndviCount>11876</ndviCount>
<ndwi>-0.23756</ndwi>
<ndwiCount>11876</ndwiCount>
<lstd>16.52</lstd>
<lstn>1.39</lstn>
<tmax>14.31</tmax>
<tmin>-0.14</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24906</ndvi>
<ndviCount>11876</ndviCount>
<ndwi>-0.2484</ndwi>
<ndwiCount>11876</ndwiCount>
<lstd>17.72</lstd>
<lstn>-1.3</lstn>
<tmax>16.61</tmax>
<tmin>-0.29</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24809</ndvi>
<ndviCount>11876</ndviCount>
<ndwi>-0.25365</ndwi>
<ndwiCount>11876</ndwiCount>
<lstd>13.73</lstd>
<lstn>-3.26</lstn>
<tmax>11.88</tmax>
<tmin>0.29</tmin>
<prcp>13.3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.24024</ndvi>
<ndviCount>11876</ndviCount>
<ndwi>-0.20396</ndwi>
<ndwiCount>11876</ndwiCount>
<lstd>8.99</lstd>
<lstn>-8.68</lstn>
<tmax>2.98</tmax>
<tmin>-5.69</tmin>
<prcp>23.04</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.31945</ndvi>
<ndviCount>5385</ndviCount>
<ndwi>-0.14355</ndwi>
<ndwiCount>5385</ndwiCount>
<lstd>13.8</lstd>
<lstn>-0.98</lstn>
<tmax>11.26</tmax>
<tmin>0.29</tmin>
<prcp>4.36</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26434</ndvi>
<ndviCount>5385</ndviCount>
<ndwi>-0.18707</ndwi>
<ndwiCount>5385</ndwiCount>
<lstd>13.95</lstd>
<lstn>-0.48</lstn>
<tmax>13.68</tmax>
<tmin>-1.95</tmin>
<prcp>4.04</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25829</ndvi>
<ndviCount>5385</ndviCount>
<ndwi>-0.18492</ndwi>
<ndwiCount>5385</ndwiCount>
<lstd>10.3</lstd>
<lstn>-4.84</lstn>
<tmax>10.2</tmax>
<tmin>0.65</tmin>
<prcp>19.16</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.06314</ndvi>
<ndviCount>5385</ndviCount>
<ndwi>0.52258</ndwi>
<ndwiCount>5385</ndwiCount>
<lstd>-1.52</lstd>
<lstn>-5.63</lstn>
<tmax>2.5</tmax>
<tmin>-5.98</tmin>
<prcp>14.73</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25182</ndvi>
<ndviCount>35122</ndviCount>
<ndwi>-0.20297</ndwi>
<ndwiCount>35122</ndwiCount>
<lstd>18.87</lstd>
<lstn>0.46</lstn>
<tmax>13.61</tmax>
<tmin>-0.14</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25412</ndvi>
<ndviCount>35122</ndviCount>
<ndwi>-0.23496</ndwi>
<ndwiCount>35122</ndwiCount>
<lstd>17.4</lstd>
<lstn>-0.74</lstn>
<tmax>16.28</tmax>
<tmin>-0.14</tmin>
<prcp>0.03</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26032</ndvi>
<ndviCount>35122</ndviCount>
<ndwi>-0.23511</ndwi>
<ndwiCount>35122</ndwiCount>
<lstd>13.38</lstd>
<lstn>-2.25</lstn>
<tmax>11.74</tmax>
<tmin>-0.26</tmin>
<prcp>18.07</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.10786</ndvi>
<ndviCount>35122</ndviCount>
<ndwi>0.39289</ndwi>
<ndwiCount>35122</ndwiCount>
<lstd>7.78</lstd>
<lstn>-8.95</lstn>
<tmax>3.39</tmax>
<tmin>-5.75</tmin>
<prcp>32.4</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25735</ndvi>
<ndviCount>15444</ndviCount>
<ndwi>-0.22145</ndwi>
<ndwiCount>15444</ndwiCount>
<lstd>21.55</lstd>
<lstn>1.36</lstn>
<tmax>17.34</tmax>
<tmin>4.09</tmin>
<prcp>0.08</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25567</ndvi>
<ndviCount>15444</ndviCount>
<ndwi>-0.25367</ndwi>
<ndwiCount>15444</ndwiCount>
<lstd>19.35</lstd>
<lstn>-0.67</lstn>
<tmax>15.59</tmax>
<tmin>1.18</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26262</ndvi>
<ndviCount>15444</ndviCount>
<ndwi>-0.25365</ndwi>
<ndwiCount>15444</ndwiCount>
<lstd>15.3</lstd>
<lstn>-2.54</lstn>
<tmax>10.6</tmax>
<tmin>0.23</tmin>
<prcp>16.45</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26027</ndvi>
<ndviCount>15444</ndviCount>
<ndwi>-0.21569</ndwi>
<ndwiCount>15444</ndwiCount>
<lstd>4.86</lstd>
<lstn>-4.45</lstn>
<tmax>5.43</tmax>
<tmin>-1.53</tmin>
<prcp>39.59</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26627</ndvi>
<ndviCount>13468</ndviCount>
<ndwi>-0.18398</ndwi>
<ndwiCount>13468</ndwiCount>
<lstd>18.8</lstd>
<lstn>1.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26273</ndvi>
<ndviCount>13468</ndviCount>
<ndwi>-0.21787</ndwi>
<ndwiCount>13468</ndwiCount>
<lstd>19.4</lstd>
<lstn>0.93</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2645</ndvi>
<ndviCount>13468</ndviCount>
<ndwi>-0.2176</ndwi>
<ndwiCount>13468</ndwiCount>
<lstd>15.25</lstd>
<lstn>-2.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.2</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26991</ndvi>
<ndviCount>13468</ndviCount>
<ndwi>-0.20913</ndwi>
<ndwiCount>13468</ndwiCount>
<lstd>5.03</lstd>
<lstn>-3.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.56</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28589</ndvi>
<ndviCount>6099</ndviCount>
<ndwi>-0.14911</ndwi>
<ndwiCount>6099</ndwiCount>
<lstd>17.6</lstd>
<lstn>3.18</lstn>
<tmax>24.7</tmax>
<tmin>10.55</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.28069</ndvi>
<ndviCount>6099</ndviCount>
<ndwi>-0.15992</ndwi>
<ndwiCount>6099</ndwiCount>
<lstd>19.85</lstd>
<lstn>1.07</lstn>
<tmax>17.65</tmax>
<tmin>3.28</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.28551</ndvi>
<ndviCount>6099</ndviCount>
<ndwi>-0.15422</ndwi>
<ndwiCount>6099</ndwiCount>
<lstd>15.86</lstd>
<lstn>-2.02</lstn>
<tmax>8.18</tmax>
<tmin>2.78</tmin>
<prcp>18.06</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.29541</ndvi>
<ndviCount>6099</ndviCount>
<ndwi>-0.11888</ndwi>
<ndwiCount>6099</ndwiCount>
<lstd>4.98</lstd>
<lstn>-4.03</lstn>
<tmax>2.8</tmax>
<tmin>-5.85</tmin>
<prcp>23.29</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28374</ndvi>
<ndviCount>4907</ndviCount>
<ndwi>-0.13726</ndwi>
<ndwiCount>4907</ndwiCount>
<lstd>18.42</lstd>
<lstn>3.64</lstn>
<tmax>17.04</tmax>
<tmin>3.06</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.28425</ndvi>
<ndviCount>4907</ndviCount>
<ndwi>-0.13168</ndwi>
<ndwiCount>4907</ndwiCount>
<lstd>19.58</lstd>
<lstn>4.08</lstn>
<tmax>17.96</tmax>
<tmin>1.21</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29857</ndvi>
<ndviCount>4907</ndviCount>
<ndwi>-0.12535</ndwi>
<ndwiCount>4907</ndwiCount>
<lstd>16.01</lstd>
<lstn>-1.66</lstn>
<tmax>12.91</tmax>
<tmin>0.79</tmin>
<prcp>5.23</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.2919</ndvi>
<ndviCount>4907</ndviCount>
<ndwi>-0.10529</ndwi>
<ndwiCount>4907</ndwiCount>
<lstd>4.86</lstd>
<lstn>-3.38</lstn>
<tmax>7.53</tmax>
<tmin>-2.09</tmin>
<prcp>24.25</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27454</ndvi>
<ndviCount>9148</ndviCount>
<ndwi>-0.21649</ndwi>
<ndwiCount>9148</ndwiCount>
<lstd>16.17</lstd>
<lstn>1.32</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.27</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25818</ndvi>
<ndviCount>9148</ndviCount>
<ndwi>-0.22938</ndwi>
<ndwiCount>9148</ndwiCount>
<lstd>17.08</lstd>
<lstn>-0.76</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25843</ndvi>
<ndviCount>9148</ndviCount>
<ndwi>-0.23134</ndwi>
<ndwiCount>9148</ndwiCount>
<lstd>12.6</lstd>
<lstn>-2.94</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.15</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.21577</ndvi>
<ndviCount>9148</ndviCount>
<ndwi>-0.07091</ndwi>
<ndwiCount>9148</ndwiCount>
<lstd>5.61</lstd>
<lstn>-8.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.9</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27315</ndvi>
<ndviCount>10704</ndviCount>
<ndwi>-0.20708</ndwi>
<ndwiCount>10704</ndwiCount>
<lstd>18.21</lstd>
<lstn>1.32</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27749</ndvi>
<ndviCount>10704</ndviCount>
<ndwi>-0.21417</ndwi>
<ndwiCount>10704</ndwiCount>
<lstd>18.61</lstd>
<lstn>-0.34</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.27846</ndvi>
<ndviCount>10704</ndviCount>
<ndwi>-0.21525</ndwi>
<ndwiCount>10704</ndwiCount>
<lstd>14.51</lstd>
<lstn>-3.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.5</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.06119</ndvi>
<ndviCount>10704</ndviCount>
<ndwi>0.60541</ndwi>
<ndwiCount>10704</ndwiCount>
<lstd>9.65</lstd>
<lstn>-7.67</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.31506</ndvi>
<ndviCount>1285</ndviCount>
<ndwi>-0.11421</ndwi>
<ndwiCount>1285</ndwiCount>
<lstd>20.89</lstd>
<lstn>6.41</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.33</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.30894</ndvi>
<ndviCount>1285</ndviCount>
<ndwi>-0.09059</ndwi>
<ndwiCount>1285</ndwiCount>
<lstd>21.95</lstd>
<lstn>4.69</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.15</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.32506</ndvi>
<ndviCount>1285</ndviCount>
<ndwi>-0.10925</ndwi>
<ndwiCount>1285</ndwiCount>
<lstd>16.36</lstd>
<lstn>0.48</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.66</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.34178</ndvi>
<ndviCount>1285</ndviCount>
<ndwi>-0.06093</ndwi>
<ndwiCount>1285</ndwiCount>
<lstd>9.73</lstd>
<lstn>-1.87</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25781</ndvi>
<ndviCount>6946</ndviCount>
<ndwi>-0.21599</ndwi>
<ndwiCount>6946</ndwiCount>
<lstd>19.29</lstd>
<lstn>1.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26063</ndvi>
<ndviCount>6946</ndviCount>
<ndwi>-0.23342</ndwi>
<ndwiCount>6946</ndwiCount>
<lstd>19.32</lstd>
<lstn>-0.55</lstn>
<tmax>21.7</tmax>
<tmin>4.4</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26285</ndvi>
<ndviCount>6946</ndviCount>
<ndwi>-0.23624</ndwi>
<ndwiCount>6946</ndwiCount>
<lstd>14.45</lstd>
<lstn>-3.33</lstn>
<tmax>16.1</tmax>
<tmin>1.95</tmin>
<prcp>13.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.23258</ndvi>
<ndviCount>6946</ndviCount>
<ndwi>-0.08308</ndwi>
<ndwiCount>6946</ndwiCount>
<lstd>5.8</lstd>
<lstn>-4.61</lstn>
<tmax>1.95</tmax>
<tmin>-7.8</tmin>
<prcp>25.77</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26614</ndvi>
<ndviCount>10079</ndviCount>
<ndwi>-0.22333</ndwi>
<ndwiCount>10079</ndwiCount>
<lstd>15.75</lstd>
<lstn>0.21</lstn>
<tmax>14.07</tmax>
<tmin>0.63</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24974</ndvi>
<ndviCount>10079</ndviCount>
<ndwi>-0.20728</ndwi>
<ndwiCount>10079</ndwiCount>
<lstd>17.51</lstd>
<lstn>-1.02</lstn>
<tmax>15.11</tmax>
<tmin>0.83</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24474</ndvi>
<ndviCount>10079</ndviCount>
<ndwi>-0.20732</ndwi>
<ndwiCount>10079</ndwiCount>
<lstd>12.49</lstd>
<lstn>-3.49</lstn>
<tmax>11.63</tmax>
<tmin>-0.25</tmin>
<prcp>8.4</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.05792</ndvi>
<ndviCount>10079</ndviCount>
<ndwi>0.52537</ndwi>
<ndwiCount>10079</ndwiCount>
<lstd>6.58</lstd>
<lstn>-10.06</lstn>
<tmax>3.13</tmax>
<tmin>-5.64</tmin>
<prcp>15.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28534</ndvi>
<ndviCount>2625</ndviCount>
<ndwi>-0.16945</ndwi>
<ndwiCount>2625</ndwiCount>
<lstd>22.32</lstd>
<lstn>6.75</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27489</ndvi>
<ndviCount>2625</ndviCount>
<ndwi>-0.16434</ndwi>
<ndwiCount>2625</ndwiCount>
<lstd>22.23</lstd>
<lstn>3.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.28304</ndvi>
<ndviCount>2625</ndviCount>
<ndwi>-0.16259</ndwi>
<ndwiCount>2625</ndwiCount>
<lstd>18.03</lstd>
<lstn>-2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.28382</ndvi>
<ndviCount>2625</ndviCount>
<ndwi>-0.14439</ndwi>
<ndwiCount>2625</ndwiCount>
<lstd>9.95</lstd>
<lstn>-2.93</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.75</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26456</ndvi>
<ndviCount>13909</ndviCount>
<ndwi>-0.19202</ndwi>
<ndwiCount>13909</ndwiCount>
<lstd>19.1</lstd>
<lstn>0.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26009</ndvi>
<ndviCount>13909</ndviCount>
<ndwi>-0.21719</ndwi>
<ndwiCount>13909</ndwiCount>
<lstd>19.81</lstd>
<lstn>0.33</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26652</ndvi>
<ndviCount>13909</ndviCount>
<ndwi>-0.21301</ndwi>
<ndwiCount>13909</ndwiCount>
<lstd>15.61</lstd>
<lstn>-2.67</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>12.7</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.27304</ndvi>
<ndviCount>13909</ndviCount>
<ndwi>-0.20267</ndwi>
<ndwiCount>13909</ndwiCount>
<lstd>4.63</lstd>
<lstn>-3.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.8</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26359</ndvi>
<ndviCount>11211</ndviCount>
<ndwi>-0.20904</ndwi>
<ndwiCount>11211</ndwiCount>
<lstd>19.39</lstd>
<lstn>0.58</lstn>
<tmax>15.62</tmax>
<tmin>0.51</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26073</ndvi>
<ndviCount>11211</ndviCount>
<ndwi>-0.23815</ndwi>
<ndwiCount>11211</ndwiCount>
<lstd>19.27</lstd>
<lstn>0.2</lstn>
<tmax>17.4</tmax>
<tmin>-0.1</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26366</ndvi>
<ndviCount>11211</ndviCount>
<ndwi>-0.2395</ndwi>
<ndwiCount>11211</ndwiCount>
<lstd>14.44</lstd>
<lstn>-2.94</lstn>
<tmax>11.91</tmax>
<tmin>0.06</tmin>
<prcp>12.92</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26274</ndvi>
<ndviCount>11211</ndviCount>
<ndwi>-0.23395</ndwi>
<ndwiCount>11211</ndwiCount>
<lstd>5.62</lstd>
<lstn>-3.97</lstn>
<tmax>6.04</tmax>
<tmin>-3.74</tmin>
<prcp>39.31</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25261</ndvi>
<ndviCount>9013</ndviCount>
<ndwi>-0.24444</ndwi>
<ndwiCount>9013</ndwiCount>
<lstd>21.7</lstd>
<lstn>0.54</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25338</ndvi>
<ndviCount>9013</ndviCount>
<ndwi>-0.26221</ndwi>
<ndwiCount>9013</ndwiCount>
<lstd>20.05</lstd>
<lstn>-1.13</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25893</ndvi>
<ndviCount>9013</ndviCount>
<ndwi>-0.25812</ndwi>
<ndwiCount>9013</ndwiCount>
<lstd>15.97</lstd>
<lstn>-2.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25498</ndvi>
<ndviCount>9013</ndviCount>
<ndwi>-0.22837</ndwi>
<ndwiCount>9013</ndwiCount>
<lstd>6.39</lstd>
<lstn>-5.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.95</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.29377</ndvi>
<ndviCount>15321</ndviCount>
<ndwi>-0.18154</ndwi>
<ndwiCount>15321</ndwiCount>
<lstd>14.83</lstd>
<lstn>-1.45</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.265</ndvi>
<ndviCount>15321</ndviCount>
<ndwi>-0.19646</ndwi>
<ndwiCount>15321</ndwiCount>
<lstd>15.03</lstd>
<lstn>-0.5</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25876</ndvi>
<ndviCount>15321</ndviCount>
<ndwi>-0.19595</ndwi>
<ndwiCount>15321</ndwiCount>
<lstd>9.68</lstd>
<lstn>-4.32</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.7</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01493</ndvi>
<ndviCount>15321</ndviCount>
<ndwi>0.6628</ndwi>
<ndwiCount>15321</ndwiCount>
<lstd>5.35</lstd>
<lstn>-6.48</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28063</ndvi>
<ndviCount>7378</ndviCount>
<ndwi>-0.21017</ndwi>
<ndwiCount>7378</ndwiCount>
<lstd>18.28</lstd>
<lstn>2.4</lstn>
<tmax>16.88</tmax>
<tmin>3.64</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26258</ndvi>
<ndviCount>7378</ndviCount>
<ndwi>-0.22013</ndwi>
<ndwiCount>7378</ndwiCount>
<lstd>17.34</lstd>
<lstn>-0.62</lstn>
<tmax>16.06</tmax>
<tmin>1.78</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26069</ndvi>
<ndviCount>7378</ndviCount>
<ndwi>-0.22242</ndwi>
<ndwiCount>7378</ndwiCount>
<lstd>12.55</lstd>
<lstn>-3.18</lstn>
<tmax>10.69</tmax>
<tmin>0.2</tmin>
<prcp>15.08</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.06867</ndvi>
<ndviCount>7378</ndviCount>
<ndwi>0.48289</ndwi>
<ndwiCount>7378</ndwiCount>
<lstd>6.15</lstd>
<lstn>-9.02</lstn>
<tmax>4.54</tmax>
<tmin>-2.79</tmin>
<prcp>29.42</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.33918</ndvi>
<ndviCount>2354</ndviCount>
<ndwi>-0.12446</ndwi>
<ndwiCount>2354</ndwiCount>
<lstd>19.73</lstd>
<lstn>5.61</lstn>
<tmax>22.8</tmax>
<tmin>8.9</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.31565</ndvi>
<ndviCount>2354</ndviCount>
<ndwi>-0.09769</ndwi>
<ndwiCount>2354</ndwiCount>
<lstd>19.64</lstd>
<lstn>4.92</lstn>
<tmax>15.85</tmax>
<tmin>3.3</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.33739</ndvi>
<ndviCount>2354</ndviCount>
<ndwi>-0.10536</ndwi>
<ndwiCount>2354</ndwiCount>
<lstd>17.47</lstd>
<lstn>-1.59</lstn>
<tmax>14.7</tmax>
<tmin>4.75</tmin>
<prcp>9.1</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.32716</ndvi>
<ndviCount>2354</ndviCount>
<ndwi>-0.09759</ndwi>
<ndwiCount>2354</ndwiCount>
<lstd>7.19</lstd>
<lstn>-2.81</lstn>
<tmax>12.25</tmax>
<tmin>5.6</tmin>
<prcp>9.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25279</ndvi>
<ndviCount>14032</ndviCount>
<ndwi>-0.2333</ndwi>
<ndwiCount>14032</ndwiCount>
<lstd>21.34</lstd>
<lstn>0.61</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.28</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25628</ndvi>
<ndviCount>14032</ndviCount>
<ndwi>-0.26261</ndwi>
<ndwiCount>14032</ndwiCount>
<lstd>19.08</lstd>
<lstn>-1.67</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26187</ndvi>
<ndviCount>14032</ndviCount>
<ndwi>-0.26073</ndwi>
<ndwiCount>14032</ndwiCount>
<lstd>15.1</lstd>
<lstn>-2.34</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.06</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25336</ndvi>
<ndviCount>14032</ndviCount>
<ndwi>-0.1969</ndwi>
<ndwiCount>14032</ndwiCount>
<lstd>4.96</lstd>
<lstn>-6.06</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>35.86</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26663</ndvi>
<ndviCount>8168</ndviCount>
<ndwi>-0.19291</ndwi>
<ndwiCount>8168</ndwiCount>
<lstd>17.98</lstd>
<lstn>3.23</lstn>
<tmax>14.89</tmax>
<tmin>-1.35</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25553</ndvi>
<ndviCount>8168</ndviCount>
<ndwi>-0.20151</ndwi>
<ndwiCount>8168</ndwiCount>
<lstd>19.26</lstd>
<lstn>0.85</lstn>
<tmax>15.76</tmax>
<tmin>-2.15</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25495</ndvi>
<ndviCount>8168</ndviCount>
<ndwi>-0.20379</ndwi>
<ndwiCount>8168</ndwiCount>
<lstd>14.4</lstd>
<lstn>-2.41</lstn>
<tmax>9.85</tmax>
<tmin>0.21</tmin>
<prcp>10.05</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25516</ndvi>
<ndviCount>8168</ndviCount>
<ndwi>-0.19774</ndwi>
<ndwiCount>8168</ndwiCount>
<lstd>6.82</lstd>
<lstn>-3.77</lstn>
<tmax>4.31</tmax>
<tmin>-4.28</tmin>
<prcp>27.35</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.35248</ndvi>
<ndviCount>341</ndviCount>
<ndwi>-0.09857</ndwi>
<ndwiCount>341</ndwiCount>
<lstd>20.44</lstd>
<lstn>6.8</lstn>
<tmax>20.78</tmax>
<tmin>6.59</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.348</ndvi>
<ndviCount>341</ndviCount>
<ndwi>-0.06585</ndwi>
<ndwiCount>341</ndwiCount>
<lstd>21.55</lstd>
<lstn>3.74</lstn>
<tmax>19.99</tmax>
<tmin>3.41</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.36437</ndvi>
<ndviCount>341</ndviCount>
<ndwi>-0.06849</ndwi>
<ndwiCount>341</ndwiCount>
<lstd>15.68</lstd>
<lstn>0.39</lstn>
<tmax>14.03</tmax>
<tmin>2.35</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.375</ndvi>
<ndviCount>341</ndviCount>
<ndwi>-0.03587</ndwi>
<ndwiCount>341</ndwiCount>
<lstd>9.32</lstd>
<lstn>-1.94</lstn>
<tmax>9.51</tmax>
<tmin>-0.21</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.3358</ndvi>
<ndviCount>1338</ndviCount>
<ndwi>-0.10192</ndwi>
<ndwiCount>1338</ndwiCount>
<lstd>20.13</lstd>
<lstn>7.93</lstn>
<tmax>16.9</tmax>
<tmin>4.6</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.33285</ndvi>
<ndviCount>1338</ndviCount>
<ndwi>-0.08334</ndwi>
<ndwiCount>1338</ndwiCount>
<lstd>22.09</lstd>
<lstn>4.75</lstn>
<tmax>20.43</tmax>
<tmin>6.55</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.34633</ndvi>
<ndviCount>1338</ndviCount>
<ndwi>-0.11665</ndwi>
<ndwiCount>1338</ndwiCount>
<lstd>16.5</lstd>
<lstn>0.43</lstn>
<tmax>16.66</tmax>
<tmin>3.78</tmin>
<prcp>0.65</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.365</ndvi>
<ndviCount>1338</ndviCount>
<ndwi>-0.04648</ndwi>
<ndwiCount>1338</ndwiCount>
<lstd>9.6</lstd>
<lstn>-2.2</lstn>
<tmax>9.43</tmax>
<tmin>-1.44</tmin>
<prcp>19.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28614</ndvi>
<ndviCount>2509</ndviCount>
<ndwi>-0.2008</ndwi>
<ndwiCount>2509</ndwiCount>
<lstd>15.67</lstd>
<lstn>0.8</lstn>
<tmax>15.35</tmax>
<tmin>1.04</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26738</ndvi>
<ndviCount>2509</ndviCount>
<ndwi>-0.21131</ndwi>
<ndwiCount>2509</ndwiCount>
<lstd>16.46</lstd>
<lstn>-0.3</lstn>
<tmax>15.48</tmax>
<tmin>0.29</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26777</ndvi>
<ndviCount>2509</ndviCount>
<ndwi>-0.21638</ndwi>
<ndwiCount>2509</ndwiCount>
<lstd>13.4</lstd>
<lstn>-2.57</lstn>
<tmax>10.55</tmax>
<tmin>0.36</tmin>
<prcp>16.3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.00615</ndvi>
<ndviCount>2509</ndviCount>
<ndwi>0.69067</ndwi>
<ndwiCount>2509</ndwiCount>
<lstd>6.05</lstd>
<lstn>-6.76</lstn>
<tmax>3.53</tmax>
<tmin>-4.18</tmin>
<prcp>19.9</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.30242</ndvi>
<ndviCount>2694</ndviCount>
<ndwi>-0.15716</ndwi>
<ndwiCount>2694</ndwiCount>
<lstd>21.55</lstd>
<lstn>6.57</lstn>
<tmax>18.05</tmax>
<tmin>2.64</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.29539</ndvi>
<ndviCount>2694</ndviCount>
<ndwi>-0.13905</ndwi>
<ndwiCount>2694</ndwiCount>
<lstd>21.49</lstd>
<lstn>4.93</lstn>
<tmax>18.34</tmax>
<tmin>2.13</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.31063</ndvi>
<ndviCount>2694</ndviCount>
<ndwi>-0.14342</ndwi>
<ndwiCount>2694</ndwiCount>
<lstd>18.33</lstd>
<lstn>-2.03</lstn>
<tmax>14.82</tmax>
<tmin>1.67</tmin>
<prcp>7.53</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.30337</ndvi>
<ndviCount>2694</ndviCount>
<ndwi>-0.10951</ndwi>
<ndwiCount>2694</ndwiCount>
<lstd>9.44</lstd>
<lstn>-2.74</lstn>
<tmax>8.49</tmax>
<tmin>-3.01</tmin>
<prcp>22.07</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27553</ndvi>
<ndviCount>4572</ndviCount>
<ndwi>-0.15196</ndwi>
<ndwiCount>4572</ndwiCount>
<lstd>18.52</lstd>
<lstn>0.01</lstn>
<tmax>16.51</tmax>
<tmin>2.84</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27641</ndvi>
<ndviCount>4572</ndviCount>
<ndwi>-0.13874</ndwi>
<ndwiCount>4572</ndwiCount>
<lstd>20.08</lstd>
<lstn>2.13</lstn>
<tmax>18.15</tmax>
<tmin>0.29</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2977</ndvi>
<ndviCount>4572</ndviCount>
<ndwi>-0.12382</ndwi>
<ndwiCount>4572</ndwiCount>
<lstd>15.84</lstd>
<lstn>-1.48</lstn>
<tmax>13.6</tmax>
<tmin>0.83</tmin>
<prcp>6.7</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.29706</ndvi>
<ndviCount>4572</ndviCount>
<ndwi>-0.09871</ndwi>
<ndwiCount>4572</ndwiCount>
<lstd>4.92</lstd>
<lstn>-4.2</lstn>
<tmax>6.9</tmax>
<tmin>-2.46</tmin>
<prcp>17.54</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27486</ndvi>
<ndviCount>3806</ndviCount>
<ndwi>-0.19011</ndwi>
<ndwiCount>3806</ndwiCount>
<lstd>15.51</lstd>
<lstn>0.15</lstn>
<tmax>14.11</tmax>
<tmin>1.79</tmin>
<prcp>1.15</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25999</ndvi>
<ndviCount>3806</ndviCount>
<ndwi>-0.1909</ndwi>
<ndwiCount>3806</ndwiCount>
<lstd>16.76</lstd>
<lstn>0.1</lstn>
<tmax>14.95</tmax>
<tmin>0.71</tmin>
<prcp>1.28</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25321</ndvi>
<ndviCount>3806</ndviCount>
<ndwi>-0.1898</ndwi>
<ndwiCount>3806</ndwiCount>
<lstd>11.91</lstd>
<lstn>-2.67</lstn>
<tmax>11.09</tmax>
<tmin>-0.52</tmin>
<prcp>5.48</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01529</ndvi>
<ndviCount>3806</ndviCount>
<ndwi>0.69883</ndwi>
<ndwiCount>3806</ndwiCount>
<lstd>4.52</lstd>
<lstn>-7.74</lstn>
<tmax>2.95</tmax>
<tmin>-4.49</tmin>
<prcp>16.9</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.31706</ndvi>
<ndviCount>5596</ndviCount>
<ndwi>-0.1233</ndwi>
<ndwiCount>5596</ndwiCount>
<lstd>19.07</lstd>
<lstn>5.59</lstn>
<tmax>20.99</tmax>
<tmin>5.05</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.31904</ndvi>
<ndviCount>5596</ndviCount>
<ndwi>-0.12157</ndwi>
<ndwiCount>5596</ndwiCount>
<lstd>20.54</lstd>
<lstn>2.94</lstn>
<tmax>18.4</tmax>
<tmin>0.53</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.32904</ndvi>
<ndviCount>5596</ndviCount>
<ndwi>-0.11477</ndwi>
<ndwiCount>5596</ndwiCount>
<lstd>17.17</lstd>
<lstn>-2.15</lstn>
<tmax>12.21</tmax>
<tmin>0.61</tmin>
<prcp>16.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.32831</ndvi>
<ndviCount>5596</ndviCount>
<ndwi>-0.09864</ndwi>
<ndwiCount>5596</ndwiCount>
<lstd>6.74</lstd>
<lstn>-2.87</lstn>
<tmax>9.36</tmax>
<tmin>-0.48</tmin>
<prcp>29.58</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.28672</ndvi>
<ndviCount>3413</ndviCount>
<ndwi>-0.14958</ndwi>
<ndwiCount>3413</ndwiCount>
<lstd>20.5</lstd>
<lstn>3.91</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27728</ndvi>
<ndviCount>3413</ndviCount>
<ndwi>-0.14278</ndwi>
<ndwiCount>3413</ndwiCount>
<lstd>20.19</lstd>
<lstn>1.91</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.3</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.28886</ndvi>
<ndviCount>3413</ndviCount>
<ndwi>-0.15984</ndwi>
<ndwiCount>3413</ndwiCount>
<lstd>16.63</lstd>
<lstn>-0.98</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.4</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.28439</ndvi>
<ndviCount>3413</ndviCount>
<ndwi>-0.1542</ndwi>
<ndwiCount>3413</ndwiCount>
<lstd>7.85</lstd>
<lstn>-1.83</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.8</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2711</ndvi>
<ndviCount>19140</ndviCount>
<ndwi>-0.20889</ndwi>
<ndwiCount>19140</ndwiCount>
<lstd>19.74</lstd>
<lstn>1.19</lstn>
<tmax>18.05</tmax>
<tmin>3.15</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26704</ndvi>
<ndviCount>19140</ndviCount>
<ndwi>-0.24681</ndwi>
<ndwiCount>19140</ndwiCount>
<lstd>19.52</lstd>
<lstn>-0.35</lstn>
<tmax>16.46</tmax>
<tmin>0.83</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26992</ndvi>
<ndviCount>19140</ndviCount>
<ndwi>-0.24806</ndwi>
<ndwiCount>19140</ndwiCount>
<lstd>15.41</lstd>
<lstn>-1.99</lstn>
<tmax>10.43</tmax>
<tmin>0.05</tmin>
<prcp>11.34</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.27032</ndvi>
<ndviCount>19140</ndviCount>
<ndwi>-0.23553</ndwi>
<ndwiCount>19140</ndwiCount>
<lstd>5.09</lstd>
<lstn>-3.88</lstn>
<tmax>5.78</tmax>
<tmin>-1.34</tmin>
<prcp>33.03</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2555</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.20158</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>16.45</lstd>
<lstn>1.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25828</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.21287</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>17.52</lstd>
<lstn>0.3</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25433</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.21565</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>13.61</lstd>
<lstn>-2.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.21117</ndvi>
<ndviCount>2814</ndviCount>
<ndwi>-0.03283</ndwi>
<ndwiCount>2814</ndwiCount>
<lstd>8.69</lstd>
<lstn>-7.57</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2587</ndvi>
<ndviCount>3758</ndviCount>
<ndwi>-0.19831</ndwi>
<ndwiCount>3758</ndwiCount>
<lstd>19.07</lstd>
<lstn>2.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25681</ndvi>
<ndviCount>3758</ndviCount>
<ndwi>-0.2119</ndwi>
<ndwiCount>3758</ndwiCount>
<lstd>19.14</lstd>
<lstn>0.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26075</ndvi>
<ndviCount>3758</ndviCount>
<ndwi>-0.21317</ndwi>
<ndwiCount>3758</ndwiCount>
<lstd>14.19</lstd>
<lstn>-2.83</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25938</ndvi>
<ndviCount>3758</ndviCount>
<ndwi>-0.20898</ndwi>
<ndwiCount>3758</ndwiCount>
<lstd>6.1</lstd>
<lstn>-4.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25805</ndvi>
<ndviCount>14886</ndviCount>
<ndwi>-0.20892</ndwi>
<ndwiCount>14886</ndwiCount>
<lstd>20.63</lstd>
<lstn>0.68</lstn>
<tmax>15.38</tmax>
<tmin>2.15</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25445</ndvi>
<ndviCount>14886</ndviCount>
<ndwi>-0.22429</ndwi>
<ndwiCount>14886</ndwiCount>
<lstd>19.73</lstd>
<lstn>-0.43</lstn>
<tmax>16.78</tmax>
<tmin>1.61</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26018</ndvi>
<ndviCount>14886</ndviCount>
<ndwi>-0.21891</ndwi>
<ndwiCount>14886</ndwiCount>
<lstd>15.75</lstd>
<lstn>-2.02</lstn>
<tmax>12.3</tmax>
<tmin>1.18</tmin>
<prcp>6.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.25903</ndvi>
<ndviCount>14886</ndviCount>
<ndwi>-0.21215</ndwi>
<ndwiCount>14886</ndwiCount>
<lstd>5.2</lstd>
<lstn>-4.17</lstn>
<tmax>6.03</tmax>
<tmin>-2.38</tmin>
<prcp>19.12</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27709</ndvi>
<ndviCount>7960</ndviCount>
<ndwi>-0.22873</ndwi>
<ndwiCount>7960</ndwiCount>
<lstd>17.71</lstd>
<lstn>0.79</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26034</ndvi>
<ndviCount>7960</ndviCount>
<ndwi>-0.23505</ndwi>
<ndwiCount>7960</ndwiCount>
<lstd>17.49</lstd>
<lstn>-1.65</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25584</ndvi>
<ndviCount>7960</ndviCount>
<ndwi>-0.23616</ndwi>
<ndwiCount>7960</ndwiCount>
<lstd>12.34</lstd>
<lstn>-3.89</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.09231</ndvi>
<ndviCount>7960</ndviCount>
<ndwi>0.38279</ndwi>
<ndwiCount>7960</ndwiCount>
<lstd>4.89</lstd>
<lstn>-8.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2986</ndvi>
<ndviCount>8440</ndviCount>
<ndwi>-0.15893</ndwi>
<ndwiCount>8440</ndwiCount>
<lstd>15.16</lstd>
<lstn>-2.61</lstn>
<tmax>11.4</tmax>
<tmin>-1.46</tmin>
<prcp>2.3</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.2639</ndvi>
<ndviCount>8440</ndviCount>
<ndwi>-0.17956</ndwi>
<ndwiCount>8440</ndwiCount>
<lstd>14.83</lstd>
<lstn>-0.53</lstn>
<tmax>12.73</tmax>
<tmin>-2.58</tmin>
<prcp>6.9</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25713</ndvi>
<ndviCount>8440</ndviCount>
<ndwi>-0.17772</ndwi>
<ndwiCount>8440</ndwiCount>
<lstd>9.18</lstd>
<lstn>-4.37</lstn>
<tmax>10.49</tmax>
<tmin>-1.74</tmin>
<prcp>12.63</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.02368</ndvi>
<ndviCount>8440</ndviCount>
<ndwi>0.64169</ndwi>
<ndwiCount>8440</ndwiCount>
<lstd>6.8</lstd>
<lstn>-6.03</lstn>
<tmax>1.26</tmax>
<tmin>-6.39</tmin>
<prcp>9.65</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27642</ndvi>
<ndviCount>12430</ndviCount>
<ndwi>-0.20445</ndwi>
<ndwiCount>12430</ndwiCount>
<lstd>18.12</lstd>
<lstn>1.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.2</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26689</ndvi>
<ndviCount>12430</ndviCount>
<ndwi>-0.21951</ndwi>
<ndwiCount>12430</ndwiCount>
<lstd>17.59</lstd>
<lstn>-0.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26779</ndvi>
<ndviCount>12430</ndviCount>
<ndwi>-0.22238</ndwi>
<ndwiCount>12430</ndwiCount>
<lstd>13.75</lstd>
<lstn>-2.75</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.36</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.03147</ndvi>
<ndviCount>12430</ndviCount>
<ndwi>0.65921</ndwi>
<ndwiCount>12430</ndwiCount>
<lstd>7.57</lstd>
<lstn>-9.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.15</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.32973</ndvi>
<ndviCount>795</ndviCount>
<ndwi>-0.12093</ndwi>
<ndwiCount>795</ndwiCount>
<lstd>20.17</lstd>
<lstn>6.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.15</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.31524</ndvi>
<ndviCount>795</ndviCount>
<ndwi>-0.12797</ndwi>
<ndwiCount>795</ndwiCount>
<lstd>21.41</lstd>
<lstn>3.14</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.5</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.334</ndvi>
<ndviCount>795</ndviCount>
<ndwi>-0.137</ndwi>
<ndwiCount>795</ndwiCount>
<lstd>17.04</lstd>
<lstn>0.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.35</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.33109</ndvi>
<ndviCount>795</ndviCount>
<ndwi>-0.11136</ndwi>
<ndwiCount>795</ndwiCount>
<lstd>10.41</lstd>
<lstn>-1.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.3</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24588</ndvi>
<ndviCount>23049</ndviCount>
<ndwi>-0.21233</ndwi>
<ndwiCount>23049</ndwiCount>
<lstd>19.8</lstd>
<lstn>1.82</lstn>
<tmax>16.3</tmax>
<tmin>2.48</tmin>
<prcp>0.86</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25406</ndvi>
<ndviCount>23049</ndviCount>
<ndwi>-0.23393</ndwi>
<ndwiCount>23049</ndwiCount>
<lstd>18.48</lstd>
<lstn>-1.14</lstn>
<tmax>16.82</tmax>
<tmin>-0.43</tmin>
<prcp>1.01</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26272</ndvi>
<ndviCount>23049</ndviCount>
<ndwi>-0.22462</ndwi>
<ndwiCount>23049</ndwiCount>
<lstd>15.28</lstd>
<lstn>-2.32</lstn>
<tmax>11.63</tmax>
<tmin>-0.65</tmin>
<prcp>6.16</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.20099</ndvi>
<ndviCount>23049</ndviCount>
<ndwi>0.00963</ndwi>
<ndwiCount>23049</ndwiCount>
<lstd>6.01</lstd>
<lstn>-5.28</lstn>
<tmax>4.81</tmax>
<tmin>-3.74</tmin>
<prcp>27.01</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26179</ndvi>
<ndviCount>3671</ndviCount>
<ndwi>-0.17591</ndwi>
<ndwiCount>3671</ndwiCount>
<lstd>19.01</lstd>
<lstn>1.03</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26562</ndvi>
<ndviCount>3671</ndviCount>
<ndwi>-0.16678</ndwi>
<ndwiCount>3671</ndwiCount>
<lstd>20.26</lstd>
<lstn>-0.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.28351</ndvi>
<ndviCount>3671</ndviCount>
<ndwi>-0.14934</ndwi>
<ndwiCount>3671</ndwiCount>
<lstd>16.26</lstd>
<lstn>-1.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.9</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26353</ndvi>
<ndviCount>3671</ndviCount>
<ndwi>-0.15818</ndwi>
<ndwiCount>3671</ndwiCount>
<lstd>7.76</lstd>
<lstn>-3.64</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.8</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25546</ndvi>
<ndviCount>12310</ndviCount>
<ndwi>-0.22522</ndwi>
<ndwiCount>12310</ndwiCount>
<lstd>17.07</lstd>
<lstn>0.36</lstn>
<tmax>13.89</tmax>
<tmin>-0.2</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24629</ndvi>
<ndviCount>12310</ndviCount>
<ndwi>-0.22484</ndwi>
<ndwiCount>12310</ndwiCount>
<lstd>17.49</lstd>
<lstn>-1.26</lstn>
<tmax>17.65</tmax>
<tmin>0.98</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24294</ndvi>
<ndviCount>12310</ndviCount>
<ndwi>-0.22787</ndwi>
<ndwiCount>12310</ndwiCount>
<lstd>13.23</lstd>
<lstn>-3.84</lstn>
<tmax>12.48</tmax>
<tmin>1.12</tmin>
<prcp>9.9</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.15136</ndvi>
<ndviCount>12310</ndviCount>
<ndwi>0.14389</ndwi>
<ndwiCount>12310</ndwiCount>
<lstd>7.17</lstd>
<lstn>-9.48</lstn>
<tmax>4.33</tmax>
<tmin>-3.88</tmin>
<prcp>10.2</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.33016</ndvi>
<ndviCount>6117</ndviCount>
<ndwi>-0.13841</ndwi>
<ndwiCount>6117</ndwiCount>
<lstd>19.6</lstd>
<lstn>3.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.32745</ndvi>
<ndviCount>6117</ndviCount>
<ndwi>-0.11201</ndwi>
<ndwiCount>6117</ndwiCount>
<lstd>20.73</lstd>
<lstn>2.85</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.35521</ndvi>
<ndviCount>6117</ndviCount>
<ndwi>-0.10432</ndwi>
<ndwiCount>6117</ndwiCount>
<lstd>17.26</lstd>
<lstn>-2.29</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.95</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.34495</ndvi>
<ndviCount>6117</ndviCount>
<ndwi>-0.09109</ndwi>
<ndwiCount>6117</ndwiCount>
<lstd>6.26</lstd>
<lstn>-2.71</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.7</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27845</ndvi>
<ndviCount>8660</ndviCount>
<ndwi>-0.14589</ndwi>
<ndwiCount>8660</ndwiCount>
<lstd>18.49</lstd>
<lstn>2.47</lstn>
<tmax>16.66</tmax>
<tmin>3.95</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27398</ndvi>
<ndviCount>8660</ndviCount>
<ndwi>-0.12819</ndwi>
<ndwiCount>8660</ndwiCount>
<lstd>19.41</lstd>
<lstn>3.03</lstn>
<tmax>17.96</tmax>
<tmin>2.32</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.29222</ndvi>
<ndviCount>8660</ndviCount>
<ndwi>-0.12739</ndwi>
<ndwiCount>8660</ndwiCount>
<lstd>16.18</lstd>
<lstn>-1.09</lstn>
<tmax>13.96</tmax>
<tmin>1.38</tmin>
<prcp>9.4</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.29677</ndvi>
<ndviCount>8660</ndviCount>
<ndwi>-0.08615</ndwi>
<ndwiCount>8660</ndwiCount>
<lstd>6.55</lstd>
<lstn>-3.5</lstn>
<tmax>8.11</tmax>
<tmin>-0.64</tmin>
<prcp>15.8</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.29903</ndvi>
<ndviCount>7753</ndviCount>
<ndwi>-0.15954</ndwi>
<ndwiCount>7753</ndwiCount>
<lstd>20.35</lstd>
<lstn>4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.30122</ndvi>
<ndviCount>7753</ndviCount>
<ndwi>-0.13606</ndwi>
<ndwiCount>7753</ndwiCount>
<lstd>20.11</lstd>
<lstn>0.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.32214</ndvi>
<ndviCount>7753</ndviCount>
<ndwi>-0.13101</ndwi>
<ndwiCount>7753</ndwiCount>
<lstd>16.76</lstd>
<lstn>-1.13</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.30197</ndvi>
<ndviCount>7753</ndviCount>
<ndwi>-0.12268</ndwi>
<ndwiCount>7753</ndwiCount>
<lstd>8.08</lstd>
<lstn>-2.5</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.6</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2777</ndvi>
<ndviCount>14699</ndviCount>
<ndwi>-0.20914</ndwi>
<ndwiCount>14699</ndwiCount>
<lstd>16.49</lstd>
<lstn>-2.38</lstn>
<tmax>12.31</tmax>
<tmin>0.53</tmin>
<prcp>0.7</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26923</ndvi>
<ndviCount>14699</ndviCount>
<ndwi>-0.21886</ndwi>
<ndwiCount>14699</ndwiCount>
<lstd>16.76</lstd>
<lstn>-0.96</lstn>
<tmax>12.79</tmax>
<tmin>1.38</tmin>
<prcp>2.87</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26313</ndvi>
<ndviCount>14699</ndviCount>
<ndwi>-0.21841</ndwi>
<ndwiCount>14699</ndwiCount>
<lstd>11.06</lstd>
<lstn>-3.74</lstn>
<tmax>10.96</tmax>
<tmin>0.33</tmin>
<prcp>11.03</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.03352</ndvi>
<ndviCount>14699</ndviCount>
<ndwi>0.62928</ndwi>
<ndwiCount>14699</ndwiCount>
<lstd>7.26</lstd>
<lstn>-8.6</lstn>
<tmax>2.08</tmax>
<tmin>-4.94</tmin>
<prcp>14.06</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.30868</ndvi>
<ndviCount>7734</ndviCount>
<ndwi>-0.10729</ndwi>
<ndwiCount>7734</ndwiCount>
<lstd>14.22</lstd>
<lstn>1.63</lstn>
<tmax>13.26</tmax>
<tmin>1.99</tmin>
<prcp>1.17</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27676</ndvi>
<ndviCount>7734</ndviCount>
<ndwi>-0.17057</ndwi>
<ndwiCount>7734</ndwiCount>
<lstd>15.2</lstd>
<lstn>-0.64</lstn>
<tmax>14.44</tmax>
<tmin>0.64</tmin>
<prcp>0.37</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.27631</ndvi>
<ndviCount>7734</ndviCount>
<ndwi>-0.15815</ndwi>
<ndwiCount>7734</ndwiCount>
<lstd>11.85</lstd>
<lstn>-2.79</lstn>
<tmax>11.13</tmax>
<tmin>-1.18</tmin>
<prcp>23.18</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.204</ndvi>
<ndviCount>7734</ndviCount>
<ndwi>0.05079</ndwi>
<ndwiCount>7734</ndwiCount>
<lstd>4.94</lstd>
<lstn>-4.63</lstn>
<tmax>2.48</tmax>
<tmin>-3.64</tmin>
<prcp>22.02</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.3404</ndvi>
<ndviCount>628</ndviCount>
<ndwi>-0.07762</ndwi>
<ndwiCount>628</ndwiCount>
<lstd>18.93</lstd>
<lstn>6.69</lstn>
<tmax>20.01</tmax>
<tmin>6.88</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.3082</ndvi>
<ndviCount>628</ndviCount>
<ndwi>-0.09788</ndwi>
<ndwiCount>628</ndwiCount>
<lstd>19.16</lstd>
<lstn>4.08</lstn>
<tmax>19.23</tmax>
<tmin>1.44</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.31471</ndvi>
<ndviCount>628</ndviCount>
<ndwi>-0.11243</ndwi>
<ndwiCount>628</ndwiCount>
<lstd>16.03</lstd>
<lstn>-0.6</lstn>
<tmax>13.61</tmax>
<tmin>1.16</tmin>
<prcp>8.67</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.30313</ndvi>
<ndviCount>628</ndviCount>
<ndwi>-0.10264</ndwi>
<ndwiCount>628</ndwiCount>
<lstd>7.66</lstd>
<lstn>-2.11</lstn>
<tmax>9.56</tmax>
<tmin>0.15</tmin>
<prcp>15.43</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.31191</ndvi>
<ndviCount>4912</ndviCount>
<ndwi>-0.15005</ndwi>
<ndwiCount>4912</ndwiCount>
<lstd>14.92</lstd>
<lstn>-1.96</lstn>
<tmax>12.86</tmax>
<tmin>1.71</tmin>
<prcp>4.2</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26803</ndvi>
<ndviCount>4912</ndviCount>
<ndwi>-0.18045</ndwi>
<ndwiCount>4912</ndwiCount>
<lstd>14.71</lstd>
<lstn>-0.04</lstn>
<tmax>14.05</tmax>
<tmin>-1.28</tmin>
<prcp>4.57</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26092</ndvi>
<ndviCount>4912</ndviCount>
<ndwi>-0.17724</ndwi>
<ndwiCount>4912</ndwiCount>
<lstd>9.03</lstd>
<lstn>-4.62</lstn>
<tmax>8.4</tmax>
<tmin>-2.59</tmin>
<prcp>16.13</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.04802</ndvi>
<ndviCount>4912</ndviCount>
<ndwi>0.56128</ndwi>
<ndwiCount>4912</ndwiCount>
<lstd>4.81</lstd>
<lstn>-5.71</lstn>
<tmax>2.19</tmax>
<tmin>-5.4</tmin>
<prcp>15.13</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27152</ndvi>
<ndviCount>12265</ndviCount>
<ndwi>-0.22494</ndwi>
<ndwiCount>12265</ndwiCount>
<lstd>17.92</lstd>
<lstn>0.63</lstn>
<tmax>14.83</tmax>
<tmin>2.26</tmin>
<prcp>0.04</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26</ndvi>
<ndviCount>12265</ndviCount>
<ndwi>-0.2389</ndwi>
<ndwiCount>12265</ndwiCount>
<lstd>17.34</lstd>
<lstn>-0.69</lstn>
<tmax>16.6</tmax>
<tmin>0</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26397</ndvi>
<ndviCount>12265</ndviCount>
<ndwi>-0.24472</ndwi>
<ndwiCount>12265</ndwiCount>
<lstd>12.86</lstd>
<lstn>-2.95</lstn>
<tmax>12.22</tmax>
<tmin>0.78</tmin>
<prcp>14.43</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.15226</ndvi>
<ndviCount>12265</ndviCount>
<ndwi>0.16433</ndwi>
<ndwiCount>12265</ndwiCount>
<lstd>6.42</lstd>
<lstn>-8.66</lstn>
<tmax>3.44</tmax>
<tmin>-4.84</tmin>
<prcp>23.7</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26215</ndvi>
<ndviCount>6222</ndviCount>
<ndwi>-0.18925</ndwi>
<ndwiCount>6222</ndwiCount>
<lstd>17.05</lstd>
<lstn>-0.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26142</ndvi>
<ndviCount>6222</ndviCount>
<ndwi>-0.18781</ndwi>
<ndwiCount>6222</ndwiCount>
<lstd>18.82</lstd>
<lstn>0.36</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25499</ndvi>
<ndviCount>6222</ndviCount>
<ndwi>-0.17349</ndwi>
<ndwiCount>6222</ndwiCount>
<lstd>12.07</lstd>
<lstn>-3.05</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.10825</ndvi>
<ndviCount>6222</ndviCount>
<ndwi>0.34712</ndwi>
<ndwiCount>6222</ndwiCount>
<lstd>7.06</lstd>
<lstn>-6.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26606</ndvi>
<ndviCount>3955</ndviCount>
<ndwi>-0.17366</ndwi>
<ndwiCount>3955</ndwiCount>
<lstd>16.3</lstd>
<lstn>-1.15</lstn>
<tmax>13.75</tmax>
<tmin>-1.26</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25759</ndvi>
<ndviCount>3955</ndviCount>
<ndwi>-0.18532</ndwi>
<ndwiCount>3955</ndwiCount>
<lstd>18.78</lstd>
<lstn>0.53</lstn>
<tmax>16.01</tmax>
<tmin>-0.29</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25477</ndvi>
<ndviCount>3955</ndviCount>
<ndwi>-0.16812</ndwi>
<ndwiCount>3955</ndwiCount>
<lstd>14.46</lstd>
<lstn>-3.35</lstn>
<tmax>10.51</tmax>
<tmin>-2.71</tmin>
<prcp>3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.00986</ndvi>
<ndviCount>3955</ndviCount>
<ndwi>0.73295</ndwi>
<ndwiCount>3955</ndwiCount>
<lstd>1.64</lstd>
<lstn>-9.11</lstn>
<tmax>2.06</tmax>
<tmin>-8.13</tmin>
<prcp>7.1</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27523</ndvi>
<ndviCount>1080</ndviCount>
<ndwi>-0.14501</ndwi>
<ndwiCount>1080</ndwiCount>
<lstd>15.65</lstd>
<lstn>-0.49</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.65</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27204</ndvi>
<ndviCount>1080</ndviCount>
<ndwi>-0.14322</ndwi>
<ndwiCount>1080</ndwiCount>
<lstd>15.23</lstd>
<lstn>-0.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25965</ndvi>
<ndviCount>1080</ndviCount>
<ndwi>-0.13839</ndwi>
<ndwiCount>1080</ndwiCount>
<lstd>10.35</lstd>
<lstn>-4.71</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.23</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.04566</ndvi>
<ndviCount>1080</ndviCount>
<ndwi>0.58394</ndwi>
<ndwiCount>1080</ndwiCount>
<lstd>4.1</lstd>
<lstn>-6.48</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.17</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26593</ndvi>
<ndviCount>1083</ndviCount>
<ndwi>-0.18147</ndwi>
<ndwiCount>1083</ndwiCount>
<lstd>17.88</lstd>
<lstn>2.37</lstn>
<tmax>12.76</tmax>
<tmin>-1.36</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25574</ndvi>
<ndviCount>1083</ndviCount>
<ndwi>-0.17227</ndwi>
<ndwiCount>1083</ndwiCount>
<lstd>18.96</lstd>
<lstn>0.36</lstn>
<tmax>17.88</tmax>
<tmin>1.46</tmin>
<prcp>0.1</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25451</ndvi>
<ndviCount>1083</ndviCount>
<ndwi>-0.17901</ndwi>
<ndwiCount>1083</ndwiCount>
<lstd>12.48</lstd>
<lstn>-2.62</lstn>
<tmax>11.8</tmax>
<tmin>-0.7</tmin>
<prcp>6.17</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.20835</ndvi>
<ndviCount>1083</ndviCount>
<ndwi>-0.00757</ndwi>
<ndwiCount>1083</ndwiCount>
<lstd>-0.26</lstd>
<lstn>-9.35</lstn>
<tmax>6.8</tmax>
<tmin>-6.25</tmin>
<prcp>10.83</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24843</ndvi>
<ndviCount>8790</ndviCount>
<ndwi>-0.20779</ndwi>
<ndwiCount>8790</ndwiCount>
<lstd>16.34</lstd>
<lstn>-1.75</lstn>
<tmax>13.11</tmax>
<tmin>-3.46</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24789</ndvi>
<ndviCount>8790</ndviCount>
<ndwi>-0.20205</ndwi>
<ndwiCount>8790</ndwiCount>
<lstd>17.85</lstd>
<lstn>-0.01</lstn>
<tmax>15.69</tmax>
<tmin>-2.35</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2564</ndvi>
<ndviCount>8790</ndviCount>
<ndwi>-0.15125</ndwi>
<ndwiCount>8790</ndwiCount>
<lstd>12.07</lstd>
<lstn>-3.69</lstn>
<tmax>10.48</tmax>
<tmin>-5.9</tmin>
<prcp>2.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.12011</ndvi>
<ndviCount>8790</ndviCount>
<ndwi>0.27081</ndwi>
<ndwiCount>8790</ndwiCount>
<lstd>7.9</lstd>
<lstn>-6.16</lstn>
<tmax>1.89</tmax>
<tmin>-9.18</tmin>
<prcp>2.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24894</ndvi>
<ndviCount>16145</ndviCount>
<ndwi>-0.23061</ndwi>
<ndwiCount>16145</ndwiCount>
<lstd>15.9</lstd>
<lstn>-1.69</lstn>
<tmax>13.22</tmax>
<tmin>-1.9</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25102</ndvi>
<ndviCount>16145</ndviCount>
<ndwi>-0.22286</ndwi>
<ndwiCount>16145</ndwiCount>
<lstd>17.75</lstd>
<lstn>-1.77</lstn>
<tmax>14.69</tmax>
<tmin>-2.41</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24774</ndvi>
<ndviCount>16145</ndviCount>
<ndwi>-0.21866</ndwi>
<ndwiCount>16145</ndwiCount>
<lstd>11.86</lstd>
<lstn>-4.69</lstn>
<tmax>11.6</tmax>
<tmin>-4.31</tmin>
<prcp>5.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.00836</ndvi>
<ndviCount>16145</ndviCount>
<ndwi>0.69168</ndwi>
<ndwiCount>16145</ndwiCount>
<lstd>2.98</lstd>
<lstn>-9.93</lstn>
<tmax>1.08</tmax>
<tmin>-8.44</tmin>
<prcp>6.22</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24896</ndvi>
<ndviCount>10046</ndviCount>
<ndwi>-0.22636</ndwi>
<ndwiCount>10046</ndwiCount>
<lstd>17.38</lstd>
<lstn>-1.55</lstn>
<tmax>14.65</tmax>
<tmin>0.24</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25261</ndvi>
<ndviCount>10046</ndviCount>
<ndwi>-0.2243</ndwi>
<ndwiCount>10046</ndwiCount>
<lstd>17.73</lstd>
<lstn>-1.79</lstn>
<tmax>15.6</tmax>
<tmin>-0.36</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2575</ndvi>
<ndviCount>10046</ndviCount>
<ndwi>-0.22718</ndwi>
<ndwiCount>10046</ndwiCount>
<lstd>11.87</lstd>
<lstn>-4.69</lstn>
<tmax>9.04</tmax>
<tmin>-3.15</tmin>
<prcp>2.52</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.10526</ndvi>
<ndviCount>10046</ndviCount>
<ndwi>0.37151</ndwi>
<ndwiCount>10046</ndwiCount>
<lstd>2.51</lstd>
<lstn>-8.25</lstn>
<tmax>2.54</tmax>
<tmin>-6.78</tmin>
<prcp>4.81</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23143</ndvi>
<ndviCount>12552</ndviCount>
<ndwi>-0.24258</ndwi>
<ndwiCount>12552</ndwiCount>
<lstd>17.9</lstd>
<lstn>0.45</lstn>
<tmax>13.57</tmax>
<tmin>-1.18</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23375</ndvi>
<ndviCount>12552</ndviCount>
<ndwi>-0.24228</ndwi>
<ndwiCount>12552</ndwiCount>
<lstd>18.51</lstd>
<lstn>-0.07</lstn>
<tmax>15.9</tmax>
<tmin>-0.98</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23496</ndvi>
<ndviCount>12552</ndviCount>
<ndwi>-0.24178</ndwi>
<ndwiCount>12552</ndwiCount>
<lstd>12.51</lstd>
<lstn>-3.51</lstn>
<tmax>11.24</tmax>
<tmin>-3.9</tmin>
<prcp>0.65</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.23336</ndvi>
<ndviCount>12552</ndviCount>
<ndwi>-0.15776</ndwi>
<ndwiCount>12552</ndwiCount>
<lstd>7.79</lstd>
<lstn>-9.17</lstn>
<tmax>3.47</tmax>
<tmin>-8.22</tmin>
<prcp>2.37</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23681</ndvi>
<ndviCount>7339</ndviCount>
<ndwi>-0.21152</ndwi>
<ndwiCount>7339</ndwiCount>
<lstd>17.6</lstd>
<lstn>-1.01</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24749</ndvi>
<ndviCount>7339</ndviCount>
<ndwi>-0.22537</ndwi>
<ndwiCount>7339</ndwiCount>
<lstd>17.06</lstd>
<lstn>-1.65</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25117</ndvi>
<ndviCount>7339</ndviCount>
<ndwi>-0.22862</ndwi>
<ndwiCount>7339</ndwiCount>
<lstd>12.24</lstd>
<lstn>-4.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.10154</ndvi>
<ndviCount>7339</ndviCount>
<ndwi>0.37467</ndwi>
<ndwiCount>7339</ndwiCount>
<lstd>2.74</lstd>
<lstn>-7.94</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2458</ndvi>
<ndviCount>11660</ndviCount>
<ndwi>-0.22864</ndwi>
<ndwiCount>11660</ndwiCount>
<lstd>17.83</lstd>
<lstn>-1.27</lstn>
<tmax>12.03</tmax>
<tmin>-2.78</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24656</ndvi>
<ndviCount>11660</ndviCount>
<ndwi>-0.22095</ndwi>
<ndwiCount>11660</ndwiCount>
<lstd>17.21</lstd>
<lstn>-2.01</lstn>
<tmax>11.78</tmax>
<tmin>-3.44</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24597</ndvi>
<ndviCount>11660</ndviCount>
<ndwi>-0.21636</ndwi>
<ndwiCount>11660</ndwiCount>
<lstd>11.27</lstd>
<lstn>-4.67</lstn>
<tmax>9.63</tmax>
<tmin>-6.1</tmin>
<prcp>3.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.00853</ndvi>
<ndviCount>11660</ndviCount>
<ndwi>0.68616</ndwi>
<ndwiCount>11660</ndwiCount>
<lstd>2.67</lstd>
<lstn>-8.75</lstn>
<tmax>-0.77</tmax>
<tmin>-10.37</tmin>
<prcp>4.93</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22419</ndvi>
<ndviCount>15569</ndviCount>
<ndwi>-0.2282</ndwi>
<ndwiCount>15569</ndwiCount>
<lstd>16.65</lstd>
<lstn>1.97</lstn>
<tmax>12.14</tmax>
<tmin>-0.98</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.22884</ndvi>
<ndviCount>15569</ndviCount>
<ndwi>-0.24329</ndwi>
<ndwiCount>15569</ndwiCount>
<lstd>16.69</lstd>
<lstn>-0.72</lstn>
<tmax>14.41</tmax>
<tmin>-1.13</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23611</ndvi>
<ndviCount>15569</ndviCount>
<ndwi>-0.24591</ndwi>
<ndwiCount>15569</ndwiCount>
<lstd>12.14</lstd>
<lstn>-5.9</lstn>
<tmax>9.83</tmax>
<tmin>-4.42</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22294</ndvi>
<ndviCount>15569</ndviCount>
<ndwi>-0.14987</ndwi>
<ndwiCount>15569</ndwiCount>
<lstd>5.43</lstd>
<lstn>-8.26</lstn>
<tmax>1.74</tmax>
<tmin>-9.21</tmin>
<prcp>2.95</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24778</ndvi>
<ndviCount>11402</ndviCount>
<ndwi>-0.23495</ndwi>
<ndwiCount>11402</ndwiCount>
<lstd>18.01</lstd>
<lstn>1.34</lstn>
<tmax>11.1</tmax>
<tmin>-5.28</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24825</ndvi>
<ndviCount>11402</ndviCount>
<ndwi>-0.22639</ndwi>
<ndwiCount>11402</ndwiCount>
<lstd>17.91</lstd>
<lstn>-1.32</lstn>
<tmax>16.1</tmax>
<tmin>-1.87</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25294</ndvi>
<ndviCount>11402</ndviCount>
<ndwi>-0.23606</ndwi>
<ndwiCount>11402</ndwiCount>
<lstd>11.97</lstd>
<lstn>-3.95</lstn>
<tmax>8.3</tmax>
<tmin>-7.2</tmin>
<prcp>1.3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.14221</ndvi>
<ndviCount>11402</ndviCount>
<ndwi>0.21675</ndwi>
<ndwiCount>11402</ndwiCount>
<lstd>3.29</lstd>
<lstn>-7.81</lstn>
<tmax>1.53</tmax>
<tmin>-10.15</tmin>
<prcp>20.3</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22438</ndvi>
<ndviCount>15693</ndviCount>
<ndwi>-0.26618</ndwi>
<ndwiCount>15693</ndwiCount>
<lstd>17.1</lstd>
<lstn>-1.48</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.22771</ndvi>
<ndviCount>15693</ndviCount>
<ndwi>-0.26658</ndwi>
<ndwiCount>15693</ndwiCount>
<lstd>18.5</lstd>
<lstn>-1.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23595</ndvi>
<ndviCount>15693</ndviCount>
<ndwi>-0.27351</ndwi>
<ndwiCount>15693</ndwiCount>
<lstd>12.11</lstd>
<lstn>-5.6</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.16484</ndvi>
<ndviCount>15693</ndviCount>
<ndwi>0.06123</ndwi>
<ndwiCount>15693</ndwiCount>
<lstd>6.68</lstd>
<lstn>-7.68</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24294</ndvi>
<ndviCount>14119</ndviCount>
<ndwi>-0.23291</ndwi>
<ndwiCount>14119</ndwiCount>
<lstd>16.42</lstd>
<lstn>-0.66</lstn>
<tmax>14.1</tmax>
<tmin>-1.05</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24728</ndvi>
<ndviCount>14119</ndviCount>
<ndwi>-0.23454</ndwi>
<ndwiCount>14119</ndwiCount>
<lstd>18.25</lstd>
<lstn>0.49</lstn>
<tmax>16.81</tmax>
<tmin>-0.63</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25344</ndvi>
<ndviCount>14119</ndviCount>
<ndwi>-0.22056</ndwi>
<ndwiCount>14119</ndwiCount>
<lstd>12.32</lstd>
<lstn>-3.83</lstn>
<tmax>12.1</tmax>
<tmin>-3.49</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.05419</ndvi>
<ndviCount>14119</ndviCount>
<ndwi>0.50956</ndwi>
<ndwiCount>14119</ndwiCount>
<lstd>7.42</lstd>
<lstn>-5.59</lstn>
<tmax>2.43</tmax>
<tmin>-8</tmin>
<prcp>4.55</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25903</ndvi>
<ndviCount>8896</ndviCount>
<ndwi>-0.20102</ndwi>
<ndwiCount>8896</ndwiCount>
<lstd>16.85</lstd>
<lstn>-3.23</lstn>
<tmax>14.94</tmax>
<tmin>-2.71</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25643</ndvi>
<ndviCount>8896</ndviCount>
<ndwi>-0.19907</ndwi>
<ndwiCount>8896</ndwiCount>
<lstd>18.24</lstd>
<lstn>0.13</lstn>
<tmax>15.22</tmax>
<tmin>-3.56</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25877</ndvi>
<ndviCount>8896</ndviCount>
<ndwi>-0.12422</ndwi>
<ndwiCount>8896</ndwiCount>
<lstd>12.22</lstd>
<lstn>-3.99</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>3.35</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.18474</ndvi>
<ndviCount>8896</ndviCount>
<ndwi>0.11691</ndwi>
<ndwiCount>8896</ndwiCount>
<lstd>5.88</lstd>
<lstn>-8.58</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.25</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24464</ndvi>
<ndviCount>12082</ndviCount>
<ndwi>-0.19657</ndwi>
<ndwiCount>12082</ndwiCount>
<lstd>18.57</lstd>
<lstn>-1.43</lstn>
<tmax>14.36</tmax>
<tmin>0.49</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24978</ndvi>
<ndviCount>12082</ndviCount>
<ndwi>-0.20061</ndwi>
<ndwiCount>12082</ndwiCount>
<lstd>16.73</lstd>
<lstn>-0.98</lstn>
<tmax>15.35</tmax>
<tmin>-1.55</tmin>
<prcp>1</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24329</ndvi>
<ndviCount>12082</ndviCount>
<ndwi>-0.19991</ndwi>
<ndwiCount>12082</ndwiCount>
<lstd>11.41</lstd>
<lstn>-3.77</lstn>
<tmax>9.86</tmax>
<tmin>-2.78</tmin>
<prcp>9.2</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.03873</ndvi>
<ndviCount>12082</ndviCount>
<ndwi>0.60722</ndwi>
<ndwiCount>12082</ndwiCount>
<lstd>-0.02</lstd>
<lstn>-9.21</lstn>
<tmax>2.21</tmax>
<tmin>-5.64</tmin>
<prcp>9.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24382</ndvi>
<ndviCount>12889</ndviCount>
<ndwi>-0.25675</ndwi>
<ndwiCount>12889</ndwiCount>
<lstd>17.31</lstd>
<lstn>1.88</lstn>
<tmax>12.04</tmax>
<tmin>-0.33</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24873</ndvi>
<ndviCount>12889</ndviCount>
<ndwi>-0.25866</ndwi>
<ndwiCount>12889</ndwiCount>
<lstd>17.73</lstd>
<lstn>-0.58</lstn>
<tmax>13.7</tmax>
<tmin>-0.16</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23066</ndvi>
<ndviCount>12889</ndviCount>
<ndwi>-0.2336</ndwi>
<ndwiCount>12889</ndwiCount>
<lstd>11.89</lstd>
<lstn>-5.27</lstn>
<tmax>8.64</tmax>
<tmin>-4.36</tmin>
<prcp>1.25</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22932</ndvi>
<ndviCount>12889</ndviCount>
<ndwi>-0.16798</ndwi>
<ndwiCount>12889</ndwiCount>
<lstd>5.04</lstd>
<lstn>-7.93</lstn>
<tmax>1.96</tmax>
<tmin>-9.64</tmin>
<prcp>2.55</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22562</ndvi>
<ndviCount>12952</ndviCount>
<ndwi>-0.19304</ndwi>
<ndwiCount>12952</ndwiCount>
<lstd>16.42</lstd>
<lstn>0.04</lstn>
<tmax>12.84</tmax>
<tmin>-1.03</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23067</ndvi>
<ndviCount>12952</ndviCount>
<ndwi>-0.2253</ndwi>
<ndwiCount>12952</ndwiCount>
<lstd>15.88</lstd>
<lstn>-1.24</lstn>
<tmax>14.84</tmax>
<tmin>-1.83</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23778</ndvi>
<ndviCount>12952</ndviCount>
<ndwi>-0.22092</ndwi>
<ndwiCount>12952</ndwiCount>
<lstd>12.12</lstd>
<lstn>-5.77</lstn>
<tmax>11.67</tmax>
<tmin>-4.72</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22824</ndvi>
<ndviCount>12952</ndviCount>
<ndwi>-0.14715</ndwi>
<ndwiCount>12952</ndwiCount>
<lstd>5.31</lstd>
<lstn>-8.47</lstn>
<tmax>1.54</tmax>
<tmin>-10.08</tmin>
<prcp>2.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25218</ndvi>
<ndviCount>9238</ndviCount>
<ndwi>-0.21097</ndwi>
<ndwiCount>9238</ndwiCount>
<lstd>15.71</lstd>
<lstn>0.78</lstn>
<tmax>10.29</tmax>
<tmin>-1.18</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25491</ndvi>
<ndviCount>9238</ndviCount>
<ndwi>-0.2141</ndwi>
<ndwiCount>9238</ndwiCount>
<lstd>16.11</lstd>
<lstn>-1.39</lstn>
<tmax>12.56</tmax>
<tmin>-1.79</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2583</ndvi>
<ndviCount>9238</ndviCount>
<ndwi>-0.2195</ndwi>
<ndwiCount>9238</ndwiCount>
<lstd>11.2</lstd>
<lstn>-4.79</lstn>
<tmax>10</tmax>
<tmin>-4.29</tmin>
<prcp>2.95</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.17785</ndvi>
<ndviCount>9238</ndviCount>
<ndwi>0.11842</ndwi>
<ndwiCount>9238</ndwiCount>
<lstd>4.2</lstd>
<lstn>-8.01</lstn>
<tmax>-1.11</tmax>
<tmin>-9.78</tmin>
<prcp>4.33</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27154</ndvi>
<ndviCount>840</ndviCount>
<ndwi>-0.17603</ndwi>
<ndwiCount>840</ndwiCount>
<lstd>17.57</lstd>
<lstn>0.28</lstn>
<tmax>13.88</tmax>
<tmin>-1.54</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26961</ndvi>
<ndviCount>840</ndviCount>
<ndwi>-0.17192</ndwi>
<ndwiCount>840</ndwiCount>
<lstd>19.28</lstd>
<lstn>0.38</lstn>
<tmax>15.97</tmax>
<tmin>-1.04</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25315</ndvi>
<ndviCount>840</ndviCount>
<ndwi>-0.16263</ndwi>
<ndwiCount>840</ndwiCount>
<lstd>12.1</lstd>
<lstn>-3.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>3.13</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.00812</ndvi>
<ndviCount>840</ndviCount>
<ndwi>0.73717</ndwi>
<ndwiCount>840</ndwiCount>
<lstd>-2.73</lstd>
<lstn>-9.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.23</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.21738</ndvi>
<ndviCount>12869</ndviCount>
<ndwi>-0.22045</ndwi>
<ndwiCount>12869</ndwiCount>
<lstd>15.36</lstd>
<lstn>2.9</lstn>
<tmax>14.09</tmax>
<tmin>-0.43</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.2223</ndvi>
<ndviCount>12869</ndviCount>
<ndwi>-0.23481</ndwi>
<ndwiCount>12869</ndwiCount>
<lstd>15.66</lstd>
<lstn>-0.83</lstn>
<tmax>15.41</tmax>
<tmin>-0.14</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.22443</ndvi>
<ndviCount>12869</ndviCount>
<ndwi>-0.23181</ndwi>
<ndwiCount>12869</ndwiCount>
<lstd>11.83</lstd>
<lstn>-5.91</lstn>
<tmax>8.76</tmax>
<tmin>-4.91</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22436</ndvi>
<ndviCount>12869</ndviCount>
<ndwi>-0.2018</ndwi>
<ndwiCount>12869</ndwiCount>
<lstd>6.3</lstd>
<lstn>-9.53</lstn>
<tmax>3.7</tmax>
<tmin>-9.31</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.27103</ndvi>
<ndviCount>4015</ndviCount>
<ndwi>-0.17927</ndwi>
<ndwiCount>4015</ndwiCount>
<lstd>16.59</lstd>
<lstn>-2.24</lstn>
<tmax>11.04</tmax>
<tmin>-1.91</tmin>
<prcp>1.07</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26382</ndvi>
<ndviCount>4015</ndviCount>
<ndwi>-0.18006</ndwi>
<ndwiCount>4015</ndwiCount>
<lstd>16.15</lstd>
<lstn>-1.28</lstn>
<tmax>12.99</tmax>
<tmin>-3.02</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25988</ndvi>
<ndviCount>4015</ndviCount>
<ndwi>-0.17705</ndwi>
<ndwiCount>4015</ndwiCount>
<lstd>11.02</lstd>
<lstn>-4.79</lstn>
<tmax>10.28</tmax>
<tmin>-3.27</tmin>
<prcp>1.63</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.07221</ndvi>
<ndviCount>4015</ndviCount>
<ndwi>0.48998</ndwi>
<ndwiCount>4015</ndwiCount>
<lstd>3.47</lstd>
<lstn>-7.04</lstn>
<tmax>1.18</tmax>
<tmin>-8.53</tmin>
<prcp>4.85</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26445</ndvi>
<ndviCount>12639</ndviCount>
<ndwi>-0.20216</ndwi>
<ndwiCount>12639</ndwiCount>
<lstd>15.15</lstd>
<lstn>-2.47</lstn>
<tmax>14.72</tmax>
<tmin>4.15</tmin>
<prcp>1.28</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25278</ndvi>
<ndviCount>12639</ndviCount>
<ndwi>-0.19421</ndwi>
<ndwiCount>12639</ndwiCount>
<lstd>16.99</lstd>
<lstn>-1.39</lstn>
<tmax>17.23</tmax>
<tmin>1.93</tmin>
<prcp>1.7</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24547</ndvi>
<ndviCount>12639</ndviCount>
<ndwi>-0.1924</ndwi>
<ndwiCount>12639</ndwiCount>
<lstd>11.1</lstd>
<lstn>-4.71</lstn>
<tmax>9.47</tmax>
<tmin>-0.17</tmin>
<prcp>9.53</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.02438</ndvi>
<ndviCount>12639</ndviCount>
<ndwi>0.65175</ndwi>
<ndwiCount>12639</ndwiCount>
<lstd>1.66</lstd>
<lstn>-11.26</lstn>
<tmax>2.65</tmax>
<tmin>-5.21</tmin>
<prcp>11.15</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24364</ndvi>
<ndviCount>14829</ndviCount>
<ndwi>-0.20744</ndwi>
<ndwiCount>14829</ndwiCount>
<lstd>15.69</lstd>
<lstn>-1.51</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24082</ndvi>
<ndviCount>14829</ndviCount>
<ndwi>-0.21293</ndwi>
<ndwiCount>14829</ndwiCount>
<lstd>17.1</lstd>
<lstn>-1.56</lstn>
<tmax>15.3</tmax>
<tmin>3.9</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24584</ndvi>
<ndviCount>14829</ndviCount>
<ndwi>-0.18954</ndwi>
<ndwiCount>14829</ndwiCount>
<lstd>12.1</lstd>
<lstn>-4.44</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.06256</ndvi>
<ndviCount>14829</ndviCount>
<ndwi>0.52712</ndwi>
<ndwiCount>14829</ndwiCount>
<lstd>4.97</lstd>
<lstn>-7.7</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.6</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22932</ndvi>
<ndviCount>9807</ndviCount>
<ndwi>-0.2374</ndwi>
<ndwiCount>9807</ndwiCount>
<lstd>18.65</lstd>
<lstn>0.21</lstn>
<tmax>14.29</tmax>
<tmin>-0.95</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23072</ndvi>
<ndviCount>9807</ndviCount>
<ndwi>-0.23448</ndwi>
<ndwiCount>9807</ndwiCount>
<lstd>19.15</lstd>
<lstn>0.43</lstn>
<tmax>16.11</tmax>
<tmin>-0.79</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23459</ndvi>
<ndviCount>9807</ndviCount>
<ndwi>-0.23849</ndwi>
<ndwiCount>9807</ndwiCount>
<lstd>13.17</lstd>
<lstn>-3.38</lstn>
<tmax>11.99</tmax>
<tmin>-4.2</tmin>
<prcp>0.68</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.23081</ndvi>
<ndviCount>9807</ndviCount>
<ndwi>-0.20467</ndwi>
<ndwiCount>9807</ndwiCount>
<lstd>9.47</lstd>
<lstn>-7.61</lstn>
<tmax>5</tmax>
<tmin>-6.87</tmin>
<prcp>2.43</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26511</ndvi>
<ndviCount>1505</ndviCount>
<ndwi>-0.21664</ndwi>
<ndwiCount>1505</ndwiCount>
<lstd>16.32</lstd>
<lstn>2.01</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.04</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26108</ndvi>
<ndviCount>1505</ndviCount>
<ndwi>-0.20421</ndwi>
<ndwiCount>1505</ndwiCount>
<lstd>19.45</lstd>
<lstn>-0.57</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26688</ndvi>
<ndviCount>1505</ndviCount>
<ndwi>-0.20706</ndwi>
<ndwiCount>1505</ndwiCount>
<lstd>13.3</lstd>
<lstn>-1.87</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>6.21</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.26457</ndvi>
<ndviCount>1505</ndviCount>
<ndwi>-0.17005</ndwi>
<ndwiCount>1505</ndwiCount>
<lstd>7.14</lstd>
<lstn>-8.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.85</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26509</ndvi>
<ndviCount>1088</ndviCount>
<ndwi>-0.17605</ndwi>
<ndwiCount>1088</ndwiCount>
<lstd>17.02</lstd>
<lstn>-0.32</lstn>
<tmax>15.63</tmax>
<tmin>1.68</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26524</ndvi>
<ndviCount>1088</ndviCount>
<ndwi>-0.17881</ndwi>
<ndwiCount>1088</ndwiCount>
<lstd>19.53</lstd>
<lstn>-0.39</lstn>
<tmax>16.64</tmax>
<tmin>1.76</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25155</ndvi>
<ndviCount>1088</ndviCount>
<ndwi>-0.17277</ndwi>
<ndwiCount>1088</ndwiCount>
<lstd>12.95</lstd>
<lstn>-3.48</lstn>
<tmax>9.55</tmax>
<tmin>-0.65</tmin>
<prcp>4.3</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.01528</ndvi>
<ndviCount>1088</ndviCount>
<ndwi>0.70608</ndwi>
<ndwiCount>1088</ndwiCount>
<lstd>-2.73</lstd>
<lstn>-10.11</lstn>
<tmax>3.14</tmax>
<tmin>-4.92</tmin>
<prcp>14.53</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26561</ndvi>
<ndviCount>10056</ndviCount>
<ndwi>-0.23429</ndwi>
<ndwiCount>10056</ndwiCount>
<lstd>16.62</lstd>
<lstn>-2.86</lstn>
<tmax>11.33</tmax>
<tmin>-2.86</tmin>
<prcp>0.25</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.26205</ndvi>
<ndviCount>10056</ndviCount>
<ndwi>-0.23241</ndwi>
<ndwiCount>10056</ndwiCount>
<lstd>17.06</lstd>
<lstn>-1.87</lstn>
<tmax>13.43</tmax>
<tmin>-2.93</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25907</ndvi>
<ndviCount>10056</ndviCount>
<ndwi>-0.22738</ndwi>
<ndwiCount>10056</ndwiCount>
<lstd>11.55</lstd>
<lstn>-4.5</lstn>
<tmax>10.06</tmax>
<tmin>-3.19</tmin>
<prcp>3.55</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.02166</ndvi>
<ndviCount>10056</ndviCount>
<ndwi>0.65076</ndwi>
<ndwiCount>10056</ndwiCount>
<lstd>4.95</lstd>
<lstn>-7.27</lstn>
<tmax>-0.5</tmax>
<tmin>-9.24</tmin>
<prcp>6.9</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.25726</ndvi>
<ndviCount>4906</ndviCount>
<ndwi>-0.23063</ndwi>
<ndwiCount>4906</ndwiCount>
<lstd>16.38</lstd>
<lstn>2.65</lstn>
<tmax>15.81</tmax>
<tmin>2.04</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24855</ndvi>
<ndviCount>4906</ndviCount>
<ndwi>-0.23143</ndwi>
<ndwiCount>4906</ndwiCount>
<lstd>17.91</lstd>
<lstn>-0.19</lstn>
<tmax>15.64</tmax>
<tmin>0.91</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2451</ndvi>
<ndviCount>4906</ndviCount>
<ndwi>-0.23419</ndwi>
<ndwiCount>4906</ndwiCount>
<lstd>12.65</lstd>
<lstn>-2.17</lstn>
<tmax>10.37</tmax>
<tmin>-0.84</tmin>
<prcp>5.48</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.10849</ndvi>
<ndviCount>4906</ndviCount>
<ndwi>0.36402</ndwi>
<ndwiCount>4906</ndwiCount>
<lstd>4.36</lstd>
<lstn>-8.68</lstn>
<tmax>2.71</tmax>
<tmin>-5.21</tmin>
<prcp>21.27</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22455</ndvi>
<ndviCount>8537</ndviCount>
<ndwi>-0.24063</ndwi>
<ndwiCount>8537</ndwiCount>
<lstd>14.22</lstd>
<lstn>-0.11</lstn>
<tmax>11.59</tmax>
<tmin>-1.59</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.22558</ndvi>
<ndviCount>8537</ndviCount>
<ndwi>-0.25357</ndwi>
<ndwiCount>8537</ndwiCount>
<lstd>15.92</lstd>
<lstn>-0.84</lstn>
<tmax>13.9</tmax>
<tmin>-0.64</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.22473</ndvi>
<ndviCount>8537</ndviCount>
<ndwi>-0.24278</ndwi>
<ndwiCount>8537</ndwiCount>
<lstd>11.79</lstd>
<lstn>-6.3</lstn>
<tmax>8.7</tmax>
<tmin>-3.74</tmin>
<prcp>0.65</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.23684</ndvi>
<ndviCount>8537</ndviCount>
<ndwi>-0.21804</ndwi>
<ndwiCount>8537</ndwiCount>
<lstd>5.39</lstd>
<lstn>-9.79</lstn>
<tmax>1.54</tmax>
<tmin>-9.65</tmin>
<prcp>0.17</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.29759</ndvi>
<ndviCount>4531</ndviCount>
<ndwi>-0.17002</ndwi>
<ndwiCount>4531</ndwiCount>
<lstd>15.04</lstd>
<lstn>-0.34</lstn>
<tmax>10.95</tmax>
<tmin>0.24</tmin>
<prcp>1.23</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.2762</ndvi>
<ndviCount>4531</ndviCount>
<ndwi>-0.1697</ndwi>
<ndwiCount>4531</ndwiCount>
<lstd>15.18</lstd>
<lstn>-1.2</lstn>
<tmax>12.35</tmax>
<tmin>-0.63</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26717</ndvi>
<ndviCount>4531</ndviCount>
<ndwi>-0.16885</ndwi>
<ndwiCount>4531</ndwiCount>
<lstd>10.31</lstd>
<lstn>-4.06</lstn>
<tmax>9.06</tmax>
<tmin>-1.36</tmin>
<prcp>5.15</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.04272</ndvi>
<ndviCount>4531</ndviCount>
<ndwi>0.59327</ndwi>
<ndwiCount>4531</ndwiCount>
<lstd>5.48</lstd>
<lstn>-7.37</lstn>
<tmax>0.1</tmax>
<tmin>-6.45</tmin>
<prcp>5.67</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.21637</ndvi>
<ndviCount>10494</ndviCount>
<ndwi>-0.23016</ndwi>
<ndwiCount>10494</ndwiCount>
<lstd>15.24</lstd>
<lstn>-0.34</lstn>
<tmax>12.71</tmax>
<tmin>-1.73</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.22039</ndvi>
<ndviCount>10494</ndviCount>
<ndwi>-0.25169</ndwi>
<ndwiCount>10494</ndwiCount>
<lstd>16.81</lstd>
<lstn>-0.78</lstn>
<tmax>14.83</tmax>
<tmin>-0.9</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23228</ndvi>
<ndviCount>10494</ndviCount>
<ndwi>-0.25663</ndwi>
<ndwiCount>10494</ndwiCount>
<lstd>11.73</lstd>
<lstn>-5.64</lstn>
<tmax>8.9</tmax>
<tmin>-5.18</tmin>
<prcp>0.55</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22527</ndvi>
<ndviCount>10494</ndviCount>
<ndwi>-0.21241</ndwi>
<ndwiCount>10494</ndwiCount>
<lstd>5.41</lstd>
<lstn>-9.63</lstn>
<tmax>1.73</tmax>
<tmin>-10.71</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.2326</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.18851</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>16.59</lstd>
<lstn>-0.71</lstn>
<tmax>9.23</tmax>
<tmin>-3.1</tmin>
<prcp>0.1</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25475</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.21753</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>16.72</lstd>
<lstn>-2.03</lstn>
<tmax>13.02</tmax>
<tmin>-1.74</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2539</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.21916</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>11.65</lstd>
<lstn>-4.64</lstn>
<tmax>9.58</tmax>
<tmin>-4.43</tmin>
<prcp>1.27</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.06652</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>0.48854</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>4.93</lstd>
<lstn>-7.22</lstn>
<tmax>-0.76</tmax>
<tmin>-10.8</tmin>
<prcp>3.63</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24963</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.24228</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>16.35</lstd>
<lstn>2.88</lstn>
<tmax>12.3</tmax>
<tmin>-0.11</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25662</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.24848</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>16.95</lstd>
<lstn>-1.25</lstn>
<tmax>14.27</tmax>
<tmin>0.53</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24473</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.23309</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>11.83</lstd>
<lstn>-4.77</lstn>
<tmax>-1.7</tmax>
<tmin>-10</tmin>
<prcp>2</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22756</ndvi>
<ndviCount>10537</ndviCount>
<ndwi>-0.1039</ndwi>
<ndwiCount>10537</ndwiCount>
<lstd>4.75</lstd>
<lstn>-7.95</lstn>
<tmax>0.96</tmax>
<tmin>-8.54</tmin>
<prcp>4.75</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23668</ndvi>
<ndviCount>15238</ndviCount>
<ndwi>-0.24793</ndwi>
<ndwiCount>15238</ndwiCount>
<lstd>17.12</lstd>
<lstn>0.86</lstn>
<tmax>12.36</tmax>
<tmin>0.14</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23614</ndvi>
<ndviCount>15238</ndviCount>
<ndwi>-0.23838</ndwi>
<ndwiCount>15238</ndwiCount>
<lstd>18.27</lstd>
<lstn>-1.25</lstn>
<tmax>14.59</tmax>
<tmin>0.56</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23834</ndvi>
<ndviCount>15238</ndviCount>
<ndwi>-0.24034</ndwi>
<ndwiCount>15238</ndwiCount>
<lstd>11.99</lstd>
<lstn>-4.55</lstn>
<tmax>11.27</tmax>
<tmin>-2.29</tmin>
<prcp>1.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.12283</ndvi>
<ndviCount>15238</ndviCount>
<ndwi>0.24754</ndwi>
<ndwiCount>15238</ndwiCount>
<lstd>4.38</lstd>
<lstn>-9.29</lstn>
<tmax>1.58</tmax>
<tmin>-9.65</tmin>
<prcp>2.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24435</ndvi>
<ndviCount>8922</ndviCount>
<ndwi>-0.21506</ndwi>
<ndwiCount>8922</ndwiCount>
<lstd>16.94</lstd>
<lstn>-3.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23928</ndvi>
<ndviCount>8922</ndviCount>
<ndwi>-0.21238</ndwi>
<ndwiCount>8922</ndwiCount>
<lstd>19.75</lstd>
<lstn>-0.1</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24048</ndvi>
<ndviCount>8922</ndviCount>
<ndwi>-0.14283</ndwi>
<ndwiCount>8922</ndwiCount>
<lstd>15.1</lstd>
<lstn>-2.42</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>6.8</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.12372</ndvi>
<ndviCount>8922</ndviCount>
<ndwi>0.2853</ndwi>
<ndwiCount>8922</ndwiCount>
<lstd>1.54</lstd>
<lstn>-8.91</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.65</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22719</ndvi>
<ndviCount>14836</ndviCount>
<ndwi>-0.23551</ndwi>
<ndwiCount>14836</ndwiCount>
<lstd>16.97</lstd>
<lstn>-0.65</lstn>
<tmax>13.95</tmax>
<tmin>-1.88</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23131</ndvi>
<ndviCount>14836</ndviCount>
<ndwi>-0.2426</ndwi>
<ndwiCount>14836</ndwiCount>
<lstd>18.59</lstd>
<lstn>-0.29</lstn>
<tmax>17.87</tmax>
<tmin>0.24</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23571</ndvi>
<ndviCount>14836</ndviCount>
<ndwi>-0.23672</ndwi>
<ndwiCount>14836</ndwiCount>
<lstd>12.52</lstd>
<lstn>-3.62</lstn>
<tmax>11.38</tmax>
<tmin>-3.9</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.13861</ndvi>
<ndviCount>14836</ndviCount>
<ndwi>0.17031</ndwi>
<ndwiCount>14836</ndwiCount>
<lstd>8.73</lstd>
<lstn>-6.7</lstn>
<tmax>2.56</tmax>
<tmin>-7.99</tmin>
<prcp>3.3</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24368</ndvi>
<ndviCount>14736</ndviCount>
<ndwi>-0.23014</ndwi>
<ndwiCount>14736</ndwiCount>
<lstd>16.76</lstd>
<lstn>0.13</lstn>
<tmax>12.48</tmax>
<tmin>-0.91</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25018</ndvi>
<ndviCount>14736</ndviCount>
<ndwi>-0.22372</ndwi>
<ndwiCount>14736</ndwiCount>
<lstd>18.61</lstd>
<lstn>-0.86</lstn>
<tmax>14.49</tmax>
<tmin>0.21</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26021</ndvi>
<ndviCount>14736</ndviCount>
<ndwi>-0.22629</ndwi>
<ndwiCount>14736</ndwiCount>
<lstd>12.89</lstd>
<lstn>-4.76</lstn>
<tmax>10.34</tmax>
<tmin>-3.34</tmin>
<prcp>2.6</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.15146</ndvi>
<ndviCount>14736</ndviCount>
<ndwi>0.20169</ndwi>
<ndwiCount>14736</ndwiCount>
<lstd>4.56</lstd>
<lstn>-8.23</lstn>
<tmax>1.54</tmax>
<tmin>-8.34</tmin>
<prcp>2.5</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24253</ndvi>
<ndviCount>6983</ndviCount>
<ndwi>-0.21043</ndwi>
<ndwiCount>6983</ndwiCount>
<lstd>17.68</lstd>
<lstn>-0.68</lstn>
<tmax>13.98</tmax>
<tmin>-1.86</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24174</ndvi>
<ndviCount>6983</ndviCount>
<ndwi>-0.20025</ndwi>
<ndwiCount>6983</ndwiCount>
<lstd>18.45</lstd>
<lstn>0.78</lstn>
<tmax>16.48</tmax>
<tmin>-1.05</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24929</ndvi>
<ndviCount>6983</ndviCount>
<ndwi>-0.18255</ndwi>
<ndwiCount>6983</ndwiCount>
<lstd>12.36</lstd>
<lstn>-3.1</lstn>
<tmax>11.39</tmax>
<tmin>-3.61</tmin>
<prcp>0.33</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.23956</ndvi>
<ndviCount>6983</ndviCount>
<ndwi>-0.14179</ndwi>
<ndwiCount>6983</ndwiCount>
<lstd>8.77</lstd>
<lstn>-5.06</lstn>
<tmax>3.26</tmax>
<tmin>-6.67</tmin>
<prcp>2.65</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22363</ndvi>
<ndviCount>15428</ndviCount>
<ndwi>-0.24951</ndwi>
<ndwiCount>15428</ndwiCount>
<lstd>16.53</lstd>
<lstn>0.8</lstn>
<tmax>12.9</tmax>
<tmin>-2.73</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.22274</ndvi>
<ndviCount>15428</ndviCount>
<ndwi>-0.24515</ndwi>
<ndwiCount>15428</ndwiCount>
<lstd>18.71</lstd>
<lstn>-1.11</lstn>
<tmax>15.48</tmax>
<tmin>-2.64</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23127</ndvi>
<ndviCount>15428</ndviCount>
<ndwi>-0.2641</ndwi>
<ndwiCount>15428</ndwiCount>
<lstd>12.2</lstd>
<lstn>-4.21</lstn>
<tmax>10.63</tmax>
<tmin>-5.76</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.16034</ndvi>
<ndviCount>15428</ndviCount>
<ndwi>0.15692</ndwi>
<ndwiCount>15428</ndwiCount>
<lstd>7.03</lstd>
<lstn>-8.68</lstn>
<tmax>2.44</tmax>
<tmin>-10.7</tmin>
<prcp>2</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.22808</ndvi>
<ndviCount>15633</ndviCount>
<ndwi>-0.27423</ndwi>
<ndwiCount>15633</ndwiCount>
<lstd>17.01</lstd>
<lstn>0.96</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23188</ndvi>
<ndviCount>15633</ndviCount>
<ndwi>-0.2774</ndwi>
<ndwiCount>15633</ndwiCount>
<lstd>18.17</lstd>
<lstn>-0.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.22258</ndvi>
<ndviCount>15633</ndviCount>
<ndwi>-0.26304</ndwi>
<ndwiCount>15633</ndwiCount>
<lstd>12.42</lstd>
<lstn>-5.99</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22069</ndvi>
<ndviCount>15633</ndviCount>
<ndwi>-0.21492</ndwi>
<ndwiCount>15633</ndwiCount>
<lstd>5.61</lstd>
<lstn>-9.07</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23064</ndvi>
<ndviCount>13236</ndviCount>
<ndwi>-0.23185</ndwi>
<ndwiCount>13236</ndwiCount>
<lstd>15.63</lstd>
<lstn>0.75</lstn>
<tmax>12.87</tmax>
<tmin>-0.38</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23372</ndvi>
<ndviCount>13236</ndviCount>
<ndwi>-0.22892</ndwi>
<ndwiCount>13236</ndwiCount>
<lstd>18.81</lstd>
<lstn>-1.34</lstn>
<tmax>16.1</tmax>
<tmin>-0.23</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23891</ndvi>
<ndviCount>13236</ndviCount>
<ndwi>-0.23764</ndwi>
<ndwiCount>13236</ndwiCount>
<lstd>12.29</lstd>
<lstn>-3.86</lstn>
<tmax>10.2</tmax>
<tmin>-3.74</tmin>
<prcp>0.77</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.13472</ndvi>
<ndviCount>13236</ndviCount>
<ndwi>0.24408</ndwi>
<ndwiCount>13236</ndwiCount>
<lstd>5.89</lstd>
<lstn>-7.58</lstn>
<tmax>2.01</tmax>
<tmin>-9.79</tmin>
<prcp>3.45</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23765</ndvi>
<ndviCount>11195</ndviCount>
<ndwi>-0.21821</ndwi>
<ndwiCount>11195</ndwiCount>
<lstd>16.7</lstd>
<lstn>-1.72</lstn>
<tmax>16.16</tmax>
<tmin>-0.31</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23669</ndvi>
<ndviCount>11195</ndviCount>
<ndwi>-0.21979</ndwi>
<ndwiCount>11195</ndwiCount>
<lstd>19.55</lstd>
<lstn>-1.12</lstn>
<tmax>17.71</tmax>
<tmin>0.24</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24518</ndvi>
<ndviCount>11195</ndviCount>
<ndwi>-0.17556</ndwi>
<ndwiCount>11195</ndwiCount>
<lstd>13.26</lstd>
<lstn>-2.83</lstn>
<tmax>10.53</tmax>
<tmin>-2.47</tmin>
<prcp>4.33</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.18503</ndvi>
<ndviCount>11195</ndviCount>
<ndwi>-0.00448</ndwi>
<ndwiCount>11195</ndwiCount>
<lstd>6.55</lstd>
<lstn>-8.88</lstn>
<tmax>4.29</tmax>
<tmin>-7.09</tmin>
<prcp>1.93</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24822</ndvi>
<ndviCount>5359</ndviCount>
<ndwi>-0.22363</ndwi>
<ndwiCount>5359</ndwiCount>
<lstd>16.78</lstd>
<lstn>2.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.2</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25072</ndvi>
<ndviCount>5359</ndviCount>
<ndwi>-0.22221</ndwi>
<ndwiCount>5359</ndwiCount>
<lstd>17.79</lstd>
<lstn>-0.78</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.25</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24751</ndvi>
<ndviCount>5359</ndviCount>
<ndwi>-0.22843</ndwi>
<ndwiCount>5359</ndwiCount>
<lstd>13.44</lstd>
<lstn>-2.46</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.07</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.08421</ndvi>
<ndviCount>5359</ndviCount>
<ndwi>0.46895</ndwi>
<ndwiCount>5359</ndwiCount>
<lstd>5.55</lstd>
<lstn>-9.8</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.33</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24782</ndvi>
<ndviCount>8880</ndviCount>
<ndwi>-0.223</ndwi>
<ndwiCount>8880</ndwiCount>
<lstd>15.74</lstd>
<lstn>0.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25254</ndvi>
<ndviCount>8880</ndviCount>
<ndwi>-0.22147</ndwi>
<ndwiCount>8880</ndwiCount>
<lstd>15.64</lstd>
<lstn>-1.36</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24533</ndvi>
<ndviCount>8880</ndviCount>
<ndwi>-0.22276</ndwi>
<ndwiCount>8880</ndwiCount>
<lstd>10.76</lstd>
<lstn>-5.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.22632</ndvi>
<ndviCount>8880</ndviCount>
<ndwi>-0.0887</ndwi>
<ndwiCount>8880</ndwiCount>
<lstd>5.19</lstd>
<lstn>-6.98</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.8</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23099</ndvi>
<ndviCount>12745</ndviCount>
<ndwi>-0.28876</ndwi>
<ndwiCount>12745</ndwiCount>
<lstd>18.16</lstd>
<lstn>-0.13</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.23193</ndvi>
<ndviCount>12745</ndviCount>
<ndwi>-0.29127</ndwi>
<ndwiCount>12745</ndwiCount>
<lstd>18.85</lstd>
<lstn>-0.95</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.23487</ndvi>
<ndviCount>12745</ndviCount>
<ndwi>-0.29279</ndwi>
<ndwiCount>12745</ndwiCount>
<lstd>13.24</lstd>
<lstn>-5.73</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.23367</ndvi>
<ndviCount>12745</ndviCount>
<ndwi>-0.18526</ndwi>
<ndwiCount>12745</ndwiCount>
<lstd>6.4</lstd>
<lstn>-10.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.23747</ndvi>
<ndviCount>10433</ndviCount>
<ndwi>-0.1864</ndwi>
<ndwiCount>10433</ndwiCount>
<lstd>15.81</lstd>
<lstn>-0.77</lstn>
<tmax>15.05</tmax>
<tmin>0.63</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24038</ndvi>
<ndviCount>10433</ndviCount>
<ndwi>-0.2097</ndwi>
<ndwiCount>10433</ndwiCount>
<lstd>16.49</lstd>
<lstn>-2.11</lstn>
<tmax>14.43</tmax>
<tmin>-2.46</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.24556</ndvi>
<ndviCount>10433</ndviCount>
<ndwi>-0.19624</ndwi>
<ndwiCount>10433</ndwiCount>
<lstd>11.35</lstd>
<lstn>-5.28</lstn>
<tmax>14.07</tmax>
<tmin>-2.23</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.08079</ndvi>
<ndviCount>10433</ndviCount>
<ndwi>0.45247</ndwi>
<ndwiCount>10433</ndwiCount>
<lstd>4.51</lstd>
<lstn>-8.09</lstn>
<tmax>2.83</tmax>
<tmin>-8.98</tmin>
<prcp>2.3</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.26053</ndvi>
<ndviCount>7651</ndviCount>
<ndwi>-0.18705</ndwi>
<ndwiCount>7651</ndwiCount>
<lstd>15.9</lstd>
<lstn>0.17</lstn>
<tmax>12.55</tmax>
<tmin>-3.06</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.25755</ndvi>
<ndviCount>7651</ndviCount>
<ndwi>-0.18552</ndwi>
<ndwiCount>7651</ndwiCount>
<lstd>18.12</lstd>
<lstn>-0.62</lstn>
<tmax>14.36</tmax>
<tmin>-1.18</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.25252</ndvi>
<ndviCount>7651</ndviCount>
<ndwi>-0.18095</ndwi>
<ndwiCount>7651</ndwiCount>
<lstd>12.32</lstd>
<lstn>-3.97</lstn>
<tmax>10.33</tmax>
<tmin>-3.34</tmin>
<prcp>5.98</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.11032</ndvi>
<ndviCount>7651</ndviCount>
<ndwi>0.3396</ndwi>
<ndwiCount>7651</ndwiCount>
<lstd>0.36</lstd>
<lstn>-10.03</lstn>
<tmax>0.47</tmax>
<tmin>-7.03</tmin>
<prcp>5.03</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.29959</ndvi>
<ndviCount>2264</ndviCount>
<ndwi>-0.16702</ndwi>
<ndwiCount>2264</ndwiCount>
<lstd>14.85</lstd>
<lstn>-1.64</lstn>
<tmax>11.59</tmax>
<tmin>-0.8</tmin>
<prcp>0.15</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.27031</ndvi>
<ndviCount>2264</ndviCount>
<ndwi>-0.16595</ndwi>
<ndwiCount>2264</ndwiCount>
<lstd>15.91</lstd>
<lstn>-0.82</lstn>
<tmax>14.03</tmax>
<tmin>-2.22</tmin>
<prcp>1.75</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.26105</ndvi>
<ndviCount>2264</ndviCount>
<ndwi>-0.16474</ndwi>
<ndwiCount>2264</ndwiCount>
<lstd>10.22</lstd>
<lstn>-3.92</lstn>
<tmax>10.9</tmax>
<tmin>-1.59</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-11-25</startDate>
<endDate>2023-12-02</endDate>
<ndvi>0.03137</ndvi>
<ndviCount>2264</ndviCount>
<ndwi>0.62682</ndwi>
<ndwiCount>2264</ndwiCount>
<lstd>3.28</lstd>
<lstn>-9.02</lstn>
<tmax>1.48</tmax>
<tmin>-6.65</tmin>
<prcp>0</prcp>
<updatedAt>2023-12-09T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2023-11-01</startDate>
<endDate>2023-11-08</endDate>
<ndvi>0.24887</ndvi>
<ndviCount>11199</ndviCount>
<ndwi>-0.20135</ndwi>
<ndwiCount>11199</ndwiCount>
<lstd>17.15</lstd>
<lstn>0</lstn>
<tmax>15.24</tmax>
<tmin>0.8</tmin>
<prcp>0</prcp>
<updatedAt>2023-11-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2023-11-09</startDate>
<endDate>2023-11-16</endDate>
<ndvi>0.24415</ndvi>
<ndviCount>11199</ndviCount>
<ndwi>-0.18924</ndwi>
<ndwiCount>11199</ndwiCount>
<lstd>18.77</lstd>
<lstn>-0.19</lstn>
<tmax>15.92</tmax>
<tmin>1.64</tmin>
<prcp>0.25</prcp>
<updatedAt>2023-11-27T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2023-11-17</startDate>
<endDate>2023-11-24</endDate>
<ndvi>0.2471</ndvi>
<ndviCount>11199</ndviCount>
<ndwi>-0.18536</ndwi>
<ndwiCount>11199</ndwiCount>
<lstd>12.24</lstd>
<lstn>-5.06</lstn>
<tmax>9.52</tmax>
<tmin>-2.46</tmin>
<prcp>1.35</prcp>
<updatedAt>2023-12-07T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2023-11-25<