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
20230101
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.
20230228
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=20230101&endDate=20230228&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=20230101&endDate=20230228&fields=ndviCount%2CndwiCount
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.24216,
"ndviCount": 8659,
"ndwi": -0.12696,
"ndwiCount": 8659,
"lstd": 7.06,
"lstn": -4.01,
"tmax": 6.94,
"tmin": -1.08,
"prcp": 5.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2382,
"ndviCount": 8659,
"ndwi": -0.14128,
"ndwiCount": 8659,
"lstd": 7.31,
"lstn": -7.22,
"tmax": 6.49,
"tmin": -3.58,
"prcp": 2.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24645,
"ndviCount": 8659,
"ndwi": -0.12528,
"ndwiCount": 8659,
"lstd": 6.8,
"lstn": -4.57,
"tmax": 4.1,
"tmin": -2.53,
"prcp": 15.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17001",
"county": "Adams County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23298,
"ndviCount": 8659,
"ndwi": -0.22133,
"ndwiCount": 8659,
"lstd": 4.06,
"lstn": -13.68,
"tmax": 0.09,
"tmin": -8.84,
"prcp": 5.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.28523,
"ndviCount": 1563,
"ndwi": -0.17664,
"ndwiCount": 1563,
"lstd": 10.23,
"lstn": 0.06,
"tmax": 12.76,
"tmin": 4.89,
"prcp": 85.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.27323,
"ndviCount": 1563,
"ndwi": -0.20745,
"ndwiCount": 1563,
"lstd": 10,
"lstn": -1.27,
"tmax": 10.39,
"tmin": 0.76,
"prcp": 13.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.29461,
"ndviCount": 1563,
"ndwi": -0.17498,
"ndwiCount": 1563,
"lstd": 12.83,
"lstn": -1.2,
"tmax": 8.95,
"tmin": 1.93,
"prcp": 58.85,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17003",
"county": "Alexander County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.18835,
"ndviCount": 1563,
"ndwi": 0.06393,
"ndwiCount": 1563,
"lstd": 8.61,
"lstn": -2.99,
"tmax": 3.44,
"tmin": -3.58,
"prcp": 43,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27489,
"ndviCount": 5068,
"ndwi": -0.13124,
"ndwiCount": 5068,
"lstd": 7.15,
"lstn": 0.18,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25919,
"ndviCount": 5068,
"ndwi": -0.16891,
"ndwiCount": 5068,
"lstd": 10.59,
"lstn": -1.18,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.27227,
"ndviCount": 5068,
"ndwi": -0.15133,
"ndwiCount": 5068,
"lstd": 9.09,
"lstn": 1.71,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17005",
"county": "Bond County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.26386,
"ndviCount": 5066,
"ndwi": -0.08905,
"ndwiCount": 5068,
"lstd": 5.24,
"lstn": -5.87,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0259,
"ndviCount": 5127,
"ndwi": 0.2411,
"ndwiCount": 5127,
"lstd": -0.88,
"lstn": -9.05,
"tmax": null,
"tmin": null,
"prcp": 11.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2329,
"ndviCount": 5127,
"ndwi": -0.09936,
"ndwiCount": 5127,
"lstd": 3.56,
"lstn": -6.29,
"tmax": null,
"tmin": null,
"prcp": 0.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00979,
"ndviCount": 5127,
"ndwi": 0.16613,
"ndwiCount": 5127,
"lstd": -14.03,
"lstn": -0.77,
"tmax": null,
"tmin": null,
"prcp": 19.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17007",
"county": "Boone County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01595,
"ndviCount": 5127,
"ndwi": 0.58611,
"ndwiCount": 5127,
"lstd": -11.16,
"lstn": -18.96,
"tmax": null,
"tmin": null,
"prcp": 23.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.22971,
"ndviCount": 1718,
"ndwi": -0.08801,
"ndwiCount": 1720,
"lstd": 7.16,
"lstn": -4.88,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23808,
"ndviCount": 1720,
"ndwi": -0.17006,
"ndwiCount": 1720,
"lstd": 10.12,
"lstn": -9.35,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24946,
"ndviCount": 1720,
"ndwi": -0.14825,
"ndwiCount": 1720,
"lstd": 7.15,
"lstn": -2.75,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17009",
"county": "Brown County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.22765,
"ndviCount": 1720,
"ndwi": -0.21944,
"ndwiCount": 1720,
"lstd": 5.74,
"lstn": -14.66,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06281,
"ndviCount": 21023,
"ndwi": 0.11933,
"ndwiCount": 21024,
"lstd": -3.16,
"lstn": -2.34,
"tmax": 5.63,
"tmin": -2.05,
"prcp": 24.57,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23571,
"ndviCount": 21024,
"ndwi": -0.1237,
"ndwiCount": 21024,
"lstd": 4.74,
"lstn": -3.5,
"tmax": 5.21,
"tmin": -2.63,
"prcp": 5.79,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00742,
"ndviCount": 21024,
"ndwi": 0.09347,
"ndwiCount": 21024,
"lstd": 0.93,
"lstn": -10.99,
"tmax": 4.25,
"tmin": -0.9,
"prcp": 21.43,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17011",
"county": "Bureau County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01996,
"ndviCount": 21024,
"ndwi": 0.67945,
"ndwiCount": 21024,
"lstd": -5.44,
"lstn": -18.88,
"tmax": -3.58,
"tmin": -11.18,
"prcp": 9.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.28249,
"ndviCount": 844,
"ndwi": -0.15795,
"ndwiCount": 844,
"lstd": 10.18,
"lstn": -2.79,
"tmax": null,
"tmin": null,
"prcp": 16.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26455,
"ndviCount": 844,
"ndwi": -0.16199,
"ndwiCount": 844,
"lstd": 10.03,
"lstn": -6.25,
"tmax": null,
"tmin": null,
"prcp": 1.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.28607,
"ndviCount": 844,
"ndwi": -0.13476,
"ndwiCount": 844,
"lstd": 8.87,
"lstn": -1.51,
"tmax": null,
"tmin": null,
"prcp": 17.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17013",
"county": "Calhoun County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.25283,
"ndviCount": 844,
"ndwi": -0.16569,
"ndwiCount": 844,
"lstd": 8.33,
"lstn": -10.26,
"tmax": null,
"tmin": null,
"prcp": 7.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03912,
"ndviCount": 7683,
"ndwi": 0.13573,
"ndwiCount": 7683,
"lstd": -16.56,
"lstn": -2.33,
"tmax": 1.33,
"tmin": -3.68,
"prcp": 12.25,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23888,
"ndviCount": 7683,
"ndwi": -0.0466,
"ndwiCount": 7683,
"lstd": 3.48,
"lstn": -1.95,
"tmax": 2.85,
"tmin": -4.5,
"prcp": 5.6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.04605,
"ndviCount": 7683,
"ndwi": 0.35187,
"ndwiCount": 7683,
"lstd": -11.37,
"lstn": -4.88,
"tmax": 1.6,
"tmin": -2.83,
"prcp": 19.95,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17015",
"county": "Carroll County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02557,
"ndviCount": 7683,
"ndwi": 0.63715,
"ndwiCount": 7683,
"lstd": -9.52,
"lstn": -21.31,
"tmax": -4.53,
"tmin": -13.69,
"prcp": 16.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.22888,
"ndviCount": 6928,
"ndwi": -0.13166,
"ndwiCount": 6928,
"lstd": 7.32,
"lstn": -6.66,
"tmax": null,
"tmin": null,
"prcp": 5.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2304,
"ndviCount": 6928,
"ndwi": -0.21418,
"ndwiCount": 6928,
"lstd": 9.83,
"lstn": -4.28,
"tmax": null,
"tmin": null,
"prcp": 2.1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24076,
"ndviCount": 6928,
"ndwi": -0.18516,
"ndwiCount": 6928,
"lstd": 7.58,
"lstn": -2.01,
"tmax": null,
"tmin": null,
"prcp": 14.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17017",
"county": "Cass County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23594,
"ndviCount": 6928,
"ndwi": -0.24946,
"ndwiCount": 6928,
"lstd": 4.77,
"lstn": -14.17,
"tmax": null,
"tmin": null,
"prcp": 8.7,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.2155,
"ndviCount": 29182,
"ndwi": -0.17453,
"ndwiCount": 29204,
"lstd": 3.98,
"lstn": 0.13,
"tmax": 7.55,
"tmin": 0.74,
"prcp": 19.57,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23833,
"ndviCount": 29204,
"ndwi": -0.26881,
"ndwiCount": 29204,
"lstd": 7.48,
"lstn": -3.95,
"tmax": 5.78,
"tmin": -2.02,
"prcp": 3.25,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.03443,
"ndviCount": 29125,
"ndwi": 0.01059,
"ndwiCount": 29204,
"lstd": 2.89,
"lstn": 2.25,
"tmax": 4.28,
"tmin": -0.77,
"prcp": 21.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17019",
"county": "Champaign County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.22497,
"ndviCount": 29204,
"ndwi": -0.19686,
"ndwiCount": 29204,
"lstd": 0.95,
"lstn": -14.82,
"tmax": 0.9,
"tmin": -8.95,
"prcp": 9.21,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.26018,
"ndviCount": 19987,
"ndwi": -0.16443,
"ndwiCount": 19987,
"lstd": 6.12,
"lstn": -0.66,
"tmax": 9.03,
"tmin": 1.22,
"prcp": 25.03,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2527,
"ndviCount": 19987,
"ndwi": -0.23647,
"ndwiCount": 19987,
"lstd": 5.52,
"lstn": -0.46,
"tmax": 6.74,
"tmin": -1.29,
"prcp": 3.82,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.2657,
"ndviCount": 19987,
"ndwi": -0.22631,
"ndwiCount": 19987,
"lstd": 6.25,
"lstn": 1.37,
"tmax": 5.43,
"tmin": -0.69,
"prcp": 18.47,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17021",
"county": "Christian County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.19874,
"ndviCount": 19987,
"ndwi": -0.0247,
"ndwiCount": 19987,
"lstd": 2.2,
"lstn": -13.21,
"tmax": 2.26,
"tmin": -6.49,
"prcp": 10.79,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27135,
"ndviCount": 6598,
"ndwi": -0.11873,
"ndwiCount": 6598,
"lstd": 7.31,
"lstn": 0.27,
"tmax": 9.8,
"tmin": 1.04,
"prcp": 16.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25572,
"ndviCount": 6598,
"ndwi": -0.18469,
"ndwiCount": 6598,
"lstd": 7.31,
"lstn": -1.86,
"tmax": 6.95,
"tmin": -3.43,
"prcp": 14.7,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.27414,
"ndviCount": 6598,
"ndwi": -0.09007,
"ndwiCount": 6598,
"lstd": 7.98,
"lstn": 3.89,
"tmax": 6.31,
"tmin": -1.25,
"prcp": 32,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17023",
"county": "Clark County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.11941,
"ndviCount": 6598,
"ndwi": 0.22814,
"ndwiCount": 6598,
"lstd": 4.78,
"lstn": -8.86,
"tmax": 2.85,
"tmin": -6.81,
"prcp": 16.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.29342,
"ndviCount": 5786,
"ndwi": -0.12854,
"ndwiCount": 5786,
"lstd": 8.75,
"lstn": -0.81,
"tmax": 10.49,
"tmin": 1.05,
"prcp": 18.25,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.27827,
"ndviCount": 5786,
"ndwi": -0.16181,
"ndwiCount": 5786,
"lstd": 6.3,
"lstn": -1.12,
"tmax": 7.24,
"tmin": -3.01,
"prcp": 18.78,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.30016,
"ndviCount": 5786,
"ndwi": -0.1011,
"ndwiCount": 5786,
"lstd": 10.21,
"lstn": 3.68,
"tmax": 8.61,
"tmin": 0.64,
"prcp": 36.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17025",
"county": "Clay County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.29386,
"ndviCount": 5786,
"ndwi": -0.05001,
"ndwiCount": 5786,
"lstd": 5.51,
"lstn": -6.03,
"tmax": 5.13,
"tmin": -5,
"prcp": 12.08,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30676,
"ndviCount": 5726,
"ndwi": -0.14636,
"ndwiCount": 5726,
"lstd": 11.01,
"lstn": -0.03,
"tmax": null,
"tmin": null,
"prcp": 26.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.29473,
"ndviCount": 5726,
"ndwi": -0.1631,
"ndwiCount": 5726,
"lstd": 10.59,
"lstn": -1.25,
"tmax": null,
"tmin": null,
"prcp": 15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.31206,
"ndviCount": 5726,
"ndwi": -0.13306,
"ndwiCount": 5726,
"lstd": 9.55,
"lstn": 2.97,
"tmax": null,
"tmin": null,
"prcp": 19.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17027",
"county": "Clinton County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.31969,
"ndviCount": 5726,
"ndwi": -0.08067,
"ndwiCount": 5726,
"lstd": 1.94,
"lstn": -5.94,
"tmax": 2.03,
"tmin": -6.5,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.25544,
"ndviCount": 11516,
"ndwi": -0.18478,
"ndwiCount": 11517,
"lstd": 6.28,
"lstn": 1.71,
"tmax": 9.13,
"tmin": 2.22,
"prcp": 17.43,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24493,
"ndviCount": 11523,
"ndwi": -0.26052,
"ndwiCount": 11523,
"lstd": 7.1,
"lstn": -1.64,
"tmax": 7.88,
"tmin": -0.46,
"prcp": 11.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.2616,
"ndviCount": 11523,
"ndwi": -0.22269,
"ndwiCount": 11523,
"lstd": 0.87,
"lstn": 3.93,
"tmax": 5.36,
"tmin": -0.77,
"prcp": 24.19,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17029",
"county": "Coles County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.10804,
"ndviCount": 11523,
"ndwi": 0.24281,
"ndwiCount": 11523,
"lstd": 3.11,
"lstn": -12.91,
"tmax": 2.67,
"tmin": -6.94,
"prcp": 15.52,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03674,
"ndviCount": 124,
"ndwi": 0.17768,
"ndwiCount": 124,
"lstd": 2.34,
"lstn": 3.3,
"tmax": 3.76,
"tmin": -0.79,
"prcp": 29.36,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21758,
"ndviCount": 124,
"ndwi": -0.14835,
"ndwiCount": 124,
"lstd": 5.43,
"lstn": -4.1,
"tmax": 5.62,
"tmin": -1.34,
"prcp": 0.44,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.04555,
"ndviCount": 124,
"ndwi": 0.00692,
"ndwiCount": 124,
"lstd": 1.05,
"lstn": 0.67,
"tmax": 2.97,
"tmin": -1.02,
"prcp": 19.12,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17031",
"county": "Cook County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00377,
"ndviCount": 124,
"ndwi": 0.67101,
"ndwiCount": 124,
"lstd": -3.58,
"lstn": -18.01,
"tmax": -2.54,
"tmin": -10.09,
"prcp": 17.05,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27161,
"ndviCount": 5330,
"ndwi": -0.14477,
"ndwiCount": 5330,
"lstd": 8.34,
"lstn": -0.79,
"tmax": 11.96,
"tmin": 1.13,
"prcp": 15.55,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25592,
"ndviCount": 5330,
"ndwi": -0.18486,
"ndwiCount": 5330,
"lstd": 9.05,
"lstn": -2.16,
"tmax": 7.94,
"tmin": -0.43,
"prcp": 24.45,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.27439,
"ndviCount": 5330,
"ndwi": -0.11129,
"ndwiCount": 5330,
"lstd": 11.25,
"lstn": 4.91,
"tmax": 6.66,
"tmin": -0.08,
"prcp": 29.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17033",
"county": "Crawford County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20091,
"ndviCount": 5330,
"ndwi": 0.07974,
"ndwiCount": 5330,
"lstd": 4.2,
"lstn": -7.48,
"tmax": 4.37,
"tmin": -5.47,
"prcp": 19.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27734,
"ndviCount": 5103,
"ndwi": -0.09972,
"ndwiCount": 5103,
"lstd": 7.26,
"lstn": 1.69,
"tmax": null,
"tmin": null,
"prcp": 24.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2644,
"ndviCount": 5103,
"ndwi": -0.16532,
"ndwiCount": 5103,
"lstd": 6.87,
"lstn": -1.47,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.28363,
"ndviCount": 5103,
"ndwi": -0.07523,
"ndwiCount": 5103,
"lstd": 3.36,
"lstn": 2.73,
"tmax": null,
"tmin": null,
"prcp": 28.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17035",
"county": "Cumberland County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.08099,
"ndviCount": 5103,
"ndwi": 0.247,
"ndwiCount": 5103,
"lstd": 1.06,
"lstn": -8.23,
"tmax": null,
"tmin": null,
"prcp": 8.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02679,
"ndviCount": 17103,
"ndwi": 0.21358,
"ndwiCount": 17103,
"lstd": 5.01,
"lstn": -0.01,
"tmax": 2.15,
"tmin": -2.36,
"prcp": 22.25,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22746,
"ndviCount": 17103,
"ndwi": -0.12746,
"ndwiCount": 17103,
"lstd": 4.96,
"lstn": -7.04,
"tmax": 3.64,
"tmin": -3.64,
"prcp": 2.09,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00831,
"ndviCount": 17103,
"ndwi": 0.3592,
"ndwiCount": 17103,
"lstd": -8.03,
"lstn": -0.68,
"tmax": 1.59,
"tmin": -2.8,
"prcp": 21.65,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17037",
"county": "DeKalb County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02543,
"ndviCount": 17103,
"ndwi": 0.56504,
"ndwiCount": 17103,
"lstd": -5.19,
"lstn": -19.99,
"tmax": -5.05,
"tmin": -13.44,
"prcp": 16.74,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.11602,
"ndviCount": 11350,
"ndwi": -0.07398,
"ndwiCount": 11353,
"lstd": 3.21,
"lstn": -1.81,
"tmax": null,
"tmin": null,
"prcp": 17.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23805,
"ndviCount": 11353,
"ndwi": -0.25162,
"ndwiCount": 11353,
"lstd": 6.21,
"lstn": -4.49,
"tmax": null,
"tmin": null,
"prcp": 2.4,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02837,
"ndviCount": 11351,
"ndwi": -0.00237,
"ndwiCount": 11353,
"lstd": 3.49,
"lstn": 0.56,
"tmax": null,
"tmin": null,
"prcp": 30.03,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17039",
"county": "De Witt County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23422,
"ndviCount": 11353,
"ndwi": -0.25051,
"ndwiCount": 11353,
"lstd": 2.3,
"lstn": -15.29,
"tmax": null,
"tmin": null,
"prcp": 6.73,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.251,
"ndviCount": 12451,
"ndwi": -0.21579,
"ndwiCount": 12451,
"lstd": 5.72,
"lstn": 0.02,
"tmax": 8.11,
"tmin": 1.11,
"prcp": 42.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23804,
"ndviCount": 12451,
"ndwi": -0.28216,
"ndwiCount": 12451,
"lstd": 6.57,
"lstn": -3.03,
"tmax": 5.15,
"tmin": -2.01,
"prcp": 2.6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24898,
"ndviCount": 12442,
"ndwi": -0.24968,
"ndwiCount": 12451,
"lstd": null,
"lstn": null,
"tmax": 4.38,
"tmin": -0.2,
"prcp": 20.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17041",
"county": "Douglas County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20557,
"ndviCount": 12451,
"ndwi": -0.08141,
"ndwiCount": 12451,
"lstd": 1.44,
"lstn": -13.94,
"tmax": 0.55,
"tmin": -7.34,
"prcp": 8.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02592,
"ndviCount": 74,
"ndwi": 0.27029,
"ndwiCount": 74,
"lstd": null,
"lstn": null,
"tmax": 3.28,
"tmin": -1.7,
"prcp": 33.15,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23677,
"ndviCount": 74,
"ndwi": -0.17046,
"ndwiCount": 74,
"lstd": 5.19,
"lstn": -4.05,
"tmax": 5.68,
"tmin": -2.05,
"prcp": 1.28,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02551,
"ndviCount": 74,
"ndwi": 0.3998,
"ndwiCount": 74,
"lstd": null,
"lstn": null,
"tmax": 2.41,
"tmin": -1.62,
"prcp": 21.53,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17043",
"county": "Du Page County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01352,
"ndviCount": 74,
"ndwi": 0.4818,
"ndwiCount": 74,
"lstd": -3.56,
"lstn": -18.82,
"tmax": -3.15,
"tmin": -11.42,
"prcp": 15.23,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.25174,
"ndviCount": 16993,
"ndwi": -0.19526,
"ndwiCount": 16993,
"lstd": 6.07,
"lstn": -0.09,
"tmax": 9.04,
"tmin": 1.25,
"prcp": 18.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23994,
"ndviCount": 16993,
"ndwi": -0.26682,
"ndwiCount": 16993,
"lstd": 6.71,
"lstn": -3.32,
"tmax": 5.35,
"tmin": -2.35,
"prcp": 10,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.23921,
"ndviCount": 16993,
"ndwi": -0.2045,
"ndwiCount": 16993,
"lstd": 3.32,
"lstn": 1.45,
"tmax": 5.36,
"tmin": -0.28,
"prcp": 25.9,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17045",
"county": "Edgar County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.08924,
"ndviCount": 16993,
"ndwi": 0.26023,
"ndwiCount": 16993,
"lstd": 3.45,
"lstn": -13.16,
"tmax": 1.61,
"tmin": -7.14,
"prcp": 15.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.32664,
"ndviCount": 2847,
"ndwi": -0.12737,
"ndwiCount": 2847,
"lstd": 9.98,
"lstn": 0.25,
"tmax": null,
"tmin": null,
"prcp": 28.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.31491,
"ndviCount": 2847,
"ndwi": -0.16239,
"ndwiCount": 2847,
"lstd": 7,
"lstn": -0.4,
"tmax": null,
"tmin": null,
"prcp": 16.9,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.32796,
"ndviCount": 2847,
"ndwi": -0.11939,
"ndwiCount": 2847,
"lstd": 13.53,
"lstn": 5.21,
"tmax": null,
"tmin": null,
"prcp": 56.75,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17047",
"county": "Edwards County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.34112,
"ndviCount": 2847,
"ndwi": -0.09832,
"ndwiCount": 2847,
"lstd": 6.59,
"lstn": -1.02,
"tmax": null,
"tmin": null,
"prcp": 25.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.28051,
"ndviCount": 6464,
"ndwi": -0.09418,
"ndwiCount": 6464,
"lstd": 7.82,
"lstn": 2.1,
"tmax": null,
"tmin": null,
"prcp": 27.99,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26443,
"ndviCount": 6464,
"ndwi": -0.14535,
"ndwiCount": 6464,
"lstd": 4.9,
"lstn": -1.36,
"tmax": null,
"tmin": null,
"prcp": 16.82,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.29179,
"ndviCount": 6464,
"ndwi": -0.06174,
"ndwiCount": 6464,
"lstd": 7.39,
"lstn": 4.4,
"tmax": null,
"tmin": null,
"prcp": 27.24,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17049",
"county": "Effingham County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.17208,
"ndviCount": 6464,
"ndwi": 0.08135,
"ndwiCount": 6464,
"lstd": 4.55,
"lstn": -5.66,
"tmax": null,
"tmin": null,
"prcp": 20.22,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.2717,
"ndviCount": 8494,
"ndwi": -0.12796,
"ndwiCount": 8494,
"lstd": 7.58,
"lstn": -0.01,
"tmax": null,
"tmin": null,
"prcp": 29.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25278,
"ndviCount": 8494,
"ndwi": -0.17136,
"ndwiCount": 8494,
"lstd": 6.03,
"lstn": -1.19,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.27606,
"ndviCount": 8494,
"ndwi": -0.11806,
"ndwiCount": 8494,
"lstd": 8.16,
"lstn": 3.03,
"tmax": null,
"tmin": null,
"prcp": 20.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17051",
"county": "Fayette County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20523,
"ndviCount": 8494,
"ndwi": 0.04942,
"ndwiCount": 8494,
"lstd": 5.49,
"lstn": -6.47,
"tmax": null,
"tmin": null,
"prcp": 1.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01257,
"ndviCount": 15299,
"ndwi": 0.14773,
"ndwiCount": 15299,
"lstd": 2.68,
"lstn": 0.23,
"tmax": null,
"tmin": null,
"prcp": 11.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22283,
"ndviCount": 15299,
"ndwi": -0.25058,
"ndwiCount": 15299,
"lstd": 9.2,
"lstn": -6.05,
"tmax": null,
"tmin": null,
"prcp": 1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02862,
"ndviCount": 15246,
"ndwi": 0.01189,
"ndwiCount": 15299,
"lstd": 3.15,
"lstn": 1.96,
"tmax": null,
"tmin": null,
"prcp": 18.05,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17053",
"county": "Ford County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.13276,
"ndviCount": 15299,
"ndwi": 0.10913,
"ndwiCount": 15299,
"lstd": 0.69,
"lstn": -15.82,
"tmax": null,
"tmin": null,
"prcp": 5.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.32184,
"ndviCount": 1990,
"ndwi": -0.14865,
"ndwiCount": 1990,
"lstd": 11.34,
"lstn": -0.7,
"tmax": null,
"tmin": null,
"prcp": 28.55,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.31571,
"ndviCount": 1990,
"ndwi": -0.17118,
"ndwiCount": 1990,
"lstd": 8.77,
"lstn": -0.21,
"tmax": null,
"tmin": null,
"prcp": 22.6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.32937,
"ndviCount": 1990,
"ndwi": -0.14944,
"ndwiCount": 1990,
"lstd": 10.97,
"lstn": 4.7,
"tmax": null,
"tmin": null,
"prcp": 56.53,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17055",
"county": "Franklin County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.36454,
"ndviCount": 1990,
"ndwi": -0.06819,
"ndwiCount": 1990,
"lstd": 5.89,
"lstn": -6.92,
"tmax": null,
"tmin": null,
"prcp": 27.72,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0869,
"ndviCount": 7607,
"ndwi": -0.02817,
"ndwiCount": 7607,
"lstd": 11.24,
"lstn": -2.62,
"tmax": 4.51,
"tmin": -3.34,
"prcp": 19.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23147,
"ndviCount": 7607,
"ndwi": -0.19289,
"ndwiCount": 7607,
"lstd": 6.99,
"lstn": -3.04,
"tmax": 4.79,
"tmin": -4.04,
"prcp": 0.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.20134,
"ndviCount": 7607,
"ndwi": -0.07103,
"ndwiCount": 7607,
"lstd": 5.01,
"lstn": -4.12,
"tmax": 3.83,
"tmin": -2.44,
"prcp": 15.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17057",
"county": "Fulton County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.15656,
"ndviCount": 7607,
"ndwi": 0.01406,
"ndwiCount": 7607,
"lstd": 2.04,
"lstn": -15.25,
"tmax": -3.05,
"tmin": -11.05,
"prcp": 8.85,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30159,
"ndviCount": 5821,
"ndwi": -0.16691,
"ndwiCount": 5821,
"lstd": 11.71,
"lstn": 0.68,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28731,
"ndviCount": 5821,
"ndwi": -0.18192,
"ndwiCount": 5821,
"lstd": 8,
"lstn": -1.24,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.30469,
"ndviCount": 5821,
"ndwi": -0.16526,
"ndwiCount": 5821,
"lstd": 11.21,
"lstn": 4.35,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17059",
"county": "Gallatin County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.31764,
"ndviCount": 5821,
"ndwi": -0.11945,
"ndwiCount": 5821,
"lstd": 5.79,
"lstn": -4.81,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.25122,
"ndviCount": 7682,
"ndwi": -0.18903,
"ndwiCount": 7682,
"lstd": 7.83,
"lstn": -2.32,
"tmax": 9.09,
"tmin": -0.48,
"prcp": 16.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24411,
"ndviCount": 7682,
"ndwi": -0.19946,
"ndwiCount": 7682,
"lstd": 9.11,
"lstn": -6.99,
"tmax": 6.03,
"tmin": -4.25,
"prcp": 3.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24777,
"ndviCount": 7682,
"ndwi": -0.19456,
"ndwiCount": 7682,
"lstd": 9.14,
"lstn": -1.34,
"tmax": 5.54,
"tmin": -1.9,
"prcp": 21.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17061",
"county": "Greene County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.22383,
"ndviCount": 7682,
"ndwi": -0.14379,
"ndwiCount": 7682,
"lstd": 7.53,
"lstn": -9.3,
"tmax": 0.91,
"tmin": -7.64,
"prcp": 7.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03849,
"ndviCount": 9925,
"ndwi": 0.21724,
"ndwiCount": 9952,
"lstd": -4.73,
"lstn": -6.79,
"tmax": 4.45,
"tmin": -2.41,
"prcp": 19.06,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22286,
"ndviCount": 9952,
"ndwi": -0.21903,
"ndwiCount": 9952,
"lstd": 8.23,
"lstn": -6.52,
"tmax": 4.74,
"tmin": -3.06,
"prcp": 0.85,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.21231,
"ndviCount": 9952,
"ndwi": -0.21586,
"ndwiCount": 9952,
"lstd": 1.08,
"lstn": -0.62,
"tmax": 3.55,
"tmin": -1.04,
"prcp": 22.47,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17063",
"county": "Grundy County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00756,
"ndviCount": 9952,
"ndwi": 0.70907,
"ndwiCount": 9952,
"lstd": -3.97,
"lstn": -17.97,
"tmax": -1.69,
"tmin": -9.86,
"prcp": 10.83,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27305,
"ndviCount": 5031,
"ndwi": -0.17146,
"ndwiCount": 5031,
"lstd": 10.02,
"lstn": 0.26,
"tmax": null,
"tmin": null,
"prcp": 25.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26226,
"ndviCount": 5031,
"ndwi": -0.19656,
"ndwiCount": 5031,
"lstd": 7.65,
"lstn": -1.06,
"tmax": null,
"tmin": null,
"prcp": 19.05,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.27634,
"ndviCount": 5031,
"ndwi": -0.17362,
"ndwiCount": 5031,
"lstd": 9.6,
"lstn": 5.24,
"tmax": null,
"tmin": null,
"prcp": 44.67,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17065",
"county": "Hamilton County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.30129,
"ndviCount": 5031,
"ndwi": -0.11593,
"ndwiCount": 5031,
"lstd": 5.49,
"lstn": -4.83,
"tmax": null,
"tmin": null,
"prcp": 14.37,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21541,
"ndviCount": 13301,
"ndwi": -0.09699,
"ndwiCount": 13312,
"lstd": 5.62,
"lstn": -4.4,
"tmax": 5.69,
"tmin": -2.71,
"prcp": 23.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23657,
"ndviCount": 13312,
"ndwi": -0.17375,
"ndwiCount": 13312,
"lstd": 7.07,
"lstn": -5.94,
"tmax": 5.04,
"tmin": -3.85,
"prcp": 0.74,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24096,
"ndviCount": 13312,
"ndwi": -0.1328,
"ndwiCount": 13312,
"lstd": 4.18,
"lstn": -6.28,
"tmax": 4.23,
"tmin": -2.34,
"prcp": 15.63,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17067",
"county": "Hancock County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.19732,
"ndviCount": 13312,
"ndwi": -0.11788,
"ndwiCount": 13312,
"lstd": 1.69,
"lstn": -14.93,
"tmax": -1.64,
"tmin": -10.31,
"prcp": 7.84,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.36179,
"ndviCount": 69,
"ndwi": -0.12195,
"ndwiCount": 69,
"lstd": 10.83,
"lstn": -0.9,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.35567,
"ndviCount": 69,
"ndwi": -0.14771,
"ndwiCount": 69,
"lstd": 10.54,
"lstn": -1.05,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.36665,
"ndviCount": 69,
"ndwi": -0.1081,
"ndwiCount": 69,
"lstd": 11.58,
"lstn": 4.43,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17069",
"county": "Hardin County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.38485,
"ndviCount": 69,
"ndwi": -0.09216,
"ndwiCount": 69,
"lstd": 7.15,
"lstn": -4.89,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.08885,
"ndviCount": 6591,
"ndwi": -0.02769,
"ndwiCount": 6635,
"lstd": 8.05,
"lstn": -4.69,
"tmax": 4.54,
"tmin": -3.56,
"prcp": 19.95,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22912,
"ndviCount": 6639,
"ndwi": -0.17619,
"ndwiCount": 6639,
"lstd": 4.85,
"lstn": -3.87,
"tmax": 5.75,
"tmin": -4.78,
"prcp": 10.4,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.22481,
"ndviCount": 6639,
"ndwi": -0.15749,
"ndwiCount": 6639,
"lstd": 2.47,
"lstn": -11.99,
"tmax": 4.35,
"tmin": -1.4,
"prcp": 24.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17071",
"county": "Henderson County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.03207,
"ndviCount": 6639,
"ndwi": 0.50728,
"ndwiCount": 6639,
"lstd": -1.67,
"lstn": -16.31,
"tmax": -2.85,
"tmin": -10.09,
"prcp": 10.7,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.05477,
"ndviCount": 20336,
"ndwi": 0.10679,
"ndwiCount": 20340,
"lstd": -0.62,
"lstn": -2.74,
"tmax": 3.13,
"tmin": -3.36,
"prcp": 21.29,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22208,
"ndviCount": 20340,
"ndwi": -0.12809,
"ndwiCount": 20340,
"lstd": 3.96,
"lstn": -3.45,
"tmax": 4.81,
"tmin": -3.3,
"prcp": 4.81,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00648,
"ndviCount": 20340,
"ndwi": 0.09493,
"ndwiCount": 20340,
"lstd": -4.44,
"lstn": -14.12,
"tmax": 2.06,
"tmin": -2.54,
"prcp": 19.96,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17073",
"county": "Henry County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01885,
"ndviCount": 20340,
"ndwi": 0.6193,
"ndwiCount": 20340,
"lstd": -4.55,
"lstn": -17.1,
"tmax": -4.51,
"tmin": -12.54,
"prcp": 11.57,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0082,
"ndviCount": 33238,
"ndwi": 0.25291,
"ndwiCount": 33238,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 18.18,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22226,
"ndviCount": 33238,
"ndwi": -0.25015,
"ndwiCount": 33238,
"lstd": 7.31,
"lstn": -5.18,
"tmax": null,
"tmin": null,
"prcp": 0.43,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02539,
"ndviCount": 33208,
"ndwi": 0.06358,
"ndwiCount": 33238,
"lstd": 2.48,
"lstn": 2.11,
"tmax": null,
"tmin": null,
"prcp": 20.83,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17075",
"county": "Iroquois County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.12455,
"ndviCount": 33238,
"ndwi": 0.1453,
"ndwiCount": 33238,
"lstd": 1.2,
"lstn": -15.09,
"tmax": null,
"tmin": null,
"prcp": 4.83,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.28439,
"ndviCount": 3131,
"ndwi": -0.17428,
"ndwiCount": 3131,
"lstd": 10.65,
"lstn": 1.29,
"tmax": 12.04,
"tmin": 3.26,
"prcp": 35.64,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.27089,
"ndviCount": 3131,
"ndwi": -0.20832,
"ndwiCount": 3131,
"lstd": 9.69,
"lstn": -0.59,
"tmax": 10.87,
"tmin": -0.13,
"prcp": 14.98,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.28224,
"ndviCount": 3131,
"ndwi": -0.19914,
"ndwiCount": 3131,
"lstd": 12.21,
"lstn": 2.67,
"tmax": 9.46,
"tmin": 0.07,
"prcp": 54.28,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17077",
"county": "Jackson County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.30428,
"ndviCount": 3131,
"ndwi": -0.09546,
"ndwiCount": 3131,
"lstd": 7.45,
"lstn": -5.45,
"tmax": 3.76,
"tmin": -3.7,
"prcp": 27.49,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27844,
"ndviCount": 8234,
"ndwi": -0.12289,
"ndwiCount": 8234,
"lstd": 8.18,
"lstn": -0.13,
"tmax": 9.58,
"tmin": 3.26,
"prcp": 12.97,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26305,
"ndviCount": 8234,
"ndwi": -0.16913,
"ndwiCount": 8234,
"lstd": 7.41,
"lstn": -1.21,
"tmax": 7.99,
"tmin": -0.06,
"prcp": 20.7,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.28926,
"ndviCount": 8234,
"ndwi": -0.06557,
"ndwiCount": 8234,
"lstd": 10.42,
"lstn": 4.09,
"tmax": 6.18,
"tmin": 0.28,
"prcp": 34.53,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17079",
"county": "Jasper County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20521,
"ndviCount": 8234,
"ndwi": 0.06154,
"ndwiCount": 8234,
"lstd": 5.87,
"lstn": -6.05,
"tmax": 3.25,
"tmin": -5.55,
"prcp": 25.92,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30729,
"ndviCount": 2606,
"ndwi": -0.15731,
"ndwiCount": 2606,
"lstd": 10.65,
"lstn": -0.77,
"tmax": 11.18,
"tmin": 1.86,
"prcp": 28.06,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.29962,
"ndviCount": 2606,
"ndwi": -0.17669,
"ndwiCount": 2606,
"lstd": 7.95,
"lstn": -0.79,
"tmax": 10.41,
"tmin": -0.03,
"prcp": 24.87,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.31736,
"ndviCount": 2606,
"ndwi": -0.138,
"ndwiCount": 2606,
"lstd": 9.53,
"lstn": 4.57,
"tmax": 8.54,
"tmin": -0.52,
"prcp": 50.64,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17081",
"county": "Jefferson County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.34536,
"ndviCount": 2606,
"ndwi": -0.0741,
"ndwiCount": 2606,
"lstd": 4.34,
"lstn": -6.86,
"tmax": 5.44,
"tmin": -5.16,
"prcp": 19.57,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.24998,
"ndviCount": 3809,
"ndwi": -0.18068,
"ndwiCount": 3809,
"lstd": 8.45,
"lstn": -2.74,
"tmax": 9.73,
"tmin": 0,
"prcp": 16.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23907,
"ndviCount": 3809,
"ndwi": -0.19681,
"ndwiCount": 3809,
"lstd": 10.2,
"lstn": -6.16,
"tmax": 7.1,
"tmin": -3.45,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.2469,
"ndviCount": 3809,
"ndwi": -0.17855,
"ndwiCount": 3809,
"lstd": 9.73,
"lstn": -1.36,
"tmax": 6.2,
"tmin": -1.4,
"prcp": 20.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17083",
"county": "Jersey County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23886,
"ndviCount": 3809,
"ndwi": -0.17297,
"ndwiCount": 3809,
"lstd": 7.89,
"lstn": -7.25,
"tmax": -2.22,
"tmin": -8.42,
"prcp": 9.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.11175,
"ndviCount": 2640,
"ndwi": 0.11205,
"ndwiCount": 2640,
"lstd": null,
"lstn": null,
"tmax": 0.46,
"tmin": -4.56,
"prcp": 21.32,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21728,
"ndviCount": 2640,
"ndwi": -0.02744,
"ndwiCount": 2640,
"lstd": 3.91,
"lstn": -2.7,
"tmax": 2.08,
"tmin": -4.97,
"prcp": 8.03,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02293,
"ndviCount": 2638,
"ndwi": 0.27203,
"ndwiCount": 2640,
"lstd": -4.13,
"lstn": -4.89,
"tmax": 0.83,
"tmin": -4.17,
"prcp": 24.16,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17085",
"county": "Jo Daviess County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01727,
"ndviCount": 2640,
"ndwi": 0.77552,
"ndwiCount": 2640,
"lstd": -9.66,
"lstn": -20.4,
"tmax": -5.73,
"tmin": -14.24,
"prcp": 14.05,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.37671,
"ndviCount": 195,
"ndwi": -0.124,
"ndwiCount": 195,
"lstd": 10.97,
"lstn": -1.8,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.37401,
"ndviCount": 195,
"ndwi": -0.15147,
"ndwiCount": 195,
"lstd": 10.33,
"lstn": -1.48,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.38527,
"ndviCount": 195,
"ndwi": -0.12273,
"ndwiCount": 195,
"lstd": 11.74,
"lstn": -1.4,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17087",
"county": "Johnson County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.34511,
"ndviCount": 195,
"ndwi": 0.05305,
"ndwiCount": 195,
"lstd": 4.21,
"lstn": -5.86,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03033,
"ndviCount": 5287,
"ndwi": 0.25611,
"ndwiCount": 5287,
"lstd": -2.89,
"lstn": -5.52,
"tmax": 3.04,
"tmin": -2.22,
"prcp": 28.19,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23485,
"ndviCount": 5287,
"ndwi": -0.12503,
"ndwiCount": 5287,
"lstd": 5.39,
"lstn": -6,
"tmax": 4.73,
"tmin": -2.81,
"prcp": 0.99,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01454,
"ndviCount": 5287,
"ndwi": 0.45317,
"ndwiCount": 5287,
"lstd": null,
"lstn": null,
"tmax": 2.26,
"tmin": -1.89,
"prcp": 23.07,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17089",
"county": "Kane County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02222,
"ndviCount": 5287,
"ndwi": 0.44999,
"ndwiCount": 5287,
"lstd": -5.75,
"lstn": -22.49,
"tmax": -4.11,
"tmin": -12.4,
"prcp": 16.63,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02833,
"ndviCount": 16500,
"ndwi": 0.21659,
"ndwiCount": 16528,
"lstd": 1.42,
"lstn": 2.33,
"tmax": 5.23,
"tmin": -0.9,
"prcp": 13.14,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22742,
"ndviCount": 16528,
"ndwi": -0.22802,
"ndwiCount": 16528,
"lstd": 8.14,
"lstn": -5.36,
"tmax": 4.46,
"tmin": -2.37,
"prcp": 0.33,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02778,
"ndviCount": 16500,
"ndwi": 0.06197,
"ndwiCount": 16528,
"lstd": 1.47,
"lstn": 1.58,
"tmax": 3.46,
"tmin": -1.49,
"prcp": 20.64,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17091",
"county": "Kankakee County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.02465,
"ndviCount": 16528,
"ndwi": 0.63794,
"ndwiCount": 16528,
"lstd": -2.96,
"lstn": -16.82,
"tmax": -2.64,
"tmin": -9.53,
"prcp": 6.57,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01617,
"ndviCount": 6397,
"ndwi": 0.2519,
"ndwiCount": 6397,
"lstd": 1.66,
"lstn": 1.31,
"tmax": null,
"tmin": null,
"prcp": 28.03,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2307,
"ndviCount": 6397,
"ndwi": -0.17071,
"ndwiCount": 6397,
"lstd": 5.29,
"lstn": -5.66,
"tmax": null,
"tmin": null,
"prcp": 0.9,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.12373,
"ndviCount": 6396,
"ndwi": 0.11774,
"ndwiCount": 6397,
"lstd": -3.53,
"lstn": -0.52,
"tmax": null,
"tmin": null,
"prcp": 23.55,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17093",
"county": "Kendall County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01723,
"ndviCount": 6397,
"ndwi": 0.79965,
"ndwiCount": 6397,
"lstd": -5.2,
"lstn": -20.69,
"tmax": null,
"tmin": null,
"prcp": 14.68,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.10179,
"ndviCount": 11602,
"ndwi": 0.00678,
"ndwiCount": 11616,
"lstd": 11.27,
"lstn": -3.68,
"tmax": 4.28,
"tmin": -3.36,
"prcp": 24.06,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21911,
"ndviCount": 11616,
"ndwi": -0.15733,
"ndwiCount": 11616,
"lstd": 7.56,
"lstn": -3.94,
"tmax": 4.7,
"tmin": -4.17,
"prcp": 2.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.0734,
"ndviCount": 11611,
"ndwi": -0.00637,
"ndwiCount": 11616,
"lstd": 3.42,
"lstn": -4.56,
"tmax": 3.42,
"tmin": -2.18,
"prcp": 24.09,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17095",
"county": "Knox County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00056,
"ndviCount": 11616,
"ndwi": 0.64941,
"ndwiCount": 11616,
"lstd": -6.05,
"lstn": -17.76,
"tmax": -3.5,
"tmin": -11.5,
"prcp": 10.02,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01273,
"ndviCount": 218,
"ndwi": 0.32391,
"ndwiCount": 218,
"lstd": 0.97,
"lstn": -5.46,
"tmax": 2.36,
"tmin": -2.03,
"prcp": 22.51,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2324,
"ndviCount": 218,
"ndwi": -0.13689,
"ndwiCount": 218,
"lstd": 5.59,
"lstn": -5.11,
"tmax": 4.58,
"tmin": -2.64,
"prcp": 0.41,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.03847,
"ndviCount": 218,
"ndwi": 0.10791,
"ndwiCount": 218,
"lstd": 0.14,
"lstn": -4.06,
"tmax": 2.22,
"tmin": -1.91,
"prcp": 16.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17097",
"county": "Lake County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00185,
"ndviCount": 218,
"ndwi": 0.66561,
"ndwiCount": 218,
"lstd": -9.25,
"lstn": -16.39,
"tmax": -4.22,
"tmin": -12.83,
"prcp": 23.36,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02386,
"ndviCount": 29039,
"ndwi": 0.22338,
"ndwiCount": 29039,
"lstd": -4.27,
"lstn": 0.21,
"tmax": 5.11,
"tmin": -3.29,
"prcp": 21.86,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2297,
"ndviCount": 29039,
"ndwi": -0.16814,
"ndwiCount": 29039,
"lstd": 8.12,
"lstn": -6.84,
"tmax": 4.26,
"tmin": -3.58,
"prcp": 2.28,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.09896,
"ndviCount": 29009,
"ndwi": 0.06525,
"ndwiCount": 29039,
"lstd": -9.86,
"lstn": -1.21,
"tmax": 2.99,
"tmin": -2.14,
"prcp": 24.16,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17099",
"county": "LaSalle County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01475,
"ndviCount": 29039,
"ndwi": 0.8304,
"ndwiCount": 29039,
"lstd": -3.88,
"lstn": -17.68,
"tmax": -2.96,
"tmin": -10.94,
"prcp": 12.75,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30055,
"ndviCount": 5146,
"ndwi": -0.1553,
"ndwiCount": 5146,
"lstd": 9.51,
"lstn": -0.79,
"tmax": 10.46,
"tmin": 2.85,
"prcp": 20.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28812,
"ndviCount": 5146,
"ndwi": -0.18614,
"ndwiCount": 5146,
"lstd": 9.98,
"lstn": -1.09,
"tmax": 8.16,
"tmin": -0.91,
"prcp": 20.57,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.3015,
"ndviCount": 5146,
"ndwi": -0.14077,
"ndwiCount": 5146,
"lstd": 12.51,
"lstn": 4.03,
"tmax": 7.26,
"tmin": -0.35,
"prcp": 30.87,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17101",
"county": "Lawrence County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.31097,
"ndviCount": 5146,
"ndwi": -0.09292,
"ndwiCount": 5146,
"lstd": 7.46,
"lstn": -7.88,
"tmax": 3.58,
"tmin": -4.65,
"prcp": 13.13,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03531,
"ndviCount": 19855,
"ndwi": 0.15813,
"ndwiCount": 19856,
"lstd": null,
"lstn": null,
"tmax": 1.7,
"tmin": -3.72,
"prcp": 18.88,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23932,
"ndviCount": 19856,
"ndwi": -0.13424,
"ndwiCount": 19856,
"lstd": 7.05,
"lstn": -5.23,
"tmax": 3.22,
"tmin": -4.2,
"prcp": 4.84,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.0014,
"ndviCount": 19856,
"ndwi": 0.15682,
"ndwiCount": 19856,
"lstd": -12.03,
"lstn": -6.01,
"tmax": 2.14,
"tmin": -3.41,
"prcp": 24.95,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17103",
"county": "Lee County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02669,
"ndviCount": 19856,
"ndwi": 0.57468,
"ndwiCount": 19856,
"lstd": -7.75,
"lstn": -18.34,
"tmax": -4.94,
"tmin": -12.81,
"prcp": 14.98,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00471,
"ndviCount": 32162,
"ndwi": 0.2068,
"ndwiCount": 32172,
"lstd": -5.05,
"lstn": -7.2,
"tmax": 5,
"tmin": -2.15,
"prcp": 11.53,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22072,
"ndviCount": 32172,
"ndwi": -0.23789,
"ndwiCount": 32172,
"lstd": 8.45,
"lstn": -6.67,
"tmax": 4.23,
"tmin": -3.4,
"prcp": 2.06,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.03484,
"ndviCount": 32094,
"ndwi": 0.01558,
"ndwiCount": 32172,
"lstd": 2.82,
"lstn": 1.39,
"tmax": 3.05,
"tmin": -1.38,
"prcp": 26.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17105",
"county": "Livingston County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.04242,
"ndviCount": 32172,
"ndwi": 0.47437,
"ndwiCount": 32172,
"lstd": 0.18,
"lstn": -16.03,
"tmax": -3.63,
"tmin": -10.21,
"prcp": 9.6,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.17295,
"ndviCount": 18310,
"ndwi": -0.09228,
"ndwiCount": 18316,
"lstd": 5.99,
"lstn": -2.85,
"tmax": 7.66,
"tmin": 0.41,
"prcp": 13.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23129,
"ndviCount": 18316,
"ndwi": -0.22647,
"ndwiCount": 18316,
"lstd": 6.54,
"lstn": -2.48,
"tmax": 7.5,
"tmin": -1.41,
"prcp": 3.82,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.10177,
"ndviCount": 18313,
"ndwi": -0.08225,
"ndwiCount": 18316,
"lstd": 4.98,
"lstn": 0.9,
"tmax": null,
"tmin": null,
"prcp": 24.79,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17107",
"county": "Logan County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23146,
"ndviCount": 18316,
"ndwi": -0.24053,
"ndwiCount": 18316,
"lstd": 2.82,
"lstn": -15.39,
"tmax": null,
"tmin": null,
"prcp": 8.42,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07194,
"ndviCount": 12118,
"ndwi": -0.03408,
"ndwiCount": 12136,
"lstd": 5.25,
"lstn": -4.91,
"tmax": 5.4,
"tmin": -1.6,
"prcp": 24.27,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22783,
"ndviCount": 12136,
"ndwi": -0.21328,
"ndwiCount": 12136,
"lstd": 7.84,
"lstn": -3.81,
"tmax": 6.1,
"tmin": -2.84,
"prcp": 0.4,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.23532,
"ndviCount": 12136,
"ndwi": -0.18516,
"ndwiCount": 12136,
"lstd": 4.52,
"lstn": -6.12,
"tmax": 4.79,
"tmin": -1.03,
"prcp": 16.17,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17109",
"county": "McDonough County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.16984,
"ndviCount": 12136,
"ndwi": -0.05338,
"ndwiCount": 12136,
"lstd": 0.99,
"lstn": -16.07,
"tmax": -1.38,
"tmin": -9.45,
"prcp": 9.63,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0227,
"ndviCount": 5561,
"ndwi": 0.27845,
"ndwiCount": 5561,
"lstd": -0.14,
"lstn": -1.81,
"tmax": 1.8,
"tmin": -3.13,
"prcp": 18.09,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2356,
"ndviCount": 5561,
"ndwi": -0.12908,
"ndwiCount": 5561,
"lstd": 4.3,
"lstn": -6.19,
"tmax": 4.11,
"tmin": -3.97,
"prcp": 1.91,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01211,
"ndviCount": 5561,
"ndwi": 0.12744,
"ndwiCount": 5561,
"lstd": -11.15,
"lstn": -0.49,
"tmax": 2.6,
"tmin": -1.29,
"prcp": 17.32,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17111",
"county": "McHenry County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01561,
"ndviCount": 5561,
"ndwi": 0.60808,
"ndwiCount": 5561,
"lstd": -10.89,
"lstn": -17.17,
"tmax": -2.93,
"tmin": -10.93,
"prcp": 24.62,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00952,
"ndviCount": 35213,
"ndwi": 0.15817,
"ndwiCount": 35213,
"lstd": 2.88,
"lstn": -2.5,
"tmax": 6.11,
"tmin": -1.39,
"prcp": 9.77,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22734,
"ndviCount": 35213,
"ndwi": -0.25024,
"ndwiCount": 35213,
"lstd": 6.51,
"lstn": -5.98,
"tmax": 5.5,
"tmin": -3.2,
"prcp": 2.77,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.03211,
"ndviCount": 35205,
"ndwi": 0.00543,
"ndwiCount": 35213,
"lstd": 2.65,
"lstn": 1.59,
"tmax": 4.11,
"tmin": -0.76,
"prcp": 26.55,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17113",
"county": "McLean County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.19951,
"ndviCount": 35213,
"ndwi": -0.16062,
"ndwiCount": 35213,
"lstd": 0.88,
"lstn": -15.92,
"tmax": -1.83,
"tmin": -9.53,
"prcp": 6.96,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.23975,
"ndviCount": 15691,
"ndwi": -0.13961,
"ndwiCount": 15691,
"lstd": 4.79,
"lstn": -1.04,
"tmax": 8.15,
"tmin": 1.11,
"prcp": 19.88,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24019,
"ndviCount": 15691,
"ndwi": -0.24095,
"ndwiCount": 15691,
"lstd": 6.29,
"lstn": -1.2,
"tmax": 7.47,
"tmin": -0.48,
"prcp": 3.58,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.20059,
"ndviCount": 15689,
"ndwi": -0.18565,
"ndwiCount": 15691,
"lstd": 4.15,
"lstn": 0.9,
"tmax": 4.76,
"tmin": -0.46,
"prcp": 19.73,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17115",
"county": "Macon County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.2241,
"ndviCount": 15691,
"ndwi": -0.17004,
"ndwiCount": 15691,
"lstd": 2.63,
"lstn": -14.51,
"tmax": 1.87,
"tmin": -8.25,
"prcp": 7.67,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.26573,
"ndviCount": 13903,
"ndwi": -0.15537,
"ndwiCount": 13903,
"lstd": 8.94,
"lstn": -2.15,
"tmax": null,
"tmin": null,
"prcp": 31.67,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25558,
"ndviCount": 13903,
"ndwi": -0.20721,
"ndwiCount": 13903,
"lstd": 10.25,
"lstn": -3.27,
"tmax": null,
"tmin": null,
"prcp": 2.12,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.26511,
"ndviCount": 13903,
"ndwi": -0.18553,
"ndwiCount": 13903,
"lstd": 8.52,
"lstn": 0.56,
"tmax": null,
"tmin": null,
"prcp": 20.41,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17117",
"county": "Macoupin County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20806,
"ndviCount": 13903,
"ndwi": -0.04535,
"ndwiCount": 13903,
"lstd": 5.73,
"lstn": -9.57,
"tmax": null,
"tmin": null,
"prcp": 10.48,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27876,
"ndviCount": 6459,
"ndwi": -0.1489,
"ndwiCount": 6459,
"lstd": 9.98,
"lstn": -1.19,
"tmax": 11.04,
"tmin": 0.01,
"prcp": 32.45,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26257,
"ndviCount": 6459,
"ndwi": -0.18212,
"ndwiCount": 6459,
"lstd": 10.83,
"lstn": -4.61,
"tmax": 8.61,
"tmin": -4.6,
"prcp": 1.73,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.27549,
"ndviCount": 6459,
"ndwi": -0.17121,
"ndwiCount": 6459,
"lstd": 9.5,
"lstn": 0.72,
"tmax": 7.65,
"tmin": -1.81,
"prcp": 23.45,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17119",
"county": "Madison County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.27471,
"ndviCount": 6459,
"ndwi": -0.14271,
"ndwiCount": 6459,
"lstd": 7.59,
"lstn": -5.83,
"tmax": 3.6,
"tmin": -6.95,
"prcp": 15,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.27723,
"ndviCount": 4918,
"ndwi": -0.14456,
"ndwiCount": 4918,
"lstd": 9.54,
"lstn": -0.86,
"tmax": 10.73,
"tmin": 1.21,
"prcp": 24.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26122,
"ndviCount": 4918,
"ndwi": -0.17567,
"ndwiCount": 4918,
"lstd": 6.37,
"lstn": -0.73,
"tmax": 7.98,
"tmin": -2.04,
"prcp": 17.65,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.2838,
"ndviCount": 4918,
"ndwi": -0.12129,
"ndwiCount": 4918,
"lstd": 8.16,
"lstn": 4.08,
"tmax": 7.26,
"tmin": 0.04,
"prcp": 37.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17121",
"county": "Marion County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.29437,
"ndviCount": 4918,
"ndwi": -0.01807,
"ndwiCount": 4918,
"lstd": 2.82,
"lstn": -6.33,
"tmax": 2.89,
"tmin": -6.12,
"prcp": 19.28,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01848,
"ndviCount": 9181,
"ndwi": 0.16078,
"ndwiCount": 9181,
"lstd": 0.27,
"lstn": -2.28,
"tmax": null,
"tmin": null,
"prcp": 21.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22511,
"ndviCount": 9181,
"ndwi": -0.17167,
"ndwiCount": 9181,
"lstd": 3.98,
"lstn": -2.55,
"tmax": null,
"tmin": null,
"prcp": 1.65,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01408,
"ndviCount": 9174,
"ndwi": 0.10277,
"ndwiCount": 9181,
"lstd": 1.96,
"lstn": -12.29,
"tmax": null,
"tmin": null,
"prcp": 21.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17123",
"county": "Marshall County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00056,
"ndviCount": 9181,
"ndwi": 0.70878,
"ndwiCount": 9181,
"lstd": -5.2,
"lstn": -18.02,
"tmax": null,
"tmin": null,
"prcp": 5.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.14758,
"ndviCount": 10627,
"ndwi": -0.07736,
"ndwiCount": 10676,
"lstd": 8.74,
"lstn": -5.56,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24522,
"ndviCount": 10680,
"ndwi": -0.22018,
"ndwiCount": 10680,
"lstd": 6.65,
"lstn": -3.74,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24918,
"ndviCount": 10680,
"ndwi": -0.18692,
"ndwiCount": 10680,
"lstd": 6.14,
"lstn": -1.47,
"tmax": null,
"tmin": null,
"prcp": 4.9,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17125",
"county": "Mason County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.2502,
"ndviCount": 10680,
"ndwi": -0.24054,
"ndwiCount": 10680,
"lstd": 2.62,
"lstn": -15.19,
"tmax": null,
"tmin": null,
"prcp": 8.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.317,
"ndviCount": 1299,
"ndwi": -0.12912,
"ndwiCount": 1299,
"lstd": 10.98,
"lstn": -1.01,
"tmax": null,
"tmin": null,
"prcp": 69.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.31491,
"ndviCount": 1299,
"ndwi": -0.16454,
"ndwiCount": 1299,
"lstd": 11.38,
"lstn": -1.37,
"tmax": null,
"tmin": null,
"prcp": 14.75,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.33149,
"ndviCount": 1299,
"ndwi": -0.13214,
"ndwiCount": 1299,
"lstd": 12.44,
"lstn": -0.86,
"tmax": null,
"tmin": null,
"prcp": 37.72,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17127",
"county": "Massac County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.3475,
"ndviCount": 1299,
"ndwi": -0.09736,
"ndwiCount": 1299,
"lstd": 9.84,
"lstn": -0.79,
"tmax": null,
"tmin": null,
"prcp": 58.07,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.22096,
"ndviCount": 7132,
"ndwi": -0.10845,
"ndwiCount": 7136,
"lstd": 6.12,
"lstn": -5.83,
"tmax": null,
"tmin": null,
"prcp": 5.33,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22983,
"ndviCount": 7136,
"ndwi": -0.22054,
"ndwiCount": 7136,
"lstd": 7.91,
"lstn": -3.12,
"tmax": 4.07,
"tmin": -3.13,
"prcp": 3.71,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.22916,
"ndviCount": 7136,
"ndwi": -0.17465,
"ndwiCount": 7136,
"lstd": 6.25,
"lstn": 0.53,
"tmax": null,
"tmin": null,
"prcp": 25.85,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17129",
"county": "Menard County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23322,
"ndviCount": 7136,
"ndwi": -0.23954,
"ndwiCount": 7136,
"lstd": 3.08,
"lstn": -15.15,
"tmax": -0.53,
"tmin": -10.6,
"prcp": 7.23,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06635,
"ndviCount": 10625,
"ndwi": 0.0263,
"ndwiCount": 10644,
"lstd": 2.73,
"lstn": -6.56,
"tmax": 3.75,
"tmin": -3.9,
"prcp": 25.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24174,
"ndviCount": 10644,
"ndwi": -0.14867,
"ndwiCount": 10644,
"lstd": 7.14,
"lstn": -4.91,
"tmax": 5.05,
"tmin": -3.75,
"prcp": 2.4,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02388,
"ndviCount": 10644,
"ndwi": 0.07564,
"ndwiCount": 10644,
"lstd": 6.11,
"lstn": -8.19,
"tmax": 3.31,
"tmin": -2.74,
"prcp": 29.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17131",
"county": "Mercer County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00151,
"ndviCount": 10644,
"ndwi": 0.66546,
"ndwiCount": 10644,
"lstd": -5.43,
"lstn": -16.22,
"tmax": -3.43,
"tmin": -11.08,
"prcp": 5.15,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.29348,
"ndviCount": 2845,
"ndwi": -0.17831,
"ndwiCount": 2845,
"lstd": 12.85,
"lstn": -1.12,
"tmax": null,
"tmin": null,
"prcp": 23,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28533,
"ndviCount": 2845,
"ndwi": -0.16896,
"ndwiCount": 2845,
"lstd": 12.27,
"lstn": -3.72,
"tmax": null,
"tmin": null,
"prcp": 11.25,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.28422,
"ndviCount": 2845,
"ndwi": -0.1993,
"ndwiCount": 2845,
"lstd": 11.61,
"lstn": 0.09,
"tmax": null,
"tmin": null,
"prcp": 38.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17133",
"county": "Monroe County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.28665,
"ndviCount": 2845,
"ndwi": -0.13288,
"ndwiCount": 2845,
"lstd": 8.47,
"lstn": -7.38,
"tmax": null,
"tmin": null,
"prcp": 21.75,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.26495,
"ndviCount": 14204,
"ndwi": -0.13604,
"ndwiCount": 14204,
"lstd": 6.89,
"lstn": -0.32,
"tmax": null,
"tmin": null,
"prcp": 26.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2524,
"ndviCount": 14204,
"ndwi": -0.19891,
"ndwiCount": 14204,
"lstd": 10.16,
"lstn": -0.5,
"tmax": null,
"tmin": null,
"prcp": 3.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.26587,
"ndviCount": 14204,
"ndwi": -0.17628,
"ndwiCount": 14204,
"lstd": 7.91,
"lstn": 1.37,
"tmax": null,
"tmin": null,
"prcp": 15.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17135",
"county": "Montgomery County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.19651,
"ndviCount": 14204,
"ndwi": 0.02339,
"ndwiCount": 14204,
"lstd": 2.84,
"lstn": -10.84,
"tmax": null,
"tmin": null,
"prcp": 6.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.23353,
"ndviCount": 11383,
"ndwi": -0.15571,
"ndwiCount": 11383,
"lstd": 6.96,
"lstn": -4.28,
"tmax": 8.99,
"tmin": -0.52,
"prcp": 10.77,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23277,
"ndviCount": 11383,
"ndwi": -0.21373,
"ndwiCount": 11383,
"lstd": 8.31,
"lstn": -4.86,
"tmax": 6.75,
"tmin": -4.21,
"prcp": 2.77,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.23775,
"ndviCount": 11383,
"ndwi": -0.20335,
"ndwiCount": 11383,
"lstd": 7.94,
"lstn": -1.45,
"tmax": 6.11,
"tmin": -2.3,
"prcp": 24.92,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17137",
"county": "Morgan County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.2297,
"ndviCount": 11383,
"ndwi": -0.22203,
"ndwiCount": 11383,
"lstd": 5.04,
"lstn": -13.49,
"tmax": 1.04,
"tmin": -8.04,
"prcp": 7.25,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.24866,
"ndviCount": 9093,
"ndwi": -0.17253,
"ndwiCount": 9093,
"lstd": 5.65,
"lstn": 1.65,
"tmax": 8.48,
"tmin": 0.96,
"prcp": 35.73,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24154,
"ndviCount": 9093,
"ndwi": -0.26938,
"ndwiCount": 9093,
"lstd": 7.01,
"lstn": -1.24,
"tmax": 6.74,
"tmin": -1.85,
"prcp": 3.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.25717,
"ndviCount": 9093,
"ndwi": -0.25371,
"ndwiCount": 9093,
"lstd": 1.77,
"lstn": 0.77,
"tmax": 5.23,
"tmin": -0.41,
"prcp": 20.38,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17139",
"county": "Moultrie County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20497,
"ndviCount": 9093,
"ndwi": -0.07742,
"ndwiCount": 9093,
"lstd": 2.32,
"lstn": -13.51,
"tmax": 2.23,
"tmin": -7.76,
"prcp": 10.97,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04076,
"ndviCount": 15546,
"ndwi": 0.13786,
"ndwiCount": 15546,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": 13.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23667,
"ndviCount": 15546,
"ndwi": -0.09021,
"ndwiCount": 15546,
"lstd": 5.24,
"lstn": -3.69,
"tmax": null,
"tmin": null,
"prcp": 0.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00378,
"ndviCount": 15546,
"ndwi": 0.25543,
"ndwiCount": 15546,
"lstd": -15.77,
"lstn": -3.5,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17141",
"county": "Ogle County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02238,
"ndviCount": 15546,
"ndwi": 0.564,
"ndwiCount": 15546,
"lstd": -10.69,
"lstn": -19.18,
"tmax": null,
"tmin": null,
"prcp": 17.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.08084,
"ndviCount": 7448,
"ndwi": -0.01816,
"ndwiCount": 7454,
"lstd": 3.74,
"lstn": -1.69,
"tmax": 5.75,
"tmin": -0.38,
"prcp": 16.93,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22408,
"ndviCount": 7454,
"ndwi": -0.17841,
"ndwiCount": 7454,
"lstd": 4.67,
"lstn": -3.37,
"tmax": 7.45,
"tmin": -0.98,
"prcp": 4.33,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.05064,
"ndviCount": 7441,
"ndwi": 0.03326,
"ndwiCount": 7454,
"lstd": 2.68,
"lstn": -11.12,
"tmax": 3.26,
"tmin": -0.64,
"prcp": 19.75,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17143",
"county": "Peoria County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.01273,
"ndviCount": 7454,
"ndwi": 0.61992,
"ndwiCount": 7454,
"lstd": -2.07,
"lstn": -16.16,
"tmax": -1.59,
"tmin": -10.4,
"prcp": 9.12,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.31184,
"ndviCount": 2639,
"ndwi": -0.16441,
"ndwiCount": 2639,
"lstd": 12.17,
"lstn": 0.78,
"tmax": 14.88,
"tmin": 7.38,
"prcp": 24.1,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.30081,
"ndviCount": 2639,
"ndwi": -0.18371,
"ndwiCount": 2639,
"lstd": 8.42,
"lstn": -0.55,
"tmax": 9.83,
"tmin": -3.7,
"prcp": 15.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.31641,
"ndviCount": 2639,
"ndwi": -0.15778,
"ndwiCount": 2639,
"lstd": 10.9,
"lstn": 0.99,
"tmax": 8.2,
"tmin": -2.1,
"prcp": 45.9,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17145",
"county": "Perry County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.34839,
"ndviCount": 2639,
"ndwi": -0.10639,
"ndwiCount": 2639,
"lstd": 6.61,
"lstn": -6.97,
"tmax": -1.5,
"tmin": -5.73,
"prcp": 21.85,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.22227,
"ndviCount": 14214,
"ndwi": -0.17355,
"ndwiCount": 14214,
"lstd": 4.77,
"lstn": 0.12,
"tmax": null,
"tmin": null,
"prcp": 17.21,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24162,
"ndviCount": 14214,
"ndwi": -0.27459,
"ndwiCount": 14214,
"lstd": 7.35,
"lstn": -3.6,
"tmax": null,
"tmin": null,
"prcp": 2.78,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.11167,
"ndviCount": 14191,
"ndwi": -0.11707,
"ndwiCount": 14214,
"lstd": 3.87,
"lstn": 1.59,
"tmax": null,
"tmin": null,
"prcp": 18.86,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17147",
"county": "Piatt County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.22488,
"ndviCount": 14214,
"ndwi": -0.20128,
"ndwiCount": 14214,
"lstd": 2.24,
"lstn": -14.79,
"tmax": null,
"tmin": null,
"prcp": 9.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.24959,
"ndviCount": 8576,
"ndwi": -0.15032,
"ndwiCount": 8576,
"lstd": 8.7,
"lstn": -3.96,
"tmax": 8.1,
"tmin": -0.52,
"prcp": 7.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23957,
"ndviCount": 8576,
"ndwi": -0.15953,
"ndwiCount": 8576,
"lstd": 9.09,
"lstn": -6.6,
"tmax": 6.04,
"tmin": -4.43,
"prcp": 1.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.25626,
"ndviCount": 8576,
"ndwi": -0.14766,
"ndwiCount": 8576,
"lstd": 7.99,
"lstn": -2.65,
"tmax": 5.99,
"tmin": -2.82,
"prcp": 14,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17149",
"county": "Pike County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23425,
"ndviCount": 8576,
"ndwi": -0.22292,
"ndwiCount": 8576,
"lstd": 5.94,
"lstn": -11.69,
"tmax": 0.38,
"tmin": -8.82,
"prcp": 6.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.31171,
"ndviCount": 340,
"ndwi": -0.15082,
"ndwiCount": 340,
"lstd": 10.83,
"lstn": -0.19,
"tmax": 12.71,
"tmin": 4.5,
"prcp": 0,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.30705,
"ndviCount": 340,
"ndwi": -0.18473,
"ndwiCount": 340,
"lstd": 11.16,
"lstn": -1.49,
"tmax": 10.96,
"tmin": 1.4,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.32391,
"ndviCount": 340,
"ndwi": -0.14165,
"ndwiCount": 340,
"lstd": 12.08,
"lstn": -1.26,
"tmax": 10.14,
"tmin": 0.85,
"prcp": 0,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17151",
"county": "Pope County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.33952,
"ndviCount": 340,
"ndwi": -0.11804,
"ndwiCount": 340,
"lstd": 10.44,
"lstn": -1.96,
"tmax": 3.96,
"tmin": -3.48,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30541,
"ndviCount": 1473,
"ndwi": -0.16326,
"ndwiCount": 1473,
"lstd": 10.79,
"lstn": -0.63,
"tmax": 12.14,
"tmin": 4.01,
"prcp": 50.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.31002,
"ndviCount": 1473,
"ndwi": -0.18047,
"ndwiCount": 1473,
"lstd": 10.97,
"lstn": -1.2,
"tmax": 9.73,
"tmin": 0.49,
"prcp": 20.75,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.31643,
"ndviCount": 1473,
"ndwi": -0.1639,
"ndwiCount": 1473,
"lstd": 12.09,
"lstn": -1.78,
"tmax": 9.17,
"tmin": 0.55,
"prcp": 40.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17153",
"county": "Pulaski County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20478,
"ndviCount": 1472,
"ndwi": -0.02004,
"ndwiCount": 1473,
"lstd": 9.96,
"lstn": -1.25,
"tmax": 5.15,
"tmin": -2.23,
"prcp": 49.2,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02967,
"ndviCount": 2501,
"ndwi": 0.19233,
"ndwiCount": 2501,
"lstd": -1.63,
"lstn": 2.76,
"tmax": 3.99,
"tmin": -1.81,
"prcp": 20.1,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23509,
"ndviCount": 2501,
"ndwi": -0.11981,
"ndwiCount": 2501,
"lstd": 6.38,
"lstn": -4.82,
"tmax": 6.88,
"tmin": -1.55,
"prcp": 8.7,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01115,
"ndviCount": 2501,
"ndwi": 0.1469,
"ndwiCount": 2501,
"lstd": -0.72,
"lstn": -10.7,
"tmax": 3.19,
"tmin": -0.99,
"prcp": 18.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17155",
"county": "Putnam County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01362,
"ndviCount": 2501,
"ndwi": 0.76249,
"ndwiCount": 2501,
"lstd": -5.22,
"lstn": -17.69,
"tmax": -2.09,
"tmin": -10.64,
"prcp": 12.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30968,
"ndviCount": 2817,
"ndwi": -0.16196,
"ndwiCount": 2817,
"lstd": 11.75,
"lstn": 0.26,
"tmax": 11.86,
"tmin": 2.09,
"prcp": 26.12,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.29388,
"ndviCount": 2817,
"ndwi": -0.17782,
"ndwiCount": 2817,
"lstd": 9.72,
"lstn": -2.87,
"tmax": 8.75,
"tmin": -1.83,
"prcp": 14.92,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.30369,
"ndviCount": 2817,
"ndwi": -0.18352,
"ndwiCount": 2817,
"lstd": 11.72,
"lstn": 1.11,
"tmax": 8.13,
"tmin": -0.49,
"prcp": 38.08,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17157",
"county": "Randolph County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.33057,
"ndviCount": 2817,
"ndwi": -0.11466,
"ndwiCount": 2817,
"lstd": 7.5,
"lstn": -6.35,
"tmax": 3.75,
"tmin": -4.24,
"prcp": 18.93,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.29841,
"ndviCount": 4636,
"ndwi": -0.12255,
"ndwiCount": 4636,
"lstd": 9.15,
"lstn": -0.44,
"tmax": 10.5,
"tmin": 2.09,
"prcp": 19.53,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28086,
"ndviCount": 4636,
"ndwi": -0.1632,
"ndwiCount": 4636,
"lstd": 7.38,
"lstn": -0.9,
"tmax": 7.36,
"tmin": -1.46,
"prcp": 17.2,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.30258,
"ndviCount": 4636,
"ndwi": -0.09897,
"ndwiCount": 4636,
"lstd": 11.68,
"lstn": 2.29,
"tmax": 7.64,
"tmin": 0.55,
"prcp": 32.58,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17159",
"county": "Richland County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.31676,
"ndviCount": 4636,
"ndwi": -0.06836,
"ndwiCount": 4636,
"lstd": 3.98,
"lstn": -8.78,
"tmax": 4.01,
"tmin": -4.88,
"prcp": 9.19,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03604,
"ndviCount": 3938,
"ndwi": 0.12053,
"ndwiCount": 3933,
"lstd": -0.11,
"lstn": -6.61,
"tmax": 3.2,
"tmin": -3.77,
"prcp": 18.18,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.249,
"ndviCount": 3943,
"ndwi": -0.11568,
"ndwiCount": 3943,
"lstd": 4.3,
"lstn": -4.01,
"tmax": 6.26,
"tmin": -2.78,
"prcp": 4.82,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01006,
"ndviCount": 3943,
"ndwi": 0.22528,
"ndwiCount": 3943,
"lstd": -3.79,
"lstn": -6.8,
"tmax": 2.29,
"tmin": -2.14,
"prcp": 38.78,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17161",
"county": "Rock Island County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00883,
"ndviCount": 3943,
"ndwi": 0.62432,
"ndwiCount": 3943,
"lstd": -4.41,
"lstn": -15.17,
"tmax": -3.36,
"tmin": -11.35,
"prcp": 7.95,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30157,
"ndviCount": 5797,
"ndwi": -0.15523,
"ndwiCount": 5797,
"lstd": 12.21,
"lstn": -0.74,
"tmax": 11,
"tmin": 3.22,
"prcp": 35.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28734,
"ndviCount": 5797,
"ndwi": -0.16903,
"ndwiCount": 5797,
"lstd": 12.13,
"lstn": -2.05,
"tmax": 10.75,
"tmin": -0.49,
"prcp": 16.31,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.30188,
"ndviCount": 5797,
"ndwi": -0.15738,
"ndwiCount": 5797,
"lstd": 10.45,
"lstn": 1.46,
"tmax": 6.74,
"tmin": -0.35,
"prcp": 34.94,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17163",
"county": "St. Clair County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.30729,
"ndviCount": 5797,
"ndwi": -0.12651,
"ndwiCount": 5797,
"lstd": 6.81,
"lstn": -5.86,
"tmax": 3.13,
"tmin": -5.49,
"prcp": 14.22,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.28343,
"ndviCount": 3471,
"ndwi": -0.17623,
"ndwiCount": 3471,
"lstd": 11.65,
"lstn": -0.12,
"tmax": null,
"tmin": null,
"prcp": 28.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.27206,
"ndviCount": 3471,
"ndwi": -0.20502,
"ndwiCount": 3471,
"lstd": 9.04,
"lstn": -0.64,
"tmax": null,
"tmin": null,
"prcp": 8.1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.28519,
"ndviCount": 3471,
"ndwi": -0.18784,
"ndwiCount": 3471,
"lstd": 10.77,
"lstn": 4.6,
"tmax": null,
"tmin": null,
"prcp": 43.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17165",
"county": "Saline County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.30573,
"ndviCount": 3471,
"ndwi": -0.12168,
"ndwiCount": 3471,
"lstd": 5.28,
"lstn": -4.76,
"tmax": null,
"tmin": null,
"prcp": 0.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.24944,
"ndviCount": 19432,
"ndwi": -0.1658,
"ndwiCount": 19432,
"lstd": 6.57,
"lstn": -4.5,
"tmax": 7.64,
"tmin": 0.89,
"prcp": 12.64,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24646,
"ndviCount": 19432,
"ndwi": -0.23181,
"ndwiCount": 19432,
"lstd": 8.13,
"lstn": -0.85,
"tmax": 8.2,
"tmin": -0.91,
"prcp": 3.74,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.2516,
"ndviCount": 19432,
"ndwi": -0.22148,
"ndwiCount": 19432,
"lstd": 6.96,
"lstn": 0.3,
"tmax": 4.59,
"tmin": -1.46,
"prcp": 21.32,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17167",
"county": "Sangamon County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23571,
"ndviCount": 19432,
"ndwi": -0.20694,
"ndwiCount": 19432,
"lstd": 3.93,
"lstn": -13.5,
"tmax": 1.25,
"tmin": -8.74,
"prcp": 7.14,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.20459,
"ndviCount": 2934,
"ndwi": -0.08874,
"ndwiCount": 2934,
"lstd": 7.32,
"lstn": -5.99,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2413,
"ndviCount": 2934,
"ndwi": -0.16148,
"ndwiCount": 2934,
"lstd": 8.79,
"lstn": -5.27,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.25581,
"ndviCount": 2934,
"ndwi": -0.14501,
"ndwiCount": 2934,
"lstd": 6.39,
"lstn": -3.22,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17169",
"county": "Schuyler County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23202,
"ndviCount": 2934,
"ndwi": -0.21714,
"ndwiCount": 2934,
"lstd": 3.03,
"lstn": -14.44,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.25558,
"ndviCount": 3868,
"ndwi": -0.17895,
"ndwiCount": 3868,
"lstd": 7.41,
"lstn": -2.61,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24055,
"ndviCount": 3868,
"ndwi": -0.18464,
"ndwiCount": 3868,
"lstd": 7.63,
"lstn": -7.57,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.24017,
"ndviCount": 3868,
"ndwi": -0.16794,
"ndwiCount": 3868,
"lstd": 8.4,
"lstn": -1.95,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17171",
"county": "Scott County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.23668,
"ndviCount": 3868,
"ndwi": -0.22138,
"ndwiCount": 3868,
"lstd": 5.53,
"lstn": -11.88,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.26943,
"ndviCount": 15159,
"ndwi": -0.1345,
"ndwiCount": 15159,
"lstd": 6.28,
"lstn": 1.9,
"tmax": 9.56,
"tmin": 1.24,
"prcp": 28.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25576,
"ndviCount": 15159,
"ndwi": -0.2101,
"ndwiCount": 15159,
"lstd": 4.63,
"lstn": -0.73,
"tmax": 6.01,
"tmin": -1.79,
"prcp": 3.1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.2713,
"ndviCount": 15159,
"ndwi": -0.17975,
"ndwiCount": 15159,
"lstd": 5.23,
"lstn": 2.66,
"tmax": 5.22,
"tmin": -0.78,
"prcp": 16.18,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17173",
"county": "Shelby County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.18839,
"ndviCount": 15159,
"ndwi": 0.04776,
"ndwiCount": 15159,
"lstd": 2.81,
"lstn": -12.79,
"tmax": 1.46,
"tmin": -6.73,
"prcp": 10.64,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02251,
"ndviCount": 8155,
"ndwi": 0.1159,
"ndwiCount": 8155,
"lstd": 0.1,
"lstn": -8.64,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22822,
"ndviCount": 8155,
"ndwi": -0.15995,
"ndwiCount": 8155,
"lstd": 3.74,
"lstn": -3.6,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.0075,
"ndviCount": 8155,
"ndwi": 0.07532,
"ndwiCount": 8155,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17175",
"county": "Stark County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00627,
"ndviCount": 8155,
"ndwi": 0.73536,
"ndwiCount": 8155,
"lstd": null,
"lstn": null,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06907,
"ndviCount": 8895,
"ndwi": 0.12037,
"ndwiCount": 8895,
"lstd": null,
"lstn": null,
"tmax": 0.84,
"tmin": -3.88,
"prcp": 11.74,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2322,
"ndviCount": 8895,
"ndwi": -0.01141,
"ndwiCount": 8895,
"lstd": 3.72,
"lstn": -2.34,
"tmax": 2.35,
"tmin": -4.25,
"prcp": 6.16,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01634,
"ndviCount": 8895,
"ndwi": 0.24212,
"ndwiCount": 8895,
"lstd": -13.05,
"lstn": -4.26,
"tmax": 1.16,
"tmin": -3.05,
"prcp": 18.15,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17177",
"county": "Stephenson County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01897,
"ndviCount": 8895,
"ndwi": 0.72919,
"ndwiCount": 8895,
"lstd": -10.93,
"lstn": -22.04,
"tmax": -4.65,
"tmin": -12.98,
"prcp": 14.29,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.05479,
"ndviCount": 12510,
"ndwi": 0.06756,
"ndwiCount": 12513,
"lstd": 10.44,
"lstn": -2.52,
"tmax": null,
"tmin": null,
"prcp": 5.24,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23827,
"ndviCount": 12513,
"ndwi": -0.22501,
"ndwiCount": 12513,
"lstd": 6.28,
"lstn": -3.68,
"tmax": null,
"tmin": null,
"prcp": 4.39,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.08801,
"ndviCount": 12490,
"ndwi": 0.00344,
"ndwiCount": 12513,
"lstd": 2.85,
"lstn": -3.61,
"tmax": null,
"tmin": null,
"prcp": 22.28,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17179",
"county": "Tazewell County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.20325,
"ndviCount": 12513,
"ndwi": -0.12762,
"ndwiCount": 12513,
"lstd": 1.38,
"lstn": -15.5,
"tmax": null,
"tmin": null,
"prcp": 8.65,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30373,
"ndviCount": 819,
"ndwi": -0.15956,
"ndwiCount": 819,
"lstd": 10.18,
"lstn": 0.03,
"tmax": null,
"tmin": null,
"prcp": 36.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.29564,
"ndviCount": 819,
"ndwi": -0.18143,
"ndwiCount": 819,
"lstd": 10.43,
"lstn": -1.59,
"tmax": null,
"tmin": null,
"prcp": 8.45,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.30969,
"ndviCount": 819,
"ndwi": -0.15815,
"ndwiCount": 819,
"lstd": 12.78,
"lstn": 0.07,
"tmax": null,
"tmin": null,
"prcp": 52.35,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17181",
"county": "Union County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.09587,
"ndviCount": 819,
"ndwi": 0.30407,
"ndwiCount": 819,
"lstd": 6.98,
"lstn": -5.33,
"tmax": null,
"tmin": null,
"prcp": 41.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.2027,
"ndviCount": 23181,
"ndwi": -0.15064,
"ndwiCount": 23183,
"lstd": 3.82,
"lstn": 1.13,
"tmax": 7.5,
"tmin": 0.84,
"prcp": 20.82,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23458,
"ndviCount": 23183,
"ndwi": -0.2599,
"ndwiCount": 23183,
"lstd": 6.42,
"lstn": -4.37,
"tmax": 5.87,
"tmin": -1.55,
"prcp": 0.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02856,
"ndviCount": 23156,
"ndwi": 0.05499,
"ndwiCount": 23183,
"lstd": 2.08,
"lstn": 2.03,
"tmax": 4.16,
"tmin": -0.6,
"prcp": 22.58,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17183",
"county": "Vermilion County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.21544,
"ndviCount": 23183,
"ndwi": -0.14776,
"ndwiCount": 23183,
"lstd": -0.09,
"lstn": -13.82,
"tmax": 0.92,
"tmin": -7.53,
"prcp": 10.68,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.29632,
"ndviCount": 3784,
"ndwi": -0.15524,
"ndwiCount": 3784,
"lstd": 9.85,
"lstn": -0.27,
"tmax": null,
"tmin": null,
"prcp": 27.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28301,
"ndviCount": 3784,
"ndwi": -0.18388,
"ndwiCount": 3784,
"lstd": 8.92,
"lstn": -1.07,
"tmax": null,
"tmin": null,
"prcp": 18.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.29612,
"ndviCount": 3784,
"ndwi": -0.1335,
"ndwiCount": 3784,
"lstd": 13.62,
"lstn": 3.23,
"tmax": null,
"tmin": null,
"prcp": 44.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17185",
"county": "Wabash County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.3117,
"ndviCount": 3784,
"ndwi": -0.11781,
"ndwiCount": 3784,
"lstd": 3.95,
"lstn": -6.08,
"tmax": null,
"tmin": null,
"prcp": 22.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.05439,
"ndviCount": 12714,
"ndwi": 0.04168,
"ndwiCount": 12716,
"lstd": 13.57,
"lstn": -4.53,
"tmax": 3.75,
"tmin": -4.1,
"prcp": 19.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21761,
"ndviCount": 12716,
"ndwi": -0.18215,
"ndwiCount": 12716,
"lstd": 8.15,
"lstn": -3.86,
"tmax": 6.48,
"tmin": -3.52,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.19693,
"ndviCount": 12714,
"ndwi": -0.16421,
"ndwiCount": 12716,
"lstd": 1.43,
"lstn": 1.55,
"tmax": 2.61,
"tmin": -3.17,
"prcp": 23.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17187",
"county": "Warren County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.01457,
"ndviCount": 12716,
"ndwi": 0.5422,
"ndwiCount": 12716,
"lstd": -3.7,
"lstn": -18.37,
"tmax": -4.08,
"tmin": -11.94,
"prcp": 7.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.32292,
"ndviCount": 6229,
"ndwi": -0.15174,
"ndwiCount": 6229,
"lstd": 12.88,
"lstn": 0.34,
"tmax": null,
"tmin": null,
"prcp": 21.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.31329,
"ndviCount": 6229,
"ndwi": -0.15785,
"ndwiCount": 6229,
"lstd": 9.58,
"lstn": -0.74,
"tmax": null,
"tmin": null,
"prcp": 13.85,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.33005,
"ndviCount": 6229,
"ndwi": -0.13946,
"ndwiCount": 6229,
"lstd": 10.06,
"lstn": 2.32,
"tmax": null,
"tmin": null,
"prcp": 36.35,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17189",
"county": "Washington County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.3414,
"ndviCount": 6229,
"ndwi": -0.05053,
"ndwiCount": 6229,
"lstd": 5.07,
"lstn": -5.54,
"tmax": null,
"tmin": null,
"prcp": 16.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.29557,
"ndviCount": 9113,
"ndwi": -0.14299,
"ndwiCount": 9113,
"lstd": 9.6,
"lstn": 0.05,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.28528,
"ndviCount": 9113,
"ndwi": -0.16671,
"ndwiCount": 9113,
"lstd": 6.43,
"lstn": -0.87,
"tmax": 4.7,
"tmin": -2.2,
"prcp": 0.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.29988,
"ndviCount": 9113,
"ndwi": -0.12717,
"ndwiCount": 9113,
"lstd": 11.1,
"lstn": 3.79,
"tmax": 6.04,
"tmin": 0.32,
"prcp": 0,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17191",
"county": "Wayne County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.31648,
"ndviCount": 9113,
"ndwi": -0.09208,
"ndwiCount": 9113,
"lstd": 3.28,
"lstn": -5.25,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.31515,
"ndviCount": 8015,
"ndwi": -0.15008,
"ndwiCount": 8015,
"lstd": 11.04,
"lstn": 0.2,
"tmax": null,
"tmin": null,
"prcp": 31.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.30401,
"ndviCount": 8015,
"ndwi": -0.18577,
"ndwiCount": 8015,
"lstd": 7.63,
"lstn": -1.02,
"tmax": null,
"tmin": null,
"prcp": 11.4,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.31762,
"ndviCount": 8015,
"ndwi": -0.14986,
"ndwiCount": 8015,
"lstd": 13.16,
"lstn": 5.55,
"tmax": null,
"tmin": null,
"prcp": 51,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17193",
"county": "White County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.33029,
"ndviCount": 8015,
"ndwi": -0.1255,
"ndwiCount": 8015,
"lstd": 2.77,
"lstn": -5.37,
"tmax": null,
"tmin": null,
"prcp": 27.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04616,
"ndviCount": 15167,
"ndwi": 0.16878,
"ndwiCount": 15173,
"lstd": -2.01,
"lstn": -4.64,
"tmax": 0.84,
"tmin": -4.38,
"prcp": 17.88,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24275,
"ndviCount": 15173,
"ndwi": -0.10138,
"ndwiCount": 15173,
"lstd": 4.63,
"lstn": -2.26,
"tmax": 3.43,
"tmin": -3.41,
"prcp": 6.23,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00611,
"ndviCount": 15173,
"ndwi": 0.30737,
"ndwiCount": 15173,
"lstd": -15.51,
"lstn": -4.04,
"tmax": 1.94,
"tmin": -2.86,
"prcp": 21.25,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17195",
"county": "Whiteside County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02126,
"ndviCount": 15173,
"ndwi": 0.53078,
"ndwiCount": 15173,
"lstd": -6.79,
"lstn": -17.22,
"tmax": -4.45,
"tmin": -12.21,
"prcp": 18.78,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02446,
"ndviCount": 7708,
"ndwi": 0.21318,
"ndwiCount": 7708,
"lstd": 0.39,
"lstn": 2.17,
"tmax": 3.8,
"tmin": -1.98,
"prcp": 24.31,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2247,
"ndviCount": 7708,
"ndwi": -0.18776,
"ndwiCount": 7708,
"lstd": 6.44,
"lstn": -4.35,
"tmax": 5.11,
"tmin": -2.25,
"prcp": 0.82,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.10638,
"ndviCount": 7707,
"ndwi": -0.05129,
"ndwiCount": 7708,
"lstd": 0.94,
"lstn": 0.75,
"tmax": 3.14,
"tmin": -1.17,
"prcp": 23.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17197",
"county": "Will County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00703,
"ndviCount": 7708,
"ndwi": 0.70711,
"ndwiCount": 7708,
"lstd": -3.59,
"lstn": -18.13,
"tmax": -0.33,
"tmin": -9.63,
"prcp": 11.62,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.30441,
"ndviCount": 585,
"ndwi": -0.15858,
"ndwiCount": 585,
"lstd": 10.92,
"lstn": -0.28,
"tmax": 12.36,
"tmin": 4.53,
"prcp": 29.97,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.29931,
"ndviCount": 585,
"ndwi": -0.18096,
"ndwiCount": 585,
"lstd": 9.1,
"lstn": 0.43,
"tmax": 11.28,
"tmin": 1.54,
"prcp": 10.77,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.31023,
"ndviCount": 585,
"ndwi": -0.17174,
"ndwiCount": 585,
"lstd": 11.22,
"lstn": 4.24,
"tmax": 9.51,
"tmin": 0.36,
"prcp": 57.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17199",
"county": "Williamson County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.34822,
"ndviCount": 585,
"ndwi": -0.10187,
"ndwiCount": 585,
"lstd": 7.04,
"lstn": -6.6,
"tmax": 3.69,
"tmin": -3.9,
"prcp": 33.93,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0329,
"ndviCount": 5068,
"ndwi": 0.20764,
"ndwiCount": 5068,
"lstd": null,
"lstn": null,
"tmax": 1.84,
"tmin": -2.38,
"prcp": 10.87,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23381,
"ndviCount": 5068,
"ndwi": -0.06272,
"ndwiCount": 5068,
"lstd": 4.85,
"lstn": -5.22,
"tmax": 5.08,
"tmin": -2.4,
"prcp": 2.33,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00936,
"ndviCount": 5068,
"ndwi": 0.21955,
"ndwiCount": 5068,
"lstd": -17.55,
"lstn": -4.29,
"tmax": 1.74,
"tmin": -2.28,
"prcp": 19.14,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17201",
"county": "Winnebago County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01454,
"ndviCount": 5068,
"ndwi": 0.69018,
"ndwiCount": 5068,
"lstd": -11.65,
"lstn": -19.85,
"tmax": -4.46,
"tmin": -13.26,
"prcp": 18.81,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01618,
"ndviCount": 12368,
"ndwi": 0.16786,
"ndwiCount": 12369,
"lstd": 2.62,
"lstn": -6.79,
"tmax": 7.4,
"tmin": -2.49,
"prcp": 6.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22283,
"ndviCount": 12369,
"ndwi": -0.21215,
"ndwiCount": 12369,
"lstd": 5.09,
"lstn": -4.58,
"tmax": 6.13,
"tmin": -1.35,
"prcp": 3.05,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.04772,
"ndviCount": 12361,
"ndwi": 0.05614,
"ndwiCount": 12369,
"lstd": 2.6,
"lstn": 0.94,
"tmax": 4.09,
"tmin": -1.43,
"prcp": 23.04,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "17203",
"county": "Woodford County",
"state": "IL",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.0246,
"ndviCount": 12369,
"ndwi": 0.53538,
"ndwiCount": 12369,
"lstd": -2.24,
"lstn": -15.64,
"tmax": -0.8,
"tmin": -10.78,
"prcp": 8.46,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.19239,
"ndviCount": 6629,
"ndwi": 0.08202,
"ndwiCount": 6629,
"lstd": 1.49,
"lstn": -10.12,
"tmax": null,
"tmin": null,
"prcp": 29.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20629,
"ndviCount": 6629,
"ndwi": -0.11483,
"ndwiCount": 6629,
"lstd": 0.75,
"lstn": -3.5,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01161,
"ndviCount": 6629,
"ndwi": 0.27238,
"ndwiCount": 6629,
"lstd": -4.61,
"lstn": -11.35,
"tmax": null,
"tmin": null,
"prcp": 17.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19001",
"county": "Adair County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01386,
"ndviCount": 6629,
"ndwi": 0.77572,
"ndwiCount": 6629,
"lstd": -5.1,
"lstn": -15.87,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21322,
"ndviCount": 4197,
"ndwi": -0.03823,
"ndwiCount": 4197,
"lstd": 2.9,
"lstn": -10.83,
"tmax": 3.66,
"tmin": -4.56,
"prcp": 45.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2096,
"ndviCount": 4197,
"ndwi": -0.13744,
"ndwiCount": 4197,
"lstd": 1.93,
"lstn": -5.47,
"tmax": 4.65,
"tmin": -5.9,
"prcp": 0.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.12067,
"ndviCount": 4193,
"ndwi": -0.0495,
"ndwiCount": 4197,
"lstd": 6.72,
"lstn": -12.23,
"tmax": 0.98,
"tmin": -4.31,
"prcp": 18.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19003",
"county": "Adams County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.07191,
"ndviCount": 4197,
"ndwi": 0.41125,
"ndwiCount": 4197,
"lstd": -0.02,
"lstn": -15.18,
"tmax": -3.96,
"tmin": -13.39,
"prcp": 1.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01135,
"ndviCount": 1422,
"ndwi": 0.62189,
"ndwiCount": 1422,
"lstd": -5.58,
"lstn": -7.58,
"tmax": null,
"tmin": null,
"prcp": 11.23,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.02444,
"ndviCount": 1422,
"ndwi": 0.6796,
"ndwiCount": 1422,
"lstd": -0.87,
"lstn": -9.89,
"tmax": null,
"tmin": null,
"prcp": 3.63,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01188,
"ndviCount": 1422,
"ndwi": 0.51646,
"ndwiCount": 1422,
"lstd": -4.25,
"lstn": -11.84,
"tmax": null,
"tmin": null,
"prcp": 19.88,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19005",
"county": "Allamakee County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01862,
"ndviCount": 1422,
"ndwi": 0.76638,
"ndwiCount": 1422,
"lstd": -12,
"lstn": -25.26,
"tmax": null,
"tmin": null,
"prcp": 11.28,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.15285,
"ndviCount": 1173,
"ndwi": -0.01485,
"ndwiCount": 1174,
"lstd": 2.51,
"lstn": -7.14,
"tmax": 4.19,
"tmin": -4.96,
"prcp": 23.81,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21614,
"ndviCount": 1174,
"ndwi": -0.1338,
"ndwiCount": 1174,
"lstd": 6.08,
"lstn": -3.81,
"tmax": 6.36,
"tmin": -5.79,
"prcp": 0.78,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01765,
"ndviCount": 1174,
"ndwi": 0.11397,
"ndwiCount": 1174,
"lstd": 5.69,
"lstn": -0.99,
"tmax": 2.66,
"tmin": -4.32,
"prcp": 39.72,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19007",
"county": "Appanoose County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00807,
"ndviCount": 1174,
"ndwi": 0.65789,
"ndwiCount": 1174,
"lstd": -6.15,
"lstn": -14.91,
"tmax": -2.79,
"tmin": -13.2,
"prcp": 2.81,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.13951,
"ndviCount": 9035,
"ndwi": 0.29528,
"ndwiCount": 9036,
"lstd": 0.97,
"lstn": -11.17,
"tmax": 1.06,
"tmin": -7.09,
"prcp": 14.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.17187,
"ndviCount": 9036,
"ndwi": -0.06634,
"ndwiCount": 9036,
"lstd": 1.34,
"lstn": -3.61,
"tmax": 3.66,
"tmin": -7.54,
"prcp": 3.6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01671,
"ndviCount": 9036,
"ndwi": 0.3309,
"ndwiCount": 9036,
"lstd": -7.6,
"lstn": -11.62,
"tmax": 0.4,
"tmin": -6.66,
"prcp": 17.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19009",
"county": "Audubon County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01926,
"ndviCount": 9036,
"ndwi": 0.78887,
"ndwiCount": 9036,
"lstd": -6.93,
"lstn": -17.91,
"tmax": -4.77,
"tmin": -16.36,
"prcp": 2.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07357,
"ndviCount": 16332,
"ndwi": 0.19871,
"ndwiCount": 16327,
"lstd": -6.6,
"lstn": -9.35,
"tmax": 0.48,
"tmin": -7.71,
"prcp": 21.22,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23142,
"ndviCount": 16334,
"ndwi": -0.06542,
"ndwiCount": 16334,
"lstd": 1.56,
"lstn": -9.75,
"tmax": 1.98,
"tmin": -6.5,
"prcp": 1.36,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01108,
"ndviCount": 16334,
"ndwi": 0.34156,
"ndwiCount": 16334,
"lstd": -5.72,
"lstn": -9.67,
"tmax": 0.68,
"tmin": -5.18,
"prcp": 21.43,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19011",
"county": "Benton County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02294,
"ndviCount": 16334,
"ndwi": 0.78783,
"ndwiCount": 16334,
"lstd": -9.47,
"lstn": -20.92,
"tmax": -5.1,
"tmin": -16.14,
"prcp": 4.05,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04167,
"ndviCount": 10232,
"ndwi": 0.44874,
"ndwiCount": 10232,
"lstd": -5.57,
"lstn": -11.74,
"tmax": -0.18,
"tmin": -7.75,
"prcp": 20.82,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.18338,
"ndviCount": 10231,
"ndwi": -0.02001,
"ndwiCount": 10229,
"lstd": 1.25,
"lstn": -9.35,
"tmax": 3.14,
"tmin": -5.29,
"prcp": 4.62,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01117,
"ndviCount": 10232,
"ndwi": 0.43514,
"ndwiCount": 10232,
"lstd": -5.06,
"lstn": -10.06,
"tmax": 0.21,
"tmin": -6.34,
"prcp": 18.98,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19013",
"county": "Black Hawk County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02381,
"ndviCount": 10232,
"ndwi": 0.77409,
"ndwiCount": 10232,
"lstd": -9.25,
"lstn": -23.66,
"tmax": -6.8,
"tmin": -17.56,
"prcp": 32.59,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0311,
"ndviCount": 12696,
"ndwi": 0.54726,
"ndwiCount": 12696,
"lstd": -4.46,
"lstn": -7.72,
"tmax": 0.86,
"tmin": -7.46,
"prcp": 45.32,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.1956,
"ndviCount": 12696,
"ndwi": -0.1429,
"ndwiCount": 12696,
"lstd": -1.3,
"lstn": -7.93,
"tmax": 2.67,
"tmin": -6.95,
"prcp": 5.35,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02284,
"ndviCount": 12696,
"ndwi": 0.50692,
"ndwiCount": 12696,
"lstd": -5.65,
"lstn": -11.72,
"tmax": -0.31,
"tmin": -6.64,
"prcp": 13.54,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19015",
"county": "Boone County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.0263,
"ndviCount": 12696,
"ndwi": 0.80656,
"ndwiCount": 12696,
"lstd": -7.85,
"lstn": -19.49,
"tmax": -5.02,
"tmin": -17.33,
"prcp": 6.62,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04506,
"ndviCount": 7587,
"ndwi": 0.51479,
"ndwiCount": 7587,
"lstd": -4.19,
"lstn": -10.42,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.17519,
"ndviCount": 7586,
"ndwi": -0.04612,
"ndwiCount": 7585,
"lstd": 1.65,
"lstn": -8.63,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01351,
"ndviCount": 7587,
"ndwi": 0.38087,
"ndwiCount": 7587,
"lstd": -4.26,
"lstn": -10.53,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19017",
"county": "Bremer County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.026,
"ndviCount": 7587,
"ndwi": 0.77583,
"ndwiCount": 7587,
"lstd": -10.64,
"lstn": -23.67,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06275,
"ndviCount": 12133,
"ndwi": 0.3085,
"ndwiCount": 12133,
"lstd": -5.26,
"lstn": -12.37,
"tmax": -0.75,
"tmin": -7.29,
"prcp": 18.82,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.18441,
"ndviCount": 12133,
"ndwi": -0.07036,
"ndwiCount": 12133,
"lstd": -0.08,
"lstn": -7.12,
"tmax": -0.07,
"tmin": -6.19,
"prcp": 8.85,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00723,
"ndviCount": 12133,
"ndwi": 0.25867,
"ndwiCount": 12133,
"lstd": -6.72,
"lstn": -10.09,
"tmax": -0.08,
"tmin": -5.48,
"prcp": 22.93,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19019",
"county": "Buchanan County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02384,
"ndviCount": 12133,
"ndwi": 0.77486,
"ndwiCount": 12133,
"lstd": -10.64,
"lstn": -23.85,
"tmax": -6.53,
"tmin": -18.54,
"prcp": 7.93,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.00531,
"ndviCount": 15661,
"ndwi": 0.78198,
"ndwiCount": 15661,
"lstd": -4.69,
"lstn": -14.46,
"tmax": -1.46,
"tmin": -9.18,
"prcp": 20.05,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.01972,
"ndviCount": 15660,
"ndwi": 0.56418,
"ndwiCount": 15661,
"lstd": -2.01,
"lstn": -8.87,
"tmax": -0.63,
"tmin": -9.48,
"prcp": 0.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02619,
"ndviCount": 15661,
"ndwi": 0.3932,
"ndwiCount": 15661,
"lstd": -8.04,
"lstn": -14.06,
"tmax": -2.36,
"tmin": -9.3,
"prcp": 35.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19021",
"county": "Buena Vista County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02819,
"ndviCount": 15661,
"ndwi": 0.8031,
"ndwiCount": 15661,
"lstd": -8.98,
"lstn": -20.14,
"tmax": -6.81,
"tmin": -18.31,
"prcp": 1.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04187,
"ndviCount": 11661,
"ndwi": 0.49291,
"ndwiCount": 11661,
"lstd": -6.33,
"lstn": -13.16,
"tmax": 1.12,
"tmin": -6.12,
"prcp": 35.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.11362,
"ndviCount": 11661,
"ndwi": 0.19757,
"ndwiCount": 11661,
"lstd": 0.29,
"lstn": -9.89,
"tmax": 0.93,
"tmin": -7.6,
"prcp": 12.4,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02845,
"ndviCount": 11661,
"ndwi": 0.45005,
"ndwiCount": 11661,
"lstd": -3.22,
"lstn": -11.94,
"tmax": 2.6,
"tmin": -2.03,
"prcp": 16.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19023",
"county": "Butler County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02638,
"ndviCount": 11661,
"ndwi": 0.77695,
"ndwiCount": 11661,
"lstd": -9.78,
"lstn": -23.84,
"tmax": null,
"tmin": null,
"prcp": 11.7,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01332,
"ndviCount": 15657,
"ndwi": 0.67311,
"ndwiCount": 15657,
"lstd": -4.26,
"lstn": -14.31,
"tmax": -1.41,
"tmin": -9.36,
"prcp": 0,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.15902,
"ndviCount": 15657,
"ndwi": 0.05041,
"ndwiCount": 15657,
"lstd": -2.48,
"lstn": -7.31,
"tmax": 2.8,
"tmin": -17.2,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02892,
"ndviCount": 15657,
"ndwi": 0.53766,
"ndwiCount": 15657,
"lstd": -7.46,
"lstn": -14.14,
"tmax": 0.32,
"tmin": -6.66,
"prcp": 19.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19025",
"county": "Calhoun County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03095,
"ndviCount": 15657,
"ndwi": 0.81091,
"ndwiCount": 15657,
"lstd": -8.19,
"lstn": -19.73,
"tmax": -6.95,
"tmin": -20.57,
"prcp": 0.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07075,
"ndviCount": 14170,
"ndwi": 0.49717,
"ndwiCount": 14170,
"lstd": -2.1,
"lstn": -12.32,
"tmax": 0.49,
"tmin": -6.81,
"prcp": 13.1,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.18491,
"ndviCount": 14170,
"ndwi": -0.10805,
"ndwiCount": 14170,
"lstd": 1.18,
"lstn": -3.26,
"tmax": 3.06,
"tmin": -6.46,
"prcp": 4.45,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02347,
"ndviCount": 14170,
"ndwi": 0.47905,
"ndwiCount": 14170,
"lstd": -8.39,
"lstn": -11.7,
"tmax": -0.54,
"tmin": -6.66,
"prcp": 15.58,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19027",
"county": "Carroll County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02523,
"ndviCount": 14170,
"ndwi": 0.79489,
"ndwiCount": 14170,
"lstd": -7.9,
"lstn": -18.74,
"tmax": -5.23,
"tmin": -16.88,
"prcp": 8.62,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.16804,
"ndviCount": 9386,
"ndwi": 0.15905,
"ndwiCount": 9386,
"lstd": 1.6,
"lstn": -11.74,
"tmax": 2.9,
"tmin": -5.89,
"prcp": 24.73,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.19386,
"ndviCount": 9386,
"ndwi": -0.1041,
"ndwiCount": 9386,
"lstd": 2.11,
"lstn": -4.38,
"tmax": 4.3,
"tmin": -6.39,
"prcp": 0.9,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.0519,
"ndviCount": 9384,
"ndwi": 0.03678,
"ndwiCount": 9386,
"lstd": 3.93,
"lstn": -9.31,
"tmax": 1.24,
"tmin": -5.03,
"prcp": 11.98,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19029",
"county": "Cass County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.02895,
"ndviCount": 9386,
"ndwi": 0.61514,
"ndwiCount": 9386,
"lstd": -5.5,
"lstn": -15.06,
"tmax": -3.75,
"tmin": -14.36,
"prcp": 1.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06329,
"ndviCount": 12346,
"ndwi": 0.06466,
"ndwiCount": 12346,
"lstd": -7.52,
"lstn": -9.14,
"tmax": 0.91,
"tmin": -7.08,
"prcp": 11.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25871,
"ndviCount": 12346,
"ndwi": -0.09805,
"ndwiCount": 12346,
"lstd": 2.91,
"lstn": -6.18,
"tmax": 5.08,
"tmin": -3.48,
"prcp": 7.6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.06903,
"ndviCount": 12346,
"ndwi": 0.35354,
"ndwiCount": 12346,
"lstd": -5.35,
"lstn": -6.88,
"tmax": 0.81,
"tmin": -4.03,
"prcp": 21.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19031",
"county": "Cedar County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00655,
"ndviCount": 12346,
"ndwi": 0.62369,
"ndwiCount": 12346,
"lstd": -7.64,
"lstn": -23.65,
"tmax": -4.78,
"tmin": -14.38,
"prcp": 13.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0073,
"ndviCount": 13103,
"ndwi": 0.64097,
"ndwiCount": 13103,
"lstd": -6.91,
"lstn": -13.81,
"tmax": -1.18,
"tmin": -9.31,
"prcp": 11.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.0216,
"ndviCount": 13103,
"ndwi": 0.6142,
"ndwiCount": 13103,
"lstd": -3.31,
"lstn": -11.17,
"tmax": -1.04,
"tmin": -8.72,
"prcp": 6.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02981,
"ndviCount": 13103,
"ndwi": 0.53372,
"ndwiCount": 13103,
"lstd": -3.52,
"lstn": -13.81,
"tmax": -1.56,
"tmin": -8.71,
"prcp": 20.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19033",
"county": "Cerro Gordo County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02832,
"ndviCount": 13103,
"ndwi": 0.79668,
"ndwiCount": 13103,
"lstd": -10.21,
"lstn": -23.63,
"tmax": -7.95,
"tmin": -19.07,
"prcp": 9.75,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.0056,
"ndviCount": 13080,
"ndwi": 0.78563,
"ndwiCount": 13080,
"lstd": -5.38,
"lstn": -14.24,
"tmax": -0.98,
"tmin": -9.59,
"prcp": 23.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.0122,
"ndviCount": 13080,
"ndwi": 0.66984,
"ndwiCount": 13080,
"lstd": -0.74,
"lstn": -6.95,
"tmax": 0.06,
"tmin": -8.83,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.0217,
"ndviCount": 13080,
"ndwi": 0.29933,
"ndwiCount": 13080,
"lstd": -4.19,
"lstn": -14.84,
"tmax": -2.63,
"tmin": -9.24,
"prcp": 30.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19035",
"county": "Cherokee County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02686,
"ndviCount": 13080,
"ndwi": 0.78608,
"ndwiCount": 13080,
"lstd": -10.13,
"lstn": -21.27,
"tmax": -6.39,
"tmin": -19.73,
"prcp": 3.6,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04413,
"ndviCount": 9538,
"ndwi": 0.58586,
"ndwiCount": 9539,
"lstd": -4.27,
"lstn": -10.84,
"tmax": -1.24,
"tmin": -7.78,
"prcp": 10.55,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.13083,
"ndviCount": 9539,
"ndwi": 0.15199,
"ndwiCount": 9539,
"lstd": 1.79,
"lstn": -8.58,
"tmax": 0.89,
"tmin": -7.43,
"prcp": 0.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01227,
"ndviCount": 9539,
"ndwi": 0.27911,
"ndwiCount": 9539,
"lstd": -5.29,
"lstn": -11.6,
"tmax": -1.6,
"tmin": -7.29,
"prcp": 25.15,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19037",
"county": "Chickasaw County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02663,
"ndviCount": 9539,
"ndwi": 0.78352,
"ndwiCount": 9539,
"lstd": -12.44,
"lstn": -25.82,
"tmax": -7.79,
"tmin": -19.38,
"prcp": 13.25,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.2204,
"ndviCount": 928,
"ndwi": -0.0925,
"ndwiCount": 928,
"lstd": 2.5,
"lstn": -9.38,
"tmax": 3.46,
"tmin": -4.58,
"prcp": 14.63,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21652,
"ndviCount": 928,
"ndwi": -0.17672,
"ndwiCount": 928,
"lstd": 4.99,
"lstn": -4.3,
"tmax": 5.91,
"tmin": -5.61,
"prcp": 0.1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00638,
"ndviCount": 928,
"ndwi": 0.2227,
"ndwiCount": 928,
"lstd": -5.2,
"lstn": -10.25,
"tmax": 1.46,
"tmin": -4.21,
"prcp": 25.97,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19039",
"county": "Clarke County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00461,
"ndviCount": 928,
"ndwi": 0.67145,
"ndwiCount": 928,
"lstd": -4.35,
"lstn": -16.2,
"tmax": -3.48,
"tmin": -14.09,
"prcp": 0.43,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.03296,
"ndviCount": 12907,
"ndwi": 0.82409,
"ndwiCount": 12907,
"lstd": -7.27,
"lstn": -14.77,
"tmax": -3.01,
"tmin": -12.15,
"prcp": 12.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.03595,
"ndviCount": 12907,
"ndwi": 0.78175,
"ndwiCount": 12907,
"lstd": -2.73,
"lstn": -10.97,
"tmax": -0.81,
"tmin": -8.88,
"prcp": 17.05,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02945,
"ndviCount": 12907,
"ndwi": 0.41831,
"ndwiCount": 12907,
"lstd": -8.22,
"lstn": -16.19,
"tmax": -1.94,
"tmin": -9.94,
"prcp": 5.35,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19041",
"county": "Clay County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03676,
"ndviCount": 12907,
"ndwi": 0.82917,
"ndwiCount": 12907,
"lstd": -11.52,
"lstn": -21.43,
"tmax": -7.49,
"tmin": -19.44,
"prcp": 3.7,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03116,
"ndviCount": 4635,
"ndwi": 0.33786,
"ndwiCount": 4635,
"lstd": -4.43,
"lstn": -7.29,
"tmax": 0.01,
"tmin": -6.28,
"prcp": 16.63,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.12205,
"ndviCount": 4635,
"ndwi": 0.24071,
"ndwiCount": 4635,
"lstd": -0.33,
"lstn": -7.55,
"tmax": 1.14,
"tmin": -5.67,
"prcp": 6.87,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01162,
"ndviCount": 4635,
"ndwi": 0.39163,
"ndwiCount": 4635,
"lstd": -4.99,
"lstn": -10.71,
"tmax": 0.38,
"tmin": -4.86,
"prcp": 20.93,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19043",
"county": "Clayton County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01953,
"ndviCount": 4635,
"ndwi": 0.76264,
"ndwiCount": 4635,
"lstd": -12.12,
"lstn": -26.87,
"tmax": -5.9,
"tmin": -16.58,
"prcp": 12.88,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04956,
"ndviCount": 13227,
"ndwi": 0.13484,
"ndwiCount": 13227,
"lstd": -6.95,
"lstn": -8.76,
"tmax": 3.7,
"tmin": -2.03,
"prcp": 16.57,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21808,
"ndviCount": 13227,
"ndwi": -0.07891,
"ndwiCount": 13227,
"lstd": 5.76,
"lstn": -3.11,
"tmax": 4.76,
"tmin": -2.47,
"prcp": 11.38,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.10456,
"ndviCount": 13223,
"ndwi": 0.17103,
"ndwiCount": 13227,
"lstd": -0.37,
"lstn": -3.05,
"tmax": 0.65,
"tmin": -3.6,
"prcp": 20.84,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19045",
"county": "Clinton County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02039,
"ndviCount": 13227,
"ndwi": 0.52882,
"ndwiCount": 13227,
"lstd": -7.4,
"lstn": -25.43,
"tmax": -1.38,
"tmin": -10.63,
"prcp": 12.33,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01296,
"ndviCount": 15091,
"ndwi": 0.75853,
"ndwiCount": 15091,
"lstd": -3.09,
"lstn": -12.62,
"tmax": null,
"tmin": null,
"prcp": 4.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.15814,
"ndviCount": 15091,
"ndwi": 0.01672,
"ndwiCount": 15091,
"lstd": 2.28,
"lstn": -3.74,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01918,
"ndviCount": 15091,
"ndwi": 0.30465,
"ndwiCount": 15091,
"lstd": -8.18,
"lstn": -12.73,
"tmax": null,
"tmin": null,
"prcp": 22.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19047",
"county": "Crawford County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02005,
"ndviCount": 15091,
"ndwi": 0.77631,
"ndwiCount": 15091,
"lstd": -7.52,
"lstn": -19.26,
"tmax": null,
"tmin": null,
"prcp": 2.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.16363,
"ndviCount": 9989,
"ndwi": 0.10922,
"ndwiCount": 9989,
"lstd": 1.01,
"lstn": -10.16,
"tmax": 2.07,
"tmin": -5.33,
"prcp": 35.79,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20263,
"ndviCount": 9989,
"ndwi": -0.19083,
"ndwiCount": 9989,
"lstd": -0.01,
"lstn": -6.03,
"tmax": 3.26,
"tmin": -7.54,
"prcp": 2.98,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01806,
"ndviCount": 9989,
"ndwi": 0.53481,
"ndwiCount": 9989,
"lstd": -5.56,
"lstn": -12.12,
"tmax": 0.73,
"tmin": -6.85,
"prcp": 20.44,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19049",
"county": "Dallas County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02509,
"ndviCount": 9989,
"ndwi": 0.79734,
"ndwiCount": 9989,
"lstd": -7.03,
"lstn": -17.65,
"tmax": -3.26,
"tmin": -15.87,
"prcp": 4.62,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.16016,
"ndviCount": 1624,
"ndwi": 0.002,
"ndwiCount": 1624,
"lstd": 2.91,
"lstn": -5.97,
"tmax": null,
"tmin": null,
"prcp": 26.81,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.26382,
"ndviCount": 1624,
"ndwi": -0.10854,
"ndwiCount": 1624,
"lstd": 8.94,
"lstn": -4.95,
"tmax": null,
"tmin": null,
"prcp": 1.09,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01526,
"ndviCount": 1624,
"ndwi": 0.09625,
"ndwiCount": 1624,
"lstd": -3.34,
"lstn": -3.74,
"tmax": null,
"tmin": null,
"prcp": 29.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19051",
"county": "Davis County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.01489,
"ndviCount": 1624,
"ndwi": 0.58631,
"ndwiCount": 1624,
"lstd": -5.91,
"lstn": -10.82,
"tmax": null,
"tmin": null,
"prcp": 4.33,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21425,
"ndviCount": 1262,
"ndwi": -0.12588,
"ndwiCount": 1262,
"lstd": 2.07,
"lstn": -8.04,
"tmax": 3.87,
"tmin": -4.25,
"prcp": 2.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21183,
"ndviCount": 1262,
"ndwi": -0.18832,
"ndwiCount": 1262,
"lstd": 6.61,
"lstn": -4.7,
"tmax": 6.83,
"tmin": -4.03,
"prcp": 0.2,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02067,
"ndviCount": 1262,
"ndwi": 0.12627,
"ndwiCount": 1262,
"lstd": 3.4,
"lstn": -6.88,
"tmax": 1.5,
"tmin": -3.95,
"prcp": 26.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19053",
"county": "Decatur County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.0572,
"ndviCount": 1262,
"ndwi": 0.39457,
"ndwiCount": 1262,
"lstd": -2.59,
"lstn": -16.5,
"tmax": -2.93,
"tmin": -12.83,
"prcp": 1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.09517,
"ndviCount": 10494,
"ndwi": 0.20409,
"ndwiCount": 10495,
"lstd": -4.31,
"lstn": -12.6,
"tmax": -0.41,
"tmin": -7.15,
"prcp": 27.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21275,
"ndviCount": 10495,
"ndwi": -0.04875,
"ndwiCount": 10495,
"lstd": 1.22,
"lstn": -5.12,
"tmax": 0.78,
"tmin": -6.46,
"prcp": 6.65,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00244,
"ndviCount": 10495,
"ndwi": 0.22676,
"ndwiCount": 10495,
"lstd": -8.69,
"lstn": -10.07,
"tmax": -0.06,
"tmin": -5.35,
"prcp": 34.9,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19055",
"county": "Delaware County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02194,
"ndviCount": 10495,
"ndwi": 0.76678,
"ndwiCount": 10495,
"lstd": -11.05,
"lstn": -23.7,
"tmax": -6.19,
"tmin": -16.39,
"prcp": 10.2,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.12798,
"ndviCount": 4952,
"ndwi": -0.06184,
"ndwiCount": 4960,
"lstd": 8.32,
"lstn": -5.72,
"tmax": 5.08,
"tmin": -1.81,
"prcp": 14.57,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22381,
"ndviCount": 4960,
"ndwi": -0.18679,
"ndwiCount": 4960,
"lstd": 2.7,
"lstn": -4.76,
"tmax": 6.11,
"tmin": -3.62,
"prcp": 1.13,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.16292,
"ndviCount": 4960,
"ndwi": -0.10647,
"ndwiCount": 4960,
"lstd": -0.41,
"lstn": -9.64,
"tmax": 2.64,
"tmin": -1.95,
"prcp": 13.58,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19057",
"county": "Des Moines County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00222,
"ndviCount": 4960,
"ndwi": 0.52554,
"ndwiCount": 4960,
"lstd": -5.82,
"lstn": -17.12,
"tmax": -3.02,
"tmin": -11.26,
"prcp": 8.43,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.03444,
"ndviCount": 8589,
"ndwi": 0.7966,
"ndwiCount": 8589,
"lstd": -7.77,
"lstn": -15.55,
"tmax": -4.59,
"tmin": -10.14,
"prcp": 17.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.04238,
"ndviCount": 8589,
"ndwi": 0.70341,
"ndwiCount": 8589,
"lstd": -4.71,
"lstn": -11.6,
"tmax": -2.63,
"tmin": -9.29,
"prcp": 0.75,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03059,
"ndviCount": 8589,
"ndwi": 0.45204,
"ndwiCount": 8589,
"lstd": -7.66,
"lstn": -16.05,
"tmax": -2.43,
"tmin": -9.16,
"prcp": 17.27,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19059",
"county": "Dickinson County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.04016,
"ndviCount": 8589,
"ndwi": 0.85913,
"ndwiCount": 8589,
"lstd": -11,
"lstn": -19.42,
"tmax": -8.19,
"tmin": -17.91,
"prcp": 1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.11078,
"ndviCount": 4841,
"ndwi": 0.24675,
"ndwiCount": 4841,
"lstd": -3.37,
"lstn": -11.42,
"tmax": 1.72,
"tmin": -4.98,
"prcp": 33.54,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2365,
"ndviCount": 4841,
"ndwi": 0.03075,
"ndwiCount": 4841,
"lstd": 4.26,
"lstn": -4.2,
"tmax": 2.25,
"tmin": -4.64,
"prcp": 10.43,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.00117,
"ndviCount": 4841,
"ndwi": 0.24265,
"ndwiCount": 4841,
"lstd": -7.82,
"lstn": -9.51,
"tmax": 0.18,
"tmin": -4.65,
"prcp": 23.38,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19061",
"county": "Dubuque County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01781,
"ndviCount": 4841,
"ndwi": 0.72739,
"ndwiCount": 4841,
"lstd": -10.66,
"lstn": -22.61,
"tmax": -5.53,
"tmin": -14.14,
"prcp": 8.93,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.01875,
"ndviCount": 10460,
"ndwi": 0.77321,
"ndwiCount": 10460,
"lstd": -7.57,
"lstn": -13.88,
"tmax": -3.26,
"tmin": -11.11,
"prcp": 3.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.0361,
"ndviCount": 10460,
"ndwi": 0.75703,
"ndwiCount": 10460,
"lstd": -6.98,
"lstn": -12.89,
"tmax": -2.67,
"tmin": -11.11,
"prcp": 16,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03277,
"ndviCount": 10460,
"ndwi": 0.40147,
"ndwiCount": 10460,
"lstd": -7.68,
"lstn": -14.64,
"tmax": -2.46,
"tmin": -9.51,
"prcp": 21.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19063",
"county": "Emmet County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03757,
"ndviCount": 10460,
"ndwi": 0.84038,
"ndwiCount": 10460,
"lstd": -11.29,
"lstn": -19.35,
"tmax": -7.74,
"tmin": -19.38,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02558,
"ndviCount": 11208,
"ndwi": 0.59461,
"ndwiCount": 11208,
"lstd": -5,
"lstn": -9.51,
"tmax": -0.86,
"tmin": -8.29,
"prcp": 10.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.16882,
"ndviCount": 11208,
"ndwi": -0.01493,
"ndwiCount": 11208,
"lstd": 0.43,
"lstn": -6.95,
"tmax": -0.31,
"tmin": -6.98,
"prcp": 1.43,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01265,
"ndviCount": 11205,
"ndwi": 0.44342,
"ndwiCount": 11208,
"lstd": -5.26,
"lstn": -9.84,
"tmax": -0.73,
"tmin": -6.24,
"prcp": 22.77,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19065",
"county": "Fayette County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02551,
"ndviCount": 11208,
"ndwi": 0.78668,
"ndwiCount": 11208,
"lstd": -12.12,
"lstn": -23.45,
"tmax": -7.39,
"tmin": -18.83,
"prcp": 10.57,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03288,
"ndviCount": 10715,
"ndwi": 0.58551,
"ndwiCount": 10715,
"lstd": -5.83,
"lstn": -14.64,
"tmax": -1.1,
"tmin": -9.3,
"prcp": 15.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.10044,
"ndviCount": 10715,
"ndwi": 0.28837,
"ndwiCount": 10715,
"lstd": -1.24,
"lstn": -10.55,
"tmax": 1.03,
"tmin": -6.53,
"prcp": 1.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02879,
"ndviCount": 10715,
"ndwi": 0.39169,
"ndwiCount": 10715,
"lstd": -4.66,
"lstn": -13.82,
"tmax": -1.03,
"tmin": -7.21,
"prcp": 25.25,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19067",
"county": "Floyd County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02828,
"ndviCount": 10715,
"ndwi": 0.78629,
"ndwiCount": 10715,
"lstd": -11.12,
"lstn": -24.74,
"tmax": -5.67,
"tmin": -14.8,
"prcp": 7.82,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0057,
"ndviCount": 15492,
"ndwi": 0.71395,
"ndwiCount": 15492,
"lstd": -6.28,
"lstn": -12.94,
"tmax": -0.15,
"tmin": -7.56,
"prcp": 29.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.05375,
"ndviCount": 15492,
"ndwi": 0.47507,
"ndwiCount": 15492,
"lstd": -2.9,
"lstn": -8.55,
"tmax": -0.23,
"tmin": -8.48,
"prcp": 1.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03142,
"ndviCount": 15492,
"ndwi": 0.5324,
"ndwiCount": 15492,
"lstd": -4.12,
"lstn": -12.6,
"tmax": -0.14,
"tmin": -7.14,
"prcp": 28.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19069",
"county": "Franklin County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02912,
"ndviCount": 15492,
"ndwi": 0.79975,
"ndwiCount": 15492,
"lstd": -10.37,
"lstn": -23.74,
"tmax": -6.11,
"tmin": -17.73,
"prcp": 12.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21404,
"ndviCount": 9328,
"ndwi": -0.08487,
"ndwiCount": 9328,
"lstd": 3.47,
"lstn": -8.35,
"tmax": null,
"tmin": null,
"prcp": 15.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21024,
"ndviCount": 9328,
"ndwi": -0.09711,
"ndwiCount": 9328,
"lstd": 8.03,
"lstn": -4.11,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.11968,
"ndviCount": 9318,
"ndwi": -0.01184,
"ndwiCount": 9328,
"lstd": 9.17,
"lstn": -13.49,
"tmax": null,
"tmin": null,
"prcp": 19.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19071",
"county": "Fremont County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.19623,
"ndviCount": 9328,
"ndwi": -0.17882,
"ndwiCount": 9328,
"lstd": 4.37,
"lstn": -14.6,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04679,
"ndviCount": 15033,
"ndwi": 0.50185,
"ndwiCount": 15033,
"lstd": -3.43,
"lstn": -11.16,
"tmax": -0.2,
"tmin": -7.1,
"prcp": 28.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.18503,
"ndviCount": 15033,
"ndwi": -0.08997,
"ndwiCount": 15033,
"lstd": -1.8,
"lstn": -6.35,
"tmax": 2.29,
"tmin": -7.5,
"prcp": 4.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02491,
"ndviCount": 15033,
"ndwi": 0.49515,
"ndwiCount": 15033,
"lstd": -7.37,
"lstn": -13.1,
"tmax": -0.56,
"tmin": -7.37,
"prcp": 0.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19073",
"county": "Greene County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02922,
"ndviCount": 15033,
"ndwi": 0.80793,
"ndwiCount": 15033,
"lstd": -7.67,
"lstn": -19.25,
"tmax": -4.73,
"tmin": -16.51,
"prcp": 0.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0077,
"ndviCount": 14834,
"ndwi": 0.54634,
"ndwiCount": 14834,
"lstd": -6.3,
"lstn": -10.7,
"tmax": -0.5,
"tmin": -7.49,
"prcp": 19.1,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.13107,
"ndviCount": 14833,
"ndwi": 0.14034,
"ndwiCount": 14834,
"lstd": 2.75,
"lstn": -7.56,
"tmax": 0.15,
"tmin": -6.93,
"prcp": 2.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02843,
"ndviCount": 14834,
"ndwi": 0.46048,
"ndwiCount": 14834,
"lstd": -3.77,
"lstn": -9.4,
"tmax": 0.41,
"tmin": -6.38,
"prcp": 17,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19075",
"county": "Grundy County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02681,
"ndviCount": 14834,
"ndwi": 0.80003,
"ndwiCount": 14834,
"lstd": -8.67,
"lstn": -22.3,
"tmax": -5.69,
"tmin": -17.64,
"prcp": 6.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.1578,
"ndviCount": 7301,
"ndwi": 0.18417,
"ndwiCount": 7301,
"lstd": 1.05,
"lstn": -10.81,
"tmax": 1.8,
"tmin": -6.6,
"prcp": 33.45,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.18786,
"ndviCount": 7301,
"ndwi": -0.10196,
"ndwiCount": 7301,
"lstd": -0.32,
"lstn": -4.8,
"tmax": 3.64,
"tmin": -7.69,
"prcp": 1.93,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01552,
"ndviCount": 7301,
"ndwi": 0.50302,
"ndwiCount": 7301,
"lstd": -6.36,
"lstn": -11.54,
"tmax": 0.55,
"tmin": -6.88,
"prcp": 17.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19077",
"county": "Guthrie County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02065,
"ndviCount": 7301,
"ndwi": 0.78727,
"ndwiCount": 7301,
"lstd": -6.88,
"lstn": -17.23,
"tmax": -5.31,
"tmin": -15.48,
"prcp": 2.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00387,
"ndviCount": 15516,
"ndwi": 0.44888,
"ndwiCount": 15514,
"lstd": -5.42,
"lstn": -13.82,
"tmax": -0.89,
"tmin": -8.83,
"prcp": 12.95,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.13057,
"ndviCount": 15515,
"ndwi": 0.12722,
"ndwiCount": 15507,
"lstd": -1.14,
"lstn": -9.5,
"tmax": -0.49,
"tmin": -10.06,
"prcp": 2.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02352,
"ndviCount": 15518,
"ndwi": 0.45231,
"ndwiCount": 15518,
"lstd": -3.54,
"lstn": -12.01,
"tmax": -0.76,
"tmin": -9.03,
"prcp": 37.9,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19079",
"county": "Hamilton County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02882,
"ndviCount": 15518,
"ndwi": 0.80775,
"ndwiCount": 15518,
"lstd": -9.38,
"lstn": -21.77,
"tmax": -5.4,
"tmin": -19.94,
"prcp": 15.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00863,
"ndviCount": 15834,
"ndwi": 0.62029,
"ndwiCount": 15834,
"lstd": -6.46,
"lstn": -14.17,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.03547,
"ndviCount": 15833,
"ndwi": 0.51957,
"ndwiCount": 15834,
"lstd": -3.68,
"lstn": -9.59,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02839,
"ndviCount": 15834,
"ndwi": 0.42708,
"ndwiCount": 15834,
"lstd": -3.32,
"lstn": -13.62,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19081",
"county": "Hancock County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03049,
"ndviCount": 15834,
"ndwi": 0.81726,
"ndwiCount": 15834,
"lstd": -10.76,
"lstn": -21.49,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01219,
"ndviCount": 13350,
"ndwi": 0.59505,
"ndwiCount": 13353,
"lstd": -5.3,
"lstn": -11.24,
"tmax": -0.42,
"tmin": -8.12,
"prcp": 28.83,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.14889,
"ndviCount": 13353,
"ndwi": 0.06474,
"ndwiCount": 13353,
"lstd": 4.64,
"lstn": -7.66,
"tmax": -0.29,
"tmin": -8.85,
"prcp": 5.2,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02459,
"ndviCount": 13353,
"ndwi": 0.35304,
"ndwiCount": 13353,
"lstd": -2.32,
"lstn": -10.84,
"tmax": -0.41,
"tmin": -7.15,
"prcp": 18.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19083",
"county": "Hardin County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02563,
"ndviCount": 13353,
"ndwi": 0.79882,
"ndwiCount": 13353,
"lstd": -9.36,
"lstn": -22.86,
"tmax": -6.19,
"tmin": -18.68,
"prcp": 8.08,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.05787,
"ndviCount": 11385,
"ndwi": 0.53787,
"ndwiCount": 11391,
"lstd": -2.3,
"lstn": -11.73,
"tmax": 1.8,
"tmin": -5.89,
"prcp": 22.63,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.1441,
"ndviCount": 11391,
"ndwi": 0.05507,
"ndwiCount": 11391,
"lstd": 5.03,
"lstn": -4.34,
"tmax": 3.78,
"tmin": -4.93,
"prcp": 5.23,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.09417,
"ndviCount": 11391,
"ndwi": 0.15163,
"ndwiCount": 11391,
"lstd": 5.04,
"lstn": -10.66,
"tmax": 0.14,
"tmin": -6.79,
"prcp": 19.67,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19085",
"county": "Harrison County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.00874,
"ndviCount": 11391,
"ndwi": 0.76338,
"ndwiCount": 11391,
"lstd": -5.36,
"lstn": -16.85,
"tmax": -3.26,
"tmin": -14.95,
"prcp": 3.55,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.1232,
"ndviCount": 5417,
"ndwi": -0.04823,
"ndwiCount": 5428,
"lstd": 12.28,
"lstn": -6.43,
"tmax": null,
"tmin": null,
"prcp": 26.72,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24085,
"ndviCount": 5428,
"ndwi": -0.16235,
"ndwiCount": 5428,
"lstd": 8.06,
"lstn": -6.97,
"tmax": null,
"tmin": null,
"prcp": 1.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.0049,
"ndviCount": 5428,
"ndwi": 0.17162,
"ndwiCount": 5428,
"lstd": -3.28,
"lstn": -8.22,
"tmax": null,
"tmin": null,
"prcp": 28.32,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19087",
"county": "Henry County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.02577,
"ndviCount": 5424,
"ndwi": 0.53513,
"ndwiCount": 5428,
"lstd": -6.75,
"lstn": -17.77,
"tmax": null,
"tmin": null,
"prcp": 6.35,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02155,
"ndviCount": 9161,
"ndwi": 0.67652,
"ndwiCount": 9161,
"lstd": -7.37,
"lstn": -15.8,
"tmax": null,
"tmin": null,
"prcp": 10.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.02554,
"ndviCount": 9161,
"ndwi": 0.64596,
"ndwiCount": 9161,
"lstd": -1.06,
"lstn": -10.26,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01879,
"ndviCount": 9161,
"ndwi": 0.23854,
"ndwiCount": 9161,
"lstd": -5.76,
"lstn": -13.45,
"tmax": null,
"tmin": null,
"prcp": 20.1,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19089",
"county": "Howard County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02617,
"ndviCount": 9161,
"ndwi": 0.78513,
"ndwiCount": 9161,
"lstd": -13.24,
"lstn": -24.58,
"tmax": null,
"tmin": null,
"prcp": 5.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01011,
"ndviCount": 12877,
"ndwi": 0.67507,
"ndwiCount": 12877,
"lstd": -5.65,
"lstn": -14.93,
"tmax": -2.77,
"tmin": -10.37,
"prcp": 5.9,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.05199,
"ndviCount": 12875,
"ndwi": 0.49996,
"ndwiCount": 12877,
"lstd": -4.03,
"lstn": -9.18,
"tmax": -0.55,
"tmin": -9.46,
"prcp": 6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03105,
"ndviCount": 12877,
"ndwi": 0.4075,
"ndwiCount": 12877,
"lstd": -7.46,
"lstn": -13.3,
"tmax": -1.85,
"tmin": -8.7,
"prcp": 7.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19091",
"county": "Humboldt County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03373,
"ndviCount": 12877,
"ndwi": 0.82957,
"ndwiCount": 12877,
"lstd": -9.64,
"lstn": -21.14,
"tmax": -4.37,
"tmin": -18.67,
"prcp": 6.6,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00673,
"ndviCount": 10600,
"ndwi": 0.75409,
"ndwiCount": 10600,
"lstd": -3.77,
"lstn": -13.79,
"tmax": -2.56,
"tmin": -12.44,
"prcp": 25.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.1081,
"ndviCount": 10600,
"ndwi": 0.21723,
"ndwiCount": 10600,
"lstd": -0.15,
"lstn": -4.64,
"tmax": 0.49,
"tmin": -6.67,
"prcp": 5.7,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02383,
"ndviCount": 10600,
"ndwi": 0.29979,
"ndwiCount": 10600,
"lstd": -9.29,
"lstn": -13.56,
"tmax": -2.66,
"tmin": -9.38,
"prcp": 25.37,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19093",
"county": "Ida County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.0268,
"ndviCount": 10600,
"ndwi": 0.79492,
"ndwiCount": 10600,
"lstd": -8.67,
"lstn": -20.39,
"tmax": -7.48,
"tmin": -18.19,
"prcp": 6.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03648,
"ndviCount": 8041,
"ndwi": 0.14856,
"ndwiCount": 8041,
"lstd": -17.97,
"lstn": -7.4,
"tmax": 0.61,
"tmin": -6.74,
"prcp": 10.93,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.2259,
"ndviCount": 8041,
"ndwi": -0.07405,
"ndwiCount": 8041,
"lstd": -0.49,
"lstn": -7.28,
"tmax": 2.23,
"tmin": -6.04,
"prcp": 3.16,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00664,
"ndviCount": 8041,
"ndwi": 0.64092,
"ndwiCount": 8041,
"lstd": -4.19,
"lstn": -7.99,
"tmax": 0.35,
"tmin": -5.49,
"prcp": 21.34,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19095",
"county": "Iowa County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00203,
"ndviCount": 8041,
"ndwi": 0.71394,
"ndwiCount": 8041,
"lstd": -7.93,
"lstn": -19.35,
"tmax": -3.91,
"tmin": -13.66,
"prcp": 4.11,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06877,
"ndviCount": 2618,
"ndwi": 0.12723,
"ndwiCount": 2618,
"lstd": null,
"lstn": null,
"tmax": 2.26,
"tmin": -5.04,
"prcp": 19.15,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.23877,
"ndviCount": 2618,
"ndwi": 0.00653,
"ndwiCount": 2618,
"lstd": 6.34,
"lstn": -3.66,
"tmax": 2.73,
"tmin": -5.05,
"prcp": 5.75,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.07675,
"ndviCount": 2618,
"ndwi": 0.34685,
"ndwiCount": 2618,
"lstd": -4.66,
"lstn": -4.76,
"tmax": 1.18,
"tmin": -3.76,
"prcp": 19,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19097",
"county": "Jackson County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01806,
"ndviCount": 2618,
"ndwi": 0.55006,
"ndwiCount": 2618,
"lstd": -9.18,
"lstn": -24.22,
"tmax": -4.06,
"tmin": -13.49,
"prcp": 3.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07368,
"ndviCount": 11549,
"ndwi": 0.45491,
"ndwiCount": 11553,
"lstd": -1.33,
"lstn": -7.83,
"tmax": 1.28,
"tmin": -5.68,
"prcp": 17.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.19213,
"ndviCount": 11553,
"ndwi": -0.13862,
"ndwiCount": 11553,
"lstd": 0.55,
"lstn": -7.47,
"tmax": 4.99,
"tmin": -5.59,
"prcp": 2.25,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01287,
"ndviCount": 11553,
"ndwi": 0.42381,
"ndwiCount": 11553,
"lstd": -5.95,
"lstn": -10.72,
"tmax": 0.08,
"tmin": -5.78,
"prcp": 15.05,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19099",
"county": "Jasper County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01117,
"ndviCount": 11553,
"ndwi": 0.76356,
"ndwiCount": 11553,
"lstd": -6.63,
"lstn": -18.03,
"tmax": -4.39,
"tmin": -14.66,
"prcp": 2.55,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.1109,
"ndviCount": 3823,
"ndwi": -0.06125,
"ndwiCount": 3824,
"lstd": 3.25,
"lstn": -6.76,
"tmax": 3.69,
"tmin": -4.04,
"prcp": 20.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21551,
"ndviCount": 3824,
"ndwi": -0.12139,
"ndwiCount": 3824,
"lstd": 6.36,
"lstn": -5.84,
"tmax": 4.8,
"tmin": -4.51,
"prcp": 1.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00867,
"ndviCount": 3824,
"ndwi": 0.23496,
"ndwiCount": 3824,
"lstd": -4.83,
"lstn": -0.88,
"tmax": 1.04,
"tmin": -4.04,
"prcp": 28.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19101",
"county": "Jefferson County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.01861,
"ndviCount": 3824,
"ndwi": 0.61637,
"ndwiCount": 3824,
"lstd": -6.93,
"lstn": -11.6,
"tmax": -2.7,
"tmin": -11.46,
"prcp": 6.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03243,
"ndviCount": 6872,
"ndwi": 0.134,
"ndwiCount": 6872,
"lstd": -6.09,
"lstn": -8.7,
"tmax": 2.46,
"tmin": -4.98,
"prcp": 12.81,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.22623,
"ndviCount": 6872,
"ndwi": -0.108,
"ndwiCount": 6872,
"lstd": 3.87,
"lstn": -7.34,
"tmax": 5.33,
"tmin": -4.41,
"prcp": 5.2,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.04827,
"ndviCount": 6872,
"ndwi": 0.39374,
"ndwiCount": 6872,
"lstd": -6.73,
"lstn": -6.29,
"tmax": 1.46,
"tmin": -3.26,
"prcp": 16.67,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19103",
"county": "Johnson County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.02014,
"ndviCount": 6872,
"ndwi": 0.64677,
"ndwiCount": 6872,
"lstd": -7.99,
"lstn": -19.65,
"tmax": -3.21,
"tmin": -12.28,
"prcp": 6.46,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07012,
"ndviCount": 8456,
"ndwi": 0.19048,
"ndwiCount": 8456,
"lstd": -6.98,
"lstn": -8.53,
"tmax": 0.76,
"tmin": -6.03,
"prcp": 22.33,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25311,
"ndviCount": 8456,
"ndwi": -0.03183,
"ndwiCount": 8456,
"lstd": 3.47,
"lstn": -4.82,
"tmax": 2.15,
"tmin": -5.78,
"prcp": 6.43,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00019,
"ndviCount": 8456,
"ndwi": 0.52861,
"ndwiCount": 8456,
"lstd": -5.05,
"lstn": -5.22,
"tmax": 0.76,
"tmin": -4.73,
"prcp": 21.83,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19105",
"county": "Jones County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01563,
"ndviCount": 8456,
"ndwi": 0.74658,
"ndwiCount": 8456,
"lstd": -9.37,
"lstn": -23.85,
"tmax": -4.78,
"tmin": -14.73,
"prcp": 7.83,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.10058,
"ndviCount": 7374,
"ndwi": 0.05698,
"ndwiCount": 7374,
"lstd": -0.15,
"lstn": -7.61,
"tmax": 1.59,
"tmin": -6.57,
"prcp": 16.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24699,
"ndviCount": 7374,
"ndwi": -0.13113,
"ndwiCount": 7374,
"lstd": 4.17,
"lstn": -7.17,
"tmax": 5.46,
"tmin": -5.56,
"prcp": 2.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02106,
"ndviCount": 7372,
"ndwi": 0.35984,
"ndwiCount": 7374,
"lstd": -4.3,
"lstn": -6.55,
"tmax": 1.9,
"tmin": -4.6,
"prcp": 12.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19107",
"county": "Keokuk County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.03939,
"ndviCount": 7374,
"ndwi": 0.5748,
"ndwiCount": 7374,
"lstd": -4.82,
"lstn": -12.26,
"tmax": -3.13,
"tmin": -13.39,
"prcp": 5.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00494,
"ndviCount": 27869,
"ndwi": 0.68569,
"ndwiCount": 27869,
"lstd": -7.74,
"lstn": -11.63,
"tmax": -1.89,
"tmin": -9.03,
"prcp": 27.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.00236,
"ndviCount": 27869,
"ndwi": 0.72882,
"ndwiCount": 27869,
"lstd": -3.75,
"lstn": -11.99,
"tmax": -2.99,
"tmin": -11.5,
"prcp": 4.88,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03074,
"ndviCount": 27869,
"ndwi": 0.30715,
"ndwiCount": 27869,
"lstd": -4.4,
"lstn": -14.49,
"tmax": -2.78,
"tmin": -8.8,
"prcp": 35.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19109",
"county": "Kossuth County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03263,
"ndviCount": 27869,
"ndwi": 0.82962,
"ndwiCount": 27869,
"lstd": -10.49,
"lstn": -20.08,
"tmax": -7.46,
"tmin": -19.2,
"prcp": 6.83,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.10638,
"ndviCount": 4578,
"ndwi": -0.02943,
"ndwiCount": 4587,
"lstd": 7.8,
"lstn": -5.15,
"tmax": 4.94,
"tmin": -2.74,
"prcp": 25.58,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25286,
"ndviCount": 4587,
"ndwi": -0.15367,
"ndwiCount": 4587,
"lstd": 5.83,
"lstn": -5.68,
"tmax": 5.79,
"tmin": -4.28,
"prcp": 1.23,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.06672,
"ndviCount": 4587,
"ndwi": 0.02446,
"ndwiCount": 4587,
"lstd": 1.77,
"lstn": -11.09,
"tmax": 3.67,
"tmin": -2.59,
"prcp": 30.83,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19111",
"county": "Lee County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.06347,
"ndviCount": 4587,
"ndwi": 0.4042,
"ndwiCount": 4587,
"lstd": -1.21,
"lstn": -15.47,
"tmax": -2.15,
"tmin": -10.58,
"prcp": 10.58,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06192,
"ndviCount": 9784,
"ndwi": 0.26321,
"ndwiCount": 9785,
"lstd": -6.7,
"lstn": -8.87,
"tmax": 0.61,
"tmin": -5.52,
"prcp": 18.33,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25095,
"ndviCount": 9795,
"ndwi": -0.05726,
"ndwiCount": 9795,
"lstd": 2.48,
"lstn": -6.75,
"tmax": 4.28,
"tmin": -3.93,
"prcp": 5.86,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00029,
"ndviCount": 9795,
"ndwi": 0.4539,
"ndwiCount": 9795,
"lstd": -5.35,
"lstn": -8.27,
"tmax": 0.66,
"tmin": -4.17,
"prcp": 21.41,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19113",
"county": "Linn County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01648,
"ndviCount": 9795,
"ndwi": 0.76117,
"ndwiCount": 9795,
"lstd": -9.46,
"lstn": -23.21,
"tmax": -5.04,
"tmin": -13.94,
"prcp": 6.75,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07705,
"ndviCount": 5586,
"ndwi": -0.00233,
"ndwiCount": 5595,
"lstd": 2.65,
"lstn": -6.59,
"tmax": 2.85,
"tmin": -4.25,
"prcp": 24.52,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20174,
"ndviCount": 5595,
"ndwi": -0.15214,
"ndwiCount": 5595,
"lstd": 4.73,
"lstn": -6.08,
"tmax": 3.81,
"tmin": -4.38,
"prcp": 6.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01954,
"ndviCount": 5595,
"ndwi": 0.11439,
"ndwiCount": 5595,
"lstd": 5.44,
"lstn": -5.74,
"tmax": 3.14,
"tmin": -3.86,
"prcp": 21.02,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19115",
"county": "Louisa County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.0279,
"ndviCount": 5591,
"ndwi": 0.53673,
"ndwiCount": 5595,
"lstd": -5.97,
"lstn": -16.86,
"tmax": -3.25,
"tmin": -11.95,
"prcp": 11,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.16381,
"ndviCount": 971,
"ndwi": -0.04254,
"ndwiCount": 971,
"lstd": 2.49,
"lstn": -6.17,
"tmax": 3.28,
"tmin": -5.84,
"prcp": 6.97,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21011,
"ndviCount": 971,
"ndwi": -0.16852,
"ndwiCount": 971,
"lstd": 5.22,
"lstn": -3.98,
"tmax": 6.38,
"tmin": -5.47,
"prcp": 0.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01525,
"ndviCount": 971,
"ndwi": 0.19757,
"ndwiCount": 971,
"lstd": -3.44,
"lstn": -4.47,
"tmax": 1.53,
"tmin": -4.99,
"prcp": 27.83,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19117",
"county": "Lucas County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.02725,
"ndviCount": 971,
"ndwi": 0.55711,
"ndwiCount": 971,
"lstd": -5.6,
"lstn": -15.74,
"tmax": -3.35,
"tmin": -14.49,
"prcp": 0.33,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.03183,
"ndviCount": 14953,
"ndwi": 0.72205,
"ndwiCount": 14953,
"lstd": -10.43,
"lstn": -17.24,
"tmax": -3.95,
"tmin": -12.24,
"prcp": 37.15,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.03928,
"ndviCount": 14953,
"ndwi": 0.63271,
"ndwiCount": 14953,
"lstd": -4.51,
"lstn": -12.51,
"tmax": -2.18,
"tmin": -9.71,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03029,
"ndviCount": 14953,
"ndwi": 0.30588,
"ndwiCount": 14953,
"lstd": -3.5,
"lstn": -15.15,
"tmax": -2.84,
"tmin": -10.35,
"prcp": 16.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19119",
"county": "Lyon County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03135,
"ndviCount": 14953,
"ndwi": 0.71686,
"ndwiCount": 14953,
"lstd": -12.96,
"lstn": -24.13,
"tmax": -8.11,
"tmin": -19.95,
"prcp": 10.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.19517,
"ndviCount": 3334,
"ndwi": 0.05005,
"ndwiCount": 3334,
"lstd": 0.89,
"lstn": -9.87,
"tmax": null,
"tmin": null,
"prcp": 33,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20372,
"ndviCount": 3334,
"ndwi": -0.13011,
"ndwiCount": 3334,
"lstd": 1.28,
"lstn": -3.85,
"tmax": null,
"tmin": null,
"prcp": 2.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01557,
"ndviCount": 3334,
"ndwi": 0.3005,
"ndwiCount": 3334,
"lstd": -5.31,
"lstn": -10.16,
"tmax": null,
"tmin": null,
"prcp": 18.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19121",
"county": "Madison County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02022,
"ndviCount": 3334,
"ndwi": 0.78686,
"ndwiCount": 3334,
"lstd": -5.8,
"lstn": -16.24,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.14228,
"ndviCount": 8371,
"ndwi": 0.17426,
"ndwiCount": 8375,
"lstd": 0.09,
"lstn": -8.94,
"tmax": 3.33,
"tmin": -4.63,
"prcp": 0.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20351,
"ndviCount": 8375,
"ndwi": -0.10151,
"ndwiCount": 8375,
"lstd": 6.81,
"lstn": -6.41,
"tmax": 6.9,
"tmin": -6.56,
"prcp": 1.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00984,
"ndviCount": 8375,
"ndwi": 0.59925,
"ndwiCount": 8375,
"lstd": -3.72,
"lstn": -5.56,
"tmax": 2.68,
"tmin": -4.45,
"prcp": 14.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19123",
"county": "Mahaska County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.04792,
"ndviCount": 8375,
"ndwi": 0.52312,
"ndwiCount": 8375,
"lstd": 1.48,
"lstn": -17.46,
"tmax": -1.95,
"tmin": -13.1,
"prcp": 1.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.12852,
"ndviCount": 3105,
"ndwi": 0.14688,
"ndwiCount": 3106,
"lstd": 0.63,
"lstn": -6.69,
"tmax": 2.23,
"tmin": -7.51,
"prcp": 9.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20153,
"ndviCount": 3106,
"ndwi": -0.10367,
"ndwiCount": 3106,
"lstd": 3.5,
"lstn": -5.48,
"tmax": 4.45,
"tmin": -6.18,
"prcp": 1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00435,
"ndviCount": 3106,
"ndwi": 0.53478,
"ndwiCount": 3106,
"lstd": -4.28,
"lstn": -12.64,
"tmax": 0.98,
"tmin": -4.65,
"prcp": 21,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19125",
"county": "Marion County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.01337,
"ndviCount": 3106,
"ndwi": 0.65145,
"ndwiCount": 3106,
"lstd": -5.61,
"lstn": -15.62,
"tmax": -4.21,
"tmin": -13.8,
"prcp": 1.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03598,
"ndviCount": 11684,
"ndwi": 0.50289,
"ndwiCount": 11684,
"lstd": -5.81,
"lstn": -11.25,
"tmax": 0.34,
"tmin": -7.04,
"prcp": 19.83,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.18454,
"ndviCount": 11684,
"ndwi": -0.08014,
"ndwiCount": 11684,
"lstd": 5.19,
"lstn": -8.91,
"tmax": 2.33,
"tmin": -6.77,
"prcp": 3.13,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.0135,
"ndviCount": 11684,
"ndwi": 0.39156,
"ndwiCount": 11684,
"lstd": -3.87,
"lstn": -9.24,
"tmax": 0.31,
"tmin": -6.2,
"prcp": 4.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19127",
"county": "Marshall County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02062,
"ndviCount": 11684,
"ndwi": 0.78891,
"ndwiCount": 11684,
"lstd": -7.81,
"lstn": -19.87,
"tmax": -5.55,
"tmin": -16.49,
"prcp": 17.4,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21138,
"ndviCount": 7587,
"ndwi": -0.01048,
"ndwiCount": 7587,
"lstd": 2.87,
"lstn": -10.65,
"tmax": null,
"tmin": null,
"prcp": 16.85,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.15995,
"ndviCount": 7587,
"ndwi": -0.02097,
"ndwiCount": 7587,
"lstd": 7.74,
"lstn": -4.94,
"tmax": null,
"tmin": null,
"prcp": 1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.20244,
"ndviCount": 7587,
"ndwi": -0.07012,
"ndwiCount": 7587,
"lstd": 7.97,
"lstn": -9.37,
"tmax": null,
"tmin": null,
"prcp": 14.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19129",
"county": "Mills County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.18747,
"ndviCount": 7587,
"ndwi": -0.13247,
"ndwiCount": 7587,
"lstd": 3.86,
"lstn": -14.11,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.03012,
"ndviCount": 11372,
"ndwi": 0.62205,
"ndwiCount": 11372,
"lstd": -6.08,
"lstn": -15.18,
"tmax": -0.83,
"tmin": -8.4,
"prcp": 18.07,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.04427,
"ndviCount": 11372,
"ndwi": 0.54905,
"ndwiCount": 11372,
"lstd": -2.1,
"lstn": -11.03,
"tmax": -1.25,
"tmin": -8.8,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02649,
"ndviCount": 11372,
"ndwi": 0.38412,
"ndwiCount": 11372,
"lstd": -4.44,
"lstn": -15.34,
"tmax": -1.24,
"tmin": -7.5,
"prcp": 24.83,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19131",
"county": "Mitchell County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02719,
"ndviCount": 11372,
"ndwi": 0.80251,
"ndwiCount": 11372,
"lstd": -12.21,
"lstn": -24.97,
"tmax": -7.59,
"tmin": -19.73,
"prcp": 6.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.02272,
"ndviCount": 12466,
"ndwi": 0.67375,
"ndwiCount": 12466,
"lstd": -2.98,
"lstn": -11.42,
"tmax": 0.43,
"tmin": -7.23,
"prcp": 20.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.13871,
"ndviCount": 12466,
"ndwi": 0.12331,
"ndwiCount": 12466,
"lstd": 2.56,
"lstn": -4.19,
"tmax": 2.1,
"tmin": -6.89,
"prcp": 5.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.0741,
"ndviCount": 12466,
"ndwi": 0.19459,
"ndwiCount": 12466,
"lstd": 3.76,
"lstn": -11.5,
"tmax": -1.19,
"tmin": -8.74,
"prcp": 20.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19133",
"county": "Monona County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02151,
"ndviCount": 12466,
"ndwi": 0.77735,
"ndwiCount": 12466,
"lstd": -6.8,
"lstn": -18.64,
"tmax": -5,
"tmin": -17.51,
"prcp": 4.9,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.09179,
"ndviCount": 700,
"ndwi": -0.01755,
"ndwiCount": 700,
"lstd": 1.95,
"lstn": -7.24,
"tmax": null,
"tmin": null,
"prcp": 25.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21959,
"ndviCount": 700,
"ndwi": -0.10268,
"ndwiCount": 700,
"lstd": 6.03,
"lstn": -3.95,
"tmax": null,
"tmin": null,
"prcp": 3.8,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01836,
"ndviCount": 700,
"ndwi": 0.50824,
"ndwiCount": 700,
"lstd": -4.08,
"lstn": -6.09,
"tmax": null,
"tmin": null,
"prcp": 31.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19135",
"county": "Monroe County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.04037,
"ndviCount": 700,
"ndwi": 0.53399,
"ndwiCount": 700,
"lstd": -6.23,
"lstn": -14.82,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21056,
"ndviCount": 6812,
"ndwi": -0.00889,
"ndwiCount": 6812,
"lstd": 2.7,
"lstn": -11.09,
"tmax": 4.38,
"tmin": -4.65,
"prcp": 18.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.16479,
"ndviCount": 6812,
"ndwi": -0.05196,
"ndwiCount": 6812,
"lstd": 4.61,
"lstn": -5.33,
"tmax": 6.01,
"tmin": -5.63,
"prcp": 0.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.19882,
"ndviCount": 6812,
"ndwi": -0.09063,
"ndwiCount": 6812,
"lstd": 7.04,
"lstn": -11.11,
"tmax": 1.46,
"tmin": -4.86,
"prcp": 17.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19137",
"county": "Montgomery County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.16164,
"ndviCount": 6812,
"ndwi": -0.00471,
"ndwiCount": 6812,
"lstd": 3.23,
"lstn": -15.04,
"tmax": -2.79,
"tmin": -13.13,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.05925,
"ndviCount": 6522,
"ndwi": 0.09561,
"ndwiCount": 6523,
"lstd": -1.97,
"lstn": -7.65,
"tmax": 3.2,
"tmin": -4.19,
"prcp": 17.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.24179,
"ndviCount": 6523,
"ndwi": -0.11891,
"ndwiCount": 6523,
"lstd": 4.35,
"lstn": -6.22,
"tmax": 4.83,
"tmin": -3.69,
"prcp": 5.03,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.03718,
"ndviCount": 6523,
"ndwi": 0.34246,
"ndwiCount": 6523,
"lstd": null,
"lstn": null,
"tmax": 3.01,
"tmin": -2.88,
"prcp": 32.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19139",
"county": "Muscatine County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.01134,
"ndviCount": 6523,
"ndwi": 0.44931,
"ndwiCount": 6523,
"lstd": -6.58,
"lstn": -19.97,
"tmax": -3.27,
"tmin": -11.21,
"prcp": 6.83,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.02994,
"ndviCount": 16305,
"ndwi": 0.78036,
"ndwiCount": 16305,
"lstd": -7.87,
"lstn": -14.26,
"tmax": -3.31,
"tmin": -10.21,
"prcp": 34.23,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.03645,
"ndviCount": 16305,
"ndwi": 0.59617,
"ndwiCount": 16305,
"lstd": -1.66,
"lstn": -9.19,
"tmax": -0.39,
"tmin": -8.44,
"prcp": 3.23,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02903,
"ndviCount": 16305,
"ndwi": 0.45681,
"ndwiCount": 16305,
"lstd": -0.91,
"lstn": -15.49,
"tmax": -2.47,
"tmin": -9.35,
"prcp": 19.13,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19141",
"county": "O Brien County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.036,
"ndviCount": 16305,
"ndwi": 0.82457,
"ndwiCount": 16305,
"lstd": -11.99,
"lstn": -21.8,
"tmax": -8.48,
"tmin": -18.95,
"prcp": 8.97,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.03516,
"ndviCount": 11075,
"ndwi": 0.78649,
"ndwiCount": 11075,
"lstd": -9.41,
"lstn": -14.88,
"tmax": -4.76,
"tmin": -12.71,
"prcp": 46.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.04161,
"ndviCount": 11075,
"ndwi": 0.64731,
"ndwiCount": 11075,
"lstd": -2.89,
"lstn": -11.04,
"tmax": -2.55,
"tmin": -12.3,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03169,
"ndviCount": 11075,
"ndwi": 0.40726,
"ndwiCount": 11075,
"lstd": -2.74,
"lstn": -17.4,
"tmax": -3.96,
"tmin": -10.7,
"prcp": 14.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19143",
"county": "Osceola County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.04007,
"ndviCount": 11075,
"ndwi": 0.85557,
"ndwiCount": 11075,
"lstd": -12.48,
"lstn": -20.8,
"tmax": -9.3,
"tmin": -20.11,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21441,
"ndviCount": 7233,
"ndwi": -0.04651,
"ndwiCount": 7233,
"lstd": 3.14,
"lstn": -9.58,
"tmax": 4.51,
"tmin": -4.54,
"prcp": 27.53,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20147,
"ndviCount": 7233,
"ndwi": -0.07827,
"ndwiCount": 7233,
"lstd": 4.81,
"lstn": -5,
"tmax": 5.53,
"tmin": -5.42,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.18182,
"ndviCount": 7233,
"ndwi": -0.08924,
"ndwiCount": 7233,
"lstd": null,
"lstn": null,
"tmax": 1.15,
"tmin": -4.96,
"prcp": 17.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19145",
"county": "Page County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.19035,
"ndviCount": 7233,
"ndwi": -0.13435,
"ndwiCount": 7233,
"lstd": 3.71,
"lstn": -16.51,
"tmax": -2.39,
"tmin": -13.08,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.02005,
"ndviCount": 14120,
"ndwi": 0.78495,
"ndwiCount": 14120,
"lstd": -6.68,
"lstn": -13.25,
"tmax": null,
"tmin": null,
"prcp": 19.6,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.02649,
"ndviCount": 14120,
"ndwi": 0.82255,
"ndwiCount": 14120,
"lstd": -7.87,
"lstn": -11.78,
"tmax": null,
"tmin": null,
"prcp": 11.2,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03249,
"ndviCount": 14120,
"ndwi": 0.56028,
"ndwiCount": 14120,
"lstd": -6.97,
"lstn": -14.24,
"tmax": null,
"tmin": null,
"prcp": 30.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19147",
"county": "Palo Alto County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03527,
"ndviCount": 14120,
"ndwi": 0.83104,
"ndwiCount": 14120,
"lstd": -10.39,
"lstn": -21.61,
"tmax": null,
"tmin": null,
"prcp": 6.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.0129,
"ndviCount": 20633,
"ndwi": 0.76396,
"ndwiCount": 20633,
"lstd": -6.04,
"lstn": -12.85,
"tmax": null,
"tmin": null,
"prcp": 14.3,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.00636,
"ndviCount": 20633,
"ndwi": 0.63073,
"ndwiCount": 20633,
"lstd": -2.01,
"lstn": -8.02,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02259,
"ndviCount": 20633,
"ndwi": 0.32325,
"ndwiCount": 20633,
"lstd": -3.9,
"lstn": -13.8,
"tmax": null,
"tmin": null,
"prcp": 20.5,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19149",
"county": "Plymouth County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02815,
"ndviCount": 20633,
"ndwi": 0.76217,
"ndwiCount": 20633,
"lstd": -11.54,
"lstn": -22.19,
"tmax": null,
"tmin": null,
"prcp": 16.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01676,
"ndviCount": 17489,
"ndwi": 0.68075,
"ndwiCount": 17489,
"lstd": -5.08,
"lstn": -16.16,
"tmax": -0.99,
"tmin": -9.73,
"prcp": 20.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.03546,
"ndviCount": 17487,
"ndwi": 0.54715,
"ndwiCount": 17485,
"lstd": -10.19,
"lstn": -8.95,
"tmax": -0.49,
"tmin": -9.44,
"prcp": 8.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.03123,
"ndviCount": 17489,
"ndwi": 0.48382,
"ndwiCount": 17489,
"lstd": -8.49,
"lstn": -14.27,
"tmax": -2.7,
"tmin": -9.15,
"prcp": 24.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19151",
"county": "Pocahontas County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03254,
"ndviCount": 17489,
"ndwi": 0.82459,
"ndwiCount": 17489,
"lstd": -9.19,
"lstn": -19.61,
"tmax": -7.01,
"tmin": -21.53,
"prcp": 5.05,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07298,
"ndviCount": 5127,
"ndwi": 0.48522,
"ndwiCount": 5128,
"lstd": 0.14,
"lstn": -6.94,
"tmax": 1.57,
"tmin": -5.49,
"prcp": 24.84,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20533,
"ndviCount": 5128,
"ndwi": -0.1748,
"ndwiCount": 5128,
"lstd": 3.39,
"lstn": -6.19,
"tmax": 4.96,
"tmin": -4.71,
"prcp": 2.64,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01343,
"ndviCount": 5128,
"ndwi": 0.49729,
"ndwiCount": 5128,
"lstd": -3.68,
"lstn": -9.61,
"tmax": 0.03,
"tmin": -6.19,
"prcp": 17.76,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19153",
"county": "Polk County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01699,
"ndviCount": 5128,
"ndwi": 0.77329,
"ndwiCount": 5128,
"lstd": -6.62,
"lstn": -17.41,
"tmax": -4.52,
"tmin": -14.51,
"prcp": 2.76,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.20271,
"ndviCount": 19108,
"ndwi": 0.03353,
"ndwiCount": 19108,
"lstd": 2.04,
"lstn": -11.52,
"tmax": 1.86,
"tmin": -4.8,
"prcp": 16,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.17546,
"ndviCount": 19108,
"ndwi": -0.07981,
"ndwiCount": 19108,
"lstd": 6.24,
"lstn": -5.04,
"tmax": 3.31,
"tmin": -5.98,
"prcp": 1.15,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.16713,
"ndviCount": 19101,
"ndwi": -0.00127,
"ndwiCount": 19108,
"lstd": 5.74,
"lstn": -8.6,
"tmax": 0.13,
"tmin": -5.78,
"prcp": 13.92,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19155",
"county": "Pottawattamie County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.04141,
"ndviCount": 19108,
"ndwi": 0.54341,
"ndwiCount": 19108,
"lstd": -4.29,
"lstn": -14.43,
"tmax": -4.24,
"tmin": -13.83,
"prcp": 0.93,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04582,
"ndviCount": 10048,
"ndwi": 0.31208,
"ndwiCount": 10048,
"lstd": -5.65,
"lstn": -7.62,
"tmax": null,
"tmin": null,
"prcp": 13.75,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21073,
"ndviCount": 10048,
"ndwi": -0.09147,
"ndwiCount": 10048,
"lstd": 1.01,
"lstn": -7.44,
"tmax": null,
"tmin": null,
"prcp": 2.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01193,
"ndviCount": 10048,
"ndwi": 0.48624,
"ndwiCount": 10048,
"lstd": -4.62,
"lstn": -13.14,
"tmax": null,
"tmin": null,
"prcp": 21.6,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19157",
"county": "Poweshiek County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01287,
"ndviCount": 10048,
"ndwi": 0.76203,
"ndwiCount": 10048,
"lstd": -7.68,
"lstn": -16.47,
"tmax": null,
"tmin": null,
"prcp": 2.6,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21051,
"ndviCount": 1569,
"ndwi": -0.11908,
"ndwiCount": 1569,
"lstd": 3.39,
"lstn": -10.02,
"tmax": 4.03,
"tmin": -5.1,
"prcp": 3.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20883,
"ndviCount": 1569,
"ndwi": -0.16878,
"ndwiCount": 1569,
"lstd": 6.05,
"lstn": -4.71,
"tmax": 6.94,
"tmin": -6.21,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.11258,
"ndviCount": 1569,
"ndwi": -0.02574,
"ndwiCount": 1569,
"lstd": -0.67,
"lstn": -2.35,
"tmax": 1.05,
"tmin": -4.75,
"prcp": 32.25,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19159",
"county": "Ringgold County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.1085,
"ndviCount": 1569,
"ndwi": 0.20224,
"ndwiCount": 1569,
"lstd": 0.05,
"lstn": -17.93,
"tmax": -4.34,
"tmin": -14.34,
"prcp": 0,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.00215,
"ndviCount": 14839,
"ndwi": 0.76939,
"ndwiCount": 14839,
"lstd": -3.72,
"lstn": -13.64,
"tmax": -1.3,
"tmin": -8.49,
"prcp": 12.2,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.10474,
"ndviCount": 14838,
"ndwi": 0.21606,
"ndwiCount": 14839,
"lstd": -0.65,
"lstn": -7.58,
"tmax": 1.27,
"tmin": -7.56,
"prcp": 1.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02488,
"ndviCount": 14839,
"ndwi": 0.38386,
"ndwiCount": 14839,
"lstd": -8.91,
"lstn": -14.16,
"tmax": -2.29,
"tmin": -8.89,
"prcp": 10.4,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19161",
"county": "Sac County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02762,
"ndviCount": 14839,
"ndwi": 0.80085,
"ndwiCount": 14839,
"lstd": -8.79,
"lstn": -19.94,
"tmax": -6.6,
"tmin": -19.04,
"prcp": 6.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07893,
"ndviCount": 7783,
"ndwi": 0.0451,
"ndwiCount": 7783,
"lstd": -5.03,
"lstn": -5.72,
"tmax": 1.87,
"tmin": -4.81,
"prcp": 18.52,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.25025,
"ndviCount": 7783,
"ndwi": -0.08885,
"ndwiCount": 7783,
"lstd": 3.02,
"lstn": -2.5,
"tmax": 5.13,
"tmin": -2.79,
"prcp": 6.11,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02028,
"ndviCount": 7783,
"ndwi": 0.50088,
"ndwiCount": 7783,
"lstd": -4.47,
"lstn": -13.96,
"tmax": 1.53,
"tmin": -2.92,
"prcp": 21.58,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19163",
"county": "Scott County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01309,
"ndviCount": 7783,
"ndwi": 0.45736,
"ndwiCount": 7783,
"lstd": -5.86,
"lstn": -16.68,
"tmax": -4.75,
"tmin": -12.5,
"prcp": 9.75,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.08442,
"ndviCount": 14623,
"ndwi": 0.47365,
"ndwiCount": 14623,
"lstd": -0.27,
"lstn": -10.39,
"tmax": null,
"tmin": null,
"prcp": 19.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.15935,
"ndviCount": 14624,
"ndwi": -0.05877,
"ndwiCount": 14624,
"lstd": 4.35,
"lstn": -3.94,
"tmax": null,
"tmin": null,
"prcp": 5.6,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.00043,
"ndviCount": 14620,
"ndwi": 0.20415,
"ndwiCount": 14624,
"lstd": -1.58,
"lstn": -11.33,
"tmax": null,
"tmin": null,
"prcp": 5.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19165",
"county": "Shelby County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.01075,
"ndviCount": 14624,
"ndwi": 0.77451,
"ndwiCount": 14624,
"lstd": -5.57,
"lstn": -17.3,
"tmax": null,
"tmin": null,
"prcp": 5.6,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.02875,
"ndviCount": 20775,
"ndwi": 0.74125,
"ndwiCount": 20775,
"lstd": -8.55,
"lstn": -15.3,
"tmax": null,
"tmin": null,
"prcp": 18.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.03301,
"ndviCount": 20775,
"ndwi": 0.50861,
"ndwiCount": 20775,
"lstd": -3.45,
"lstn": -10.22,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02579,
"ndviCount": 20775,
"ndwi": 0.3749,
"ndwiCount": 20775,
"lstd": -2.85,
"lstn": -16.8,
"tmax": null,
"tmin": null,
"prcp": 15.67,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19167",
"county": "Sioux County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02967,
"ndviCount": 20775,
"ndwi": 0.74756,
"ndwiCount": 20775,
"lstd": -12.75,
"lstn": -23.45,
"tmax": -6.78,
"tmin": -17.08,
"prcp": 8.53,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.0346,
"ndviCount": 13172,
"ndwi": 0.52006,
"ndwiCount": 13172,
"lstd": -4.64,
"lstn": -10.8,
"tmax": 0.79,
"tmin": -6.76,
"prcp": 33.45,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.19352,
"ndviCount": 13172,
"ndwi": -0.15833,
"ndwiCount": 13172,
"lstd": 4.91,
"lstn": -8.36,
"tmax": 3.06,
"tmin": -7.01,
"prcp": 4.92,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01741,
"ndviCount": 13172,
"ndwi": 0.50347,
"ndwiCount": 13172,
"lstd": -2.89,
"lstn": -12.12,
"tmax": 0.16,
"tmin": -6.84,
"prcp": 16.42,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19169",
"county": "Story County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02311,
"ndviCount": 13172,
"ndwi": 0.7957,
"ndwiCount": 13172,
"lstd": -7.72,
"lstn": -20.03,
"tmax": -5.21,
"tmin": -16.73,
"prcp": 7.33,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.04953,
"ndviCount": 13513,
"ndwi": 0.27212,
"ndwiCount": 13513,
"lstd": -6.52,
"lstn": -11.46,
"tmax": -0.21,
"tmin": -7.2,
"prcp": 26.58,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.1863,
"ndviCount": 13513,
"ndwi": -0.02501,
"ndwiCount": 13513,
"lstd": -0.3,
"lstn": -10.59,
"tmax": 1.05,
"tmin": -5.98,
"prcp": 3.48,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02135,
"ndviCount": 13513,
"ndwi": 0.3865,
"ndwiCount": 13513,
"lstd": -4.25,
"lstn": -7.7,
"tmax": 0.28,
"tmin": -6.04,
"prcp": 24.74,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19171",
"county": "Tama County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02415,
"ndviCount": 13513,
"ndwi": 0.79258,
"ndwiCount": 13513,
"lstd": -8.89,
"lstn": -19.83,
"tmax": -5.84,
"tmin": -16.59,
"prcp": 8.67,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.21291,
"ndviCount": 4056,
"ndwi": -0.06721,
"ndwiCount": 4056,
"lstd": 2.99,
"lstn": -10.6,
"tmax": null,
"tmin": null,
"prcp": 18.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20949,
"ndviCount": 4056,
"ndwi": -0.13775,
"ndwiCount": 4056,
"lstd": 3.78,
"lstn": -5.03,
"tmax": null,
"tmin": null,
"prcp": 0,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.19588,
"ndviCount": 4056,
"ndwi": -0.10945,
"ndwiCount": 4056,
"lstd": 7.39,
"lstn": -10.35,
"tmax": null,
"tmin": null,
"prcp": 18.8,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19173",
"county": "Taylor County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.15192,
"ndviCount": 4056,
"ndwi": 0.03955,
"ndwiCount": 4056,
"lstd": 0.39,
"lstn": -17.75,
"tmax": null,
"tmin": null,
"prcp": 0.15,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.20783,
"ndviCount": 2705,
"ndwi": -0.03382,
"ndwiCount": 2705,
"lstd": 2.66,
"lstn": -9.81,
"tmax": 1.65,
"tmin": -4.56,
"prcp": 12.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20713,
"ndviCount": 2705,
"ndwi": -0.13073,
"ndwiCount": 2705,
"lstd": 3.45,
"lstn": -4.1,
"tmax": 8.3,
"tmin": -10,
"prcp": 0.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00334,
"ndviCount": 2704,
"ndwi": 0.22035,
"ndwiCount": 2705,
"lstd": -5.77,
"lstn": -11.16,
"tmax": 1.48,
"tmin": -5.12,
"prcp": 17.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19175",
"county": "Union County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.0011,
"ndviCount": 2705,
"ndwi": 0.72241,
"ndwiCount": 2705,
"lstd": -3.77,
"lstn": -14.99,
"tmax": -2.78,
"tmin": -15.27,
"prcp": 0.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.11126,
"ndviCount": 2188,
"ndwi": -0.02423,
"ndwiCount": 2189,
"lstd": 8.15,
"lstn": -5.02,
"tmax": null,
"tmin": null,
"prcp": 30.5,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.29907,
"ndviCount": 2189,
"ndwi": -0.14063,
"ndwiCount": 2189,
"lstd": 8.61,
"lstn": -5.29,
"tmax": null,
"tmin": null,
"prcp": 1.5,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01915,
"ndviCount": 2189,
"ndwi": 0.08763,
"ndwiCount": 2189,
"lstd": -3.35,
"lstn": -7.15,
"tmax": null,
"tmin": null,
"prcp": 34.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19177",
"county": "Van Buren County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.02116,
"ndviCount": 2189,
"ndwi": 0.55797,
"ndwiCount": 2189,
"lstd": -5.32,
"lstn": -15.6,
"tmax": null,
"tmin": null,
"prcp": 50.8,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.07556,
"ndviCount": 3379,
"ndwi": -0.0333,
"ndwiCount": 3379,
"lstd": 2,
"lstn": -6.93,
"tmax": 2.68,
"tmin": -4.15,
"prcp": 15.7,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21178,
"ndviCount": 3379,
"ndwi": -0.12717,
"ndwiCount": 3379,
"lstd": 8.72,
"lstn": -6.58,
"tmax": 5.99,
"tmin": -4.74,
"prcp": 1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.01129,
"ndviCount": 3379,
"ndwi": 0.2459,
"ndwiCount": 3379,
"lstd": -2.9,
"lstn": -8.81,
"tmax": 0.69,
"tmin": -3.88,
"prcp": 14.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19179",
"county": "Wapello County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.03239,
"ndviCount": 3379,
"ndwi": 0.56046,
"ndwiCount": 3379,
"lstd": -4.84,
"lstn": -12.12,
"tmax": -3.33,
"tmin": -12.69,
"prcp": 2.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.14657,
"ndviCount": 2228,
"ndwi": 0.08254,
"ndwiCount": 2228,
"lstd": 0.8,
"lstn": -8.7,
"tmax": null,
"tmin": null,
"prcp": 13.97,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.21061,
"ndviCount": 2228,
"ndwi": -0.16569,
"ndwiCount": 2228,
"lstd": 4.54,
"lstn": -5.45,
"tmax": null,
"tmin": null,
"prcp": 1.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.00318,
"ndviCount": 2228,
"ndwi": 0.36885,
"ndwiCount": 2228,
"lstd": -5.06,
"lstn": -10.4,
"tmax": null,
"tmin": null,
"prcp": 19.25,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19181",
"county": "Warren County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.00844,
"ndviCount": 2228,
"ndwi": 0.67484,
"ndwiCount": 2228,
"lstd": -5.68,
"lstn": -16.3,
"tmax": null,
"tmin": null,
"prcp": 1.3,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.06116,
"ndviCount": 7372,
"ndwi": 0.01996,
"ndwiCount": 7385,
"lstd": 0.29,
"lstn": -7,
"tmax": 2.71,
"tmin": -5.15,
"prcp": 15.4,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.27694,
"ndviCount": 7382,
"ndwi": -0.14261,
"ndwiCount": 7385,
"lstd": 6.85,
"lstn": -7.33,
"tmax": 4.31,
"tmin": -6.25,
"prcp": 3.03,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.02783,
"ndviCount": 7385,
"ndwi": 0.15617,
"ndwiCount": 7385,
"lstd": -4.59,
"lstn": -8.38,
"tmax": 2.51,
"tmin": -4.03,
"prcp": 23,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19183",
"county": "Washington County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.03174,
"ndviCount": 7385,
"ndwi": 0.61796,
"ndwiCount": 7385,
"lstd": -6.91,
"lstn": -12.84,
"tmax": -3.26,
"tmin": -12.36,
"prcp": 5,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.20048,
"ndviCount": 2889,
"ndwi": -0.1,
"ndwiCount": 2889,
"lstd": 2.05,
"lstn": -7.47,
"tmax": 3.81,
"tmin": -4.44,
"prcp": 18.03,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.20832,
"ndviCount": 2889,
"ndwi": -0.18137,
"ndwiCount": 2889,
"lstd": 5.87,
"lstn": -3.86,
"tmax": 5.4,
"tmin": -5.89,
"prcp": 0.1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": 0.03059,
"ndviCount": 2889,
"ndwi": 0.06902,
"ndwiCount": 2889,
"lstd": 3.1,
"lstn": -6.19,
"tmax": 2.36,
"tmin": -4.3,
"prcp": 20.47,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19185",
"county": "Wayne County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": 0.05059,
"ndviCount": 2889,
"ndwi": 0.37409,
"ndwiCount": 2889,
"lstd": -5.21,
"lstn": -17.94,
"tmax": -2.23,
"tmin": -13.6,
"prcp": 1.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01468,
"ndviCount": 17537,
"ndwi": 0.65991,
"ndwiCount": 17540,
"lstd": -4.81,
"lstn": -13.75,
"tmax": -1.11,
"tmin": -8.39,
"prcp": 15.47,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.17527,
"ndviCount": 17545,
"ndwi": -0.08496,
"ndwiCount": 17545,
"lstd": -2.67,
"lstn": -7.73,
"tmax": -0.09,
"tmin": -9.84,
"prcp": 6.7,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02799,
"ndviCount": 17545,
"ndwi": 0.49279,
"ndwiCount": 17545,
"lstd": -4.09,
"lstn": -12.98,
"tmax": -1.83,
"tmin": -7.71,
"prcp": 27.3,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19187",
"county": "Webster County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03052,
"ndviCount": 17545,
"ndwi": 0.80948,
"ndwiCount": 17545,
"lstd": -8.46,
"lstn": -19.52,
"tmax": -6.39,
"tmin": -18.61,
"prcp": 10.1,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01154,
"ndviCount": 9860,
"ndwi": 0.66787,
"ndwiCount": 9860,
"lstd": -8.08,
"lstn": -12.42,
"tmax": -2.95,
"tmin": -10.73,
"prcp": 14,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": -0.00644,
"ndviCount": 9860,
"ndwi": 0.77001,
"ndwiCount": 9860,
"lstd": -1.34,
"lstn": -11.03,
"tmax": -1.12,
"tmin": -8.34,
"prcp": 6.9,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02656,
"ndviCount": 9860,
"ndwi": 0.36552,
"ndwiCount": 9860,
"lstd": -3.35,
"lstn": -14.16,
"tmax": -2.45,
"tmin": -8.28,
"prcp": 10.2,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19189",
"county": "Winnebago County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02871,
"ndviCount": 9860,
"ndwi": 0.82728,
"ndwiCount": 9860,
"lstd": -10.75,
"lstn": -20.08,
"tmax": -7.37,
"tmin": -18.81,
"prcp": 2.05,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01414,
"ndviCount": 5424,
"ndwi": 0.67704,
"ndwiCount": 5424,
"lstd": -5.3,
"lstn": -9.18,
"tmax": 0.98,
"tmin": -6.13,
"prcp": 9.73,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.04933,
"ndviCount": 5424,
"ndwi": 0.53783,
"ndwiCount": 5424,
"lstd": -0.74,
"lstn": -9.12,
"tmax": 3.39,
"tmin": -4.73,
"prcp": 4.3,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01247,
"ndviCount": 5424,
"ndwi": 0.57135,
"ndwiCount": 5424,
"lstd": -5.25,
"lstn": -12.15,
"tmax": -0.29,
"tmin": -4.51,
"prcp": 17.43,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19191",
"county": "Winneshiek County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02286,
"ndviCount": 5424,
"ndwi": 0.78285,
"ndwiCount": 5424,
"lstd": -12.7,
"lstn": -25.05,
"tmax": -5.63,
"tmin": -15.49,
"prcp": 9.13,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01515,
"ndviCount": 15537,
"ndwi": 0.71005,
"ndwiCount": 15537,
"lstd": -3.93,
"lstn": -12.64,
"tmax": -0.49,
"tmin": -7.9,
"prcp": 12.23,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.04525,
"ndviCount": 15537,
"ndwi": 0.55591,
"ndwiCount": 15537,
"lstd": -0.15,
"lstn": -5.21,
"tmax": 1.36,
"tmin": -7.06,
"prcp": 4.77,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.01905,
"ndviCount": 15537,
"ndwi": 0.27011,
"ndwiCount": 15537,
"lstd": -3.3,
"lstn": -14.42,
"tmax": -1.21,
"tmin": -10.39,
"prcp": 16.57,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19193",
"county": "Woodbury County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.02355,
"ndviCount": 15537,
"ndwi": 0.75268,
"ndwiCount": 15537,
"lstd": -8.49,
"lstn": -20.57,
"tmax": -5.66,
"tmin": -18.2,
"prcp": 4.42,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": 0.01968,
"ndviCount": 9181,
"ndwi": 0.6038,
"ndwiCount": 9181,
"lstd": -7.28,
"lstn": -13.85,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.01694,
"ndviCount": 9181,
"ndwi": 0.6414,
"ndwiCount": 9181,
"lstd": -2.53,
"lstn": -11.43,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02548,
"ndviCount": 9181,
"ndwi": 0.52768,
"ndwiCount": 9181,
"lstd": -3.13,
"lstn": -15.21,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19195",
"county": "Worth County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.0273,
"ndviCount": 9181,
"ndwi": 0.80829,
"ndwiCount": 9181,
"lstd": -10.9,
"lstn": -23.75,
"tmax": null,
"tmin": null,
"prcp": null,
"updatedAt": "2023-02-06T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-01-01",
"endDate": "2023-01-08",
"ndvi": -0.00423,
"ndviCount": 16136,
"ndwi": 0.5933,
"ndwiCount": 16136,
"lstd": -6.33,
"lstn": -15.28,
"tmax": null,
"tmin": null,
"prcp": 16.8,
"updatedAt": "2023-01-18T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-01-09",
"endDate": "2023-01-16",
"ndvi": 0.03315,
"ndviCount": 16136,
"ndwi": 0.56909,
"ndwiCount": 16136,
"lstd": -3.13,
"lstn": -10.03,
"tmax": null,
"tmin": null,
"prcp": 9.1,
"updatedAt": "2023-02-01T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-01-17",
"endDate": "2023-01-24",
"ndvi": -0.02883,
"ndviCount": 16136,
"ndwi": 0.39497,
"ndwiCount": 16136,
"lstd": -2.26,
"lstn": -13.29,
"tmax": null,
"tmin": null,
"prcp": 15.7,
"updatedAt": "2023-02-04T00:00:00-06:00"
},
{
"countyCode": "19197",
"county": "Wright County",
"state": "IA",
"startDate": "2023-01-25",
"endDate": "2023-02-01",
"ndvi": -0.03178,
"ndviCount": 16136,
"ndwi": 0.81392,
"ndwiCount": 16136,
"lstd": -9.84,
"lstn": -22.68,
"tmax": null,
"tmin": null,
"prcp": 1.5,
"updatedAt": "2023-02-06T00:00:00-06:00"
}
]
}
GET
GET https://ondemand.websol.barchart.com/getCropFactors.xml?apikey=YOUR_API_KEY&countyCode=19041%2C17019&stateCode=19%2C17&startDate=20230101&endDate=20230228&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=20230101&endDate=20230228&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-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.24216</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.12696</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>7.06</lstd>
<lstn>-4.01</lstn>
<tmax>6.94</tmax>
<tmin>-1.08</tmin>
<prcp>5.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2382</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.14128</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>7.31</lstd>
<lstn>-7.22</lstn>
<tmax>6.49</tmax>
<tmin>-3.58</tmin>
<prcp>2.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24645</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.12528</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>6.8</lstd>
<lstn>-4.57</lstn>
<tmax>4.1</tmax>
<tmin>-2.53</tmin>
<prcp>15.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17001</countyCode>
<county>Adams County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23298</ndvi>
<ndviCount>8659</ndviCount>
<ndwi>-0.22133</ndwi>
<ndwiCount>8659</ndwiCount>
<lstd>4.06</lstd>
<lstn>-13.68</lstn>
<tmax>0.09</tmax>
<tmin>-8.84</tmin>
<prcp>5.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.28523</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>-0.17664</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>10.23</lstd>
<lstn>0.06</lstn>
<tmax>12.76</tmax>
<tmin>4.89</tmin>
<prcp>85.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.27323</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>-0.20745</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>10</lstd>
<lstn>-1.27</lstn>
<tmax>10.39</tmax>
<tmin>0.76</tmin>
<prcp>13.15</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.29461</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>-0.17498</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>12.83</lstd>
<lstn>-1.2</lstn>
<tmax>8.95</tmax>
<tmin>1.93</tmin>
<prcp>58.85</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17003</countyCode>
<county>Alexander County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.18835</ndvi>
<ndviCount>1563</ndviCount>
<ndwi>0.06393</ndwi>
<ndwiCount>1563</ndwiCount>
<lstd>8.61</lstd>
<lstn>-2.99</lstn>
<tmax>3.44</tmax>
<tmin>-3.58</tmin>
<prcp>43</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27489</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.13124</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>7.15</lstd>
<lstn>0.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25919</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.16891</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>10.59</lstd>
<lstn>-1.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.27227</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.15133</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>9.09</lstd>
<lstn>1.71</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17005</countyCode>
<county>Bond County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.26386</ndvi>
<ndviCount>5066</ndviCount>
<ndwi>-0.08905</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>5.24</lstd>
<lstn>-5.87</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0259</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>0.2411</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>-0.88</lstd>
<lstn>-9.05</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2329</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>-0.09936</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>3.56</lstd>
<lstn>-6.29</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00979</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>0.16613</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>-14.03</lstd>
<lstn>-0.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17007</countyCode>
<county>Boone County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01595</ndvi>
<ndviCount>5127</ndviCount>
<ndwi>0.58611</ndwi>
<ndwiCount>5127</ndwiCount>
<lstd>-11.16</lstd>
<lstn>-18.96</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.22971</ndvi>
<ndviCount>1718</ndviCount>
<ndwi>-0.08801</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>7.16</lstd>
<lstn>-4.88</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23808</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.17006</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>10.12</lstd>
<lstn>-9.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24946</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.14825</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>7.15</lstd>
<lstn>-2.75</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17009</countyCode>
<county>Brown County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.22765</ndvi>
<ndviCount>1720</ndviCount>
<ndwi>-0.21944</ndwi>
<ndwiCount>1720</ndwiCount>
<lstd>5.74</lstd>
<lstn>-14.66</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.06281</ndvi>
<ndviCount>21023</ndviCount>
<ndwi>0.11933</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>-3.16</lstd>
<lstn>-2.34</lstn>
<tmax>5.63</tmax>
<tmin>-2.05</tmin>
<prcp>24.57</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23571</ndvi>
<ndviCount>21024</ndviCount>
<ndwi>-0.1237</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>4.74</lstd>
<lstn>-3.5</lstn>
<tmax>5.21</tmax>
<tmin>-2.63</tmin>
<prcp>5.79</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00742</ndvi>
<ndviCount>21024</ndviCount>
<ndwi>0.09347</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>0.93</lstd>
<lstn>-10.99</lstn>
<tmax>4.25</tmax>
<tmin>-0.9</tmin>
<prcp>21.43</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17011</countyCode>
<county>Bureau County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01996</ndvi>
<ndviCount>21024</ndviCount>
<ndwi>0.67945</ndwi>
<ndwiCount>21024</ndwiCount>
<lstd>-5.44</lstd>
<lstn>-18.88</lstn>
<tmax>-3.58</tmax>
<tmin>-11.18</tmin>
<prcp>9.8</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.28249</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.15795</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>10.18</lstd>
<lstn>-2.79</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26455</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.16199</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>10.03</lstd>
<lstn>-6.25</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.3</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.28607</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.13476</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>8.87</lstd>
<lstn>-1.51</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17013</countyCode>
<county>Calhoun County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.25283</ndvi>
<ndviCount>844</ndviCount>
<ndwi>-0.16569</ndwi>
<ndwiCount>844</ndwiCount>
<lstd>8.33</lstd>
<lstn>-10.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>7.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03912</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>0.13573</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>-16.56</lstd>
<lstn>-2.33</lstn>
<tmax>1.33</tmax>
<tmin>-3.68</tmin>
<prcp>12.25</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23888</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>-0.0466</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>3.48</lstd>
<lstn>-1.95</lstn>
<tmax>2.85</tmax>
<tmin>-4.5</tmin>
<prcp>5.6</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.04605</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>0.35187</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>-11.37</lstd>
<lstn>-4.88</lstn>
<tmax>1.6</tmax>
<tmin>-2.83</tmin>
<prcp>19.95</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17015</countyCode>
<county>Carroll County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02557</ndvi>
<ndviCount>7683</ndviCount>
<ndwi>0.63715</ndwi>
<ndwiCount>7683</ndwiCount>
<lstd>-9.52</lstd>
<lstn>-21.31</lstn>
<tmax>-4.53</tmax>
<tmin>-13.69</tmin>
<prcp>16.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.22888</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.13166</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>7.32</lstd>
<lstn>-6.66</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.6</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2304</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.21418</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>9.83</lstd>
<lstn>-4.28</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.1</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24076</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.18516</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>7.58</lstd>
<lstn>-2.01</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17017</countyCode>
<county>Cass County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23594</ndvi>
<ndviCount>6928</ndviCount>
<ndwi>-0.24946</ndwi>
<ndwiCount>6928</ndwiCount>
<lstd>4.77</lstd>
<lstn>-14.17</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.7</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.2155</ndvi>
<ndviCount>29182</ndviCount>
<ndwi>-0.17453</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>3.98</lstd>
<lstn>0.13</lstn>
<tmax>7.55</tmax>
<tmin>0.74</tmin>
<prcp>19.57</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23833</ndvi>
<ndviCount>29204</ndviCount>
<ndwi>-0.26881</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>7.48</lstd>
<lstn>-3.95</lstn>
<tmax>5.78</tmax>
<tmin>-2.02</tmin>
<prcp>3.25</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.03443</ndvi>
<ndviCount>29125</ndviCount>
<ndwi>0.01059</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>2.89</lstd>
<lstn>2.25</lstn>
<tmax>4.28</tmax>
<tmin>-0.77</tmin>
<prcp>21.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17019</countyCode>
<county>Champaign County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.22497</ndvi>
<ndviCount>29204</ndviCount>
<ndwi>-0.19686</ndwi>
<ndwiCount>29204</ndwiCount>
<lstd>0.95</lstd>
<lstn>-14.82</lstn>
<tmax>0.9</tmax>
<tmin>-8.95</tmin>
<prcp>9.21</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.26018</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.16443</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>6.12</lstd>
<lstn>-0.66</lstn>
<tmax>9.03</tmax>
<tmin>1.22</tmin>
<prcp>25.03</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2527</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.23647</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>5.52</lstd>
<lstn>-0.46</lstn>
<tmax>6.74</tmax>
<tmin>-1.29</tmin>
<prcp>3.82</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.2657</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.22631</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>6.25</lstd>
<lstn>1.37</lstn>
<tmax>5.43</tmax>
<tmin>-0.69</tmin>
<prcp>18.47</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17021</countyCode>
<county>Christian County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.19874</ndvi>
<ndviCount>19987</ndviCount>
<ndwi>-0.0247</ndwi>
<ndwiCount>19987</ndwiCount>
<lstd>2.2</lstd>
<lstn>-13.21</lstn>
<tmax>2.26</tmax>
<tmin>-6.49</tmin>
<prcp>10.79</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27135</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.11873</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>7.31</lstd>
<lstn>0.27</lstn>
<tmax>9.8</tmax>
<tmin>1.04</tmin>
<prcp>16.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25572</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.18469</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>7.31</lstd>
<lstn>-1.86</lstn>
<tmax>6.95</tmax>
<tmin>-3.43</tmin>
<prcp>14.7</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.27414</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>-0.09007</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>7.98</lstd>
<lstn>3.89</lstn>
<tmax>6.31</tmax>
<tmin>-1.25</tmin>
<prcp>32</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17023</countyCode>
<county>Clark County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.11941</ndvi>
<ndviCount>6598</ndviCount>
<ndwi>0.22814</ndwi>
<ndwiCount>6598</ndwiCount>
<lstd>4.78</lstd>
<lstn>-8.86</lstn>
<tmax>2.85</tmax>
<tmin>-6.81</tmin>
<prcp>16.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.29342</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>-0.12854</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>8.75</lstd>
<lstn>-0.81</lstn>
<tmax>10.49</tmax>
<tmin>1.05</tmin>
<prcp>18.25</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.27827</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>-0.16181</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>6.3</lstd>
<lstn>-1.12</lstn>
<tmax>7.24</tmax>
<tmin>-3.01</tmin>
<prcp>18.78</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.30016</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>-0.1011</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>10.21</lstd>
<lstn>3.68</lstn>
<tmax>8.61</tmax>
<tmin>0.64</tmin>
<prcp>36.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17025</countyCode>
<county>Clay County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.29386</ndvi>
<ndviCount>5786</ndviCount>
<ndwi>-0.05001</ndwi>
<ndwiCount>5786</ndwiCount>
<lstd>5.51</lstd>
<lstn>-6.03</lstn>
<tmax>5.13</tmax>
<tmin>-5</tmin>
<prcp>12.08</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30676</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>-0.14636</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>11.01</lstd>
<lstn>-0.03</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.29473</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>-0.1631</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>10.59</lstd>
<lstn>-1.25</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.31206</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>-0.13306</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>9.55</lstd>
<lstn>2.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17027</countyCode>
<county>Clinton County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.31969</ndvi>
<ndviCount>5726</ndviCount>
<ndwi>-0.08067</ndwi>
<ndwiCount>5726</ndwiCount>
<lstd>1.94</lstd>
<lstn>-5.94</lstn>
<tmax>2.03</tmax>
<tmin>-6.5</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.25544</ndvi>
<ndviCount>11516</ndviCount>
<ndwi>-0.18478</ndwi>
<ndwiCount>11517</ndwiCount>
<lstd>6.28</lstd>
<lstn>1.71</lstn>
<tmax>9.13</tmax>
<tmin>2.22</tmin>
<prcp>17.43</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24493</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>-0.26052</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd>7.1</lstd>
<lstn>-1.64</lstn>
<tmax>7.88</tmax>
<tmin>-0.46</tmin>
<prcp>11.3</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.2616</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>-0.22269</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd>0.87</lstd>
<lstn>3.93</lstn>
<tmax>5.36</tmax>
<tmin>-0.77</tmin>
<prcp>24.19</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17029</countyCode>
<county>Coles County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.10804</ndvi>
<ndviCount>11523</ndviCount>
<ndwi>0.24281</ndwi>
<ndwiCount>11523</ndwiCount>
<lstd>3.11</lstd>
<lstn>-12.91</lstn>
<tmax>2.67</tmax>
<tmin>-6.94</tmin>
<prcp>15.52</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03674</ndvi>
<ndviCount>124</ndviCount>
<ndwi>0.17768</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>2.34</lstd>
<lstn>3.3</lstn>
<tmax>3.76</tmax>
<tmin>-0.79</tmin>
<prcp>29.36</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21758</ndvi>
<ndviCount>124</ndviCount>
<ndwi>-0.14835</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>5.43</lstd>
<lstn>-4.1</lstn>
<tmax>5.62</tmax>
<tmin>-1.34</tmin>
<prcp>0.44</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.04555</ndvi>
<ndviCount>124</ndviCount>
<ndwi>0.00692</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>1.05</lstd>
<lstn>0.67</lstn>
<tmax>2.97</tmax>
<tmin>-1.02</tmin>
<prcp>19.12</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17031</countyCode>
<county>Cook County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00377</ndvi>
<ndviCount>124</ndviCount>
<ndwi>0.67101</ndwi>
<ndwiCount>124</ndwiCount>
<lstd>-3.58</lstd>
<lstn>-18.01</lstn>
<tmax>-2.54</tmax>
<tmin>-10.09</tmin>
<prcp>17.05</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27161</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>-0.14477</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>8.34</lstd>
<lstn>-0.79</lstn>
<tmax>11.96</tmax>
<tmin>1.13</tmin>
<prcp>15.55</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25592</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>-0.18486</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>9.05</lstd>
<lstn>-2.16</lstn>
<tmax>7.94</tmax>
<tmin>-0.43</tmin>
<prcp>24.45</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.27439</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>-0.11129</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>11.25</lstd>
<lstn>4.91</lstn>
<tmax>6.66</tmax>
<tmin>-0.08</tmin>
<prcp>29.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17033</countyCode>
<county>Crawford County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20091</ndvi>
<ndviCount>5330</ndviCount>
<ndwi>0.07974</ndwi>
<ndwiCount>5330</ndwiCount>
<lstd>4.2</lstd>
<lstn>-7.48</lstn>
<tmax>4.37</tmax>
<tmin>-5.47</tmin>
<prcp>19.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27734</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.09972</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>7.26</lstd>
<lstn>1.69</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>24.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2644</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.16532</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>6.87</lstd>
<lstn>-1.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.28363</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>-0.07523</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>3.36</lstd>
<lstn>2.73</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.3</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17035</countyCode>
<county>Cumberland County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.08099</ndvi>
<ndviCount>5103</ndviCount>
<ndwi>0.247</ndwi>
<ndwiCount>5103</ndwiCount>
<lstd>1.06</lstd>
<lstn>-8.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02679</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>0.21358</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>5.01</lstd>
<lstn>-0.01</lstn>
<tmax>2.15</tmax>
<tmin>-2.36</tmin>
<prcp>22.25</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22746</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>-0.12746</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>4.96</lstd>
<lstn>-7.04</lstn>
<tmax>3.64</tmax>
<tmin>-3.64</tmin>
<prcp>2.09</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00831</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>0.3592</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>-8.03</lstd>
<lstn>-0.68</lstn>
<tmax>1.59</tmax>
<tmin>-2.8</tmin>
<prcp>21.65</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17037</countyCode>
<county>DeKalb County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02543</ndvi>
<ndviCount>17103</ndviCount>
<ndwi>0.56504</ndwi>
<ndwiCount>17103</ndwiCount>
<lstd>-5.19</lstd>
<lstn>-19.99</lstn>
<tmax>-5.05</tmax>
<tmin>-13.44</tmin>
<prcp>16.74</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.11602</ndvi>
<ndviCount>11350</ndviCount>
<ndwi>-0.07398</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>3.21</lstd>
<lstn>-1.81</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.3</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23805</ndvi>
<ndviCount>11353</ndviCount>
<ndwi>-0.25162</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>6.21</lstd>
<lstn>-4.49</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.4</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02837</ndvi>
<ndviCount>11351</ndviCount>
<ndwi>-0.00237</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>3.49</lstd>
<lstn>0.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>30.03</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17039</countyCode>
<county>De Witt County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23422</ndvi>
<ndviCount>11353</ndviCount>
<ndwi>-0.25051</ndwi>
<ndwiCount>11353</ndwiCount>
<lstd>2.3</lstd>
<lstn>-15.29</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>6.73</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.251</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.21579</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd>5.72</lstd>
<lstn>0.02</lstn>
<tmax>8.11</tmax>
<tmin>1.11</tmin>
<prcp>42.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23804</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.28216</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd>6.57</lstd>
<lstn>-3.03</lstn>
<tmax>5.15</tmax>
<tmin>-2.01</tmin>
<prcp>2.6</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24898</ndvi>
<ndviCount>12442</ndviCount>
<ndwi>-0.24968</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>4.38</tmax>
<tmin>-0.2</tmin>
<prcp>20.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17041</countyCode>
<county>Douglas County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20557</ndvi>
<ndviCount>12451</ndviCount>
<ndwi>-0.08141</ndwi>
<ndwiCount>12451</ndwiCount>
<lstd>1.44</lstd>
<lstn>-13.94</lstn>
<tmax>0.55</tmax>
<tmin>-7.34</tmin>
<prcp>8.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02592</ndvi>
<ndviCount>74</ndviCount>
<ndwi>0.27029</ndwi>
<ndwiCount>74</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>3.28</tmax>
<tmin>-1.7</tmin>
<prcp>33.15</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23677</ndvi>
<ndviCount>74</ndviCount>
<ndwi>-0.17046</ndwi>
<ndwiCount>74</ndwiCount>
<lstd>5.19</lstd>
<lstn>-4.05</lstn>
<tmax>5.68</tmax>
<tmin>-2.05</tmin>
<prcp>1.28</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02551</ndvi>
<ndviCount>74</ndviCount>
<ndwi>0.3998</ndwi>
<ndwiCount>74</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>2.41</tmax>
<tmin>-1.62</tmin>
<prcp>21.53</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17043</countyCode>
<county>Du Page County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01352</ndvi>
<ndviCount>74</ndviCount>
<ndwi>0.4818</ndwi>
<ndwiCount>74</ndwiCount>
<lstd>-3.56</lstd>
<lstn>-18.82</lstn>
<tmax>-3.15</tmax>
<tmin>-11.42</tmin>
<prcp>15.23</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.25174</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.19526</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>6.07</lstd>
<lstn>-0.09</lstn>
<tmax>9.04</tmax>
<tmin>1.25</tmin>
<prcp>18.3</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23994</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.26682</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>6.71</lstd>
<lstn>-3.32</lstn>
<tmax>5.35</tmax>
<tmin>-2.35</tmin>
<prcp>10</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.23921</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>-0.2045</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>3.32</lstd>
<lstn>1.45</lstn>
<tmax>5.36</tmax>
<tmin>-0.28</tmin>
<prcp>25.9</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17045</countyCode>
<county>Edgar County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.08924</ndvi>
<ndviCount>16993</ndviCount>
<ndwi>0.26023</ndwi>
<ndwiCount>16993</ndwiCount>
<lstd>3.45</lstd>
<lstn>-13.16</lstn>
<tmax>1.61</tmax>
<tmin>-7.14</tmin>
<prcp>15.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.32664</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>-0.12737</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>9.98</lstd>
<lstn>0.25</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.6</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.31491</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>-0.16239</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>7</lstd>
<lstn>-0.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.9</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.32796</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>-0.11939</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>13.53</lstd>
<lstn>5.21</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>56.75</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17047</countyCode>
<county>Edwards County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.34112</ndvi>
<ndviCount>2847</ndviCount>
<ndwi>-0.09832</ndwi>
<ndwiCount>2847</ndwiCount>
<lstd>6.59</lstd>
<lstn>-1.02</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.28051</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>-0.09418</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>7.82</lstd>
<lstn>2.1</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.99</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26443</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>-0.14535</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>4.9</lstd>
<lstn>-1.36</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.82</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.29179</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>-0.06174</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>7.39</lstd>
<lstn>4.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.24</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17049</countyCode>
<county>Effingham County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.17208</ndvi>
<ndviCount>6464</ndviCount>
<ndwi>0.08135</ndwi>
<ndwiCount>6464</ndwiCount>
<lstd>4.55</lstd>
<lstn>-5.66</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.22</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.2717</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>-0.12796</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>7.58</lstd>
<lstn>-0.01</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25278</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>-0.17136</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>6.03</lstd>
<lstn>-1.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.3</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.27606</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>-0.11806</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>8.16</lstd>
<lstn>3.03</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17051</countyCode>
<county>Fayette County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20523</ndvi>
<ndviCount>8494</ndviCount>
<ndwi>0.04942</ndwi>
<ndwiCount>8494</ndwiCount>
<lstd>5.49</lstd>
<lstn>-6.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01257</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>0.14773</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>2.68</lstd>
<lstn>0.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.5</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22283</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>-0.25058</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>9.2</lstd>
<lstn>-6.05</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02862</ndvi>
<ndviCount>15246</ndviCount>
<ndwi>0.01189</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>3.15</lstd>
<lstn>1.96</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.05</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17053</countyCode>
<county>Ford County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.13276</ndvi>
<ndviCount>15299</ndviCount>
<ndwi>0.10913</ndwi>
<ndwiCount>15299</ndwiCount>
<lstd>0.69</lstd>
<lstn>-15.82</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.8</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.32184</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>-0.14865</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>11.34</lstd>
<lstn>-0.7</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.55</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.31571</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>-0.17118</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>8.77</lstd>
<lstn>-0.21</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>22.6</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.32937</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>-0.14944</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>10.97</lstd>
<lstn>4.7</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>56.53</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17055</countyCode>
<county>Franklin County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.36454</ndvi>
<ndviCount>1990</ndviCount>
<ndwi>-0.06819</ndwi>
<ndwiCount>1990</ndwiCount>
<lstd>5.89</lstd>
<lstn>-6.92</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.72</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0869</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.02817</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>11.24</lstd>
<lstn>-2.62</lstn>
<tmax>4.51</tmax>
<tmin>-3.34</tmin>
<prcp>19.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23147</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.19289</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>6.99</lstd>
<lstn>-3.04</lstn>
<tmax>4.79</tmax>
<tmin>-4.04</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.20134</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>-0.07103</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>5.01</lstd>
<lstn>-4.12</lstn>
<tmax>3.83</tmax>
<tmin>-2.44</tmin>
<prcp>15.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17057</countyCode>
<county>Fulton County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.15656</ndvi>
<ndviCount>7607</ndviCount>
<ndwi>0.01406</ndwi>
<ndwiCount>7607</ndwiCount>
<lstd>2.04</lstd>
<lstn>-15.25</lstn>
<tmax>-3.05</tmax>
<tmin>-11.05</tmin>
<prcp>8.85</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30159</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.16691</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>11.71</lstd>
<lstn>0.68</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28731</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.18192</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>8</lstd>
<lstn>-1.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.30469</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.16526</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>11.21</lstd>
<lstn>4.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17059</countyCode>
<county>Gallatin County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.31764</ndvi>
<ndviCount>5821</ndviCount>
<ndwi>-0.11945</ndwi>
<ndwiCount>5821</ndwiCount>
<lstd>5.79</lstd>
<lstn>-4.81</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.25122</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.18903</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>7.83</lstd>
<lstn>-2.32</lstn>
<tmax>9.09</tmax>
<tmin>-0.48</tmin>
<prcp>16.3</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24411</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.19946</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>9.11</lstd>
<lstn>-6.99</lstn>
<tmax>6.03</tmax>
<tmin>-4.25</tmin>
<prcp>3.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24777</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.19456</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>9.14</lstd>
<lstn>-1.34</lstn>
<tmax>5.54</tmax>
<tmin>-1.9</tmin>
<prcp>21.2</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17061</countyCode>
<county>Greene County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.22383</ndvi>
<ndviCount>7682</ndviCount>
<ndwi>-0.14379</ndwi>
<ndwiCount>7682</ndwiCount>
<lstd>7.53</lstd>
<lstn>-9.3</lstn>
<tmax>0.91</tmax>
<tmin>-7.64</tmin>
<prcp>7.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03849</ndvi>
<ndviCount>9925</ndviCount>
<ndwi>0.21724</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>-4.73</lstd>
<lstn>-6.79</lstn>
<tmax>4.45</tmax>
<tmin>-2.41</tmin>
<prcp>19.06</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22286</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>-0.21903</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>8.23</lstd>
<lstn>-6.52</lstn>
<tmax>4.74</tmax>
<tmin>-3.06</tmin>
<prcp>0.85</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.21231</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>-0.21586</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>1.08</lstd>
<lstn>-0.62</lstn>
<tmax>3.55</tmax>
<tmin>-1.04</tmin>
<prcp>22.47</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17063</countyCode>
<county>Grundy County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00756</ndvi>
<ndviCount>9952</ndviCount>
<ndwi>0.70907</ndwi>
<ndwiCount>9952</ndwiCount>
<lstd>-3.97</lstd>
<lstn>-17.97</lstn>
<tmax>-1.69</tmax>
<tmin>-9.86</tmin>
<prcp>10.83</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27305</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>-0.17146</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>10.02</lstd>
<lstn>0.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.5</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26226</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>-0.19656</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>7.65</lstd>
<lstn>-1.06</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.05</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.27634</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>-0.17362</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>9.6</lstd>
<lstn>5.24</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>44.67</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17065</countyCode>
<county>Hamilton County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.30129</ndvi>
<ndviCount>5031</ndviCount>
<ndwi>-0.11593</ndwi>
<ndwiCount>5031</ndwiCount>
<lstd>5.49</lstd>
<lstn>-4.83</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.37</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.21541</ndvi>
<ndviCount>13301</ndviCount>
<ndwi>-0.09699</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>5.62</lstd>
<lstn>-4.4</lstn>
<tmax>5.69</tmax>
<tmin>-2.71</tmin>
<prcp>23.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23657</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.17375</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>7.07</lstd>
<lstn>-5.94</lstn>
<tmax>5.04</tmax>
<tmin>-3.85</tmin>
<prcp>0.74</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24096</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.1328</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>4.18</lstd>
<lstn>-6.28</lstn>
<tmax>4.23</tmax>
<tmin>-2.34</tmin>
<prcp>15.63</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17067</countyCode>
<county>Hancock County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.19732</ndvi>
<ndviCount>13312</ndviCount>
<ndwi>-0.11788</ndwi>
<ndwiCount>13312</ndwiCount>
<lstd>1.69</lstd>
<lstn>-14.93</lstn>
<tmax>-1.64</tmax>
<tmin>-10.31</tmin>
<prcp>7.84</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.36179</ndvi>
<ndviCount>69</ndviCount>
<ndwi>-0.12195</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>10.83</lstd>
<lstn>-0.9</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.35567</ndvi>
<ndviCount>69</ndviCount>
<ndwi>-0.14771</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>10.54</lstd>
<lstn>-1.05</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.36665</ndvi>
<ndviCount>69</ndviCount>
<ndwi>-0.1081</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>11.58</lstd>
<lstn>4.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17069</countyCode>
<county>Hardin County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.38485</ndvi>
<ndviCount>69</ndviCount>
<ndwi>-0.09216</ndwi>
<ndwiCount>69</ndwiCount>
<lstd>7.15</lstd>
<lstn>-4.89</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.08885</ndvi>
<ndviCount>6591</ndviCount>
<ndwi>-0.02769</ndwi>
<ndwiCount>6635</ndwiCount>
<lstd>8.05</lstd>
<lstn>-4.69</lstn>
<tmax>4.54</tmax>
<tmin>-3.56</tmin>
<prcp>19.95</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22912</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>-0.17619</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd>4.85</lstd>
<lstn>-3.87</lstn>
<tmax>5.75</tmax>
<tmin>-4.78</tmin>
<prcp>10.4</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.22481</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>-0.15749</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd>2.47</lstd>
<lstn>-11.99</lstn>
<tmax>4.35</tmax>
<tmin>-1.4</tmin>
<prcp>24.7</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17071</countyCode>
<county>Henderson County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.03207</ndvi>
<ndviCount>6639</ndviCount>
<ndwi>0.50728</ndwi>
<ndwiCount>6639</ndwiCount>
<lstd>-1.67</lstd>
<lstn>-16.31</lstn>
<tmax>-2.85</tmax>
<tmin>-10.09</tmin>
<prcp>10.7</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.05477</ndvi>
<ndviCount>20336</ndviCount>
<ndwi>0.10679</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>-0.62</lstd>
<lstn>-2.74</lstn>
<tmax>3.13</tmax>
<tmin>-3.36</tmin>
<prcp>21.29</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22208</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>-0.12809</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>3.96</lstd>
<lstn>-3.45</lstn>
<tmax>4.81</tmax>
<tmin>-3.3</tmin>
<prcp>4.81</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00648</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>0.09493</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>-4.44</lstd>
<lstn>-14.12</lstn>
<tmax>2.06</tmax>
<tmin>-2.54</tmin>
<prcp>19.96</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17073</countyCode>
<county>Henry County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01885</ndvi>
<ndviCount>20340</ndviCount>
<ndwi>0.6193</ndwi>
<ndwiCount>20340</ndwiCount>
<lstd>-4.55</lstd>
<lstn>-17.1</lstn>
<tmax>-4.51</tmax>
<tmin>-12.54</tmin>
<prcp>11.57</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0082</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>0.25291</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.18</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22226</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>-0.25015</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd>7.31</lstd>
<lstn>-5.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.43</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02539</ndvi>
<ndviCount>33208</ndviCount>
<ndwi>0.06358</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd>2.48</lstd>
<lstn>2.11</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.83</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17075</countyCode>
<county>Iroquois County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.12455</ndvi>
<ndviCount>33238</ndviCount>
<ndwi>0.1453</ndwi>
<ndwiCount>33238</ndwiCount>
<lstd>1.2</lstd>
<lstn>-15.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.83</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.28439</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>-0.17428</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>10.65</lstd>
<lstn>1.29</lstn>
<tmax>12.04</tmax>
<tmin>3.26</tmin>
<prcp>35.64</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.27089</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>-0.20832</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>9.69</lstd>
<lstn>-0.59</lstn>
<tmax>10.87</tmax>
<tmin>-0.13</tmin>
<prcp>14.98</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.28224</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>-0.19914</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>12.21</lstd>
<lstn>2.67</lstn>
<tmax>9.46</tmax>
<tmin>0.07</tmin>
<prcp>54.28</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17077</countyCode>
<county>Jackson County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.30428</ndvi>
<ndviCount>3131</ndviCount>
<ndwi>-0.09546</ndwi>
<ndwiCount>3131</ndwiCount>
<lstd>7.45</lstd>
<lstn>-5.45</lstn>
<tmax>3.76</tmax>
<tmin>-3.7</tmin>
<prcp>27.49</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27844</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.12289</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>8.18</lstd>
<lstn>-0.13</lstn>
<tmax>9.58</tmax>
<tmin>3.26</tmin>
<prcp>12.97</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26305</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.16913</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>7.41</lstd>
<lstn>-1.21</lstn>
<tmax>7.99</tmax>
<tmin>-0.06</tmin>
<prcp>20.7</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.28926</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>-0.06557</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>10.42</lstd>
<lstn>4.09</lstn>
<tmax>6.18</tmax>
<tmin>0.28</tmin>
<prcp>34.53</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17079</countyCode>
<county>Jasper County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20521</ndvi>
<ndviCount>8234</ndviCount>
<ndwi>0.06154</ndwi>
<ndwiCount>8234</ndwiCount>
<lstd>5.87</lstd>
<lstn>-6.05</lstn>
<tmax>3.25</tmax>
<tmin>-5.55</tmin>
<prcp>25.92</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30729</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>-0.15731</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>10.65</lstd>
<lstn>-0.77</lstn>
<tmax>11.18</tmax>
<tmin>1.86</tmin>
<prcp>28.06</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.29962</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>-0.17669</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>7.95</lstd>
<lstn>-0.79</lstn>
<tmax>10.41</tmax>
<tmin>-0.03</tmin>
<prcp>24.87</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.31736</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>-0.138</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>9.53</lstd>
<lstn>4.57</lstn>
<tmax>8.54</tmax>
<tmin>-0.52</tmin>
<prcp>50.64</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17081</countyCode>
<county>Jefferson County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.34536</ndvi>
<ndviCount>2606</ndviCount>
<ndwi>-0.0741</ndwi>
<ndwiCount>2606</ndwiCount>
<lstd>4.34</lstd>
<lstn>-6.86</lstn>
<tmax>5.44</tmax>
<tmin>-5.16</tmin>
<prcp>19.57</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.24998</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.18068</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>8.45</lstd>
<lstn>-2.74</lstn>
<tmax>9.73</tmax>
<tmin>0</tmin>
<prcp>16.5</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23907</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.19681</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>10.2</lstd>
<lstn>-6.16</lstn>
<tmax>7.1</tmax>
<tmin>-3.45</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.2469</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.17855</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>9.73</lstd>
<lstn>-1.36</lstn>
<tmax>6.2</tmax>
<tmin>-1.4</tmin>
<prcp>20.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17083</countyCode>
<county>Jersey County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23886</ndvi>
<ndviCount>3809</ndviCount>
<ndwi>-0.17297</ndwi>
<ndwiCount>3809</ndwiCount>
<lstd>7.89</lstd>
<lstn>-7.25</lstn>
<tmax>-2.22</tmax>
<tmin>-8.42</tmin>
<prcp>9.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.11175</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>0.11205</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>0.46</tmax>
<tmin>-4.56</tmin>
<prcp>21.32</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21728</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>-0.02744</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd>3.91</lstd>
<lstn>-2.7</lstn>
<tmax>2.08</tmax>
<tmin>-4.97</tmin>
<prcp>8.03</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02293</ndvi>
<ndviCount>2638</ndviCount>
<ndwi>0.27203</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd>-4.13</lstd>
<lstn>-4.89</lstn>
<tmax>0.83</tmax>
<tmin>-4.17</tmin>
<prcp>24.16</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17085</countyCode>
<county>Jo Daviess County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01727</ndvi>
<ndviCount>2640</ndviCount>
<ndwi>0.77552</ndwi>
<ndwiCount>2640</ndwiCount>
<lstd>-9.66</lstd>
<lstn>-20.4</lstn>
<tmax>-5.73</tmax>
<tmin>-14.24</tmin>
<prcp>14.05</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.37671</ndvi>
<ndviCount>195</ndviCount>
<ndwi>-0.124</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>10.97</lstd>
<lstn>-1.8</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.37401</ndvi>
<ndviCount>195</ndviCount>
<ndwi>-0.15147</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>10.33</lstd>
<lstn>-1.48</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.38527</ndvi>
<ndviCount>195</ndviCount>
<ndwi>-0.12273</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>11.74</lstd>
<lstn>-1.4</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17087</countyCode>
<county>Johnson County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.34511</ndvi>
<ndviCount>195</ndviCount>
<ndwi>0.05305</ndwi>
<ndwiCount>195</ndwiCount>
<lstd>4.21</lstd>
<lstn>-5.86</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03033</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>0.25611</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd>-2.89</lstd>
<lstn>-5.52</lstn>
<tmax>3.04</tmax>
<tmin>-2.22</tmin>
<prcp>28.19</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23485</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>-0.12503</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd>5.39</lstd>
<lstn>-6</lstn>
<tmax>4.73</tmax>
<tmin>-2.81</tmin>
<prcp>0.99</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01454</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>0.45317</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>2.26</tmax>
<tmin>-1.89</tmin>
<prcp>23.07</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17089</countyCode>
<county>Kane County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02222</ndvi>
<ndviCount>5287</ndviCount>
<ndwi>0.44999</ndwi>
<ndwiCount>5287</ndwiCount>
<lstd>-5.75</lstd>
<lstn>-22.49</lstn>
<tmax>-4.11</tmax>
<tmin>-12.4</tmin>
<prcp>16.63</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02833</ndvi>
<ndviCount>16500</ndviCount>
<ndwi>0.21659</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>1.42</lstd>
<lstn>2.33</lstn>
<tmax>5.23</tmax>
<tmin>-0.9</tmin>
<prcp>13.14</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22742</ndvi>
<ndviCount>16528</ndviCount>
<ndwi>-0.22802</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>8.14</lstd>
<lstn>-5.36</lstn>
<tmax>4.46</tmax>
<tmin>-2.37</tmin>
<prcp>0.33</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02778</ndvi>
<ndviCount>16500</ndviCount>
<ndwi>0.06197</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>1.47</lstd>
<lstn>1.58</lstn>
<tmax>3.46</tmax>
<tmin>-1.49</tmin>
<prcp>20.64</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17091</countyCode>
<county>Kankakee County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.02465</ndvi>
<ndviCount>16528</ndviCount>
<ndwi>0.63794</ndwi>
<ndwiCount>16528</ndwiCount>
<lstd>-2.96</lstd>
<lstn>-16.82</lstn>
<tmax>-2.64</tmax>
<tmin>-9.53</tmin>
<prcp>6.57</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01617</ndvi>
<ndviCount>6397</ndviCount>
<ndwi>0.2519</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>1.66</lstd>
<lstn>1.31</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.03</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2307</ndvi>
<ndviCount>6397</ndviCount>
<ndwi>-0.17071</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>5.29</lstd>
<lstn>-5.66</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.9</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.12373</ndvi>
<ndviCount>6396</ndviCount>
<ndwi>0.11774</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>-3.53</lstd>
<lstn>-0.52</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23.55</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17093</countyCode>
<county>Kendall County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01723</ndvi>
<ndviCount>6397</ndviCount>
<ndwi>0.79965</ndwi>
<ndwiCount>6397</ndwiCount>
<lstd>-5.2</lstd>
<lstn>-20.69</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.68</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.10179</ndvi>
<ndviCount>11602</ndviCount>
<ndwi>0.00678</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>11.27</lstd>
<lstn>-3.68</lstn>
<tmax>4.28</tmax>
<tmin>-3.36</tmin>
<prcp>24.06</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21911</ndvi>
<ndviCount>11616</ndviCount>
<ndwi>-0.15733</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>7.56</lstd>
<lstn>-3.94</lstn>
<tmax>4.7</tmax>
<tmin>-4.17</tmin>
<prcp>2.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.0734</ndvi>
<ndviCount>11611</ndviCount>
<ndwi>-0.00637</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>3.42</lstd>
<lstn>-4.56</lstn>
<tmax>3.42</tmax>
<tmin>-2.18</tmin>
<prcp>24.09</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17095</countyCode>
<county>Knox County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00056</ndvi>
<ndviCount>11616</ndviCount>
<ndwi>0.64941</ndwi>
<ndwiCount>11616</ndwiCount>
<lstd>-6.05</lstd>
<lstn>-17.76</lstn>
<tmax>-3.5</tmax>
<tmin>-11.5</tmin>
<prcp>10.02</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01273</ndvi>
<ndviCount>218</ndviCount>
<ndwi>0.32391</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>0.97</lstd>
<lstn>-5.46</lstn>
<tmax>2.36</tmax>
<tmin>-2.03</tmin>
<prcp>22.51</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2324</ndvi>
<ndviCount>218</ndviCount>
<ndwi>-0.13689</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>5.59</lstd>
<lstn>-5.11</lstn>
<tmax>4.58</tmax>
<tmin>-2.64</tmin>
<prcp>0.41</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.03847</ndvi>
<ndviCount>218</ndviCount>
<ndwi>0.10791</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>0.14</lstd>
<lstn>-4.06</lstn>
<tmax>2.22</tmax>
<tmin>-1.91</tmin>
<prcp>16.3</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17097</countyCode>
<county>Lake County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00185</ndvi>
<ndviCount>218</ndviCount>
<ndwi>0.66561</ndwi>
<ndwiCount>218</ndwiCount>
<lstd>-9.25</lstd>
<lstn>-16.39</lstn>
<tmax>-4.22</tmax>
<tmin>-12.83</tmin>
<prcp>23.36</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02386</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>0.22338</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>-4.27</lstd>
<lstn>0.21</lstn>
<tmax>5.11</tmax>
<tmin>-3.29</tmin>
<prcp>21.86</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2297</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>-0.16814</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>8.12</lstd>
<lstn>-6.84</lstn>
<tmax>4.26</tmax>
<tmin>-3.58</tmin>
<prcp>2.28</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.09896</ndvi>
<ndviCount>29009</ndviCount>
<ndwi>0.06525</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>-9.86</lstd>
<lstn>-1.21</lstn>
<tmax>2.99</tmax>
<tmin>-2.14</tmin>
<prcp>24.16</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17099</countyCode>
<county>LaSalle County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01475</ndvi>
<ndviCount>29039</ndviCount>
<ndwi>0.8304</ndwi>
<ndwiCount>29039</ndwiCount>
<lstd>-3.88</lstd>
<lstn>-17.68</lstn>
<tmax>-2.96</tmax>
<tmin>-10.94</tmin>
<prcp>12.75</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30055</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>-0.1553</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>9.51</lstd>
<lstn>-0.79</lstn>
<tmax>10.46</tmax>
<tmin>2.85</tmin>
<prcp>20.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28812</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>-0.18614</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>9.98</lstd>
<lstn>-1.09</lstn>
<tmax>8.16</tmax>
<tmin>-0.91</tmin>
<prcp>20.57</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.3015</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>-0.14077</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>12.51</lstd>
<lstn>4.03</lstn>
<tmax>7.26</tmax>
<tmin>-0.35</tmin>
<prcp>30.87</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17101</countyCode>
<county>Lawrence County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.31097</ndvi>
<ndviCount>5146</ndviCount>
<ndwi>-0.09292</ndwi>
<ndwiCount>5146</ndwiCount>
<lstd>7.46</lstd>
<lstn>-7.88</lstn>
<tmax>3.58</tmax>
<tmin>-4.65</tmin>
<prcp>13.13</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03531</ndvi>
<ndviCount>19855</ndviCount>
<ndwi>0.15813</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>1.7</tmax>
<tmin>-3.72</tmin>
<prcp>18.88</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23932</ndvi>
<ndviCount>19856</ndviCount>
<ndwi>-0.13424</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd>7.05</lstd>
<lstn>-5.23</lstn>
<tmax>3.22</tmax>
<tmin>-4.2</tmin>
<prcp>4.84</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.0014</ndvi>
<ndviCount>19856</ndviCount>
<ndwi>0.15682</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd>-12.03</lstd>
<lstn>-6.01</lstn>
<tmax>2.14</tmax>
<tmin>-3.41</tmin>
<prcp>24.95</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17103</countyCode>
<county>Lee County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02669</ndvi>
<ndviCount>19856</ndviCount>
<ndwi>0.57468</ndwi>
<ndwiCount>19856</ndwiCount>
<lstd>-7.75</lstd>
<lstn>-18.34</lstn>
<tmax>-4.94</tmax>
<tmin>-12.81</tmin>
<prcp>14.98</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.00471</ndvi>
<ndviCount>32162</ndviCount>
<ndwi>0.2068</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>-5.05</lstd>
<lstn>-7.2</lstn>
<tmax>5</tmax>
<tmin>-2.15</tmin>
<prcp>11.53</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22072</ndvi>
<ndviCount>32172</ndviCount>
<ndwi>-0.23789</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>8.45</lstd>
<lstn>-6.67</lstn>
<tmax>4.23</tmax>
<tmin>-3.4</tmin>
<prcp>2.06</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.03484</ndvi>
<ndviCount>32094</ndviCount>
<ndwi>0.01558</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>2.82</lstd>
<lstn>1.39</lstn>
<tmax>3.05</tmax>
<tmin>-1.38</tmin>
<prcp>26.2</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17105</countyCode>
<county>Livingston County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.04242</ndvi>
<ndviCount>32172</ndviCount>
<ndwi>0.47437</ndwi>
<ndwiCount>32172</ndwiCount>
<lstd>0.18</lstd>
<lstn>-16.03</lstn>
<tmax>-3.63</tmax>
<tmin>-10.21</tmin>
<prcp>9.6</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.17295</ndvi>
<ndviCount>18310</ndviCount>
<ndwi>-0.09228</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>5.99</lstd>
<lstn>-2.85</lstn>
<tmax>7.66</tmax>
<tmin>0.41</tmin>
<prcp>13.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23129</ndvi>
<ndviCount>18316</ndviCount>
<ndwi>-0.22647</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>6.54</lstd>
<lstn>-2.48</lstn>
<tmax>7.5</tmax>
<tmin>-1.41</tmin>
<prcp>3.82</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.10177</ndvi>
<ndviCount>18313</ndviCount>
<ndwi>-0.08225</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>4.98</lstd>
<lstn>0.9</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>24.79</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17107</countyCode>
<county>Logan County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23146</ndvi>
<ndviCount>18316</ndviCount>
<ndwi>-0.24053</ndwi>
<ndwiCount>18316</ndwiCount>
<lstd>2.82</lstd>
<lstn>-15.39</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.42</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.07194</ndvi>
<ndviCount>12118</ndviCount>
<ndwi>-0.03408</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>5.25</lstd>
<lstn>-4.91</lstn>
<tmax>5.4</tmax>
<tmin>-1.6</tmin>
<prcp>24.27</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22783</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.21328</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>7.84</lstd>
<lstn>-3.81</lstn>
<tmax>6.1</tmax>
<tmin>-2.84</tmin>
<prcp>0.4</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.23532</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.18516</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>4.52</lstd>
<lstn>-6.12</lstn>
<tmax>4.79</tmax>
<tmin>-1.03</tmin>
<prcp>16.17</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17109</countyCode>
<county>McDonough County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.16984</ndvi>
<ndviCount>12136</ndviCount>
<ndwi>-0.05338</ndwi>
<ndwiCount>12136</ndwiCount>
<lstd>0.99</lstd>
<lstn>-16.07</lstn>
<tmax>-1.38</tmax>
<tmin>-9.45</tmin>
<prcp>9.63</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0227</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>0.27845</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>-0.14</lstd>
<lstn>-1.81</lstn>
<tmax>1.8</tmax>
<tmin>-3.13</tmin>
<prcp>18.09</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2356</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>-0.12908</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>4.3</lstd>
<lstn>-6.19</lstn>
<tmax>4.11</tmax>
<tmin>-3.97</tmin>
<prcp>1.91</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01211</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>0.12744</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>-11.15</lstd>
<lstn>-0.49</lstn>
<tmax>2.6</tmax>
<tmin>-1.29</tmin>
<prcp>17.32</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17111</countyCode>
<county>McHenry County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01561</ndvi>
<ndviCount>5561</ndviCount>
<ndwi>0.60808</ndwi>
<ndwiCount>5561</ndwiCount>
<lstd>-10.89</lstd>
<lstn>-17.17</lstn>
<tmax>-2.93</tmax>
<tmin>-10.93</tmin>
<prcp>24.62</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.00952</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>0.15817</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>2.88</lstd>
<lstn>-2.5</lstn>
<tmax>6.11</tmax>
<tmin>-1.39</tmin>
<prcp>9.77</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22734</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>-0.25024</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>6.51</lstd>
<lstn>-5.98</lstn>
<tmax>5.5</tmax>
<tmin>-3.2</tmin>
<prcp>2.77</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.03211</ndvi>
<ndviCount>35205</ndviCount>
<ndwi>0.00543</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>2.65</lstd>
<lstn>1.59</lstn>
<tmax>4.11</tmax>
<tmin>-0.76</tmin>
<prcp>26.55</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17113</countyCode>
<county>McLean County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.19951</ndvi>
<ndviCount>35213</ndviCount>
<ndwi>-0.16062</ndwi>
<ndwiCount>35213</ndwiCount>
<lstd>0.88</lstd>
<lstn>-15.92</lstn>
<tmax>-1.83</tmax>
<tmin>-9.53</tmin>
<prcp>6.96</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.23975</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.13961</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>4.79</lstd>
<lstn>-1.04</lstn>
<tmax>8.15</tmax>
<tmin>1.11</tmin>
<prcp>19.88</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24019</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.24095</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>6.29</lstd>
<lstn>-1.2</lstn>
<tmax>7.47</tmax>
<tmin>-0.48</tmin>
<prcp>3.58</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.20059</ndvi>
<ndviCount>15689</ndviCount>
<ndwi>-0.18565</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>4.15</lstd>
<lstn>0.9</lstn>
<tmax>4.76</tmax>
<tmin>-0.46</tmin>
<prcp>19.73</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17115</countyCode>
<county>Macon County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.2241</ndvi>
<ndviCount>15691</ndviCount>
<ndwi>-0.17004</ndwi>
<ndwiCount>15691</ndwiCount>
<lstd>2.63</lstd>
<lstn>-14.51</lstn>
<tmax>1.87</tmax>
<tmin>-8.25</tmin>
<prcp>7.67</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.26573</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.15537</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>8.94</lstd>
<lstn>-2.15</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>31.67</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25558</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.20721</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>10.25</lstd>
<lstn>-3.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.12</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.26511</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.18553</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>8.52</lstd>
<lstn>0.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.41</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17117</countyCode>
<county>Macoupin County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20806</ndvi>
<ndviCount>13903</ndviCount>
<ndwi>-0.04535</ndwi>
<ndwiCount>13903</ndwiCount>
<lstd>5.73</lstd>
<lstn>-9.57</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.48</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27876</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.1489</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>9.98</lstd>
<lstn>-1.19</lstn>
<tmax>11.04</tmax>
<tmin>0.01</tmin>
<prcp>32.45</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26257</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.18212</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>10.83</lstd>
<lstn>-4.61</lstn>
<tmax>8.61</tmax>
<tmin>-4.6</tmin>
<prcp>1.73</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.27549</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.17121</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>9.5</lstd>
<lstn>0.72</lstn>
<tmax>7.65</tmax>
<tmin>-1.81</tmin>
<prcp>23.45</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17119</countyCode>
<county>Madison County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.27471</ndvi>
<ndviCount>6459</ndviCount>
<ndwi>-0.14271</ndwi>
<ndwiCount>6459</ndwiCount>
<lstd>7.59</lstd>
<lstn>-5.83</lstn>
<tmax>3.6</tmax>
<tmin>-6.95</tmin>
<prcp>15</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.27723</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>-0.14456</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>9.54</lstd>
<lstn>-0.86</lstn>
<tmax>10.73</tmax>
<tmin>1.21</tmin>
<prcp>24.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26122</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>-0.17567</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>6.37</lstd>
<lstn>-0.73</lstn>
<tmax>7.98</tmax>
<tmin>-2.04</tmin>
<prcp>17.65</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.2838</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>-0.12129</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>8.16</lstd>
<lstn>4.08</lstn>
<tmax>7.26</tmax>
<tmin>0.04</tmin>
<prcp>37.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17121</countyCode>
<county>Marion County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.29437</ndvi>
<ndviCount>4918</ndviCount>
<ndwi>-0.01807</ndwi>
<ndwiCount>4918</ndwiCount>
<lstd>2.82</lstd>
<lstn>-6.33</lstn>
<tmax>2.89</tmax>
<tmin>-6.12</tmin>
<prcp>19.28</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01848</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>0.16078</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>0.27</lstd>
<lstn>-2.28</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.3</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22511</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>-0.17167</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>3.98</lstd>
<lstn>-2.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.65</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01408</ndvi>
<ndviCount>9174</ndviCount>
<ndwi>0.10277</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>1.96</lstd>
<lstn>-12.29</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17123</countyCode>
<county>Marshall County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00056</ndvi>
<ndviCount>9181</ndviCount>
<ndwi>0.70878</ndwi>
<ndwiCount>9181</ndwiCount>
<lstd>-5.2</lstd>
<lstn>-18.02</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.14758</ndvi>
<ndviCount>10627</ndviCount>
<ndwi>-0.07736</ndwi>
<ndwiCount>10676</ndwiCount>
<lstd>8.74</lstd>
<lstn>-5.56</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24522</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.22018</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd>6.65</lstd>
<lstn>-3.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24918</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.18692</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd>6.14</lstd>
<lstn>-1.47</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.9</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17125</countyCode>
<county>Mason County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.2502</ndvi>
<ndviCount>10680</ndviCount>
<ndwi>-0.24054</ndwi>
<ndwiCount>10680</ndwiCount>
<lstd>2.62</lstd>
<lstn>-15.19</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.317</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>-0.12912</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>10.98</lstd>
<lstn>-1.01</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>69.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.31491</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>-0.16454</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>11.38</lstd>
<lstn>-1.37</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>14.75</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.33149</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>-0.13214</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>12.44</lstd>
<lstn>-0.86</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>37.72</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17127</countyCode>
<county>Massac County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.3475</ndvi>
<ndviCount>1299</ndviCount>
<ndwi>-0.09736</ndwi>
<ndwiCount>1299</ndwiCount>
<lstd>9.84</lstd>
<lstn>-0.79</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>58.07</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.22096</ndvi>
<ndviCount>7132</ndviCount>
<ndwi>-0.10845</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>6.12</lstd>
<lstn>-5.83</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.33</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22983</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.22054</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>7.91</lstd>
<lstn>-3.12</lstn>
<tmax>4.07</tmax>
<tmin>-3.13</tmin>
<prcp>3.71</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.22916</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.17465</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>6.25</lstd>
<lstn>0.53</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>25.85</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17129</countyCode>
<county>Menard County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23322</ndvi>
<ndviCount>7136</ndviCount>
<ndwi>-0.23954</ndwi>
<ndwiCount>7136</ndwiCount>
<lstd>3.08</lstd>
<lstn>-15.15</lstn>
<tmax>-0.53</tmax>
<tmin>-10.6</tmin>
<prcp>7.23</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.06635</ndvi>
<ndviCount>10625</ndviCount>
<ndwi>0.0263</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>2.73</lstd>
<lstn>-6.56</lstn>
<tmax>3.75</tmax>
<tmin>-3.9</tmin>
<prcp>25.4</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24174</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>-0.14867</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>7.14</lstd>
<lstn>-4.91</lstn>
<tmax>5.05</tmax>
<tmin>-3.75</tmin>
<prcp>2.4</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02388</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>0.07564</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>6.11</lstd>
<lstn>-8.19</lstn>
<tmax>3.31</tmax>
<tmin>-2.74</tmin>
<prcp>29.5</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17131</countyCode>
<county>Mercer County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00151</ndvi>
<ndviCount>10644</ndviCount>
<ndwi>0.66546</ndwi>
<ndwiCount>10644</ndwiCount>
<lstd>-5.43</lstd>
<lstn>-16.22</lstn>
<tmax>-3.43</tmax>
<tmin>-11.08</tmin>
<prcp>5.15</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.29348</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.17831</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>12.85</lstd>
<lstn>-1.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>23</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28533</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.16896</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>12.27</lstd>
<lstn>-3.72</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.25</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.28422</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.1993</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>11.61</lstd>
<lstn>0.09</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>38.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17133</countyCode>
<county>Monroe County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.28665</ndvi>
<ndviCount>2845</ndviCount>
<ndwi>-0.13288</ndwi>
<ndwiCount>2845</ndwiCount>
<lstd>8.47</lstd>
<lstn>-7.38</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.75</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.26495</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.13604</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>6.89</lstd>
<lstn>-0.32</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2524</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.19891</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>10.16</lstd>
<lstn>-0.5</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>3.3</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.26587</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>-0.17628</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>7.91</lstd>
<lstn>1.37</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.7</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17135</countyCode>
<county>Montgomery County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.19651</ndvi>
<ndviCount>14204</ndviCount>
<ndwi>0.02339</ndwi>
<ndwiCount>14204</ndwiCount>
<lstd>2.84</lstd>
<lstn>-10.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>6.4</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.23353</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.15571</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>6.96</lstd>
<lstn>-4.28</lstn>
<tmax>8.99</tmax>
<tmin>-0.52</tmin>
<prcp>10.77</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23277</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.21373</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>8.31</lstd>
<lstn>-4.86</lstn>
<tmax>6.75</tmax>
<tmin>-4.21</tmin>
<prcp>2.77</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.23775</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.20335</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>7.94</lstd>
<lstn>-1.45</lstn>
<tmax>6.11</tmax>
<tmin>-2.3</tmin>
<prcp>24.92</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17137</countyCode>
<county>Morgan County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.2297</ndvi>
<ndviCount>11383</ndviCount>
<ndwi>-0.22203</ndwi>
<ndwiCount>11383</ndwiCount>
<lstd>5.04</lstd>
<lstn>-13.49</lstn>
<tmax>1.04</tmax>
<tmin>-8.04</tmin>
<prcp>7.25</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.24866</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.17253</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>5.65</lstd>
<lstn>1.65</lstn>
<tmax>8.48</tmax>
<tmin>0.96</tmin>
<prcp>35.73</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24154</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.26938</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>7.01</lstd>
<lstn>-1.24</lstn>
<tmax>6.74</tmax>
<tmin>-1.85</tmin>
<prcp>3.15</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.25717</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.25371</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>1.77</lstd>
<lstn>0.77</lstn>
<tmax>5.23</tmax>
<tmin>-0.41</tmin>
<prcp>20.38</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17139</countyCode>
<county>Moultrie County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20497</ndvi>
<ndviCount>9093</ndviCount>
<ndwi>-0.07742</ndwi>
<ndwiCount>9093</ndwiCount>
<lstd>2.32</lstd>
<lstn>-13.51</lstn>
<tmax>2.23</tmax>
<tmin>-7.76</tmin>
<prcp>10.97</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04076</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>0.13786</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23667</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>-0.09021</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd>5.24</lstd>
<lstn>-3.69</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.3</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00378</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>0.25543</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd>-15.77</lstd>
<lstn>-3.5</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17141</countyCode>
<county>Ogle County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02238</ndvi>
<ndviCount>15546</ndviCount>
<ndwi>0.564</ndwi>
<ndwiCount>15546</ndwiCount>
<lstd>-10.69</lstd>
<lstn>-19.18</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.8</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.08084</ndvi>
<ndviCount>7448</ndviCount>
<ndwi>-0.01816</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>3.74</lstd>
<lstn>-1.69</lstn>
<tmax>5.75</tmax>
<tmin>-0.38</tmin>
<prcp>16.93</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22408</ndvi>
<ndviCount>7454</ndviCount>
<ndwi>-0.17841</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>4.67</lstd>
<lstn>-3.37</lstn>
<tmax>7.45</tmax>
<tmin>-0.98</tmin>
<prcp>4.33</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.05064</ndvi>
<ndviCount>7441</ndviCount>
<ndwi>0.03326</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>2.68</lstd>
<lstn>-11.12</lstn>
<tmax>3.26</tmax>
<tmin>-0.64</tmin>
<prcp>19.75</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17143</countyCode>
<county>Peoria County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.01273</ndvi>
<ndviCount>7454</ndviCount>
<ndwi>0.61992</ndwi>
<ndwiCount>7454</ndwiCount>
<lstd>-2.07</lstd>
<lstn>-16.16</lstn>
<tmax>-1.59</tmax>
<tmin>-10.4</tmin>
<prcp>9.12</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.31184</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>-0.16441</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>12.17</lstd>
<lstn>0.78</lstn>
<tmax>14.88</tmax>
<tmin>7.38</tmin>
<prcp>24.1</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.30081</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>-0.18371</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>8.42</lstd>
<lstn>-0.55</lstn>
<tmax>9.83</tmax>
<tmin>-3.7</tmin>
<prcp>15.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.31641</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>-0.15778</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>10.9</lstd>
<lstn>0.99</lstn>
<tmax>8.2</tmax>
<tmin>-2.1</tmin>
<prcp>45.9</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17145</countyCode>
<county>Perry County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.34839</ndvi>
<ndviCount>2639</ndviCount>
<ndwi>-0.10639</ndwi>
<ndwiCount>2639</ndwiCount>
<lstd>6.61</lstd>
<lstn>-6.97</lstn>
<tmax>-1.5</tmax>
<tmin>-5.73</tmin>
<prcp>21.85</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.22227</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.17355</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>4.77</lstd>
<lstn>0.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.21</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24162</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.27459</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>7.35</lstd>
<lstn>-3.6</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.78</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.11167</ndvi>
<ndviCount>14191</ndviCount>
<ndwi>-0.11707</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>3.87</lstd>
<lstn>1.59</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.86</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17147</countyCode>
<county>Piatt County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.22488</ndvi>
<ndviCount>14214</ndviCount>
<ndwi>-0.20128</ndwi>
<ndwiCount>14214</ndwiCount>
<lstd>2.24</lstd>
<lstn>-14.79</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>9.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.24959</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.15032</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>8.7</lstd>
<lstn>-3.96</lstn>
<tmax>8.1</tmax>
<tmin>-0.52</tmin>
<prcp>7.5</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23957</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.15953</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>9.09</lstd>
<lstn>-6.6</lstn>
<tmax>6.04</tmax>
<tmin>-4.43</tmin>
<prcp>1.15</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.25626</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.14766</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>7.99</lstd>
<lstn>-2.65</lstn>
<tmax>5.99</tmax>
<tmin>-2.82</tmin>
<prcp>14</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17149</countyCode>
<county>Pike County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23425</ndvi>
<ndviCount>8576</ndviCount>
<ndwi>-0.22292</ndwi>
<ndwiCount>8576</ndwiCount>
<lstd>5.94</lstd>
<lstn>-11.69</lstn>
<tmax>0.38</tmax>
<tmin>-8.82</tmin>
<prcp>6.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.31171</ndvi>
<ndviCount>340</ndviCount>
<ndwi>-0.15082</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>10.83</lstd>
<lstn>-0.19</lstn>
<tmax>12.71</tmax>
<tmin>4.5</tmin>
<prcp>0</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.30705</ndvi>
<ndviCount>340</ndviCount>
<ndwi>-0.18473</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>11.16</lstd>
<lstn>-1.49</lstn>
<tmax>10.96</tmax>
<tmin>1.4</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.32391</ndvi>
<ndviCount>340</ndviCount>
<ndwi>-0.14165</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>12.08</lstd>
<lstn>-1.26</lstn>
<tmax>10.14</tmax>
<tmin>0.85</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17151</countyCode>
<county>Pope County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.33952</ndvi>
<ndviCount>340</ndviCount>
<ndwi>-0.11804</ndwi>
<ndwiCount>340</ndwiCount>
<lstd>10.44</lstd>
<lstn>-1.96</lstn>
<tmax>3.96</tmax>
<tmin>-3.48</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30541</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>-0.16326</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>10.79</lstd>
<lstn>-0.63</lstn>
<tmax>12.14</tmax>
<tmin>4.01</tmin>
<prcp>50.3</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.31002</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>-0.18047</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>10.97</lstd>
<lstn>-1.2</lstn>
<tmax>9.73</tmax>
<tmin>0.49</tmin>
<prcp>20.75</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.31643</ndvi>
<ndviCount>1473</ndviCount>
<ndwi>-0.1639</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>12.09</lstd>
<lstn>-1.78</lstn>
<tmax>9.17</tmax>
<tmin>0.55</tmin>
<prcp>40.2</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17153</countyCode>
<county>Pulaski County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20478</ndvi>
<ndviCount>1472</ndviCount>
<ndwi>-0.02004</ndwi>
<ndwiCount>1473</ndwiCount>
<lstd>9.96</lstd>
<lstn>-1.25</lstn>
<tmax>5.15</tmax>
<tmin>-2.23</tmin>
<prcp>49.2</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02967</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>0.19233</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>-1.63</lstd>
<lstn>2.76</lstn>
<tmax>3.99</tmax>
<tmin>-1.81</tmin>
<prcp>20.1</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23509</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>-0.11981</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>6.38</lstd>
<lstn>-4.82</lstn>
<tmax>6.88</tmax>
<tmin>-1.55</tmin>
<prcp>8.7</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01115</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>0.1469</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>-0.72</lstd>
<lstn>-10.7</lstn>
<tmax>3.19</tmax>
<tmin>-0.99</tmin>
<prcp>18.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17155</countyCode>
<county>Putnam County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01362</ndvi>
<ndviCount>2501</ndviCount>
<ndwi>0.76249</ndwi>
<ndwiCount>2501</ndwiCount>
<lstd>-5.22</lstd>
<lstn>-17.69</lstn>
<tmax>-2.09</tmax>
<tmin>-10.64</tmin>
<prcp>12.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30968</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>-0.16196</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>11.75</lstd>
<lstn>0.26</lstn>
<tmax>11.86</tmax>
<tmin>2.09</tmin>
<prcp>26.12</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.29388</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>-0.17782</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>9.72</lstd>
<lstn>-2.87</lstn>
<tmax>8.75</tmax>
<tmin>-1.83</tmin>
<prcp>14.92</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.30369</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>-0.18352</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>11.72</lstd>
<lstn>1.11</lstn>
<tmax>8.13</tmax>
<tmin>-0.49</tmin>
<prcp>38.08</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17157</countyCode>
<county>Randolph County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.33057</ndvi>
<ndviCount>2817</ndviCount>
<ndwi>-0.11466</ndwi>
<ndwiCount>2817</ndwiCount>
<lstd>7.5</lstd>
<lstn>-6.35</lstn>
<tmax>3.75</tmax>
<tmin>-4.24</tmin>
<prcp>18.93</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.29841</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>-0.12255</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>9.15</lstd>
<lstn>-0.44</lstn>
<tmax>10.5</tmax>
<tmin>2.09</tmin>
<prcp>19.53</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28086</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>-0.1632</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>7.38</lstd>
<lstn>-0.9</lstn>
<tmax>7.36</tmax>
<tmin>-1.46</tmin>
<prcp>17.2</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.30258</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>-0.09897</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>11.68</lstd>
<lstn>2.29</lstn>
<tmax>7.64</tmax>
<tmin>0.55</tmin>
<prcp>32.58</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17159</countyCode>
<county>Richland County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.31676</ndvi>
<ndviCount>4636</ndviCount>
<ndwi>-0.06836</ndwi>
<ndwiCount>4636</ndwiCount>
<lstd>3.98</lstd>
<lstn>-8.78</lstn>
<tmax>4.01</tmax>
<tmin>-4.88</tmin>
<prcp>9.19</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03604</ndvi>
<ndviCount>3938</ndviCount>
<ndwi>0.12053</ndwi>
<ndwiCount>3933</ndwiCount>
<lstd>-0.11</lstd>
<lstn>-6.61</lstn>
<tmax>3.2</tmax>
<tmin>-3.77</tmin>
<prcp>18.18</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.249</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>-0.11568</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd>4.3</lstd>
<lstn>-4.01</lstn>
<tmax>6.26</tmax>
<tmin>-2.78</tmin>
<prcp>4.82</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01006</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>0.22528</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd>-3.79</lstd>
<lstn>-6.8</lstn>
<tmax>2.29</tmax>
<tmin>-2.14</tmin>
<prcp>38.78</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17161</countyCode>
<county>Rock Island County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00883</ndvi>
<ndviCount>3943</ndviCount>
<ndwi>0.62432</ndwi>
<ndwiCount>3943</ndwiCount>
<lstd>-4.41</lstd>
<lstn>-15.17</lstn>
<tmax>-3.36</tmax>
<tmin>-11.35</tmin>
<prcp>7.95</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30157</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>-0.15523</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>12.21</lstd>
<lstn>-0.74</lstn>
<tmax>11</tmax>
<tmin>3.22</tmin>
<prcp>35.6</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28734</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>-0.16903</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>12.13</lstd>
<lstn>-2.05</lstn>
<tmax>10.75</tmax>
<tmin>-0.49</tmin>
<prcp>16.31</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.30188</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>-0.15738</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>10.45</lstd>
<lstn>1.46</lstn>
<tmax>6.74</tmax>
<tmin>-0.35</tmin>
<prcp>34.94</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17163</countyCode>
<county>St. Clair County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.30729</ndvi>
<ndviCount>5797</ndviCount>
<ndwi>-0.12651</ndwi>
<ndwiCount>5797</ndwiCount>
<lstd>6.81</lstd>
<lstn>-5.86</lstn>
<tmax>3.13</tmax>
<tmin>-5.49</tmin>
<prcp>14.22</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.28343</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.17623</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>11.65</lstd>
<lstn>-0.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.27206</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.20502</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>9.04</lstd>
<lstn>-0.64</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.1</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.28519</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.18784</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>10.77</lstd>
<lstn>4.6</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>43.7</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17165</countyCode>
<county>Saline County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.30573</ndvi>
<ndviCount>3471</ndviCount>
<ndwi>-0.12168</ndwi>
<ndwiCount>3471</ndwiCount>
<lstd>5.28</lstd>
<lstn>-4.76</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.24944</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.1658</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>6.57</lstd>
<lstn>-4.5</lstn>
<tmax>7.64</tmax>
<tmin>0.89</tmin>
<prcp>12.64</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24646</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.23181</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>8.13</lstd>
<lstn>-0.85</lstn>
<tmax>8.2</tmax>
<tmin>-0.91</tmin>
<prcp>3.74</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.2516</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.22148</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>6.96</lstd>
<lstn>0.3</lstn>
<tmax>4.59</tmax>
<tmin>-1.46</tmin>
<prcp>21.32</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17167</countyCode>
<county>Sangamon County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23571</ndvi>
<ndviCount>19432</ndviCount>
<ndwi>-0.20694</ndwi>
<ndwiCount>19432</ndwiCount>
<lstd>3.93</lstd>
<lstn>-13.5</lstn>
<tmax>1.25</tmax>
<tmin>-8.74</tmin>
<prcp>7.14</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.20459</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.08874</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>7.32</lstd>
<lstn>-5.99</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2413</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.16148</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>8.79</lstd>
<lstn>-5.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.25581</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.14501</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>6.39</lstd>
<lstn>-3.22</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17169</countyCode>
<county>Schuyler County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23202</ndvi>
<ndviCount>2934</ndviCount>
<ndwi>-0.21714</ndwi>
<ndwiCount>2934</ndwiCount>
<lstd>3.03</lstd>
<lstn>-14.44</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.25558</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.17895</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>7.41</lstd>
<lstn>-2.61</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24055</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.18464</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>7.63</lstd>
<lstn>-7.57</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.24017</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.16794</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>8.4</lstd>
<lstn>-1.95</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17171</countyCode>
<county>Scott County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.23668</ndvi>
<ndviCount>3868</ndviCount>
<ndwi>-0.22138</ndwi>
<ndwiCount>3868</ndwiCount>
<lstd>5.53</lstd>
<lstn>-11.88</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.26943</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.1345</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>6.28</lstd>
<lstn>1.9</lstn>
<tmax>9.56</tmax>
<tmin>1.24</tmin>
<prcp>28.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25576</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.2101</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>4.63</lstd>
<lstn>-0.73</lstn>
<tmax>6.01</tmax>
<tmin>-1.79</tmin>
<prcp>3.1</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.2713</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>-0.17975</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>5.23</lstd>
<lstn>2.66</lstn>
<tmax>5.22</tmax>
<tmin>-0.78</tmin>
<prcp>16.18</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17173</countyCode>
<county>Shelby County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.18839</ndvi>
<ndviCount>15159</ndviCount>
<ndwi>0.04776</ndwi>
<ndwiCount>15159</ndwiCount>
<lstd>2.81</lstd>
<lstn>-12.79</lstn>
<tmax>1.46</tmax>
<tmin>-6.73</tmin>
<prcp>10.64</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02251</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>0.1159</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd>0.1</lstd>
<lstn>-8.64</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22822</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>-0.15995</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd>3.74</lstd>
<lstn>-3.6</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.0075</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>0.07532</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17175</countyCode>
<county>Stark County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00627</ndvi>
<ndviCount>8155</ndviCount>
<ndwi>0.73536</ndwi>
<ndwiCount>8155</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.06907</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>0.12037</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>0.84</tmax>
<tmin>-3.88</tmin>
<prcp>11.74</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2322</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>-0.01141</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd>3.72</lstd>
<lstn>-2.34</lstn>
<tmax>2.35</tmax>
<tmin>-4.25</tmin>
<prcp>6.16</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01634</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>0.24212</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd>-13.05</lstd>
<lstn>-4.26</lstn>
<tmax>1.16</tmax>
<tmin>-3.05</tmin>
<prcp>18.15</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17177</countyCode>
<county>Stephenson County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01897</ndvi>
<ndviCount>8895</ndviCount>
<ndwi>0.72919</ndwi>
<ndwiCount>8895</ndwiCount>
<lstd>-10.93</lstd>
<lstn>-22.04</lstn>
<tmax>-4.65</tmax>
<tmin>-12.98</tmin>
<prcp>14.29</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.05479</ndvi>
<ndviCount>12510</ndviCount>
<ndwi>0.06756</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>10.44</lstd>
<lstn>-2.52</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.24</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23827</ndvi>
<ndviCount>12513</ndviCount>
<ndwi>-0.22501</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>6.28</lstd>
<lstn>-3.68</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.39</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.08801</ndvi>
<ndviCount>12490</ndviCount>
<ndwi>0.00344</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>2.85</lstd>
<lstn>-3.61</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>22.28</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17179</countyCode>
<county>Tazewell County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.20325</ndvi>
<ndviCount>12513</ndviCount>
<ndwi>-0.12762</ndwi>
<ndwiCount>12513</ndwiCount>
<lstd>1.38</lstd>
<lstn>-15.5</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.65</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30373</ndvi>
<ndviCount>819</ndviCount>
<ndwi>-0.15956</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>10.18</lstd>
<lstn>0.03</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>36.6</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.29564</ndvi>
<ndviCount>819</ndviCount>
<ndwi>-0.18143</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>10.43</lstd>
<lstn>-1.59</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>8.45</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.30969</ndvi>
<ndviCount>819</ndviCount>
<ndwi>-0.15815</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>12.78</lstd>
<lstn>0.07</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>52.35</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17181</countyCode>
<county>Union County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.09587</ndvi>
<ndviCount>819</ndviCount>
<ndwi>0.30407</ndwi>
<ndwiCount>819</ndwiCount>
<lstd>6.98</lstd>
<lstn>-5.33</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>41.8</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.2027</ndvi>
<ndviCount>23181</ndviCount>
<ndwi>-0.15064</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>3.82</lstd>
<lstn>1.13</lstn>
<tmax>7.5</tmax>
<tmin>0.84</tmin>
<prcp>20.82</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23458</ndvi>
<ndviCount>23183</ndviCount>
<ndwi>-0.2599</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>6.42</lstd>
<lstn>-4.37</lstn>
<tmax>5.87</tmax>
<tmin>-1.55</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02856</ndvi>
<ndviCount>23156</ndviCount>
<ndwi>0.05499</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>2.08</lstd>
<lstn>2.03</lstn>
<tmax>4.16</tmax>
<tmin>-0.6</tmin>
<prcp>22.58</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17183</countyCode>
<county>Vermilion County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.21544</ndvi>
<ndviCount>23183</ndviCount>
<ndwi>-0.14776</ndwi>
<ndwiCount>23183</ndwiCount>
<lstd>-0.09</lstd>
<lstn>-13.82</lstn>
<tmax>0.92</tmax>
<tmin>-7.53</tmin>
<prcp>10.68</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.29632</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>-0.15524</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>9.85</lstd>
<lstn>-0.27</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28301</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>-0.18388</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>8.92</lstd>
<lstn>-1.07</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>18.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.29612</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>-0.1335</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>13.62</lstd>
<lstn>3.23</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>44.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17185</countyCode>
<county>Wabash County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.3117</ndvi>
<ndviCount>3784</ndviCount>
<ndwi>-0.11781</ndwi>
<ndwiCount>3784</ndwiCount>
<lstd>3.95</lstd>
<lstn>-6.08</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>22.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.05439</ndvi>
<ndviCount>12714</ndviCount>
<ndwi>0.04168</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>13.57</lstd>
<lstn>-4.53</lstn>
<tmax>3.75</tmax>
<tmin>-4.1</tmin>
<prcp>19.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21761</ndvi>
<ndviCount>12716</ndviCount>
<ndwi>-0.18215</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>8.15</lstd>
<lstn>-3.86</lstn>
<tmax>6.48</tmax>
<tmin>-3.52</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.19693</ndvi>
<ndviCount>12714</ndviCount>
<ndwi>-0.16421</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>1.43</lstd>
<lstn>1.55</lstn>
<tmax>2.61</tmax>
<tmin>-3.17</tmin>
<prcp>23.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17187</countyCode>
<county>Warren County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.01457</ndvi>
<ndviCount>12716</ndviCount>
<ndwi>0.5422</ndwi>
<ndwiCount>12716</ndwiCount>
<lstd>-3.7</lstd>
<lstn>-18.37</lstn>
<tmax>-4.08</tmax>
<tmin>-11.94</tmin>
<prcp>7.1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.32292</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>-0.15174</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>12.88</lstd>
<lstn>0.34</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>21.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.31329</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>-0.15785</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>9.58</lstd>
<lstn>-0.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>13.85</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.33005</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>-0.13946</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>10.06</lstd>
<lstn>2.32</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>36.35</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17189</countyCode>
<county>Washington County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.3414</ndvi>
<ndviCount>6229</ndviCount>
<ndwi>-0.05053</ndwi>
<ndwiCount>6229</ndwiCount>
<lstd>5.07</lstd>
<lstn>-5.54</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>16.1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.29557</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>-0.14299</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>9.6</lstd>
<lstn>0.05</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.28528</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>-0.16671</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>6.43</lstd>
<lstn>-0.87</lstn>
<tmax>4.7</tmax>
<tmin>-2.2</tmin>
<prcp>0.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.29988</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>-0.12717</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>11.1</lstd>
<lstn>3.79</lstn>
<tmax>6.04</tmax>
<tmin>0.32</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17191</countyCode>
<county>Wayne County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.31648</ndvi>
<ndviCount>9113</ndviCount>
<ndwi>-0.09208</ndwi>
<ndwiCount>9113</ndwiCount>
<lstd>3.28</lstd>
<lstn>-5.25</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.31515</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>-0.15008</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>11.04</lstd>
<lstn>0.2</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>31.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.30401</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>-0.18577</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>7.63</lstd>
<lstn>-1.02</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.4</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.31762</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>-0.14986</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>13.16</lstd>
<lstn>5.55</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>51</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17193</countyCode>
<county>White County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.33029</ndvi>
<ndviCount>8015</ndviCount>
<ndwi>-0.1255</ndwi>
<ndwiCount>8015</ndwiCount>
<lstd>2.77</lstd>
<lstn>-5.37</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>27.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04616</ndvi>
<ndviCount>15167</ndviCount>
<ndwi>0.16878</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>-2.01</lstd>
<lstn>-4.64</lstn>
<tmax>0.84</tmax>
<tmin>-4.38</tmin>
<prcp>17.88</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24275</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>-0.10138</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>4.63</lstd>
<lstn>-2.26</lstn>
<tmax>3.43</tmax>
<tmin>-3.41</tmin>
<prcp>6.23</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00611</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>0.30737</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>-15.51</lstd>
<lstn>-4.04</lstn>
<tmax>1.94</tmax>
<tmin>-2.86</tmin>
<prcp>21.25</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17195</countyCode>
<county>Whiteside County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02126</ndvi>
<ndviCount>15173</ndviCount>
<ndwi>0.53078</ndwi>
<ndwiCount>15173</ndwiCount>
<lstd>-6.79</lstd>
<lstn>-17.22</lstn>
<tmax>-4.45</tmax>
<tmin>-12.21</tmin>
<prcp>18.78</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02446</ndvi>
<ndviCount>7708</ndviCount>
<ndwi>0.21318</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>0.39</lstd>
<lstn>2.17</lstn>
<tmax>3.8</tmax>
<tmin>-1.98</tmin>
<prcp>24.31</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2247</ndvi>
<ndviCount>7708</ndviCount>
<ndwi>-0.18776</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>6.44</lstd>
<lstn>-4.35</lstn>
<tmax>5.11</tmax>
<tmin>-2.25</tmin>
<prcp>0.82</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.10638</ndvi>
<ndviCount>7707</ndviCount>
<ndwi>-0.05129</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>0.94</lstd>
<lstn>0.75</lstn>
<tmax>3.14</tmax>
<tmin>-1.17</tmin>
<prcp>23.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17197</countyCode>
<county>Will County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00703</ndvi>
<ndviCount>7708</ndviCount>
<ndwi>0.70711</ndwi>
<ndwiCount>7708</ndwiCount>
<lstd>-3.59</lstd>
<lstn>-18.13</lstn>
<tmax>-0.33</tmax>
<tmin>-9.63</tmin>
<prcp>11.62</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.30441</ndvi>
<ndviCount>585</ndviCount>
<ndwi>-0.15858</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>10.92</lstd>
<lstn>-0.28</lstn>
<tmax>12.36</tmax>
<tmin>4.53</tmin>
<prcp>29.97</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.29931</ndvi>
<ndviCount>585</ndviCount>
<ndwi>-0.18096</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>9.1</lstd>
<lstn>0.43</lstn>
<tmax>11.28</tmax>
<tmin>1.54</tmin>
<prcp>10.77</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.31023</ndvi>
<ndviCount>585</ndviCount>
<ndwi>-0.17174</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>11.22</lstd>
<lstn>4.24</lstn>
<tmax>9.51</tmax>
<tmin>0.36</tmin>
<prcp>57.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17199</countyCode>
<county>Williamson County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.34822</ndvi>
<ndviCount>585</ndviCount>
<ndwi>-0.10187</ndwi>
<ndwiCount>585</ndwiCount>
<lstd>7.04</lstd>
<lstn>-6.6</lstn>
<tmax>3.69</tmax>
<tmin>-3.9</tmin>
<prcp>33.93</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0329</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>0.20764</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>1.84</tmax>
<tmin>-2.38</tmin>
<prcp>10.87</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23381</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>-0.06272</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>4.85</lstd>
<lstn>-5.22</lstn>
<tmax>5.08</tmax>
<tmin>-2.4</tmin>
<prcp>2.33</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00936</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>0.21955</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>-17.55</lstd>
<lstn>-4.29</lstn>
<tmax>1.74</tmax>
<tmin>-2.28</tmin>
<prcp>19.14</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17201</countyCode>
<county>Winnebago County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01454</ndvi>
<ndviCount>5068</ndviCount>
<ndwi>0.69018</ndwi>
<ndwiCount>5068</ndwiCount>
<lstd>-11.65</lstd>
<lstn>-19.85</lstn>
<tmax>-4.46</tmax>
<tmin>-13.26</tmin>
<prcp>18.81</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01618</ndvi>
<ndviCount>12368</ndviCount>
<ndwi>0.16786</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>2.62</lstd>
<lstn>-6.79</lstn>
<tmax>7.4</tmax>
<tmin>-2.49</tmin>
<prcp>6.8</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22283</ndvi>
<ndviCount>12369</ndviCount>
<ndwi>-0.21215</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>5.09</lstd>
<lstn>-4.58</lstn>
<tmax>6.13</tmax>
<tmin>-1.35</tmin>
<prcp>3.05</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.04772</ndvi>
<ndviCount>12361</ndviCount>
<ndwi>0.05614</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>2.6</lstd>
<lstn>0.94</lstn>
<tmax>4.09</tmax>
<tmin>-1.43</tmin>
<prcp>23.04</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>17203</countyCode>
<county>Woodford County</county>
<state>IL</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.0246</ndvi>
<ndviCount>12369</ndviCount>
<ndwi>0.53538</ndwi>
<ndwiCount>12369</ndwiCount>
<lstd>-2.24</lstd>
<lstn>-15.64</lstn>
<tmax>-0.8</tmax>
<tmin>-10.78</tmin>
<prcp>8.46</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.19239</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>0.08202</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>1.49</lstd>
<lstn>-10.12</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.20629</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>-0.11483</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>0.75</lstd>
<lstn>-3.5</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01161</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>0.27238</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>-4.61</lstd>
<lstn>-11.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>17.7</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19001</countyCode>
<county>Adair County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01386</ndvi>
<ndviCount>6629</ndviCount>
<ndwi>0.77572</ndwi>
<ndwiCount>6629</ndwiCount>
<lstd>-5.1</lstd>
<lstn>-15.87</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.21322</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>-0.03823</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>2.9</lstd>
<lstn>-10.83</lstn>
<tmax>3.66</tmax>
<tmin>-4.56</tmin>
<prcp>45.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2096</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>-0.13744</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>1.93</lstd>
<lstn>-5.47</lstn>
<tmax>4.65</tmax>
<tmin>-5.9</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.12067</ndvi>
<ndviCount>4193</ndviCount>
<ndwi>-0.0495</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>6.72</lstd>
<lstn>-12.23</lstn>
<tmax>0.98</tmax>
<tmin>-4.31</tmin>
<prcp>18.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19003</countyCode>
<county>Adams County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.07191</ndvi>
<ndviCount>4197</ndviCount>
<ndwi>0.41125</ndwi>
<ndwiCount>4197</ndwiCount>
<lstd>-0.02</lstd>
<lstn>-15.18</lstn>
<tmax>-3.96</tmax>
<tmin>-13.39</tmin>
<prcp>1.1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01135</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>0.62189</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>-5.58</lstd>
<lstn>-7.58</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.23</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.02444</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>0.6796</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>-0.87</lstd>
<lstn>-9.89</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>3.63</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01188</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>0.51646</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>-4.25</lstd>
<lstn>-11.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.88</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19005</countyCode>
<county>Allamakee County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01862</ndvi>
<ndviCount>1422</ndviCount>
<ndwi>0.76638</ndwi>
<ndwiCount>1422</ndwiCount>
<lstd>-12</lstd>
<lstn>-25.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.28</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.15285</ndvi>
<ndviCount>1173</ndviCount>
<ndwi>-0.01485</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>2.51</lstd>
<lstn>-7.14</lstn>
<tmax>4.19</tmax>
<tmin>-4.96</tmin>
<prcp>23.81</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21614</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>-0.1338</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>6.08</lstd>
<lstn>-3.81</lstn>
<tmax>6.36</tmax>
<tmin>-5.79</tmin>
<prcp>0.78</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01765</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>0.11397</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>5.69</lstd>
<lstn>-0.99</lstn>
<tmax>2.66</tmax>
<tmin>-4.32</tmin>
<prcp>39.72</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19007</countyCode>
<county>Appanoose County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00807</ndvi>
<ndviCount>1174</ndviCount>
<ndwi>0.65789</ndwi>
<ndwiCount>1174</ndwiCount>
<lstd>-6.15</lstd>
<lstn>-14.91</lstn>
<tmax>-2.79</tmax>
<tmin>-13.2</tmin>
<prcp>2.81</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.13951</ndvi>
<ndviCount>9035</ndviCount>
<ndwi>0.29528</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>0.97</lstd>
<lstn>-11.17</lstn>
<tmax>1.06</tmax>
<tmin>-7.09</tmin>
<prcp>14.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.17187</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>-0.06634</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>1.34</lstd>
<lstn>-3.61</lstn>
<tmax>3.66</tmax>
<tmin>-7.54</tmin>
<prcp>3.6</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01671</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>0.3309</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>-7.6</lstd>
<lstn>-11.62</lstn>
<tmax>0.4</tmax>
<tmin>-6.66</tmin>
<prcp>17.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19009</countyCode>
<county>Audubon County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01926</ndvi>
<ndviCount>9036</ndviCount>
<ndwi>0.78887</ndwi>
<ndwiCount>9036</ndwiCount>
<lstd>-6.93</lstd>
<lstn>-17.91</lstn>
<tmax>-4.77</tmax>
<tmin>-16.36</tmin>
<prcp>2.8</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.07357</ndvi>
<ndviCount>16332</ndviCount>
<ndwi>0.19871</ndwi>
<ndwiCount>16327</ndwiCount>
<lstd>-6.6</lstd>
<lstn>-9.35</lstn>
<tmax>0.48</tmax>
<tmin>-7.71</tmin>
<prcp>21.22</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23142</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>-0.06542</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd>1.56</lstd>
<lstn>-9.75</lstn>
<tmax>1.98</tmax>
<tmin>-6.5</tmin>
<prcp>1.36</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01108</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>0.34156</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd>-5.72</lstd>
<lstn>-9.67</lstn>
<tmax>0.68</tmax>
<tmin>-5.18</tmin>
<prcp>21.43</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19011</countyCode>
<county>Benton County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02294</ndvi>
<ndviCount>16334</ndviCount>
<ndwi>0.78783</ndwi>
<ndwiCount>16334</ndwiCount>
<lstd>-9.47</lstd>
<lstn>-20.92</lstn>
<tmax>-5.1</tmax>
<tmin>-16.14</tmin>
<prcp>4.05</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04167</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>0.44874</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd>-5.57</lstd>
<lstn>-11.74</lstn>
<tmax>-0.18</tmax>
<tmin>-7.75</tmin>
<prcp>20.82</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.18338</ndvi>
<ndviCount>10231</ndviCount>
<ndwi>-0.02001</ndwi>
<ndwiCount>10229</ndwiCount>
<lstd>1.25</lstd>
<lstn>-9.35</lstn>
<tmax>3.14</tmax>
<tmin>-5.29</tmin>
<prcp>4.62</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01117</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>0.43514</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd>-5.06</lstd>
<lstn>-10.06</lstn>
<tmax>0.21</tmax>
<tmin>-6.34</tmin>
<prcp>18.98</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19013</countyCode>
<county>Black Hawk County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02381</ndvi>
<ndviCount>10232</ndviCount>
<ndwi>0.77409</ndwi>
<ndwiCount>10232</ndwiCount>
<lstd>-9.25</lstd>
<lstn>-23.66</lstn>
<tmax>-6.8</tmax>
<tmin>-17.56</tmin>
<prcp>32.59</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0311</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>0.54726</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>-4.46</lstd>
<lstn>-7.72</lstn>
<tmax>0.86</tmax>
<tmin>-7.46</tmin>
<prcp>45.32</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.1956</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>-0.1429</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>-1.3</lstd>
<lstn>-7.93</lstn>
<tmax>2.67</tmax>
<tmin>-6.95</tmin>
<prcp>5.35</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02284</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>0.50692</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>-5.65</lstd>
<lstn>-11.72</lstn>
<tmax>-0.31</tmax>
<tmin>-6.64</tmin>
<prcp>13.54</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19015</countyCode>
<county>Boone County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.0263</ndvi>
<ndviCount>12696</ndviCount>
<ndwi>0.80656</ndwi>
<ndwiCount>12696</ndwiCount>
<lstd>-7.85</lstd>
<lstn>-19.49</lstn>
<tmax>-5.02</tmax>
<tmin>-17.33</tmin>
<prcp>6.62</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04506</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>0.51479</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd>-4.19</lstd>
<lstn>-10.42</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.17519</ndvi>
<ndviCount>7586</ndviCount>
<ndwi>-0.04612</ndwi>
<ndwiCount>7585</ndwiCount>
<lstd>1.65</lstd>
<lstn>-8.63</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01351</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>0.38087</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd>-4.26</lstd>
<lstn>-10.53</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19017</countyCode>
<county>Bremer County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.026</ndvi>
<ndviCount>7587</ndviCount>
<ndwi>0.77583</ndwi>
<ndwiCount>7587</ndwiCount>
<lstd>-10.64</lstd>
<lstn>-23.67</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.06275</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>0.3085</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>-5.26</lstd>
<lstn>-12.37</lstn>
<tmax>-0.75</tmax>
<tmin>-7.29</tmin>
<prcp>18.82</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.18441</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>-0.07036</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>-0.08</lstd>
<lstn>-7.12</lstn>
<tmax>-0.07</tmax>
<tmin>-6.19</tmin>
<prcp>8.85</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00723</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>0.25867</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>-6.72</lstd>
<lstn>-10.09</lstn>
<tmax>-0.08</tmax>
<tmin>-5.48</tmin>
<prcp>22.93</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19019</countyCode>
<county>Buchanan County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02384</ndvi>
<ndviCount>12133</ndviCount>
<ndwi>0.77486</ndwi>
<ndwiCount>12133</ndwiCount>
<lstd>-10.64</lstd>
<lstn>-23.85</lstn>
<tmax>-6.53</tmax>
<tmin>-18.54</tmin>
<prcp>7.93</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>-0.00531</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>0.78198</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>-4.69</lstd>
<lstn>-14.46</lstn>
<tmax>-1.46</tmax>
<tmin>-9.18</tmin>
<prcp>20.05</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.01972</ndvi>
<ndviCount>15660</ndviCount>
<ndwi>0.56418</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>-2.01</lstd>
<lstn>-8.87</lstn>
<tmax>-0.63</tmax>
<tmin>-9.48</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02619</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>0.3932</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>-8.04</lstd>
<lstn>-14.06</lstn>
<tmax>-2.36</tmax>
<tmin>-9.3</tmin>
<prcp>35.3</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19021</countyCode>
<county>Buena Vista County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02819</ndvi>
<ndviCount>15661</ndviCount>
<ndwi>0.8031</ndwi>
<ndwiCount>15661</ndwiCount>
<lstd>-8.98</lstd>
<lstn>-20.14</lstn>
<tmax>-6.81</tmax>
<tmin>-18.31</tmin>
<prcp>1.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04187</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>0.49291</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>-6.33</lstd>
<lstn>-13.16</lstn>
<tmax>1.12</tmax>
<tmin>-6.12</tmin>
<prcp>35.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.11362</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>0.19757</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>0.29</lstd>
<lstn>-9.89</lstn>
<tmax>0.93</tmax>
<tmin>-7.6</tmin>
<prcp>12.4</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02845</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>0.45005</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>-3.22</lstd>
<lstn>-11.94</lstn>
<tmax>2.6</tmax>
<tmin>-2.03</tmin>
<prcp>16.3</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19023</countyCode>
<county>Butler County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02638</ndvi>
<ndviCount>11661</ndviCount>
<ndwi>0.77695</ndwi>
<ndwiCount>11661</ndwiCount>
<lstd>-9.78</lstd>
<lstn>-23.84</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>11.7</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01332</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>0.67311</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>-4.26</lstd>
<lstn>-14.31</lstn>
<tmax>-1.41</tmax>
<tmin>-9.36</tmin>
<prcp>0</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.15902</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>0.05041</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>-2.48</lstd>
<lstn>-7.31</lstn>
<tmax>2.8</tmax>
<tmin>-17.2</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02892</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>0.53766</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>-7.46</lstd>
<lstn>-14.14</lstn>
<tmax>0.32</tmax>
<tmin>-6.66</tmin>
<prcp>19.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19025</countyCode>
<county>Calhoun County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.03095</ndvi>
<ndviCount>15657</ndviCount>
<ndwi>0.81091</ndwi>
<ndwiCount>15657</ndwiCount>
<lstd>-8.19</lstd>
<lstn>-19.73</lstn>
<tmax>-6.95</tmax>
<tmin>-20.57</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.07075</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>0.49717</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>-2.1</lstd>
<lstn>-12.32</lstn>
<tmax>0.49</tmax>
<tmin>-6.81</tmin>
<prcp>13.1</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.18491</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>-0.10805</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>1.18</lstd>
<lstn>-3.26</lstn>
<tmax>3.06</tmax>
<tmin>-6.46</tmin>
<prcp>4.45</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02347</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>0.47905</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>-8.39</lstd>
<lstn>-11.7</lstn>
<tmax>-0.54</tmax>
<tmin>-6.66</tmin>
<prcp>15.58</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19027</countyCode>
<county>Carroll County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02523</ndvi>
<ndviCount>14170</ndviCount>
<ndwi>0.79489</ndwi>
<ndwiCount>14170</ndwiCount>
<lstd>-7.9</lstd>
<lstn>-18.74</lstn>
<tmax>-5.23</tmax>
<tmin>-16.88</tmin>
<prcp>8.62</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.16804</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>0.15905</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>1.6</lstd>
<lstn>-11.74</lstn>
<tmax>2.9</tmax>
<tmin>-5.89</tmin>
<prcp>24.73</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.19386</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>-0.1041</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>2.11</lstd>
<lstn>-4.38</lstn>
<tmax>4.3</tmax>
<tmin>-6.39</tmin>
<prcp>0.9</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.0519</ndvi>
<ndviCount>9384</ndviCount>
<ndwi>0.03678</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>3.93</lstd>
<lstn>-9.31</lstn>
<tmax>1.24</tmax>
<tmin>-5.03</tmin>
<prcp>11.98</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19029</countyCode>
<county>Cass County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.02895</ndvi>
<ndviCount>9386</ndviCount>
<ndwi>0.61514</ndwi>
<ndwiCount>9386</ndwiCount>
<lstd>-5.5</lstd>
<lstn>-15.06</lstn>
<tmax>-3.75</tmax>
<tmin>-14.36</tmin>
<prcp>1.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.06329</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>0.06466</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>-7.52</lstd>
<lstn>-9.14</lstn>
<tmax>0.91</tmax>
<tmin>-7.08</tmin>
<prcp>11.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.25871</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>-0.09805</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>2.91</lstd>
<lstn>-6.18</lstn>
<tmax>5.08</tmax>
<tmin>-3.48</tmin>
<prcp>7.6</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.06903</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>0.35354</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>-5.35</lstd>
<lstn>-6.88</lstn>
<tmax>0.81</tmax>
<tmin>-4.03</tmin>
<prcp>21.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19031</countyCode>
<county>Cedar County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00655</ndvi>
<ndviCount>12346</ndviCount>
<ndwi>0.62369</ndwi>
<ndwiCount>12346</ndwiCount>
<lstd>-7.64</lstd>
<lstn>-23.65</lstn>
<tmax>-4.78</tmax>
<tmin>-14.38</tmin>
<prcp>13.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0073</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>0.64097</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>-6.91</lstd>
<lstn>-13.81</lstn>
<tmax>-1.18</tmax>
<tmin>-9.31</tmin>
<prcp>11.3</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.0216</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>0.6142</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>-3.31</lstd>
<lstn>-11.17</lstn>
<tmax>-1.04</tmax>
<tmin>-8.72</tmin>
<prcp>6.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02981</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>0.53372</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>-3.52</lstd>
<lstn>-13.81</lstn>
<tmax>-1.56</tmax>
<tmin>-8.71</tmin>
<prcp>20.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19033</countyCode>
<county>Cerro Gordo County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02832</ndvi>
<ndviCount>13103</ndviCount>
<ndwi>0.79668</ndwi>
<ndwiCount>13103</ndwiCount>
<lstd>-10.21</lstd>
<lstn>-23.63</lstn>
<tmax>-7.95</tmax>
<tmin>-19.07</tmin>
<prcp>9.75</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>-0.0056</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>0.78563</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>-5.38</lstd>
<lstn>-14.24</lstn>
<tmax>-0.98</tmax>
<tmin>-9.59</tmin>
<prcp>23.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.0122</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>0.66984</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>-0.74</lstd>
<lstn>-6.95</lstn>
<tmax>0.06</tmax>
<tmin>-8.83</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.0217</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>0.29933</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>-4.19</lstd>
<lstn>-14.84</lstn>
<tmax>-2.63</tmax>
<tmin>-9.24</tmin>
<prcp>30.3</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19035</countyCode>
<county>Cherokee County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02686</ndvi>
<ndviCount>13080</ndviCount>
<ndwi>0.78608</ndwi>
<ndwiCount>13080</ndwiCount>
<lstd>-10.13</lstd>
<lstn>-21.27</lstn>
<tmax>-6.39</tmax>
<tmin>-19.73</tmin>
<prcp>3.6</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04413</ndvi>
<ndviCount>9538</ndviCount>
<ndwi>0.58586</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>-4.27</lstd>
<lstn>-10.84</lstn>
<tmax>-1.24</tmax>
<tmin>-7.78</tmin>
<prcp>10.55</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.13083</ndvi>
<ndviCount>9539</ndviCount>
<ndwi>0.15199</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>1.79</lstd>
<lstn>-8.58</lstn>
<tmax>0.89</tmax>
<tmin>-7.43</tmin>
<prcp>0.15</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01227</ndvi>
<ndviCount>9539</ndviCount>
<ndwi>0.27911</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>-5.29</lstd>
<lstn>-11.6</lstn>
<tmax>-1.6</tmax>
<tmin>-7.29</tmin>
<prcp>25.15</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19037</countyCode>
<county>Chickasaw County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02663</ndvi>
<ndviCount>9539</ndviCount>
<ndwi>0.78352</ndwi>
<ndwiCount>9539</ndwiCount>
<lstd>-12.44</lstd>
<lstn>-25.82</lstn>
<tmax>-7.79</tmax>
<tmin>-19.38</tmin>
<prcp>13.25</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.2204</ndvi>
<ndviCount>928</ndviCount>
<ndwi>-0.0925</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>2.5</lstd>
<lstn>-9.38</lstn>
<tmax>3.46</tmax>
<tmin>-4.58</tmin>
<prcp>14.63</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21652</ndvi>
<ndviCount>928</ndviCount>
<ndwi>-0.17672</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>4.99</lstd>
<lstn>-4.3</lstn>
<tmax>5.91</tmax>
<tmin>-5.61</tmin>
<prcp>0.1</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00638</ndvi>
<ndviCount>928</ndviCount>
<ndwi>0.2227</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>-5.2</lstd>
<lstn>-10.25</lstn>
<tmax>1.46</tmax>
<tmin>-4.21</tmin>
<prcp>25.97</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19039</countyCode>
<county>Clarke County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00461</ndvi>
<ndviCount>928</ndviCount>
<ndwi>0.67145</ndwi>
<ndwiCount>928</ndwiCount>
<lstd>-4.35</lstd>
<lstn>-16.2</lstn>
<tmax>-3.48</tmax>
<tmin>-14.09</tmin>
<prcp>0.43</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>-0.03296</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>0.82409</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>-7.27</lstd>
<lstn>-14.77</lstn>
<tmax>-3.01</tmax>
<tmin>-12.15</tmin>
<prcp>12.4</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>-0.03595</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>0.78175</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>-2.73</lstd>
<lstn>-10.97</lstn>
<tmax>-0.81</tmax>
<tmin>-8.88</tmin>
<prcp>17.05</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02945</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>0.41831</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>-8.22</lstd>
<lstn>-16.19</lstn>
<tmax>-1.94</tmax>
<tmin>-9.94</tmin>
<prcp>5.35</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19041</countyCode>
<county>Clay County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.03676</ndvi>
<ndviCount>12907</ndviCount>
<ndwi>0.82917</ndwi>
<ndwiCount>12907</ndwiCount>
<lstd>-11.52</lstd>
<lstn>-21.43</lstn>
<tmax>-7.49</tmax>
<tmin>-19.44</tmin>
<prcp>3.7</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03116</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>0.33786</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>-4.43</lstd>
<lstn>-7.29</lstn>
<tmax>0.01</tmax>
<tmin>-6.28</tmin>
<prcp>16.63</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.12205</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>0.24071</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>-0.33</lstd>
<lstn>-7.55</lstn>
<tmax>1.14</tmax>
<tmin>-5.67</tmin>
<prcp>6.87</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01162</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>0.39163</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>-4.99</lstd>
<lstn>-10.71</lstn>
<tmax>0.38</tmax>
<tmin>-4.86</tmin>
<prcp>20.93</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19043</countyCode>
<county>Clayton County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01953</ndvi>
<ndviCount>4635</ndviCount>
<ndwi>0.76264</ndwi>
<ndwiCount>4635</ndwiCount>
<lstd>-12.12</lstd>
<lstn>-26.87</lstn>
<tmax>-5.9</tmax>
<tmin>-16.58</tmin>
<prcp>12.88</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04956</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>0.13484</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>-6.95</lstd>
<lstn>-8.76</lstn>
<tmax>3.7</tmax>
<tmin>-2.03</tmin>
<prcp>16.57</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21808</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>-0.07891</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>5.76</lstd>
<lstn>-3.11</lstn>
<tmax>4.76</tmax>
<tmin>-2.47</tmin>
<prcp>11.38</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.10456</ndvi>
<ndviCount>13223</ndviCount>
<ndwi>0.17103</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>-0.37</lstd>
<lstn>-3.05</lstn>
<tmax>0.65</tmax>
<tmin>-3.6</tmin>
<prcp>20.84</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19045</countyCode>
<county>Clinton County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02039</ndvi>
<ndviCount>13227</ndviCount>
<ndwi>0.52882</ndwi>
<ndwiCount>13227</ndwiCount>
<lstd>-7.4</lstd>
<lstn>-25.43</lstn>
<tmax>-1.38</tmax>
<tmin>-10.63</tmin>
<prcp>12.33</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01296</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>0.75853</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>-3.09</lstd>
<lstn>-12.62</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.6</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.15814</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>0.01672</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>2.28</lstd>
<lstn>-3.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01918</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>0.30465</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>-8.18</lstd>
<lstn>-12.73</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>22.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19047</countyCode>
<county>Crawford County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02005</ndvi>
<ndviCount>15091</ndviCount>
<ndwi>0.77631</ndwi>
<ndwiCount>15091</ndwiCount>
<lstd>-7.52</lstd>
<lstn>-19.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>2.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.16363</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>0.10922</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>1.01</lstd>
<lstn>-10.16</lstn>
<tmax>2.07</tmax>
<tmin>-5.33</tmin>
<prcp>35.79</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.20263</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>-0.19083</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>-0.01</lstd>
<lstn>-6.03</lstn>
<tmax>3.26</tmax>
<tmin>-7.54</tmin>
<prcp>2.98</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01806</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>0.53481</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>-5.56</lstd>
<lstn>-12.12</lstn>
<tmax>0.73</tmax>
<tmin>-6.85</tmin>
<prcp>20.44</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19049</countyCode>
<county>Dallas County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02509</ndvi>
<ndviCount>9989</ndviCount>
<ndwi>0.79734</ndwi>
<ndwiCount>9989</ndwiCount>
<lstd>-7.03</lstd>
<lstn>-17.65</lstn>
<tmax>-3.26</tmax>
<tmin>-15.87</tmin>
<prcp>4.62</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.16016</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>0.002</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>2.91</lstd>
<lstn>-5.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.81</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.26382</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>-0.10854</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>8.94</lstd>
<lstn>-4.95</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.09</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.01526</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>0.09625</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>-3.34</lstd>
<lstn>-3.74</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>29.2</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19051</countyCode>
<county>Davis County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.01489</ndvi>
<ndviCount>1624</ndviCount>
<ndwi>0.58631</ndwi>
<ndwiCount>1624</ndwiCount>
<lstd>-5.91</lstd>
<lstn>-10.82</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>4.33</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.21425</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>-0.12588</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>2.07</lstd>
<lstn>-8.04</lstn>
<tmax>3.87</tmax>
<tmin>-4.25</tmin>
<prcp>2.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21183</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>-0.18832</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>6.61</lstd>
<lstn>-4.7</lstn>
<tmax>6.83</tmax>
<tmin>-4.03</tmin>
<prcp>0.2</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.02067</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>0.12627</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>3.4</lstd>
<lstn>-6.88</lstn>
<tmax>1.5</tmax>
<tmin>-3.95</tmin>
<prcp>26.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19053</countyCode>
<county>Decatur County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.0572</ndvi>
<ndviCount>1262</ndviCount>
<ndwi>0.39457</ndwi>
<ndwiCount>1262</ndwiCount>
<lstd>-2.59</lstd>
<lstn>-16.5</lstn>
<tmax>-2.93</tmax>
<tmin>-12.83</tmin>
<prcp>1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.09517</ndvi>
<ndviCount>10494</ndviCount>
<ndwi>0.20409</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>-4.31</lstd>
<lstn>-12.6</lstn>
<tmax>-0.41</tmax>
<tmin>-7.15</tmin>
<prcp>27.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21275</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>-0.04875</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>1.22</lstd>
<lstn>-5.12</lstn>
<tmax>0.78</tmax>
<tmin>-6.46</tmin>
<prcp>6.65</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00244</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>0.22676</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>-8.69</lstd>
<lstn>-10.07</lstn>
<tmax>-0.06</tmax>
<tmin>-5.35</tmin>
<prcp>34.9</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19055</countyCode>
<county>Delaware County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02194</ndvi>
<ndviCount>10495</ndviCount>
<ndwi>0.76678</ndwi>
<ndwiCount>10495</ndwiCount>
<lstd>-11.05</lstd>
<lstn>-23.7</lstn>
<tmax>-6.19</tmax>
<tmin>-16.39</tmin>
<prcp>10.2</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.12798</ndvi>
<ndviCount>4952</ndviCount>
<ndwi>-0.06184</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>8.32</lstd>
<lstn>-5.72</lstn>
<tmax>5.08</tmax>
<tmin>-1.81</tmin>
<prcp>14.57</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.22381</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>-0.18679</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>2.7</lstd>
<lstn>-4.76</lstn>
<tmax>6.11</tmax>
<tmin>-3.62</tmin>
<prcp>1.13</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.16292</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>-0.10647</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>-0.41</lstd>
<lstn>-9.64</lstn>
<tmax>2.64</tmax>
<tmin>-1.95</tmin>
<prcp>13.58</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19057</countyCode>
<county>Des Moines County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00222</ndvi>
<ndviCount>4960</ndviCount>
<ndwi>0.52554</ndwi>
<ndwiCount>4960</ndwiCount>
<lstd>-5.82</lstd>
<lstn>-17.12</lstn>
<tmax>-3.02</tmax>
<tmin>-11.26</tmin>
<prcp>8.43</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>-0.03444</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>0.7966</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>-7.77</lstd>
<lstn>-15.55</lstn>
<tmax>-4.59</tmax>
<tmin>-10.14</tmin>
<prcp>17.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>-0.04238</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>0.70341</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>-4.71</lstd>
<lstn>-11.6</lstn>
<tmax>-2.63</tmax>
<tmin>-9.29</tmin>
<prcp>0.75</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.03059</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>0.45204</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>-7.66</lstd>
<lstn>-16.05</lstn>
<tmax>-2.43</tmax>
<tmin>-9.16</tmin>
<prcp>17.27</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19059</countyCode>
<county>Dickinson County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.04016</ndvi>
<ndviCount>8589</ndviCount>
<ndwi>0.85913</ndwi>
<ndwiCount>8589</ndwiCount>
<lstd>-11</lstd>
<lstn>-19.42</lstn>
<tmax>-8.19</tmax>
<tmin>-17.91</tmin>
<prcp>1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.11078</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>0.24675</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>-3.37</lstd>
<lstn>-11.42</lstn>
<tmax>1.72</tmax>
<tmin>-4.98</tmin>
<prcp>33.54</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2365</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>0.03075</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>4.26</lstd>
<lstn>-4.2</lstn>
<tmax>2.25</tmax>
<tmin>-4.64</tmin>
<prcp>10.43</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.00117</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>0.24265</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>-7.82</lstd>
<lstn>-9.51</lstn>
<tmax>0.18</tmax>
<tmin>-4.65</tmin>
<prcp>23.38</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19061</countyCode>
<county>Dubuque County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01781</ndvi>
<ndviCount>4841</ndviCount>
<ndwi>0.72739</ndwi>
<ndwiCount>4841</ndwiCount>
<lstd>-10.66</lstd>
<lstn>-22.61</lstn>
<tmax>-5.53</tmax>
<tmin>-14.14</tmin>
<prcp>8.93</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>-0.01875</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>0.77321</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>-7.57</lstd>
<lstn>-13.88</lstn>
<tmax>-3.26</tmax>
<tmin>-11.11</tmin>
<prcp>3.4</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>-0.0361</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>0.75703</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>-6.98</lstd>
<lstn>-12.89</lstn>
<tmax>-2.67</tmax>
<tmin>-11.11</tmin>
<prcp>16</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.03277</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>0.40147</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>-7.68</lstd>
<lstn>-14.64</lstn>
<tmax>-2.46</tmax>
<tmin>-9.51</tmin>
<prcp>21.5</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19063</countyCode>
<county>Emmet County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.03757</ndvi>
<ndviCount>10460</ndviCount>
<ndwi>0.84038</ndwi>
<ndwiCount>10460</ndwiCount>
<lstd>-11.29</lstd>
<lstn>-19.35</lstn>
<tmax>-7.74</tmax>
<tmin>-19.38</tmin>
<prcp>0</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02558</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>0.59461</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>-5</lstd>
<lstn>-9.51</lstn>
<tmax>-0.86</tmax>
<tmin>-8.29</tmin>
<prcp>10.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.16882</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>-0.01493</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>0.43</lstd>
<lstn>-6.95</lstn>
<tmax>-0.31</tmax>
<tmin>-6.98</tmin>
<prcp>1.43</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01265</ndvi>
<ndviCount>11205</ndviCount>
<ndwi>0.44342</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>-5.26</lstd>
<lstn>-9.84</lstn>
<tmax>-0.73</tmax>
<tmin>-6.24</tmin>
<prcp>22.77</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19065</countyCode>
<county>Fayette County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02551</ndvi>
<ndviCount>11208</ndviCount>
<ndwi>0.78668</ndwi>
<ndwiCount>11208</ndwiCount>
<lstd>-12.12</lstd>
<lstn>-23.45</lstn>
<tmax>-7.39</tmax>
<tmin>-18.83</tmin>
<prcp>10.57</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03288</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>0.58551</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>-5.83</lstd>
<lstn>-14.64</lstn>
<tmax>-1.1</tmax>
<tmin>-9.3</tmin>
<prcp>15.4</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.10044</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>0.28837</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>-1.24</lstd>
<lstn>-10.55</lstn>
<tmax>1.03</tmax>
<tmin>-6.53</tmin>
<prcp>1.15</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02879</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>0.39169</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>-4.66</lstd>
<lstn>-13.82</lstn>
<tmax>-1.03</tmax>
<tmin>-7.21</tmin>
<prcp>25.25</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19067</countyCode>
<county>Floyd County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02828</ndvi>
<ndviCount>10715</ndviCount>
<ndwi>0.78629</ndwi>
<ndwiCount>10715</ndwiCount>
<lstd>-11.12</lstd>
<lstn>-24.74</lstn>
<tmax>-5.67</tmax>
<tmin>-14.8</tmin>
<prcp>7.82</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0057</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>0.71395</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>-6.28</lstd>
<lstn>-12.94</lstn>
<tmax>-0.15</tmax>
<tmin>-7.56</tmin>
<prcp>29.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.05375</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>0.47507</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>-2.9</lstd>
<lstn>-8.55</lstn>
<tmax>-0.23</tmax>
<tmin>-8.48</tmin>
<prcp>1.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.03142</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>0.5324</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>-4.12</lstd>
<lstn>-12.6</lstn>
<tmax>-0.14</tmax>
<tmin>-7.14</tmin>
<prcp>28.7</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19069</countyCode>
<county>Franklin County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02912</ndvi>
<ndviCount>15492</ndviCount>
<ndwi>0.79975</ndwi>
<ndwiCount>15492</ndwiCount>
<lstd>-10.37</lstd>
<lstn>-23.74</lstn>
<tmax>-6.11</tmax>
<tmin>-17.73</tmin>
<prcp>12.5</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.21404</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.08487</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>3.47</lstd>
<lstn>-8.35</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>15.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.21024</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.09711</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>8.03</lstd>
<lstn>-4.11</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.11968</ndvi>
<ndviCount>9318</ndviCount>
<ndwi>-0.01184</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>9.17</lstd>
<lstn>-13.49</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>19.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19071</countyCode>
<county>Fremont County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.19623</ndvi>
<ndviCount>9328</ndviCount>
<ndwi>-0.17882</ndwi>
<ndwiCount>9328</ndwiCount>
<lstd>4.37</lstd>
<lstn>-14.6</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.04679</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>0.50185</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>-3.43</lstd>
<lstn>-11.16</lstn>
<tmax>-0.2</tmax>
<tmin>-7.1</tmin>
<prcp>28.7</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.18503</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>-0.08997</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>-1.8</lstd>
<lstn>-6.35</lstn>
<tmax>2.29</tmax>
<tmin>-7.5</tmin>
<prcp>4.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02491</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>0.49515</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>-7.37</lstd>
<lstn>-13.1</lstn>
<tmax>-0.56</tmax>
<tmin>-7.37</tmin>
<prcp>0.5</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19073</countyCode>
<county>Greene County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02922</ndvi>
<ndviCount>15033</ndviCount>
<ndwi>0.80793</ndwi>
<ndwiCount>15033</ndwiCount>
<lstd>-7.67</lstd>
<lstn>-19.25</lstn>
<tmax>-4.73</tmax>
<tmin>-16.51</tmin>
<prcp>0.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.0077</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>0.54634</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>-6.3</lstd>
<lstn>-10.7</lstn>
<tmax>-0.5</tmax>
<tmin>-7.49</tmin>
<prcp>19.1</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.13107</ndvi>
<ndviCount>14833</ndviCount>
<ndwi>0.14034</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>2.75</lstd>
<lstn>-7.56</lstn>
<tmax>0.15</tmax>
<tmin>-6.93</tmin>
<prcp>2.5</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02843</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>0.46048</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>-3.77</lstd>
<lstn>-9.4</lstn>
<tmax>0.41</tmax>
<tmin>-6.38</tmin>
<prcp>17</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19075</countyCode>
<county>Grundy County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02681</ndvi>
<ndviCount>14834</ndviCount>
<ndwi>0.80003</ndwi>
<ndwiCount>14834</ndwiCount>
<lstd>-8.67</lstd>
<lstn>-22.3</lstn>
<tmax>-5.69</tmax>
<tmin>-17.64</tmin>
<prcp>6.9</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.1578</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>0.18417</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>1.05</lstd>
<lstn>-10.81</lstn>
<tmax>1.8</tmax>
<tmin>-6.6</tmin>
<prcp>33.45</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.18786</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>-0.10196</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>-0.32</lstd>
<lstn>-4.8</lstn>
<tmax>3.64</tmax>
<tmin>-7.69</tmin>
<prcp>1.93</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01552</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>0.50302</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>-6.36</lstd>
<lstn>-11.54</lstn>
<tmax>0.55</tmax>
<tmin>-6.88</tmin>
<prcp>17.4</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19077</countyCode>
<county>Guthrie County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02065</ndvi>
<ndviCount>7301</ndviCount>
<ndwi>0.78727</ndwi>
<ndwiCount>7301</ndwiCount>
<lstd>-6.88</lstd>
<lstn>-17.23</lstn>
<tmax>-5.31</tmax>
<tmin>-15.48</tmin>
<prcp>2.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.00387</ndvi>
<ndviCount>15516</ndviCount>
<ndwi>0.44888</ndwi>
<ndwiCount>15514</ndwiCount>
<lstd>-5.42</lstd>
<lstn>-13.82</lstn>
<tmax>-0.89</tmax>
<tmin>-8.83</tmin>
<prcp>12.95</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.13057</ndvi>
<ndviCount>15515</ndviCount>
<ndwi>0.12722</ndwi>
<ndwiCount>15507</ndwiCount>
<lstd>-1.14</lstd>
<lstn>-9.5</lstn>
<tmax>-0.49</tmax>
<tmin>-10.06</tmin>
<prcp>2.8</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02352</ndvi>
<ndviCount>15518</ndviCount>
<ndwi>0.45231</ndwi>
<ndwiCount>15518</ndwiCount>
<lstd>-3.54</lstd>
<lstn>-12.01</lstn>
<tmax>-0.76</tmax>
<tmin>-9.03</tmin>
<prcp>37.9</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19079</countyCode>
<county>Hamilton County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02882</ndvi>
<ndviCount>15518</ndviCount>
<ndwi>0.80775</ndwi>
<ndwiCount>15518</ndwiCount>
<lstd>-9.38</lstd>
<lstn>-21.77</lstn>
<tmax>-5.4</tmax>
<tmin>-19.94</tmin>
<prcp>15.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.00863</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>0.62029</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>-6.46</lstd>
<lstn>-14.17</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.03547</ndvi>
<ndviCount>15833</ndviCount>
<ndwi>0.51957</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>-3.68</lstd>
<lstn>-9.59</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02839</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>0.42708</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>-3.32</lstd>
<lstn>-13.62</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19081</countyCode>
<county>Hancock County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.03049</ndvi>
<ndviCount>15834</ndviCount>
<ndwi>0.81726</ndwi>
<ndwiCount>15834</ndwiCount>
<lstd>-10.76</lstd>
<lstn>-21.49</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp></prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01219</ndvi>
<ndviCount>13350</ndviCount>
<ndwi>0.59505</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>-5.3</lstd>
<lstn>-11.24</lstn>
<tmax>-0.42</tmax>
<tmin>-8.12</tmin>
<prcp>28.83</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.14889</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>0.06474</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>4.64</lstd>
<lstn>-7.66</lstn>
<tmax>-0.29</tmax>
<tmin>-8.85</tmin>
<prcp>5.2</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02459</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>0.35304</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>-2.32</lstd>
<lstn>-10.84</lstn>
<tmax>-0.41</tmax>
<tmin>-7.15</tmin>
<prcp>18.8</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19083</countyCode>
<county>Hardin County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02563</ndvi>
<ndviCount>13353</ndviCount>
<ndwi>0.79882</ndwi>
<ndwiCount>13353</ndwiCount>
<lstd>-9.36</lstd>
<lstn>-22.86</lstn>
<tmax>-6.19</tmax>
<tmin>-18.68</tmin>
<prcp>8.08</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.05787</ndvi>
<ndviCount>11385</ndviCount>
<ndwi>0.53787</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>-2.3</lstd>
<lstn>-11.73</lstn>
<tmax>1.8</tmax>
<tmin>-5.89</tmin>
<prcp>22.63</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.1441</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>0.05507</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>5.03</lstd>
<lstn>-4.34</lstn>
<tmax>3.78</tmax>
<tmin>-4.93</tmin>
<prcp>5.23</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.09417</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>0.15163</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>5.04</lstd>
<lstn>-10.66</lstn>
<tmax>0.14</tmax>
<tmin>-6.79</tmin>
<prcp>19.67</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19085</countyCode>
<county>Harrison County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.00874</ndvi>
<ndviCount>11391</ndviCount>
<ndwi>0.76338</ndwi>
<ndwiCount>11391</ndwiCount>
<lstd>-5.36</lstd>
<lstn>-16.85</lstn>
<tmax>-3.26</tmax>
<tmin>-14.95</tmin>
<prcp>3.55</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.1232</ndvi>
<ndviCount>5417</ndviCount>
<ndwi>-0.04823</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>12.28</lstd>
<lstn>-6.43</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>26.72</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.24085</ndvi>
<ndviCount>5428</ndviCount>
<ndwi>-0.16235</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>8.06</lstd>
<lstn>-6.97</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>1.3</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.0049</ndvi>
<ndviCount>5428</ndviCount>
<ndwi>0.17162</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>-3.28</lstd>
<lstn>-8.22</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>28.32</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19087</countyCode>
<county>Henry County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.02577</ndvi>
<ndviCount>5424</ndviCount>
<ndwi>0.53513</ndwi>
<ndwiCount>5428</ndwiCount>
<lstd>-6.75</lstd>
<lstn>-17.77</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>6.35</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.02155</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>0.67652</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>-7.37</lstd>
<lstn>-15.8</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>10.2</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.02554</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>0.64596</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>-1.06</lstd>
<lstn>-10.26</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>0</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.01879</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>0.23854</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>-5.76</lstd>
<lstn>-13.45</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>20.1</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19089</countyCode>
<county>Howard County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.02617</ndvi>
<ndviCount>9161</ndviCount>
<ndwi>0.78513</ndwi>
<ndwiCount>9161</ndwiCount>
<lstd>-13.24</lstd>
<lstn>-24.58</lstn>
<tmax></tmax>
<tmin></tmin>
<prcp>5.3</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.01011</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>0.67507</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>-5.65</lstd>
<lstn>-14.93</lstn>
<tmax>-2.77</tmax>
<tmin>-10.37</tmin>
<prcp>5.9</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.05199</ndvi>
<ndviCount>12875</ndviCount>
<ndwi>0.49996</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>-4.03</lstd>
<lstn>-9.18</lstn>
<tmax>-0.55</tmax>
<tmin>-9.46</tmin>
<prcp>6</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.03105</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>0.4075</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>-7.46</lstd>
<lstn>-13.3</lstn>
<tmax>-1.85</tmax>
<tmin>-8.7</tmin>
<prcp>7.6</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19091</countyCode>
<county>Humboldt County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.03373</ndvi>
<ndviCount>12877</ndviCount>
<ndwi>0.82957</ndwi>
<ndwiCount>12877</ndwiCount>
<lstd>-9.64</lstd>
<lstn>-21.14</lstn>
<tmax>-4.37</tmax>
<tmin>-18.67</tmin>
<prcp>6.6</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.00673</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>0.75409</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>-3.77</lstd>
<lstn>-13.79</lstn>
<tmax>-2.56</tmax>
<tmin>-12.44</tmin>
<prcp>25.6</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.1081</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>0.21723</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>-0.15</lstd>
<lstn>-4.64</lstn>
<tmax>0.49</tmax>
<tmin>-6.67</tmin>
<prcp>5.7</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>-0.02383</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>0.29979</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>-9.29</lstd>
<lstn>-13.56</lstn>
<tmax>-2.66</tmax>
<tmin>-9.38</tmin>
<prcp>25.37</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19093</countyCode>
<county>Ida County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.0268</ndvi>
<ndviCount>10600</ndviCount>
<ndwi>0.79492</ndwi>
<ndwiCount>10600</ndwiCount>
<lstd>-8.67</lstd>
<lstn>-20.39</lstn>
<tmax>-7.48</tmax>
<tmin>-18.19</tmin>
<prcp>6.1</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.03648</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>0.14856</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>-17.97</lstd>
<lstn>-7.4</lstn>
<tmax>0.61</tmax>
<tmin>-6.74</tmin>
<prcp>10.93</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.2259</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>-0.07405</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>-0.49</lstd>
<lstn>-7.28</lstn>
<tmax>2.23</tmax>
<tmin>-6.04</tmin>
<prcp>3.16</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.00664</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>0.64092</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>-4.19</lstd>
<lstn>-7.99</lstn>
<tmax>0.35</tmax>
<tmin>-5.49</tmin>
<prcp>21.34</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19095</countyCode>
<county>Iowa County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>0.00203</ndvi>
<ndviCount>8041</ndviCount>
<ndwi>0.71394</ndwi>
<ndwiCount>8041</ndwiCount>
<lstd>-7.93</lstd>
<lstn>-19.35</lstn>
<tmax>-3.91</tmax>
<tmin>-13.66</tmin>
<prcp>4.11</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.06877</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>0.12723</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd></lstd>
<lstn></lstn>
<tmax>2.26</tmax>
<tmin>-5.04</tmin>
<prcp>19.15</prcp>
<updatedAt>2023-01-18T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-01-09</startDate>
<endDate>2023-01-16</endDate>
<ndvi>0.23877</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>0.00653</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd>6.34</lstd>
<lstn>-3.66</lstn>
<tmax>2.73</tmax>
<tmin>-5.05</tmin>
<prcp>5.75</prcp>
<updatedAt>2023-02-01T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-01-17</startDate>
<endDate>2023-01-24</endDate>
<ndvi>0.07675</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>0.34685</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd>-4.66</lstd>
<lstn>-4.76</lstn>
<tmax>1.18</tmax>
<tmin>-3.76</tmin>
<prcp>19</prcp>
<updatedAt>2023-02-04T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19097</countyCode>
<county>Jackson County</county>
<state>IA</state>
<startDate>2023-01-25</startDate>
<endDate>2023-02-01</endDate>
<ndvi>-0.01806</ndvi>
<ndviCount>2618</ndviCount>
<ndwi>0.55006</ndwi>
<ndwiCount>2618</ndwiCount>
<lstd>-9.18</lstd>
<lstn>-24.22</lstn>
<tmax>-4.06</tmax>
<tmin>-13.49</tmin>
<prcp>3.8</prcp>
<updatedAt>2023-02-06T00:00:00-06:00</updatedAt>
</item>
<item>
<countyCode>19099</countyCode>
<county>Jasper County</county>
<state>IA</state>
<startDate>2023-01-01</startDate>
<endDate>2023-01-08</endDate>
<ndvi>0.07368</ndvi>
<ndviCount>11549</ndviCount>