// Environmental Impact Insights (environmental-monitoring-system) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.air_quality), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.air_quality.createMany({
        data: [
            { id: 1, location: "Sydney", measurement_date: new Date("2022-02-17T04:45:57Z"), co2_level: "257.55", pm10_level: "228.42" },
            { id: 2, location: "Seoul", measurement_date: new Date("2022-06-18T05:51:58Z"), co2_level: "481.47", pm10_level: "381.48" },
            { id: 3, location: "Zurich", measurement_date: new Date("2023-02-11T16:38:59Z"), co2_level: "513.91", pm10_level: "198.85" },
            { id: 4, location: "San Diego", measurement_date: new Date("2022-01-21T18:57:50Z"), co2_level: "565.33", pm10_level: "219.00" },
            { id: 5, location: "Helsinki", measurement_date: new Date("2022-03-29T22:18:35Z"), co2_level: "496.35", pm10_level: "294.57" },
            { id: 6, location: "Istanbul", measurement_date: new Date("2023-04-09T11:54:18Z"), co2_level: "375.87", pm10_level: "156.81" },
            { id: 7, location: "Buenos Aires", measurement_date: new Date("2022-04-16T09:48:22Z"), co2_level: "499.55", pm10_level: "219.08" },
            { id: 8, location: "Vienna", measurement_date: new Date("2023-09-18T23:03:27Z"), co2_level: "639.62", pm10_level: "383.41" },
            { id: 9, location: "Seattle", measurement_date: new Date("2023-04-15T23:42:44Z"), co2_level: "913.72", pm10_level: "252.52" },
            { id: 10, location: "Mumbai", measurement_date: new Date("2022-05-14T11:28:23Z"), co2_level: "384.57", pm10_level: "234.87" },
            { id: 11, location: "Ankara", measurement_date: new Date("2022-10-01T15:48:17Z"), co2_level: "633.06", pm10_level: "228.30" },
            { id: 12, location: "Mexico City", measurement_date: new Date("2022-03-06T15:23:59Z"), co2_level: "418.01", pm10_level: "277.49" },
            { id: 13, location: "Melbourne", measurement_date: new Date("2023-11-25T12:44:20Z"), co2_level: "645.26", pm10_level: "369.44" },
            { id: 14, location: "Vancouver", measurement_date: new Date("2022-01-15T10:05:42Z"), co2_level: "616.66", pm10_level: "235.17" },
            { id: 15, location: "Toronto", measurement_date: new Date("2023-01-04T20:26:42Z"), co2_level: "490.29", pm10_level: "304.95" },
            { id: 16, location: "Porto", measurement_date: new Date("2022-04-04T20:03:59Z"), co2_level: "765.77", pm10_level: "327.12" },
            { id: 17, location: "Cape Town", measurement_date: new Date("2022-11-20T18:42:09Z"), co2_level: "622.25", pm10_level: "363.24" },
            { id: 18, location: "Jakarta", measurement_date: new Date("2023-03-22T14:02:35Z"), co2_level: "282.19", pm10_level: "327.81" },
            { id: 19, location: "Bucharest", measurement_date: new Date("2022-04-27T19:56:47Z"), co2_level: "586.90", pm10_level: "402.71" },
            { id: 20, location: "Hamburg", measurement_date: new Date("2023-01-15T11:45:47Z"), co2_level: "302.85", pm10_level: "173.06" },
            { id: 21, location: "Manchester", measurement_date: new Date("2023-07-08T08:15:47Z"), co2_level: "345.40", pm10_level: "254.16" },
            { id: 22, location: "Oslo", measurement_date: new Date("2022-10-10T09:57:13Z"), co2_level: "667.04", pm10_level: "112.92" },
            { id: 23, location: "Barcelona", measurement_date: new Date("2023-01-31T06:02:20Z"), co2_level: "720.32", pm10_level: "253.37" },
            { id: 24, location: "Amsterdam", measurement_date: new Date("2023-05-18T16:31:14Z"), co2_level: "571.24", pm10_level: "396.46" },
            { id: 25, location: "Bucharest", measurement_date: new Date("2022-11-26T16:47:46Z"), co2_level: "572.84", pm10_level: "277.98" },
            { id: 26, location: "Manchester", measurement_date: new Date("2022-12-17T00:57:34Z"), co2_level: null, pm10_level: "407.48" },
            { id: 27, location: "Vienna", measurement_date: new Date("2023-07-12T15:51:10Z"), co2_level: "376.90", pm10_level: "258.50" },
            { id: 28, location: "Taipei", measurement_date: new Date("2022-06-18T13:44:37Z"), co2_level: "632.59", pm10_level: null },
            { id: 29, location: "Bucharest", measurement_date: new Date("2022-07-02T09:04:30Z"), co2_level: "469.76", pm10_level: "313.84" },
            { id: 30, location: "Seattle", measurement_date: new Date("2023-04-03T16:53:47Z"), co2_level: "320.47", pm10_level: null },
            { id: 31, location: "Bogota", measurement_date: new Date("2022-03-21T17:30:30Z"), co2_level: "395.72", pm10_level: null },
            { id: 32, location: "Jakarta", measurement_date: new Date("2022-05-23T21:27:59Z"), co2_level: "324.84", pm10_level: "233.81" },
            { id: 33, location: "Montreal", measurement_date: new Date("2022-10-09T16:14:43Z"), co2_level: "399.95", pm10_level: null },
            { id: 34, location: "Lima", measurement_date: new Date("2023-10-11T16:24:29Z"), co2_level: "491.51", pm10_level: "370.84" },
            { id: 35, location: "London", measurement_date: new Date("2022-04-29T19:51:54Z"), co2_level: "555.46", pm10_level: "198.69" },
            { id: 36, location: "Zurich", measurement_date: new Date("2023-01-12T12:40:35Z"), co2_level: "584.39", pm10_level: "271.69" },
            { id: 37, location: "Brussels", measurement_date: new Date("2022-11-18T01:21:55Z"), co2_level: "597.26", pm10_level: "213.03" },
            { id: 38, location: "Bucharest", measurement_date: new Date("2022-02-27T23:54:17Z"), co2_level: "483.16", pm10_level: "245.34" },
            { id: 39, location: "Athens", measurement_date: new Date("2023-02-20T11:40:43Z"), co2_level: "575.45", pm10_level: "136.73" },
            { id: 40, location: "Nairobi", measurement_date: new Date("2022-12-15T06:13:54Z"), co2_level: "672.03", pm10_level: "274.96" },
            { id: 41, location: "Denver", measurement_date: new Date("2023-09-05T00:56:15Z"), co2_level: "263.58", pm10_level: "279.53" },
            { id: 42, location: "Budapest", measurement_date: new Date("2022-07-01T06:05:53Z"), co2_level: "378.89", pm10_level: "279.00" },
            { id: 43, location: "Nairobi", measurement_date: new Date("2023-03-10T23:45:02Z"), co2_level: "561.20", pm10_level: "277.41" },
            { id: 44, location: "Vienna", measurement_date: new Date("2022-09-09T05:43:16Z"), co2_level: null, pm10_level: "298.26" },
            { id: 45, location: "Auckland", measurement_date: new Date("2023-10-21T08:24:05Z"), co2_level: "520.15", pm10_level: "210.23" },
            { id: 46, location: "Manila", measurement_date: new Date("2023-11-30T10:14:30Z"), co2_level: "464.97", pm10_level: "218.12" },
            { id: 47, location: "Seattle", measurement_date: new Date("2023-11-10T00:34:02Z"), co2_level: "369.05", pm10_level: null },
            { id: 48, location: "Oslo", measurement_date: new Date("2022-01-24T20:38:50Z"), co2_level: "779.61", pm10_level: "249.97" },
            { id: 49, location: "Manchester", measurement_date: new Date("2022-08-02T07:19:07Z"), co2_level: "387.89", pm10_level: "210.82" },
            { id: 50, location: "Vienna", measurement_date: new Date("2022-05-22T15:38:13Z"), co2_level: "342.16", pm10_level: "191.53" },
            { id: 51, location: "Denver", measurement_date: new Date("2023-05-31T17:10:33Z"), co2_level: "639.49", pm10_level: "199.38" },
            { id: 52, location: "Seattle", measurement_date: new Date("2023-02-18T17:36:34Z"), co2_level: "223.26", pm10_level: "138.57" },
            { id: 53, location: "Berlin", measurement_date: new Date("2022-09-25T22:19:07Z"), co2_level: null, pm10_level: "339.73" },
            { id: 54, location: "Barcelona", measurement_date: new Date("2022-11-10T15:26:36Z"), co2_level: "346.71", pm10_level: "244.05" },
            { id: 55, location: "Amsterdam", measurement_date: new Date("2022-08-04T13:10:46Z"), co2_level: "368.21", pm10_level: "230.09" },
            { id: 56, location: "Amsterdam", measurement_date: new Date("2022-06-21T23:03:59Z"), co2_level: "736.58", pm10_level: "334.43" },
            { id: 57, location: "Edinburgh", measurement_date: new Date("2023-03-05T19:44:59Z"), co2_level: "445.25", pm10_level: "225.42" },
            { id: 58, location: "Jakarta", measurement_date: new Date("2023-09-11T11:58:55Z"), co2_level: "219.04", pm10_level: "283.10" },
            { id: 59, location: "Singapore", measurement_date: new Date("2023-02-16T21:14:16Z"), co2_level: "549.61", pm10_level: "247.75" },
            { id: 60, location: "Helsinki", measurement_date: new Date("2023-07-13T19:54:08Z"), co2_level: "419.27", pm10_level: "257.27" },
            { id: 61, location: "Lisbon", measurement_date: new Date("2023-05-17T12:30:33Z"), co2_level: "796.05", pm10_level: "278.67" },
            { id: 62, location: "Oslo", measurement_date: new Date("2023-12-17T18:53:44Z"), co2_level: "535.15", pm10_level: null },
            { id: 63, location: "Tokyo", measurement_date: new Date("2023-07-19T22:52:28Z"), co2_level: "597.33", pm10_level: "296.08" },
            { id: 64, location: "Lima", measurement_date: new Date("2023-03-09T08:40:37Z"), co2_level: "335.66", pm10_level: "199.86" },
            { id: 65, location: "Mexico City", measurement_date: new Date("2023-10-08T13:20:15Z"), co2_level: "518.29", pm10_level: "128.01" },
            { id: 66, location: "Edinburgh", measurement_date: new Date("2023-07-14T08:42:05Z"), co2_level: "904.60", pm10_level: "298.86" },
            { id: 67, location: "Tokyo", measurement_date: new Date("2022-08-10T09:08:24Z"), co2_level: "519.80", pm10_level: "294.39" },
            { id: 68, location: "Lagos", measurement_date: new Date("2022-10-27T20:06:06Z"), co2_level: "408.91", pm10_level: "210.51" },
            { id: 69, location: "Dublin", measurement_date: new Date("2023-01-29T20:45:33Z"), co2_level: "216.92", pm10_level: "233.48" },
            { id: 70, location: "Ankara", measurement_date: new Date("2022-07-14T13:24:15Z"), co2_level: "772.32", pm10_level: "178.55" },
            { id: 71, location: "Kyoto", measurement_date: new Date("2023-01-13T15:56:46Z"), co2_level: "484.28", pm10_level: "340.62" },
            { id: 72, location: "Ankara", measurement_date: new Date("2023-01-29T13:14:16Z"), co2_level: "452.52", pm10_level: null },
            { id: 73, location: "Munich", measurement_date: new Date("2023-05-01T09:40:21Z"), co2_level: "148.66", pm10_level: null },
            { id: 74, location: "Cairo", measurement_date: new Date("2023-02-09T19:48:47Z"), co2_level: "360.76", pm10_level: "156.37" },
            { id: 75, location: "Hamburg", measurement_date: new Date("2022-01-25T22:26:55Z"), co2_level: "856.21", pm10_level: "186.19" },
            { id: 76, location: "Mumbai", measurement_date: new Date("2022-03-14T01:56:11Z"), co2_level: "339.61", pm10_level: "375.22" },
            { id: 77, location: "Zurich", measurement_date: new Date("2023-07-14T21:26:01Z"), co2_level: "619.36", pm10_level: "360.05" },
            { id: 78, location: "Bogota", measurement_date: new Date("2023-03-21T12:26:17Z"), co2_level: null, pm10_level: null },
            { id: 79, location: "Santiago", measurement_date: new Date("2023-05-09T20:42:45Z"), co2_level: "478.38", pm10_level: null },
            { id: 80, location: "Istanbul", measurement_date: new Date("2023-11-25T13:00:28Z"), co2_level: "372.82", pm10_level: "290.79" },
            { id: 81, location: "Budapest", measurement_date: new Date("2023-01-16T17:44:20Z"), co2_level: "413.89", pm10_level: "213.89" },
            { id: 82, location: "Mexico City", measurement_date: new Date("2023-05-24T11:58:17Z"), co2_level: "481.37", pm10_level: "152.19" },
            { id: 83, location: "Seattle", measurement_date: new Date("2023-05-17T16:33:50Z"), co2_level: "508.13", pm10_level: "337.59" },
            { id: 84, location: "Tokyo", measurement_date: new Date("2023-05-18T10:49:12Z"), co2_level: null, pm10_level: "305.46" },
            { id: 85, location: "Montreal", measurement_date: new Date("2023-02-05T10:58:42Z"), co2_level: "630.59", pm10_level: "282.11" },
            { id: 86, location: "Warsaw", measurement_date: new Date("2023-01-15T18:13:56Z"), co2_level: "542.09", pm10_level: null },
            { id: 87, location: "Lagos", measurement_date: new Date("2022-09-13T14:16:36Z"), co2_level: "527.44", pm10_level: "265.63" },
            { id: 88, location: "Munich", measurement_date: new Date("2023-11-03T15:44:53Z"), co2_level: "353.87", pm10_level: null },
            { id: 89, location: "Prague", measurement_date: new Date("2022-05-02T10:34:30Z"), co2_level: "475.62", pm10_level: "335.32" },
            { id: 90, location: "Sao Paulo", measurement_date: new Date("2022-08-14T16:57:10Z"), co2_level: "633.20", pm10_level: "273.39" },
            { id: 91, location: "Melbourne", measurement_date: new Date("2022-06-16T11:10:59Z"), co2_level: "698.52", pm10_level: "268.05" },
            { id: 92, location: "San Diego", measurement_date: new Date("2023-10-25T13:41:11Z"), co2_level: "498.92", pm10_level: "132.37" },
            { id: 93, location: "Bogota", measurement_date: new Date("2022-03-03T14:54:03Z"), co2_level: "434.14", pm10_level: "278.41" },
            { id: 94, location: "Brussels", measurement_date: new Date("2023-11-16T14:54:28Z"), co2_level: "513.92", pm10_level: "298.43" },
            { id: 95, location: "Jakarta", measurement_date: new Date("2023-09-17T13:18:16Z"), co2_level: "516.06", pm10_level: "255.86" },
            { id: 96, location: "Amsterdam", measurement_date: new Date("2022-02-04T11:11:30Z"), co2_level: null, pm10_level: "290.29" },
            { id: 97, location: "Jakarta", measurement_date: new Date("2023-10-07T11:19:51Z"), co2_level: "578.23", pm10_level: "191.90" },
            { id: 98, location: "Mumbai", measurement_date: new Date("2022-04-12T18:19:49Z"), co2_level: "375.02", pm10_level: "208.10" },
            { id: 99, location: "Austin", measurement_date: new Date("2023-07-29T17:47:25Z"), co2_level: "685.57", pm10_level: "194.98" },
            { id: 100, location: "Barcelona", measurement_date: new Date("2023-10-12T22:35:31Z"), co2_level: null, pm10_level: "308.96" },
            { id: 101, location: "Toronto", measurement_date: new Date("2022-12-25T11:57:58Z"), co2_level: "240.75", pm10_level: "210.34" },
            { id: 102, location: "Stockholm", measurement_date: new Date("2023-10-07T16:01:27Z"), co2_level: "502.52", pm10_level: "219.31" },
            { id: 103, location: "Edinburgh", measurement_date: new Date("2022-12-07T15:12:37Z"), co2_level: "687.52", pm10_level: "162.04" },
            { id: 104, location: "Manila", measurement_date: new Date("2022-08-20T15:31:37Z"), co2_level: null, pm10_level: "161.97" },
            { id: 105, location: "Paris", measurement_date: new Date("2023-06-10T14:26:46Z"), co2_level: "626.92", pm10_level: "184.35" },
            { id: 106, location: "Austin", measurement_date: new Date("2023-04-30T13:58:48Z"), co2_level: "521.07", pm10_level: "155.70" },
            { id: 107, location: "San Diego", measurement_date: new Date("2022-03-02T23:52:34Z"), co2_level: "772.54", pm10_level: "141.44" },
            { id: 108, location: "Paris", measurement_date: new Date("2023-05-22T19:58:22Z"), co2_level: "650.32", pm10_level: "190.40" },
            { id: 109, location: "Rome", measurement_date: new Date("2022-03-19T11:20:30Z"), co2_level: "800.86", pm10_level: null },
            { id: 110, location: "Seoul", measurement_date: new Date("2022-02-08T10:59:23Z"), co2_level: "632.60", pm10_level: "187.25" },
            { id: 111, location: "Lagos", measurement_date: new Date("2022-03-02T18:36:39Z"), co2_level: "473.24", pm10_level: null },
            { id: 112, location: "Munich", measurement_date: new Date("2023-10-19T19:02:00Z"), co2_level: "301.10", pm10_level: "143.33" },
            { id: 113, location: "Jakarta", measurement_date: new Date("2022-11-01T08:42:33Z"), co2_level: "297.56", pm10_level: "258.01" },
            { id: 114, location: "Paris", measurement_date: new Date("2023-09-20T09:46:43Z"), co2_level: null, pm10_level: "258.81" },
            { id: 115, location: "Ankara", measurement_date: new Date("2022-11-11T18:33:51Z"), co2_level: "648.63", pm10_level: "296.91" },
            { id: 116, location: "Buenos Aires", measurement_date: new Date("2023-12-04T09:57:32Z"), co2_level: "251.64", pm10_level: null },
            { id: 117, location: "Delhi", measurement_date: new Date("2022-08-06T07:21:49Z"), co2_level: "435.28", pm10_level: "199.87" },
            { id: 118, location: "Tokyo", measurement_date: new Date("2023-10-04T01:15:00Z"), co2_level: "280.07", pm10_level: "277.85" },
            { id: 119, location: "Bogota", measurement_date: new Date("2022-03-21T12:31:58Z"), co2_level: "596.09", pm10_level: "177.35" },
            { id: 120, location: "Manchester", measurement_date: new Date("2023-02-06T17:12:51Z"), co2_level: "217.35", pm10_level: "233.49" },
            { id: 121, location: "Izmir", measurement_date: new Date("2022-02-11T09:48:43Z"), co2_level: "467.69", pm10_level: "331.09" },
            { id: 122, location: "Izmir", measurement_date: new Date("2022-08-09T19:11:20Z"), co2_level: "385.90", pm10_level: "247.45" },
            { id: 123, location: "Paris", measurement_date: new Date("2022-02-14T00:11:26Z"), co2_level: null, pm10_level: "271.51" },
            { id: 124, location: "Cairo", measurement_date: new Date("2023-08-14T15:46:30Z"), co2_level: "548.30", pm10_level: "377.73" },
            { id: 125, location: "London", measurement_date: new Date("2023-01-27T14:18:19Z"), co2_level: "513.06", pm10_level: "115.63" },
            { id: 126, location: "Jakarta", measurement_date: new Date("2022-04-22T18:32:49Z"), co2_level: "339.45", pm10_level: "200.06" },
            { id: 127, location: "Bogota", measurement_date: new Date("2022-07-28T05:11:39Z"), co2_level: "487.61", pm10_level: "197.84" },
            { id: 128, location: "Singapore", measurement_date: new Date("2022-06-29T06:18:52Z"), co2_level: "390.33", pm10_level: null },
            { id: 129, location: "Manila", measurement_date: new Date("2022-10-04T18:34:24Z"), co2_level: "296.45", pm10_level: "284.94" },
            { id: 130, location: "Izmir", measurement_date: new Date("2022-12-09T16:39:13Z"), co2_level: "447.68", pm10_level: "201.11" },
            { id: 131, location: "Manchester", measurement_date: new Date("2023-10-23T19:34:07Z"), co2_level: "518.05", pm10_level: "135.24" },
            { id: 132, location: "Munich", measurement_date: new Date("2023-07-06T00:15:35Z"), co2_level: null, pm10_level: "212.85" },
            { id: 133, location: "Montreal", measurement_date: new Date("2022-10-31T14:15:43Z"), co2_level: "565.66", pm10_level: "342.78" },
            { id: 134, location: "Tokyo", measurement_date: new Date("2023-10-19T03:10:48Z"), co2_level: "607.43", pm10_level: "266.03" },
            { id: 135, location: "Jakarta", measurement_date: new Date("2023-12-01T11:09:36Z"), co2_level: "643.40", pm10_level: "275.09" },
            { id: 136, location: "Manchester", measurement_date: new Date("2022-01-01T18:14:53Z"), co2_level: "285.81", pm10_level: "311.23" },
            { id: 137, location: "Manchester", measurement_date: new Date("2022-03-20T12:00:34Z"), co2_level: "331.19", pm10_level: "288.57" },
            { id: 138, location: "Jakarta", measurement_date: new Date("2022-10-05T11:51:21Z"), co2_level: "411.08", pm10_level: "75.58" },
            { id: 139, location: "Porto", measurement_date: new Date("2022-08-24T12:28:49Z"), co2_level: "612.68", pm10_level: "229.38" },
            { id: 140, location: "Lima", measurement_date: new Date("2022-06-13T21:02:23Z"), co2_level: null, pm10_level: null },
            { id: 141, location: "Porto", measurement_date: new Date("2022-01-02T19:29:31Z"), co2_level: "394.04", pm10_level: "109.28" },
            { id: 142, location: "Budapest", measurement_date: new Date("2022-01-17T15:10:55Z"), co2_level: "488.56", pm10_level: "218.03" },
            { id: 143, location: "Manila", measurement_date: new Date("2022-07-29T17:06:39Z"), co2_level: "511.89", pm10_level: "284.91" },
            { id: 144, location: "Madrid", measurement_date: new Date("2023-10-27T23:06:02Z"), co2_level: "472.86", pm10_level: "232.70" },
            { id: 145, location: "Buenos Aires", measurement_date: new Date("2023-08-29T07:12:34Z"), co2_level: "441.78", pm10_level: "355.47" },
            { id: 146, location: "Helsinki", measurement_date: new Date("2022-10-12T16:21:51Z"), co2_level: "670.39", pm10_level: "190.81" },
            { id: 147, location: "Bogota", measurement_date: new Date("2023-01-16T12:28:24Z"), co2_level: "508.98", pm10_level: "176.56" },
            { id: 148, location: "Jakarta", measurement_date: new Date("2023-06-12T21:34:04Z"), co2_level: "540.78", pm10_level: "137.93" },
            { id: 149, location: "Sao Paulo", measurement_date: new Date("2022-03-14T21:50:42Z"), co2_level: "496.95", pm10_level: "279.61" },
            { id: 150, location: "Bucharest", measurement_date: new Date("2022-02-21T19:49:09Z"), co2_level: "417.14", pm10_level: null },
        ],
    });
    await prisma.noise_pollution.createMany({
        data: [
            { id: 1, location: "Cairo", measurement_date: new Date("2022-11-30T16:45:41Z"), decibel_level: "39.56" },
            { id: 2, location: "Madrid", measurement_date: new Date("2023-09-22T11:28:38Z"), decibel_level: "57.45" },
            { id: 3, location: "Edinburgh", measurement_date: new Date("2023-11-24T11:39:09Z"), decibel_level: "38.41" },
            { id: 4, location: "Sydney", measurement_date: new Date("2023-12-14T18:30:20Z"), decibel_level: null },
            { id: 5, location: "Auckland", measurement_date: new Date("2023-12-25T15:25:37Z"), decibel_level: "72.72" },
            { id: 6, location: "Istanbul", measurement_date: new Date("2023-12-04T12:48:39Z"), decibel_level: "38.07" },
            { id: 7, location: "Nairobi", measurement_date: new Date("2022-12-29T09:44:04Z"), decibel_level: "61.23" },
            { id: 8, location: "Bangkok", measurement_date: new Date("2022-08-23T01:53:47Z"), decibel_level: "67.25" },
            { id: 9, location: "Singapore", measurement_date: new Date("2023-05-13T21:35:09Z"), decibel_level: "64.29" },
            { id: 10, location: "Taipei", measurement_date: new Date("2022-12-13T08:04:36Z"), decibel_level: "22.35" },
            { id: 11, location: "Santiago", measurement_date: new Date("2022-10-14T12:14:10Z"), decibel_level: "84.33" },
            { id: 12, location: "Prague", measurement_date: new Date("2022-07-21T15:24:17Z"), decibel_level: null },
            { id: 13, location: "Madrid", measurement_date: new Date("2022-06-24T03:33:48Z"), decibel_level: "14.64" },
            { id: 14, location: "Barcelona", measurement_date: new Date("2022-05-20T00:28:25Z"), decibel_level: "50.49" },
            { id: 15, location: "Bangkok", measurement_date: new Date("2022-07-12T23:59:54Z"), decibel_level: "59.25" },
            { id: 16, location: "Delhi", measurement_date: new Date("2023-04-25T21:25:19Z"), decibel_level: "59.70" },
            { id: 17, location: "Barcelona", measurement_date: new Date("2022-04-05T08:15:07Z"), decibel_level: "63.57" },
            { id: 18, location: "Prague", measurement_date: new Date("2022-04-14T12:20:43Z"), decibel_level: "94.96" },
            { id: 19, location: "London", measurement_date: new Date("2023-07-18T11:41:31Z"), decibel_level: "82.08" },
            { id: 20, location: "Oslo", measurement_date: new Date("2022-08-05T20:34:07Z"), decibel_level: "58.19" },
            { id: 21, location: "Lima", measurement_date: new Date("2022-08-10T17:03:49Z"), decibel_level: "38.97" },
            { id: 22, location: "Amsterdam", measurement_date: new Date("2022-05-20T14:37:51Z"), decibel_level: "45.50" },
            { id: 23, location: "Tokyo", measurement_date: new Date("2023-06-26T21:52:15Z"), decibel_level: "62.03" },
            { id: 24, location: "Santiago", measurement_date: new Date("2023-05-11T08:53:22Z"), decibel_level: null },
            { id: 25, location: "Lima", measurement_date: new Date("2022-07-05T14:48:55Z"), decibel_level: "18.23" },
            { id: 26, location: "Bangkok", measurement_date: new Date("2022-03-12T18:17:58Z"), decibel_level: "40.24" },
            { id: 27, location: "Porto", measurement_date: new Date("2023-06-06T15:15:11Z"), decibel_level: "27.73" },
            { id: 28, location: "Zurich", measurement_date: new Date("2023-05-30T11:54:20Z"), decibel_level: "90.69" },
            { id: 29, location: "Budapest", measurement_date: new Date("2022-06-30T21:07:20Z"), decibel_level: "43.30" },
            { id: 30, location: "Tokyo", measurement_date: new Date("2022-09-06T15:31:07Z"), decibel_level: null },
            { id: 31, location: "Cape Town", measurement_date: new Date("2023-06-05T16:58:01Z"), decibel_level: "78.14" },
            { id: 32, location: "San Diego", measurement_date: new Date("2022-07-18T10:15:33Z"), decibel_level: "47.17" },
            { id: 33, location: "San Diego", measurement_date: new Date("2023-06-04T13:14:19Z"), decibel_level: "45.82" },
            { id: 34, location: "Auckland", measurement_date: new Date("2023-11-17T20:08:11Z"), decibel_level: "84.34" },
            { id: 35, location: "Milan", measurement_date: new Date("2022-10-18T21:58:13Z"), decibel_level: "70.49" },
            { id: 36, location: "London", measurement_date: new Date("2022-10-30T12:25:41Z"), decibel_level: "69.09" },
            { id: 37, location: "Barcelona", measurement_date: new Date("2022-01-01T21:37:31Z"), decibel_level: "66.07" },
            { id: 38, location: "Auckland", measurement_date: new Date("2023-08-29T17:06:35Z"), decibel_level: "71.97" },
            { id: 39, location: "Delhi", measurement_date: new Date("2022-12-28T07:22:44Z"), decibel_level: "75.02" },
            { id: 40, location: "Rome", measurement_date: new Date("2023-07-21T19:58:08Z"), decibel_level: "36.42" },
            { id: 41, location: "Singapore", measurement_date: new Date("2022-06-04T04:34:19Z"), decibel_level: "68.38" },
            { id: 42, location: "Santiago", measurement_date: new Date("2022-02-05T11:58:39Z"), decibel_level: "40.19" },
            { id: 43, location: "Paris", measurement_date: new Date("2022-07-06T17:48:37Z"), decibel_level: null },
            { id: 44, location: "Mumbai", measurement_date: new Date("2023-08-26T20:10:39Z"), decibel_level: "71.86" },
            { id: 45, location: "Warsaw", measurement_date: new Date("2023-02-05T18:57:25Z"), decibel_level: "65.65" },
            { id: 46, location: "Warsaw", measurement_date: new Date("2023-10-07T19:56:53Z"), decibel_level: "54.92" },
            { id: 47, location: "Ankara", measurement_date: new Date("2023-12-10T17:43:50Z"), decibel_level: "75.60" },
            { id: 48, location: "Budapest", measurement_date: new Date("2022-08-18T14:28:20Z"), decibel_level: "84.93" },
            { id: 49, location: "Istanbul", measurement_date: new Date("2023-07-16T15:02:38Z"), decibel_level: "64.68" },
            { id: 50, location: "Amsterdam", measurement_date: new Date("2022-06-17T19:36:13Z"), decibel_level: null },
            { id: 51, location: "Nairobi", measurement_date: new Date("2022-08-19T10:26:31Z"), decibel_level: "34.03" },
            { id: 52, location: "Bucharest", measurement_date: new Date("2022-07-14T11:51:34Z"), decibel_level: "73.72" },
            { id: 53, location: "Mexico City", measurement_date: new Date("2022-05-02T16:40:34Z"), decibel_level: "39.33" },
            { id: 54, location: "Lisbon", measurement_date: new Date("2023-06-19T02:56:05Z"), decibel_level: "65.36" },
            { id: 55, location: "Ankara", measurement_date: new Date("2023-11-23T05:48:25Z"), decibel_level: "56.07" },
            { id: 56, location: "Toronto", measurement_date: new Date("2022-09-20T09:16:45Z"), decibel_level: null },
            { id: 57, location: "Mumbai", measurement_date: new Date("2023-04-07T16:46:13Z"), decibel_level: "79.95" },
            { id: 58, location: "Santiago", measurement_date: new Date("2023-07-03T22:39:21Z"), decibel_level: "59.20" },
            { id: 59, location: "Copenhagen", measurement_date: new Date("2023-10-04T13:34:30Z"), decibel_level: null },
            { id: 60, location: "Izmir", measurement_date: new Date("2023-01-19T08:51:29Z"), decibel_level: "54.78" },
            { id: 61, location: "Madrid", measurement_date: new Date("2022-07-09T11:10:53Z"), decibel_level: null },
            { id: 62, location: "Zurich", measurement_date: new Date("2023-05-03T08:51:16Z"), decibel_level: "93.51" },
            { id: 63, location: "Denver", measurement_date: new Date("2022-08-06T22:07:42Z"), decibel_level: "53.16" },
            { id: 64, location: "Cape Town", measurement_date: new Date("2022-08-15T02:31:25Z"), decibel_level: "68.98" },
            { id: 65, location: "Prague", measurement_date: new Date("2023-11-12T07:06:53Z"), decibel_level: "64.55" },
            { id: 66, location: "Vancouver", measurement_date: new Date("2023-10-26T06:10:45Z"), decibel_level: "84.18" },
            { id: 67, location: "Santiago", measurement_date: new Date("2023-08-05T20:44:08Z"), decibel_level: "56.68" },
            { id: 68, location: "Seoul", measurement_date: new Date("2023-09-13T16:47:50Z"), decibel_level: "88.16" },
            { id: 69, location: "Sao Paulo", measurement_date: new Date("2023-10-09T15:28:52Z"), decibel_level: "85.18" },
            { id: 70, location: "Rome", measurement_date: new Date("2022-10-19T15:49:08Z"), decibel_level: "80.04" },
            { id: 71, location: "Copenhagen", measurement_date: new Date("2022-08-12T11:50:22Z"), decibel_level: "57.75" },
            { id: 72, location: "San Diego", measurement_date: new Date("2023-11-29T08:33:32Z"), decibel_level: null },
            { id: 73, location: "Sydney", measurement_date: new Date("2023-03-21T20:32:32Z"), decibel_level: "45.87" },
            { id: 74, location: "Manila", measurement_date: new Date("2022-04-29T18:59:01Z"), decibel_level: "57.51" },
            { id: 75, location: "Rome", measurement_date: new Date("2022-04-10T19:00:22Z"), decibel_level: "57.46" },
            { id: 76, location: "Nairobi", measurement_date: new Date("2023-05-01T05:31:59Z"), decibel_level: "54.10" },
            { id: 77, location: "Izmir", measurement_date: new Date("2023-04-22T14:34:58Z"), decibel_level: "68.81" },
            { id: 78, location: "Lima", measurement_date: new Date("2023-03-11T19:05:06Z"), decibel_level: null },
            { id: 79, location: "Paris", measurement_date: new Date("2022-08-29T08:09:42Z"), decibel_level: "71.74" },
            { id: 80, location: "Madrid", measurement_date: new Date("2022-01-11T11:38:39Z"), decibel_level: "69.11" },
            { id: 81, location: "Lyon", measurement_date: new Date("2023-08-09T13:23:17Z"), decibel_level: null },
            { id: 82, location: "Taipei", measurement_date: new Date("2023-06-15T16:14:01Z"), decibel_level: "89.17" },
            { id: 83, location: "Hamburg", measurement_date: new Date("2023-04-25T13:39:38Z"), decibel_level: "74.26" },
            { id: 84, location: "Toronto", measurement_date: new Date("2022-04-25T22:25:00Z"), decibel_level: "61.47" },
            { id: 85, location: "Cape Town", measurement_date: new Date("2022-07-19T15:20:29Z"), decibel_level: "53.48" },
            { id: 86, location: "Budapest", measurement_date: new Date("2022-06-26T17:41:14Z"), decibel_level: "51.98" },
            { id: 87, location: "San Diego", measurement_date: new Date("2022-01-23T01:17:14Z"), decibel_level: null },
            { id: 88, location: "Edinburgh", measurement_date: new Date("2022-07-02T16:26:56Z"), decibel_level: "41.46" },
            { id: 89, location: "Warsaw", measurement_date: new Date("2023-10-25T08:18:40Z"), decibel_level: "47.27" },
            { id: 90, location: "Austin", measurement_date: new Date("2023-05-23T13:39:38Z"), decibel_level: "67.51" },
            { id: 91, location: "Stockholm", measurement_date: new Date("2023-11-30T18:12:54Z"), decibel_level: "73.17" },
            { id: 92, location: "Vienna", measurement_date: new Date("2023-10-23T20:13:46Z"), decibel_level: "60.84" },
            { id: 93, location: "London", measurement_date: new Date("2023-12-26T15:50:43Z"), decibel_level: "84.61" },
            { id: 94, location: "Budapest", measurement_date: new Date("2023-03-09T21:09:47Z"), decibel_level: "78.67" },
            { id: 95, location: "Vienna", measurement_date: new Date("2023-01-02T21:19:38Z"), decibel_level: "45.77" },
            { id: 96, location: "Santiago", measurement_date: new Date("2022-08-22T09:05:59Z"), decibel_level: "70.98" },
            { id: 97, location: "Izmir", measurement_date: new Date("2023-03-21T10:07:28Z"), decibel_level: "73.08" },
            { id: 98, location: "Dublin", measurement_date: new Date("2022-11-05T20:03:18Z"), decibel_level: "40.55" },
            { id: 99, location: "Denver", measurement_date: new Date("2022-01-05T13:41:45Z"), decibel_level: "88.49" },
            { id: 100, location: "Santiago", measurement_date: new Date("2023-02-03T10:32:58Z"), decibel_level: null },
            { id: 101, location: "Manchester", measurement_date: new Date("2023-03-16T14:40:14Z"), decibel_level: "52.69" },
            { id: 102, location: "Ankara", measurement_date: new Date("2023-04-04T20:54:57Z"), decibel_level: "35.63" },
            { id: 103, location: "Tokyo", measurement_date: new Date("2022-03-08T10:07:42Z"), decibel_level: "73.16" },
            { id: 104, location: "Delhi", measurement_date: new Date("2022-07-01T20:18:02Z"), decibel_level: "80.17" },
            { id: 105, location: "Milan", measurement_date: new Date("2022-10-30T13:19:58Z"), decibel_level: "74.42" },
            { id: 106, location: "Singapore", measurement_date: new Date("2023-12-15T19:48:18Z"), decibel_level: "58.02" },
            { id: 107, location: "San Diego", measurement_date: new Date("2022-10-16T12:11:07Z"), decibel_level: "49.51" },
            { id: 108, location: "Denver", measurement_date: new Date("2022-10-08T16:47:24Z"), decibel_level: "85.79" },
            { id: 109, location: "Manchester", measurement_date: new Date("2022-07-16T17:10:35Z"), decibel_level: "59.27" },
            { id: 110, location: "Manila", measurement_date: new Date("2022-11-15T08:01:04Z"), decibel_level: "49.97" },
            { id: 111, location: "Izmir", measurement_date: new Date("2023-01-24T10:53:46Z"), decibel_level: "54.89" },
            { id: 112, location: "Jakarta", measurement_date: new Date("2022-05-07T17:35:00Z"), decibel_level: "78.75" },
            { id: 113, location: "Sydney", measurement_date: new Date("2023-11-10T19:37:30Z"), decibel_level: "65.73" },
            { id: 114, location: "Vienna", measurement_date: new Date("2023-03-26T13:57:14Z"), decibel_level: "63.95" },
            { id: 115, location: "Austin", measurement_date: new Date("2022-08-29T16:09:21Z"), decibel_level: "34.47" },
            { id: 116, location: "Barcelona", measurement_date: new Date("2022-09-23T17:03:58Z"), decibel_level: "47.15" },
            { id: 117, location: "Seattle", measurement_date: new Date("2023-10-02T13:57:25Z"), decibel_level: "32.01" },
            { id: 118, location: "Budapest", measurement_date: new Date("2023-10-23T18:53:44Z"), decibel_level: null },
            { id: 119, location: "Vienna", measurement_date: new Date("2023-08-31T15:28:12Z"), decibel_level: "69.06" },
            { id: 120, location: "Lima", measurement_date: new Date("2023-02-07T00:01:06Z"), decibel_level: "54.76" },
            { id: 121, location: "Sao Paulo", measurement_date: new Date("2023-01-18T18:12:00Z"), decibel_level: "64.56" },
            { id: 122, location: "Auckland", measurement_date: new Date("2023-10-03T18:45:57Z"), decibel_level: "70.55" },
            { id: 123, location: "Mexico City", measurement_date: new Date("2022-03-19T19:25:03Z"), decibel_level: "53.18" },
            { id: 124, location: "Bucharest", measurement_date: new Date("2023-11-15T12:47:08Z"), decibel_level: "65.04" },
            { id: 125, location: "Barcelona", measurement_date: new Date("2023-06-12T19:23:34Z"), decibel_level: "66.57" },
            { id: 126, location: "Berlin", measurement_date: new Date("2023-11-20T13:13:30Z"), decibel_level: "57.48" },
            { id: 127, location: "San Diego", measurement_date: new Date("2023-08-31T22:34:04Z"), decibel_level: "59.81" },
            { id: 128, location: "Mumbai", measurement_date: new Date("2023-08-24T19:02:50Z"), decibel_level: "96.69" },
            { id: 129, location: "Bangkok", measurement_date: new Date("2023-11-25T13:12:29Z"), decibel_level: "19.63" },
            { id: 130, location: "Munich", measurement_date: new Date("2022-08-17T13:36:38Z"), decibel_level: "75.67" },
            { id: 131, location: "Seoul", measurement_date: new Date("2023-11-12T16:11:45Z"), decibel_level: "54.24" },
            { id: 132, location: "Singapore", measurement_date: new Date("2022-02-01T12:32:34Z"), decibel_level: "55.89" },
            { id: 133, location: "Barcelona", measurement_date: new Date("2022-12-26T18:09:11Z"), decibel_level: "103.43" },
            { id: 134, location: "Madrid", measurement_date: new Date("2022-05-29T20:54:44Z"), decibel_level: "51.32" },
            { id: 135, location: "Stockholm", measurement_date: new Date("2022-02-21T07:23:08Z"), decibel_level: "76.27" },
            { id: 136, location: "Paris", measurement_date: new Date("2023-03-11T13:36:18Z"), decibel_level: "76.98" },
            { id: 137, location: "Kyoto", measurement_date: new Date("2022-02-16T19:10:42Z"), decibel_level: null },
            { id: 138, location: "Copenhagen", measurement_date: new Date("2023-10-11T10:37:50Z"), decibel_level: "48.77" },
            { id: 139, location: "Lagos", measurement_date: new Date("2022-03-25T14:39:55Z"), decibel_level: "80.74" },
            { id: 140, location: "London", measurement_date: new Date("2023-12-05T19:18:03Z"), decibel_level: "57.57" },
            { id: 141, location: "Sydney", measurement_date: new Date("2023-11-07T18:17:55Z"), decibel_level: "67.22" },
            { id: 142, location: "Prague", measurement_date: new Date("2022-05-05T13:49:15Z"), decibel_level: "74.35" },
            { id: 143, location: "London", measurement_date: new Date("2023-10-28T12:01:48Z"), decibel_level: "23.70" },
            { id: 144, location: "Madrid", measurement_date: new Date("2022-05-15T11:16:45Z"), decibel_level: "41.65" },
            { id: 145, location: "Nairobi", measurement_date: new Date("2023-01-06T22:36:05Z"), decibel_level: "42.67" },
            { id: 146, location: "Austin", measurement_date: new Date("2023-03-27T21:42:17Z"), decibel_level: "37.76" },
            { id: 147, location: "Jakarta", measurement_date: new Date("2022-12-11T16:43:49Z"), decibel_level: "76.97" },
            { id: 148, location: "Mexico City", measurement_date: new Date("2023-02-26T17:56:13Z"), decibel_level: null },
            { id: 149, location: "London", measurement_date: new Date("2022-04-28T03:53:53Z"), decibel_level: "77.90" },
            { id: 150, location: "Delhi", measurement_date: new Date("2023-10-06T19:19:13Z"), decibel_level: "47.47" },
        ],
    });
    await prisma.radiation_levels.createMany({
        data: [
            { id: 1, location: "Taipei", measurement_date: new Date("2023-12-16T07:10:00Z"), radiation_level: "5.86" },
            { id: 2, location: "Vancouver", measurement_date: new Date("2023-04-08T13:41:37Z"), radiation_level: "0.02" },
            { id: 3, location: "Kyoto", measurement_date: new Date("2023-03-02T13:30:00Z"), radiation_level: "9.57" },
            { id: 4, location: "Montreal", measurement_date: new Date("2023-11-30T04:59:58Z"), radiation_level: "3.39" },
            { id: 5, location: "Stockholm", measurement_date: new Date("2023-04-26T01:29:05Z"), radiation_level: "7.36" },
            { id: 6, location: "Lima", measurement_date: new Date("2022-06-27T02:58:18Z"), radiation_level: "8.56" },
            { id: 7, location: "Dublin", measurement_date: new Date("2022-03-20T14:18:40Z"), radiation_level: "7.61" },
            { id: 8, location: "Hamburg", measurement_date: new Date("2022-06-05T15:12:32Z"), radiation_level: null },
            { id: 9, location: "Berlin", measurement_date: new Date("2023-08-14T09:37:46Z"), radiation_level: "4.49" },
            { id: 10, location: "Seattle", measurement_date: new Date("2022-08-19T09:50:08Z"), radiation_level: "7.08" },
            { id: 11, location: "Melbourne", measurement_date: new Date("2023-02-04T02:31:07Z"), radiation_level: "0.84" },
            { id: 12, location: "Hamburg", measurement_date: new Date("2022-09-27T14:08:24Z"), radiation_level: null },
            { id: 13, location: "Chicago", measurement_date: new Date("2023-04-28T04:29:21Z"), radiation_level: "6.38" },
            { id: 14, location: "Bucharest", measurement_date: new Date("2022-11-09T00:49:38Z"), radiation_level: null },
            { id: 15, location: "Sydney", measurement_date: new Date("2023-02-15T04:45:35Z"), radiation_level: null },
            { id: 16, location: "Stockholm", measurement_date: new Date("2022-05-19T06:08:18Z"), radiation_level: "3.05" },
            { id: 17, location: "Manchester", measurement_date: new Date("2022-04-27T19:01:17Z"), radiation_level: "5.58" },
            { id: 18, location: "Zurich", measurement_date: new Date("2022-09-25T21:42:33Z"), radiation_level: "4.39" },
            { id: 19, location: "Buenos Aires", measurement_date: new Date("2023-09-12T05:35:59Z"), radiation_level: "2.68" },
            { id: 20, location: "Melbourne", measurement_date: new Date("2023-01-22T05:06:28Z"), radiation_level: "3.44" },
            { id: 21, location: "Melbourne", measurement_date: new Date("2022-05-31T21:12:24Z"), radiation_level: null },
            { id: 22, location: "Austin", measurement_date: new Date("2022-02-11T16:46:32Z"), radiation_level: "2.39" },
            { id: 23, location: "Istanbul", measurement_date: new Date("2023-06-29T19:03:27Z"), radiation_level: null },
            { id: 24, location: "Stockholm", measurement_date: new Date("2023-12-22T13:38:43Z"), radiation_level: "2.34" },
            { id: 25, location: "Auckland", measurement_date: new Date("2022-02-01T07:20:20Z"), radiation_level: null },
            { id: 26, location: "Seattle", measurement_date: new Date("2022-11-23T16:31:06Z"), radiation_level: "8.96" },
            { id: 27, location: "Brussels", measurement_date: new Date("2023-08-06T20:35:49Z"), radiation_level: "7.82" },
            { id: 28, location: "Ankara", measurement_date: new Date("2022-10-25T12:05:28Z"), radiation_level: "10.00" },
            { id: 29, location: "Zurich", measurement_date: new Date("2022-12-27T05:42:50Z"), radiation_level: "7.74" },
            { id: 30, location: "Amsterdam", measurement_date: new Date("2022-07-17T19:13:31Z"), radiation_level: null },
            { id: 31, location: "Lima", measurement_date: new Date("2023-06-16T03:22:51Z"), radiation_level: "3.11" },
            { id: 32, location: "Hamburg", measurement_date: new Date("2023-12-01T16:03:50Z"), radiation_level: "8.07" },
            { id: 33, location: "Athens", measurement_date: new Date("2023-01-10T01:15:01Z"), radiation_level: "9.34" },
            { id: 34, location: "Bogota", measurement_date: new Date("2023-07-12T11:04:32Z"), radiation_level: "9.78" },
            { id: 35, location: "Toronto", measurement_date: new Date("2022-08-02T16:46:29Z"), radiation_level: "9.18" },
            { id: 36, location: "Vienna", measurement_date: new Date("2022-07-07T09:33:12Z"), radiation_level: "9.98" },
            { id: 37, location: "Lima", measurement_date: new Date("2022-12-21T13:42:33Z"), radiation_level: null },
            { id: 38, location: "Dublin", measurement_date: new Date("2023-11-30T21:52:04Z"), radiation_level: "6.15" },
            { id: 39, location: "Berlin", measurement_date: new Date("2023-05-04T04:39:56Z"), radiation_level: null },
            { id: 40, location: "Buenos Aires", measurement_date: new Date("2023-09-26T06:12:00Z"), radiation_level: "9.22" },
            { id: 41, location: "Lisbon", measurement_date: new Date("2022-07-22T10:09:07Z"), radiation_level: "9.80" },
            { id: 42, location: "Prague", measurement_date: new Date("2022-05-07T05:57:09Z"), radiation_level: "2.35" },
            { id: 43, location: "Delhi", measurement_date: new Date("2023-01-13T13:46:06Z"), radiation_level: "9.26" },
            { id: 44, location: "Mumbai", measurement_date: new Date("2023-04-01T11:47:44Z"), radiation_level: null },
            { id: 45, location: "Cape Town", measurement_date: new Date("2022-10-30T14:16:02Z"), radiation_level: "9.03" },
            { id: 46, location: "Helsinki", measurement_date: new Date("2023-04-12T02:58:26Z"), radiation_level: "3.84" },
            { id: 47, location: "Tokyo", measurement_date: new Date("2022-12-17T00:08:52Z"), radiation_level: "8.48" },
            { id: 48, location: "Sao Paulo", measurement_date: new Date("2022-03-09T20:32:59Z"), radiation_level: "4.00" },
            { id: 49, location: "Manila", measurement_date: new Date("2022-06-23T04:54:16Z"), radiation_level: "5.02" },
            { id: 50, location: "Lagos", measurement_date: new Date("2022-07-25T21:18:54Z"), radiation_level: "2.66" },
            { id: 51, location: "Tokyo", measurement_date: new Date("2023-07-25T01:38:23Z"), radiation_level: "9.28" },
            { id: 52, location: "Budapest", measurement_date: new Date("2023-03-29T18:33:49Z"), radiation_level: "9.52" },
            { id: 53, location: "Lisbon", measurement_date: new Date("2022-08-09T15:48:38Z"), radiation_level: "9.21" },
            { id: 54, location: "Seattle", measurement_date: new Date("2023-11-28T14:23:02Z"), radiation_level: "9.92" },
            { id: 55, location: "Edinburgh", measurement_date: new Date("2022-12-29T13:37:51Z"), radiation_level: "9.94" },
            { id: 56, location: "Toronto", measurement_date: new Date("2023-04-20T12:01:21Z"), radiation_level: "9.54" },
            { id: 57, location: "Stockholm", measurement_date: new Date("2022-01-01T19:28:21Z"), radiation_level: "9.94" },
            { id: 58, location: "San Diego", measurement_date: new Date("2022-01-24T17:13:19Z"), radiation_level: "5.21" },
            { id: 59, location: "Singapore", measurement_date: new Date("2023-04-22T02:24:18Z"), radiation_level: null },
            { id: 60, location: "Porto", measurement_date: new Date("2023-05-03T20:57:33Z"), radiation_level: "2.84" },
            { id: 61, location: "Seattle", measurement_date: new Date("2022-05-12T11:50:19Z"), radiation_level: "9.61" },
            { id: 62, location: "Mumbai", measurement_date: new Date("2022-02-04T23:24:40Z"), radiation_level: "1.06" },
            { id: 63, location: "Denver", measurement_date: new Date("2022-04-10T10:02:46Z"), radiation_level: "0.09" },
            { id: 64, location: "Nairobi", measurement_date: new Date("2022-07-15T09:19:52Z"), radiation_level: "9.57" },
            { id: 65, location: "Cairo", measurement_date: new Date("2023-05-25T06:12:38Z"), radiation_level: "7.13" },
            { id: 66, location: "Sao Paulo", measurement_date: new Date("2023-09-29T22:39:32Z"), radiation_level: "8.45" },
            { id: 67, location: "Amsterdam", measurement_date: new Date("2022-10-27T06:42:35Z"), radiation_level: "7.52" },
            { id: 68, location: "Boston", measurement_date: new Date("2023-07-15T11:31:49Z"), radiation_level: "7.70" },
            { id: 69, location: "Melbourne", measurement_date: new Date("2023-04-13T22:02:07Z"), radiation_level: "9.56" },
            { id: 70, location: "Denver", measurement_date: new Date("2023-12-12T05:28:09Z"), radiation_level: "9.42" },
            { id: 71, location: "London", measurement_date: new Date("2022-10-14T16:12:19Z"), radiation_level: "9.99" },
            { id: 72, location: "Cairo", measurement_date: new Date("2023-04-19T05:13:45Z"), radiation_level: "9.63" },
            { id: 73, location: "Lisbon", measurement_date: new Date("2023-10-15T03:57:27Z"), radiation_level: "6.95" },
            { id: 74, location: "Prague", measurement_date: new Date("2023-04-21T11:35:59Z"), radiation_level: "2.00" },
            { id: 75, location: "Chicago", measurement_date: new Date("2023-08-15T20:12:24Z"), radiation_level: "4.43" },
            { id: 76, location: "Berlin", measurement_date: new Date("2022-04-10T01:05:51Z"), radiation_level: "6.45" },
            { id: 77, location: "Denver", measurement_date: new Date("2023-02-11T17:58:46Z"), radiation_level: "9.99" },
            { id: 78, location: "Cape Town", measurement_date: new Date("2023-01-06T09:03:51Z"), radiation_level: "3.49" },
            { id: 79, location: "Izmir", measurement_date: new Date("2022-01-06T02:35:30Z"), radiation_level: "9.01" },
            { id: 80, location: "Bucharest", measurement_date: new Date("2022-07-07T04:08:58Z"), radiation_level: "8.72" },
            { id: 81, location: "Manila", measurement_date: new Date("2023-01-29T22:58:03Z"), radiation_level: "7.04" },
            { id: 82, location: "Budapest", measurement_date: new Date("2022-10-25T03:30:38Z"), radiation_level: "9.99" },
            { id: 83, location: "Melbourne", measurement_date: new Date("2023-02-12T06:36:56Z"), radiation_level: "6.56" },
            { id: 84, location: "Munich", measurement_date: new Date("2023-05-11T16:32:49Z"), radiation_level: "9.59" },
            { id: 85, location: "Athens", measurement_date: new Date("2022-03-28T18:30:42Z"), radiation_level: "7.23" },
            { id: 86, location: "Bangkok", measurement_date: new Date("2023-01-22T17:21:43Z"), radiation_level: "6.28" },
            { id: 87, location: "Cairo", measurement_date: new Date("2022-02-19T18:17:57Z"), radiation_level: "1.58" },
            { id: 88, location: "Seattle", measurement_date: new Date("2022-10-13T17:45:53Z"), radiation_level: "9.98" },
            { id: 89, location: "Copenhagen", measurement_date: new Date("2022-10-29T00:14:02Z"), radiation_level: "7.80" },
            { id: 90, location: "Manchester", measurement_date: new Date("2023-05-01T05:23:49Z"), radiation_level: "6.06" },
            { id: 91, location: "Lisbon", measurement_date: new Date("2023-08-30T00:30:13Z"), radiation_level: "6.58" },
            { id: 92, location: "Zurich", measurement_date: new Date("2022-04-22T08:12:01Z"), radiation_level: "8.99" },
            { id: 93, location: "Seattle", measurement_date: new Date("2023-06-28T15:35:02Z"), radiation_level: "8.98" },
            { id: 94, location: "Lima", measurement_date: new Date("2022-10-08T13:37:53Z"), radiation_level: "9.02" },
            { id: 95, location: "Lima", measurement_date: new Date("2022-09-20T12:01:18Z"), radiation_level: "8.75" },
            { id: 96, location: "Kyoto", measurement_date: new Date("2023-03-28T01:45:03Z"), radiation_level: "9.54" },
            { id: 97, location: "Seoul", measurement_date: new Date("2022-04-01T07:40:24Z"), radiation_level: "10.00" },
            { id: 98, location: "Stockholm", measurement_date: new Date("2023-01-27T03:27:07Z"), radiation_level: "9.97" },
            { id: 99, location: "Madrid", measurement_date: new Date("2022-01-23T07:43:50Z"), radiation_level: "0.40" },
            { id: 100, location: "Izmir", measurement_date: new Date("2022-02-20T13:17:26Z"), radiation_level: "6.07" },
            { id: 101, location: "Istanbul", measurement_date: new Date("2023-09-16T00:18:01Z"), radiation_level: null },
            { id: 102, location: "Prague", measurement_date: new Date("2022-11-08T08:01:04Z"), radiation_level: "9.13" },
            { id: 103, location: "Dublin", measurement_date: new Date("2023-12-07T23:18:53Z"), radiation_level: "4.10" },
            { id: 104, location: "Amsterdam", measurement_date: new Date("2023-08-04T23:56:29Z"), radiation_level: "9.67" },
            { id: 105, location: "Kyoto", measurement_date: new Date("2023-11-13T11:46:32Z"), radiation_level: null },
            { id: 106, location: "Barcelona", measurement_date: new Date("2023-11-20T13:10:36Z"), radiation_level: "9.98" },
            { id: 107, location: "Lyon", measurement_date: new Date("2022-07-09T05:15:08Z"), radiation_level: "9.16" },
            { id: 108, location: "Lisbon", measurement_date: new Date("2022-09-01T03:16:18Z"), radiation_level: "4.75" },
            { id: 109, location: "Singapore", measurement_date: new Date("2022-06-23T04:43:17Z"), radiation_level: "9.97" },
            { id: 110, location: "Melbourne", measurement_date: new Date("2023-11-20T10:05:45Z"), radiation_level: "7.55" },
            { id: 111, location: "Paris", measurement_date: new Date("2023-04-22T08:49:17Z"), radiation_level: null },
            { id: 112, location: "Cape Town", measurement_date: new Date("2023-07-24T00:28:51Z"), radiation_level: null },
            { id: 113, location: "Milan", measurement_date: new Date("2023-07-07T18:43:32Z"), radiation_level: "9.95" },
            { id: 114, location: "Bangkok", measurement_date: new Date("2023-06-27T15:38:54Z"), radiation_level: "8.72" },
            { id: 115, location: "Warsaw", measurement_date: new Date("2022-06-23T07:00:43Z"), radiation_level: "9.28" },
            { id: 116, location: "Izmir", measurement_date: new Date("2022-10-27T11:32:48Z"), radiation_level: "9.33" },
            { id: 117, location: "Stockholm", measurement_date: new Date("2022-10-12T19:57:37Z"), radiation_level: null },
            { id: 118, location: "Lima", measurement_date: new Date("2023-10-23T15:15:29Z"), radiation_level: "4.96" },
            { id: 119, location: "Izmir", measurement_date: new Date("2022-08-10T08:12:20Z"), radiation_level: null },
            { id: 120, location: "Rome", measurement_date: new Date("2022-09-24T18:37:25Z"), radiation_level: "9.73" },
            { id: 121, location: "Cairo", measurement_date: new Date("2022-02-13T07:43:02Z"), radiation_level: "9.86" },
            { id: 122, location: "Santiago", measurement_date: new Date("2023-01-13T06:46:37Z"), radiation_level: "10.00" },
            { id: 123, location: "Delhi", measurement_date: new Date("2023-09-27T18:59:37Z"), radiation_level: "9.43" },
            { id: 124, location: "Barcelona", measurement_date: new Date("2023-04-28T19:00:28Z"), radiation_level: "4.46" },
            { id: 125, location: "San Diego", measurement_date: new Date("2022-05-23T16:51:04Z"), radiation_level: null },
            { id: 126, location: "Jakarta", measurement_date: new Date("2023-11-10T05:39:39Z"), radiation_level: "9.74" },
            { id: 127, location: "Izmir", measurement_date: new Date("2022-02-17T04:45:14Z"), radiation_level: "8.20" },
            { id: 128, location: "Bucharest", measurement_date: new Date("2023-05-02T01:37:21Z"), radiation_level: "9.66" },
            { id: 129, location: "Taipei", measurement_date: new Date("2023-12-10T12:29:20Z"), radiation_level: "8.22" },
            { id: 130, location: "Bucharest", measurement_date: new Date("2023-08-13T17:52:47Z"), radiation_level: "9.84" },
            { id: 131, location: "Chicago", measurement_date: new Date("2023-02-19T18:30:10Z"), radiation_level: "1.37" },
            { id: 132, location: "Seoul", measurement_date: new Date("2023-06-14T04:54:08Z"), radiation_level: null },
            { id: 133, location: "Austin", measurement_date: new Date("2022-08-28T22:50:26Z"), radiation_level: "10.00" },
            { id: 134, location: "Montreal", measurement_date: new Date("2022-08-08T21:08:39Z"), radiation_level: "8.50" },
            { id: 135, location: "Copenhagen", measurement_date: new Date("2023-06-20T16:44:49Z"), radiation_level: "2.98" },
            { id: 136, location: "Zurich", measurement_date: new Date("2022-08-31T20:30:49Z"), radiation_level: "8.92" },
            { id: 137, location: "Copenhagen", measurement_date: new Date("2023-04-19T18:42:06Z"), radiation_level: "7.60" },
            { id: 138, location: "Mexico City", measurement_date: new Date("2022-11-12T15:39:30Z"), radiation_level: "3.94" },
            { id: 139, location: "Madrid", measurement_date: new Date("2022-04-11T05:45:26Z"), radiation_level: "6.03" },
            { id: 140, location: "Toronto", measurement_date: new Date("2023-06-30T01:43:28Z"), radiation_level: "3.16" },
            { id: 141, location: "Vancouver", measurement_date: new Date("2022-02-09T18:28:19Z"), radiation_level: "9.75" },
            { id: 142, location: "Jakarta", measurement_date: new Date("2022-04-20T02:02:52Z"), radiation_level: "3.72" },
            { id: 143, location: "San Diego", measurement_date: new Date("2022-10-26T17:45:20Z"), radiation_level: "8.09" },
            { id: 144, location: "San Diego", measurement_date: new Date("2022-01-10T07:09:20Z"), radiation_level: "0.15" },
            { id: 145, location: "Montreal", measurement_date: new Date("2023-09-13T14:31:25Z"), radiation_level: "1.85" },
            { id: 146, location: "Delhi", measurement_date: new Date("2022-10-24T15:14:04Z"), radiation_level: "9.94" },
            { id: 147, location: "Lagos", measurement_date: new Date("2022-08-16T18:14:03Z"), radiation_level: null },
            { id: 148, location: "Bucharest", measurement_date: new Date("2023-07-08T06:42:17Z"), radiation_level: "9.50" },
            { id: 149, location: "Toronto", measurement_date: new Date("2022-02-20T07:23:29Z"), radiation_level: "3.53" },
            { id: 150, location: "Helsinki", measurement_date: new Date("2023-03-20T19:13:37Z"), radiation_level: "5.53" },
        ],
    });
    await prisma.vegetation_health.createMany({
        data: [
            { id: 1, location: "Barcelona", measurement_date: new Date("2023-07-30T16:30:11Z"), health_index: "9.95" },
            { id: 2, location: "Milan", measurement_date: new Date("2022-06-06T19:37:43Z"), health_index: "5.43" },
            { id: 3, location: "Bucharest", measurement_date: new Date("2023-12-21T12:50:35Z"), health_index: "9.64" },
            { id: 4, location: "Bangkok", measurement_date: new Date("2023-06-27T18:12:05Z"), health_index: "8.54" },
            { id: 5, location: "Warsaw", measurement_date: new Date("2022-06-07T14:53:27Z"), health_index: "8.33" },
            { id: 6, location: "Rome", measurement_date: new Date("2022-09-07T12:28:37Z"), health_index: "1.17" },
            { id: 7, location: "Istanbul", measurement_date: new Date("2022-10-27T20:43:48Z"), health_index: "8.12" },
            { id: 8, location: "Izmir", measurement_date: new Date("2022-08-09T11:21:05Z"), health_index: "10.00" },
            { id: 9, location: "Bangkok", measurement_date: new Date("2023-08-18T21:06:20Z"), health_index: "8.41" },
            { id: 10, location: "Munich", measurement_date: new Date("2022-04-26T15:08:18Z"), health_index: "7.34" },
            { id: 11, location: "Edinburgh", measurement_date: new Date("2023-01-23T06:04:11Z"), health_index: "6.65" },
            { id: 12, location: "Berlin", measurement_date: new Date("2022-08-26T19:34:23Z"), health_index: "5.47" },
            { id: 13, location: "Sydney", measurement_date: new Date("2022-03-11T09:57:03Z"), health_index: null },
            { id: 14, location: "Manchester", measurement_date: new Date("2023-05-10T19:42:06Z"), health_index: "7.16" },
            { id: 15, location: "Denver", measurement_date: new Date("2023-01-09T17:32:13Z"), health_index: "7.42" },
            { id: 16, location: "Zurich", measurement_date: new Date("2023-06-21T15:12:21Z"), health_index: "9.57" },
            { id: 17, location: "Seattle", measurement_date: new Date("2023-03-27T17:22:01Z"), health_index: "3.50" },
            { id: 18, location: "Lagos", measurement_date: new Date("2023-02-03T09:50:52Z"), health_index: "8.85" },
            { id: 19, location: "Helsinki", measurement_date: new Date("2022-06-20T18:37:07Z"), health_index: "7.31" },
            { id: 20, location: "Toronto", measurement_date: new Date("2023-06-10T13:07:26Z"), health_index: "4.39" },
            { id: 21, location: "Chicago", measurement_date: new Date("2022-06-12T09:23:40Z"), health_index: "7.43" },
            { id: 22, location: "Istanbul", measurement_date: new Date("2022-04-23T21:22:02Z"), health_index: "5.50" },
            { id: 23, location: "Lyon", measurement_date: new Date("2023-08-16T16:37:05Z"), health_index: "0.60" },
            { id: 24, location: "Paris", measurement_date: new Date("2023-03-31T18:31:19Z"), health_index: "6.73" },
            { id: 25, location: "Bogota", measurement_date: new Date("2022-12-27T13:24:24Z"), health_index: "2.34" },
            { id: 26, location: "Stockholm", measurement_date: new Date("2023-04-03T10:20:38Z"), health_index: "3.77" },
            { id: 27, location: "Bangkok", measurement_date: new Date("2022-07-23T20:51:48Z"), health_index: "8.02" },
            { id: 28, location: "Ankara", measurement_date: new Date("2022-04-05T04:36:49Z"), health_index: "9.66" },
            { id: 29, location: "Stockholm", measurement_date: new Date("2023-02-07T10:07:12Z"), health_index: "7.20" },
            { id: 30, location: "Melbourne", measurement_date: new Date("2023-10-07T12:03:19Z"), health_index: "9.92" },
            { id: 31, location: "Paris", measurement_date: new Date("2022-01-18T15:37:21Z"), health_index: "8.90" },
            { id: 32, location: "Athens", measurement_date: new Date("2022-05-01T06:24:15Z"), health_index: "2.47" },
            { id: 33, location: "Singapore", measurement_date: new Date("2023-05-22T15:13:09Z"), health_index: "3.62" },
            { id: 34, location: "Porto", measurement_date: new Date("2023-06-10T13:59:06Z"), health_index: "9.94" },
            { id: 35, location: "Austin", measurement_date: new Date("2023-09-06T09:32:20Z"), health_index: "6.90" },
            { id: 36, location: "Barcelona", measurement_date: new Date("2023-06-19T21:10:28Z"), health_index: null },
            { id: 37, location: "Vancouver", measurement_date: new Date("2022-08-17T16:16:05Z"), health_index: "10.00" },
            { id: 38, location: "Edinburgh", measurement_date: new Date("2022-05-05T12:55:13Z"), health_index: "9.83" },
            { id: 39, location: "Singapore", measurement_date: new Date("2023-05-06T05:25:48Z"), health_index: "9.16" },
            { id: 40, location: "Santiago", measurement_date: new Date("2023-04-24T12:46:01Z"), health_index: "9.16" },
            { id: 41, location: "Vancouver", measurement_date: new Date("2022-10-28T09:55:18Z"), health_index: "8.41" },
            { id: 42, location: "Santiago", measurement_date: new Date("2022-10-18T10:10:37Z"), health_index: "9.93" },
            { id: 43, location: "Amsterdam", measurement_date: new Date("2023-06-19T23:23:04Z"), health_index: "9.61" },
            { id: 44, location: "Vancouver", measurement_date: new Date("2022-02-11T11:52:42Z"), health_index: "6.35" },
            { id: 45, location: "Seoul", measurement_date: new Date("2022-08-12T12:58:16Z"), health_index: "1.77" },
            { id: 46, location: "Denver", measurement_date: new Date("2023-06-12T20:42:03Z"), health_index: "9.91" },
            { id: 47, location: "Munich", measurement_date: new Date("2022-05-06T16:56:00Z"), health_index: "5.36" },
            { id: 48, location: "Auckland", measurement_date: new Date("2022-08-30T19:05:51Z"), health_index: "9.58" },
            { id: 49, location: "London", measurement_date: new Date("2022-08-22T08:11:23Z"), health_index: "8.59" },
            { id: 50, location: "Munich", measurement_date: new Date("2022-03-01T22:36:12Z"), health_index: null },
            { id: 51, location: "Manchester", measurement_date: new Date("2022-04-24T12:24:51Z"), health_index: "9.71" },
            { id: 52, location: "Austin", measurement_date: new Date("2023-03-29T04:16:03Z"), health_index: "4.41" },
            { id: 53, location: "Denver", measurement_date: new Date("2023-12-26T21:44:42Z"), health_index: "4.03" },
            { id: 54, location: "Rome", measurement_date: new Date("2022-11-26T22:44:15Z"), health_index: "5.99" },
            { id: 55, location: "Lagos", measurement_date: new Date("2022-10-23T17:12:18Z"), health_index: "9.13" },
            { id: 56, location: "Cape Town", measurement_date: new Date("2023-10-22T07:36:16Z"), health_index: "4.80" },
            { id: 57, location: "Porto", measurement_date: new Date("2022-02-07T09:14:49Z"), health_index: "3.76" },
            { id: 58, location: "Brussels", measurement_date: new Date("2023-09-25T09:15:18Z"), health_index: "0.34" },
            { id: 59, location: "Bogota", measurement_date: new Date("2023-12-24T19:55:49Z"), health_index: "3.98" },
            { id: 60, location: "Sao Paulo", measurement_date: new Date("2022-06-20T09:17:24Z"), health_index: "2.49" },
            { id: 61, location: "Tokyo", measurement_date: new Date("2023-07-30T18:50:46Z"), health_index: "7.16" },
            { id: 62, location: "London", measurement_date: new Date("2022-07-21T19:19:53Z"), health_index: "6.23" },
            { id: 63, location: "Lima", measurement_date: new Date("2023-07-31T09:10:08Z"), health_index: "1.63" },
            { id: 64, location: "Prague", measurement_date: new Date("2023-05-09T14:28:20Z"), health_index: "4.34" },
            { id: 65, location: "Tokyo", measurement_date: new Date("2023-03-10T20:48:12Z"), health_index: "9.90" },
            { id: 66, location: "Brussels", measurement_date: new Date("2022-10-28T15:30:04Z"), health_index: "8.34" },
            { id: 67, location: "Sao Paulo", measurement_date: new Date("2023-03-14T15:41:36Z"), health_index: "6.39" },
            { id: 68, location: "Sao Paulo", measurement_date: new Date("2023-08-11T21:20:52Z"), health_index: "2.30" },
            { id: 69, location: "Berlin", measurement_date: new Date("2023-05-01T08:42:44Z"), health_index: "9.79" },
            { id: 70, location: "Denver", measurement_date: new Date("2023-04-17T13:41:13Z"), health_index: "9.96" },
            { id: 71, location: "Vienna", measurement_date: new Date("2023-11-16T08:32:56Z"), health_index: "7.88" },
            { id: 72, location: "Cairo", measurement_date: new Date("2022-08-26T18:04:37Z"), health_index: "9.88" },
            { id: 73, location: "Munich", measurement_date: new Date("2023-07-07T21:26:58Z"), health_index: null },
            { id: 74, location: "Lagos", measurement_date: new Date("2023-08-21T18:24:06Z"), health_index: "0.95" },
            { id: 75, location: "Buenos Aires", measurement_date: new Date("2023-11-21T18:13:45Z"), health_index: "9.80" },
            { id: 76, location: "San Diego", measurement_date: new Date("2023-12-27T12:14:16Z"), health_index: "6.25" },
            { id: 77, location: "Istanbul", measurement_date: new Date("2023-11-17T07:05:32Z"), health_index: "2.09" },
            { id: 78, location: "Vienna", measurement_date: new Date("2022-10-03T19:03:54Z"), health_index: "9.68" },
            { id: 79, location: "Dublin", measurement_date: new Date("2022-08-02T14:17:42Z"), health_index: "9.15" },
            { id: 80, location: "Copenhagen", measurement_date: new Date("2023-09-21T07:12:57Z"), health_index: "7.25" },
            { id: 81, location: "Prague", measurement_date: new Date("2023-10-24T13:29:43Z"), health_index: "8.85" },
            { id: 82, location: "Santiago", measurement_date: new Date("2022-04-29T11:33:01Z"), health_index: "5.48" },
            { id: 83, location: "Santiago", measurement_date: new Date("2022-08-12T13:25:52Z"), health_index: "1.22" },
            { id: 84, location: "Zurich", measurement_date: new Date("2023-11-17T09:06:46Z"), health_index: "4.03" },
            { id: 85, location: "Tokyo", measurement_date: new Date("2023-04-28T22:03:54Z"), health_index: "5.45" },
            { id: 86, location: "Barcelona", measurement_date: new Date("2022-04-17T09:43:57Z"), health_index: "8.76" },
            { id: 87, location: "Lisbon", measurement_date: new Date("2023-07-11T00:42:50Z"), health_index: "5.02" },
            { id: 88, location: "Austin", measurement_date: new Date("2022-08-01T14:28:53Z"), health_index: "8.20" },
            { id: 89, location: "Lyon", measurement_date: new Date("2023-10-05T17:42:40Z"), health_index: "9.98" },
            { id: 90, location: "San Diego", measurement_date: new Date("2023-02-28T11:11:37Z"), health_index: "2.32" },
            { id: 91, location: "Athens", measurement_date: new Date("2023-02-12T14:08:46Z"), health_index: "3.84" },
            { id: 92, location: "Copenhagen", measurement_date: new Date("2023-07-22T19:04:56Z"), health_index: "9.70" },
            { id: 93, location: "Buenos Aires", measurement_date: new Date("2023-07-24T23:16:38Z"), health_index: "2.78" },
            { id: 94, location: "Sao Paulo", measurement_date: new Date("2023-08-24T09:33:22Z"), health_index: "9.00" },
            { id: 95, location: "Toronto", measurement_date: new Date("2022-05-16T14:11:42Z"), health_index: "1.66" },
            { id: 96, location: "Milan", measurement_date: new Date("2023-07-16T19:52:05Z"), health_index: "10.00" },
            { id: 97, location: "Manila", measurement_date: new Date("2023-10-07T16:26:50Z"), health_index: "0.05" },
            { id: 98, location: "Ankara", measurement_date: new Date("2023-08-02T10:24:02Z"), health_index: "6.31" },
            { id: 99, location: "Helsinki", measurement_date: new Date("2023-11-28T21:05:09Z"), health_index: "9.36" },
            { id: 100, location: "Bogota", measurement_date: new Date("2022-02-26T12:56:29Z"), health_index: "6.72" },
            { id: 101, location: "Lyon", measurement_date: new Date("2023-04-19T16:36:39Z"), health_index: "5.14" },
            { id: 102, location: "Ankara", measurement_date: new Date("2022-08-06T23:48:32Z"), health_index: "4.86" },
            { id: 103, location: "Boston", measurement_date: new Date("2022-06-20T19:32:28Z"), health_index: "0.05" },
            { id: 104, location: "Brussels", measurement_date: new Date("2023-11-14T12:07:01Z"), health_index: "9.49" },
            { id: 105, location: "Izmir", measurement_date: new Date("2022-06-06T20:49:18Z"), health_index: "7.74" },
            { id: 106, location: "Auckland", measurement_date: new Date("2023-02-12T19:36:45Z"), health_index: "9.86" },
            { id: 107, location: "Santiago", measurement_date: new Date("2022-06-25T15:30:09Z"), health_index: null },
            { id: 108, location: "Copenhagen", measurement_date: new Date("2023-03-02T18:17:33Z"), health_index: "8.65" },
            { id: 109, location: "Milan", measurement_date: new Date("2022-08-16T09:42:06Z"), health_index: null },
            { id: 110, location: "Bangkok", measurement_date: new Date("2022-09-20T19:15:46Z"), health_index: "3.62" },
            { id: 111, location: "Rome", measurement_date: new Date("2023-05-17T11:50:24Z"), health_index: "9.99" },
            { id: 112, location: "Montreal", measurement_date: new Date("2023-11-09T01:14:14Z"), health_index: null },
            { id: 113, location: "Singapore", measurement_date: new Date("2022-09-13T13:52:54Z"), health_index: "3.63" },
            { id: 114, location: "Hamburg", measurement_date: new Date("2023-12-02T12:55:53Z"), health_index: "9.10" },
            { id: 115, location: "Toronto", measurement_date: new Date("2022-11-18T14:30:44Z"), health_index: "5.53" },
            { id: 116, location: "Sao Paulo", measurement_date: new Date("2023-09-23T14:54:44Z"), health_index: "10.00" },
            { id: 117, location: "Jakarta", measurement_date: new Date("2023-06-20T11:10:24Z"), health_index: "0.39" },
            { id: 118, location: "Lisbon", measurement_date: new Date("2022-06-29T10:04:08Z"), health_index: "9.54" },
            { id: 119, location: "Athens", measurement_date: new Date("2022-03-09T23:03:16Z"), health_index: "2.48" },
            { id: 120, location: "Barcelona", measurement_date: new Date("2023-02-04T13:36:25Z"), health_index: "9.99" },
            { id: 121, location: "Copenhagen", measurement_date: new Date("2022-04-13T18:31:24Z"), health_index: "10.00" },
            { id: 122, location: "Montreal", measurement_date: new Date("2023-05-03T19:18:13Z"), health_index: "9.70" },
            { id: 123, location: "Tokyo", measurement_date: new Date("2022-12-08T12:15:42Z"), health_index: "3.04" },
            { id: 124, location: "Vancouver", measurement_date: new Date("2022-07-04T19:28:59Z"), health_index: "2.85" },
            { id: 125, location: "Jakarta", measurement_date: new Date("2023-04-14T13:35:28Z"), health_index: "2.00" },
            { id: 126, location: "Copenhagen", measurement_date: new Date("2022-03-13T11:32:00Z"), health_index: "7.55" },
            { id: 127, location: "Hamburg", measurement_date: new Date("2022-05-17T21:04:00Z"), health_index: "7.29" },
            { id: 128, location: "Seattle", measurement_date: new Date("2023-07-28T20:09:14Z"), health_index: "9.33" },
            { id: 129, location: "Berlin", measurement_date: new Date("2023-07-09T23:52:43Z"), health_index: "9.95" },
            { id: 130, location: "Sao Paulo", measurement_date: new Date("2022-04-20T07:59:28Z"), health_index: "8.14" },
            { id: 131, location: "Seoul", measurement_date: new Date("2023-07-17T08:50:20Z"), health_index: "9.61" },
            { id: 132, location: "Rome", measurement_date: new Date("2022-09-12T01:51:17Z"), health_index: "9.04" },
            { id: 133, location: "Sydney", measurement_date: new Date("2023-01-18T20:01:14Z"), health_index: "8.95" },
            { id: 134, location: "Boston", measurement_date: new Date("2023-10-17T12:46:58Z"), health_index: "6.27" },
            { id: 135, location: "Ankara", measurement_date: new Date("2022-08-01T22:20:10Z"), health_index: "5.43" },
            { id: 136, location: "Dublin", measurement_date: new Date("2022-12-11T02:49:14Z"), health_index: "9.56" },
            { id: 137, location: "Munich", measurement_date: new Date("2022-06-18T09:30:55Z"), health_index: "6.61" },
            { id: 138, location: "Singapore", measurement_date: new Date("2023-03-20T18:04:52Z"), health_index: "5.85" },
            { id: 139, location: "Bucharest", measurement_date: new Date("2022-04-22T14:16:19Z"), health_index: "9.36" },
            { id: 140, location: "Santiago", measurement_date: new Date("2023-07-18T10:54:04Z"), health_index: "2.93" },
            { id: 141, location: "London", measurement_date: new Date("2022-01-25T17:56:07Z"), health_index: "9.97" },
            { id: 142, location: "Istanbul", measurement_date: new Date("2023-05-05T22:40:41Z"), health_index: "6.95" },
            { id: 143, location: "Buenos Aires", measurement_date: new Date("2023-04-01T20:23:43Z"), health_index: "9.71" },
            { id: 144, location: "Prague", measurement_date: new Date("2023-03-06T12:47:41Z"), health_index: "7.35" },
            { id: 145, location: "Vancouver", measurement_date: new Date("2022-03-25T13:35:46Z"), health_index: "7.07" },
            { id: 146, location: "Lima", measurement_date: new Date("2022-06-24T22:31:03Z"), health_index: "9.99" },
            { id: 147, location: "Melbourne", measurement_date: new Date("2023-06-28T08:13:59Z"), health_index: "9.22" },
            { id: 148, location: "Porto", measurement_date: new Date("2023-12-02T19:50:08Z"), health_index: "9.52" },
            { id: 149, location: "Izmir", measurement_date: new Date("2023-05-08T17:16:50Z"), health_index: "7.46" },
            { id: 150, location: "Denver", measurement_date: new Date("2023-10-01T22:15:07Z"), health_index: "5.61" },
        ],
    });
    await prisma.wildlife_observations.createMany({
        data: [
            { id: 1, location: "Istanbul", observation_date: new Date("2023-03-05T21:31:01Z"), species_count: 26 },
            { id: 2, location: "Singapore", observation_date: new Date("2022-04-01T20:45:21Z"), species_count: 3 },
            { id: 3, location: "Porto", observation_date: new Date("2023-11-11T07:34:52Z"), species_count: 21 },
            { id: 4, location: "Vienna", observation_date: new Date("2022-07-31T12:04:08Z"), species_count: null },
            { id: 5, location: "Oslo", observation_date: new Date("2023-01-02T15:59:43Z"), species_count: 0 },
            { id: 6, location: "Chicago", observation_date: new Date("2023-05-13T23:52:59Z"), species_count: 2 },
            { id: 7, location: "Sydney", observation_date: new Date("2022-02-21T17:46:52Z"), species_count: 1 },
            { id: 8, location: "Boston", observation_date: new Date("2023-02-18T13:26:43Z"), species_count: 0 },
            { id: 9, location: "Lagos", observation_date: new Date("2023-10-17T19:42:11Z"), species_count: 22 },
            { id: 10, location: "Bogota", observation_date: new Date("2022-10-01T20:52:31Z"), species_count: 50 },
            { id: 11, location: "London", observation_date: new Date("2023-12-08T12:05:51Z"), species_count: 11 },
            { id: 12, location: "Prague", observation_date: new Date("2022-09-20T21:45:44Z"), species_count: 1 },
            { id: 13, location: "Tokyo", observation_date: new Date("2023-02-07T15:58:34Z"), species_count: 27 },
            { id: 14, location: "Copenhagen", observation_date: new Date("2023-01-09T22:22:49Z"), species_count: 1 },
            { id: 15, location: "Porto", observation_date: new Date("2022-09-20T08:07:53Z"), species_count: 75 },
            { id: 16, location: "Stockholm", observation_date: new Date("2022-08-31T18:03:56Z"), species_count: 10 },
            { id: 17, location: "Denver", observation_date: new Date("2023-10-17T14:56:32Z"), species_count: 22 },
            { id: 18, location: "Hamburg", observation_date: new Date("2022-10-03T21:10:09Z"), species_count: 62 },
            { id: 19, location: "Oslo", observation_date: new Date("2023-06-02T21:58:05Z"), species_count: 0 },
            { id: 20, location: "Seoul", observation_date: new Date("2022-08-29T13:52:29Z"), species_count: 10 },
            { id: 21, location: "Amsterdam", observation_date: new Date("2022-11-06T19:18:46Z"), species_count: null },
            { id: 22, location: "Stockholm", observation_date: new Date("2023-09-14T20:43:36Z"), species_count: 57 },
            { id: 23, location: "Tokyo", observation_date: new Date("2023-03-24T13:38:39Z"), species_count: 63 },
            { id: 24, location: "Buenos Aires", observation_date: new Date("2023-11-12T22:35:58Z"), species_count: 2 },
            { id: 25, location: "Bangkok", observation_date: new Date("2022-01-22T11:32:53Z"), species_count: 0 },
            { id: 26, location: "Bogota", observation_date: new Date("2022-01-24T13:45:07Z"), species_count: 42 },
            { id: 27, location: "Stockholm", observation_date: new Date("2023-10-03T13:18:54Z"), species_count: 42 },
            { id: 28, location: "Copenhagen", observation_date: new Date("2022-10-15T21:56:44Z"), species_count: null },
            { id: 29, location: "Edinburgh", observation_date: new Date("2022-03-17T18:18:53Z"), species_count: null },
            { id: 30, location: "Oslo", observation_date: new Date("2022-07-31T22:12:26Z"), species_count: 26 },
            { id: 31, location: "Madrid", observation_date: new Date("2023-05-27T20:10:55Z"), species_count: null },
            { id: 32, location: "Dublin", observation_date: new Date("2023-10-23T07:29:45Z"), species_count: 20 },
            { id: 33, location: "Paris", observation_date: new Date("2023-02-28T19:01:46Z"), species_count: 4 },
            { id: 34, location: "Sydney", observation_date: new Date("2022-02-20T11:55:12Z"), species_count: 99 },
            { id: 35, location: "Zurich", observation_date: new Date("2022-12-11T13:55:45Z"), species_count: 12 },
            { id: 36, location: "Milan", observation_date: new Date("2022-10-31T13:24:01Z"), species_count: 1 },
            { id: 37, location: "Vienna", observation_date: new Date("2022-12-28T21:15:36Z"), species_count: 28 },
            { id: 38, location: "Edinburgh", observation_date: new Date("2022-11-30T10:55:17Z"), species_count: null },
            { id: 39, location: "Tokyo", observation_date: new Date("2022-04-25T08:37:41Z"), species_count: 31 },
            { id: 40, location: "Warsaw", observation_date: new Date("2023-11-05T11:12:44Z"), species_count: null },
            { id: 41, location: "Copenhagen", observation_date: new Date("2022-10-18T12:59:35Z"), species_count: null },
            { id: 42, location: "Izmir", observation_date: new Date("2023-09-01T20:06:00Z"), species_count: 27 },
            { id: 43, location: "Delhi", observation_date: new Date("2023-09-22T07:42:25Z"), species_count: null },
            { id: 44, location: "Stockholm", observation_date: new Date("2023-02-17T03:13:04Z"), species_count: 70 },
            { id: 45, location: "Berlin", observation_date: new Date("2022-09-26T18:04:28Z"), species_count: 0 },
            { id: 46, location: "Vienna", observation_date: new Date("2023-07-29T15:33:58Z"), species_count: 49 },
            { id: 47, location: "Paris", observation_date: new Date("2023-08-12T09:29:14Z"), species_count: 17 },
            { id: 48, location: "Rome", observation_date: new Date("2022-02-22T17:58:59Z"), species_count: 49 },
            { id: 49, location: "Seoul", observation_date: new Date("2023-09-15T10:43:27Z"), species_count: 13 },
            { id: 50, location: "Mumbai", observation_date: new Date("2023-05-04T11:21:26Z"), species_count: 45 },
            { id: 51, location: "Lisbon", observation_date: new Date("2023-01-22T19:24:23Z"), species_count: 76 },
            { id: 52, location: "Delhi", observation_date: new Date("2022-01-18T18:14:59Z"), species_count: 81 },
            { id: 53, location: "Lisbon", observation_date: new Date("2022-09-09T20:27:49Z"), species_count: 98 },
            { id: 54, location: "San Diego", observation_date: new Date("2022-10-04T09:16:47Z"), species_count: 19 },
            { id: 55, location: "Bogota", observation_date: new Date("2023-05-02T20:58:42Z"), species_count: 14 },
            { id: 56, location: "Athens", observation_date: new Date("2023-12-22T15:56:05Z"), species_count: 9 },
            { id: 57, location: "Sao Paulo", observation_date: new Date("2023-01-16T15:42:13Z"), species_count: 19 },
            { id: 58, location: "Ankara", observation_date: new Date("2022-12-04T19:25:21Z"), species_count: 51 },
            { id: 59, location: "Buenos Aires", observation_date: new Date("2022-07-22T20:14:42Z"), species_count: 0 },
            { id: 60, location: "London", observation_date: new Date("2022-09-09T17:47:19Z"), species_count: 13 },
            { id: 61, location: "Manila", observation_date: new Date("2023-08-06T12:34:22Z"), species_count: 6 },
            { id: 62, location: "Copenhagen", observation_date: new Date("2023-11-06T15:20:11Z"), species_count: 0 },
            { id: 63, location: "Toronto", observation_date: new Date("2022-11-18T20:59:50Z"), species_count: null },
            { id: 64, location: "Barcelona", observation_date: new Date("2022-10-03T19:07:08Z"), species_count: 22 },
            { id: 65, location: "Santiago", observation_date: new Date("2022-07-05T11:25:15Z"), species_count: 74 },
            { id: 66, location: "Prague", observation_date: new Date("2023-04-02T00:03:40Z"), species_count: 95 },
            { id: 67, location: "Barcelona", observation_date: new Date("2022-01-13T18:01:54Z"), species_count: 39 },
            { id: 68, location: "Istanbul", observation_date: new Date("2023-01-11T07:10:28Z"), species_count: 1 },
            { id: 69, location: "Copenhagen", observation_date: new Date("2023-01-18T19:34:21Z"), species_count: 10 },
            { id: 70, location: "Denver", observation_date: new Date("2023-10-26T14:03:52Z"), species_count: 48 },
            { id: 71, location: "Austin", observation_date: new Date("2022-07-05T10:19:22Z"), species_count: 10 },
            { id: 72, location: "Melbourne", observation_date: new Date("2022-11-15T18:36:21Z"), species_count: 1 },
            { id: 73, location: "Boston", observation_date: new Date("2022-12-29T06:18:12Z"), species_count: 34 },
            { id: 74, location: "San Diego", observation_date: new Date("2023-03-01T17:54:05Z"), species_count: 16 },
            { id: 75, location: "Kyoto", observation_date: new Date("2022-07-02T20:48:01Z"), species_count: null },
            { id: 76, location: "Istanbul", observation_date: new Date("2022-12-12T19:42:31Z"), species_count: 0 },
            { id: 77, location: "Milan", observation_date: new Date("2023-03-05T22:37:08Z"), species_count: 18 },
            { id: 78, location: "Edinburgh", observation_date: new Date("2022-10-12T06:48:09Z"), species_count: 56 },
            { id: 79, location: "Manchester", observation_date: new Date("2022-12-03T12:01:24Z"), species_count: 0 },
            { id: 80, location: "Montreal", observation_date: new Date("2023-02-14T20:43:23Z"), species_count: 4 },
            { id: 81, location: "Madrid", observation_date: new Date("2023-12-03T16:31:58Z"), species_count: 7 },
            { id: 82, location: "Manchester", observation_date: new Date("2023-09-14T20:14:04Z"), species_count: 0 },
            { id: 83, location: "Boston", observation_date: new Date("2023-02-13T16:07:17Z"), species_count: null },
            { id: 84, location: "Munich", observation_date: new Date("2023-10-19T17:00:47Z"), species_count: 1 },
            { id: 85, location: "Rome", observation_date: new Date("2022-12-25T19:12:44Z"), species_count: 13 },
            { id: 86, location: "Berlin", observation_date: new Date("2023-10-04T14:50:23Z"), species_count: null },
            { id: 87, location: "Manila", observation_date: new Date("2023-01-25T06:34:35Z"), species_count: 13 },
            { id: 88, location: "Singapore", observation_date: new Date("2023-08-05T14:41:01Z"), species_count: 11 },
            { id: 89, location: "Madrid", observation_date: new Date("2023-03-17T08:54:19Z"), species_count: 93 },
            { id: 90, location: "Zurich", observation_date: new Date("2023-09-23T12:21:30Z"), species_count: 56 },
            { id: 91, location: "Helsinki", observation_date: new Date("2022-09-10T12:49:54Z"), species_count: 36 },
            { id: 92, location: "Bangkok", observation_date: new Date("2022-01-05T01:07:03Z"), species_count: 34 },
            { id: 93, location: "Melbourne", observation_date: new Date("2022-12-28T10:01:26Z"), species_count: 5 },
            { id: 94, location: "Bogota", observation_date: new Date("2022-12-16T12:25:30Z"), species_count: 10 },
            { id: 95, location: "Vancouver", observation_date: new Date("2022-01-17T19:25:16Z"), species_count: 42 },
            { id: 96, location: "Izmir", observation_date: new Date("2023-08-12T18:32:28Z"), species_count: 44 },
            { id: 97, location: "Denver", observation_date: new Date("2023-10-29T11:04:12Z"), species_count: 8 },
            { id: 98, location: "Helsinki", observation_date: new Date("2023-09-23T07:25:49Z"), species_count: 3 },
            { id: 99, location: "Rome", observation_date: new Date("2023-11-10T18:21:08Z"), species_count: 2 },
            { id: 100, location: "Kyoto", observation_date: new Date("2022-10-02T10:44:26Z"), species_count: 80 },
            { id: 101, location: "Denver", observation_date: new Date("2022-07-31T10:11:41Z"), species_count: 5 },
            { id: 102, location: "Izmir", observation_date: new Date("2022-12-22T11:41:23Z"), species_count: 9 },
            { id: 103, location: "Athens", observation_date: new Date("2023-12-09T14:37:14Z"), species_count: 54 },
            { id: 104, location: "Lagos", observation_date: new Date("2022-01-22T08:58:37Z"), species_count: 15 },
            { id: 105, location: "Chicago", observation_date: new Date("2022-11-12T16:19:42Z"), species_count: 48 },
            { id: 106, location: "Warsaw", observation_date: new Date("2023-03-11T12:47:45Z"), species_count: 49 },
            { id: 107, location: "Bogota", observation_date: new Date("2023-01-13T08:00:14Z"), species_count: 29 },
            { id: 108, location: "Cape Town", observation_date: new Date("2022-10-21T08:27:08Z"), species_count: 9 },
            { id: 109, location: "Izmir", observation_date: new Date("2022-09-23T18:58:54Z"), species_count: 83 },
            { id: 110, location: "Seattle", observation_date: new Date("2023-12-17T19:32:20Z"), species_count: 57 },
            { id: 111, location: "Tokyo", observation_date: new Date("2022-01-21T08:06:17Z"), species_count: 4 },
            { id: 112, location: "Sao Paulo", observation_date: new Date("2023-11-04T17:50:48Z"), species_count: 87 },
            { id: 113, location: "Delhi", observation_date: new Date("2022-05-18T23:49:03Z"), species_count: null },
            { id: 114, location: "Montreal", observation_date: new Date("2023-10-12T15:04:02Z"), species_count: 52 },
            { id: 115, location: "Boston", observation_date: new Date("2022-10-05T15:15:35Z"), species_count: 8 },
            { id: 116, location: "Oslo", observation_date: new Date("2022-01-12T11:54:54Z"), species_count: null },
            { id: 117, location: "Prague", observation_date: new Date("2022-11-14T13:25:53Z"), species_count: 6 },
            { id: 118, location: "Edinburgh", observation_date: new Date("2023-12-19T18:11:28Z"), species_count: 19 },
            { id: 119, location: "Cairo", observation_date: new Date("2022-03-26T12:18:32Z"), species_count: 5 },
            { id: 120, location: "Helsinki", observation_date: new Date("2023-08-20T21:33:20Z"), species_count: 60 },
            { id: 121, location: "Stockholm", observation_date: new Date("2023-01-19T11:11:49Z"), species_count: 28 },
            { id: 122, location: "Porto", observation_date: new Date("2022-03-22T19:48:52Z"), species_count: 2 },
            { id: 123, location: "Istanbul", observation_date: new Date("2022-12-25T14:55:11Z"), species_count: 55 },
            { id: 124, location: "Boston", observation_date: new Date("2023-09-16T18:39:17Z"), species_count: 13 },
            { id: 125, location: "Stockholm", observation_date: new Date("2023-02-15T13:00:01Z"), species_count: 0 },
            { id: 126, location: "Manila", observation_date: new Date("2023-03-24T18:08:20Z"), species_count: 97 },
            { id: 127, location: "Berlin", observation_date: new Date("2022-01-11T02:11:47Z"), species_count: 0 },
            { id: 128, location: "Vancouver", observation_date: new Date("2023-10-16T03:40:32Z"), species_count: 8 },
            { id: 129, location: "Zurich", observation_date: new Date("2023-02-26T02:34:57Z"), species_count: 69 },
            { id: 130, location: "Oslo", observation_date: new Date("2022-01-02T16:06:28Z"), species_count: 78 },
            { id: 131, location: "Porto", observation_date: new Date("2022-03-02T16:13:32Z"), species_count: 6 },
            { id: 132, location: "Buenos Aires", observation_date: new Date("2022-09-04T12:47:25Z"), species_count: 9 },
            { id: 133, location: "Athens", observation_date: new Date("2022-02-03T17:58:01Z"), species_count: 3 },
            { id: 134, location: "Budapest", observation_date: new Date("2022-02-06T22:00:28Z"), species_count: 14 },
            { id: 135, location: "Lyon", observation_date: new Date("2022-10-20T20:52:22Z"), species_count: 67 },
            { id: 136, location: "Barcelona", observation_date: new Date("2022-10-20T21:33:48Z"), species_count: 96 },
            { id: 137, location: "Seattle", observation_date: new Date("2023-12-21T02:07:03Z"), species_count: 86 },
            { id: 138, location: "Manila", observation_date: new Date("2023-12-04T00:13:37Z"), species_count: 55 },
            { id: 139, location: "Lima", observation_date: new Date("2023-03-18T10:32:59Z"), species_count: 73 },
            { id: 140, location: "Madrid", observation_date: new Date("2022-01-02T14:25:49Z"), species_count: 53 },
            { id: 141, location: "Denver", observation_date: new Date("2023-12-12T12:25:44Z"), species_count: 14 },
            { id: 142, location: "Izmir", observation_date: new Date("2023-09-27T16:23:27Z"), species_count: 54 },
            { id: 143, location: "San Diego", observation_date: new Date("2022-11-24T19:27:59Z"), species_count: 74 },
            { id: 144, location: "Helsinki", observation_date: new Date("2023-11-15T18:09:14Z"), species_count: 6 },
            { id: 145, location: "Ankara", observation_date: new Date("2022-06-01T12:21:12Z"), species_count: 56 },
            { id: 146, location: "Bogota", observation_date: new Date("2023-02-10T14:35:19Z"), species_count: 4 },
            { id: 147, location: "Ankara", observation_date: new Date("2022-12-13T17:23:24Z"), species_count: 17 },
            { id: 148, location: "Budapest", observation_date: new Date("2022-08-28T18:41:43Z"), species_count: 11 },
            { id: 149, location: "Boston", observation_date: new Date("2022-07-05T10:48:35Z"), species_count: 91 },
            { id: 150, location: "Amsterdam", observation_date: new Date("2023-10-28T17:04:48Z"), species_count: null },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
