diff --git "a/data/raster_only.jsonl" "b/data/raster_only.jsonl" --- "a/data/raster_only.jsonl" +++ "b/data/raster_only.jsonl" @@ -1,380 +1,220 @@ -{"id": "raster_only/aspect+poi/0000", "group": "raster_only", "template": "aspect+poi", "question": "What is the slope orientation in degrees at Tina Kim Gallery, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.006345 40.747055)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 315.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Tina Kim Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.006345 40.747055)\", \"poi\": {\"id\": 27021, \"geometry\": \"POINT (-74.006345 40.747055)\", \"poi_name\": \"Tina Kim Gallery\", \"osm_id\": 10873196735, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.tinakimgallery.com\", \"phone\": \"+1-212-716-1100\", \"wikidata\": \"Q16901731\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 21st Street\", \"addr_housenumber\": \"525\"}}}"} -{"id": "raster_only/aspect+poi/0001", "group": "raster_only", "template": "aspect+poi", "question": "At how many degrees from north does the surface point at Hyak Park, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.160374 44.638732)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 53.130104064941406}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Hyak Park, OR\", \"geo_wkt\": \"POINT (-123.160374 44.638732)\", \"poi\": {\"id\": 255954, \"geometry\": \"POINT (-123.160374 44.638732)\", \"poi_name\": \"Hyak Park\", \"osm_id\": 357349809, \"leisure\": \"park\", \"operator\": \"Benton County\", \"website\": \"https://www.co.benton.or.us/parks/page/hyak-park\", \"wikidata\": \"Q49504368\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/aspect+poi/0002", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Oregon Film Museum, Astoria, OR face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.835493 46.188544)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 36.25383758544922}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Oregon Film Museum, Astoria, OR\", \"geo_wkt\": \"POINT (-123.835493 46.188544)\", \"poi\": {\"id\": 7456, \"geometry\": \"POINT (-123.835493 46.188544)\", \"poi_name\": \"Oregon Film Museum\", \"osm_id\": 5962090573, \"tourism\": \"museum\", \"fee\": \"fee\", \"opening_hours\": \"May-Sep 10:00-17:00; Oct-Apr 10:00-16:00\", \"website\": \"https://astoriamuseums.org/explore/oregon-film-museum/\", \"wikidata\": \"Q7101207\", \"addr_state\": \"OR\", \"addr_city\": \"Astoria\", \"addr_postcode\": \"97103\", \"addr_street\": \"Duane Street\", \"addr_housenumber\": \"732\"}}}"} -{"id": "raster_only/aspect+poi/0003", "group": "raster_only", "template": "aspect+poi", "question": "What is the terrain aspect angle at East End Park, Frostburg, MD?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-78.918865 39.651391)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 217.87498474121094}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"East End Park, Frostburg, MD\", \"geo_wkt\": \"POINT (-78.918865 39.651391)\", \"poi\": {\"id\": 261162, \"geometry\": \"POINT (-78.918865 39.651391)\", \"poi_name\": \"East End Park\", \"osm_id\": 358252199, \"leisure\": \"park\", \"wikidata\": \"Q49485107\", \"addr_state\": \"MD\", \"addr_city\": \"Frostburg\", \"addr_street\": \"Cemetary Road\"}}}"} -{"id": "raster_only/aspect+poi/0004", "group": "raster_only", "template": "aspect+poi", "question": "What is the terrain aspect angle at Jemez State Monument, Jemez Springs, NM?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.68725 35.778228)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 174.80557250976562}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jemez State Monument, Jemez Springs, NM\", \"geo_wkt\": \"POINT (-106.68725 35.778228)\", \"poi\": {\"id\": 257919, \"geometry\": \"POINT (-106.68725 35.778228)\", \"poi_name\": \"Jemez State Monument\", \"osm_id\": 357615343, \"leisure\": \"park\", \"wikidata\": \"Q6177135\", \"addr_state\": \"NM\", \"addr_city\": \"Jemez Springs\", \"addr_postcode\": \"87025\", \"addr_street\": \"NM 4\", \"addr_housenumber\": \"18160\"}}}"} -{"id": "raster_only/aspect+poi/0005", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Catawba County Historical Museum, Newton, NC face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.221948 35.663044)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 273.8140869140625}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Catawba County Historical Museum, Newton, NC\", \"geo_wkt\": \"POINT (-81.221948 35.663044)\", \"poi\": {\"id\": 868, \"geometry\": \"POINT (-81.221948 35.663044)\", \"poi_name\": \"Catawba County Historical Museum\", \"osm_id\": 4134015698, \"tourism\": \"museum\", \"opening_hours\": \"Tu-Fr 09:00-16:00\", \"website\": \"https://www.catawbahistory.org/our-sites/history-museum-of-catawba-county\", \"wikidata\": \"Q18148844\", \"addr_state\": \"NC\", \"addr_city\": \"Newton\", \"addr_postcode\": \"28658\", \"addr_street\": \"North College Avenue\", \"addr_housenumber\": \"30\"}}}"} -{"id": "raster_only/aspect+poi/0006", "group": "raster_only", "template": "aspect+poi", "question": "In what direction does the terrain face at Fort Steuben, Steubenville, OH, measured in degrees from north?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-80.613308 40.357934)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 171.86990356445312}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Fort Steuben, Steubenville, OH\", \"geo_wkt\": \"POINT (-80.613308 40.357934)\", \"poi\": {\"id\": 1317, \"geometry\": \"POINT (-80.613308 40.357934)\", \"poi_name\": \"Fort Steuben\", \"osm_id\": 4239526821, \"historic\": \"fort\", \"tourism\": \"attraction\", \"website\": \"https://www.oldfortsteuben.com/\", \"wikidata\": \"Q5472108\", \"addr_state\": \"OH\", \"addr_city\": \"Steubenville\", \"addr_postcode\": \"43952\", \"addr_street\": \"South 3rd Street\", \"addr_housenumber\": \"120\"}}}"} -{"id": "raster_only/aspect+poi/0007", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Sikorsky HH-52A Seaguard, Mobile, AL face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-88.016862 30.682417)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 45.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Sikorsky HH-52A Seaguard, Mobile, AL\", \"geo_wkt\": \"POINT (-88.016862 30.682417)\", \"poi\": {\"id\": 16704, \"geometry\": \"POINT (-88.016862 30.682417)\", \"poi_name\": \"Sikorsky HH-52A Seaguard\", \"osm_id\": 5263602764, \"historic\": \"aircraft\", \"tourism\": \"attraction\", \"operator\": \"Battleship Memorial Park\", \"website\": \"https://www.history.uscg.mil/browse-by-topic/Aviation/Article/2390838/sikorsky-hh-52a-seaguard/\", \"wikidata\": \"Q2164371\", \"addr_state\": \"AL\", \"addr_city\": \"Mobile\", \"addr_postcode\": \"36602\", \"addr_street\": \"Battleship Parkway\", \"addr_housenumber\": \"2703\"}}}"} -{"id": "raster_only/aspect+poi/0008", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Oyster, Washington, DC face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.023093 38.909352)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 119.05460357666016}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Oyster Oyster, Washington, DC\", \"geo_wkt\": \"POINT (-77.023093 38.909352)\", \"poi\": {\"id\": 37582, \"geometry\": \"POINT (-77.023093 38.909352)\", \"poi_name\": \"Oyster Oyster\", \"osm_id\": 8203806929, \"amenity\": \"restaurant\", \"cuisine\": \"regional;american;local\", \"opening_hours\": \"Tu-Sa 17:30-20:30\", \"website\": \"https://www.oysteroysterdc.com/\", \"wikidata\": \"Q113001580\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20001\", \"addr_street\": \"8th Street Northwest\", \"addr_housenumber\": \"1440\"}}}"} -{"id": "raster_only/aspect+poi/0009", "group": "raster_only", "template": "aspect+poi", "question": "In what direction does the terrain face at Eaton DC, Washington, DC, measured in degrees from north?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.028462 38.902787)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 135.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Eaton DC, Washington, DC\", \"geo_wkt\": \"POINT (-77.028462 38.902787)\", \"poi\": {\"id\": 3452, \"geometry\": \"POINT (-77.028462 38.902787)\", \"poi_name\": \"Eaton DC\", \"osm_id\": 6372830485, \"tourism\": \"hotel\", \"phone\": \"+1-202-289-7600\", \"wikidata\": \"Q111888038\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_street\": \"K Street Northwest\", \"addr_housenumber\": \"1201\"}}}"} -{"id": "raster_only/aspect+poi/0010", "group": "raster_only", "template": "aspect+poi", "question": "What is the terrain aspect angle at Canyonlands National Park, UT?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-109.984017 38.166652)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 213.36636352539062}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Canyonlands National Park, UT\", \"geo_wkt\": \"POINT (-109.984017 38.166652)\", \"poi\": {\"id\": 253191, \"geometry\": \"POINT (-109.984017 38.166652)\", \"poi_name\": \"Canyonlands National Park\", \"osm_id\": 356681150, \"leisure\": \"park\", \"website\": \"https://cliffsandcanyons.com/contact-us/\", \"wikidata\": \"Q541856\", \"addr_state\": \"UT\"}}}"} -{"id": "raster_only/aspect+poi/0011", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at The Baker Museum, Naples, FL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.804431 26.21589)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 232.43141174316406}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"The Baker Museum, Naples, FL\", \"geo_wkt\": \"POINT (-81.804431 26.21589)\", \"poi\": {\"id\": 9955, \"geometry\": \"POINT (-81.804431 26.21589)\", \"poi_name\": \"The Baker Museum\", \"osm_id\": 4459684191, \"tourism\": \"museum\", \"website\": \"https://artisnaples.org/baker-museum\", \"phone\": \"+1-239-597-1900\", \"wikidata\": \"Q6964980\", \"addr_state\": \"FL\", \"addr_city\": \"Naples\", \"addr_postcode\": \"34108-2740\", \"addr_street\": \"Pelican Bay Boulevard\", \"addr_housenumber\": \"5833\"}}}"} -{"id": "raster_only/aspect+poi/0012", "group": "raster_only", "template": "aspect+poi", "question": "What is the slope orientation in degrees at Ohio Caverns, West Liberty, OH?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-83.696429 40.238092)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 3.814074754714966}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Ohio Caverns, West Liberty, OH\", \"geo_wkt\": \"POINT (-83.696429 40.238092)\", \"poi\": {\"id\": 36, \"geometry\": \"POINT (-83.696429 40.238092)\", \"poi_name\": \"Ohio Caverns\", \"osm_id\": 3927941197, \"tourism\": \"attraction\", \"wheelchair\": \"no\", \"wikidata\": \"Q7080761\", \"addr_state\": \"OH\", \"addr_city\": \"West Liberty\", \"addr_postcode\": \"43357\", \"addr_street\": \"East State Route 245\", \"addr_housenumber\": \"2210\"}}}"} -{"id": "raster_only/aspect+poi/0013", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Ojito Wilderness Study Area, San Luis, NM face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.960317 35.59114)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 32.0053825378418}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} -{"id": "raster_only/aspect+poi/0014", "group": "raster_only", "template": "aspect+poi", "question": "In what direction does the terrain face at Antioch University - Santa Barbara, Santa Barbara, CA, measured in degrees from north?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-119.695763 34.419304)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 164.74488830566406}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Antioch University - Santa Barbara, Santa Barbara, CA\", \"geo_wkt\": \"POINT (-119.695763 34.419304)\", \"poi\": {\"id\": 227338, \"geometry\": \"POINT (-119.695763 34.419304)\", \"poi_name\": \"Antioch University - Santa Barbara\", \"osm_id\": 358792225, \"amenity\": \"university\", \"wikidata\": \"Q4775042\", \"addr_state\": \"CA\", \"addr_city\": \"Santa Barbara\", \"addr_postcode\": \"93101\", \"addr_street\": \"Anacapa Street\", \"addr_housenumber\": \"602\"}}}"} -{"id": "raster_only/aspect+poi/0015", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at Tam O'Shanter, Los Angeles, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-118.264199 34.125454)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 225.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Tam O'Shanter, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.264199 34.125454)\", \"poi\": {\"id\": 31658, \"geometry\": \"POINT (-118.264199 34.125454)\", \"poi_name\": \"Tam O'Shanter\", \"osm_id\": 4140126364, \"amenity\": \"restaurant\", \"cuisine\": \"fish_and_chips;sandwich;steak_house\", \"opening_hours\": \"Mo-Su 11:00-23:00\", \"website\": \"https://www.lawrysonline.com/tam-oshanter/\", \"phone\": \"+1-323-664-0228\", \"wikidata\": \"Q7680476\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90039\", \"addr_street\": \"Los Feliz Boulevard\", \"addr_housenumber\": \"2980\"}}}"} -{"id": "raster_only/aspect+poi/0016", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at The James, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.985532 40.744512)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 274.3987121582031}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The James, New York, NY\", \"geo_wkt\": \"POINT (-73.985532 40.744512)\", \"poi\": {\"id\": 84, \"geometry\": \"POINT (-73.985532 40.744512)\", \"poi_name\": \"The James\", \"osm_id\": 3966939350, \"tourism\": \"hotel\", \"wheelchair\": \"yes\", \"operator\": \"Denihan Hospitality Group\", \"website\": \"https://www.jameshotels.com/new-york/nomad\", \"internet_access\": \"yes\", \"phone\": \"+1 212-532-4100\", \"wikidata\": \"Q9076588\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10016\", \"addr_street\": \"East 29th Street\", \"addr_housenumber\": \"22\"}}}"} -{"id": "raster_only/aspect+poi/0017", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Harrison Park and Golf Course, Danville, IL face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.654322 40.146491)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 282.52880859375}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Harrison Park and Golf Course, Danville, IL\", \"geo_wkt\": \"POINT (-87.654322 40.146491)\", \"poi\": {\"id\": 251066, \"geometry\": \"POINT (-87.654322 40.146491)\", \"poi_name\": \"Harrison Park and Golf Course\", \"osm_id\": 354110626, \"leisure\": \"park\", \"wikidata\": \"Q34886246\", \"addr_state\": \"IL\", \"addr_city\": \"Danville\", \"addr_postcode\": \"61832\", \"addr_street\": \"West Voorhees\", \"addr_housenumber\": \"1300\"}}}"} -{"id": "raster_only/aspect+poi/0018", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Chicago Portage National Historic Site, Lyons, IL face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.802535 41.805303)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 117.6459732055664}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Chicago Portage National Historic Site, Lyons, IL\", \"geo_wkt\": \"POINT (-87.802535 41.805303)\", \"poi\": {\"id\": 251170, \"geometry\": \"POINT (-87.802535 41.805303)\", \"poi_name\": \"Chicago Portage National Historic Site\", \"osm_id\": 354160458, \"leisure\": \"park\", \"wikidata\": \"Q5095746\", \"addr_state\": \"IL\", \"addr_city\": \"Lyons\", \"addr_street\": \"South Harlem Avenue\", \"addr_housenumber\": \"4800\"}}}"} -{"id": "raster_only/aspect+poi/0019", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at Sondek Park, Monmouth Junction, NJ?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.547655 40.363996)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 135.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Sondek Park, Monmouth Junction, NJ\", \"geo_wkt\": \"POINT (-74.547655 40.363996)\", \"poi\": {\"id\": 258590, \"geometry\": \"POINT (-74.547655 40.363996)\", \"poi_name\": \"Sondek Park\", \"osm_id\": 357737629, \"leisure\": \"park\", \"opening_hours\": \"Mo-Su sunrise-sunset\", \"wikidata\": \"Q34871877\", \"addr_state\": \"NJ\", \"addr_city\": \"Monmouth Junction\", \"addr_street\": \"New Road\", \"addr_housenumber\": \"493\"}}}"} -{"id": "raster_only/avg_slope+area/0000", "group": "raster_only", "template": "avg_slope+area", "question": "How steep is Hebron Estates, Kentucky on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.664879 38.046005, -85.672777 38.046495, -85.675581 38.046513, -85.677349 38.046741, -85.679245 38.046942, -85.67917 38.047145, -85.679128 38.047259, -85.678921 38.047847, -85.678875 38.047995, -85.678714 38.048425, -85.678674 38.048531, -85.678626 38.048655, -85.678589 38.048771, -85.678537 38.048934, -85.67848 38.049108, -85.678339 38.049535, -85.678234 38.049822, -85.678099 38.050181, -85.678064 38.050271, -85.67799 38.050442, -85.677797 38.050853, -85.67759 38.051242, -85.677499 38.051384, -85.677369 38.051608, -85.677022 38.052158, -85.676788 38.05252, -85.67646 38.05302, -85.676032 38.053672, -85.675843 38.053958, -85.67564 38.054368, -85.675518 38.054633, -85.674161 38.054438, -85.663258 38.05358, -85.657183 38.053102, -85.657216 38.052867, -85.657232 38.052762, -85.657364 38.052641, -85.657746 38.05252, -85.65785 38.052449, -85.657982 38.052295, -85.658198 38.052207, -85.658378 38.052087, -85.658531 38.051889, -85.658601 38.051697, -85.658552 38.051482, -85.658407 38.051323, -85.658233 38.051186, -85.657622 38.050916, -85.657233 38.050713, -85.657103 38.050327, -85.657672 38.050241, -85.657755 38.04887, -85.658336 38.048873, -85.658327 38.046248, -85.657565 38.046196, -85.65746 38.046081, -85.658129 38.045639, -85.657561 38.044916, -85.658905 38.045139, -85.658999 38.045292, -85.659094 38.045396, -85.65942 38.045505, -85.659624 38.045586, -85.659863 38.045656, -85.660153 38.045691, -85.660617 38.045743, -85.661016 38.04579, -85.661785 38.045644, -85.663782 38.046037, -85.664879 38.046005))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.78688302143916}]", "question_entities": "{\"[3]\": {\"region_name\": \"Hebron Estates, Kentucky\", \"geo_wkt\": \"POLYGON ((-85.664879 38.046005, -85.672777 38.046495, -85.675581 38.046513, -85.677349 38.046741, -85.679245 38.046942, -85.67917 38.047145, -85.679128 38.047259, -85.678921 38.047847, -85.678875 38.047995, -85.678714 38.048425, -85.678674 38.048531, -85.678626 38.048655, -85.678589 38.048771, -85.678537 38.048934, -85.67848 38.049108, -85.678339 38.049535, -85.678234 38.049822, -85.678099 38.050181, -85.678064 38.050271, -85.67799 38.050442, -85.677797 38.050853, -85.67759 38.051242, -85.677499 38.051384, -85.677369 38.051608, -85.677022 38.052158, -85.676788 38.05252, -85.67646 38.05302, -85.676032 38.053672, -85.675843 38.053958, -85.67564 38.054368, -85.675518 38.054633, -85.674161 38.054438, -85.663258 38.05358, -85.657183 38.053102, -85.657216 38.052867, -85.657232 38.052762, -85.657364 38.052641, -85.657746 38.05252, -85.65785 38.052449, -85.657982 38.052295, -85.658198 38.052207, -85.658378 38.052087, -85.658531 38.051889, -85.658601 38.051697, -85.658552 38.051482, -85.658407 38.051323, -85.658233 38.051186, -85.657622 38.050916, -85.657233 38.050713, -85.657103 38.050327, -85.657672 38.050241, -85.657755 38.04887, -85.658336 38.048873, -85.658327 38.046248, -85.657565 38.046196, -85.65746 38.046081, -85.658129 38.045639, -85.657561 38.044916, -85.658905 38.045139, -85.658999 38.045292, -85.659094 38.045396, -85.65942 38.045505, -85.659624 38.045586, -85.659863 38.045656, -85.660153 38.045691, -85.660617 38.045743, -85.661016 38.04579, -85.661785 38.045644, -85.663782 38.046037, -85.664879 38.046005))\", \"region\": {\"id\": 20710, \"geometry\": \"POLYGON ((-85.664879 38.046005, -85.672777 38.046495, -85.675581 38.046513, -85.677349 38.046741, -85.679245 38.046942, -85.67917 38.047145, -85.679128 38.047259, -85.678921 38.047847, -85.678875 38.047995, -85.678714 38.048425, -85.678674 38.048531, -85.678626 38.048655, -85.678589 38.048771, -85.678537 38.048934, -85.67848 38.049108, -85.678339 38.049535, -85.678234 38.049822, -85.678099 38.050181, -85.678064 38.050271, -85.67799 38.050442, -85.677797 38.050853, -85.67759 38.051242, -85.677499 38.051384, -85.677369 38.051608, -85.677022 38.052158, -85.676788 38.05252, -85.67646 38.05302, -85.676032 38.053672, -85.675843 38.053958, -85.67564 38.054368, -85.675518 38.054633, -85.674161 38.054438, -85.663258 38.05358, -85.657183 38.053102, -85.657216 38.052867, -85.657232 38.052762, -85.657364 38.052641, -85.657746 38.05252, -85.65785 38.052449, -85.657982 38.052295, -85.658198 38.052207, -85.658378 38.052087, -85.658531 38.051889, -85.658601 38.051697, -85.658552 38.051482, -85.658407 38.051323, -85.658233 38.051186, -85.657622 38.050916, -85.657233 38.050713, -85.657103 38.050327, -85.657672 38.050241, -85.657755 38.04887, -85.658336 38.048873, -85.658327 38.046248, -85.657565 38.046196, -85.65746 38.046081, -85.658129 38.045639, -85.657561 38.044916, -85.658905 38.045139, -85.658999 38.045292, -85.659094 38.045396, -85.65942 38.045505, -85.659624 38.045586, -85.659863 38.045656, -85.660153 38.045691, -85.660617 38.045743, -85.661016 38.04579, -85.661785 38.045644, -85.663782 38.046037, -85.664879 38.046005))\", \"region_name\": \"Hebron Estates\", \"border_type\": \"city\", \"wikidata\": \"Q2042135\", \"wikipedia\": \"en:Hebron Estates, Kentucky\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0001", "group": "raster_only", "template": "avg_slope+area", "question": "What is the avg slope value within Gallatin, Texas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-95.172735 31.902804, -95.16399 31.901218, -95.162725 31.900964, -95.161971 31.900781, -95.161365 31.900588, -95.160521 31.900317, -95.147375 31.895179, -95.147355 31.895658, -95.151466 31.897176, -95.151531 31.903952, -95.151536 31.904426, -95.153659 31.904427, -95.15367 31.908643, -95.154589 31.908657, -95.154543 31.9149, -95.15657 31.915085, -95.156568 31.918867, -95.156014 31.918868, -95.156185 31.926299, -95.153119 31.926305, -95.15325 31.92955, -95.149986 31.92958, -95.149985 31.929547, -95.149928 31.922812, -95.143916 31.920293, -95.142263 31.919543, -95.140885 31.918867, -95.138052 31.917287, -95.137629 31.909389, -95.142929 31.909317, -95.142918 31.906211, -95.138382 31.906227, -95.137175 31.906235, -95.135638 31.906251, -95.13597 31.886556, -95.138245 31.886476, -95.138745 31.886472, -95.139279 31.886544, -95.139252 31.885879, -95.141711 31.886356, -95.141582 31.87786, -95.142277 31.87785, -95.142271 31.877992, -95.151763 31.877892, -95.151773 31.876969, -95.160437 31.876979, -95.160433 31.876101, -95.168541 31.87609, -95.168581 31.878662, -95.167744 31.878664, -95.167739 31.879218, -95.168599 31.879213, -95.168601 31.879849, -95.169246 31.879782, -95.16953 31.879765, -95.170211 31.879793, -95.170473 31.879787, -95.172038 31.879595, -95.171978 31.879886, -95.171885 31.880552, -95.171723 31.882552, -95.171691 31.882713, -95.171635 31.88289, -95.171526 31.883068, -95.171418 31.883209, -95.17128 31.883322, -95.170219 31.883974, -95.169915 31.884209, -95.169808 31.884277, -95.169268 31.884553, -95.169153 31.884612, -95.16903 31.884731, -95.168978 31.884817, -95.168966 31.884896, -95.169079 31.885912, -95.169107 31.886031, -95.169169 31.886134, -95.169289 31.886213, -95.169912 31.886438, -95.17008 31.8865, -95.170256 31.886591, -95.170411 31.886699, -95.17056 31.886846, -95.171302 31.887657, -95.17139 31.887774, -95.171422 31.887876, -95.171421 31.887997, -95.170628 31.892992, -95.170578 31.893188, -95.169841 31.89573, -95.169802 31.895952, -95.169794 31.896189, -95.16982 31.896405, -95.169868 31.896674, -95.169914 31.896923, -95.170075 31.89759, -95.170318 31.898308, -95.170391 31.898491, -95.170476 31.898697, -95.170569 31.898886, -95.17073 31.899157, -95.171809 31.901026, -95.172063 31.901486, -95.172735 31.902804))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 7.336823043219592}]", "question_entities": "{\"[3]\": {\"region_name\": \"Gallatin, Texas\", \"geo_wkt\": \"POLYGON ((-95.172735 31.902804, -95.16399 31.901218, -95.162725 31.900964, -95.161971 31.900781, -95.161365 31.900588, -95.160521 31.900317, -95.147375 31.895179, -95.147355 31.895658, -95.151466 31.897176, -95.151531 31.903952, -95.151536 31.904426, -95.153659 31.904427, -95.15367 31.908643, -95.154589 31.908657, -95.154543 31.9149, -95.15657 31.915085, -95.156568 31.918867, -95.156014 31.918868, -95.156185 31.926299, -95.153119 31.926305, -95.15325 31.92955, -95.149986 31.92958, -95.149985 31.929547, -95.149928 31.922812, -95.143916 31.920293, -95.142263 31.919543, -95.140885 31.918867, -95.138052 31.917287, -95.137629 31.909389, -95.142929 31.909317, -95.142918 31.906211, -95.138382 31.906227, -95.137175 31.906235, -95.135638 31.906251, -95.13597 31.886556, -95.138245 31.886476, -95.138745 31.886472, -95.139279 31.886544, -95.139252 31.885879, -95.141711 31.886356, -95.141582 31.87786, -95.142277 31.87785, -95.142271 31.877992, -95.151763 31.877892, -95.151773 31.876969, -95.160437 31.876979, -95.160433 31.876101, -95.168541 31.87609, -95.168581 31.878662, -95.167744 31.878664, -95.167739 31.879218, -95.168599 31.879213, -95.168601 31.879849, -95.169246 31.879782, -95.16953 31.879765, -95.170211 31.879793, -95.170473 31.879787, -95.172038 31.879595, -95.171978 31.879886, -95.171885 31.880552, -95.171723 31.882552, -95.171691 31.882713, -95.171635 31.88289, -95.171526 31.883068, -95.171418 31.883209, -95.17128 31.883322, -95.170219 31.883974, -95.169915 31.884209, -95.169808 31.884277, -95.169268 31.884553, -95.169153 31.884612, -95.16903 31.884731, -95.168978 31.884817, -95.168966 31.884896, -95.169079 31.885912, -95.169107 31.886031, -95.169169 31.886134, -95.169289 31.886213, -95.169912 31.886438, -95.17008 31.8865, -95.170256 31.886591, -95.170411 31.886699, -95.17056 31.886846, -95.171302 31.887657, -95.17139 31.887774, -95.171422 31.887876, -95.171421 31.887997, -95.170628 31.892992, -95.170578 31.893188, -95.169841 31.89573, -95.169802 31.895952, -95.169794 31.896189, -95.16982 31.896405, -95.169868 31.896674, -95.169914 31.896923, -95.170075 31.89759, -95.170318 31.898308, -95.170391 31.898491, -95.170476 31.898697, -95.170569 31.898886, -95.17073 31.899157, -95.171809 31.901026, -95.172063 31.901486, -95.172735 31.902804))\", \"region\": {\"id\": 20910, \"geometry\": \"POLYGON ((-95.172735 31.902804, -95.16399 31.901218, -95.162725 31.900964, -95.161971 31.900781, -95.161365 31.900588, -95.160521 31.900317, -95.147375 31.895179, -95.147355 31.895658, -95.151466 31.897176, -95.151531 31.903952, -95.151536 31.904426, -95.153659 31.904427, -95.15367 31.908643, -95.154589 31.908657, -95.154543 31.9149, -95.15657 31.915085, -95.156568 31.918867, -95.156014 31.918868, -95.156185 31.926299, -95.153119 31.926305, -95.15325 31.92955, -95.149986 31.92958, -95.149985 31.929547, -95.149928 31.922812, -95.143916 31.920293, -95.142263 31.919543, -95.140885 31.918867, -95.138052 31.917287, -95.137629 31.909389, -95.142929 31.909317, -95.142918 31.906211, -95.138382 31.906227, -95.137175 31.906235, -95.135638 31.906251, -95.13597 31.886556, -95.138245 31.886476, -95.138745 31.886472, -95.139279 31.886544, -95.139252 31.885879, -95.141711 31.886356, -95.141582 31.87786, -95.142277 31.87785, -95.142271 31.877992, -95.151763 31.877892, -95.151773 31.876969, -95.160437 31.876979, -95.160433 31.876101, -95.168541 31.87609, -95.168581 31.878662, -95.167744 31.878664, -95.167739 31.879218, -95.168599 31.879213, -95.168601 31.879849, -95.169246 31.879782, -95.16953 31.879765, -95.170211 31.879793, -95.170473 31.879787, -95.172038 31.879595, -95.171978 31.879886, -95.171885 31.880552, -95.171723 31.882552, -95.171691 31.882713, -95.171635 31.88289, -95.171526 31.883068, -95.171418 31.883209, -95.17128 31.883322, -95.170219 31.883974, -95.169915 31.884209, -95.169808 31.884277, -95.169268 31.884553, -95.169153 31.884612, -95.16903 31.884731, -95.168978 31.884817, -95.168966 31.884896, -95.169079 31.885912, -95.169107 31.886031, -95.169169 31.886134, -95.169289 31.886213, -95.169912 31.886438, -95.17008 31.8865, -95.170256 31.886591, -95.170411 31.886699, -95.17056 31.886846, -95.171302 31.887657, -95.17139 31.887774, -95.171422 31.887876, -95.171421 31.887997, -95.170628 31.892992, -95.170578 31.893188, -95.169841 31.89573, -95.169802 31.895952, -95.169794 31.896189, -95.16982 31.896405, -95.169868 31.896674, -95.169914 31.896923, -95.170075 31.89759, -95.170318 31.898308, -95.170391 31.898491, -95.170476 31.898697, -95.170569 31.898886, -95.17073 31.899157, -95.171809 31.901026, -95.172063 31.901486, -95.172735 31.902804))\", \"region_name\": \"Gallatin\", \"border_type\": \"city\", \"wikidata\": \"Q980889\", \"wikipedia\": \"en:Gallatin, Texas\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0002", "group": "raster_only", "template": "avg_slope+area", "question": "What is the typical slope across LaGrange, Indiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.42023 41.652488, -85.420092 41.652374, -85.417736 41.652412, -85.413814 41.65243, -85.413152 41.652395, -85.411864 41.652328, -85.411621 41.652339, -85.411309 41.652339, -85.409484 41.652342, -85.409046 41.652343, -85.408227 41.652345, -85.407275 41.652356, -85.406971 41.652359, -85.406981 41.651669, -85.406971 41.650146, -85.40698 41.648751, -85.402649 41.648808, -85.402622 41.646238, -85.404537 41.645741, -85.404951 41.645717, -85.404959 41.645009, -85.405221 41.645009, -85.405532 41.645009, -85.405844 41.645009, -85.406976 41.644998, -85.40696 41.643868, -85.406947 41.642982, -85.406908 41.641502, -85.408014 41.641497, -85.409382 41.64149, -85.411261 41.641481, -85.411965 41.641474, -85.412808 41.641465, -85.413042 41.641459, -85.413114 41.641457, -85.413047 41.640401, -85.413797 41.640369, -85.413869 41.640367, -85.41375 41.639972, -85.412639 41.636282, -85.408535 41.636296, -85.406753 41.636299, -85.40675 41.636028, -85.406742 41.636011, -85.406744 41.635934, -85.40674 41.635192, -85.406707 41.634123, -85.40844 41.634114, -85.411702 41.634092, -85.411692 41.632702, -85.416138 41.632495, -85.416138 41.632383, -85.416368 41.632417, -85.418101 41.63262, -85.41836 41.632644, -85.418844 41.632689, -85.418815 41.632381, -85.418862 41.631605, -85.4202 41.631607, -85.42018 41.634034, -85.422701 41.634017, -85.422695 41.633645, -85.424203 41.633672, -85.424538 41.633255, -85.424724 41.633106, -85.424746 41.634679, -85.424752 41.635686, -85.424782 41.636548, -85.424783 41.636596, -85.424789 41.637132, -85.424829 41.637779, -85.424827 41.638007, -85.426104 41.637888, -85.426098 41.639937, -85.425964 41.639967, -85.425984 41.641223, -85.426223 41.64121, -85.426223 41.641435, -85.425905 41.641436, -85.425607 41.641434, -85.425627 41.642814, -85.425634 41.643803, -85.426158 41.643792, -85.426185 41.645262, -85.42616 41.645471, -85.426161 41.646741, -85.426153 41.647703, -85.426201 41.649261, -85.425031 41.649273, -85.425048 41.649974, -85.425062 41.650775, -85.425078 41.651348, -85.425094 41.651972, -85.425135 41.653829, -85.425164 41.655216, -85.425168 41.655381, -85.425171 41.655526, -85.42516 41.655979, -85.425157 41.656094, -85.427649 41.656083, -85.427655 41.656974, -85.425857 41.656984, -85.425821 41.656984, -85.425811 41.656984, -85.425592 41.656985, -85.425129 41.656987, -85.425163 41.65797, -85.425184 41.658167, -85.425202 41.658705, -85.425215 41.659738, -85.425244 41.660617, -85.425236 41.661166, -85.425264 41.663192, -85.425287 41.663842, -85.425288 41.665083, -85.425293 41.665381, -85.425351 41.668858, -85.425367 41.670348, -85.42395 41.670352, -85.422783 41.670353, -85.420791 41.670353, -85.416691 41.670389, -85.416616 41.667767, -85.416505 41.663266, -85.416477 41.663148, -85.416447 41.663024, -85.416454 41.657209, -85.41647 41.65598, -85.41749 41.655896, -85.422602 41.65593, -85.423351 41.65594, -85.423321 41.655739, -85.423306 41.65506, -85.422919 41.654745, -85.422662 41.654536, -85.422514 41.654409, -85.42194 41.653921, -85.42146 41.653513, -85.42023 41.652488))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.274183636358399}]", "question_entities": "{\"[3]\": {\"region_name\": \"LaGrange, Indiana\", \"geo_wkt\": \"POLYGON ((-85.42023 41.652488, -85.420092 41.652374, -85.417736 41.652412, -85.413814 41.65243, -85.413152 41.652395, -85.411864 41.652328, -85.411621 41.652339, -85.411309 41.652339, -85.409484 41.652342, -85.409046 41.652343, -85.408227 41.652345, -85.407275 41.652356, -85.406971 41.652359, -85.406981 41.651669, -85.406971 41.650146, -85.40698 41.648751, -85.402649 41.648808, -85.402622 41.646238, -85.404537 41.645741, -85.404951 41.645717, -85.404959 41.645009, -85.405221 41.645009, -85.405532 41.645009, -85.405844 41.645009, -85.406976 41.644998, -85.40696 41.643868, -85.406947 41.642982, -85.406908 41.641502, -85.408014 41.641497, -85.409382 41.64149, -85.411261 41.641481, -85.411965 41.641474, -85.412808 41.641465, -85.413042 41.641459, -85.413114 41.641457, -85.413047 41.640401, -85.413797 41.640369, -85.413869 41.640367, -85.41375 41.639972, -85.412639 41.636282, -85.408535 41.636296, -85.406753 41.636299, -85.40675 41.636028, -85.406742 41.636011, -85.406744 41.635934, -85.40674 41.635192, -85.406707 41.634123, -85.40844 41.634114, -85.411702 41.634092, -85.411692 41.632702, -85.416138 41.632495, -85.416138 41.632383, -85.416368 41.632417, -85.418101 41.63262, -85.41836 41.632644, -85.418844 41.632689, -85.418815 41.632381, -85.418862 41.631605, -85.4202 41.631607, -85.42018 41.634034, -85.422701 41.634017, -85.422695 41.633645, -85.424203 41.633672, -85.424538 41.633255, -85.424724 41.633106, -85.424746 41.634679, -85.424752 41.635686, -85.424782 41.636548, -85.424783 41.636596, -85.424789 41.637132, -85.424829 41.637779, -85.424827 41.638007, -85.426104 41.637888, -85.426098 41.639937, -85.425964 41.639967, -85.425984 41.641223, -85.426223 41.64121, -85.426223 41.641435, -85.425905 41.641436, -85.425607 41.641434, -85.425627 41.642814, -85.425634 41.643803, -85.426158 41.643792, -85.426185 41.645262, -85.42616 41.645471, -85.426161 41.646741, -85.426153 41.647703, -85.426201 41.649261, -85.425031 41.649273, -85.425048 41.649974, -85.425062 41.650775, -85.425078 41.651348, -85.425094 41.651972, -85.425135 41.653829, -85.425164 41.655216, -85.425168 41.655381, -85.425171 41.655526, -85.42516 41.655979, -85.425157 41.656094, -85.427649 41.656083, -85.427655 41.656974, -85.425857 41.656984, -85.425821 41.656984, -85.425811 41.656984, -85.425592 41.656985, -85.425129 41.656987, -85.425163 41.65797, -85.425184 41.658167, -85.425202 41.658705, -85.425215 41.659738, -85.425244 41.660617, -85.425236 41.661166, -85.425264 41.663192, -85.425287 41.663842, -85.425288 41.665083, -85.425293 41.665381, -85.425351 41.668858, -85.425367 41.670348, -85.42395 41.670352, -85.422783 41.670353, -85.420791 41.670353, -85.416691 41.670389, -85.416616 41.667767, -85.416505 41.663266, -85.416477 41.663148, -85.416447 41.663024, -85.416454 41.657209, -85.41647 41.65598, -85.41749 41.655896, -85.422602 41.65593, -85.423351 41.65594, -85.423321 41.655739, -85.423306 41.65506, -85.422919 41.654745, -85.422662 41.654536, -85.422514 41.654409, -85.42194 41.653921, -85.42146 41.653513, -85.42023 41.652488))\", \"region\": {\"id\": 27512, \"geometry\": \"POLYGON ((-85.42023 41.652488, -85.420092 41.652374, -85.417736 41.652412, -85.413814 41.65243, -85.413152 41.652395, -85.411864 41.652328, -85.411621 41.652339, -85.411309 41.652339, -85.409484 41.652342, -85.409046 41.652343, -85.408227 41.652345, -85.407275 41.652356, -85.406971 41.652359, -85.406981 41.651669, -85.406971 41.650146, -85.40698 41.648751, -85.402649 41.648808, -85.402622 41.646238, -85.404537 41.645741, -85.404951 41.645717, -85.404959 41.645009, -85.405221 41.645009, -85.405532 41.645009, -85.405844 41.645009, -85.406976 41.644998, -85.40696 41.643868, -85.406947 41.642982, -85.406908 41.641502, -85.408014 41.641497, -85.409382 41.64149, -85.411261 41.641481, -85.411965 41.641474, -85.412808 41.641465, -85.413042 41.641459, -85.413114 41.641457, -85.413047 41.640401, -85.413797 41.640369, -85.413869 41.640367, -85.41375 41.639972, -85.412639 41.636282, -85.408535 41.636296, -85.406753 41.636299, -85.40675 41.636028, -85.406742 41.636011, -85.406744 41.635934, -85.40674 41.635192, -85.406707 41.634123, -85.40844 41.634114, -85.411702 41.634092, -85.411692 41.632702, -85.416138 41.632495, -85.416138 41.632383, -85.416368 41.632417, -85.418101 41.63262, -85.41836 41.632644, -85.418844 41.632689, -85.418815 41.632381, -85.418862 41.631605, -85.4202 41.631607, -85.42018 41.634034, -85.422701 41.634017, -85.422695 41.633645, -85.424203 41.633672, -85.424538 41.633255, -85.424724 41.633106, -85.424746 41.634679, -85.424752 41.635686, -85.424782 41.636548, -85.424783 41.636596, -85.424789 41.637132, -85.424829 41.637779, -85.424827 41.638007, -85.426104 41.637888, -85.426098 41.639937, -85.425964 41.639967, -85.425984 41.641223, -85.426223 41.64121, -85.426223 41.641435, -85.425905 41.641436, -85.425607 41.641434, -85.425627 41.642814, -85.425634 41.643803, -85.426158 41.643792, -85.426185 41.645262, -85.42616 41.645471, -85.426161 41.646741, -85.426153 41.647703, -85.426201 41.649261, -85.425031 41.649273, -85.425048 41.649974, -85.425062 41.650775, -85.425078 41.651348, -85.425094 41.651972, -85.425135 41.653829, -85.425164 41.655216, -85.425168 41.655381, -85.425171 41.655526, -85.42516 41.655979, -85.425157 41.656094, -85.427649 41.656083, -85.427655 41.656974, -85.425857 41.656984, -85.425821 41.656984, -85.425811 41.656984, -85.425592 41.656985, -85.425129 41.656987, -85.425163 41.65797, -85.425184 41.658167, -85.425202 41.658705, -85.425215 41.659738, -85.425244 41.660617, -85.425236 41.661166, -85.425264 41.663192, -85.425287 41.663842, -85.425288 41.665083, -85.425293 41.665381, -85.425351 41.668858, -85.425367 41.670348, -85.42395 41.670352, -85.422783 41.670353, -85.420791 41.670353, -85.416691 41.670389, -85.416616 41.667767, -85.416505 41.663266, -85.416477 41.663148, -85.416447 41.663024, -85.416454 41.657209, -85.41647 41.65598, -85.41749 41.655896, -85.422602 41.65593, -85.423351 41.65594, -85.423321 41.655739, -85.423306 41.65506, -85.422919 41.654745, -85.422662 41.654536, -85.422514 41.654409, -85.42194 41.653921, -85.42146 41.653513, -85.42023 41.652488))\", \"region_name\": \"Lagrange\", \"border_type\": \"town\", \"wikidata\": \"Q2055185\", \"wikipedia\": \"en:LaGrange, Indiana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0003", "group": "raster_only", "template": "avg_slope+area", "question": "What is the average slope in Angleton, Texas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-95.449835 29.196389, -95.449796 29.196404, -95.449583 29.196552, -95.449409 29.196738, -95.449276 29.196983, -95.44921 29.197201, -95.449201 29.197348, -95.448896 29.19734, -95.448886 29.197529, -95.448896 29.197753, -95.44893 29.197969, -95.448941 29.198005, -95.44924 29.197935, -95.449315 29.197937, -95.449305 29.19735, -95.449824 29.197361, -95.449835 29.196389)), ((-95.4518 29.177807, -95.451347 29.177825, -95.451426 29.179223, -95.451444 29.179649, -95.451733 29.179652, -95.451888 29.178906, -95.4518 29.177807)), ((-95.461453 29.163116, -95.461414 29.164851, -95.45984 29.164878, -95.458549 29.164907, -95.457517 29.164921, -95.455947 29.164963, -95.45497 29.164981, -95.454399 29.164998, -95.454338 29.164993, -95.45434 29.165239, -95.454755 29.181095, -95.456252 29.181045, -95.456253 29.181064, -95.460804 29.180975, -95.460934 29.185513, -95.456594 29.185589, -95.456836 29.188809, -95.456561 29.189005, -95.455163 29.187764, -95.454353 29.188538, -95.454461 29.193249, -95.453812 29.193269, -95.453845 29.194527, -95.457675 29.194489, -95.457625 29.19757, -95.45605 29.197519, -95.456042 29.197394, -95.456022 29.197224, -95.455965 29.197032, -95.455863 29.196855, -95.455728 29.196705, -95.455581 29.196586, -95.455364 29.196466, -95.455067 29.196358, -95.454821 29.196286, -95.454417 29.196157, -95.454087 29.196034, -95.453882 29.195927, -95.453924 29.197448, -95.453987 29.199447, -95.453946 29.199462, -95.453926 29.199474, -95.453268 29.199478, -95.453255 29.199694, -95.453176 29.199808, -95.453128 29.199929, -95.452301 29.199926, -95.45204 29.199949, -95.452036 29.200093, -95.451703 29.200087, -95.451738 29.20023, -95.451741 29.200389, -95.451708 29.201293, -95.451676 29.20216, -95.451686 29.202372, -95.451718 29.20262, -95.449635 29.202657, -95.446525 29.203125, -95.446442 29.203134, -95.446402 29.201709, -95.443668 29.201737, -95.443661 29.201666, -95.443651 29.2011, -95.443328 29.201105, -95.443292 29.199796, -95.443104 29.1998, -95.443102 29.199425, -95.44309 29.198904, -95.441222 29.198938, -95.441032 29.198935, -95.441009 29.197746, -95.441404 29.197603, -95.441969 29.197439, -95.442439 29.19732, -95.44258 29.197304, -95.442679 29.197008, -95.442595 29.193465, -95.446117 29.193396, -95.446204 29.196297, -95.446289 29.196291, -95.447959 29.19626, -95.447939 29.195117, -95.449849 29.195088, -95.449867 29.193606, -95.450218 29.193606, -95.450218 29.189833, -95.450175 29.187661, -95.450087 29.186279, -95.450076 29.186016, -95.449821 29.186041, -95.449755 29.183101, -95.449574 29.18294, -95.447433 29.181109, -95.447592 29.181114, -95.447232 29.180806, -95.447458 29.180601, -95.445304 29.178753, -95.444703 29.178239, -95.444512 29.17808, -95.444061 29.177687, -95.443724 29.177402, -95.443392 29.177106, -95.438775 29.173105, -95.438409 29.173502, -95.442575 29.177062, -95.44011 29.177099, -95.437634 29.177122, -95.437524 29.182549, -95.437681 29.186116, -95.437902 29.192719, -95.437871 29.193559, -95.439139 29.193534, -95.439668 29.193882, -95.440923 29.196058, -95.440973 29.196133, -95.441149 29.196134, -95.441185 29.197135, -95.441192 29.197607, -95.440822 29.197771, -95.440621 29.197874, -95.440269 29.198002, -95.439412 29.198573, -95.438984 29.198957, -95.438754 29.199094, -95.438196 29.199826, -95.437479 29.200617, -95.436691 29.201421, -95.436325 29.201656, -95.435302 29.202219, -95.434919 29.202485, -95.434967 29.20271, -95.434752 29.202799, -95.434813 29.202985, -95.4349 29.203389, -95.434986 29.203818, -95.435271 29.204857, -95.433503 29.204868, -95.432965 29.203102, -95.432038 29.197774, -95.43122 29.19777, -95.431064 29.197765, -95.431064 29.19762, -95.429273 29.197674, -95.429312 29.199244, -95.429315 29.199661, -95.429347 29.200966, -95.429345 29.201248, -95.429358 29.201808, -95.429433 29.204224, -95.424332 29.204303, -95.423816 29.204323, -95.423352 29.204327, -95.422516 29.204342, -95.421849 29.204348, -95.42117 29.20436, -95.420405 29.204347, -95.41969 29.204274, -95.419142 29.204164, -95.418511 29.204016, -95.417866 29.203833, -95.417451 29.203708, -95.416573 29.203507, -95.416114 29.203425, -95.415538 29.20335, -95.41468 29.203277, -95.413822 29.203261, -95.41338 29.203265, -95.412998 29.203287, -95.412376 29.203346, -95.41185 29.203416, -95.411398 29.203492, -95.411212 29.203534, -95.410943 29.203595, -95.410043 29.203817, -95.409209 29.204098, -95.408383 29.204406, -95.407609 29.204644, -95.407605 29.204362, -95.407535 29.199303, -95.409926 29.199214, -95.410068 29.1992, -95.410072 29.199253, -95.410089 29.199343, -95.410108 29.199404, -95.410147 29.199487, -95.410187 29.199551, -95.410222 29.199596, -95.410261 29.199638, -95.410303 29.199675, -95.410399 29.199746, -95.410487 29.199792, -95.410571 29.199824, -95.41069 29.199853, -95.410781 29.199865, -95.410827 29.199867, -95.410925 29.199863, -95.410986 29.199853, -95.411069 29.199851, -95.411163 29.199852, -95.415301 29.199788, -95.4162 29.199749, -95.416359 29.199746, -95.41654 29.199764, -95.416631 29.199778, -95.416767 29.199808, -95.416765 29.199709, -95.416929 29.19971, -95.416922 29.199445, -95.416733 29.199404, -95.416622 29.199388, -95.416612 29.199381, -95.415342 29.199399, -95.415336 29.198934, -95.415289 29.197098, -95.415239 29.19558, -95.406763 29.19576, -95.40652 29.195763, -95.402541 29.195831, -95.402541 29.19575, -95.402261 29.195681, -95.402211 29.195751, -95.398563 29.200525, -95.398116 29.200529, -95.397036 29.200539, -95.39582 29.202093, -95.395478 29.202557, -95.395582 29.203016, -95.39621 29.203463, -95.394613 29.205345, -95.393166 29.204629, -95.394383 29.203166, -95.394311 29.202854, -95.393634 29.202411, -95.399759 29.194558, -95.400016 29.194242, -95.401329 29.192545, -95.402017 29.192535, -95.402435 29.19202, -95.402429 29.191699, -95.402416 29.191095, -95.402359 29.188916, -95.402392 29.186595, -95.397974 29.186077, -95.39797 29.185754, -95.397976 29.185528, -95.395531 29.185536, -95.39333 29.183717, -95.402219 29.177986, -95.405137 29.176063, -95.410454 29.172576, -95.410446 29.171537, -95.410168 29.16126, -95.41012 29.159307, -95.408327 29.159362, -95.407962 29.15938, -95.407306 29.159402, -95.407086 29.159414, -95.404841 29.159495, -95.402114 29.15955, -95.401803 29.159544, -95.401508 29.159591, -95.400763 29.159609, -95.399576 29.159639, -95.399484 29.15568, -95.401834 29.155658, -95.401764 29.159274, -95.404736 29.159159, -95.405198 29.159159, -95.407697 29.159159, -95.410114 29.159097, -95.410117 29.159206, -95.412143 29.15917, -95.414802 29.159117, -95.414764 29.158111, -95.416402 29.158068, -95.416417 29.159086, -95.418391 29.15905, -95.41835 29.157543, -95.418406 29.155702, -95.418344 29.154655, -95.418287 29.153533, -95.414293 29.153585, -95.414286 29.153212, -95.414201 29.150693, -95.416604 29.150649, -95.417282 29.150606, -95.416952 29.150278, -95.416567 29.149926, -95.416431 29.149798, -95.41634 29.149712, -95.415147 29.148583, -95.412372 29.145958, -95.412026 29.145607, -95.411369 29.144984, -95.410315 29.144003, -95.409478 29.143212, -95.409491 29.142997, -95.415056 29.142933, -95.418179 29.142897, -95.418307 29.142896, -95.418292 29.142222, -95.418245 29.14094, -95.418207 29.138678, -95.418199 29.138453, -95.418167 29.138122, -95.418123 29.137913, -95.418041 29.137752, -95.417994 29.137645, -95.417982 29.134986, -95.417972 29.132671, -95.417943 29.126193, -95.417944 29.125271, -95.417944 29.124936, -95.417823 29.124677, -95.418066 29.124702, -95.423852 29.124595, -95.424388 29.124573, -95.427292 29.124532, -95.430158 29.124475, -95.430408 29.124464, -95.430584 29.127004, -95.430646 29.127797, -95.430908 29.131827, -95.430997 29.133025, -95.43105 29.133471, -95.431049 29.133597, -95.431094 29.134214, -95.431126 29.134586, -95.431248 29.136767, -95.431298 29.137397, -95.43139 29.138654, -95.431562 29.141303, -95.431801 29.144806, -95.431946 29.146835, -95.431996 29.147758, -95.444552 29.14741, -95.444596 29.14953, -95.444627 29.150518, -95.444393 29.150666, -95.443332 29.151357, -95.441944 29.15226, -95.441193 29.15273, -95.440435 29.153217, -95.440266 29.153358, -95.440211 29.153447, -95.44019 29.153539, -95.4402 29.154568, -95.440199 29.154851, -95.442353 29.15472, -95.442472 29.155646, -95.444965 29.155646, -95.445003 29.155998, -95.445435 29.15599, -95.445795 29.155988, -95.445799 29.158629, -95.44582 29.159233, -95.445924 29.159228, -95.449455 29.159176, -95.449393 29.15622, -95.449367 29.155369, -95.450325 29.155323, -95.450586 29.155263, -95.451532 29.155196, -95.450412 29.150791, -95.450377 29.14991, -95.450667 29.14987, -95.450221 29.146886, -95.450211 29.146484, -95.449609 29.129943, -95.447435 29.129954, -95.447423 29.129564, -95.447412 29.12582, -95.455056 29.12572, -95.455106 29.129297, -95.452522 29.129286, -95.45272 29.14018, -95.452744 29.141307, -95.45325 29.141309, -95.453828 29.160573, -95.455281 29.160544, -95.455326 29.161344, -95.454653 29.161861, -95.454671 29.16207, -95.456636 29.160616, -95.457909 29.159705, -95.457567 29.160686, -95.457412 29.161651, -95.457383 29.161735, -95.457436 29.16193, -95.45742 29.162435, -95.457359 29.162667, -95.458837 29.162259, -95.458769 29.162088, -95.461474 29.161404, -95.461453 29.163116)), ((-95.458295 29.260525, -95.457735 29.260525, -95.451886 29.260622, -95.451205 29.260628, -95.451786 29.259632, -95.452281 29.258631, -95.452478 29.258169, -95.452688 29.257608, -95.452988 29.256686, -95.453108 29.256251, -95.453198 29.255858, -95.453947 29.255811, -95.455439 29.255747, -95.458668 29.2556, -95.459052 29.255587, -95.458295 29.260525)), ((-95.4319 29.196653, -95.431024 29.196684, -95.42969 29.196712, -95.429251 29.196715, -95.429255 29.196894, -95.431072 29.196885, -95.431924 29.196877, -95.4319 29.196653)), ((-95.442677 29.174578, -95.442619 29.174327, -95.442599 29.174205, -95.442581 29.174057, -95.442568 29.173843, -95.44257 29.173653, -95.442584 29.173447, -95.442608 29.173267, -95.442655 29.17304, -95.442701 29.172871, -95.442733 29.172772, -95.438793 29.17287, -95.438865 29.172926, -95.439267 29.173295, -95.440983 29.17478, -95.441017 29.174731, -95.442079 29.174738, -95.442739 29.17475, -95.442677 29.174578)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.3831624251821495}]", "question_entities": "{\"[3]\": {\"region_name\": \"Angleton, Texas\", \"geo_wkt\": \"MULTIPOLYGON (((-95.449835 29.196389, -95.449796 29.196404, -95.449583 29.196552, -95.449409 29.196738, -95.449276 29.196983, -95.44921 29.197201, -95.449201 29.197348, -95.448896 29.19734, -95.448886 29.197529, -95.448896 29.197753, -95.44893 29.197969, -95.448941 29.198005, -95.44924 29.197935, -95.449315 29.197937, -95.449305 29.19735, -95.449824 29.197361, -95.449835 29.196389)), ((-95.4518 29.177807, -95.451347 29.177825, -95.451426 29.179223, -95.451444 29.179649, -95.451733 29.179652, -95.451888 29.178906, -95.4518 29.177807)), ((-95.461453 29.163116, -95.461414 29.164851, -95.45984 29.164878, -95.458549 29.164907, -95.457517 29.164921, -95.455947 29.164963, -95.45497 29.164981, -95.454399 29.164998, -95.454338 29.164993, -95.45434 29.165239, -95.454755 29.181095, -95.456252 29.181045, -95.456253 29.181064, -95.460804 29.180975, -95.460934 29.185513, -95.456594 29.185589, -95.456836 29.188809, -95.456561 29.189005, -95.455163 29.187764, -95.454353 29.188538, -95.454461 29.193249, -95.453812 29.193269, -95.453845 29.194527, -95.457675 29.194489, -95.457625 29.19757, -95.45605 29.197519, -95.456042 29.197394, -95.456022 29.197224, -95.455965 29.197032, -95.455863 29.196855, -95.455728 29.196705, -95.455581 29.196586, -95.455364 29.196466, -95.455067 29.196358, -95.454821 29.196286, -95.454417 29.196157, -95.454087 29.196034, -95.453882 29.195927, -95.453924 29.197448, -95.453987 29.199447, -95.453946 29.199462, -95.453926 29.199474, -95.453268 29.199478, -95.453255 29.199694, -95.453176 29.199808, -95.453128 29.199929, -95.452301 29.199926, -95.45204 29.199949, -95.452036 29.200093, -95.451703 29.200087, -95.451738 29.20023, -95.451741 29.200389, -95.451708 29.201293, -95.451676 29.20216, -95.451686 29.202372, -95.451718 29.20262, -95.449635 29.202657, -95.446525 29.203125, -95.446442 29.203134, -95.446402 29.201709, -95.443668 29.201737, -95.443661 29.201666, -95.443651 29.2011, -95.443328 29.201105, -95.443292 29.199796, -95.443104 29.1998, -95.443102 29.199425, -95.44309 29.198904, -95.441222 29.198938, -95.441032 29.198935, -95.441009 29.197746, -95.441404 29.197603, -95.441969 29.197439, -95.442439 29.19732, -95.44258 29.197304, -95.442679 29.197008, -95.442595 29.193465, -95.446117 29.193396, -95.446204 29.196297, -95.446289 29.196291, -95.447959 29.19626, -95.447939 29.195117, -95.449849 29.195088, -95.449867 29.193606, -95.450218 29.193606, -95.450218 29.189833, -95.450175 29.187661, -95.450087 29.186279, -95.450076 29.186016, -95.449821 29.186041, -95.449755 29.183101, -95.449574 29.18294, -95.447433 29.181109, -95.447592 29.181114, -95.447232 29.180806, -95.447458 29.180601, -95.445304 29.178753, -95.444703 29.178239, -95.444512 29.17808, -95.444061 29.177687, -95.443724 29.177402, -95.443392 29.177106, -95.438775 29.173105, -95.438409 29.173502, -95.442575 29.177062, -95.44011 29.177099, -95.437634 29.177122, -95.437524 29.182549, -95.437681 29.186116, -95.437902 29.192719, -95.437871 29.193559, -95.439139 29.193534, -95.439668 29.193882, -95.440923 29.196058, -95.440973 29.196133, -95.441149 29.196134, -95.441185 29.197135, -95.441192 29.197607, -95.440822 29.197771, -95.440621 29.197874, -95.440269 29.198002, -95.439412 29.198573, -95.438984 29.198957, -95.438754 29.199094, -95.438196 29.199826, -95.437479 29.200617, -95.436691 29.201421, -95.436325 29.201656, -95.435302 29.202219, -95.434919 29.202485, -95.434967 29.20271, -95.434752 29.202799, -95.434813 29.202985, -95.4349 29.203389, -95.434986 29.203818, -95.435271 29.204857, -95.433503 29.204868, -95.432965 29.203102, -95.432038 29.197774, -95.43122 29.19777, -95.431064 29.197765, -95.431064 29.19762, -95.429273 29.197674, -95.429312 29.199244, -95.429315 29.199661, -95.429347 29.200966, -95.429345 29.201248, -95.429358 29.201808, -95.429433 29.204224, -95.424332 29.204303, -95.423816 29.204323, -95.423352 29.204327, -95.422516 29.204342, -95.421849 29.204348, -95.42117 29.20436, -95.420405 29.204347, -95.41969 29.204274, -95.419142 29.204164, -95.418511 29.204016, -95.417866 29.203833, -95.417451 29.203708, -95.416573 29.203507, -95.416114 29.203425, -95.415538 29.20335, -95.41468 29.203277, -95.413822 29.203261, -95.41338 29.203265, -95.412998 29.203287, -95.412376 29.203346, -95.41185 29.203416, -95.411398 29.203492, -95.411212 29.203534, -95.410943 29.203595, -95.410043 29.203817, -95.409209 29.204098, -95.408383 29.204406, -95.407609 29.204644, -95.407605 29.204362, -95.407535 29.199303, -95.409926 29.199214, -95.410068 29.1992, -95.410072 29.199253, -95.410089 29.199343, -95.410108 29.199404, -95.410147 29.199487, -95.410187 29.199551, -95.410222 29.199596, -95.410261 29.199638, -95.410303 29.199675, -95.410399 29.199746, -95.410487 29.199792, -95.410571 29.199824, -95.41069 29.199853, -95.410781 29.199865, -95.410827 29.199867, -95.410925 29.199863, -95.410986 29.199853, -95.411069 29.199851, -95.411163 29.199852, -95.415301 29.199788, -95.4162 29.199749, -95.416359 29.199746, -95.41654 29.199764, -95.416631 29.199778, -95.416767 29.199808, -95.416765 29.199709, -95.416929 29.19971, -95.416922 29.199445, -95.416733 29.199404, -95.416622 29.199388, -95.416612 29.199381, -95.415342 29.199399, -95.415336 29.198934, -95.415289 29.197098, -95.415239 29.19558, -95.406763 29.19576, -95.40652 29.195763, -95.402541 29.195831, -95.402541 29.19575, -95.402261 29.195681, -95.402211 29.195751, -95.398563 29.200525, -95.398116 29.200529, -95.397036 29.200539, -95.39582 29.202093, -95.395478 29.202557, -95.395582 29.203016, -95.39621 29.203463, -95.394613 29.205345, -95.393166 29.204629, -95.394383 29.203166, -95.394311 29.202854, -95.393634 29.202411, -95.399759 29.194558, -95.400016 29.194242, -95.401329 29.192545, -95.402017 29.192535, -95.402435 29.19202, -95.402429 29.191699, -95.402416 29.191095, -95.402359 29.188916, -95.402392 29.186595, -95.397974 29.186077, -95.39797 29.185754, -95.397976 29.185528, -95.395531 29.185536, -95.39333 29.183717, -95.402219 29.177986, -95.405137 29.176063, -95.410454 29.172576, -95.410446 29.171537, -95.410168 29.16126, -95.41012 29.159307, -95.408327 29.159362, -95.407962 29.15938, -95.407306 29.159402, -95.407086 29.159414, -95.404841 29.159495, -95.402114 29.15955, -95.401803 29.159544, -95.401508 29.159591, -95.400763 29.159609, -95.399576 29.159639, -95.399484 29.15568, -95.401834 29.155658, -95.401764 29.159274, -95.404736 29.159159, -95.405198 29.159159, -95.407697 29.159159, -95.410114 29.159097, -95.410117 29.159206, -95.412143 29.15917, -95.414802 29.159117, -95.414764 29.158111, -95.416402 29.158068, -95.416417 29.159086, -95.418391 29.15905, -95.41835 29.157543, -95.418406 29.155702, -95.418344 29.154655, -95.418287 29.153533, -95.414293 29.153585, -95.414286 29.153212, -95.414201 29.150693, -95.416604 29.150649, -95.417282 29.150606, -95.416952 29.150278, -95.416567 29.149926, -95.416431 29.149798, -95.41634 29.149712, -95.415147 29.148583, -95.412372 29.145958, -95.412026 29.145607, -95.411369 29.144984, -95.410315 29.144003, -95.409478 29.143212, -95.409491 29.142997, -95.415056 29.142933, -95.418179 29.142897, -95.418307 29.142896, -95.418292 29.142222, -95.418245 29.14094, -95.418207 29.138678, -95.418199 29.138453, -95.418167 29.138122, -95.418123 29.137913, -95.418041 29.137752, -95.417994 29.137645, -95.417982 29.134986, -95.417972 29.132671, -95.417943 29.126193, -95.417944 29.125271, -95.417944 29.124936, -95.417823 29.124677, -95.418066 29.124702, -95.423852 29.124595, -95.424388 29.124573, -95.427292 29.124532, -95.430158 29.124475, -95.430408 29.124464, -95.430584 29.127004, -95.430646 29.127797, -95.430908 29.131827, -95.430997 29.133025, -95.43105 29.133471, -95.431049 29.133597, -95.431094 29.134214, -95.431126 29.134586, -95.431248 29.136767, -95.431298 29.137397, -95.43139 29.138654, -95.431562 29.141303, -95.431801 29.144806, -95.431946 29.146835, -95.431996 29.147758, -95.444552 29.14741, -95.444596 29.14953, -95.444627 29.150518, -95.444393 29.150666, -95.443332 29.151357, -95.441944 29.15226, -95.441193 29.15273, -95.440435 29.153217, -95.440266 29.153358, -95.440211 29.153447, -95.44019 29.153539, -95.4402 29.154568, -95.440199 29.154851, -95.442353 29.15472, -95.442472 29.155646, -95.444965 29.155646, -95.445003 29.155998, -95.445435 29.15599, -95.445795 29.155988, -95.445799 29.158629, -95.44582 29.159233, -95.445924 29.159228, -95.449455 29.159176, -95.449393 29.15622, -95.449367 29.155369, -95.450325 29.155323, -95.450586 29.155263, -95.451532 29.155196, -95.450412 29.150791, -95.450377 29.14991, -95.450667 29.14987, -95.450221 29.146886, -95.450211 29.146484, -95.449609 29.129943, -95.447435 29.129954, -95.447423 29.129564, -95.447412 29.12582, -95.455056 29.12572, -95.455106 29.129297, -95.452522 29.129286, -95.45272 29.14018, -95.452744 29.141307, -95.45325 29.141309, -95.453828 29.160573, -95.455281 29.160544, -95.455326 29.161344, -95.454653 29.161861, -95.454671 29.16207, -95.456636 29.160616, -95.457909 29.159705, -95.457567 29.160686, -95.457412 29.161651, -95.457383 29.161735, -95.457436 29.16193, -95.45742 29.162435, -95.457359 29.162667, -95.458837 29.162259, -95.458769 29.162088, -95.461474 29.161404, -95.461453 29.163116)), ((-95.458295 29.260525, -95.457735 29.260525, -95.451886 29.260622, -95.451205 29.260628, -95.451786 29.259632, -95.452281 29.258631, -95.452478 29.258169, -95.452688 29.257608, -95.452988 29.256686, -95.453108 29.256251, -95.453198 29.255858, -95.453947 29.255811, -95.455439 29.255747, -95.458668 29.2556, -95.459052 29.255587, -95.458295 29.260525)), ((-95.4319 29.196653, -95.431024 29.196684, -95.42969 29.196712, -95.429251 29.196715, -95.429255 29.196894, -95.431072 29.196885, -95.431924 29.196877, -95.4319 29.196653)), ((-95.442677 29.174578, -95.442619 29.174327, -95.442599 29.174205, -95.442581 29.174057, -95.442568 29.173843, -95.44257 29.173653, -95.442584 29.173447, -95.442608 29.173267, -95.442655 29.17304, -95.442701 29.172871, -95.442733 29.172772, -95.438793 29.17287, -95.438865 29.172926, -95.439267 29.173295, -95.440983 29.17478, -95.441017 29.174731, -95.442079 29.174738, -95.442739 29.17475, -95.442677 29.174578)))\", \"region\": {\"id\": 25083, \"geometry\": \"MULTIPOLYGON (((-95.449835 29.196389, -95.449796 29.196404, -95.449583 29.196552, -95.449409 29.196738, -95.449276 29.196983, -95.44921 29.197201, -95.449201 29.197348, -95.448896 29.19734, -95.448886 29.197529, -95.448896 29.197753, -95.44893 29.197969, -95.448941 29.198005, -95.44924 29.197935, -95.449315 29.197937, -95.449305 29.19735, -95.449824 29.197361, -95.449835 29.196389)), ((-95.4518 29.177807, -95.451347 29.177825, -95.451426 29.179223, -95.451444 29.179649, -95.451733 29.179652, -95.451888 29.178906, -95.4518 29.177807)), ((-95.461453 29.163116, -95.461414 29.164851, -95.45984 29.164878, -95.458549 29.164907, -95.457517 29.164921, -95.455947 29.164963, -95.45497 29.164981, -95.454399 29.164998, -95.454338 29.164993, -95.45434 29.165239, -95.454755 29.181095, -95.456252 29.181045, -95.456253 29.181064, -95.460804 29.180975, -95.460934 29.185513, -95.456594 29.185589, -95.456836 29.188809, -95.456561 29.189005, -95.455163 29.187764, -95.454353 29.188538, -95.454461 29.193249, -95.453812 29.193269, -95.453845 29.194527, -95.457675 29.194489, -95.457625 29.19757, -95.45605 29.197519, -95.456042 29.197394, -95.456022 29.197224, -95.455965 29.197032, -95.455863 29.196855, -95.455728 29.196705, -95.455581 29.196586, -95.455364 29.196466, -95.455067 29.196358, -95.454821 29.196286, -95.454417 29.196157, -95.454087 29.196034, -95.453882 29.195927, -95.453924 29.197448, -95.453987 29.199447, -95.453946 29.199462, -95.453926 29.199474, -95.453268 29.199478, -95.453255 29.199694, -95.453176 29.199808, -95.453128 29.199929, -95.452301 29.199926, -95.45204 29.199949, -95.452036 29.200093, -95.451703 29.200087, -95.451738 29.20023, -95.451741 29.200389, -95.451708 29.201293, -95.451676 29.20216, -95.451686 29.202372, -95.451718 29.20262, -95.449635 29.202657, -95.446525 29.203125, -95.446442 29.203134, -95.446402 29.201709, -95.443668 29.201737, -95.443661 29.201666, -95.443651 29.2011, -95.443328 29.201105, -95.443292 29.199796, -95.443104 29.1998, -95.443102 29.199425, -95.44309 29.198904, -95.441222 29.198938, -95.441032 29.198935, -95.441009 29.197746, -95.441404 29.197603, -95.441969 29.197439, -95.442439 29.19732, -95.44258 29.197304, -95.442679 29.197008, -95.442595 29.193465, -95.446117 29.193396, -95.446204 29.196297, -95.446289 29.196291, -95.447959 29.19626, -95.447939 29.195117, -95.449849 29.195088, -95.449867 29.193606, -95.450218 29.193606, -95.450218 29.189833, -95.450175 29.187661, -95.450087 29.186279, -95.450076 29.186016, -95.449821 29.186041, -95.449755 29.183101, -95.449574 29.18294, -95.447433 29.181109, -95.447592 29.181114, -95.447232 29.180806, -95.447458 29.180601, -95.445304 29.178753, -95.444703 29.178239, -95.444512 29.17808, -95.444061 29.177687, -95.443724 29.177402, -95.443392 29.177106, -95.438775 29.173105, -95.438409 29.173502, -95.442575 29.177062, -95.44011 29.177099, -95.437634 29.177122, -95.437524 29.182549, -95.437681 29.186116, -95.437902 29.192719, -95.437871 29.193559, -95.439139 29.193534, -95.439668 29.193882, -95.440923 29.196058, -95.440973 29.196133, -95.441149 29.196134, -95.441185 29.197135, -95.441192 29.197607, -95.440822 29.197771, -95.440621 29.197874, -95.440269 29.198002, -95.439412 29.198573, -95.438984 29.198957, -95.438754 29.199094, -95.438196 29.199826, -95.437479 29.200617, -95.436691 29.201421, -95.436325 29.201656, -95.435302 29.202219, -95.434919 29.202485, -95.434967 29.20271, -95.434752 29.202799, -95.434813 29.202985, -95.4349 29.203389, -95.434986 29.203818, -95.435271 29.204857, -95.433503 29.204868, -95.432965 29.203102, -95.432038 29.197774, -95.43122 29.19777, -95.431064 29.197765, -95.431064 29.19762, -95.429273 29.197674, -95.429312 29.199244, -95.429315 29.199661, -95.429347 29.200966, -95.429345 29.201248, -95.429358 29.201808, -95.429433 29.204224, -95.424332 29.204303, -95.423816 29.204323, -95.423352 29.204327, -95.422516 29.204342, -95.421849 29.204348, -95.42117 29.20436, -95.420405 29.204347, -95.41969 29.204274, -95.419142 29.204164, -95.418511 29.204016, -95.417866 29.203833, -95.417451 29.203708, -95.416573 29.203507, -95.416114 29.203425, -95.415538 29.20335, -95.41468 29.203277, -95.413822 29.203261, -95.41338 29.203265, -95.412998 29.203287, -95.412376 29.203346, -95.41185 29.203416, -95.411398 29.203492, -95.411212 29.203534, -95.410943 29.203595, -95.410043 29.203817, -95.409209 29.204098, -95.408383 29.204406, -95.407609 29.204644, -95.407605 29.204362, -95.407535 29.199303, -95.409926 29.199214, -95.410068 29.1992, -95.410072 29.199253, -95.410089 29.199343, -95.410108 29.199404, -95.410147 29.199487, -95.410187 29.199551, -95.410222 29.199596, -95.410261 29.199638, -95.410303 29.199675, -95.410399 29.199746, -95.410487 29.199792, -95.410571 29.199824, -95.41069 29.199853, -95.410781 29.199865, -95.410827 29.199867, -95.410925 29.199863, -95.410986 29.199853, -95.411069 29.199851, -95.411163 29.199852, -95.415301 29.199788, -95.4162 29.199749, -95.416359 29.199746, -95.41654 29.199764, -95.416631 29.199778, -95.416767 29.199808, -95.416765 29.199709, -95.416929 29.19971, -95.416922 29.199445, -95.416733 29.199404, -95.416622 29.199388, -95.416612 29.199381, -95.415342 29.199399, -95.415336 29.198934, -95.415289 29.197098, -95.415239 29.19558, -95.406763 29.19576, -95.40652 29.195763, -95.402541 29.195831, -95.402541 29.19575, -95.402261 29.195681, -95.402211 29.195751, -95.398563 29.200525, -95.398116 29.200529, -95.397036 29.200539, -95.39582 29.202093, -95.395478 29.202557, -95.395582 29.203016, -95.39621 29.203463, -95.394613 29.205345, -95.393166 29.204629, -95.394383 29.203166, -95.394311 29.202854, -95.393634 29.202411, -95.399759 29.194558, -95.400016 29.194242, -95.401329 29.192545, -95.402017 29.192535, -95.402435 29.19202, -95.402429 29.191699, -95.402416 29.191095, -95.402359 29.188916, -95.402392 29.186595, -95.397974 29.186077, -95.39797 29.185754, -95.397976 29.185528, -95.395531 29.185536, -95.39333 29.183717, -95.402219 29.177986, -95.405137 29.176063, -95.410454 29.172576, -95.410446 29.171537, -95.410168 29.16126, -95.41012 29.159307, -95.408327 29.159362, -95.407962 29.15938, -95.407306 29.159402, -95.407086 29.159414, -95.404841 29.159495, -95.402114 29.15955, -95.401803 29.159544, -95.401508 29.159591, -95.400763 29.159609, -95.399576 29.159639, -95.399484 29.15568, -95.401834 29.155658, -95.401764 29.159274, -95.404736 29.159159, -95.405198 29.159159, -95.407697 29.159159, -95.410114 29.159097, -95.410117 29.159206, -95.412143 29.15917, -95.414802 29.159117, -95.414764 29.158111, -95.416402 29.158068, -95.416417 29.159086, -95.418391 29.15905, -95.41835 29.157543, -95.418406 29.155702, -95.418344 29.154655, -95.418287 29.153533, -95.414293 29.153585, -95.414286 29.153212, -95.414201 29.150693, -95.416604 29.150649, -95.417282 29.150606, -95.416952 29.150278, -95.416567 29.149926, -95.416431 29.149798, -95.41634 29.149712, -95.415147 29.148583, -95.412372 29.145958, -95.412026 29.145607, -95.411369 29.144984, -95.410315 29.144003, -95.409478 29.143212, -95.409491 29.142997, -95.415056 29.142933, -95.418179 29.142897, -95.418307 29.142896, -95.418292 29.142222, -95.418245 29.14094, -95.418207 29.138678, -95.418199 29.138453, -95.418167 29.138122, -95.418123 29.137913, -95.418041 29.137752, -95.417994 29.137645, -95.417982 29.134986, -95.417972 29.132671, -95.417943 29.126193, -95.417944 29.125271, -95.417944 29.124936, -95.417823 29.124677, -95.418066 29.124702, -95.423852 29.124595, -95.424388 29.124573, -95.427292 29.124532, -95.430158 29.124475, -95.430408 29.124464, -95.430584 29.127004, -95.430646 29.127797, -95.430908 29.131827, -95.430997 29.133025, -95.43105 29.133471, -95.431049 29.133597, -95.431094 29.134214, -95.431126 29.134586, -95.431248 29.136767, -95.431298 29.137397, -95.43139 29.138654, -95.431562 29.141303, -95.431801 29.144806, -95.431946 29.146835, -95.431996 29.147758, -95.444552 29.14741, -95.444596 29.14953, -95.444627 29.150518, -95.444393 29.150666, -95.443332 29.151357, -95.441944 29.15226, -95.441193 29.15273, -95.440435 29.153217, -95.440266 29.153358, -95.440211 29.153447, -95.44019 29.153539, -95.4402 29.154568, -95.440199 29.154851, -95.442353 29.15472, -95.442472 29.155646, -95.444965 29.155646, -95.445003 29.155998, -95.445435 29.15599, -95.445795 29.155988, -95.445799 29.158629, -95.44582 29.159233, -95.445924 29.159228, -95.449455 29.159176, -95.449393 29.15622, -95.449367 29.155369, -95.450325 29.155323, -95.450586 29.155263, -95.451532 29.155196, -95.450412 29.150791, -95.450377 29.14991, -95.450667 29.14987, -95.450221 29.146886, -95.450211 29.146484, -95.449609 29.129943, -95.447435 29.129954, -95.447423 29.129564, -95.447412 29.12582, -95.455056 29.12572, -95.455106 29.129297, -95.452522 29.129286, -95.45272 29.14018, -95.452744 29.141307, -95.45325 29.141309, -95.453828 29.160573, -95.455281 29.160544, -95.455326 29.161344, -95.454653 29.161861, -95.454671 29.16207, -95.456636 29.160616, -95.457909 29.159705, -95.457567 29.160686, -95.457412 29.161651, -95.457383 29.161735, -95.457436 29.16193, -95.45742 29.162435, -95.457359 29.162667, -95.458837 29.162259, -95.458769 29.162088, -95.461474 29.161404, -95.461453 29.163116)), ((-95.458295 29.260525, -95.457735 29.260525, -95.451886 29.260622, -95.451205 29.260628, -95.451786 29.259632, -95.452281 29.258631, -95.452478 29.258169, -95.452688 29.257608, -95.452988 29.256686, -95.453108 29.256251, -95.453198 29.255858, -95.453947 29.255811, -95.455439 29.255747, -95.458668 29.2556, -95.459052 29.255587, -95.458295 29.260525)), ((-95.4319 29.196653, -95.431024 29.196684, -95.42969 29.196712, -95.429251 29.196715, -95.429255 29.196894, -95.431072 29.196885, -95.431924 29.196877, -95.4319 29.196653)), ((-95.442677 29.174578, -95.442619 29.174327, -95.442599 29.174205, -95.442581 29.174057, -95.442568 29.173843, -95.44257 29.173653, -95.442584 29.173447, -95.442608 29.173267, -95.442655 29.17304, -95.442701 29.172871, -95.442733 29.172772, -95.438793 29.17287, -95.438865 29.172926, -95.439267 29.173295, -95.440983 29.17478, -95.441017 29.174731, -95.442079 29.174738, -95.442739 29.17475, -95.442677 29.174578)))\", \"region_name\": \"Angleton\", \"border_type\": \"city\", \"wikidata\": \"Q162489\", \"wikipedia\": \"en:Angleton, Texas\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0004", "group": "raster_only", "template": "avg_slope+area", "question": "In Lumpkin, Georgia, what is the mean slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-84.804977 32.036893, -84.804999 32.036855, -84.805358 32.03605, -84.805515 32.035719, -84.805585 32.035517, -84.805881 32.034675, -84.806188 32.033245, -84.806221 32.033123, -84.806351 32.032679, -84.806397 32.032518, -84.806661 32.032069, -84.806868 32.031871, -84.8072 32.031563, -84.80776 32.031195, -84.808974 32.030798, -84.810286 32.030312, -84.810958 32.030122, -84.811215 32.030055, -84.812369 32.030025, -84.816446 32.030531, -84.822792 32.031323, -84.823945 32.031351, -84.825637 32.027553, -84.826461 32.0268, -84.829721 32.027049, -84.829613 32.031646, -84.822925 32.031665, -84.820442 32.031284, -84.816421 32.03081, -84.812367 32.030327, -84.811263 32.030395, -84.811016 32.030451, -84.810446 32.03066, -84.809123 32.031108, -84.807968 32.031535, -84.807319 32.031962, -84.807018 32.032244, -84.80682 32.032598, -84.80679 32.032651, -84.806728 32.03311, -84.806725 32.033125, -84.806424 32.034692, -84.80607 32.035783, -84.805915 32.036131, -84.805528 32.037003, -84.805255 32.037613, -84.805176 32.037791, -84.804535 32.038836, -84.804513 32.03888, -84.802255 32.043145, -84.803056 32.04317, -84.803046 32.047594, -84.806268 32.0476, -84.806234 32.048233, -84.810859 32.048226, -84.810849 32.049038, -84.813331 32.04819, -84.812897 32.047486, -84.812746 32.047252, -84.812558 32.046836, -84.812293 32.046523, -84.811954 32.046211, -84.811708 32.045898, -84.811557 32.045534, -84.811557 32.045378, -84.811633 32.045015, -84.811746 32.04468, -84.811784 32.044473, -84.811765 32.04411, -84.811727 32.043512, -84.811595 32.042786, -84.819448 32.04291, -84.82339 32.042973, -84.823409 32.043802, -84.82339 32.045436, -84.82343 32.047111, -84.820465 32.047226, -84.817922 32.047443, -84.815122 32.048142, -84.813481 32.04862, -84.811491 32.049208, -84.810784 32.049416, -84.810746 32.051256, -84.805877 32.051248, -84.805877 32.052051, -84.803062 32.051966, -84.803067 32.057743, -84.797858 32.05775, -84.797133 32.058577, -84.796706 32.059089, -84.796062 32.058965, -84.796299 32.058667, -84.796586 32.058273, -84.79697 32.05775, -84.786671 32.057724, -84.785438 32.057676, -84.785367 32.050786, -84.784011 32.050481, -84.783203 32.050371, -84.782938 32.050354, -84.782655 32.050345, -84.78184 32.050361, -84.781549 32.050387, -84.781181 32.050435, -84.781078 32.050453, -84.780953 32.050474, -84.780764 32.050514, -84.778405 32.051015, -84.777312 32.051226, -84.776716 32.051341, -84.775367 32.05165, -84.775163 32.051687, -84.772564 32.052154, -84.771406 32.05237, -84.769329 32.052757, -84.765688 32.053567, -84.76258 32.053899, -84.759567 32.054047, -84.75731 32.054066, -84.754979 32.053858, -84.75104 32.05339, -84.751034 32.051594, -84.752565 32.050768, -84.754337 32.050906, -84.754062 32.053428, -84.755766 32.053606, -84.757354 32.053791, -84.758428 32.053784, -84.760843 32.053699, -84.763607 32.053558, -84.764667 32.053438, -84.76562 32.053263, -84.772508 32.051876, -84.77523 32.051385, -84.776831 32.05108, -84.777187 32.051011, -84.777251 32.050998, -84.777632 32.050928, -84.778409 32.050772, -84.778962 32.050662, -84.780532 32.050328, -84.780504 32.046048, -84.780522 32.044661, -84.785372 32.044662, -84.785392 32.043206, -84.790658 32.043177, -84.791989 32.043177, -84.798144 32.043156, -84.799077 32.043152, -84.801644 32.04314, -84.803875 32.038749, -84.803901 32.0387, -84.804543 32.037701, -84.804602 32.037575, -84.804977 32.036893))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.685976854046069}]", "question_entities": "{\"[3]\": {\"region_name\": \"Lumpkin, Georgia\", \"geo_wkt\": \"POLYGON ((-84.804977 32.036893, -84.804999 32.036855, -84.805358 32.03605, -84.805515 32.035719, -84.805585 32.035517, -84.805881 32.034675, -84.806188 32.033245, -84.806221 32.033123, -84.806351 32.032679, -84.806397 32.032518, -84.806661 32.032069, -84.806868 32.031871, -84.8072 32.031563, -84.80776 32.031195, -84.808974 32.030798, -84.810286 32.030312, -84.810958 32.030122, -84.811215 32.030055, -84.812369 32.030025, -84.816446 32.030531, -84.822792 32.031323, -84.823945 32.031351, -84.825637 32.027553, -84.826461 32.0268, -84.829721 32.027049, -84.829613 32.031646, -84.822925 32.031665, -84.820442 32.031284, -84.816421 32.03081, -84.812367 32.030327, -84.811263 32.030395, -84.811016 32.030451, -84.810446 32.03066, -84.809123 32.031108, -84.807968 32.031535, -84.807319 32.031962, -84.807018 32.032244, -84.80682 32.032598, -84.80679 32.032651, -84.806728 32.03311, -84.806725 32.033125, -84.806424 32.034692, -84.80607 32.035783, -84.805915 32.036131, -84.805528 32.037003, -84.805255 32.037613, -84.805176 32.037791, -84.804535 32.038836, -84.804513 32.03888, -84.802255 32.043145, -84.803056 32.04317, -84.803046 32.047594, -84.806268 32.0476, -84.806234 32.048233, -84.810859 32.048226, -84.810849 32.049038, -84.813331 32.04819, -84.812897 32.047486, -84.812746 32.047252, -84.812558 32.046836, -84.812293 32.046523, -84.811954 32.046211, -84.811708 32.045898, -84.811557 32.045534, -84.811557 32.045378, -84.811633 32.045015, -84.811746 32.04468, -84.811784 32.044473, -84.811765 32.04411, -84.811727 32.043512, -84.811595 32.042786, -84.819448 32.04291, -84.82339 32.042973, -84.823409 32.043802, -84.82339 32.045436, -84.82343 32.047111, -84.820465 32.047226, -84.817922 32.047443, -84.815122 32.048142, -84.813481 32.04862, -84.811491 32.049208, -84.810784 32.049416, -84.810746 32.051256, -84.805877 32.051248, -84.805877 32.052051, -84.803062 32.051966, -84.803067 32.057743, -84.797858 32.05775, -84.797133 32.058577, -84.796706 32.059089, -84.796062 32.058965, -84.796299 32.058667, -84.796586 32.058273, -84.79697 32.05775, -84.786671 32.057724, -84.785438 32.057676, -84.785367 32.050786, -84.784011 32.050481, -84.783203 32.050371, -84.782938 32.050354, -84.782655 32.050345, -84.78184 32.050361, -84.781549 32.050387, -84.781181 32.050435, -84.781078 32.050453, -84.780953 32.050474, -84.780764 32.050514, -84.778405 32.051015, -84.777312 32.051226, -84.776716 32.051341, -84.775367 32.05165, -84.775163 32.051687, -84.772564 32.052154, -84.771406 32.05237, -84.769329 32.052757, -84.765688 32.053567, -84.76258 32.053899, -84.759567 32.054047, -84.75731 32.054066, -84.754979 32.053858, -84.75104 32.05339, -84.751034 32.051594, -84.752565 32.050768, -84.754337 32.050906, -84.754062 32.053428, -84.755766 32.053606, -84.757354 32.053791, -84.758428 32.053784, -84.760843 32.053699, -84.763607 32.053558, -84.764667 32.053438, -84.76562 32.053263, -84.772508 32.051876, -84.77523 32.051385, -84.776831 32.05108, -84.777187 32.051011, -84.777251 32.050998, -84.777632 32.050928, -84.778409 32.050772, -84.778962 32.050662, -84.780532 32.050328, -84.780504 32.046048, -84.780522 32.044661, -84.785372 32.044662, -84.785392 32.043206, -84.790658 32.043177, -84.791989 32.043177, -84.798144 32.043156, -84.799077 32.043152, -84.801644 32.04314, -84.803875 32.038749, -84.803901 32.0387, -84.804543 32.037701, -84.804602 32.037575, -84.804977 32.036893))\", \"region\": {\"id\": 1403, \"geometry\": \"POLYGON ((-84.804977 32.036893, -84.804999 32.036855, -84.805358 32.03605, -84.805515 32.035719, -84.805585 32.035517, -84.805881 32.034675, -84.806188 32.033245, -84.806221 32.033123, -84.806351 32.032679, -84.806397 32.032518, -84.806661 32.032069, -84.806868 32.031871, -84.8072 32.031563, -84.80776 32.031195, -84.808974 32.030798, -84.810286 32.030312, -84.810958 32.030122, -84.811215 32.030055, -84.812369 32.030025, -84.816446 32.030531, -84.822792 32.031323, -84.823945 32.031351, -84.825637 32.027553, -84.826461 32.0268, -84.829721 32.027049, -84.829613 32.031646, -84.822925 32.031665, -84.820442 32.031284, -84.816421 32.03081, -84.812367 32.030327, -84.811263 32.030395, -84.811016 32.030451, -84.810446 32.03066, -84.809123 32.031108, -84.807968 32.031535, -84.807319 32.031962, -84.807018 32.032244, -84.80682 32.032598, -84.80679 32.032651, -84.806728 32.03311, -84.806725 32.033125, -84.806424 32.034692, -84.80607 32.035783, -84.805915 32.036131, -84.805528 32.037003, -84.805255 32.037613, -84.805176 32.037791, -84.804535 32.038836, -84.804513 32.03888, -84.802255 32.043145, -84.803056 32.04317, -84.803046 32.047594, -84.806268 32.0476, -84.806234 32.048233, -84.810859 32.048226, -84.810849 32.049038, -84.813331 32.04819, -84.812897 32.047486, -84.812746 32.047252, -84.812558 32.046836, -84.812293 32.046523, -84.811954 32.046211, -84.811708 32.045898, -84.811557 32.045534, -84.811557 32.045378, -84.811633 32.045015, -84.811746 32.04468, -84.811784 32.044473, -84.811765 32.04411, -84.811727 32.043512, -84.811595 32.042786, -84.819448 32.04291, -84.82339 32.042973, -84.823409 32.043802, -84.82339 32.045436, -84.82343 32.047111, -84.820465 32.047226, -84.817922 32.047443, -84.815122 32.048142, -84.813481 32.04862, -84.811491 32.049208, -84.810784 32.049416, -84.810746 32.051256, -84.805877 32.051248, -84.805877 32.052051, -84.803062 32.051966, -84.803067 32.057743, -84.797858 32.05775, -84.797133 32.058577, -84.796706 32.059089, -84.796062 32.058965, -84.796299 32.058667, -84.796586 32.058273, -84.79697 32.05775, -84.786671 32.057724, -84.785438 32.057676, -84.785367 32.050786, -84.784011 32.050481, -84.783203 32.050371, -84.782938 32.050354, -84.782655 32.050345, -84.78184 32.050361, -84.781549 32.050387, -84.781181 32.050435, -84.781078 32.050453, -84.780953 32.050474, -84.780764 32.050514, -84.778405 32.051015, -84.777312 32.051226, -84.776716 32.051341, -84.775367 32.05165, -84.775163 32.051687, -84.772564 32.052154, -84.771406 32.05237, -84.769329 32.052757, -84.765688 32.053567, -84.76258 32.053899, -84.759567 32.054047, -84.75731 32.054066, -84.754979 32.053858, -84.75104 32.05339, -84.751034 32.051594, -84.752565 32.050768, -84.754337 32.050906, -84.754062 32.053428, -84.755766 32.053606, -84.757354 32.053791, -84.758428 32.053784, -84.760843 32.053699, -84.763607 32.053558, -84.764667 32.053438, -84.76562 32.053263, -84.772508 32.051876, -84.77523 32.051385, -84.776831 32.05108, -84.777187 32.051011, -84.777251 32.050998, -84.777632 32.050928, -84.778409 32.050772, -84.778962 32.050662, -84.780532 32.050328, -84.780504 32.046048, -84.780522 32.044661, -84.785372 32.044662, -84.785392 32.043206, -84.790658 32.043177, -84.791989 32.043177, -84.798144 32.043156, -84.799077 32.043152, -84.801644 32.04314, -84.803875 32.038749, -84.803901 32.0387, -84.804543 32.037701, -84.804602 32.037575, -84.804977 32.036893))\", \"region_name\": \"Lumpkin\", \"border_type\": \"city\", \"wikidata\": \"Q2734992\", \"wikipedia\": \"en:Lumpkin, Georgia\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0005", "group": "raster_only", "template": "avg_slope+area", "question": "How steep is Larksville, Pennsylvania on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.94469 41.251374, -75.944678 41.251311, -75.944638 41.251233, -75.944568 41.251152, -75.943524 41.250088, -75.94345 41.250036, -75.94174 41.248424, -75.941461 41.248351, -75.940984 41.248684, -75.940825 41.248795, -75.940479 41.248997, -75.939951 41.249307, -75.939483 41.249661, -75.939165 41.249903, -75.939152 41.249801, -75.939134 41.24965, -75.939135 41.249559, -75.939136 41.249496, -75.939138 41.249394, -75.939033 41.249191, -75.938745 41.248631, -75.938719 41.248582, -75.938615 41.24838, -75.938607 41.248355, -75.938583 41.248283, -75.938576 41.248259, -75.938593 41.248194, -75.938647 41.248, -75.938665 41.247936, -75.938623 41.247876, -75.938497 41.247699, -75.938455 41.247641, -75.938401 41.24758, -75.938239 41.2474, -75.938186 41.24734, -75.938066 41.247202, -75.937709 41.246789, -75.93759 41.246652, -75.937566 41.246612, -75.937494 41.246495, -75.937471 41.246456, -75.937363 41.246382, -75.937288 41.246316, -75.937211 41.246233, -75.937164 41.246172, -75.936967 41.245918, -75.936773 41.245723, -75.936541 41.245437, -75.936342 41.245219, -75.936128 41.244985, -75.936056 41.244913, -75.935963 41.244812, -75.935728 41.244559, -75.93568 41.244515, -75.935602 41.244443, -75.935574 41.244433, -75.935466 41.244319, -75.935142 41.243977, -75.935035 41.243863, -75.934903 41.243725, -75.934507 41.243314, -75.934375 41.243177, -75.934302 41.243112, -75.934197 41.243018, -75.933666 41.242543, -75.933489 41.242385, -75.933244 41.242148, -75.93318 41.242086, -75.93287 41.241788, -75.932588 41.241496, -75.931437 41.24018, -75.928142 41.240971, -75.925707 41.240766, -75.924683 41.241121, -75.922562 41.242955, -75.921583 41.243803, -75.920969 41.244481, -75.920787 41.244683, -75.919991 41.245563, -75.919253 41.246378, -75.919128 41.246515, -75.918515 41.247193, -75.91716 41.247894, -75.914622 41.249208, -75.914434 41.249262, -75.912971 41.249686, -75.91297 41.249687, -75.911506 41.250112, -75.911641 41.25128, -75.911583 41.251301, -75.911812 41.253644, -75.912153 41.254029, -75.912173 41.254283, -75.912198 41.254596, -75.912188 41.254942, -75.912243 41.255034, -75.912375 41.255254, -75.912978 41.255978, -75.91479 41.258153, -75.915394 41.258878, -75.915225 41.259124, -75.914722 41.259865, -75.914554 41.260112, -75.91455 41.260135, -75.914532 41.260171, -75.9145 41.260215, -75.914451 41.260287, -75.914358 41.260372, -75.914247 41.26046, -75.914155 41.260535, -75.914295 41.260642, -75.914716 41.260965, -75.914857 41.261073, -75.914825 41.261097, -75.914729 41.261169, -75.914697 41.261193, -75.914538 41.261321, -75.914063 41.261707, -75.913905 41.261836, -75.913728 41.261927, -75.913431 41.262081, -75.913206 41.262218, -75.913096 41.262286, -75.913035 41.26232, -75.913081 41.262389, -75.913188 41.262552, -75.913141 41.262584, -75.913073 41.262633, -75.913132 41.262693, -75.913181 41.262746, -75.913501 41.26309, -75.91351 41.263099, -75.913616 41.263197, -75.913705 41.26328, -75.913893 41.263454, -75.91397 41.263534, -75.914055 41.263623, -75.914118 41.263689, -75.91431 41.263887, -75.914374 41.263954, -75.914206 41.264103, -75.913935 41.264348, -75.913703 41.26455, -75.913535 41.264699, -75.913392 41.264824, -75.912964 41.265199, -75.912941 41.26522, -75.912822 41.265325, -75.912709 41.265424, -75.912609 41.265513, -75.912481 41.265608, -75.912344 41.265686, -75.912266 41.265731, -75.912213 41.26576, -75.91245 41.26595, -75.913161 41.26652, -75.913399 41.26671, -75.913537 41.266833, -75.913952 41.267205, -75.914091 41.267329, -75.914196 41.267426, -75.914514 41.267719, -75.91462 41.267817, -75.915035 41.268118, -75.91628 41.269021, -75.916696 41.269322, -75.916746 41.269294, -75.916899 41.269209, -75.91695 41.269182, -75.917269 41.269375, -75.918229 41.269956, -75.918549 41.27015, -75.918566 41.270165, -75.918581 41.270178, -75.918623 41.270204, -75.918643 41.270217, -75.918812 41.270325, -75.918842 41.270344, -75.919016 41.270446, -75.919341 41.270618, -75.91952 41.270713, -75.919599 41.270758, -75.919678 41.270804, -75.919835 41.270899, -75.919914 41.270947, -75.920111 41.271044, -75.920272 41.271123, -75.920705 41.271332, -75.920903 41.271429, -75.920725 41.271731, -75.920675 41.271811, -75.920169 41.272635, -75.919979 41.272949, -75.919872 41.273129, -75.919739 41.273323, -75.919697 41.273383, -75.919677 41.273413, -75.919566 41.273558, -75.919522 41.273617, -75.91946 41.27369, -75.919357 41.273815, -75.919268 41.273902, -75.919201 41.27397, -75.918696 41.273714, -75.917183 41.272948, -75.916686 41.272696, -75.916355 41.272539, -75.915384 41.272077, -75.915061 41.271923, -75.914929 41.271878, -75.914535 41.271743, -75.914404 41.271698, -75.914111 41.271854, -75.913233 41.272324, -75.913324 41.272648, -75.915271 41.274818, -75.915554 41.275151, -75.916328 41.275953, -75.916586 41.276221, -75.917977 41.277614, -75.922152 41.281796, -75.923544 41.28319, -75.923635 41.283212, -75.923717 41.28324, -75.923758 41.283259, -75.923909 41.283371, -75.924049 41.283497, -75.924316 41.283768, -75.924459 41.283914, -75.924599 41.284079, -75.924738 41.28423, -75.924905 41.284452, -75.925021 41.284578, -75.925297 41.284846, -75.925473 41.285028, -75.925603 41.285148, -75.925684 41.285216, -75.925747 41.285288, -75.925891 41.285472, -75.926081 41.285661, -75.92614 41.285742, -75.926274 41.285961, -75.926279 41.285969, -75.926375 41.286095, -75.926949 41.286675, -75.926953 41.28669, -75.92713 41.28688, -75.927193 41.286941, -75.927318 41.287064, -75.927439 41.287176, -75.927617 41.287371, -75.927706 41.287449, -75.927848 41.287558, -75.928003 41.287658, -75.928038 41.287681, -75.92818 41.287787, -75.928226 41.287829, -75.928266 41.28788, -75.928427 41.288071, -75.937378 41.282899, -75.937958 41.282672, -75.941844 41.28054, -75.942641 41.280165, -75.943033 41.279851, -75.943295 41.279621, -75.943632 41.279533, -75.94415 41.279336, -75.944974 41.278904, -75.95078 41.275601, -75.951843 41.274952, -75.952162 41.274709, -75.96058 41.270093, -75.950638 41.259922, -75.9517 41.259231, -75.944215 41.251786, -75.944356 41.251701, -75.944593 41.251543, -75.944628 41.251504, -75.944674 41.251432, -75.94469 41.251374))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 6.266846433362215}]", "question_entities": "{\"[3]\": {\"region_name\": \"Larksville, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-75.94469 41.251374, -75.944678 41.251311, -75.944638 41.251233, -75.944568 41.251152, -75.943524 41.250088, -75.94345 41.250036, -75.94174 41.248424, -75.941461 41.248351, -75.940984 41.248684, -75.940825 41.248795, -75.940479 41.248997, -75.939951 41.249307, -75.939483 41.249661, -75.939165 41.249903, -75.939152 41.249801, -75.939134 41.24965, -75.939135 41.249559, -75.939136 41.249496, -75.939138 41.249394, -75.939033 41.249191, -75.938745 41.248631, -75.938719 41.248582, -75.938615 41.24838, -75.938607 41.248355, -75.938583 41.248283, -75.938576 41.248259, -75.938593 41.248194, -75.938647 41.248, -75.938665 41.247936, -75.938623 41.247876, -75.938497 41.247699, -75.938455 41.247641, -75.938401 41.24758, -75.938239 41.2474, -75.938186 41.24734, -75.938066 41.247202, -75.937709 41.246789, -75.93759 41.246652, -75.937566 41.246612, -75.937494 41.246495, -75.937471 41.246456, -75.937363 41.246382, -75.937288 41.246316, -75.937211 41.246233, -75.937164 41.246172, -75.936967 41.245918, -75.936773 41.245723, -75.936541 41.245437, -75.936342 41.245219, -75.936128 41.244985, -75.936056 41.244913, -75.935963 41.244812, -75.935728 41.244559, -75.93568 41.244515, -75.935602 41.244443, -75.935574 41.244433, -75.935466 41.244319, -75.935142 41.243977, -75.935035 41.243863, -75.934903 41.243725, -75.934507 41.243314, -75.934375 41.243177, -75.934302 41.243112, -75.934197 41.243018, -75.933666 41.242543, -75.933489 41.242385, -75.933244 41.242148, -75.93318 41.242086, -75.93287 41.241788, -75.932588 41.241496, -75.931437 41.24018, -75.928142 41.240971, -75.925707 41.240766, -75.924683 41.241121, -75.922562 41.242955, -75.921583 41.243803, -75.920969 41.244481, -75.920787 41.244683, -75.919991 41.245563, -75.919253 41.246378, -75.919128 41.246515, -75.918515 41.247193, -75.91716 41.247894, -75.914622 41.249208, -75.914434 41.249262, -75.912971 41.249686, -75.91297 41.249687, -75.911506 41.250112, -75.911641 41.25128, -75.911583 41.251301, -75.911812 41.253644, -75.912153 41.254029, -75.912173 41.254283, -75.912198 41.254596, -75.912188 41.254942, -75.912243 41.255034, -75.912375 41.255254, -75.912978 41.255978, -75.91479 41.258153, -75.915394 41.258878, -75.915225 41.259124, -75.914722 41.259865, -75.914554 41.260112, -75.91455 41.260135, -75.914532 41.260171, -75.9145 41.260215, -75.914451 41.260287, -75.914358 41.260372, -75.914247 41.26046, -75.914155 41.260535, -75.914295 41.260642, -75.914716 41.260965, -75.914857 41.261073, -75.914825 41.261097, -75.914729 41.261169, -75.914697 41.261193, -75.914538 41.261321, -75.914063 41.261707, -75.913905 41.261836, -75.913728 41.261927, -75.913431 41.262081, -75.913206 41.262218, -75.913096 41.262286, -75.913035 41.26232, -75.913081 41.262389, -75.913188 41.262552, -75.913141 41.262584, -75.913073 41.262633, -75.913132 41.262693, -75.913181 41.262746, -75.913501 41.26309, -75.91351 41.263099, -75.913616 41.263197, -75.913705 41.26328, -75.913893 41.263454, -75.91397 41.263534, -75.914055 41.263623, -75.914118 41.263689, -75.91431 41.263887, -75.914374 41.263954, -75.914206 41.264103, -75.913935 41.264348, -75.913703 41.26455, -75.913535 41.264699, -75.913392 41.264824, -75.912964 41.265199, -75.912941 41.26522, -75.912822 41.265325, -75.912709 41.265424, -75.912609 41.265513, -75.912481 41.265608, -75.912344 41.265686, -75.912266 41.265731, -75.912213 41.26576, -75.91245 41.26595, -75.913161 41.26652, -75.913399 41.26671, -75.913537 41.266833, -75.913952 41.267205, -75.914091 41.267329, -75.914196 41.267426, -75.914514 41.267719, -75.91462 41.267817, -75.915035 41.268118, -75.91628 41.269021, -75.916696 41.269322, -75.916746 41.269294, -75.916899 41.269209, -75.91695 41.269182, -75.917269 41.269375, -75.918229 41.269956, -75.918549 41.27015, -75.918566 41.270165, -75.918581 41.270178, -75.918623 41.270204, -75.918643 41.270217, -75.918812 41.270325, -75.918842 41.270344, -75.919016 41.270446, -75.919341 41.270618, -75.91952 41.270713, -75.919599 41.270758, -75.919678 41.270804, -75.919835 41.270899, -75.919914 41.270947, -75.920111 41.271044, -75.920272 41.271123, -75.920705 41.271332, -75.920903 41.271429, -75.920725 41.271731, -75.920675 41.271811, -75.920169 41.272635, -75.919979 41.272949, -75.919872 41.273129, -75.919739 41.273323, -75.919697 41.273383, -75.919677 41.273413, -75.919566 41.273558, -75.919522 41.273617, -75.91946 41.27369, -75.919357 41.273815, -75.919268 41.273902, -75.919201 41.27397, -75.918696 41.273714, -75.917183 41.272948, -75.916686 41.272696, -75.916355 41.272539, -75.915384 41.272077, -75.915061 41.271923, -75.914929 41.271878, -75.914535 41.271743, -75.914404 41.271698, -75.914111 41.271854, -75.913233 41.272324, -75.913324 41.272648, -75.915271 41.274818, -75.915554 41.275151, -75.916328 41.275953, -75.916586 41.276221, -75.917977 41.277614, -75.922152 41.281796, -75.923544 41.28319, -75.923635 41.283212, -75.923717 41.28324, -75.923758 41.283259, -75.923909 41.283371, -75.924049 41.283497, -75.924316 41.283768, -75.924459 41.283914, -75.924599 41.284079, -75.924738 41.28423, -75.924905 41.284452, -75.925021 41.284578, -75.925297 41.284846, -75.925473 41.285028, -75.925603 41.285148, -75.925684 41.285216, -75.925747 41.285288, -75.925891 41.285472, -75.926081 41.285661, -75.92614 41.285742, -75.926274 41.285961, -75.926279 41.285969, -75.926375 41.286095, -75.926949 41.286675, -75.926953 41.28669, -75.92713 41.28688, -75.927193 41.286941, -75.927318 41.287064, -75.927439 41.287176, -75.927617 41.287371, -75.927706 41.287449, -75.927848 41.287558, -75.928003 41.287658, -75.928038 41.287681, -75.92818 41.287787, -75.928226 41.287829, -75.928266 41.28788, -75.928427 41.288071, -75.937378 41.282899, -75.937958 41.282672, -75.941844 41.28054, -75.942641 41.280165, -75.943033 41.279851, -75.943295 41.279621, -75.943632 41.279533, -75.94415 41.279336, -75.944974 41.278904, -75.95078 41.275601, -75.951843 41.274952, -75.952162 41.274709, -75.96058 41.270093, -75.950638 41.259922, -75.9517 41.259231, -75.944215 41.251786, -75.944356 41.251701, -75.944593 41.251543, -75.944628 41.251504, -75.944674 41.251432, -75.94469 41.251374))\", \"region\": {\"id\": 5158, \"geometry\": \"POLYGON ((-75.94469 41.251374, -75.944678 41.251311, -75.944638 41.251233, -75.944568 41.251152, -75.943524 41.250088, -75.94345 41.250036, -75.94174 41.248424, -75.941461 41.248351, -75.940984 41.248684, -75.940825 41.248795, -75.940479 41.248997, -75.939951 41.249307, -75.939483 41.249661, -75.939165 41.249903, -75.939152 41.249801, -75.939134 41.24965, -75.939135 41.249559, -75.939136 41.249496, -75.939138 41.249394, -75.939033 41.249191, -75.938745 41.248631, -75.938719 41.248582, -75.938615 41.24838, -75.938607 41.248355, -75.938583 41.248283, -75.938576 41.248259, -75.938593 41.248194, -75.938647 41.248, -75.938665 41.247936, -75.938623 41.247876, -75.938497 41.247699, -75.938455 41.247641, -75.938401 41.24758, -75.938239 41.2474, -75.938186 41.24734, -75.938066 41.247202, -75.937709 41.246789, -75.93759 41.246652, -75.937566 41.246612, -75.937494 41.246495, -75.937471 41.246456, -75.937363 41.246382, -75.937288 41.246316, -75.937211 41.246233, -75.937164 41.246172, -75.936967 41.245918, -75.936773 41.245723, -75.936541 41.245437, -75.936342 41.245219, -75.936128 41.244985, -75.936056 41.244913, -75.935963 41.244812, -75.935728 41.244559, -75.93568 41.244515, -75.935602 41.244443, -75.935574 41.244433, -75.935466 41.244319, -75.935142 41.243977, -75.935035 41.243863, -75.934903 41.243725, -75.934507 41.243314, -75.934375 41.243177, -75.934302 41.243112, -75.934197 41.243018, -75.933666 41.242543, -75.933489 41.242385, -75.933244 41.242148, -75.93318 41.242086, -75.93287 41.241788, -75.932588 41.241496, -75.931437 41.24018, -75.928142 41.240971, -75.925707 41.240766, -75.924683 41.241121, -75.922562 41.242955, -75.921583 41.243803, -75.920969 41.244481, -75.920787 41.244683, -75.919991 41.245563, -75.919253 41.246378, -75.919128 41.246515, -75.918515 41.247193, -75.91716 41.247894, -75.914622 41.249208, -75.914434 41.249262, -75.912971 41.249686, -75.91297 41.249687, -75.911506 41.250112, -75.911641 41.25128, -75.911583 41.251301, -75.911812 41.253644, -75.912153 41.254029, -75.912173 41.254283, -75.912198 41.254596, -75.912188 41.254942, -75.912243 41.255034, -75.912375 41.255254, -75.912978 41.255978, -75.91479 41.258153, -75.915394 41.258878, -75.915225 41.259124, -75.914722 41.259865, -75.914554 41.260112, -75.91455 41.260135, -75.914532 41.260171, -75.9145 41.260215, -75.914451 41.260287, -75.914358 41.260372, -75.914247 41.26046, -75.914155 41.260535, -75.914295 41.260642, -75.914716 41.260965, -75.914857 41.261073, -75.914825 41.261097, -75.914729 41.261169, -75.914697 41.261193, -75.914538 41.261321, -75.914063 41.261707, -75.913905 41.261836, -75.913728 41.261927, -75.913431 41.262081, -75.913206 41.262218, -75.913096 41.262286, -75.913035 41.26232, -75.913081 41.262389, -75.913188 41.262552, -75.913141 41.262584, -75.913073 41.262633, -75.913132 41.262693, -75.913181 41.262746, -75.913501 41.26309, -75.91351 41.263099, -75.913616 41.263197, -75.913705 41.26328, -75.913893 41.263454, -75.91397 41.263534, -75.914055 41.263623, -75.914118 41.263689, -75.91431 41.263887, -75.914374 41.263954, -75.914206 41.264103, -75.913935 41.264348, -75.913703 41.26455, -75.913535 41.264699, -75.913392 41.264824, -75.912964 41.265199, -75.912941 41.26522, -75.912822 41.265325, -75.912709 41.265424, -75.912609 41.265513, -75.912481 41.265608, -75.912344 41.265686, -75.912266 41.265731, -75.912213 41.26576, -75.91245 41.26595, -75.913161 41.26652, -75.913399 41.26671, -75.913537 41.266833, -75.913952 41.267205, -75.914091 41.267329, -75.914196 41.267426, -75.914514 41.267719, -75.91462 41.267817, -75.915035 41.268118, -75.91628 41.269021, -75.916696 41.269322, -75.916746 41.269294, -75.916899 41.269209, -75.91695 41.269182, -75.917269 41.269375, -75.918229 41.269956, -75.918549 41.27015, -75.918566 41.270165, -75.918581 41.270178, -75.918623 41.270204, -75.918643 41.270217, -75.918812 41.270325, -75.918842 41.270344, -75.919016 41.270446, -75.919341 41.270618, -75.91952 41.270713, -75.919599 41.270758, -75.919678 41.270804, -75.919835 41.270899, -75.919914 41.270947, -75.920111 41.271044, -75.920272 41.271123, -75.920705 41.271332, -75.920903 41.271429, -75.920725 41.271731, -75.920675 41.271811, -75.920169 41.272635, -75.919979 41.272949, -75.919872 41.273129, -75.919739 41.273323, -75.919697 41.273383, -75.919677 41.273413, -75.919566 41.273558, -75.919522 41.273617, -75.91946 41.27369, -75.919357 41.273815, -75.919268 41.273902, -75.919201 41.27397, -75.918696 41.273714, -75.917183 41.272948, -75.916686 41.272696, -75.916355 41.272539, -75.915384 41.272077, -75.915061 41.271923, -75.914929 41.271878, -75.914535 41.271743, -75.914404 41.271698, -75.914111 41.271854, -75.913233 41.272324, -75.913324 41.272648, -75.915271 41.274818, -75.915554 41.275151, -75.916328 41.275953, -75.916586 41.276221, -75.917977 41.277614, -75.922152 41.281796, -75.923544 41.28319, -75.923635 41.283212, -75.923717 41.28324, -75.923758 41.283259, -75.923909 41.283371, -75.924049 41.283497, -75.924316 41.283768, -75.924459 41.283914, -75.924599 41.284079, -75.924738 41.28423, -75.924905 41.284452, -75.925021 41.284578, -75.925297 41.284846, -75.925473 41.285028, -75.925603 41.285148, -75.925684 41.285216, -75.925747 41.285288, -75.925891 41.285472, -75.926081 41.285661, -75.92614 41.285742, -75.926274 41.285961, -75.926279 41.285969, -75.926375 41.286095, -75.926949 41.286675, -75.926953 41.28669, -75.92713 41.28688, -75.927193 41.286941, -75.927318 41.287064, -75.927439 41.287176, -75.927617 41.287371, -75.927706 41.287449, -75.927848 41.287558, -75.928003 41.287658, -75.928038 41.287681, -75.92818 41.287787, -75.928226 41.287829, -75.928266 41.28788, -75.928427 41.288071, -75.937378 41.282899, -75.937958 41.282672, -75.941844 41.28054, -75.942641 41.280165, -75.943033 41.279851, -75.943295 41.279621, -75.943632 41.279533, -75.94415 41.279336, -75.944974 41.278904, -75.95078 41.275601, -75.951843 41.274952, -75.952162 41.274709, -75.96058 41.270093, -75.950638 41.259922, -75.9517 41.259231, -75.944215 41.251786, -75.944356 41.251701, -75.944593 41.251543, -75.944628 41.251504, -75.944674 41.251432, -75.94469 41.251374))\", \"region_name\": \"Larksville\", \"border_type\": \"borough\", \"wikidata\": \"Q1181138\", \"wikipedia\": \"en:Larksville, Pennsylvania\", \"place\": \"borough\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0006", "group": "raster_only", "template": "avg_slope+area", "question": "How steep is Wiggins, Colorado on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-104.080642 40.234182, -104.080661 40.235438, -104.079603 40.235864, -104.079379 40.235967, -104.078379 40.23644, -104.077247 40.236976, -104.074656 40.238207, -104.074644 40.237364, -104.074673 40.234938, -104.074667 40.234444, -104.074661 40.233958, -104.072986 40.234029, -104.070425 40.235411, -104.070745 40.235892, -104.06905 40.236953, -104.068635 40.236297, -104.062891 40.239339, -104.055836 40.243, -104.055813 40.245401, -104.055814 40.245817, -104.05561 40.245854, -104.054885 40.245932, -104.054245 40.246011, -104.053511 40.246098, -104.052322 40.246238, -104.052238 40.246208, -104.050221 40.245457, -104.05781 40.241469, -104.058106 40.240135, -104.05579 40.24024, -104.055803 40.239426, -104.055787 40.234515, -104.062623 40.234398, -104.062576 40.232895, -104.062923 40.232894, -104.062917 40.233639, -104.06347 40.233622, -104.063781 40.233323, -104.064034 40.233086, -104.064177 40.232949, -104.06424 40.232891, -104.065307 40.232902, -104.069155 40.232889, -104.069148 40.232176, -104.069979 40.232176, -104.069965 40.229624, -104.069901 40.229623, -104.069315 40.229615, -104.06863 40.229606, -104.068136 40.2296, -104.067556 40.229593, -104.067418 40.229591, -104.066941 40.229579, -104.066389 40.229575, -104.066367 40.229574, -104.065762 40.229557, -104.065502 40.229548, -104.065242 40.229535, -104.065113 40.229524, -104.065114 40.22947, -104.065159 40.227483, -104.06515 40.225584, -104.065145 40.225499, -104.066319 40.225544, -104.067411 40.225571, -104.068891 40.225607, -104.070138 40.225654, -104.071796 40.225654, -104.072467 40.225654, -104.073182 40.225653, -104.073547 40.225653, -104.073588 40.224122, -104.07459 40.224122, -104.074597 40.222758, -104.074606 40.222052, -104.07465 40.21838, -104.073076 40.218387, -104.073073 40.217621, -104.074642 40.217622, -104.074615 40.21324, -104.074562 40.211074, -104.082369 40.211081, -104.084036 40.212408, -104.084155 40.218339, -104.084143 40.226594, -104.083245 40.22699, -104.083408 40.227168, -104.083576 40.227351, -104.08016 40.229175, -104.080131 40.230703, -104.080172 40.230841, -104.080191 40.231211, -104.080176 40.231762, -104.080179 40.232151, -104.083863 40.232198, -104.083828 40.23276, -104.083442 40.232762, -104.082726 40.232767, -104.080694 40.23278, -104.080642 40.234182))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 3.498507515397799}]", "question_entities": "{\"[3]\": {\"region_name\": \"Wiggins, Colorado\", \"geo_wkt\": \"POLYGON ((-104.080642 40.234182, -104.080661 40.235438, -104.079603 40.235864, -104.079379 40.235967, -104.078379 40.23644, -104.077247 40.236976, -104.074656 40.238207, -104.074644 40.237364, -104.074673 40.234938, -104.074667 40.234444, -104.074661 40.233958, -104.072986 40.234029, -104.070425 40.235411, -104.070745 40.235892, -104.06905 40.236953, -104.068635 40.236297, -104.062891 40.239339, -104.055836 40.243, -104.055813 40.245401, -104.055814 40.245817, -104.05561 40.245854, -104.054885 40.245932, -104.054245 40.246011, -104.053511 40.246098, -104.052322 40.246238, -104.052238 40.246208, -104.050221 40.245457, -104.05781 40.241469, -104.058106 40.240135, -104.05579 40.24024, -104.055803 40.239426, -104.055787 40.234515, -104.062623 40.234398, -104.062576 40.232895, -104.062923 40.232894, -104.062917 40.233639, -104.06347 40.233622, -104.063781 40.233323, -104.064034 40.233086, -104.064177 40.232949, -104.06424 40.232891, -104.065307 40.232902, -104.069155 40.232889, -104.069148 40.232176, -104.069979 40.232176, -104.069965 40.229624, -104.069901 40.229623, -104.069315 40.229615, -104.06863 40.229606, -104.068136 40.2296, -104.067556 40.229593, -104.067418 40.229591, -104.066941 40.229579, -104.066389 40.229575, -104.066367 40.229574, -104.065762 40.229557, -104.065502 40.229548, -104.065242 40.229535, -104.065113 40.229524, -104.065114 40.22947, -104.065159 40.227483, -104.06515 40.225584, -104.065145 40.225499, -104.066319 40.225544, -104.067411 40.225571, -104.068891 40.225607, -104.070138 40.225654, -104.071796 40.225654, -104.072467 40.225654, -104.073182 40.225653, -104.073547 40.225653, -104.073588 40.224122, -104.07459 40.224122, -104.074597 40.222758, -104.074606 40.222052, -104.07465 40.21838, -104.073076 40.218387, -104.073073 40.217621, -104.074642 40.217622, -104.074615 40.21324, -104.074562 40.211074, -104.082369 40.211081, -104.084036 40.212408, -104.084155 40.218339, -104.084143 40.226594, -104.083245 40.22699, -104.083408 40.227168, -104.083576 40.227351, -104.08016 40.229175, -104.080131 40.230703, -104.080172 40.230841, -104.080191 40.231211, -104.080176 40.231762, -104.080179 40.232151, -104.083863 40.232198, -104.083828 40.23276, -104.083442 40.232762, -104.082726 40.232767, -104.080694 40.23278, -104.080642 40.234182))\", \"region\": {\"id\": 13481, \"geometry\": \"POLYGON ((-104.080642 40.234182, -104.080661 40.235438, -104.079603 40.235864, -104.079379 40.235967, -104.078379 40.23644, -104.077247 40.236976, -104.074656 40.238207, -104.074644 40.237364, -104.074673 40.234938, -104.074667 40.234444, -104.074661 40.233958, -104.072986 40.234029, -104.070425 40.235411, -104.070745 40.235892, -104.06905 40.236953, -104.068635 40.236297, -104.062891 40.239339, -104.055836 40.243, -104.055813 40.245401, -104.055814 40.245817, -104.05561 40.245854, -104.054885 40.245932, -104.054245 40.246011, -104.053511 40.246098, -104.052322 40.246238, -104.052238 40.246208, -104.050221 40.245457, -104.05781 40.241469, -104.058106 40.240135, -104.05579 40.24024, -104.055803 40.239426, -104.055787 40.234515, -104.062623 40.234398, -104.062576 40.232895, -104.062923 40.232894, -104.062917 40.233639, -104.06347 40.233622, -104.063781 40.233323, -104.064034 40.233086, -104.064177 40.232949, -104.06424 40.232891, -104.065307 40.232902, -104.069155 40.232889, -104.069148 40.232176, -104.069979 40.232176, -104.069965 40.229624, -104.069901 40.229623, -104.069315 40.229615, -104.06863 40.229606, -104.068136 40.2296, -104.067556 40.229593, -104.067418 40.229591, -104.066941 40.229579, -104.066389 40.229575, -104.066367 40.229574, -104.065762 40.229557, -104.065502 40.229548, -104.065242 40.229535, -104.065113 40.229524, -104.065114 40.22947, -104.065159 40.227483, -104.06515 40.225584, -104.065145 40.225499, -104.066319 40.225544, -104.067411 40.225571, -104.068891 40.225607, -104.070138 40.225654, -104.071796 40.225654, -104.072467 40.225654, -104.073182 40.225653, -104.073547 40.225653, -104.073588 40.224122, -104.07459 40.224122, -104.074597 40.222758, -104.074606 40.222052, -104.07465 40.21838, -104.073076 40.218387, -104.073073 40.217621, -104.074642 40.217622, -104.074615 40.21324, -104.074562 40.211074, -104.082369 40.211081, -104.084036 40.212408, -104.084155 40.218339, -104.084143 40.226594, -104.083245 40.22699, -104.083408 40.227168, -104.083576 40.227351, -104.08016 40.229175, -104.080131 40.230703, -104.080172 40.230841, -104.080191 40.231211, -104.080176 40.231762, -104.080179 40.232151, -104.083863 40.232198, -104.083828 40.23276, -104.083442 40.232762, -104.082726 40.232767, -104.080694 40.23278, -104.080642 40.234182))\", \"region_name\": \"Wiggins\", \"border_type\": \"town\", \"wikidata\": \"Q579894\", \"wikipedia\": \"en:Wiggins, Colorado\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0007", "group": "raster_only", "template": "avg_slope+area", "question": "What is the avg slope value within West Creek Township, Lake County, Indiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-87.431229 41.348168, -87.430556 41.310883, -87.430538 41.310076, -87.430511 41.308642, -87.430445 41.307637, -87.430381 41.304476, -87.430372 41.304169, -87.430367 41.303997, -87.430355 41.30325, -87.430351 41.302944, -87.430345 41.302525, -87.430327 41.301269, -87.430322 41.300851, -87.430321 41.300838, -87.430321 41.3008, -87.430321 41.300788, -87.43032 41.300753, -87.430319 41.300648, -87.430319 41.300614, -87.430297 41.2988, -87.430297 41.298786, -87.430297 41.298774, -87.430294 41.298744, -87.430293 41.298731, -87.430277 41.298575, -87.430246 41.298272, -87.430243 41.298109, -87.430241 41.297954, -87.429818 41.283543, -87.429811 41.283339, -87.42979 41.282727, -87.429783 41.282524, -87.429184 41.260717, -87.429333 41.260308, -87.429472 41.246197, -87.429434 41.246146, -87.429083 41.18814, -87.42887 41.188143, -87.428969 41.173439, -87.429182 41.173439, -87.429201 41.168078, -87.441078 41.173096, -87.447274 41.174433, -87.448476 41.174151, -87.45874 41.170242, -87.480095 41.170082, -87.526588 41.165892, -87.526509 41.177383, -87.526453 41.189784, -87.526705 41.298068, -87.526381 41.348431, -87.455577 41.348257, -87.450634 41.348241, -87.450171 41.348191, -87.449201 41.348235, -87.444905 41.348217, -87.443473 41.348212, -87.441024 41.348203, -87.434207 41.348179, -87.433677 41.348177, -87.431229 41.348168))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 5.411851780892905}]", "question_entities": "{\"[3]\": {\"region_name\": \"West Creek Township, Lake County, Indiana\", \"geo_wkt\": \"POLYGON ((-87.431229 41.348168, -87.430556 41.310883, -87.430538 41.310076, -87.430511 41.308642, -87.430445 41.307637, -87.430381 41.304476, -87.430372 41.304169, -87.430367 41.303997, -87.430355 41.30325, -87.430351 41.302944, -87.430345 41.302525, -87.430327 41.301269, -87.430322 41.300851, -87.430321 41.300838, -87.430321 41.3008, -87.430321 41.300788, -87.43032 41.300753, -87.430319 41.300648, -87.430319 41.300614, -87.430297 41.2988, -87.430297 41.298786, -87.430297 41.298774, -87.430294 41.298744, -87.430293 41.298731, -87.430277 41.298575, -87.430246 41.298272, -87.430243 41.298109, -87.430241 41.297954, -87.429818 41.283543, -87.429811 41.283339, -87.42979 41.282727, -87.429783 41.282524, -87.429184 41.260717, -87.429333 41.260308, -87.429472 41.246197, -87.429434 41.246146, -87.429083 41.18814, -87.42887 41.188143, -87.428969 41.173439, -87.429182 41.173439, -87.429201 41.168078, -87.441078 41.173096, -87.447274 41.174433, -87.448476 41.174151, -87.45874 41.170242, -87.480095 41.170082, -87.526588 41.165892, -87.526509 41.177383, -87.526453 41.189784, -87.526705 41.298068, -87.526381 41.348431, -87.455577 41.348257, -87.450634 41.348241, -87.450171 41.348191, -87.449201 41.348235, -87.444905 41.348217, -87.443473 41.348212, -87.441024 41.348203, -87.434207 41.348179, -87.433677 41.348177, -87.431229 41.348168))\", \"region\": {\"id\": 1348, \"geometry\": \"POLYGON ((-87.431229 41.348168, -87.430556 41.310883, -87.430538 41.310076, -87.430511 41.308642, -87.430445 41.307637, -87.430381 41.304476, -87.430372 41.304169, -87.430367 41.303997, -87.430355 41.30325, -87.430351 41.302944, -87.430345 41.302525, -87.430327 41.301269, -87.430322 41.300851, -87.430321 41.300838, -87.430321 41.3008, -87.430321 41.300788, -87.43032 41.300753, -87.430319 41.300648, -87.430319 41.300614, -87.430297 41.2988, -87.430297 41.298786, -87.430297 41.298774, -87.430294 41.298744, -87.430293 41.298731, -87.430277 41.298575, -87.430246 41.298272, -87.430243 41.298109, -87.430241 41.297954, -87.429818 41.283543, -87.429811 41.283339, -87.42979 41.282727, -87.429783 41.282524, -87.429184 41.260717, -87.429333 41.260308, -87.429472 41.246197, -87.429434 41.246146, -87.429083 41.18814, -87.42887 41.188143, -87.428969 41.173439, -87.429182 41.173439, -87.429201 41.168078, -87.441078 41.173096, -87.447274 41.174433, -87.448476 41.174151, -87.45874 41.170242, -87.480095 41.170082, -87.526588 41.165892, -87.526509 41.177383, -87.526453 41.189784, -87.526705 41.298068, -87.526381 41.348431, -87.455577 41.348257, -87.450634 41.348241, -87.450171 41.348191, -87.449201 41.348235, -87.444905 41.348217, -87.443473 41.348212, -87.441024 41.348203, -87.434207 41.348179, -87.433677 41.348177, -87.431229 41.348168))\", \"region_name\": \"West Creek Township\", \"wikidata\": \"Q616787\", \"wikipedia\": \"en:West Creek Township, Lake County, Indiana\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/avg_slope+area/0008", "group": "raster_only", "template": "avg_slope+area", "question": "What is the typical slope across Blackville, South Carolina?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-81.257889 33.364638, -81.25792 33.348937, -81.255358 33.348135, -81.252207 33.347154, -81.248899 33.346169, -81.249095 33.34563, -81.249255 33.345675, -81.250712 33.346107, -81.25075 33.345905, -81.25075 33.345809, -81.250758 33.34576, -81.250758 33.34566, -81.250766 33.345607, -81.250766 33.345554, -81.250773 33.3455, -81.250773 33.345447, -81.250781 33.345393, -81.250781 33.345336, -81.250804 33.345176, -81.250804 33.345134, -81.250827 33.345019, -81.251353 33.34527, -81.252093 33.345638, -81.252841 33.345996, -81.253207 33.346183, -81.25355 33.34637, -81.253711 33.346469, -81.254025 33.345481, -81.256483 33.346595, -81.256829 33.346845, -81.256869 33.346702, -81.256907 33.346717, -81.257281 33.346904, -81.257708 33.347136, -81.257908 33.34724, -81.257973 33.332752, -81.263255 33.332819, -81.264481 33.3328, -81.266273 33.332821, -81.267275 33.332833, -81.267773 33.332808, -81.268086 33.332799, -81.268442 33.332834, -81.270307 33.332805, -81.289716 33.332731, -81.292132 33.332721, -81.296779 33.332713, -81.29721 33.332706, -81.299252 33.3327, -81.303608 33.332725, -81.305613 33.332725, -81.306456 33.332715, -81.30665 33.332714, -81.307691 33.332782, -81.308071 33.332791, -81.310432 33.332849, -81.310144 33.343995, -81.310077 33.346601, -81.310048 33.347707, -81.310034 33.349415, -81.30997 33.351751, -81.309905 33.354155, -81.309799 33.358058, -81.309686 33.362251, -81.30958 33.366062, -81.309451 33.370817, -81.309303 33.377038, -81.307276 33.377038, -81.301693 33.377039, -81.299911 33.377031, -81.296737 33.377017, -81.291099 33.376995, -81.285258 33.376511, -81.281629 33.375313, -81.27764 33.375065, -81.276039 33.375087, -81.27479 33.375096, -81.27489 33.375587, -81.274958 33.375853, -81.275035 33.376285, -81.275081 33.376655, -81.275103 33.377006, -81.275096 33.377116, -81.275081 33.37726, -81.275073 33.37744, -81.275081 33.377651, -81.275073 33.377891, -81.275073 33.378143, -81.275056 33.378748, -81.273833 33.378997, -81.271701 33.37939, -81.270997 33.379512, -81.270874 33.379021, -81.27035 33.376958, -81.270244 33.376958, -81.270111 33.376956, -81.265344 33.376945, -81.262611 33.376939, -81.258914 33.376928, -81.257378 33.376953, -81.257401 33.375219, -81.257848 33.373385, -81.257873 33.373272, -81.257874 33.372071, -81.257884 33.366436, -81.257889 33.364638))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 5.619995765992032}]", "question_entities": "{\"[3]\": {\"region_name\": \"Blackville, South Carolina\", \"geo_wkt\": \"POLYGON ((-81.257889 33.364638, -81.25792 33.348937, -81.255358 33.348135, -81.252207 33.347154, -81.248899 33.346169, -81.249095 33.34563, -81.249255 33.345675, -81.250712 33.346107, -81.25075 33.345905, -81.25075 33.345809, -81.250758 33.34576, -81.250758 33.34566, -81.250766 33.345607, -81.250766 33.345554, -81.250773 33.3455, -81.250773 33.345447, -81.250781 33.345393, -81.250781 33.345336, -81.250804 33.345176, -81.250804 33.345134, -81.250827 33.345019, -81.251353 33.34527, -81.252093 33.345638, -81.252841 33.345996, -81.253207 33.346183, -81.25355 33.34637, -81.253711 33.346469, -81.254025 33.345481, -81.256483 33.346595, -81.256829 33.346845, -81.256869 33.346702, -81.256907 33.346717, -81.257281 33.346904, -81.257708 33.347136, -81.257908 33.34724, -81.257973 33.332752, -81.263255 33.332819, -81.264481 33.3328, -81.266273 33.332821, -81.267275 33.332833, -81.267773 33.332808, -81.268086 33.332799, -81.268442 33.332834, -81.270307 33.332805, -81.289716 33.332731, -81.292132 33.332721, -81.296779 33.332713, -81.29721 33.332706, -81.299252 33.3327, -81.303608 33.332725, -81.305613 33.332725, -81.306456 33.332715, -81.30665 33.332714, -81.307691 33.332782, -81.308071 33.332791, -81.310432 33.332849, -81.310144 33.343995, -81.310077 33.346601, -81.310048 33.347707, -81.310034 33.349415, -81.30997 33.351751, -81.309905 33.354155, -81.309799 33.358058, -81.309686 33.362251, -81.30958 33.366062, -81.309451 33.370817, -81.309303 33.377038, -81.307276 33.377038, -81.301693 33.377039, -81.299911 33.377031, -81.296737 33.377017, -81.291099 33.376995, -81.285258 33.376511, -81.281629 33.375313, -81.27764 33.375065, -81.276039 33.375087, -81.27479 33.375096, -81.27489 33.375587, -81.274958 33.375853, -81.275035 33.376285, -81.275081 33.376655, -81.275103 33.377006, -81.275096 33.377116, -81.275081 33.37726, -81.275073 33.37744, -81.275081 33.377651, -81.275073 33.377891, -81.275073 33.378143, -81.275056 33.378748, -81.273833 33.378997, -81.271701 33.37939, -81.270997 33.379512, -81.270874 33.379021, -81.27035 33.376958, -81.270244 33.376958, -81.270111 33.376956, -81.265344 33.376945, -81.262611 33.376939, -81.258914 33.376928, -81.257378 33.376953, -81.257401 33.375219, -81.257848 33.373385, -81.257873 33.373272, -81.257874 33.372071, -81.257884 33.366436, -81.257889 33.364638))\", \"region\": {\"id\": 10628, \"geometry\": \"POLYGON ((-81.257889 33.364638, -81.25792 33.348937, -81.255358 33.348135, -81.252207 33.347154, -81.248899 33.346169, -81.249095 33.34563, -81.249255 33.345675, -81.250712 33.346107, -81.25075 33.345905, -81.25075 33.345809, -81.250758 33.34576, -81.250758 33.34566, -81.250766 33.345607, -81.250766 33.345554, -81.250773 33.3455, -81.250773 33.345447, -81.250781 33.345393, -81.250781 33.345336, -81.250804 33.345176, -81.250804 33.345134, -81.250827 33.345019, -81.251353 33.34527, -81.252093 33.345638, -81.252841 33.345996, -81.253207 33.346183, -81.25355 33.34637, -81.253711 33.346469, -81.254025 33.345481, -81.256483 33.346595, -81.256829 33.346845, -81.256869 33.346702, -81.256907 33.346717, -81.257281 33.346904, -81.257708 33.347136, -81.257908 33.34724, -81.257973 33.332752, -81.263255 33.332819, -81.264481 33.3328, -81.266273 33.332821, -81.267275 33.332833, -81.267773 33.332808, -81.268086 33.332799, -81.268442 33.332834, -81.270307 33.332805, -81.289716 33.332731, -81.292132 33.332721, -81.296779 33.332713, -81.29721 33.332706, -81.299252 33.3327, -81.303608 33.332725, -81.305613 33.332725, -81.306456 33.332715, -81.30665 33.332714, -81.307691 33.332782, -81.308071 33.332791, -81.310432 33.332849, -81.310144 33.343995, -81.310077 33.346601, -81.310048 33.347707, -81.310034 33.349415, -81.30997 33.351751, -81.309905 33.354155, -81.309799 33.358058, -81.309686 33.362251, -81.30958 33.366062, -81.309451 33.370817, -81.309303 33.377038, -81.307276 33.377038, -81.301693 33.377039, -81.299911 33.377031, -81.296737 33.377017, -81.291099 33.376995, -81.285258 33.376511, -81.281629 33.375313, -81.27764 33.375065, -81.276039 33.375087, -81.27479 33.375096, -81.27489 33.375587, -81.274958 33.375853, -81.275035 33.376285, -81.275081 33.376655, -81.275103 33.377006, -81.275096 33.377116, -81.275081 33.37726, -81.275073 33.37744, -81.275081 33.377651, -81.275073 33.377891, -81.275073 33.378143, -81.275056 33.378748, -81.273833 33.378997, -81.271701 33.37939, -81.270997 33.379512, -81.270874 33.379021, -81.27035 33.376958, -81.270244 33.376958, -81.270111 33.376956, -81.265344 33.376945, -81.262611 33.376939, -81.258914 33.376928, -81.257378 33.376953, -81.257401 33.375219, -81.257848 33.373385, -81.257873 33.373272, -81.257874 33.372071, -81.257884 33.366436, -81.257889 33.364638))\", \"region_name\": \"Blackville\", \"border_type\": \"town\", \"wikidata\": \"Q2464650\", \"wikipedia\": \"en:Blackville, South Carolina\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0009", "group": "raster_only", "template": "avg_slope+area", "question": "What is the average slope in Goldsboro, Maryland?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.783054 39.036974, -75.775461 39.035038, -75.77536 39.034896, -75.775243 39.034502, -75.774238 39.03401, -75.773052 39.034077, -75.772404 39.033795, -75.772161 39.033271, -75.771804 39.03313, -75.772143 39.03245, -75.772168 39.031997, -75.772105 39.031124, -75.772915 39.030288, -75.77384 39.028773, -75.774026 39.027395, -75.776686 39.023737, -75.778318 39.024074, -75.778721 39.024006, -75.779472 39.023724, -75.780853 39.023581, -75.781655 39.023534, -75.784985 39.023522, -75.785766 39.023385, -75.786916 39.022921, -75.787198 39.022922, -75.786993 39.028337, -75.787953 39.028348, -75.788133 39.030805, -75.78929 39.032407, -75.79033 39.033649, -75.790542 39.039686, -75.789567 39.039662, -75.789677 39.040964, -75.787941 39.040212, -75.785595 39.039827, -75.785217 39.041854, -75.783625 39.041744, -75.78289 39.041128, -75.783029 39.03765, -75.783054 39.036974))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 2.7544116565550634}]", "question_entities": "{\"[3]\": {\"region_name\": \"Goldsboro, Maryland\", \"geo_wkt\": \"POLYGON ((-75.783054 39.036974, -75.775461 39.035038, -75.77536 39.034896, -75.775243 39.034502, -75.774238 39.03401, -75.773052 39.034077, -75.772404 39.033795, -75.772161 39.033271, -75.771804 39.03313, -75.772143 39.03245, -75.772168 39.031997, -75.772105 39.031124, -75.772915 39.030288, -75.77384 39.028773, -75.774026 39.027395, -75.776686 39.023737, -75.778318 39.024074, -75.778721 39.024006, -75.779472 39.023724, -75.780853 39.023581, -75.781655 39.023534, -75.784985 39.023522, -75.785766 39.023385, -75.786916 39.022921, -75.787198 39.022922, -75.786993 39.028337, -75.787953 39.028348, -75.788133 39.030805, -75.78929 39.032407, -75.79033 39.033649, -75.790542 39.039686, -75.789567 39.039662, -75.789677 39.040964, -75.787941 39.040212, -75.785595 39.039827, -75.785217 39.041854, -75.783625 39.041744, -75.78289 39.041128, -75.783029 39.03765, -75.783054 39.036974))\", \"region\": {\"id\": 29637, \"geometry\": \"POLYGON ((-75.783054 39.036974, -75.775461 39.035038, -75.77536 39.034896, -75.775243 39.034502, -75.774238 39.03401, -75.773052 39.034077, -75.772404 39.033795, -75.772161 39.033271, -75.771804 39.03313, -75.772143 39.03245, -75.772168 39.031997, -75.772105 39.031124, -75.772915 39.030288, -75.77384 39.028773, -75.774026 39.027395, -75.776686 39.023737, -75.778318 39.024074, -75.778721 39.024006, -75.779472 39.023724, -75.780853 39.023581, -75.781655 39.023534, -75.784985 39.023522, -75.785766 39.023385, -75.786916 39.022921, -75.787198 39.022922, -75.786993 39.028337, -75.787953 39.028348, -75.788133 39.030805, -75.78929 39.032407, -75.79033 39.033649, -75.790542 39.039686, -75.789567 39.039662, -75.789677 39.040964, -75.787941 39.040212, -75.785595 39.039827, -75.785217 39.041854, -75.783625 39.041744, -75.78289 39.041128, -75.783029 39.03765, -75.783054 39.036974))\", \"region_name\": \"Goldsboro\", \"border_type\": \"town\", \"wikidata\": \"Q754870\", \"wikipedia\": \"en:Goldsboro, Maryland\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0010", "group": "raster_only", "template": "avg_slope+area", "question": "What is the avg slope value within Hordville, Nebraska?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-97.885648 41.076877, -97.885623 41.075496, -97.885622 41.075464, -97.895177 41.075501, -97.895179 41.075623, -97.89522 41.078095, -97.895223 41.078269, -97.895296 41.08272, -97.892685 41.082737, -97.892686 41.083311, -97.891214 41.083315, -97.889943 41.083319, -97.889928 41.083363, -97.889895 41.083398, -97.889855 41.083431, -97.889792 41.083455, -97.889733 41.083461, -97.885697 41.083465, -97.885668 41.079505, -97.885648 41.076877))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 3.4422576071270363}]", "question_entities": "{\"[3]\": {\"region_name\": \"Hordville, Nebraska\", \"geo_wkt\": \"POLYGON ((-97.885648 41.076877, -97.885623 41.075496, -97.885622 41.075464, -97.895177 41.075501, -97.895179 41.075623, -97.89522 41.078095, -97.895223 41.078269, -97.895296 41.08272, -97.892685 41.082737, -97.892686 41.083311, -97.891214 41.083315, -97.889943 41.083319, -97.889928 41.083363, -97.889895 41.083398, -97.889855 41.083431, -97.889792 41.083455, -97.889733 41.083461, -97.885697 41.083465, -97.885668 41.079505, -97.885648 41.076877))\", \"region\": {\"id\": 37403, \"geometry\": \"POLYGON ((-97.885648 41.076877, -97.885623 41.075496, -97.885622 41.075464, -97.895177 41.075501, -97.895179 41.075623, -97.89522 41.078095, -97.895223 41.078269, -97.895296 41.08272, -97.892685 41.082737, -97.892686 41.083311, -97.891214 41.083315, -97.889943 41.083319, -97.889928 41.083363, -97.889895 41.083398, -97.889855 41.083431, -97.889792 41.083455, -97.889733 41.083461, -97.885697 41.083465, -97.885668 41.079505, -97.885648 41.076877))\", \"region_name\": \"Hordville\", \"border_type\": \"village\", \"wikidata\": \"Q2195338\", \"wikipedia\": \"en:Hordville, Nebraska\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0011", "group": "raster_only", "template": "avg_slope+area", "question": "In Tower Grove South, St. Louis, what is the mean slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-90.269199 38.60501, -90.266812 38.605126, -90.266697 38.605128, -90.263013 38.604787, -90.252297 38.603776, -90.242763 38.602887, -90.242656 38.602869, -90.242259 38.602742, -90.242261 38.602731, -90.24239 38.601894, -90.242934 38.598246, -90.243381 38.595363, -90.243774 38.592956, -90.243842 38.59248, -90.244174 38.590171, -90.244481 38.588364, -90.246038 38.588554, -90.258074 38.589815, -90.258293 38.589828, -90.258584 38.589845, -90.258751 38.589859, -90.259738 38.589959, -90.261389 38.590128, -90.26204 38.590218, -90.26407 38.590457, -90.269815 38.591092, -90.273297 38.591489, -90.271922 38.593431, -90.271778 38.593636, -90.271402 38.594169, -90.271349 38.594286, -90.271309 38.594431, -90.269672 38.602338, -90.269319 38.604269, -90.269199 38.60501))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 3.3195404439694096}]", "question_entities": "{\"[3]\": {\"region_name\": \"Tower Grove South, St. Louis\", \"geo_wkt\": \"POLYGON ((-90.269199 38.60501, -90.266812 38.605126, -90.266697 38.605128, -90.263013 38.604787, -90.252297 38.603776, -90.242763 38.602887, -90.242656 38.602869, -90.242259 38.602742, -90.242261 38.602731, -90.24239 38.601894, -90.242934 38.598246, -90.243381 38.595363, -90.243774 38.592956, -90.243842 38.59248, -90.244174 38.590171, -90.244481 38.588364, -90.246038 38.588554, -90.258074 38.589815, -90.258293 38.589828, -90.258584 38.589845, -90.258751 38.589859, -90.259738 38.589959, -90.261389 38.590128, -90.26204 38.590218, -90.26407 38.590457, -90.269815 38.591092, -90.273297 38.591489, -90.271922 38.593431, -90.271778 38.593636, -90.271402 38.594169, -90.271349 38.594286, -90.271309 38.594431, -90.269672 38.602338, -90.269319 38.604269, -90.269199 38.60501))\", \"region\": {\"id\": 19454, \"geometry\": \"POLYGON ((-90.269199 38.60501, -90.266812 38.605126, -90.266697 38.605128, -90.263013 38.604787, -90.252297 38.603776, -90.242763 38.602887, -90.242656 38.602869, -90.242259 38.602742, -90.242261 38.602731, -90.24239 38.601894, -90.242934 38.598246, -90.243381 38.595363, -90.243774 38.592956, -90.243842 38.59248, -90.244174 38.590171, -90.244481 38.588364, -90.246038 38.588554, -90.258074 38.589815, -90.258293 38.589828, -90.258584 38.589845, -90.258751 38.589859, -90.259738 38.589959, -90.261389 38.590128, -90.26204 38.590218, -90.26407 38.590457, -90.269815 38.591092, -90.273297 38.591489, -90.271922 38.593431, -90.271778 38.593636, -90.271402 38.594169, -90.271349 38.594286, -90.271309 38.594431, -90.269672 38.602338, -90.269319 38.604269, -90.269199 38.60501))\", \"region_name\": \"Tower Grove South\", \"wikidata\": \"Q14704506\", \"wikipedia\": \"en:Tower Grove South, St. Louis\", \"place\": \"neighbourhood\", \"admin_level\": \"10\"}}}"} -{"id": "raster_only/avg_slope+area/0012", "group": "raster_only", "template": "avg_slope+area", "question": "What is the avg slope value within Montgomery Township, Franklin County, Pennsylvania?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-77.995606 39.722346, -77.994269 39.722347, -77.985004 39.722326, -77.974983 39.722302, -77.95563 39.72226, -77.953793 39.722256, -77.936294 39.722218, -77.927613 39.722194, -77.917792 39.722166, -77.916728 39.72216, -77.899423 39.722065, -77.881054 39.721955, -77.860934 39.721878, -77.841448 39.721728, -77.823579 39.721599, -77.804477 39.721465, -77.789797 39.721389, -77.790114 39.721604, -77.79069 39.721922, -77.791365 39.722217, -77.791726 39.722405, -77.791906 39.72258, -77.792179 39.722763, -77.792187 39.722767, -77.792662 39.723018, -77.792897 39.723112, -77.793715 39.723439, -77.794419 39.723654, -77.795239 39.723971, -77.795931 39.724271, -77.796222 39.724414, -77.796536 39.724517, -77.796931 39.724633, -77.797432 39.724723, -77.798089 39.724794, -77.798473 39.724884, -77.798938 39.725081, -77.799084 39.725178, -77.799212 39.725264, -77.79959 39.725461, -77.799892 39.725541, -77.800299 39.725617, -77.800805 39.725792, -77.800992 39.725833, -77.801544 39.725953, -77.802306 39.726084, -77.802633 39.726152, -77.803079 39.726245, -77.803754 39.726391, -77.804253 39.726428, -77.804414 39.72644, -77.805015 39.726428, -77.805648 39.726403, -77.806249 39.726337, -77.806614 39.726317, -77.807166 39.726453, -77.807836 39.726688, -77.808384 39.727001, -77.80906 39.727305, -77.809639 39.727587, -77.810149 39.727868, -77.810556 39.728239, -77.811002 39.728722, -77.811388 39.7292, -77.811779 39.729749, -77.812155 39.730259, -77.812423 39.730754, -77.812574 39.731278, -77.812488 39.731771, -77.812289 39.73238, -77.812074 39.732946, -77.811753 39.73344, -77.811393 39.733928, -77.811023 39.734422, -77.810648 39.734844, -77.810197 39.735323, -77.809811 39.735756, -77.809322 39.73628, -77.808813 39.7367, -77.808799 39.736711, -77.808266 39.737107, -77.808041 39.73733, -77.807824 39.737663, -77.807815 39.737676, -77.807723 39.737761, -77.807714 39.737769, -77.807445 39.738016, -77.806837 39.738384, -77.806812 39.738398, -77.806111 39.738822, -77.806023 39.738874, -77.805476 39.739159, -77.805048 39.73933, -77.804838 39.739413, -77.804258 39.73958, -77.803524 39.739811, -77.802816 39.740028, -77.80221 39.740279, -77.801582 39.740528, -77.80097 39.740768, -77.800353 39.740953, -77.799758 39.741102, -77.799195 39.741228, -77.798508 39.741393, -77.79787 39.741477, -77.797135 39.741538, -77.796314 39.741675, -77.795681 39.741716, -77.795128 39.741704, -77.794549 39.741572, -77.793964 39.74137, -77.793369 39.741168, -77.792752 39.741019, -77.792248 39.740904, -77.791706 39.740751, -77.791207 39.740615, -77.790483 39.740339, -77.789893 39.740131, -77.789249 39.739939, -77.788492 39.739708, -77.7878 39.739435, -77.787242 39.739332, -77.786518 39.739225, -77.78602 39.739167, -77.785413 39.739283, -77.784872 39.739411, -77.784319 39.739547, -77.78382 39.739706, -77.783686 39.73982, -77.783579 39.73991, -77.783477 39.739996, -77.783176 39.740339, -77.78301 39.740698, -77.782985 39.740786, -77.782849 39.741263, -77.782758 39.741694, -77.782721 39.74214, -77.78279 39.742566, -77.782957 39.742969, -77.783171 39.743329, -77.78345 39.743676, -77.783809 39.743969, -77.784158 39.744278, -77.784474 39.744587, -77.784845 39.744839, -77.78522 39.745074, -77.785805 39.745437, -77.786309 39.745746, -77.786846 39.746018, -77.787441 39.74634, -77.78801 39.746582, -77.788659 39.746786, -77.789286 39.746984, -77.789855 39.747188, -77.790429 39.747419, -77.791019 39.747689, -77.79176 39.747927, -77.792586 39.748208, -77.793374 39.748479, -77.794039 39.748732, -77.794646 39.74895, -77.795386 39.749153, -77.796105 39.749391, -77.796748 39.74964, -77.797328 39.749801, -77.797826 39.749883, -77.798288 39.749998, -77.798637 39.75018, -77.798816 39.750277, -77.799216 39.750494, -77.799645 39.750733, -77.799976 39.750957, -77.800101 39.751042, -77.800228 39.751166, -77.800433 39.751366, -77.800503 39.751434, -77.80063 39.751645, -77.80074 39.751828, -77.800863 39.752193, -77.800868 39.75259, -77.800868 39.752591, -77.800868 39.752592, -77.800724 39.752991, -77.800595 39.753339, -77.800418 39.75373, -77.800241 39.754121, -77.800219 39.75417, -77.800174 39.754272, -77.800064 39.754523, -77.799935 39.75501, -77.799844 39.755463, -77.799784 39.755983, -77.799732 39.756287, -77.799704 39.756453, -77.799661 39.756856, -77.79957 39.757241, -77.799547 39.757321, -77.799535 39.757359, -77.799463 39.757608, -77.799422 39.757673, -77.799354 39.757782, -77.799313 39.75785, -77.799667 39.758301, -77.800101 39.758593, -77.800182 39.758647, -77.800459 39.75887, -77.800638 39.759014, -77.800792 39.759232, -77.800921 39.759416, -77.801013 39.759546, -77.801326 39.760235, -77.80134 39.760268, -77.801535 39.760483, -77.801866 39.760849, -77.802467 39.761464, -77.803148 39.762049, -77.803695 39.762565, -77.804173 39.762983, -77.804275 39.763072, -77.804721 39.763354, -77.804725 39.763356, -77.805129 39.763532, -77.805236 39.763578, -77.805267 39.763592, -77.805868 39.763983, -77.806261 39.764313, -77.806399 39.764429, -77.806957 39.764886, -77.807095 39.764998, -77.80766 39.765455, -77.807992 39.765703, -77.808416 39.765905, -77.808891 39.766076, -77.809151 39.766169, -77.809958 39.766496, -77.810004 39.766515, -77.810087 39.766562, -77.810469 39.766775, -77.809775 39.7683, -77.809527 39.769036, -77.809143 39.769591, -77.808798 39.770294, -77.808706 39.770939, -77.808799 39.771257, -77.808668 39.772218, -77.808477 39.772938, -77.808513 39.773657, -77.808442 39.774041, -77.808499 39.774409, -77.808418 39.774988, -77.808475 39.775406, -77.808348 39.775702, -77.80822 39.776295, -77.807733 39.777256, -77.807635 39.778272, -77.807656 39.778802, -77.798128 39.799606, -77.799519 39.799997, -77.816473 39.804798, -77.836729 39.810613, -77.837543 39.810796, -77.866192 39.818997, -77.875948 39.821749, -77.876603 39.821934, -77.876508 39.822212, -77.87633 39.822486, -77.876423 39.822662, -77.876422 39.822799, -77.87623 39.822969, -77.876315 39.82314, -77.876301 39.82326, -77.876137 39.823332, -77.875895 39.823567, -77.875923 39.823633, -77.876158 39.823639, -77.87623 39.823705, -77.876215 39.823842, -77.876108 39.824056, -77.875966 39.824188, -77.875766 39.824177, -77.875738 39.824248, -77.875894 39.824511, -77.875859 39.824577, -77.875709 39.824495, -77.875659 39.824522, -77.875645 39.824682, -77.875439 39.824681, -77.875396 39.824714, -77.875438 39.824956, -77.875545 39.82506, -77.875766 39.825148, -77.875879 39.825296, -77.875936 39.825565, -77.875872 39.825818, -77.875914 39.826218, -77.876 39.826251, -77.876249 39.826213, -77.876299 39.826263, -77.876384 39.826405, -77.876384 39.826597, -77.876505 39.826702, -77.876554 39.826828, -77.876561 39.827075, -77.876739 39.827448, -77.877152 39.827855, -77.877279 39.828102, -77.8774 39.828804, -77.87762 39.829172, -77.877655 39.829743, -77.877748 39.829787, -77.877969 39.829792, -77.878061 39.829853, -77.878146 39.830094, -77.878232 39.830133, -77.878289 39.830232, -77.878032 39.830358, -77.878039 39.830418, -77.878338 39.830605, -77.879555 39.830852, -77.880801 39.831204, -77.881171 39.831122, -77.881256 39.831303, -77.881349 39.831347, -77.881598 39.831298, -77.881712 39.831331, -77.881747 39.831496, -77.881918 39.831737, -77.882039 39.83171, -77.882182 39.831512, -77.882466 39.831359, -77.882587 39.831479, -77.882573 39.831721, -77.882673 39.831748, -77.882908 39.831595, -77.883463 39.83182, -77.883633 39.832122, -77.883576 39.83221, -77.88359 39.83233, -77.883647 39.832407, -77.883882 39.832413, -77.883939 39.832457, -77.883839 39.832589, -77.883847 39.832665, -77.884039 39.832907, -77.88396 39.833094, -77.884003 39.833384, -77.88386 39.833577, -77.883853 39.833664, -77.883903 39.833736, -77.884415 39.833977, -77.884422 39.83429, -77.88455 39.834285, -77.884671 39.834224, -77.884821 39.834373, -77.885141 39.834516, -77.88524 39.834713, -77.885411 39.834719, -77.885489 39.834779, -77.885653 39.835032, -77.885667 39.83518, -77.88576 39.835268, -77.886016 39.835295, -77.886116 39.835081, -77.88623 39.834994, -77.886401 39.834972, -77.886814 39.835016, -77.887319 39.83512, -77.888145 39.835373, -77.889483 39.835873, -77.889817 39.836076, -77.890458 39.836175, -77.890693 39.836252, -77.89112 39.836225, -77.891547 39.83611, -77.891917 39.835764, -77.892302 39.835545, -77.892395 39.835435, -77.892509 39.835029, -77.89248 39.834721, -77.892687 39.834474, -77.892737 39.83409, -77.893314 39.833498, -77.893485 39.832938, -77.893692 39.832609, -77.893806 39.832581, -77.894012 39.832856, -77.894496 39.833043, -77.894724 39.833207, -77.894916 39.833229, -77.895628 39.833059, -77.896418 39.833027, -77.896653 39.833296, -77.896745 39.833307, -77.89718 39.833109, -77.897344 39.833148, -77.897564 39.833241, -77.897802 39.833503, -77.898451 39.833025, -77.897411 39.832896, -77.898455 39.826205, -77.899565 39.826206, -77.899787 39.822297, -77.897898 39.820662, -77.898593 39.820665, -77.898699 39.820629, -77.898436 39.819834, -77.89927 39.820113, -77.899548 39.82039, -77.900431 39.820111, -77.900093 39.818722, -77.905787 39.818533, -77.905767 39.819417, -77.9066 39.819418, -77.906048 39.820802, -77.909105 39.822192, -77.9086 39.823105, -77.90966 39.823295, -77.908169 39.828039, -77.90747 39.830515, -77.907269 39.831236, -77.908158 39.831466, -77.90845 39.831471, -77.908649 39.831592, -77.909652 39.831839, -77.909887 39.831845, -77.910058 39.831944, -77.910514 39.832075, -77.91067 39.83201, -77.911097 39.832246, -77.911375 39.83229, -77.911567 39.832487, -77.912016 39.832646, -77.912073 39.832855, -77.912194 39.832882, -77.912421 39.832795, -77.912777 39.832839, -77.913105 39.833146, -77.913019 39.83336, -77.913105 39.833475, -77.913937 39.834002, -77.914542 39.83409, -77.915389 39.834475, -77.915411 39.834689, -77.915688 39.834914, -77.915731 39.835111, -77.91613 39.835391, -77.916322 39.835287, -77.916457 39.835358, -77.916671 39.835172, -77.916749 39.835183, -77.91682 39.835397, -77.917169 39.835375, -77.91729 39.835468, -77.917247 39.835567, -77.917746 39.835644, -77.917874 39.835737, -77.917753 39.835798, -77.917724 39.835935, -77.917902 39.835979, -77.91808 39.835924, -77.918151 39.835951, -77.918187 39.836028, -77.918301 39.836067, -77.918593 39.836297, -77.918721 39.836264, -77.918778 39.836314, -77.919034 39.836303, -77.919205 39.836341, -77.919233 39.836215, -77.919418 39.836182, -77.919504 39.836198, -77.919518 39.836418, -77.919589 39.836451, -77.91971 39.836391, -77.919661 39.836325, -77.919717 39.836187, -77.919917 39.836226, -77.919938 39.836363, -77.920323 39.83633, -77.920323 39.836478, -77.921255 39.836841, -77.921305 39.836907, -77.921276 39.837126, -77.921618 39.837093, -77.921661 39.83717, -77.921426 39.837263, -77.92149 39.83734, -77.921953 39.837368, -77.922209 39.837455, -77.922686 39.837428, -77.922921 39.837521, -77.923013 39.837395, -77.923341 39.837406, -77.923377 39.837373, -77.923377 39.837307, -77.923483 39.837198, -77.923355 39.837154, -77.92332 39.837071, -77.923661 39.836824, -77.924217 39.836885, -77.92443 39.836759, -77.924587 39.836863, -77.924893 39.836781, -77.925135 39.83677, -77.925391 39.836879, -77.925434 39.837033, -77.92564 39.837083, -77.925861 39.837044, -77.926034 39.836798, -77.926268 39.836758, -77.926602 39.836723, -77.927187 39.836823, -77.938067 39.839703, -77.938059 39.839748, -77.951646 39.84328, -77.953004 39.842346, -77.953499 39.841781, -77.953852 39.841138, -77.954076 39.840469, -77.954253 39.838736, -77.954227 39.83802, -77.954357 39.837511, -77.954941 39.837202, -77.955271 39.836788, -77.956083 39.834655, -77.956233 39.833776, -77.956419 39.833346, -77.956655 39.833202, -77.957151 39.83236, -77.957281 39.831747, -77.957808 39.830729, -77.958162 39.830165, -77.958722 39.82845, -77.959056 39.827858, -77.959486 39.827249, -77.960555 39.825151, -77.96107 39.824477, -77.961815 39.822795, -77.962008 39.822054, -77.962419 39.821392, -77.963232 39.819806, -77.963872 39.818874, -77.964403 39.817821, -77.964627 39.817045, -77.965041 39.81632, -77.965308 39.815732, -77.965438 39.814824, -77.965702 39.814252, -77.966857 39.812869, -77.967314 39.812125, -77.967834 39.81147, -77.968548 39.80984, -77.968831 39.808948, -77.969018 39.808749, -77.969293 39.808095, -77.969705 39.807536, -77.970946 39.805321, -77.971256 39.80393, -77.97144 39.803594, -77.971953 39.802977, -77.972191 39.802437, -77.972462 39.801416, -77.973207 39.800691, -77.973432 39.800246, -77.973172 39.799816, -77.973208 39.799692, -77.973311 39.799554, -77.973519 39.799577, -77.973778 39.799358, -77.973926 39.799083, -77.974226 39.798703, -77.974468 39.798185, -77.974511 39.797452, -77.974673 39.797016, -77.975097 39.796602, -77.975539 39.795939, -77.975647 39.795682, -77.975679 39.795206, -77.976152 39.79451, -77.976477 39.793922, -77.976806 39.792144, -77.977228 39.791602, -77.977464 39.791206, -77.978023 39.790775, -77.978598 39.789764, -77.979508 39.78685, -77.980269 39.785709, -77.980673 39.784418, -77.981187 39.782489, -77.982036 39.7813, -77.982306 39.780766, -77.982314 39.780574, -77.982492 39.780144, -77.982535 39.779636, -77.982958 39.778394, -77.984014 39.775883, -77.984625 39.774741, -77.984757 39.774374, -77.985218 39.773688, -77.985894 39.771909, -77.986413 39.770952, -77.986816 39.769532, -77.98726 39.76907, -77.987664 39.767762, -77.988376 39.765936, -77.988599 39.765596, -77.989195 39.764321, -77.989531 39.764005, -77.99025 39.762925, -77.990618 39.762024, -77.991204 39.760805, -77.991384 39.760309, -77.991495 39.759737, -77.991837 39.758559, -77.992164 39.75784, -77.992345 39.75721, -77.992817 39.756426, -77.993032 39.755875, -77.993266 39.754485, -77.993686 39.752846, -77.994067 39.752097, -77.994197 39.751675, -77.994173 39.751167, -77.994378 39.750076, -77.994898 39.748745, -77.995233 39.746331, -77.995375 39.745881, -77.995805 39.743108, -77.996279 39.741932, -77.996743 39.739518, -77.996759 39.738835, -77.997026 39.737587, -77.997001 39.736465, -77.996846 39.73581, -77.996841 39.735209, -77.996856 39.734701, -77.997061 39.733532, -77.997131 39.732418, -77.998186 39.731807, -77.998256 39.731715, -77.997898 39.731393, -77.997483 39.73112, -77.996796 39.730837, -77.995882 39.730583, -77.994651 39.730459, -77.994217 39.730227, -77.993115 39.729395, -77.991477 39.72834, -77.993331 39.726023, -77.994675 39.725269, -77.994845 39.72498, -77.995384 39.723452, -77.995606 39.722346))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 6.031938808267959}]", "question_entities": "{\"[3]\": {\"region_name\": \"Montgomery Township, Franklin County, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-77.995606 39.722346, -77.994269 39.722347, -77.985004 39.722326, -77.974983 39.722302, -77.95563 39.72226, -77.953793 39.722256, -77.936294 39.722218, -77.927613 39.722194, -77.917792 39.722166, -77.916728 39.72216, -77.899423 39.722065, -77.881054 39.721955, -77.860934 39.721878, -77.841448 39.721728, -77.823579 39.721599, -77.804477 39.721465, -77.789797 39.721389, -77.790114 39.721604, -77.79069 39.721922, -77.791365 39.722217, -77.791726 39.722405, -77.791906 39.72258, -77.792179 39.722763, -77.792187 39.722767, -77.792662 39.723018, -77.792897 39.723112, -77.793715 39.723439, -77.794419 39.723654, -77.795239 39.723971, -77.795931 39.724271, -77.796222 39.724414, -77.796536 39.724517, -77.796931 39.724633, -77.797432 39.724723, -77.798089 39.724794, -77.798473 39.724884, -77.798938 39.725081, -77.799084 39.725178, -77.799212 39.725264, -77.79959 39.725461, -77.799892 39.725541, -77.800299 39.725617, -77.800805 39.725792, -77.800992 39.725833, -77.801544 39.725953, -77.802306 39.726084, -77.802633 39.726152, -77.803079 39.726245, -77.803754 39.726391, -77.804253 39.726428, -77.804414 39.72644, -77.805015 39.726428, -77.805648 39.726403, -77.806249 39.726337, -77.806614 39.726317, -77.807166 39.726453, -77.807836 39.726688, -77.808384 39.727001, -77.80906 39.727305, -77.809639 39.727587, -77.810149 39.727868, -77.810556 39.728239, -77.811002 39.728722, -77.811388 39.7292, -77.811779 39.729749, -77.812155 39.730259, -77.812423 39.730754, -77.812574 39.731278, -77.812488 39.731771, -77.812289 39.73238, -77.812074 39.732946, -77.811753 39.73344, -77.811393 39.733928, -77.811023 39.734422, -77.810648 39.734844, -77.810197 39.735323, -77.809811 39.735756, -77.809322 39.73628, -77.808813 39.7367, -77.808799 39.736711, -77.808266 39.737107, -77.808041 39.73733, -77.807824 39.737663, -77.807815 39.737676, -77.807723 39.737761, -77.807714 39.737769, -77.807445 39.738016, -77.806837 39.738384, -77.806812 39.738398, -77.806111 39.738822, -77.806023 39.738874, -77.805476 39.739159, -77.805048 39.73933, -77.804838 39.739413, -77.804258 39.73958, -77.803524 39.739811, -77.802816 39.740028, -77.80221 39.740279, -77.801582 39.740528, -77.80097 39.740768, -77.800353 39.740953, -77.799758 39.741102, -77.799195 39.741228, -77.798508 39.741393, -77.79787 39.741477, -77.797135 39.741538, -77.796314 39.741675, -77.795681 39.741716, -77.795128 39.741704, -77.794549 39.741572, -77.793964 39.74137, -77.793369 39.741168, -77.792752 39.741019, -77.792248 39.740904, -77.791706 39.740751, -77.791207 39.740615, -77.790483 39.740339, -77.789893 39.740131, -77.789249 39.739939, -77.788492 39.739708, -77.7878 39.739435, -77.787242 39.739332, -77.786518 39.739225, -77.78602 39.739167, -77.785413 39.739283, -77.784872 39.739411, -77.784319 39.739547, -77.78382 39.739706, -77.783686 39.73982, -77.783579 39.73991, -77.783477 39.739996, -77.783176 39.740339, -77.78301 39.740698, -77.782985 39.740786, -77.782849 39.741263, -77.782758 39.741694, -77.782721 39.74214, -77.78279 39.742566, -77.782957 39.742969, -77.783171 39.743329, -77.78345 39.743676, -77.783809 39.743969, -77.784158 39.744278, -77.784474 39.744587, -77.784845 39.744839, -77.78522 39.745074, -77.785805 39.745437, -77.786309 39.745746, -77.786846 39.746018, -77.787441 39.74634, -77.78801 39.746582, -77.788659 39.746786, -77.789286 39.746984, -77.789855 39.747188, -77.790429 39.747419, -77.791019 39.747689, -77.79176 39.747927, -77.792586 39.748208, -77.793374 39.748479, -77.794039 39.748732, -77.794646 39.74895, -77.795386 39.749153, -77.796105 39.749391, -77.796748 39.74964, -77.797328 39.749801, -77.797826 39.749883, -77.798288 39.749998, -77.798637 39.75018, -77.798816 39.750277, -77.799216 39.750494, -77.799645 39.750733, -77.799976 39.750957, -77.800101 39.751042, -77.800228 39.751166, -77.800433 39.751366, -77.800503 39.751434, -77.80063 39.751645, -77.80074 39.751828, -77.800863 39.752193, -77.800868 39.75259, -77.800868 39.752591, -77.800868 39.752592, -77.800724 39.752991, -77.800595 39.753339, -77.800418 39.75373, -77.800241 39.754121, -77.800219 39.75417, -77.800174 39.754272, -77.800064 39.754523, -77.799935 39.75501, -77.799844 39.755463, -77.799784 39.755983, -77.799732 39.756287, -77.799704 39.756453, -77.799661 39.756856, -77.79957 39.757241, -77.799547 39.757321, -77.799535 39.757359, -77.799463 39.757608, -77.799422 39.757673, -77.799354 39.757782, -77.799313 39.75785, -77.799667 39.758301, -77.800101 39.758593, -77.800182 39.758647, -77.800459 39.75887, -77.800638 39.759014, -77.800792 39.759232, -77.800921 39.759416, -77.801013 39.759546, -77.801326 39.760235, -77.80134 39.760268, -77.801535 39.760483, -77.801866 39.760849, -77.802467 39.761464, -77.803148 39.762049, -77.803695 39.762565, -77.804173 39.762983, -77.804275 39.763072, -77.804721 39.763354, -77.804725 39.763356, -77.805129 39.763532, -77.805236 39.763578, -77.805267 39.763592, -77.805868 39.763983, -77.806261 39.764313, -77.806399 39.764429, -77.806957 39.764886, -77.807095 39.764998, -77.80766 39.765455, -77.807992 39.765703, -77.808416 39.765905, -77.808891 39.766076, -77.809151 39.766169, -77.809958 39.766496, -77.810004 39.766515, -77.810087 39.766562, -77.810469 39.766775, -77.809775 39.7683, -77.809527 39.769036, -77.809143 39.769591, -77.808798 39.770294, -77.808706 39.770939, -77.808799 39.771257, -77.808668 39.772218, -77.808477 39.772938, -77.808513 39.773657, -77.808442 39.774041, -77.808499 39.774409, -77.808418 39.774988, -77.808475 39.775406, -77.808348 39.775702, -77.80822 39.776295, -77.807733 39.777256, -77.807635 39.778272, -77.807656 39.778802, -77.798128 39.799606, -77.799519 39.799997, -77.816473 39.804798, -77.836729 39.810613, -77.837543 39.810796, -77.866192 39.818997, -77.875948 39.821749, -77.876603 39.821934, -77.876508 39.822212, -77.87633 39.822486, -77.876423 39.822662, -77.876422 39.822799, -77.87623 39.822969, -77.876315 39.82314, -77.876301 39.82326, -77.876137 39.823332, -77.875895 39.823567, -77.875923 39.823633, -77.876158 39.823639, -77.87623 39.823705, -77.876215 39.823842, -77.876108 39.824056, -77.875966 39.824188, -77.875766 39.824177, -77.875738 39.824248, -77.875894 39.824511, -77.875859 39.824577, -77.875709 39.824495, -77.875659 39.824522, -77.875645 39.824682, -77.875439 39.824681, -77.875396 39.824714, -77.875438 39.824956, -77.875545 39.82506, -77.875766 39.825148, -77.875879 39.825296, -77.875936 39.825565, -77.875872 39.825818, -77.875914 39.826218, -77.876 39.826251, -77.876249 39.826213, -77.876299 39.826263, -77.876384 39.826405, -77.876384 39.826597, -77.876505 39.826702, -77.876554 39.826828, -77.876561 39.827075, -77.876739 39.827448, -77.877152 39.827855, -77.877279 39.828102, -77.8774 39.828804, -77.87762 39.829172, -77.877655 39.829743, -77.877748 39.829787, -77.877969 39.829792, -77.878061 39.829853, -77.878146 39.830094, -77.878232 39.830133, -77.878289 39.830232, -77.878032 39.830358, -77.878039 39.830418, -77.878338 39.830605, -77.879555 39.830852, -77.880801 39.831204, -77.881171 39.831122, -77.881256 39.831303, -77.881349 39.831347, -77.881598 39.831298, -77.881712 39.831331, -77.881747 39.831496, -77.881918 39.831737, -77.882039 39.83171, -77.882182 39.831512, -77.882466 39.831359, -77.882587 39.831479, -77.882573 39.831721, -77.882673 39.831748, -77.882908 39.831595, -77.883463 39.83182, -77.883633 39.832122, -77.883576 39.83221, -77.88359 39.83233, -77.883647 39.832407, -77.883882 39.832413, -77.883939 39.832457, -77.883839 39.832589, -77.883847 39.832665, -77.884039 39.832907, -77.88396 39.833094, -77.884003 39.833384, -77.88386 39.833577, -77.883853 39.833664, -77.883903 39.833736, -77.884415 39.833977, -77.884422 39.83429, -77.88455 39.834285, -77.884671 39.834224, -77.884821 39.834373, -77.885141 39.834516, -77.88524 39.834713, -77.885411 39.834719, -77.885489 39.834779, -77.885653 39.835032, -77.885667 39.83518, -77.88576 39.835268, -77.886016 39.835295, -77.886116 39.835081, -77.88623 39.834994, -77.886401 39.834972, -77.886814 39.835016, -77.887319 39.83512, -77.888145 39.835373, -77.889483 39.835873, -77.889817 39.836076, -77.890458 39.836175, -77.890693 39.836252, -77.89112 39.836225, -77.891547 39.83611, -77.891917 39.835764, -77.892302 39.835545, -77.892395 39.835435, -77.892509 39.835029, -77.89248 39.834721, -77.892687 39.834474, -77.892737 39.83409, -77.893314 39.833498, -77.893485 39.832938, -77.893692 39.832609, -77.893806 39.832581, -77.894012 39.832856, -77.894496 39.833043, -77.894724 39.833207, -77.894916 39.833229, -77.895628 39.833059, -77.896418 39.833027, -77.896653 39.833296, -77.896745 39.833307, -77.89718 39.833109, -77.897344 39.833148, -77.897564 39.833241, -77.897802 39.833503, -77.898451 39.833025, -77.897411 39.832896, -77.898455 39.826205, -77.899565 39.826206, -77.899787 39.822297, -77.897898 39.820662, -77.898593 39.820665, -77.898699 39.820629, -77.898436 39.819834, -77.89927 39.820113, -77.899548 39.82039, -77.900431 39.820111, -77.900093 39.818722, -77.905787 39.818533, -77.905767 39.819417, -77.9066 39.819418, -77.906048 39.820802, -77.909105 39.822192, -77.9086 39.823105, -77.90966 39.823295, -77.908169 39.828039, -77.90747 39.830515, -77.907269 39.831236, -77.908158 39.831466, -77.90845 39.831471, -77.908649 39.831592, -77.909652 39.831839, -77.909887 39.831845, -77.910058 39.831944, -77.910514 39.832075, -77.91067 39.83201, -77.911097 39.832246, -77.911375 39.83229, -77.911567 39.832487, -77.912016 39.832646, -77.912073 39.832855, -77.912194 39.832882, -77.912421 39.832795, -77.912777 39.832839, -77.913105 39.833146, -77.913019 39.83336, -77.913105 39.833475, -77.913937 39.834002, -77.914542 39.83409, -77.915389 39.834475, -77.915411 39.834689, -77.915688 39.834914, -77.915731 39.835111, -77.91613 39.835391, -77.916322 39.835287, -77.916457 39.835358, -77.916671 39.835172, -77.916749 39.835183, -77.91682 39.835397, -77.917169 39.835375, -77.91729 39.835468, -77.917247 39.835567, -77.917746 39.835644, -77.917874 39.835737, -77.917753 39.835798, -77.917724 39.835935, -77.917902 39.835979, -77.91808 39.835924, -77.918151 39.835951, -77.918187 39.836028, -77.918301 39.836067, -77.918593 39.836297, -77.918721 39.836264, -77.918778 39.836314, -77.919034 39.836303, -77.919205 39.836341, -77.919233 39.836215, -77.919418 39.836182, -77.919504 39.836198, -77.919518 39.836418, -77.919589 39.836451, -77.91971 39.836391, -77.919661 39.836325, -77.919717 39.836187, -77.919917 39.836226, -77.919938 39.836363, -77.920323 39.83633, -77.920323 39.836478, -77.921255 39.836841, -77.921305 39.836907, -77.921276 39.837126, -77.921618 39.837093, -77.921661 39.83717, -77.921426 39.837263, -77.92149 39.83734, -77.921953 39.837368, -77.922209 39.837455, -77.922686 39.837428, -77.922921 39.837521, -77.923013 39.837395, -77.923341 39.837406, -77.923377 39.837373, -77.923377 39.837307, -77.923483 39.837198, -77.923355 39.837154, -77.92332 39.837071, -77.923661 39.836824, -77.924217 39.836885, -77.92443 39.836759, -77.924587 39.836863, -77.924893 39.836781, -77.925135 39.83677, -77.925391 39.836879, -77.925434 39.837033, -77.92564 39.837083, -77.925861 39.837044, -77.926034 39.836798, -77.926268 39.836758, -77.926602 39.836723, -77.927187 39.836823, -77.938067 39.839703, -77.938059 39.839748, -77.951646 39.84328, -77.953004 39.842346, -77.953499 39.841781, -77.953852 39.841138, -77.954076 39.840469, -77.954253 39.838736, -77.954227 39.83802, -77.954357 39.837511, -77.954941 39.837202, -77.955271 39.836788, -77.956083 39.834655, -77.956233 39.833776, -77.956419 39.833346, -77.956655 39.833202, -77.957151 39.83236, -77.957281 39.831747, -77.957808 39.830729, -77.958162 39.830165, -77.958722 39.82845, -77.959056 39.827858, -77.959486 39.827249, -77.960555 39.825151, -77.96107 39.824477, -77.961815 39.822795, -77.962008 39.822054, -77.962419 39.821392, -77.963232 39.819806, -77.963872 39.818874, -77.964403 39.817821, -77.964627 39.817045, -77.965041 39.81632, -77.965308 39.815732, -77.965438 39.814824, -77.965702 39.814252, -77.966857 39.812869, -77.967314 39.812125, -77.967834 39.81147, -77.968548 39.80984, -77.968831 39.808948, -77.969018 39.808749, -77.969293 39.808095, -77.969705 39.807536, -77.970946 39.805321, -77.971256 39.80393, -77.97144 39.803594, -77.971953 39.802977, -77.972191 39.802437, -77.972462 39.801416, -77.973207 39.800691, -77.973432 39.800246, -77.973172 39.799816, -77.973208 39.799692, -77.973311 39.799554, -77.973519 39.799577, -77.973778 39.799358, -77.973926 39.799083, -77.974226 39.798703, -77.974468 39.798185, -77.974511 39.797452, -77.974673 39.797016, -77.975097 39.796602, -77.975539 39.795939, -77.975647 39.795682, -77.975679 39.795206, -77.976152 39.79451, -77.976477 39.793922, -77.976806 39.792144, -77.977228 39.791602, -77.977464 39.791206, -77.978023 39.790775, -77.978598 39.789764, -77.979508 39.78685, -77.980269 39.785709, -77.980673 39.784418, -77.981187 39.782489, -77.982036 39.7813, -77.982306 39.780766, -77.982314 39.780574, -77.982492 39.780144, -77.982535 39.779636, -77.982958 39.778394, -77.984014 39.775883, -77.984625 39.774741, -77.984757 39.774374, -77.985218 39.773688, -77.985894 39.771909, -77.986413 39.770952, -77.986816 39.769532, -77.98726 39.76907, -77.987664 39.767762, -77.988376 39.765936, -77.988599 39.765596, -77.989195 39.764321, -77.989531 39.764005, -77.99025 39.762925, -77.990618 39.762024, -77.991204 39.760805, -77.991384 39.760309, -77.991495 39.759737, -77.991837 39.758559, -77.992164 39.75784, -77.992345 39.75721, -77.992817 39.756426, -77.993032 39.755875, -77.993266 39.754485, -77.993686 39.752846, -77.994067 39.752097, -77.994197 39.751675, -77.994173 39.751167, -77.994378 39.750076, -77.994898 39.748745, -77.995233 39.746331, -77.995375 39.745881, -77.995805 39.743108, -77.996279 39.741932, -77.996743 39.739518, -77.996759 39.738835, -77.997026 39.737587, -77.997001 39.736465, -77.996846 39.73581, -77.996841 39.735209, -77.996856 39.734701, -77.997061 39.733532, -77.997131 39.732418, -77.998186 39.731807, -77.998256 39.731715, -77.997898 39.731393, -77.997483 39.73112, -77.996796 39.730837, -77.995882 39.730583, -77.994651 39.730459, -77.994217 39.730227, -77.993115 39.729395, -77.991477 39.72834, -77.993331 39.726023, -77.994675 39.725269, -77.994845 39.72498, -77.995384 39.723452, -77.995606 39.722346))\", \"region\": {\"id\": 19065, \"geometry\": \"POLYGON ((-77.995606 39.722346, -77.994269 39.722347, -77.985004 39.722326, -77.974983 39.722302, -77.95563 39.72226, -77.953793 39.722256, -77.936294 39.722218, -77.927613 39.722194, -77.917792 39.722166, -77.916728 39.72216, -77.899423 39.722065, -77.881054 39.721955, -77.860934 39.721878, -77.841448 39.721728, -77.823579 39.721599, -77.804477 39.721465, -77.789797 39.721389, -77.790114 39.721604, -77.79069 39.721922, -77.791365 39.722217, -77.791726 39.722405, -77.791906 39.72258, -77.792179 39.722763, -77.792187 39.722767, -77.792662 39.723018, -77.792897 39.723112, -77.793715 39.723439, -77.794419 39.723654, -77.795239 39.723971, -77.795931 39.724271, -77.796222 39.724414, -77.796536 39.724517, -77.796931 39.724633, -77.797432 39.724723, -77.798089 39.724794, -77.798473 39.724884, -77.798938 39.725081, -77.799084 39.725178, -77.799212 39.725264, -77.79959 39.725461, -77.799892 39.725541, -77.800299 39.725617, -77.800805 39.725792, -77.800992 39.725833, -77.801544 39.725953, -77.802306 39.726084, -77.802633 39.726152, -77.803079 39.726245, -77.803754 39.726391, -77.804253 39.726428, -77.804414 39.72644, -77.805015 39.726428, -77.805648 39.726403, -77.806249 39.726337, -77.806614 39.726317, -77.807166 39.726453, -77.807836 39.726688, -77.808384 39.727001, -77.80906 39.727305, -77.809639 39.727587, -77.810149 39.727868, -77.810556 39.728239, -77.811002 39.728722, -77.811388 39.7292, -77.811779 39.729749, -77.812155 39.730259, -77.812423 39.730754, -77.812574 39.731278, -77.812488 39.731771, -77.812289 39.73238, -77.812074 39.732946, -77.811753 39.73344, -77.811393 39.733928, -77.811023 39.734422, -77.810648 39.734844, -77.810197 39.735323, -77.809811 39.735756, -77.809322 39.73628, -77.808813 39.7367, -77.808799 39.736711, -77.808266 39.737107, -77.808041 39.73733, -77.807824 39.737663, -77.807815 39.737676, -77.807723 39.737761, -77.807714 39.737769, -77.807445 39.738016, -77.806837 39.738384, -77.806812 39.738398, -77.806111 39.738822, -77.806023 39.738874, -77.805476 39.739159, -77.805048 39.73933, -77.804838 39.739413, -77.804258 39.73958, -77.803524 39.739811, -77.802816 39.740028, -77.80221 39.740279, -77.801582 39.740528, -77.80097 39.740768, -77.800353 39.740953, -77.799758 39.741102, -77.799195 39.741228, -77.798508 39.741393, -77.79787 39.741477, -77.797135 39.741538, -77.796314 39.741675, -77.795681 39.741716, -77.795128 39.741704, -77.794549 39.741572, -77.793964 39.74137, -77.793369 39.741168, -77.792752 39.741019, -77.792248 39.740904, -77.791706 39.740751, -77.791207 39.740615, -77.790483 39.740339, -77.789893 39.740131, -77.789249 39.739939, -77.788492 39.739708, -77.7878 39.739435, -77.787242 39.739332, -77.786518 39.739225, -77.78602 39.739167, -77.785413 39.739283, -77.784872 39.739411, -77.784319 39.739547, -77.78382 39.739706, -77.783686 39.73982, -77.783579 39.73991, -77.783477 39.739996, -77.783176 39.740339, -77.78301 39.740698, -77.782985 39.740786, -77.782849 39.741263, -77.782758 39.741694, -77.782721 39.74214, -77.78279 39.742566, -77.782957 39.742969, -77.783171 39.743329, -77.78345 39.743676, -77.783809 39.743969, -77.784158 39.744278, -77.784474 39.744587, -77.784845 39.744839, -77.78522 39.745074, -77.785805 39.745437, -77.786309 39.745746, -77.786846 39.746018, -77.787441 39.74634, -77.78801 39.746582, -77.788659 39.746786, -77.789286 39.746984, -77.789855 39.747188, -77.790429 39.747419, -77.791019 39.747689, -77.79176 39.747927, -77.792586 39.748208, -77.793374 39.748479, -77.794039 39.748732, -77.794646 39.74895, -77.795386 39.749153, -77.796105 39.749391, -77.796748 39.74964, -77.797328 39.749801, -77.797826 39.749883, -77.798288 39.749998, -77.798637 39.75018, -77.798816 39.750277, -77.799216 39.750494, -77.799645 39.750733, -77.799976 39.750957, -77.800101 39.751042, -77.800228 39.751166, -77.800433 39.751366, -77.800503 39.751434, -77.80063 39.751645, -77.80074 39.751828, -77.800863 39.752193, -77.800868 39.75259, -77.800868 39.752591, -77.800868 39.752592, -77.800724 39.752991, -77.800595 39.753339, -77.800418 39.75373, -77.800241 39.754121, -77.800219 39.75417, -77.800174 39.754272, -77.800064 39.754523, -77.799935 39.75501, -77.799844 39.755463, -77.799784 39.755983, -77.799732 39.756287, -77.799704 39.756453, -77.799661 39.756856, -77.79957 39.757241, -77.799547 39.757321, -77.799535 39.757359, -77.799463 39.757608, -77.799422 39.757673, -77.799354 39.757782, -77.799313 39.75785, -77.799667 39.758301, -77.800101 39.758593, -77.800182 39.758647, -77.800459 39.75887, -77.800638 39.759014, -77.800792 39.759232, -77.800921 39.759416, -77.801013 39.759546, -77.801326 39.760235, -77.80134 39.760268, -77.801535 39.760483, -77.801866 39.760849, -77.802467 39.761464, -77.803148 39.762049, -77.803695 39.762565, -77.804173 39.762983, -77.804275 39.763072, -77.804721 39.763354, -77.804725 39.763356, -77.805129 39.763532, -77.805236 39.763578, -77.805267 39.763592, -77.805868 39.763983, -77.806261 39.764313, -77.806399 39.764429, -77.806957 39.764886, -77.807095 39.764998, -77.80766 39.765455, -77.807992 39.765703, -77.808416 39.765905, -77.808891 39.766076, -77.809151 39.766169, -77.809958 39.766496, -77.810004 39.766515, -77.810087 39.766562, -77.810469 39.766775, -77.809775 39.7683, -77.809527 39.769036, -77.809143 39.769591, -77.808798 39.770294, -77.808706 39.770939, -77.808799 39.771257, -77.808668 39.772218, -77.808477 39.772938, -77.808513 39.773657, -77.808442 39.774041, -77.808499 39.774409, -77.808418 39.774988, -77.808475 39.775406, -77.808348 39.775702, -77.80822 39.776295, -77.807733 39.777256, -77.807635 39.778272, -77.807656 39.778802, -77.798128 39.799606, -77.799519 39.799997, -77.816473 39.804798, -77.836729 39.810613, -77.837543 39.810796, -77.866192 39.818997, -77.875948 39.821749, -77.876603 39.821934, -77.876508 39.822212, -77.87633 39.822486, -77.876423 39.822662, -77.876422 39.822799, -77.87623 39.822969, -77.876315 39.82314, -77.876301 39.82326, -77.876137 39.823332, -77.875895 39.823567, -77.875923 39.823633, -77.876158 39.823639, -77.87623 39.823705, -77.876215 39.823842, -77.876108 39.824056, -77.875966 39.824188, -77.875766 39.824177, -77.875738 39.824248, -77.875894 39.824511, -77.875859 39.824577, -77.875709 39.824495, -77.875659 39.824522, -77.875645 39.824682, -77.875439 39.824681, -77.875396 39.824714, -77.875438 39.824956, -77.875545 39.82506, -77.875766 39.825148, -77.875879 39.825296, -77.875936 39.825565, -77.875872 39.825818, -77.875914 39.826218, -77.876 39.826251, -77.876249 39.826213, -77.876299 39.826263, -77.876384 39.826405, -77.876384 39.826597, -77.876505 39.826702, -77.876554 39.826828, -77.876561 39.827075, -77.876739 39.827448, -77.877152 39.827855, -77.877279 39.828102, -77.8774 39.828804, -77.87762 39.829172, -77.877655 39.829743, -77.877748 39.829787, -77.877969 39.829792, -77.878061 39.829853, -77.878146 39.830094, -77.878232 39.830133, -77.878289 39.830232, -77.878032 39.830358, -77.878039 39.830418, -77.878338 39.830605, -77.879555 39.830852, -77.880801 39.831204, -77.881171 39.831122, -77.881256 39.831303, -77.881349 39.831347, -77.881598 39.831298, -77.881712 39.831331, -77.881747 39.831496, -77.881918 39.831737, -77.882039 39.83171, -77.882182 39.831512, -77.882466 39.831359, -77.882587 39.831479, -77.882573 39.831721, -77.882673 39.831748, -77.882908 39.831595, -77.883463 39.83182, -77.883633 39.832122, -77.883576 39.83221, -77.88359 39.83233, -77.883647 39.832407, -77.883882 39.832413, -77.883939 39.832457, -77.883839 39.832589, -77.883847 39.832665, -77.884039 39.832907, -77.88396 39.833094, -77.884003 39.833384, -77.88386 39.833577, -77.883853 39.833664, -77.883903 39.833736, -77.884415 39.833977, -77.884422 39.83429, -77.88455 39.834285, -77.884671 39.834224, -77.884821 39.834373, -77.885141 39.834516, -77.88524 39.834713, -77.885411 39.834719, -77.885489 39.834779, -77.885653 39.835032, -77.885667 39.83518, -77.88576 39.835268, -77.886016 39.835295, -77.886116 39.835081, -77.88623 39.834994, -77.886401 39.834972, -77.886814 39.835016, -77.887319 39.83512, -77.888145 39.835373, -77.889483 39.835873, -77.889817 39.836076, -77.890458 39.836175, -77.890693 39.836252, -77.89112 39.836225, -77.891547 39.83611, -77.891917 39.835764, -77.892302 39.835545, -77.892395 39.835435, -77.892509 39.835029, -77.89248 39.834721, -77.892687 39.834474, -77.892737 39.83409, -77.893314 39.833498, -77.893485 39.832938, -77.893692 39.832609, -77.893806 39.832581, -77.894012 39.832856, -77.894496 39.833043, -77.894724 39.833207, -77.894916 39.833229, -77.895628 39.833059, -77.896418 39.833027, -77.896653 39.833296, -77.896745 39.833307, -77.89718 39.833109, -77.897344 39.833148, -77.897564 39.833241, -77.897802 39.833503, -77.898451 39.833025, -77.897411 39.832896, -77.898455 39.826205, -77.899565 39.826206, -77.899787 39.822297, -77.897898 39.820662, -77.898593 39.820665, -77.898699 39.820629, -77.898436 39.819834, -77.89927 39.820113, -77.899548 39.82039, -77.900431 39.820111, -77.900093 39.818722, -77.905787 39.818533, -77.905767 39.819417, -77.9066 39.819418, -77.906048 39.820802, -77.909105 39.822192, -77.9086 39.823105, -77.90966 39.823295, -77.908169 39.828039, -77.90747 39.830515, -77.907269 39.831236, -77.908158 39.831466, -77.90845 39.831471, -77.908649 39.831592, -77.909652 39.831839, -77.909887 39.831845, -77.910058 39.831944, -77.910514 39.832075, -77.91067 39.83201, -77.911097 39.832246, -77.911375 39.83229, -77.911567 39.832487, -77.912016 39.832646, -77.912073 39.832855, -77.912194 39.832882, -77.912421 39.832795, -77.912777 39.832839, -77.913105 39.833146, -77.913019 39.83336, -77.913105 39.833475, -77.913937 39.834002, -77.914542 39.83409, -77.915389 39.834475, -77.915411 39.834689, -77.915688 39.834914, -77.915731 39.835111, -77.91613 39.835391, -77.916322 39.835287, -77.916457 39.835358, -77.916671 39.835172, -77.916749 39.835183, -77.91682 39.835397, -77.917169 39.835375, -77.91729 39.835468, -77.917247 39.835567, -77.917746 39.835644, -77.917874 39.835737, -77.917753 39.835798, -77.917724 39.835935, -77.917902 39.835979, -77.91808 39.835924, -77.918151 39.835951, -77.918187 39.836028, -77.918301 39.836067, -77.918593 39.836297, -77.918721 39.836264, -77.918778 39.836314, -77.919034 39.836303, -77.919205 39.836341, -77.919233 39.836215, -77.919418 39.836182, -77.919504 39.836198, -77.919518 39.836418, -77.919589 39.836451, -77.91971 39.836391, -77.919661 39.836325, -77.919717 39.836187, -77.919917 39.836226, -77.919938 39.836363, -77.920323 39.83633, -77.920323 39.836478, -77.921255 39.836841, -77.921305 39.836907, -77.921276 39.837126, -77.921618 39.837093, -77.921661 39.83717, -77.921426 39.837263, -77.92149 39.83734, -77.921953 39.837368, -77.922209 39.837455, -77.922686 39.837428, -77.922921 39.837521, -77.923013 39.837395, -77.923341 39.837406, -77.923377 39.837373, -77.923377 39.837307, -77.923483 39.837198, -77.923355 39.837154, -77.92332 39.837071, -77.923661 39.836824, -77.924217 39.836885, -77.92443 39.836759, -77.924587 39.836863, -77.924893 39.836781, -77.925135 39.83677, -77.925391 39.836879, -77.925434 39.837033, -77.92564 39.837083, -77.925861 39.837044, -77.926034 39.836798, -77.926268 39.836758, -77.926602 39.836723, -77.927187 39.836823, -77.938067 39.839703, -77.938059 39.839748, -77.951646 39.84328, -77.953004 39.842346, -77.953499 39.841781, -77.953852 39.841138, -77.954076 39.840469, -77.954253 39.838736, -77.954227 39.83802, -77.954357 39.837511, -77.954941 39.837202, -77.955271 39.836788, -77.956083 39.834655, -77.956233 39.833776, -77.956419 39.833346, -77.956655 39.833202, -77.957151 39.83236, -77.957281 39.831747, -77.957808 39.830729, -77.958162 39.830165, -77.958722 39.82845, -77.959056 39.827858, -77.959486 39.827249, -77.960555 39.825151, -77.96107 39.824477, -77.961815 39.822795, -77.962008 39.822054, -77.962419 39.821392, -77.963232 39.819806, -77.963872 39.818874, -77.964403 39.817821, -77.964627 39.817045, -77.965041 39.81632, -77.965308 39.815732, -77.965438 39.814824, -77.965702 39.814252, -77.966857 39.812869, -77.967314 39.812125, -77.967834 39.81147, -77.968548 39.80984, -77.968831 39.808948, -77.969018 39.808749, -77.969293 39.808095, -77.969705 39.807536, -77.970946 39.805321, -77.971256 39.80393, -77.97144 39.803594, -77.971953 39.802977, -77.972191 39.802437, -77.972462 39.801416, -77.973207 39.800691, -77.973432 39.800246, -77.973172 39.799816, -77.973208 39.799692, -77.973311 39.799554, -77.973519 39.799577, -77.973778 39.799358, -77.973926 39.799083, -77.974226 39.798703, -77.974468 39.798185, -77.974511 39.797452, -77.974673 39.797016, -77.975097 39.796602, -77.975539 39.795939, -77.975647 39.795682, -77.975679 39.795206, -77.976152 39.79451, -77.976477 39.793922, -77.976806 39.792144, -77.977228 39.791602, -77.977464 39.791206, -77.978023 39.790775, -77.978598 39.789764, -77.979508 39.78685, -77.980269 39.785709, -77.980673 39.784418, -77.981187 39.782489, -77.982036 39.7813, -77.982306 39.780766, -77.982314 39.780574, -77.982492 39.780144, -77.982535 39.779636, -77.982958 39.778394, -77.984014 39.775883, -77.984625 39.774741, -77.984757 39.774374, -77.985218 39.773688, -77.985894 39.771909, -77.986413 39.770952, -77.986816 39.769532, -77.98726 39.76907, -77.987664 39.767762, -77.988376 39.765936, -77.988599 39.765596, -77.989195 39.764321, -77.989531 39.764005, -77.99025 39.762925, -77.990618 39.762024, -77.991204 39.760805, -77.991384 39.760309, -77.991495 39.759737, -77.991837 39.758559, -77.992164 39.75784, -77.992345 39.75721, -77.992817 39.756426, -77.993032 39.755875, -77.993266 39.754485, -77.993686 39.752846, -77.994067 39.752097, -77.994197 39.751675, -77.994173 39.751167, -77.994378 39.750076, -77.994898 39.748745, -77.995233 39.746331, -77.995375 39.745881, -77.995805 39.743108, -77.996279 39.741932, -77.996743 39.739518, -77.996759 39.738835, -77.997026 39.737587, -77.997001 39.736465, -77.996846 39.73581, -77.996841 39.735209, -77.996856 39.734701, -77.997061 39.733532, -77.997131 39.732418, -77.998186 39.731807, -77.998256 39.731715, -77.997898 39.731393, -77.997483 39.73112, -77.996796 39.730837, -77.995882 39.730583, -77.994651 39.730459, -77.994217 39.730227, -77.993115 39.729395, -77.991477 39.72834, -77.993331 39.726023, -77.994675 39.725269, -77.994845 39.72498, -77.995384 39.723452, -77.995606 39.722346))\", \"region_name\": \"Montgomery Township\", \"border_type\": \"township\", \"wikidata\": \"Q6905805\", \"wikipedia\": \"en:Montgomery Township, Franklin County, Pennsylvania\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0013", "group": "raster_only", "template": "avg_slope+area", "question": "In Springfield, New York, what is the mean slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-74.76274 42.863263, -74.802406 42.873735, -74.800471 42.874706, -74.833392 42.884712, -74.842818 42.887552, -74.863826 42.893818, -74.869844 42.895762, -74.874498 42.897184, -74.87876 42.898508, -74.88245 42.879948, -74.885359 42.864721, -74.887872 42.851954, -74.88922 42.848088, -74.894138 42.833979, -74.894874 42.831699, -74.898797 42.829483, -74.898802 42.82948, -74.901885 42.827776, -74.905235 42.82588, -74.906758 42.825086, -74.933543 42.837292, -74.943156 42.841427, -74.954685 42.846664, -74.9603 42.840084, -74.969645 42.82885, -74.981805 42.814662, -74.973655 42.810952, -74.967426 42.808198, -74.966054 42.809844, -74.944727 42.800245, -74.943106 42.802083, -74.92679 42.794752, -74.925398 42.796327, -74.923256 42.795271, -74.920593 42.79392, -74.913645 42.790522, -74.901341 42.784435, -74.901927 42.78299, -74.898008 42.781681, -74.888678 42.778846, -74.868115 42.783078, -74.805654 42.802378, -74.806429 42.80495, -74.799916 42.813468, -74.772696 42.848236, -74.751198 42.859499, -74.755888 42.860985, -74.759159 42.861986, -74.762746 42.863025, -74.76274 42.863263))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 6.497211884816581}]", "question_entities": "{\"[3]\": {\"region_name\": \"Springfield, New York\", \"geo_wkt\": \"POLYGON ((-74.76274 42.863263, -74.802406 42.873735, -74.800471 42.874706, -74.833392 42.884712, -74.842818 42.887552, -74.863826 42.893818, -74.869844 42.895762, -74.874498 42.897184, -74.87876 42.898508, -74.88245 42.879948, -74.885359 42.864721, -74.887872 42.851954, -74.88922 42.848088, -74.894138 42.833979, -74.894874 42.831699, -74.898797 42.829483, -74.898802 42.82948, -74.901885 42.827776, -74.905235 42.82588, -74.906758 42.825086, -74.933543 42.837292, -74.943156 42.841427, -74.954685 42.846664, -74.9603 42.840084, -74.969645 42.82885, -74.981805 42.814662, -74.973655 42.810952, -74.967426 42.808198, -74.966054 42.809844, -74.944727 42.800245, -74.943106 42.802083, -74.92679 42.794752, -74.925398 42.796327, -74.923256 42.795271, -74.920593 42.79392, -74.913645 42.790522, -74.901341 42.784435, -74.901927 42.78299, -74.898008 42.781681, -74.888678 42.778846, -74.868115 42.783078, -74.805654 42.802378, -74.806429 42.80495, -74.799916 42.813468, -74.772696 42.848236, -74.751198 42.859499, -74.755888 42.860985, -74.759159 42.861986, -74.762746 42.863025, -74.76274 42.863263))\", \"region\": {\"id\": 32004, \"geometry\": \"POLYGON ((-74.76274 42.863263, -74.802406 42.873735, -74.800471 42.874706, -74.833392 42.884712, -74.842818 42.887552, -74.863826 42.893818, -74.869844 42.895762, -74.874498 42.897184, -74.87876 42.898508, -74.88245 42.879948, -74.885359 42.864721, -74.887872 42.851954, -74.88922 42.848088, -74.894138 42.833979, -74.894874 42.831699, -74.898797 42.829483, -74.898802 42.82948, -74.901885 42.827776, -74.905235 42.82588, -74.906758 42.825086, -74.933543 42.837292, -74.943156 42.841427, -74.954685 42.846664, -74.9603 42.840084, -74.969645 42.82885, -74.981805 42.814662, -74.973655 42.810952, -74.967426 42.808198, -74.966054 42.809844, -74.944727 42.800245, -74.943106 42.802083, -74.92679 42.794752, -74.925398 42.796327, -74.923256 42.795271, -74.920593 42.79392, -74.913645 42.790522, -74.901341 42.784435, -74.901927 42.78299, -74.898008 42.781681, -74.888678 42.778846, -74.868115 42.783078, -74.805654 42.802378, -74.806429 42.80495, -74.799916 42.813468, -74.772696 42.848236, -74.751198 42.859499, -74.755888 42.860985, -74.759159 42.861986, -74.762746 42.863025, -74.76274 42.863263))\", \"region_name\": \"Town of Springfield\", \"border_type\": \"town\", \"wikidata\": \"Q570046\", \"wikipedia\": \"en:Springfield, New York\", \"admin_level\": \"7\", \"population\": \"1346\"}}}"} -{"id": "raster_only/avg_slope+area/0014", "group": "raster_only", "template": "avg_slope+area", "question": "What is the average slope in Robert Lee, Texas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-100.476814 31.886454, -100.476914 31.886428, -100.481449 31.885386, -100.481972 31.885139, -100.482531 31.884743, -100.48285 31.884419, -100.483622 31.883317, -100.486426 31.88466, -100.487011 31.884386, -100.487535 31.884286, -100.4881 31.884342, -100.488623 31.884544, -100.488901 31.884718, -100.489226 31.885095, -100.489383 31.885495, -100.489437 31.886015, -100.489399 31.886192, -100.489718 31.886504, -100.489844 31.886609, -100.490492 31.886876, -100.492409 31.887934, -100.492011 31.890809, -100.491977 31.891344, -100.491652 31.892253, -100.49162 31.892558, -100.491719 31.89289, -100.49236 31.89413, -100.492597 31.894751, -100.491698 31.896226, -100.492932 31.89679, -100.49227 31.897789, -100.493926 31.898645, -100.492936 31.900129, -100.493717 31.900568, -100.496324 31.901868, -100.494191 31.90475, -100.494371 31.905108, -100.493675 31.906121, -100.492616 31.907021, -100.491413 31.90459, -100.490865 31.904515, -100.488352 31.903973, -100.488053 31.904318, -100.487679 31.904167, -100.48598 31.906574, -100.48361 31.905325, -100.483288 31.905846, -100.482527 31.905549, -100.482331 31.904664, -100.481328 31.904175, -100.481264 31.904091, -100.480216 31.90348, -100.478346 31.902594, -100.476879 31.901898, -100.477462 31.90109, -100.478276 31.899826, -100.478373 31.899442, -100.478238 31.898966, -100.477968 31.898365, -100.478368 31.898304, -100.478439 31.8982, -100.478632 31.898084, -100.47933 31.897897, -100.479625 31.897919, -100.479728 31.897968, -100.479767 31.898067, -100.479876 31.898144, -100.480701 31.898424, -100.481236 31.89843, -100.481397 31.898386, -100.481681 31.898232, -100.481739 31.898138, -100.481726 31.897973, -100.481629 31.897863, -100.48141 31.897803, -100.481346 31.897737, -100.481358 31.897605, -100.481919 31.896648, -100.482047 31.896208, -100.482092 31.895851, -100.481606 31.895049, -100.481304 31.894698, -100.480557 31.894455, -100.48203 31.892387, -100.479014 31.890846, -100.479549 31.890043, -100.479198 31.889843, -100.476721 31.893848, -100.476659 31.894183, -100.476868 31.894709, -100.475921 31.895539, -100.475929 31.896359, -100.476424 31.896482, -100.476886 31.897462, -100.476238 31.89766, -100.47545 31.897334, -100.473471 31.896316, -100.471935 31.89567, -100.473932 31.893309, -100.473868 31.893428, -100.473906 31.893566, -100.474164 31.893934, -100.474216 31.894242, -100.4745 31.894797, -100.475171 31.895259, -100.478868 31.889733, -100.477129 31.888708, -100.476749 31.888359, -100.475974 31.88788, -100.476814 31.886454))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 3.4559725930633167}]", "question_entities": "{\"[3]\": {\"region_name\": \"Robert Lee, Texas\", \"geo_wkt\": \"POLYGON ((-100.476814 31.886454, -100.476914 31.886428, -100.481449 31.885386, -100.481972 31.885139, -100.482531 31.884743, -100.48285 31.884419, -100.483622 31.883317, -100.486426 31.88466, -100.487011 31.884386, -100.487535 31.884286, -100.4881 31.884342, -100.488623 31.884544, -100.488901 31.884718, -100.489226 31.885095, -100.489383 31.885495, -100.489437 31.886015, -100.489399 31.886192, -100.489718 31.886504, -100.489844 31.886609, -100.490492 31.886876, -100.492409 31.887934, -100.492011 31.890809, -100.491977 31.891344, -100.491652 31.892253, -100.49162 31.892558, -100.491719 31.89289, -100.49236 31.89413, -100.492597 31.894751, -100.491698 31.896226, -100.492932 31.89679, -100.49227 31.897789, -100.493926 31.898645, -100.492936 31.900129, -100.493717 31.900568, -100.496324 31.901868, -100.494191 31.90475, -100.494371 31.905108, -100.493675 31.906121, -100.492616 31.907021, -100.491413 31.90459, -100.490865 31.904515, -100.488352 31.903973, -100.488053 31.904318, -100.487679 31.904167, -100.48598 31.906574, -100.48361 31.905325, -100.483288 31.905846, -100.482527 31.905549, -100.482331 31.904664, -100.481328 31.904175, -100.481264 31.904091, -100.480216 31.90348, -100.478346 31.902594, -100.476879 31.901898, -100.477462 31.90109, -100.478276 31.899826, -100.478373 31.899442, -100.478238 31.898966, -100.477968 31.898365, -100.478368 31.898304, -100.478439 31.8982, -100.478632 31.898084, -100.47933 31.897897, -100.479625 31.897919, -100.479728 31.897968, -100.479767 31.898067, -100.479876 31.898144, -100.480701 31.898424, -100.481236 31.89843, -100.481397 31.898386, -100.481681 31.898232, -100.481739 31.898138, -100.481726 31.897973, -100.481629 31.897863, -100.48141 31.897803, -100.481346 31.897737, -100.481358 31.897605, -100.481919 31.896648, -100.482047 31.896208, -100.482092 31.895851, -100.481606 31.895049, -100.481304 31.894698, -100.480557 31.894455, -100.48203 31.892387, -100.479014 31.890846, -100.479549 31.890043, -100.479198 31.889843, -100.476721 31.893848, -100.476659 31.894183, -100.476868 31.894709, -100.475921 31.895539, -100.475929 31.896359, -100.476424 31.896482, -100.476886 31.897462, -100.476238 31.89766, -100.47545 31.897334, -100.473471 31.896316, -100.471935 31.89567, -100.473932 31.893309, -100.473868 31.893428, -100.473906 31.893566, -100.474164 31.893934, -100.474216 31.894242, -100.4745 31.894797, -100.475171 31.895259, -100.478868 31.889733, -100.477129 31.888708, -100.476749 31.888359, -100.475974 31.88788, -100.476814 31.886454))\", \"region\": {\"id\": 32026, \"geometry\": \"POLYGON ((-100.476814 31.886454, -100.476914 31.886428, -100.481449 31.885386, -100.481972 31.885139, -100.482531 31.884743, -100.48285 31.884419, -100.483622 31.883317, -100.486426 31.88466, -100.487011 31.884386, -100.487535 31.884286, -100.4881 31.884342, -100.488623 31.884544, -100.488901 31.884718, -100.489226 31.885095, -100.489383 31.885495, -100.489437 31.886015, -100.489399 31.886192, -100.489718 31.886504, -100.489844 31.886609, -100.490492 31.886876, -100.492409 31.887934, -100.492011 31.890809, -100.491977 31.891344, -100.491652 31.892253, -100.49162 31.892558, -100.491719 31.89289, -100.49236 31.89413, -100.492597 31.894751, -100.491698 31.896226, -100.492932 31.89679, -100.49227 31.897789, -100.493926 31.898645, -100.492936 31.900129, -100.493717 31.900568, -100.496324 31.901868, -100.494191 31.90475, -100.494371 31.905108, -100.493675 31.906121, -100.492616 31.907021, -100.491413 31.90459, -100.490865 31.904515, -100.488352 31.903973, -100.488053 31.904318, -100.487679 31.904167, -100.48598 31.906574, -100.48361 31.905325, -100.483288 31.905846, -100.482527 31.905549, -100.482331 31.904664, -100.481328 31.904175, -100.481264 31.904091, -100.480216 31.90348, -100.478346 31.902594, -100.476879 31.901898, -100.477462 31.90109, -100.478276 31.899826, -100.478373 31.899442, -100.478238 31.898966, -100.477968 31.898365, -100.478368 31.898304, -100.478439 31.8982, -100.478632 31.898084, -100.47933 31.897897, -100.479625 31.897919, -100.479728 31.897968, -100.479767 31.898067, -100.479876 31.898144, -100.480701 31.898424, -100.481236 31.89843, -100.481397 31.898386, -100.481681 31.898232, -100.481739 31.898138, -100.481726 31.897973, -100.481629 31.897863, -100.48141 31.897803, -100.481346 31.897737, -100.481358 31.897605, -100.481919 31.896648, -100.482047 31.896208, -100.482092 31.895851, -100.481606 31.895049, -100.481304 31.894698, -100.480557 31.894455, -100.48203 31.892387, -100.479014 31.890846, -100.479549 31.890043, -100.479198 31.889843, -100.476721 31.893848, -100.476659 31.894183, -100.476868 31.894709, -100.475921 31.895539, -100.475929 31.896359, -100.476424 31.896482, -100.476886 31.897462, -100.476238 31.89766, -100.47545 31.897334, -100.473471 31.896316, -100.471935 31.89567, -100.473932 31.893309, -100.473868 31.893428, -100.473906 31.893566, -100.474164 31.893934, -100.474216 31.894242, -100.4745 31.894797, -100.475171 31.895259, -100.478868 31.889733, -100.477129 31.888708, -100.476749 31.888359, -100.475974 31.88788, -100.476814 31.886454))\", \"region_name\": \"Robert Lee\", \"border_type\": \"city\", \"wikidata\": \"Q972986\", \"wikipedia\": \"en:Robert Lee, Texas\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0015", "group": "raster_only", "template": "avg_slope+area", "question": "What is the average slope in Baraga, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-88.496605 46.764828, -88.500816 46.764834, -88.505707 46.764805, -88.50601 46.758558, -88.521511 46.758593, -88.521516 46.759884, -88.521525 46.761225, -88.521528 46.762313, -88.516206 46.762382, -88.516139 46.764787, -88.509073 46.764788, -88.50907 46.775531, -88.51355 46.775521, -88.513989 46.775515, -88.513995 46.775885, -88.513968 46.779174, -88.50907 46.779192, -88.509101 46.786347, -88.498578 46.786506, -88.482657 46.786684, -88.48099 46.786704, -88.481114 46.790182, -88.474776 46.790279, -88.474516 46.791012, -88.474296 46.791804, -88.474207 46.792054, -88.474097 46.7928, -88.474021 46.794532, -88.473494 46.794559, -88.473344 46.794556, -88.47127 46.793922, -88.471262 46.793606, -88.472746 46.793599, -88.472759 46.790778, -88.472549 46.790302, -88.472531 46.78653, -88.466894 46.786582, -88.466661 46.786583, -88.466552 46.78643, -88.466628 46.786305, -88.466926 46.785913, -88.467022 46.785436, -88.46722 46.7849, -88.467293 46.784635, -88.46728 46.784306, -88.467212 46.784046, -88.466984 46.783941, -88.46682 46.783877, -88.466625 46.783915, -88.466449 46.783889, -88.466335 46.783791, -88.466474 46.78359, -88.466521 46.783376, -88.466724 46.78326, -88.466884 46.783077, -88.467084 46.782697, -88.467083 46.782533, -88.467195 46.782501, -88.467353 46.78251, -88.467667 46.782475, -88.468262 46.782312, -88.468784 46.782109, -88.46899 46.781934, -88.469073 46.781734, -88.46916 46.781687, -88.469395 46.781295, -88.469488 46.78104, -88.469703 46.780976, -88.470071 46.780508, -88.469992 46.780399, -88.470061 46.780374, -88.470191 46.780509, -88.470303 46.780504, -88.470874 46.780621, -88.471284 46.780712, -88.472038 46.780916, -88.472238 46.780994, -88.474671 46.781866, -88.474996 46.78211, -88.475175 46.782295, -88.475411 46.782551, -88.475613 46.782894, -88.475732 46.783115, -88.475678 46.783175, -88.475374 46.783052, -88.474756 46.782811, -88.472628 46.782061, -88.472484 46.782035, -88.472372 46.782058, -88.472239 46.782151, -88.472154 46.782325, -88.472222 46.782461, -88.472824 46.782674, -88.473402 46.782887, -88.473394 46.78302, -88.473378 46.783177, -88.473811 46.783265, -88.474131 46.783331, -88.474432 46.783405, -88.474669 46.783485, -88.474816 46.78343, -88.475472 46.783666, -88.47613 46.783886, -88.476237 46.783989, -88.476348 46.784089, -88.477045 46.784162, -88.477293 46.784207, -88.477479 46.784268, -88.47793 46.7845, -88.478131 46.784564, -88.478478 46.784764, -88.478584 46.784901, -88.478551 46.785241, -88.478576 46.785329, -88.478734 46.785245, -88.478826 46.78503, -88.478824 46.784948, -88.478772 46.78474, -88.478376 46.784469, -88.47831 46.784338, -88.478314 46.784135, -88.478458 46.784047, -88.478602 46.783959, -88.479129 46.783957, -88.479209 46.783934, -88.479284 46.783882, -88.47961 46.783799, -88.479916 46.783679, -88.480275 46.783613, -88.480702 46.783455, -88.480907 46.783424, -88.481162 46.783338, -88.48125 46.783266, -88.48135 46.783135, -88.481643 46.783034, -88.481835 46.782974, -88.482091 46.782828, -88.48253 46.782479, -88.482659 46.782287, -88.482998 46.78198, -88.483429 46.781654, -88.48363 46.781453, -88.483758 46.781235, -88.483775 46.781045, -88.483651 46.78081, -88.483554 46.780669, -88.483517 46.780566, -88.483529 46.780468, -88.483525 46.780354, -88.4836 46.780239, -88.483776 46.780036, -88.48406 46.779815, -88.48424 46.779683, -88.484458 46.779632, -88.484554 46.779549, -88.484738 46.779314, -88.484933 46.779026, -88.485048 46.779004, -88.48503 46.778849, -88.484897 46.778598, -88.484612 46.77849, -88.484404 46.778452, -88.48427 46.778443, -88.484035 46.778369, -88.483968 46.778326, -88.483818 46.778274, -88.483619 46.778258, -88.483442 46.778168, -88.483253 46.778117, -88.482895 46.777935, -88.48286 46.777876, -88.482839 46.777827, -88.482881 46.777827, -88.483253 46.777933, -88.483868 46.778088, -88.484307 46.778234, -88.484763 46.77834, -88.484918 46.778323, -88.485048 46.77826, -88.485144 46.778071, -88.48524 46.777948, -88.485424 46.777899, -88.485449 46.777836, -88.485412 46.777701, -88.484261 46.777472, -88.482956 46.777237, -88.482454 46.777157, -88.482099 46.777094, -88.48181 46.777, -88.481731 46.776956, -88.481743 46.776911, -88.481798 46.776793, -88.481856 46.776739, -88.48207 46.776724, -88.482459 46.776696, -88.482776 46.776673, -88.48309 46.776753, -88.483366 46.776848, -88.483521 46.776954, -88.483747 46.777045, -88.484341 46.77722, -88.48501 46.777369, -88.48537 46.777418, -88.485626 46.777496, -88.485846 46.777555, -88.485959 46.777562, -88.486231 46.777507, -88.486548 46.777422, -88.486753 46.777273, -88.487037 46.777126, -88.487096 46.777055, -88.487522 46.776837, -88.487606 46.776754, -88.487606 46.776674, -88.487614 46.776608, -88.487736 46.776505, -88.48794 46.776157, -88.48832 46.775642, -88.488542 46.775273, -88.488494 46.775238, -88.488598 46.77506, -88.48882 46.77486, -88.48895 46.774594, -88.488908 46.774437, -88.489133 46.774118, -88.489201 46.773985, -88.489164 46.77393, -88.489277 46.773664, -88.489434 46.773612, -88.489608 46.77333, -88.48971 46.773276, -88.49008 46.772784, -88.490262 46.772468, -88.49039 46.772176, -88.490453 46.771803, -88.490508 46.771653, -88.49051 46.771491, -88.490547 46.7713, -88.490374 46.771259, -88.490258 46.771158, -88.490296 46.771022, -88.490445 46.770965, -88.49056 46.770963, -88.490669 46.770812, -88.490888 46.770758, -88.490964 46.77069, -88.4911 46.770665, -88.491312 46.770563, -88.491474 46.77045, -88.491986 46.769902, -88.492144 46.769994, -88.492152 46.77004, -88.491607 46.770615, -88.491993 46.770784, -88.492696 46.770036, -88.492311 46.769868, -88.492248 46.769932, -88.492208 46.769931, -88.492079 46.769848, -88.492171 46.769752, -88.492199 46.769674, -88.492347 46.769523, -88.492929 46.769014, -88.49292 46.768953, -88.493014 46.768954, -88.493185 46.76872, -88.493195 46.768545, -88.493313 46.768551, -88.493346 46.76847, -88.49328 46.768408, -88.493374 46.768283, -88.493544 46.768316, -88.493676 46.768344, -88.493761 46.768326, -88.493834 46.768282, -88.494166 46.768008, -88.494101 46.767924, -88.49414 46.767897, -88.49438 46.768056, -88.4945 46.768, -88.494437 46.767915, -88.494609 46.767827, -88.494754 46.767733, -88.494941 46.767733, -88.495075 46.767634, -88.495124 46.767558, -88.49558 46.767313, -88.49585 46.766952, -88.496004 46.766738, -88.496119 46.76661, -88.496098 46.76649, -88.496182 46.766372, -88.496356 46.766185, -88.496366 46.766138, -88.49643 46.765875, -88.496497 46.765419, -88.496393 46.76523, -88.496605 46.764828))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.867694121905041}]", "question_entities": "{\"[3]\": {\"region_name\": \"Baraga, Michigan\", \"geo_wkt\": \"POLYGON ((-88.496605 46.764828, -88.500816 46.764834, -88.505707 46.764805, -88.50601 46.758558, -88.521511 46.758593, -88.521516 46.759884, -88.521525 46.761225, -88.521528 46.762313, -88.516206 46.762382, -88.516139 46.764787, -88.509073 46.764788, -88.50907 46.775531, -88.51355 46.775521, -88.513989 46.775515, -88.513995 46.775885, -88.513968 46.779174, -88.50907 46.779192, -88.509101 46.786347, -88.498578 46.786506, -88.482657 46.786684, -88.48099 46.786704, -88.481114 46.790182, -88.474776 46.790279, -88.474516 46.791012, -88.474296 46.791804, -88.474207 46.792054, -88.474097 46.7928, -88.474021 46.794532, -88.473494 46.794559, -88.473344 46.794556, -88.47127 46.793922, -88.471262 46.793606, -88.472746 46.793599, -88.472759 46.790778, -88.472549 46.790302, -88.472531 46.78653, -88.466894 46.786582, -88.466661 46.786583, -88.466552 46.78643, -88.466628 46.786305, -88.466926 46.785913, -88.467022 46.785436, -88.46722 46.7849, -88.467293 46.784635, -88.46728 46.784306, -88.467212 46.784046, -88.466984 46.783941, -88.46682 46.783877, -88.466625 46.783915, -88.466449 46.783889, -88.466335 46.783791, -88.466474 46.78359, -88.466521 46.783376, -88.466724 46.78326, -88.466884 46.783077, -88.467084 46.782697, -88.467083 46.782533, -88.467195 46.782501, -88.467353 46.78251, -88.467667 46.782475, -88.468262 46.782312, -88.468784 46.782109, -88.46899 46.781934, -88.469073 46.781734, -88.46916 46.781687, -88.469395 46.781295, -88.469488 46.78104, -88.469703 46.780976, -88.470071 46.780508, -88.469992 46.780399, -88.470061 46.780374, -88.470191 46.780509, -88.470303 46.780504, -88.470874 46.780621, -88.471284 46.780712, -88.472038 46.780916, -88.472238 46.780994, -88.474671 46.781866, -88.474996 46.78211, -88.475175 46.782295, -88.475411 46.782551, -88.475613 46.782894, -88.475732 46.783115, -88.475678 46.783175, -88.475374 46.783052, -88.474756 46.782811, -88.472628 46.782061, -88.472484 46.782035, -88.472372 46.782058, -88.472239 46.782151, -88.472154 46.782325, -88.472222 46.782461, -88.472824 46.782674, -88.473402 46.782887, -88.473394 46.78302, -88.473378 46.783177, -88.473811 46.783265, -88.474131 46.783331, -88.474432 46.783405, -88.474669 46.783485, -88.474816 46.78343, -88.475472 46.783666, -88.47613 46.783886, -88.476237 46.783989, -88.476348 46.784089, -88.477045 46.784162, -88.477293 46.784207, -88.477479 46.784268, -88.47793 46.7845, -88.478131 46.784564, -88.478478 46.784764, -88.478584 46.784901, -88.478551 46.785241, -88.478576 46.785329, -88.478734 46.785245, -88.478826 46.78503, -88.478824 46.784948, -88.478772 46.78474, -88.478376 46.784469, -88.47831 46.784338, -88.478314 46.784135, -88.478458 46.784047, -88.478602 46.783959, -88.479129 46.783957, -88.479209 46.783934, -88.479284 46.783882, -88.47961 46.783799, -88.479916 46.783679, -88.480275 46.783613, -88.480702 46.783455, -88.480907 46.783424, -88.481162 46.783338, -88.48125 46.783266, -88.48135 46.783135, -88.481643 46.783034, -88.481835 46.782974, -88.482091 46.782828, -88.48253 46.782479, -88.482659 46.782287, -88.482998 46.78198, -88.483429 46.781654, -88.48363 46.781453, -88.483758 46.781235, -88.483775 46.781045, -88.483651 46.78081, -88.483554 46.780669, -88.483517 46.780566, -88.483529 46.780468, -88.483525 46.780354, -88.4836 46.780239, -88.483776 46.780036, -88.48406 46.779815, -88.48424 46.779683, -88.484458 46.779632, -88.484554 46.779549, -88.484738 46.779314, -88.484933 46.779026, -88.485048 46.779004, -88.48503 46.778849, -88.484897 46.778598, -88.484612 46.77849, -88.484404 46.778452, -88.48427 46.778443, -88.484035 46.778369, -88.483968 46.778326, -88.483818 46.778274, -88.483619 46.778258, -88.483442 46.778168, -88.483253 46.778117, -88.482895 46.777935, -88.48286 46.777876, -88.482839 46.777827, -88.482881 46.777827, -88.483253 46.777933, -88.483868 46.778088, -88.484307 46.778234, -88.484763 46.77834, -88.484918 46.778323, -88.485048 46.77826, -88.485144 46.778071, -88.48524 46.777948, -88.485424 46.777899, -88.485449 46.777836, -88.485412 46.777701, -88.484261 46.777472, -88.482956 46.777237, -88.482454 46.777157, -88.482099 46.777094, -88.48181 46.777, -88.481731 46.776956, -88.481743 46.776911, -88.481798 46.776793, -88.481856 46.776739, -88.48207 46.776724, -88.482459 46.776696, -88.482776 46.776673, -88.48309 46.776753, -88.483366 46.776848, -88.483521 46.776954, -88.483747 46.777045, -88.484341 46.77722, -88.48501 46.777369, -88.48537 46.777418, -88.485626 46.777496, -88.485846 46.777555, -88.485959 46.777562, -88.486231 46.777507, -88.486548 46.777422, -88.486753 46.777273, -88.487037 46.777126, -88.487096 46.777055, -88.487522 46.776837, -88.487606 46.776754, -88.487606 46.776674, -88.487614 46.776608, -88.487736 46.776505, -88.48794 46.776157, -88.48832 46.775642, -88.488542 46.775273, -88.488494 46.775238, -88.488598 46.77506, -88.48882 46.77486, -88.48895 46.774594, -88.488908 46.774437, -88.489133 46.774118, -88.489201 46.773985, -88.489164 46.77393, -88.489277 46.773664, -88.489434 46.773612, -88.489608 46.77333, -88.48971 46.773276, -88.49008 46.772784, -88.490262 46.772468, -88.49039 46.772176, -88.490453 46.771803, -88.490508 46.771653, -88.49051 46.771491, -88.490547 46.7713, -88.490374 46.771259, -88.490258 46.771158, -88.490296 46.771022, -88.490445 46.770965, -88.49056 46.770963, -88.490669 46.770812, -88.490888 46.770758, -88.490964 46.77069, -88.4911 46.770665, -88.491312 46.770563, -88.491474 46.77045, -88.491986 46.769902, -88.492144 46.769994, -88.492152 46.77004, -88.491607 46.770615, -88.491993 46.770784, -88.492696 46.770036, -88.492311 46.769868, -88.492248 46.769932, -88.492208 46.769931, -88.492079 46.769848, -88.492171 46.769752, -88.492199 46.769674, -88.492347 46.769523, -88.492929 46.769014, -88.49292 46.768953, -88.493014 46.768954, -88.493185 46.76872, -88.493195 46.768545, -88.493313 46.768551, -88.493346 46.76847, -88.49328 46.768408, -88.493374 46.768283, -88.493544 46.768316, -88.493676 46.768344, -88.493761 46.768326, -88.493834 46.768282, -88.494166 46.768008, -88.494101 46.767924, -88.49414 46.767897, -88.49438 46.768056, -88.4945 46.768, -88.494437 46.767915, -88.494609 46.767827, -88.494754 46.767733, -88.494941 46.767733, -88.495075 46.767634, -88.495124 46.767558, -88.49558 46.767313, -88.49585 46.766952, -88.496004 46.766738, -88.496119 46.76661, -88.496098 46.76649, -88.496182 46.766372, -88.496356 46.766185, -88.496366 46.766138, -88.49643 46.765875, -88.496497 46.765419, -88.496393 46.76523, -88.496605 46.764828))\", \"region\": {\"id\": 2685, \"geometry\": \"POLYGON ((-88.496605 46.764828, -88.500816 46.764834, -88.505707 46.764805, -88.50601 46.758558, -88.521511 46.758593, -88.521516 46.759884, -88.521525 46.761225, -88.521528 46.762313, -88.516206 46.762382, -88.516139 46.764787, -88.509073 46.764788, -88.50907 46.775531, -88.51355 46.775521, -88.513989 46.775515, -88.513995 46.775885, -88.513968 46.779174, -88.50907 46.779192, -88.509101 46.786347, -88.498578 46.786506, -88.482657 46.786684, -88.48099 46.786704, -88.481114 46.790182, -88.474776 46.790279, -88.474516 46.791012, -88.474296 46.791804, -88.474207 46.792054, -88.474097 46.7928, -88.474021 46.794532, -88.473494 46.794559, -88.473344 46.794556, -88.47127 46.793922, -88.471262 46.793606, -88.472746 46.793599, -88.472759 46.790778, -88.472549 46.790302, -88.472531 46.78653, -88.466894 46.786582, -88.466661 46.786583, -88.466552 46.78643, -88.466628 46.786305, -88.466926 46.785913, -88.467022 46.785436, -88.46722 46.7849, -88.467293 46.784635, -88.46728 46.784306, -88.467212 46.784046, -88.466984 46.783941, -88.46682 46.783877, -88.466625 46.783915, -88.466449 46.783889, -88.466335 46.783791, -88.466474 46.78359, -88.466521 46.783376, -88.466724 46.78326, -88.466884 46.783077, -88.467084 46.782697, -88.467083 46.782533, -88.467195 46.782501, -88.467353 46.78251, -88.467667 46.782475, -88.468262 46.782312, -88.468784 46.782109, -88.46899 46.781934, -88.469073 46.781734, -88.46916 46.781687, -88.469395 46.781295, -88.469488 46.78104, -88.469703 46.780976, -88.470071 46.780508, -88.469992 46.780399, -88.470061 46.780374, -88.470191 46.780509, -88.470303 46.780504, -88.470874 46.780621, -88.471284 46.780712, -88.472038 46.780916, -88.472238 46.780994, -88.474671 46.781866, -88.474996 46.78211, -88.475175 46.782295, -88.475411 46.782551, -88.475613 46.782894, -88.475732 46.783115, -88.475678 46.783175, -88.475374 46.783052, -88.474756 46.782811, -88.472628 46.782061, -88.472484 46.782035, -88.472372 46.782058, -88.472239 46.782151, -88.472154 46.782325, -88.472222 46.782461, -88.472824 46.782674, -88.473402 46.782887, -88.473394 46.78302, -88.473378 46.783177, -88.473811 46.783265, -88.474131 46.783331, -88.474432 46.783405, -88.474669 46.783485, -88.474816 46.78343, -88.475472 46.783666, -88.47613 46.783886, -88.476237 46.783989, -88.476348 46.784089, -88.477045 46.784162, -88.477293 46.784207, -88.477479 46.784268, -88.47793 46.7845, -88.478131 46.784564, -88.478478 46.784764, -88.478584 46.784901, -88.478551 46.785241, -88.478576 46.785329, -88.478734 46.785245, -88.478826 46.78503, -88.478824 46.784948, -88.478772 46.78474, -88.478376 46.784469, -88.47831 46.784338, -88.478314 46.784135, -88.478458 46.784047, -88.478602 46.783959, -88.479129 46.783957, -88.479209 46.783934, -88.479284 46.783882, -88.47961 46.783799, -88.479916 46.783679, -88.480275 46.783613, -88.480702 46.783455, -88.480907 46.783424, -88.481162 46.783338, -88.48125 46.783266, -88.48135 46.783135, -88.481643 46.783034, -88.481835 46.782974, -88.482091 46.782828, -88.48253 46.782479, -88.482659 46.782287, -88.482998 46.78198, -88.483429 46.781654, -88.48363 46.781453, -88.483758 46.781235, -88.483775 46.781045, -88.483651 46.78081, -88.483554 46.780669, -88.483517 46.780566, -88.483529 46.780468, -88.483525 46.780354, -88.4836 46.780239, -88.483776 46.780036, -88.48406 46.779815, -88.48424 46.779683, -88.484458 46.779632, -88.484554 46.779549, -88.484738 46.779314, -88.484933 46.779026, -88.485048 46.779004, -88.48503 46.778849, -88.484897 46.778598, -88.484612 46.77849, -88.484404 46.778452, -88.48427 46.778443, -88.484035 46.778369, -88.483968 46.778326, -88.483818 46.778274, -88.483619 46.778258, -88.483442 46.778168, -88.483253 46.778117, -88.482895 46.777935, -88.48286 46.777876, -88.482839 46.777827, -88.482881 46.777827, -88.483253 46.777933, -88.483868 46.778088, -88.484307 46.778234, -88.484763 46.77834, -88.484918 46.778323, -88.485048 46.77826, -88.485144 46.778071, -88.48524 46.777948, -88.485424 46.777899, -88.485449 46.777836, -88.485412 46.777701, -88.484261 46.777472, -88.482956 46.777237, -88.482454 46.777157, -88.482099 46.777094, -88.48181 46.777, -88.481731 46.776956, -88.481743 46.776911, -88.481798 46.776793, -88.481856 46.776739, -88.48207 46.776724, -88.482459 46.776696, -88.482776 46.776673, -88.48309 46.776753, -88.483366 46.776848, -88.483521 46.776954, -88.483747 46.777045, -88.484341 46.77722, -88.48501 46.777369, -88.48537 46.777418, -88.485626 46.777496, -88.485846 46.777555, -88.485959 46.777562, -88.486231 46.777507, -88.486548 46.777422, -88.486753 46.777273, -88.487037 46.777126, -88.487096 46.777055, -88.487522 46.776837, -88.487606 46.776754, -88.487606 46.776674, -88.487614 46.776608, -88.487736 46.776505, -88.48794 46.776157, -88.48832 46.775642, -88.488542 46.775273, -88.488494 46.775238, -88.488598 46.77506, -88.48882 46.77486, -88.48895 46.774594, -88.488908 46.774437, -88.489133 46.774118, -88.489201 46.773985, -88.489164 46.77393, -88.489277 46.773664, -88.489434 46.773612, -88.489608 46.77333, -88.48971 46.773276, -88.49008 46.772784, -88.490262 46.772468, -88.49039 46.772176, -88.490453 46.771803, -88.490508 46.771653, -88.49051 46.771491, -88.490547 46.7713, -88.490374 46.771259, -88.490258 46.771158, -88.490296 46.771022, -88.490445 46.770965, -88.49056 46.770963, -88.490669 46.770812, -88.490888 46.770758, -88.490964 46.77069, -88.4911 46.770665, -88.491312 46.770563, -88.491474 46.77045, -88.491986 46.769902, -88.492144 46.769994, -88.492152 46.77004, -88.491607 46.770615, -88.491993 46.770784, -88.492696 46.770036, -88.492311 46.769868, -88.492248 46.769932, -88.492208 46.769931, -88.492079 46.769848, -88.492171 46.769752, -88.492199 46.769674, -88.492347 46.769523, -88.492929 46.769014, -88.49292 46.768953, -88.493014 46.768954, -88.493185 46.76872, -88.493195 46.768545, -88.493313 46.768551, -88.493346 46.76847, -88.49328 46.768408, -88.493374 46.768283, -88.493544 46.768316, -88.493676 46.768344, -88.493761 46.768326, -88.493834 46.768282, -88.494166 46.768008, -88.494101 46.767924, -88.49414 46.767897, -88.49438 46.768056, -88.4945 46.768, -88.494437 46.767915, -88.494609 46.767827, -88.494754 46.767733, -88.494941 46.767733, -88.495075 46.767634, -88.495124 46.767558, -88.49558 46.767313, -88.49585 46.766952, -88.496004 46.766738, -88.496119 46.76661, -88.496098 46.76649, -88.496182 46.766372, -88.496356 46.766185, -88.496366 46.766138, -88.49643 46.765875, -88.496497 46.765419, -88.496393 46.76523, -88.496605 46.764828))\", \"region_name\": \"Baraga\", \"border_type\": \"village\", \"wikidata\": \"Q2703504\", \"wikipedia\": \"en:Baraga, Michigan\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0016", "group": "raster_only", "template": "avg_slope+area", "question": "What is the typical slope across Liberty, South Carolina?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-82.716718 34.788237, -82.71626 34.788415, -82.715648 34.788836, -82.714156 34.789764, -82.71153 34.791059, -82.709086 34.79275, -82.70887 34.792788, -82.708782 34.792846, -82.707536 34.793992, -82.707234 34.794666, -82.706752 34.795613, -82.705886 34.797507, -82.705884 34.797558, -82.706054 34.797557, -82.71222 34.797695, -82.713314 34.799188, -82.713092 34.799487, -82.713282 34.79994, -82.713322 34.800061, -82.713056 34.799972, -82.712386 34.800279, -82.712032 34.800479, -82.711578 34.800461, -82.711564 34.800479, -82.711446 34.800575, -82.711422 34.800579, -82.711202 34.800543, -82.711046 34.800506, -82.71088 34.800425, -82.710383 34.800406, -82.710384 34.800819, -82.709942 34.80088, -82.709957 34.800983, -82.709952 34.801252, -82.709928 34.801839, -82.709203 34.801916, -82.709256 34.802078, -82.708773 34.802194, -82.708289 34.802321, -82.708156 34.802317, -82.708223 34.802396, -82.708347 34.802607, -82.70841 34.802768, -82.708511 34.802756, -82.709003 34.802636, -82.710041 34.802413, -82.709957 34.802893, -82.709881 34.803627, -82.710335 34.803627, -82.711828 34.804852, -82.71116 34.806656, -82.71078 34.807702, -82.708326 34.807713, -82.708275 34.80772, -82.705894 34.808929, -82.704741 34.810505, -82.704857 34.81098, -82.704883 34.811171, -82.704877 34.811342, -82.704205 34.812339, -82.703302 34.81278, -82.702952 34.811921, -82.702758 34.81163, -82.702392 34.811904, -82.698761 34.814718, -82.699712 34.816351, -82.700821 34.817291, -82.70094 34.817734, -82.699814 34.817984, -82.698745 34.818135, -82.697019 34.818303, -82.69665 34.817341, -82.696572 34.817094, -82.696433 34.816702, -82.696253 34.816757, -82.693638 34.818209, -82.690364 34.817153, -82.690324 34.816881, -82.690327 34.816828, -82.687871 34.814358, -82.689075 34.813861, -82.689069 34.813528, -82.689074 34.811918, -82.68893 34.811724, -82.690153 34.81095, -82.691224 34.809971, -82.691516 34.80997, -82.691751 34.809804, -82.691831 34.80985, -82.691854 34.80985, -82.692636 34.808602, -82.692993 34.8083, -82.692259 34.806206, -82.692137 34.806225, -82.692041 34.806116, -82.689986 34.803883, -82.68966 34.804356, -82.688381 34.803448, -82.688074 34.803261, -82.68805 34.803221, -82.687104 34.803471, -82.686574 34.802289, -82.687484 34.801188, -82.68711 34.800439, -82.686965 34.800115, -82.686679 34.800116, -82.686645 34.800058, -82.686609 34.800022, -82.686532 34.799979, -82.686487 34.799964, -82.686453 34.799848, -82.686823 34.79985, -82.686364 34.799019, -82.686279 34.79896, -82.685425 34.79833, -82.685267 34.798601, -82.685372 34.798901, -82.685092 34.799174, -82.684692 34.79951, -82.684318 34.79981, -82.683253 34.800619, -82.682938 34.800288, -82.682609 34.79996, -82.683563 34.799161, -82.683774 34.798968, -82.683873 34.798863, -82.683997 34.798743, -82.68411 34.798624, -82.684216 34.798492, -82.684457 34.798174, -82.68456 34.797994, -82.684372 34.797839, -82.684151 34.797732, -82.683895 34.797622, -82.683124 34.797384, -82.68279 34.797319, -82.680447 34.797239, -82.680172 34.797216, -82.679946 34.796962, -82.679618 34.796962, -82.67963 34.793792, -82.679587 34.790095, -82.679638 34.788725, -82.67869 34.789142, -82.674993 34.785551, -82.674804 34.785136, -82.676036 34.785137, -82.678849 34.786387, -82.679581 34.785332, -82.680057 34.78459, -82.679268 34.784287, -82.679482 34.783856, -82.677124 34.782786, -82.675771 34.781613, -82.675504 34.781395, -82.675395 34.781456, -82.674875 34.78145, -82.674823 34.780856, -82.674795 34.780856, -82.674341 34.7809, -82.674053 34.780521, -82.672998 34.779275, -82.67294 34.779194, -82.673238 34.779035, -82.673246 34.778775, -82.673572 34.77886, -82.674312 34.778301, -82.674492 34.778498, -82.674718 34.778269, -82.674942 34.777966, -82.674914 34.777717, -82.67551 34.777028, -82.6772 34.77505, -82.679532 34.776027, -82.68031 34.775479, -82.684924 34.775432, -82.6871 34.772848, -82.687212 34.772926, -82.686116 34.774283, -82.687022 34.7753, -82.688968 34.775312, -82.689876 34.774268, -82.690056 34.77441, -82.69075 34.774853, -82.690284 34.775366, -82.689872 34.775079, -82.689798 34.775019, -82.689548 34.775386, -82.692156 34.77538, -82.69294 34.773236, -82.692974 34.773168, -82.693292 34.773266, -82.69339 34.772776, -82.693802 34.772977, -82.694226 34.772257, -82.693904 34.771679, -82.69461 34.771637, -82.694978 34.771743, -82.695362 34.771815, -82.695956 34.771936, -82.696393 34.771938, -82.697071 34.771911, -82.697577 34.771815, -82.698154 34.771743, -82.698515 34.771694, -82.698659 34.771358, -82.698756 34.771117, -82.698948 34.770708, -82.698996 34.770467, -82.698996 34.770251, -82.6989 34.770034, -82.698683 34.769577, -82.698491 34.769313, -82.698323 34.768976, -82.698701 34.768863, -82.698688 34.768775, -82.698741 34.768616, -82.698734 34.768534, -82.698674 34.768413, -82.698541 34.768275, -82.698195 34.768001, -82.698102 34.767952, -82.700995 34.763278, -82.701679 34.762111, -82.701907 34.761662, -82.705172 34.761638, -82.705174 34.762502, -82.705189 34.76268, -82.705188 34.762773, -82.705185 34.762913, -82.705148 34.763315, -82.705139 34.763534, -82.705167 34.763913, -82.705194 34.764091, -82.705364 34.764632, -82.70563 34.765314, -82.706147 34.766589, -82.706423 34.767311, -82.706657 34.767904, -82.706839 34.76835, -82.706995 34.76879, -82.707054 34.769004, -82.706719 34.768928, -82.706358 34.76888, -82.705925 34.768904, -82.705348 34.769048, -82.704746 34.769144, -82.703423 34.769457, -82.70299 34.76965, -82.702519 34.769846, -82.702076 34.770107, -82.701686 34.770483, -82.701306 34.77066, -82.701087 34.770958, -82.703882 34.773026, -82.70631 34.774134, -82.706279 34.770958, -82.707302 34.770965, -82.708261 34.77095, -82.709247 34.770899, -82.709316 34.770887, -82.709327 34.770931, -82.709789 34.771975, -82.71098 34.774607, -82.711134 34.774993, -82.710208 34.776944, -82.710008 34.777512, -82.709738 34.778559, -82.709606 34.77904, -82.708508 34.78028, -82.70858 34.780556, -82.70868 34.781031, -82.70869 34.781052, -82.708616 34.781623, -82.708932 34.781783, -82.71038 34.782423, -82.710964 34.782806, -82.710796 34.782833, -82.71193 34.783759, -82.71357 34.783286, -82.714446 34.784101, -82.71346 34.784568, -82.71328 34.784637, -82.713086 34.784697, -82.713122 34.784746, -82.714806 34.786321, -82.71483 34.786356, -82.716696 34.786902, -82.716646 34.787872, -82.716706 34.788158, -82.716718 34.788237)), ((-82.70455 34.799768, -82.704518 34.799816, -82.704375 34.799986, -82.704242 34.799892, -82.704048 34.799778, -82.703828 34.799962, -82.703885 34.80033, -82.703975 34.800334, -82.704369 34.800356, -82.704335 34.800586, -82.704847 34.800453, -82.705036 34.800405, -82.704968 34.799799, -82.70455 34.799768)), ((-82.706414 34.799135, -82.70622 34.798124, -82.706215 34.797692, -82.706026 34.798085, -82.705842 34.79872, -82.705819 34.798797, -82.705804 34.798862, -82.705786 34.798952, -82.705771 34.799093, -82.705774 34.799139, -82.705797 34.799269, -82.705848 34.799448, -82.705922 34.799677, -82.706087 34.800135, -82.706152 34.80028, -82.706196 34.800338, -82.706608 34.799785, -82.706414 34.799135)), ((-82.694792 34.774434, -82.69386 34.773934, -82.693826 34.77402, -82.693726 34.774326, -82.69364 34.774688, -82.693432 34.775365, -82.693364 34.77553, -82.694666 34.775433, -82.69438 34.7751, -82.694908 34.774503, -82.694792 34.774434)), ((-82.700862 34.809417, -82.698995 34.806439, -82.698941 34.80652, -82.698818 34.806563, -82.698762 34.806575, -82.698684 34.806549, -82.698592 34.806591, -82.698465 34.80671, -82.698442 34.806786, -82.698404 34.806875, -82.698339 34.806926, -82.698281 34.806948, -82.698218 34.806951, -82.698128 34.806939, -82.698076 34.806958, -82.697978 34.806957, -82.697854 34.806933, -82.697768 34.806928, -82.697654 34.806936, -82.697585 34.80695, -82.697505 34.806972, -82.697426 34.807004, -82.697365 34.807017, -82.697311 34.807018, -82.697253 34.807006, -82.697132 34.807018, -82.696993 34.807004, -82.696925 34.80701, -82.696875 34.807026, -82.696645 34.807119, -82.69648 34.807235, -82.696373 34.807293, -82.696321 34.807311, -82.696262 34.807322, -82.696212 34.807323, -82.696104 34.807306, -82.695986 34.807313, -82.695915 34.807332, -82.695877 34.807351, -82.695854 34.807376, -82.695842 34.807405, -82.695818 34.807438, -82.69576 34.807472, -82.695732 34.807478, -82.695686 34.807467, -82.695667 34.807449, -82.695564 34.80742, -82.695471 34.807401, -82.695406 34.807412, -82.695326 34.807433, -82.695273 34.807437, -82.695143 34.807431, -82.695053 34.807399, -82.694969 34.807395, -82.694886 34.807409, -82.694846 34.80742, -82.694759 34.80745, -82.694637 34.807499, -82.694538 34.807531, -82.694365 34.807559, -82.694292 34.807601, -82.694265 34.807642, -82.694231 34.807681, -82.694185 34.807746, -82.69418 34.807763, -82.694194 34.807804, -82.694206 34.807824, -82.694204 34.807845, -82.694186 34.807865, -82.694131 34.8079, -82.694091 34.807918, -82.694057 34.807939, -82.694027 34.807964, -82.69395 34.807995, -82.693876 34.80803, -82.693817 34.80808, -82.693742 34.808128, -82.693673 34.808191, -82.693642 34.808224, -82.693627 34.808273, -82.693592 34.808348, -82.693567 34.808386, -82.693504 34.808438, -82.693769 34.809075, -82.694938 34.812225, -82.695517 34.812061, -82.695748 34.812648, -82.695166 34.812837, -82.695609 34.81403, -82.695752 34.814384, -82.695806 34.814359, -82.697199 34.813838, -82.69806 34.813048, -82.697841 34.812891, -82.697149 34.813472, -82.69689 34.813654, -82.696629 34.813748, -82.696481 34.813787, -82.695992 34.812536, -82.69722 34.811266, -82.698347 34.81247, -82.698077 34.812695, -82.698286 34.812841, -82.699954 34.811313, -82.700248 34.810804, -82.700619 34.809747, -82.700922 34.809552, -82.700862 34.809417)), ((-82.702005 34.774963, -82.701972 34.774936, -82.701879 34.774755, -82.701726 34.774507, -82.701552 34.774254, -82.701439 34.774062, -82.701199 34.773771, -82.700973 34.773573, -82.700806 34.773326, -82.70068 34.773166, -82.700666 34.773117, -82.700506 34.772952, -82.700313 34.772793, -82.70014 34.772677, -82.70008 34.772666, -82.69984 34.772573, -82.69966 34.772463, -82.699567 34.772419, -82.699474 34.772331, -82.699294 34.771958, -82.699228 34.771875, -82.699174 34.771782, -82.699094 34.7716, -82.699094 34.771446, -82.699041 34.771282, -82.699061 34.771172, -82.699241 34.770732, -82.699327 34.770424, -82.699327 34.77021, -82.699187 34.769814, -82.699127 34.769688, -82.699127 34.769633, -82.698961 34.769303, -82.698874 34.769193, -82.698635 34.769168, -82.699116 34.770107, -82.699116 34.77066, -82.698924 34.771213, -82.698635 34.771815, -82.698467 34.771911, -82.697865 34.771983, -82.697047 34.772031, -82.696472 34.772182, -82.696278 34.772103, -82.69474 34.771846, -82.695672 34.773337, -82.695854 34.773676, -82.696628 34.773598, -82.696608 34.773746, -82.69622 34.775366, -82.696306 34.775383, -82.69664 34.775407, -82.70008 34.775267, -82.700636 34.77524, -82.702107 34.775193, -82.702005 34.774963)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 6.158547582382823}]", "question_entities": "{\"[3]\": {\"region_name\": \"Liberty, South Carolina\", \"geo_wkt\": \"MULTIPOLYGON (((-82.716718 34.788237, -82.71626 34.788415, -82.715648 34.788836, -82.714156 34.789764, -82.71153 34.791059, -82.709086 34.79275, -82.70887 34.792788, -82.708782 34.792846, -82.707536 34.793992, -82.707234 34.794666, -82.706752 34.795613, -82.705886 34.797507, -82.705884 34.797558, -82.706054 34.797557, -82.71222 34.797695, -82.713314 34.799188, -82.713092 34.799487, -82.713282 34.79994, -82.713322 34.800061, -82.713056 34.799972, -82.712386 34.800279, -82.712032 34.800479, -82.711578 34.800461, -82.711564 34.800479, -82.711446 34.800575, -82.711422 34.800579, -82.711202 34.800543, -82.711046 34.800506, -82.71088 34.800425, -82.710383 34.800406, -82.710384 34.800819, -82.709942 34.80088, -82.709957 34.800983, -82.709952 34.801252, -82.709928 34.801839, -82.709203 34.801916, -82.709256 34.802078, -82.708773 34.802194, -82.708289 34.802321, -82.708156 34.802317, -82.708223 34.802396, -82.708347 34.802607, -82.70841 34.802768, -82.708511 34.802756, -82.709003 34.802636, -82.710041 34.802413, -82.709957 34.802893, -82.709881 34.803627, -82.710335 34.803627, -82.711828 34.804852, -82.71116 34.806656, -82.71078 34.807702, -82.708326 34.807713, -82.708275 34.80772, -82.705894 34.808929, -82.704741 34.810505, -82.704857 34.81098, -82.704883 34.811171, -82.704877 34.811342, -82.704205 34.812339, -82.703302 34.81278, -82.702952 34.811921, -82.702758 34.81163, -82.702392 34.811904, -82.698761 34.814718, -82.699712 34.816351, -82.700821 34.817291, -82.70094 34.817734, -82.699814 34.817984, -82.698745 34.818135, -82.697019 34.818303, -82.69665 34.817341, -82.696572 34.817094, -82.696433 34.816702, -82.696253 34.816757, -82.693638 34.818209, -82.690364 34.817153, -82.690324 34.816881, -82.690327 34.816828, -82.687871 34.814358, -82.689075 34.813861, -82.689069 34.813528, -82.689074 34.811918, -82.68893 34.811724, -82.690153 34.81095, -82.691224 34.809971, -82.691516 34.80997, -82.691751 34.809804, -82.691831 34.80985, -82.691854 34.80985, -82.692636 34.808602, -82.692993 34.8083, -82.692259 34.806206, -82.692137 34.806225, -82.692041 34.806116, -82.689986 34.803883, -82.68966 34.804356, -82.688381 34.803448, -82.688074 34.803261, -82.68805 34.803221, -82.687104 34.803471, -82.686574 34.802289, -82.687484 34.801188, -82.68711 34.800439, -82.686965 34.800115, -82.686679 34.800116, -82.686645 34.800058, -82.686609 34.800022, -82.686532 34.799979, -82.686487 34.799964, -82.686453 34.799848, -82.686823 34.79985, -82.686364 34.799019, -82.686279 34.79896, -82.685425 34.79833, -82.685267 34.798601, -82.685372 34.798901, -82.685092 34.799174, -82.684692 34.79951, -82.684318 34.79981, -82.683253 34.800619, -82.682938 34.800288, -82.682609 34.79996, -82.683563 34.799161, -82.683774 34.798968, -82.683873 34.798863, -82.683997 34.798743, -82.68411 34.798624, -82.684216 34.798492, -82.684457 34.798174, -82.68456 34.797994, -82.684372 34.797839, -82.684151 34.797732, -82.683895 34.797622, -82.683124 34.797384, -82.68279 34.797319, -82.680447 34.797239, -82.680172 34.797216, -82.679946 34.796962, -82.679618 34.796962, -82.67963 34.793792, -82.679587 34.790095, -82.679638 34.788725, -82.67869 34.789142, -82.674993 34.785551, -82.674804 34.785136, -82.676036 34.785137, -82.678849 34.786387, -82.679581 34.785332, -82.680057 34.78459, -82.679268 34.784287, -82.679482 34.783856, -82.677124 34.782786, -82.675771 34.781613, -82.675504 34.781395, -82.675395 34.781456, -82.674875 34.78145, -82.674823 34.780856, -82.674795 34.780856, -82.674341 34.7809, -82.674053 34.780521, -82.672998 34.779275, -82.67294 34.779194, -82.673238 34.779035, -82.673246 34.778775, -82.673572 34.77886, -82.674312 34.778301, -82.674492 34.778498, -82.674718 34.778269, -82.674942 34.777966, -82.674914 34.777717, -82.67551 34.777028, -82.6772 34.77505, -82.679532 34.776027, -82.68031 34.775479, -82.684924 34.775432, -82.6871 34.772848, -82.687212 34.772926, -82.686116 34.774283, -82.687022 34.7753, -82.688968 34.775312, -82.689876 34.774268, -82.690056 34.77441, -82.69075 34.774853, -82.690284 34.775366, -82.689872 34.775079, -82.689798 34.775019, -82.689548 34.775386, -82.692156 34.77538, -82.69294 34.773236, -82.692974 34.773168, -82.693292 34.773266, -82.69339 34.772776, -82.693802 34.772977, -82.694226 34.772257, -82.693904 34.771679, -82.69461 34.771637, -82.694978 34.771743, -82.695362 34.771815, -82.695956 34.771936, -82.696393 34.771938, -82.697071 34.771911, -82.697577 34.771815, -82.698154 34.771743, -82.698515 34.771694, -82.698659 34.771358, -82.698756 34.771117, -82.698948 34.770708, -82.698996 34.770467, -82.698996 34.770251, -82.6989 34.770034, -82.698683 34.769577, -82.698491 34.769313, -82.698323 34.768976, -82.698701 34.768863, -82.698688 34.768775, -82.698741 34.768616, -82.698734 34.768534, -82.698674 34.768413, -82.698541 34.768275, -82.698195 34.768001, -82.698102 34.767952, -82.700995 34.763278, -82.701679 34.762111, -82.701907 34.761662, -82.705172 34.761638, -82.705174 34.762502, -82.705189 34.76268, -82.705188 34.762773, -82.705185 34.762913, -82.705148 34.763315, -82.705139 34.763534, -82.705167 34.763913, -82.705194 34.764091, -82.705364 34.764632, -82.70563 34.765314, -82.706147 34.766589, -82.706423 34.767311, -82.706657 34.767904, -82.706839 34.76835, -82.706995 34.76879, -82.707054 34.769004, -82.706719 34.768928, -82.706358 34.76888, -82.705925 34.768904, -82.705348 34.769048, -82.704746 34.769144, -82.703423 34.769457, -82.70299 34.76965, -82.702519 34.769846, -82.702076 34.770107, -82.701686 34.770483, -82.701306 34.77066, -82.701087 34.770958, -82.703882 34.773026, -82.70631 34.774134, -82.706279 34.770958, -82.707302 34.770965, -82.708261 34.77095, -82.709247 34.770899, -82.709316 34.770887, -82.709327 34.770931, -82.709789 34.771975, -82.71098 34.774607, -82.711134 34.774993, -82.710208 34.776944, -82.710008 34.777512, -82.709738 34.778559, -82.709606 34.77904, -82.708508 34.78028, -82.70858 34.780556, -82.70868 34.781031, -82.70869 34.781052, -82.708616 34.781623, -82.708932 34.781783, -82.71038 34.782423, -82.710964 34.782806, -82.710796 34.782833, -82.71193 34.783759, -82.71357 34.783286, -82.714446 34.784101, -82.71346 34.784568, -82.71328 34.784637, -82.713086 34.784697, -82.713122 34.784746, -82.714806 34.786321, -82.71483 34.786356, -82.716696 34.786902, -82.716646 34.787872, -82.716706 34.788158, -82.716718 34.788237)), ((-82.70455 34.799768, -82.704518 34.799816, -82.704375 34.799986, -82.704242 34.799892, -82.704048 34.799778, -82.703828 34.799962, -82.703885 34.80033, -82.703975 34.800334, -82.704369 34.800356, -82.704335 34.800586, -82.704847 34.800453, -82.705036 34.800405, -82.704968 34.799799, -82.70455 34.799768)), ((-82.706414 34.799135, -82.70622 34.798124, -82.706215 34.797692, -82.706026 34.798085, -82.705842 34.79872, -82.705819 34.798797, -82.705804 34.798862, -82.705786 34.798952, -82.705771 34.799093, -82.705774 34.799139, -82.705797 34.799269, -82.705848 34.799448, -82.705922 34.799677, -82.706087 34.800135, -82.706152 34.80028, -82.706196 34.800338, -82.706608 34.799785, -82.706414 34.799135)), ((-82.694792 34.774434, -82.69386 34.773934, -82.693826 34.77402, -82.693726 34.774326, -82.69364 34.774688, -82.693432 34.775365, -82.693364 34.77553, -82.694666 34.775433, -82.69438 34.7751, -82.694908 34.774503, -82.694792 34.774434)), ((-82.700862 34.809417, -82.698995 34.806439, -82.698941 34.80652, -82.698818 34.806563, -82.698762 34.806575, -82.698684 34.806549, -82.698592 34.806591, -82.698465 34.80671, -82.698442 34.806786, -82.698404 34.806875, -82.698339 34.806926, -82.698281 34.806948, -82.698218 34.806951, -82.698128 34.806939, -82.698076 34.806958, -82.697978 34.806957, -82.697854 34.806933, -82.697768 34.806928, -82.697654 34.806936, -82.697585 34.80695, -82.697505 34.806972, -82.697426 34.807004, -82.697365 34.807017, -82.697311 34.807018, -82.697253 34.807006, -82.697132 34.807018, -82.696993 34.807004, -82.696925 34.80701, -82.696875 34.807026, -82.696645 34.807119, -82.69648 34.807235, -82.696373 34.807293, -82.696321 34.807311, -82.696262 34.807322, -82.696212 34.807323, -82.696104 34.807306, -82.695986 34.807313, -82.695915 34.807332, -82.695877 34.807351, -82.695854 34.807376, -82.695842 34.807405, -82.695818 34.807438, -82.69576 34.807472, -82.695732 34.807478, -82.695686 34.807467, -82.695667 34.807449, -82.695564 34.80742, -82.695471 34.807401, -82.695406 34.807412, -82.695326 34.807433, -82.695273 34.807437, -82.695143 34.807431, -82.695053 34.807399, -82.694969 34.807395, -82.694886 34.807409, -82.694846 34.80742, -82.694759 34.80745, -82.694637 34.807499, -82.694538 34.807531, -82.694365 34.807559, -82.694292 34.807601, -82.694265 34.807642, -82.694231 34.807681, -82.694185 34.807746, -82.69418 34.807763, -82.694194 34.807804, -82.694206 34.807824, -82.694204 34.807845, -82.694186 34.807865, -82.694131 34.8079, -82.694091 34.807918, -82.694057 34.807939, -82.694027 34.807964, -82.69395 34.807995, -82.693876 34.80803, -82.693817 34.80808, -82.693742 34.808128, -82.693673 34.808191, -82.693642 34.808224, -82.693627 34.808273, -82.693592 34.808348, -82.693567 34.808386, -82.693504 34.808438, -82.693769 34.809075, -82.694938 34.812225, -82.695517 34.812061, -82.695748 34.812648, -82.695166 34.812837, -82.695609 34.81403, -82.695752 34.814384, -82.695806 34.814359, -82.697199 34.813838, -82.69806 34.813048, -82.697841 34.812891, -82.697149 34.813472, -82.69689 34.813654, -82.696629 34.813748, -82.696481 34.813787, -82.695992 34.812536, -82.69722 34.811266, -82.698347 34.81247, -82.698077 34.812695, -82.698286 34.812841, -82.699954 34.811313, -82.700248 34.810804, -82.700619 34.809747, -82.700922 34.809552, -82.700862 34.809417)), ((-82.702005 34.774963, -82.701972 34.774936, -82.701879 34.774755, -82.701726 34.774507, -82.701552 34.774254, -82.701439 34.774062, -82.701199 34.773771, -82.700973 34.773573, -82.700806 34.773326, -82.70068 34.773166, -82.700666 34.773117, -82.700506 34.772952, -82.700313 34.772793, -82.70014 34.772677, -82.70008 34.772666, -82.69984 34.772573, -82.69966 34.772463, -82.699567 34.772419, -82.699474 34.772331, -82.699294 34.771958, -82.699228 34.771875, -82.699174 34.771782, -82.699094 34.7716, -82.699094 34.771446, -82.699041 34.771282, -82.699061 34.771172, -82.699241 34.770732, -82.699327 34.770424, -82.699327 34.77021, -82.699187 34.769814, -82.699127 34.769688, -82.699127 34.769633, -82.698961 34.769303, -82.698874 34.769193, -82.698635 34.769168, -82.699116 34.770107, -82.699116 34.77066, -82.698924 34.771213, -82.698635 34.771815, -82.698467 34.771911, -82.697865 34.771983, -82.697047 34.772031, -82.696472 34.772182, -82.696278 34.772103, -82.69474 34.771846, -82.695672 34.773337, -82.695854 34.773676, -82.696628 34.773598, -82.696608 34.773746, -82.69622 34.775366, -82.696306 34.775383, -82.69664 34.775407, -82.70008 34.775267, -82.700636 34.77524, -82.702107 34.775193, -82.702005 34.774963)))\", \"region\": {\"id\": 14479, \"geometry\": \"MULTIPOLYGON (((-82.716718 34.788237, -82.71626 34.788415, -82.715648 34.788836, -82.714156 34.789764, -82.71153 34.791059, -82.709086 34.79275, -82.70887 34.792788, -82.708782 34.792846, -82.707536 34.793992, -82.707234 34.794666, -82.706752 34.795613, -82.705886 34.797507, -82.705884 34.797558, -82.706054 34.797557, -82.71222 34.797695, -82.713314 34.799188, -82.713092 34.799487, -82.713282 34.79994, -82.713322 34.800061, -82.713056 34.799972, -82.712386 34.800279, -82.712032 34.800479, -82.711578 34.800461, -82.711564 34.800479, -82.711446 34.800575, -82.711422 34.800579, -82.711202 34.800543, -82.711046 34.800506, -82.71088 34.800425, -82.710383 34.800406, -82.710384 34.800819, -82.709942 34.80088, -82.709957 34.800983, -82.709952 34.801252, -82.709928 34.801839, -82.709203 34.801916, -82.709256 34.802078, -82.708773 34.802194, -82.708289 34.802321, -82.708156 34.802317, -82.708223 34.802396, -82.708347 34.802607, -82.70841 34.802768, -82.708511 34.802756, -82.709003 34.802636, -82.710041 34.802413, -82.709957 34.802893, -82.709881 34.803627, -82.710335 34.803627, -82.711828 34.804852, -82.71116 34.806656, -82.71078 34.807702, -82.708326 34.807713, -82.708275 34.80772, -82.705894 34.808929, -82.704741 34.810505, -82.704857 34.81098, -82.704883 34.811171, -82.704877 34.811342, -82.704205 34.812339, -82.703302 34.81278, -82.702952 34.811921, -82.702758 34.81163, -82.702392 34.811904, -82.698761 34.814718, -82.699712 34.816351, -82.700821 34.817291, -82.70094 34.817734, -82.699814 34.817984, -82.698745 34.818135, -82.697019 34.818303, -82.69665 34.817341, -82.696572 34.817094, -82.696433 34.816702, -82.696253 34.816757, -82.693638 34.818209, -82.690364 34.817153, -82.690324 34.816881, -82.690327 34.816828, -82.687871 34.814358, -82.689075 34.813861, -82.689069 34.813528, -82.689074 34.811918, -82.68893 34.811724, -82.690153 34.81095, -82.691224 34.809971, -82.691516 34.80997, -82.691751 34.809804, -82.691831 34.80985, -82.691854 34.80985, -82.692636 34.808602, -82.692993 34.8083, -82.692259 34.806206, -82.692137 34.806225, -82.692041 34.806116, -82.689986 34.803883, -82.68966 34.804356, -82.688381 34.803448, -82.688074 34.803261, -82.68805 34.803221, -82.687104 34.803471, -82.686574 34.802289, -82.687484 34.801188, -82.68711 34.800439, -82.686965 34.800115, -82.686679 34.800116, -82.686645 34.800058, -82.686609 34.800022, -82.686532 34.799979, -82.686487 34.799964, -82.686453 34.799848, -82.686823 34.79985, -82.686364 34.799019, -82.686279 34.79896, -82.685425 34.79833, -82.685267 34.798601, -82.685372 34.798901, -82.685092 34.799174, -82.684692 34.79951, -82.684318 34.79981, -82.683253 34.800619, -82.682938 34.800288, -82.682609 34.79996, -82.683563 34.799161, -82.683774 34.798968, -82.683873 34.798863, -82.683997 34.798743, -82.68411 34.798624, -82.684216 34.798492, -82.684457 34.798174, -82.68456 34.797994, -82.684372 34.797839, -82.684151 34.797732, -82.683895 34.797622, -82.683124 34.797384, -82.68279 34.797319, -82.680447 34.797239, -82.680172 34.797216, -82.679946 34.796962, -82.679618 34.796962, -82.67963 34.793792, -82.679587 34.790095, -82.679638 34.788725, -82.67869 34.789142, -82.674993 34.785551, -82.674804 34.785136, -82.676036 34.785137, -82.678849 34.786387, -82.679581 34.785332, -82.680057 34.78459, -82.679268 34.784287, -82.679482 34.783856, -82.677124 34.782786, -82.675771 34.781613, -82.675504 34.781395, -82.675395 34.781456, -82.674875 34.78145, -82.674823 34.780856, -82.674795 34.780856, -82.674341 34.7809, -82.674053 34.780521, -82.672998 34.779275, -82.67294 34.779194, -82.673238 34.779035, -82.673246 34.778775, -82.673572 34.77886, -82.674312 34.778301, -82.674492 34.778498, -82.674718 34.778269, -82.674942 34.777966, -82.674914 34.777717, -82.67551 34.777028, -82.6772 34.77505, -82.679532 34.776027, -82.68031 34.775479, -82.684924 34.775432, -82.6871 34.772848, -82.687212 34.772926, -82.686116 34.774283, -82.687022 34.7753, -82.688968 34.775312, -82.689876 34.774268, -82.690056 34.77441, -82.69075 34.774853, -82.690284 34.775366, -82.689872 34.775079, -82.689798 34.775019, -82.689548 34.775386, -82.692156 34.77538, -82.69294 34.773236, -82.692974 34.773168, -82.693292 34.773266, -82.69339 34.772776, -82.693802 34.772977, -82.694226 34.772257, -82.693904 34.771679, -82.69461 34.771637, -82.694978 34.771743, -82.695362 34.771815, -82.695956 34.771936, -82.696393 34.771938, -82.697071 34.771911, -82.697577 34.771815, -82.698154 34.771743, -82.698515 34.771694, -82.698659 34.771358, -82.698756 34.771117, -82.698948 34.770708, -82.698996 34.770467, -82.698996 34.770251, -82.6989 34.770034, -82.698683 34.769577, -82.698491 34.769313, -82.698323 34.768976, -82.698701 34.768863, -82.698688 34.768775, -82.698741 34.768616, -82.698734 34.768534, -82.698674 34.768413, -82.698541 34.768275, -82.698195 34.768001, -82.698102 34.767952, -82.700995 34.763278, -82.701679 34.762111, -82.701907 34.761662, -82.705172 34.761638, -82.705174 34.762502, -82.705189 34.76268, -82.705188 34.762773, -82.705185 34.762913, -82.705148 34.763315, -82.705139 34.763534, -82.705167 34.763913, -82.705194 34.764091, -82.705364 34.764632, -82.70563 34.765314, -82.706147 34.766589, -82.706423 34.767311, -82.706657 34.767904, -82.706839 34.76835, -82.706995 34.76879, -82.707054 34.769004, -82.706719 34.768928, -82.706358 34.76888, -82.705925 34.768904, -82.705348 34.769048, -82.704746 34.769144, -82.703423 34.769457, -82.70299 34.76965, -82.702519 34.769846, -82.702076 34.770107, -82.701686 34.770483, -82.701306 34.77066, -82.701087 34.770958, -82.703882 34.773026, -82.70631 34.774134, -82.706279 34.770958, -82.707302 34.770965, -82.708261 34.77095, -82.709247 34.770899, -82.709316 34.770887, -82.709327 34.770931, -82.709789 34.771975, -82.71098 34.774607, -82.711134 34.774993, -82.710208 34.776944, -82.710008 34.777512, -82.709738 34.778559, -82.709606 34.77904, -82.708508 34.78028, -82.70858 34.780556, -82.70868 34.781031, -82.70869 34.781052, -82.708616 34.781623, -82.708932 34.781783, -82.71038 34.782423, -82.710964 34.782806, -82.710796 34.782833, -82.71193 34.783759, -82.71357 34.783286, -82.714446 34.784101, -82.71346 34.784568, -82.71328 34.784637, -82.713086 34.784697, -82.713122 34.784746, -82.714806 34.786321, -82.71483 34.786356, -82.716696 34.786902, -82.716646 34.787872, -82.716706 34.788158, -82.716718 34.788237)), ((-82.70455 34.799768, -82.704518 34.799816, -82.704375 34.799986, -82.704242 34.799892, -82.704048 34.799778, -82.703828 34.799962, -82.703885 34.80033, -82.703975 34.800334, -82.704369 34.800356, -82.704335 34.800586, -82.704847 34.800453, -82.705036 34.800405, -82.704968 34.799799, -82.70455 34.799768)), ((-82.706414 34.799135, -82.70622 34.798124, -82.706215 34.797692, -82.706026 34.798085, -82.705842 34.79872, -82.705819 34.798797, -82.705804 34.798862, -82.705786 34.798952, -82.705771 34.799093, -82.705774 34.799139, -82.705797 34.799269, -82.705848 34.799448, -82.705922 34.799677, -82.706087 34.800135, -82.706152 34.80028, -82.706196 34.800338, -82.706608 34.799785, -82.706414 34.799135)), ((-82.694792 34.774434, -82.69386 34.773934, -82.693826 34.77402, -82.693726 34.774326, -82.69364 34.774688, -82.693432 34.775365, -82.693364 34.77553, -82.694666 34.775433, -82.69438 34.7751, -82.694908 34.774503, -82.694792 34.774434)), ((-82.700862 34.809417, -82.698995 34.806439, -82.698941 34.80652, -82.698818 34.806563, -82.698762 34.806575, -82.698684 34.806549, -82.698592 34.806591, -82.698465 34.80671, -82.698442 34.806786, -82.698404 34.806875, -82.698339 34.806926, -82.698281 34.806948, -82.698218 34.806951, -82.698128 34.806939, -82.698076 34.806958, -82.697978 34.806957, -82.697854 34.806933, -82.697768 34.806928, -82.697654 34.806936, -82.697585 34.80695, -82.697505 34.806972, -82.697426 34.807004, -82.697365 34.807017, -82.697311 34.807018, -82.697253 34.807006, -82.697132 34.807018, -82.696993 34.807004, -82.696925 34.80701, -82.696875 34.807026, -82.696645 34.807119, -82.69648 34.807235, -82.696373 34.807293, -82.696321 34.807311, -82.696262 34.807322, -82.696212 34.807323, -82.696104 34.807306, -82.695986 34.807313, -82.695915 34.807332, -82.695877 34.807351, -82.695854 34.807376, -82.695842 34.807405, -82.695818 34.807438, -82.69576 34.807472, -82.695732 34.807478, -82.695686 34.807467, -82.695667 34.807449, -82.695564 34.80742, -82.695471 34.807401, -82.695406 34.807412, -82.695326 34.807433, -82.695273 34.807437, -82.695143 34.807431, -82.695053 34.807399, -82.694969 34.807395, -82.694886 34.807409, -82.694846 34.80742, -82.694759 34.80745, -82.694637 34.807499, -82.694538 34.807531, -82.694365 34.807559, -82.694292 34.807601, -82.694265 34.807642, -82.694231 34.807681, -82.694185 34.807746, -82.69418 34.807763, -82.694194 34.807804, -82.694206 34.807824, -82.694204 34.807845, -82.694186 34.807865, -82.694131 34.8079, -82.694091 34.807918, -82.694057 34.807939, -82.694027 34.807964, -82.69395 34.807995, -82.693876 34.80803, -82.693817 34.80808, -82.693742 34.808128, -82.693673 34.808191, -82.693642 34.808224, -82.693627 34.808273, -82.693592 34.808348, -82.693567 34.808386, -82.693504 34.808438, -82.693769 34.809075, -82.694938 34.812225, -82.695517 34.812061, -82.695748 34.812648, -82.695166 34.812837, -82.695609 34.81403, -82.695752 34.814384, -82.695806 34.814359, -82.697199 34.813838, -82.69806 34.813048, -82.697841 34.812891, -82.697149 34.813472, -82.69689 34.813654, -82.696629 34.813748, -82.696481 34.813787, -82.695992 34.812536, -82.69722 34.811266, -82.698347 34.81247, -82.698077 34.812695, -82.698286 34.812841, -82.699954 34.811313, -82.700248 34.810804, -82.700619 34.809747, -82.700922 34.809552, -82.700862 34.809417)), ((-82.702005 34.774963, -82.701972 34.774936, -82.701879 34.774755, -82.701726 34.774507, -82.701552 34.774254, -82.701439 34.774062, -82.701199 34.773771, -82.700973 34.773573, -82.700806 34.773326, -82.70068 34.773166, -82.700666 34.773117, -82.700506 34.772952, -82.700313 34.772793, -82.70014 34.772677, -82.70008 34.772666, -82.69984 34.772573, -82.69966 34.772463, -82.699567 34.772419, -82.699474 34.772331, -82.699294 34.771958, -82.699228 34.771875, -82.699174 34.771782, -82.699094 34.7716, -82.699094 34.771446, -82.699041 34.771282, -82.699061 34.771172, -82.699241 34.770732, -82.699327 34.770424, -82.699327 34.77021, -82.699187 34.769814, -82.699127 34.769688, -82.699127 34.769633, -82.698961 34.769303, -82.698874 34.769193, -82.698635 34.769168, -82.699116 34.770107, -82.699116 34.77066, -82.698924 34.771213, -82.698635 34.771815, -82.698467 34.771911, -82.697865 34.771983, -82.697047 34.772031, -82.696472 34.772182, -82.696278 34.772103, -82.69474 34.771846, -82.695672 34.773337, -82.695854 34.773676, -82.696628 34.773598, -82.696608 34.773746, -82.69622 34.775366, -82.696306 34.775383, -82.69664 34.775407, -82.70008 34.775267, -82.700636 34.77524, -82.702107 34.775193, -82.702005 34.774963)))\", \"region_name\": \"Liberty\", \"border_type\": \"city\", \"wikidata\": \"Q1979317\", \"wikipedia\": \"en:Liberty, South Carolina\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0017", "group": "raster_only", "template": "avg_slope+area", "question": "How steep is New Brunswick on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('LINESTRING (-68.911592 47.327183, -69.050378 47.300198, -69.050664 47.300144, -69.050961 47.300088, -69.050635 47.299537, -69.051518 47.298742, -69.053077 47.298522, -69.053406 47.297694, -69.053466 47.29718, -69.053068 47.296441, -69.052806 47.295495, -69.052702 47.294497, -69.053119 47.293521, -69.05311 47.292812, -69.052831 47.292494, -69.051172 47.292384, -69.049694 47.289278, -69.049803 47.288062, -69.049806 47.288056, -69.04979 47.284638, -69.049192 47.283324, -69.049838 47.282149, -69.050806 47.281417, -69.050872 47.280639, -69.050861 47.280639, -69.050997 47.280097, -69.050778 47.278475, -69.049274 47.275779, -69.048451 47.275759, -69.048081 47.275111, -69.048187 47.274243, -69.04814 47.273238, -69.046842 47.271585, -69.047602 47.270354, -69.048413 47.269421, -69.047941 47.268684, -69.047141 47.26726, -69.048871 47.264758, -69.048861 47.26475, -69.048123 47.263257, -69.049061 47.262483, -69.049912 47.261696, -69.050234 47.261073, -69.0506 47.260183, -69.050604 47.260065, -69.050745 47.25648, -69.046118 47.251366, -69.045236 47.250426, -69.044907 47.25, -69.042126 47.246312, -69.0409 47.245011, -69.037407 47.242716, -69.035718 47.242273, -69.034842 47.241904, -69.03457 47.241014, -69.033773 47.240402, -69.030126 47.23996, -69.027074 47.23934, -69.027083 47.239333, -69.021935 47.236736, -69.007372 47.230942, -69 47.228105, -68.988286 47.223584, -68.9804 47.220114, -68.978591 47.2177, -68.974901 47.216734, -68.971932 47.214655, -68.967217 47.21341, -68.965274 47.212524, -68.965303 47.211187, -68.964794 47.21018, -68.963486 47.209718, -68.961817 47.206407, -68.961187 47.205686, -68.960003 47.205256, -68.957183 47.205704, -68.955336 47.206407, -68.953798 47.206784, -68.952854 47.206894, -68.952106 47.205833, -68.951976 47.205036, -68.952307 47.204014, -68.951954 47.202683, -68.950782 47.202004, -68.949674 47.202149, -68.947536 47.20347, -68.942603 47.206092, -68.941057 47.206077, -68.939374 47.204513, -68.938032 47.203597, -68.936479 47.202898, -68.935463 47.202197, -68.934582 47.201244, -68.934116 47.200145, -68.932884 47.199709, -68.929076 47.199473, -68.928055 47.198721, -68.92995 47.197594, -68.928444 47.196599, -68.927957 47.19652, -68.926581 47.196805, -68.925569 47.197884, -68.92374 47.197377, -68.92055 47.195407, -68.91995 47.194832, -68.919864 47.193758, -68.919963 47.191509, -68.919778 47.18993, -68.91898 47.189463, -68.917769 47.189607, -68.915045 47.188576, -68.913349 47.187653, -68.911954 47.186462, -68.910302 47.185977, -68.908444 47.186342, -68.907396 47.185417, -68.907367 47.1842, -68.906196 47.182189, -68.905413 47.181637, -68.904872 47.180473, -68.90323 47.179751, -68.902882 47.17912, -68.901335 47.178151, -68.900033 47.177741, -68.898793 47.180252, -68.897607 47.181227, -68.895521 47.182434, -68.89372 47.182791, -68.889089 47.182016, -68.884422 47.183155, -68.882108 47.182892, -68.881416 47.183392, -68.876067 47.187258, -68.871032 47.18907, -68.866132 47.18891, -68.861569 47.189079, -68.857439 47.190341, -68.850951 47.194656, -68.849961 47.196252, -68.842885 47.199716, -68.837658 47.201493, -68.83145 47.20392, -68.826558 47.207121, -68.826402 47.207223, -68.817259 47.211203, -68.815164 47.213491, -68.811456 47.215173, -68.804267 47.215427, -68.781323 47.221058, -68.768944 47.221191, -68.764443 47.22205, -68.757178 47.224322, -68.752011 47.226301, -68.743261 47.231086, -68.737996 47.233347, -68.73429 47.235651, -68.7302 47.235645, -68.727902 47.236339, -68.724967 47.238071, -68.717016 47.24058, -68.715323 47.240831, -68.712324 47.240278, -68.709476 47.23938, -68.708758 47.238563, -68.705887 47.237731, -68.702263 47.238302, -68.69804 47.240858, -68.695231 47.242553, -68.69401 47.242998, -68.691707 47.243837, -68.68715 47.24441, -68.684351 47.242887, -68.679472 47.243061, -68.674954 47.242327, -68.667521 47.238153, -68.663198 47.236279, -68.659845 47.236124, -68.657834 47.23699, -68.655413 47.238857, -68.655058 47.23892, -68.653096 47.23927, -68.646276 47.239484, -68.644654 47.239817, -68.640263 47.24072, -68.635111 47.242336, -68.628711 47.242106, -68.625465 47.24217, -68.617512 47.243373, -68.607519 47.246984, -68.604599 47.249296, -68.604458 47.249433, -68.604361 47.249528, -68.604306 47.249583, -68.601839 47.252213, -68.599707 47.254486, -68.599291 47.254677, -68.596826 47.25581, -68.596276 47.256062, -68.596056 47.256164, -68.593544 47.25877, -68.593529 47.258921, -68.593318 47.261086, -68.597497 47.266869, -68.598203 47.268517, -68.597677 47.270147, -68.597675 47.270155, -68.592361 47.27413, -68.592356 47.274134, -68.591395 47.276595, -68.59053 47.27881, -68.589447 47.280539, -68.589446 47.280541, -68.586294 47.282746, -68.580055 47.28711, -68.580048 47.287115, -68.577614 47.287619, -68.57192 47.287152, -68.571769 47.287109, -68.557918 47.28317, -68.553746 47.282352, -68.549798 47.282141, -68.540816 47.284309, -68.538791 47.285286, -68.530238 47.292028, -68.525772 47.293784, -68.523951 47.2945, -68.516766 47.296087, -68.508262 47.296476, -68.503446 47.296032, -68.49665 47.294006, -68.494444 47.293756, -68.490158 47.293856, -68.48401 47.294907, -68.475023 47.29714, -68.474165 47.297058, -68.470432 47.296705, -68.465619 47.294608, -68.464566 47.293631, -68.461432 47.288855, -68.461411 47.288823, -68.458487 47.284367, -68.452679 47.282532, -68.448768 47.282009, -68.44626 47.282187, -68.441306 47.283671, -68.434365 47.282018, -68.429806 47.281259, -68.426594 47.281881, -68.425795 47.282036, -68.415097 47.287456, -68.409847 47.288008, -68.403147 47.286984, -68.39458 47.286778, -68.389967 47.28598, -68.381598 47.286265, -68.377856 47.287375, -68.375623 47.288966, -68.374724 47.291015, -68.376322 47.295184, -68.380643 47.298873, -68.38389 47.301154, -68.384787 47.303661, -68.380844 47.308226, -68.380962 47.310275, -68.383076 47.318108, -68.383447 47.319476, -68.384527 47.321327, -68.384714 47.324081, -68.383191 47.328722, -68.381512 47.331754, -68.380151 47.339646, -68.377722 47.343552, -68.377629 47.343644, -68.371881 47.349356, -68.368984 47.351536, -68.365347 47.353475, -68.363132 47.354657, -68.360916 47.355189, -68.352382 47.357239, -68.352379 47.357239, -68.35185 47.357367, -68.350091 47.357612, -68.347747 47.357938, -68.343401 47.358175, -68.343389 47.358167, -68.335595 47.359732, -68.332194 47.359972, -68.327668 47.360068, -68.323392 47.35955, -68.322363 47.359426, -68.322037 47.359334, -68.320165 47.358808, -68.311093 47.356242, -68.30519 47.355258, -68.303261 47.355239, -68.300647 47.355754, -68.299547 47.355968, -68.298545 47.356466, -68.29852 47.356478, -68.297932 47.356765, -68.293485 47.358969, -68.290344 47.35991, -68.284798 47.360288, -68.280573 47.359623, -68.278364 47.358439, -68.271094 47.354514, -68.264907 47.352218, -68.250565 47.35214, -68.247973 47.352118, -68.23918 47.354475, -68.238025 47.354782, -68.234471 47.355301, -68.228122 47.353358, -68.22625 47.351767, -68.225412 47.351055, -68.224716 47.350249, -68.22372 47.344704, -68.222838 47.344088, -68.219336 47.34161, -68.214534 47.339606, -68.211359 47.338843, -68.207316 47.339609, -68.20392 47.33948, -68.202352 47.339416, -68.179733 47.330202, -68.179252 47.330028, -68.179162 47.329996, -68.176047 47.32887, -68.16991 47.328491, -68.165812 47.327951, -68.16002 47.327182, -68.15456 47.325157, -68.152408 47.322126, -68.15342 47.315111, -68.153531 47.313324, -68.152298 47.309788, -68.146921 47.30566, -68.142256 47.300704, -68.141382 47.299775, -68.135827 47.295721, -68.127494 47.293999, -68.123103 47.289883, -68.120936 47.28743, -68.105014 47.281435, -68.102413 47.280088, -68.101016 47.279568, -68.097451 47.27824, -68.092388 47.276362, -68.082224 47.271066, -68.077399 47.266001, -68.076655 47.26266, -68.073948 47.259303, -68.066352 47.257671, -68.065016 47.257384, -68.061748 47.256098, -68.059389 47.255256, -68.052328 47.252032, -68.039264 47.246747, -68.033566 47.243561, -68.025442 47.240081, -68.01982 47.238657, -68.016732 47.235049, -68.007528 47.227694, -68.007008 47.227278, -68.00081 47.220176, -68 47.219247, -67.999965 47.219199, -67.998399 47.217059, -67.989616 47.209863, -67.987341 47.209253, -67.982817 47.208659, -67.973204 47.206789, -67.972942 47.206672, -67.957283 47.199694, -67.95353 47.196776, -67.953421 47.196692, -67.951943 47.194536, -67.951942 47.194535, -67.951172 47.191343, -67.950874 47.190106, -67.950936 47.18913, -67.951291 47.183523, -67.948543 47.181777, -67.94844 47.181661, -67.948032 47.181202, -67.945139 47.177946, -67.943263 47.176057, -67.94315 47.175926, -67.938993 47.171095, -67.936904 47.166063, -67.934916 47.163614, -67.931932 47.161488, -67.928665 47.156219, -67.927699 47.155348, -67.927167 47.154863, -67.921968 47.152035, -67.921468 47.151764, -67.921303 47.151674, -67.913396 47.149238, -67.912441 47.148944, -67.909834 47.147219, -67.907565 47.144116, -67.90349 47.136485, -67.898892 47.133114, -67.896084 47.131714, -67.89421 47.130468, -67.893505 47.129159, -67.890734 47.126484, -67.889911 47.124318, -67.890382 47.122353, -67.88919 47.119545, -67.88956 47.114128, -67.888168 47.109814, -67.882917 47.104403, -67.879728 47.102676, -67.879728 47.102676, -67.879134 47.102494, -67.874822 47.101172, -67.874819 47.101172, -67.868366 47.100543, -67.868365 47.100543, -67.85924 47.096851, -67.848669 47.093305, -67.845204 47.091422, -67.838281 47.087663, -67.83054 47.084969, -67.826013 47.084674, -67.825246 47.084477, -67.821111 47.083416, -67.81693 47.081393, -67.811218 47.076046, -67.803837 47.072648, -67.794597 47.069505, -67.790297 47.067276, -67.790198 47.067225, -67.790198 47.066335, -67.790204 47.066156, -67.790195 47.065914, -67.790186 47.064674, -67.790172 47.062636, -67.790161 47.061136, -67.790158 47.060814, -67.790157 47.060647, -67.790156 47.060447, -67.790154 47.059922, -67.790144 47.0588, -67.790144 47.0588, -67.790129 47.056754, -67.790119 47.055376, -67.790094 47.052156, -67.790079 47.05009, -67.79005 47.04625, -67.790039 47.044828, -67.790028 47.043211, -67.790019 47.042136, -67.789992 47.038586, -67.789991 47.038448, -67.789986 47.037711, -67.789953 47.033225, -67.789946 47.03218, -67.789945 47.03215, -67.789942 47.031631, -67.789932 47.030367, -67.789911 47.027419, -67.7899 47.026014, -67.789861 47.020881, -67.789852 47.019524, -67.789806 47.013394, -67.789797 47.010131, -67.789792 47.008039, -67.789772 47.001022, -67.789769 47.000002, -67.789753 46.994131, -67.789733 46.986636, -67.789732 46.986248, -67.789731 46.985342, -67.789726 46.982906, -67.789719 46.981533, -67.789718 46.980833, -67.789717 46.980411, -67.789699 46.974087, -67.789688 46.9702, -67.789668 46.962672, -67.789659 46.959231, -67.789656 46.958035, -67.789643 46.953416, -67.789638 46.951389, -67.789631 46.949074, -67.78962 46.945029, -67.789615 46.943018, -67.789599 46.937101, -67.789584 46.931427, -67.789571 46.926654, -67.789555 46.924682, -67.789556 46.924681, -67.789555 46.924659, -67.789512 46.919392, -67.789488 46.916418, -67.789454 46.912248, -67.789454 46.908358, -67.789453 46.90789, -67.789453 46.903263, -67.789452 46.900131, -67.789452 46.893916, -67.789451 46.8871, -67.78945 46.882714, -67.78945 46.877612, -67.78945 46.87676, -67.789449 46.872194, -67.789449 46.871087, -67.789448 46.865289, -67.789446 46.860579, -67.789446 46.858543, -67.789446 46.857739, -67.789471 46.853098, -67.789485 46.850466, -67.789505 46.846873, -67.789543 46.840007, -67.789595 46.830439, -67.789616 46.82661, -67.789624 46.825047, -67.789633 46.823496, -67.789663 46.817869, -67.789712 46.8087, -67.789727 46.80594, -67.789695 46.802087, -67.789668 46.798754, -67.789656 46.797238, -67.789636 46.794817, -67.789635 46.794666, -67.789626 46.793601, -67.789613 46.792054, -67.789594 46.789754, -67.789548 46.783994, -67.789516 46.780078, -67.789481 46.775828, -67.789442 46.771065, -67.789402 46.76612, -67.789392 46.765383, -67.789391 46.76534, -67.789381 46.7639, -67.789364 46.761797, -67.789336 46.758029, -67.789311 46.754965, -67.789286 46.751986, -67.789249 46.747421, -67.789236 46.745818, -67.789187 46.739759, -67.789156 46.735976, -67.789111 46.730468, -67.789064 46.724661, -67.78905 46.722864, -67.788981 46.714378, -67.788968 46.712778, -67.788938 46.707753, -67.788927 46.705941, -67.788902 46.702112, -67.788858 46.695409, -67.788819 46.68946, -67.788817 46.689235, -67.788802 46.686999, -67.78877 46.681943, -67.788728 46.675648, -67.788724 46.674966, -67.78871 46.672876, -67.788687 46.669221, -67.788647 46.663206, -67.788616 46.658466, -67.788592 46.654785, -67.788582 46.653339, -67.788574 46.652205, -67.78853 46.645746, -67.788509 46.642635, -67.788477 46.637941, -67.78846 46.635385, -67.788457 46.634883, -67.788443 46.632847, -67.788433 46.631455, -67.788387 46.624813, -67.788324 46.615637, -67.788319 46.613515, -67.788311 46.610017, -67.788298 46.604344, -67.788298 46.603451, -67.788291 46.601293, -67.788286 46.601063, -67.788269 46.600368, -67.788258 46.599917, -67.788257 46.599908, -67.78813 46.59478, -67.788087 46.593019, -67.788003 46.589644, -67.787883 46.5849, -67.787803 46.581707, -67.787766 46.580242, -67.787651 46.575642, -67.787486 46.569091, -67.787486 46.569053, -67.787312 46.562162, -67.787208 46.557982, -67.787088 46.553128, -67.787074 46.552621, -67.786843 46.543355, -67.786731 46.538897, -67.78663 46.534843, -67.786515 46.530271, -67.786442 46.527375, -67.78632 46.522494, -67.786159 46.516099, -67.786032 46.511019, -67.786005 46.509959, -67.785891 46.505397, -67.785838 46.502817, -67.785719 46.497085, -67.785604 46.491511, -67.785532 46.48798, -67.785403 46.481719, -67.785357 46.47951, -67.785312 46.477309, -67.78525 46.474301, -67.78513 46.46848, -67.785091 46.466609, -67.785081 46.466117, -67.785033 46.463559, -67.784907 46.45679, -67.784866 46.454585, -67.784839 46.453114, -67.784793 46.450874, -67.784782 46.450337, -67.784781 46.450283, -67.784775 46.450047, -67.784764 46.449464, -67.784736 46.447798, -67.784702 46.445799, -67.784638 46.442366, -67.784551 46.437668, -67.7845 46.434959, -67.784381 46.428539, -67.784288 46.423513, -67.784216 46.419641, -67.784208 46.41924, -67.784184 46.417968, -67.784126 46.414453, -67.784095 46.412541, -67.784017 46.407787, -67.783895 46.400429, -67.783779 46.393401, -67.783619 46.38366, -67.783566 46.380478, -67.783548 46.379383, -67.783501 46.376517, -67.783442 46.372973, -67.783356 46.36771, -67.783332 46.36625, -67.783238 46.360574, -67.783174 46.356636, -67.783123 46.353552, -67.783063 46.349073, -67.783001 46.34439, -67.782904 46.337105, -67.782826 46.331243, -67.782724 46.323508, -67.782653 46.318175, -67.782646 46.31764, -67.782642 46.317313, -67.782618 46.315534, -67.782533 46.309115, -67.782488 46.305737, -67.782404 46.299459, -67.782384 46.297744, -67.782346 46.294444, -67.782252 46.286402, -67.782222 46.283899, -67.78217 46.279417, -67.782166 46.279093, -67.782132 46.276132, -67.782104 46.273778, -67.782067 46.270569, -67.781996 46.264455, -67.781976 46.262758, -67.781975 46.262299, -67.781971 46.260551, -67.781951 46.250596, -67.781947 46.248251, -67.781927 46.246188, -67.781886 46.241782, -67.781831 46.235822, -67.781814 46.233906, -67.781795 46.231878, -67.781748 46.226837, -67.781747 46.226696, -67.781747 46.226636, -67.781744 46.226389, -67.781744 46.226339, -67.781739 46.225896, -67.781739 46.22586, -67.78168 46.219502, -67.781664 46.217852, -67.781661 46.217584, -67.781658 46.21724, -67.781654 46.2168, -67.78163 46.213258, -67.781569 46.204753, -67.781516 46.197417, -67.781465 46.190225, -67.781446 46.186173, -67.781441 46.185246, -67.781396 46.175719, -67.781384 46.173113, -67.781381 46.172579, -67.781376 46.171426, -67.781366 46.169438, -67.781319 46.159562, -67.781284 46.152091, -67.781258 46.146704, -67.781258 46.14358, -67.781258 46.137592, -67.781258 46.13561, -67.781258 46.135563, -67.78126 46.135468, -67.781271 46.134898, -67.781258 46.134261, -67.781258 46.133382, -67.781258 46.133293, -67.781258 46.133272, -67.781258 46.133126, -67.781258 46.132409, -67.781258 46.12986, -67.781258 46.121118, -67.781258 46.113381, -67.781258 46.112591, -67.781254 46.110656, -67.781248 46.106617, -67.78124 46.102206, -67.78123 46.096196, -67.781228 46.095039, -67.78122 46.090007, -67.781212 46.085738, -67.781211 46.08482, -67.781199 46.077472, -67.781185 46.075566, -67.781138 46.069093, -67.781077 46.060666, -67.781068 46.059458, -67.78106 46.057926, -67.781055 46.056906, -67.781041 46.053971, -67.781028 46.051226, -67.781023 46.050079, -67.780999 46.045045, -67.780958 46.037831, -67.780982 46.033826, -67.781006 46.027012, -67.78104 46.017498, -67.781064 46.011086, -67.781088 46.004275, -67.781101 46.000783, -67.781118 45.996116, -67.781133 45.992102, -67.781146 45.986948, -67.781161 45.981328, -67.78118 45.973986, -67.781207 45.963581, -67.781217 45.959544, -67.781221 45.958223, -67.781226 45.956115, -67.781244 45.948962, -67.781257 45.943642, -67.781256 45.943451, -67.781116 45.943258, -67.781021 45.943081, -67.781065 45.943013, -67.781044 45.942941, -67.781063 45.942826, -67.780925 45.942628, -67.780851 45.942476, -67.780858 45.942364, -67.780766 45.942313, -67.78069 45.942175, -67.780723 45.941916, -67.780797 45.941718, -67.781008 45.941702, -67.780999 45.941637, -67.780962 45.941549, -67.780824 45.941433, -67.780786 45.94135, -67.780461 45.941293, -67.780312 45.941216, -67.780333 45.941096, -67.780297 45.940976, -67.78031 45.940918, -67.780306 45.940917, -67.780263 45.940813, -67.780321 45.940667, -67.780297 45.94053, -67.780347 45.94039, -67.780292 45.940271, -67.780429 45.940022, -67.780454 45.939887, -67.780394 45.939791, -67.780488 45.939624, -67.780478 45.939569, -67.780616 45.939286, -67.780477 45.939115, -67.780527 45.938962, -67.78051 45.938726, -67.780452 45.938656, -67.780344 45.938525, -67.780282 45.938455, -67.780163 45.93832, -67.78008 45.938304, -67.779945 45.938212, -67.779698 45.938221, -67.779533 45.937994, -67.779626 45.937791, -67.779508 45.937738, -67.779415 45.937505, -67.77921 45.937515, -67.779108 45.937328, -67.778997 45.937216, -67.779027 45.937038, -67.778936 45.936935, -67.77887 45.936724, -67.778723 45.936633, -67.778504 45.936415, -67.778303 45.93615, -67.778323 45.935867, -67.778298 45.935679, -67.778073 45.935429, -67.778087 45.935254, -67.777971 45.935183, -67.77795 45.935061, -67.77798 45.935012, -67.777958 45.934948, -67.778051 45.934641, -67.778006 45.934558, -67.777904 45.93455, -67.777837 45.934512, -67.777923 45.934333, -67.77785 45.934322, -67.777837 45.934207, -67.777503 45.934007, -67.777218 45.934061, -67.777157 45.93405, -67.77711 45.933947, -67.776985 45.934011, -67.776962 45.934094, -67.776864 45.934126, -67.776544 45.934087, -67.776336 45.934161, -67.77632 45.934236, -67.776159 45.9343, -67.775877 45.934296, -67.775758 45.934173, -67.775555 45.934103, -67.775393 45.934158, -67.775365 45.934203, -67.775359 45.934299, -67.775228 45.934309, -67.77522 45.934384, -67.775135 45.934456, -67.775089 45.934581, -67.775059 45.934729, -67.775105 45.934786, -67.775022 45.934894, -67.77482 45.934938, -67.77466 45.934927, -67.774507 45.935023, -67.774429 45.934925, -67.774076 45.934872, -67.773922 45.934795, -67.773829 45.934869, -67.773623 45.934875, -67.773471 45.934822, -67.77352 45.934691, -67.773296 45.934565, -67.773267 45.934481, -67.773077 45.934413, -67.773049 45.934322, -67.772937 45.934239, -67.772835 45.934129, -67.772872 45.934081, -67.772892 45.934006, -67.772744 45.933913, -67.772544 45.933862, -67.772547 45.933734, -67.772608 45.933616, -67.772424 45.933478, -67.772379 45.933369, -67.772105 45.933294, -67.772239 45.933248, -67.772302 45.933153, -67.772255 45.933013, -67.772273 45.932939, -67.772152 45.932889, -67.772082 45.9328, -67.772015 45.932776, -67.77191 45.932674, -67.771969 45.932625, -67.77203 45.932464, -67.772109 45.93229, -67.771952 45.932114, -67.771908 45.931946, -67.771734 45.931944, -67.77148 45.931778, -67.771358 45.931787, -67.771171 45.931658, -67.770946 45.931663, -67.770828 45.93177, -67.77073 45.931807, -67.770522 45.931768, -67.770488 45.931828, -67.770314 45.931877, -67.7701 45.931799, -67.769956 45.931804, -67.769814 45.931942, -67.769631 45.931873, -67.769527 45.931907, -67.769532 45.932018, -67.769456 45.932048, -67.769432 45.932119, -67.769277 45.932128, -67.769181 45.932213, -67.769092 45.93218, -67.769032 45.9322, -67.768856 45.932185, -67.768768 45.932195, -67.768354 45.932191, -67.768284 45.932163, -67.768082 45.932163, -67.768028 45.932082, -67.767901 45.932053, -67.767652 45.931908, -67.767583 45.931713, -67.767663 45.931655, -67.767565 45.931594, -67.767558 45.931452, -67.767375 45.93129, -67.767392 45.931151, -67.767341 45.93106, -67.767082 45.931061, -67.766937 45.930953, -67.766879 45.930846, -67.766704 45.930866, -67.766669 45.9308, -67.766488 45.930713, -67.766414 45.930776, -67.766402 45.930771, -67.766239 45.930699, -67.766108 45.930615, -67.766098 45.930565, -67.765936 45.930536, -67.765837 45.930428, -67.765809 45.930291, -67.765879 45.930239, -67.765898 45.930118, -67.765811 45.930029, -67.765833 45.929898, -67.76566 45.929799, -67.765728 45.929709, -67.765687 45.929584, -67.765791 45.929517, -67.76568 45.929426, -67.76591 45.929213, -67.76619 45.929132, -67.766244 45.928994, -67.766314 45.928921, -67.766337 45.928839, -67.766182 45.92879, -67.766177 45.928594, -67.766403 45.928452, -67.766193 45.928223, -67.766239 45.928032, -67.766062 45.927962, -67.765955 45.927966, -67.765838 45.927922, -67.765398 45.927936, -67.765134 45.928011, -67.765 45.928099, -67.764829 45.928121, -67.764724 45.928104, -67.764529 45.928097, -67.764135 45.928064, -67.76398 45.928088, -67.763828 45.928029, -67.763741 45.927854, -67.763598 45.927885, -67.763332 45.927885, -67.763207 45.927933, -67.762952 45.927898, -67.762521 45.927851, -67.762455 45.927744, -67.762253 45.927673, -67.762014 45.927647, -67.76166 45.927484, -67.761554 45.927586, -67.761421 45.927649, -67.76132 45.927606, -67.761092 45.92761, -67.760761 45.927475, -67.760446 45.927259, -67.760363 45.926896, -67.760374 45.926666, -67.760198 45.926642, -67.759856 45.926421, -67.759692 45.926408, -67.75961 45.92648, -67.759439 45.926499, -67.759383 45.92655, -67.759191 45.926592, -67.758972 45.926512, -67.758804 45.926472, -67.758556 45.926379, -67.758495 45.9262, -67.758301 45.926045, -67.758332 45.925809, -67.758524 45.925652, -67.758407 45.925541, -67.758512 45.92548, -67.758537 45.925395, -67.758487 45.925108, -67.758648 45.924915, -67.758488 45.92479, -67.758581 45.924693, -67.758619 45.924474, -67.758876 45.92439, -67.758925 45.92408, -67.758746 45.923865, -67.758556 45.923784, -67.7584 45.923571, -67.758376 45.92333, -67.758116 45.923248, -67.75812 45.923105, -67.757881 45.922941, -67.757849 45.922858, -67.757749 45.9228, -67.757722 45.922621, -67.757491 45.922598, -67.757213 45.922582, -67.756507 45.922555, -67.756409 45.922379, -67.756268 45.922342, -67.756094 45.922255, -67.756241 45.922068, -67.756021 45.921888, -67.755793 45.921938, -67.755511 45.921888, -67.755365 45.921697, -67.755133 45.92169, -67.755037 45.921556, -67.754952 45.921431, -67.754439 45.921435, -67.754075 45.92131, -67.753959 45.92134, -67.753849 45.921325, -67.753688 45.921102, -67.753674 45.921092, -67.753544 45.921006, -67.753521 45.920847, -67.753724 45.920758, -67.753674 45.920594, -67.753395 45.920499, -67.753373 45.920435, -67.75296 45.920206, -67.752814 45.919796, -67.752825 45.919733, -67.752363 45.919579, -67.752336 45.919536, -67.752278 45.919445, -67.752539 45.919411, -67.752525 45.919259, -67.75266 45.918986, -67.752595 45.918922, -67.752534 45.918861, -67.752319 45.918845, -67.751828 45.918681, -67.751784 45.918666, -67.751564 45.918489, -67.751662 45.918402, -67.751597 45.918278, -67.751538 45.918247, -67.751444 45.918198, -67.75134 45.918032, -67.751168 45.917814, -67.750783 45.917749, -67.750731 45.917712, -67.750629 45.917636, -67.75065 45.917472, -67.750796 45.917385, -67.750893 45.917303, -67.750939 45.917264, -67.751416 45.917384, -67.751664 45.917282, -67.751694 45.917068, -67.751412 45.916776, -67.751388 45.916484, -67.751514 45.916272, -67.751721 45.916258, -67.752134 45.916422, -67.752461 45.916425, -67.752472 45.916253, -67.751844 45.915696, -67.751828 45.915465, -67.752304 45.915251, -67.752376 45.915094, -67.752114 45.914874, -67.752121 45.914727, -67.752248 45.914632, -67.752923 45.914611, -67.753736 45.914272, -67.753604 45.913956, -67.753756 45.913848, -67.754253 45.91398, -67.75437 45.913871, -67.754321 45.913801, -67.75423 45.91367, -67.754117 45.913506, -67.754264 45.913188, -67.754585 45.912981, -67.754703 45.912811, -67.75465 45.912598, -67.754705 45.912457, -67.75492 45.912272, -67.755486 45.912276, -67.755588 45.912082, -67.755398 45.911898, -67.75537 45.91166, -67.755778 45.911689, -67.756115 45.911847, -67.756865 45.912041, -67.757249 45.911991, -67.757695 45.912235, -67.757932 45.91225, -67.75802 45.912137, -67.758099 45.911867, -67.758276 45.911726, -67.758347 45.91149, -67.758568 45.911372, -67.758635 45.91118, -67.758774 45.911084, -67.758779 45.910862, -67.759391 45.910393, -67.759621 45.910276, -67.759665 45.910208, -67.759784 45.910147, -67.759929 45.909987, -67.760037 45.909956, -67.760091 45.909856, -67.760395 45.909624, -67.761298 45.909771, -67.761443 45.910223, -67.761738 45.910469, -67.761906 45.91048, -67.762052 45.910366, -67.76213 45.910138, -67.762314 45.910032, -67.762454 45.910073, -67.762628 45.910242, -67.762663 45.910374, -67.762784 45.910491, -67.763912 45.910637, -67.764114 45.910446, -67.764036 45.909753, -67.764194 45.909538, -67.76502 45.909794, -67.765324 45.909752, -67.764785 45.909103, -67.764813 45.907977, -67.765206 45.907824, -67.766058 45.907089, -67.766021 45.906212, -67.766406 45.905872, -67.766285 45.905578, -67.766442 45.90539, -67.766749 45.905247, -67.767542 45.905431, -67.768237 45.904556, -67.76867 45.903184, -67.768341 45.902755, -67.768348 45.902393, -67.768583 45.9022, -67.768665 45.901525, -67.768792 45.901424, -67.768794 45.901424, -67.769328 45.901224, -67.769526 45.900809, -67.769355 45.900342, -67.768639 45.900346, -67.768464 45.899849, -67.768757 45.899584, -67.768827 45.898892, -67.768308 45.898873, -67.768077 45.898751, -67.767906 45.898532, -67.767864 45.898322, -67.768053 45.898112, -67.768976 45.897819, -67.769072 45.89787, -67.769429 45.897785, -67.770168 45.897254, -67.770881 45.897276, -67.77179 45.897685, -67.772688 45.897736, -67.773291 45.897001, -67.773804 45.897104, -67.773883 45.89669, -67.776469 45.895908, -67.777104 45.897632, -67.778078 45.897529, -67.778929 45.896873, -67.778957 45.895787, -67.779252 45.894583, -67.782415 45.894472, -67.78438 45.895716, -67.785842 45.895371, -67.786461 45.894694, -67.786754 45.894568, -67.787514 45.894681, -67.787767 45.894457, -67.788128 45.894207, -67.789986 45.893221, -67.789732 45.892663, -67.789729 45.892046, -67.789858 45.891836, -67.790458 45.891306, -67.790492 45.891295, -67.790782 45.89121, -67.791105 45.891246, -67.79165 45.891196, -67.791908 45.8911, -67.791855 45.890908, -67.791955 45.890796, -67.792143 45.890816, -67.792263 45.890884, -67.792431 45.890792, -67.793289 45.890428, -67.793403 45.890169, -67.793341 45.889648, -67.793676 45.889376, -67.794243 45.889167, -67.794331 45.889136, -67.794424 45.888654, -67.794757 45.888262, -67.795216 45.887814, -67.795418 45.887816, -67.796178 45.888334, -67.796338 45.888326, -67.796407 45.888187, -67.796891 45.887847, -67.797156 45.887234, -67.797499 45.886856, -67.7975 45.886468, -67.798002 45.885801, -67.797974 45.885406, -67.799249 45.885, -67.798786 45.884568, -67.798862 45.884323, -67.799987 45.884105, -67.800114 45.883621, -67.800321 45.883456, -67.801558 45.883188, -67.801749 45.883245, -67.802083 45.883676, -67.802671 45.8839, -67.80296 45.883842, -67.803125 45.883491, -67.803909 45.882897, -67.803973 45.882475, -67.80363 45.88213, -67.804031 45.881385, -67.804082 45.880714, -67.803715 45.879677, -67.80432 45.878958, -67.804128 45.878385, -67.804315 45.877911, -67.804075 45.876859, -67.803748 45.876316, -67.803821 45.876062, -67.804501 45.87564, -67.804805 45.875283, -67.804722 45.873127, -67.803564 45.872162, -67.804026 45.871454, -67.804007 45.87094, -67.803225 45.870335, -67.80342 45.870104, -67.8043 45.869717, -67.804548 45.869379, -67.804311 45.869128, -67.803499 45.868879, -67.802977 45.868579, -67.802961 45.86802, -67.802018 45.867418, -67.800744 45.867598, -67.80012 45.867102, -67.799106 45.866891, -67.798007 45.866197, -67.796638 45.865751, -67.796265 45.865363, -67.796149 45.865242, -67.796235 45.864804, -67.796891 45.864383, -67.797994 45.864359, -67.798504 45.864047, -67.79814 45.863209, -67.796292 45.86221, -67.795929 45.861802, -67.79609 45.861424, -67.796942 45.861053, -67.7973 45.860545, -67.797114 45.860024, -67.796271 45.859689, -67.795642 45.858999, -67.794658 45.858508, -67.794197 45.858, -67.794144 45.857158, -67.793726 45.856635, -67.791247 45.854563, -67.790952 45.853482, -67.789852 45.851928, -67.787219 45.849556, -67.785406 45.848583, -67.782403 45.846321, -67.781275 45.846016, -67.779462 45.844979, -67.77748 45.843435, -67.776993 45.843299, -67.776226 45.843344, -67.774532 45.842386, -67.773883 45.841852, -67.771877 45.841548, -67.771395 45.841176, -67.771127 45.840609, -67.770475 45.839817, -67.768745 45.839004, -67.769216 45.838212, -67.768253 45.837213, -67.766563 45.836318, -67.766398 45.835787, -67.766748 45.834821, -67.765174 45.834423, -67.76507 45.834069, -67.765426 45.83314, -67.765442 45.832094, -67.764061 45.831473, -67.763948 45.831088, -67.764069 45.830509, -67.763721 45.82884, -67.755268 45.823351, -67.761305 45.821247, -67.762273 45.820368, -67.763361 45.820229, -67.764133 45.819986, -67.765595 45.818536, -67.767481 45.818443, -67.772127 45.819436, -67.778058 45.819211, -67.780647 45.817759, -67.780299 45.815814, -67.780808 45.815366, -67.781424 45.815483, -67.802084 45.80304, -67.806454 45.794412, -67.803831 45.781109, -67.804899 45.773699, -67.805497 45.76955, -67.809299 45.767365, -67.806262 45.755254, -67.793158 45.750526, -67.781987 45.73109, -67.809724 45.729458, -67.803121 45.696055, -67.818109 45.693749, -67.805787 45.680047, -67.803646 45.677665, -67.768736 45.677502, -67.754295 45.667579, -67.746938 45.670614, -67.74444 45.67293, -67.73875 45.667692, -67.735708 45.666933, -67.734117 45.664664, -67.732495 45.663394, -67.731297 45.663635, -67.729167 45.663165, -67.72762 45.662884, -67.727249 45.662654, -67.725776 45.663392, -67.725217 45.6637, -67.725179 45.663904, -67.724965 45.66418, -67.723793 45.66397, -67.723344 45.663501, -67.722516 45.66293, -67.722118 45.662537, -67.721924 45.662318, -67.721552 45.662124, -67.7211 45.662061, -67.720604 45.662178, -67.720092 45.662279, -67.719831 45.662469, -67.71968 45.662984, -67.719446 45.663356, -67.719032 45.663822, -67.718804 45.664428, -67.718459 45.664716, -67.717624 45.665152, -67.718085 45.66573, -67.717961 45.667676, -67.723512 45.670005, -67.723724 45.672205, -67.72645 45.673516, -67.729972 45.67669, -67.733513 45.684048, -67.734565 45.688934, -67.730746 45.688967, -67.729376 45.689223, -67.728903 45.689211, -67.728266 45.689257, -67.728028 45.688857, -67.727442 45.688768, -67.727063 45.688479, -67.726992 45.688061, -67.726825 45.687876, -67.72627 45.687382, -67.726124 45.687046, -67.725955 45.686788, -67.725862 45.686645, -67.725449 45.686236, -67.725417 45.686105, -67.725315 45.685525, -67.723777 45.684472, -67.723154 45.68413, -67.721931 45.682434, -67.71783 45.679422, -67.713089 45.681201, -67.709587 45.681339, -67.710555 45.679215, -67.706187 45.67355, -67.701409 45.669071, -67.69796 45.659568, -67.691335 45.653549, -67.692422 45.650086, -67.679806 45.638236, -67.675254 45.630756, -67.666238 45.624237, -67.6633 45.625375, -67.653588 45.618791, -67.645569 45.613352, -67.639778 45.616096, -67.643957 45.62316, -67.639122 45.62513, -67.631795 45.62138, -67.62666 45.618045, -67.608378 45.606163, -67.58986 45.606797, -67.583225 45.602284, -67.572935 45.598654, -67.561691 45.594708, -67.557772 45.594836, -67.55708 45.596987, -67.547998 45.597862, -67.535213 45.595057, -67.519243 45.587698, -67.499025 45.586668, -67.491508 45.590914, -67.491134 45.59325, -67.48945 45.593719, -67.488571 45.595066, -67.487959 45.595837, -67.487748 45.596979, -67.490375 45.597049, -67.491712 45.598519, -67.494108 45.598952, -67.49329 45.601358, -67.491327 45.601339, -67.490823 45.600792, -67.486016 45.601428, -67.477183 45.603923, -67.472487 45.60053, -67.46849 45.600694, -67.464801 45.603416, -67.456703 45.604353, -67.450018 45.602479, -67.448903 45.600052, -67.447325 45.59662, -67.445255 45.596391, -67.443138 45.593846, -67.433619 45.585798, -67.430981 45.584116, -67.425527 45.578446, -67.425374 45.576885, -67.423985 45.573814, -67.423194 45.571606, -67.427678 45.569306, -67.428892 45.568694, -67.428871 45.56835, -67.428423 45.567918, -67.428106 45.567614, -67.428173 45.56513, -67.427898 45.564676, -67.427495 45.564012, -67.427494 45.56401, -67.426603 45.563078, -67.426873 45.5625, -67.426954 45.562326, -67.426539 45.560617, -67.42485 45.559413, -67.423232 45.558013, -67.422053 45.556546, -67.422677 45.553782, -67.420987 45.550347, -67.420664 45.549691, -67.423899 45.547034, -67.423725 45.54619, -67.424303 45.543001, -67.425486 45.541479, -67.425077 45.540273, -67.425884 45.539878, -67.42733 45.540328, -67.428575 45.539827, -67.429206 45.540322, -67.430838 45.540714, -67.432472 45.540423, -67.433746 45.536949, -67.434743 45.535901, -67.434362 45.532784, -67.435133 45.531603, -67.434889 45.528468, -67.434864 45.528153, -67.433416 45.525582, -67.433023 45.524886, -67.432324 45.5243, -67.431744 45.523814, -67.431774 45.523272, -67.431812 45.522593, -67.431999 45.522234, -67.432487 45.521298, -67.432699 45.519797, -67.432115 45.519219, -67.428896 45.519055, -67.428539 45.519037, -67.425689 45.517138, -67.426409 45.515201, -67.425016 45.513894, -67.42093 45.511806, -67.418065 45.506978, -67.416498 45.504336, -67.416211 45.501312, -67.418011 45.501217, -67.422817 45.505511, -67.425226 45.504911, -67.424682 45.504011, -67.424474 45.503669, -67.426561 45.502212, -67.427338 45.500932, -67.43011 45.501038, -67.430793 45.501379, -67.430616 45.503094, -67.432398 45.50384, -67.434472 45.503428, -67.437072 45.505123, -67.441926 45.505256, -67.447998 45.509823, -67.450145 45.510283, -67.45296 45.509269, -67.453461 45.508865, -67.453146 45.507136, -67.449986 45.50522, -67.448922 45.502143, -67.449718 45.499104, -67.45159 45.499088, -67.453845 45.50024, -67.460765 45.506208, -67.461972 45.506993, -67.462258 45.50805, -67.463574 45.508374, -67.466563 45.506745, -67.466918 45.50581, -67.468491 45.505408, -67.469892 45.505827, -67.471135 45.50419, -67.470498 45.503101, -67.470295 45.502132, -67.47124 45.500868, -67.470473 45.499534, -67.467637 45.498409, -67.464574 45.49833, -67.463738 45.497073, -67.467546 45.495191, -67.471397 45.497256, -67.473306 45.49608, -67.474184 45.496144, -67.476331 45.496901, -67.477599 45.497064, -67.47958 45.49623, -67.480331 45.494766, -67.481696 45.493822, -67.483055 45.494109, -67.483834 45.495422, -67.485495 45.495617, -67.486273 45.494741, -67.489222 45.493073, -67.488165 45.491196, -67.489536 45.489171, -67.491146 45.489233, -67.495102 45.488705, -67.497186 45.49031, -67.500068 45.490917, -67.501032 45.490417, -67.502983 45.489921, -67.503461 45.489586, -67.503719 45.486722, -67.502877 45.48583, -67.502659 45.483843, -67.501493 45.48272, -67.500952 45.478957, -67.499284 45.477022, -67.497023 45.475919, -67.49495 45.472854, -67.492698 45.471088, -67.490898 45.470444, -67.490505 45.470196, -67.490323 45.469385, -67.487443 45.467858, -67.487231 45.467746, -67.486684 45.46667, -67.486337 45.465988, -67.486294 45.464749, -67.485194 45.46389, -67.483657 45.462088, -67.482108 45.459413, -67.482501 45.457116, -67.48495 45.456362, -67.485118 45.455706, -67.485222 45.455302, -67.485141 45.454228, -67.485113 45.453863, -67.485031 45.452777, -67.484239 45.451244, -67.483966 45.44942, -67.483173 45.44926, -67.482289 45.44811, -67.477903 45.446446, -67.476471 45.44334, -67.477588 45.44164, -67.479838 45.441431, -67.480394 45.440953, -67.479983 45.439446, -67.47814 45.436885, -67.478942 45.435742, -67.478507 45.43436, -67.477431 45.432824, -67.477119 45.431403, -67.477524 45.430546, -67.475432 45.428841, -67.474367 45.4262, -67.474114 45.425108, -67.472679 45.423239, -67.470231 45.422694, -67.468195 45.422795, -67.466811 45.422476, -67.465742 45.422608, -67.463945 45.422424, -67.462393 45.422615, -67.461245 45.422247, -67.460394 45.421204, -67.460246 45.42046, -67.461132 45.419325, -67.459383 45.417443, -67.459144 45.4158, -67.45788 45.414649, -67.456421 45.414428, -67.456268 45.41345, -67.45273 45.409695, -67.450655 45.409133, -67.446893 45.406772, -67.445188 45.405123, -67.442384 45.402936, -67.440082 45.401171, -67.438464 45.399057, -67.432406 45.3948, -67.429708 45.391955, -67.427643 45.391034, -67.426802 45.389776, -67.426331 45.385528, -67.425007 45.383667, -67.424093 45.382061, -67.422738 45.381236, -67.423075 45.379987, -67.422823 45.379305, -67.419237 45.377123, -67.419652 45.375487, -67.421133 45.37359, -67.422757 45.373017, -67.425373 45.37299, -67.426752 45.3737, -67.427742 45.372926, -67.430167 45.371637, -67.430433 45.371202, -67.432336 45.368083, -67.432147 45.367051, -67.434528 45.364983, -67.433657 45.363479, -67.433553 45.360838, -67.433028 45.360425, -67.431711 45.360539, -67.430974 45.360133, -67.430197 45.359548, -67.425352 45.357434, -67.425455 45.356606, -67.427229 45.355309, -67.42857 45.354773, -67.428755 45.353935, -67.42854 45.353495, -67.428208 45.352605, -67.428649 45.351729, -67.430659 45.351079, -67.431455 45.349782, -67.430454 45.347921, -67.428931 45.34575, -67.428848 45.34436, -67.431224 45.341092, -67.434619 45.340078, -67.436421 45.338842, -67.440604 45.336058, -67.441476 45.335175, -67.442034 45.333944, -67.44185 45.332471, -67.443601 45.330889, -67.446453 45.329947, -67.450788 45.32918, -67.452031 45.328296, -67.455455 45.327163, -67.456908 45.325276, -67.456274 45.323536, -67.455449 45.322397, -67.452967 45.320439, -67.452109 45.319291, -67.451837 45.317703, -67.453465 45.313712, -67.457863 45.309612, -67.459224 45.305703, -67.458739 45.304386, -67.459743 45.303192, -67.460306 45.30004, -67.4628 45.299348, -67.465832 45.299822, -67.468067 45.299016, -67.468702 45.297396, -67.465957 45.296906, -67.466124 45.29388, -67.467418 45.29343, -67.470815 45.293331, -67.472102 45.292227, -67.474712 45.291699, -67.476108 45.288655, -67.477932 45.288336, -67.481212 45.29112, -67.485079 45.291174, -67.486394 45.289912, -67.485871 45.287037, -67.489663 45.282156, -67.489044 45.280596, -67.487105 45.280204, -67.483504 45.279476, -67.482029 45.275387, -67.479077 45.275234, -67.478801 45.275247, -67.47733 45.275908, -67.476421 45.275418, -67.477157 45.273894, -67.475773 45.271323, -67.475991 45.270508, -67.476154 45.269918, -67.47643 45.269077, -67.475252 45.265891, -67.474783 45.263298, -67.471811 45.261657, -67.47149 45.260729, -67.473111 45.258658, -67.471152 45.255193, -67.46895 45.2533, -67.468517 45.250674, -67.466805 45.2496, -67.464197 45.245137, -67.461912 45.242724, -67.460079 45.242023, -67.45564 45.241914, -67.453846 45.241256, -67.449186 45.236606, -67.447355 45.233147, -67.442279 45.229092, -67.440438 45.227747, -67.439301 45.226148, -67.439312 45.224791, -67.436988 45.222758, -67.43729 45.21993, -67.435328 45.216116, -67.430918 45.209211, -67.430732 45.206167, -67.427966 45.201812, -67.428719 45.19969, -67.429264 45.193486, -67.42687 45.191537, -67.418113 45.190018, -67.415842 45.187504, -67.415226 45.186822, -67.413362 45.185431, -67.411475 45.182564, -67.406556 45.178889, -67.406079 45.178794, -67.400519 45.177688, -67.398327 45.173401, -67.399197 45.168975, -67.404326 45.166957, -67.404768 45.166797, -67.40578 45.162969, -67.405027 45.160085, -67.402702 45.159661, -67.401359 45.158764, -67.394678 45.155895, -67.392876 45.154414, -67.383076 45.151996, -67.380717 45.152164, -67.378057 45.149833, -67.372508 45.143874, -67.370694 45.142, -67.363578 45.137661, -67.356557 45.133006, -67.357527 45.13222, -67.353439 45.129182, -67.349161 45.129511, -67.34599 45.126468, -67.342794 45.12595, -67.340841 45.125057, -67.336011 45.128378, -67.330502 45.131817, -67.320819 45.13135, -67.317697 45.138036, -67.319696 45.141176, -67.319853 45.141803, -67.320007 45.142416, -67.309772 45.143669, -67.305686 45.144823, -67.305368 45.144913, -67.300078 45.146199, -67.295926 45.147908, -67.295398 45.148697, -67.294692 45.149751, -67.294222 45.153646, -67.29757 45.155494, -67.301626 45.157006, -67.302687 45.160722, -67.302587 45.160975, -67.302545 45.161081, -67.299342 45.169189, -67.29683 45.1701, -67.294804 45.170526, -67.293202 45.170687, -67.291428 45.171045, -67.291434 45.172919, -67.291106 45.17458, -67.293522 45.175867, -67.294047 45.177176, -67.290732 45.181668, -67.291279 45.182576, -67.291621 45.18353, -67.29158 45.183956, -67.291224 45.184318, -67.29128 45.18504, -67.290964 45.185402, -67.290984 45.185832, -67.290163 45.18614, -67.290994 45.187582, -67.289712 45.188804, -67.287023 45.189129, -67.285791 45.189954, -67.285109 45.191312, -67.283362 45.191868, -67.282239 45.191681, -67.279012 45.191126, -67.274623 45.191339, -67.272022 45.191214, -67.269217 45.190516, -67.262245 45.187952, -67.261633 45.187507, -67.260935 45.186999, -67.255306 45.182869, -67.249595 45.181214, -67.247428 45.1809, -67.24394 45.178267, -67.242811 45.172455, -67.24104 45.170995, -67.235493 45.169714, -67.232903 45.168528, -67.229777 45.164856, -67.227286 45.16344, -67.223164 45.163374, -67.217964 45.166586, -67.213647 45.167552, -67.208621 45.169349, -67.205086 45.171417, -67.20279 45.171366, -67.192685 45.166197, -67.190759 45.165606, -67.16785 45.16467, -67.15878 45.162002, -67.144891 45.145913, -67.12876 45.132279, -67.122624 45.124791, -67.11256 45.112593, -67.108009 45.102992, -67.100409 45.086923, -67.094547 45.074528, -67.092619 45.071344, -67.082974 45.055415, -67.046383 44.994898, -67.021652 44.953919, -67.019757 44.952434, -67.009984 44.944777, -66.996838 44.928386, -66.968703 44.910406, -66.972215 44.894792, -66.979992 44.877462, -66.980742 44.873874, -66.982123 44.867276, -66.980699 44.860498, -66.974765 44.85099, -66.974852 44.841624, -66.965293 44.828878, -66.93255 44.825524, -66.885405 44.794209, -66.902544 44.776578, -66.909889 44.769435, -66.913556 44.765871, -66.915495 44.763985, -66.917222 44.762306, -66.921528 44.759111, -66.922127 44.758667, -66.924995 44.756539, -66.925833 44.755917, -66.925834 44.755916, -66.927222 44.754806, -66.928382 44.754173, -66.930278 44.753139, -66.931102 44.752689, -66.933333 44.751472, -66.936482 44.748232, -66.93963 44.744991, -66.942778 44.74175, -66.944167 44.739806, -66.945972 44.737583, -66.947778 44.735361, -66.948611 44.73425, -66.950972 44.730778, -66.953333 44.727306, -66.955139 44.725083, -66.956944 44.722861, -66.957828 44.721851, -66.959861 44.719528, -66.962778 44.716194, -66.964861 44.713556, -66.966944 44.710917, -66.970139 44.707861, -66.973333 44.704806, -66.977361 44.702028, -66.981389 44.69925, -66.984306 44.697306, -66.987222 44.695361, -66.990334 44.69175, -66.993446 44.688139, -66.994295 44.687153, -66.995145 44.686166, -66.996557 44.684528, -66.998741 44.681992, -66.999668 44.680917, -67 44.680531, -67.002778 44.677306, -67.004104 44.67598, -67.004167 44.675917, -67.005417 44.673278, -67.006667 44.670639, -67.007568 44.668707, -67.008611 44.666472, -67.009397 44.664788, -67.010556 44.662306, -67.010626 44.662225, -67.0125 44.660083, -67.012503 44.66008, -67.013162 44.659364, -67.015695 44.656611, -67.016272 44.655983, -67.018889 44.653139, -67.019345 44.652569, -67.021852 44.649435, -67.024815 44.645732, -67.025112 44.645361, -67.027778 44.642028, -67.028342 44.64116, -67.029583 44.63925, -67.031232 44.636714, -67.031389 44.636472, -67.034028 44.633, -67.034666 44.632161, -67.036204 44.630136, -67.036667 44.629528, -67.037357 44.627888, -67.037777 44.62689, -67.038888 44.62425, -67.041753 44.6235, -67.044539 44.62277, -67.044618 44.622749, -67.050188 44.62129, -67.050197 44.621287, -67.055837 44.619809, -67.059666 44.618806, -67.061486 44.618329, -67.065719 44.617219, -67.067135 44.616848, -67.071772 44.615631, -67.072783 44.615366, -67.078431 44.613884, -67.07994 44.613488, -67.084079 44.612402, -67.084828 44.612206, -67.089716 44.610923, -67.089726 44.610921, -67.089736 44.610918, -67.095373 44.609438, -67.10102 44.607955, -67.106667 44.606472, -67.106669 44.606471, -67.110648 44.604528, -67.112619 44.603566, -67.11463 44.602584, -67.116103 44.601864, -67.118611 44.600639, -67.119593 44.600177, -67.123404 44.598383, -67.12341 44.59838, -67.128197 44.596126, -67.128202 44.596123, -67.131318 44.594656, -67.132989 44.593869, -67.137781 44.591613, -67.137972 44.591523, -67.142572 44.589356, -67.144625 44.588389, -67.147363 44.587098, -67.152154 44.584841, -67.156944 44.582583, -67.159073 44.580568, -67.160496 44.57922, -67.162217 44.577589, -67.164046 44.575856, -67.16536 44.57461, -67.167596 44.572492, -67.169273 44.570903, -67.171146 44.569128, -67.172394 44.567944, -67.174696 44.565763, -67.175516 44.564986, -67.178244 44.562399, -67.181248 44.559552, -67.181793 44.559035, -67.181981 44.558857, -67.182714 44.558162, -67.185341 44.55567, -67.18653 44.554542, -67.188889 44.552306, -67.190743 44.55004, -67.191389 44.54925, -67.193611 44.546056, -67.194334 44.545016, -67.195833 44.542861, -67.197895 44.541165, -67.199851 44.539556, -67.203868 44.536251, -67.207282 44.533441, -67.207884 44.532946, -67.2119 44.52964, -67.215915 44.526335, -67.216668 44.525714, -67.21993 44.523029, -67.219932 44.523027, -67.223944 44.519723, -67.223947 44.519721, -67.226156 44.517902, -67.227583 44.516726, -67.227959 44.516417, -67.22901 44.515551, -67.231972 44.513111, -67.235973 44.509889, -67.239457 44.507083, -67.239974 44.506667, -67.24356 44.503778, -67.243974 44.503445, -67.247663 44.500472, -67.247965 44.500229, -67.247973 44.500222, -67.248249 44.5, -67.251972 44.497, -67.251975 44.496997, -67.252528 44.496444, -67.253093 44.495348, -67.254111 44.493375, -67.254513 44.492595, -67.255128 44.491402, -67.256497 44.488746, -67.256501 44.488738, -67.257452 44.486894, -67.258482 44.484897, -67.260466 44.481048, -67.262358 44.477376, -67.26245 44.477199, -67.264433 44.473349, -67.266417 44.4695, -67.267234 44.467842, -67.268461 44.46535, -67.270506 44.4612, -67.27255 44.45705, -67.274594 44.4529, -67.276638 44.448749, -67.278681 44.444599, -67.280724 44.440449, -67.282767 44.436299, -67.284809 44.432149, -67.285508 44.43073, -67.286852 44.427998, -67.287681 44.426313, -67.288894 44.423848, -67.289853 44.421897, -67.290935 44.419697, -67.292976 44.415547, -67.293826 44.413819, -67.295018 44.411396, -67.295432 44.410552, -67.297039 44.407285, -67.297058 44.407246, -67.297072 44.407218, -67.299017 44.403261, -67.299099 44.403095, -67.300962 44.399304, -67.301139 44.398944, -67.301246 44.39873, -67.302528 44.396167, -67.303201 44.394821, -67.303917 44.393389, -67.30387 44.390619, -67.303847 44.389222, -67.303812 44.387104, -67.303784 44.385401, -67.303778 44.385056, -67.303755 44.383698, -67.303708 44.380889, -67.303662 44.378103, -67.303639 44.376722, -67.301231 44.359687, -67.299702 44.358576, -67.296224 44.356135, -67.292687 44.353738, -67.289093 44.351386, -67.285442 44.349079, -67.281736 44.346818, -67.281334 44.346577, -67.277574 44.344362, -67.273761 44.342195, -67.269896 44.340076, -67.26598 44.338005, -67.262015 44.335984, -67.258002 44.334012, -67.253941 44.332091, -67.249835 44.330221, -67.245684 44.328402, -67.24149 44.326636, -67.237253 44.324922, -67.232976 44.323261, -67.22866 44.321654, -67.224305 44.320102, -67.219914 44.318604, -67.215486 44.31716, -67.211025 44.315773, -67.206531 44.314441, -67.202006 44.313166, -67.19745 44.311948, -67.192865 44.310786, -67.188253 44.309682, -67.183616 44.308636, -67.178953 44.307648, -67.174268 44.306718, -67.16956 44.305847, -67.164833 44.305034, -67.160086 44.304281, -67.155322 44.303588, -67.153435 44.303329, -67.148655 44.302695, -67.143861 44.302121, -67.139053 44.301607, -67.134234 44.301153, -67.129404 44.300759, -67.124566 44.300426, -67.11972 44.300153, -67.114868 44.29994, -67.110013 44.299788, -67.105154 44.299697, -67.100293 44.299667, -67.095433 44.299697, -67.091711 44.299767, -67.074142 44.300582, -67.069313 44.300945, -67.064493 44.301368, -67.059685 44.301851, -67.054888 44.302393, -67.050106 44.302994, -67.045339 44.303655, -67.040588 44.304374, -67.035856 44.305152, -67.031143 44.305989, -67.026451 44.306884, -67.021782 44.307837, -67.017136 44.308847, -67.012515 44.309915, -67.007921 44.311039, -67.003354 44.312221, -66.998817 44.313458, -66.998068 44.313674, -66.993047 44.311495, -66.990531 44.310428, -66.987776 44.309318, -66.982441 44.307224, -66.977043 44.305214, -66.971586 44.303289, -66.966073 44.30145, -66.960505 44.299697, -66.954885 44.298031, -66.949216 44.296454, -66.946447 44.295707, -66.943502 44.294966, -66.937743 44.293567, -66.931944 44.292258, -66.926107 44.29104, -66.920234 44.289914, -66.914329 44.28888, -66.908394 44.287938, -66.902431 44.287089, -66.899484 44.286693, -66.896445 44.286333, -66.890437 44.285671, -66.884411 44.285103, -66.878369 44.28463, -66.872314 44.28425, -66.866249 44.283966, -66.861667 44.283939, -66.860172 44.28388, -66.855599 44.283737, -66.8541 44.283714, -66.851062 44.283678, -66.849522 44.28367, -66.848852 44.283674, -66.847234 44.283688, -66.846055 44.283711, -66.84488 44.283735, -66.841616 44.283809, -66.838241 44.283944, -66.836137 44.28404, -66.833146 44.284066, -66.829329 44.284254, -66.826299 44.284428, -66.824438 44.284549, -66.821606 44.284754, -66.817423 44.285088, -66.814405 44.285353, -66.812934 44.285494, -66.810116 44.285785, -66.805577 44.286288, -66.802606 44.28664, -66.801495 44.286781, -66.798602 44.28717, -66.793719 44.287865, -66.790745 44.288313, -66.78967 44.288483, -66.78671 44.288978, -66.781873 44.289825, -66.778929 44.290365, -66.777867 44.290568, -66.774938 44.291155, -66.770157 44.292152, -66.767249 44.292784, -66.7662 44.29302, -66.763309 44.293698, -66.758964 44.294752, -66.75529 44.295654, -66.749588 44.297117, -66.748898 44.297296, -66.74468 44.298452, -66.740517 44.299706, -66.734949 44.301459, -66.729435 44.303298, -66.723978 44.305223, -66.718581 44.307233, -66.713246 44.309327, -66.71049 44.310437, -66.707974 44.311504, -66.70277 44.313762, -66.697636 44.316101, -66.680717 44.307442)', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 2.2705439661624496}]", "question_entities": "{\"[3]\": {\"region_name\": \"New Brunswick\", \"geo_wkt\": \"LINESTRING (-68.911592 47.327183, -69.050378 47.300198, -69.050664 47.300144, -69.050961 47.300088, -69.050635 47.299537, -69.051518 47.298742, -69.053077 47.298522, -69.053406 47.297694, -69.053466 47.29718, -69.053068 47.296441, -69.052806 47.295495, -69.052702 47.294497, -69.053119 47.293521, -69.05311 47.292812, -69.052831 47.292494, -69.051172 47.292384, -69.049694 47.289278, -69.049803 47.288062, -69.049806 47.288056, -69.04979 47.284638, -69.049192 47.283324, -69.049838 47.282149, -69.050806 47.281417, -69.050872 47.280639, -69.050861 47.280639, -69.050997 47.280097, -69.050778 47.278475, -69.049274 47.275779, -69.048451 47.275759, -69.048081 47.275111, -69.048187 47.274243, -69.04814 47.273238, -69.046842 47.271585, -69.047602 47.270354, -69.048413 47.269421, -69.047941 47.268684, -69.047141 47.26726, -69.048871 47.264758, -69.048861 47.26475, -69.048123 47.263257, -69.049061 47.262483, -69.049912 47.261696, -69.050234 47.261073, -69.0506 47.260183, -69.050604 47.260065, -69.050745 47.25648, -69.046118 47.251366, -69.045236 47.250426, -69.044907 47.25, -69.042126 47.246312, -69.0409 47.245011, -69.037407 47.242716, -69.035718 47.242273, -69.034842 47.241904, -69.03457 47.241014, -69.033773 47.240402, -69.030126 47.23996, -69.027074 47.23934, -69.027083 47.239333, -69.021935 47.236736, -69.007372 47.230942, -69 47.228105, -68.988286 47.223584, -68.9804 47.220114, -68.978591 47.2177, -68.974901 47.216734, -68.971932 47.214655, -68.967217 47.21341, -68.965274 47.212524, -68.965303 47.211187, -68.964794 47.21018, -68.963486 47.209718, -68.961817 47.206407, -68.961187 47.205686, -68.960003 47.205256, -68.957183 47.205704, -68.955336 47.206407, -68.953798 47.206784, -68.952854 47.206894, -68.952106 47.205833, -68.951976 47.205036, -68.952307 47.204014, -68.951954 47.202683, -68.950782 47.202004, -68.949674 47.202149, -68.947536 47.20347, -68.942603 47.206092, -68.941057 47.206077, -68.939374 47.204513, -68.938032 47.203597, -68.936479 47.202898, -68.935463 47.202197, -68.934582 47.201244, -68.934116 47.200145, -68.932884 47.199709, -68.929076 47.199473, -68.928055 47.198721, -68.92995 47.197594, -68.928444 47.196599, -68.927957 47.19652, -68.926581 47.196805, -68.925569 47.197884, -68.92374 47.197377, -68.92055 47.195407, -68.91995 47.194832, -68.919864 47.193758, -68.919963 47.191509, -68.919778 47.18993, -68.91898 47.189463, -68.917769 47.189607, -68.915045 47.188576, -68.913349 47.187653, -68.911954 47.186462, -68.910302 47.185977, -68.908444 47.186342, -68.907396 47.185417, -68.907367 47.1842, -68.906196 47.182189, -68.905413 47.181637, -68.904872 47.180473, -68.90323 47.179751, -68.902882 47.17912, -68.901335 47.178151, -68.900033 47.177741, -68.898793 47.180252, -68.897607 47.181227, -68.895521 47.182434, -68.89372 47.182791, -68.889089 47.182016, -68.884422 47.183155, -68.882108 47.182892, -68.881416 47.183392, -68.876067 47.187258, -68.871032 47.18907, -68.866132 47.18891, -68.861569 47.189079, -68.857439 47.190341, -68.850951 47.194656, -68.849961 47.196252, -68.842885 47.199716, -68.837658 47.201493, -68.83145 47.20392, -68.826558 47.207121, -68.826402 47.207223, -68.817259 47.211203, -68.815164 47.213491, -68.811456 47.215173, -68.804267 47.215427, -68.781323 47.221058, -68.768944 47.221191, -68.764443 47.22205, -68.757178 47.224322, -68.752011 47.226301, -68.743261 47.231086, -68.737996 47.233347, -68.73429 47.235651, -68.7302 47.235645, -68.727902 47.236339, -68.724967 47.238071, -68.717016 47.24058, -68.715323 47.240831, -68.712324 47.240278, -68.709476 47.23938, -68.708758 47.238563, -68.705887 47.237731, -68.702263 47.238302, -68.69804 47.240858, -68.695231 47.242553, -68.69401 47.242998, -68.691707 47.243837, -68.68715 47.24441, -68.684351 47.242887, -68.679472 47.243061, -68.674954 47.242327, -68.667521 47.238153, -68.663198 47.236279, -68.659845 47.236124, -68.657834 47.23699, -68.655413 47.238857, -68.655058 47.23892, -68.653096 47.23927, -68.646276 47.239484, -68.644654 47.239817, -68.640263 47.24072, -68.635111 47.242336, -68.628711 47.242106, -68.625465 47.24217, -68.617512 47.243373, -68.607519 47.246984, -68.604599 47.249296, -68.604458 47.249433, -68.604361 47.249528, -68.604306 47.249583, -68.601839 47.252213, -68.599707 47.254486, -68.599291 47.254677, -68.596826 47.25581, -68.596276 47.256062, -68.596056 47.256164, -68.593544 47.25877, -68.593529 47.258921, -68.593318 47.261086, -68.597497 47.266869, -68.598203 47.268517, -68.597677 47.270147, -68.597675 47.270155, -68.592361 47.27413, -68.592356 47.274134, -68.591395 47.276595, -68.59053 47.27881, -68.589447 47.280539, -68.589446 47.280541, -68.586294 47.282746, -68.580055 47.28711, -68.580048 47.287115, -68.577614 47.287619, -68.57192 47.287152, -68.571769 47.287109, -68.557918 47.28317, -68.553746 47.282352, -68.549798 47.282141, -68.540816 47.284309, -68.538791 47.285286, -68.530238 47.292028, -68.525772 47.293784, -68.523951 47.2945, -68.516766 47.296087, -68.508262 47.296476, -68.503446 47.296032, -68.49665 47.294006, -68.494444 47.293756, -68.490158 47.293856, -68.48401 47.294907, -68.475023 47.29714, -68.474165 47.297058, -68.470432 47.296705, -68.465619 47.294608, -68.464566 47.293631, -68.461432 47.288855, -68.461411 47.288823, -68.458487 47.284367, -68.452679 47.282532, -68.448768 47.282009, -68.44626 47.282187, -68.441306 47.283671, -68.434365 47.282018, -68.429806 47.281259, -68.426594 47.281881, -68.425795 47.282036, -68.415097 47.287456, -68.409847 47.288008, -68.403147 47.286984, -68.39458 47.286778, -68.389967 47.28598, -68.381598 47.286265, -68.377856 47.287375, -68.375623 47.288966, -68.374724 47.291015, -68.376322 47.295184, -68.380643 47.298873, -68.38389 47.301154, -68.384787 47.303661, -68.380844 47.308226, -68.380962 47.310275, -68.383076 47.318108, -68.383447 47.319476, -68.384527 47.321327, -68.384714 47.324081, -68.383191 47.328722, -68.381512 47.331754, -68.380151 47.339646, -68.377722 47.343552, -68.377629 47.343644, -68.371881 47.349356, -68.368984 47.351536, -68.365347 47.353475, -68.363132 47.354657, -68.360916 47.355189, -68.352382 47.357239, -68.352379 47.357239, -68.35185 47.357367, -68.350091 47.357612, -68.347747 47.357938, -68.343401 47.358175, -68.343389 47.358167, -68.335595 47.359732, -68.332194 47.359972, -68.327668 47.360068, -68.323392 47.35955, -68.322363 47.359426, -68.322037 47.359334, -68.320165 47.358808, -68.311093 47.356242, -68.30519 47.355258, -68.303261 47.355239, -68.300647 47.355754, -68.299547 47.355968, -68.298545 47.356466, -68.29852 47.356478, -68.297932 47.356765, -68.293485 47.358969, -68.290344 47.35991, -68.284798 47.360288, -68.280573 47.359623, -68.278364 47.358439, -68.271094 47.354514, -68.264907 47.352218, -68.250565 47.35214, -68.247973 47.352118, -68.23918 47.354475, -68.238025 47.354782, -68.234471 47.355301, -68.228122 47.353358, -68.22625 47.351767, -68.225412 47.351055, -68.224716 47.350249, -68.22372 47.344704, -68.222838 47.344088, -68.219336 47.34161, -68.214534 47.339606, -68.211359 47.338843, -68.207316 47.339609, -68.20392 47.33948, -68.202352 47.339416, -68.179733 47.330202, -68.179252 47.330028, -68.179162 47.329996, -68.176047 47.32887, -68.16991 47.328491, -68.165812 47.327951, -68.16002 47.327182, -68.15456 47.325157, -68.152408 47.322126, -68.15342 47.315111, -68.153531 47.313324, -68.152298 47.309788, -68.146921 47.30566, -68.142256 47.300704, -68.141382 47.299775, -68.135827 47.295721, -68.127494 47.293999, -68.123103 47.289883, -68.120936 47.28743, -68.105014 47.281435, -68.102413 47.280088, -68.101016 47.279568, -68.097451 47.27824, -68.092388 47.276362, -68.082224 47.271066, -68.077399 47.266001, -68.076655 47.26266, -68.073948 47.259303, -68.066352 47.257671, -68.065016 47.257384, -68.061748 47.256098, -68.059389 47.255256, -68.052328 47.252032, -68.039264 47.246747, -68.033566 47.243561, -68.025442 47.240081, -68.01982 47.238657, -68.016732 47.235049, -68.007528 47.227694, -68.007008 47.227278, -68.00081 47.220176, -68 47.219247, -67.999965 47.219199, -67.998399 47.217059, -67.989616 47.209863, -67.987341 47.209253, -67.982817 47.208659, -67.973204 47.206789, -67.972942 47.206672, -67.957283 47.199694, -67.95353 47.196776, -67.953421 47.196692, -67.951943 47.194536, -67.951942 47.194535, -67.951172 47.191343, -67.950874 47.190106, -67.950936 47.18913, -67.951291 47.183523, -67.948543 47.181777, -67.94844 47.181661, -67.948032 47.181202, -67.945139 47.177946, -67.943263 47.176057, -67.94315 47.175926, -67.938993 47.171095, -67.936904 47.166063, -67.934916 47.163614, -67.931932 47.161488, -67.928665 47.156219, -67.927699 47.155348, -67.927167 47.154863, -67.921968 47.152035, -67.921468 47.151764, -67.921303 47.151674, -67.913396 47.149238, -67.912441 47.148944, -67.909834 47.147219, -67.907565 47.144116, -67.90349 47.136485, -67.898892 47.133114, -67.896084 47.131714, -67.89421 47.130468, -67.893505 47.129159, -67.890734 47.126484, -67.889911 47.124318, -67.890382 47.122353, -67.88919 47.119545, -67.88956 47.114128, -67.888168 47.109814, -67.882917 47.104403, -67.879728 47.102676, -67.879728 47.102676, -67.879134 47.102494, -67.874822 47.101172, -67.874819 47.101172, -67.868366 47.100543, -67.868365 47.100543, -67.85924 47.096851, -67.848669 47.093305, -67.845204 47.091422, -67.838281 47.087663, -67.83054 47.084969, -67.826013 47.084674, -67.825246 47.084477, -67.821111 47.083416, -67.81693 47.081393, -67.811218 47.076046, -67.803837 47.072648, -67.794597 47.069505, -67.790297 47.067276, -67.790198 47.067225, -67.790198 47.066335, -67.790204 47.066156, -67.790195 47.065914, -67.790186 47.064674, -67.790172 47.062636, -67.790161 47.061136, -67.790158 47.060814, -67.790157 47.060647, -67.790156 47.060447, -67.790154 47.059922, -67.790144 47.0588, -67.790144 47.0588, -67.790129 47.056754, -67.790119 47.055376, -67.790094 47.052156, -67.790079 47.05009, -67.79005 47.04625, -67.790039 47.044828, -67.790028 47.043211, -67.790019 47.042136, -67.789992 47.038586, -67.789991 47.038448, -67.789986 47.037711, -67.789953 47.033225, -67.789946 47.03218, -67.789945 47.03215, -67.789942 47.031631, -67.789932 47.030367, -67.789911 47.027419, -67.7899 47.026014, -67.789861 47.020881, -67.789852 47.019524, -67.789806 47.013394, -67.789797 47.010131, -67.789792 47.008039, -67.789772 47.001022, -67.789769 47.000002, -67.789753 46.994131, -67.789733 46.986636, -67.789732 46.986248, -67.789731 46.985342, -67.789726 46.982906, -67.789719 46.981533, -67.789718 46.980833, -67.789717 46.980411, -67.789699 46.974087, -67.789688 46.9702, -67.789668 46.962672, -67.789659 46.959231, -67.789656 46.958035, -67.789643 46.953416, -67.789638 46.951389, -67.789631 46.949074, -67.78962 46.945029, -67.789615 46.943018, -67.789599 46.937101, -67.789584 46.931427, -67.789571 46.926654, -67.789555 46.924682, -67.789556 46.924681, -67.789555 46.924659, -67.789512 46.919392, -67.789488 46.916418, -67.789454 46.912248, -67.789454 46.908358, -67.789453 46.90789, -67.789453 46.903263, -67.789452 46.900131, -67.789452 46.893916, -67.789451 46.8871, -67.78945 46.882714, -67.78945 46.877612, -67.78945 46.87676, -67.789449 46.872194, -67.789449 46.871087, -67.789448 46.865289, -67.789446 46.860579, -67.789446 46.858543, -67.789446 46.857739, -67.789471 46.853098, -67.789485 46.850466, -67.789505 46.846873, -67.789543 46.840007, -67.789595 46.830439, -67.789616 46.82661, -67.789624 46.825047, -67.789633 46.823496, -67.789663 46.817869, -67.789712 46.8087, -67.789727 46.80594, -67.789695 46.802087, -67.789668 46.798754, -67.789656 46.797238, -67.789636 46.794817, -67.789635 46.794666, -67.789626 46.793601, -67.789613 46.792054, -67.789594 46.789754, -67.789548 46.783994, -67.789516 46.780078, -67.789481 46.775828, -67.789442 46.771065, -67.789402 46.76612, -67.789392 46.765383, -67.789391 46.76534, -67.789381 46.7639, -67.789364 46.761797, -67.789336 46.758029, -67.789311 46.754965, -67.789286 46.751986, -67.789249 46.747421, -67.789236 46.745818, -67.789187 46.739759, -67.789156 46.735976, -67.789111 46.730468, -67.789064 46.724661, -67.78905 46.722864, -67.788981 46.714378, -67.788968 46.712778, -67.788938 46.707753, -67.788927 46.705941, -67.788902 46.702112, -67.788858 46.695409, -67.788819 46.68946, -67.788817 46.689235, -67.788802 46.686999, -67.78877 46.681943, -67.788728 46.675648, -67.788724 46.674966, -67.78871 46.672876, -67.788687 46.669221, -67.788647 46.663206, -67.788616 46.658466, -67.788592 46.654785, -67.788582 46.653339, -67.788574 46.652205, -67.78853 46.645746, -67.788509 46.642635, -67.788477 46.637941, -67.78846 46.635385, -67.788457 46.634883, -67.788443 46.632847, -67.788433 46.631455, -67.788387 46.624813, -67.788324 46.615637, -67.788319 46.613515, -67.788311 46.610017, -67.788298 46.604344, -67.788298 46.603451, -67.788291 46.601293, -67.788286 46.601063, -67.788269 46.600368, -67.788258 46.599917, -67.788257 46.599908, -67.78813 46.59478, -67.788087 46.593019, -67.788003 46.589644, -67.787883 46.5849, -67.787803 46.581707, -67.787766 46.580242, -67.787651 46.575642, -67.787486 46.569091, -67.787486 46.569053, -67.787312 46.562162, -67.787208 46.557982, -67.787088 46.553128, -67.787074 46.552621, -67.786843 46.543355, -67.786731 46.538897, -67.78663 46.534843, -67.786515 46.530271, -67.786442 46.527375, -67.78632 46.522494, -67.786159 46.516099, -67.786032 46.511019, -67.786005 46.509959, -67.785891 46.505397, -67.785838 46.502817, -67.785719 46.497085, -67.785604 46.491511, -67.785532 46.48798, -67.785403 46.481719, -67.785357 46.47951, -67.785312 46.477309, -67.78525 46.474301, -67.78513 46.46848, -67.785091 46.466609, -67.785081 46.466117, -67.785033 46.463559, -67.784907 46.45679, -67.784866 46.454585, -67.784839 46.453114, -67.784793 46.450874, -67.784782 46.450337, -67.784781 46.450283, -67.784775 46.450047, -67.784764 46.449464, -67.784736 46.447798, -67.784702 46.445799, -67.784638 46.442366, -67.784551 46.437668, -67.7845 46.434959, -67.784381 46.428539, -67.784288 46.423513, -67.784216 46.419641, -67.784208 46.41924, -67.784184 46.417968, -67.784126 46.414453, -67.784095 46.412541, -67.784017 46.407787, -67.783895 46.400429, -67.783779 46.393401, -67.783619 46.38366, -67.783566 46.380478, -67.783548 46.379383, -67.783501 46.376517, -67.783442 46.372973, -67.783356 46.36771, -67.783332 46.36625, -67.783238 46.360574, -67.783174 46.356636, -67.783123 46.353552, -67.783063 46.349073, -67.783001 46.34439, -67.782904 46.337105, -67.782826 46.331243, -67.782724 46.323508, -67.782653 46.318175, -67.782646 46.31764, -67.782642 46.317313, -67.782618 46.315534, -67.782533 46.309115, -67.782488 46.305737, -67.782404 46.299459, -67.782384 46.297744, -67.782346 46.294444, -67.782252 46.286402, -67.782222 46.283899, -67.78217 46.279417, -67.782166 46.279093, -67.782132 46.276132, -67.782104 46.273778, -67.782067 46.270569, -67.781996 46.264455, -67.781976 46.262758, -67.781975 46.262299, -67.781971 46.260551, -67.781951 46.250596, -67.781947 46.248251, -67.781927 46.246188, -67.781886 46.241782, -67.781831 46.235822, -67.781814 46.233906, -67.781795 46.231878, -67.781748 46.226837, -67.781747 46.226696, -67.781747 46.226636, -67.781744 46.226389, -67.781744 46.226339, -67.781739 46.225896, -67.781739 46.22586, -67.78168 46.219502, -67.781664 46.217852, -67.781661 46.217584, -67.781658 46.21724, -67.781654 46.2168, -67.78163 46.213258, -67.781569 46.204753, -67.781516 46.197417, -67.781465 46.190225, -67.781446 46.186173, -67.781441 46.185246, -67.781396 46.175719, -67.781384 46.173113, -67.781381 46.172579, -67.781376 46.171426, -67.781366 46.169438, -67.781319 46.159562, -67.781284 46.152091, -67.781258 46.146704, -67.781258 46.14358, -67.781258 46.137592, -67.781258 46.13561, -67.781258 46.135563, -67.78126 46.135468, -67.781271 46.134898, -67.781258 46.134261, -67.781258 46.133382, -67.781258 46.133293, -67.781258 46.133272, -67.781258 46.133126, -67.781258 46.132409, -67.781258 46.12986, -67.781258 46.121118, -67.781258 46.113381, -67.781258 46.112591, -67.781254 46.110656, -67.781248 46.106617, -67.78124 46.102206, -67.78123 46.096196, -67.781228 46.095039, -67.78122 46.090007, -67.781212 46.085738, -67.781211 46.08482, -67.781199 46.077472, -67.781185 46.075566, -67.781138 46.069093, -67.781077 46.060666, -67.781068 46.059458, -67.78106 46.057926, -67.781055 46.056906, -67.781041 46.053971, -67.781028 46.051226, -67.781023 46.050079, -67.780999 46.045045, -67.780958 46.037831, -67.780982 46.033826, -67.781006 46.027012, -67.78104 46.017498, -67.781064 46.011086, -67.781088 46.004275, -67.781101 46.000783, -67.781118 45.996116, -67.781133 45.992102, -67.781146 45.986948, -67.781161 45.981328, -67.78118 45.973986, -67.781207 45.963581, -67.781217 45.959544, -67.781221 45.958223, -67.781226 45.956115, -67.781244 45.948962, -67.781257 45.943642, -67.781256 45.943451, -67.781116 45.943258, -67.781021 45.943081, -67.781065 45.943013, -67.781044 45.942941, -67.781063 45.942826, -67.780925 45.942628, -67.780851 45.942476, -67.780858 45.942364, -67.780766 45.942313, -67.78069 45.942175, -67.780723 45.941916, -67.780797 45.941718, -67.781008 45.941702, -67.780999 45.941637, -67.780962 45.941549, -67.780824 45.941433, -67.780786 45.94135, -67.780461 45.941293, -67.780312 45.941216, -67.780333 45.941096, -67.780297 45.940976, -67.78031 45.940918, -67.780306 45.940917, -67.780263 45.940813, -67.780321 45.940667, -67.780297 45.94053, -67.780347 45.94039, -67.780292 45.940271, -67.780429 45.940022, -67.780454 45.939887, -67.780394 45.939791, -67.780488 45.939624, -67.780478 45.939569, -67.780616 45.939286, -67.780477 45.939115, -67.780527 45.938962, -67.78051 45.938726, -67.780452 45.938656, -67.780344 45.938525, -67.780282 45.938455, -67.780163 45.93832, -67.78008 45.938304, -67.779945 45.938212, -67.779698 45.938221, -67.779533 45.937994, -67.779626 45.937791, -67.779508 45.937738, -67.779415 45.937505, -67.77921 45.937515, -67.779108 45.937328, -67.778997 45.937216, -67.779027 45.937038, -67.778936 45.936935, -67.77887 45.936724, -67.778723 45.936633, -67.778504 45.936415, -67.778303 45.93615, -67.778323 45.935867, -67.778298 45.935679, -67.778073 45.935429, -67.778087 45.935254, -67.777971 45.935183, -67.77795 45.935061, -67.77798 45.935012, -67.777958 45.934948, -67.778051 45.934641, -67.778006 45.934558, -67.777904 45.93455, -67.777837 45.934512, -67.777923 45.934333, -67.77785 45.934322, -67.777837 45.934207, -67.777503 45.934007, -67.777218 45.934061, -67.777157 45.93405, -67.77711 45.933947, -67.776985 45.934011, -67.776962 45.934094, -67.776864 45.934126, -67.776544 45.934087, -67.776336 45.934161, -67.77632 45.934236, -67.776159 45.9343, -67.775877 45.934296, -67.775758 45.934173, -67.775555 45.934103, -67.775393 45.934158, -67.775365 45.934203, -67.775359 45.934299, -67.775228 45.934309, -67.77522 45.934384, -67.775135 45.934456, -67.775089 45.934581, -67.775059 45.934729, -67.775105 45.934786, -67.775022 45.934894, -67.77482 45.934938, -67.77466 45.934927, -67.774507 45.935023, -67.774429 45.934925, -67.774076 45.934872, -67.773922 45.934795, -67.773829 45.934869, -67.773623 45.934875, -67.773471 45.934822, -67.77352 45.934691, -67.773296 45.934565, -67.773267 45.934481, -67.773077 45.934413, -67.773049 45.934322, -67.772937 45.934239, -67.772835 45.934129, -67.772872 45.934081, -67.772892 45.934006, -67.772744 45.933913, -67.772544 45.933862, -67.772547 45.933734, -67.772608 45.933616, -67.772424 45.933478, -67.772379 45.933369, -67.772105 45.933294, -67.772239 45.933248, -67.772302 45.933153, -67.772255 45.933013, -67.772273 45.932939, -67.772152 45.932889, -67.772082 45.9328, -67.772015 45.932776, -67.77191 45.932674, -67.771969 45.932625, -67.77203 45.932464, -67.772109 45.93229, -67.771952 45.932114, -67.771908 45.931946, -67.771734 45.931944, -67.77148 45.931778, -67.771358 45.931787, -67.771171 45.931658, -67.770946 45.931663, -67.770828 45.93177, -67.77073 45.931807, -67.770522 45.931768, -67.770488 45.931828, -67.770314 45.931877, -67.7701 45.931799, -67.769956 45.931804, -67.769814 45.931942, -67.769631 45.931873, -67.769527 45.931907, -67.769532 45.932018, -67.769456 45.932048, -67.769432 45.932119, -67.769277 45.932128, -67.769181 45.932213, -67.769092 45.93218, -67.769032 45.9322, -67.768856 45.932185, -67.768768 45.932195, -67.768354 45.932191, -67.768284 45.932163, -67.768082 45.932163, -67.768028 45.932082, -67.767901 45.932053, -67.767652 45.931908, -67.767583 45.931713, -67.767663 45.931655, -67.767565 45.931594, -67.767558 45.931452, -67.767375 45.93129, -67.767392 45.931151, -67.767341 45.93106, -67.767082 45.931061, -67.766937 45.930953, -67.766879 45.930846, -67.766704 45.930866, -67.766669 45.9308, -67.766488 45.930713, -67.766414 45.930776, -67.766402 45.930771, -67.766239 45.930699, -67.766108 45.930615, -67.766098 45.930565, -67.765936 45.930536, -67.765837 45.930428, -67.765809 45.930291, -67.765879 45.930239, -67.765898 45.930118, -67.765811 45.930029, -67.765833 45.929898, -67.76566 45.929799, -67.765728 45.929709, -67.765687 45.929584, -67.765791 45.929517, -67.76568 45.929426, -67.76591 45.929213, -67.76619 45.929132, -67.766244 45.928994, -67.766314 45.928921, -67.766337 45.928839, -67.766182 45.92879, -67.766177 45.928594, -67.766403 45.928452, -67.766193 45.928223, -67.766239 45.928032, -67.766062 45.927962, -67.765955 45.927966, -67.765838 45.927922, -67.765398 45.927936, -67.765134 45.928011, -67.765 45.928099, -67.764829 45.928121, -67.764724 45.928104, -67.764529 45.928097, -67.764135 45.928064, -67.76398 45.928088, -67.763828 45.928029, -67.763741 45.927854, -67.763598 45.927885, -67.763332 45.927885, -67.763207 45.927933, -67.762952 45.927898, -67.762521 45.927851, -67.762455 45.927744, -67.762253 45.927673, -67.762014 45.927647, -67.76166 45.927484, -67.761554 45.927586, -67.761421 45.927649, -67.76132 45.927606, -67.761092 45.92761, -67.760761 45.927475, -67.760446 45.927259, -67.760363 45.926896, -67.760374 45.926666, -67.760198 45.926642, -67.759856 45.926421, -67.759692 45.926408, -67.75961 45.92648, -67.759439 45.926499, -67.759383 45.92655, -67.759191 45.926592, -67.758972 45.926512, -67.758804 45.926472, -67.758556 45.926379, -67.758495 45.9262, -67.758301 45.926045, -67.758332 45.925809, -67.758524 45.925652, -67.758407 45.925541, -67.758512 45.92548, -67.758537 45.925395, -67.758487 45.925108, -67.758648 45.924915, -67.758488 45.92479, -67.758581 45.924693, -67.758619 45.924474, -67.758876 45.92439, -67.758925 45.92408, -67.758746 45.923865, -67.758556 45.923784, -67.7584 45.923571, -67.758376 45.92333, -67.758116 45.923248, -67.75812 45.923105, -67.757881 45.922941, -67.757849 45.922858, -67.757749 45.9228, -67.757722 45.922621, -67.757491 45.922598, -67.757213 45.922582, -67.756507 45.922555, -67.756409 45.922379, -67.756268 45.922342, -67.756094 45.922255, -67.756241 45.922068, -67.756021 45.921888, -67.755793 45.921938, -67.755511 45.921888, -67.755365 45.921697, -67.755133 45.92169, -67.755037 45.921556, -67.754952 45.921431, -67.754439 45.921435, -67.754075 45.92131, -67.753959 45.92134, -67.753849 45.921325, -67.753688 45.921102, -67.753674 45.921092, -67.753544 45.921006, -67.753521 45.920847, -67.753724 45.920758, -67.753674 45.920594, -67.753395 45.920499, -67.753373 45.920435, -67.75296 45.920206, -67.752814 45.919796, -67.752825 45.919733, -67.752363 45.919579, -67.752336 45.919536, -67.752278 45.919445, -67.752539 45.919411, -67.752525 45.919259, -67.75266 45.918986, -67.752595 45.918922, -67.752534 45.918861, -67.752319 45.918845, -67.751828 45.918681, -67.751784 45.918666, -67.751564 45.918489, -67.751662 45.918402, -67.751597 45.918278, -67.751538 45.918247, -67.751444 45.918198, -67.75134 45.918032, -67.751168 45.917814, -67.750783 45.917749, -67.750731 45.917712, -67.750629 45.917636, -67.75065 45.917472, -67.750796 45.917385, -67.750893 45.917303, -67.750939 45.917264, -67.751416 45.917384, -67.751664 45.917282, -67.751694 45.917068, -67.751412 45.916776, -67.751388 45.916484, -67.751514 45.916272, -67.751721 45.916258, -67.752134 45.916422, -67.752461 45.916425, -67.752472 45.916253, -67.751844 45.915696, -67.751828 45.915465, -67.752304 45.915251, -67.752376 45.915094, -67.752114 45.914874, -67.752121 45.914727, -67.752248 45.914632, -67.752923 45.914611, -67.753736 45.914272, -67.753604 45.913956, -67.753756 45.913848, -67.754253 45.91398, -67.75437 45.913871, -67.754321 45.913801, -67.75423 45.91367, -67.754117 45.913506, -67.754264 45.913188, -67.754585 45.912981, -67.754703 45.912811, -67.75465 45.912598, -67.754705 45.912457, -67.75492 45.912272, -67.755486 45.912276, -67.755588 45.912082, -67.755398 45.911898, -67.75537 45.91166, -67.755778 45.911689, -67.756115 45.911847, -67.756865 45.912041, -67.757249 45.911991, -67.757695 45.912235, -67.757932 45.91225, -67.75802 45.912137, -67.758099 45.911867, -67.758276 45.911726, -67.758347 45.91149, -67.758568 45.911372, -67.758635 45.91118, -67.758774 45.911084, -67.758779 45.910862, -67.759391 45.910393, -67.759621 45.910276, -67.759665 45.910208, -67.759784 45.910147, -67.759929 45.909987, -67.760037 45.909956, -67.760091 45.909856, -67.760395 45.909624, -67.761298 45.909771, -67.761443 45.910223, -67.761738 45.910469, -67.761906 45.91048, -67.762052 45.910366, -67.76213 45.910138, -67.762314 45.910032, -67.762454 45.910073, -67.762628 45.910242, -67.762663 45.910374, -67.762784 45.910491, -67.763912 45.910637, -67.764114 45.910446, -67.764036 45.909753, -67.764194 45.909538, -67.76502 45.909794, -67.765324 45.909752, -67.764785 45.909103, -67.764813 45.907977, -67.765206 45.907824, -67.766058 45.907089, -67.766021 45.906212, -67.766406 45.905872, -67.766285 45.905578, -67.766442 45.90539, -67.766749 45.905247, -67.767542 45.905431, -67.768237 45.904556, -67.76867 45.903184, -67.768341 45.902755, -67.768348 45.902393, -67.768583 45.9022, -67.768665 45.901525, -67.768792 45.901424, -67.768794 45.901424, -67.769328 45.901224, -67.769526 45.900809, -67.769355 45.900342, -67.768639 45.900346, -67.768464 45.899849, -67.768757 45.899584, -67.768827 45.898892, -67.768308 45.898873, -67.768077 45.898751, -67.767906 45.898532, -67.767864 45.898322, -67.768053 45.898112, -67.768976 45.897819, -67.769072 45.89787, -67.769429 45.897785, -67.770168 45.897254, -67.770881 45.897276, -67.77179 45.897685, -67.772688 45.897736, -67.773291 45.897001, -67.773804 45.897104, -67.773883 45.89669, -67.776469 45.895908, -67.777104 45.897632, -67.778078 45.897529, -67.778929 45.896873, -67.778957 45.895787, -67.779252 45.894583, -67.782415 45.894472, -67.78438 45.895716, -67.785842 45.895371, -67.786461 45.894694, -67.786754 45.894568, -67.787514 45.894681, -67.787767 45.894457, -67.788128 45.894207, -67.789986 45.893221, -67.789732 45.892663, -67.789729 45.892046, -67.789858 45.891836, -67.790458 45.891306, -67.790492 45.891295, -67.790782 45.89121, -67.791105 45.891246, -67.79165 45.891196, -67.791908 45.8911, -67.791855 45.890908, -67.791955 45.890796, -67.792143 45.890816, -67.792263 45.890884, -67.792431 45.890792, -67.793289 45.890428, -67.793403 45.890169, -67.793341 45.889648, -67.793676 45.889376, -67.794243 45.889167, -67.794331 45.889136, -67.794424 45.888654, -67.794757 45.888262, -67.795216 45.887814, -67.795418 45.887816, -67.796178 45.888334, -67.796338 45.888326, -67.796407 45.888187, -67.796891 45.887847, -67.797156 45.887234, -67.797499 45.886856, -67.7975 45.886468, -67.798002 45.885801, -67.797974 45.885406, -67.799249 45.885, -67.798786 45.884568, -67.798862 45.884323, -67.799987 45.884105, -67.800114 45.883621, -67.800321 45.883456, -67.801558 45.883188, -67.801749 45.883245, -67.802083 45.883676, -67.802671 45.8839, -67.80296 45.883842, -67.803125 45.883491, -67.803909 45.882897, -67.803973 45.882475, -67.80363 45.88213, -67.804031 45.881385, -67.804082 45.880714, -67.803715 45.879677, -67.80432 45.878958, -67.804128 45.878385, -67.804315 45.877911, -67.804075 45.876859, -67.803748 45.876316, -67.803821 45.876062, -67.804501 45.87564, -67.804805 45.875283, -67.804722 45.873127, -67.803564 45.872162, -67.804026 45.871454, -67.804007 45.87094, -67.803225 45.870335, -67.80342 45.870104, -67.8043 45.869717, -67.804548 45.869379, -67.804311 45.869128, -67.803499 45.868879, -67.802977 45.868579, -67.802961 45.86802, -67.802018 45.867418, -67.800744 45.867598, -67.80012 45.867102, -67.799106 45.866891, -67.798007 45.866197, -67.796638 45.865751, -67.796265 45.865363, -67.796149 45.865242, -67.796235 45.864804, -67.796891 45.864383, -67.797994 45.864359, -67.798504 45.864047, -67.79814 45.863209, -67.796292 45.86221, -67.795929 45.861802, -67.79609 45.861424, -67.796942 45.861053, -67.7973 45.860545, -67.797114 45.860024, -67.796271 45.859689, -67.795642 45.858999, -67.794658 45.858508, -67.794197 45.858, -67.794144 45.857158, -67.793726 45.856635, -67.791247 45.854563, -67.790952 45.853482, -67.789852 45.851928, -67.787219 45.849556, -67.785406 45.848583, -67.782403 45.846321, -67.781275 45.846016, -67.779462 45.844979, -67.77748 45.843435, -67.776993 45.843299, -67.776226 45.843344, -67.774532 45.842386, -67.773883 45.841852, -67.771877 45.841548, -67.771395 45.841176, -67.771127 45.840609, -67.770475 45.839817, -67.768745 45.839004, -67.769216 45.838212, -67.768253 45.837213, -67.766563 45.836318, -67.766398 45.835787, -67.766748 45.834821, -67.765174 45.834423, -67.76507 45.834069, -67.765426 45.83314, -67.765442 45.832094, -67.764061 45.831473, -67.763948 45.831088, -67.764069 45.830509, -67.763721 45.82884, -67.755268 45.823351, -67.761305 45.821247, -67.762273 45.820368, -67.763361 45.820229, -67.764133 45.819986, -67.765595 45.818536, -67.767481 45.818443, -67.772127 45.819436, -67.778058 45.819211, -67.780647 45.817759, -67.780299 45.815814, -67.780808 45.815366, -67.781424 45.815483, -67.802084 45.80304, -67.806454 45.794412, -67.803831 45.781109, -67.804899 45.773699, -67.805497 45.76955, -67.809299 45.767365, -67.806262 45.755254, -67.793158 45.750526, -67.781987 45.73109, -67.809724 45.729458, -67.803121 45.696055, -67.818109 45.693749, -67.805787 45.680047, -67.803646 45.677665, -67.768736 45.677502, -67.754295 45.667579, -67.746938 45.670614, -67.74444 45.67293, -67.73875 45.667692, -67.735708 45.666933, -67.734117 45.664664, -67.732495 45.663394, -67.731297 45.663635, -67.729167 45.663165, -67.72762 45.662884, -67.727249 45.662654, -67.725776 45.663392, -67.725217 45.6637, -67.725179 45.663904, -67.724965 45.66418, -67.723793 45.66397, -67.723344 45.663501, -67.722516 45.66293, -67.722118 45.662537, -67.721924 45.662318, -67.721552 45.662124, -67.7211 45.662061, -67.720604 45.662178, -67.720092 45.662279, -67.719831 45.662469, -67.71968 45.662984, -67.719446 45.663356, -67.719032 45.663822, -67.718804 45.664428, -67.718459 45.664716, -67.717624 45.665152, -67.718085 45.66573, -67.717961 45.667676, -67.723512 45.670005, -67.723724 45.672205, -67.72645 45.673516, -67.729972 45.67669, -67.733513 45.684048, -67.734565 45.688934, -67.730746 45.688967, -67.729376 45.689223, -67.728903 45.689211, -67.728266 45.689257, -67.728028 45.688857, -67.727442 45.688768, -67.727063 45.688479, -67.726992 45.688061, -67.726825 45.687876, -67.72627 45.687382, -67.726124 45.687046, -67.725955 45.686788, -67.725862 45.686645, -67.725449 45.686236, -67.725417 45.686105, -67.725315 45.685525, -67.723777 45.684472, -67.723154 45.68413, -67.721931 45.682434, -67.71783 45.679422, -67.713089 45.681201, -67.709587 45.681339, -67.710555 45.679215, -67.706187 45.67355, -67.701409 45.669071, -67.69796 45.659568, -67.691335 45.653549, -67.692422 45.650086, -67.679806 45.638236, -67.675254 45.630756, -67.666238 45.624237, -67.6633 45.625375, -67.653588 45.618791, -67.645569 45.613352, -67.639778 45.616096, -67.643957 45.62316, -67.639122 45.62513, -67.631795 45.62138, -67.62666 45.618045, -67.608378 45.606163, -67.58986 45.606797, -67.583225 45.602284, -67.572935 45.598654, -67.561691 45.594708, -67.557772 45.594836, -67.55708 45.596987, -67.547998 45.597862, -67.535213 45.595057, -67.519243 45.587698, -67.499025 45.586668, -67.491508 45.590914, -67.491134 45.59325, -67.48945 45.593719, -67.488571 45.595066, -67.487959 45.595837, -67.487748 45.596979, -67.490375 45.597049, -67.491712 45.598519, -67.494108 45.598952, -67.49329 45.601358, -67.491327 45.601339, -67.490823 45.600792, -67.486016 45.601428, -67.477183 45.603923, -67.472487 45.60053, -67.46849 45.600694, -67.464801 45.603416, -67.456703 45.604353, -67.450018 45.602479, -67.448903 45.600052, -67.447325 45.59662, -67.445255 45.596391, -67.443138 45.593846, -67.433619 45.585798, -67.430981 45.584116, -67.425527 45.578446, -67.425374 45.576885, -67.423985 45.573814, -67.423194 45.571606, -67.427678 45.569306, -67.428892 45.568694, -67.428871 45.56835, -67.428423 45.567918, -67.428106 45.567614, -67.428173 45.56513, -67.427898 45.564676, -67.427495 45.564012, -67.427494 45.56401, -67.426603 45.563078, -67.426873 45.5625, -67.426954 45.562326, -67.426539 45.560617, -67.42485 45.559413, -67.423232 45.558013, -67.422053 45.556546, -67.422677 45.553782, -67.420987 45.550347, -67.420664 45.549691, -67.423899 45.547034, -67.423725 45.54619, -67.424303 45.543001, -67.425486 45.541479, -67.425077 45.540273, -67.425884 45.539878, -67.42733 45.540328, -67.428575 45.539827, -67.429206 45.540322, -67.430838 45.540714, -67.432472 45.540423, -67.433746 45.536949, -67.434743 45.535901, -67.434362 45.532784, -67.435133 45.531603, -67.434889 45.528468, -67.434864 45.528153, -67.433416 45.525582, -67.433023 45.524886, -67.432324 45.5243, -67.431744 45.523814, -67.431774 45.523272, -67.431812 45.522593, -67.431999 45.522234, -67.432487 45.521298, -67.432699 45.519797, -67.432115 45.519219, -67.428896 45.519055, -67.428539 45.519037, -67.425689 45.517138, -67.426409 45.515201, -67.425016 45.513894, -67.42093 45.511806, -67.418065 45.506978, -67.416498 45.504336, -67.416211 45.501312, -67.418011 45.501217, -67.422817 45.505511, -67.425226 45.504911, -67.424682 45.504011, -67.424474 45.503669, -67.426561 45.502212, -67.427338 45.500932, -67.43011 45.501038, -67.430793 45.501379, -67.430616 45.503094, -67.432398 45.50384, -67.434472 45.503428, -67.437072 45.505123, -67.441926 45.505256, -67.447998 45.509823, -67.450145 45.510283, -67.45296 45.509269, -67.453461 45.508865, -67.453146 45.507136, -67.449986 45.50522, -67.448922 45.502143, -67.449718 45.499104, -67.45159 45.499088, -67.453845 45.50024, -67.460765 45.506208, -67.461972 45.506993, -67.462258 45.50805, -67.463574 45.508374, -67.466563 45.506745, -67.466918 45.50581, -67.468491 45.505408, -67.469892 45.505827, -67.471135 45.50419, -67.470498 45.503101, -67.470295 45.502132, -67.47124 45.500868, -67.470473 45.499534, -67.467637 45.498409, -67.464574 45.49833, -67.463738 45.497073, -67.467546 45.495191, -67.471397 45.497256, -67.473306 45.49608, -67.474184 45.496144, -67.476331 45.496901, -67.477599 45.497064, -67.47958 45.49623, -67.480331 45.494766, -67.481696 45.493822, -67.483055 45.494109, -67.483834 45.495422, -67.485495 45.495617, -67.486273 45.494741, -67.489222 45.493073, -67.488165 45.491196, -67.489536 45.489171, -67.491146 45.489233, -67.495102 45.488705, -67.497186 45.49031, -67.500068 45.490917, -67.501032 45.490417, -67.502983 45.489921, -67.503461 45.489586, -67.503719 45.486722, -67.502877 45.48583, -67.502659 45.483843, -67.501493 45.48272, -67.500952 45.478957, -67.499284 45.477022, -67.497023 45.475919, -67.49495 45.472854, -67.492698 45.471088, -67.490898 45.470444, -67.490505 45.470196, -67.490323 45.469385, -67.487443 45.467858, -67.487231 45.467746, -67.486684 45.46667, -67.486337 45.465988, -67.486294 45.464749, -67.485194 45.46389, -67.483657 45.462088, -67.482108 45.459413, -67.482501 45.457116, -67.48495 45.456362, -67.485118 45.455706, -67.485222 45.455302, -67.485141 45.454228, -67.485113 45.453863, -67.485031 45.452777, -67.484239 45.451244, -67.483966 45.44942, -67.483173 45.44926, -67.482289 45.44811, -67.477903 45.446446, -67.476471 45.44334, -67.477588 45.44164, -67.479838 45.441431, -67.480394 45.440953, -67.479983 45.439446, -67.47814 45.436885, -67.478942 45.435742, -67.478507 45.43436, -67.477431 45.432824, -67.477119 45.431403, -67.477524 45.430546, -67.475432 45.428841, -67.474367 45.4262, -67.474114 45.425108, -67.472679 45.423239, -67.470231 45.422694, -67.468195 45.422795, -67.466811 45.422476, -67.465742 45.422608, -67.463945 45.422424, -67.462393 45.422615, -67.461245 45.422247, -67.460394 45.421204, -67.460246 45.42046, -67.461132 45.419325, -67.459383 45.417443, -67.459144 45.4158, -67.45788 45.414649, -67.456421 45.414428, -67.456268 45.41345, -67.45273 45.409695, -67.450655 45.409133, -67.446893 45.406772, -67.445188 45.405123, -67.442384 45.402936, -67.440082 45.401171, -67.438464 45.399057, -67.432406 45.3948, -67.429708 45.391955, -67.427643 45.391034, -67.426802 45.389776, -67.426331 45.385528, -67.425007 45.383667, -67.424093 45.382061, -67.422738 45.381236, -67.423075 45.379987, -67.422823 45.379305, -67.419237 45.377123, -67.419652 45.375487, -67.421133 45.37359, -67.422757 45.373017, -67.425373 45.37299, -67.426752 45.3737, -67.427742 45.372926, -67.430167 45.371637, -67.430433 45.371202, -67.432336 45.368083, -67.432147 45.367051, -67.434528 45.364983, -67.433657 45.363479, -67.433553 45.360838, -67.433028 45.360425, -67.431711 45.360539, -67.430974 45.360133, -67.430197 45.359548, -67.425352 45.357434, -67.425455 45.356606, -67.427229 45.355309, -67.42857 45.354773, -67.428755 45.353935, -67.42854 45.353495, -67.428208 45.352605, -67.428649 45.351729, -67.430659 45.351079, -67.431455 45.349782, -67.430454 45.347921, -67.428931 45.34575, -67.428848 45.34436, -67.431224 45.341092, -67.434619 45.340078, -67.436421 45.338842, -67.440604 45.336058, -67.441476 45.335175, -67.442034 45.333944, -67.44185 45.332471, -67.443601 45.330889, -67.446453 45.329947, -67.450788 45.32918, -67.452031 45.328296, -67.455455 45.327163, -67.456908 45.325276, -67.456274 45.323536, -67.455449 45.322397, -67.452967 45.320439, -67.452109 45.319291, -67.451837 45.317703, -67.453465 45.313712, -67.457863 45.309612, -67.459224 45.305703, -67.458739 45.304386, -67.459743 45.303192, -67.460306 45.30004, -67.4628 45.299348, -67.465832 45.299822, -67.468067 45.299016, -67.468702 45.297396, -67.465957 45.296906, -67.466124 45.29388, -67.467418 45.29343, -67.470815 45.293331, -67.472102 45.292227, -67.474712 45.291699, -67.476108 45.288655, -67.477932 45.288336, -67.481212 45.29112, -67.485079 45.291174, -67.486394 45.289912, -67.485871 45.287037, -67.489663 45.282156, -67.489044 45.280596, -67.487105 45.280204, -67.483504 45.279476, -67.482029 45.275387, -67.479077 45.275234, -67.478801 45.275247, -67.47733 45.275908, -67.476421 45.275418, -67.477157 45.273894, -67.475773 45.271323, -67.475991 45.270508, -67.476154 45.269918, -67.47643 45.269077, -67.475252 45.265891, -67.474783 45.263298, -67.471811 45.261657, -67.47149 45.260729, -67.473111 45.258658, -67.471152 45.255193, -67.46895 45.2533, -67.468517 45.250674, -67.466805 45.2496, -67.464197 45.245137, -67.461912 45.242724, -67.460079 45.242023, -67.45564 45.241914, -67.453846 45.241256, -67.449186 45.236606, -67.447355 45.233147, -67.442279 45.229092, -67.440438 45.227747, -67.439301 45.226148, -67.439312 45.224791, -67.436988 45.222758, -67.43729 45.21993, -67.435328 45.216116, -67.430918 45.209211, -67.430732 45.206167, -67.427966 45.201812, -67.428719 45.19969, -67.429264 45.193486, -67.42687 45.191537, -67.418113 45.190018, -67.415842 45.187504, -67.415226 45.186822, -67.413362 45.185431, -67.411475 45.182564, -67.406556 45.178889, -67.406079 45.178794, -67.400519 45.177688, -67.398327 45.173401, -67.399197 45.168975, -67.404326 45.166957, -67.404768 45.166797, -67.40578 45.162969, -67.405027 45.160085, -67.402702 45.159661, -67.401359 45.158764, -67.394678 45.155895, -67.392876 45.154414, -67.383076 45.151996, -67.380717 45.152164, -67.378057 45.149833, -67.372508 45.143874, -67.370694 45.142, -67.363578 45.137661, -67.356557 45.133006, -67.357527 45.13222, -67.353439 45.129182, -67.349161 45.129511, -67.34599 45.126468, -67.342794 45.12595, -67.340841 45.125057, -67.336011 45.128378, -67.330502 45.131817, -67.320819 45.13135, -67.317697 45.138036, -67.319696 45.141176, -67.319853 45.141803, -67.320007 45.142416, -67.309772 45.143669, -67.305686 45.144823, -67.305368 45.144913, -67.300078 45.146199, -67.295926 45.147908, -67.295398 45.148697, -67.294692 45.149751, -67.294222 45.153646, -67.29757 45.155494, -67.301626 45.157006, -67.302687 45.160722, -67.302587 45.160975, -67.302545 45.161081, -67.299342 45.169189, -67.29683 45.1701, -67.294804 45.170526, -67.293202 45.170687, -67.291428 45.171045, -67.291434 45.172919, -67.291106 45.17458, -67.293522 45.175867, -67.294047 45.177176, -67.290732 45.181668, -67.291279 45.182576, -67.291621 45.18353, -67.29158 45.183956, -67.291224 45.184318, -67.29128 45.18504, -67.290964 45.185402, -67.290984 45.185832, -67.290163 45.18614, -67.290994 45.187582, -67.289712 45.188804, -67.287023 45.189129, -67.285791 45.189954, -67.285109 45.191312, -67.283362 45.191868, -67.282239 45.191681, -67.279012 45.191126, -67.274623 45.191339, -67.272022 45.191214, -67.269217 45.190516, -67.262245 45.187952, -67.261633 45.187507, -67.260935 45.186999, -67.255306 45.182869, -67.249595 45.181214, -67.247428 45.1809, -67.24394 45.178267, -67.242811 45.172455, -67.24104 45.170995, -67.235493 45.169714, -67.232903 45.168528, -67.229777 45.164856, -67.227286 45.16344, -67.223164 45.163374, -67.217964 45.166586, -67.213647 45.167552, -67.208621 45.169349, -67.205086 45.171417, -67.20279 45.171366, -67.192685 45.166197, -67.190759 45.165606, -67.16785 45.16467, -67.15878 45.162002, -67.144891 45.145913, -67.12876 45.132279, -67.122624 45.124791, -67.11256 45.112593, -67.108009 45.102992, -67.100409 45.086923, -67.094547 45.074528, -67.092619 45.071344, -67.082974 45.055415, -67.046383 44.994898, -67.021652 44.953919, -67.019757 44.952434, -67.009984 44.944777, -66.996838 44.928386, -66.968703 44.910406, -66.972215 44.894792, -66.979992 44.877462, -66.980742 44.873874, -66.982123 44.867276, -66.980699 44.860498, -66.974765 44.85099, -66.974852 44.841624, -66.965293 44.828878, -66.93255 44.825524, -66.885405 44.794209, -66.902544 44.776578, -66.909889 44.769435, -66.913556 44.765871, -66.915495 44.763985, -66.917222 44.762306, -66.921528 44.759111, -66.922127 44.758667, -66.924995 44.756539, -66.925833 44.755917, -66.925834 44.755916, -66.927222 44.754806, -66.928382 44.754173, -66.930278 44.753139, -66.931102 44.752689, -66.933333 44.751472, -66.936482 44.748232, -66.93963 44.744991, -66.942778 44.74175, -66.944167 44.739806, -66.945972 44.737583, -66.947778 44.735361, -66.948611 44.73425, -66.950972 44.730778, -66.953333 44.727306, -66.955139 44.725083, -66.956944 44.722861, -66.957828 44.721851, -66.959861 44.719528, -66.962778 44.716194, -66.964861 44.713556, -66.966944 44.710917, -66.970139 44.707861, -66.973333 44.704806, -66.977361 44.702028, -66.981389 44.69925, -66.984306 44.697306, -66.987222 44.695361, -66.990334 44.69175, -66.993446 44.688139, -66.994295 44.687153, -66.995145 44.686166, -66.996557 44.684528, -66.998741 44.681992, -66.999668 44.680917, -67 44.680531, -67.002778 44.677306, -67.004104 44.67598, -67.004167 44.675917, -67.005417 44.673278, -67.006667 44.670639, -67.007568 44.668707, -67.008611 44.666472, -67.009397 44.664788, -67.010556 44.662306, -67.010626 44.662225, -67.0125 44.660083, -67.012503 44.66008, -67.013162 44.659364, -67.015695 44.656611, -67.016272 44.655983, -67.018889 44.653139, -67.019345 44.652569, -67.021852 44.649435, -67.024815 44.645732, -67.025112 44.645361, -67.027778 44.642028, -67.028342 44.64116, -67.029583 44.63925, -67.031232 44.636714, -67.031389 44.636472, -67.034028 44.633, -67.034666 44.632161, -67.036204 44.630136, -67.036667 44.629528, -67.037357 44.627888, -67.037777 44.62689, -67.038888 44.62425, -67.041753 44.6235, -67.044539 44.62277, -67.044618 44.622749, -67.050188 44.62129, -67.050197 44.621287, -67.055837 44.619809, -67.059666 44.618806, -67.061486 44.618329, -67.065719 44.617219, -67.067135 44.616848, -67.071772 44.615631, -67.072783 44.615366, -67.078431 44.613884, -67.07994 44.613488, -67.084079 44.612402, -67.084828 44.612206, -67.089716 44.610923, -67.089726 44.610921, -67.089736 44.610918, -67.095373 44.609438, -67.10102 44.607955, -67.106667 44.606472, -67.106669 44.606471, -67.110648 44.604528, -67.112619 44.603566, -67.11463 44.602584, -67.116103 44.601864, -67.118611 44.600639, -67.119593 44.600177, -67.123404 44.598383, -67.12341 44.59838, -67.128197 44.596126, -67.128202 44.596123, -67.131318 44.594656, -67.132989 44.593869, -67.137781 44.591613, -67.137972 44.591523, -67.142572 44.589356, -67.144625 44.588389, -67.147363 44.587098, -67.152154 44.584841, -67.156944 44.582583, -67.159073 44.580568, -67.160496 44.57922, -67.162217 44.577589, -67.164046 44.575856, -67.16536 44.57461, -67.167596 44.572492, -67.169273 44.570903, -67.171146 44.569128, -67.172394 44.567944, -67.174696 44.565763, -67.175516 44.564986, -67.178244 44.562399, -67.181248 44.559552, -67.181793 44.559035, -67.181981 44.558857, -67.182714 44.558162, -67.185341 44.55567, -67.18653 44.554542, -67.188889 44.552306, -67.190743 44.55004, -67.191389 44.54925, -67.193611 44.546056, -67.194334 44.545016, -67.195833 44.542861, -67.197895 44.541165, -67.199851 44.539556, -67.203868 44.536251, -67.207282 44.533441, -67.207884 44.532946, -67.2119 44.52964, -67.215915 44.526335, -67.216668 44.525714, -67.21993 44.523029, -67.219932 44.523027, -67.223944 44.519723, -67.223947 44.519721, -67.226156 44.517902, -67.227583 44.516726, -67.227959 44.516417, -67.22901 44.515551, -67.231972 44.513111, -67.235973 44.509889, -67.239457 44.507083, -67.239974 44.506667, -67.24356 44.503778, -67.243974 44.503445, -67.247663 44.500472, -67.247965 44.500229, -67.247973 44.500222, -67.248249 44.5, -67.251972 44.497, -67.251975 44.496997, -67.252528 44.496444, -67.253093 44.495348, -67.254111 44.493375, -67.254513 44.492595, -67.255128 44.491402, -67.256497 44.488746, -67.256501 44.488738, -67.257452 44.486894, -67.258482 44.484897, -67.260466 44.481048, -67.262358 44.477376, -67.26245 44.477199, -67.264433 44.473349, -67.266417 44.4695, -67.267234 44.467842, -67.268461 44.46535, -67.270506 44.4612, -67.27255 44.45705, -67.274594 44.4529, -67.276638 44.448749, -67.278681 44.444599, -67.280724 44.440449, -67.282767 44.436299, -67.284809 44.432149, -67.285508 44.43073, -67.286852 44.427998, -67.287681 44.426313, -67.288894 44.423848, -67.289853 44.421897, -67.290935 44.419697, -67.292976 44.415547, -67.293826 44.413819, -67.295018 44.411396, -67.295432 44.410552, -67.297039 44.407285, -67.297058 44.407246, -67.297072 44.407218, -67.299017 44.403261, -67.299099 44.403095, -67.300962 44.399304, -67.301139 44.398944, -67.301246 44.39873, -67.302528 44.396167, -67.303201 44.394821, -67.303917 44.393389, -67.30387 44.390619, -67.303847 44.389222, -67.303812 44.387104, -67.303784 44.385401, -67.303778 44.385056, -67.303755 44.383698, -67.303708 44.380889, -67.303662 44.378103, -67.303639 44.376722, -67.301231 44.359687, -67.299702 44.358576, -67.296224 44.356135, -67.292687 44.353738, -67.289093 44.351386, -67.285442 44.349079, -67.281736 44.346818, -67.281334 44.346577, -67.277574 44.344362, -67.273761 44.342195, -67.269896 44.340076, -67.26598 44.338005, -67.262015 44.335984, -67.258002 44.334012, -67.253941 44.332091, -67.249835 44.330221, -67.245684 44.328402, -67.24149 44.326636, -67.237253 44.324922, -67.232976 44.323261, -67.22866 44.321654, -67.224305 44.320102, -67.219914 44.318604, -67.215486 44.31716, -67.211025 44.315773, -67.206531 44.314441, -67.202006 44.313166, -67.19745 44.311948, -67.192865 44.310786, -67.188253 44.309682, -67.183616 44.308636, -67.178953 44.307648, -67.174268 44.306718, -67.16956 44.305847, -67.164833 44.305034, -67.160086 44.304281, -67.155322 44.303588, -67.153435 44.303329, -67.148655 44.302695, -67.143861 44.302121, -67.139053 44.301607, -67.134234 44.301153, -67.129404 44.300759, -67.124566 44.300426, -67.11972 44.300153, -67.114868 44.29994, -67.110013 44.299788, -67.105154 44.299697, -67.100293 44.299667, -67.095433 44.299697, -67.091711 44.299767, -67.074142 44.300582, -67.069313 44.300945, -67.064493 44.301368, -67.059685 44.301851, -67.054888 44.302393, -67.050106 44.302994, -67.045339 44.303655, -67.040588 44.304374, -67.035856 44.305152, -67.031143 44.305989, -67.026451 44.306884, -67.021782 44.307837, -67.017136 44.308847, -67.012515 44.309915, -67.007921 44.311039, -67.003354 44.312221, -66.998817 44.313458, -66.998068 44.313674, -66.993047 44.311495, -66.990531 44.310428, -66.987776 44.309318, -66.982441 44.307224, -66.977043 44.305214, -66.971586 44.303289, -66.966073 44.30145, -66.960505 44.299697, -66.954885 44.298031, -66.949216 44.296454, -66.946447 44.295707, -66.943502 44.294966, -66.937743 44.293567, -66.931944 44.292258, -66.926107 44.29104, -66.920234 44.289914, -66.914329 44.28888, -66.908394 44.287938, -66.902431 44.287089, -66.899484 44.286693, -66.896445 44.286333, -66.890437 44.285671, -66.884411 44.285103, -66.878369 44.28463, -66.872314 44.28425, -66.866249 44.283966, -66.861667 44.283939, -66.860172 44.28388, -66.855599 44.283737, -66.8541 44.283714, -66.851062 44.283678, -66.849522 44.28367, -66.848852 44.283674, -66.847234 44.283688, -66.846055 44.283711, -66.84488 44.283735, -66.841616 44.283809, -66.838241 44.283944, -66.836137 44.28404, -66.833146 44.284066, -66.829329 44.284254, -66.826299 44.284428, -66.824438 44.284549, -66.821606 44.284754, -66.817423 44.285088, -66.814405 44.285353, -66.812934 44.285494, -66.810116 44.285785, -66.805577 44.286288, -66.802606 44.28664, -66.801495 44.286781, -66.798602 44.28717, -66.793719 44.287865, -66.790745 44.288313, -66.78967 44.288483, -66.78671 44.288978, -66.781873 44.289825, -66.778929 44.290365, -66.777867 44.290568, -66.774938 44.291155, -66.770157 44.292152, -66.767249 44.292784, -66.7662 44.29302, -66.763309 44.293698, -66.758964 44.294752, -66.75529 44.295654, -66.749588 44.297117, -66.748898 44.297296, -66.74468 44.298452, -66.740517 44.299706, -66.734949 44.301459, -66.729435 44.303298, -66.723978 44.305223, -66.718581 44.307233, -66.713246 44.309327, -66.71049 44.310437, -66.707974 44.311504, -66.70277 44.313762, -66.697636 44.316101, -66.680717 44.307442)\", \"region\": {\"id\": 22809, \"geometry\": \"LINESTRING (-68.911592 47.327183, -69.050378 47.300198, -69.050664 47.300144, -69.050961 47.300088, -69.050635 47.299537, -69.051518 47.298742, -69.053077 47.298522, -69.053406 47.297694, -69.053466 47.29718, -69.053068 47.296441, -69.052806 47.295495, -69.052702 47.294497, -69.053119 47.293521, -69.05311 47.292812, -69.052831 47.292494, -69.051172 47.292384, -69.049694 47.289278, -69.049803 47.288062, -69.049806 47.288056, -69.04979 47.284638, -69.049192 47.283324, -69.049838 47.282149, -69.050806 47.281417, -69.050872 47.280639, -69.050861 47.280639, -69.050997 47.280097, -69.050778 47.278475, -69.049274 47.275779, -69.048451 47.275759, -69.048081 47.275111, -69.048187 47.274243, -69.04814 47.273238, -69.046842 47.271585, -69.047602 47.270354, -69.048413 47.269421, -69.047941 47.268684, -69.047141 47.26726, -69.048871 47.264758, -69.048861 47.26475, -69.048123 47.263257, -69.049061 47.262483, -69.049912 47.261696, -69.050234 47.261073, -69.0506 47.260183, -69.050604 47.260065, -69.050745 47.25648, -69.046118 47.251366, -69.045236 47.250426, -69.044907 47.25, -69.042126 47.246312, -69.0409 47.245011, -69.037407 47.242716, -69.035718 47.242273, -69.034842 47.241904, -69.03457 47.241014, -69.033773 47.240402, -69.030126 47.23996, -69.027074 47.23934, -69.027083 47.239333, -69.021935 47.236736, -69.007372 47.230942, -69 47.228105, -68.988286 47.223584, -68.9804 47.220114, -68.978591 47.2177, -68.974901 47.216734, -68.971932 47.214655, -68.967217 47.21341, -68.965274 47.212524, -68.965303 47.211187, -68.964794 47.21018, -68.963486 47.209718, -68.961817 47.206407, -68.961187 47.205686, -68.960003 47.205256, -68.957183 47.205704, -68.955336 47.206407, -68.953798 47.206784, -68.952854 47.206894, -68.952106 47.205833, -68.951976 47.205036, -68.952307 47.204014, -68.951954 47.202683, -68.950782 47.202004, -68.949674 47.202149, -68.947536 47.20347, -68.942603 47.206092, -68.941057 47.206077, -68.939374 47.204513, -68.938032 47.203597, -68.936479 47.202898, -68.935463 47.202197, -68.934582 47.201244, -68.934116 47.200145, -68.932884 47.199709, -68.929076 47.199473, -68.928055 47.198721, -68.92995 47.197594, -68.928444 47.196599, -68.927957 47.19652, -68.926581 47.196805, -68.925569 47.197884, -68.92374 47.197377, -68.92055 47.195407, -68.91995 47.194832, -68.919864 47.193758, -68.919963 47.191509, -68.919778 47.18993, -68.91898 47.189463, -68.917769 47.189607, -68.915045 47.188576, -68.913349 47.187653, -68.911954 47.186462, -68.910302 47.185977, -68.908444 47.186342, -68.907396 47.185417, -68.907367 47.1842, -68.906196 47.182189, -68.905413 47.181637, -68.904872 47.180473, -68.90323 47.179751, -68.902882 47.17912, -68.901335 47.178151, -68.900033 47.177741, -68.898793 47.180252, -68.897607 47.181227, -68.895521 47.182434, -68.89372 47.182791, -68.889089 47.182016, -68.884422 47.183155, -68.882108 47.182892, -68.881416 47.183392, -68.876067 47.187258, -68.871032 47.18907, -68.866132 47.18891, -68.861569 47.189079, -68.857439 47.190341, -68.850951 47.194656, -68.849961 47.196252, -68.842885 47.199716, -68.837658 47.201493, -68.83145 47.20392, -68.826558 47.207121, -68.826402 47.207223, -68.817259 47.211203, -68.815164 47.213491, -68.811456 47.215173, -68.804267 47.215427, -68.781323 47.221058, -68.768944 47.221191, -68.764443 47.22205, -68.757178 47.224322, -68.752011 47.226301, -68.743261 47.231086, -68.737996 47.233347, -68.73429 47.235651, -68.7302 47.235645, -68.727902 47.236339, -68.724967 47.238071, -68.717016 47.24058, -68.715323 47.240831, -68.712324 47.240278, -68.709476 47.23938, -68.708758 47.238563, -68.705887 47.237731, -68.702263 47.238302, -68.69804 47.240858, -68.695231 47.242553, -68.69401 47.242998, -68.691707 47.243837, -68.68715 47.24441, -68.684351 47.242887, -68.679472 47.243061, -68.674954 47.242327, -68.667521 47.238153, -68.663198 47.236279, -68.659845 47.236124, -68.657834 47.23699, -68.655413 47.238857, -68.655058 47.23892, -68.653096 47.23927, -68.646276 47.239484, -68.644654 47.239817, -68.640263 47.24072, -68.635111 47.242336, -68.628711 47.242106, -68.625465 47.24217, -68.617512 47.243373, -68.607519 47.246984, -68.604599 47.249296, -68.604458 47.249433, -68.604361 47.249528, -68.604306 47.249583, -68.601839 47.252213, -68.599707 47.254486, -68.599291 47.254677, -68.596826 47.25581, -68.596276 47.256062, -68.596056 47.256164, -68.593544 47.25877, -68.593529 47.258921, -68.593318 47.261086, -68.597497 47.266869, -68.598203 47.268517, -68.597677 47.270147, -68.597675 47.270155, -68.592361 47.27413, -68.592356 47.274134, -68.591395 47.276595, -68.59053 47.27881, -68.589447 47.280539, -68.589446 47.280541, -68.586294 47.282746, -68.580055 47.28711, -68.580048 47.287115, -68.577614 47.287619, -68.57192 47.287152, -68.571769 47.287109, -68.557918 47.28317, -68.553746 47.282352, -68.549798 47.282141, -68.540816 47.284309, -68.538791 47.285286, -68.530238 47.292028, -68.525772 47.293784, -68.523951 47.2945, -68.516766 47.296087, -68.508262 47.296476, -68.503446 47.296032, -68.49665 47.294006, -68.494444 47.293756, -68.490158 47.293856, -68.48401 47.294907, -68.475023 47.29714, -68.474165 47.297058, -68.470432 47.296705, -68.465619 47.294608, -68.464566 47.293631, -68.461432 47.288855, -68.461411 47.288823, -68.458487 47.284367, -68.452679 47.282532, -68.448768 47.282009, -68.44626 47.282187, -68.441306 47.283671, -68.434365 47.282018, -68.429806 47.281259, -68.426594 47.281881, -68.425795 47.282036, -68.415097 47.287456, -68.409847 47.288008, -68.403147 47.286984, -68.39458 47.286778, -68.389967 47.28598, -68.381598 47.286265, -68.377856 47.287375, -68.375623 47.288966, -68.374724 47.291015, -68.376322 47.295184, -68.380643 47.298873, -68.38389 47.301154, -68.384787 47.303661, -68.380844 47.308226, -68.380962 47.310275, -68.383076 47.318108, -68.383447 47.319476, -68.384527 47.321327, -68.384714 47.324081, -68.383191 47.328722, -68.381512 47.331754, -68.380151 47.339646, -68.377722 47.343552, -68.377629 47.343644, -68.371881 47.349356, -68.368984 47.351536, -68.365347 47.353475, -68.363132 47.354657, -68.360916 47.355189, -68.352382 47.357239, -68.352379 47.357239, -68.35185 47.357367, -68.350091 47.357612, -68.347747 47.357938, -68.343401 47.358175, -68.343389 47.358167, -68.335595 47.359732, -68.332194 47.359972, -68.327668 47.360068, -68.323392 47.35955, -68.322363 47.359426, -68.322037 47.359334, -68.320165 47.358808, -68.311093 47.356242, -68.30519 47.355258, -68.303261 47.355239, -68.300647 47.355754, -68.299547 47.355968, -68.298545 47.356466, -68.29852 47.356478, -68.297932 47.356765, -68.293485 47.358969, -68.290344 47.35991, -68.284798 47.360288, -68.280573 47.359623, -68.278364 47.358439, -68.271094 47.354514, -68.264907 47.352218, -68.250565 47.35214, -68.247973 47.352118, -68.23918 47.354475, -68.238025 47.354782, -68.234471 47.355301, -68.228122 47.353358, -68.22625 47.351767, -68.225412 47.351055, -68.224716 47.350249, -68.22372 47.344704, -68.222838 47.344088, -68.219336 47.34161, -68.214534 47.339606, -68.211359 47.338843, -68.207316 47.339609, -68.20392 47.33948, -68.202352 47.339416, -68.179733 47.330202, -68.179252 47.330028, -68.179162 47.329996, -68.176047 47.32887, -68.16991 47.328491, -68.165812 47.327951, -68.16002 47.327182, -68.15456 47.325157, -68.152408 47.322126, -68.15342 47.315111, -68.153531 47.313324, -68.152298 47.309788, -68.146921 47.30566, -68.142256 47.300704, -68.141382 47.299775, -68.135827 47.295721, -68.127494 47.293999, -68.123103 47.289883, -68.120936 47.28743, -68.105014 47.281435, -68.102413 47.280088, -68.101016 47.279568, -68.097451 47.27824, -68.092388 47.276362, -68.082224 47.271066, -68.077399 47.266001, -68.076655 47.26266, -68.073948 47.259303, -68.066352 47.257671, -68.065016 47.257384, -68.061748 47.256098, -68.059389 47.255256, -68.052328 47.252032, -68.039264 47.246747, -68.033566 47.243561, -68.025442 47.240081, -68.01982 47.238657, -68.016732 47.235049, -68.007528 47.227694, -68.007008 47.227278, -68.00081 47.220176, -68 47.219247, -67.999965 47.219199, -67.998399 47.217059, -67.989616 47.209863, -67.987341 47.209253, -67.982817 47.208659, -67.973204 47.206789, -67.972942 47.206672, -67.957283 47.199694, -67.95353 47.196776, -67.953421 47.196692, -67.951943 47.194536, -67.951942 47.194535, -67.951172 47.191343, -67.950874 47.190106, -67.950936 47.18913, -67.951291 47.183523, -67.948543 47.181777, -67.94844 47.181661, -67.948032 47.181202, -67.945139 47.177946, -67.943263 47.176057, -67.94315 47.175926, -67.938993 47.171095, -67.936904 47.166063, -67.934916 47.163614, -67.931932 47.161488, -67.928665 47.156219, -67.927699 47.155348, -67.927167 47.154863, -67.921968 47.152035, -67.921468 47.151764, -67.921303 47.151674, -67.913396 47.149238, -67.912441 47.148944, -67.909834 47.147219, -67.907565 47.144116, -67.90349 47.136485, -67.898892 47.133114, -67.896084 47.131714, -67.89421 47.130468, -67.893505 47.129159, -67.890734 47.126484, -67.889911 47.124318, -67.890382 47.122353, -67.88919 47.119545, -67.88956 47.114128, -67.888168 47.109814, -67.882917 47.104403, -67.879728 47.102676, -67.879728 47.102676, -67.879134 47.102494, -67.874822 47.101172, -67.874819 47.101172, -67.868366 47.100543, -67.868365 47.100543, -67.85924 47.096851, -67.848669 47.093305, -67.845204 47.091422, -67.838281 47.087663, -67.83054 47.084969, -67.826013 47.084674, -67.825246 47.084477, -67.821111 47.083416, -67.81693 47.081393, -67.811218 47.076046, -67.803837 47.072648, -67.794597 47.069505, -67.790297 47.067276, -67.790198 47.067225, -67.790198 47.066335, -67.790204 47.066156, -67.790195 47.065914, -67.790186 47.064674, -67.790172 47.062636, -67.790161 47.061136, -67.790158 47.060814, -67.790157 47.060647, -67.790156 47.060447, -67.790154 47.059922, -67.790144 47.0588, -67.790144 47.0588, -67.790129 47.056754, -67.790119 47.055376, -67.790094 47.052156, -67.790079 47.05009, -67.79005 47.04625, -67.790039 47.044828, -67.790028 47.043211, -67.790019 47.042136, -67.789992 47.038586, -67.789991 47.038448, -67.789986 47.037711, -67.789953 47.033225, -67.789946 47.03218, -67.789945 47.03215, -67.789942 47.031631, -67.789932 47.030367, -67.789911 47.027419, -67.7899 47.026014, -67.789861 47.020881, -67.789852 47.019524, -67.789806 47.013394, -67.789797 47.010131, -67.789792 47.008039, -67.789772 47.001022, -67.789769 47.000002, -67.789753 46.994131, -67.789733 46.986636, -67.789732 46.986248, -67.789731 46.985342, -67.789726 46.982906, -67.789719 46.981533, -67.789718 46.980833, -67.789717 46.980411, -67.789699 46.974087, -67.789688 46.9702, -67.789668 46.962672, -67.789659 46.959231, -67.789656 46.958035, -67.789643 46.953416, -67.789638 46.951389, -67.789631 46.949074, -67.78962 46.945029, -67.789615 46.943018, -67.789599 46.937101, -67.789584 46.931427, -67.789571 46.926654, -67.789555 46.924682, -67.789556 46.924681, -67.789555 46.924659, -67.789512 46.919392, -67.789488 46.916418, -67.789454 46.912248, -67.789454 46.908358, -67.789453 46.90789, -67.789453 46.903263, -67.789452 46.900131, -67.789452 46.893916, -67.789451 46.8871, -67.78945 46.882714, -67.78945 46.877612, -67.78945 46.87676, -67.789449 46.872194, -67.789449 46.871087, -67.789448 46.865289, -67.789446 46.860579, -67.789446 46.858543, -67.789446 46.857739, -67.789471 46.853098, -67.789485 46.850466, -67.789505 46.846873, -67.789543 46.840007, -67.789595 46.830439, -67.789616 46.82661, -67.789624 46.825047, -67.789633 46.823496, -67.789663 46.817869, -67.789712 46.8087, -67.789727 46.80594, -67.789695 46.802087, -67.789668 46.798754, -67.789656 46.797238, -67.789636 46.794817, -67.789635 46.794666, -67.789626 46.793601, -67.789613 46.792054, -67.789594 46.789754, -67.789548 46.783994, -67.789516 46.780078, -67.789481 46.775828, -67.789442 46.771065, -67.789402 46.76612, -67.789392 46.765383, -67.789391 46.76534, -67.789381 46.7639, -67.789364 46.761797, -67.789336 46.758029, -67.789311 46.754965, -67.789286 46.751986, -67.789249 46.747421, -67.789236 46.745818, -67.789187 46.739759, -67.789156 46.735976, -67.789111 46.730468, -67.789064 46.724661, -67.78905 46.722864, -67.788981 46.714378, -67.788968 46.712778, -67.788938 46.707753, -67.788927 46.705941, -67.788902 46.702112, -67.788858 46.695409, -67.788819 46.68946, -67.788817 46.689235, -67.788802 46.686999, -67.78877 46.681943, -67.788728 46.675648, -67.788724 46.674966, -67.78871 46.672876, -67.788687 46.669221, -67.788647 46.663206, -67.788616 46.658466, -67.788592 46.654785, -67.788582 46.653339, -67.788574 46.652205, -67.78853 46.645746, -67.788509 46.642635, -67.788477 46.637941, -67.78846 46.635385, -67.788457 46.634883, -67.788443 46.632847, -67.788433 46.631455, -67.788387 46.624813, -67.788324 46.615637, -67.788319 46.613515, -67.788311 46.610017, -67.788298 46.604344, -67.788298 46.603451, -67.788291 46.601293, -67.788286 46.601063, -67.788269 46.600368, -67.788258 46.599917, -67.788257 46.599908, -67.78813 46.59478, -67.788087 46.593019, -67.788003 46.589644, -67.787883 46.5849, -67.787803 46.581707, -67.787766 46.580242, -67.787651 46.575642, -67.787486 46.569091, -67.787486 46.569053, -67.787312 46.562162, -67.787208 46.557982, -67.787088 46.553128, -67.787074 46.552621, -67.786843 46.543355, -67.786731 46.538897, -67.78663 46.534843, -67.786515 46.530271, -67.786442 46.527375, -67.78632 46.522494, -67.786159 46.516099, -67.786032 46.511019, -67.786005 46.509959, -67.785891 46.505397, -67.785838 46.502817, -67.785719 46.497085, -67.785604 46.491511, -67.785532 46.48798, -67.785403 46.481719, -67.785357 46.47951, -67.785312 46.477309, -67.78525 46.474301, -67.78513 46.46848, -67.785091 46.466609, -67.785081 46.466117, -67.785033 46.463559, -67.784907 46.45679, -67.784866 46.454585, -67.784839 46.453114, -67.784793 46.450874, -67.784782 46.450337, -67.784781 46.450283, -67.784775 46.450047, -67.784764 46.449464, -67.784736 46.447798, -67.784702 46.445799, -67.784638 46.442366, -67.784551 46.437668, -67.7845 46.434959, -67.784381 46.428539, -67.784288 46.423513, -67.784216 46.419641, -67.784208 46.41924, -67.784184 46.417968, -67.784126 46.414453, -67.784095 46.412541, -67.784017 46.407787, -67.783895 46.400429, -67.783779 46.393401, -67.783619 46.38366, -67.783566 46.380478, -67.783548 46.379383, -67.783501 46.376517, -67.783442 46.372973, -67.783356 46.36771, -67.783332 46.36625, -67.783238 46.360574, -67.783174 46.356636, -67.783123 46.353552, -67.783063 46.349073, -67.783001 46.34439, -67.782904 46.337105, -67.782826 46.331243, -67.782724 46.323508, -67.782653 46.318175, -67.782646 46.31764, -67.782642 46.317313, -67.782618 46.315534, -67.782533 46.309115, -67.782488 46.305737, -67.782404 46.299459, -67.782384 46.297744, -67.782346 46.294444, -67.782252 46.286402, -67.782222 46.283899, -67.78217 46.279417, -67.782166 46.279093, -67.782132 46.276132, -67.782104 46.273778, -67.782067 46.270569, -67.781996 46.264455, -67.781976 46.262758, -67.781975 46.262299, -67.781971 46.260551, -67.781951 46.250596, -67.781947 46.248251, -67.781927 46.246188, -67.781886 46.241782, -67.781831 46.235822, -67.781814 46.233906, -67.781795 46.231878, -67.781748 46.226837, -67.781747 46.226696, -67.781747 46.226636, -67.781744 46.226389, -67.781744 46.226339, -67.781739 46.225896, -67.781739 46.22586, -67.78168 46.219502, -67.781664 46.217852, -67.781661 46.217584, -67.781658 46.21724, -67.781654 46.2168, -67.78163 46.213258, -67.781569 46.204753, -67.781516 46.197417, -67.781465 46.190225, -67.781446 46.186173, -67.781441 46.185246, -67.781396 46.175719, -67.781384 46.173113, -67.781381 46.172579, -67.781376 46.171426, -67.781366 46.169438, -67.781319 46.159562, -67.781284 46.152091, -67.781258 46.146704, -67.781258 46.14358, -67.781258 46.137592, -67.781258 46.13561, -67.781258 46.135563, -67.78126 46.135468, -67.781271 46.134898, -67.781258 46.134261, -67.781258 46.133382, -67.781258 46.133293, -67.781258 46.133272, -67.781258 46.133126, -67.781258 46.132409, -67.781258 46.12986, -67.781258 46.121118, -67.781258 46.113381, -67.781258 46.112591, -67.781254 46.110656, -67.781248 46.106617, -67.78124 46.102206, -67.78123 46.096196, -67.781228 46.095039, -67.78122 46.090007, -67.781212 46.085738, -67.781211 46.08482, -67.781199 46.077472, -67.781185 46.075566, -67.781138 46.069093, -67.781077 46.060666, -67.781068 46.059458, -67.78106 46.057926, -67.781055 46.056906, -67.781041 46.053971, -67.781028 46.051226, -67.781023 46.050079, -67.780999 46.045045, -67.780958 46.037831, -67.780982 46.033826, -67.781006 46.027012, -67.78104 46.017498, -67.781064 46.011086, -67.781088 46.004275, -67.781101 46.000783, -67.781118 45.996116, -67.781133 45.992102, -67.781146 45.986948, -67.781161 45.981328, -67.78118 45.973986, -67.781207 45.963581, -67.781217 45.959544, -67.781221 45.958223, -67.781226 45.956115, -67.781244 45.948962, -67.781257 45.943642, -67.781256 45.943451, -67.781116 45.943258, -67.781021 45.943081, -67.781065 45.943013, -67.781044 45.942941, -67.781063 45.942826, -67.780925 45.942628, -67.780851 45.942476, -67.780858 45.942364, -67.780766 45.942313, -67.78069 45.942175, -67.780723 45.941916, -67.780797 45.941718, -67.781008 45.941702, -67.780999 45.941637, -67.780962 45.941549, -67.780824 45.941433, -67.780786 45.94135, -67.780461 45.941293, -67.780312 45.941216, -67.780333 45.941096, -67.780297 45.940976, -67.78031 45.940918, -67.780306 45.940917, -67.780263 45.940813, -67.780321 45.940667, -67.780297 45.94053, -67.780347 45.94039, -67.780292 45.940271, -67.780429 45.940022, -67.780454 45.939887, -67.780394 45.939791, -67.780488 45.939624, -67.780478 45.939569, -67.780616 45.939286, -67.780477 45.939115, -67.780527 45.938962, -67.78051 45.938726, -67.780452 45.938656, -67.780344 45.938525, -67.780282 45.938455, -67.780163 45.93832, -67.78008 45.938304, -67.779945 45.938212, -67.779698 45.938221, -67.779533 45.937994, -67.779626 45.937791, -67.779508 45.937738, -67.779415 45.937505, -67.77921 45.937515, -67.779108 45.937328, -67.778997 45.937216, -67.779027 45.937038, -67.778936 45.936935, -67.77887 45.936724, -67.778723 45.936633, -67.778504 45.936415, -67.778303 45.93615, -67.778323 45.935867, -67.778298 45.935679, -67.778073 45.935429, -67.778087 45.935254, -67.777971 45.935183, -67.77795 45.935061, -67.77798 45.935012, -67.777958 45.934948, -67.778051 45.934641, -67.778006 45.934558, -67.777904 45.93455, -67.777837 45.934512, -67.777923 45.934333, -67.77785 45.934322, -67.777837 45.934207, -67.777503 45.934007, -67.777218 45.934061, -67.777157 45.93405, -67.77711 45.933947, -67.776985 45.934011, -67.776962 45.934094, -67.776864 45.934126, -67.776544 45.934087, -67.776336 45.934161, -67.77632 45.934236, -67.776159 45.9343, -67.775877 45.934296, -67.775758 45.934173, -67.775555 45.934103, -67.775393 45.934158, -67.775365 45.934203, -67.775359 45.934299, -67.775228 45.934309, -67.77522 45.934384, -67.775135 45.934456, -67.775089 45.934581, -67.775059 45.934729, -67.775105 45.934786, -67.775022 45.934894, -67.77482 45.934938, -67.77466 45.934927, -67.774507 45.935023, -67.774429 45.934925, -67.774076 45.934872, -67.773922 45.934795, -67.773829 45.934869, -67.773623 45.934875, -67.773471 45.934822, -67.77352 45.934691, -67.773296 45.934565, -67.773267 45.934481, -67.773077 45.934413, -67.773049 45.934322, -67.772937 45.934239, -67.772835 45.934129, -67.772872 45.934081, -67.772892 45.934006, -67.772744 45.933913, -67.772544 45.933862, -67.772547 45.933734, -67.772608 45.933616, -67.772424 45.933478, -67.772379 45.933369, -67.772105 45.933294, -67.772239 45.933248, -67.772302 45.933153, -67.772255 45.933013, -67.772273 45.932939, -67.772152 45.932889, -67.772082 45.9328, -67.772015 45.932776, -67.77191 45.932674, -67.771969 45.932625, -67.77203 45.932464, -67.772109 45.93229, -67.771952 45.932114, -67.771908 45.931946, -67.771734 45.931944, -67.77148 45.931778, -67.771358 45.931787, -67.771171 45.931658, -67.770946 45.931663, -67.770828 45.93177, -67.77073 45.931807, -67.770522 45.931768, -67.770488 45.931828, -67.770314 45.931877, -67.7701 45.931799, -67.769956 45.931804, -67.769814 45.931942, -67.769631 45.931873, -67.769527 45.931907, -67.769532 45.932018, -67.769456 45.932048, -67.769432 45.932119, -67.769277 45.932128, -67.769181 45.932213, -67.769092 45.93218, -67.769032 45.9322, -67.768856 45.932185, -67.768768 45.932195, -67.768354 45.932191, -67.768284 45.932163, -67.768082 45.932163, -67.768028 45.932082, -67.767901 45.932053, -67.767652 45.931908, -67.767583 45.931713, -67.767663 45.931655, -67.767565 45.931594, -67.767558 45.931452, -67.767375 45.93129, -67.767392 45.931151, -67.767341 45.93106, -67.767082 45.931061, -67.766937 45.930953, -67.766879 45.930846, -67.766704 45.930866, -67.766669 45.9308, -67.766488 45.930713, -67.766414 45.930776, -67.766402 45.930771, -67.766239 45.930699, -67.766108 45.930615, -67.766098 45.930565, -67.765936 45.930536, -67.765837 45.930428, -67.765809 45.930291, -67.765879 45.930239, -67.765898 45.930118, -67.765811 45.930029, -67.765833 45.929898, -67.76566 45.929799, -67.765728 45.929709, -67.765687 45.929584, -67.765791 45.929517, -67.76568 45.929426, -67.76591 45.929213, -67.76619 45.929132, -67.766244 45.928994, -67.766314 45.928921, -67.766337 45.928839, -67.766182 45.92879, -67.766177 45.928594, -67.766403 45.928452, -67.766193 45.928223, -67.766239 45.928032, -67.766062 45.927962, -67.765955 45.927966, -67.765838 45.927922, -67.765398 45.927936, -67.765134 45.928011, -67.765 45.928099, -67.764829 45.928121, -67.764724 45.928104, -67.764529 45.928097, -67.764135 45.928064, -67.76398 45.928088, -67.763828 45.928029, -67.763741 45.927854, -67.763598 45.927885, -67.763332 45.927885, -67.763207 45.927933, -67.762952 45.927898, -67.762521 45.927851, -67.762455 45.927744, -67.762253 45.927673, -67.762014 45.927647, -67.76166 45.927484, -67.761554 45.927586, -67.761421 45.927649, -67.76132 45.927606, -67.761092 45.92761, -67.760761 45.927475, -67.760446 45.927259, -67.760363 45.926896, -67.760374 45.926666, -67.760198 45.926642, -67.759856 45.926421, -67.759692 45.926408, -67.75961 45.92648, -67.759439 45.926499, -67.759383 45.92655, -67.759191 45.926592, -67.758972 45.926512, -67.758804 45.926472, -67.758556 45.926379, -67.758495 45.9262, -67.758301 45.926045, -67.758332 45.925809, -67.758524 45.925652, -67.758407 45.925541, -67.758512 45.92548, -67.758537 45.925395, -67.758487 45.925108, -67.758648 45.924915, -67.758488 45.92479, -67.758581 45.924693, -67.758619 45.924474, -67.758876 45.92439, -67.758925 45.92408, -67.758746 45.923865, -67.758556 45.923784, -67.7584 45.923571, -67.758376 45.92333, -67.758116 45.923248, -67.75812 45.923105, -67.757881 45.922941, -67.757849 45.922858, -67.757749 45.9228, -67.757722 45.922621, -67.757491 45.922598, -67.757213 45.922582, -67.756507 45.922555, -67.756409 45.922379, -67.756268 45.922342, -67.756094 45.922255, -67.756241 45.922068, -67.756021 45.921888, -67.755793 45.921938, -67.755511 45.921888, -67.755365 45.921697, -67.755133 45.92169, -67.755037 45.921556, -67.754952 45.921431, -67.754439 45.921435, -67.754075 45.92131, -67.753959 45.92134, -67.753849 45.921325, -67.753688 45.921102, -67.753674 45.921092, -67.753544 45.921006, -67.753521 45.920847, -67.753724 45.920758, -67.753674 45.920594, -67.753395 45.920499, -67.753373 45.920435, -67.75296 45.920206, -67.752814 45.919796, -67.752825 45.919733, -67.752363 45.919579, -67.752336 45.919536, -67.752278 45.919445, -67.752539 45.919411, -67.752525 45.919259, -67.75266 45.918986, -67.752595 45.918922, -67.752534 45.918861, -67.752319 45.918845, -67.751828 45.918681, -67.751784 45.918666, -67.751564 45.918489, -67.751662 45.918402, -67.751597 45.918278, -67.751538 45.918247, -67.751444 45.918198, -67.75134 45.918032, -67.751168 45.917814, -67.750783 45.917749, -67.750731 45.917712, -67.750629 45.917636, -67.75065 45.917472, -67.750796 45.917385, -67.750893 45.917303, -67.750939 45.917264, -67.751416 45.917384, -67.751664 45.917282, -67.751694 45.917068, -67.751412 45.916776, -67.751388 45.916484, -67.751514 45.916272, -67.751721 45.916258, -67.752134 45.916422, -67.752461 45.916425, -67.752472 45.916253, -67.751844 45.915696, -67.751828 45.915465, -67.752304 45.915251, -67.752376 45.915094, -67.752114 45.914874, -67.752121 45.914727, -67.752248 45.914632, -67.752923 45.914611, -67.753736 45.914272, -67.753604 45.913956, -67.753756 45.913848, -67.754253 45.91398, -67.75437 45.913871, -67.754321 45.913801, -67.75423 45.91367, -67.754117 45.913506, -67.754264 45.913188, -67.754585 45.912981, -67.754703 45.912811, -67.75465 45.912598, -67.754705 45.912457, -67.75492 45.912272, -67.755486 45.912276, -67.755588 45.912082, -67.755398 45.911898, -67.75537 45.91166, -67.755778 45.911689, -67.756115 45.911847, -67.756865 45.912041, -67.757249 45.911991, -67.757695 45.912235, -67.757932 45.91225, -67.75802 45.912137, -67.758099 45.911867, -67.758276 45.911726, -67.758347 45.91149, -67.758568 45.911372, -67.758635 45.91118, -67.758774 45.911084, -67.758779 45.910862, -67.759391 45.910393, -67.759621 45.910276, -67.759665 45.910208, -67.759784 45.910147, -67.759929 45.909987, -67.760037 45.909956, -67.760091 45.909856, -67.760395 45.909624, -67.761298 45.909771, -67.761443 45.910223, -67.761738 45.910469, -67.761906 45.91048, -67.762052 45.910366, -67.76213 45.910138, -67.762314 45.910032, -67.762454 45.910073, -67.762628 45.910242, -67.762663 45.910374, -67.762784 45.910491, -67.763912 45.910637, -67.764114 45.910446, -67.764036 45.909753, -67.764194 45.909538, -67.76502 45.909794, -67.765324 45.909752, -67.764785 45.909103, -67.764813 45.907977, -67.765206 45.907824, -67.766058 45.907089, -67.766021 45.906212, -67.766406 45.905872, -67.766285 45.905578, -67.766442 45.90539, -67.766749 45.905247, -67.767542 45.905431, -67.768237 45.904556, -67.76867 45.903184, -67.768341 45.902755, -67.768348 45.902393, -67.768583 45.9022, -67.768665 45.901525, -67.768792 45.901424, -67.768794 45.901424, -67.769328 45.901224, -67.769526 45.900809, -67.769355 45.900342, -67.768639 45.900346, -67.768464 45.899849, -67.768757 45.899584, -67.768827 45.898892, -67.768308 45.898873, -67.768077 45.898751, -67.767906 45.898532, -67.767864 45.898322, -67.768053 45.898112, -67.768976 45.897819, -67.769072 45.89787, -67.769429 45.897785, -67.770168 45.897254, -67.770881 45.897276, -67.77179 45.897685, -67.772688 45.897736, -67.773291 45.897001, -67.773804 45.897104, -67.773883 45.89669, -67.776469 45.895908, -67.777104 45.897632, -67.778078 45.897529, -67.778929 45.896873, -67.778957 45.895787, -67.779252 45.894583, -67.782415 45.894472, -67.78438 45.895716, -67.785842 45.895371, -67.786461 45.894694, -67.786754 45.894568, -67.787514 45.894681, -67.787767 45.894457, -67.788128 45.894207, -67.789986 45.893221, -67.789732 45.892663, -67.789729 45.892046, -67.789858 45.891836, -67.790458 45.891306, -67.790492 45.891295, -67.790782 45.89121, -67.791105 45.891246, -67.79165 45.891196, -67.791908 45.8911, -67.791855 45.890908, -67.791955 45.890796, -67.792143 45.890816, -67.792263 45.890884, -67.792431 45.890792, -67.793289 45.890428, -67.793403 45.890169, -67.793341 45.889648, -67.793676 45.889376, -67.794243 45.889167, -67.794331 45.889136, -67.794424 45.888654, -67.794757 45.888262, -67.795216 45.887814, -67.795418 45.887816, -67.796178 45.888334, -67.796338 45.888326, -67.796407 45.888187, -67.796891 45.887847, -67.797156 45.887234, -67.797499 45.886856, -67.7975 45.886468, -67.798002 45.885801, -67.797974 45.885406, -67.799249 45.885, -67.798786 45.884568, -67.798862 45.884323, -67.799987 45.884105, -67.800114 45.883621, -67.800321 45.883456, -67.801558 45.883188, -67.801749 45.883245, -67.802083 45.883676, -67.802671 45.8839, -67.80296 45.883842, -67.803125 45.883491, -67.803909 45.882897, -67.803973 45.882475, -67.80363 45.88213, -67.804031 45.881385, -67.804082 45.880714, -67.803715 45.879677, -67.80432 45.878958, -67.804128 45.878385, -67.804315 45.877911, -67.804075 45.876859, -67.803748 45.876316, -67.803821 45.876062, -67.804501 45.87564, -67.804805 45.875283, -67.804722 45.873127, -67.803564 45.872162, -67.804026 45.871454, -67.804007 45.87094, -67.803225 45.870335, -67.80342 45.870104, -67.8043 45.869717, -67.804548 45.869379, -67.804311 45.869128, -67.803499 45.868879, -67.802977 45.868579, -67.802961 45.86802, -67.802018 45.867418, -67.800744 45.867598, -67.80012 45.867102, -67.799106 45.866891, -67.798007 45.866197, -67.796638 45.865751, -67.796265 45.865363, -67.796149 45.865242, -67.796235 45.864804, -67.796891 45.864383, -67.797994 45.864359, -67.798504 45.864047, -67.79814 45.863209, -67.796292 45.86221, -67.795929 45.861802, -67.79609 45.861424, -67.796942 45.861053, -67.7973 45.860545, -67.797114 45.860024, -67.796271 45.859689, -67.795642 45.858999, -67.794658 45.858508, -67.794197 45.858, -67.794144 45.857158, -67.793726 45.856635, -67.791247 45.854563, -67.790952 45.853482, -67.789852 45.851928, -67.787219 45.849556, -67.785406 45.848583, -67.782403 45.846321, -67.781275 45.846016, -67.779462 45.844979, -67.77748 45.843435, -67.776993 45.843299, -67.776226 45.843344, -67.774532 45.842386, -67.773883 45.841852, -67.771877 45.841548, -67.771395 45.841176, -67.771127 45.840609, -67.770475 45.839817, -67.768745 45.839004, -67.769216 45.838212, -67.768253 45.837213, -67.766563 45.836318, -67.766398 45.835787, -67.766748 45.834821, -67.765174 45.834423, -67.76507 45.834069, -67.765426 45.83314, -67.765442 45.832094, -67.764061 45.831473, -67.763948 45.831088, -67.764069 45.830509, -67.763721 45.82884, -67.755268 45.823351, -67.761305 45.821247, -67.762273 45.820368, -67.763361 45.820229, -67.764133 45.819986, -67.765595 45.818536, -67.767481 45.818443, -67.772127 45.819436, -67.778058 45.819211, -67.780647 45.817759, -67.780299 45.815814, -67.780808 45.815366, -67.781424 45.815483, -67.802084 45.80304, -67.806454 45.794412, -67.803831 45.781109, -67.804899 45.773699, -67.805497 45.76955, -67.809299 45.767365, -67.806262 45.755254, -67.793158 45.750526, -67.781987 45.73109, -67.809724 45.729458, -67.803121 45.696055, -67.818109 45.693749, -67.805787 45.680047, -67.803646 45.677665, -67.768736 45.677502, -67.754295 45.667579, -67.746938 45.670614, -67.74444 45.67293, -67.73875 45.667692, -67.735708 45.666933, -67.734117 45.664664, -67.732495 45.663394, -67.731297 45.663635, -67.729167 45.663165, -67.72762 45.662884, -67.727249 45.662654, -67.725776 45.663392, -67.725217 45.6637, -67.725179 45.663904, -67.724965 45.66418, -67.723793 45.66397, -67.723344 45.663501, -67.722516 45.66293, -67.722118 45.662537, -67.721924 45.662318, -67.721552 45.662124, -67.7211 45.662061, -67.720604 45.662178, -67.720092 45.662279, -67.719831 45.662469, -67.71968 45.662984, -67.719446 45.663356, -67.719032 45.663822, -67.718804 45.664428, -67.718459 45.664716, -67.717624 45.665152, -67.718085 45.66573, -67.717961 45.667676, -67.723512 45.670005, -67.723724 45.672205, -67.72645 45.673516, -67.729972 45.67669, -67.733513 45.684048, -67.734565 45.688934, -67.730746 45.688967, -67.729376 45.689223, -67.728903 45.689211, -67.728266 45.689257, -67.728028 45.688857, -67.727442 45.688768, -67.727063 45.688479, -67.726992 45.688061, -67.726825 45.687876, -67.72627 45.687382, -67.726124 45.687046, -67.725955 45.686788, -67.725862 45.686645, -67.725449 45.686236, -67.725417 45.686105, -67.725315 45.685525, -67.723777 45.684472, -67.723154 45.68413, -67.721931 45.682434, -67.71783 45.679422, -67.713089 45.681201, -67.709587 45.681339, -67.710555 45.679215, -67.706187 45.67355, -67.701409 45.669071, -67.69796 45.659568, -67.691335 45.653549, -67.692422 45.650086, -67.679806 45.638236, -67.675254 45.630756, -67.666238 45.624237, -67.6633 45.625375, -67.653588 45.618791, -67.645569 45.613352, -67.639778 45.616096, -67.643957 45.62316, -67.639122 45.62513, -67.631795 45.62138, -67.62666 45.618045, -67.608378 45.606163, -67.58986 45.606797, -67.583225 45.602284, -67.572935 45.598654, -67.561691 45.594708, -67.557772 45.594836, -67.55708 45.596987, -67.547998 45.597862, -67.535213 45.595057, -67.519243 45.587698, -67.499025 45.586668, -67.491508 45.590914, -67.491134 45.59325, -67.48945 45.593719, -67.488571 45.595066, -67.487959 45.595837, -67.487748 45.596979, -67.490375 45.597049, -67.491712 45.598519, -67.494108 45.598952, -67.49329 45.601358, -67.491327 45.601339, -67.490823 45.600792, -67.486016 45.601428, -67.477183 45.603923, -67.472487 45.60053, -67.46849 45.600694, -67.464801 45.603416, -67.456703 45.604353, -67.450018 45.602479, -67.448903 45.600052, -67.447325 45.59662, -67.445255 45.596391, -67.443138 45.593846, -67.433619 45.585798, -67.430981 45.584116, -67.425527 45.578446, -67.425374 45.576885, -67.423985 45.573814, -67.423194 45.571606, -67.427678 45.569306, -67.428892 45.568694, -67.428871 45.56835, -67.428423 45.567918, -67.428106 45.567614, -67.428173 45.56513, -67.427898 45.564676, -67.427495 45.564012, -67.427494 45.56401, -67.426603 45.563078, -67.426873 45.5625, -67.426954 45.562326, -67.426539 45.560617, -67.42485 45.559413, -67.423232 45.558013, -67.422053 45.556546, -67.422677 45.553782, -67.420987 45.550347, -67.420664 45.549691, -67.423899 45.547034, -67.423725 45.54619, -67.424303 45.543001, -67.425486 45.541479, -67.425077 45.540273, -67.425884 45.539878, -67.42733 45.540328, -67.428575 45.539827, -67.429206 45.540322, -67.430838 45.540714, -67.432472 45.540423, -67.433746 45.536949, -67.434743 45.535901, -67.434362 45.532784, -67.435133 45.531603, -67.434889 45.528468, -67.434864 45.528153, -67.433416 45.525582, -67.433023 45.524886, -67.432324 45.5243, -67.431744 45.523814, -67.431774 45.523272, -67.431812 45.522593, -67.431999 45.522234, -67.432487 45.521298, -67.432699 45.519797, -67.432115 45.519219, -67.428896 45.519055, -67.428539 45.519037, -67.425689 45.517138, -67.426409 45.515201, -67.425016 45.513894, -67.42093 45.511806, -67.418065 45.506978, -67.416498 45.504336, -67.416211 45.501312, -67.418011 45.501217, -67.422817 45.505511, -67.425226 45.504911, -67.424682 45.504011, -67.424474 45.503669, -67.426561 45.502212, -67.427338 45.500932, -67.43011 45.501038, -67.430793 45.501379, -67.430616 45.503094, -67.432398 45.50384, -67.434472 45.503428, -67.437072 45.505123, -67.441926 45.505256, -67.447998 45.509823, -67.450145 45.510283, -67.45296 45.509269, -67.453461 45.508865, -67.453146 45.507136, -67.449986 45.50522, -67.448922 45.502143, -67.449718 45.499104, -67.45159 45.499088, -67.453845 45.50024, -67.460765 45.506208, -67.461972 45.506993, -67.462258 45.50805, -67.463574 45.508374, -67.466563 45.506745, -67.466918 45.50581, -67.468491 45.505408, -67.469892 45.505827, -67.471135 45.50419, -67.470498 45.503101, -67.470295 45.502132, -67.47124 45.500868, -67.470473 45.499534, -67.467637 45.498409, -67.464574 45.49833, -67.463738 45.497073, -67.467546 45.495191, -67.471397 45.497256, -67.473306 45.49608, -67.474184 45.496144, -67.476331 45.496901, -67.477599 45.497064, -67.47958 45.49623, -67.480331 45.494766, -67.481696 45.493822, -67.483055 45.494109, -67.483834 45.495422, -67.485495 45.495617, -67.486273 45.494741, -67.489222 45.493073, -67.488165 45.491196, -67.489536 45.489171, -67.491146 45.489233, -67.495102 45.488705, -67.497186 45.49031, -67.500068 45.490917, -67.501032 45.490417, -67.502983 45.489921, -67.503461 45.489586, -67.503719 45.486722, -67.502877 45.48583, -67.502659 45.483843, -67.501493 45.48272, -67.500952 45.478957, -67.499284 45.477022, -67.497023 45.475919, -67.49495 45.472854, -67.492698 45.471088, -67.490898 45.470444, -67.490505 45.470196, -67.490323 45.469385, -67.487443 45.467858, -67.487231 45.467746, -67.486684 45.46667, -67.486337 45.465988, -67.486294 45.464749, -67.485194 45.46389, -67.483657 45.462088, -67.482108 45.459413, -67.482501 45.457116, -67.48495 45.456362, -67.485118 45.455706, -67.485222 45.455302, -67.485141 45.454228, -67.485113 45.453863, -67.485031 45.452777, -67.484239 45.451244, -67.483966 45.44942, -67.483173 45.44926, -67.482289 45.44811, -67.477903 45.446446, -67.476471 45.44334, -67.477588 45.44164, -67.479838 45.441431, -67.480394 45.440953, -67.479983 45.439446, -67.47814 45.436885, -67.478942 45.435742, -67.478507 45.43436, -67.477431 45.432824, -67.477119 45.431403, -67.477524 45.430546, -67.475432 45.428841, -67.474367 45.4262, -67.474114 45.425108, -67.472679 45.423239, -67.470231 45.422694, -67.468195 45.422795, -67.466811 45.422476, -67.465742 45.422608, -67.463945 45.422424, -67.462393 45.422615, -67.461245 45.422247, -67.460394 45.421204, -67.460246 45.42046, -67.461132 45.419325, -67.459383 45.417443, -67.459144 45.4158, -67.45788 45.414649, -67.456421 45.414428, -67.456268 45.41345, -67.45273 45.409695, -67.450655 45.409133, -67.446893 45.406772, -67.445188 45.405123, -67.442384 45.402936, -67.440082 45.401171, -67.438464 45.399057, -67.432406 45.3948, -67.429708 45.391955, -67.427643 45.391034, -67.426802 45.389776, -67.426331 45.385528, -67.425007 45.383667, -67.424093 45.382061, -67.422738 45.381236, -67.423075 45.379987, -67.422823 45.379305, -67.419237 45.377123, -67.419652 45.375487, -67.421133 45.37359, -67.422757 45.373017, -67.425373 45.37299, -67.426752 45.3737, -67.427742 45.372926, -67.430167 45.371637, -67.430433 45.371202, -67.432336 45.368083, -67.432147 45.367051, -67.434528 45.364983, -67.433657 45.363479, -67.433553 45.360838, -67.433028 45.360425, -67.431711 45.360539, -67.430974 45.360133, -67.430197 45.359548, -67.425352 45.357434, -67.425455 45.356606, -67.427229 45.355309, -67.42857 45.354773, -67.428755 45.353935, -67.42854 45.353495, -67.428208 45.352605, -67.428649 45.351729, -67.430659 45.351079, -67.431455 45.349782, -67.430454 45.347921, -67.428931 45.34575, -67.428848 45.34436, -67.431224 45.341092, -67.434619 45.340078, -67.436421 45.338842, -67.440604 45.336058, -67.441476 45.335175, -67.442034 45.333944, -67.44185 45.332471, -67.443601 45.330889, -67.446453 45.329947, -67.450788 45.32918, -67.452031 45.328296, -67.455455 45.327163, -67.456908 45.325276, -67.456274 45.323536, -67.455449 45.322397, -67.452967 45.320439, -67.452109 45.319291, -67.451837 45.317703, -67.453465 45.313712, -67.457863 45.309612, -67.459224 45.305703, -67.458739 45.304386, -67.459743 45.303192, -67.460306 45.30004, -67.4628 45.299348, -67.465832 45.299822, -67.468067 45.299016, -67.468702 45.297396, -67.465957 45.296906, -67.466124 45.29388, -67.467418 45.29343, -67.470815 45.293331, -67.472102 45.292227, -67.474712 45.291699, -67.476108 45.288655, -67.477932 45.288336, -67.481212 45.29112, -67.485079 45.291174, -67.486394 45.289912, -67.485871 45.287037, -67.489663 45.282156, -67.489044 45.280596, -67.487105 45.280204, -67.483504 45.279476, -67.482029 45.275387, -67.479077 45.275234, -67.478801 45.275247, -67.47733 45.275908, -67.476421 45.275418, -67.477157 45.273894, -67.475773 45.271323, -67.475991 45.270508, -67.476154 45.269918, -67.47643 45.269077, -67.475252 45.265891, -67.474783 45.263298, -67.471811 45.261657, -67.47149 45.260729, -67.473111 45.258658, -67.471152 45.255193, -67.46895 45.2533, -67.468517 45.250674, -67.466805 45.2496, -67.464197 45.245137, -67.461912 45.242724, -67.460079 45.242023, -67.45564 45.241914, -67.453846 45.241256, -67.449186 45.236606, -67.447355 45.233147, -67.442279 45.229092, -67.440438 45.227747, -67.439301 45.226148, -67.439312 45.224791, -67.436988 45.222758, -67.43729 45.21993, -67.435328 45.216116, -67.430918 45.209211, -67.430732 45.206167, -67.427966 45.201812, -67.428719 45.19969, -67.429264 45.193486, -67.42687 45.191537, -67.418113 45.190018, -67.415842 45.187504, -67.415226 45.186822, -67.413362 45.185431, -67.411475 45.182564, -67.406556 45.178889, -67.406079 45.178794, -67.400519 45.177688, -67.398327 45.173401, -67.399197 45.168975, -67.404326 45.166957, -67.404768 45.166797, -67.40578 45.162969, -67.405027 45.160085, -67.402702 45.159661, -67.401359 45.158764, -67.394678 45.155895, -67.392876 45.154414, -67.383076 45.151996, -67.380717 45.152164, -67.378057 45.149833, -67.372508 45.143874, -67.370694 45.142, -67.363578 45.137661, -67.356557 45.133006, -67.357527 45.13222, -67.353439 45.129182, -67.349161 45.129511, -67.34599 45.126468, -67.342794 45.12595, -67.340841 45.125057, -67.336011 45.128378, -67.330502 45.131817, -67.320819 45.13135, -67.317697 45.138036, -67.319696 45.141176, -67.319853 45.141803, -67.320007 45.142416, -67.309772 45.143669, -67.305686 45.144823, -67.305368 45.144913, -67.300078 45.146199, -67.295926 45.147908, -67.295398 45.148697, -67.294692 45.149751, -67.294222 45.153646, -67.29757 45.155494, -67.301626 45.157006, -67.302687 45.160722, -67.302587 45.160975, -67.302545 45.161081, -67.299342 45.169189, -67.29683 45.1701, -67.294804 45.170526, -67.293202 45.170687, -67.291428 45.171045, -67.291434 45.172919, -67.291106 45.17458, -67.293522 45.175867, -67.294047 45.177176, -67.290732 45.181668, -67.291279 45.182576, -67.291621 45.18353, -67.29158 45.183956, -67.291224 45.184318, -67.29128 45.18504, -67.290964 45.185402, -67.290984 45.185832, -67.290163 45.18614, -67.290994 45.187582, -67.289712 45.188804, -67.287023 45.189129, -67.285791 45.189954, -67.285109 45.191312, -67.283362 45.191868, -67.282239 45.191681, -67.279012 45.191126, -67.274623 45.191339, -67.272022 45.191214, -67.269217 45.190516, -67.262245 45.187952, -67.261633 45.187507, -67.260935 45.186999, -67.255306 45.182869, -67.249595 45.181214, -67.247428 45.1809, -67.24394 45.178267, -67.242811 45.172455, -67.24104 45.170995, -67.235493 45.169714, -67.232903 45.168528, -67.229777 45.164856, -67.227286 45.16344, -67.223164 45.163374, -67.217964 45.166586, -67.213647 45.167552, -67.208621 45.169349, -67.205086 45.171417, -67.20279 45.171366, -67.192685 45.166197, -67.190759 45.165606, -67.16785 45.16467, -67.15878 45.162002, -67.144891 45.145913, -67.12876 45.132279, -67.122624 45.124791, -67.11256 45.112593, -67.108009 45.102992, -67.100409 45.086923, -67.094547 45.074528, -67.092619 45.071344, -67.082974 45.055415, -67.046383 44.994898, -67.021652 44.953919, -67.019757 44.952434, -67.009984 44.944777, -66.996838 44.928386, -66.968703 44.910406, -66.972215 44.894792, -66.979992 44.877462, -66.980742 44.873874, -66.982123 44.867276, -66.980699 44.860498, -66.974765 44.85099, -66.974852 44.841624, -66.965293 44.828878, -66.93255 44.825524, -66.885405 44.794209, -66.902544 44.776578, -66.909889 44.769435, -66.913556 44.765871, -66.915495 44.763985, -66.917222 44.762306, -66.921528 44.759111, -66.922127 44.758667, -66.924995 44.756539, -66.925833 44.755917, -66.925834 44.755916, -66.927222 44.754806, -66.928382 44.754173, -66.930278 44.753139, -66.931102 44.752689, -66.933333 44.751472, -66.936482 44.748232, -66.93963 44.744991, -66.942778 44.74175, -66.944167 44.739806, -66.945972 44.737583, -66.947778 44.735361, -66.948611 44.73425, -66.950972 44.730778, -66.953333 44.727306, -66.955139 44.725083, -66.956944 44.722861, -66.957828 44.721851, -66.959861 44.719528, -66.962778 44.716194, -66.964861 44.713556, -66.966944 44.710917, -66.970139 44.707861, -66.973333 44.704806, -66.977361 44.702028, -66.981389 44.69925, -66.984306 44.697306, -66.987222 44.695361, -66.990334 44.69175, -66.993446 44.688139, -66.994295 44.687153, -66.995145 44.686166, -66.996557 44.684528, -66.998741 44.681992, -66.999668 44.680917, -67 44.680531, -67.002778 44.677306, -67.004104 44.67598, -67.004167 44.675917, -67.005417 44.673278, -67.006667 44.670639, -67.007568 44.668707, -67.008611 44.666472, -67.009397 44.664788, -67.010556 44.662306, -67.010626 44.662225, -67.0125 44.660083, -67.012503 44.66008, -67.013162 44.659364, -67.015695 44.656611, -67.016272 44.655983, -67.018889 44.653139, -67.019345 44.652569, -67.021852 44.649435, -67.024815 44.645732, -67.025112 44.645361, -67.027778 44.642028, -67.028342 44.64116, -67.029583 44.63925, -67.031232 44.636714, -67.031389 44.636472, -67.034028 44.633, -67.034666 44.632161, -67.036204 44.630136, -67.036667 44.629528, -67.037357 44.627888, -67.037777 44.62689, -67.038888 44.62425, -67.041753 44.6235, -67.044539 44.62277, -67.044618 44.622749, -67.050188 44.62129, -67.050197 44.621287, -67.055837 44.619809, -67.059666 44.618806, -67.061486 44.618329, -67.065719 44.617219, -67.067135 44.616848, -67.071772 44.615631, -67.072783 44.615366, -67.078431 44.613884, -67.07994 44.613488, -67.084079 44.612402, -67.084828 44.612206, -67.089716 44.610923, -67.089726 44.610921, -67.089736 44.610918, -67.095373 44.609438, -67.10102 44.607955, -67.106667 44.606472, -67.106669 44.606471, -67.110648 44.604528, -67.112619 44.603566, -67.11463 44.602584, -67.116103 44.601864, -67.118611 44.600639, -67.119593 44.600177, -67.123404 44.598383, -67.12341 44.59838, -67.128197 44.596126, -67.128202 44.596123, -67.131318 44.594656, -67.132989 44.593869, -67.137781 44.591613, -67.137972 44.591523, -67.142572 44.589356, -67.144625 44.588389, -67.147363 44.587098, -67.152154 44.584841, -67.156944 44.582583, -67.159073 44.580568, -67.160496 44.57922, -67.162217 44.577589, -67.164046 44.575856, -67.16536 44.57461, -67.167596 44.572492, -67.169273 44.570903, -67.171146 44.569128, -67.172394 44.567944, -67.174696 44.565763, -67.175516 44.564986, -67.178244 44.562399, -67.181248 44.559552, -67.181793 44.559035, -67.181981 44.558857, -67.182714 44.558162, -67.185341 44.55567, -67.18653 44.554542, -67.188889 44.552306, -67.190743 44.55004, -67.191389 44.54925, -67.193611 44.546056, -67.194334 44.545016, -67.195833 44.542861, -67.197895 44.541165, -67.199851 44.539556, -67.203868 44.536251, -67.207282 44.533441, -67.207884 44.532946, -67.2119 44.52964, -67.215915 44.526335, -67.216668 44.525714, -67.21993 44.523029, -67.219932 44.523027, -67.223944 44.519723, -67.223947 44.519721, -67.226156 44.517902, -67.227583 44.516726, -67.227959 44.516417, -67.22901 44.515551, -67.231972 44.513111, -67.235973 44.509889, -67.239457 44.507083, -67.239974 44.506667, -67.24356 44.503778, -67.243974 44.503445, -67.247663 44.500472, -67.247965 44.500229, -67.247973 44.500222, -67.248249 44.5, -67.251972 44.497, -67.251975 44.496997, -67.252528 44.496444, -67.253093 44.495348, -67.254111 44.493375, -67.254513 44.492595, -67.255128 44.491402, -67.256497 44.488746, -67.256501 44.488738, -67.257452 44.486894, -67.258482 44.484897, -67.260466 44.481048, -67.262358 44.477376, -67.26245 44.477199, -67.264433 44.473349, -67.266417 44.4695, -67.267234 44.467842, -67.268461 44.46535, -67.270506 44.4612, -67.27255 44.45705, -67.274594 44.4529, -67.276638 44.448749, -67.278681 44.444599, -67.280724 44.440449, -67.282767 44.436299, -67.284809 44.432149, -67.285508 44.43073, -67.286852 44.427998, -67.287681 44.426313, -67.288894 44.423848, -67.289853 44.421897, -67.290935 44.419697, -67.292976 44.415547, -67.293826 44.413819, -67.295018 44.411396, -67.295432 44.410552, -67.297039 44.407285, -67.297058 44.407246, -67.297072 44.407218, -67.299017 44.403261, -67.299099 44.403095, -67.300962 44.399304, -67.301139 44.398944, -67.301246 44.39873, -67.302528 44.396167, -67.303201 44.394821, -67.303917 44.393389, -67.30387 44.390619, -67.303847 44.389222, -67.303812 44.387104, -67.303784 44.385401, -67.303778 44.385056, -67.303755 44.383698, -67.303708 44.380889, -67.303662 44.378103, -67.303639 44.376722, -67.301231 44.359687, -67.299702 44.358576, -67.296224 44.356135, -67.292687 44.353738, -67.289093 44.351386, -67.285442 44.349079, -67.281736 44.346818, -67.281334 44.346577, -67.277574 44.344362, -67.273761 44.342195, -67.269896 44.340076, -67.26598 44.338005, -67.262015 44.335984, -67.258002 44.334012, -67.253941 44.332091, -67.249835 44.330221, -67.245684 44.328402, -67.24149 44.326636, -67.237253 44.324922, -67.232976 44.323261, -67.22866 44.321654, -67.224305 44.320102, -67.219914 44.318604, -67.215486 44.31716, -67.211025 44.315773, -67.206531 44.314441, -67.202006 44.313166, -67.19745 44.311948, -67.192865 44.310786, -67.188253 44.309682, -67.183616 44.308636, -67.178953 44.307648, -67.174268 44.306718, -67.16956 44.305847, -67.164833 44.305034, -67.160086 44.304281, -67.155322 44.303588, -67.153435 44.303329, -67.148655 44.302695, -67.143861 44.302121, -67.139053 44.301607, -67.134234 44.301153, -67.129404 44.300759, -67.124566 44.300426, -67.11972 44.300153, -67.114868 44.29994, -67.110013 44.299788, -67.105154 44.299697, -67.100293 44.299667, -67.095433 44.299697, -67.091711 44.299767, -67.074142 44.300582, -67.069313 44.300945, -67.064493 44.301368, -67.059685 44.301851, -67.054888 44.302393, -67.050106 44.302994, -67.045339 44.303655, -67.040588 44.304374, -67.035856 44.305152, -67.031143 44.305989, -67.026451 44.306884, -67.021782 44.307837, -67.017136 44.308847, -67.012515 44.309915, -67.007921 44.311039, -67.003354 44.312221, -66.998817 44.313458, -66.998068 44.313674, -66.993047 44.311495, -66.990531 44.310428, -66.987776 44.309318, -66.982441 44.307224, -66.977043 44.305214, -66.971586 44.303289, -66.966073 44.30145, -66.960505 44.299697, -66.954885 44.298031, -66.949216 44.296454, -66.946447 44.295707, -66.943502 44.294966, -66.937743 44.293567, -66.931944 44.292258, -66.926107 44.29104, -66.920234 44.289914, -66.914329 44.28888, -66.908394 44.287938, -66.902431 44.287089, -66.899484 44.286693, -66.896445 44.286333, -66.890437 44.285671, -66.884411 44.285103, -66.878369 44.28463, -66.872314 44.28425, -66.866249 44.283966, -66.861667 44.283939, -66.860172 44.28388, -66.855599 44.283737, -66.8541 44.283714, -66.851062 44.283678, -66.849522 44.28367, -66.848852 44.283674, -66.847234 44.283688, -66.846055 44.283711, -66.84488 44.283735, -66.841616 44.283809, -66.838241 44.283944, -66.836137 44.28404, -66.833146 44.284066, -66.829329 44.284254, -66.826299 44.284428, -66.824438 44.284549, -66.821606 44.284754, -66.817423 44.285088, -66.814405 44.285353, -66.812934 44.285494, -66.810116 44.285785, -66.805577 44.286288, -66.802606 44.28664, -66.801495 44.286781, -66.798602 44.28717, -66.793719 44.287865, -66.790745 44.288313, -66.78967 44.288483, -66.78671 44.288978, -66.781873 44.289825, -66.778929 44.290365, -66.777867 44.290568, -66.774938 44.291155, -66.770157 44.292152, -66.767249 44.292784, -66.7662 44.29302, -66.763309 44.293698, -66.758964 44.294752, -66.75529 44.295654, -66.749588 44.297117, -66.748898 44.297296, -66.74468 44.298452, -66.740517 44.299706, -66.734949 44.301459, -66.729435 44.303298, -66.723978 44.305223, -66.718581 44.307233, -66.713246 44.309327, -66.71049 44.310437, -66.707974 44.311504, -66.70277 44.313762, -66.697636 44.316101, -66.680717 44.307442)\", \"region_name\": \"New Brunswick / Nouveau-Brunswick\", \"border_type\": \"provincial\", \"wikidata\": \"Q1965\", \"wikipedia\": \"en:New Brunswick\", \"admin_level\": \"4\", \"official_name\": \"New Brunswick / Nouveau-Brunswick\", \"timezone\": \"America/Moncton\"}}}"} -{"id": "raster_only/avg_slope+area/0018", "group": "raster_only", "template": "avg_slope+area", "question": "What is the average slope in Dyer, Tennessee?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-88.999189 36.097208, -88.998998 36.097183, -88.998666 36.097141, -88.998427 36.097105, -88.998423 36.097105, -88.998236 36.097088, -88.998007 36.097064, -88.997907 36.097054, -88.997731 36.097031, -88.99732 36.096998, -88.997193 36.096988, -88.997091 36.096981, -88.996852 36.096963, -88.996749 36.096955, -88.996586 36.096943, -88.996484 36.096936, -88.99646 36.096935, -88.996171 36.096914, -88.995367 36.096827, -88.995077 36.096795, -88.995036 36.096791, -88.994905 36.096777, -88.994574 36.096749, -88.994467 36.09674, -88.994268 36.096724, -88.994146 36.09671, -88.99404 36.096699, -88.993463 36.096633, -88.99343 36.09663, -88.992792 36.096569, -88.992368 36.096523, -88.992035 36.096481, -88.991731 36.096449, -88.991468 36.096423, -88.991153 36.096395, -88.991219 36.095794, -88.991293 36.095124, -88.991417 36.093991, -88.991483 36.093391, -88.991545 36.092819, -88.991731 36.091104, -88.991794 36.090533, -88.997918 36.091044, -88.998027 36.090202, -88.998066 36.089905, -89.000066 36.088094, -89.001528 36.088207, -89.001284 36.087599, -89.000066 36.084584, -88.998721 36.080694, -88.998096 36.078023, -88.997866 36.075466, -88.994683 36.075396, -88.99135 36.075324, -88.990971 36.076073, -88.990564 36.076201, -88.989664 36.076092, -88.988179 36.076168, -88.988158 36.076351, -88.988149 36.076417, -88.988083 36.076949, -88.988049 36.077162, -88.98801 36.07741, -88.987928 36.077409, -88.987806 36.077406, -88.987802 36.077405, -88.987412 36.077405, -88.98718 36.077412, -88.987143 36.077414, -88.987118 36.077418, -88.987083 36.077423, -88.987023 36.077443, -88.986982 36.077463, -88.986955 36.077476, -88.986874 36.077528, -88.986714 36.077669, -88.986662 36.077715, -88.986482 36.077868, -88.986403 36.077931, -88.986305 36.077994, -88.98623 36.078037, -88.986152 36.078072, -88.986072 36.078112, -88.986016 36.078133, -88.985852 36.078193, -88.985801 36.078213, -88.985762 36.078227, -88.985679 36.078268, -88.985583 36.078339, -88.985561 36.078361, -88.984467 36.078324, -88.98346 36.078291, -88.983717 36.076032, -88.983841 36.074946, -88.98405 36.073087, -88.983363 36.07303, -88.979617 36.072719, -88.979399 36.075346, -88.979391 36.075436, -88.979384 36.075526, -88.979292 36.076625, -88.979158 36.078248, -88.978227 36.078259, -88.978227 36.078258, -88.97824 36.078138, -88.978247 36.078053, -88.978265 36.077867, -88.978323 36.07744, -88.978324 36.077435, -88.978348 36.077236, -88.978092 36.077231, -88.977324 36.077218, -88.977069 36.077214, -88.977013 36.077205, -88.977008 36.077205, -88.977012 36.077041, -88.977014 36.076985, -88.977014 36.076918, -88.977016 36.076549, -88.976135 36.076556, -88.974985 36.076566, -88.974882 36.073769, -88.974834 36.072454, -88.974761 36.072463, -88.974491 36.072504, -88.974393 36.07252, -88.974078 36.072562, -88.973607 36.072628, -88.973487 36.072644, -88.973464 36.072647, -88.973185 36.072686, -88.973122 36.072695, -88.973335 36.071552, -88.97359 36.071517, -88.977814 36.070952, -88.979223 36.070765, -88.979217 36.070808, -88.979199 36.070939, -88.979194 36.070983, -88.980875 36.071175, -88.980967 36.071186, -88.981296 36.067872, -88.98286 36.067965, -88.982866 36.067878, -88.982985 36.06619, -88.983062 36.065081, -88.983294 36.061755, -88.983372 36.060647, -88.983464 36.058954, -88.983626 36.055979, -88.982431 36.054245, -88.981609 36.053053, -88.981363 36.053045, -88.981366 36.052972, -88.981371 36.052793, -88.981378 36.052552, -88.981387 36.052329, -88.9814 36.052104, -88.981404 36.052038, -88.981409 36.051963, -88.981416 36.051931, -88.981431 36.051883, -88.981443 36.051851, -88.981456 36.051831, -88.981483 36.051808, -88.980958 36.051604, -88.980552 36.051447, -88.980286 36.051306, -88.979732 36.050532, -88.979652 36.05042, -88.979844 36.050298, -88.979707 36.050156, -88.979321 36.049659, -88.97882 36.049014, -88.978374 36.048441, -88.978164 36.048171, -88.977779 36.047675, -88.97754 36.047371, -88.977453 36.04726, -88.97705 36.046747, -88.976927 36.046869, -88.976578 36.047536, -88.976575 36.047543, -88.976857 36.047706, -88.977035 36.047782, -88.976915 36.048035, -88.976667 36.048487, -88.976551 36.048699, -88.975646 36.048765, -88.972839 36.04872, -88.971427 36.048698, -88.971451 36.047597, -88.971455 36.047312, -88.97146 36.047026, -88.971495 36.045306, -88.971508 36.044636, -88.971992 36.044735, -88.972249 36.044861, -88.972468 36.044968, -88.972715 36.045176, -88.97315 36.045329, -88.973325 36.04539, -88.9735 36.045451, -88.973625 36.045495, -88.974041 36.046004, -88.974209 36.046209, -88.974535 36.046511, -88.975437 36.046938, -88.975575 36.046983, -88.975988 36.04613, -88.976013 36.045846, -88.9765 36.04563, -88.976052 36.044818, -88.97588 36.044507, -88.975552 36.044611, -88.975316 36.044207, -88.975412 36.044187, -88.975593 36.044152, -88.974394 36.042286, -88.974879 36.042287, -88.975038 36.041877, -88.974499 36.041063, -88.974409 36.040924, -88.974524 36.040883, -88.974676 36.040829, -88.975603 36.040514, -88.976291 36.041516, -88.977685 36.043547, -88.980017 36.046944, -88.98126 36.048754, -88.981547 36.049176, -88.982411 36.050442, -88.982699 36.050865, -88.98329 36.051727, -88.984781 36.053901, -88.985138 36.05425, -88.985887 36.05498, -88.986503 36.055939, -88.986516 36.055959, -88.987987 36.057536, -88.988792 36.058478, -88.989373 36.059158, -88.989492 36.059374, -88.98985 36.059386, -88.990927 36.059422, -88.991286 36.059435, -88.992975 36.059483, -88.998044 36.059629, -88.998953 36.059656, -88.998978 36.060437, -88.998979 36.060476, -88.999057 36.06347, -88.999128 36.066161, -89.000381 36.066266, -89.005524 36.066593, -89.006341 36.066645, -89.006614 36.066662, -89.008553 36.066785, -89.008741 36.066797, -89.009091 36.066815, -89.009651 36.066845, -89.009396 36.067869, -89.009266 36.068393, -89.009258 36.069549, -89.009247 36.071474, -89.009117 36.071482, -89.007741 36.071577, -89.007734 36.071611, -89.007639 36.072135, -89.007623 36.07222, -89.007526 36.072749, -89.007425 36.072993, -89.007124 36.073727, -89.007025 36.073972, -89.007003 36.074233, -89.006939 36.075018, -89.006918 36.07528, -89.006809 36.076088, -89.006092 36.076258, -89.005836 36.076319, -89.005831 36.076319, -89.003494 36.076204, -89.000343 36.076051, -89.002747 36.084437, -89.003341 36.084513, -89.005136 36.084746, -89.006066 36.084867, -89.005843 36.086262, -89.005281 36.08628, -89.00528 36.086339, -89.005263 36.087292, -89.005255 36.088613, -89.005251 36.089502, -89.00524 36.091458, -89.005207 36.091985, -89.002224 36.092004, -89.002095 36.09433, -89.002034 36.095447, -89.000909 36.095398, -89.000258 36.09537, -89.000066 36.0957, -89.000044 36.095737, -88.999402 36.09684, -88.999189 36.097208))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.21739787432493}]", "question_entities": "{\"[3]\": {\"region_name\": \"Dyer, Tennessee\", \"geo_wkt\": \"POLYGON ((-88.999189 36.097208, -88.998998 36.097183, -88.998666 36.097141, -88.998427 36.097105, -88.998423 36.097105, -88.998236 36.097088, -88.998007 36.097064, -88.997907 36.097054, -88.997731 36.097031, -88.99732 36.096998, -88.997193 36.096988, -88.997091 36.096981, -88.996852 36.096963, -88.996749 36.096955, -88.996586 36.096943, -88.996484 36.096936, -88.99646 36.096935, -88.996171 36.096914, -88.995367 36.096827, -88.995077 36.096795, -88.995036 36.096791, -88.994905 36.096777, -88.994574 36.096749, -88.994467 36.09674, -88.994268 36.096724, -88.994146 36.09671, -88.99404 36.096699, -88.993463 36.096633, -88.99343 36.09663, -88.992792 36.096569, -88.992368 36.096523, -88.992035 36.096481, -88.991731 36.096449, -88.991468 36.096423, -88.991153 36.096395, -88.991219 36.095794, -88.991293 36.095124, -88.991417 36.093991, -88.991483 36.093391, -88.991545 36.092819, -88.991731 36.091104, -88.991794 36.090533, -88.997918 36.091044, -88.998027 36.090202, -88.998066 36.089905, -89.000066 36.088094, -89.001528 36.088207, -89.001284 36.087599, -89.000066 36.084584, -88.998721 36.080694, -88.998096 36.078023, -88.997866 36.075466, -88.994683 36.075396, -88.99135 36.075324, -88.990971 36.076073, -88.990564 36.076201, -88.989664 36.076092, -88.988179 36.076168, -88.988158 36.076351, -88.988149 36.076417, -88.988083 36.076949, -88.988049 36.077162, -88.98801 36.07741, -88.987928 36.077409, -88.987806 36.077406, -88.987802 36.077405, -88.987412 36.077405, -88.98718 36.077412, -88.987143 36.077414, -88.987118 36.077418, -88.987083 36.077423, -88.987023 36.077443, -88.986982 36.077463, -88.986955 36.077476, -88.986874 36.077528, -88.986714 36.077669, -88.986662 36.077715, -88.986482 36.077868, -88.986403 36.077931, -88.986305 36.077994, -88.98623 36.078037, -88.986152 36.078072, -88.986072 36.078112, -88.986016 36.078133, -88.985852 36.078193, -88.985801 36.078213, -88.985762 36.078227, -88.985679 36.078268, -88.985583 36.078339, -88.985561 36.078361, -88.984467 36.078324, -88.98346 36.078291, -88.983717 36.076032, -88.983841 36.074946, -88.98405 36.073087, -88.983363 36.07303, -88.979617 36.072719, -88.979399 36.075346, -88.979391 36.075436, -88.979384 36.075526, -88.979292 36.076625, -88.979158 36.078248, -88.978227 36.078259, -88.978227 36.078258, -88.97824 36.078138, -88.978247 36.078053, -88.978265 36.077867, -88.978323 36.07744, -88.978324 36.077435, -88.978348 36.077236, -88.978092 36.077231, -88.977324 36.077218, -88.977069 36.077214, -88.977013 36.077205, -88.977008 36.077205, -88.977012 36.077041, -88.977014 36.076985, -88.977014 36.076918, -88.977016 36.076549, -88.976135 36.076556, -88.974985 36.076566, -88.974882 36.073769, -88.974834 36.072454, -88.974761 36.072463, -88.974491 36.072504, -88.974393 36.07252, -88.974078 36.072562, -88.973607 36.072628, -88.973487 36.072644, -88.973464 36.072647, -88.973185 36.072686, -88.973122 36.072695, -88.973335 36.071552, -88.97359 36.071517, -88.977814 36.070952, -88.979223 36.070765, -88.979217 36.070808, -88.979199 36.070939, -88.979194 36.070983, -88.980875 36.071175, -88.980967 36.071186, -88.981296 36.067872, -88.98286 36.067965, -88.982866 36.067878, -88.982985 36.06619, -88.983062 36.065081, -88.983294 36.061755, -88.983372 36.060647, -88.983464 36.058954, -88.983626 36.055979, -88.982431 36.054245, -88.981609 36.053053, -88.981363 36.053045, -88.981366 36.052972, -88.981371 36.052793, -88.981378 36.052552, -88.981387 36.052329, -88.9814 36.052104, -88.981404 36.052038, -88.981409 36.051963, -88.981416 36.051931, -88.981431 36.051883, -88.981443 36.051851, -88.981456 36.051831, -88.981483 36.051808, -88.980958 36.051604, -88.980552 36.051447, -88.980286 36.051306, -88.979732 36.050532, -88.979652 36.05042, -88.979844 36.050298, -88.979707 36.050156, -88.979321 36.049659, -88.97882 36.049014, -88.978374 36.048441, -88.978164 36.048171, -88.977779 36.047675, -88.97754 36.047371, -88.977453 36.04726, -88.97705 36.046747, -88.976927 36.046869, -88.976578 36.047536, -88.976575 36.047543, -88.976857 36.047706, -88.977035 36.047782, -88.976915 36.048035, -88.976667 36.048487, -88.976551 36.048699, -88.975646 36.048765, -88.972839 36.04872, -88.971427 36.048698, -88.971451 36.047597, -88.971455 36.047312, -88.97146 36.047026, -88.971495 36.045306, -88.971508 36.044636, -88.971992 36.044735, -88.972249 36.044861, -88.972468 36.044968, -88.972715 36.045176, -88.97315 36.045329, -88.973325 36.04539, -88.9735 36.045451, -88.973625 36.045495, -88.974041 36.046004, -88.974209 36.046209, -88.974535 36.046511, -88.975437 36.046938, -88.975575 36.046983, -88.975988 36.04613, -88.976013 36.045846, -88.9765 36.04563, -88.976052 36.044818, -88.97588 36.044507, -88.975552 36.044611, -88.975316 36.044207, -88.975412 36.044187, -88.975593 36.044152, -88.974394 36.042286, -88.974879 36.042287, -88.975038 36.041877, -88.974499 36.041063, -88.974409 36.040924, -88.974524 36.040883, -88.974676 36.040829, -88.975603 36.040514, -88.976291 36.041516, -88.977685 36.043547, -88.980017 36.046944, -88.98126 36.048754, -88.981547 36.049176, -88.982411 36.050442, -88.982699 36.050865, -88.98329 36.051727, -88.984781 36.053901, -88.985138 36.05425, -88.985887 36.05498, -88.986503 36.055939, -88.986516 36.055959, -88.987987 36.057536, -88.988792 36.058478, -88.989373 36.059158, -88.989492 36.059374, -88.98985 36.059386, -88.990927 36.059422, -88.991286 36.059435, -88.992975 36.059483, -88.998044 36.059629, -88.998953 36.059656, -88.998978 36.060437, -88.998979 36.060476, -88.999057 36.06347, -88.999128 36.066161, -89.000381 36.066266, -89.005524 36.066593, -89.006341 36.066645, -89.006614 36.066662, -89.008553 36.066785, -89.008741 36.066797, -89.009091 36.066815, -89.009651 36.066845, -89.009396 36.067869, -89.009266 36.068393, -89.009258 36.069549, -89.009247 36.071474, -89.009117 36.071482, -89.007741 36.071577, -89.007734 36.071611, -89.007639 36.072135, -89.007623 36.07222, -89.007526 36.072749, -89.007425 36.072993, -89.007124 36.073727, -89.007025 36.073972, -89.007003 36.074233, -89.006939 36.075018, -89.006918 36.07528, -89.006809 36.076088, -89.006092 36.076258, -89.005836 36.076319, -89.005831 36.076319, -89.003494 36.076204, -89.000343 36.076051, -89.002747 36.084437, -89.003341 36.084513, -89.005136 36.084746, -89.006066 36.084867, -89.005843 36.086262, -89.005281 36.08628, -89.00528 36.086339, -89.005263 36.087292, -89.005255 36.088613, -89.005251 36.089502, -89.00524 36.091458, -89.005207 36.091985, -89.002224 36.092004, -89.002095 36.09433, -89.002034 36.095447, -89.000909 36.095398, -89.000258 36.09537, -89.000066 36.0957, -89.000044 36.095737, -88.999402 36.09684, -88.999189 36.097208))\", \"region\": {\"id\": 6654, \"geometry\": \"POLYGON ((-88.999189 36.097208, -88.998998 36.097183, -88.998666 36.097141, -88.998427 36.097105, -88.998423 36.097105, -88.998236 36.097088, -88.998007 36.097064, -88.997907 36.097054, -88.997731 36.097031, -88.99732 36.096998, -88.997193 36.096988, -88.997091 36.096981, -88.996852 36.096963, -88.996749 36.096955, -88.996586 36.096943, -88.996484 36.096936, -88.99646 36.096935, -88.996171 36.096914, -88.995367 36.096827, -88.995077 36.096795, -88.995036 36.096791, -88.994905 36.096777, -88.994574 36.096749, -88.994467 36.09674, -88.994268 36.096724, -88.994146 36.09671, -88.99404 36.096699, -88.993463 36.096633, -88.99343 36.09663, -88.992792 36.096569, -88.992368 36.096523, -88.992035 36.096481, -88.991731 36.096449, -88.991468 36.096423, -88.991153 36.096395, -88.991219 36.095794, -88.991293 36.095124, -88.991417 36.093991, -88.991483 36.093391, -88.991545 36.092819, -88.991731 36.091104, -88.991794 36.090533, -88.997918 36.091044, -88.998027 36.090202, -88.998066 36.089905, -89.000066 36.088094, -89.001528 36.088207, -89.001284 36.087599, -89.000066 36.084584, -88.998721 36.080694, -88.998096 36.078023, -88.997866 36.075466, -88.994683 36.075396, -88.99135 36.075324, -88.990971 36.076073, -88.990564 36.076201, -88.989664 36.076092, -88.988179 36.076168, -88.988158 36.076351, -88.988149 36.076417, -88.988083 36.076949, -88.988049 36.077162, -88.98801 36.07741, -88.987928 36.077409, -88.987806 36.077406, -88.987802 36.077405, -88.987412 36.077405, -88.98718 36.077412, -88.987143 36.077414, -88.987118 36.077418, -88.987083 36.077423, -88.987023 36.077443, -88.986982 36.077463, -88.986955 36.077476, -88.986874 36.077528, -88.986714 36.077669, -88.986662 36.077715, -88.986482 36.077868, -88.986403 36.077931, -88.986305 36.077994, -88.98623 36.078037, -88.986152 36.078072, -88.986072 36.078112, -88.986016 36.078133, -88.985852 36.078193, -88.985801 36.078213, -88.985762 36.078227, -88.985679 36.078268, -88.985583 36.078339, -88.985561 36.078361, -88.984467 36.078324, -88.98346 36.078291, -88.983717 36.076032, -88.983841 36.074946, -88.98405 36.073087, -88.983363 36.07303, -88.979617 36.072719, -88.979399 36.075346, -88.979391 36.075436, -88.979384 36.075526, -88.979292 36.076625, -88.979158 36.078248, -88.978227 36.078259, -88.978227 36.078258, -88.97824 36.078138, -88.978247 36.078053, -88.978265 36.077867, -88.978323 36.07744, -88.978324 36.077435, -88.978348 36.077236, -88.978092 36.077231, -88.977324 36.077218, -88.977069 36.077214, -88.977013 36.077205, -88.977008 36.077205, -88.977012 36.077041, -88.977014 36.076985, -88.977014 36.076918, -88.977016 36.076549, -88.976135 36.076556, -88.974985 36.076566, -88.974882 36.073769, -88.974834 36.072454, -88.974761 36.072463, -88.974491 36.072504, -88.974393 36.07252, -88.974078 36.072562, -88.973607 36.072628, -88.973487 36.072644, -88.973464 36.072647, -88.973185 36.072686, -88.973122 36.072695, -88.973335 36.071552, -88.97359 36.071517, -88.977814 36.070952, -88.979223 36.070765, -88.979217 36.070808, -88.979199 36.070939, -88.979194 36.070983, -88.980875 36.071175, -88.980967 36.071186, -88.981296 36.067872, -88.98286 36.067965, -88.982866 36.067878, -88.982985 36.06619, -88.983062 36.065081, -88.983294 36.061755, -88.983372 36.060647, -88.983464 36.058954, -88.983626 36.055979, -88.982431 36.054245, -88.981609 36.053053, -88.981363 36.053045, -88.981366 36.052972, -88.981371 36.052793, -88.981378 36.052552, -88.981387 36.052329, -88.9814 36.052104, -88.981404 36.052038, -88.981409 36.051963, -88.981416 36.051931, -88.981431 36.051883, -88.981443 36.051851, -88.981456 36.051831, -88.981483 36.051808, -88.980958 36.051604, -88.980552 36.051447, -88.980286 36.051306, -88.979732 36.050532, -88.979652 36.05042, -88.979844 36.050298, -88.979707 36.050156, -88.979321 36.049659, -88.97882 36.049014, -88.978374 36.048441, -88.978164 36.048171, -88.977779 36.047675, -88.97754 36.047371, -88.977453 36.04726, -88.97705 36.046747, -88.976927 36.046869, -88.976578 36.047536, -88.976575 36.047543, -88.976857 36.047706, -88.977035 36.047782, -88.976915 36.048035, -88.976667 36.048487, -88.976551 36.048699, -88.975646 36.048765, -88.972839 36.04872, -88.971427 36.048698, -88.971451 36.047597, -88.971455 36.047312, -88.97146 36.047026, -88.971495 36.045306, -88.971508 36.044636, -88.971992 36.044735, -88.972249 36.044861, -88.972468 36.044968, -88.972715 36.045176, -88.97315 36.045329, -88.973325 36.04539, -88.9735 36.045451, -88.973625 36.045495, -88.974041 36.046004, -88.974209 36.046209, -88.974535 36.046511, -88.975437 36.046938, -88.975575 36.046983, -88.975988 36.04613, -88.976013 36.045846, -88.9765 36.04563, -88.976052 36.044818, -88.97588 36.044507, -88.975552 36.044611, -88.975316 36.044207, -88.975412 36.044187, -88.975593 36.044152, -88.974394 36.042286, -88.974879 36.042287, -88.975038 36.041877, -88.974499 36.041063, -88.974409 36.040924, -88.974524 36.040883, -88.974676 36.040829, -88.975603 36.040514, -88.976291 36.041516, -88.977685 36.043547, -88.980017 36.046944, -88.98126 36.048754, -88.981547 36.049176, -88.982411 36.050442, -88.982699 36.050865, -88.98329 36.051727, -88.984781 36.053901, -88.985138 36.05425, -88.985887 36.05498, -88.986503 36.055939, -88.986516 36.055959, -88.987987 36.057536, -88.988792 36.058478, -88.989373 36.059158, -88.989492 36.059374, -88.98985 36.059386, -88.990927 36.059422, -88.991286 36.059435, -88.992975 36.059483, -88.998044 36.059629, -88.998953 36.059656, -88.998978 36.060437, -88.998979 36.060476, -88.999057 36.06347, -88.999128 36.066161, -89.000381 36.066266, -89.005524 36.066593, -89.006341 36.066645, -89.006614 36.066662, -89.008553 36.066785, -89.008741 36.066797, -89.009091 36.066815, -89.009651 36.066845, -89.009396 36.067869, -89.009266 36.068393, -89.009258 36.069549, -89.009247 36.071474, -89.009117 36.071482, -89.007741 36.071577, -89.007734 36.071611, -89.007639 36.072135, -89.007623 36.07222, -89.007526 36.072749, -89.007425 36.072993, -89.007124 36.073727, -89.007025 36.073972, -89.007003 36.074233, -89.006939 36.075018, -89.006918 36.07528, -89.006809 36.076088, -89.006092 36.076258, -89.005836 36.076319, -89.005831 36.076319, -89.003494 36.076204, -89.000343 36.076051, -89.002747 36.084437, -89.003341 36.084513, -89.005136 36.084746, -89.006066 36.084867, -89.005843 36.086262, -89.005281 36.08628, -89.00528 36.086339, -89.005263 36.087292, -89.005255 36.088613, -89.005251 36.089502, -89.00524 36.091458, -89.005207 36.091985, -89.002224 36.092004, -89.002095 36.09433, -89.002034 36.095447, -89.000909 36.095398, -89.000258 36.09537, -89.000066 36.0957, -89.000044 36.095737, -88.999402 36.09684, -88.999189 36.097208))\", \"region_name\": \"Dyer\", \"border_type\": \"city\", \"wikidata\": \"Q2602466\", \"wikipedia\": \"en:Dyer, Tennessee\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/avg_slope+area/0019", "group": "raster_only", "template": "avg_slope+area", "question": "How steep is Tifton, Georgia on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-83.483452 31.471586, -83.483462 31.471604, -83.483492 31.471655, -83.483496 31.47166, -83.48351 31.471678, -83.483619 31.471625, -83.483823 31.47157, -83.48425 31.471432, -83.48422 31.471318, -83.483452 31.471586)), ((-83.544664 31.461248, -83.54426 31.459857, -83.544334 31.459324, -83.54437 31.459264, -83.544298 31.458955, -83.543744 31.458972, -83.543747 31.458035, -83.544478 31.456781, -83.544406 31.456119, -83.543384 31.455764, -83.54099 31.455243, -83.540911 31.457933, -83.541602 31.457952, -83.541628 31.457597, -83.542471 31.457721, -83.542384 31.459173, -83.542373 31.459227, -83.543066 31.459255, -83.543291 31.459261, -83.543257 31.46008, -83.542061 31.460023, -83.542099 31.459222, -83.540769 31.459157, -83.540652 31.461492, -83.53675 31.461393, -83.533584 31.461212, -83.53361 31.460955, -83.533678 31.459974, -83.533746 31.458408, -83.533447 31.458335, -83.532774 31.45829, -83.532729 31.45829, -83.532642 31.458289, -83.5325 31.459638, -83.532426 31.45982, -83.532324 31.459924, -83.532168 31.460006, -83.531803 31.460151, -83.531785 31.460212, -83.531427 31.463484, -83.531765 31.463483, -83.532513 31.463552, -83.534486 31.463996, -83.534626 31.463332, -83.536395 31.463719, -83.53623 31.464398, -83.538688 31.464965, -83.54045 31.465363, -83.543157 31.46611, -83.543292 31.465699, -83.543286 31.464931, -83.543421 31.464948, -83.54441 31.464941, -83.544613 31.465288, -83.54468 31.465383, -83.544786 31.465504, -83.544946 31.465621, -83.545017 31.465666, -83.54507 31.465689, -83.545193 31.465786, -83.545255 31.465718, -83.546273 31.46569, -83.546309 31.463462, -83.546323 31.46287, -83.549174 31.462858, -83.549172 31.463806, -83.54919 31.46456, -83.549478 31.464563, -83.549473 31.464978, -83.551538 31.465014, -83.55142 31.465474, -83.551366 31.466044, -83.55061 31.466806, -83.549483 31.466674, -83.549469 31.467316, -83.54949 31.467934, -83.548154 31.467935, -83.54814 31.468227, -83.546516 31.468227, -83.54671 31.468483, -83.546795 31.468616, -83.547019 31.468754, -83.546622 31.468941, -83.547214 31.469635, -83.547922 31.470192, -83.547715 31.470457, -83.548518 31.470971, -83.548689 31.470722, -83.549515 31.471197, -83.554129 31.473278, -83.554947 31.473697, -83.555363 31.474038, -83.555473 31.474176, -83.554992 31.474278, -83.554224 31.474471, -83.553502 31.474309, -83.551385 31.474645, -83.551361 31.47464, -83.550833 31.47541, -83.54766 31.475623, -83.545933 31.47485, -83.545535 31.474039, -83.545529 31.47402, -83.543448 31.473703, -83.54356 31.472982, -83.543106 31.472993, -83.543189 31.471032, -83.544314 31.471033, -83.544376 31.46942, -83.545523 31.469488, -83.545902 31.46851, -83.544311 31.468457, -83.544317 31.468008, -83.543698 31.468019, -83.544322 31.466803, -83.543684 31.466537, -83.543146 31.466347, -83.543147 31.46625, -83.543104 31.466244, -83.543091 31.466241, -83.543039 31.467249, -83.543031 31.46814, -83.543003 31.468948, -83.54278 31.468932, -83.542379 31.468981, -83.542006 31.469116, -83.541763 31.469336, -83.541591 31.469825, -83.540885 31.469796, -83.532479 31.469781, -83.531658 31.474412, -83.532367 31.474477, -83.536229 31.474537, -83.537197 31.474582, -83.537192 31.475176, -83.536293 31.475259, -83.536131 31.475217, -83.534868 31.475212, -83.532585 31.475173, -83.531498 31.475136, -83.531467 31.476403, -83.531874 31.476648, -83.532238 31.47711, -83.532671 31.47812, -83.533047 31.479518, -83.533974 31.479521, -83.535117 31.479572, -83.535312 31.479595, -83.535636 31.47962, -83.535869 31.479648, -83.536327 31.479746, -83.536785 31.479823, -83.538966 31.480071, -83.541099 31.480404, -83.541873 31.478042, -83.541946 31.477841, -83.54209 31.477811, -83.542245 31.477721, -83.542301 31.477721, -83.542304 31.477392, -83.542641 31.477392, -83.542654 31.477016, -83.542819 31.477001, -83.545591 31.477064, -83.545622 31.479075, -83.545569 31.479883, -83.545536 31.48065, -83.545111 31.480612, -83.542801 31.480682, -83.542793 31.480945, -83.542671 31.480914, -83.542676 31.481374, -83.543023 31.483654, -83.54314 31.483599, -83.543158 31.483681, -83.543216 31.48423, -83.543236 31.484977, -83.543204 31.486664, -83.540986 31.486607, -83.540958 31.483852, -83.540972 31.482478, -83.540965 31.481721, -83.54095 31.481362, -83.540665 31.481244, -83.540706 31.480766, -83.53922 31.480569, -83.538261 31.480424, -83.537589 31.480345, -83.538066 31.482951, -83.532572 31.48757, -83.529898 31.487172, -83.528964 31.486792, -83.528262 31.486752, -83.527087 31.48657, -83.526572 31.486576, -83.5268 31.488071, -83.526843 31.488271, -83.527374 31.490733, -83.526391 31.490497, -83.515712 31.487611, -83.51542 31.487553, -83.515299 31.487519, -83.515222 31.488015, -83.515067 31.492909, -83.511989 31.492825, -83.51183 31.492828, -83.510968 31.492766, -83.508569 31.492685, -83.506772 31.492659, -83.50694 31.491095, -83.507202 31.48651, -83.507219 31.486515, -83.507265 31.485669, -83.504173 31.484875, -83.504131 31.484864, -83.502827 31.48456, -83.502801 31.484884, -83.502618 31.486632, -83.502499 31.487569, -83.502342 31.488309, -83.50318 31.488455, -83.502869 31.490006, -83.503491 31.490143, -83.503375 31.490522, -83.50348 31.490562, -83.503413 31.49076, -83.503633 31.490841, -83.503166 31.492007, -83.501463 31.491722, -83.50192 31.489911, -83.502195 31.488908, -83.502067 31.488888, -83.501892 31.488874, -83.502048 31.488263, -83.500917 31.487866, -83.501158 31.48702, -83.499622 31.486395, -83.499618 31.487072, -83.499414 31.490631, -83.499345 31.491036, -83.499317 31.491833, -83.497191 31.491804, -83.493152 31.491514, -83.491833 31.491484, -83.486806 31.491321, -83.486854 31.485631, -83.486876 31.483929, -83.487752 31.483962, -83.487753 31.485107, -83.488223 31.485116, -83.488253 31.484684, -83.488643 31.484703, -83.488698 31.48392, -83.488716 31.483472, -83.488761 31.483456, -83.489838 31.483456, -83.489936 31.482286, -83.489964 31.48229, -83.490931 31.482126, -83.490894 31.481679, -83.490363 31.481502, -83.489621 31.481289, -83.488483 31.481032, -83.488626 31.476372, -83.486926 31.475367, -83.486724 31.473742, -83.486725 31.473618, -83.486749 31.473291, -83.486955 31.47341, -83.487094 31.473217, -83.486932 31.473095, -83.487641 31.47227, -83.488723 31.472298, -83.488736 31.470884, -83.488579 31.470782, -83.487909 31.471548, -83.487796 31.471654, -83.487722 31.471754, -83.487519 31.471637, -83.487515 31.471497, -83.487557 31.468523, -83.48695 31.469744, -83.486875 31.469876, -83.483701 31.468883, -83.482907 31.468612, -83.482429 31.469112, -83.482746 31.469219, -83.483228 31.469407, -83.483386 31.46977, -83.483308 31.469941, -83.483249 31.47021, -83.483256 31.470477, -83.483512 31.470839, -83.483602 31.471105, -83.483519 31.471317, -83.484955 31.470971, -83.485077 31.470963, -83.485212 31.470972, -83.485308 31.471005, -83.485418 31.471096, -83.485502 31.471193, -83.485898 31.47172, -83.485286 31.472014, -83.485183 31.472015, -83.485459 31.472288, -83.486118 31.473123, -83.485888 31.473247, -83.485536 31.473511, -83.485208 31.47384, -83.484662 31.473145, -83.482076 31.473815, -83.481173 31.471981, -83.481731 31.471847, -83.481407 31.471351, -83.479685 31.46956, -83.478797 31.472369, -83.478878 31.473227, -83.478564 31.4732, -83.477982 31.473167, -83.47767 31.473393, -83.476242 31.47334, -83.474518 31.472915, -83.472696 31.472815, -83.472635 31.472812, -83.472866 31.467438, -83.472887 31.466085, -83.479124 31.466297, -83.479417 31.465206, -83.479438 31.464854, -83.479823 31.463817, -83.479551 31.46368, -83.480945 31.462449, -83.482217 31.461458, -83.482572 31.461472, -83.483766 31.460555, -83.484083 31.461175, -83.484105 31.461262, -83.48419 31.461435, -83.485128 31.461017, -83.486775 31.464825, -83.486932 31.465071, -83.48734 31.464885, -83.488428 31.464111, -83.488726 31.463948, -83.488715 31.46344, -83.488218 31.463658, -83.488127 31.463481, -83.488718 31.463254, -83.488737 31.462214, -83.48874 31.461244, -83.488793 31.460628, -83.487543 31.461119, -83.48696 31.460049, -83.486644 31.459557, -83.488362 31.45869, -83.487946 31.457884, -83.48782 31.457639, -83.487693 31.457282, -83.486141 31.457636, -83.486071 31.457492, -83.48604 31.455423, -83.486025 31.454893, -83.486021 31.454717, -83.486029 31.454524, -83.486054 31.453945, -83.486106 31.453241, -83.486106 31.453092, -83.485116 31.453114, -83.483663 31.453166, -83.482303 31.453338, -83.481319 31.453437, -83.481207 31.453644, -83.481214 31.453739, -83.481354 31.45386, -83.481243 31.454076, -83.481255 31.454224, -83.481328 31.454278, -83.481271 31.454389, -83.481203 31.454648, -83.481115 31.45474, -83.481207 31.454804, -83.481617 31.455219, -83.482904 31.456433, -83.483618 31.457245, -83.48389 31.457428, -83.484041 31.457609, -83.484126 31.457686, -83.484144 31.457691, -83.484291 31.457801, -83.484646 31.457722, -83.484675 31.457881, -83.484671 31.459444, -83.484707 31.459692, -83.484254 31.45996, -83.483148 31.46083, -83.482701 31.461093, -83.482379 31.4611, -83.482441 31.46097, -83.482305 31.460253, -83.482138 31.460334, -83.48232 31.461003, -83.48217 31.461141, -83.481364 31.461832, -83.479451 31.463501, -83.478857 31.463562, -83.478302 31.463606, -83.47785 31.463277, -83.477589 31.463474, -83.477499 31.463557, -83.477031 31.463346, -83.476363 31.463024, -83.476445 31.462691, -83.476249 31.462442, -83.475431 31.462277, -83.475428 31.462033, -83.475537 31.46204, -83.475574 31.461928, -83.475582 31.461838, -83.475477 31.461731, -83.475414 31.461708, -83.475447 31.461331, -83.475525 31.461334, -83.47633 31.461162, -83.476511 31.461156, -83.476466 31.460298, -83.476729 31.460205, -83.479132 31.459438, -83.481172 31.458843, -83.481996 31.458627, -83.482587 31.45846, -83.483598 31.458181, -83.481615 31.45646, -83.480781 31.455953, -83.480695 31.455909, -83.480574 31.455903, -83.480468 31.455859, -83.480398 31.455726, -83.480247 31.45578, -83.480208 31.455761, -83.480118 31.455691, -83.480001 31.455731, -83.480133 31.456045, -83.480306 31.45642, -83.480644 31.457399, -83.479232 31.457542, -83.477911 31.456894, -83.477167 31.456554, -83.477511 31.45595, -83.476641 31.455569, -83.476383 31.455916, -83.474857 31.455159, -83.475174 31.454816, -83.475828 31.454269, -83.475749 31.454241, -83.475243 31.453991, -83.475467 31.45379, -83.475731 31.45392, -83.476091 31.454058, -83.476643 31.453609, -83.476547 31.453615, -83.476197 31.453682, -83.475856 31.453705, -83.475828 31.453173, -83.473932 31.453264, -83.473949 31.452892, -83.475404 31.452801, -83.476071 31.452752, -83.476062 31.452877, -83.47649 31.452885, -83.476497 31.453236, -83.477019 31.453199, -83.477203 31.453178, -83.480777 31.452628, -83.48084 31.452623, -83.481094 31.452607, -83.481377 31.452603, -83.482606 31.452553, -83.486314 31.452533, -83.486262 31.452932, -83.486505 31.452897, -83.486458 31.45439, -83.48642 31.455227, -83.486465 31.456976, -83.489349 31.456375, -83.489423 31.456654, -83.489651 31.456604, -83.490025 31.456364, -83.490835 31.455372, -83.488607 31.455384, -83.488571 31.45461, -83.490009 31.454575, -83.49001 31.453756, -83.492071 31.451772, -83.495022 31.452179, -83.495412 31.452571, -83.495648 31.452236, -83.497812 31.451741, -83.500038 31.451756, -83.50014 31.447771, -83.500154 31.446986, -83.499864 31.446791, -83.498979 31.446239, -83.497592 31.445332, -83.497596 31.445464, -83.497165 31.44598, -83.496666 31.446668, -83.496301 31.447227, -83.496581 31.447363, -83.497885 31.448183, -83.497747 31.448383, -83.496331 31.447733, -83.496084 31.447559, -83.494602 31.44663, -83.493752 31.445913, -83.489732 31.444055, -83.489735 31.443855, -83.489555 31.44377, -83.489031 31.443583, -83.489007 31.443444, -83.487944 31.442994, -83.487958 31.4424, -83.488041 31.441086, -83.488021 31.440023, -83.488042 31.438919, -83.488069 31.438672, -83.489056 31.439005, -83.494419 31.442558, -83.496513 31.443997, -83.49649 31.444201, -83.496423 31.444314, -83.496575 31.444269, -83.496588 31.444078, -83.496681 31.443607, -83.496746 31.442936, -83.496758 31.442185, -83.496881 31.440909, -83.496896 31.44075, -83.496937 31.439907, -83.497024 31.439904, -83.497086 31.439855, -83.497082 31.439786, -83.497007 31.439699, -83.496935 31.439697, -83.496882 31.43971, -83.496742 31.439155, -83.496807 31.439113, -83.498431 31.438557, -83.495887 31.436083, -83.496345 31.436084, -83.496782 31.436085, -83.496776 31.43644, -83.497363 31.436441, -83.497369 31.4361, -83.49824 31.436118, -83.498252 31.436491, -83.499174 31.436492, -83.499202 31.43624, -83.49953 31.436269, -83.499535 31.436449, -83.499658 31.436702, -83.500087 31.437137, -83.500625 31.438521, -83.500138 31.438683, -83.500774 31.440278, -83.500892 31.440356, -83.502246 31.439978, -83.501768 31.441022, -83.501909 31.441347, -83.502403 31.441234, -83.502551 31.441644, -83.502577 31.441737, -83.503563 31.4414, -83.503848 31.442123, -83.503108 31.442377, -83.503507 31.442463, -83.50395 31.44236, -83.505234 31.442011, -83.505272 31.442107, -83.505652 31.442011, -83.505813 31.442435, -83.508213 31.442496, -83.508971 31.442532, -83.509974 31.442653, -83.510384 31.442703, -83.510734 31.442742, -83.510764 31.442746, -83.511256 31.442811, -83.51143 31.442834, -83.511491 31.442837, -83.511578 31.442843, -83.511675 31.442855, -83.511737 31.442864, -83.511827 31.442879, -83.512098 31.442926, -83.512189 31.442942, -83.513023 31.442932, -83.515416 31.443073, -83.515523 31.442554, -83.516093 31.442575, -83.516039 31.443088, -83.520701 31.443364, -83.520712 31.442829, -83.520464 31.442825, -83.520465 31.442482, -83.520699 31.442466, -83.520693 31.442084, -83.522201 31.442027, -83.522207 31.442375, -83.522572 31.442363, -83.522571 31.442657, -83.522344 31.442662, -83.522348 31.44301, -83.522349 31.443015, -83.522204 31.443023, -83.522195 31.443439, -83.523212 31.443469, -83.527463 31.441439, -83.527238 31.441099, -83.527108 31.440838, -83.527059 31.440661, -83.527053 31.440549, -83.527081 31.440441, -83.527174 31.44039, -83.527306 31.440328, -83.527437 31.4403, -83.527558 31.4403, -83.527662 31.440338, -83.527793 31.44044, -83.527931 31.440585, -83.527991 31.440711, -83.528045 31.440851, -83.528144 31.440963, -83.5282 31.44108, -83.528322 31.441021, -83.527921 31.440316, -83.527788 31.439958, -83.528088 31.439967, -83.528751 31.440883, -83.529161 31.440752, -83.529473 31.440663, -83.529814 31.440592, -83.530416 31.440515, -83.530743 31.440498, -83.531287 31.440498, -83.531287 31.441521, -83.532263 31.441456, -83.532167 31.441833, -83.53194 31.442206, -83.530828 31.443919, -83.530811 31.443985, -83.531054 31.444044, -83.532928 31.444127, -83.534214 31.444097, -83.534197 31.443793, -83.534412 31.443687, -83.535046 31.444869, -83.535824 31.444561, -83.536195 31.445106, -83.535348 31.445432, -83.535589 31.445895, -83.534309 31.446447, -83.535634 31.448657, -83.534292 31.449185, -83.532846 31.449772, -83.532625 31.449834, -83.532608 31.450294, -83.532569 31.451388, -83.532489 31.451954, -83.532472 31.452194, -83.532429 31.454644, -83.532285 31.456722, -83.532242 31.457146, -83.532391 31.457192, -83.532485 31.45727, -83.532554 31.457392, -83.532595 31.457439, -83.53262 31.457501, -83.532649 31.457557, -83.532665 31.45759, -83.53266 31.457623, -83.532671 31.457664, -83.532677 31.457732, -83.532687 31.457845, -83.532707 31.457976, -83.532913 31.458015, -83.532908 31.457852, -83.533027 31.45561, -83.533211 31.455643, -83.533324 31.454576, -83.53472 31.454972, -83.535026 31.455074, -83.536548 31.454973, -83.536896 31.454845, -83.536995 31.45267, -83.53783 31.452719, -83.538466 31.452695, -83.539153 31.452521, -83.546919 31.448852, -83.546959 31.447314, -83.54678 31.447326, -83.546782 31.447052, -83.551239 31.445548, -83.550936 31.444694, -83.546665 31.445824, -83.546658 31.446584, -83.546462 31.44632, -83.545958 31.44644, -83.545859 31.446216, -83.54407 31.44681, -83.543368 31.445452, -83.542464 31.445795, -83.540454 31.442042, -83.538608 31.44268, -83.536168 31.442046, -83.534065 31.441986, -83.533969 31.440599, -83.543935 31.440589, -83.543942 31.440019, -83.546824 31.440014, -83.546818 31.440582, -83.544991 31.440604, -83.545 31.441701, -83.545618 31.441453, -83.545603 31.441937, -83.546773 31.441913, -83.54674 31.442988, -83.548729 31.442785, -83.548633 31.441692, -83.549412 31.441467, -83.549474 31.441761, -83.549241 31.441966, -83.549627 31.443303, -83.550693 31.443045, -83.550005 31.440845, -83.551319 31.440738, -83.55133 31.441053, -83.552686 31.440743, -83.552569 31.440402, -83.552927 31.440291, -83.552466 31.43875, -83.549795 31.438802, -83.549789 31.437446, -83.546912 31.437373, -83.54726 31.427702, -83.54744 31.427697, -83.547448 31.427594, -83.552855 31.425303, -83.552725 31.422025, -83.5558 31.421904, -83.555904 31.422225, -83.555584 31.422837, -83.556005 31.423359, -83.555838 31.423856, -83.556114 31.423978, -83.55628 31.42434, -83.555786 31.424781, -83.555919 31.425225, -83.55562 31.425724, -83.555618 31.426496, -83.555257 31.427828, -83.555289 31.430132, -83.555772 31.432147, -83.557343 31.43336, -83.55965 31.435735, -83.559859 31.436412, -83.55992 31.437355, -83.559763 31.438717, -83.561654 31.441416, -83.561577 31.442548, -83.561405 31.442712, -83.561403 31.443108, -83.560982 31.443634, -83.562046 31.444662, -83.563068 31.444571, -83.565503 31.445112, -83.566451 31.44555, -83.567603 31.447215, -83.567816 31.447646, -83.568004 31.448758, -83.56977 31.449533, -83.57026 31.450074, -83.570067 31.451045, -83.57069 31.452726, -83.573977 31.454887, -83.574994 31.457418, -83.576201 31.45878, -83.576636 31.459478, -83.576658 31.460403, -83.574895 31.460294, -83.574473 31.460203, -83.57356 31.459885, -83.564601 31.454231, -83.558514 31.454512, -83.558563 31.455412, -83.55977 31.455395, -83.559595 31.45794, -83.560987 31.457966, -83.561128 31.466656, -83.554993 31.467346, -83.554646 31.459341, -83.553469 31.459356, -83.552844 31.454805, -83.5563 31.454635, -83.556336 31.452352, -83.552517 31.452748, -83.551345 31.454286, -83.546751 31.45423, -83.546696 31.455871, -83.549083 31.455695, -83.549089 31.459311, -83.546703 31.45927, -83.5464 31.459492, -83.54637 31.460562, -83.545864 31.460555, -83.545893 31.461239, -83.544664 31.461248)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).mean AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 4.924792495270141}]", "question_entities": "{\"[3]\": {\"region_name\": \"Tifton, Georgia\", \"geo_wkt\": \"MULTIPOLYGON (((-83.483452 31.471586, -83.483462 31.471604, -83.483492 31.471655, -83.483496 31.47166, -83.48351 31.471678, -83.483619 31.471625, -83.483823 31.47157, -83.48425 31.471432, -83.48422 31.471318, -83.483452 31.471586)), ((-83.544664 31.461248, -83.54426 31.459857, -83.544334 31.459324, -83.54437 31.459264, -83.544298 31.458955, -83.543744 31.458972, -83.543747 31.458035, -83.544478 31.456781, -83.544406 31.456119, -83.543384 31.455764, -83.54099 31.455243, -83.540911 31.457933, -83.541602 31.457952, -83.541628 31.457597, -83.542471 31.457721, -83.542384 31.459173, -83.542373 31.459227, -83.543066 31.459255, -83.543291 31.459261, -83.543257 31.46008, -83.542061 31.460023, -83.542099 31.459222, -83.540769 31.459157, -83.540652 31.461492, -83.53675 31.461393, -83.533584 31.461212, -83.53361 31.460955, -83.533678 31.459974, -83.533746 31.458408, -83.533447 31.458335, -83.532774 31.45829, -83.532729 31.45829, -83.532642 31.458289, -83.5325 31.459638, -83.532426 31.45982, -83.532324 31.459924, -83.532168 31.460006, -83.531803 31.460151, -83.531785 31.460212, -83.531427 31.463484, -83.531765 31.463483, -83.532513 31.463552, -83.534486 31.463996, -83.534626 31.463332, -83.536395 31.463719, -83.53623 31.464398, -83.538688 31.464965, -83.54045 31.465363, -83.543157 31.46611, -83.543292 31.465699, -83.543286 31.464931, -83.543421 31.464948, -83.54441 31.464941, -83.544613 31.465288, -83.54468 31.465383, -83.544786 31.465504, -83.544946 31.465621, -83.545017 31.465666, -83.54507 31.465689, -83.545193 31.465786, -83.545255 31.465718, -83.546273 31.46569, -83.546309 31.463462, -83.546323 31.46287, -83.549174 31.462858, -83.549172 31.463806, -83.54919 31.46456, -83.549478 31.464563, -83.549473 31.464978, -83.551538 31.465014, -83.55142 31.465474, -83.551366 31.466044, -83.55061 31.466806, -83.549483 31.466674, -83.549469 31.467316, -83.54949 31.467934, -83.548154 31.467935, -83.54814 31.468227, -83.546516 31.468227, -83.54671 31.468483, -83.546795 31.468616, -83.547019 31.468754, -83.546622 31.468941, -83.547214 31.469635, -83.547922 31.470192, -83.547715 31.470457, -83.548518 31.470971, -83.548689 31.470722, -83.549515 31.471197, -83.554129 31.473278, -83.554947 31.473697, -83.555363 31.474038, -83.555473 31.474176, -83.554992 31.474278, -83.554224 31.474471, -83.553502 31.474309, -83.551385 31.474645, -83.551361 31.47464, -83.550833 31.47541, -83.54766 31.475623, -83.545933 31.47485, -83.545535 31.474039, -83.545529 31.47402, -83.543448 31.473703, -83.54356 31.472982, -83.543106 31.472993, -83.543189 31.471032, -83.544314 31.471033, -83.544376 31.46942, -83.545523 31.469488, -83.545902 31.46851, -83.544311 31.468457, -83.544317 31.468008, -83.543698 31.468019, -83.544322 31.466803, -83.543684 31.466537, -83.543146 31.466347, -83.543147 31.46625, -83.543104 31.466244, -83.543091 31.466241, -83.543039 31.467249, -83.543031 31.46814, -83.543003 31.468948, -83.54278 31.468932, -83.542379 31.468981, -83.542006 31.469116, -83.541763 31.469336, -83.541591 31.469825, -83.540885 31.469796, -83.532479 31.469781, -83.531658 31.474412, -83.532367 31.474477, -83.536229 31.474537, -83.537197 31.474582, -83.537192 31.475176, -83.536293 31.475259, -83.536131 31.475217, -83.534868 31.475212, -83.532585 31.475173, -83.531498 31.475136, -83.531467 31.476403, -83.531874 31.476648, -83.532238 31.47711, -83.532671 31.47812, -83.533047 31.479518, -83.533974 31.479521, -83.535117 31.479572, -83.535312 31.479595, -83.535636 31.47962, -83.535869 31.479648, -83.536327 31.479746, -83.536785 31.479823, -83.538966 31.480071, -83.541099 31.480404, -83.541873 31.478042, -83.541946 31.477841, -83.54209 31.477811, -83.542245 31.477721, -83.542301 31.477721, -83.542304 31.477392, -83.542641 31.477392, -83.542654 31.477016, -83.542819 31.477001, -83.545591 31.477064, -83.545622 31.479075, -83.545569 31.479883, -83.545536 31.48065, -83.545111 31.480612, -83.542801 31.480682, -83.542793 31.480945, -83.542671 31.480914, -83.542676 31.481374, -83.543023 31.483654, -83.54314 31.483599, -83.543158 31.483681, -83.543216 31.48423, -83.543236 31.484977, -83.543204 31.486664, -83.540986 31.486607, -83.540958 31.483852, -83.540972 31.482478, -83.540965 31.481721, -83.54095 31.481362, -83.540665 31.481244, -83.540706 31.480766, -83.53922 31.480569, -83.538261 31.480424, -83.537589 31.480345, -83.538066 31.482951, -83.532572 31.48757, -83.529898 31.487172, -83.528964 31.486792, -83.528262 31.486752, -83.527087 31.48657, -83.526572 31.486576, -83.5268 31.488071, -83.526843 31.488271, -83.527374 31.490733, -83.526391 31.490497, -83.515712 31.487611, -83.51542 31.487553, -83.515299 31.487519, -83.515222 31.488015, -83.515067 31.492909, -83.511989 31.492825, -83.51183 31.492828, -83.510968 31.492766, -83.508569 31.492685, -83.506772 31.492659, -83.50694 31.491095, -83.507202 31.48651, -83.507219 31.486515, -83.507265 31.485669, -83.504173 31.484875, -83.504131 31.484864, -83.502827 31.48456, -83.502801 31.484884, -83.502618 31.486632, -83.502499 31.487569, -83.502342 31.488309, -83.50318 31.488455, -83.502869 31.490006, -83.503491 31.490143, -83.503375 31.490522, -83.50348 31.490562, -83.503413 31.49076, -83.503633 31.490841, -83.503166 31.492007, -83.501463 31.491722, -83.50192 31.489911, -83.502195 31.488908, -83.502067 31.488888, -83.501892 31.488874, -83.502048 31.488263, -83.500917 31.487866, -83.501158 31.48702, -83.499622 31.486395, -83.499618 31.487072, -83.499414 31.490631, -83.499345 31.491036, -83.499317 31.491833, -83.497191 31.491804, -83.493152 31.491514, -83.491833 31.491484, -83.486806 31.491321, -83.486854 31.485631, -83.486876 31.483929, -83.487752 31.483962, -83.487753 31.485107, -83.488223 31.485116, -83.488253 31.484684, -83.488643 31.484703, -83.488698 31.48392, -83.488716 31.483472, -83.488761 31.483456, -83.489838 31.483456, -83.489936 31.482286, -83.489964 31.48229, -83.490931 31.482126, -83.490894 31.481679, -83.490363 31.481502, -83.489621 31.481289, -83.488483 31.481032, -83.488626 31.476372, -83.486926 31.475367, -83.486724 31.473742, -83.486725 31.473618, -83.486749 31.473291, -83.486955 31.47341, -83.487094 31.473217, -83.486932 31.473095, -83.487641 31.47227, -83.488723 31.472298, -83.488736 31.470884, -83.488579 31.470782, -83.487909 31.471548, -83.487796 31.471654, -83.487722 31.471754, -83.487519 31.471637, -83.487515 31.471497, -83.487557 31.468523, -83.48695 31.469744, -83.486875 31.469876, -83.483701 31.468883, -83.482907 31.468612, -83.482429 31.469112, -83.482746 31.469219, -83.483228 31.469407, -83.483386 31.46977, -83.483308 31.469941, -83.483249 31.47021, -83.483256 31.470477, -83.483512 31.470839, -83.483602 31.471105, -83.483519 31.471317, -83.484955 31.470971, -83.485077 31.470963, -83.485212 31.470972, -83.485308 31.471005, -83.485418 31.471096, -83.485502 31.471193, -83.485898 31.47172, -83.485286 31.472014, -83.485183 31.472015, -83.485459 31.472288, -83.486118 31.473123, -83.485888 31.473247, -83.485536 31.473511, -83.485208 31.47384, -83.484662 31.473145, -83.482076 31.473815, -83.481173 31.471981, -83.481731 31.471847, -83.481407 31.471351, -83.479685 31.46956, -83.478797 31.472369, -83.478878 31.473227, -83.478564 31.4732, -83.477982 31.473167, -83.47767 31.473393, -83.476242 31.47334, -83.474518 31.472915, -83.472696 31.472815, -83.472635 31.472812, -83.472866 31.467438, -83.472887 31.466085, -83.479124 31.466297, -83.479417 31.465206, -83.479438 31.464854, -83.479823 31.463817, -83.479551 31.46368, -83.480945 31.462449, -83.482217 31.461458, -83.482572 31.461472, -83.483766 31.460555, -83.484083 31.461175, -83.484105 31.461262, -83.48419 31.461435, -83.485128 31.461017, -83.486775 31.464825, -83.486932 31.465071, -83.48734 31.464885, -83.488428 31.464111, -83.488726 31.463948, -83.488715 31.46344, -83.488218 31.463658, -83.488127 31.463481, -83.488718 31.463254, -83.488737 31.462214, -83.48874 31.461244, -83.488793 31.460628, -83.487543 31.461119, -83.48696 31.460049, -83.486644 31.459557, -83.488362 31.45869, -83.487946 31.457884, -83.48782 31.457639, -83.487693 31.457282, -83.486141 31.457636, -83.486071 31.457492, -83.48604 31.455423, -83.486025 31.454893, -83.486021 31.454717, -83.486029 31.454524, -83.486054 31.453945, -83.486106 31.453241, -83.486106 31.453092, -83.485116 31.453114, -83.483663 31.453166, -83.482303 31.453338, -83.481319 31.453437, -83.481207 31.453644, -83.481214 31.453739, -83.481354 31.45386, -83.481243 31.454076, -83.481255 31.454224, -83.481328 31.454278, -83.481271 31.454389, -83.481203 31.454648, -83.481115 31.45474, -83.481207 31.454804, -83.481617 31.455219, -83.482904 31.456433, -83.483618 31.457245, -83.48389 31.457428, -83.484041 31.457609, -83.484126 31.457686, -83.484144 31.457691, -83.484291 31.457801, -83.484646 31.457722, -83.484675 31.457881, -83.484671 31.459444, -83.484707 31.459692, -83.484254 31.45996, -83.483148 31.46083, -83.482701 31.461093, -83.482379 31.4611, -83.482441 31.46097, -83.482305 31.460253, -83.482138 31.460334, -83.48232 31.461003, -83.48217 31.461141, -83.481364 31.461832, -83.479451 31.463501, -83.478857 31.463562, -83.478302 31.463606, -83.47785 31.463277, -83.477589 31.463474, -83.477499 31.463557, -83.477031 31.463346, -83.476363 31.463024, -83.476445 31.462691, -83.476249 31.462442, -83.475431 31.462277, -83.475428 31.462033, -83.475537 31.46204, -83.475574 31.461928, -83.475582 31.461838, -83.475477 31.461731, -83.475414 31.461708, -83.475447 31.461331, -83.475525 31.461334, -83.47633 31.461162, -83.476511 31.461156, -83.476466 31.460298, -83.476729 31.460205, -83.479132 31.459438, -83.481172 31.458843, -83.481996 31.458627, -83.482587 31.45846, -83.483598 31.458181, -83.481615 31.45646, -83.480781 31.455953, -83.480695 31.455909, -83.480574 31.455903, -83.480468 31.455859, -83.480398 31.455726, -83.480247 31.45578, -83.480208 31.455761, -83.480118 31.455691, -83.480001 31.455731, -83.480133 31.456045, -83.480306 31.45642, -83.480644 31.457399, -83.479232 31.457542, -83.477911 31.456894, -83.477167 31.456554, -83.477511 31.45595, -83.476641 31.455569, -83.476383 31.455916, -83.474857 31.455159, -83.475174 31.454816, -83.475828 31.454269, -83.475749 31.454241, -83.475243 31.453991, -83.475467 31.45379, -83.475731 31.45392, -83.476091 31.454058, -83.476643 31.453609, -83.476547 31.453615, -83.476197 31.453682, -83.475856 31.453705, -83.475828 31.453173, -83.473932 31.453264, -83.473949 31.452892, -83.475404 31.452801, -83.476071 31.452752, -83.476062 31.452877, -83.47649 31.452885, -83.476497 31.453236, -83.477019 31.453199, -83.477203 31.453178, -83.480777 31.452628, -83.48084 31.452623, -83.481094 31.452607, -83.481377 31.452603, -83.482606 31.452553, -83.486314 31.452533, -83.486262 31.452932, -83.486505 31.452897, -83.486458 31.45439, -83.48642 31.455227, -83.486465 31.456976, -83.489349 31.456375, -83.489423 31.456654, -83.489651 31.456604, -83.490025 31.456364, -83.490835 31.455372, -83.488607 31.455384, -83.488571 31.45461, -83.490009 31.454575, -83.49001 31.453756, -83.492071 31.451772, -83.495022 31.452179, -83.495412 31.452571, -83.495648 31.452236, -83.497812 31.451741, -83.500038 31.451756, -83.50014 31.447771, -83.500154 31.446986, -83.499864 31.446791, -83.498979 31.446239, -83.497592 31.445332, -83.497596 31.445464, -83.497165 31.44598, -83.496666 31.446668, -83.496301 31.447227, -83.496581 31.447363, -83.497885 31.448183, -83.497747 31.448383, -83.496331 31.447733, -83.496084 31.447559, -83.494602 31.44663, -83.493752 31.445913, -83.489732 31.444055, -83.489735 31.443855, -83.489555 31.44377, -83.489031 31.443583, -83.489007 31.443444, -83.487944 31.442994, -83.487958 31.4424, -83.488041 31.441086, -83.488021 31.440023, -83.488042 31.438919, -83.488069 31.438672, -83.489056 31.439005, -83.494419 31.442558, -83.496513 31.443997, -83.49649 31.444201, -83.496423 31.444314, -83.496575 31.444269, -83.496588 31.444078, -83.496681 31.443607, -83.496746 31.442936, -83.496758 31.442185, -83.496881 31.440909, -83.496896 31.44075, -83.496937 31.439907, -83.497024 31.439904, -83.497086 31.439855, -83.497082 31.439786, -83.497007 31.439699, -83.496935 31.439697, -83.496882 31.43971, -83.496742 31.439155, -83.496807 31.439113, -83.498431 31.438557, -83.495887 31.436083, -83.496345 31.436084, -83.496782 31.436085, -83.496776 31.43644, -83.497363 31.436441, -83.497369 31.4361, -83.49824 31.436118, -83.498252 31.436491, -83.499174 31.436492, -83.499202 31.43624, -83.49953 31.436269, -83.499535 31.436449, -83.499658 31.436702, -83.500087 31.437137, -83.500625 31.438521, -83.500138 31.438683, -83.500774 31.440278, -83.500892 31.440356, -83.502246 31.439978, -83.501768 31.441022, -83.501909 31.441347, -83.502403 31.441234, -83.502551 31.441644, -83.502577 31.441737, -83.503563 31.4414, -83.503848 31.442123, -83.503108 31.442377, -83.503507 31.442463, -83.50395 31.44236, -83.505234 31.442011, -83.505272 31.442107, -83.505652 31.442011, -83.505813 31.442435, -83.508213 31.442496, -83.508971 31.442532, -83.509974 31.442653, -83.510384 31.442703, -83.510734 31.442742, -83.510764 31.442746, -83.511256 31.442811, -83.51143 31.442834, -83.511491 31.442837, -83.511578 31.442843, -83.511675 31.442855, -83.511737 31.442864, -83.511827 31.442879, -83.512098 31.442926, -83.512189 31.442942, -83.513023 31.442932, -83.515416 31.443073, -83.515523 31.442554, -83.516093 31.442575, -83.516039 31.443088, -83.520701 31.443364, -83.520712 31.442829, -83.520464 31.442825, -83.520465 31.442482, -83.520699 31.442466, -83.520693 31.442084, -83.522201 31.442027, -83.522207 31.442375, -83.522572 31.442363, -83.522571 31.442657, -83.522344 31.442662, -83.522348 31.44301, -83.522349 31.443015, -83.522204 31.443023, -83.522195 31.443439, -83.523212 31.443469, -83.527463 31.441439, -83.527238 31.441099, -83.527108 31.440838, -83.527059 31.440661, -83.527053 31.440549, -83.527081 31.440441, -83.527174 31.44039, -83.527306 31.440328, -83.527437 31.4403, -83.527558 31.4403, -83.527662 31.440338, -83.527793 31.44044, -83.527931 31.440585, -83.527991 31.440711, -83.528045 31.440851, -83.528144 31.440963, -83.5282 31.44108, -83.528322 31.441021, -83.527921 31.440316, -83.527788 31.439958, -83.528088 31.439967, -83.528751 31.440883, -83.529161 31.440752, -83.529473 31.440663, -83.529814 31.440592, -83.530416 31.440515, -83.530743 31.440498, -83.531287 31.440498, -83.531287 31.441521, -83.532263 31.441456, -83.532167 31.441833, -83.53194 31.442206, -83.530828 31.443919, -83.530811 31.443985, -83.531054 31.444044, -83.532928 31.444127, -83.534214 31.444097, -83.534197 31.443793, -83.534412 31.443687, -83.535046 31.444869, -83.535824 31.444561, -83.536195 31.445106, -83.535348 31.445432, -83.535589 31.445895, -83.534309 31.446447, -83.535634 31.448657, -83.534292 31.449185, -83.532846 31.449772, -83.532625 31.449834, -83.532608 31.450294, -83.532569 31.451388, -83.532489 31.451954, -83.532472 31.452194, -83.532429 31.454644, -83.532285 31.456722, -83.532242 31.457146, -83.532391 31.457192, -83.532485 31.45727, -83.532554 31.457392, -83.532595 31.457439, -83.53262 31.457501, -83.532649 31.457557, -83.532665 31.45759, -83.53266 31.457623, -83.532671 31.457664, -83.532677 31.457732, -83.532687 31.457845, -83.532707 31.457976, -83.532913 31.458015, -83.532908 31.457852, -83.533027 31.45561, -83.533211 31.455643, -83.533324 31.454576, -83.53472 31.454972, -83.535026 31.455074, -83.536548 31.454973, -83.536896 31.454845, -83.536995 31.45267, -83.53783 31.452719, -83.538466 31.452695, -83.539153 31.452521, -83.546919 31.448852, -83.546959 31.447314, -83.54678 31.447326, -83.546782 31.447052, -83.551239 31.445548, -83.550936 31.444694, -83.546665 31.445824, -83.546658 31.446584, -83.546462 31.44632, -83.545958 31.44644, -83.545859 31.446216, -83.54407 31.44681, -83.543368 31.445452, -83.542464 31.445795, -83.540454 31.442042, -83.538608 31.44268, -83.536168 31.442046, -83.534065 31.441986, -83.533969 31.440599, -83.543935 31.440589, -83.543942 31.440019, -83.546824 31.440014, -83.546818 31.440582, -83.544991 31.440604, -83.545 31.441701, -83.545618 31.441453, -83.545603 31.441937, -83.546773 31.441913, -83.54674 31.442988, -83.548729 31.442785, -83.548633 31.441692, -83.549412 31.441467, -83.549474 31.441761, -83.549241 31.441966, -83.549627 31.443303, -83.550693 31.443045, -83.550005 31.440845, -83.551319 31.440738, -83.55133 31.441053, -83.552686 31.440743, -83.552569 31.440402, -83.552927 31.440291, -83.552466 31.43875, -83.549795 31.438802, -83.549789 31.437446, -83.546912 31.437373, -83.54726 31.427702, -83.54744 31.427697, -83.547448 31.427594, -83.552855 31.425303, -83.552725 31.422025, -83.5558 31.421904, -83.555904 31.422225, -83.555584 31.422837, -83.556005 31.423359, -83.555838 31.423856, -83.556114 31.423978, -83.55628 31.42434, -83.555786 31.424781, -83.555919 31.425225, -83.55562 31.425724, -83.555618 31.426496, -83.555257 31.427828, -83.555289 31.430132, -83.555772 31.432147, -83.557343 31.43336, -83.55965 31.435735, -83.559859 31.436412, -83.55992 31.437355, -83.559763 31.438717, -83.561654 31.441416, -83.561577 31.442548, -83.561405 31.442712, -83.561403 31.443108, -83.560982 31.443634, -83.562046 31.444662, -83.563068 31.444571, -83.565503 31.445112, -83.566451 31.44555, -83.567603 31.447215, -83.567816 31.447646, -83.568004 31.448758, -83.56977 31.449533, -83.57026 31.450074, -83.570067 31.451045, -83.57069 31.452726, -83.573977 31.454887, -83.574994 31.457418, -83.576201 31.45878, -83.576636 31.459478, -83.576658 31.460403, -83.574895 31.460294, -83.574473 31.460203, -83.57356 31.459885, -83.564601 31.454231, -83.558514 31.454512, -83.558563 31.455412, -83.55977 31.455395, -83.559595 31.45794, -83.560987 31.457966, -83.561128 31.466656, -83.554993 31.467346, -83.554646 31.459341, -83.553469 31.459356, -83.552844 31.454805, -83.5563 31.454635, -83.556336 31.452352, -83.552517 31.452748, -83.551345 31.454286, -83.546751 31.45423, -83.546696 31.455871, -83.549083 31.455695, -83.549089 31.459311, -83.546703 31.45927, -83.5464 31.459492, -83.54637 31.460562, -83.545864 31.460555, -83.545893 31.461239, -83.544664 31.461248)))\", \"region\": {\"id\": 13088, \"geometry\": \"MULTIPOLYGON (((-83.483452 31.471586, -83.483462 31.471604, -83.483492 31.471655, -83.483496 31.47166, -83.48351 31.471678, -83.483619 31.471625, -83.483823 31.47157, -83.48425 31.471432, -83.48422 31.471318, -83.483452 31.471586)), ((-83.544664 31.461248, -83.54426 31.459857, -83.544334 31.459324, -83.54437 31.459264, -83.544298 31.458955, -83.543744 31.458972, -83.543747 31.458035, -83.544478 31.456781, -83.544406 31.456119, -83.543384 31.455764, -83.54099 31.455243, -83.540911 31.457933, -83.541602 31.457952, -83.541628 31.457597, -83.542471 31.457721, -83.542384 31.459173, -83.542373 31.459227, -83.543066 31.459255, -83.543291 31.459261, -83.543257 31.46008, -83.542061 31.460023, -83.542099 31.459222, -83.540769 31.459157, -83.540652 31.461492, -83.53675 31.461393, -83.533584 31.461212, -83.53361 31.460955, -83.533678 31.459974, -83.533746 31.458408, -83.533447 31.458335, -83.532774 31.45829, -83.532729 31.45829, -83.532642 31.458289, -83.5325 31.459638, -83.532426 31.45982, -83.532324 31.459924, -83.532168 31.460006, -83.531803 31.460151, -83.531785 31.460212, -83.531427 31.463484, -83.531765 31.463483, -83.532513 31.463552, -83.534486 31.463996, -83.534626 31.463332, -83.536395 31.463719, -83.53623 31.464398, -83.538688 31.464965, -83.54045 31.465363, -83.543157 31.46611, -83.543292 31.465699, -83.543286 31.464931, -83.543421 31.464948, -83.54441 31.464941, -83.544613 31.465288, -83.54468 31.465383, -83.544786 31.465504, -83.544946 31.465621, -83.545017 31.465666, -83.54507 31.465689, -83.545193 31.465786, -83.545255 31.465718, -83.546273 31.46569, -83.546309 31.463462, -83.546323 31.46287, -83.549174 31.462858, -83.549172 31.463806, -83.54919 31.46456, -83.549478 31.464563, -83.549473 31.464978, -83.551538 31.465014, -83.55142 31.465474, -83.551366 31.466044, -83.55061 31.466806, -83.549483 31.466674, -83.549469 31.467316, -83.54949 31.467934, -83.548154 31.467935, -83.54814 31.468227, -83.546516 31.468227, -83.54671 31.468483, -83.546795 31.468616, -83.547019 31.468754, -83.546622 31.468941, -83.547214 31.469635, -83.547922 31.470192, -83.547715 31.470457, -83.548518 31.470971, -83.548689 31.470722, -83.549515 31.471197, -83.554129 31.473278, -83.554947 31.473697, -83.555363 31.474038, -83.555473 31.474176, -83.554992 31.474278, -83.554224 31.474471, -83.553502 31.474309, -83.551385 31.474645, -83.551361 31.47464, -83.550833 31.47541, -83.54766 31.475623, -83.545933 31.47485, -83.545535 31.474039, -83.545529 31.47402, -83.543448 31.473703, -83.54356 31.472982, -83.543106 31.472993, -83.543189 31.471032, -83.544314 31.471033, -83.544376 31.46942, -83.545523 31.469488, -83.545902 31.46851, -83.544311 31.468457, -83.544317 31.468008, -83.543698 31.468019, -83.544322 31.466803, -83.543684 31.466537, -83.543146 31.466347, -83.543147 31.46625, -83.543104 31.466244, -83.543091 31.466241, -83.543039 31.467249, -83.543031 31.46814, -83.543003 31.468948, -83.54278 31.468932, -83.542379 31.468981, -83.542006 31.469116, -83.541763 31.469336, -83.541591 31.469825, -83.540885 31.469796, -83.532479 31.469781, -83.531658 31.474412, -83.532367 31.474477, -83.536229 31.474537, -83.537197 31.474582, -83.537192 31.475176, -83.536293 31.475259, -83.536131 31.475217, -83.534868 31.475212, -83.532585 31.475173, -83.531498 31.475136, -83.531467 31.476403, -83.531874 31.476648, -83.532238 31.47711, -83.532671 31.47812, -83.533047 31.479518, -83.533974 31.479521, -83.535117 31.479572, -83.535312 31.479595, -83.535636 31.47962, -83.535869 31.479648, -83.536327 31.479746, -83.536785 31.479823, -83.538966 31.480071, -83.541099 31.480404, -83.541873 31.478042, -83.541946 31.477841, -83.54209 31.477811, -83.542245 31.477721, -83.542301 31.477721, -83.542304 31.477392, -83.542641 31.477392, -83.542654 31.477016, -83.542819 31.477001, -83.545591 31.477064, -83.545622 31.479075, -83.545569 31.479883, -83.545536 31.48065, -83.545111 31.480612, -83.542801 31.480682, -83.542793 31.480945, -83.542671 31.480914, -83.542676 31.481374, -83.543023 31.483654, -83.54314 31.483599, -83.543158 31.483681, -83.543216 31.48423, -83.543236 31.484977, -83.543204 31.486664, -83.540986 31.486607, -83.540958 31.483852, -83.540972 31.482478, -83.540965 31.481721, -83.54095 31.481362, -83.540665 31.481244, -83.540706 31.480766, -83.53922 31.480569, -83.538261 31.480424, -83.537589 31.480345, -83.538066 31.482951, -83.532572 31.48757, -83.529898 31.487172, -83.528964 31.486792, -83.528262 31.486752, -83.527087 31.48657, -83.526572 31.486576, -83.5268 31.488071, -83.526843 31.488271, -83.527374 31.490733, -83.526391 31.490497, -83.515712 31.487611, -83.51542 31.487553, -83.515299 31.487519, -83.515222 31.488015, -83.515067 31.492909, -83.511989 31.492825, -83.51183 31.492828, -83.510968 31.492766, -83.508569 31.492685, -83.506772 31.492659, -83.50694 31.491095, -83.507202 31.48651, -83.507219 31.486515, -83.507265 31.485669, -83.504173 31.484875, -83.504131 31.484864, -83.502827 31.48456, -83.502801 31.484884, -83.502618 31.486632, -83.502499 31.487569, -83.502342 31.488309, -83.50318 31.488455, -83.502869 31.490006, -83.503491 31.490143, -83.503375 31.490522, -83.50348 31.490562, -83.503413 31.49076, -83.503633 31.490841, -83.503166 31.492007, -83.501463 31.491722, -83.50192 31.489911, -83.502195 31.488908, -83.502067 31.488888, -83.501892 31.488874, -83.502048 31.488263, -83.500917 31.487866, -83.501158 31.48702, -83.499622 31.486395, -83.499618 31.487072, -83.499414 31.490631, -83.499345 31.491036, -83.499317 31.491833, -83.497191 31.491804, -83.493152 31.491514, -83.491833 31.491484, -83.486806 31.491321, -83.486854 31.485631, -83.486876 31.483929, -83.487752 31.483962, -83.487753 31.485107, -83.488223 31.485116, -83.488253 31.484684, -83.488643 31.484703, -83.488698 31.48392, -83.488716 31.483472, -83.488761 31.483456, -83.489838 31.483456, -83.489936 31.482286, -83.489964 31.48229, -83.490931 31.482126, -83.490894 31.481679, -83.490363 31.481502, -83.489621 31.481289, -83.488483 31.481032, -83.488626 31.476372, -83.486926 31.475367, -83.486724 31.473742, -83.486725 31.473618, -83.486749 31.473291, -83.486955 31.47341, -83.487094 31.473217, -83.486932 31.473095, -83.487641 31.47227, -83.488723 31.472298, -83.488736 31.470884, -83.488579 31.470782, -83.487909 31.471548, -83.487796 31.471654, -83.487722 31.471754, -83.487519 31.471637, -83.487515 31.471497, -83.487557 31.468523, -83.48695 31.469744, -83.486875 31.469876, -83.483701 31.468883, -83.482907 31.468612, -83.482429 31.469112, -83.482746 31.469219, -83.483228 31.469407, -83.483386 31.46977, -83.483308 31.469941, -83.483249 31.47021, -83.483256 31.470477, -83.483512 31.470839, -83.483602 31.471105, -83.483519 31.471317, -83.484955 31.470971, -83.485077 31.470963, -83.485212 31.470972, -83.485308 31.471005, -83.485418 31.471096, -83.485502 31.471193, -83.485898 31.47172, -83.485286 31.472014, -83.485183 31.472015, -83.485459 31.472288, -83.486118 31.473123, -83.485888 31.473247, -83.485536 31.473511, -83.485208 31.47384, -83.484662 31.473145, -83.482076 31.473815, -83.481173 31.471981, -83.481731 31.471847, -83.481407 31.471351, -83.479685 31.46956, -83.478797 31.472369, -83.478878 31.473227, -83.478564 31.4732, -83.477982 31.473167, -83.47767 31.473393, -83.476242 31.47334, -83.474518 31.472915, -83.472696 31.472815, -83.472635 31.472812, -83.472866 31.467438, -83.472887 31.466085, -83.479124 31.466297, -83.479417 31.465206, -83.479438 31.464854, -83.479823 31.463817, -83.479551 31.46368, -83.480945 31.462449, -83.482217 31.461458, -83.482572 31.461472, -83.483766 31.460555, -83.484083 31.461175, -83.484105 31.461262, -83.48419 31.461435, -83.485128 31.461017, -83.486775 31.464825, -83.486932 31.465071, -83.48734 31.464885, -83.488428 31.464111, -83.488726 31.463948, -83.488715 31.46344, -83.488218 31.463658, -83.488127 31.463481, -83.488718 31.463254, -83.488737 31.462214, -83.48874 31.461244, -83.488793 31.460628, -83.487543 31.461119, -83.48696 31.460049, -83.486644 31.459557, -83.488362 31.45869, -83.487946 31.457884, -83.48782 31.457639, -83.487693 31.457282, -83.486141 31.457636, -83.486071 31.457492, -83.48604 31.455423, -83.486025 31.454893, -83.486021 31.454717, -83.486029 31.454524, -83.486054 31.453945, -83.486106 31.453241, -83.486106 31.453092, -83.485116 31.453114, -83.483663 31.453166, -83.482303 31.453338, -83.481319 31.453437, -83.481207 31.453644, -83.481214 31.453739, -83.481354 31.45386, -83.481243 31.454076, -83.481255 31.454224, -83.481328 31.454278, -83.481271 31.454389, -83.481203 31.454648, -83.481115 31.45474, -83.481207 31.454804, -83.481617 31.455219, -83.482904 31.456433, -83.483618 31.457245, -83.48389 31.457428, -83.484041 31.457609, -83.484126 31.457686, -83.484144 31.457691, -83.484291 31.457801, -83.484646 31.457722, -83.484675 31.457881, -83.484671 31.459444, -83.484707 31.459692, -83.484254 31.45996, -83.483148 31.46083, -83.482701 31.461093, -83.482379 31.4611, -83.482441 31.46097, -83.482305 31.460253, -83.482138 31.460334, -83.48232 31.461003, -83.48217 31.461141, -83.481364 31.461832, -83.479451 31.463501, -83.478857 31.463562, -83.478302 31.463606, -83.47785 31.463277, -83.477589 31.463474, -83.477499 31.463557, -83.477031 31.463346, -83.476363 31.463024, -83.476445 31.462691, -83.476249 31.462442, -83.475431 31.462277, -83.475428 31.462033, -83.475537 31.46204, -83.475574 31.461928, -83.475582 31.461838, -83.475477 31.461731, -83.475414 31.461708, -83.475447 31.461331, -83.475525 31.461334, -83.47633 31.461162, -83.476511 31.461156, -83.476466 31.460298, -83.476729 31.460205, -83.479132 31.459438, -83.481172 31.458843, -83.481996 31.458627, -83.482587 31.45846, -83.483598 31.458181, -83.481615 31.45646, -83.480781 31.455953, -83.480695 31.455909, -83.480574 31.455903, -83.480468 31.455859, -83.480398 31.455726, -83.480247 31.45578, -83.480208 31.455761, -83.480118 31.455691, -83.480001 31.455731, -83.480133 31.456045, -83.480306 31.45642, -83.480644 31.457399, -83.479232 31.457542, -83.477911 31.456894, -83.477167 31.456554, -83.477511 31.45595, -83.476641 31.455569, -83.476383 31.455916, -83.474857 31.455159, -83.475174 31.454816, -83.475828 31.454269, -83.475749 31.454241, -83.475243 31.453991, -83.475467 31.45379, -83.475731 31.45392, -83.476091 31.454058, -83.476643 31.453609, -83.476547 31.453615, -83.476197 31.453682, -83.475856 31.453705, -83.475828 31.453173, -83.473932 31.453264, -83.473949 31.452892, -83.475404 31.452801, -83.476071 31.452752, -83.476062 31.452877, -83.47649 31.452885, -83.476497 31.453236, -83.477019 31.453199, -83.477203 31.453178, -83.480777 31.452628, -83.48084 31.452623, -83.481094 31.452607, -83.481377 31.452603, -83.482606 31.452553, -83.486314 31.452533, -83.486262 31.452932, -83.486505 31.452897, -83.486458 31.45439, -83.48642 31.455227, -83.486465 31.456976, -83.489349 31.456375, -83.489423 31.456654, -83.489651 31.456604, -83.490025 31.456364, -83.490835 31.455372, -83.488607 31.455384, -83.488571 31.45461, -83.490009 31.454575, -83.49001 31.453756, -83.492071 31.451772, -83.495022 31.452179, -83.495412 31.452571, -83.495648 31.452236, -83.497812 31.451741, -83.500038 31.451756, -83.50014 31.447771, -83.500154 31.446986, -83.499864 31.446791, -83.498979 31.446239, -83.497592 31.445332, -83.497596 31.445464, -83.497165 31.44598, -83.496666 31.446668, -83.496301 31.447227, -83.496581 31.447363, -83.497885 31.448183, -83.497747 31.448383, -83.496331 31.447733, -83.496084 31.447559, -83.494602 31.44663, -83.493752 31.445913, -83.489732 31.444055, -83.489735 31.443855, -83.489555 31.44377, -83.489031 31.443583, -83.489007 31.443444, -83.487944 31.442994, -83.487958 31.4424, -83.488041 31.441086, -83.488021 31.440023, -83.488042 31.438919, -83.488069 31.438672, -83.489056 31.439005, -83.494419 31.442558, -83.496513 31.443997, -83.49649 31.444201, -83.496423 31.444314, -83.496575 31.444269, -83.496588 31.444078, -83.496681 31.443607, -83.496746 31.442936, -83.496758 31.442185, -83.496881 31.440909, -83.496896 31.44075, -83.496937 31.439907, -83.497024 31.439904, -83.497086 31.439855, -83.497082 31.439786, -83.497007 31.439699, -83.496935 31.439697, -83.496882 31.43971, -83.496742 31.439155, -83.496807 31.439113, -83.498431 31.438557, -83.495887 31.436083, -83.496345 31.436084, -83.496782 31.436085, -83.496776 31.43644, -83.497363 31.436441, -83.497369 31.4361, -83.49824 31.436118, -83.498252 31.436491, -83.499174 31.436492, -83.499202 31.43624, -83.49953 31.436269, -83.499535 31.436449, -83.499658 31.436702, -83.500087 31.437137, -83.500625 31.438521, -83.500138 31.438683, -83.500774 31.440278, -83.500892 31.440356, -83.502246 31.439978, -83.501768 31.441022, -83.501909 31.441347, -83.502403 31.441234, -83.502551 31.441644, -83.502577 31.441737, -83.503563 31.4414, -83.503848 31.442123, -83.503108 31.442377, -83.503507 31.442463, -83.50395 31.44236, -83.505234 31.442011, -83.505272 31.442107, -83.505652 31.442011, -83.505813 31.442435, -83.508213 31.442496, -83.508971 31.442532, -83.509974 31.442653, -83.510384 31.442703, -83.510734 31.442742, -83.510764 31.442746, -83.511256 31.442811, -83.51143 31.442834, -83.511491 31.442837, -83.511578 31.442843, -83.511675 31.442855, -83.511737 31.442864, -83.511827 31.442879, -83.512098 31.442926, -83.512189 31.442942, -83.513023 31.442932, -83.515416 31.443073, -83.515523 31.442554, -83.516093 31.442575, -83.516039 31.443088, -83.520701 31.443364, -83.520712 31.442829, -83.520464 31.442825, -83.520465 31.442482, -83.520699 31.442466, -83.520693 31.442084, -83.522201 31.442027, -83.522207 31.442375, -83.522572 31.442363, -83.522571 31.442657, -83.522344 31.442662, -83.522348 31.44301, -83.522349 31.443015, -83.522204 31.443023, -83.522195 31.443439, -83.523212 31.443469, -83.527463 31.441439, -83.527238 31.441099, -83.527108 31.440838, -83.527059 31.440661, -83.527053 31.440549, -83.527081 31.440441, -83.527174 31.44039, -83.527306 31.440328, -83.527437 31.4403, -83.527558 31.4403, -83.527662 31.440338, -83.527793 31.44044, -83.527931 31.440585, -83.527991 31.440711, -83.528045 31.440851, -83.528144 31.440963, -83.5282 31.44108, -83.528322 31.441021, -83.527921 31.440316, -83.527788 31.439958, -83.528088 31.439967, -83.528751 31.440883, -83.529161 31.440752, -83.529473 31.440663, -83.529814 31.440592, -83.530416 31.440515, -83.530743 31.440498, -83.531287 31.440498, -83.531287 31.441521, -83.532263 31.441456, -83.532167 31.441833, -83.53194 31.442206, -83.530828 31.443919, -83.530811 31.443985, -83.531054 31.444044, -83.532928 31.444127, -83.534214 31.444097, -83.534197 31.443793, -83.534412 31.443687, -83.535046 31.444869, -83.535824 31.444561, -83.536195 31.445106, -83.535348 31.445432, -83.535589 31.445895, -83.534309 31.446447, -83.535634 31.448657, -83.534292 31.449185, -83.532846 31.449772, -83.532625 31.449834, -83.532608 31.450294, -83.532569 31.451388, -83.532489 31.451954, -83.532472 31.452194, -83.532429 31.454644, -83.532285 31.456722, -83.532242 31.457146, -83.532391 31.457192, -83.532485 31.45727, -83.532554 31.457392, -83.532595 31.457439, -83.53262 31.457501, -83.532649 31.457557, -83.532665 31.45759, -83.53266 31.457623, -83.532671 31.457664, -83.532677 31.457732, -83.532687 31.457845, -83.532707 31.457976, -83.532913 31.458015, -83.532908 31.457852, -83.533027 31.45561, -83.533211 31.455643, -83.533324 31.454576, -83.53472 31.454972, -83.535026 31.455074, -83.536548 31.454973, -83.536896 31.454845, -83.536995 31.45267, -83.53783 31.452719, -83.538466 31.452695, -83.539153 31.452521, -83.546919 31.448852, -83.546959 31.447314, -83.54678 31.447326, -83.546782 31.447052, -83.551239 31.445548, -83.550936 31.444694, -83.546665 31.445824, -83.546658 31.446584, -83.546462 31.44632, -83.545958 31.44644, -83.545859 31.446216, -83.54407 31.44681, -83.543368 31.445452, -83.542464 31.445795, -83.540454 31.442042, -83.538608 31.44268, -83.536168 31.442046, -83.534065 31.441986, -83.533969 31.440599, -83.543935 31.440589, -83.543942 31.440019, -83.546824 31.440014, -83.546818 31.440582, -83.544991 31.440604, -83.545 31.441701, -83.545618 31.441453, -83.545603 31.441937, -83.546773 31.441913, -83.54674 31.442988, -83.548729 31.442785, -83.548633 31.441692, -83.549412 31.441467, -83.549474 31.441761, -83.549241 31.441966, -83.549627 31.443303, -83.550693 31.443045, -83.550005 31.440845, -83.551319 31.440738, -83.55133 31.441053, -83.552686 31.440743, -83.552569 31.440402, -83.552927 31.440291, -83.552466 31.43875, -83.549795 31.438802, -83.549789 31.437446, -83.546912 31.437373, -83.54726 31.427702, -83.54744 31.427697, -83.547448 31.427594, -83.552855 31.425303, -83.552725 31.422025, -83.5558 31.421904, -83.555904 31.422225, -83.555584 31.422837, -83.556005 31.423359, -83.555838 31.423856, -83.556114 31.423978, -83.55628 31.42434, -83.555786 31.424781, -83.555919 31.425225, -83.55562 31.425724, -83.555618 31.426496, -83.555257 31.427828, -83.555289 31.430132, -83.555772 31.432147, -83.557343 31.43336, -83.55965 31.435735, -83.559859 31.436412, -83.55992 31.437355, -83.559763 31.438717, -83.561654 31.441416, -83.561577 31.442548, -83.561405 31.442712, -83.561403 31.443108, -83.560982 31.443634, -83.562046 31.444662, -83.563068 31.444571, -83.565503 31.445112, -83.566451 31.44555, -83.567603 31.447215, -83.567816 31.447646, -83.568004 31.448758, -83.56977 31.449533, -83.57026 31.450074, -83.570067 31.451045, -83.57069 31.452726, -83.573977 31.454887, -83.574994 31.457418, -83.576201 31.45878, -83.576636 31.459478, -83.576658 31.460403, -83.574895 31.460294, -83.574473 31.460203, -83.57356 31.459885, -83.564601 31.454231, -83.558514 31.454512, -83.558563 31.455412, -83.55977 31.455395, -83.559595 31.45794, -83.560987 31.457966, -83.561128 31.466656, -83.554993 31.467346, -83.554646 31.459341, -83.553469 31.459356, -83.552844 31.454805, -83.5563 31.454635, -83.556336 31.452352, -83.552517 31.452748, -83.551345 31.454286, -83.546751 31.45423, -83.546696 31.455871, -83.549083 31.455695, -83.549089 31.459311, -83.546703 31.45927, -83.5464 31.459492, -83.54637 31.460562, -83.545864 31.460555, -83.545893 31.461239, -83.544664 31.461248)))\", \"region_name\": \"Tifton\", \"border_type\": \"city\", \"wikidata\": \"Q2729512\", \"wikipedia\": \"en:Tifton, Georgia\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0000", "group": "raster_only", "template": "elevation+coverage", "question": "Within Dayville, Oregon, what share of the area has elevation at or above 80 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-119.541779 44.467607, -119.541784 44.472724, -119.543197 44.472809, -119.543208 44.474625, -119.539078 44.474542, -119.536386 44.471055, -119.531096 44.471031, -119.531078 44.469035, -119.526368 44.469031, -119.52634 44.465411, -119.520384 44.465365, -119.520297 44.461657, -119.536571 44.461753, -119.536556 44.462346, -119.533907 44.462303, -119.533893 44.462877, -119.533979 44.463996, -119.541779 44.467607))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 80 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 46.285140562249}]", "question_entities": "{\"[2]\": {\"elevation\": 80}, \"[3]\": {\"region_name\": \"Dayville, Oregon\", \"geo_wkt\": \"POLYGON ((-119.541779 44.467607, -119.541784 44.472724, -119.543197 44.472809, -119.543208 44.474625, -119.539078 44.474542, -119.536386 44.471055, -119.531096 44.471031, -119.531078 44.469035, -119.526368 44.469031, -119.52634 44.465411, -119.520384 44.465365, -119.520297 44.461657, -119.536571 44.461753, -119.536556 44.462346, -119.533907 44.462303, -119.533893 44.462877, -119.533979 44.463996, -119.541779 44.467607))\", \"region\": {\"id\": 2750, \"geometry\": \"POLYGON ((-119.541779 44.467607, -119.541784 44.472724, -119.543197 44.472809, -119.543208 44.474625, -119.539078 44.474542, -119.536386 44.471055, -119.531096 44.471031, -119.531078 44.469035, -119.526368 44.469031, -119.52634 44.465411, -119.520384 44.465365, -119.520297 44.461657, -119.536571 44.461753, -119.536556 44.462346, -119.533907 44.462303, -119.533893 44.462877, -119.533979 44.463996, -119.541779 44.467607))\", \"region_name\": \"Dayville\", \"border_type\": \"town\", \"wikidata\": \"Q3458889\", \"wikipedia\": \"en:Dayville, Oregon\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0001", "group": "raster_only", "template": "elevation+coverage", "question": "Within West Yellowstone, Montana, what share of the area has elevation at or above 280 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-111.108285 44.654019, -111.108255 44.657614, -111.11331 44.657574, -111.113303 44.664947, -111.113251 44.672391, -111.103142 44.672307, -111.103012 44.664887, -111.097235 44.665055, -111.097206 44.656978, -111.097196 44.654169, -111.108285 44.654019))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 280 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 75.94232228687073}]", "question_entities": "{\"[2]\": {\"elevation\": 280}, \"[3]\": {\"region_name\": \"West Yellowstone, Montana\", \"geo_wkt\": \"POLYGON ((-111.108285 44.654019, -111.108255 44.657614, -111.11331 44.657574, -111.113303 44.664947, -111.113251 44.672391, -111.103142 44.672307, -111.103012 44.664887, -111.097235 44.665055, -111.097206 44.656978, -111.097196 44.654169, -111.108285 44.654019))\", \"region\": {\"id\": 38475, \"geometry\": \"POLYGON ((-111.108285 44.654019, -111.108255 44.657614, -111.11331 44.657574, -111.113303 44.664947, -111.113251 44.672391, -111.103142 44.672307, -111.103012 44.664887, -111.097235 44.665055, -111.097206 44.656978, -111.097196 44.654169, -111.108285 44.654019))\", \"region_name\": \"West Yellowstone\", \"border_type\": \"town\", \"wikidata\": \"Q956110\", \"wikipedia\": \"en:West Yellowstone, Montana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0002", "group": "raster_only", "template": "elevation+coverage", "question": "In Armstrong, Iowa, what percentage of the area is at or above 60 m in elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-94.480193 43.40013, -94.469913 43.40002, -94.46993 43.397856, -94.47261 43.39788, -94.47264 43.39263, -94.472643 43.391307, -94.472704 43.385502, -94.473308 43.385517, -94.477074 43.385524, -94.477061 43.386605, -94.482412 43.38662, -94.482391 43.389096, -94.487467 43.389024, -94.487476 43.392857, -94.49245 43.392812, -94.492432 43.397211, -94.487469 43.395773, -94.487489 43.397155, -94.488132 43.397152, -94.488131 43.396413, -94.4898 43.396856, -94.490718 43.397108, -94.497209 43.398927, -94.497205 43.398633, -94.497134 43.396111, -94.497108 43.394834, -94.495552 43.394832, -94.495519 43.392752, -94.497253 43.392737, -94.497322 43.396109, -94.497399 43.398978, -94.497398 43.399425, -94.499951 43.399391, -94.500441 43.399526, -94.50755 43.399482, -94.507948 43.399344, -94.508747 43.399342, -94.510147 43.398876, -94.513032 43.394945, -94.514009 43.397655, -94.51601 43.398974, -94.516634 43.399307, -94.517172 43.399532, -94.509908 43.39952, -94.508197 43.399524, -94.507919 43.399617, -94.499843 43.399652, -94.499385 43.399526, -94.488214 43.399662, -94.488218 43.399796, -94.484388 43.399846, -94.482028 43.399866, -94.480199 43.39983, -94.480193 43.40013))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 60 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 45.41838134430727}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"region_name\": \"Armstrong, Iowa\", \"geo_wkt\": \"POLYGON ((-94.480193 43.40013, -94.469913 43.40002, -94.46993 43.397856, -94.47261 43.39788, -94.47264 43.39263, -94.472643 43.391307, -94.472704 43.385502, -94.473308 43.385517, -94.477074 43.385524, -94.477061 43.386605, -94.482412 43.38662, -94.482391 43.389096, -94.487467 43.389024, -94.487476 43.392857, -94.49245 43.392812, -94.492432 43.397211, -94.487469 43.395773, -94.487489 43.397155, -94.488132 43.397152, -94.488131 43.396413, -94.4898 43.396856, -94.490718 43.397108, -94.497209 43.398927, -94.497205 43.398633, -94.497134 43.396111, -94.497108 43.394834, -94.495552 43.394832, -94.495519 43.392752, -94.497253 43.392737, -94.497322 43.396109, -94.497399 43.398978, -94.497398 43.399425, -94.499951 43.399391, -94.500441 43.399526, -94.50755 43.399482, -94.507948 43.399344, -94.508747 43.399342, -94.510147 43.398876, -94.513032 43.394945, -94.514009 43.397655, -94.51601 43.398974, -94.516634 43.399307, -94.517172 43.399532, -94.509908 43.39952, -94.508197 43.399524, -94.507919 43.399617, -94.499843 43.399652, -94.499385 43.399526, -94.488214 43.399662, -94.488218 43.399796, -94.484388 43.399846, -94.482028 43.399866, -94.480199 43.39983, -94.480193 43.40013))\", \"region\": {\"id\": 26725, \"geometry\": \"POLYGON ((-94.480193 43.40013, -94.469913 43.40002, -94.46993 43.397856, -94.47261 43.39788, -94.47264 43.39263, -94.472643 43.391307, -94.472704 43.385502, -94.473308 43.385517, -94.477074 43.385524, -94.477061 43.386605, -94.482412 43.38662, -94.482391 43.389096, -94.487467 43.389024, -94.487476 43.392857, -94.49245 43.392812, -94.492432 43.397211, -94.487469 43.395773, -94.487489 43.397155, -94.488132 43.397152, -94.488131 43.396413, -94.4898 43.396856, -94.490718 43.397108, -94.497209 43.398927, -94.497205 43.398633, -94.497134 43.396111, -94.497108 43.394834, -94.495552 43.394832, -94.495519 43.392752, -94.497253 43.392737, -94.497322 43.396109, -94.497399 43.398978, -94.497398 43.399425, -94.499951 43.399391, -94.500441 43.399526, -94.50755 43.399482, -94.507948 43.399344, -94.508747 43.399342, -94.510147 43.398876, -94.513032 43.394945, -94.514009 43.397655, -94.51601 43.398974, -94.516634 43.399307, -94.517172 43.399532, -94.509908 43.39952, -94.508197 43.399524, -94.507919 43.399617, -94.499843 43.399652, -94.499385 43.399526, -94.488214 43.399662, -94.488218 43.399796, -94.484388 43.399846, -94.482028 43.399866, -94.480199 43.39983, -94.480193 43.40013))\", \"region_name\": \"Armstrong\", \"border_type\": \"city\", \"wikidata\": \"Q1762852\", \"wikipedia\": \"en:Armstrong, Iowa\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0003", "group": "raster_only", "template": "elevation+coverage", "question": "In Sumrall, Mississippi, what percentage of the area is at or above 460 m in elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-89.531651 31.41947, -89.527359 31.419509, -89.527441 31.422844, -89.531585 31.422846, -89.531651 31.41947)), ((-89.531847 31.429262, -89.531536 31.433955, -89.536634 31.433951, -89.54027 31.433876, -89.54028 31.433876, -89.541259 31.433863, -89.544949 31.433895, -89.552839 31.433972, -89.552708 31.432904, -89.552779 31.430636, -89.55275 31.428317, -89.552692 31.426456, -89.559067 31.426541, -89.55899 31.419868, -89.558924 31.415422, -89.558888 31.413864, -89.561253 31.413783, -89.561272 31.412225, -89.563111 31.412178, -89.565282 31.412213, -89.565361 31.410708, -89.56536 31.410584, -89.565428 31.408181, -89.564661 31.408202, -89.560637 31.408216, -89.558256 31.408231, -89.557815 31.408238, -89.556854 31.408258, -89.5528 31.408294, -89.552797 31.407345, -89.552688 31.404738, -89.551581 31.404749, -89.545779 31.40471, -89.545757 31.403318, -89.544357 31.40335, -89.544251 31.397737, -89.544169 31.391892, -89.544142 31.390919, -89.544148 31.390187, -89.53584 31.390136, -89.535802 31.397445, -89.531476 31.3974, -89.531524 31.399271, -89.535812 31.399271, -89.535835 31.401095, -89.53779 31.400981, -89.539922 31.400923, -89.539942 31.402521, -89.539938 31.404684, -89.539978 31.412026, -89.537648 31.412015, -89.537689 31.417538, -89.537258 31.41754, -89.536774 31.417544, -89.536201 31.417548, -89.536117 31.417556, -89.536037 31.41758, -89.535973 31.417626, -89.535926 31.417688, -89.535894 31.417755, -89.535879 31.417825, -89.535874 31.417896, -89.535875 31.418034, -89.535889 31.418431, -89.535868 31.419122, -89.534112 31.419144, -89.531614 31.419166, -89.531142 31.419167, -89.528355 31.419175, -89.527269 31.419173, -89.526942 31.419173, -89.525633 31.419171, -89.525052 31.41917, -89.523838 31.419165, -89.521723 31.419157, -89.519503 31.419124, -89.519452 31.419123, -89.516702 31.419106, -89.516721 31.419304, -89.516719 31.420004, -89.516678 31.4213, -89.516679 31.422556, -89.516736 31.424852, -89.518978 31.424874, -89.519267 31.428768, -89.519284 31.428892, -89.519556 31.428895, -89.521675 31.428909, -89.522295 31.428704, -89.523081 31.428577, -89.525126 31.42867, -89.525354 31.42838, -89.525347 31.427884, -89.52499 31.427559, -89.527484 31.425728, -89.527536 31.426601, -89.529016 31.426567, -89.531669 31.426491, -89.531847 31.429262)))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 460 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 0.0}]", "question_entities": "{\"[2]\": {\"elevation\": 460}, \"[3]\": {\"region_name\": \"Sumrall, Mississippi\", \"geo_wkt\": \"MULTIPOLYGON (((-89.531651 31.41947, -89.527359 31.419509, -89.527441 31.422844, -89.531585 31.422846, -89.531651 31.41947)), ((-89.531847 31.429262, -89.531536 31.433955, -89.536634 31.433951, -89.54027 31.433876, -89.54028 31.433876, -89.541259 31.433863, -89.544949 31.433895, -89.552839 31.433972, -89.552708 31.432904, -89.552779 31.430636, -89.55275 31.428317, -89.552692 31.426456, -89.559067 31.426541, -89.55899 31.419868, -89.558924 31.415422, -89.558888 31.413864, -89.561253 31.413783, -89.561272 31.412225, -89.563111 31.412178, -89.565282 31.412213, -89.565361 31.410708, -89.56536 31.410584, -89.565428 31.408181, -89.564661 31.408202, -89.560637 31.408216, -89.558256 31.408231, -89.557815 31.408238, -89.556854 31.408258, -89.5528 31.408294, -89.552797 31.407345, -89.552688 31.404738, -89.551581 31.404749, -89.545779 31.40471, -89.545757 31.403318, -89.544357 31.40335, -89.544251 31.397737, -89.544169 31.391892, -89.544142 31.390919, -89.544148 31.390187, -89.53584 31.390136, -89.535802 31.397445, -89.531476 31.3974, -89.531524 31.399271, -89.535812 31.399271, -89.535835 31.401095, -89.53779 31.400981, -89.539922 31.400923, -89.539942 31.402521, -89.539938 31.404684, -89.539978 31.412026, -89.537648 31.412015, -89.537689 31.417538, -89.537258 31.41754, -89.536774 31.417544, -89.536201 31.417548, -89.536117 31.417556, -89.536037 31.41758, -89.535973 31.417626, -89.535926 31.417688, -89.535894 31.417755, -89.535879 31.417825, -89.535874 31.417896, -89.535875 31.418034, -89.535889 31.418431, -89.535868 31.419122, -89.534112 31.419144, -89.531614 31.419166, -89.531142 31.419167, -89.528355 31.419175, -89.527269 31.419173, -89.526942 31.419173, -89.525633 31.419171, -89.525052 31.41917, -89.523838 31.419165, -89.521723 31.419157, -89.519503 31.419124, -89.519452 31.419123, -89.516702 31.419106, -89.516721 31.419304, -89.516719 31.420004, -89.516678 31.4213, -89.516679 31.422556, -89.516736 31.424852, -89.518978 31.424874, -89.519267 31.428768, -89.519284 31.428892, -89.519556 31.428895, -89.521675 31.428909, -89.522295 31.428704, -89.523081 31.428577, -89.525126 31.42867, -89.525354 31.42838, -89.525347 31.427884, -89.52499 31.427559, -89.527484 31.425728, -89.527536 31.426601, -89.529016 31.426567, -89.531669 31.426491, -89.531847 31.429262)))\", \"region\": {\"id\": 24341, \"geometry\": \"MULTIPOLYGON (((-89.531651 31.41947, -89.527359 31.419509, -89.527441 31.422844, -89.531585 31.422846, -89.531651 31.41947)), ((-89.531847 31.429262, -89.531536 31.433955, -89.536634 31.433951, -89.54027 31.433876, -89.54028 31.433876, -89.541259 31.433863, -89.544949 31.433895, -89.552839 31.433972, -89.552708 31.432904, -89.552779 31.430636, -89.55275 31.428317, -89.552692 31.426456, -89.559067 31.426541, -89.55899 31.419868, -89.558924 31.415422, -89.558888 31.413864, -89.561253 31.413783, -89.561272 31.412225, -89.563111 31.412178, -89.565282 31.412213, -89.565361 31.410708, -89.56536 31.410584, -89.565428 31.408181, -89.564661 31.408202, -89.560637 31.408216, -89.558256 31.408231, -89.557815 31.408238, -89.556854 31.408258, -89.5528 31.408294, -89.552797 31.407345, -89.552688 31.404738, -89.551581 31.404749, -89.545779 31.40471, -89.545757 31.403318, -89.544357 31.40335, -89.544251 31.397737, -89.544169 31.391892, -89.544142 31.390919, -89.544148 31.390187, -89.53584 31.390136, -89.535802 31.397445, -89.531476 31.3974, -89.531524 31.399271, -89.535812 31.399271, -89.535835 31.401095, -89.53779 31.400981, -89.539922 31.400923, -89.539942 31.402521, -89.539938 31.404684, -89.539978 31.412026, -89.537648 31.412015, -89.537689 31.417538, -89.537258 31.41754, -89.536774 31.417544, -89.536201 31.417548, -89.536117 31.417556, -89.536037 31.41758, -89.535973 31.417626, -89.535926 31.417688, -89.535894 31.417755, -89.535879 31.417825, -89.535874 31.417896, -89.535875 31.418034, -89.535889 31.418431, -89.535868 31.419122, -89.534112 31.419144, -89.531614 31.419166, -89.531142 31.419167, -89.528355 31.419175, -89.527269 31.419173, -89.526942 31.419173, -89.525633 31.419171, -89.525052 31.41917, -89.523838 31.419165, -89.521723 31.419157, -89.519503 31.419124, -89.519452 31.419123, -89.516702 31.419106, -89.516721 31.419304, -89.516719 31.420004, -89.516678 31.4213, -89.516679 31.422556, -89.516736 31.424852, -89.518978 31.424874, -89.519267 31.428768, -89.519284 31.428892, -89.519556 31.428895, -89.521675 31.428909, -89.522295 31.428704, -89.523081 31.428577, -89.525126 31.42867, -89.525354 31.42838, -89.525347 31.427884, -89.52499 31.427559, -89.527484 31.425728, -89.527536 31.426601, -89.529016 31.426567, -89.531669 31.426491, -89.531847 31.429262)))\", \"region_name\": \"Sumrall\", \"border_type\": \"town\", \"wikidata\": \"Q2113784\", \"wikipedia\": \"en:Sumrall, Mississippi\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0004", "group": "raster_only", "template": "elevation+coverage", "question": "What percentage of the region Red Springs, Wisconsin is at or above 280 m elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-88.797257 44.856291, -88.859043 44.856004, -88.858913 44.870458, -88.859207 44.885012, -88.859564 44.899462, -88.85957 44.900679, -88.859631 44.904602, -88.859642 44.906634, -88.859731 44.9102, -88.859736 44.913567, -88.859771 44.913603, -88.859895 44.913866, -88.859736 44.913869, -88.859704 44.917487, -88.859619 44.921106, -88.859569 44.935723, -88.859438 44.943095, -88.859016 44.943095, -88.83162 44.94317, -88.828342 44.943185, -88.798157 44.943195, -88.796632 44.943205, -88.775948 44.943346, -88.771209 44.943378, -88.755812 44.943483, -88.735803 44.943225, -88.735718 44.928555, -88.735705 44.926264, -88.735629 44.924269, -88.735626 44.924189, -88.735654 44.914196, -88.735674 44.906988, -88.735859 44.886689, -88.735927 44.87798, -88.735955 44.874464, -88.735977 44.871574, -88.735982 44.870971, -88.736096 44.856436, -88.75006 44.856369, -88.771914 44.856229, -88.775558 44.856254, -88.787471 44.856296, -88.793389 44.856293, -88.797257 44.856291))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 280 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 93.93763206035423}]", "question_entities": "{\"[2]\": {\"elevation\": 280}, \"[3]\": {\"region_name\": \"Red Springs, Wisconsin\", \"geo_wkt\": \"POLYGON ((-88.797257 44.856291, -88.859043 44.856004, -88.858913 44.870458, -88.859207 44.885012, -88.859564 44.899462, -88.85957 44.900679, -88.859631 44.904602, -88.859642 44.906634, -88.859731 44.9102, -88.859736 44.913567, -88.859771 44.913603, -88.859895 44.913866, -88.859736 44.913869, -88.859704 44.917487, -88.859619 44.921106, -88.859569 44.935723, -88.859438 44.943095, -88.859016 44.943095, -88.83162 44.94317, -88.828342 44.943185, -88.798157 44.943195, -88.796632 44.943205, -88.775948 44.943346, -88.771209 44.943378, -88.755812 44.943483, -88.735803 44.943225, -88.735718 44.928555, -88.735705 44.926264, -88.735629 44.924269, -88.735626 44.924189, -88.735654 44.914196, -88.735674 44.906988, -88.735859 44.886689, -88.735927 44.87798, -88.735955 44.874464, -88.735977 44.871574, -88.735982 44.870971, -88.736096 44.856436, -88.75006 44.856369, -88.771914 44.856229, -88.775558 44.856254, -88.787471 44.856296, -88.793389 44.856293, -88.797257 44.856291))\", \"region\": {\"id\": 12896, \"geometry\": \"POLYGON ((-88.797257 44.856291, -88.859043 44.856004, -88.858913 44.870458, -88.859207 44.885012, -88.859564 44.899462, -88.85957 44.900679, -88.859631 44.904602, -88.859642 44.906634, -88.859731 44.9102, -88.859736 44.913567, -88.859771 44.913603, -88.859895 44.913866, -88.859736 44.913869, -88.859704 44.917487, -88.859619 44.921106, -88.859569 44.935723, -88.859438 44.943095, -88.859016 44.943095, -88.83162 44.94317, -88.828342 44.943185, -88.798157 44.943195, -88.796632 44.943205, -88.775948 44.943346, -88.771209 44.943378, -88.755812 44.943483, -88.735803 44.943225, -88.735718 44.928555, -88.735705 44.926264, -88.735629 44.924269, -88.735626 44.924189, -88.735654 44.914196, -88.735674 44.906988, -88.735859 44.886689, -88.735927 44.87798, -88.735955 44.874464, -88.735977 44.871574, -88.735982 44.870971, -88.736096 44.856436, -88.75006 44.856369, -88.771914 44.856229, -88.775558 44.856254, -88.787471 44.856296, -88.793389 44.856293, -88.797257 44.856291))\", \"region_name\": \"Town of Red Springs\", \"wikidata\": \"Q1886352\", \"wikipedia\": \"en:Red Springs, Wisconsin\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation+coverage/0005", "group": "raster_only", "template": "elevation+coverage", "question": "In Flat Rock, Michigan, what percentage of the area is at or above 120 m in elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-83.277091 42.077232, -83.27717 42.076976, -83.277094 42.076502, -83.276994 42.076328, -83.276971 42.076307, -83.276742 42.076099, -83.276323 42.075947, -83.27569 42.07583, -83.275099 42.075611, -83.274409 42.075239, -83.273947 42.075084, -83.273295 42.074977, -83.273152 42.074988, -83.27299 42.075009, -83.272908 42.075075, -83.272228 42.075621, -83.271714 42.076014, -83.271457 42.076109, -83.2712 42.076187, -83.270743 42.076215, -83.270654 42.07617, -83.270652 42.076169, -83.270651 42.076168, -83.270467 42.076074, -83.270114 42.075911, -83.270074 42.07589, -83.269953 42.075827, -83.269381 42.075529, -83.269219 42.075423, -83.269029 42.07526, -83.268838 42.075013, -83.268702 42.074671, -83.268531 42.074242, -83.268209 42.075428, -83.268209 42.075517, -83.268192 42.075628, -83.268151 42.075765, -83.267938 42.076212, -83.267262 42.076023, -83.266137 42.075709, -83.266018 42.075676, -83.26563 42.075583, -83.265434 42.075543, -83.265564 42.080658, -83.261126 42.080704, -83.261166 42.082662, -83.261178 42.083658, -83.260912 42.083639, -83.260675 42.08364, -83.260481 42.083654, -83.260073 42.083694, -83.258896 42.083822, -83.258448 42.083868, -83.258086 42.083897, -83.25781 42.083904, -83.257774 42.083905, -83.257388 42.083897, -83.257125 42.083887, -83.256857 42.083866, -83.25666 42.083848, -83.256118 42.083776, -83.25583 42.083738, -83.25568 42.083683, -83.254843 42.083377, -83.254094 42.08308, -83.253288 42.082746, -83.252096 42.08224, -83.251484 42.081968, -83.25129 42.081867, -83.251077 42.081734, -83.250978 42.081663, -83.250843 42.081561, -83.250262 42.081122, -83.250122 42.081045, -83.250056 42.081019, -83.249987 42.080998, -83.249915 42.080984, -83.249841 42.080976, -83.249466 42.080974, -83.249163 42.08098, -83.248882 42.080986, -83.248064 42.081003, -83.247287 42.081014, -83.246741 42.081022, -83.246128 42.08103, -83.246068 42.081032, -83.245942 42.081057, -83.244776 42.081053, -83.244263 42.081064, -83.244136 42.081064, -83.243977 42.081501, -83.24302 42.084329, -83.242855 42.084838, -83.242754 42.085118, -83.242667 42.085338, -83.242407 42.086227, -83.242239 42.086801, -83.242087 42.08754, -83.241984 42.088288, -83.241907 42.089247, -83.241904 42.089582, -83.241632 42.090448, -83.241452 42.091222, -83.241416 42.091515, -83.241314 42.09187, -83.241237 42.092088, -83.24119 42.092177, -83.241606 42.091764, -83.241886 42.091486, -83.241902 42.091913, -83.241874 42.093978, -83.241871 42.094821, -83.241852 42.095374, -83.241845 42.096546, -83.241842 42.097101, -83.241821 42.098132, -83.241804 42.099379, -83.24177 42.100738, -83.241741 42.102447, -83.24174 42.104099, -83.241687 42.108425, -83.241676 42.109063, -83.241676 42.10964, -83.241946 42.109635, -83.244446 42.10958, -83.244764 42.109566, -83.245946 42.10954, -83.246309 42.109531, -83.250337 42.10939, -83.251747 42.109337, -83.251761 42.109336, -83.254143 42.109256, -83.25495 42.109229, -83.255333 42.10922, -83.255284 42.109428, -83.255472 42.114939, -83.255477 42.115231, -83.255483 42.115562, -83.255499 42.115829, -83.255511 42.116021, -83.255526 42.116516, -83.257724 42.116506, -83.258473 42.116502, -83.259359 42.116493, -83.265391 42.116486, -83.271618 42.116743, -83.275513 42.116822, -83.276248 42.116837, -83.276863 42.116662, -83.277149 42.116571, -83.277687 42.116484, -83.278825 42.116509, -83.279398 42.116521, -83.279759 42.116527, -83.280086 42.116617, -83.280326 42.116737, -83.280599 42.116877, -83.280671 42.116856, -83.281336 42.116843, -83.282507 42.116756, -83.283127 42.116758, -83.283397 42.116771, -83.283991 42.116782, -83.285926 42.116831, -83.286851 42.116846, -83.287324 42.116811, -83.290168 42.116205, -83.294593 42.116138, -83.297938 42.116088, -83.299501 42.116065, -83.30418 42.115994, -83.304323 42.115992, -83.304301 42.1148, -83.304258 42.111736, -83.304235 42.110743, -83.304228 42.110402, -83.30422 42.110062, -83.304208 42.109579, -83.304193 42.108176, -83.304193 42.108039, -83.30419 42.107305, -83.304203 42.10684, -83.304183 42.104075, -83.304167 42.103619, -83.304125 42.102426, -83.304023 42.09906, -83.303939 42.096291, -83.303888 42.094253, -83.303219 42.094259, -83.302392 42.094266, -83.302064 42.094268, -83.300169 42.094279, -83.29965 42.094281, -83.299007 42.094284, -83.298357 42.094291, -83.297901 42.094297, -83.297865 42.094297, -83.29761 42.094297, -83.29737 42.094297, -83.296888 42.094255, -83.295275 42.094234, -83.295215 42.094306, -83.295209 42.094394, -83.294986 42.094379, -83.294814 42.094378, -83.294958 42.094013, -83.294758 42.093617, -83.294311 42.093129, -83.294139 42.093001, -83.293936 42.092846, -83.293806 42.092747, -83.293273 42.092506, -83.292654 42.0924, -83.291806 42.092322, -83.290921 42.092273, -83.29053 42.092138, -83.290311 42.091983, -83.290051 42.091824, -83.290045 42.09182, -83.289816 42.091678, -83.289645 42.091516, -83.289473 42.09124, -83.289502 42.090483, -83.289499 42.090474, -83.289416 42.090242, -83.288921 42.090016, -83.288908 42.09001, -83.288521 42.089825, -83.288491 42.089817, -83.287854 42.089648, -83.28755 42.08957, -83.287259 42.089478, -83.287207 42.089461, -83.287407 42.090221, -83.287327 42.090854, -83.286704 42.091417, -83.286571 42.091338, -83.286435 42.091263, -83.286099 42.091038, -83.28622 42.08926, -83.286216 42.089093, -83.286446 42.08903, -83.286703 42.089033, -83.286857 42.089073, -83.286958 42.089004, -83.287016 42.088846, -83.287235 42.088244, -83.286783 42.088132, -83.286145 42.087975, -83.285141 42.087749, -83.284955 42.087933, -83.284873 42.088014, -83.284553 42.088329, -83.284041 42.088835, -83.284583 42.089354, -83.284883 42.089641, -83.284889 42.089647, -83.284902 42.089659, -83.285049 42.089798, -83.284793 42.089776, -83.284626 42.089829, -83.284474 42.089885, -83.284236 42.089988, -83.283988 42.090002, -83.283612 42.089805, -83.283436 42.089712, -83.283293 42.089585, -83.283165 42.089471, -83.283119 42.089412, -83.282846 42.089058, -83.282631 42.088615, -83.282489 42.088188, -83.282346 42.087639, -83.282274 42.087377, -83.282179 42.087027, -83.282231 42.08678, -83.282474 42.086603, -83.282646 42.086479, -83.282708 42.086348, -83.282865 42.086225, -83.282965 42.086143, -83.283057 42.086007, -83.283065 42.085995, -83.283017 42.085818, -83.282894 42.085669, -83.282874 42.085645, -83.28265 42.085553, -83.282446 42.085496, -83.282212 42.085496, -83.281984 42.085553, -83.281836 42.085698, -83.281765 42.085896, -83.281646 42.086023, -83.281365 42.086118, -83.281089 42.086164, -83.280738 42.086144, -83.280722 42.086143, -83.280508 42.086133, -83.280303 42.086027, -83.280184 42.085846, -83.280208 42.085662, -83.280184 42.085446, -83.280165 42.085142, -83.280203 42.084912, -83.280331 42.084814, -83.280536 42.084658, -83.280865 42.084555, -83.281127 42.084502, -83.281598 42.084442, -83.281955 42.084446, -83.282127 42.084431, -83.282223 42.084418, -83.282336 42.084403, -83.282455 42.084332, -83.282484 42.084216, -83.282422 42.084131, -83.282274 42.083929, -83.281765 42.083519, -83.281551 42.083427, -83.28145 42.083407, -83.281448 42.083406, -83.281341 42.083384, -83.281255 42.083402, -83.281253 42.083402, -83.281251 42.083402, -83.281249 42.083402, -83.281247 42.083402, -83.281245 42.083402, -83.281243 42.083402, -83.281241 42.083402, -83.280994 42.083445, -83.280798 42.083537, -83.28017 42.08394, -83.279803 42.084106, -83.27976 42.084103, -83.27956 42.084088, -83.279175 42.083873, -83.278899 42.083402, -83.278675 42.083158, -83.278413 42.083063, -83.278208 42.083098, -83.278013 42.08307, -83.277756 42.083094, -83.27757 42.082985, -83.277394 42.082896, -83.277066 42.082613, -83.276989 42.082426, -83.276987 42.082419, -83.276956 42.082331, -83.276947 42.082143, -83.277123 42.081924, -83.277394 42.081804, -83.27828 42.0818, -83.279413 42.081878, -83.279679 42.081867, -83.279685 42.081866, -83.279965 42.081804, -83.280208 42.081722, -83.280365 42.081542, -83.280446 42.081347, -83.280389 42.080965, -83.280141 42.080537, -83.279917 42.080283, -83.279594 42.079982, -83.27937 42.079819, -83.279361 42.079815, -83.278903 42.079589, -83.27838 42.079388, -83.277984 42.079342, -83.277898 42.079345, -83.277895 42.079345, -83.277494 42.07936, -83.277117 42.079539, -83.276832 42.079674, -83.276361 42.079968, -83.275928 42.080134, -83.275475 42.080307, -83.275337 42.080392, -83.275083 42.080428, -83.275037 42.080435, -83.274833 42.080346, -83.274718 42.080035, -83.274834 42.079869, -83.274989 42.079649, -83.275033 42.079586, -83.27505 42.07957, -83.275328 42.07931, -83.275799 42.079105, -83.275858 42.079078, -83.276156 42.078939, -83.276404 42.07878, -83.276632 42.078528, -83.276742 42.07815, -83.277061 42.077329, -83.277091 42.077232))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 120 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 78.6334925775113}]", "question_entities": "{\"[2]\": {\"elevation\": 120}, \"[3]\": {\"region_name\": \"Flat Rock, Michigan\", \"geo_wkt\": \"POLYGON ((-83.277091 42.077232, -83.27717 42.076976, -83.277094 42.076502, -83.276994 42.076328, -83.276971 42.076307, -83.276742 42.076099, -83.276323 42.075947, -83.27569 42.07583, -83.275099 42.075611, -83.274409 42.075239, -83.273947 42.075084, -83.273295 42.074977, -83.273152 42.074988, -83.27299 42.075009, -83.272908 42.075075, -83.272228 42.075621, -83.271714 42.076014, -83.271457 42.076109, -83.2712 42.076187, -83.270743 42.076215, -83.270654 42.07617, -83.270652 42.076169, -83.270651 42.076168, -83.270467 42.076074, -83.270114 42.075911, -83.270074 42.07589, -83.269953 42.075827, -83.269381 42.075529, -83.269219 42.075423, -83.269029 42.07526, -83.268838 42.075013, -83.268702 42.074671, -83.268531 42.074242, -83.268209 42.075428, -83.268209 42.075517, -83.268192 42.075628, -83.268151 42.075765, -83.267938 42.076212, -83.267262 42.076023, -83.266137 42.075709, -83.266018 42.075676, -83.26563 42.075583, -83.265434 42.075543, -83.265564 42.080658, -83.261126 42.080704, -83.261166 42.082662, -83.261178 42.083658, -83.260912 42.083639, -83.260675 42.08364, -83.260481 42.083654, -83.260073 42.083694, -83.258896 42.083822, -83.258448 42.083868, -83.258086 42.083897, -83.25781 42.083904, -83.257774 42.083905, -83.257388 42.083897, -83.257125 42.083887, -83.256857 42.083866, -83.25666 42.083848, -83.256118 42.083776, -83.25583 42.083738, -83.25568 42.083683, -83.254843 42.083377, -83.254094 42.08308, -83.253288 42.082746, -83.252096 42.08224, -83.251484 42.081968, -83.25129 42.081867, -83.251077 42.081734, -83.250978 42.081663, -83.250843 42.081561, -83.250262 42.081122, -83.250122 42.081045, -83.250056 42.081019, -83.249987 42.080998, -83.249915 42.080984, -83.249841 42.080976, -83.249466 42.080974, -83.249163 42.08098, -83.248882 42.080986, -83.248064 42.081003, -83.247287 42.081014, -83.246741 42.081022, -83.246128 42.08103, -83.246068 42.081032, -83.245942 42.081057, -83.244776 42.081053, -83.244263 42.081064, -83.244136 42.081064, -83.243977 42.081501, -83.24302 42.084329, -83.242855 42.084838, -83.242754 42.085118, -83.242667 42.085338, -83.242407 42.086227, -83.242239 42.086801, -83.242087 42.08754, -83.241984 42.088288, -83.241907 42.089247, -83.241904 42.089582, -83.241632 42.090448, -83.241452 42.091222, -83.241416 42.091515, -83.241314 42.09187, -83.241237 42.092088, -83.24119 42.092177, -83.241606 42.091764, -83.241886 42.091486, -83.241902 42.091913, -83.241874 42.093978, -83.241871 42.094821, -83.241852 42.095374, -83.241845 42.096546, -83.241842 42.097101, -83.241821 42.098132, -83.241804 42.099379, -83.24177 42.100738, -83.241741 42.102447, -83.24174 42.104099, -83.241687 42.108425, -83.241676 42.109063, -83.241676 42.10964, -83.241946 42.109635, -83.244446 42.10958, -83.244764 42.109566, -83.245946 42.10954, -83.246309 42.109531, -83.250337 42.10939, -83.251747 42.109337, -83.251761 42.109336, -83.254143 42.109256, -83.25495 42.109229, -83.255333 42.10922, -83.255284 42.109428, -83.255472 42.114939, -83.255477 42.115231, -83.255483 42.115562, -83.255499 42.115829, -83.255511 42.116021, -83.255526 42.116516, -83.257724 42.116506, -83.258473 42.116502, -83.259359 42.116493, -83.265391 42.116486, -83.271618 42.116743, -83.275513 42.116822, -83.276248 42.116837, -83.276863 42.116662, -83.277149 42.116571, -83.277687 42.116484, -83.278825 42.116509, -83.279398 42.116521, -83.279759 42.116527, -83.280086 42.116617, -83.280326 42.116737, -83.280599 42.116877, -83.280671 42.116856, -83.281336 42.116843, -83.282507 42.116756, -83.283127 42.116758, -83.283397 42.116771, -83.283991 42.116782, -83.285926 42.116831, -83.286851 42.116846, -83.287324 42.116811, -83.290168 42.116205, -83.294593 42.116138, -83.297938 42.116088, -83.299501 42.116065, -83.30418 42.115994, -83.304323 42.115992, -83.304301 42.1148, -83.304258 42.111736, -83.304235 42.110743, -83.304228 42.110402, -83.30422 42.110062, -83.304208 42.109579, -83.304193 42.108176, -83.304193 42.108039, -83.30419 42.107305, -83.304203 42.10684, -83.304183 42.104075, -83.304167 42.103619, -83.304125 42.102426, -83.304023 42.09906, -83.303939 42.096291, -83.303888 42.094253, -83.303219 42.094259, -83.302392 42.094266, -83.302064 42.094268, -83.300169 42.094279, -83.29965 42.094281, -83.299007 42.094284, -83.298357 42.094291, -83.297901 42.094297, -83.297865 42.094297, -83.29761 42.094297, -83.29737 42.094297, -83.296888 42.094255, -83.295275 42.094234, -83.295215 42.094306, -83.295209 42.094394, -83.294986 42.094379, -83.294814 42.094378, -83.294958 42.094013, -83.294758 42.093617, -83.294311 42.093129, -83.294139 42.093001, -83.293936 42.092846, -83.293806 42.092747, -83.293273 42.092506, -83.292654 42.0924, -83.291806 42.092322, -83.290921 42.092273, -83.29053 42.092138, -83.290311 42.091983, -83.290051 42.091824, -83.290045 42.09182, -83.289816 42.091678, -83.289645 42.091516, -83.289473 42.09124, -83.289502 42.090483, -83.289499 42.090474, -83.289416 42.090242, -83.288921 42.090016, -83.288908 42.09001, -83.288521 42.089825, -83.288491 42.089817, -83.287854 42.089648, -83.28755 42.08957, -83.287259 42.089478, -83.287207 42.089461, -83.287407 42.090221, -83.287327 42.090854, -83.286704 42.091417, -83.286571 42.091338, -83.286435 42.091263, -83.286099 42.091038, -83.28622 42.08926, -83.286216 42.089093, -83.286446 42.08903, -83.286703 42.089033, -83.286857 42.089073, -83.286958 42.089004, -83.287016 42.088846, -83.287235 42.088244, -83.286783 42.088132, -83.286145 42.087975, -83.285141 42.087749, -83.284955 42.087933, -83.284873 42.088014, -83.284553 42.088329, -83.284041 42.088835, -83.284583 42.089354, -83.284883 42.089641, -83.284889 42.089647, -83.284902 42.089659, -83.285049 42.089798, -83.284793 42.089776, -83.284626 42.089829, -83.284474 42.089885, -83.284236 42.089988, -83.283988 42.090002, -83.283612 42.089805, -83.283436 42.089712, -83.283293 42.089585, -83.283165 42.089471, -83.283119 42.089412, -83.282846 42.089058, -83.282631 42.088615, -83.282489 42.088188, -83.282346 42.087639, -83.282274 42.087377, -83.282179 42.087027, -83.282231 42.08678, -83.282474 42.086603, -83.282646 42.086479, -83.282708 42.086348, -83.282865 42.086225, -83.282965 42.086143, -83.283057 42.086007, -83.283065 42.085995, -83.283017 42.085818, -83.282894 42.085669, -83.282874 42.085645, -83.28265 42.085553, -83.282446 42.085496, -83.282212 42.085496, -83.281984 42.085553, -83.281836 42.085698, -83.281765 42.085896, -83.281646 42.086023, -83.281365 42.086118, -83.281089 42.086164, -83.280738 42.086144, -83.280722 42.086143, -83.280508 42.086133, -83.280303 42.086027, -83.280184 42.085846, -83.280208 42.085662, -83.280184 42.085446, -83.280165 42.085142, -83.280203 42.084912, -83.280331 42.084814, -83.280536 42.084658, -83.280865 42.084555, -83.281127 42.084502, -83.281598 42.084442, -83.281955 42.084446, -83.282127 42.084431, -83.282223 42.084418, -83.282336 42.084403, -83.282455 42.084332, -83.282484 42.084216, -83.282422 42.084131, -83.282274 42.083929, -83.281765 42.083519, -83.281551 42.083427, -83.28145 42.083407, -83.281448 42.083406, -83.281341 42.083384, -83.281255 42.083402, -83.281253 42.083402, -83.281251 42.083402, -83.281249 42.083402, -83.281247 42.083402, -83.281245 42.083402, -83.281243 42.083402, -83.281241 42.083402, -83.280994 42.083445, -83.280798 42.083537, -83.28017 42.08394, -83.279803 42.084106, -83.27976 42.084103, -83.27956 42.084088, -83.279175 42.083873, -83.278899 42.083402, -83.278675 42.083158, -83.278413 42.083063, -83.278208 42.083098, -83.278013 42.08307, -83.277756 42.083094, -83.27757 42.082985, -83.277394 42.082896, -83.277066 42.082613, -83.276989 42.082426, -83.276987 42.082419, -83.276956 42.082331, -83.276947 42.082143, -83.277123 42.081924, -83.277394 42.081804, -83.27828 42.0818, -83.279413 42.081878, -83.279679 42.081867, -83.279685 42.081866, -83.279965 42.081804, -83.280208 42.081722, -83.280365 42.081542, -83.280446 42.081347, -83.280389 42.080965, -83.280141 42.080537, -83.279917 42.080283, -83.279594 42.079982, -83.27937 42.079819, -83.279361 42.079815, -83.278903 42.079589, -83.27838 42.079388, -83.277984 42.079342, -83.277898 42.079345, -83.277895 42.079345, -83.277494 42.07936, -83.277117 42.079539, -83.276832 42.079674, -83.276361 42.079968, -83.275928 42.080134, -83.275475 42.080307, -83.275337 42.080392, -83.275083 42.080428, -83.275037 42.080435, -83.274833 42.080346, -83.274718 42.080035, -83.274834 42.079869, -83.274989 42.079649, -83.275033 42.079586, -83.27505 42.07957, -83.275328 42.07931, -83.275799 42.079105, -83.275858 42.079078, -83.276156 42.078939, -83.276404 42.07878, -83.276632 42.078528, -83.276742 42.07815, -83.277061 42.077329, -83.277091 42.077232))\", \"region\": {\"id\": 27981, \"geometry\": \"POLYGON ((-83.277091 42.077232, -83.27717 42.076976, -83.277094 42.076502, -83.276994 42.076328, -83.276971 42.076307, -83.276742 42.076099, -83.276323 42.075947, -83.27569 42.07583, -83.275099 42.075611, -83.274409 42.075239, -83.273947 42.075084, -83.273295 42.074977, -83.273152 42.074988, -83.27299 42.075009, -83.272908 42.075075, -83.272228 42.075621, -83.271714 42.076014, -83.271457 42.076109, -83.2712 42.076187, -83.270743 42.076215, -83.270654 42.07617, -83.270652 42.076169, -83.270651 42.076168, -83.270467 42.076074, -83.270114 42.075911, -83.270074 42.07589, -83.269953 42.075827, -83.269381 42.075529, -83.269219 42.075423, -83.269029 42.07526, -83.268838 42.075013, -83.268702 42.074671, -83.268531 42.074242, -83.268209 42.075428, -83.268209 42.075517, -83.268192 42.075628, -83.268151 42.075765, -83.267938 42.076212, -83.267262 42.076023, -83.266137 42.075709, -83.266018 42.075676, -83.26563 42.075583, -83.265434 42.075543, -83.265564 42.080658, -83.261126 42.080704, -83.261166 42.082662, -83.261178 42.083658, -83.260912 42.083639, -83.260675 42.08364, -83.260481 42.083654, -83.260073 42.083694, -83.258896 42.083822, -83.258448 42.083868, -83.258086 42.083897, -83.25781 42.083904, -83.257774 42.083905, -83.257388 42.083897, -83.257125 42.083887, -83.256857 42.083866, -83.25666 42.083848, -83.256118 42.083776, -83.25583 42.083738, -83.25568 42.083683, -83.254843 42.083377, -83.254094 42.08308, -83.253288 42.082746, -83.252096 42.08224, -83.251484 42.081968, -83.25129 42.081867, -83.251077 42.081734, -83.250978 42.081663, -83.250843 42.081561, -83.250262 42.081122, -83.250122 42.081045, -83.250056 42.081019, -83.249987 42.080998, -83.249915 42.080984, -83.249841 42.080976, -83.249466 42.080974, -83.249163 42.08098, -83.248882 42.080986, -83.248064 42.081003, -83.247287 42.081014, -83.246741 42.081022, -83.246128 42.08103, -83.246068 42.081032, -83.245942 42.081057, -83.244776 42.081053, -83.244263 42.081064, -83.244136 42.081064, -83.243977 42.081501, -83.24302 42.084329, -83.242855 42.084838, -83.242754 42.085118, -83.242667 42.085338, -83.242407 42.086227, -83.242239 42.086801, -83.242087 42.08754, -83.241984 42.088288, -83.241907 42.089247, -83.241904 42.089582, -83.241632 42.090448, -83.241452 42.091222, -83.241416 42.091515, -83.241314 42.09187, -83.241237 42.092088, -83.24119 42.092177, -83.241606 42.091764, -83.241886 42.091486, -83.241902 42.091913, -83.241874 42.093978, -83.241871 42.094821, -83.241852 42.095374, -83.241845 42.096546, -83.241842 42.097101, -83.241821 42.098132, -83.241804 42.099379, -83.24177 42.100738, -83.241741 42.102447, -83.24174 42.104099, -83.241687 42.108425, -83.241676 42.109063, -83.241676 42.10964, -83.241946 42.109635, -83.244446 42.10958, -83.244764 42.109566, -83.245946 42.10954, -83.246309 42.109531, -83.250337 42.10939, -83.251747 42.109337, -83.251761 42.109336, -83.254143 42.109256, -83.25495 42.109229, -83.255333 42.10922, -83.255284 42.109428, -83.255472 42.114939, -83.255477 42.115231, -83.255483 42.115562, -83.255499 42.115829, -83.255511 42.116021, -83.255526 42.116516, -83.257724 42.116506, -83.258473 42.116502, -83.259359 42.116493, -83.265391 42.116486, -83.271618 42.116743, -83.275513 42.116822, -83.276248 42.116837, -83.276863 42.116662, -83.277149 42.116571, -83.277687 42.116484, -83.278825 42.116509, -83.279398 42.116521, -83.279759 42.116527, -83.280086 42.116617, -83.280326 42.116737, -83.280599 42.116877, -83.280671 42.116856, -83.281336 42.116843, -83.282507 42.116756, -83.283127 42.116758, -83.283397 42.116771, -83.283991 42.116782, -83.285926 42.116831, -83.286851 42.116846, -83.287324 42.116811, -83.290168 42.116205, -83.294593 42.116138, -83.297938 42.116088, -83.299501 42.116065, -83.30418 42.115994, -83.304323 42.115992, -83.304301 42.1148, -83.304258 42.111736, -83.304235 42.110743, -83.304228 42.110402, -83.30422 42.110062, -83.304208 42.109579, -83.304193 42.108176, -83.304193 42.108039, -83.30419 42.107305, -83.304203 42.10684, -83.304183 42.104075, -83.304167 42.103619, -83.304125 42.102426, -83.304023 42.09906, -83.303939 42.096291, -83.303888 42.094253, -83.303219 42.094259, -83.302392 42.094266, -83.302064 42.094268, -83.300169 42.094279, -83.29965 42.094281, -83.299007 42.094284, -83.298357 42.094291, -83.297901 42.094297, -83.297865 42.094297, -83.29761 42.094297, -83.29737 42.094297, -83.296888 42.094255, -83.295275 42.094234, -83.295215 42.094306, -83.295209 42.094394, -83.294986 42.094379, -83.294814 42.094378, -83.294958 42.094013, -83.294758 42.093617, -83.294311 42.093129, -83.294139 42.093001, -83.293936 42.092846, -83.293806 42.092747, -83.293273 42.092506, -83.292654 42.0924, -83.291806 42.092322, -83.290921 42.092273, -83.29053 42.092138, -83.290311 42.091983, -83.290051 42.091824, -83.290045 42.09182, -83.289816 42.091678, -83.289645 42.091516, -83.289473 42.09124, -83.289502 42.090483, -83.289499 42.090474, -83.289416 42.090242, -83.288921 42.090016, -83.288908 42.09001, -83.288521 42.089825, -83.288491 42.089817, -83.287854 42.089648, -83.28755 42.08957, -83.287259 42.089478, -83.287207 42.089461, -83.287407 42.090221, -83.287327 42.090854, -83.286704 42.091417, -83.286571 42.091338, -83.286435 42.091263, -83.286099 42.091038, -83.28622 42.08926, -83.286216 42.089093, -83.286446 42.08903, -83.286703 42.089033, -83.286857 42.089073, -83.286958 42.089004, -83.287016 42.088846, -83.287235 42.088244, -83.286783 42.088132, -83.286145 42.087975, -83.285141 42.087749, -83.284955 42.087933, -83.284873 42.088014, -83.284553 42.088329, -83.284041 42.088835, -83.284583 42.089354, -83.284883 42.089641, -83.284889 42.089647, -83.284902 42.089659, -83.285049 42.089798, -83.284793 42.089776, -83.284626 42.089829, -83.284474 42.089885, -83.284236 42.089988, -83.283988 42.090002, -83.283612 42.089805, -83.283436 42.089712, -83.283293 42.089585, -83.283165 42.089471, -83.283119 42.089412, -83.282846 42.089058, -83.282631 42.088615, -83.282489 42.088188, -83.282346 42.087639, -83.282274 42.087377, -83.282179 42.087027, -83.282231 42.08678, -83.282474 42.086603, -83.282646 42.086479, -83.282708 42.086348, -83.282865 42.086225, -83.282965 42.086143, -83.283057 42.086007, -83.283065 42.085995, -83.283017 42.085818, -83.282894 42.085669, -83.282874 42.085645, -83.28265 42.085553, -83.282446 42.085496, -83.282212 42.085496, -83.281984 42.085553, -83.281836 42.085698, -83.281765 42.085896, -83.281646 42.086023, -83.281365 42.086118, -83.281089 42.086164, -83.280738 42.086144, -83.280722 42.086143, -83.280508 42.086133, -83.280303 42.086027, -83.280184 42.085846, -83.280208 42.085662, -83.280184 42.085446, -83.280165 42.085142, -83.280203 42.084912, -83.280331 42.084814, -83.280536 42.084658, -83.280865 42.084555, -83.281127 42.084502, -83.281598 42.084442, -83.281955 42.084446, -83.282127 42.084431, -83.282223 42.084418, -83.282336 42.084403, -83.282455 42.084332, -83.282484 42.084216, -83.282422 42.084131, -83.282274 42.083929, -83.281765 42.083519, -83.281551 42.083427, -83.28145 42.083407, -83.281448 42.083406, -83.281341 42.083384, -83.281255 42.083402, -83.281253 42.083402, -83.281251 42.083402, -83.281249 42.083402, -83.281247 42.083402, -83.281245 42.083402, -83.281243 42.083402, -83.281241 42.083402, -83.280994 42.083445, -83.280798 42.083537, -83.28017 42.08394, -83.279803 42.084106, -83.27976 42.084103, -83.27956 42.084088, -83.279175 42.083873, -83.278899 42.083402, -83.278675 42.083158, -83.278413 42.083063, -83.278208 42.083098, -83.278013 42.08307, -83.277756 42.083094, -83.27757 42.082985, -83.277394 42.082896, -83.277066 42.082613, -83.276989 42.082426, -83.276987 42.082419, -83.276956 42.082331, -83.276947 42.082143, -83.277123 42.081924, -83.277394 42.081804, -83.27828 42.0818, -83.279413 42.081878, -83.279679 42.081867, -83.279685 42.081866, -83.279965 42.081804, -83.280208 42.081722, -83.280365 42.081542, -83.280446 42.081347, -83.280389 42.080965, -83.280141 42.080537, -83.279917 42.080283, -83.279594 42.079982, -83.27937 42.079819, -83.279361 42.079815, -83.278903 42.079589, -83.27838 42.079388, -83.277984 42.079342, -83.277898 42.079345, -83.277895 42.079345, -83.277494 42.07936, -83.277117 42.079539, -83.276832 42.079674, -83.276361 42.079968, -83.275928 42.080134, -83.275475 42.080307, -83.275337 42.080392, -83.275083 42.080428, -83.275037 42.080435, -83.274833 42.080346, -83.274718 42.080035, -83.274834 42.079869, -83.274989 42.079649, -83.275033 42.079586, -83.27505 42.07957, -83.275328 42.07931, -83.275799 42.079105, -83.275858 42.079078, -83.276156 42.078939, -83.276404 42.07878, -83.276632 42.078528, -83.276742 42.07815, -83.277061 42.077329, -83.277091 42.077232))\", \"region_name\": \"Flat Rock\", \"border_type\": \"city\", \"wikidata\": \"Q2736742\", \"wikipedia\": \"en:Flat Rock, Michigan\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0006", "group": "raster_only", "template": "elevation+coverage", "question": "What percentage of the region Weston, Wisconsin is at or above 460 m elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.588542 44.923706, -89.587754 44.92372, -89.587771 44.924159, -89.587837 44.925857, -89.587872 44.926859, -89.587901 44.927925, -89.587933 44.928113, -89.587941 44.928398, -89.588807 44.928817, -89.589906 44.929279, -89.589978 44.929304, -89.590789 44.929566, -89.591798 44.929907, -89.59231 44.93009, -89.593144 44.9304, -89.593844 44.930663, -89.59394 44.930701, -89.578091 44.930946, -89.577587 44.930954, -89.572631 44.93103, -89.572423 44.931031, -89.572422 44.931011, -89.572228 44.931025, -89.571984 44.931032, -89.571883 44.931039, -89.571755 44.931042, -89.570958 44.931034, -89.57037 44.931035, -89.569868 44.931041, -89.567719 44.931035, -89.567617 44.93104, -89.567566 44.931068, -89.567554 44.931085, -89.56751 44.930918, -89.567506 44.92932, -89.567483 44.928494, -89.567444 44.927097, -89.567439 44.926903, -89.566255 44.926958, -89.564869 44.926955, -89.562383 44.926961, -89.559757 44.926969, -89.559342 44.927338, -89.558829 44.927678, -89.558391 44.927748, -89.557504 44.927792, -89.55742 44.927767, -89.556917 44.92766, -89.556337 44.927576, -89.555818 44.92766, -89.555193 44.927912, -89.555071 44.928042, -89.55501 44.928301, -89.554979 44.92882, -89.554918 44.929217, -89.554735 44.929522, -89.55443 44.929575, -89.554063 44.92972, -89.553621 44.930018, -89.553407 44.930422, -89.553339 44.930518, -89.553193 44.931094, -89.552744 44.931092, -89.551457 44.931086, -89.550348 44.931082, -89.549316 44.931078, -89.547802 44.931074, -89.54648 44.93107, -89.544115 44.931062, -89.54254 44.931057, -89.542381 44.927474, -89.539795 44.927486, -89.534947 44.927508, -89.532154 44.927466, -89.531944 44.92394, -89.534812 44.923965, -89.535128 44.923955, -89.536667 44.923905, -89.537552 44.923877, -89.541325 44.923873, -89.542098 44.923882, -89.541942 44.921448, -89.541902 44.920304, -89.541783 44.920302, -89.539862 44.920292, -89.539221 44.920294, -89.53787 44.920291, -89.536786 44.920295, -89.533143 44.92028, -89.532375 44.920284, -89.531485 44.920289, -89.531427 44.919839, -89.531352 44.919064, -89.531295 44.918545, -89.531272 44.918186, -89.531165 44.916914, -89.531138 44.916706, -89.531148 44.916488, -89.531565 44.911745, -89.531602 44.911349, -89.531636 44.910992, -89.53175 44.909678, -89.531769 44.909589, -89.531715 44.907423, -89.531572 44.907595, -89.531145 44.90806, -89.530718 44.908488, -89.530168 44.908991, -89.529985 44.909235, -89.529726 44.909457, -89.52939 44.909785, -89.529146 44.910021, -89.528688 44.910349, -89.528185 44.910731, -89.527635 44.911097, -89.526994 44.911425, -89.526459 44.911623, -89.525849 44.911715, -89.525361 44.911715, -89.524689 44.911654, -89.524033 44.911555, -89.523057 44.911387, -89.522202 44.911135, -89.52147 44.91099, -89.520859 44.910731, -89.52028 44.910273, -89.519715 44.9098, -89.519288 44.909411, -89.518677 44.908648, -89.518494 44.908556, -89.518113 44.908312, -89.517533 44.907946, -89.517045 44.907549, -89.516419 44.907213, -89.516308 44.907151, -89.515534 44.906725, -89.514725 44.906298, -89.514033 44.906011, -89.513932 44.90597, -89.513276 44.905573, -89.512742 44.90523, -89.512116 44.904902, -89.511353 44.904711, -89.510544 44.904452, -89.509904 44.904246, -89.509217 44.903872, -89.508637 44.903498, -89.508118 44.903109, -89.507645 44.902735, -89.507157 44.902445, -89.506913 44.902117, -89.506638 44.901942, -89.506486 44.901919, -89.505913 44.901903, -89.504944 44.901987, -89.5047 44.901972, -89.504029 44.901972, -89.503434 44.902079, -89.503063 44.90211, -89.502808 44.902132, -89.502228 44.90224, -89.501771 44.902362, -89.501465 44.902423, -89.501267 44.902332, -89.50087 44.902034, -89.500748 44.901599, -89.500779 44.901172, -89.500657 44.900661, -89.50055 44.900234, -89.500291 44.899806, -89.500119 44.899707, -89.499162 44.899027, -89.498342 44.898822, -89.498068 44.898753, -89.496139 44.898549, -89.495013 44.898252, -89.494241 44.898275, -89.49392 44.898367, -89.493534 44.89871, -89.493149 44.899236, -89.493053 44.899579, -89.492829 44.900493, -89.492444 44.901544, -89.492284 44.902322, -89.491609 44.903396, -89.490891 44.904207, -89.490886 44.904003, -89.490879 44.902013, -89.490868 44.898714, -89.490866 44.898162, -89.490862 44.896867, -89.490843 44.896454, -89.490835 44.896071, -89.490832 44.89594, -89.490799 44.894496, -89.490731 44.891546, -89.490685 44.890755, -89.490728 44.887347, -89.490729 44.88731, -89.490729 44.887275, -89.490768 44.883973, -89.490855 44.880384, -89.490859 44.880229, -89.490571 44.879007, -89.490673 44.878955, -89.490713 44.878928, -89.490776 44.878868, -89.490818 44.878803, -89.490838 44.878754, -89.490847 44.878714, -89.490854 44.878581, -89.490842 44.874894, -89.490821 44.873335, -89.490829 44.872996, -89.49085 44.872923, -89.49087 44.872892, -89.490897 44.872871, -89.490849 44.869139, -89.490824 44.867188, -89.490733 44.862171, -89.490665 44.858448, -89.526224 44.858591, -89.531313 44.858611, -89.572458 44.858512, -89.581996 44.858489, -89.582115 44.858489, -89.592215 44.858508, -89.592256 44.861911, -89.58952 44.861911, -89.589502 44.863653, -89.58948 44.865706, -89.592303 44.865756, -89.592435 44.873154, -89.592837 44.880496, -89.592859 44.88162, -89.592951 44.887434, -89.582477 44.887308, -89.582536 44.889398, -89.582543 44.889917, -89.582564 44.890729, -89.587059 44.89074, -89.587117 44.893269, -89.587056 44.894198, -89.58704 44.894436, -89.587738 44.894428, -89.589591 44.894404, -89.590386 44.894398, -89.590687 44.894407, -89.591795 44.894386, -89.592191 44.89437, -89.592495 44.894377, -89.592834 44.894406, -89.597439 44.894319, -89.597838 44.894316, -89.599146 44.894306, -89.599838 44.894296, -89.600161 44.894287, -89.600451 44.894294, -89.601833 44.894273, -89.60234 44.894271, -89.602739 44.894264, -89.602953 44.894248, -89.603331 44.894253, -89.603636 44.894243, -89.604068 44.894242, -89.605003 44.894256, -89.605326 44.894267, -89.605611 44.894281, -89.605932 44.894309, -89.606181 44.894251, -89.606696 44.894289, -89.608574 44.89454, -89.609293 44.894646, -89.609162 44.895598, -89.609097 44.896439, -89.60905 44.896983, -89.608973 44.897595, -89.608927 44.898126, -89.608911 44.898383, -89.608814 44.899343, -89.608789 44.899513, -89.60876 44.89974, -89.608722 44.900127, -89.608713 44.900299, -89.608759 44.90042, -89.608807 44.900486, -89.608866 44.90054, -89.608808 44.9007, -89.608536 44.901002, -89.608228 44.901441, -89.607995 44.901778, -89.607869 44.901777, -89.60756 44.902475, -89.607554 44.90249, -89.608604 44.902474, -89.608616 44.903047, -89.608619 44.903187, -89.608623 44.903372, -89.608624 44.903621, -89.608635 44.903878, -89.608645 44.904641, -89.60866 44.905108, -89.608662 44.905373, -89.608676 44.905913, -89.608676 44.906222, -89.608678 44.906433, -89.608672 44.906565, -89.60864 44.906775, -89.608734 44.90689, -89.608742 44.907767, -89.608818 44.908968, -89.607331 44.909005, -89.604734 44.909066, -89.603587 44.909173, -89.603334 44.909115, -89.603112 44.909077, -89.602558 44.909011, -89.60265 44.910254, -89.602654 44.910965, -89.601621 44.91101, -89.601636 44.91028, -89.601511 44.910283, -89.601014 44.910292, -89.600999 44.911032, -89.600222 44.911065, -89.600221 44.911366, -89.599571 44.911367, -89.599575 44.911791, -89.599596 44.912332, -89.599593 44.912394, -89.599569 44.912774, -89.599253 44.912742, -89.598977 44.912734, -89.598524 44.912738, -89.598306 44.912747, -89.597724 44.912786, -89.597037 44.912796, -89.596144 44.912816, -89.595099 44.912824, -89.594955 44.912829, -89.593017 44.912845, -89.59261 44.912854, -89.592608 44.913139, -89.592606 44.913333, -89.592607 44.913535, -89.592609 44.914065, -89.592595 44.914905, -89.592584 44.916108, -89.592583 44.916224, -89.592583 44.916432, -89.592581 44.916715, -89.592588 44.916979, -89.592641 44.917903, -89.592677 44.918491, -89.592743 44.919978, -89.592753 44.920066, -89.59274 44.920162, -89.589897 44.920193, -89.589931 44.921421, -89.59089 44.921415, -89.590898 44.923683, -89.588542 44.923706))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 460 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 0.0}]", "question_entities": "{\"[2]\": {\"elevation\": 460}, \"[3]\": {\"region_name\": \"Weston, Wisconsin\", \"geo_wkt\": \"POLYGON ((-89.588542 44.923706, -89.587754 44.92372, -89.587771 44.924159, -89.587837 44.925857, -89.587872 44.926859, -89.587901 44.927925, -89.587933 44.928113, -89.587941 44.928398, -89.588807 44.928817, -89.589906 44.929279, -89.589978 44.929304, -89.590789 44.929566, -89.591798 44.929907, -89.59231 44.93009, -89.593144 44.9304, -89.593844 44.930663, -89.59394 44.930701, -89.578091 44.930946, -89.577587 44.930954, -89.572631 44.93103, -89.572423 44.931031, -89.572422 44.931011, -89.572228 44.931025, -89.571984 44.931032, -89.571883 44.931039, -89.571755 44.931042, -89.570958 44.931034, -89.57037 44.931035, -89.569868 44.931041, -89.567719 44.931035, -89.567617 44.93104, -89.567566 44.931068, -89.567554 44.931085, -89.56751 44.930918, -89.567506 44.92932, -89.567483 44.928494, -89.567444 44.927097, -89.567439 44.926903, -89.566255 44.926958, -89.564869 44.926955, -89.562383 44.926961, -89.559757 44.926969, -89.559342 44.927338, -89.558829 44.927678, -89.558391 44.927748, -89.557504 44.927792, -89.55742 44.927767, -89.556917 44.92766, -89.556337 44.927576, -89.555818 44.92766, -89.555193 44.927912, -89.555071 44.928042, -89.55501 44.928301, -89.554979 44.92882, -89.554918 44.929217, -89.554735 44.929522, -89.55443 44.929575, -89.554063 44.92972, -89.553621 44.930018, -89.553407 44.930422, -89.553339 44.930518, -89.553193 44.931094, -89.552744 44.931092, -89.551457 44.931086, -89.550348 44.931082, -89.549316 44.931078, -89.547802 44.931074, -89.54648 44.93107, -89.544115 44.931062, -89.54254 44.931057, -89.542381 44.927474, -89.539795 44.927486, -89.534947 44.927508, -89.532154 44.927466, -89.531944 44.92394, -89.534812 44.923965, -89.535128 44.923955, -89.536667 44.923905, -89.537552 44.923877, -89.541325 44.923873, -89.542098 44.923882, -89.541942 44.921448, -89.541902 44.920304, -89.541783 44.920302, -89.539862 44.920292, -89.539221 44.920294, -89.53787 44.920291, -89.536786 44.920295, -89.533143 44.92028, -89.532375 44.920284, -89.531485 44.920289, -89.531427 44.919839, -89.531352 44.919064, -89.531295 44.918545, -89.531272 44.918186, -89.531165 44.916914, -89.531138 44.916706, -89.531148 44.916488, -89.531565 44.911745, -89.531602 44.911349, -89.531636 44.910992, -89.53175 44.909678, -89.531769 44.909589, -89.531715 44.907423, -89.531572 44.907595, -89.531145 44.90806, -89.530718 44.908488, -89.530168 44.908991, -89.529985 44.909235, -89.529726 44.909457, -89.52939 44.909785, -89.529146 44.910021, -89.528688 44.910349, -89.528185 44.910731, -89.527635 44.911097, -89.526994 44.911425, -89.526459 44.911623, -89.525849 44.911715, -89.525361 44.911715, -89.524689 44.911654, -89.524033 44.911555, -89.523057 44.911387, -89.522202 44.911135, -89.52147 44.91099, -89.520859 44.910731, -89.52028 44.910273, -89.519715 44.9098, -89.519288 44.909411, -89.518677 44.908648, -89.518494 44.908556, -89.518113 44.908312, -89.517533 44.907946, -89.517045 44.907549, -89.516419 44.907213, -89.516308 44.907151, -89.515534 44.906725, -89.514725 44.906298, -89.514033 44.906011, -89.513932 44.90597, -89.513276 44.905573, -89.512742 44.90523, -89.512116 44.904902, -89.511353 44.904711, -89.510544 44.904452, -89.509904 44.904246, -89.509217 44.903872, -89.508637 44.903498, -89.508118 44.903109, -89.507645 44.902735, -89.507157 44.902445, -89.506913 44.902117, -89.506638 44.901942, -89.506486 44.901919, -89.505913 44.901903, -89.504944 44.901987, -89.5047 44.901972, -89.504029 44.901972, -89.503434 44.902079, -89.503063 44.90211, -89.502808 44.902132, -89.502228 44.90224, -89.501771 44.902362, -89.501465 44.902423, -89.501267 44.902332, -89.50087 44.902034, -89.500748 44.901599, -89.500779 44.901172, -89.500657 44.900661, -89.50055 44.900234, -89.500291 44.899806, -89.500119 44.899707, -89.499162 44.899027, -89.498342 44.898822, -89.498068 44.898753, -89.496139 44.898549, -89.495013 44.898252, -89.494241 44.898275, -89.49392 44.898367, -89.493534 44.89871, -89.493149 44.899236, -89.493053 44.899579, -89.492829 44.900493, -89.492444 44.901544, -89.492284 44.902322, -89.491609 44.903396, -89.490891 44.904207, -89.490886 44.904003, -89.490879 44.902013, -89.490868 44.898714, -89.490866 44.898162, -89.490862 44.896867, -89.490843 44.896454, -89.490835 44.896071, -89.490832 44.89594, -89.490799 44.894496, -89.490731 44.891546, -89.490685 44.890755, -89.490728 44.887347, -89.490729 44.88731, -89.490729 44.887275, -89.490768 44.883973, -89.490855 44.880384, -89.490859 44.880229, -89.490571 44.879007, -89.490673 44.878955, -89.490713 44.878928, -89.490776 44.878868, -89.490818 44.878803, -89.490838 44.878754, -89.490847 44.878714, -89.490854 44.878581, -89.490842 44.874894, -89.490821 44.873335, -89.490829 44.872996, -89.49085 44.872923, -89.49087 44.872892, -89.490897 44.872871, -89.490849 44.869139, -89.490824 44.867188, -89.490733 44.862171, -89.490665 44.858448, -89.526224 44.858591, -89.531313 44.858611, -89.572458 44.858512, -89.581996 44.858489, -89.582115 44.858489, -89.592215 44.858508, -89.592256 44.861911, -89.58952 44.861911, -89.589502 44.863653, -89.58948 44.865706, -89.592303 44.865756, -89.592435 44.873154, -89.592837 44.880496, -89.592859 44.88162, -89.592951 44.887434, -89.582477 44.887308, -89.582536 44.889398, -89.582543 44.889917, -89.582564 44.890729, -89.587059 44.89074, -89.587117 44.893269, -89.587056 44.894198, -89.58704 44.894436, -89.587738 44.894428, -89.589591 44.894404, -89.590386 44.894398, -89.590687 44.894407, -89.591795 44.894386, -89.592191 44.89437, -89.592495 44.894377, -89.592834 44.894406, -89.597439 44.894319, -89.597838 44.894316, -89.599146 44.894306, -89.599838 44.894296, -89.600161 44.894287, -89.600451 44.894294, -89.601833 44.894273, -89.60234 44.894271, -89.602739 44.894264, -89.602953 44.894248, -89.603331 44.894253, -89.603636 44.894243, -89.604068 44.894242, -89.605003 44.894256, -89.605326 44.894267, -89.605611 44.894281, -89.605932 44.894309, -89.606181 44.894251, -89.606696 44.894289, -89.608574 44.89454, -89.609293 44.894646, -89.609162 44.895598, -89.609097 44.896439, -89.60905 44.896983, -89.608973 44.897595, -89.608927 44.898126, -89.608911 44.898383, -89.608814 44.899343, -89.608789 44.899513, -89.60876 44.89974, -89.608722 44.900127, -89.608713 44.900299, -89.608759 44.90042, -89.608807 44.900486, -89.608866 44.90054, -89.608808 44.9007, -89.608536 44.901002, -89.608228 44.901441, -89.607995 44.901778, -89.607869 44.901777, -89.60756 44.902475, -89.607554 44.90249, -89.608604 44.902474, -89.608616 44.903047, -89.608619 44.903187, -89.608623 44.903372, -89.608624 44.903621, -89.608635 44.903878, -89.608645 44.904641, -89.60866 44.905108, -89.608662 44.905373, -89.608676 44.905913, -89.608676 44.906222, -89.608678 44.906433, -89.608672 44.906565, -89.60864 44.906775, -89.608734 44.90689, -89.608742 44.907767, -89.608818 44.908968, -89.607331 44.909005, -89.604734 44.909066, -89.603587 44.909173, -89.603334 44.909115, -89.603112 44.909077, -89.602558 44.909011, -89.60265 44.910254, -89.602654 44.910965, -89.601621 44.91101, -89.601636 44.91028, -89.601511 44.910283, -89.601014 44.910292, -89.600999 44.911032, -89.600222 44.911065, -89.600221 44.911366, -89.599571 44.911367, -89.599575 44.911791, -89.599596 44.912332, -89.599593 44.912394, -89.599569 44.912774, -89.599253 44.912742, -89.598977 44.912734, -89.598524 44.912738, -89.598306 44.912747, -89.597724 44.912786, -89.597037 44.912796, -89.596144 44.912816, -89.595099 44.912824, -89.594955 44.912829, -89.593017 44.912845, -89.59261 44.912854, -89.592608 44.913139, -89.592606 44.913333, -89.592607 44.913535, -89.592609 44.914065, -89.592595 44.914905, -89.592584 44.916108, -89.592583 44.916224, -89.592583 44.916432, -89.592581 44.916715, -89.592588 44.916979, -89.592641 44.917903, -89.592677 44.918491, -89.592743 44.919978, -89.592753 44.920066, -89.59274 44.920162, -89.589897 44.920193, -89.589931 44.921421, -89.59089 44.921415, -89.590898 44.923683, -89.588542 44.923706))\", \"region\": {\"id\": 2389, \"geometry\": \"POLYGON ((-89.588542 44.923706, -89.587754 44.92372, -89.587771 44.924159, -89.587837 44.925857, -89.587872 44.926859, -89.587901 44.927925, -89.587933 44.928113, -89.587941 44.928398, -89.588807 44.928817, -89.589906 44.929279, -89.589978 44.929304, -89.590789 44.929566, -89.591798 44.929907, -89.59231 44.93009, -89.593144 44.9304, -89.593844 44.930663, -89.59394 44.930701, -89.578091 44.930946, -89.577587 44.930954, -89.572631 44.93103, -89.572423 44.931031, -89.572422 44.931011, -89.572228 44.931025, -89.571984 44.931032, -89.571883 44.931039, -89.571755 44.931042, -89.570958 44.931034, -89.57037 44.931035, -89.569868 44.931041, -89.567719 44.931035, -89.567617 44.93104, -89.567566 44.931068, -89.567554 44.931085, -89.56751 44.930918, -89.567506 44.92932, -89.567483 44.928494, -89.567444 44.927097, -89.567439 44.926903, -89.566255 44.926958, -89.564869 44.926955, -89.562383 44.926961, -89.559757 44.926969, -89.559342 44.927338, -89.558829 44.927678, -89.558391 44.927748, -89.557504 44.927792, -89.55742 44.927767, -89.556917 44.92766, -89.556337 44.927576, -89.555818 44.92766, -89.555193 44.927912, -89.555071 44.928042, -89.55501 44.928301, -89.554979 44.92882, -89.554918 44.929217, -89.554735 44.929522, -89.55443 44.929575, -89.554063 44.92972, -89.553621 44.930018, -89.553407 44.930422, -89.553339 44.930518, -89.553193 44.931094, -89.552744 44.931092, -89.551457 44.931086, -89.550348 44.931082, -89.549316 44.931078, -89.547802 44.931074, -89.54648 44.93107, -89.544115 44.931062, -89.54254 44.931057, -89.542381 44.927474, -89.539795 44.927486, -89.534947 44.927508, -89.532154 44.927466, -89.531944 44.92394, -89.534812 44.923965, -89.535128 44.923955, -89.536667 44.923905, -89.537552 44.923877, -89.541325 44.923873, -89.542098 44.923882, -89.541942 44.921448, -89.541902 44.920304, -89.541783 44.920302, -89.539862 44.920292, -89.539221 44.920294, -89.53787 44.920291, -89.536786 44.920295, -89.533143 44.92028, -89.532375 44.920284, -89.531485 44.920289, -89.531427 44.919839, -89.531352 44.919064, -89.531295 44.918545, -89.531272 44.918186, -89.531165 44.916914, -89.531138 44.916706, -89.531148 44.916488, -89.531565 44.911745, -89.531602 44.911349, -89.531636 44.910992, -89.53175 44.909678, -89.531769 44.909589, -89.531715 44.907423, -89.531572 44.907595, -89.531145 44.90806, -89.530718 44.908488, -89.530168 44.908991, -89.529985 44.909235, -89.529726 44.909457, -89.52939 44.909785, -89.529146 44.910021, -89.528688 44.910349, -89.528185 44.910731, -89.527635 44.911097, -89.526994 44.911425, -89.526459 44.911623, -89.525849 44.911715, -89.525361 44.911715, -89.524689 44.911654, -89.524033 44.911555, -89.523057 44.911387, -89.522202 44.911135, -89.52147 44.91099, -89.520859 44.910731, -89.52028 44.910273, -89.519715 44.9098, -89.519288 44.909411, -89.518677 44.908648, -89.518494 44.908556, -89.518113 44.908312, -89.517533 44.907946, -89.517045 44.907549, -89.516419 44.907213, -89.516308 44.907151, -89.515534 44.906725, -89.514725 44.906298, -89.514033 44.906011, -89.513932 44.90597, -89.513276 44.905573, -89.512742 44.90523, -89.512116 44.904902, -89.511353 44.904711, -89.510544 44.904452, -89.509904 44.904246, -89.509217 44.903872, -89.508637 44.903498, -89.508118 44.903109, -89.507645 44.902735, -89.507157 44.902445, -89.506913 44.902117, -89.506638 44.901942, -89.506486 44.901919, -89.505913 44.901903, -89.504944 44.901987, -89.5047 44.901972, -89.504029 44.901972, -89.503434 44.902079, -89.503063 44.90211, -89.502808 44.902132, -89.502228 44.90224, -89.501771 44.902362, -89.501465 44.902423, -89.501267 44.902332, -89.50087 44.902034, -89.500748 44.901599, -89.500779 44.901172, -89.500657 44.900661, -89.50055 44.900234, -89.500291 44.899806, -89.500119 44.899707, -89.499162 44.899027, -89.498342 44.898822, -89.498068 44.898753, -89.496139 44.898549, -89.495013 44.898252, -89.494241 44.898275, -89.49392 44.898367, -89.493534 44.89871, -89.493149 44.899236, -89.493053 44.899579, -89.492829 44.900493, -89.492444 44.901544, -89.492284 44.902322, -89.491609 44.903396, -89.490891 44.904207, -89.490886 44.904003, -89.490879 44.902013, -89.490868 44.898714, -89.490866 44.898162, -89.490862 44.896867, -89.490843 44.896454, -89.490835 44.896071, -89.490832 44.89594, -89.490799 44.894496, -89.490731 44.891546, -89.490685 44.890755, -89.490728 44.887347, -89.490729 44.88731, -89.490729 44.887275, -89.490768 44.883973, -89.490855 44.880384, -89.490859 44.880229, -89.490571 44.879007, -89.490673 44.878955, -89.490713 44.878928, -89.490776 44.878868, -89.490818 44.878803, -89.490838 44.878754, -89.490847 44.878714, -89.490854 44.878581, -89.490842 44.874894, -89.490821 44.873335, -89.490829 44.872996, -89.49085 44.872923, -89.49087 44.872892, -89.490897 44.872871, -89.490849 44.869139, -89.490824 44.867188, -89.490733 44.862171, -89.490665 44.858448, -89.526224 44.858591, -89.531313 44.858611, -89.572458 44.858512, -89.581996 44.858489, -89.582115 44.858489, -89.592215 44.858508, -89.592256 44.861911, -89.58952 44.861911, -89.589502 44.863653, -89.58948 44.865706, -89.592303 44.865756, -89.592435 44.873154, -89.592837 44.880496, -89.592859 44.88162, -89.592951 44.887434, -89.582477 44.887308, -89.582536 44.889398, -89.582543 44.889917, -89.582564 44.890729, -89.587059 44.89074, -89.587117 44.893269, -89.587056 44.894198, -89.58704 44.894436, -89.587738 44.894428, -89.589591 44.894404, -89.590386 44.894398, -89.590687 44.894407, -89.591795 44.894386, -89.592191 44.89437, -89.592495 44.894377, -89.592834 44.894406, -89.597439 44.894319, -89.597838 44.894316, -89.599146 44.894306, -89.599838 44.894296, -89.600161 44.894287, -89.600451 44.894294, -89.601833 44.894273, -89.60234 44.894271, -89.602739 44.894264, -89.602953 44.894248, -89.603331 44.894253, -89.603636 44.894243, -89.604068 44.894242, -89.605003 44.894256, -89.605326 44.894267, -89.605611 44.894281, -89.605932 44.894309, -89.606181 44.894251, -89.606696 44.894289, -89.608574 44.89454, -89.609293 44.894646, -89.609162 44.895598, -89.609097 44.896439, -89.60905 44.896983, -89.608973 44.897595, -89.608927 44.898126, -89.608911 44.898383, -89.608814 44.899343, -89.608789 44.899513, -89.60876 44.89974, -89.608722 44.900127, -89.608713 44.900299, -89.608759 44.90042, -89.608807 44.900486, -89.608866 44.90054, -89.608808 44.9007, -89.608536 44.901002, -89.608228 44.901441, -89.607995 44.901778, -89.607869 44.901777, -89.60756 44.902475, -89.607554 44.90249, -89.608604 44.902474, -89.608616 44.903047, -89.608619 44.903187, -89.608623 44.903372, -89.608624 44.903621, -89.608635 44.903878, -89.608645 44.904641, -89.60866 44.905108, -89.608662 44.905373, -89.608676 44.905913, -89.608676 44.906222, -89.608678 44.906433, -89.608672 44.906565, -89.60864 44.906775, -89.608734 44.90689, -89.608742 44.907767, -89.608818 44.908968, -89.607331 44.909005, -89.604734 44.909066, -89.603587 44.909173, -89.603334 44.909115, -89.603112 44.909077, -89.602558 44.909011, -89.60265 44.910254, -89.602654 44.910965, -89.601621 44.91101, -89.601636 44.91028, -89.601511 44.910283, -89.601014 44.910292, -89.600999 44.911032, -89.600222 44.911065, -89.600221 44.911366, -89.599571 44.911367, -89.599575 44.911791, -89.599596 44.912332, -89.599593 44.912394, -89.599569 44.912774, -89.599253 44.912742, -89.598977 44.912734, -89.598524 44.912738, -89.598306 44.912747, -89.597724 44.912786, -89.597037 44.912796, -89.596144 44.912816, -89.595099 44.912824, -89.594955 44.912829, -89.593017 44.912845, -89.59261 44.912854, -89.592608 44.913139, -89.592606 44.913333, -89.592607 44.913535, -89.592609 44.914065, -89.592595 44.914905, -89.592584 44.916108, -89.592583 44.916224, -89.592583 44.916432, -89.592581 44.916715, -89.592588 44.916979, -89.592641 44.917903, -89.592677 44.918491, -89.592743 44.919978, -89.592753 44.920066, -89.59274 44.920162, -89.589897 44.920193, -89.589931 44.921421, -89.59089 44.921415, -89.590898 44.923683, -89.588542 44.923706))\", \"region_name\": \"Village of Weston\", \"border_type\": \"village\", \"wikidata\": \"Q2322945\", \"wikipedia\": \"en:Weston, Wisconsin\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0007", "group": "raster_only", "template": "elevation+coverage", "question": "What percent of Caddo County, Oklahoma has elevation of at least 240 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-98.09503 35.281905, -98.096014 35.377753, -98.201253 35.376862, -98.306392 35.377097, -98.305936 35.467455, -98.30669 35.54054, -98.308157 35.541222, -98.308292 35.551262, -98.313288 35.551342, -98.367257 35.551413, -98.40451 35.551408, -98.470594 35.551483, -98.53689 35.551492, -98.543667 35.551392, -98.618464 35.551566, -98.623204 35.551502, -98.623243 35.493234, -98.623252 35.47889, -98.623262 35.464374, -98.623287 35.334515, -98.623954 35.204186, -98.617975 35.204217, -98.618145 35.167914, -98.617943 35.153336, -98.618314 35.101771, -98.618752 35.101778, -98.619198 35.101715, -98.619518 35.101608, -98.619938 35.101358, -98.620403 35.10083, -98.620604 35.10043, -98.620701 35.099938, -98.620663 35.099594, -98.620576 35.099196, -98.620401 35.098695, -98.620346 35.098459, -98.62039 35.09821, -98.620578 35.097838, -98.62095 35.097439, -98.620684 35.029151, -98.620189 35.014766, -98.620044 34.956815, -98.619873 34.912759, -98.619948 34.8986, -98.61978 34.869703, -98.619861 34.855272, -98.509908 34.85504, -98.420925 34.855009, -98.356523 34.855146, -98.229616 34.855287, -98.182105 34.855027, -98.093194 34.855034, -98.093278 34.869479, -98.092925 34.999681, -98.092955 35.08848, -98.091238 35.088973, -98.091503 35.160112, -98.091397 35.2036, -98.095024 35.203632, -98.09503 35.281905))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 240 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 99.4554045471748}]", "question_entities": "{\"[2]\": {\"elevation\": 240}, \"[3]\": {\"region_name\": \"Caddo County, Oklahoma\", \"geo_wkt\": \"POLYGON ((-98.09503 35.281905, -98.096014 35.377753, -98.201253 35.376862, -98.306392 35.377097, -98.305936 35.467455, -98.30669 35.54054, -98.308157 35.541222, -98.308292 35.551262, -98.313288 35.551342, -98.367257 35.551413, -98.40451 35.551408, -98.470594 35.551483, -98.53689 35.551492, -98.543667 35.551392, -98.618464 35.551566, -98.623204 35.551502, -98.623243 35.493234, -98.623252 35.47889, -98.623262 35.464374, -98.623287 35.334515, -98.623954 35.204186, -98.617975 35.204217, -98.618145 35.167914, -98.617943 35.153336, -98.618314 35.101771, -98.618752 35.101778, -98.619198 35.101715, -98.619518 35.101608, -98.619938 35.101358, -98.620403 35.10083, -98.620604 35.10043, -98.620701 35.099938, -98.620663 35.099594, -98.620576 35.099196, -98.620401 35.098695, -98.620346 35.098459, -98.62039 35.09821, -98.620578 35.097838, -98.62095 35.097439, -98.620684 35.029151, -98.620189 35.014766, -98.620044 34.956815, -98.619873 34.912759, -98.619948 34.8986, -98.61978 34.869703, -98.619861 34.855272, -98.509908 34.85504, -98.420925 34.855009, -98.356523 34.855146, -98.229616 34.855287, -98.182105 34.855027, -98.093194 34.855034, -98.093278 34.869479, -98.092925 34.999681, -98.092955 35.08848, -98.091238 35.088973, -98.091503 35.160112, -98.091397 35.2036, -98.095024 35.203632, -98.09503 35.281905))\", \"region\": {\"id\": 14897, \"geometry\": \"POLYGON ((-98.09503 35.281905, -98.096014 35.377753, -98.201253 35.376862, -98.306392 35.377097, -98.305936 35.467455, -98.30669 35.54054, -98.308157 35.541222, -98.308292 35.551262, -98.313288 35.551342, -98.367257 35.551413, -98.40451 35.551408, -98.470594 35.551483, -98.53689 35.551492, -98.543667 35.551392, -98.618464 35.551566, -98.623204 35.551502, -98.623243 35.493234, -98.623252 35.47889, -98.623262 35.464374, -98.623287 35.334515, -98.623954 35.204186, -98.617975 35.204217, -98.618145 35.167914, -98.617943 35.153336, -98.618314 35.101771, -98.618752 35.101778, -98.619198 35.101715, -98.619518 35.101608, -98.619938 35.101358, -98.620403 35.10083, -98.620604 35.10043, -98.620701 35.099938, -98.620663 35.099594, -98.620576 35.099196, -98.620401 35.098695, -98.620346 35.098459, -98.62039 35.09821, -98.620578 35.097838, -98.62095 35.097439, -98.620684 35.029151, -98.620189 35.014766, -98.620044 34.956815, -98.619873 34.912759, -98.619948 34.8986, -98.61978 34.869703, -98.619861 34.855272, -98.509908 34.85504, -98.420925 34.855009, -98.356523 34.855146, -98.229616 34.855287, -98.182105 34.855027, -98.093194 34.855034, -98.093278 34.869479, -98.092925 34.999681, -98.092955 35.08848, -98.091238 35.088973, -98.091503 35.160112, -98.091397 35.2036, -98.095024 35.203632, -98.09503 35.281905))\", \"region_name\": \"Caddo County\", \"border_type\": \"county\", \"wikidata\": \"Q491590\", \"wikipedia\": \"en:Caddo County, Oklahoma\", \"admin_level\": \"6\", \"population\": \"29343\"}}}"} -{"id": "raster_only/elevation+coverage/0008", "group": "raster_only", "template": "elevation+coverage", "question": "What percent of Dunwoody, Georgia has elevation of at least 340 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-84.276801 33.957029, -84.276854 33.95708, -84.276832 33.95709, -84.277093 33.957614, -84.277195 33.957827, -84.27725 33.957802, -84.277664 33.957611, -84.278075 33.957421, -84.2784 33.957251, -84.278745 33.957088, -84.279022 33.957, -84.280497 33.95602, -84.282253 33.956209, -84.28272 33.956234, -84.283489 33.956277, -84.283576 33.956282, -84.283898 33.956315, -84.284271 33.956376, -84.284309 33.956387, -84.284346 33.956397, -84.284624 33.956477, -84.284903 33.956583, -84.286112 33.957136, -84.286213 33.957185, -84.286862 33.957496, -84.287455 33.957745, -84.287833 33.957853, -84.287954 33.957887, -84.288454 33.957973, -84.288699 33.957996, -84.288743 33.957994, -84.289813 33.958134, -84.290176 33.95818, -84.290581 33.958242, -84.290646 33.958252, -84.290885 33.958327, -84.291052 33.958379, -84.291786 33.958705, -84.291993 33.958797, -84.292588 33.959152, -84.292984 33.959351, -84.29341 33.959525, -84.293522 33.95956, -84.294108 33.959724, -84.294532 33.959773, -84.294945 33.959792, -84.295074 33.959788, -84.296284 33.959746, -84.296545 33.959754, -84.296809 33.959763, -84.297027 33.959775, -84.297795 33.959833, -84.29796 33.959828, -84.298321 33.95979, -84.298614 33.959719, -84.298665 33.959706, -84.299113 33.959547, -84.299525 33.95942, -84.299824 33.959343, -84.300058 33.959351, -84.300331 33.959378, -84.300602 33.959423, -84.300865 33.959484, -84.301021 33.959529, -84.302502 33.960065, -84.302879 33.960234, -84.302911 33.960248, -84.303318 33.960431, -84.306114 33.961864, -84.306288 33.961953, -84.306425 33.962023, -84.307292 33.962467, -84.307823 33.962741, -84.308067 33.962877, -84.308176 33.962937, -84.308231 33.962973, -84.308286 33.963008, -84.308485 33.963137, -84.308628 33.963241, -84.30918 33.963643, -84.309348 33.963742, -84.309532 33.963829, -84.309817 33.963926, -84.310444 33.96408, -84.310793 33.964157, -84.311486 33.964278, -84.311689 33.964342, -84.311886 33.964459, -84.311932 33.96448, -84.312593 33.964967, -84.312968 33.965243, -84.313128 33.965337, -84.313292 33.965404, -84.313556 33.965485, -84.314079 33.965647, -84.315333 33.966017, -84.315513 33.966062, -84.315628 33.966075, -84.315756 33.966075, -84.316337 33.966023, -84.316407 33.966023, -84.316562 33.966046, -84.317086 33.966132, -84.317264 33.966185, -84.317456 33.966267, -84.31759 33.966342, -84.317652 33.966386, -84.317714 33.966429, -84.317813 33.966515, -84.317877 33.966574, -84.318101 33.966773, -84.318237 33.966871, -84.318288 33.966898, -84.318355 33.966934, -84.31848 33.966985, -84.318571 33.967007, -84.318844 33.967076, -84.319327 33.967186, -84.319622 33.967258, -84.320124 33.967371, -84.320477 33.967421, -84.320752 33.967442, -84.321007 33.967439, -84.321324 33.967425, -84.322047 33.967349, -84.322844 33.967255, -84.323159 33.967245, -84.323249 33.967242, -84.323381 33.967238, -84.323404 33.96724, -84.323516 33.967236, -84.323678 33.967212, -84.323831 33.967223, -84.324042 33.967214, -84.324355 33.9672, -84.324425 33.967197, -84.324615 33.967202, -84.324757 33.967206, -84.325095 33.967249, -84.325695 33.967371, -84.326479 33.967545, -84.326974 33.967664, -84.327148 33.967714, -84.327435 33.9678, -84.328424 33.968149, -84.329339 33.968518, -84.329861 33.968698, -84.330096 33.968808, -84.330949 33.969005, -84.331614 33.969179, -84.331702 33.969203, -84.332019 33.969292, -84.332725 33.969471, -84.332753 33.969479, -84.332992 33.969552, -84.333138 33.969596, -84.333336 33.969656, -84.333848 33.969803, -84.333949 33.969832, -84.33472 33.970049, -84.334983 33.970136, -84.335238 33.970232, -84.335267 33.970245, -84.33565 33.97042, -84.33596 33.970563, -84.336153 33.970652, -84.336305 33.970722, -84.33638 33.970747, -84.336487 33.970784, -84.33665 33.970854, -84.336678 33.970866, -84.336794 33.970733, -84.337007 33.970552, -84.337519 33.970488, -84.337655 33.97047, -84.337835 33.970441, -84.337967 33.970431, -84.338041 33.97043, -84.338641 33.969982, -84.338923 33.969778, -84.339156 33.969591, -84.339328 33.970047, -84.33935 33.970045, -84.339377 33.970109, -84.339699 33.970086, -84.339962 33.969874, -84.340072 33.969787, -84.340211 33.969681, -84.340337 33.96962, -84.34053 33.969526, -84.340591 33.969496, -84.340602 33.969486, -84.340605 33.969468, -84.340602 33.969456, -84.340638 33.969419, -84.340906 33.96917, -84.34105 33.969031, -84.341382 33.968705, -84.341843 33.968471, -84.342226 33.968178, -84.342424 33.968119, -84.342716 33.96811, -84.343205 33.968111, -84.343657 33.96784, -84.345062 33.966989, -84.346127 33.966197, -84.346161 33.966035, -84.346381 33.966074, -84.346595 33.966257, -84.34672 33.966369, -84.34672 33.966505, -84.346721 33.966605, -84.346725 33.9671, -84.346725 33.9677, -84.346821 33.967712, -84.346955 33.968143, -84.347411 33.968147, -84.347416 33.967786, -84.347418 33.966777, -84.347419 33.96652, -84.347422 33.966325, -84.347427 33.966093, -84.347454 33.965932, -84.347525 33.9655, -84.347819 33.963288, -84.347809 33.961943, -84.347725 33.961102, -84.347725 33.961082, -84.347725 33.9603, -84.347725 33.960101, -84.347825 33.959301, -84.347825 33.958723, -84.347825 33.951101, -84.347825 33.950058, -84.347825 33.94975, -84.347825 33.949601, -84.347625 33.947602, -84.347804 33.944393, -84.347805 33.944377, -84.347806 33.944357, -84.347826 33.944002, -84.347825 33.941205, -84.347824 33.940597, -84.347824 33.940242, -84.347824 33.939812, -84.347827 33.938868, -84.347823 33.938017, -84.347777 33.936135, -84.347743 33.935043, -84.347749 33.93494, -84.347748 33.934897, -84.347746 33.934805, -84.347742 33.934611, -84.347733 33.934231, -84.347731 33.934144, -84.347725 33.9339, -84.347749 33.932855, -84.347819 33.92986, -84.347823 33.929669, -84.347825 33.929601, -84.347848 33.929003, -84.347853 33.928875, -84.347857 33.928757, -84.347881 33.928143, -84.347925 33.927001, -84.347903 33.925219, -84.347883 33.923599, -84.347831 33.919406, -84.347825 33.918902, -84.347801 33.918707, -84.347868 33.916622, -84.347902 33.915555, -84.347913 33.915158, -84.347913 33.915004, -84.347769 33.915041, -84.347261 33.915169, -84.34724 33.915175, -84.347126 33.915206, -84.346479 33.915407, -84.343515 33.916333, -84.343312 33.916396, -84.342946 33.91651, -84.342666 33.91654, -84.342214 33.916625, -84.341812 33.916721, -84.341047 33.916887, -84.340653 33.916983, -84.340306 33.91706, -84.340109 33.917082, -84.339929 33.917091, -84.339749 33.917074, -84.339492 33.917023, -84.339474 33.917015, -84.339323 33.916941, -84.339045 33.916785, -84.338829 33.916689, -84.338666 33.916653, -84.338525 33.916637, -84.338416 33.916641, -84.338273 33.91669, -84.338034 33.916815, -84.337998 33.916842, -84.33791 33.916908, -84.337866 33.916942, -84.337776 33.917058, -84.337679 33.917137, -84.337629 33.917251, -84.337618 33.917355, -84.337591 33.917465, -84.337541 33.917569, -84.337445 33.917638, -84.337317 33.91772, -84.336951 33.917889, -84.336204 33.918264, -84.336079 33.918313, -84.335312 33.918692, -84.335021 33.918812, -84.334879 33.918858, -84.334407 33.91901, -84.333338 33.919379, -84.333048 33.919491, -84.332528 33.919642, -84.331338 33.919898, -84.330472 33.920006, -84.329439 33.920089, -84.328441 33.920145, -84.327702 33.92016, -84.325803 33.920197, -84.320844 33.920202, -84.316933 33.919898, -84.316292 33.919799, -84.315781 33.919725, -84.315086 33.919649, -84.314979 33.919644, -84.314472 33.919704, -84.314352 33.919717, -84.313547 33.919832, -84.313234 33.919867, -84.313022 33.919876, -84.312718 33.919877, -84.312228 33.91987, -84.305736 33.919817, -84.304987 33.919832, -84.304083 33.919867, -84.302353 33.919882, -84.299488 33.91988, -84.299037 33.919863, -84.298784 33.919834, -84.298569 33.919805, -84.298037 33.919692, -84.297904 33.919666, -84.297473 33.919586, -84.297009 33.919493, -84.296355 33.919388, -84.295856 33.919283, -84.295179 33.919139, -84.294423 33.91899, -84.293678 33.918777, -84.293121 33.918561, -84.29278 33.918389, -84.29066 33.917034, -84.289669 33.916119, -84.289671 33.916429, -84.289671 33.916489, -84.28968 33.919055, -84.289524 33.919056, -84.286723 33.918973, -84.286747 33.919622, -84.287709 33.91963, -84.287645 33.919797, -84.28745 33.920114, -84.287403 33.920466, -84.28745 33.920748, -84.287615 33.921076, -84.287802 33.921241, -84.287738 33.922293, -84.287451 33.922482, -84.287214 33.922496, -84.286965 33.922491, -84.28673 33.922456, -84.286272 33.922357, -84.285951 33.922317, -84.285629 33.922288, -84.285305 33.922269, -84.284981 33.922263, -84.284765 33.92227, -84.28455 33.922286, -84.284337 33.922318, -84.284233 33.922341, -84.284029 33.922401, -84.283833 33.922478, -84.28374 33.922523, -84.283561 33.922624, -84.283397 33.922738, -84.283216 33.922935, -84.283128 33.923032, -84.282651 33.923515, -84.282433 33.923678, -84.28194 33.923933, -84.281874 33.923961, -84.282227 33.924693, -84.282596 33.925484, -84.282878 33.926132, -84.283012 33.92644, -84.283082 33.926608, -84.283259 33.927036, -84.279528 33.926997, -84.276987 33.926975, -84.274711 33.92696, -84.274358 33.927107, -84.27166 33.928308, -84.269898 33.929071, -84.269464 33.929259, -84.268148 33.929826, -84.26725 33.930214, -84.265602 33.930909, -84.265023 33.931162, -84.264928 33.931205, -84.265337 33.932576, -84.265499 33.932908, -84.265719 33.932833, -84.265859 33.933136, -84.26583 33.933149, -84.266402 33.934376, -84.266431 33.934362, -84.266508 33.934529, -84.266516 33.934541, -84.266546 33.934555, -84.266582 33.934656, -84.26661 33.934719, -84.266608 33.934744, -84.266955 33.935497, -84.266926 33.93551, -84.267175 33.936043, -84.267204 33.93603, -84.267291 33.936194, -84.267313 33.936213, -84.267328 33.936217, -84.267424 33.936356, -84.267411 33.936369, -84.267406 33.936381, -84.267406 33.9364, -84.267497 33.936558, -84.267457 33.936577, -84.26759 33.936807, -84.26775 33.937065, -84.26779 33.937187, -84.26773 33.937205, -84.267889 33.937441, -84.267938 33.937648, -84.268179 33.938115, -84.269257 33.940146, -84.268089 33.94071, -84.268332 33.941059, -84.268761 33.940853, -84.26902 33.941204, -84.269166 33.941134, -84.269263 33.941334, -84.26978 33.94245, -84.270466 33.944008, -84.270295 33.944406, -84.270023 33.945233, -84.269908 33.945914, -84.267254 33.947135, -84.267003 33.94725, -84.266322 33.947601, -84.266152 33.947681, -84.265868 33.947925, -84.266516 33.948845, -84.267204 33.949804, -84.268273 33.951336, -84.269539 33.953132, -84.269913 33.953654, -84.269942 33.953703, -84.270499 33.954501, -84.270683 33.954767, -84.27147 33.955892, -84.271817 33.95574, -84.272373 33.955473, -84.273628 33.954866, -84.273772 33.954788, -84.274989 33.954224, -84.27521 33.954399, -84.275454 33.954586, -84.275546 33.954722, -84.275465 33.954813, -84.275388 33.954932, -84.2753 33.955154, -84.275559 33.955215, -84.276025 33.955314, -84.276012 33.955408, -84.275895 33.95613, -84.276449 33.956362, -84.276454 33.956381, -84.2764 33.956658, -84.276801 33.957029))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 340 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 9.087894475046516}]", "question_entities": "{\"[2]\": {\"elevation\": 340}, \"[3]\": {\"region_name\": \"Dunwoody, Georgia\", \"geo_wkt\": \"POLYGON ((-84.276801 33.957029, -84.276854 33.95708, -84.276832 33.95709, -84.277093 33.957614, -84.277195 33.957827, -84.27725 33.957802, -84.277664 33.957611, -84.278075 33.957421, -84.2784 33.957251, -84.278745 33.957088, -84.279022 33.957, -84.280497 33.95602, -84.282253 33.956209, -84.28272 33.956234, -84.283489 33.956277, -84.283576 33.956282, -84.283898 33.956315, -84.284271 33.956376, -84.284309 33.956387, -84.284346 33.956397, -84.284624 33.956477, -84.284903 33.956583, -84.286112 33.957136, -84.286213 33.957185, -84.286862 33.957496, -84.287455 33.957745, -84.287833 33.957853, -84.287954 33.957887, -84.288454 33.957973, -84.288699 33.957996, -84.288743 33.957994, -84.289813 33.958134, -84.290176 33.95818, -84.290581 33.958242, -84.290646 33.958252, -84.290885 33.958327, -84.291052 33.958379, -84.291786 33.958705, -84.291993 33.958797, -84.292588 33.959152, -84.292984 33.959351, -84.29341 33.959525, -84.293522 33.95956, -84.294108 33.959724, -84.294532 33.959773, -84.294945 33.959792, -84.295074 33.959788, -84.296284 33.959746, -84.296545 33.959754, -84.296809 33.959763, -84.297027 33.959775, -84.297795 33.959833, -84.29796 33.959828, -84.298321 33.95979, -84.298614 33.959719, -84.298665 33.959706, -84.299113 33.959547, -84.299525 33.95942, -84.299824 33.959343, -84.300058 33.959351, -84.300331 33.959378, -84.300602 33.959423, -84.300865 33.959484, -84.301021 33.959529, -84.302502 33.960065, -84.302879 33.960234, -84.302911 33.960248, -84.303318 33.960431, -84.306114 33.961864, -84.306288 33.961953, -84.306425 33.962023, -84.307292 33.962467, -84.307823 33.962741, -84.308067 33.962877, -84.308176 33.962937, -84.308231 33.962973, -84.308286 33.963008, -84.308485 33.963137, -84.308628 33.963241, -84.30918 33.963643, -84.309348 33.963742, -84.309532 33.963829, -84.309817 33.963926, -84.310444 33.96408, -84.310793 33.964157, -84.311486 33.964278, -84.311689 33.964342, -84.311886 33.964459, -84.311932 33.96448, -84.312593 33.964967, -84.312968 33.965243, -84.313128 33.965337, -84.313292 33.965404, -84.313556 33.965485, -84.314079 33.965647, -84.315333 33.966017, -84.315513 33.966062, -84.315628 33.966075, -84.315756 33.966075, -84.316337 33.966023, -84.316407 33.966023, -84.316562 33.966046, -84.317086 33.966132, -84.317264 33.966185, -84.317456 33.966267, -84.31759 33.966342, -84.317652 33.966386, -84.317714 33.966429, -84.317813 33.966515, -84.317877 33.966574, -84.318101 33.966773, -84.318237 33.966871, -84.318288 33.966898, -84.318355 33.966934, -84.31848 33.966985, -84.318571 33.967007, -84.318844 33.967076, -84.319327 33.967186, -84.319622 33.967258, -84.320124 33.967371, -84.320477 33.967421, -84.320752 33.967442, -84.321007 33.967439, -84.321324 33.967425, -84.322047 33.967349, -84.322844 33.967255, -84.323159 33.967245, -84.323249 33.967242, -84.323381 33.967238, -84.323404 33.96724, -84.323516 33.967236, -84.323678 33.967212, -84.323831 33.967223, -84.324042 33.967214, -84.324355 33.9672, -84.324425 33.967197, -84.324615 33.967202, -84.324757 33.967206, -84.325095 33.967249, -84.325695 33.967371, -84.326479 33.967545, -84.326974 33.967664, -84.327148 33.967714, -84.327435 33.9678, -84.328424 33.968149, -84.329339 33.968518, -84.329861 33.968698, -84.330096 33.968808, -84.330949 33.969005, -84.331614 33.969179, -84.331702 33.969203, -84.332019 33.969292, -84.332725 33.969471, -84.332753 33.969479, -84.332992 33.969552, -84.333138 33.969596, -84.333336 33.969656, -84.333848 33.969803, -84.333949 33.969832, -84.33472 33.970049, -84.334983 33.970136, -84.335238 33.970232, -84.335267 33.970245, -84.33565 33.97042, -84.33596 33.970563, -84.336153 33.970652, -84.336305 33.970722, -84.33638 33.970747, -84.336487 33.970784, -84.33665 33.970854, -84.336678 33.970866, -84.336794 33.970733, -84.337007 33.970552, -84.337519 33.970488, -84.337655 33.97047, -84.337835 33.970441, -84.337967 33.970431, -84.338041 33.97043, -84.338641 33.969982, -84.338923 33.969778, -84.339156 33.969591, -84.339328 33.970047, -84.33935 33.970045, -84.339377 33.970109, -84.339699 33.970086, -84.339962 33.969874, -84.340072 33.969787, -84.340211 33.969681, -84.340337 33.96962, -84.34053 33.969526, -84.340591 33.969496, -84.340602 33.969486, -84.340605 33.969468, -84.340602 33.969456, -84.340638 33.969419, -84.340906 33.96917, -84.34105 33.969031, -84.341382 33.968705, -84.341843 33.968471, -84.342226 33.968178, -84.342424 33.968119, -84.342716 33.96811, -84.343205 33.968111, -84.343657 33.96784, -84.345062 33.966989, -84.346127 33.966197, -84.346161 33.966035, -84.346381 33.966074, -84.346595 33.966257, -84.34672 33.966369, -84.34672 33.966505, -84.346721 33.966605, -84.346725 33.9671, -84.346725 33.9677, -84.346821 33.967712, -84.346955 33.968143, -84.347411 33.968147, -84.347416 33.967786, -84.347418 33.966777, -84.347419 33.96652, -84.347422 33.966325, -84.347427 33.966093, -84.347454 33.965932, -84.347525 33.9655, -84.347819 33.963288, -84.347809 33.961943, -84.347725 33.961102, -84.347725 33.961082, -84.347725 33.9603, -84.347725 33.960101, -84.347825 33.959301, -84.347825 33.958723, -84.347825 33.951101, -84.347825 33.950058, -84.347825 33.94975, -84.347825 33.949601, -84.347625 33.947602, -84.347804 33.944393, -84.347805 33.944377, -84.347806 33.944357, -84.347826 33.944002, -84.347825 33.941205, -84.347824 33.940597, -84.347824 33.940242, -84.347824 33.939812, -84.347827 33.938868, -84.347823 33.938017, -84.347777 33.936135, -84.347743 33.935043, -84.347749 33.93494, -84.347748 33.934897, -84.347746 33.934805, -84.347742 33.934611, -84.347733 33.934231, -84.347731 33.934144, -84.347725 33.9339, -84.347749 33.932855, -84.347819 33.92986, -84.347823 33.929669, -84.347825 33.929601, -84.347848 33.929003, -84.347853 33.928875, -84.347857 33.928757, -84.347881 33.928143, -84.347925 33.927001, -84.347903 33.925219, -84.347883 33.923599, -84.347831 33.919406, -84.347825 33.918902, -84.347801 33.918707, -84.347868 33.916622, -84.347902 33.915555, -84.347913 33.915158, -84.347913 33.915004, -84.347769 33.915041, -84.347261 33.915169, -84.34724 33.915175, -84.347126 33.915206, -84.346479 33.915407, -84.343515 33.916333, -84.343312 33.916396, -84.342946 33.91651, -84.342666 33.91654, -84.342214 33.916625, -84.341812 33.916721, -84.341047 33.916887, -84.340653 33.916983, -84.340306 33.91706, -84.340109 33.917082, -84.339929 33.917091, -84.339749 33.917074, -84.339492 33.917023, -84.339474 33.917015, -84.339323 33.916941, -84.339045 33.916785, -84.338829 33.916689, -84.338666 33.916653, -84.338525 33.916637, -84.338416 33.916641, -84.338273 33.91669, -84.338034 33.916815, -84.337998 33.916842, -84.33791 33.916908, -84.337866 33.916942, -84.337776 33.917058, -84.337679 33.917137, -84.337629 33.917251, -84.337618 33.917355, -84.337591 33.917465, -84.337541 33.917569, -84.337445 33.917638, -84.337317 33.91772, -84.336951 33.917889, -84.336204 33.918264, -84.336079 33.918313, -84.335312 33.918692, -84.335021 33.918812, -84.334879 33.918858, -84.334407 33.91901, -84.333338 33.919379, -84.333048 33.919491, -84.332528 33.919642, -84.331338 33.919898, -84.330472 33.920006, -84.329439 33.920089, -84.328441 33.920145, -84.327702 33.92016, -84.325803 33.920197, -84.320844 33.920202, -84.316933 33.919898, -84.316292 33.919799, -84.315781 33.919725, -84.315086 33.919649, -84.314979 33.919644, -84.314472 33.919704, -84.314352 33.919717, -84.313547 33.919832, -84.313234 33.919867, -84.313022 33.919876, -84.312718 33.919877, -84.312228 33.91987, -84.305736 33.919817, -84.304987 33.919832, -84.304083 33.919867, -84.302353 33.919882, -84.299488 33.91988, -84.299037 33.919863, -84.298784 33.919834, -84.298569 33.919805, -84.298037 33.919692, -84.297904 33.919666, -84.297473 33.919586, -84.297009 33.919493, -84.296355 33.919388, -84.295856 33.919283, -84.295179 33.919139, -84.294423 33.91899, -84.293678 33.918777, -84.293121 33.918561, -84.29278 33.918389, -84.29066 33.917034, -84.289669 33.916119, -84.289671 33.916429, -84.289671 33.916489, -84.28968 33.919055, -84.289524 33.919056, -84.286723 33.918973, -84.286747 33.919622, -84.287709 33.91963, -84.287645 33.919797, -84.28745 33.920114, -84.287403 33.920466, -84.28745 33.920748, -84.287615 33.921076, -84.287802 33.921241, -84.287738 33.922293, -84.287451 33.922482, -84.287214 33.922496, -84.286965 33.922491, -84.28673 33.922456, -84.286272 33.922357, -84.285951 33.922317, -84.285629 33.922288, -84.285305 33.922269, -84.284981 33.922263, -84.284765 33.92227, -84.28455 33.922286, -84.284337 33.922318, -84.284233 33.922341, -84.284029 33.922401, -84.283833 33.922478, -84.28374 33.922523, -84.283561 33.922624, -84.283397 33.922738, -84.283216 33.922935, -84.283128 33.923032, -84.282651 33.923515, -84.282433 33.923678, -84.28194 33.923933, -84.281874 33.923961, -84.282227 33.924693, -84.282596 33.925484, -84.282878 33.926132, -84.283012 33.92644, -84.283082 33.926608, -84.283259 33.927036, -84.279528 33.926997, -84.276987 33.926975, -84.274711 33.92696, -84.274358 33.927107, -84.27166 33.928308, -84.269898 33.929071, -84.269464 33.929259, -84.268148 33.929826, -84.26725 33.930214, -84.265602 33.930909, -84.265023 33.931162, -84.264928 33.931205, -84.265337 33.932576, -84.265499 33.932908, -84.265719 33.932833, -84.265859 33.933136, -84.26583 33.933149, -84.266402 33.934376, -84.266431 33.934362, -84.266508 33.934529, -84.266516 33.934541, -84.266546 33.934555, -84.266582 33.934656, -84.26661 33.934719, -84.266608 33.934744, -84.266955 33.935497, -84.266926 33.93551, -84.267175 33.936043, -84.267204 33.93603, -84.267291 33.936194, -84.267313 33.936213, -84.267328 33.936217, -84.267424 33.936356, -84.267411 33.936369, -84.267406 33.936381, -84.267406 33.9364, -84.267497 33.936558, -84.267457 33.936577, -84.26759 33.936807, -84.26775 33.937065, -84.26779 33.937187, -84.26773 33.937205, -84.267889 33.937441, -84.267938 33.937648, -84.268179 33.938115, -84.269257 33.940146, -84.268089 33.94071, -84.268332 33.941059, -84.268761 33.940853, -84.26902 33.941204, -84.269166 33.941134, -84.269263 33.941334, -84.26978 33.94245, -84.270466 33.944008, -84.270295 33.944406, -84.270023 33.945233, -84.269908 33.945914, -84.267254 33.947135, -84.267003 33.94725, -84.266322 33.947601, -84.266152 33.947681, -84.265868 33.947925, -84.266516 33.948845, -84.267204 33.949804, -84.268273 33.951336, -84.269539 33.953132, -84.269913 33.953654, -84.269942 33.953703, -84.270499 33.954501, -84.270683 33.954767, -84.27147 33.955892, -84.271817 33.95574, -84.272373 33.955473, -84.273628 33.954866, -84.273772 33.954788, -84.274989 33.954224, -84.27521 33.954399, -84.275454 33.954586, -84.275546 33.954722, -84.275465 33.954813, -84.275388 33.954932, -84.2753 33.955154, -84.275559 33.955215, -84.276025 33.955314, -84.276012 33.955408, -84.275895 33.95613, -84.276449 33.956362, -84.276454 33.956381, -84.2764 33.956658, -84.276801 33.957029))\", \"region\": {\"id\": 27485, \"geometry\": \"POLYGON ((-84.276801 33.957029, -84.276854 33.95708, -84.276832 33.95709, -84.277093 33.957614, -84.277195 33.957827, -84.27725 33.957802, -84.277664 33.957611, -84.278075 33.957421, -84.2784 33.957251, -84.278745 33.957088, -84.279022 33.957, -84.280497 33.95602, -84.282253 33.956209, -84.28272 33.956234, -84.283489 33.956277, -84.283576 33.956282, -84.283898 33.956315, -84.284271 33.956376, -84.284309 33.956387, -84.284346 33.956397, -84.284624 33.956477, -84.284903 33.956583, -84.286112 33.957136, -84.286213 33.957185, -84.286862 33.957496, -84.287455 33.957745, -84.287833 33.957853, -84.287954 33.957887, -84.288454 33.957973, -84.288699 33.957996, -84.288743 33.957994, -84.289813 33.958134, -84.290176 33.95818, -84.290581 33.958242, -84.290646 33.958252, -84.290885 33.958327, -84.291052 33.958379, -84.291786 33.958705, -84.291993 33.958797, -84.292588 33.959152, -84.292984 33.959351, -84.29341 33.959525, -84.293522 33.95956, -84.294108 33.959724, -84.294532 33.959773, -84.294945 33.959792, -84.295074 33.959788, -84.296284 33.959746, -84.296545 33.959754, -84.296809 33.959763, -84.297027 33.959775, -84.297795 33.959833, -84.29796 33.959828, -84.298321 33.95979, -84.298614 33.959719, -84.298665 33.959706, -84.299113 33.959547, -84.299525 33.95942, -84.299824 33.959343, -84.300058 33.959351, -84.300331 33.959378, -84.300602 33.959423, -84.300865 33.959484, -84.301021 33.959529, -84.302502 33.960065, -84.302879 33.960234, -84.302911 33.960248, -84.303318 33.960431, -84.306114 33.961864, -84.306288 33.961953, -84.306425 33.962023, -84.307292 33.962467, -84.307823 33.962741, -84.308067 33.962877, -84.308176 33.962937, -84.308231 33.962973, -84.308286 33.963008, -84.308485 33.963137, -84.308628 33.963241, -84.30918 33.963643, -84.309348 33.963742, -84.309532 33.963829, -84.309817 33.963926, -84.310444 33.96408, -84.310793 33.964157, -84.311486 33.964278, -84.311689 33.964342, -84.311886 33.964459, -84.311932 33.96448, -84.312593 33.964967, -84.312968 33.965243, -84.313128 33.965337, -84.313292 33.965404, -84.313556 33.965485, -84.314079 33.965647, -84.315333 33.966017, -84.315513 33.966062, -84.315628 33.966075, -84.315756 33.966075, -84.316337 33.966023, -84.316407 33.966023, -84.316562 33.966046, -84.317086 33.966132, -84.317264 33.966185, -84.317456 33.966267, -84.31759 33.966342, -84.317652 33.966386, -84.317714 33.966429, -84.317813 33.966515, -84.317877 33.966574, -84.318101 33.966773, -84.318237 33.966871, -84.318288 33.966898, -84.318355 33.966934, -84.31848 33.966985, -84.318571 33.967007, -84.318844 33.967076, -84.319327 33.967186, -84.319622 33.967258, -84.320124 33.967371, -84.320477 33.967421, -84.320752 33.967442, -84.321007 33.967439, -84.321324 33.967425, -84.322047 33.967349, -84.322844 33.967255, -84.323159 33.967245, -84.323249 33.967242, -84.323381 33.967238, -84.323404 33.96724, -84.323516 33.967236, -84.323678 33.967212, -84.323831 33.967223, -84.324042 33.967214, -84.324355 33.9672, -84.324425 33.967197, -84.324615 33.967202, -84.324757 33.967206, -84.325095 33.967249, -84.325695 33.967371, -84.326479 33.967545, -84.326974 33.967664, -84.327148 33.967714, -84.327435 33.9678, -84.328424 33.968149, -84.329339 33.968518, -84.329861 33.968698, -84.330096 33.968808, -84.330949 33.969005, -84.331614 33.969179, -84.331702 33.969203, -84.332019 33.969292, -84.332725 33.969471, -84.332753 33.969479, -84.332992 33.969552, -84.333138 33.969596, -84.333336 33.969656, -84.333848 33.969803, -84.333949 33.969832, -84.33472 33.970049, -84.334983 33.970136, -84.335238 33.970232, -84.335267 33.970245, -84.33565 33.97042, -84.33596 33.970563, -84.336153 33.970652, -84.336305 33.970722, -84.33638 33.970747, -84.336487 33.970784, -84.33665 33.970854, -84.336678 33.970866, -84.336794 33.970733, -84.337007 33.970552, -84.337519 33.970488, -84.337655 33.97047, -84.337835 33.970441, -84.337967 33.970431, -84.338041 33.97043, -84.338641 33.969982, -84.338923 33.969778, -84.339156 33.969591, -84.339328 33.970047, -84.33935 33.970045, -84.339377 33.970109, -84.339699 33.970086, -84.339962 33.969874, -84.340072 33.969787, -84.340211 33.969681, -84.340337 33.96962, -84.34053 33.969526, -84.340591 33.969496, -84.340602 33.969486, -84.340605 33.969468, -84.340602 33.969456, -84.340638 33.969419, -84.340906 33.96917, -84.34105 33.969031, -84.341382 33.968705, -84.341843 33.968471, -84.342226 33.968178, -84.342424 33.968119, -84.342716 33.96811, -84.343205 33.968111, -84.343657 33.96784, -84.345062 33.966989, -84.346127 33.966197, -84.346161 33.966035, -84.346381 33.966074, -84.346595 33.966257, -84.34672 33.966369, -84.34672 33.966505, -84.346721 33.966605, -84.346725 33.9671, -84.346725 33.9677, -84.346821 33.967712, -84.346955 33.968143, -84.347411 33.968147, -84.347416 33.967786, -84.347418 33.966777, -84.347419 33.96652, -84.347422 33.966325, -84.347427 33.966093, -84.347454 33.965932, -84.347525 33.9655, -84.347819 33.963288, -84.347809 33.961943, -84.347725 33.961102, -84.347725 33.961082, -84.347725 33.9603, -84.347725 33.960101, -84.347825 33.959301, -84.347825 33.958723, -84.347825 33.951101, -84.347825 33.950058, -84.347825 33.94975, -84.347825 33.949601, -84.347625 33.947602, -84.347804 33.944393, -84.347805 33.944377, -84.347806 33.944357, -84.347826 33.944002, -84.347825 33.941205, -84.347824 33.940597, -84.347824 33.940242, -84.347824 33.939812, -84.347827 33.938868, -84.347823 33.938017, -84.347777 33.936135, -84.347743 33.935043, -84.347749 33.93494, -84.347748 33.934897, -84.347746 33.934805, -84.347742 33.934611, -84.347733 33.934231, -84.347731 33.934144, -84.347725 33.9339, -84.347749 33.932855, -84.347819 33.92986, -84.347823 33.929669, -84.347825 33.929601, -84.347848 33.929003, -84.347853 33.928875, -84.347857 33.928757, -84.347881 33.928143, -84.347925 33.927001, -84.347903 33.925219, -84.347883 33.923599, -84.347831 33.919406, -84.347825 33.918902, -84.347801 33.918707, -84.347868 33.916622, -84.347902 33.915555, -84.347913 33.915158, -84.347913 33.915004, -84.347769 33.915041, -84.347261 33.915169, -84.34724 33.915175, -84.347126 33.915206, -84.346479 33.915407, -84.343515 33.916333, -84.343312 33.916396, -84.342946 33.91651, -84.342666 33.91654, -84.342214 33.916625, -84.341812 33.916721, -84.341047 33.916887, -84.340653 33.916983, -84.340306 33.91706, -84.340109 33.917082, -84.339929 33.917091, -84.339749 33.917074, -84.339492 33.917023, -84.339474 33.917015, -84.339323 33.916941, -84.339045 33.916785, -84.338829 33.916689, -84.338666 33.916653, -84.338525 33.916637, -84.338416 33.916641, -84.338273 33.91669, -84.338034 33.916815, -84.337998 33.916842, -84.33791 33.916908, -84.337866 33.916942, -84.337776 33.917058, -84.337679 33.917137, -84.337629 33.917251, -84.337618 33.917355, -84.337591 33.917465, -84.337541 33.917569, -84.337445 33.917638, -84.337317 33.91772, -84.336951 33.917889, -84.336204 33.918264, -84.336079 33.918313, -84.335312 33.918692, -84.335021 33.918812, -84.334879 33.918858, -84.334407 33.91901, -84.333338 33.919379, -84.333048 33.919491, -84.332528 33.919642, -84.331338 33.919898, -84.330472 33.920006, -84.329439 33.920089, -84.328441 33.920145, -84.327702 33.92016, -84.325803 33.920197, -84.320844 33.920202, -84.316933 33.919898, -84.316292 33.919799, -84.315781 33.919725, -84.315086 33.919649, -84.314979 33.919644, -84.314472 33.919704, -84.314352 33.919717, -84.313547 33.919832, -84.313234 33.919867, -84.313022 33.919876, -84.312718 33.919877, -84.312228 33.91987, -84.305736 33.919817, -84.304987 33.919832, -84.304083 33.919867, -84.302353 33.919882, -84.299488 33.91988, -84.299037 33.919863, -84.298784 33.919834, -84.298569 33.919805, -84.298037 33.919692, -84.297904 33.919666, -84.297473 33.919586, -84.297009 33.919493, -84.296355 33.919388, -84.295856 33.919283, -84.295179 33.919139, -84.294423 33.91899, -84.293678 33.918777, -84.293121 33.918561, -84.29278 33.918389, -84.29066 33.917034, -84.289669 33.916119, -84.289671 33.916429, -84.289671 33.916489, -84.28968 33.919055, -84.289524 33.919056, -84.286723 33.918973, -84.286747 33.919622, -84.287709 33.91963, -84.287645 33.919797, -84.28745 33.920114, -84.287403 33.920466, -84.28745 33.920748, -84.287615 33.921076, -84.287802 33.921241, -84.287738 33.922293, -84.287451 33.922482, -84.287214 33.922496, -84.286965 33.922491, -84.28673 33.922456, -84.286272 33.922357, -84.285951 33.922317, -84.285629 33.922288, -84.285305 33.922269, -84.284981 33.922263, -84.284765 33.92227, -84.28455 33.922286, -84.284337 33.922318, -84.284233 33.922341, -84.284029 33.922401, -84.283833 33.922478, -84.28374 33.922523, -84.283561 33.922624, -84.283397 33.922738, -84.283216 33.922935, -84.283128 33.923032, -84.282651 33.923515, -84.282433 33.923678, -84.28194 33.923933, -84.281874 33.923961, -84.282227 33.924693, -84.282596 33.925484, -84.282878 33.926132, -84.283012 33.92644, -84.283082 33.926608, -84.283259 33.927036, -84.279528 33.926997, -84.276987 33.926975, -84.274711 33.92696, -84.274358 33.927107, -84.27166 33.928308, -84.269898 33.929071, -84.269464 33.929259, -84.268148 33.929826, -84.26725 33.930214, -84.265602 33.930909, -84.265023 33.931162, -84.264928 33.931205, -84.265337 33.932576, -84.265499 33.932908, -84.265719 33.932833, -84.265859 33.933136, -84.26583 33.933149, -84.266402 33.934376, -84.266431 33.934362, -84.266508 33.934529, -84.266516 33.934541, -84.266546 33.934555, -84.266582 33.934656, -84.26661 33.934719, -84.266608 33.934744, -84.266955 33.935497, -84.266926 33.93551, -84.267175 33.936043, -84.267204 33.93603, -84.267291 33.936194, -84.267313 33.936213, -84.267328 33.936217, -84.267424 33.936356, -84.267411 33.936369, -84.267406 33.936381, -84.267406 33.9364, -84.267497 33.936558, -84.267457 33.936577, -84.26759 33.936807, -84.26775 33.937065, -84.26779 33.937187, -84.26773 33.937205, -84.267889 33.937441, -84.267938 33.937648, -84.268179 33.938115, -84.269257 33.940146, -84.268089 33.94071, -84.268332 33.941059, -84.268761 33.940853, -84.26902 33.941204, -84.269166 33.941134, -84.269263 33.941334, -84.26978 33.94245, -84.270466 33.944008, -84.270295 33.944406, -84.270023 33.945233, -84.269908 33.945914, -84.267254 33.947135, -84.267003 33.94725, -84.266322 33.947601, -84.266152 33.947681, -84.265868 33.947925, -84.266516 33.948845, -84.267204 33.949804, -84.268273 33.951336, -84.269539 33.953132, -84.269913 33.953654, -84.269942 33.953703, -84.270499 33.954501, -84.270683 33.954767, -84.27147 33.955892, -84.271817 33.95574, -84.272373 33.955473, -84.273628 33.954866, -84.273772 33.954788, -84.274989 33.954224, -84.27521 33.954399, -84.275454 33.954586, -84.275546 33.954722, -84.275465 33.954813, -84.275388 33.954932, -84.2753 33.955154, -84.275559 33.955215, -84.276025 33.955314, -84.276012 33.955408, -84.275895 33.95613, -84.276449 33.956362, -84.276454 33.956381, -84.2764 33.956658, -84.276801 33.957029))\", \"region_name\": \"Dunwoody\", \"wikidata\": \"Q1208436\", \"wikipedia\": \"en:Dunwoody, Georgia\", \"place\": \"town\", \"admin_level\": \"8\", \"population\": \"46609\"}}}"} -{"id": "raster_only/elevation+coverage/0009", "group": "raster_only", "template": "elevation+coverage", "question": "What percentage of the region Boles Acres, New Mexico is at or above 300 m elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-105.951448 32.850035, -105.951578 32.849939, -105.951754 32.84984, -105.95191 32.849714, -105.95219 32.849373, -105.95247 32.849142, -105.952652 32.84895, -105.952887 32.84868, -105.953128 32.848438, -105.953447 32.848207, -105.953519 32.848118, -105.953636 32.847872, -105.95374 32.847762, -105.953942 32.847641, -105.954938 32.847206, -105.955603 32.846871, -105.955785 32.846761, -105.955954 32.846579, -105.956189 32.846392, -105.95643 32.846227, -105.957159 32.845837, -105.95742 32.845709, -105.957706 32.845578, -105.958175 32.845391, -105.958168 32.844949, -105.958831 32.844929, -105.959211 32.844997, -105.959427 32.844882, -105.961319 32.844557, -105.962537 32.844532, -105.962834 32.844645, -105.962833 32.844558, -105.970094 32.844509, -105.980465 32.84444, -105.980436 32.84004, -105.980384 32.837053, -105.980394 32.829726, -105.989163 32.829722, -106.001021 32.829722, -106.002777 32.828107, -106.004872 32.826408, -106.006869 32.824793, -106.006881 32.82443, -106.007081 32.818742, -106.013147 32.818789, -106.015944 32.815391, -106.016025 32.815139, -106.016263 32.814978, -106.016539 32.814631, -106.023703 32.805977, -106.025417 32.804076, -106.025661 32.803893, -106.025688 32.803663, -106.036814 32.790194, -106.036868 32.790011, -106.03714 32.789806, -106.037167 32.789599, -106.019698 32.796943, -106.017641 32.798637, -106.01652 32.798321, -106.016335 32.797705, -106.013039 32.791891, -106.012925 32.791635, -106.012918 32.791108, -106.013436 32.789856, -106.013507 32.789375, -106.012914 32.788227, -106.011437 32.78573, -106.00991 32.785764, -106.001311 32.785921, -106.00054 32.785736, -105.995185 32.785899, -105.995131 32.786816, -105.995457 32.787388, -105.995376 32.787595, -105.994562 32.7881, -105.994535 32.788214, -105.993871 32.788485, -105.981991 32.795148, -105.979495 32.796554, -105.979048 32.796745, -105.978948 32.797371, -105.978741 32.798633, -105.978492 32.800342, -105.978332 32.801266, -105.978259 32.801658, -105.978188 32.802058, -105.977832 32.804063, -105.977582 32.80547, -105.9772 32.80762, -105.977007 32.808835, -105.976877 32.809511, -105.976575 32.81131, -105.976478 32.811943, -105.9764 32.812373, -105.976285 32.813058, -105.976225 32.81342, -105.975897 32.815379, -105.975844 32.81569, -105.975023 32.815604, -105.974734 32.815614, -105.974471 32.815616, -105.971492 32.815716, -105.969034 32.815803, -105.965867 32.815914, -105.962621 32.816029, -105.962349 32.816039, -105.959582 32.8162, -105.958253 32.816406, -105.958117 32.816474, -105.956001 32.817323, -105.955377 32.817438, -105.945897 32.817528, -105.945622 32.817528, -105.945625 32.817386, -105.945616 32.817138, -105.945528 32.817124, -105.94532 32.817196, -105.944838 32.81758, -105.944682 32.817658, -105.944324 32.817647, -105.94377 32.817647, -105.943458 32.81758, -105.943347 32.817466, -105.942976 32.817219, -105.942767 32.817186, -105.942644 32.817301, -105.942416 32.81745, -105.942103 32.817472, -105.941784 32.817527, -105.941634 32.817521, -105.941406 32.817608, -105.941218 32.817664, -105.940983 32.817648, -105.940827 32.817648, -105.94071 32.817692, -105.940553 32.817725, -105.94041 32.817619, -105.940124 32.817636, -105.940032 32.817675, -105.939902 32.817615, -105.9397 32.81756, -105.93959 32.817571, -105.939446 32.817608, -105.938769 32.817373, -105.938509 32.817307, -105.938157 32.81729, -105.937708 32.817301, -105.936588 32.817373, -105.936334 32.817417, -105.936099 32.817433, -105.935683 32.817433, -105.93537 32.817383, -105.935064 32.81729, -105.934804 32.81718, -105.934602 32.817158, -105.934413 32.817164, -105.934237 32.81723, -105.933644 32.817515, -105.93313 32.817697, -105.93242 32.817994, -105.931912 32.818165, -105.931639 32.818269, -105.931496 32.818351, -105.931216 32.81839, -105.930708 32.818495, -105.930376 32.8185, -105.93005 32.818423, -105.929751 32.818308, -105.929327 32.818049, -105.92895 32.817928, -105.927686 32.817648, -105.927335 32.817593, -105.926651 32.817455, -105.926 32.817268, -105.925779 32.817219, -105.926757 32.818373, -105.928507 32.819826, -105.9286 32.821399, -105.928647 32.821843, -105.928008 32.823286, -105.928091 32.823433, -105.928112 32.82347, -105.928971 32.82339, -105.929131 32.823376, -105.929684 32.822989, -105.931266 32.822329, -105.93202 32.82146, -105.932459 32.820726, -105.933333 32.821154, -105.933447 32.821663, -105.933303 32.822581, -105.933197 32.823148, -105.933758 32.824292, -105.933966 32.825139, -105.933727 32.825656, -105.93304 32.826276, -105.932858 32.827067, -105.932162 32.827688, -105.931809 32.828511, -105.931826 32.828898, -105.932263 32.829818, -105.93212 32.830132, -105.931414 32.830705, -105.930548 32.830874, -105.930147 32.831381, -105.930089 32.831744, -105.930229 32.833907, -105.930505 32.834625, -105.930589 32.835633, -105.930512 32.836084, -105.92677 32.83448, -105.926046 32.834471, -105.925665 32.834615, -105.925699 32.834736, -105.925699 32.834857, -105.925608 32.834985, -105.925432 32.835067, -105.925334 32.835149, -105.925295 32.835276, -105.92536 32.83543, -105.925464 32.835462, -105.925966 32.835468, -105.926402 32.835501, -105.926682 32.835479, -105.92693 32.835414, -105.927092 32.835397, -105.927262 32.835419, -105.927359 32.835512, -105.927425 32.835875, -105.927399 32.836145, -105.927438 32.836244, -105.927542 32.836402, -105.927711 32.836491, -105.927939 32.83659, -105.928467 32.836678, -105.928662 32.836672, -105.928844 32.836612, -105.929079 32.836464, -105.929255 32.836402, -105.929326 32.836398, -105.929352 32.836447, -105.929391 32.836585, -105.929405 32.836733, -105.92932 32.837063, -105.929333 32.837168, -105.929398 32.837255, -105.92973 32.837322, -105.929997 32.837322, -105.930147 32.837376, -105.93042 32.837618, -105.930583 32.837696, -105.930798 32.837722, -105.931026 32.837696, -105.931332 32.837701, -105.931534 32.837729, -105.932055 32.837778, -105.93244 32.837773, -105.932707 32.837795, -105.932935 32.83785, -105.933254 32.838102, -105.933469 32.8382, -105.934289 32.838459, -105.934459 32.838619, -105.934595 32.83885, -105.934648 32.839032, -105.934635 32.839257, -105.934674 32.839405, -105.934758 32.839554, -105.935045 32.83974, -105.935221 32.839878, -105.935429 32.839982, -105.935592 32.840043, -105.936139 32.840076, -105.936445 32.840103, -105.936771 32.840175, -105.937045 32.840263, -105.937338 32.840379, -105.937995 32.840747, -105.938217 32.840846, -105.938562 32.840967, -105.938862 32.841088, -105.939122 32.841231, -105.939604 32.841549, -105.939839 32.84172, -105.940073 32.841814, -105.940347 32.841873, -105.940542 32.84194, -105.940653 32.84205, -105.940692 32.842325, -105.94079 32.842452, -105.940998 32.842534, -105.94135 32.842523, -105.941591 32.842495, -105.941786 32.842441, -105.941962 32.842346, -105.942132 32.842336, -105.942809 32.842446, -105.943193 32.842478, -105.943617 32.84244, -105.943571 32.842501, -105.943395 32.842622, -105.9432 32.84272, -105.942894 32.842841, -105.942607 32.84293, -105.942008 32.843172, -105.942008 32.843386, -105.941975 32.843562, -105.94191 32.843744, -105.941741 32.843997, -105.941611 32.844019, -105.94148 32.844019, -105.941331 32.843997, -105.941142 32.844019, -105.940933 32.844123, -105.94081 32.844228, -105.940666 32.844305, -105.94049 32.844316, -105.940262 32.844288, -105.940021 32.844239, -105.939846 32.844233, -105.939683 32.844271, -105.93952 32.844382, -105.939461 32.844513, -105.939409 32.844602, -105.939338 32.844634, -105.939142 32.844662, -105.938979 32.844668, -105.938797 32.844695, -105.938647 32.844745, -105.938543 32.844827, -105.938517 32.84498, -105.938471 32.845135, -105.938419 32.845194, -105.937976 32.845393, -105.937735 32.845525, -105.937592 32.845635, -105.937357 32.845844, -105.937175 32.846026, -105.936895 32.846272, -105.936647 32.846471, -105.936446 32.846663, -105.936257 32.84679, -105.936016 32.846905, -105.935801 32.846977, -105.935664 32.847071, -105.935514 32.84723, -105.93543 32.84734, -105.935286 32.847527, -105.935136 32.847769, -105.935 32.847928, -105.934921 32.847982, -105.934931 32.849677, -105.934945 32.85147, -105.934951 32.852248, -105.934943 32.853023, -105.934933 32.854139, -105.934893 32.858505, -105.935321 32.857751, -105.935217 32.853977, -105.93543 32.853856, -105.935827 32.853718, -105.936407 32.853581, -105.936941 32.853509, -105.937462 32.853509, -105.937586 32.85353, -105.938693 32.853057, -105.938889 32.853014, -105.939182 32.852981, -105.939794 32.853046, -105.940087 32.853009, -105.940621 32.85291, -105.941208 32.852936, -105.941573 32.852904, -105.942165 32.852794, -105.942465 32.852761, -105.942706 32.852722, -105.943351 32.852563, -105.943676 32.852514, -105.943931 32.852497, -105.944185 32.852452, -105.94438 32.852387, -105.944914 32.85214, -105.945025 32.852046, -105.945162 32.851909, -105.945292 32.851837, -105.945468 32.851804, -105.945663 32.851726, -105.945865 32.851601, -105.946289 32.851374, -105.946406 32.851293, -105.946556 32.851242, -105.946606 32.851232, -105.946616 32.850035, -105.951448 32.850035))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 300 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 45.71114199675701}]", "question_entities": "{\"[2]\": {\"elevation\": 300}, \"[3]\": {\"region_name\": \"Boles Acres, New Mexico\", \"geo_wkt\": \"POLYGON ((-105.951448 32.850035, -105.951578 32.849939, -105.951754 32.84984, -105.95191 32.849714, -105.95219 32.849373, -105.95247 32.849142, -105.952652 32.84895, -105.952887 32.84868, -105.953128 32.848438, -105.953447 32.848207, -105.953519 32.848118, -105.953636 32.847872, -105.95374 32.847762, -105.953942 32.847641, -105.954938 32.847206, -105.955603 32.846871, -105.955785 32.846761, -105.955954 32.846579, -105.956189 32.846392, -105.95643 32.846227, -105.957159 32.845837, -105.95742 32.845709, -105.957706 32.845578, -105.958175 32.845391, -105.958168 32.844949, -105.958831 32.844929, -105.959211 32.844997, -105.959427 32.844882, -105.961319 32.844557, -105.962537 32.844532, -105.962834 32.844645, -105.962833 32.844558, -105.970094 32.844509, -105.980465 32.84444, -105.980436 32.84004, -105.980384 32.837053, -105.980394 32.829726, -105.989163 32.829722, -106.001021 32.829722, -106.002777 32.828107, -106.004872 32.826408, -106.006869 32.824793, -106.006881 32.82443, -106.007081 32.818742, -106.013147 32.818789, -106.015944 32.815391, -106.016025 32.815139, -106.016263 32.814978, -106.016539 32.814631, -106.023703 32.805977, -106.025417 32.804076, -106.025661 32.803893, -106.025688 32.803663, -106.036814 32.790194, -106.036868 32.790011, -106.03714 32.789806, -106.037167 32.789599, -106.019698 32.796943, -106.017641 32.798637, -106.01652 32.798321, -106.016335 32.797705, -106.013039 32.791891, -106.012925 32.791635, -106.012918 32.791108, -106.013436 32.789856, -106.013507 32.789375, -106.012914 32.788227, -106.011437 32.78573, -106.00991 32.785764, -106.001311 32.785921, -106.00054 32.785736, -105.995185 32.785899, -105.995131 32.786816, -105.995457 32.787388, -105.995376 32.787595, -105.994562 32.7881, -105.994535 32.788214, -105.993871 32.788485, -105.981991 32.795148, -105.979495 32.796554, -105.979048 32.796745, -105.978948 32.797371, -105.978741 32.798633, -105.978492 32.800342, -105.978332 32.801266, -105.978259 32.801658, -105.978188 32.802058, -105.977832 32.804063, -105.977582 32.80547, -105.9772 32.80762, -105.977007 32.808835, -105.976877 32.809511, -105.976575 32.81131, -105.976478 32.811943, -105.9764 32.812373, -105.976285 32.813058, -105.976225 32.81342, -105.975897 32.815379, -105.975844 32.81569, -105.975023 32.815604, -105.974734 32.815614, -105.974471 32.815616, -105.971492 32.815716, -105.969034 32.815803, -105.965867 32.815914, -105.962621 32.816029, -105.962349 32.816039, -105.959582 32.8162, -105.958253 32.816406, -105.958117 32.816474, -105.956001 32.817323, -105.955377 32.817438, -105.945897 32.817528, -105.945622 32.817528, -105.945625 32.817386, -105.945616 32.817138, -105.945528 32.817124, -105.94532 32.817196, -105.944838 32.81758, -105.944682 32.817658, -105.944324 32.817647, -105.94377 32.817647, -105.943458 32.81758, -105.943347 32.817466, -105.942976 32.817219, -105.942767 32.817186, -105.942644 32.817301, -105.942416 32.81745, -105.942103 32.817472, -105.941784 32.817527, -105.941634 32.817521, -105.941406 32.817608, -105.941218 32.817664, -105.940983 32.817648, -105.940827 32.817648, -105.94071 32.817692, -105.940553 32.817725, -105.94041 32.817619, -105.940124 32.817636, -105.940032 32.817675, -105.939902 32.817615, -105.9397 32.81756, -105.93959 32.817571, -105.939446 32.817608, -105.938769 32.817373, -105.938509 32.817307, -105.938157 32.81729, -105.937708 32.817301, -105.936588 32.817373, -105.936334 32.817417, -105.936099 32.817433, -105.935683 32.817433, -105.93537 32.817383, -105.935064 32.81729, -105.934804 32.81718, -105.934602 32.817158, -105.934413 32.817164, -105.934237 32.81723, -105.933644 32.817515, -105.93313 32.817697, -105.93242 32.817994, -105.931912 32.818165, -105.931639 32.818269, -105.931496 32.818351, -105.931216 32.81839, -105.930708 32.818495, -105.930376 32.8185, -105.93005 32.818423, -105.929751 32.818308, -105.929327 32.818049, -105.92895 32.817928, -105.927686 32.817648, -105.927335 32.817593, -105.926651 32.817455, -105.926 32.817268, -105.925779 32.817219, -105.926757 32.818373, -105.928507 32.819826, -105.9286 32.821399, -105.928647 32.821843, -105.928008 32.823286, -105.928091 32.823433, -105.928112 32.82347, -105.928971 32.82339, -105.929131 32.823376, -105.929684 32.822989, -105.931266 32.822329, -105.93202 32.82146, -105.932459 32.820726, -105.933333 32.821154, -105.933447 32.821663, -105.933303 32.822581, -105.933197 32.823148, -105.933758 32.824292, -105.933966 32.825139, -105.933727 32.825656, -105.93304 32.826276, -105.932858 32.827067, -105.932162 32.827688, -105.931809 32.828511, -105.931826 32.828898, -105.932263 32.829818, -105.93212 32.830132, -105.931414 32.830705, -105.930548 32.830874, -105.930147 32.831381, -105.930089 32.831744, -105.930229 32.833907, -105.930505 32.834625, -105.930589 32.835633, -105.930512 32.836084, -105.92677 32.83448, -105.926046 32.834471, -105.925665 32.834615, -105.925699 32.834736, -105.925699 32.834857, -105.925608 32.834985, -105.925432 32.835067, -105.925334 32.835149, -105.925295 32.835276, -105.92536 32.83543, -105.925464 32.835462, -105.925966 32.835468, -105.926402 32.835501, -105.926682 32.835479, -105.92693 32.835414, -105.927092 32.835397, -105.927262 32.835419, -105.927359 32.835512, -105.927425 32.835875, -105.927399 32.836145, -105.927438 32.836244, -105.927542 32.836402, -105.927711 32.836491, -105.927939 32.83659, -105.928467 32.836678, -105.928662 32.836672, -105.928844 32.836612, -105.929079 32.836464, -105.929255 32.836402, -105.929326 32.836398, -105.929352 32.836447, -105.929391 32.836585, -105.929405 32.836733, -105.92932 32.837063, -105.929333 32.837168, -105.929398 32.837255, -105.92973 32.837322, -105.929997 32.837322, -105.930147 32.837376, -105.93042 32.837618, -105.930583 32.837696, -105.930798 32.837722, -105.931026 32.837696, -105.931332 32.837701, -105.931534 32.837729, -105.932055 32.837778, -105.93244 32.837773, -105.932707 32.837795, -105.932935 32.83785, -105.933254 32.838102, -105.933469 32.8382, -105.934289 32.838459, -105.934459 32.838619, -105.934595 32.83885, -105.934648 32.839032, -105.934635 32.839257, -105.934674 32.839405, -105.934758 32.839554, -105.935045 32.83974, -105.935221 32.839878, -105.935429 32.839982, -105.935592 32.840043, -105.936139 32.840076, -105.936445 32.840103, -105.936771 32.840175, -105.937045 32.840263, -105.937338 32.840379, -105.937995 32.840747, -105.938217 32.840846, -105.938562 32.840967, -105.938862 32.841088, -105.939122 32.841231, -105.939604 32.841549, -105.939839 32.84172, -105.940073 32.841814, -105.940347 32.841873, -105.940542 32.84194, -105.940653 32.84205, -105.940692 32.842325, -105.94079 32.842452, -105.940998 32.842534, -105.94135 32.842523, -105.941591 32.842495, -105.941786 32.842441, -105.941962 32.842346, -105.942132 32.842336, -105.942809 32.842446, -105.943193 32.842478, -105.943617 32.84244, -105.943571 32.842501, -105.943395 32.842622, -105.9432 32.84272, -105.942894 32.842841, -105.942607 32.84293, -105.942008 32.843172, -105.942008 32.843386, -105.941975 32.843562, -105.94191 32.843744, -105.941741 32.843997, -105.941611 32.844019, -105.94148 32.844019, -105.941331 32.843997, -105.941142 32.844019, -105.940933 32.844123, -105.94081 32.844228, -105.940666 32.844305, -105.94049 32.844316, -105.940262 32.844288, -105.940021 32.844239, -105.939846 32.844233, -105.939683 32.844271, -105.93952 32.844382, -105.939461 32.844513, -105.939409 32.844602, -105.939338 32.844634, -105.939142 32.844662, -105.938979 32.844668, -105.938797 32.844695, -105.938647 32.844745, -105.938543 32.844827, -105.938517 32.84498, -105.938471 32.845135, -105.938419 32.845194, -105.937976 32.845393, -105.937735 32.845525, -105.937592 32.845635, -105.937357 32.845844, -105.937175 32.846026, -105.936895 32.846272, -105.936647 32.846471, -105.936446 32.846663, -105.936257 32.84679, -105.936016 32.846905, -105.935801 32.846977, -105.935664 32.847071, -105.935514 32.84723, -105.93543 32.84734, -105.935286 32.847527, -105.935136 32.847769, -105.935 32.847928, -105.934921 32.847982, -105.934931 32.849677, -105.934945 32.85147, -105.934951 32.852248, -105.934943 32.853023, -105.934933 32.854139, -105.934893 32.858505, -105.935321 32.857751, -105.935217 32.853977, -105.93543 32.853856, -105.935827 32.853718, -105.936407 32.853581, -105.936941 32.853509, -105.937462 32.853509, -105.937586 32.85353, -105.938693 32.853057, -105.938889 32.853014, -105.939182 32.852981, -105.939794 32.853046, -105.940087 32.853009, -105.940621 32.85291, -105.941208 32.852936, -105.941573 32.852904, -105.942165 32.852794, -105.942465 32.852761, -105.942706 32.852722, -105.943351 32.852563, -105.943676 32.852514, -105.943931 32.852497, -105.944185 32.852452, -105.94438 32.852387, -105.944914 32.85214, -105.945025 32.852046, -105.945162 32.851909, -105.945292 32.851837, -105.945468 32.851804, -105.945663 32.851726, -105.945865 32.851601, -105.946289 32.851374, -105.946406 32.851293, -105.946556 32.851242, -105.946606 32.851232, -105.946616 32.850035, -105.951448 32.850035))\", \"region\": {\"id\": 16186, \"geometry\": \"POLYGON ((-105.951448 32.850035, -105.951578 32.849939, -105.951754 32.84984, -105.95191 32.849714, -105.95219 32.849373, -105.95247 32.849142, -105.952652 32.84895, -105.952887 32.84868, -105.953128 32.848438, -105.953447 32.848207, -105.953519 32.848118, -105.953636 32.847872, -105.95374 32.847762, -105.953942 32.847641, -105.954938 32.847206, -105.955603 32.846871, -105.955785 32.846761, -105.955954 32.846579, -105.956189 32.846392, -105.95643 32.846227, -105.957159 32.845837, -105.95742 32.845709, -105.957706 32.845578, -105.958175 32.845391, -105.958168 32.844949, -105.958831 32.844929, -105.959211 32.844997, -105.959427 32.844882, -105.961319 32.844557, -105.962537 32.844532, -105.962834 32.844645, -105.962833 32.844558, -105.970094 32.844509, -105.980465 32.84444, -105.980436 32.84004, -105.980384 32.837053, -105.980394 32.829726, -105.989163 32.829722, -106.001021 32.829722, -106.002777 32.828107, -106.004872 32.826408, -106.006869 32.824793, -106.006881 32.82443, -106.007081 32.818742, -106.013147 32.818789, -106.015944 32.815391, -106.016025 32.815139, -106.016263 32.814978, -106.016539 32.814631, -106.023703 32.805977, -106.025417 32.804076, -106.025661 32.803893, -106.025688 32.803663, -106.036814 32.790194, -106.036868 32.790011, -106.03714 32.789806, -106.037167 32.789599, -106.019698 32.796943, -106.017641 32.798637, -106.01652 32.798321, -106.016335 32.797705, -106.013039 32.791891, -106.012925 32.791635, -106.012918 32.791108, -106.013436 32.789856, -106.013507 32.789375, -106.012914 32.788227, -106.011437 32.78573, -106.00991 32.785764, -106.001311 32.785921, -106.00054 32.785736, -105.995185 32.785899, -105.995131 32.786816, -105.995457 32.787388, -105.995376 32.787595, -105.994562 32.7881, -105.994535 32.788214, -105.993871 32.788485, -105.981991 32.795148, -105.979495 32.796554, -105.979048 32.796745, -105.978948 32.797371, -105.978741 32.798633, -105.978492 32.800342, -105.978332 32.801266, -105.978259 32.801658, -105.978188 32.802058, -105.977832 32.804063, -105.977582 32.80547, -105.9772 32.80762, -105.977007 32.808835, -105.976877 32.809511, -105.976575 32.81131, -105.976478 32.811943, -105.9764 32.812373, -105.976285 32.813058, -105.976225 32.81342, -105.975897 32.815379, -105.975844 32.81569, -105.975023 32.815604, -105.974734 32.815614, -105.974471 32.815616, -105.971492 32.815716, -105.969034 32.815803, -105.965867 32.815914, -105.962621 32.816029, -105.962349 32.816039, -105.959582 32.8162, -105.958253 32.816406, -105.958117 32.816474, -105.956001 32.817323, -105.955377 32.817438, -105.945897 32.817528, -105.945622 32.817528, -105.945625 32.817386, -105.945616 32.817138, -105.945528 32.817124, -105.94532 32.817196, -105.944838 32.81758, -105.944682 32.817658, -105.944324 32.817647, -105.94377 32.817647, -105.943458 32.81758, -105.943347 32.817466, -105.942976 32.817219, -105.942767 32.817186, -105.942644 32.817301, -105.942416 32.81745, -105.942103 32.817472, -105.941784 32.817527, -105.941634 32.817521, -105.941406 32.817608, -105.941218 32.817664, -105.940983 32.817648, -105.940827 32.817648, -105.94071 32.817692, -105.940553 32.817725, -105.94041 32.817619, -105.940124 32.817636, -105.940032 32.817675, -105.939902 32.817615, -105.9397 32.81756, -105.93959 32.817571, -105.939446 32.817608, -105.938769 32.817373, -105.938509 32.817307, -105.938157 32.81729, -105.937708 32.817301, -105.936588 32.817373, -105.936334 32.817417, -105.936099 32.817433, -105.935683 32.817433, -105.93537 32.817383, -105.935064 32.81729, -105.934804 32.81718, -105.934602 32.817158, -105.934413 32.817164, -105.934237 32.81723, -105.933644 32.817515, -105.93313 32.817697, -105.93242 32.817994, -105.931912 32.818165, -105.931639 32.818269, -105.931496 32.818351, -105.931216 32.81839, -105.930708 32.818495, -105.930376 32.8185, -105.93005 32.818423, -105.929751 32.818308, -105.929327 32.818049, -105.92895 32.817928, -105.927686 32.817648, -105.927335 32.817593, -105.926651 32.817455, -105.926 32.817268, -105.925779 32.817219, -105.926757 32.818373, -105.928507 32.819826, -105.9286 32.821399, -105.928647 32.821843, -105.928008 32.823286, -105.928091 32.823433, -105.928112 32.82347, -105.928971 32.82339, -105.929131 32.823376, -105.929684 32.822989, -105.931266 32.822329, -105.93202 32.82146, -105.932459 32.820726, -105.933333 32.821154, -105.933447 32.821663, -105.933303 32.822581, -105.933197 32.823148, -105.933758 32.824292, -105.933966 32.825139, -105.933727 32.825656, -105.93304 32.826276, -105.932858 32.827067, -105.932162 32.827688, -105.931809 32.828511, -105.931826 32.828898, -105.932263 32.829818, -105.93212 32.830132, -105.931414 32.830705, -105.930548 32.830874, -105.930147 32.831381, -105.930089 32.831744, -105.930229 32.833907, -105.930505 32.834625, -105.930589 32.835633, -105.930512 32.836084, -105.92677 32.83448, -105.926046 32.834471, -105.925665 32.834615, -105.925699 32.834736, -105.925699 32.834857, -105.925608 32.834985, -105.925432 32.835067, -105.925334 32.835149, -105.925295 32.835276, -105.92536 32.83543, -105.925464 32.835462, -105.925966 32.835468, -105.926402 32.835501, -105.926682 32.835479, -105.92693 32.835414, -105.927092 32.835397, -105.927262 32.835419, -105.927359 32.835512, -105.927425 32.835875, -105.927399 32.836145, -105.927438 32.836244, -105.927542 32.836402, -105.927711 32.836491, -105.927939 32.83659, -105.928467 32.836678, -105.928662 32.836672, -105.928844 32.836612, -105.929079 32.836464, -105.929255 32.836402, -105.929326 32.836398, -105.929352 32.836447, -105.929391 32.836585, -105.929405 32.836733, -105.92932 32.837063, -105.929333 32.837168, -105.929398 32.837255, -105.92973 32.837322, -105.929997 32.837322, -105.930147 32.837376, -105.93042 32.837618, -105.930583 32.837696, -105.930798 32.837722, -105.931026 32.837696, -105.931332 32.837701, -105.931534 32.837729, -105.932055 32.837778, -105.93244 32.837773, -105.932707 32.837795, -105.932935 32.83785, -105.933254 32.838102, -105.933469 32.8382, -105.934289 32.838459, -105.934459 32.838619, -105.934595 32.83885, -105.934648 32.839032, -105.934635 32.839257, -105.934674 32.839405, -105.934758 32.839554, -105.935045 32.83974, -105.935221 32.839878, -105.935429 32.839982, -105.935592 32.840043, -105.936139 32.840076, -105.936445 32.840103, -105.936771 32.840175, -105.937045 32.840263, -105.937338 32.840379, -105.937995 32.840747, -105.938217 32.840846, -105.938562 32.840967, -105.938862 32.841088, -105.939122 32.841231, -105.939604 32.841549, -105.939839 32.84172, -105.940073 32.841814, -105.940347 32.841873, -105.940542 32.84194, -105.940653 32.84205, -105.940692 32.842325, -105.94079 32.842452, -105.940998 32.842534, -105.94135 32.842523, -105.941591 32.842495, -105.941786 32.842441, -105.941962 32.842346, -105.942132 32.842336, -105.942809 32.842446, -105.943193 32.842478, -105.943617 32.84244, -105.943571 32.842501, -105.943395 32.842622, -105.9432 32.84272, -105.942894 32.842841, -105.942607 32.84293, -105.942008 32.843172, -105.942008 32.843386, -105.941975 32.843562, -105.94191 32.843744, -105.941741 32.843997, -105.941611 32.844019, -105.94148 32.844019, -105.941331 32.843997, -105.941142 32.844019, -105.940933 32.844123, -105.94081 32.844228, -105.940666 32.844305, -105.94049 32.844316, -105.940262 32.844288, -105.940021 32.844239, -105.939846 32.844233, -105.939683 32.844271, -105.93952 32.844382, -105.939461 32.844513, -105.939409 32.844602, -105.939338 32.844634, -105.939142 32.844662, -105.938979 32.844668, -105.938797 32.844695, -105.938647 32.844745, -105.938543 32.844827, -105.938517 32.84498, -105.938471 32.845135, -105.938419 32.845194, -105.937976 32.845393, -105.937735 32.845525, -105.937592 32.845635, -105.937357 32.845844, -105.937175 32.846026, -105.936895 32.846272, -105.936647 32.846471, -105.936446 32.846663, -105.936257 32.84679, -105.936016 32.846905, -105.935801 32.846977, -105.935664 32.847071, -105.935514 32.84723, -105.93543 32.84734, -105.935286 32.847527, -105.935136 32.847769, -105.935 32.847928, -105.934921 32.847982, -105.934931 32.849677, -105.934945 32.85147, -105.934951 32.852248, -105.934943 32.853023, -105.934933 32.854139, -105.934893 32.858505, -105.935321 32.857751, -105.935217 32.853977, -105.93543 32.853856, -105.935827 32.853718, -105.936407 32.853581, -105.936941 32.853509, -105.937462 32.853509, -105.937586 32.85353, -105.938693 32.853057, -105.938889 32.853014, -105.939182 32.852981, -105.939794 32.853046, -105.940087 32.853009, -105.940621 32.85291, -105.941208 32.852936, -105.941573 32.852904, -105.942165 32.852794, -105.942465 32.852761, -105.942706 32.852722, -105.943351 32.852563, -105.943676 32.852514, -105.943931 32.852497, -105.944185 32.852452, -105.94438 32.852387, -105.944914 32.85214, -105.945025 32.852046, -105.945162 32.851909, -105.945292 32.851837, -105.945468 32.851804, -105.945663 32.851726, -105.945865 32.851601, -105.946289 32.851374, -105.946406 32.851293, -105.946556 32.851242, -105.946606 32.851232, -105.946616 32.850035, -105.951448 32.850035))\", \"region_name\": \"Boles Acres\", \"wikidata\": \"Q2781468\", \"wikipedia\": \"en:Boles Acres, New Mexico\", \"place\": \"locality\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0010", "group": "raster_only", "template": "elevation+coverage", "question": "Within Chemung, New York, what share of the area has elevation at or above 300 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.553881 42.025415, -76.55317 42.026804, -76.549198 42.03525, -76.541442 42.051565, -76.550665 42.079839, -76.552166 42.094824, -76.555141 42.113132, -76.605833 42.112097, -76.605648 42.108651, -76.645024 42.107931, -76.642776 42.058283, -76.684243 42.057224, -76.70028 42.056749, -76.712219 42.056434, -76.719909 42.056192, -76.719539 42.04776, -76.719164 42.039423, -76.719018 42.039201, -76.718891 42.038846, -76.719056 42.037866, -76.719205 42.037348, -76.719162 42.036849, -76.718517 42.035557, -76.718075 42.034955, -76.717655 42.034485, -76.717435 42.034146, -76.717407 42.033927, -76.71796 42.033719, -76.718973 42.033374, -76.719523 42.032968, -76.719658 42.032521, -76.719519 42.0317, -76.719294 42.030995, -76.719021 42.030406, -76.718735 42.029723, -76.71819 42.028703, -76.718148 42.028624, -76.717977 42.027902, -76.718034 42.027572, -76.718369 42.026607, -76.718363 42.026365, -76.718039 42.026313, -76.717647 42.026397, -76.717083 42.026596, -76.716894 42.026495, -76.716933 42.026249, -76.717231 42.025833, -76.717253 42.025586, -76.716954 42.025404, -76.715453 42.024817, -76.714936 42.024736, -76.714776 42.024783, -76.714833 42.025001, -76.715087 42.025379, -76.71494 42.025519, -76.714813 42.025564, -76.71421 42.025599, -76.712369 42.025384, -76.711877 42.025201, -76.711449 42.0247, -76.711016 42.024448, -76.710587 42.02435, -76.710242 42.024455, -76.710074 42.024683, -76.70989 42.024737, -76.709677 42.024611, -76.709638 42.02376, -76.709284 42.023732, -76.709028 42.02406, -76.709016 42.024439, -76.708948 42.024708, -76.705778 42.024288, -76.703765 42.02417, -76.701657 42.001246, -76.695297 42.001205, -76.676493 42.001104, -76.657038 42.000818, -76.638156 42.000683, -76.637986 42.000682, -76.625041 42.000578, -76.618471 42.000526, -76.579573 42.000204, -76.557695 42.000158, -76.557689 42.000638, -76.55765 42.001007, -76.557525 42.001601, -76.557513 42.001738, -76.557537 42.002065, -76.557413 42.002233, -76.557338 42.003079, -76.557371 42.003781, -76.557429 42.004343, -76.557656 42.005149, -76.557843 42.005623, -76.558422 42.006428, -76.558863 42.007034, -76.560738 42.00899, -76.561342 42.009559, -76.553881 42.025415))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 300 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 65.28250884009037}]", "question_entities": "{\"[2]\": {\"elevation\": 300}, \"[3]\": {\"region_name\": \"Chemung, New York\", \"geo_wkt\": \"POLYGON ((-76.553881 42.025415, -76.55317 42.026804, -76.549198 42.03525, -76.541442 42.051565, -76.550665 42.079839, -76.552166 42.094824, -76.555141 42.113132, -76.605833 42.112097, -76.605648 42.108651, -76.645024 42.107931, -76.642776 42.058283, -76.684243 42.057224, -76.70028 42.056749, -76.712219 42.056434, -76.719909 42.056192, -76.719539 42.04776, -76.719164 42.039423, -76.719018 42.039201, -76.718891 42.038846, -76.719056 42.037866, -76.719205 42.037348, -76.719162 42.036849, -76.718517 42.035557, -76.718075 42.034955, -76.717655 42.034485, -76.717435 42.034146, -76.717407 42.033927, -76.71796 42.033719, -76.718973 42.033374, -76.719523 42.032968, -76.719658 42.032521, -76.719519 42.0317, -76.719294 42.030995, -76.719021 42.030406, -76.718735 42.029723, -76.71819 42.028703, -76.718148 42.028624, -76.717977 42.027902, -76.718034 42.027572, -76.718369 42.026607, -76.718363 42.026365, -76.718039 42.026313, -76.717647 42.026397, -76.717083 42.026596, -76.716894 42.026495, -76.716933 42.026249, -76.717231 42.025833, -76.717253 42.025586, -76.716954 42.025404, -76.715453 42.024817, -76.714936 42.024736, -76.714776 42.024783, -76.714833 42.025001, -76.715087 42.025379, -76.71494 42.025519, -76.714813 42.025564, -76.71421 42.025599, -76.712369 42.025384, -76.711877 42.025201, -76.711449 42.0247, -76.711016 42.024448, -76.710587 42.02435, -76.710242 42.024455, -76.710074 42.024683, -76.70989 42.024737, -76.709677 42.024611, -76.709638 42.02376, -76.709284 42.023732, -76.709028 42.02406, -76.709016 42.024439, -76.708948 42.024708, -76.705778 42.024288, -76.703765 42.02417, -76.701657 42.001246, -76.695297 42.001205, -76.676493 42.001104, -76.657038 42.000818, -76.638156 42.000683, -76.637986 42.000682, -76.625041 42.000578, -76.618471 42.000526, -76.579573 42.000204, -76.557695 42.000158, -76.557689 42.000638, -76.55765 42.001007, -76.557525 42.001601, -76.557513 42.001738, -76.557537 42.002065, -76.557413 42.002233, -76.557338 42.003079, -76.557371 42.003781, -76.557429 42.004343, -76.557656 42.005149, -76.557843 42.005623, -76.558422 42.006428, -76.558863 42.007034, -76.560738 42.00899, -76.561342 42.009559, -76.553881 42.025415))\", \"region\": {\"id\": 35556, \"geometry\": \"POLYGON ((-76.553881 42.025415, -76.55317 42.026804, -76.549198 42.03525, -76.541442 42.051565, -76.550665 42.079839, -76.552166 42.094824, -76.555141 42.113132, -76.605833 42.112097, -76.605648 42.108651, -76.645024 42.107931, -76.642776 42.058283, -76.684243 42.057224, -76.70028 42.056749, -76.712219 42.056434, -76.719909 42.056192, -76.719539 42.04776, -76.719164 42.039423, -76.719018 42.039201, -76.718891 42.038846, -76.719056 42.037866, -76.719205 42.037348, -76.719162 42.036849, -76.718517 42.035557, -76.718075 42.034955, -76.717655 42.034485, -76.717435 42.034146, -76.717407 42.033927, -76.71796 42.033719, -76.718973 42.033374, -76.719523 42.032968, -76.719658 42.032521, -76.719519 42.0317, -76.719294 42.030995, -76.719021 42.030406, -76.718735 42.029723, -76.71819 42.028703, -76.718148 42.028624, -76.717977 42.027902, -76.718034 42.027572, -76.718369 42.026607, -76.718363 42.026365, -76.718039 42.026313, -76.717647 42.026397, -76.717083 42.026596, -76.716894 42.026495, -76.716933 42.026249, -76.717231 42.025833, -76.717253 42.025586, -76.716954 42.025404, -76.715453 42.024817, -76.714936 42.024736, -76.714776 42.024783, -76.714833 42.025001, -76.715087 42.025379, -76.71494 42.025519, -76.714813 42.025564, -76.71421 42.025599, -76.712369 42.025384, -76.711877 42.025201, -76.711449 42.0247, -76.711016 42.024448, -76.710587 42.02435, -76.710242 42.024455, -76.710074 42.024683, -76.70989 42.024737, -76.709677 42.024611, -76.709638 42.02376, -76.709284 42.023732, -76.709028 42.02406, -76.709016 42.024439, -76.708948 42.024708, -76.705778 42.024288, -76.703765 42.02417, -76.701657 42.001246, -76.695297 42.001205, -76.676493 42.001104, -76.657038 42.000818, -76.638156 42.000683, -76.637986 42.000682, -76.625041 42.000578, -76.618471 42.000526, -76.579573 42.000204, -76.557695 42.000158, -76.557689 42.000638, -76.55765 42.001007, -76.557525 42.001601, -76.557513 42.001738, -76.557537 42.002065, -76.557413 42.002233, -76.557338 42.003079, -76.557371 42.003781, -76.557429 42.004343, -76.557656 42.005149, -76.557843 42.005623, -76.558422 42.006428, -76.558863 42.007034, -76.560738 42.00899, -76.561342 42.009559, -76.553881 42.025415))\", \"region_name\": \"Town of Chemung\", \"border_type\": \"town\", \"wikidata\": \"Q3708424\", \"wikipedia\": \"en:Chemung, New York\", \"admin_level\": \"7\", \"population\": \"2358\"}}}"} -{"id": "raster_only/elevation+coverage/0011", "group": "raster_only", "template": "elevation+coverage", "question": "What percent of Alpha, New Jersey has elevation of at least 340 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.166548 40.656157, -75.167481 40.658567, -75.16754 40.658773, -75.167714 40.659909, -75.167953 40.660795, -75.168119 40.661287, -75.168236 40.661664, -75.168366 40.662078, -75.168504 40.662491, -75.168589 40.662898, -75.168685 40.663404, -75.16881 40.663911, -75.168874 40.664453, -75.169042 40.665331, -75.168961 40.665338, -75.16842 40.665412, -75.168268 40.665431, -75.166512 40.665685, -75.165794 40.665785, -75.165735 40.665795, -75.165311 40.665853, -75.164195 40.666022, -75.163084 40.666177, -75.161958 40.666338, -75.160837 40.666493, -75.16043 40.666551, -75.160911 40.668463, -75.160812 40.668471, -75.160467 40.668547, -75.159916 40.668613, -75.160095 40.66941, -75.160224 40.669984, -75.160268 40.670212, -75.159801 40.670278, -75.16001 40.67112, -75.160099 40.671459, -75.16026 40.672019, -75.160099 40.671971, -75.159312 40.671779, -75.158342 40.671556, -75.158051 40.671475, -75.156835 40.671651, -75.155079 40.671931, -75.154936 40.671863, -75.154639 40.671729, -75.154423 40.671641, -75.153997 40.671507, -75.153726 40.671441, -75.153265 40.671373, -75.153222 40.67137, -75.152814 40.671591, -75.151945 40.672092, -75.151511 40.672376, -75.150024 40.671681, -75.149876 40.671387, -75.149752 40.67118, -75.149503 40.670734, -75.149431 40.670618, -75.149371 40.670537, -75.149271 40.670435, -75.149128 40.670331, -75.14891 40.670146, -75.148564 40.669878, -75.148127 40.669499, -75.148047 40.669415, -75.147904 40.669293, -75.147721 40.66915, -75.147487 40.668983, -75.147193 40.668793, -75.146879 40.668599, -75.146003 40.668121, -75.145555 40.667856, -75.144947 40.667409, -75.144717 40.667254, -75.144483 40.667069, -75.143434 40.666309, -75.14289 40.665901, -75.142469 40.665564, -75.14227 40.665385, -75.142023 40.665173, -75.141681 40.664869, -75.141089 40.664332, -75.140826 40.664094, -75.140377 40.663705, -75.139466 40.66289, -75.138985 40.662481, -75.138766 40.662302, -75.138504 40.662099, -75.137782 40.661596, -75.137512 40.661402, -75.137039 40.661084, -75.136857 40.660985, -75.135728 40.660448, -75.13509 40.660136, -75.134825 40.66, -75.134595 40.659899, -75.134457 40.659849, -75.134358 40.659825, -75.134265 40.659812, -75.134425 40.659712, -75.137468 40.659745, -75.138557 40.659612, -75.139695 40.659137, -75.141089 40.658171, -75.141874 40.657491, -75.142782 40.656719, -75.144969 40.656504, -75.146216 40.656408, -75.146697 40.656384, -75.147526 40.656343, -75.147238 40.655919, -75.147071 40.655673, -75.147236 40.655534, -75.147503 40.6557, -75.14761 40.655766, -75.151385 40.658103, -75.153712 40.65775, -75.153326 40.655757, -75.154051 40.655651, -75.156556 40.655228, -75.156475 40.654927, -75.156301 40.65428, -75.156164 40.653755, -75.156087 40.653509, -75.155997 40.653287, -75.155991 40.653273, -75.155913 40.653132, -75.15596 40.653055, -75.155972 40.653025, -75.155973 40.652999, -75.155958 40.652924, -75.155873 40.652638, -75.155755 40.652279, -75.155736 40.652135, -75.15569 40.651965, -75.155682 40.65191, -75.155682 40.651872, -75.155687 40.651849, -75.155701 40.651825, -75.155726 40.651805, -75.155845 40.651765, -75.156384 40.651624, -75.158627 40.65102, -75.159295 40.650828, -75.159511 40.650775, -75.160177 40.650521, -75.160797 40.650285, -75.161925 40.649969, -75.162056 40.649872, -75.162231 40.649817, -75.1625 40.649721, -75.162961 40.649543, -75.16363 40.649301, -75.164241 40.649062, -75.16459 40.648934, -75.164755 40.648863, -75.165005 40.648711, -75.165127 40.648614, -75.165328 40.648441, -75.166068 40.647804, -75.167279 40.646742, -75.167558 40.646488, -75.16809 40.646018, -75.168533 40.64566, -75.168828 40.645438, -75.169111 40.645236, -75.169651 40.644872, -75.170984 40.643942, -75.171868 40.643314, -75.172179 40.643113, -75.172368 40.642999, -75.172441 40.643139, -75.173352 40.645094, -75.173644 40.645752, -75.1738 40.646069, -75.173873 40.646219, -75.174203 40.646926, -75.172058 40.648278, -75.173109 40.649308, -75.171054 40.650254, -75.171477 40.651957, -75.170788 40.65222, -75.170803 40.652383, -75.170831 40.652664, -75.170426 40.652841, -75.169996 40.653008, -75.17026 40.653446, -75.170971 40.654843, -75.170705 40.654929, -75.170529 40.65498, -75.170213 40.655073, -75.166548 40.656157))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 340 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 0.0}]", "question_entities": "{\"[2]\": {\"elevation\": 340}, \"[3]\": {\"region_name\": \"Alpha, New Jersey\", \"geo_wkt\": \"POLYGON ((-75.166548 40.656157, -75.167481 40.658567, -75.16754 40.658773, -75.167714 40.659909, -75.167953 40.660795, -75.168119 40.661287, -75.168236 40.661664, -75.168366 40.662078, -75.168504 40.662491, -75.168589 40.662898, -75.168685 40.663404, -75.16881 40.663911, -75.168874 40.664453, -75.169042 40.665331, -75.168961 40.665338, -75.16842 40.665412, -75.168268 40.665431, -75.166512 40.665685, -75.165794 40.665785, -75.165735 40.665795, -75.165311 40.665853, -75.164195 40.666022, -75.163084 40.666177, -75.161958 40.666338, -75.160837 40.666493, -75.16043 40.666551, -75.160911 40.668463, -75.160812 40.668471, -75.160467 40.668547, -75.159916 40.668613, -75.160095 40.66941, -75.160224 40.669984, -75.160268 40.670212, -75.159801 40.670278, -75.16001 40.67112, -75.160099 40.671459, -75.16026 40.672019, -75.160099 40.671971, -75.159312 40.671779, -75.158342 40.671556, -75.158051 40.671475, -75.156835 40.671651, -75.155079 40.671931, -75.154936 40.671863, -75.154639 40.671729, -75.154423 40.671641, -75.153997 40.671507, -75.153726 40.671441, -75.153265 40.671373, -75.153222 40.67137, -75.152814 40.671591, -75.151945 40.672092, -75.151511 40.672376, -75.150024 40.671681, -75.149876 40.671387, -75.149752 40.67118, -75.149503 40.670734, -75.149431 40.670618, -75.149371 40.670537, -75.149271 40.670435, -75.149128 40.670331, -75.14891 40.670146, -75.148564 40.669878, -75.148127 40.669499, -75.148047 40.669415, -75.147904 40.669293, -75.147721 40.66915, -75.147487 40.668983, -75.147193 40.668793, -75.146879 40.668599, -75.146003 40.668121, -75.145555 40.667856, -75.144947 40.667409, -75.144717 40.667254, -75.144483 40.667069, -75.143434 40.666309, -75.14289 40.665901, -75.142469 40.665564, -75.14227 40.665385, -75.142023 40.665173, -75.141681 40.664869, -75.141089 40.664332, -75.140826 40.664094, -75.140377 40.663705, -75.139466 40.66289, -75.138985 40.662481, -75.138766 40.662302, -75.138504 40.662099, -75.137782 40.661596, -75.137512 40.661402, -75.137039 40.661084, -75.136857 40.660985, -75.135728 40.660448, -75.13509 40.660136, -75.134825 40.66, -75.134595 40.659899, -75.134457 40.659849, -75.134358 40.659825, -75.134265 40.659812, -75.134425 40.659712, -75.137468 40.659745, -75.138557 40.659612, -75.139695 40.659137, -75.141089 40.658171, -75.141874 40.657491, -75.142782 40.656719, -75.144969 40.656504, -75.146216 40.656408, -75.146697 40.656384, -75.147526 40.656343, -75.147238 40.655919, -75.147071 40.655673, -75.147236 40.655534, -75.147503 40.6557, -75.14761 40.655766, -75.151385 40.658103, -75.153712 40.65775, -75.153326 40.655757, -75.154051 40.655651, -75.156556 40.655228, -75.156475 40.654927, -75.156301 40.65428, -75.156164 40.653755, -75.156087 40.653509, -75.155997 40.653287, -75.155991 40.653273, -75.155913 40.653132, -75.15596 40.653055, -75.155972 40.653025, -75.155973 40.652999, -75.155958 40.652924, -75.155873 40.652638, -75.155755 40.652279, -75.155736 40.652135, -75.15569 40.651965, -75.155682 40.65191, -75.155682 40.651872, -75.155687 40.651849, -75.155701 40.651825, -75.155726 40.651805, -75.155845 40.651765, -75.156384 40.651624, -75.158627 40.65102, -75.159295 40.650828, -75.159511 40.650775, -75.160177 40.650521, -75.160797 40.650285, -75.161925 40.649969, -75.162056 40.649872, -75.162231 40.649817, -75.1625 40.649721, -75.162961 40.649543, -75.16363 40.649301, -75.164241 40.649062, -75.16459 40.648934, -75.164755 40.648863, -75.165005 40.648711, -75.165127 40.648614, -75.165328 40.648441, -75.166068 40.647804, -75.167279 40.646742, -75.167558 40.646488, -75.16809 40.646018, -75.168533 40.64566, -75.168828 40.645438, -75.169111 40.645236, -75.169651 40.644872, -75.170984 40.643942, -75.171868 40.643314, -75.172179 40.643113, -75.172368 40.642999, -75.172441 40.643139, -75.173352 40.645094, -75.173644 40.645752, -75.1738 40.646069, -75.173873 40.646219, -75.174203 40.646926, -75.172058 40.648278, -75.173109 40.649308, -75.171054 40.650254, -75.171477 40.651957, -75.170788 40.65222, -75.170803 40.652383, -75.170831 40.652664, -75.170426 40.652841, -75.169996 40.653008, -75.17026 40.653446, -75.170971 40.654843, -75.170705 40.654929, -75.170529 40.65498, -75.170213 40.655073, -75.166548 40.656157))\", \"region\": {\"id\": 11260, \"geometry\": \"POLYGON ((-75.166548 40.656157, -75.167481 40.658567, -75.16754 40.658773, -75.167714 40.659909, -75.167953 40.660795, -75.168119 40.661287, -75.168236 40.661664, -75.168366 40.662078, -75.168504 40.662491, -75.168589 40.662898, -75.168685 40.663404, -75.16881 40.663911, -75.168874 40.664453, -75.169042 40.665331, -75.168961 40.665338, -75.16842 40.665412, -75.168268 40.665431, -75.166512 40.665685, -75.165794 40.665785, -75.165735 40.665795, -75.165311 40.665853, -75.164195 40.666022, -75.163084 40.666177, -75.161958 40.666338, -75.160837 40.666493, -75.16043 40.666551, -75.160911 40.668463, -75.160812 40.668471, -75.160467 40.668547, -75.159916 40.668613, -75.160095 40.66941, -75.160224 40.669984, -75.160268 40.670212, -75.159801 40.670278, -75.16001 40.67112, -75.160099 40.671459, -75.16026 40.672019, -75.160099 40.671971, -75.159312 40.671779, -75.158342 40.671556, -75.158051 40.671475, -75.156835 40.671651, -75.155079 40.671931, -75.154936 40.671863, -75.154639 40.671729, -75.154423 40.671641, -75.153997 40.671507, -75.153726 40.671441, -75.153265 40.671373, -75.153222 40.67137, -75.152814 40.671591, -75.151945 40.672092, -75.151511 40.672376, -75.150024 40.671681, -75.149876 40.671387, -75.149752 40.67118, -75.149503 40.670734, -75.149431 40.670618, -75.149371 40.670537, -75.149271 40.670435, -75.149128 40.670331, -75.14891 40.670146, -75.148564 40.669878, -75.148127 40.669499, -75.148047 40.669415, -75.147904 40.669293, -75.147721 40.66915, -75.147487 40.668983, -75.147193 40.668793, -75.146879 40.668599, -75.146003 40.668121, -75.145555 40.667856, -75.144947 40.667409, -75.144717 40.667254, -75.144483 40.667069, -75.143434 40.666309, -75.14289 40.665901, -75.142469 40.665564, -75.14227 40.665385, -75.142023 40.665173, -75.141681 40.664869, -75.141089 40.664332, -75.140826 40.664094, -75.140377 40.663705, -75.139466 40.66289, -75.138985 40.662481, -75.138766 40.662302, -75.138504 40.662099, -75.137782 40.661596, -75.137512 40.661402, -75.137039 40.661084, -75.136857 40.660985, -75.135728 40.660448, -75.13509 40.660136, -75.134825 40.66, -75.134595 40.659899, -75.134457 40.659849, -75.134358 40.659825, -75.134265 40.659812, -75.134425 40.659712, -75.137468 40.659745, -75.138557 40.659612, -75.139695 40.659137, -75.141089 40.658171, -75.141874 40.657491, -75.142782 40.656719, -75.144969 40.656504, -75.146216 40.656408, -75.146697 40.656384, -75.147526 40.656343, -75.147238 40.655919, -75.147071 40.655673, -75.147236 40.655534, -75.147503 40.6557, -75.14761 40.655766, -75.151385 40.658103, -75.153712 40.65775, -75.153326 40.655757, -75.154051 40.655651, -75.156556 40.655228, -75.156475 40.654927, -75.156301 40.65428, -75.156164 40.653755, -75.156087 40.653509, -75.155997 40.653287, -75.155991 40.653273, -75.155913 40.653132, -75.15596 40.653055, -75.155972 40.653025, -75.155973 40.652999, -75.155958 40.652924, -75.155873 40.652638, -75.155755 40.652279, -75.155736 40.652135, -75.15569 40.651965, -75.155682 40.65191, -75.155682 40.651872, -75.155687 40.651849, -75.155701 40.651825, -75.155726 40.651805, -75.155845 40.651765, -75.156384 40.651624, -75.158627 40.65102, -75.159295 40.650828, -75.159511 40.650775, -75.160177 40.650521, -75.160797 40.650285, -75.161925 40.649969, -75.162056 40.649872, -75.162231 40.649817, -75.1625 40.649721, -75.162961 40.649543, -75.16363 40.649301, -75.164241 40.649062, -75.16459 40.648934, -75.164755 40.648863, -75.165005 40.648711, -75.165127 40.648614, -75.165328 40.648441, -75.166068 40.647804, -75.167279 40.646742, -75.167558 40.646488, -75.16809 40.646018, -75.168533 40.64566, -75.168828 40.645438, -75.169111 40.645236, -75.169651 40.644872, -75.170984 40.643942, -75.171868 40.643314, -75.172179 40.643113, -75.172368 40.642999, -75.172441 40.643139, -75.173352 40.645094, -75.173644 40.645752, -75.1738 40.646069, -75.173873 40.646219, -75.174203 40.646926, -75.172058 40.648278, -75.173109 40.649308, -75.171054 40.650254, -75.171477 40.651957, -75.170788 40.65222, -75.170803 40.652383, -75.170831 40.652664, -75.170426 40.652841, -75.169996 40.653008, -75.17026 40.653446, -75.170971 40.654843, -75.170705 40.654929, -75.170529 40.65498, -75.170213 40.655073, -75.166548 40.656157))\", \"region_name\": \"Alpha\", \"wikidata\": \"Q1093442\", \"wikipedia\": \"en:Alpha, New Jersey\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0012", "group": "raster_only", "template": "elevation+coverage", "question": "Within Ellington, Missouri, what share of the area has elevation at or above 160 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-90.972613 37.234548, -90.972601 37.235409, -90.974236 37.235468, -90.976872 37.235562, -90.976959 37.23651, -90.978737 37.236688, -90.985393 37.237352, -90.989038 37.237716, -90.991423 37.237954, -90.991571 37.239149, -90.99163 37.23951, -90.991311 37.239578, -90.991071 37.23966, -90.990824 37.239754, -90.990309 37.239974, -90.990164 37.240018, -90.989972 37.240095, -90.989787 37.240188, -90.9891 37.240518, -90.988509 37.240771, -90.988434 37.240864, -90.988104 37.2412, -90.987932 37.241315, -90.987795 37.241364, -90.987651 37.241485, -90.987452 37.241678, -90.98728 37.241853, -90.98717 37.242035, -90.987019 37.242189, -90.986799 37.242343, -90.986573 37.242458, -90.986332 37.242524, -90.985831 37.242568, -90.985515 37.242568, -90.985315 37.242535, -90.985137 37.242398, -90.984896 37.24225, -90.984752 37.242146, -90.984511 37.242036, -90.984353 37.241953, -90.984175 37.241816, -90.984065 37.241761, -90.983982 37.241745, -90.983872 37.241739, -90.983165 37.241833, -90.982814 37.241894, -90.982539 37.241954, -90.982354 37.242058, -90.982107 37.242179, -90.981976 37.242284, -90.981763 37.242421, -90.981557 37.242542, -90.981358 37.242614, -90.981035 37.242696, -90.980699 37.242729, -90.980424 37.242773, -90.980211 37.242768, -90.979778 37.242718, -90.979592 37.24273, -90.979386 37.242779, -90.979263 37.242818, -90.979091 37.242883, -90.978926 37.242977, -90.978741 37.243109, -90.978617 37.24323, -90.978459 37.243329, -90.978267 37.243422, -90.978068 37.243532, -90.977951 37.243587, -90.977868 37.243686, -90.977807 37.243785, -90.977209 37.244, -90.976588 37.244034, -90.975684 37.244241, -90.975588 37.244274, -90.975285 37.244428, -90.974811 37.244818, -90.974592 37.244934, -90.974351 37.245016, -90.973781 37.245132, -90.973527 37.245236, -90.973501 37.24525, -90.973293 37.245357, -90.97295 37.245483, -90.972654 37.245538, -90.972359 37.245484, -90.972077 37.245308, -90.971844 37.245127, -90.971658 37.244995, -90.970696 37.244622, -90.97051 37.24466, -90.970476 37.244675, -90.970277 37.244759, -90.970071 37.244929, -90.96997 37.24502, -90.969961 37.245028, -90.969762 37.245171, -90.969549 37.245182, -90.969164 37.245248, -90.968951 37.245308, -90.968738 37.245402, -90.968546 37.24555, -90.968408 37.245699, -90.968285 37.245841, -90.968195 37.246023, -90.968147 37.246083, -90.968017 37.246215, -90.967804 37.246402, -90.967557 37.246572, -90.96733 37.246699, -90.967213 37.24683, -90.967014 37.246929, -90.966677 37.247012, -90.966471 37.246979, -90.967377 37.247268, -90.968612 37.247791, -90.969095 37.247524, -90.975234 37.250119, -90.9698 37.249955, -90.968287 37.248951, -90.967945 37.248949, -90.967413 37.249689, -90.966361 37.249664, -90.966152 37.249219, -90.965648 37.249052, -90.965252 37.248897, -90.96522 37.24871, -90.965274 37.248574, -90.965306 37.248494, -90.965479 37.247733, -90.965583 37.247331, -90.965653 37.24703, -90.965721 37.246757, -90.965723 37.246515, -90.965454 37.24638, -90.965062 37.24621, -90.96452 37.246034, -90.964169 37.24593, -90.963832 37.245848, -90.963441 37.245716, -90.962967 37.245475, -90.962733 37.245299, -90.962616 37.245057, -90.962548 37.244974, -90.962015 37.242836, -90.961482 37.241107, -90.961371 37.240748, -90.961305 37.240533, -90.960732 37.240422, -90.959792 37.240218, -90.959228 37.240123, -90.95694 37.239711, -90.956813 37.23794, -90.95843 37.238216, -90.959877 37.23845, -90.960416 37.238537, -90.961018 37.23857, -90.961079 37.23857, -90.961172 37.238568, -90.961173 37.23854, -90.961389 37.236021, -90.961499 37.234741, -90.961883 37.234797, -90.961954 37.233378, -90.96199 37.232791, -90.962008 37.231918, -90.963679 37.231937, -90.963933 37.231906, -90.966452 37.231889, -90.966455 37.231766, -90.966453 37.230745, -90.966474 37.227831, -90.96998 37.227897, -90.970016 37.226784, -90.970599 37.226802, -90.971569 37.226813, -90.971545 37.22666, -90.971182 37.223795, -90.970964 37.221858, -90.970187 37.221907, -90.969667 37.219079, -90.970018 37.21925, -90.970494 37.218748, -90.97111 37.218099, -90.971059 37.217533, -90.971746 37.217592, -90.972321 37.217584, -90.972997 37.217575, -90.973307 37.217571, -90.973448 37.217569, -90.973239 37.219253, -90.973566 37.220248, -90.97372 37.22022, -90.976384 37.219739, -90.97645 37.21972, -90.976784 37.219616, -90.978404 37.219176, -90.978189 37.221237, -90.978212 37.222831, -90.978247 37.225218, -90.974949 37.224732, -90.974918 37.224727, -90.974439 37.224686, -90.973623 37.224617, -90.973668 37.225694, -90.973206 37.229154, -90.973024 37.230513, -90.972669 37.233884, -90.972654 37.234072, -90.972613 37.234548))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 160 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 32.134554902228906}]", "question_entities": "{\"[2]\": {\"elevation\": 160}, \"[3]\": {\"region_name\": \"Ellington, Missouri\", \"geo_wkt\": \"POLYGON ((-90.972613 37.234548, -90.972601 37.235409, -90.974236 37.235468, -90.976872 37.235562, -90.976959 37.23651, -90.978737 37.236688, -90.985393 37.237352, -90.989038 37.237716, -90.991423 37.237954, -90.991571 37.239149, -90.99163 37.23951, -90.991311 37.239578, -90.991071 37.23966, -90.990824 37.239754, -90.990309 37.239974, -90.990164 37.240018, -90.989972 37.240095, -90.989787 37.240188, -90.9891 37.240518, -90.988509 37.240771, -90.988434 37.240864, -90.988104 37.2412, -90.987932 37.241315, -90.987795 37.241364, -90.987651 37.241485, -90.987452 37.241678, -90.98728 37.241853, -90.98717 37.242035, -90.987019 37.242189, -90.986799 37.242343, -90.986573 37.242458, -90.986332 37.242524, -90.985831 37.242568, -90.985515 37.242568, -90.985315 37.242535, -90.985137 37.242398, -90.984896 37.24225, -90.984752 37.242146, -90.984511 37.242036, -90.984353 37.241953, -90.984175 37.241816, -90.984065 37.241761, -90.983982 37.241745, -90.983872 37.241739, -90.983165 37.241833, -90.982814 37.241894, -90.982539 37.241954, -90.982354 37.242058, -90.982107 37.242179, -90.981976 37.242284, -90.981763 37.242421, -90.981557 37.242542, -90.981358 37.242614, -90.981035 37.242696, -90.980699 37.242729, -90.980424 37.242773, -90.980211 37.242768, -90.979778 37.242718, -90.979592 37.24273, -90.979386 37.242779, -90.979263 37.242818, -90.979091 37.242883, -90.978926 37.242977, -90.978741 37.243109, -90.978617 37.24323, -90.978459 37.243329, -90.978267 37.243422, -90.978068 37.243532, -90.977951 37.243587, -90.977868 37.243686, -90.977807 37.243785, -90.977209 37.244, -90.976588 37.244034, -90.975684 37.244241, -90.975588 37.244274, -90.975285 37.244428, -90.974811 37.244818, -90.974592 37.244934, -90.974351 37.245016, -90.973781 37.245132, -90.973527 37.245236, -90.973501 37.24525, -90.973293 37.245357, -90.97295 37.245483, -90.972654 37.245538, -90.972359 37.245484, -90.972077 37.245308, -90.971844 37.245127, -90.971658 37.244995, -90.970696 37.244622, -90.97051 37.24466, -90.970476 37.244675, -90.970277 37.244759, -90.970071 37.244929, -90.96997 37.24502, -90.969961 37.245028, -90.969762 37.245171, -90.969549 37.245182, -90.969164 37.245248, -90.968951 37.245308, -90.968738 37.245402, -90.968546 37.24555, -90.968408 37.245699, -90.968285 37.245841, -90.968195 37.246023, -90.968147 37.246083, -90.968017 37.246215, -90.967804 37.246402, -90.967557 37.246572, -90.96733 37.246699, -90.967213 37.24683, -90.967014 37.246929, -90.966677 37.247012, -90.966471 37.246979, -90.967377 37.247268, -90.968612 37.247791, -90.969095 37.247524, -90.975234 37.250119, -90.9698 37.249955, -90.968287 37.248951, -90.967945 37.248949, -90.967413 37.249689, -90.966361 37.249664, -90.966152 37.249219, -90.965648 37.249052, -90.965252 37.248897, -90.96522 37.24871, -90.965274 37.248574, -90.965306 37.248494, -90.965479 37.247733, -90.965583 37.247331, -90.965653 37.24703, -90.965721 37.246757, -90.965723 37.246515, -90.965454 37.24638, -90.965062 37.24621, -90.96452 37.246034, -90.964169 37.24593, -90.963832 37.245848, -90.963441 37.245716, -90.962967 37.245475, -90.962733 37.245299, -90.962616 37.245057, -90.962548 37.244974, -90.962015 37.242836, -90.961482 37.241107, -90.961371 37.240748, -90.961305 37.240533, -90.960732 37.240422, -90.959792 37.240218, -90.959228 37.240123, -90.95694 37.239711, -90.956813 37.23794, -90.95843 37.238216, -90.959877 37.23845, -90.960416 37.238537, -90.961018 37.23857, -90.961079 37.23857, -90.961172 37.238568, -90.961173 37.23854, -90.961389 37.236021, -90.961499 37.234741, -90.961883 37.234797, -90.961954 37.233378, -90.96199 37.232791, -90.962008 37.231918, -90.963679 37.231937, -90.963933 37.231906, -90.966452 37.231889, -90.966455 37.231766, -90.966453 37.230745, -90.966474 37.227831, -90.96998 37.227897, -90.970016 37.226784, -90.970599 37.226802, -90.971569 37.226813, -90.971545 37.22666, -90.971182 37.223795, -90.970964 37.221858, -90.970187 37.221907, -90.969667 37.219079, -90.970018 37.21925, -90.970494 37.218748, -90.97111 37.218099, -90.971059 37.217533, -90.971746 37.217592, -90.972321 37.217584, -90.972997 37.217575, -90.973307 37.217571, -90.973448 37.217569, -90.973239 37.219253, -90.973566 37.220248, -90.97372 37.22022, -90.976384 37.219739, -90.97645 37.21972, -90.976784 37.219616, -90.978404 37.219176, -90.978189 37.221237, -90.978212 37.222831, -90.978247 37.225218, -90.974949 37.224732, -90.974918 37.224727, -90.974439 37.224686, -90.973623 37.224617, -90.973668 37.225694, -90.973206 37.229154, -90.973024 37.230513, -90.972669 37.233884, -90.972654 37.234072, -90.972613 37.234548))\", \"region\": {\"id\": 32242, \"geometry\": \"POLYGON ((-90.972613 37.234548, -90.972601 37.235409, -90.974236 37.235468, -90.976872 37.235562, -90.976959 37.23651, -90.978737 37.236688, -90.985393 37.237352, -90.989038 37.237716, -90.991423 37.237954, -90.991571 37.239149, -90.99163 37.23951, -90.991311 37.239578, -90.991071 37.23966, -90.990824 37.239754, -90.990309 37.239974, -90.990164 37.240018, -90.989972 37.240095, -90.989787 37.240188, -90.9891 37.240518, -90.988509 37.240771, -90.988434 37.240864, -90.988104 37.2412, -90.987932 37.241315, -90.987795 37.241364, -90.987651 37.241485, -90.987452 37.241678, -90.98728 37.241853, -90.98717 37.242035, -90.987019 37.242189, -90.986799 37.242343, -90.986573 37.242458, -90.986332 37.242524, -90.985831 37.242568, -90.985515 37.242568, -90.985315 37.242535, -90.985137 37.242398, -90.984896 37.24225, -90.984752 37.242146, -90.984511 37.242036, -90.984353 37.241953, -90.984175 37.241816, -90.984065 37.241761, -90.983982 37.241745, -90.983872 37.241739, -90.983165 37.241833, -90.982814 37.241894, -90.982539 37.241954, -90.982354 37.242058, -90.982107 37.242179, -90.981976 37.242284, -90.981763 37.242421, -90.981557 37.242542, -90.981358 37.242614, -90.981035 37.242696, -90.980699 37.242729, -90.980424 37.242773, -90.980211 37.242768, -90.979778 37.242718, -90.979592 37.24273, -90.979386 37.242779, -90.979263 37.242818, -90.979091 37.242883, -90.978926 37.242977, -90.978741 37.243109, -90.978617 37.24323, -90.978459 37.243329, -90.978267 37.243422, -90.978068 37.243532, -90.977951 37.243587, -90.977868 37.243686, -90.977807 37.243785, -90.977209 37.244, -90.976588 37.244034, -90.975684 37.244241, -90.975588 37.244274, -90.975285 37.244428, -90.974811 37.244818, -90.974592 37.244934, -90.974351 37.245016, -90.973781 37.245132, -90.973527 37.245236, -90.973501 37.24525, -90.973293 37.245357, -90.97295 37.245483, -90.972654 37.245538, -90.972359 37.245484, -90.972077 37.245308, -90.971844 37.245127, -90.971658 37.244995, -90.970696 37.244622, -90.97051 37.24466, -90.970476 37.244675, -90.970277 37.244759, -90.970071 37.244929, -90.96997 37.24502, -90.969961 37.245028, -90.969762 37.245171, -90.969549 37.245182, -90.969164 37.245248, -90.968951 37.245308, -90.968738 37.245402, -90.968546 37.24555, -90.968408 37.245699, -90.968285 37.245841, -90.968195 37.246023, -90.968147 37.246083, -90.968017 37.246215, -90.967804 37.246402, -90.967557 37.246572, -90.96733 37.246699, -90.967213 37.24683, -90.967014 37.246929, -90.966677 37.247012, -90.966471 37.246979, -90.967377 37.247268, -90.968612 37.247791, -90.969095 37.247524, -90.975234 37.250119, -90.9698 37.249955, -90.968287 37.248951, -90.967945 37.248949, -90.967413 37.249689, -90.966361 37.249664, -90.966152 37.249219, -90.965648 37.249052, -90.965252 37.248897, -90.96522 37.24871, -90.965274 37.248574, -90.965306 37.248494, -90.965479 37.247733, -90.965583 37.247331, -90.965653 37.24703, -90.965721 37.246757, -90.965723 37.246515, -90.965454 37.24638, -90.965062 37.24621, -90.96452 37.246034, -90.964169 37.24593, -90.963832 37.245848, -90.963441 37.245716, -90.962967 37.245475, -90.962733 37.245299, -90.962616 37.245057, -90.962548 37.244974, -90.962015 37.242836, -90.961482 37.241107, -90.961371 37.240748, -90.961305 37.240533, -90.960732 37.240422, -90.959792 37.240218, -90.959228 37.240123, -90.95694 37.239711, -90.956813 37.23794, -90.95843 37.238216, -90.959877 37.23845, -90.960416 37.238537, -90.961018 37.23857, -90.961079 37.23857, -90.961172 37.238568, -90.961173 37.23854, -90.961389 37.236021, -90.961499 37.234741, -90.961883 37.234797, -90.961954 37.233378, -90.96199 37.232791, -90.962008 37.231918, -90.963679 37.231937, -90.963933 37.231906, -90.966452 37.231889, -90.966455 37.231766, -90.966453 37.230745, -90.966474 37.227831, -90.96998 37.227897, -90.970016 37.226784, -90.970599 37.226802, -90.971569 37.226813, -90.971545 37.22666, -90.971182 37.223795, -90.970964 37.221858, -90.970187 37.221907, -90.969667 37.219079, -90.970018 37.21925, -90.970494 37.218748, -90.97111 37.218099, -90.971059 37.217533, -90.971746 37.217592, -90.972321 37.217584, -90.972997 37.217575, -90.973307 37.217571, -90.973448 37.217569, -90.973239 37.219253, -90.973566 37.220248, -90.97372 37.22022, -90.976384 37.219739, -90.97645 37.21972, -90.976784 37.219616, -90.978404 37.219176, -90.978189 37.221237, -90.978212 37.222831, -90.978247 37.225218, -90.974949 37.224732, -90.974918 37.224727, -90.974439 37.224686, -90.973623 37.224617, -90.973668 37.225694, -90.973206 37.229154, -90.973024 37.230513, -90.972669 37.233884, -90.972654 37.234072, -90.972613 37.234548))\", \"region_name\": \"Ellington\", \"border_type\": \"city\", \"wikidata\": \"Q966555\", \"wikipedia\": \"en:Ellington, Missouri\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0013", "group": "raster_only", "template": "elevation+coverage", "question": "What percent of Beverly Hills, California has elevation of at least 60 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-118.395876 34.091079, -118.39578 34.09061, -118.395445 34.090608, -118.395192 34.090611, -118.394525 34.090622, -118.393721 34.089748, -118.393618 34.089659, -118.392314 34.089233, -118.392207 34.089199, -118.391464 34.088987, -118.391077 34.088882, -118.390678 34.088758, -118.390426 34.088687, -118.390126 34.0886, -118.389806 34.088496, -118.389787 34.088519, -118.389792 34.087581, -118.389795 34.087306, -118.389803 34.086686, -118.389794 34.08612, -118.389786 34.085549, -118.389794 34.084896, -118.389794 34.084452, -118.389791 34.084248, -118.389792 34.083508, -118.389787 34.082889, -118.389773 34.082359, -118.389781 34.082267, -118.389781 34.082229, -118.389774 34.081698, -118.389768 34.081655, -118.389771 34.081531, -118.38977 34.0815, -118.389761 34.081304, -118.389766 34.081138, -118.389754 34.080978, -118.389761 34.080875, -118.389761 34.080854, -118.389757 34.080793, -118.38976 34.080754, -118.389758 34.080633, -118.389758 34.080615, -118.389752 34.08031, -118.389747 34.080028, -118.389743 34.079328, -118.389739 34.078679, -118.389739 34.078647, -118.38974 34.077968, -118.38974 34.07778, -118.389731 34.077179, -118.389736 34.07681, -118.389734 34.076521, -118.389733 34.076501, -118.389869 34.076527, -118.390372 34.076526, -118.39075 34.076525, -118.390746 34.075314, -118.390741 34.073584, -118.390737 34.072362, -118.390736 34.072135, -118.390736 34.072107, -118.390643 34.072108, -118.390511 34.072107, -118.390327 34.072106, -118.389733 34.072102, -118.389329 34.072099, -118.38872 34.072104, -118.387734 34.072112, -118.387417 34.072111, -118.386776 34.072107, -118.385978 34.072103, -118.385749 34.072106, -118.384754 34.072098, -118.383878 34.072143, -118.383813 34.072146, -118.383796 34.072146, -118.383794 34.071707, -118.383794 34.07169, -118.383791 34.070841, -118.383787 34.06979, -118.38376 34.069708, -118.382701 34.069712, -118.381669 34.069716, -118.380605 34.06972, -118.379545 34.069724, -118.378494 34.069729, -118.377435 34.069733, -118.37741 34.069455, -118.377407 34.069348, -118.376349 34.06936, -118.376364 34.069427, -118.376378 34.069492, -118.376386 34.069748, -118.376386 34.069811, -118.376365 34.069811, -118.375924 34.069808, -118.375914 34.070316, -118.375896 34.070323, -118.375708 34.069976, -118.375607 34.069781, -118.375549 34.069599, -118.375513 34.069484, -118.375447 34.069367, -118.375167 34.069011, -118.375168 34.068883, -118.375108 34.068777, -118.375096 34.068759, -118.374541 34.067867, -118.374358 34.067573, -118.374127 34.067202, -118.373391 34.06602, -118.373304 34.065867, -118.373049 34.065419, -118.372727 34.064944, -118.372665 34.064881, -118.372402 34.064618, -118.372187 34.064412, -118.371865 34.064168, -118.371579 34.063953, -118.371536 34.063568, -118.372073 34.063626, -118.372263 34.062211, -118.3729 34.061853, -118.376013 34.059998, -118.376027 34.059662, -118.376237 34.059642, -118.376256 34.059507, -118.377318 34.059421, -118.377326 34.060967, -118.377362 34.062978, -118.377407 34.062978, -118.378351 34.062975, -118.379342 34.062972, -118.379947 34.062971, -118.380276 34.06297, -118.380332 34.06297, -118.380893 34.062968, -118.381136 34.062968, -118.381225 34.062968, -118.381292 34.062967, -118.381337 34.062948, -118.381804 34.062944, -118.382378 34.062939, -118.382742 34.06294, -118.38346 34.062937, -118.383563 34.062943, -118.383583 34.062219, -118.383611 34.06095, -118.383681 34.059419, -118.383698 34.057123, -118.384165 34.057123, -118.384747 34.057123, -118.385225 34.057122, -118.385755 34.05712, -118.386276 34.057118, -118.386792 34.057117, -118.387296 34.057116, -118.387314 34.057116, -118.387815 34.057115, -118.388838 34.057112, -118.389353 34.057111, -118.389885 34.057109, -118.39033 34.057109, -118.390795 34.05711, -118.391307 34.05711, -118.391828 34.057111, -118.392333 34.057111, -118.39286 34.057112, -118.393352 34.057112, -118.393894 34.057113, -118.39644 34.057119, -118.398519 34.057123, -118.398523 34.057042, -118.39912 34.05704, -118.399119 34.057148, -118.399698 34.057159, -118.399701 34.057043, -118.400058 34.056855, -118.400334 34.057173, -118.400808 34.056866, -118.401094 34.057218, -118.401608 34.056938, -118.401804 34.057153, -118.402285 34.056892, -118.402468 34.057092, -118.402771 34.056886, -118.402936 34.057056, -118.403283 34.056838, -118.403394 34.056964, -118.403485 34.056964, -118.403487 34.057047, -118.404026 34.057048, -118.404025 34.057125, -118.40458 34.057126, -118.405123 34.057127, -118.40569 34.057128, -118.405954 34.057128, -118.405957 34.055692, -118.405942 34.055648, -118.405957 34.055569, -118.405969 34.055503, -118.405984 34.05537, -118.40599 34.055191, -118.405982 34.055012, -118.405962 34.054862, -118.405744 34.054866, -118.405486 34.054896, -118.405394 34.054568, -118.405317 34.054426, -118.405594 34.054336, -118.4056 34.054169, -118.406165 34.054184, -118.405986 34.0539, -118.405845 34.053509, -118.405606 34.052988, -118.405831 34.05291, -118.406195 34.052776, -118.407149 34.054121, -118.407211 34.054205, -118.40865 34.056194, -118.409417 34.057266, -118.410718 34.059085, -118.410637 34.059129, -118.411065 34.059724, -118.411583 34.060449, -118.412236 34.060125, -118.412269 34.060171, -118.412951 34.061123, -118.41302 34.06122, -118.414198 34.062865, -118.413712 34.063106, -118.413588 34.063198, -118.413748 34.063387, -118.413861 34.06351, -118.41405 34.063794, -118.414187 34.06396, -118.414244 34.064163, -118.414311 34.064257, -118.414439 34.06443, -118.415797 34.066334, -118.416442 34.067222, -118.416738 34.067656, -118.417221 34.068447, -118.416363 34.068885, -118.417314 34.070151, -118.417663 34.070796, -118.418349 34.072031, -118.419085 34.0725, -118.419668 34.072673, -118.420403 34.074246, -118.420705 34.074943, -118.420958 34.075445, -118.421873 34.075115, -118.422564 34.075294, -118.423308 34.075743, -118.423204 34.076045, -118.422892 34.07692, -118.422794 34.077048, -118.422871 34.077202, -118.423006 34.077201, -118.4231 34.077278, -118.423249 34.07749, -118.423331 34.077687, -118.423409 34.078101, -118.423446 34.078341, -118.423638 34.078784, -118.423489 34.078847, -118.423626 34.079298, -118.42383 34.079773, -118.423261 34.079952, -118.42307 34.079932, -118.422814 34.079927, -118.422812 34.08086, -118.42272 34.081144, -118.422797 34.08309, -118.426986 34.083053, -118.427005 34.084148, -118.427023 34.085888, -118.427027 34.086252, -118.427044 34.08782, -118.427056 34.089038, -118.42706 34.089396, -118.427063 34.089722, -118.427067 34.0901, -118.427073 34.090648, -118.424195 34.090647, -118.424188 34.090556, -118.424159 34.090454, -118.424052 34.090329, -118.42386 34.090418, -118.423712 34.090404, -118.42335 34.090559, -118.423107 34.090586, -118.423076 34.090622, -118.423035 34.090648, -118.423011 34.090656, -118.422986 34.090663, -118.422878 34.090664, -118.422721 34.090585, -118.422717 34.090667, -118.422688 34.090667, -118.422712 34.093265, -118.422744 34.093279, -118.422791 34.093372, -118.422787 34.093552, -118.422794 34.093978, -118.422772 34.094339, -118.422326 34.094297, -118.421702 34.094296, -118.420722 34.094295, -118.420458 34.09429, -118.420214 34.094294, -118.418982 34.094293, -118.417286 34.094291, -118.416544 34.09429, -118.414853 34.094289, -118.414378 34.094288, -118.413999 34.094289, -118.41398 34.094239, -118.413938 34.094175, -118.413888 34.09411, -118.413492 34.093767, -118.413414 34.093698, -118.413204 34.093525, -118.413109 34.093439, -118.412727 34.093024, -118.412641 34.092941, -118.412566 34.09288, -118.412486 34.092822, -118.41238 34.092758, -118.412338 34.092736, -118.412163 34.09265, -118.412001 34.092503, -118.411942 34.092391, -118.411915 34.092268, -118.411873 34.09245, -118.411847 34.092451, -118.411804 34.092509, -118.411757 34.092573, -118.411674 34.093129, -118.411672 34.093134, -118.411503 34.09352, -118.409658 34.094728, -118.409472 34.094883, -118.409222 34.095562, -118.409241 34.095579, -118.409282 34.095628, -118.409423 34.095909, -118.409451 34.095964, -118.409513 34.096062, -118.409533 34.096099, -118.409537 34.096137, -118.409526 34.096174, -118.409498 34.096209, -118.409461 34.096235, -118.409406 34.096252, -118.409298 34.096367, -118.409218 34.096453, -118.409086 34.096594, -118.408924 34.097143, -118.408673 34.097171, -118.408766 34.097297, -118.408849 34.09738, -118.409099 34.097578, -118.409039 34.097851, -118.408949 34.098003, -118.408865 34.098216, -118.408817 34.098476, -118.408817 34.098601, -118.408837 34.098698, -118.408955 34.098846, -118.409037 34.099025, -118.409045 34.099109, -118.409005 34.099249, -118.408996 34.099273, -118.408961 34.099459, -118.40897 34.099737, -118.409015 34.099894, -118.409083 34.100093, -118.40909 34.10018, -118.40907 34.100238, -118.409016 34.10029, -118.408841 34.100416, -118.408638 34.100482, -118.408755 34.100684, -118.408203 34.101314, -118.408292 34.101526, -118.407457 34.101513, -118.407359 34.101512, -118.40721 34.101469, -118.40623 34.101457, -118.405442 34.101485, -118.405408 34.099506, -118.405316 34.09825, -118.405331 34.098023, -118.405304 34.097614, -118.405176 34.09718, -118.405357 34.09663, -118.405352 34.096324, -118.404511 34.09556, -118.404222 34.095298, -118.403154 34.094328, -118.402451 34.093691, -118.402412 34.09368, -118.402377 34.093685, -118.402347 34.093705, -118.402335 34.093728, -118.402313 34.093731, -118.40225 34.093745, -118.402165 34.093777, -118.402096 34.093815, -118.402021 34.093874, -118.401967 34.093937, -118.401867 34.094116, -118.401823 34.094166, -118.401766 34.094206, -118.401709 34.094229, -118.401675 34.094233, -118.40164 34.094228, -118.401604 34.09421, -118.40158 34.094184, -118.401476 34.093909, -118.40146 34.093885, -118.401431 34.093864, -118.401393 34.093857, -118.401354 34.093863, -118.401326 34.09388, -118.401306 34.093908, -118.401258 34.093899, -118.401011 34.093986, -118.40092 34.094018, -118.400922 34.094231, -118.400938 34.095062, -118.400939 34.095131, -118.400787 34.095234, -118.400626 34.095306, -118.400538 34.09536, -118.400459 34.095414, -118.400378 34.095476, -118.400304 34.095534, -118.400207 34.095634, -118.400116 34.095741, -118.400072 34.095799, -118.400038 34.095856, -118.400007 34.095925, -118.399982 34.095994, -118.400948 34.09632, -118.40096 34.097922, -118.400992 34.101049, -118.401045 34.106344, -118.401057 34.108584, -118.398687 34.108634, -118.398704 34.108776, -118.400083 34.110934, -118.400105 34.110959, -118.400089 34.110965, -118.399916 34.111029, -118.39981 34.111078, -118.399712 34.111137, -118.399235 34.111511, -118.39847 34.111523, -118.398126 34.111516, -118.39799 34.111547, -118.397718 34.111606, -118.397673 34.111612, -118.397234 34.111643, -118.396739 34.111675, -118.396611 34.111668, -118.396505 34.111663, -118.396397 34.11164, -118.396313 34.11156, -118.396261 34.111495, -118.396104 34.111299, -118.396038 34.111227, -118.395926 34.112134, -118.395888 34.112438, -118.395003 34.112438, -118.394924 34.112439, -118.393138 34.112451, -118.392342 34.112456, -118.391615 34.11245, -118.391172 34.112447, -118.39067 34.10959, -118.390606 34.109227, -118.390679 34.108989, -118.390787 34.108637, -118.390793 34.108608, -118.390875 34.108454, -118.39095 34.108211, -118.391129 34.107919, -118.39118 34.107767, -118.391205 34.107727, -118.391205 34.107697, -118.391229 34.10751, -118.391789 34.106706, -118.392259 34.106541, -118.392111 34.106382, -118.392142 34.106361, -118.392159 34.106337, -118.392161 34.106311, -118.392146 34.106285, -118.392132 34.106104, -118.392104 34.105118, -118.392096 34.105101, -118.392104 34.102571, -118.392111 34.100498, -118.392113 34.099818, -118.393123 34.098824, -118.394926 34.097, -118.395339 34.096283, -118.395444 34.096197, -118.395899 34.096201, -118.396538 34.096206, -118.396536 34.09509, -118.396481 34.095089, -118.396386 34.095121, -118.396186 34.095187, -118.396175 34.095158, -118.396166 34.09513, -118.396144 34.09509, -118.396109 34.095058, -118.396063 34.095037, -118.396006 34.095028, -118.395965 34.095033, -118.395946 34.095037, -118.395939 34.094965, -118.395885 34.094374, -118.395882 34.093426, -118.395876 34.091079))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 60 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 46.42430397897001}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"region_name\": \"Beverly Hills, California\", \"geo_wkt\": \"POLYGON ((-118.395876 34.091079, -118.39578 34.09061, -118.395445 34.090608, -118.395192 34.090611, -118.394525 34.090622, -118.393721 34.089748, -118.393618 34.089659, -118.392314 34.089233, -118.392207 34.089199, -118.391464 34.088987, -118.391077 34.088882, -118.390678 34.088758, -118.390426 34.088687, -118.390126 34.0886, -118.389806 34.088496, -118.389787 34.088519, -118.389792 34.087581, -118.389795 34.087306, -118.389803 34.086686, -118.389794 34.08612, -118.389786 34.085549, -118.389794 34.084896, -118.389794 34.084452, -118.389791 34.084248, -118.389792 34.083508, -118.389787 34.082889, -118.389773 34.082359, -118.389781 34.082267, -118.389781 34.082229, -118.389774 34.081698, -118.389768 34.081655, -118.389771 34.081531, -118.38977 34.0815, -118.389761 34.081304, -118.389766 34.081138, -118.389754 34.080978, -118.389761 34.080875, -118.389761 34.080854, -118.389757 34.080793, -118.38976 34.080754, -118.389758 34.080633, -118.389758 34.080615, -118.389752 34.08031, -118.389747 34.080028, -118.389743 34.079328, -118.389739 34.078679, -118.389739 34.078647, -118.38974 34.077968, -118.38974 34.07778, -118.389731 34.077179, -118.389736 34.07681, -118.389734 34.076521, -118.389733 34.076501, -118.389869 34.076527, -118.390372 34.076526, -118.39075 34.076525, -118.390746 34.075314, -118.390741 34.073584, -118.390737 34.072362, -118.390736 34.072135, -118.390736 34.072107, -118.390643 34.072108, -118.390511 34.072107, -118.390327 34.072106, -118.389733 34.072102, -118.389329 34.072099, -118.38872 34.072104, -118.387734 34.072112, -118.387417 34.072111, -118.386776 34.072107, -118.385978 34.072103, -118.385749 34.072106, -118.384754 34.072098, -118.383878 34.072143, -118.383813 34.072146, -118.383796 34.072146, -118.383794 34.071707, -118.383794 34.07169, -118.383791 34.070841, -118.383787 34.06979, -118.38376 34.069708, -118.382701 34.069712, -118.381669 34.069716, -118.380605 34.06972, -118.379545 34.069724, -118.378494 34.069729, -118.377435 34.069733, -118.37741 34.069455, -118.377407 34.069348, -118.376349 34.06936, -118.376364 34.069427, -118.376378 34.069492, -118.376386 34.069748, -118.376386 34.069811, -118.376365 34.069811, -118.375924 34.069808, -118.375914 34.070316, -118.375896 34.070323, -118.375708 34.069976, -118.375607 34.069781, -118.375549 34.069599, -118.375513 34.069484, -118.375447 34.069367, -118.375167 34.069011, -118.375168 34.068883, -118.375108 34.068777, -118.375096 34.068759, -118.374541 34.067867, -118.374358 34.067573, -118.374127 34.067202, -118.373391 34.06602, -118.373304 34.065867, -118.373049 34.065419, -118.372727 34.064944, -118.372665 34.064881, -118.372402 34.064618, -118.372187 34.064412, -118.371865 34.064168, -118.371579 34.063953, -118.371536 34.063568, -118.372073 34.063626, -118.372263 34.062211, -118.3729 34.061853, -118.376013 34.059998, -118.376027 34.059662, -118.376237 34.059642, -118.376256 34.059507, -118.377318 34.059421, -118.377326 34.060967, -118.377362 34.062978, -118.377407 34.062978, -118.378351 34.062975, -118.379342 34.062972, -118.379947 34.062971, -118.380276 34.06297, -118.380332 34.06297, -118.380893 34.062968, -118.381136 34.062968, -118.381225 34.062968, -118.381292 34.062967, -118.381337 34.062948, -118.381804 34.062944, -118.382378 34.062939, -118.382742 34.06294, -118.38346 34.062937, -118.383563 34.062943, -118.383583 34.062219, -118.383611 34.06095, -118.383681 34.059419, -118.383698 34.057123, -118.384165 34.057123, -118.384747 34.057123, -118.385225 34.057122, -118.385755 34.05712, -118.386276 34.057118, -118.386792 34.057117, -118.387296 34.057116, -118.387314 34.057116, -118.387815 34.057115, -118.388838 34.057112, -118.389353 34.057111, -118.389885 34.057109, -118.39033 34.057109, -118.390795 34.05711, -118.391307 34.05711, -118.391828 34.057111, -118.392333 34.057111, -118.39286 34.057112, -118.393352 34.057112, -118.393894 34.057113, -118.39644 34.057119, -118.398519 34.057123, -118.398523 34.057042, -118.39912 34.05704, -118.399119 34.057148, -118.399698 34.057159, -118.399701 34.057043, -118.400058 34.056855, -118.400334 34.057173, -118.400808 34.056866, -118.401094 34.057218, -118.401608 34.056938, -118.401804 34.057153, -118.402285 34.056892, -118.402468 34.057092, -118.402771 34.056886, -118.402936 34.057056, -118.403283 34.056838, -118.403394 34.056964, -118.403485 34.056964, -118.403487 34.057047, -118.404026 34.057048, -118.404025 34.057125, -118.40458 34.057126, -118.405123 34.057127, -118.40569 34.057128, -118.405954 34.057128, -118.405957 34.055692, -118.405942 34.055648, -118.405957 34.055569, -118.405969 34.055503, -118.405984 34.05537, -118.40599 34.055191, -118.405982 34.055012, -118.405962 34.054862, -118.405744 34.054866, -118.405486 34.054896, -118.405394 34.054568, -118.405317 34.054426, -118.405594 34.054336, -118.4056 34.054169, -118.406165 34.054184, -118.405986 34.0539, -118.405845 34.053509, -118.405606 34.052988, -118.405831 34.05291, -118.406195 34.052776, -118.407149 34.054121, -118.407211 34.054205, -118.40865 34.056194, -118.409417 34.057266, -118.410718 34.059085, -118.410637 34.059129, -118.411065 34.059724, -118.411583 34.060449, -118.412236 34.060125, -118.412269 34.060171, -118.412951 34.061123, -118.41302 34.06122, -118.414198 34.062865, -118.413712 34.063106, -118.413588 34.063198, -118.413748 34.063387, -118.413861 34.06351, -118.41405 34.063794, -118.414187 34.06396, -118.414244 34.064163, -118.414311 34.064257, -118.414439 34.06443, -118.415797 34.066334, -118.416442 34.067222, -118.416738 34.067656, -118.417221 34.068447, -118.416363 34.068885, -118.417314 34.070151, -118.417663 34.070796, -118.418349 34.072031, -118.419085 34.0725, -118.419668 34.072673, -118.420403 34.074246, -118.420705 34.074943, -118.420958 34.075445, -118.421873 34.075115, -118.422564 34.075294, -118.423308 34.075743, -118.423204 34.076045, -118.422892 34.07692, -118.422794 34.077048, -118.422871 34.077202, -118.423006 34.077201, -118.4231 34.077278, -118.423249 34.07749, -118.423331 34.077687, -118.423409 34.078101, -118.423446 34.078341, -118.423638 34.078784, -118.423489 34.078847, -118.423626 34.079298, -118.42383 34.079773, -118.423261 34.079952, -118.42307 34.079932, -118.422814 34.079927, -118.422812 34.08086, -118.42272 34.081144, -118.422797 34.08309, -118.426986 34.083053, -118.427005 34.084148, -118.427023 34.085888, -118.427027 34.086252, -118.427044 34.08782, -118.427056 34.089038, -118.42706 34.089396, -118.427063 34.089722, -118.427067 34.0901, -118.427073 34.090648, -118.424195 34.090647, -118.424188 34.090556, -118.424159 34.090454, -118.424052 34.090329, -118.42386 34.090418, -118.423712 34.090404, -118.42335 34.090559, -118.423107 34.090586, -118.423076 34.090622, -118.423035 34.090648, -118.423011 34.090656, -118.422986 34.090663, -118.422878 34.090664, -118.422721 34.090585, -118.422717 34.090667, -118.422688 34.090667, -118.422712 34.093265, -118.422744 34.093279, -118.422791 34.093372, -118.422787 34.093552, -118.422794 34.093978, -118.422772 34.094339, -118.422326 34.094297, -118.421702 34.094296, -118.420722 34.094295, -118.420458 34.09429, -118.420214 34.094294, -118.418982 34.094293, -118.417286 34.094291, -118.416544 34.09429, -118.414853 34.094289, -118.414378 34.094288, -118.413999 34.094289, -118.41398 34.094239, -118.413938 34.094175, -118.413888 34.09411, -118.413492 34.093767, -118.413414 34.093698, -118.413204 34.093525, -118.413109 34.093439, -118.412727 34.093024, -118.412641 34.092941, -118.412566 34.09288, -118.412486 34.092822, -118.41238 34.092758, -118.412338 34.092736, -118.412163 34.09265, -118.412001 34.092503, -118.411942 34.092391, -118.411915 34.092268, -118.411873 34.09245, -118.411847 34.092451, -118.411804 34.092509, -118.411757 34.092573, -118.411674 34.093129, -118.411672 34.093134, -118.411503 34.09352, -118.409658 34.094728, -118.409472 34.094883, -118.409222 34.095562, -118.409241 34.095579, -118.409282 34.095628, -118.409423 34.095909, -118.409451 34.095964, -118.409513 34.096062, -118.409533 34.096099, -118.409537 34.096137, -118.409526 34.096174, -118.409498 34.096209, -118.409461 34.096235, -118.409406 34.096252, -118.409298 34.096367, -118.409218 34.096453, -118.409086 34.096594, -118.408924 34.097143, -118.408673 34.097171, -118.408766 34.097297, -118.408849 34.09738, -118.409099 34.097578, -118.409039 34.097851, -118.408949 34.098003, -118.408865 34.098216, -118.408817 34.098476, -118.408817 34.098601, -118.408837 34.098698, -118.408955 34.098846, -118.409037 34.099025, -118.409045 34.099109, -118.409005 34.099249, -118.408996 34.099273, -118.408961 34.099459, -118.40897 34.099737, -118.409015 34.099894, -118.409083 34.100093, -118.40909 34.10018, -118.40907 34.100238, -118.409016 34.10029, -118.408841 34.100416, -118.408638 34.100482, -118.408755 34.100684, -118.408203 34.101314, -118.408292 34.101526, -118.407457 34.101513, -118.407359 34.101512, -118.40721 34.101469, -118.40623 34.101457, -118.405442 34.101485, -118.405408 34.099506, -118.405316 34.09825, -118.405331 34.098023, -118.405304 34.097614, -118.405176 34.09718, -118.405357 34.09663, -118.405352 34.096324, -118.404511 34.09556, -118.404222 34.095298, -118.403154 34.094328, -118.402451 34.093691, -118.402412 34.09368, -118.402377 34.093685, -118.402347 34.093705, -118.402335 34.093728, -118.402313 34.093731, -118.40225 34.093745, -118.402165 34.093777, -118.402096 34.093815, -118.402021 34.093874, -118.401967 34.093937, -118.401867 34.094116, -118.401823 34.094166, -118.401766 34.094206, -118.401709 34.094229, -118.401675 34.094233, -118.40164 34.094228, -118.401604 34.09421, -118.40158 34.094184, -118.401476 34.093909, -118.40146 34.093885, -118.401431 34.093864, -118.401393 34.093857, -118.401354 34.093863, -118.401326 34.09388, -118.401306 34.093908, -118.401258 34.093899, -118.401011 34.093986, -118.40092 34.094018, -118.400922 34.094231, -118.400938 34.095062, -118.400939 34.095131, -118.400787 34.095234, -118.400626 34.095306, -118.400538 34.09536, -118.400459 34.095414, -118.400378 34.095476, -118.400304 34.095534, -118.400207 34.095634, -118.400116 34.095741, -118.400072 34.095799, -118.400038 34.095856, -118.400007 34.095925, -118.399982 34.095994, -118.400948 34.09632, -118.40096 34.097922, -118.400992 34.101049, -118.401045 34.106344, -118.401057 34.108584, -118.398687 34.108634, -118.398704 34.108776, -118.400083 34.110934, -118.400105 34.110959, -118.400089 34.110965, -118.399916 34.111029, -118.39981 34.111078, -118.399712 34.111137, -118.399235 34.111511, -118.39847 34.111523, -118.398126 34.111516, -118.39799 34.111547, -118.397718 34.111606, -118.397673 34.111612, -118.397234 34.111643, -118.396739 34.111675, -118.396611 34.111668, -118.396505 34.111663, -118.396397 34.11164, -118.396313 34.11156, -118.396261 34.111495, -118.396104 34.111299, -118.396038 34.111227, -118.395926 34.112134, -118.395888 34.112438, -118.395003 34.112438, -118.394924 34.112439, -118.393138 34.112451, -118.392342 34.112456, -118.391615 34.11245, -118.391172 34.112447, -118.39067 34.10959, -118.390606 34.109227, -118.390679 34.108989, -118.390787 34.108637, -118.390793 34.108608, -118.390875 34.108454, -118.39095 34.108211, -118.391129 34.107919, -118.39118 34.107767, -118.391205 34.107727, -118.391205 34.107697, -118.391229 34.10751, -118.391789 34.106706, -118.392259 34.106541, -118.392111 34.106382, -118.392142 34.106361, -118.392159 34.106337, -118.392161 34.106311, -118.392146 34.106285, -118.392132 34.106104, -118.392104 34.105118, -118.392096 34.105101, -118.392104 34.102571, -118.392111 34.100498, -118.392113 34.099818, -118.393123 34.098824, -118.394926 34.097, -118.395339 34.096283, -118.395444 34.096197, -118.395899 34.096201, -118.396538 34.096206, -118.396536 34.09509, -118.396481 34.095089, -118.396386 34.095121, -118.396186 34.095187, -118.396175 34.095158, -118.396166 34.09513, -118.396144 34.09509, -118.396109 34.095058, -118.396063 34.095037, -118.396006 34.095028, -118.395965 34.095033, -118.395946 34.095037, -118.395939 34.094965, -118.395885 34.094374, -118.395882 34.093426, -118.395876 34.091079))\", \"region\": {\"id\": 7144, \"geometry\": \"POLYGON ((-118.395876 34.091079, -118.39578 34.09061, -118.395445 34.090608, -118.395192 34.090611, -118.394525 34.090622, -118.393721 34.089748, -118.393618 34.089659, -118.392314 34.089233, -118.392207 34.089199, -118.391464 34.088987, -118.391077 34.088882, -118.390678 34.088758, -118.390426 34.088687, -118.390126 34.0886, -118.389806 34.088496, -118.389787 34.088519, -118.389792 34.087581, -118.389795 34.087306, -118.389803 34.086686, -118.389794 34.08612, -118.389786 34.085549, -118.389794 34.084896, -118.389794 34.084452, -118.389791 34.084248, -118.389792 34.083508, -118.389787 34.082889, -118.389773 34.082359, -118.389781 34.082267, -118.389781 34.082229, -118.389774 34.081698, -118.389768 34.081655, -118.389771 34.081531, -118.38977 34.0815, -118.389761 34.081304, -118.389766 34.081138, -118.389754 34.080978, -118.389761 34.080875, -118.389761 34.080854, -118.389757 34.080793, -118.38976 34.080754, -118.389758 34.080633, -118.389758 34.080615, -118.389752 34.08031, -118.389747 34.080028, -118.389743 34.079328, -118.389739 34.078679, -118.389739 34.078647, -118.38974 34.077968, -118.38974 34.07778, -118.389731 34.077179, -118.389736 34.07681, -118.389734 34.076521, -118.389733 34.076501, -118.389869 34.076527, -118.390372 34.076526, -118.39075 34.076525, -118.390746 34.075314, -118.390741 34.073584, -118.390737 34.072362, -118.390736 34.072135, -118.390736 34.072107, -118.390643 34.072108, -118.390511 34.072107, -118.390327 34.072106, -118.389733 34.072102, -118.389329 34.072099, -118.38872 34.072104, -118.387734 34.072112, -118.387417 34.072111, -118.386776 34.072107, -118.385978 34.072103, -118.385749 34.072106, -118.384754 34.072098, -118.383878 34.072143, -118.383813 34.072146, -118.383796 34.072146, -118.383794 34.071707, -118.383794 34.07169, -118.383791 34.070841, -118.383787 34.06979, -118.38376 34.069708, -118.382701 34.069712, -118.381669 34.069716, -118.380605 34.06972, -118.379545 34.069724, -118.378494 34.069729, -118.377435 34.069733, -118.37741 34.069455, -118.377407 34.069348, -118.376349 34.06936, -118.376364 34.069427, -118.376378 34.069492, -118.376386 34.069748, -118.376386 34.069811, -118.376365 34.069811, -118.375924 34.069808, -118.375914 34.070316, -118.375896 34.070323, -118.375708 34.069976, -118.375607 34.069781, -118.375549 34.069599, -118.375513 34.069484, -118.375447 34.069367, -118.375167 34.069011, -118.375168 34.068883, -118.375108 34.068777, -118.375096 34.068759, -118.374541 34.067867, -118.374358 34.067573, -118.374127 34.067202, -118.373391 34.06602, -118.373304 34.065867, -118.373049 34.065419, -118.372727 34.064944, -118.372665 34.064881, -118.372402 34.064618, -118.372187 34.064412, -118.371865 34.064168, -118.371579 34.063953, -118.371536 34.063568, -118.372073 34.063626, -118.372263 34.062211, -118.3729 34.061853, -118.376013 34.059998, -118.376027 34.059662, -118.376237 34.059642, -118.376256 34.059507, -118.377318 34.059421, -118.377326 34.060967, -118.377362 34.062978, -118.377407 34.062978, -118.378351 34.062975, -118.379342 34.062972, -118.379947 34.062971, -118.380276 34.06297, -118.380332 34.06297, -118.380893 34.062968, -118.381136 34.062968, -118.381225 34.062968, -118.381292 34.062967, -118.381337 34.062948, -118.381804 34.062944, -118.382378 34.062939, -118.382742 34.06294, -118.38346 34.062937, -118.383563 34.062943, -118.383583 34.062219, -118.383611 34.06095, -118.383681 34.059419, -118.383698 34.057123, -118.384165 34.057123, -118.384747 34.057123, -118.385225 34.057122, -118.385755 34.05712, -118.386276 34.057118, -118.386792 34.057117, -118.387296 34.057116, -118.387314 34.057116, -118.387815 34.057115, -118.388838 34.057112, -118.389353 34.057111, -118.389885 34.057109, -118.39033 34.057109, -118.390795 34.05711, -118.391307 34.05711, -118.391828 34.057111, -118.392333 34.057111, -118.39286 34.057112, -118.393352 34.057112, -118.393894 34.057113, -118.39644 34.057119, -118.398519 34.057123, -118.398523 34.057042, -118.39912 34.05704, -118.399119 34.057148, -118.399698 34.057159, -118.399701 34.057043, -118.400058 34.056855, -118.400334 34.057173, -118.400808 34.056866, -118.401094 34.057218, -118.401608 34.056938, -118.401804 34.057153, -118.402285 34.056892, -118.402468 34.057092, -118.402771 34.056886, -118.402936 34.057056, -118.403283 34.056838, -118.403394 34.056964, -118.403485 34.056964, -118.403487 34.057047, -118.404026 34.057048, -118.404025 34.057125, -118.40458 34.057126, -118.405123 34.057127, -118.40569 34.057128, -118.405954 34.057128, -118.405957 34.055692, -118.405942 34.055648, -118.405957 34.055569, -118.405969 34.055503, -118.405984 34.05537, -118.40599 34.055191, -118.405982 34.055012, -118.405962 34.054862, -118.405744 34.054866, -118.405486 34.054896, -118.405394 34.054568, -118.405317 34.054426, -118.405594 34.054336, -118.4056 34.054169, -118.406165 34.054184, -118.405986 34.0539, -118.405845 34.053509, -118.405606 34.052988, -118.405831 34.05291, -118.406195 34.052776, -118.407149 34.054121, -118.407211 34.054205, -118.40865 34.056194, -118.409417 34.057266, -118.410718 34.059085, -118.410637 34.059129, -118.411065 34.059724, -118.411583 34.060449, -118.412236 34.060125, -118.412269 34.060171, -118.412951 34.061123, -118.41302 34.06122, -118.414198 34.062865, -118.413712 34.063106, -118.413588 34.063198, -118.413748 34.063387, -118.413861 34.06351, -118.41405 34.063794, -118.414187 34.06396, -118.414244 34.064163, -118.414311 34.064257, -118.414439 34.06443, -118.415797 34.066334, -118.416442 34.067222, -118.416738 34.067656, -118.417221 34.068447, -118.416363 34.068885, -118.417314 34.070151, -118.417663 34.070796, -118.418349 34.072031, -118.419085 34.0725, -118.419668 34.072673, -118.420403 34.074246, -118.420705 34.074943, -118.420958 34.075445, -118.421873 34.075115, -118.422564 34.075294, -118.423308 34.075743, -118.423204 34.076045, -118.422892 34.07692, -118.422794 34.077048, -118.422871 34.077202, -118.423006 34.077201, -118.4231 34.077278, -118.423249 34.07749, -118.423331 34.077687, -118.423409 34.078101, -118.423446 34.078341, -118.423638 34.078784, -118.423489 34.078847, -118.423626 34.079298, -118.42383 34.079773, -118.423261 34.079952, -118.42307 34.079932, -118.422814 34.079927, -118.422812 34.08086, -118.42272 34.081144, -118.422797 34.08309, -118.426986 34.083053, -118.427005 34.084148, -118.427023 34.085888, -118.427027 34.086252, -118.427044 34.08782, -118.427056 34.089038, -118.42706 34.089396, -118.427063 34.089722, -118.427067 34.0901, -118.427073 34.090648, -118.424195 34.090647, -118.424188 34.090556, -118.424159 34.090454, -118.424052 34.090329, -118.42386 34.090418, -118.423712 34.090404, -118.42335 34.090559, -118.423107 34.090586, -118.423076 34.090622, -118.423035 34.090648, -118.423011 34.090656, -118.422986 34.090663, -118.422878 34.090664, -118.422721 34.090585, -118.422717 34.090667, -118.422688 34.090667, -118.422712 34.093265, -118.422744 34.093279, -118.422791 34.093372, -118.422787 34.093552, -118.422794 34.093978, -118.422772 34.094339, -118.422326 34.094297, -118.421702 34.094296, -118.420722 34.094295, -118.420458 34.09429, -118.420214 34.094294, -118.418982 34.094293, -118.417286 34.094291, -118.416544 34.09429, -118.414853 34.094289, -118.414378 34.094288, -118.413999 34.094289, -118.41398 34.094239, -118.413938 34.094175, -118.413888 34.09411, -118.413492 34.093767, -118.413414 34.093698, -118.413204 34.093525, -118.413109 34.093439, -118.412727 34.093024, -118.412641 34.092941, -118.412566 34.09288, -118.412486 34.092822, -118.41238 34.092758, -118.412338 34.092736, -118.412163 34.09265, -118.412001 34.092503, -118.411942 34.092391, -118.411915 34.092268, -118.411873 34.09245, -118.411847 34.092451, -118.411804 34.092509, -118.411757 34.092573, -118.411674 34.093129, -118.411672 34.093134, -118.411503 34.09352, -118.409658 34.094728, -118.409472 34.094883, -118.409222 34.095562, -118.409241 34.095579, -118.409282 34.095628, -118.409423 34.095909, -118.409451 34.095964, -118.409513 34.096062, -118.409533 34.096099, -118.409537 34.096137, -118.409526 34.096174, -118.409498 34.096209, -118.409461 34.096235, -118.409406 34.096252, -118.409298 34.096367, -118.409218 34.096453, -118.409086 34.096594, -118.408924 34.097143, -118.408673 34.097171, -118.408766 34.097297, -118.408849 34.09738, -118.409099 34.097578, -118.409039 34.097851, -118.408949 34.098003, -118.408865 34.098216, -118.408817 34.098476, -118.408817 34.098601, -118.408837 34.098698, -118.408955 34.098846, -118.409037 34.099025, -118.409045 34.099109, -118.409005 34.099249, -118.408996 34.099273, -118.408961 34.099459, -118.40897 34.099737, -118.409015 34.099894, -118.409083 34.100093, -118.40909 34.10018, -118.40907 34.100238, -118.409016 34.10029, -118.408841 34.100416, -118.408638 34.100482, -118.408755 34.100684, -118.408203 34.101314, -118.408292 34.101526, -118.407457 34.101513, -118.407359 34.101512, -118.40721 34.101469, -118.40623 34.101457, -118.405442 34.101485, -118.405408 34.099506, -118.405316 34.09825, -118.405331 34.098023, -118.405304 34.097614, -118.405176 34.09718, -118.405357 34.09663, -118.405352 34.096324, -118.404511 34.09556, -118.404222 34.095298, -118.403154 34.094328, -118.402451 34.093691, -118.402412 34.09368, -118.402377 34.093685, -118.402347 34.093705, -118.402335 34.093728, -118.402313 34.093731, -118.40225 34.093745, -118.402165 34.093777, -118.402096 34.093815, -118.402021 34.093874, -118.401967 34.093937, -118.401867 34.094116, -118.401823 34.094166, -118.401766 34.094206, -118.401709 34.094229, -118.401675 34.094233, -118.40164 34.094228, -118.401604 34.09421, -118.40158 34.094184, -118.401476 34.093909, -118.40146 34.093885, -118.401431 34.093864, -118.401393 34.093857, -118.401354 34.093863, -118.401326 34.09388, -118.401306 34.093908, -118.401258 34.093899, -118.401011 34.093986, -118.40092 34.094018, -118.400922 34.094231, -118.400938 34.095062, -118.400939 34.095131, -118.400787 34.095234, -118.400626 34.095306, -118.400538 34.09536, -118.400459 34.095414, -118.400378 34.095476, -118.400304 34.095534, -118.400207 34.095634, -118.400116 34.095741, -118.400072 34.095799, -118.400038 34.095856, -118.400007 34.095925, -118.399982 34.095994, -118.400948 34.09632, -118.40096 34.097922, -118.400992 34.101049, -118.401045 34.106344, -118.401057 34.108584, -118.398687 34.108634, -118.398704 34.108776, -118.400083 34.110934, -118.400105 34.110959, -118.400089 34.110965, -118.399916 34.111029, -118.39981 34.111078, -118.399712 34.111137, -118.399235 34.111511, -118.39847 34.111523, -118.398126 34.111516, -118.39799 34.111547, -118.397718 34.111606, -118.397673 34.111612, -118.397234 34.111643, -118.396739 34.111675, -118.396611 34.111668, -118.396505 34.111663, -118.396397 34.11164, -118.396313 34.11156, -118.396261 34.111495, -118.396104 34.111299, -118.396038 34.111227, -118.395926 34.112134, -118.395888 34.112438, -118.395003 34.112438, -118.394924 34.112439, -118.393138 34.112451, -118.392342 34.112456, -118.391615 34.11245, -118.391172 34.112447, -118.39067 34.10959, -118.390606 34.109227, -118.390679 34.108989, -118.390787 34.108637, -118.390793 34.108608, -118.390875 34.108454, -118.39095 34.108211, -118.391129 34.107919, -118.39118 34.107767, -118.391205 34.107727, -118.391205 34.107697, -118.391229 34.10751, -118.391789 34.106706, -118.392259 34.106541, -118.392111 34.106382, -118.392142 34.106361, -118.392159 34.106337, -118.392161 34.106311, -118.392146 34.106285, -118.392132 34.106104, -118.392104 34.105118, -118.392096 34.105101, -118.392104 34.102571, -118.392111 34.100498, -118.392113 34.099818, -118.393123 34.098824, -118.394926 34.097, -118.395339 34.096283, -118.395444 34.096197, -118.395899 34.096201, -118.396538 34.096206, -118.396536 34.09509, -118.396481 34.095089, -118.396386 34.095121, -118.396186 34.095187, -118.396175 34.095158, -118.396166 34.09513, -118.396144 34.09509, -118.396109 34.095058, -118.396063 34.095037, -118.396006 34.095028, -118.395965 34.095033, -118.395946 34.095037, -118.395939 34.094965, -118.395885 34.094374, -118.395882 34.093426, -118.395876 34.091079))\", \"region_name\": \"Beverly Hills\", \"border_type\": \"city\", \"wikidata\": \"Q127856\", \"wikipedia\": \"en:Beverly Hills, California\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0014", "group": "raster_only", "template": "elevation+coverage", "question": "Within Mackenzie, Missouri, what share of the area has elevation at or above 320 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-90.314104 38.579882, -90.314387 38.5799, -90.314527 38.579921, -90.315089 38.58029, -90.315552 38.580251, -90.316105 38.580354, -90.316336 38.580267, -90.316337 38.580268, -90.316454 38.58043, -90.316838 38.580531, -90.31802 38.580366, -90.318388 38.580331, -90.31829 38.580943, -90.318126 38.581942, -90.31489 38.581603, -90.314104 38.579882))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 320 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 0.0}]", "question_entities": "{\"[2]\": {\"elevation\": 320}, \"[3]\": {\"region_name\": \"Mackenzie, Missouri\", \"geo_wkt\": \"POLYGON ((-90.314104 38.579882, -90.314387 38.5799, -90.314527 38.579921, -90.315089 38.58029, -90.315552 38.580251, -90.316105 38.580354, -90.316336 38.580267, -90.316337 38.580268, -90.316454 38.58043, -90.316838 38.580531, -90.31802 38.580366, -90.318388 38.580331, -90.31829 38.580943, -90.318126 38.581942, -90.31489 38.581603, -90.314104 38.579882))\", \"region\": {\"id\": 31483, \"geometry\": \"POLYGON ((-90.314104 38.579882, -90.314387 38.5799, -90.314527 38.579921, -90.315089 38.58029, -90.315552 38.580251, -90.316105 38.580354, -90.316336 38.580267, -90.316337 38.580268, -90.316454 38.58043, -90.316838 38.580531, -90.31802 38.580366, -90.318388 38.580331, -90.31829 38.580943, -90.318126 38.581942, -90.31489 38.581603, -90.314104 38.579882))\", \"region_name\": \"Mackenzie\", \"border_type\": \"village\", \"wikidata\": \"Q1852216\", \"wikipedia\": \"en:Mackenzie, Missouri\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0015", "group": "raster_only", "template": "elevation+coverage", "question": "In Herkimer, New York, what percentage of the area is at or above 20 m in elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-74.916707 43.017882, -74.918263 43.025926, -74.918444 43.027448, -74.918619 43.028613, -74.919024 43.030823, -74.919811 43.034598, -74.919851 43.034781, -74.919947 43.035057, -74.920246 43.03649, -74.920534 43.038922, -74.920704 43.039942, -74.922071 43.045948, -74.924082 43.057308, -74.924164 43.057596, -74.925132 43.062498, -74.925472 43.064083, -74.925976 43.066651, -74.926182 43.067587, -74.926514 43.069333, -74.926922 43.071233, -74.927109 43.071973, -74.927389 43.073447, -74.927815 43.075113, -74.927952 43.075781, -74.928306 43.077115, -74.928554 43.078555, -74.928696 43.079127, -74.92873 43.079391, -74.928877 43.079864, -74.929082 43.080842, -74.929095 43.080903, -74.931341 43.080664, -74.931657 43.080647, -74.933977 43.080374, -74.939133 43.079827, -74.939916 43.07974, -74.943152 43.079329, -74.944288 43.079235, -74.948371 43.07877, -74.948565 43.078727, -74.949295 43.078636, -74.951713 43.07838, -74.953467 43.078164, -74.953883 43.078131, -74.967416 43.076583, -74.972403 43.076046, -74.986113 43.074527, -74.99105 43.074019, -74.991305 43.074587, -74.991575 43.075052, -74.991751 43.075495, -74.991926 43.075856, -74.991995 43.07623, -74.992031 43.076942, -74.992027 43.077245, -74.992001 43.077481, -74.991807 43.078031, -74.991719 43.078464, -74.991663 43.078596, -74.991529 43.07878, -74.991352 43.078911, -74.991139 43.079033, -74.990776 43.079171, -74.990577 43.079214, -74.990355 43.079226, -74.990156 43.079269, -74.989713 43.079277, -74.989101 43.079215, -74.988526 43.079097, -74.988248 43.079016, -74.987913 43.078895, -74.987465 43.078678, -74.987051 43.07851, -74.985179 43.07785, -74.983649 43.077287, -74.983509 43.077254, -74.98339 43.077248, -74.983253 43.077287, -74.983108 43.07735, -74.98281 43.077612, -74.982235 43.07835, -74.981974 43.078772, -74.981722 43.079307, -74.981582 43.079792, -74.981553 43.08028, -74.9816 43.080626, -74.981724 43.081002, -74.981934 43.081421, -74.982194 43.081721, -74.982402 43.08189, -74.983213 43.082394, -74.983772 43.082782, -74.984321 43.083094, -74.985116 43.083479, -74.985327 43.083558, -74.98541 43.083625, -74.985552 43.083696, -74.986238 43.083807, -74.986564 43.083881, -74.986848 43.083975, -74.987518 43.084154, -74.988115 43.084416, -74.98905 43.084924, -74.989263 43.085069, -74.989662 43.085306, -74.989909 43.085524, -74.990091 43.085773, -74.990146 43.085876, -74.990287 43.086252, -74.990344 43.086458, -74.990384 43.086713, -74.990293 43.087322, -74.990195 43.087788, -74.990148 43.087959, -74.990073 43.088119, -74.990006 43.088445, -74.989938 43.088648, -74.98948 43.089554, -74.989218 43.089968, -74.989013 43.090172, -74.988612 43.090645, -74.988264 43.091183, -74.988143 43.091491, -74.987965 43.092242, -74.9878 43.092686, -74.987642 43.092976, -74.98758 43.093204, -74.987523 43.093541, -74.987148 43.094614, -74.987099 43.094839, -74.986987 43.095085, -74.986677 43.095657, -74.986345 43.09602, -74.986125 43.096165, -74.985694 43.096388, -74.985537 43.096486, -74.985276 43.096687, -74.984823 43.096905, -74.984213 43.097108, -74.983536 43.09736, -74.983063 43.097612, -74.982488 43.097864, -74.982049 43.09814, -74.981593 43.098454, -74.981138 43.098855, -74.981005 43.099092, -74.980924 43.099516, -74.980911 43.099877, -74.980931 43.100101, -74.981107 43.100759, -74.98123 43.101058, -74.9813 43.101294, -74.981404 43.101455, -74.981543 43.101728, -74.981613 43.101926, -74.981857 43.102444, -74.981928 43.10268, -74.982066 43.102891, -74.982256 43.103238, -74.98231 43.103487, -74.982432 43.103735, -74.982537 43.104008, -74.98259 43.104257, -74.982869 43.104915, -74.983011 43.105474, -74.983098 43.10571, -74.983051 43.106084, -74.983364 43.106717, -74.983523 43.10726, -74.983648 43.107769, -74.983788 43.108204, -74.983844 43.108652, -74.983815 43.10915, -74.983857 43.109859, -74.983826 43.110133, -74.983829 43.110457, -74.983741 43.111125, -74.983775 43.111761, -74.983857 43.111959, -74.983855 43.112151, -74.983771 43.112324, -74.98366 43.112467, -74.983408 43.112606, -74.983173 43.112677, -74.982808 43.112726, -74.982529 43.112724, -74.981876 43.112691, -74.98134 43.112728, -74.980986 43.112786, -74.98064 43.112872, -74.980185 43.113078, -74.979759 43.113425, -74.979474 43.113681, -74.979176 43.114004, -74.979022 43.11426, -74.978932 43.11448, -74.978845 43.114798, -74.987231 43.118292, -74.995651 43.12203, -75.008945 43.128013, -75.021208 43.13361, -75.032594 43.138653, -75.031675 43.11283, -75.031651 43.111358, -75.031458 43.104802, -75.031158 43.095237, -75.031029 43.09206, -75.030836 43.086404, -75.030508 43.07595, -75.033529 43.069939, -75.034316 43.068612, -75.03749 43.062179, -75.043294 43.05068, -75.044661 43.047936, -75.047757 43.04184, -75.050233 43.036888, -75.052716 43.031999, -75.050577 43.028677, -75.049978 43.02773, -75.049825 43.027475, -75.04979 43.027374, -75.049854 43.026815, -75.049915 43.026657, -75.050094 43.026315, -75.050329 43.025976, -75.050483 43.025861, -75.05067 43.025754, -75.051722 43.02549, -75.051822 43.02544, -75.051987 43.025331, -75.052124 43.025203, -75.052233 43.025051, -75.052297 43.024905, -75.05233 43.024717, -75.052316 43.024536, -75.052253 43.024351, -75.052137 43.024171, -75.052072 43.024099, -75.051942 43.024007, -75.051844 43.023913, -75.051757 43.023798, -75.051668 43.023636, -75.051569 43.023543, -75.051476 43.023492, -75.051075 43.02342, -75.05056 43.023329, -75.050318 43.023308, -75.04939 43.023354, -75.048729 43.023414, -75.048422 43.023463, -75.048148 43.023532, -75.04736 43.023832, -75.046884 43.023892, -75.046209 43.023664, -75.04552 43.023409, -75.044512 43.023135, -75.044286 43.02306, -75.043679 43.022921, -75.041773 43.022925, -75.037783 43.023058, -75.036945 43.023065, -75.035894 43.023027, -75.035462 43.022997, -75.03431 43.022829, -75.033773 43.022657, -75.032776 43.022299, -75.031858 43.021846, -75.029203 43.020482, -75.0246 43.018065, -75.024301 43.017894, -75.023758 43.017625, -75.022448 43.017103, -75.021675 43.016829, -75.021305 43.016714, -75.020501 43.016482, -75.018442 43.016053, -75.017412 43.015904, -75.016264 43.015839, -75.015196 43.015822, -75.014444 43.015828, -75.012808 43.015975, -75.01129 43.016232, -75.009058 43.016768, -75.007755 43.017034, -75.006536 43.017317, -75.004096 43.017795, -75.002719 43.018019, -75.001464 43.018129, -75.000925 43.018019, -74.999583 43.017422, -74.999136 43.017071, -74.998668 43.01684, -74.99817 43.016703, -74.998168 43.016692, -74.997662 43.016553, -74.997041 43.016548, -74.996251 43.016563, -74.995634 43.016615, -74.995186 43.016604, -74.994478 43.016529, -74.993985 43.016314, -74.992419 43.015855, -74.991802 43.015713, -74.990985 43.01559, -74.990133 43.015535, -74.989353 43.015565, -74.988346 43.015771, -74.9871 43.016082, -74.9864 43.016222, -74.98531 43.016541, -74.98441 43.016756, -74.983654 43.016903, -74.981869 43.017312, -74.980541 43.01756, -74.979646 43.017818, -74.979217 43.017957, -74.978871 43.018094, -74.977984 43.018345, -74.977222 43.018543, -74.976128 43.018863, -74.974716 43.018976, -74.973652 43.019202, -74.973065 43.01924, -74.972239 43.019266, -74.971908 43.01929, -74.970561 43.019333, -74.969891 43.019389, -74.969137 43.019468, -74.968105 43.019775, -74.966733 43.020034, -74.966529 43.020098, -74.966375 43.020129, -74.966126 43.020163, -74.965723 43.020275, -74.965428 43.020344, -74.965152 43.020389, -74.964536 43.020549, -74.963102 43.02088, -74.962851 43.020926, -74.96282 43.020915, -74.962224 43.021025, -74.961001 43.021135, -74.960577 43.021191, -74.959957 43.021304, -74.959448 43.021337, -74.959199 43.021372, -74.958866 43.021452, -74.958532 43.021624, -74.958046 43.022049, -74.957363 43.022812, -74.957142 43.023099, -74.956941 43.02341, -74.956529 43.023978, -74.95608 43.025029, -74.95576 43.025703, -74.955523 43.026094, -74.955277 43.026421, -74.955169 43.026522, -74.955043 43.026586, -74.954852 43.026623, -74.954273 43.026677, -74.954023 43.026689, -74.95376 43.02668, -74.953424 43.026649, -74.953142 43.026603, -74.952004 43.026377, -74.951831 43.026321, -74.951681 43.026252, -74.951381 43.026078, -74.950435 43.025458, -74.949354 43.024652, -74.949056 43.024401, -74.948804 43.024173, -74.948391 43.023752, -74.9481 43.023188, -74.947881 43.022882, -74.947326 43.022313, -74.947016 43.022108, -74.946787 43.021983, -74.946587 43.021904, -74.945999 43.021631, -74.945558 43.021503, -74.945235 43.021461, -74.945004 43.021459, -74.944623 43.021521, -74.943706 43.021539, -74.942619 43.021661, -74.941843 43.021809, -74.941334 43.021955, -74.9409 43.022178, -74.940557 43.022399, -74.93996 43.022854, -74.939692 43.023142, -74.939409 43.023386, -74.939111 43.023597, -74.938842 43.023698, -74.938362 43.023788, -74.937956 43.023779, -74.936812 43.023565, -74.935969 43.023382, -74.935245 43.023188, -74.934808 43.023036, -74.934129 43.022742, -74.9336 43.022436, -74.932438 43.021914, -74.932076 43.021728, -74.931371 43.021409, -74.930767 43.021114, -74.929982 43.020777, -74.929696 43.020723, -74.928269 43.020775, -74.927338 43.020769, -74.926451 43.020718, -74.925579 43.020635, -74.923925 43.020555, -74.923489 43.020491, -74.922194 43.020244, -74.921266 43.020037, -74.920648 43.019841, -74.920181 43.019656, -74.919713 43.019439, -74.919259 43.019132, -74.918307 43.018587, -74.917855 43.018379, -74.917372 43.018184, -74.9171 43.018031, -74.916707 43.017882))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 20 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 68.37620378648138}]", "question_entities": "{\"[2]\": {\"elevation\": 20}, \"[3]\": {\"region_name\": \"Herkimer, New York\", \"geo_wkt\": \"POLYGON ((-74.916707 43.017882, -74.918263 43.025926, -74.918444 43.027448, -74.918619 43.028613, -74.919024 43.030823, -74.919811 43.034598, -74.919851 43.034781, -74.919947 43.035057, -74.920246 43.03649, -74.920534 43.038922, -74.920704 43.039942, -74.922071 43.045948, -74.924082 43.057308, -74.924164 43.057596, -74.925132 43.062498, -74.925472 43.064083, -74.925976 43.066651, -74.926182 43.067587, -74.926514 43.069333, -74.926922 43.071233, -74.927109 43.071973, -74.927389 43.073447, -74.927815 43.075113, -74.927952 43.075781, -74.928306 43.077115, -74.928554 43.078555, -74.928696 43.079127, -74.92873 43.079391, -74.928877 43.079864, -74.929082 43.080842, -74.929095 43.080903, -74.931341 43.080664, -74.931657 43.080647, -74.933977 43.080374, -74.939133 43.079827, -74.939916 43.07974, -74.943152 43.079329, -74.944288 43.079235, -74.948371 43.07877, -74.948565 43.078727, -74.949295 43.078636, -74.951713 43.07838, -74.953467 43.078164, -74.953883 43.078131, -74.967416 43.076583, -74.972403 43.076046, -74.986113 43.074527, -74.99105 43.074019, -74.991305 43.074587, -74.991575 43.075052, -74.991751 43.075495, -74.991926 43.075856, -74.991995 43.07623, -74.992031 43.076942, -74.992027 43.077245, -74.992001 43.077481, -74.991807 43.078031, -74.991719 43.078464, -74.991663 43.078596, -74.991529 43.07878, -74.991352 43.078911, -74.991139 43.079033, -74.990776 43.079171, -74.990577 43.079214, -74.990355 43.079226, -74.990156 43.079269, -74.989713 43.079277, -74.989101 43.079215, -74.988526 43.079097, -74.988248 43.079016, -74.987913 43.078895, -74.987465 43.078678, -74.987051 43.07851, -74.985179 43.07785, -74.983649 43.077287, -74.983509 43.077254, -74.98339 43.077248, -74.983253 43.077287, -74.983108 43.07735, -74.98281 43.077612, -74.982235 43.07835, -74.981974 43.078772, -74.981722 43.079307, -74.981582 43.079792, -74.981553 43.08028, -74.9816 43.080626, -74.981724 43.081002, -74.981934 43.081421, -74.982194 43.081721, -74.982402 43.08189, -74.983213 43.082394, -74.983772 43.082782, -74.984321 43.083094, -74.985116 43.083479, -74.985327 43.083558, -74.98541 43.083625, -74.985552 43.083696, -74.986238 43.083807, -74.986564 43.083881, -74.986848 43.083975, -74.987518 43.084154, -74.988115 43.084416, -74.98905 43.084924, -74.989263 43.085069, -74.989662 43.085306, -74.989909 43.085524, -74.990091 43.085773, -74.990146 43.085876, -74.990287 43.086252, -74.990344 43.086458, -74.990384 43.086713, -74.990293 43.087322, -74.990195 43.087788, -74.990148 43.087959, -74.990073 43.088119, -74.990006 43.088445, -74.989938 43.088648, -74.98948 43.089554, -74.989218 43.089968, -74.989013 43.090172, -74.988612 43.090645, -74.988264 43.091183, -74.988143 43.091491, -74.987965 43.092242, -74.9878 43.092686, -74.987642 43.092976, -74.98758 43.093204, -74.987523 43.093541, -74.987148 43.094614, -74.987099 43.094839, -74.986987 43.095085, -74.986677 43.095657, -74.986345 43.09602, -74.986125 43.096165, -74.985694 43.096388, -74.985537 43.096486, -74.985276 43.096687, -74.984823 43.096905, -74.984213 43.097108, -74.983536 43.09736, -74.983063 43.097612, -74.982488 43.097864, -74.982049 43.09814, -74.981593 43.098454, -74.981138 43.098855, -74.981005 43.099092, -74.980924 43.099516, -74.980911 43.099877, -74.980931 43.100101, -74.981107 43.100759, -74.98123 43.101058, -74.9813 43.101294, -74.981404 43.101455, -74.981543 43.101728, -74.981613 43.101926, -74.981857 43.102444, -74.981928 43.10268, -74.982066 43.102891, -74.982256 43.103238, -74.98231 43.103487, -74.982432 43.103735, -74.982537 43.104008, -74.98259 43.104257, -74.982869 43.104915, -74.983011 43.105474, -74.983098 43.10571, -74.983051 43.106084, -74.983364 43.106717, -74.983523 43.10726, -74.983648 43.107769, -74.983788 43.108204, -74.983844 43.108652, -74.983815 43.10915, -74.983857 43.109859, -74.983826 43.110133, -74.983829 43.110457, -74.983741 43.111125, -74.983775 43.111761, -74.983857 43.111959, -74.983855 43.112151, -74.983771 43.112324, -74.98366 43.112467, -74.983408 43.112606, -74.983173 43.112677, -74.982808 43.112726, -74.982529 43.112724, -74.981876 43.112691, -74.98134 43.112728, -74.980986 43.112786, -74.98064 43.112872, -74.980185 43.113078, -74.979759 43.113425, -74.979474 43.113681, -74.979176 43.114004, -74.979022 43.11426, -74.978932 43.11448, -74.978845 43.114798, -74.987231 43.118292, -74.995651 43.12203, -75.008945 43.128013, -75.021208 43.13361, -75.032594 43.138653, -75.031675 43.11283, -75.031651 43.111358, -75.031458 43.104802, -75.031158 43.095237, -75.031029 43.09206, -75.030836 43.086404, -75.030508 43.07595, -75.033529 43.069939, -75.034316 43.068612, -75.03749 43.062179, -75.043294 43.05068, -75.044661 43.047936, -75.047757 43.04184, -75.050233 43.036888, -75.052716 43.031999, -75.050577 43.028677, -75.049978 43.02773, -75.049825 43.027475, -75.04979 43.027374, -75.049854 43.026815, -75.049915 43.026657, -75.050094 43.026315, -75.050329 43.025976, -75.050483 43.025861, -75.05067 43.025754, -75.051722 43.02549, -75.051822 43.02544, -75.051987 43.025331, -75.052124 43.025203, -75.052233 43.025051, -75.052297 43.024905, -75.05233 43.024717, -75.052316 43.024536, -75.052253 43.024351, -75.052137 43.024171, -75.052072 43.024099, -75.051942 43.024007, -75.051844 43.023913, -75.051757 43.023798, -75.051668 43.023636, -75.051569 43.023543, -75.051476 43.023492, -75.051075 43.02342, -75.05056 43.023329, -75.050318 43.023308, -75.04939 43.023354, -75.048729 43.023414, -75.048422 43.023463, -75.048148 43.023532, -75.04736 43.023832, -75.046884 43.023892, -75.046209 43.023664, -75.04552 43.023409, -75.044512 43.023135, -75.044286 43.02306, -75.043679 43.022921, -75.041773 43.022925, -75.037783 43.023058, -75.036945 43.023065, -75.035894 43.023027, -75.035462 43.022997, -75.03431 43.022829, -75.033773 43.022657, -75.032776 43.022299, -75.031858 43.021846, -75.029203 43.020482, -75.0246 43.018065, -75.024301 43.017894, -75.023758 43.017625, -75.022448 43.017103, -75.021675 43.016829, -75.021305 43.016714, -75.020501 43.016482, -75.018442 43.016053, -75.017412 43.015904, -75.016264 43.015839, -75.015196 43.015822, -75.014444 43.015828, -75.012808 43.015975, -75.01129 43.016232, -75.009058 43.016768, -75.007755 43.017034, -75.006536 43.017317, -75.004096 43.017795, -75.002719 43.018019, -75.001464 43.018129, -75.000925 43.018019, -74.999583 43.017422, -74.999136 43.017071, -74.998668 43.01684, -74.99817 43.016703, -74.998168 43.016692, -74.997662 43.016553, -74.997041 43.016548, -74.996251 43.016563, -74.995634 43.016615, -74.995186 43.016604, -74.994478 43.016529, -74.993985 43.016314, -74.992419 43.015855, -74.991802 43.015713, -74.990985 43.01559, -74.990133 43.015535, -74.989353 43.015565, -74.988346 43.015771, -74.9871 43.016082, -74.9864 43.016222, -74.98531 43.016541, -74.98441 43.016756, -74.983654 43.016903, -74.981869 43.017312, -74.980541 43.01756, -74.979646 43.017818, -74.979217 43.017957, -74.978871 43.018094, -74.977984 43.018345, -74.977222 43.018543, -74.976128 43.018863, -74.974716 43.018976, -74.973652 43.019202, -74.973065 43.01924, -74.972239 43.019266, -74.971908 43.01929, -74.970561 43.019333, -74.969891 43.019389, -74.969137 43.019468, -74.968105 43.019775, -74.966733 43.020034, -74.966529 43.020098, -74.966375 43.020129, -74.966126 43.020163, -74.965723 43.020275, -74.965428 43.020344, -74.965152 43.020389, -74.964536 43.020549, -74.963102 43.02088, -74.962851 43.020926, -74.96282 43.020915, -74.962224 43.021025, -74.961001 43.021135, -74.960577 43.021191, -74.959957 43.021304, -74.959448 43.021337, -74.959199 43.021372, -74.958866 43.021452, -74.958532 43.021624, -74.958046 43.022049, -74.957363 43.022812, -74.957142 43.023099, -74.956941 43.02341, -74.956529 43.023978, -74.95608 43.025029, -74.95576 43.025703, -74.955523 43.026094, -74.955277 43.026421, -74.955169 43.026522, -74.955043 43.026586, -74.954852 43.026623, -74.954273 43.026677, -74.954023 43.026689, -74.95376 43.02668, -74.953424 43.026649, -74.953142 43.026603, -74.952004 43.026377, -74.951831 43.026321, -74.951681 43.026252, -74.951381 43.026078, -74.950435 43.025458, -74.949354 43.024652, -74.949056 43.024401, -74.948804 43.024173, -74.948391 43.023752, -74.9481 43.023188, -74.947881 43.022882, -74.947326 43.022313, -74.947016 43.022108, -74.946787 43.021983, -74.946587 43.021904, -74.945999 43.021631, -74.945558 43.021503, -74.945235 43.021461, -74.945004 43.021459, -74.944623 43.021521, -74.943706 43.021539, -74.942619 43.021661, -74.941843 43.021809, -74.941334 43.021955, -74.9409 43.022178, -74.940557 43.022399, -74.93996 43.022854, -74.939692 43.023142, -74.939409 43.023386, -74.939111 43.023597, -74.938842 43.023698, -74.938362 43.023788, -74.937956 43.023779, -74.936812 43.023565, -74.935969 43.023382, -74.935245 43.023188, -74.934808 43.023036, -74.934129 43.022742, -74.9336 43.022436, -74.932438 43.021914, -74.932076 43.021728, -74.931371 43.021409, -74.930767 43.021114, -74.929982 43.020777, -74.929696 43.020723, -74.928269 43.020775, -74.927338 43.020769, -74.926451 43.020718, -74.925579 43.020635, -74.923925 43.020555, -74.923489 43.020491, -74.922194 43.020244, -74.921266 43.020037, -74.920648 43.019841, -74.920181 43.019656, -74.919713 43.019439, -74.919259 43.019132, -74.918307 43.018587, -74.917855 43.018379, -74.917372 43.018184, -74.9171 43.018031, -74.916707 43.017882))\", \"region\": {\"id\": 35442, \"geometry\": \"POLYGON ((-74.916707 43.017882, -74.918263 43.025926, -74.918444 43.027448, -74.918619 43.028613, -74.919024 43.030823, -74.919811 43.034598, -74.919851 43.034781, -74.919947 43.035057, -74.920246 43.03649, -74.920534 43.038922, -74.920704 43.039942, -74.922071 43.045948, -74.924082 43.057308, -74.924164 43.057596, -74.925132 43.062498, -74.925472 43.064083, -74.925976 43.066651, -74.926182 43.067587, -74.926514 43.069333, -74.926922 43.071233, -74.927109 43.071973, -74.927389 43.073447, -74.927815 43.075113, -74.927952 43.075781, -74.928306 43.077115, -74.928554 43.078555, -74.928696 43.079127, -74.92873 43.079391, -74.928877 43.079864, -74.929082 43.080842, -74.929095 43.080903, -74.931341 43.080664, -74.931657 43.080647, -74.933977 43.080374, -74.939133 43.079827, -74.939916 43.07974, -74.943152 43.079329, -74.944288 43.079235, -74.948371 43.07877, -74.948565 43.078727, -74.949295 43.078636, -74.951713 43.07838, -74.953467 43.078164, -74.953883 43.078131, -74.967416 43.076583, -74.972403 43.076046, -74.986113 43.074527, -74.99105 43.074019, -74.991305 43.074587, -74.991575 43.075052, -74.991751 43.075495, -74.991926 43.075856, -74.991995 43.07623, -74.992031 43.076942, -74.992027 43.077245, -74.992001 43.077481, -74.991807 43.078031, -74.991719 43.078464, -74.991663 43.078596, -74.991529 43.07878, -74.991352 43.078911, -74.991139 43.079033, -74.990776 43.079171, -74.990577 43.079214, -74.990355 43.079226, -74.990156 43.079269, -74.989713 43.079277, -74.989101 43.079215, -74.988526 43.079097, -74.988248 43.079016, -74.987913 43.078895, -74.987465 43.078678, -74.987051 43.07851, -74.985179 43.07785, -74.983649 43.077287, -74.983509 43.077254, -74.98339 43.077248, -74.983253 43.077287, -74.983108 43.07735, -74.98281 43.077612, -74.982235 43.07835, -74.981974 43.078772, -74.981722 43.079307, -74.981582 43.079792, -74.981553 43.08028, -74.9816 43.080626, -74.981724 43.081002, -74.981934 43.081421, -74.982194 43.081721, -74.982402 43.08189, -74.983213 43.082394, -74.983772 43.082782, -74.984321 43.083094, -74.985116 43.083479, -74.985327 43.083558, -74.98541 43.083625, -74.985552 43.083696, -74.986238 43.083807, -74.986564 43.083881, -74.986848 43.083975, -74.987518 43.084154, -74.988115 43.084416, -74.98905 43.084924, -74.989263 43.085069, -74.989662 43.085306, -74.989909 43.085524, -74.990091 43.085773, -74.990146 43.085876, -74.990287 43.086252, -74.990344 43.086458, -74.990384 43.086713, -74.990293 43.087322, -74.990195 43.087788, -74.990148 43.087959, -74.990073 43.088119, -74.990006 43.088445, -74.989938 43.088648, -74.98948 43.089554, -74.989218 43.089968, -74.989013 43.090172, -74.988612 43.090645, -74.988264 43.091183, -74.988143 43.091491, -74.987965 43.092242, -74.9878 43.092686, -74.987642 43.092976, -74.98758 43.093204, -74.987523 43.093541, -74.987148 43.094614, -74.987099 43.094839, -74.986987 43.095085, -74.986677 43.095657, -74.986345 43.09602, -74.986125 43.096165, -74.985694 43.096388, -74.985537 43.096486, -74.985276 43.096687, -74.984823 43.096905, -74.984213 43.097108, -74.983536 43.09736, -74.983063 43.097612, -74.982488 43.097864, -74.982049 43.09814, -74.981593 43.098454, -74.981138 43.098855, -74.981005 43.099092, -74.980924 43.099516, -74.980911 43.099877, -74.980931 43.100101, -74.981107 43.100759, -74.98123 43.101058, -74.9813 43.101294, -74.981404 43.101455, -74.981543 43.101728, -74.981613 43.101926, -74.981857 43.102444, -74.981928 43.10268, -74.982066 43.102891, -74.982256 43.103238, -74.98231 43.103487, -74.982432 43.103735, -74.982537 43.104008, -74.98259 43.104257, -74.982869 43.104915, -74.983011 43.105474, -74.983098 43.10571, -74.983051 43.106084, -74.983364 43.106717, -74.983523 43.10726, -74.983648 43.107769, -74.983788 43.108204, -74.983844 43.108652, -74.983815 43.10915, -74.983857 43.109859, -74.983826 43.110133, -74.983829 43.110457, -74.983741 43.111125, -74.983775 43.111761, -74.983857 43.111959, -74.983855 43.112151, -74.983771 43.112324, -74.98366 43.112467, -74.983408 43.112606, -74.983173 43.112677, -74.982808 43.112726, -74.982529 43.112724, -74.981876 43.112691, -74.98134 43.112728, -74.980986 43.112786, -74.98064 43.112872, -74.980185 43.113078, -74.979759 43.113425, -74.979474 43.113681, -74.979176 43.114004, -74.979022 43.11426, -74.978932 43.11448, -74.978845 43.114798, -74.987231 43.118292, -74.995651 43.12203, -75.008945 43.128013, -75.021208 43.13361, -75.032594 43.138653, -75.031675 43.11283, -75.031651 43.111358, -75.031458 43.104802, -75.031158 43.095237, -75.031029 43.09206, -75.030836 43.086404, -75.030508 43.07595, -75.033529 43.069939, -75.034316 43.068612, -75.03749 43.062179, -75.043294 43.05068, -75.044661 43.047936, -75.047757 43.04184, -75.050233 43.036888, -75.052716 43.031999, -75.050577 43.028677, -75.049978 43.02773, -75.049825 43.027475, -75.04979 43.027374, -75.049854 43.026815, -75.049915 43.026657, -75.050094 43.026315, -75.050329 43.025976, -75.050483 43.025861, -75.05067 43.025754, -75.051722 43.02549, -75.051822 43.02544, -75.051987 43.025331, -75.052124 43.025203, -75.052233 43.025051, -75.052297 43.024905, -75.05233 43.024717, -75.052316 43.024536, -75.052253 43.024351, -75.052137 43.024171, -75.052072 43.024099, -75.051942 43.024007, -75.051844 43.023913, -75.051757 43.023798, -75.051668 43.023636, -75.051569 43.023543, -75.051476 43.023492, -75.051075 43.02342, -75.05056 43.023329, -75.050318 43.023308, -75.04939 43.023354, -75.048729 43.023414, -75.048422 43.023463, -75.048148 43.023532, -75.04736 43.023832, -75.046884 43.023892, -75.046209 43.023664, -75.04552 43.023409, -75.044512 43.023135, -75.044286 43.02306, -75.043679 43.022921, -75.041773 43.022925, -75.037783 43.023058, -75.036945 43.023065, -75.035894 43.023027, -75.035462 43.022997, -75.03431 43.022829, -75.033773 43.022657, -75.032776 43.022299, -75.031858 43.021846, -75.029203 43.020482, -75.0246 43.018065, -75.024301 43.017894, -75.023758 43.017625, -75.022448 43.017103, -75.021675 43.016829, -75.021305 43.016714, -75.020501 43.016482, -75.018442 43.016053, -75.017412 43.015904, -75.016264 43.015839, -75.015196 43.015822, -75.014444 43.015828, -75.012808 43.015975, -75.01129 43.016232, -75.009058 43.016768, -75.007755 43.017034, -75.006536 43.017317, -75.004096 43.017795, -75.002719 43.018019, -75.001464 43.018129, -75.000925 43.018019, -74.999583 43.017422, -74.999136 43.017071, -74.998668 43.01684, -74.99817 43.016703, -74.998168 43.016692, -74.997662 43.016553, -74.997041 43.016548, -74.996251 43.016563, -74.995634 43.016615, -74.995186 43.016604, -74.994478 43.016529, -74.993985 43.016314, -74.992419 43.015855, -74.991802 43.015713, -74.990985 43.01559, -74.990133 43.015535, -74.989353 43.015565, -74.988346 43.015771, -74.9871 43.016082, -74.9864 43.016222, -74.98531 43.016541, -74.98441 43.016756, -74.983654 43.016903, -74.981869 43.017312, -74.980541 43.01756, -74.979646 43.017818, -74.979217 43.017957, -74.978871 43.018094, -74.977984 43.018345, -74.977222 43.018543, -74.976128 43.018863, -74.974716 43.018976, -74.973652 43.019202, -74.973065 43.01924, -74.972239 43.019266, -74.971908 43.01929, -74.970561 43.019333, -74.969891 43.019389, -74.969137 43.019468, -74.968105 43.019775, -74.966733 43.020034, -74.966529 43.020098, -74.966375 43.020129, -74.966126 43.020163, -74.965723 43.020275, -74.965428 43.020344, -74.965152 43.020389, -74.964536 43.020549, -74.963102 43.02088, -74.962851 43.020926, -74.96282 43.020915, -74.962224 43.021025, -74.961001 43.021135, -74.960577 43.021191, -74.959957 43.021304, -74.959448 43.021337, -74.959199 43.021372, -74.958866 43.021452, -74.958532 43.021624, -74.958046 43.022049, -74.957363 43.022812, -74.957142 43.023099, -74.956941 43.02341, -74.956529 43.023978, -74.95608 43.025029, -74.95576 43.025703, -74.955523 43.026094, -74.955277 43.026421, -74.955169 43.026522, -74.955043 43.026586, -74.954852 43.026623, -74.954273 43.026677, -74.954023 43.026689, -74.95376 43.02668, -74.953424 43.026649, -74.953142 43.026603, -74.952004 43.026377, -74.951831 43.026321, -74.951681 43.026252, -74.951381 43.026078, -74.950435 43.025458, -74.949354 43.024652, -74.949056 43.024401, -74.948804 43.024173, -74.948391 43.023752, -74.9481 43.023188, -74.947881 43.022882, -74.947326 43.022313, -74.947016 43.022108, -74.946787 43.021983, -74.946587 43.021904, -74.945999 43.021631, -74.945558 43.021503, -74.945235 43.021461, -74.945004 43.021459, -74.944623 43.021521, -74.943706 43.021539, -74.942619 43.021661, -74.941843 43.021809, -74.941334 43.021955, -74.9409 43.022178, -74.940557 43.022399, -74.93996 43.022854, -74.939692 43.023142, -74.939409 43.023386, -74.939111 43.023597, -74.938842 43.023698, -74.938362 43.023788, -74.937956 43.023779, -74.936812 43.023565, -74.935969 43.023382, -74.935245 43.023188, -74.934808 43.023036, -74.934129 43.022742, -74.9336 43.022436, -74.932438 43.021914, -74.932076 43.021728, -74.931371 43.021409, -74.930767 43.021114, -74.929982 43.020777, -74.929696 43.020723, -74.928269 43.020775, -74.927338 43.020769, -74.926451 43.020718, -74.925579 43.020635, -74.923925 43.020555, -74.923489 43.020491, -74.922194 43.020244, -74.921266 43.020037, -74.920648 43.019841, -74.920181 43.019656, -74.919713 43.019439, -74.919259 43.019132, -74.918307 43.018587, -74.917855 43.018379, -74.917372 43.018184, -74.9171 43.018031, -74.916707 43.017882))\", \"region_name\": \"Town of Herkimer\", \"border_type\": \"town\", \"wikidata\": \"Q5739251\", \"wikipedia\": \"en:Herkimer, New York\", \"admin_level\": \"7\", \"population\": \"9566\"}}}"} -{"id": "raster_only/elevation+coverage/0016", "group": "raster_only", "template": "elevation+coverage", "question": "Within Abita Springs, Louisiana, what share of the area has elevation at or above 260 meters?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-90.042966 30.459636, -90.040712 30.459628, -90.040713 30.457834, -90.042259 30.457885, -90.042267 30.458735, -90.042983 30.458744, -90.042966 30.459636)), ((-90.048891 30.467185, -90.047728 30.467206, -90.04772 30.467253, -90.04664 30.467231, -90.045793 30.467222, -90.045143 30.467209, -90.045019 30.468267, -90.044832 30.469261, -90.044945 30.470232, -90.045005 30.471195, -90.044656 30.472157, -90.044694 30.473103, -90.044995 30.474104, -90.045073 30.47889, -90.045009 30.478963, -90.04496 30.47905, -90.044901 30.47922, -90.044906 30.480069, -90.044931 30.48188, -90.044913 30.482958, -90.045161 30.483016, -90.045697 30.483095, -90.045771 30.483103, -90.045748 30.484277, -90.044972 30.484277, -90.045022 30.485894, -90.045026 30.487546, -90.045042 30.487652, -90.045081 30.487699, -90.045117 30.491684, -90.045042 30.493237, -90.042319 30.493275, -90.040796 30.493288, -90.039672 30.493307, -90.039532 30.493305, -90.039533 30.494603, -90.039146 30.494603, -90.039112 30.495798, -90.037564 30.495848, -90.037512 30.493284, -90.034629 30.493302, -90.032968 30.493323, -90.032973 30.494771, -90.030622 30.494805, -90.030584 30.493354, -90.028621 30.493361, -90.024954 30.493381, -90.023313 30.493382, -90.023329 30.496867, -90.019658 30.496797, -90.015502 30.496787, -90.0147 30.496779, -90.014688 30.495989, -90.014718 30.494447, -90.01468 30.491854, -90.014972 30.488316, -90.015076 30.486437, -90.015002 30.484602, -90.014616 30.482287, -90.01432 30.48213, -90.014032 30.481247, -90.01364 30.479935, -90.014776 30.479664, -90.014928 30.474083, -90.015126 30.467474, -90.015166 30.464024, -90.012778 30.46254, -90.012714 30.460116, -90.012708 30.45907, -90.012748 30.457322, -90.012066 30.45733, -90.012016 30.452976, -90.015314 30.453032, -90.015208 30.456112, -90.018074 30.456, -90.018092 30.458558, -90.01741 30.458527, -90.017454 30.459553, -90.017624 30.459573, -90.028272 30.459896, -90.035437 30.459934, -90.038319 30.45994, -90.040712 30.459918, -90.041712 30.459934, -90.041687 30.460621, -90.040713 30.460612, -90.040719 30.461994, -90.040714 30.462409, -90.040716 30.462668, -90.048775 30.463186, -90.048834 30.465389, -90.048891 30.467185)), ((-90.040715 30.466716, -90.040706 30.467196, -90.042561 30.467252, -90.042556 30.466724, -90.040715 30.466716)))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 260 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 0.0}]", "question_entities": "{\"[2]\": {\"elevation\": 260}, \"[3]\": {\"region_name\": \"Abita Springs, Louisiana\", \"geo_wkt\": \"MULTIPOLYGON (((-90.042966 30.459636, -90.040712 30.459628, -90.040713 30.457834, -90.042259 30.457885, -90.042267 30.458735, -90.042983 30.458744, -90.042966 30.459636)), ((-90.048891 30.467185, -90.047728 30.467206, -90.04772 30.467253, -90.04664 30.467231, -90.045793 30.467222, -90.045143 30.467209, -90.045019 30.468267, -90.044832 30.469261, -90.044945 30.470232, -90.045005 30.471195, -90.044656 30.472157, -90.044694 30.473103, -90.044995 30.474104, -90.045073 30.47889, -90.045009 30.478963, -90.04496 30.47905, -90.044901 30.47922, -90.044906 30.480069, -90.044931 30.48188, -90.044913 30.482958, -90.045161 30.483016, -90.045697 30.483095, -90.045771 30.483103, -90.045748 30.484277, -90.044972 30.484277, -90.045022 30.485894, -90.045026 30.487546, -90.045042 30.487652, -90.045081 30.487699, -90.045117 30.491684, -90.045042 30.493237, -90.042319 30.493275, -90.040796 30.493288, -90.039672 30.493307, -90.039532 30.493305, -90.039533 30.494603, -90.039146 30.494603, -90.039112 30.495798, -90.037564 30.495848, -90.037512 30.493284, -90.034629 30.493302, -90.032968 30.493323, -90.032973 30.494771, -90.030622 30.494805, -90.030584 30.493354, -90.028621 30.493361, -90.024954 30.493381, -90.023313 30.493382, -90.023329 30.496867, -90.019658 30.496797, -90.015502 30.496787, -90.0147 30.496779, -90.014688 30.495989, -90.014718 30.494447, -90.01468 30.491854, -90.014972 30.488316, -90.015076 30.486437, -90.015002 30.484602, -90.014616 30.482287, -90.01432 30.48213, -90.014032 30.481247, -90.01364 30.479935, -90.014776 30.479664, -90.014928 30.474083, -90.015126 30.467474, -90.015166 30.464024, -90.012778 30.46254, -90.012714 30.460116, -90.012708 30.45907, -90.012748 30.457322, -90.012066 30.45733, -90.012016 30.452976, -90.015314 30.453032, -90.015208 30.456112, -90.018074 30.456, -90.018092 30.458558, -90.01741 30.458527, -90.017454 30.459553, -90.017624 30.459573, -90.028272 30.459896, -90.035437 30.459934, -90.038319 30.45994, -90.040712 30.459918, -90.041712 30.459934, -90.041687 30.460621, -90.040713 30.460612, -90.040719 30.461994, -90.040714 30.462409, -90.040716 30.462668, -90.048775 30.463186, -90.048834 30.465389, -90.048891 30.467185)), ((-90.040715 30.466716, -90.040706 30.467196, -90.042561 30.467252, -90.042556 30.466724, -90.040715 30.466716)))\", \"region\": {\"id\": 23657, \"geometry\": \"MULTIPOLYGON (((-90.042966 30.459636, -90.040712 30.459628, -90.040713 30.457834, -90.042259 30.457885, -90.042267 30.458735, -90.042983 30.458744, -90.042966 30.459636)), ((-90.048891 30.467185, -90.047728 30.467206, -90.04772 30.467253, -90.04664 30.467231, -90.045793 30.467222, -90.045143 30.467209, -90.045019 30.468267, -90.044832 30.469261, -90.044945 30.470232, -90.045005 30.471195, -90.044656 30.472157, -90.044694 30.473103, -90.044995 30.474104, -90.045073 30.47889, -90.045009 30.478963, -90.04496 30.47905, -90.044901 30.47922, -90.044906 30.480069, -90.044931 30.48188, -90.044913 30.482958, -90.045161 30.483016, -90.045697 30.483095, -90.045771 30.483103, -90.045748 30.484277, -90.044972 30.484277, -90.045022 30.485894, -90.045026 30.487546, -90.045042 30.487652, -90.045081 30.487699, -90.045117 30.491684, -90.045042 30.493237, -90.042319 30.493275, -90.040796 30.493288, -90.039672 30.493307, -90.039532 30.493305, -90.039533 30.494603, -90.039146 30.494603, -90.039112 30.495798, -90.037564 30.495848, -90.037512 30.493284, -90.034629 30.493302, -90.032968 30.493323, -90.032973 30.494771, -90.030622 30.494805, -90.030584 30.493354, -90.028621 30.493361, -90.024954 30.493381, -90.023313 30.493382, -90.023329 30.496867, -90.019658 30.496797, -90.015502 30.496787, -90.0147 30.496779, -90.014688 30.495989, -90.014718 30.494447, -90.01468 30.491854, -90.014972 30.488316, -90.015076 30.486437, -90.015002 30.484602, -90.014616 30.482287, -90.01432 30.48213, -90.014032 30.481247, -90.01364 30.479935, -90.014776 30.479664, -90.014928 30.474083, -90.015126 30.467474, -90.015166 30.464024, -90.012778 30.46254, -90.012714 30.460116, -90.012708 30.45907, -90.012748 30.457322, -90.012066 30.45733, -90.012016 30.452976, -90.015314 30.453032, -90.015208 30.456112, -90.018074 30.456, -90.018092 30.458558, -90.01741 30.458527, -90.017454 30.459553, -90.017624 30.459573, -90.028272 30.459896, -90.035437 30.459934, -90.038319 30.45994, -90.040712 30.459918, -90.041712 30.459934, -90.041687 30.460621, -90.040713 30.460612, -90.040719 30.461994, -90.040714 30.462409, -90.040716 30.462668, -90.048775 30.463186, -90.048834 30.465389, -90.048891 30.467185)), ((-90.040715 30.466716, -90.040706 30.467196, -90.042561 30.467252, -90.042556 30.466724, -90.040715 30.466716)))\", \"region_name\": \"Abita Springs\", \"border_type\": \"town\", \"wikidata\": \"Q3193360\", \"wikipedia\": \"en:Abita Springs, Louisiana\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0017", "group": "raster_only", "template": "elevation+coverage", "question": "In Tuscarawas, Ohio, what percentage of the area is at or above 220 m in elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-81.402609 40.379375, -81.401363 40.379994, -81.400013 40.380666, -81.39972 40.380667, -81.398728 40.381153, -81.398095 40.381483, -81.396899 40.382296, -81.396794 40.382382, -81.395727 40.383266, -81.395472 40.383502, -81.395208 40.383756, -81.394707 40.384242, -81.394427 40.384531, -81.394354 40.384608, -81.394584 40.38473, -81.394605 40.38474, -81.394671 40.384771, -81.394693 40.384782, -81.39474 40.384795, -81.394811 40.38483, -81.395154 40.385004, -81.395269 40.385063, -81.395321 40.385097, -81.395434 40.384884, -81.395865 40.384081, -81.395944 40.383934, -81.396037 40.384034, -81.396056 40.384091, -81.396075 40.384148, -81.396094 40.384207, -81.396114 40.384266, -81.396118 40.38428, -81.396363 40.385019, -81.396366 40.385028, -81.396406 40.385147, -81.396445 40.385266, -81.396222 40.385332, -81.396108 40.385366, -81.395871 40.385538, -81.395746 40.385664, -81.395692 40.385756, -81.395575 40.385957, -81.395512 40.386023, -81.395324 40.386222, -81.395262 40.386289, -81.395052 40.386469, -81.394903 40.386596, -81.394841 40.386649, -81.394667 40.386797, -81.39422 40.38718, -81.393351 40.388167, -81.393171 40.388573, -81.393104 40.388728, -81.392849 40.389281, -81.392709 40.38929, -81.392696 40.38929, -81.392561 40.389291, -81.392308 40.389292, -81.392215 40.389292, -81.392055 40.389292, -81.39179 40.389281, -81.391956 40.388996, -81.392209 40.388806, -81.392461 40.388523, -81.393847 40.386946, -81.393999 40.38679, -81.394628 40.386148, -81.39469 40.386088, -81.394875 40.385911, -81.394938 40.385852, -81.395007 40.385712, -81.395215 40.385294, -81.395257 40.385211, -81.395205 40.385176, -81.395087 40.385115, -81.394733 40.384935, -81.394616 40.384875, -81.394599 40.384867, -81.394549 40.384843, -81.394533 40.384836, -81.394274 40.384714, -81.394252 40.384743, -81.393684 40.385526, -81.393495 40.385787, -81.39334 40.386005, -81.393189 40.38598, -81.392238 40.385825, -81.392378 40.385564, -81.392445 40.385441, -81.39271 40.38553, -81.393073 40.385591, -81.393134 40.385482, -81.393843 40.384234, -81.393803 40.384215, -81.393359 40.384002, -81.393406 40.383868, -81.394043 40.382916, -81.395384 40.380916, -81.396147 40.379677, -81.396582 40.378972, -81.396612 40.378514, -81.396651 40.378437, -81.396692 40.378382, -81.396733 40.378331, -81.396908 40.378162, -81.397031 40.378067, -81.397155 40.377974, -81.397151 40.377919, -81.397335 40.377742, -81.39739 40.37769, -81.398246 40.377673, -81.398557 40.377668, -81.398777 40.377637, -81.399105 40.377616, -81.399616 40.377585, -81.400554 40.377577, -81.400758 40.377577, -81.40131 40.37758, -81.401627 40.377911, -81.40175 40.37804, -81.402593 40.378894, -81.402715 40.379018, -81.402916 40.379222, -81.402609 40.379375)), ((-81.391003 40.396646, -81.391024 40.396646, -81.391268 40.396648, -81.391512 40.396649, -81.391693 40.39665, -81.391833 40.396651, -81.391958 40.396652, -81.392084 40.396653, -81.393633 40.396662, -81.396676 40.396681, -81.396673 40.396391, -81.396671 40.396287, -81.39667 40.396126, -81.396668 40.39586, -81.396665 40.395581, -81.396661 40.395205, -81.39666 40.395106, -81.396656 40.394713, -81.396658 40.394661, -81.396665 40.394506, -81.396668 40.394455, -81.39637 40.39445, -81.39635 40.394449, -81.39566 40.39444, -81.395397 40.394435, -81.39508 40.39443, -81.394209 40.3944, -81.39362 40.39438, -81.39283 40.39434, -81.39241 40.39429, -81.391606 40.394211, -81.391573 40.394213, -81.391302 40.394166, -81.391032 40.394105, -81.390755 40.394035, -81.390674 40.39401, -81.390431 40.393937, -81.39035 40.393913, -81.390367 40.39359, -81.390452 40.393388, -81.390657 40.392904, -81.391446 40.391039, -81.392016 40.390332, -81.392186 40.390121, -81.392436 40.389811, -81.392857 40.38929, -81.392892 40.38929, -81.393 40.389293, -81.393036 40.389294, -81.394093 40.389276, -81.394276 40.389274, -81.397263 40.389175, -81.39832 40.38914, -81.398732 40.389151, -81.39942 40.38917, -81.399443 40.38917, -81.40058 40.38919, -81.400778 40.389237, -81.40094 40.3893, -81.40105 40.3894, -81.40116 40.38952, -81.40125 40.38969, -81.401266 40.389825, -81.40127 40.38986, -81.40123 40.39058, -81.401207 40.391042, -81.40118 40.39163, -81.401147 40.392161, -81.402485 40.392194, -81.406501 40.392281, -81.40784 40.39231, -81.408307 40.39233, -81.408508 40.392338, -81.410513 40.392425, -81.41052 40.392426, -81.410746 40.393049, -81.410724 40.393421, -81.41066 40.394537, -81.41064 40.39491, -81.410698 40.39491, -81.410874 40.394913, -81.410933 40.394914, -81.410928 40.395698, -81.410927 40.395945, -81.412464 40.395933, -81.412455 40.396502, -81.412448 40.396959, -81.412225 40.396955, -81.412224 40.39706, -81.411673 40.39706, -81.41153 40.39706, -81.41002 40.397038, -81.40947 40.39703, -81.409308 40.397025, -81.409093 40.397018, -81.408825 40.39701, -81.40882 40.39701, -81.408664 40.397007, -81.408466 40.398642, -81.408388 40.399288, -81.407679 40.399331, -81.407732 40.401136, -81.408252 40.401397, -81.408225 40.402095, -81.407852 40.402085, -81.407882 40.402202, -81.407958 40.402493, -81.40809 40.403268, -81.407993 40.403821, -81.408087 40.404232, -81.407189 40.404233, -81.407226 40.4046, -81.40727 40.40502, -81.407205 40.405025, -81.40704 40.40504, -81.407015 40.405024, -81.40696 40.40499, -81.406828 40.40484, -81.406432 40.40439, -81.4063 40.40424, -81.406213 40.404215, -81.405953 40.40414, -81.405867 40.404115, -81.40587 40.403731, -81.405883 40.402579, -81.405888 40.402196, -81.405852 40.402195, -81.405745 40.402192, -81.40571 40.402192, -81.405715 40.401904, -81.405417 40.401895, -81.405285 40.401891, -81.405389 40.40118, -81.404484 40.401234, -81.4039 40.401269, -81.40363 40.401275, -81.403506 40.401278, -81.403152 40.401286, -81.402969 40.401278, -81.40296 40.401131, -81.402958 40.401084, -81.402736 40.401084, -81.402602 40.401076, -81.4022 40.401052, -81.402066 40.401045, -81.40194 40.401044, -81.401565 40.401043, -81.40144 40.401043, -81.40126 40.401039, -81.400928 40.401032, -81.400913 40.400844, -81.400893 40.400845, -81.400714 40.400855, -81.400571 40.400855, -81.400142 40.400859, -81.4 40.40086, -81.400004 40.400771, -81.400018 40.400504, -81.400023 40.400416, -81.399884 40.400419, -81.399467 40.400428, -81.399329 40.400432, -81.399361 40.400383, -81.399447 40.400253, -81.399457 40.400238, -81.39949 40.40019, -81.399605 40.400014, -81.399633 40.399971, -81.400066 40.399317, -81.40026 40.39905, -81.400195 40.39905, -81.39986 40.39902, -81.39944 40.39899, -81.3987 40.39895, -81.39866 40.39895, -81.39826 40.39895, -81.398112 40.39895, -81.397668 40.398952, -81.397521 40.398954, -81.394478 40.39897, -81.391229 40.398989, -81.391051 40.39845, -81.390566 40.398537, -81.390491 40.39855, -81.390301 40.397961, -81.390577 40.397441, -81.39071 40.397194, -81.39084 40.396952, -81.39097 40.396709, -81.391003 40.396646)))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 220 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 32.358024691358025}]", "question_entities": "{\"[2]\": {\"elevation\": 220}, \"[3]\": {\"region_name\": \"Tuscarawas, Ohio\", \"geo_wkt\": \"MULTIPOLYGON (((-81.402609 40.379375, -81.401363 40.379994, -81.400013 40.380666, -81.39972 40.380667, -81.398728 40.381153, -81.398095 40.381483, -81.396899 40.382296, -81.396794 40.382382, -81.395727 40.383266, -81.395472 40.383502, -81.395208 40.383756, -81.394707 40.384242, -81.394427 40.384531, -81.394354 40.384608, -81.394584 40.38473, -81.394605 40.38474, -81.394671 40.384771, -81.394693 40.384782, -81.39474 40.384795, -81.394811 40.38483, -81.395154 40.385004, -81.395269 40.385063, -81.395321 40.385097, -81.395434 40.384884, -81.395865 40.384081, -81.395944 40.383934, -81.396037 40.384034, -81.396056 40.384091, -81.396075 40.384148, -81.396094 40.384207, -81.396114 40.384266, -81.396118 40.38428, -81.396363 40.385019, -81.396366 40.385028, -81.396406 40.385147, -81.396445 40.385266, -81.396222 40.385332, -81.396108 40.385366, -81.395871 40.385538, -81.395746 40.385664, -81.395692 40.385756, -81.395575 40.385957, -81.395512 40.386023, -81.395324 40.386222, -81.395262 40.386289, -81.395052 40.386469, -81.394903 40.386596, -81.394841 40.386649, -81.394667 40.386797, -81.39422 40.38718, -81.393351 40.388167, -81.393171 40.388573, -81.393104 40.388728, -81.392849 40.389281, -81.392709 40.38929, -81.392696 40.38929, -81.392561 40.389291, -81.392308 40.389292, -81.392215 40.389292, -81.392055 40.389292, -81.39179 40.389281, -81.391956 40.388996, -81.392209 40.388806, -81.392461 40.388523, -81.393847 40.386946, -81.393999 40.38679, -81.394628 40.386148, -81.39469 40.386088, -81.394875 40.385911, -81.394938 40.385852, -81.395007 40.385712, -81.395215 40.385294, -81.395257 40.385211, -81.395205 40.385176, -81.395087 40.385115, -81.394733 40.384935, -81.394616 40.384875, -81.394599 40.384867, -81.394549 40.384843, -81.394533 40.384836, -81.394274 40.384714, -81.394252 40.384743, -81.393684 40.385526, -81.393495 40.385787, -81.39334 40.386005, -81.393189 40.38598, -81.392238 40.385825, -81.392378 40.385564, -81.392445 40.385441, -81.39271 40.38553, -81.393073 40.385591, -81.393134 40.385482, -81.393843 40.384234, -81.393803 40.384215, -81.393359 40.384002, -81.393406 40.383868, -81.394043 40.382916, -81.395384 40.380916, -81.396147 40.379677, -81.396582 40.378972, -81.396612 40.378514, -81.396651 40.378437, -81.396692 40.378382, -81.396733 40.378331, -81.396908 40.378162, -81.397031 40.378067, -81.397155 40.377974, -81.397151 40.377919, -81.397335 40.377742, -81.39739 40.37769, -81.398246 40.377673, -81.398557 40.377668, -81.398777 40.377637, -81.399105 40.377616, -81.399616 40.377585, -81.400554 40.377577, -81.400758 40.377577, -81.40131 40.37758, -81.401627 40.377911, -81.40175 40.37804, -81.402593 40.378894, -81.402715 40.379018, -81.402916 40.379222, -81.402609 40.379375)), ((-81.391003 40.396646, -81.391024 40.396646, -81.391268 40.396648, -81.391512 40.396649, -81.391693 40.39665, -81.391833 40.396651, -81.391958 40.396652, -81.392084 40.396653, -81.393633 40.396662, -81.396676 40.396681, -81.396673 40.396391, -81.396671 40.396287, -81.39667 40.396126, -81.396668 40.39586, -81.396665 40.395581, -81.396661 40.395205, -81.39666 40.395106, -81.396656 40.394713, -81.396658 40.394661, -81.396665 40.394506, -81.396668 40.394455, -81.39637 40.39445, -81.39635 40.394449, -81.39566 40.39444, -81.395397 40.394435, -81.39508 40.39443, -81.394209 40.3944, -81.39362 40.39438, -81.39283 40.39434, -81.39241 40.39429, -81.391606 40.394211, -81.391573 40.394213, -81.391302 40.394166, -81.391032 40.394105, -81.390755 40.394035, -81.390674 40.39401, -81.390431 40.393937, -81.39035 40.393913, -81.390367 40.39359, -81.390452 40.393388, -81.390657 40.392904, -81.391446 40.391039, -81.392016 40.390332, -81.392186 40.390121, -81.392436 40.389811, -81.392857 40.38929, -81.392892 40.38929, -81.393 40.389293, -81.393036 40.389294, -81.394093 40.389276, -81.394276 40.389274, -81.397263 40.389175, -81.39832 40.38914, -81.398732 40.389151, -81.39942 40.38917, -81.399443 40.38917, -81.40058 40.38919, -81.400778 40.389237, -81.40094 40.3893, -81.40105 40.3894, -81.40116 40.38952, -81.40125 40.38969, -81.401266 40.389825, -81.40127 40.38986, -81.40123 40.39058, -81.401207 40.391042, -81.40118 40.39163, -81.401147 40.392161, -81.402485 40.392194, -81.406501 40.392281, -81.40784 40.39231, -81.408307 40.39233, -81.408508 40.392338, -81.410513 40.392425, -81.41052 40.392426, -81.410746 40.393049, -81.410724 40.393421, -81.41066 40.394537, -81.41064 40.39491, -81.410698 40.39491, -81.410874 40.394913, -81.410933 40.394914, -81.410928 40.395698, -81.410927 40.395945, -81.412464 40.395933, -81.412455 40.396502, -81.412448 40.396959, -81.412225 40.396955, -81.412224 40.39706, -81.411673 40.39706, -81.41153 40.39706, -81.41002 40.397038, -81.40947 40.39703, -81.409308 40.397025, -81.409093 40.397018, -81.408825 40.39701, -81.40882 40.39701, -81.408664 40.397007, -81.408466 40.398642, -81.408388 40.399288, -81.407679 40.399331, -81.407732 40.401136, -81.408252 40.401397, -81.408225 40.402095, -81.407852 40.402085, -81.407882 40.402202, -81.407958 40.402493, -81.40809 40.403268, -81.407993 40.403821, -81.408087 40.404232, -81.407189 40.404233, -81.407226 40.4046, -81.40727 40.40502, -81.407205 40.405025, -81.40704 40.40504, -81.407015 40.405024, -81.40696 40.40499, -81.406828 40.40484, -81.406432 40.40439, -81.4063 40.40424, -81.406213 40.404215, -81.405953 40.40414, -81.405867 40.404115, -81.40587 40.403731, -81.405883 40.402579, -81.405888 40.402196, -81.405852 40.402195, -81.405745 40.402192, -81.40571 40.402192, -81.405715 40.401904, -81.405417 40.401895, -81.405285 40.401891, -81.405389 40.40118, -81.404484 40.401234, -81.4039 40.401269, -81.40363 40.401275, -81.403506 40.401278, -81.403152 40.401286, -81.402969 40.401278, -81.40296 40.401131, -81.402958 40.401084, -81.402736 40.401084, -81.402602 40.401076, -81.4022 40.401052, -81.402066 40.401045, -81.40194 40.401044, -81.401565 40.401043, -81.40144 40.401043, -81.40126 40.401039, -81.400928 40.401032, -81.400913 40.400844, -81.400893 40.400845, -81.400714 40.400855, -81.400571 40.400855, -81.400142 40.400859, -81.4 40.40086, -81.400004 40.400771, -81.400018 40.400504, -81.400023 40.400416, -81.399884 40.400419, -81.399467 40.400428, -81.399329 40.400432, -81.399361 40.400383, -81.399447 40.400253, -81.399457 40.400238, -81.39949 40.40019, -81.399605 40.400014, -81.399633 40.399971, -81.400066 40.399317, -81.40026 40.39905, -81.400195 40.39905, -81.39986 40.39902, -81.39944 40.39899, -81.3987 40.39895, -81.39866 40.39895, -81.39826 40.39895, -81.398112 40.39895, -81.397668 40.398952, -81.397521 40.398954, -81.394478 40.39897, -81.391229 40.398989, -81.391051 40.39845, -81.390566 40.398537, -81.390491 40.39855, -81.390301 40.397961, -81.390577 40.397441, -81.39071 40.397194, -81.39084 40.396952, -81.39097 40.396709, -81.391003 40.396646)))\", \"region\": {\"id\": 16606, \"geometry\": \"MULTIPOLYGON (((-81.402609 40.379375, -81.401363 40.379994, -81.400013 40.380666, -81.39972 40.380667, -81.398728 40.381153, -81.398095 40.381483, -81.396899 40.382296, -81.396794 40.382382, -81.395727 40.383266, -81.395472 40.383502, -81.395208 40.383756, -81.394707 40.384242, -81.394427 40.384531, -81.394354 40.384608, -81.394584 40.38473, -81.394605 40.38474, -81.394671 40.384771, -81.394693 40.384782, -81.39474 40.384795, -81.394811 40.38483, -81.395154 40.385004, -81.395269 40.385063, -81.395321 40.385097, -81.395434 40.384884, -81.395865 40.384081, -81.395944 40.383934, -81.396037 40.384034, -81.396056 40.384091, -81.396075 40.384148, -81.396094 40.384207, -81.396114 40.384266, -81.396118 40.38428, -81.396363 40.385019, -81.396366 40.385028, -81.396406 40.385147, -81.396445 40.385266, -81.396222 40.385332, -81.396108 40.385366, -81.395871 40.385538, -81.395746 40.385664, -81.395692 40.385756, -81.395575 40.385957, -81.395512 40.386023, -81.395324 40.386222, -81.395262 40.386289, -81.395052 40.386469, -81.394903 40.386596, -81.394841 40.386649, -81.394667 40.386797, -81.39422 40.38718, -81.393351 40.388167, -81.393171 40.388573, -81.393104 40.388728, -81.392849 40.389281, -81.392709 40.38929, -81.392696 40.38929, -81.392561 40.389291, -81.392308 40.389292, -81.392215 40.389292, -81.392055 40.389292, -81.39179 40.389281, -81.391956 40.388996, -81.392209 40.388806, -81.392461 40.388523, -81.393847 40.386946, -81.393999 40.38679, -81.394628 40.386148, -81.39469 40.386088, -81.394875 40.385911, -81.394938 40.385852, -81.395007 40.385712, -81.395215 40.385294, -81.395257 40.385211, -81.395205 40.385176, -81.395087 40.385115, -81.394733 40.384935, -81.394616 40.384875, -81.394599 40.384867, -81.394549 40.384843, -81.394533 40.384836, -81.394274 40.384714, -81.394252 40.384743, -81.393684 40.385526, -81.393495 40.385787, -81.39334 40.386005, -81.393189 40.38598, -81.392238 40.385825, -81.392378 40.385564, -81.392445 40.385441, -81.39271 40.38553, -81.393073 40.385591, -81.393134 40.385482, -81.393843 40.384234, -81.393803 40.384215, -81.393359 40.384002, -81.393406 40.383868, -81.394043 40.382916, -81.395384 40.380916, -81.396147 40.379677, -81.396582 40.378972, -81.396612 40.378514, -81.396651 40.378437, -81.396692 40.378382, -81.396733 40.378331, -81.396908 40.378162, -81.397031 40.378067, -81.397155 40.377974, -81.397151 40.377919, -81.397335 40.377742, -81.39739 40.37769, -81.398246 40.377673, -81.398557 40.377668, -81.398777 40.377637, -81.399105 40.377616, -81.399616 40.377585, -81.400554 40.377577, -81.400758 40.377577, -81.40131 40.37758, -81.401627 40.377911, -81.40175 40.37804, -81.402593 40.378894, -81.402715 40.379018, -81.402916 40.379222, -81.402609 40.379375)), ((-81.391003 40.396646, -81.391024 40.396646, -81.391268 40.396648, -81.391512 40.396649, -81.391693 40.39665, -81.391833 40.396651, -81.391958 40.396652, -81.392084 40.396653, -81.393633 40.396662, -81.396676 40.396681, -81.396673 40.396391, -81.396671 40.396287, -81.39667 40.396126, -81.396668 40.39586, -81.396665 40.395581, -81.396661 40.395205, -81.39666 40.395106, -81.396656 40.394713, -81.396658 40.394661, -81.396665 40.394506, -81.396668 40.394455, -81.39637 40.39445, -81.39635 40.394449, -81.39566 40.39444, -81.395397 40.394435, -81.39508 40.39443, -81.394209 40.3944, -81.39362 40.39438, -81.39283 40.39434, -81.39241 40.39429, -81.391606 40.394211, -81.391573 40.394213, -81.391302 40.394166, -81.391032 40.394105, -81.390755 40.394035, -81.390674 40.39401, -81.390431 40.393937, -81.39035 40.393913, -81.390367 40.39359, -81.390452 40.393388, -81.390657 40.392904, -81.391446 40.391039, -81.392016 40.390332, -81.392186 40.390121, -81.392436 40.389811, -81.392857 40.38929, -81.392892 40.38929, -81.393 40.389293, -81.393036 40.389294, -81.394093 40.389276, -81.394276 40.389274, -81.397263 40.389175, -81.39832 40.38914, -81.398732 40.389151, -81.39942 40.38917, -81.399443 40.38917, -81.40058 40.38919, -81.400778 40.389237, -81.40094 40.3893, -81.40105 40.3894, -81.40116 40.38952, -81.40125 40.38969, -81.401266 40.389825, -81.40127 40.38986, -81.40123 40.39058, -81.401207 40.391042, -81.40118 40.39163, -81.401147 40.392161, -81.402485 40.392194, -81.406501 40.392281, -81.40784 40.39231, -81.408307 40.39233, -81.408508 40.392338, -81.410513 40.392425, -81.41052 40.392426, -81.410746 40.393049, -81.410724 40.393421, -81.41066 40.394537, -81.41064 40.39491, -81.410698 40.39491, -81.410874 40.394913, -81.410933 40.394914, -81.410928 40.395698, -81.410927 40.395945, -81.412464 40.395933, -81.412455 40.396502, -81.412448 40.396959, -81.412225 40.396955, -81.412224 40.39706, -81.411673 40.39706, -81.41153 40.39706, -81.41002 40.397038, -81.40947 40.39703, -81.409308 40.397025, -81.409093 40.397018, -81.408825 40.39701, -81.40882 40.39701, -81.408664 40.397007, -81.408466 40.398642, -81.408388 40.399288, -81.407679 40.399331, -81.407732 40.401136, -81.408252 40.401397, -81.408225 40.402095, -81.407852 40.402085, -81.407882 40.402202, -81.407958 40.402493, -81.40809 40.403268, -81.407993 40.403821, -81.408087 40.404232, -81.407189 40.404233, -81.407226 40.4046, -81.40727 40.40502, -81.407205 40.405025, -81.40704 40.40504, -81.407015 40.405024, -81.40696 40.40499, -81.406828 40.40484, -81.406432 40.40439, -81.4063 40.40424, -81.406213 40.404215, -81.405953 40.40414, -81.405867 40.404115, -81.40587 40.403731, -81.405883 40.402579, -81.405888 40.402196, -81.405852 40.402195, -81.405745 40.402192, -81.40571 40.402192, -81.405715 40.401904, -81.405417 40.401895, -81.405285 40.401891, -81.405389 40.40118, -81.404484 40.401234, -81.4039 40.401269, -81.40363 40.401275, -81.403506 40.401278, -81.403152 40.401286, -81.402969 40.401278, -81.40296 40.401131, -81.402958 40.401084, -81.402736 40.401084, -81.402602 40.401076, -81.4022 40.401052, -81.402066 40.401045, -81.40194 40.401044, -81.401565 40.401043, -81.40144 40.401043, -81.40126 40.401039, -81.400928 40.401032, -81.400913 40.400844, -81.400893 40.400845, -81.400714 40.400855, -81.400571 40.400855, -81.400142 40.400859, -81.4 40.40086, -81.400004 40.400771, -81.400018 40.400504, -81.400023 40.400416, -81.399884 40.400419, -81.399467 40.400428, -81.399329 40.400432, -81.399361 40.400383, -81.399447 40.400253, -81.399457 40.400238, -81.39949 40.40019, -81.399605 40.400014, -81.399633 40.399971, -81.400066 40.399317, -81.40026 40.39905, -81.400195 40.39905, -81.39986 40.39902, -81.39944 40.39899, -81.3987 40.39895, -81.39866 40.39895, -81.39826 40.39895, -81.398112 40.39895, -81.397668 40.398952, -81.397521 40.398954, -81.394478 40.39897, -81.391229 40.398989, -81.391051 40.39845, -81.390566 40.398537, -81.390491 40.39855, -81.390301 40.397961, -81.390577 40.397441, -81.39071 40.397194, -81.39084 40.396952, -81.39097 40.396709, -81.391003 40.396646)))\", \"region_name\": \"Tuscarawas\", \"border_type\": \"village\", \"wikidata\": \"Q2154845\", \"wikipedia\": \"en:Tuscarawas, Ohio\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+coverage/0018", "group": "raster_only", "template": "elevation+coverage", "question": "In Terrell County, Georgia, what percentage of the area is at or above 40 m in elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-84.305956 31.691088, -84.314339 31.691127, -84.314751 31.683385, -84.305884 31.683241, -84.305916 31.691068, -84.305916 31.691086, -84.305956 31.691088)), ((-84.305896 31.691089, -84.305916 31.691091, -84.305917 31.691103, -84.306011 31.698051, -84.295486 31.698095, -84.295363 31.70218, -84.295083 31.708427, -84.294563 31.721622, -84.293411 31.74992, -84.286942 31.749538, -84.286392 31.782846, -84.286522 31.791054, -84.258499 31.790918, -84.261223 31.792711, -84.261238 31.793623, -84.261253 31.794537, -84.261803 31.794987, -84.262352 31.795893, -84.262375 31.79726, -84.262924 31.798166, -84.262398 31.799086, -84.262413 31.799997, -84.261887 31.800459, -84.26136 31.801378, -84.261375 31.80229, -84.260841 31.802752, -84.260857 31.803663, -84.261421 31.805025, -84.261963 31.805475, -84.262527 31.806837, -84.263084 31.808199, -84.263626 31.808649, -84.264175 31.809099, -84.263641 31.809561, -84.263664 31.810928, -84.264206 31.810923, -84.264221 31.811834, -84.264236 31.812748, -84.26371 31.813665, -84.263176 31.814127, -84.26265 31.815044, -84.262665 31.815958, -84.26268 31.81687, -84.262695 31.817781, -84.263245 31.818232, -84.26326 31.819143, -84.262718 31.819149, -84.262184 31.819613, -84.262199 31.820524, -84.262756 31.82143, -84.263298 31.82188, -84.263313 31.822792, -84.263863 31.823242, -84.263329 31.823704, -84.262794 31.824167, -84.262268 31.825085, -84.261742 31.825546, -84.260666 31.826015, -84.260139 31.826477, -84.260147 31.827389, -84.260704 31.828295, -84.261246 31.828289, -84.26178 31.828283, -84.262329 31.828733, -84.262352 31.830101, -84.262901 31.831007, -84.263451 31.831457, -84.264008 31.832819, -84.264565 31.833725, -84.265656 31.834625, -84.266205 31.835075, -84.26783 31.83597, -84.269463 31.836863, -84.270012 31.837313, -84.271095 31.837757, -84.271645 31.838207, -84.272179 31.838202, -84.272194 31.839113, -84.272743 31.839563, -84.273834 31.840464, -84.275459 31.8409, -84.276009 31.841351, -84.27655 31.841801, -84.277107 31.842707, -84.277145 31.844986, -84.276657 31.84864, -84.276672 31.849552, -84.277222 31.850002, -84.279388 31.850891, -84.280479 31.851334, -84.281563 31.851778, -84.282104 31.851772, -84.282646 31.852222, -84.284286 31.853571, -84.285378 31.854471, -84.28701 31.855364, -84.2892 31.857164, -84.289742 31.857615, -84.290848 31.858971, -84.291389 31.859419, -84.291939 31.859869, -84.293556 31.85985, -84.293579 31.861217, -84.293594 31.862131, -84.294159 31.863949, -84.294708 31.864399, -84.295258 31.864849, -84.295744 31.865048, -84.296341 31.865292, -84.297424 31.865736, -84.298515 31.866634, -84.300148 31.867529, -84.301231 31.867516, -84.301773 31.86751, -84.302856 31.867952, -84.303398 31.867947, -84.304482 31.868391, -84.305016 31.868383, -84.306107 31.868828, -84.307182 31.868814, -84.308266 31.868803, -84.3088 31.868795, -84.309883 31.869238, -84.310966 31.869225, -84.311508 31.869219, -84.312035 31.868757, -84.313118 31.868744, -84.314194 31.868731, -84.315269 31.868719, -84.316353 31.868706, -84.316895 31.869156, -84.317993 31.8696, -84.318542 31.870504, -84.319626 31.870493, -84.320717 31.871391, -84.321259 31.871386, -84.322334 31.871372, -84.323402 31.870903, -84.324486 31.870892, -84.325562 31.870878, -84.326111 31.871328, -84.327209 31.872683, -84.328827 31.872663, -84.329376 31.873114, -84.33046 31.873558, -84.332085 31.873995, -84.333168 31.873981, -84.334236 31.873512, -84.336388 31.873032, -84.338013 31.873466, -84.340706 31.873436, -84.342331 31.873873, -84.342888 31.874777, -84.344521 31.875669, -84.345612 31.87657, -84.346718 31.877924, -84.347809 31.878824, -84.348366 31.879728, -84.348923 31.880634, -84.349464 31.881084, -84.350014 31.881535, -84.351089 31.881521, -84.351639 31.881969, -84.35218 31.881964, -84.35273 31.88287, -84.353279 31.883318, -84.353836 31.884224, -84.354385 31.88513, -84.356018 31.885567, -84.357094 31.885553, -84.358177 31.885996, -84.358734 31.886902, -84.358749 31.887814, -84.359306 31.88872, -84.359856 31.889626, -84.360405 31.890074, -84.361496 31.890516, -84.362045 31.891422, -84.362602 31.892328, -84.363693 31.892771, -84.364243 31.893677, -84.364792 31.894127, -84.364807 31.895039, -84.365356 31.895487, -84.366989 31.896379, -84.36808 31.897278, -84.369171 31.897722, -84.371353 31.899063, -84.372444 31.899961, -84.373001 31.900867, -84.374641 31.902216, -84.375748 31.904026, -84.376305 31.904932, -84.377411 31.906286, -84.378494 31.906727, -84.379593 31.907625, -84.380157 31.909443, -84.380714 31.910349, -84.380737 31.911716, -84.380753 31.912628, -84.381866 31.91444, -84.382423 31.915344, -84.384064 31.916693, -84.384621 31.917599, -84.386253 31.918489, -84.388428 31.919374, -84.389526 31.920729, -84.390076 31.921179, -84.391167 31.921621, -84.392799 31.922514, -84.394966 31.922943, -84.395523 31.923849, -84.397163 31.925196, -84.397713 31.925644, -84.39827 31.92655, -84.398834 31.928368, -84.398857 31.929279, -84.399399 31.929729, -84.400497 31.930628, -84.401596 31.931982, -84.403244 31.933331, -84.403801 31.934235, -84.404884 31.934677, -84.405983 31.935575, -84.407066 31.936018, -84.408691 31.936455, -84.409241 31.936903, -84.410324 31.93689, -84.4114 31.936876, -84.412491 31.937319, -84.413582 31.938215, -84.41523 31.939564, -84.41687 31.94091, -84.418503 31.941803, -84.419594 31.942245, -84.421227 31.943136, -84.421783 31.944042, -84.42289 31.945396, -84.423447 31.946301, -84.425079 31.947191, -84.425644 31.948553, -84.427284 31.9499, -84.428383 31.9508, -84.430016 31.951691, -84.431107 31.952131, -84.431656 31.952579, -84.432747 31.953478, -84.433838 31.95392, -84.434395 31.954824, -84.434952 31.955729, -84.435509 31.956635, -84.436073 31.957996, -84.436089 31.958908, -84.437721 31.959799, -84.438263 31.959791, -84.439346 31.959778, -84.439896 31.960682, -84.440453 31.961588, -84.44045 31.96312, -84.440848 31.963509, -84.440963 31.963807, -84.441527 31.964244, -84.441412 31.965365, -84.44155 31.965594, -84.441977 31.965777, -84.442817 31.965526, -84.443213 31.965685, -84.443296 31.965891, -84.443456 31.966006, -84.443617 31.966303, -84.443862 31.966382, -84.445178 31.926122, -84.453124 31.92621, -84.453228 31.91912, -84.501022 31.91951, -84.532279 31.919697, -84.543679 31.919715, -84.543984 31.919613, -84.54447 31.919287, -84.565994 31.919777, -84.581014 31.919842, -84.589924 31.920215, -84.59975 31.921595, -84.600174 31.901508, -84.600357 31.883717, -84.601017 31.854026, -84.60135 31.832096, -84.6019 31.82243, -84.602839 31.781233, -84.603068 31.771823, -84.597577 31.7717, -84.580868 31.771235, -84.563009 31.770753, -84.563606 31.769285, -84.564659 31.768358, -84.565193 31.767895, -84.565163 31.766527, -84.565689 31.765608, -84.565666 31.764696, -84.566734 31.764225, -84.567802 31.763752, -84.568871 31.763281, -84.569382 31.761906, -84.569908 31.760986, -84.569878 31.759619, -84.569855 31.758249, -84.569832 31.757338, -84.569283 31.756433, -84.569252 31.755064, -84.567612 31.753719, -84.567055 31.752813, -84.565964 31.752373, -84.565948 31.751461, -84.565926 31.750092, -84.565903 31.74918, -84.565361 31.748732, -84.564804 31.747828, -84.564255 31.747379, -84.563698 31.746473, -84.563683 31.745562, -84.563118 31.744202, -84.563095 31.74329, -84.56308 31.742376, -84.563599 31.741457, -84.563583 31.740545, -84.563019 31.739183, -84.562462 31.738279, -84.562447 31.737368, -84.56189 31.736462, -84.561874 31.73555, -84.561317 31.734646, -84.560753 31.733284, -84.560196 31.73238, -84.559097 31.731482, -84.558533 31.730122, -84.557442 31.729223, -84.556885 31.728319, -84.556328 31.727417, -84.556313 31.726505, -84.556831 31.725584, -84.556274 31.72468, -84.55571 31.723318, -84.555153 31.722414, -84.554588 31.721054, -84.554573 31.72014, -84.55349 31.7197, -84.552406 31.719259, -84.551842 31.717897, -84.550743 31.717001, -84.549644 31.715647, -84.549088 31.714743, -84.547989 31.713844, -84.547447 31.713396, -84.547424 31.712484, -84.547951 31.711565, -84.54792 31.710196, -84.547379 31.709747, -84.547356 31.708834, -84.547333 31.707466, -84.547318 31.706554, -84.547515 31.705366, -84.546936 31.70491, -84.547301 31.704581, -84.546592 31.704216, -84.546914 31.703413, -84.546335 31.703212, -84.54597 31.702664, -84.54567 31.701952, -84.545241 31.701606, -84.54567 31.701149, -84.545005 31.701021, -84.545198 31.70051, -84.544833 31.699762, -84.544919 31.699342, -84.544297 31.699141, -84.544464 31.698381, -84.544441 31.697012, -84.543884 31.696108, -84.543335 31.695658, -84.541702 31.694769, -84.541153 31.693863, -84.540604 31.693415, -84.540565 31.691589, -84.541092 31.69067, -84.540527 31.68931, -84.539978 31.68886, -84.538322 31.686602, -84.537193 31.68388, -84.536079 31.68207, -84.535515 31.680708, -84.53495 31.679348, -84.535469 31.677973, -84.535988 31.677052, -84.537041 31.676125, -84.537567 31.675207, -84.537537 31.673838, -84.538055 31.672918, -84.53804 31.672007, -84.538025 31.671095, -84.537994 31.669725, -84.537979 31.668814, -84.53849 31.667439, -84.539024 31.666975, -84.539551 31.666512, -84.54007 31.66559, -84.540581 31.664215, -84.540031 31.663309, -84.539482 31.662861, -84.538376 31.661507, -84.537827 31.660603, -84.53727 31.659697, -84.537781 31.658321, -84.538307 31.657858, -84.538834 31.656939, -84.538277 31.656033, -84.537727 31.655584, -84.537704 31.654217, -84.538223 31.653296, -84.538208 31.652384, -84.537659 31.651936, -84.537643 31.651022, -84.537613 31.649654, -84.537056 31.648748, -84.537033 31.647381, -84.536476 31.646475, -84.536987 31.6451, -84.536972 31.644188, -84.538025 31.642803, -84.538536 31.641428, -84.539062 31.640965, -84.539581 31.640045, -84.539032 31.639139, -84.538475 31.638235, -84.538994 31.637314, -84.540054 31.636387, -84.540581 31.635923, -84.541641 31.634996, -84.542168 31.634533, -84.542152 31.633621, -84.54213 31.632708, -84.542633 31.630877, -84.54261 31.629507, -84.543137 31.629044, -84.543655 31.628124, -84.544189 31.627661, -84.544708 31.626741, -84.545219 31.625364, -84.545738 31.624445, -84.545181 31.623539, -84.5457 31.62262, -84.546584 31.621459, -84.546758 31.621173, -84.530562 31.621132, -84.51932 31.621139, -84.499926 31.62119, -84.459648 31.621266, -84.458257 31.621269, -84.450378 31.621291, -84.45041 31.621894, -84.297851 31.621973, -84.295771 31.691006, -84.305896 31.691089)))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 40 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 93.61735720730098}]", "question_entities": "{\"[2]\": {\"elevation\": 40}, \"[3]\": {\"region_name\": \"Terrell County, Georgia\", \"geo_wkt\": \"MULTIPOLYGON (((-84.305956 31.691088, -84.314339 31.691127, -84.314751 31.683385, -84.305884 31.683241, -84.305916 31.691068, -84.305916 31.691086, -84.305956 31.691088)), ((-84.305896 31.691089, -84.305916 31.691091, -84.305917 31.691103, -84.306011 31.698051, -84.295486 31.698095, -84.295363 31.70218, -84.295083 31.708427, -84.294563 31.721622, -84.293411 31.74992, -84.286942 31.749538, -84.286392 31.782846, -84.286522 31.791054, -84.258499 31.790918, -84.261223 31.792711, -84.261238 31.793623, -84.261253 31.794537, -84.261803 31.794987, -84.262352 31.795893, -84.262375 31.79726, -84.262924 31.798166, -84.262398 31.799086, -84.262413 31.799997, -84.261887 31.800459, -84.26136 31.801378, -84.261375 31.80229, -84.260841 31.802752, -84.260857 31.803663, -84.261421 31.805025, -84.261963 31.805475, -84.262527 31.806837, -84.263084 31.808199, -84.263626 31.808649, -84.264175 31.809099, -84.263641 31.809561, -84.263664 31.810928, -84.264206 31.810923, -84.264221 31.811834, -84.264236 31.812748, -84.26371 31.813665, -84.263176 31.814127, -84.26265 31.815044, -84.262665 31.815958, -84.26268 31.81687, -84.262695 31.817781, -84.263245 31.818232, -84.26326 31.819143, -84.262718 31.819149, -84.262184 31.819613, -84.262199 31.820524, -84.262756 31.82143, -84.263298 31.82188, -84.263313 31.822792, -84.263863 31.823242, -84.263329 31.823704, -84.262794 31.824167, -84.262268 31.825085, -84.261742 31.825546, -84.260666 31.826015, -84.260139 31.826477, -84.260147 31.827389, -84.260704 31.828295, -84.261246 31.828289, -84.26178 31.828283, -84.262329 31.828733, -84.262352 31.830101, -84.262901 31.831007, -84.263451 31.831457, -84.264008 31.832819, -84.264565 31.833725, -84.265656 31.834625, -84.266205 31.835075, -84.26783 31.83597, -84.269463 31.836863, -84.270012 31.837313, -84.271095 31.837757, -84.271645 31.838207, -84.272179 31.838202, -84.272194 31.839113, -84.272743 31.839563, -84.273834 31.840464, -84.275459 31.8409, -84.276009 31.841351, -84.27655 31.841801, -84.277107 31.842707, -84.277145 31.844986, -84.276657 31.84864, -84.276672 31.849552, -84.277222 31.850002, -84.279388 31.850891, -84.280479 31.851334, -84.281563 31.851778, -84.282104 31.851772, -84.282646 31.852222, -84.284286 31.853571, -84.285378 31.854471, -84.28701 31.855364, -84.2892 31.857164, -84.289742 31.857615, -84.290848 31.858971, -84.291389 31.859419, -84.291939 31.859869, -84.293556 31.85985, -84.293579 31.861217, -84.293594 31.862131, -84.294159 31.863949, -84.294708 31.864399, -84.295258 31.864849, -84.295744 31.865048, -84.296341 31.865292, -84.297424 31.865736, -84.298515 31.866634, -84.300148 31.867529, -84.301231 31.867516, -84.301773 31.86751, -84.302856 31.867952, -84.303398 31.867947, -84.304482 31.868391, -84.305016 31.868383, -84.306107 31.868828, -84.307182 31.868814, -84.308266 31.868803, -84.3088 31.868795, -84.309883 31.869238, -84.310966 31.869225, -84.311508 31.869219, -84.312035 31.868757, -84.313118 31.868744, -84.314194 31.868731, -84.315269 31.868719, -84.316353 31.868706, -84.316895 31.869156, -84.317993 31.8696, -84.318542 31.870504, -84.319626 31.870493, -84.320717 31.871391, -84.321259 31.871386, -84.322334 31.871372, -84.323402 31.870903, -84.324486 31.870892, -84.325562 31.870878, -84.326111 31.871328, -84.327209 31.872683, -84.328827 31.872663, -84.329376 31.873114, -84.33046 31.873558, -84.332085 31.873995, -84.333168 31.873981, -84.334236 31.873512, -84.336388 31.873032, -84.338013 31.873466, -84.340706 31.873436, -84.342331 31.873873, -84.342888 31.874777, -84.344521 31.875669, -84.345612 31.87657, -84.346718 31.877924, -84.347809 31.878824, -84.348366 31.879728, -84.348923 31.880634, -84.349464 31.881084, -84.350014 31.881535, -84.351089 31.881521, -84.351639 31.881969, -84.35218 31.881964, -84.35273 31.88287, -84.353279 31.883318, -84.353836 31.884224, -84.354385 31.88513, -84.356018 31.885567, -84.357094 31.885553, -84.358177 31.885996, -84.358734 31.886902, -84.358749 31.887814, -84.359306 31.88872, -84.359856 31.889626, -84.360405 31.890074, -84.361496 31.890516, -84.362045 31.891422, -84.362602 31.892328, -84.363693 31.892771, -84.364243 31.893677, -84.364792 31.894127, -84.364807 31.895039, -84.365356 31.895487, -84.366989 31.896379, -84.36808 31.897278, -84.369171 31.897722, -84.371353 31.899063, -84.372444 31.899961, -84.373001 31.900867, -84.374641 31.902216, -84.375748 31.904026, -84.376305 31.904932, -84.377411 31.906286, -84.378494 31.906727, -84.379593 31.907625, -84.380157 31.909443, -84.380714 31.910349, -84.380737 31.911716, -84.380753 31.912628, -84.381866 31.91444, -84.382423 31.915344, -84.384064 31.916693, -84.384621 31.917599, -84.386253 31.918489, -84.388428 31.919374, -84.389526 31.920729, -84.390076 31.921179, -84.391167 31.921621, -84.392799 31.922514, -84.394966 31.922943, -84.395523 31.923849, -84.397163 31.925196, -84.397713 31.925644, -84.39827 31.92655, -84.398834 31.928368, -84.398857 31.929279, -84.399399 31.929729, -84.400497 31.930628, -84.401596 31.931982, -84.403244 31.933331, -84.403801 31.934235, -84.404884 31.934677, -84.405983 31.935575, -84.407066 31.936018, -84.408691 31.936455, -84.409241 31.936903, -84.410324 31.93689, -84.4114 31.936876, -84.412491 31.937319, -84.413582 31.938215, -84.41523 31.939564, -84.41687 31.94091, -84.418503 31.941803, -84.419594 31.942245, -84.421227 31.943136, -84.421783 31.944042, -84.42289 31.945396, -84.423447 31.946301, -84.425079 31.947191, -84.425644 31.948553, -84.427284 31.9499, -84.428383 31.9508, -84.430016 31.951691, -84.431107 31.952131, -84.431656 31.952579, -84.432747 31.953478, -84.433838 31.95392, -84.434395 31.954824, -84.434952 31.955729, -84.435509 31.956635, -84.436073 31.957996, -84.436089 31.958908, -84.437721 31.959799, -84.438263 31.959791, -84.439346 31.959778, -84.439896 31.960682, -84.440453 31.961588, -84.44045 31.96312, -84.440848 31.963509, -84.440963 31.963807, -84.441527 31.964244, -84.441412 31.965365, -84.44155 31.965594, -84.441977 31.965777, -84.442817 31.965526, -84.443213 31.965685, -84.443296 31.965891, -84.443456 31.966006, -84.443617 31.966303, -84.443862 31.966382, -84.445178 31.926122, -84.453124 31.92621, -84.453228 31.91912, -84.501022 31.91951, -84.532279 31.919697, -84.543679 31.919715, -84.543984 31.919613, -84.54447 31.919287, -84.565994 31.919777, -84.581014 31.919842, -84.589924 31.920215, -84.59975 31.921595, -84.600174 31.901508, -84.600357 31.883717, -84.601017 31.854026, -84.60135 31.832096, -84.6019 31.82243, -84.602839 31.781233, -84.603068 31.771823, -84.597577 31.7717, -84.580868 31.771235, -84.563009 31.770753, -84.563606 31.769285, -84.564659 31.768358, -84.565193 31.767895, -84.565163 31.766527, -84.565689 31.765608, -84.565666 31.764696, -84.566734 31.764225, -84.567802 31.763752, -84.568871 31.763281, -84.569382 31.761906, -84.569908 31.760986, -84.569878 31.759619, -84.569855 31.758249, -84.569832 31.757338, -84.569283 31.756433, -84.569252 31.755064, -84.567612 31.753719, -84.567055 31.752813, -84.565964 31.752373, -84.565948 31.751461, -84.565926 31.750092, -84.565903 31.74918, -84.565361 31.748732, -84.564804 31.747828, -84.564255 31.747379, -84.563698 31.746473, -84.563683 31.745562, -84.563118 31.744202, -84.563095 31.74329, -84.56308 31.742376, -84.563599 31.741457, -84.563583 31.740545, -84.563019 31.739183, -84.562462 31.738279, -84.562447 31.737368, -84.56189 31.736462, -84.561874 31.73555, -84.561317 31.734646, -84.560753 31.733284, -84.560196 31.73238, -84.559097 31.731482, -84.558533 31.730122, -84.557442 31.729223, -84.556885 31.728319, -84.556328 31.727417, -84.556313 31.726505, -84.556831 31.725584, -84.556274 31.72468, -84.55571 31.723318, -84.555153 31.722414, -84.554588 31.721054, -84.554573 31.72014, -84.55349 31.7197, -84.552406 31.719259, -84.551842 31.717897, -84.550743 31.717001, -84.549644 31.715647, -84.549088 31.714743, -84.547989 31.713844, -84.547447 31.713396, -84.547424 31.712484, -84.547951 31.711565, -84.54792 31.710196, -84.547379 31.709747, -84.547356 31.708834, -84.547333 31.707466, -84.547318 31.706554, -84.547515 31.705366, -84.546936 31.70491, -84.547301 31.704581, -84.546592 31.704216, -84.546914 31.703413, -84.546335 31.703212, -84.54597 31.702664, -84.54567 31.701952, -84.545241 31.701606, -84.54567 31.701149, -84.545005 31.701021, -84.545198 31.70051, -84.544833 31.699762, -84.544919 31.699342, -84.544297 31.699141, -84.544464 31.698381, -84.544441 31.697012, -84.543884 31.696108, -84.543335 31.695658, -84.541702 31.694769, -84.541153 31.693863, -84.540604 31.693415, -84.540565 31.691589, -84.541092 31.69067, -84.540527 31.68931, -84.539978 31.68886, -84.538322 31.686602, -84.537193 31.68388, -84.536079 31.68207, -84.535515 31.680708, -84.53495 31.679348, -84.535469 31.677973, -84.535988 31.677052, -84.537041 31.676125, -84.537567 31.675207, -84.537537 31.673838, -84.538055 31.672918, -84.53804 31.672007, -84.538025 31.671095, -84.537994 31.669725, -84.537979 31.668814, -84.53849 31.667439, -84.539024 31.666975, -84.539551 31.666512, -84.54007 31.66559, -84.540581 31.664215, -84.540031 31.663309, -84.539482 31.662861, -84.538376 31.661507, -84.537827 31.660603, -84.53727 31.659697, -84.537781 31.658321, -84.538307 31.657858, -84.538834 31.656939, -84.538277 31.656033, -84.537727 31.655584, -84.537704 31.654217, -84.538223 31.653296, -84.538208 31.652384, -84.537659 31.651936, -84.537643 31.651022, -84.537613 31.649654, -84.537056 31.648748, -84.537033 31.647381, -84.536476 31.646475, -84.536987 31.6451, -84.536972 31.644188, -84.538025 31.642803, -84.538536 31.641428, -84.539062 31.640965, -84.539581 31.640045, -84.539032 31.639139, -84.538475 31.638235, -84.538994 31.637314, -84.540054 31.636387, -84.540581 31.635923, -84.541641 31.634996, -84.542168 31.634533, -84.542152 31.633621, -84.54213 31.632708, -84.542633 31.630877, -84.54261 31.629507, -84.543137 31.629044, -84.543655 31.628124, -84.544189 31.627661, -84.544708 31.626741, -84.545219 31.625364, -84.545738 31.624445, -84.545181 31.623539, -84.5457 31.62262, -84.546584 31.621459, -84.546758 31.621173, -84.530562 31.621132, -84.51932 31.621139, -84.499926 31.62119, -84.459648 31.621266, -84.458257 31.621269, -84.450378 31.621291, -84.45041 31.621894, -84.297851 31.621973, -84.295771 31.691006, -84.305896 31.691089)))\", \"region\": {\"id\": 2790, \"geometry\": \"MULTIPOLYGON (((-84.305956 31.691088, -84.314339 31.691127, -84.314751 31.683385, -84.305884 31.683241, -84.305916 31.691068, -84.305916 31.691086, -84.305956 31.691088)), ((-84.305896 31.691089, -84.305916 31.691091, -84.305917 31.691103, -84.306011 31.698051, -84.295486 31.698095, -84.295363 31.70218, -84.295083 31.708427, -84.294563 31.721622, -84.293411 31.74992, -84.286942 31.749538, -84.286392 31.782846, -84.286522 31.791054, -84.258499 31.790918, -84.261223 31.792711, -84.261238 31.793623, -84.261253 31.794537, -84.261803 31.794987, -84.262352 31.795893, -84.262375 31.79726, -84.262924 31.798166, -84.262398 31.799086, -84.262413 31.799997, -84.261887 31.800459, -84.26136 31.801378, -84.261375 31.80229, -84.260841 31.802752, -84.260857 31.803663, -84.261421 31.805025, -84.261963 31.805475, -84.262527 31.806837, -84.263084 31.808199, -84.263626 31.808649, -84.264175 31.809099, -84.263641 31.809561, -84.263664 31.810928, -84.264206 31.810923, -84.264221 31.811834, -84.264236 31.812748, -84.26371 31.813665, -84.263176 31.814127, -84.26265 31.815044, -84.262665 31.815958, -84.26268 31.81687, -84.262695 31.817781, -84.263245 31.818232, -84.26326 31.819143, -84.262718 31.819149, -84.262184 31.819613, -84.262199 31.820524, -84.262756 31.82143, -84.263298 31.82188, -84.263313 31.822792, -84.263863 31.823242, -84.263329 31.823704, -84.262794 31.824167, -84.262268 31.825085, -84.261742 31.825546, -84.260666 31.826015, -84.260139 31.826477, -84.260147 31.827389, -84.260704 31.828295, -84.261246 31.828289, -84.26178 31.828283, -84.262329 31.828733, -84.262352 31.830101, -84.262901 31.831007, -84.263451 31.831457, -84.264008 31.832819, -84.264565 31.833725, -84.265656 31.834625, -84.266205 31.835075, -84.26783 31.83597, -84.269463 31.836863, -84.270012 31.837313, -84.271095 31.837757, -84.271645 31.838207, -84.272179 31.838202, -84.272194 31.839113, -84.272743 31.839563, -84.273834 31.840464, -84.275459 31.8409, -84.276009 31.841351, -84.27655 31.841801, -84.277107 31.842707, -84.277145 31.844986, -84.276657 31.84864, -84.276672 31.849552, -84.277222 31.850002, -84.279388 31.850891, -84.280479 31.851334, -84.281563 31.851778, -84.282104 31.851772, -84.282646 31.852222, -84.284286 31.853571, -84.285378 31.854471, -84.28701 31.855364, -84.2892 31.857164, -84.289742 31.857615, -84.290848 31.858971, -84.291389 31.859419, -84.291939 31.859869, -84.293556 31.85985, -84.293579 31.861217, -84.293594 31.862131, -84.294159 31.863949, -84.294708 31.864399, -84.295258 31.864849, -84.295744 31.865048, -84.296341 31.865292, -84.297424 31.865736, -84.298515 31.866634, -84.300148 31.867529, -84.301231 31.867516, -84.301773 31.86751, -84.302856 31.867952, -84.303398 31.867947, -84.304482 31.868391, -84.305016 31.868383, -84.306107 31.868828, -84.307182 31.868814, -84.308266 31.868803, -84.3088 31.868795, -84.309883 31.869238, -84.310966 31.869225, -84.311508 31.869219, -84.312035 31.868757, -84.313118 31.868744, -84.314194 31.868731, -84.315269 31.868719, -84.316353 31.868706, -84.316895 31.869156, -84.317993 31.8696, -84.318542 31.870504, -84.319626 31.870493, -84.320717 31.871391, -84.321259 31.871386, -84.322334 31.871372, -84.323402 31.870903, -84.324486 31.870892, -84.325562 31.870878, -84.326111 31.871328, -84.327209 31.872683, -84.328827 31.872663, -84.329376 31.873114, -84.33046 31.873558, -84.332085 31.873995, -84.333168 31.873981, -84.334236 31.873512, -84.336388 31.873032, -84.338013 31.873466, -84.340706 31.873436, -84.342331 31.873873, -84.342888 31.874777, -84.344521 31.875669, -84.345612 31.87657, -84.346718 31.877924, -84.347809 31.878824, -84.348366 31.879728, -84.348923 31.880634, -84.349464 31.881084, -84.350014 31.881535, -84.351089 31.881521, -84.351639 31.881969, -84.35218 31.881964, -84.35273 31.88287, -84.353279 31.883318, -84.353836 31.884224, -84.354385 31.88513, -84.356018 31.885567, -84.357094 31.885553, -84.358177 31.885996, -84.358734 31.886902, -84.358749 31.887814, -84.359306 31.88872, -84.359856 31.889626, -84.360405 31.890074, -84.361496 31.890516, -84.362045 31.891422, -84.362602 31.892328, -84.363693 31.892771, -84.364243 31.893677, -84.364792 31.894127, -84.364807 31.895039, -84.365356 31.895487, -84.366989 31.896379, -84.36808 31.897278, -84.369171 31.897722, -84.371353 31.899063, -84.372444 31.899961, -84.373001 31.900867, -84.374641 31.902216, -84.375748 31.904026, -84.376305 31.904932, -84.377411 31.906286, -84.378494 31.906727, -84.379593 31.907625, -84.380157 31.909443, -84.380714 31.910349, -84.380737 31.911716, -84.380753 31.912628, -84.381866 31.91444, -84.382423 31.915344, -84.384064 31.916693, -84.384621 31.917599, -84.386253 31.918489, -84.388428 31.919374, -84.389526 31.920729, -84.390076 31.921179, -84.391167 31.921621, -84.392799 31.922514, -84.394966 31.922943, -84.395523 31.923849, -84.397163 31.925196, -84.397713 31.925644, -84.39827 31.92655, -84.398834 31.928368, -84.398857 31.929279, -84.399399 31.929729, -84.400497 31.930628, -84.401596 31.931982, -84.403244 31.933331, -84.403801 31.934235, -84.404884 31.934677, -84.405983 31.935575, -84.407066 31.936018, -84.408691 31.936455, -84.409241 31.936903, -84.410324 31.93689, -84.4114 31.936876, -84.412491 31.937319, -84.413582 31.938215, -84.41523 31.939564, -84.41687 31.94091, -84.418503 31.941803, -84.419594 31.942245, -84.421227 31.943136, -84.421783 31.944042, -84.42289 31.945396, -84.423447 31.946301, -84.425079 31.947191, -84.425644 31.948553, -84.427284 31.9499, -84.428383 31.9508, -84.430016 31.951691, -84.431107 31.952131, -84.431656 31.952579, -84.432747 31.953478, -84.433838 31.95392, -84.434395 31.954824, -84.434952 31.955729, -84.435509 31.956635, -84.436073 31.957996, -84.436089 31.958908, -84.437721 31.959799, -84.438263 31.959791, -84.439346 31.959778, -84.439896 31.960682, -84.440453 31.961588, -84.44045 31.96312, -84.440848 31.963509, -84.440963 31.963807, -84.441527 31.964244, -84.441412 31.965365, -84.44155 31.965594, -84.441977 31.965777, -84.442817 31.965526, -84.443213 31.965685, -84.443296 31.965891, -84.443456 31.966006, -84.443617 31.966303, -84.443862 31.966382, -84.445178 31.926122, -84.453124 31.92621, -84.453228 31.91912, -84.501022 31.91951, -84.532279 31.919697, -84.543679 31.919715, -84.543984 31.919613, -84.54447 31.919287, -84.565994 31.919777, -84.581014 31.919842, -84.589924 31.920215, -84.59975 31.921595, -84.600174 31.901508, -84.600357 31.883717, -84.601017 31.854026, -84.60135 31.832096, -84.6019 31.82243, -84.602839 31.781233, -84.603068 31.771823, -84.597577 31.7717, -84.580868 31.771235, -84.563009 31.770753, -84.563606 31.769285, -84.564659 31.768358, -84.565193 31.767895, -84.565163 31.766527, -84.565689 31.765608, -84.565666 31.764696, -84.566734 31.764225, -84.567802 31.763752, -84.568871 31.763281, -84.569382 31.761906, -84.569908 31.760986, -84.569878 31.759619, -84.569855 31.758249, -84.569832 31.757338, -84.569283 31.756433, -84.569252 31.755064, -84.567612 31.753719, -84.567055 31.752813, -84.565964 31.752373, -84.565948 31.751461, -84.565926 31.750092, -84.565903 31.74918, -84.565361 31.748732, -84.564804 31.747828, -84.564255 31.747379, -84.563698 31.746473, -84.563683 31.745562, -84.563118 31.744202, -84.563095 31.74329, -84.56308 31.742376, -84.563599 31.741457, -84.563583 31.740545, -84.563019 31.739183, -84.562462 31.738279, -84.562447 31.737368, -84.56189 31.736462, -84.561874 31.73555, -84.561317 31.734646, -84.560753 31.733284, -84.560196 31.73238, -84.559097 31.731482, -84.558533 31.730122, -84.557442 31.729223, -84.556885 31.728319, -84.556328 31.727417, -84.556313 31.726505, -84.556831 31.725584, -84.556274 31.72468, -84.55571 31.723318, -84.555153 31.722414, -84.554588 31.721054, -84.554573 31.72014, -84.55349 31.7197, -84.552406 31.719259, -84.551842 31.717897, -84.550743 31.717001, -84.549644 31.715647, -84.549088 31.714743, -84.547989 31.713844, -84.547447 31.713396, -84.547424 31.712484, -84.547951 31.711565, -84.54792 31.710196, -84.547379 31.709747, -84.547356 31.708834, -84.547333 31.707466, -84.547318 31.706554, -84.547515 31.705366, -84.546936 31.70491, -84.547301 31.704581, -84.546592 31.704216, -84.546914 31.703413, -84.546335 31.703212, -84.54597 31.702664, -84.54567 31.701952, -84.545241 31.701606, -84.54567 31.701149, -84.545005 31.701021, -84.545198 31.70051, -84.544833 31.699762, -84.544919 31.699342, -84.544297 31.699141, -84.544464 31.698381, -84.544441 31.697012, -84.543884 31.696108, -84.543335 31.695658, -84.541702 31.694769, -84.541153 31.693863, -84.540604 31.693415, -84.540565 31.691589, -84.541092 31.69067, -84.540527 31.68931, -84.539978 31.68886, -84.538322 31.686602, -84.537193 31.68388, -84.536079 31.68207, -84.535515 31.680708, -84.53495 31.679348, -84.535469 31.677973, -84.535988 31.677052, -84.537041 31.676125, -84.537567 31.675207, -84.537537 31.673838, -84.538055 31.672918, -84.53804 31.672007, -84.538025 31.671095, -84.537994 31.669725, -84.537979 31.668814, -84.53849 31.667439, -84.539024 31.666975, -84.539551 31.666512, -84.54007 31.66559, -84.540581 31.664215, -84.540031 31.663309, -84.539482 31.662861, -84.538376 31.661507, -84.537827 31.660603, -84.53727 31.659697, -84.537781 31.658321, -84.538307 31.657858, -84.538834 31.656939, -84.538277 31.656033, -84.537727 31.655584, -84.537704 31.654217, -84.538223 31.653296, -84.538208 31.652384, -84.537659 31.651936, -84.537643 31.651022, -84.537613 31.649654, -84.537056 31.648748, -84.537033 31.647381, -84.536476 31.646475, -84.536987 31.6451, -84.536972 31.644188, -84.538025 31.642803, -84.538536 31.641428, -84.539062 31.640965, -84.539581 31.640045, -84.539032 31.639139, -84.538475 31.638235, -84.538994 31.637314, -84.540054 31.636387, -84.540581 31.635923, -84.541641 31.634996, -84.542168 31.634533, -84.542152 31.633621, -84.54213 31.632708, -84.542633 31.630877, -84.54261 31.629507, -84.543137 31.629044, -84.543655 31.628124, -84.544189 31.627661, -84.544708 31.626741, -84.545219 31.625364, -84.545738 31.624445, -84.545181 31.623539, -84.5457 31.62262, -84.546584 31.621459, -84.546758 31.621173, -84.530562 31.621132, -84.51932 31.621139, -84.499926 31.62119, -84.459648 31.621266, -84.458257 31.621269, -84.450378 31.621291, -84.45041 31.621894, -84.297851 31.621973, -84.295771 31.691006, -84.305896 31.691089)))\", \"region_name\": \"Terrell County\", \"border_type\": \"county\", \"wikidata\": \"Q503492\", \"wikipedia\": \"en:Terrell County, Georgia\", \"place\": \"county\", \"admin_level\": \"6\"}}}"} -{"id": "raster_only/elevation+coverage/0019", "group": "raster_only", "template": "elevation+coverage", "question": "What percentage of the region Clifton Heights, Pennsylvania is at or above 40 m elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.308284 39.925573, -75.308325 39.925736, -75.308272 39.925765, -75.307204 39.926487, -75.306643 39.926741, -75.306347 39.926868, -75.306078 39.927023, -75.305982 39.927227, -75.306005 39.927273, -75.306026 39.92777, -75.306109 39.929006, -75.306152 39.929821, -75.306164 39.929924, -75.306192 39.930403, -75.306189 39.930526, -75.306302 39.93097, -75.306644 39.932303, -75.306769 39.932716, -75.306644 39.932752, -75.306338 39.932863, -75.306118 39.93294, -75.305962 39.933, -75.305566 39.933127, -75.30519 39.933253, -75.304406 39.93351, -75.30398 39.933652, -75.30393 39.933686, -75.303603 39.933797, -75.302649 39.934153, -75.302498 39.934209, -75.302335 39.934352, -75.302223 39.934433, -75.301975 39.934404, -75.301855 39.934585, -75.301786 39.934692, -75.301729 39.934808, -75.301665 39.934936, -75.301642 39.935057, -75.301651 39.935174, -75.301666 39.935279, -75.301682 39.935364, -75.30111 39.935448, -75.301171 39.935681, -75.300787 39.935811, -75.300653 39.935668, -75.299703 39.934643, -75.299585 39.934421, -75.299499 39.934289, -75.299403 39.934224, -75.299296 39.934166, -75.299145 39.934141, -75.298984 39.93415, -75.298641 39.934363, -75.297579 39.93452, -75.296045 39.934709, -75.295862 39.934676, -75.29568 39.934602, -75.295487 39.934487, -75.295358 39.934437, -75.295036 39.934404, -75.294671 39.93438, -75.294521 39.93433, -75.29436 39.93424, -75.294285 39.934141, -75.294178 39.933952, -75.294156 39.933763, -75.294047 39.933608, -75.293931 39.932957, -75.293845 39.932784, -75.293663 39.932636, -75.293378 39.932498, -75.29315 39.932439, -75.292962 39.932377, -75.292727 39.932306, -75.292515 39.932227, -75.292339 39.932184, -75.292107 39.93215, -75.291893 39.9322, -75.288856 39.934495, -75.287805 39.935178, -75.287397 39.935384, -75.287043 39.935458, -75.286324 39.935589, -75.285948 39.935579, -75.285734 39.935564, -75.285348 39.935507, -75.284844 39.935326, -75.284653 39.935237, -75.284664 39.935239, -75.284476 39.935202, -75.284371 39.935058, -75.284371 39.935007, -75.284369 39.934772, -75.284342 39.934472, -75.284291 39.934227, -75.284205 39.933876, -75.2842 39.933565, -75.283958 39.93324, -75.283781 39.932975, -75.28373 39.932709, -75.283701 39.932374, -75.283658 39.93187, -75.283581 39.931682, -75.284055 39.93132, -75.284467 39.931011, -75.285882 39.929968, -75.286493 39.929519, -75.287147 39.929037, -75.287178 39.929012, -75.288049 39.928345, -75.288369 39.928102, -75.288971 39.927688, -75.289185 39.927542, -75.289239 39.9275, -75.289827 39.927052, -75.289918 39.926985, -75.29003 39.926901, -75.290369 39.926651, -75.290482 39.926568, -75.290554 39.926514, -75.29077 39.926353, -75.290804 39.926329, -75.290838 39.926294, -75.290886 39.926267, -75.291775 39.925584, -75.291826 39.925546, -75.292721 39.9249, -75.293689 39.924235, -75.294403 39.923786, -75.295073 39.923401, -75.295828 39.922993, -75.296271 39.923514, -75.296623 39.923911, -75.297082 39.92439, -75.299219 39.926665, -75.301424 39.925704, -75.30146 39.925746, -75.30161 39.925926, -75.301673 39.926006, -75.302125 39.926546, -75.302228 39.926686, -75.30231 39.926784, -75.302363 39.926849, -75.30243 39.926927, -75.302492 39.926996, -75.302595 39.927111, -75.302754 39.927295, -75.303166 39.927172, -75.303575 39.927051, -75.303814 39.926972, -75.30388 39.92695, -75.304073 39.926887, -75.304368 39.92679, -75.304626 39.926707, -75.304766 39.926663, -75.304831 39.926642, -75.304838 39.92664, -75.304843 39.926638, -75.30514 39.926543, -75.305356 39.926474, -75.305647 39.926386, -75.305796 39.92634, -75.305935 39.926298, -75.306141 39.926235, -75.30619 39.92622, -75.306346 39.926173, -75.306365 39.926167, -75.306556 39.926109, -75.306618 39.92609, -75.306852 39.92602, -75.306915 39.925999, -75.307158 39.925923, -75.307195 39.925912, -75.307349 39.925863, -75.307699 39.92575, -75.308012 39.925649, -75.308171 39.925598, -75.308284 39.925573))',4326) AS geom\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.geom) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.geom)\n),\nhist AS (\n SELECT\n (vc).value::double precision AS val,\n (vc).count::double precision AS cnt\n FROM clipped c\n CROSS JOIN LATERAL ST_ValueCount(c.rast, 1, TRUE) AS vc\n)\nSELECT\n (\n COALESCE(SUM(CASE WHEN val >= 40 THEN cnt ELSE 0 END), 0)\n / NULLIF(SUM(cnt), 0)\n ) * 100.0 AS answer_percent\nFROM hist;", "answer_type": "percent", "answers": "[{\"answer_percent\": 51.49110807113543}]", "question_entities": "{\"[2]\": {\"elevation\": 40}, \"[3]\": {\"region_name\": \"Clifton Heights, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-75.308284 39.925573, -75.308325 39.925736, -75.308272 39.925765, -75.307204 39.926487, -75.306643 39.926741, -75.306347 39.926868, -75.306078 39.927023, -75.305982 39.927227, -75.306005 39.927273, -75.306026 39.92777, -75.306109 39.929006, -75.306152 39.929821, -75.306164 39.929924, -75.306192 39.930403, -75.306189 39.930526, -75.306302 39.93097, -75.306644 39.932303, -75.306769 39.932716, -75.306644 39.932752, -75.306338 39.932863, -75.306118 39.93294, -75.305962 39.933, -75.305566 39.933127, -75.30519 39.933253, -75.304406 39.93351, -75.30398 39.933652, -75.30393 39.933686, -75.303603 39.933797, -75.302649 39.934153, -75.302498 39.934209, -75.302335 39.934352, -75.302223 39.934433, -75.301975 39.934404, -75.301855 39.934585, -75.301786 39.934692, -75.301729 39.934808, -75.301665 39.934936, -75.301642 39.935057, -75.301651 39.935174, -75.301666 39.935279, -75.301682 39.935364, -75.30111 39.935448, -75.301171 39.935681, -75.300787 39.935811, -75.300653 39.935668, -75.299703 39.934643, -75.299585 39.934421, -75.299499 39.934289, -75.299403 39.934224, -75.299296 39.934166, -75.299145 39.934141, -75.298984 39.93415, -75.298641 39.934363, -75.297579 39.93452, -75.296045 39.934709, -75.295862 39.934676, -75.29568 39.934602, -75.295487 39.934487, -75.295358 39.934437, -75.295036 39.934404, -75.294671 39.93438, -75.294521 39.93433, -75.29436 39.93424, -75.294285 39.934141, -75.294178 39.933952, -75.294156 39.933763, -75.294047 39.933608, -75.293931 39.932957, -75.293845 39.932784, -75.293663 39.932636, -75.293378 39.932498, -75.29315 39.932439, -75.292962 39.932377, -75.292727 39.932306, -75.292515 39.932227, -75.292339 39.932184, -75.292107 39.93215, -75.291893 39.9322, -75.288856 39.934495, -75.287805 39.935178, -75.287397 39.935384, -75.287043 39.935458, -75.286324 39.935589, -75.285948 39.935579, -75.285734 39.935564, -75.285348 39.935507, -75.284844 39.935326, -75.284653 39.935237, -75.284664 39.935239, -75.284476 39.935202, -75.284371 39.935058, -75.284371 39.935007, -75.284369 39.934772, -75.284342 39.934472, -75.284291 39.934227, -75.284205 39.933876, -75.2842 39.933565, -75.283958 39.93324, -75.283781 39.932975, -75.28373 39.932709, -75.283701 39.932374, -75.283658 39.93187, -75.283581 39.931682, -75.284055 39.93132, -75.284467 39.931011, -75.285882 39.929968, -75.286493 39.929519, -75.287147 39.929037, -75.287178 39.929012, -75.288049 39.928345, -75.288369 39.928102, -75.288971 39.927688, -75.289185 39.927542, -75.289239 39.9275, -75.289827 39.927052, -75.289918 39.926985, -75.29003 39.926901, -75.290369 39.926651, -75.290482 39.926568, -75.290554 39.926514, -75.29077 39.926353, -75.290804 39.926329, -75.290838 39.926294, -75.290886 39.926267, -75.291775 39.925584, -75.291826 39.925546, -75.292721 39.9249, -75.293689 39.924235, -75.294403 39.923786, -75.295073 39.923401, -75.295828 39.922993, -75.296271 39.923514, -75.296623 39.923911, -75.297082 39.92439, -75.299219 39.926665, -75.301424 39.925704, -75.30146 39.925746, -75.30161 39.925926, -75.301673 39.926006, -75.302125 39.926546, -75.302228 39.926686, -75.30231 39.926784, -75.302363 39.926849, -75.30243 39.926927, -75.302492 39.926996, -75.302595 39.927111, -75.302754 39.927295, -75.303166 39.927172, -75.303575 39.927051, -75.303814 39.926972, -75.30388 39.92695, -75.304073 39.926887, -75.304368 39.92679, -75.304626 39.926707, -75.304766 39.926663, -75.304831 39.926642, -75.304838 39.92664, -75.304843 39.926638, -75.30514 39.926543, -75.305356 39.926474, -75.305647 39.926386, -75.305796 39.92634, -75.305935 39.926298, -75.306141 39.926235, -75.30619 39.92622, -75.306346 39.926173, -75.306365 39.926167, -75.306556 39.926109, -75.306618 39.92609, -75.306852 39.92602, -75.306915 39.925999, -75.307158 39.925923, -75.307195 39.925912, -75.307349 39.925863, -75.307699 39.92575, -75.308012 39.925649, -75.308171 39.925598, -75.308284 39.925573))\", \"region\": {\"id\": 20442, \"geometry\": \"POLYGON ((-75.308284 39.925573, -75.308325 39.925736, -75.308272 39.925765, -75.307204 39.926487, -75.306643 39.926741, -75.306347 39.926868, -75.306078 39.927023, -75.305982 39.927227, -75.306005 39.927273, -75.306026 39.92777, -75.306109 39.929006, -75.306152 39.929821, -75.306164 39.929924, -75.306192 39.930403, -75.306189 39.930526, -75.306302 39.93097, -75.306644 39.932303, -75.306769 39.932716, -75.306644 39.932752, -75.306338 39.932863, -75.306118 39.93294, -75.305962 39.933, -75.305566 39.933127, -75.30519 39.933253, -75.304406 39.93351, -75.30398 39.933652, -75.30393 39.933686, -75.303603 39.933797, -75.302649 39.934153, -75.302498 39.934209, -75.302335 39.934352, -75.302223 39.934433, -75.301975 39.934404, -75.301855 39.934585, -75.301786 39.934692, -75.301729 39.934808, -75.301665 39.934936, -75.301642 39.935057, -75.301651 39.935174, -75.301666 39.935279, -75.301682 39.935364, -75.30111 39.935448, -75.301171 39.935681, -75.300787 39.935811, -75.300653 39.935668, -75.299703 39.934643, -75.299585 39.934421, -75.299499 39.934289, -75.299403 39.934224, -75.299296 39.934166, -75.299145 39.934141, -75.298984 39.93415, -75.298641 39.934363, -75.297579 39.93452, -75.296045 39.934709, -75.295862 39.934676, -75.29568 39.934602, -75.295487 39.934487, -75.295358 39.934437, -75.295036 39.934404, -75.294671 39.93438, -75.294521 39.93433, -75.29436 39.93424, -75.294285 39.934141, -75.294178 39.933952, -75.294156 39.933763, -75.294047 39.933608, -75.293931 39.932957, -75.293845 39.932784, -75.293663 39.932636, -75.293378 39.932498, -75.29315 39.932439, -75.292962 39.932377, -75.292727 39.932306, -75.292515 39.932227, -75.292339 39.932184, -75.292107 39.93215, -75.291893 39.9322, -75.288856 39.934495, -75.287805 39.935178, -75.287397 39.935384, -75.287043 39.935458, -75.286324 39.935589, -75.285948 39.935579, -75.285734 39.935564, -75.285348 39.935507, -75.284844 39.935326, -75.284653 39.935237, -75.284664 39.935239, -75.284476 39.935202, -75.284371 39.935058, -75.284371 39.935007, -75.284369 39.934772, -75.284342 39.934472, -75.284291 39.934227, -75.284205 39.933876, -75.2842 39.933565, -75.283958 39.93324, -75.283781 39.932975, -75.28373 39.932709, -75.283701 39.932374, -75.283658 39.93187, -75.283581 39.931682, -75.284055 39.93132, -75.284467 39.931011, -75.285882 39.929968, -75.286493 39.929519, -75.287147 39.929037, -75.287178 39.929012, -75.288049 39.928345, -75.288369 39.928102, -75.288971 39.927688, -75.289185 39.927542, -75.289239 39.9275, -75.289827 39.927052, -75.289918 39.926985, -75.29003 39.926901, -75.290369 39.926651, -75.290482 39.926568, -75.290554 39.926514, -75.29077 39.926353, -75.290804 39.926329, -75.290838 39.926294, -75.290886 39.926267, -75.291775 39.925584, -75.291826 39.925546, -75.292721 39.9249, -75.293689 39.924235, -75.294403 39.923786, -75.295073 39.923401, -75.295828 39.922993, -75.296271 39.923514, -75.296623 39.923911, -75.297082 39.92439, -75.299219 39.926665, -75.301424 39.925704, -75.30146 39.925746, -75.30161 39.925926, -75.301673 39.926006, -75.302125 39.926546, -75.302228 39.926686, -75.30231 39.926784, -75.302363 39.926849, -75.30243 39.926927, -75.302492 39.926996, -75.302595 39.927111, -75.302754 39.927295, -75.303166 39.927172, -75.303575 39.927051, -75.303814 39.926972, -75.30388 39.92695, -75.304073 39.926887, -75.304368 39.92679, -75.304626 39.926707, -75.304766 39.926663, -75.304831 39.926642, -75.304838 39.92664, -75.304843 39.926638, -75.30514 39.926543, -75.305356 39.926474, -75.305647 39.926386, -75.305796 39.92634, -75.305935 39.926298, -75.306141 39.926235, -75.30619 39.92622, -75.306346 39.926173, -75.306365 39.926167, -75.306556 39.926109, -75.306618 39.92609, -75.306852 39.92602, -75.306915 39.925999, -75.307158 39.925923, -75.307195 39.925912, -75.307349 39.925863, -75.307699 39.92575, -75.308012 39.925649, -75.308171 39.925598, -75.308284 39.925573))\", \"region_name\": \"Clifton Heights\", \"border_type\": \"borough\", \"wikidata\": \"Q1131896\", \"wikipedia\": \"en:Clifton Heights, Pennsylvania\", \"place\": \"borough\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation+poi/0000", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Cousins Subs, Chicago, IL?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.631702 41.88228)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.631702 41.88228)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 286.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"fast food restaurant\", \"display_name\": \"Cousins Subs, Chicago, IL\", \"geo_wkt\": \"POINT (-87.631702 41.88228)\", \"poi\": {\"id\": 33237, \"geometry\": \"POINT (-87.631702 41.88228)\", \"poi_name\": \"Cousins Subs\", \"osm_id\": 4217607951, \"amenity\": \"fast_food\", \"cuisine\": \"sandwich\", \"website\": \"https://www.cousinssubs.com/\", \"phone\": \"+1-312-872-5826\", \"takeaway\": \"yes\", \"drive_through\": \"no\", \"addr_state\": \"IL\", \"addr_city\": \"Chicago\", \"addr_postcode\": \"60602\", \"addr_street\": \"West Madison Street\", \"addr_housenumber\": \"120\"}}}"} -{"id": "raster_only/elevation+poi/0001", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Olive Branch, West Seneca, NY is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-78.753874 42.86388)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-78.753874 42.86388)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 185.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Olive Branch, West Seneca, NY\", \"geo_wkt\": \"POINT (-78.753874 42.86388)\", \"poi\": {\"id\": 27570, \"geometry\": \"POINT (-78.753874 42.86388)\", \"poi_name\": \"Olive Branch\", \"osm_id\": 3940872829, \"amenity\": \"restaurant\", \"addr_state\": \"NY\", \"addr_city\": \"West Seneca\", \"addr_postcode\": \"14224\", \"addr_street\": \"Union Road\", \"addr_housenumber\": \"2343\"}}}"} -{"id": "raster_only/elevation+poi/0002", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Aroma, Burlingame, CA?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-122.363678 37.594847)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-122.363678 37.594847)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 24.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"cafe\", \"display_name\": \"Aroma, Burlingame, CA\", \"geo_wkt\": \"POINT (-122.363678 37.594847)\", \"poi\": {\"id\": 27897, \"geometry\": \"POINT (-122.363678 37.594847)\", \"poi_name\": \"Aroma\", \"osm_id\": 3965441221, \"amenity\": \"cafe\", \"cuisine\": \"coffee_shop\", \"opening_hours\": \"07:30-14:30\", \"website\": \"http://aroma1350.com/\", \"phone\": \"(650) 627-4980\", \"takeaway\": \"yes\", \"addr_state\": \"CA\", \"addr_city\": \"Burlingame\", \"addr_postcode\": \"94010\", \"addr_street\": \"Bayshore Highway\", \"addr_housenumber\": \"1350\"}}}"} -{"id": "raster_only/elevation+poi/0003", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Ducks Unlimited National Headquarters, Memphis, TN is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-89.808044 35.130821)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-89.808044 35.130821)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 86.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"nature reserve\", \"display_name\": \"Ducks Unlimited National Headquarters, Memphis, TN\", \"geo_wkt\": \"POINT (-89.808044 35.130821)\", \"poi\": {\"id\": 267153, \"geometry\": \"POINT (-89.808044 35.130821)\", \"poi_name\": \"Ducks Unlimited National Headquarters\", \"osm_id\": 10189100936, \"leisure\": \"nature_reserve\", \"opening_hours\": \"Mo-Fr 08:00-17:00\", \"operator\": \"Ducks Unlimited\", \"website\": \"https://www.ducks.org/\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38120\", \"addr_street\": \"Waterfowl Way\", \"addr_housenumber\": \"1\"}}}"} -{"id": "raster_only/elevation+poi/0004", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation of the ground at Clinica Hispana Rubymed - Katy, Katy, TX?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-95.811683 29.790485)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-95.811683 29.790485)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 55.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Clinica Hispana Rubymed - Katy, Katy, TX\", \"geo_wkt\": \"POINT (-95.811683 29.790485)\", \"poi\": {\"id\": 52706, \"geometry\": \"POINT (-95.811683 29.790485)\", \"poi_name\": \"Clinica Hispana Rubymed - Katy\", \"osm_id\": 11115815477, \"amenity\": \"hospital\", \"description\": \"Clinica Hispana Rubymed es una red de clínicas familiares localizada en Texas. Estamos especializados en medicina familiar, lo cual incluye todos los miembros de la familia mayores de 5 años.\", \"opening_hours\": \"Mo-Fr 09:00-21:00; Sa 09:00-16:00; Su 09:00-14:00\", \"website\": \"https://www.clinicahispanarubymed.com/?utm_campaign=gmb&utm_medium=referral&utm_source=gmb_katy\", \"phone\": \"+1-346-517-1202\", \"healthcare\": \"hospital\", \"addr_state\": \"TX\", \"addr_city\": \"Katy\", \"addr_postcode\": \"77493\", \"addr_street\": \"East 5th Street\", \"addr_housenumber\": \"5304\"}}}"} -{"id": "raster_only/elevation+poi/0005", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Bardstown Country Club, Bardstown, KY?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-85.430326 37.789703)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-85.430326 37.789703)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 203.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"golf course\", \"display_name\": \"Bardstown Country Club, Bardstown, KY\", \"geo_wkt\": \"POINT (-85.430326 37.789703)\", \"poi\": {\"id\": 246083, \"geometry\": \"POINT (-85.430326 37.789703)\", \"poi_name\": \"Bardstown Country Club\", \"osm_id\": 6586861906, \"leisure\": \"golf_course\", \"website\": \"https://bardstowncc.com/\", \"addr_state\": \"KY\", \"addr_city\": \"Bardstown\", \"addr_postcode\": \"40004\", \"addr_street\": \"Maywood Avenue\", \"addr_housenumber\": \"130\"}}}"} -{"id": "raster_only/elevation+poi/0006", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Great Chebeague Golf Club, Chebeague Island, ME?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-70.105519 43.750366)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-70.105519 43.750366)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 12.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"golf course\", \"display_name\": \"Great Chebeague Golf Club, Chebeague Island, ME\", \"geo_wkt\": \"POINT (-70.105519 43.750366)\", \"poi\": {\"id\": 245549, \"geometry\": \"POINT (-70.105519 43.750366)\", \"poi_name\": \"Great Chebeague Golf Club\", \"osm_id\": 7167204736, \"leisure\": \"golf_course\", \"addr_state\": \"ME\", \"addr_city\": \"Chebeague Island\", \"addr_postcode\": \"04017\", \"addr_street\": \"Stone Wharf Road\", \"addr_housenumber\": \"16\"}}}"} -{"id": "raster_only/elevation+poi/0007", "group": "raster_only", "template": "elevation+poi", "question": "How high is the terrain at Claremont Lincoln University, Claremont, CA?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-117.71559 34.094359)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-117.71559 34.094359)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 349.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Claremont Lincoln University, Claremont, CA\", \"geo_wkt\": \"POINT (-117.71559 34.094359)\", \"poi\": {\"id\": 46255, \"geometry\": \"POINT (-117.71559 34.094359)\", \"poi_name\": \"Claremont Lincoln University\", \"osm_id\": 7840092828, \"amenity\": \"university\", \"description\": \"University, Graduate School, College, Non-Profit Organization\", \"website\": \"https://www.claremontlincoln.edu/\", \"internet_access\": \"yes\", \"phone\": \"909-667-4400\", \"addr_state\": \"CA\", \"addr_city\": \"Claremont\", \"addr_postcode\": \"91711\", \"addr_street\": \"W. First Street\", \"addr_housenumber\": \"150\"}}}"} -{"id": "raster_only/elevation+poi/0008", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Go Ape Treetop Adventure Course, Strongsville, OH is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-81.818381 41.322133)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-81.818381 41.322133)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 260.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"theme park\", \"display_name\": \"Go Ape Treetop Adventure Course, Strongsville, OH\", \"geo_wkt\": \"POINT (-81.818381 41.322133)\", \"poi\": {\"id\": 1184, \"geometry\": \"POINT (-81.818381 41.322133)\", \"poi_name\": \"Go Ape Treetop Adventure Course\", \"osm_id\": 4214519779, \"tourism\": \"theme_park\", \"operator\": \"Go Ape\", \"website\": \"https://goape.com/zip-line/mill-stream-run-reservation\", \"addr_state\": \"OH\", \"addr_city\": \"Strongsville\", \"addr_postcode\": \"44136\", \"addr_street\": \"Valley Parkway\", \"addr_housenumber\": \"16200\"}}}"} -{"id": "raster_only/elevation+poi/0009", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Midwest Orthopedic Specialty Hospital, Franklin, WI is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.954123 42.860295)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.954123 42.860295)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 222.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Midwest Orthopedic Specialty Hospital, Franklin, WI\", \"geo_wkt\": \"POINT (-87.954123 42.860295)\", \"poi\": {\"id\": 37646, \"geometry\": \"POINT (-87.954123 42.860295)\", \"poi_name\": \"Midwest Orthopedic Specialty Hospital\", \"osm_id\": 8215444654, \"amenity\": \"hospital\", \"operator\": \"Ascension\", \"website\": \"https://healthcare.ascension.org/locations/wisconsin/wiwhe/franklin%20midwest%20orthopedic%20specialty%20hospital\", \"healthcare\": \"hospital\", \"addr_state\": \"WI\", \"addr_city\": \"Franklin\", \"addr_postcode\": \"53132\", \"addr_street\": \"South 27th Street\", \"addr_housenumber\": \"10101\"}}}"} -{"id": "raster_only/elevation+poi/0010", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation of the ground at Amazing Air, San Antonio, TX?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-98.39639 29.503891)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-98.39639 29.503891)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 224.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"theme park\", \"display_name\": \"Amazing Air, San Antonio, TX\", \"geo_wkt\": \"POINT (-98.39639 29.503891)\", \"poi\": {\"id\": 3480, \"geometry\": \"POINT (-98.39639 29.503891)\", \"poi_name\": \"Amazing Air\", \"osm_id\": 6382562047, \"tourism\": \"theme_park\", \"opening_hours\": \"Mo-Th 16:00-21:00;Fr 14:00-23:00; Sa 10:00-23:00; Su 12:00-20:00\", \"website\": \"https://amazingairsa.com/\", \"phone\": \"+1-210-946-9800\", \"addr_state\": \"TX\", \"addr_city\": \"San Antonio\", \"addr_postcode\": \"78218\", \"addr_street\": \"North Interstate Highway 35\", \"addr_housenumber\": \"7702\"}}}"} -{"id": "raster_only/elevation+poi/0011", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at the location of Timp Hospital Greenspace, Orem, UT?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-111.713273 40.315412)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-111.713273 40.315412)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 1444.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Timp Hospital Greenspace, Orem, UT\", \"geo_wkt\": \"POINT (-111.713273 40.315412)\", \"poi\": {\"id\": 246125, \"geometry\": \"POINT (-111.713273 40.315412)\", \"poi_name\": \"Timp Hospital Greenspace\", \"osm_id\": 6624603578, \"leisure\": \"park\", \"description\": \"Greenspace left over from hospital build, former residential area.\", \"addr_state\": \"UT\", \"addr_city\": \"Orem\", \"addr_postcode\": \"84057\", \"addr_street\": \"West 1000 North\", \"addr_housenumber\": \"723\"}}}"} -{"id": "raster_only/elevation+poi/0012", "group": "raster_only", "template": "elevation+poi", "question": "How high is The Suminski Innski, Tivoli, NY above sea level?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-73.923036 42.060111)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-73.923036 42.060111)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 19.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Suminski Innski, Tivoli, NY\", \"geo_wkt\": \"POINT (-73.923036 42.060111)\", \"poi\": {\"id\": 7220, \"geometry\": \"POINT (-73.923036 42.060111)\", \"poi_name\": \"The Suminski Innski\", \"osm_id\": 5874755899, \"tourism\": \"hotel\", \"addr_state\": \"NY\", \"addr_city\": \"Tivoli\", \"addr_postcode\": \"12583\", \"addr_street\": \"Friendship Street\", \"addr_housenumber\": \"8\"}}}"} -{"id": "raster_only/elevation+poi/0013", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where In the Game - Hollywood Park, Crestwood, IL is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.747217 41.655827)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.747217 41.655827)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 189.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"theme park\", \"display_name\": \"In the Game - Hollywood Park, Crestwood, IL\", \"geo_wkt\": \"POINT (-87.747217 41.655827)\", \"poi\": {\"id\": 2192, \"geometry\": \"POINT (-87.747217 41.655827)\", \"poi_name\": \"In the Game - Hollywood Park\", \"osm_id\": 7217378704, \"tourism\": \"theme_park\", \"website\": \"https://crestwood.inthegame.net\", \"phone\": \"+1 708 389 7275\", \"addr_state\": \"IL\", \"addr_city\": \"Crestwood\", \"addr_postcode\": \"60445\", \"addr_street\": \"Cal Sag Road\", \"addr_housenumber\": \"5051\"}}}"} -{"id": "raster_only/elevation+poi/0014", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Cal, Sr.'s Yard, Aberdeen, MD is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-76.186327 39.533089)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-76.186327 39.533089)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 79.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"stadium\", \"display_name\": \"Cal, Sr.'s Yard, Aberdeen, MD\", \"geo_wkt\": \"POINT (-76.186327 39.533089)\", \"poi\": {\"id\": 245976, \"geometry\": \"POINT (-76.186327 39.533089)\", \"poi_name\": \"Cal, Sr.'s Yard\", \"osm_id\": 6441911494, \"leisure\": \"stadium\", \"sport\": \"baseball\", \"website\": \"https://www.ripkenfoundation.org/park/cal-srs-yard\", \"addr_state\": \"MD\", \"addr_city\": \"Aberdeen\", \"addr_postcode\": \"21001\", \"addr_street\": \"Long Drive\", \"addr_housenumber\": \"873\"}}}"} -{"id": "raster_only/elevation+poi/0015", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Balls Creek Campground, Catawba, NC?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-81.097893 35.629208)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-81.097893 35.629208)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 313.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Balls Creek Campground, Catawba, NC\", \"geo_wkt\": \"POINT (-81.097893 35.629208)\", \"poi\": {\"id\": 2534, \"geometry\": \"POINT (-81.097893 35.629208)\", \"poi_name\": \"Balls Creek Campground\", \"osm_id\": 1041658729, \"tourism\": \"attraction\", \"wheelchair\": \"yes\", \"operator\": \"Balls Creek Campground\", \"website\": \"https://www.ballscreekcampground.org/\", \"phone\": \"(828) 465-2205\", \"wikidata\": \"Q18148188\", \"addr_state\": \"NC\", \"addr_city\": \"Catawba\", \"addr_postcode\": \"28609\", \"addr_street\": \"Buffalo Shoals Road\", \"addr_housenumber\": \"2090\"}}}"} -{"id": "raster_only/elevation+poi/0016", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Cedar River Golf Course, Indian Lake, NY is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-74.301636 43.783544)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-74.301636 43.783544)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 496.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"golf course\", \"display_name\": \"Cedar River Golf Course, Indian Lake, NY\", \"geo_wkt\": \"POINT (-74.301636 43.783544)\", \"poi\": {\"id\": 247095, \"geometry\": \"POINT (-74.301636 43.783544)\", \"poi_name\": \"Cedar River Golf Course\", \"osm_id\": 6033212585, \"leisure\": \"golf_course\", \"description\": \"Cedar River Golf Course, Driving Range, Restaurant, & Motel\", \"website\": \"https://cedarrivergolf.com/\", \"addr_state\": \"NY\", \"addr_city\": \"Indian Lake\", \"addr_postcode\": \"12842\", \"addr_street\": \"State Highway 30\", \"addr_housenumber\": \"6689\"}}}"} -{"id": "raster_only/elevation+poi/0017", "group": "raster_only", "template": "elevation+poi", "question": "How high is Viewpoint | Photographic Art Center, Sacramento, CA above sea level?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-121.479002 38.576604)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-121.479002 38.576604)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 18.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Viewpoint | Photographic Art Center, Sacramento, CA\", \"geo_wkt\": \"POINT (-121.479002 38.576604)\", \"poi\": {\"id\": 1781, \"geometry\": \"POINT (-121.479002 38.576604)\", \"poi_name\": \"Viewpoint | Photographic Art Center\", \"osm_id\": 8147229792, \"tourism\": \"gallery\", \"addr_state\": \"CA\", \"addr_city\": \"Sacramento\", \"addr_postcode\": \"95811\", \"addr_street\": \"J Street\", \"addr_housenumber\": \"2015\"}}}"} -{"id": "raster_only/elevation+poi/0018", "group": "raster_only", "template": "elevation+poi", "question": "How high is the terrain at Chestatee Overlook, Dahlonega, GA?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-83.982699 34.665048)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-83.982699 34.665048)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 854.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"viewpoint\", \"display_name\": \"Chestatee Overlook, Dahlonega, GA\", \"geo_wkt\": \"POINT (-83.982699 34.665048)\", \"poi\": {\"id\": 100, \"geometry\": \"POINT (-83.982699 34.665048)\", \"poi_name\": \"Chestatee Overlook\", \"osm_id\": 3980488412, \"tourism\": \"viewpoint\", \"wheelchair\": \"yes\", \"opening_hours\": \"sunrise-sunset\", \"operator\": \"United States Forest Service\", \"website\": \"https://www.fs.usda.gov/recarea/conf/recarea/?recid=77736\", \"addr_state\": \"GA\", \"addr_city\": \"Dahlonega\", \"addr_postcode\": \"30533\", \"addr_street\": \"GA 60\"}}}"} -{"id": "raster_only/elevation+poi/0019", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation of the ground at Dyken Pond Environmental Education Center, Cropseyville, NY?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-73.434447 42.723028)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-73.434447 42.723028)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 508.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"nature reserve\", \"display_name\": \"Dyken Pond Environmental Education Center, Cropseyville, NY\", \"geo_wkt\": \"POINT (-73.434447 42.723028)\", \"poi\": {\"id\": 245335, \"geometry\": \"POINT (-73.434447 42.723028)\", \"poi_name\": \"Dyken Pond Environmental Education Center\", \"osm_id\": 4298976883, \"leisure\": \"nature_reserve\", \"website\": \"https://www.dykenpond.org/\", \"phone\": \"+1-518-658-2055\", \"addr_state\": \"NY\", \"addr_city\": \"Cropseyville\", \"addr_postcode\": \"12052\", \"addr_street\": \"Dyken Pond Road\", \"addr_housenumber\": \"475\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0000", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of the two, AAAS / Science, Washington, DC and Diamond Mill OHV Staging Area, OR, which lies at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02832 38.900025)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02832 38.900025)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.548452 45.604832)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.548452 45.604832)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'AAAS / Science, Washington, DC'\n WHEN p2.elev > p1.elev THEN 'Diamond Mill OHV Staging Area, OR'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Diamond Mill OHV Staging Area, OR\", \"poi1_elevation_m\": 39.0, \"poi2_elevation_m\": 217.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"AAAS / Science, Washington, DC\", \"geo_wkt\": \"POINT (-77.02832 38.900025)\", \"poi\": {\"id\": 2266, \"geometry\": \"POINT (-77.02832 38.900025)\", \"poi_name\": \"AAAS / Science\", \"osm_id\": 909026696, \"tourism\": \"attraction\", \"operator\": \"American Association for the Advancement of Science\", \"shop\": \"publisher of Science, the scientific journal\", \"wikidata\": \"Q40358\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20005\", \"addr_street\": \"New York Avenue Northwest\", \"addr_housenumber\": \"1200\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Diamond Mill OHV Staging Area, OR\", \"geo_wkt\": \"POINT (-123.548452 45.604832)\", \"poi\": {\"id\": 255589, \"geometry\": \"POINT (-123.548452 45.604832)\", \"poi_name\": \"Diamond Mill OHV Staging Area\", \"osm_id\": 357303178, \"leisure\": \"park\", \"wikidata\": \"Q49483166\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0001", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of Sushi Nakazawa, Washington, DC and Blue Hill, New York, NY, which sits at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02759 38.893662)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02759 38.893662)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.99957 40.73204)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.99957 40.73204)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sushi Nakazawa, Washington, DC'\n WHEN p2.elev > p1.elev THEN 'Blue Hill, New York, NY'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sushi Nakazawa, Washington, DC\", \"poi1_elevation_m\": 21.0, \"poi2_elevation_m\": 16.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sushi Nakazawa, Washington, DC\", \"geo_wkt\": \"POINT (-77.02759 38.893662)\", \"poi\": {\"id\": 88005, \"geometry\": \"POINT (-77.02759 38.893662)\", \"poi_name\": \"Sushi Nakazawa\", \"osm_id\": 6300458085, \"amenity\": \"restaurant\", \"website\": \"https://www.sushinakazawa.com/washington-dc\", \"outdoor_seating\": \"no\", \"wikidata\": \"Q73785844\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20004\", \"addr_street\": \"Pennsylvania Avenue Northwest\", \"addr_housenumber\": \"1100\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Blue Hill, New York, NY\", \"geo_wkt\": \"POINT (-73.99957 40.73204)\", \"poi\": {\"id\": 34209, \"geometry\": \"POINT (-73.99957 40.73204)\", \"poi_name\": \"Blue Hill\", \"osm_id\": 4260987502, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"website\": \"https://www.bluehillfarm.com/dine/new-york\", \"phone\": \"+1-212-539-1776\", \"wikidata\": \"Q14706188\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"Washington Place\", \"addr_housenumber\": \"75\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0002", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Sonoratown, Los Angeles, CA and The Carlile Room, Seattle, WA stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.252172 34.041563)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.252172 34.041563)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.332396 47.613548)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.332396 47.613548)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sonoratown, Los Angeles, CA'\n WHEN p2.elev > p1.elev THEN 'The Carlile Room, Seattle, WA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sonoratown, Los Angeles, CA\", \"poi1_elevation_m\": 87.0, \"poi2_elevation_m\": 32.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sonoratown, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.252172 34.041563)\", \"poi\": {\"id\": 32938, \"geometry\": \"POINT (-118.252172 34.041563)\", \"poi_name\": \"Sonoratown\", \"osm_id\": 4207350987, \"amenity\": \"restaurant\", \"cuisine\": \"mexican\", \"wikidata\": \"Q64118618\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90014\", \"addr_street\": \"East 8th Street\", \"addr_housenumber\": \"208\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"The Carlile Room, Seattle, WA\", \"geo_wkt\": \"POINT (-122.332396 47.613548)\", \"poi\": {\"id\": 64165, \"geometry\": \"POINT (-122.332396 47.613548)\", \"poi_name\": \"The Carlile Room\", \"osm_id\": 3584221907, \"amenity\": \"restaurant\", \"cuisine\": \"american;regional\", \"opening_hours\": \"We-Su 16:30-24:00\", \"operator\": \"Tom Douglas\", \"website\": \"https://www.thecarlile.com/\", \"phone\": \"+1-206-946-9720\", \"wikidata\": \"Q115649689\", \"addr_state\": \"WA\", \"addr_city\": \"Seattle\", \"addr_postcode\": \"98101\", \"addr_street\": \"Pine Street\", \"addr_housenumber\": \"820\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0003", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Oven and Shaker, Portland, OR Grace Christian University, Wyoming, MI?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.68279 45.52496)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.68279 45.52496)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-85.692172 42.919232)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-85.692172 42.919232)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Oven and Shaker, Portland, OR'\n WHEN p2.elev > p1.elev THEN 'Grace Christian University, Wyoming, MI'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Grace Christian University, Wyoming, MI\", \"poi1_elevation_m\": 19.0, \"poi2_elevation_m\": 208.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Oven and Shaker, Portland, OR\", \"geo_wkt\": \"POINT (-122.68279 45.52496)\", \"poi\": {\"id\": 54802, \"geometry\": \"POINT (-122.68279 45.52496)\", \"poi_name\": \"Oven and Shaker\", \"osm_id\": 6369206850, \"amenity\": \"restaurant\", \"cuisine\": \"pizza\", \"opening_hours\": \"Su-Th 11:30-23:00; Fr-Sa 11:30-24:00\", \"website\": \"https://www.ovenandshaker.com/\", \"phone\": \"+1-503-241-1600\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q28228853\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97209\", \"addr_street\": \"Northwest Everett Street\", \"addr_housenumber\": \"1134\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Grace Christian University, Wyoming, MI\", \"geo_wkt\": \"POINT (-85.692172 42.919232)\", \"poi\": {\"id\": 226934, \"geometry\": \"POINT (-85.692172 42.919232)\", \"poi_name\": \"Grace Christian University\", \"osm_id\": 353934698, \"amenity\": \"university\", \"wheelchair\": \"yes\", \"operator\": \"Grace Christian University\", \"internet_access\": \"wlan\", \"wikidata\": \"Q5591004\", \"addr_state\": \"MI\", \"addr_city\": \"Wyoming\", \"addr_postcode\": \"49509\", \"addr_street\": \"Aldon Street Southwest\", \"addr_housenumber\": \"1011\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0004", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Canyonlands National Park, UT or Chinese American Historical Museum, San Jose, CA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-109.984017 38.166652)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-109.984017 38.166652)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-121.858204 37.319739)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-121.858204 37.319739)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Canyonlands National Park, UT'\n WHEN p2.elev > p1.elev THEN 'Chinese American Historical Museum, San Jose, CA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Canyonlands National Park, UT\", \"poi1_elevation_m\": 1666.0, \"poi2_elevation_m\": 38.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Canyonlands National Park, UT\", \"geo_wkt\": \"POINT (-109.984017 38.166652)\", \"poi\": {\"id\": 253191, \"geometry\": \"POINT (-109.984017 38.166652)\", \"poi_name\": \"Canyonlands National Park\", \"osm_id\": 356681150, \"leisure\": \"park\", \"website\": \"https://cliffsandcanyons.com/contact-us/\", \"wikidata\": \"Q541856\", \"addr_state\": \"UT\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Chinese American Historical Museum, San Jose, CA\", \"geo_wkt\": \"POINT (-121.858204 37.319739)\", \"poi\": {\"id\": 5265, \"geometry\": \"POINT (-121.858204 37.319739)\", \"poi_name\": \"Chinese American Historical Museum\", \"osm_id\": 11282523160, \"tourism\": \"museum\", \"website\": \"https://chcp.org/Museum\", \"museum\": \"history\", \"wikidata\": \"Q123159442\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_postcode\": \"95112\", \"addr_street\": \"Phelan Avenue\", \"addr_housenumber\": \"635\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0005", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Wilmington & Western Railroad, Wilmington, DE and Radcliffe Institute for Advanced Studies, MA stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.632218 39.738888)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.632218 39.738888)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.122317 42.376159)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.122317 42.376159)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Wilmington & Western Railroad, Wilmington, DE'\n WHEN p2.elev > p1.elev THEN 'Radcliffe Institute for Advanced Studies, MA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Wilmington & Western Railroad, Wilmington, DE\", \"poi1_elevation_m\": 28.0, \"poi2_elevation_m\": 12.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Wilmington & Western Railroad, Wilmington, DE\", \"geo_wkt\": \"POINT (-75.632218 39.738888)\", \"poi\": {\"id\": 10383, \"geometry\": \"POINT (-75.632218 39.738888)\", \"poi_name\": \"Wilmington & Western Railroad\", \"osm_id\": 4601510422, \"tourism\": \"attraction\", \"website\": \"http://www.wwrr.com/\", \"phone\": \"+1 302-998-1930\", \"wikidata\": \"Q8022799\", \"addr_state\": \"DE\", \"addr_city\": \"Wilmington\", \"addr_street\": \"Newport Gap Pike\", \"addr_housenumber\": \"2201\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Radcliffe Institute for Advanced Studies, MA\", \"geo_wkt\": \"POINT (-71.122317 42.376159)\", \"poi\": {\"id\": 76135, \"geometry\": \"POINT (-71.122317 42.376159)\", \"poi_name\": \"Radcliffe Institute for Advanced Studies\", \"osm_id\": 11378728082, \"amenity\": \"university\", \"wikidata\": \"Q7280030\", \"addr_state\": \"MA\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0006", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of Good Samaritan Hospital, Vincennes, IN and Chicago Portage National Historic Site, Lyons, IL, which sits at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.53358 38.672428)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.802535 41.805303)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.802535 41.805303)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Good Samaritan Hospital, Vincennes, IN'\n WHEN p2.elev > p1.elev THEN 'Chicago Portage National Historic Site, Lyons, IL'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Chicago Portage National Historic Site, Lyons, IL\", \"poi1_elevation_m\": 126.0, \"poi2_elevation_m\": 179.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Good Samaritan Hospital, Vincennes, IN\", \"geo_wkt\": \"POINT (-87.53358 38.672428)\", \"poi\": {\"id\": 69383, \"geometry\": \"POINT (-87.53358 38.672428)\", \"poi_name\": \"Good Samaritan Hospital\", \"osm_id\": 3821320364, \"amenity\": \"hospital\", \"wheelchair\": \"yes\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q5582915\", \"addr_state\": \"IN\", \"addr_city\": \"Vincennes\", \"addr_postcode\": \"47591\", \"addr_street\": \"South 7th Street\", \"addr_housenumber\": \"520\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Chicago Portage National Historic Site, Lyons, IL\", \"geo_wkt\": \"POINT (-87.802535 41.805303)\", \"poi\": {\"id\": 251170, \"geometry\": \"POINT (-87.802535 41.805303)\", \"poi_name\": \"Chicago Portage National Historic Site\", \"osm_id\": 354160458, \"leisure\": \"park\", \"wikidata\": \"Q5095746\", \"addr_state\": \"IL\", \"addr_city\": \"Lyons\", \"addr_street\": \"South Harlem Avenue\", \"addr_housenumber\": \"4800\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0007", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Turner Carroll Gallery, Santa Fe, NM and David Zwirner, New York, NY stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.923142 35.678585)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.923142 35.678585)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.007033 40.745807)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.007033 40.745807)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Turner Carroll Gallery, Santa Fe, NM'\n WHEN p2.elev > p1.elev THEN 'David Zwirner, New York, NY'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Turner Carroll Gallery, Santa Fe, NM\", \"poi1_elevation_m\": 2176.0, \"poi2_elevation_m\": 23.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Turner Carroll Gallery, Santa Fe, NM\", \"geo_wkt\": \"POINT (-105.923142 35.678585)\", \"poi\": {\"id\": 10293, \"geometry\": \"POINT (-105.923142 35.678585)\", \"poi_name\": \"Turner Carroll Gallery\", \"osm_id\": 4576232040, \"tourism\": \"gallery\", \"website\": \"http://www.turnercarroll.com/index.html\", \"wikidata\": \"Q7855908\", \"addr_state\": \"NM\", \"addr_city\": \"Santa Fe\", \"addr_postcode\": \"87501\", \"addr_street\": \"Canyon Road\", \"addr_housenumber\": \"725\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0008", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Between Rockland Psychiatric Center, Orangeburg, NY and The University of Tennessee Health Science Center, Memphis, TN, which one is more elevated?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.967704 41.049287)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.967704 41.049287)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Rockland Psychiatric Center, Orangeburg, NY'\n WHEN p2.elev > p1.elev THEN 'The University of Tennessee Health Science Center, Memphis, TN'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"poi1_elevation_m\": 65.0, \"poi2_elevation_m\": 88.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rockland Psychiatric Center, Orangeburg, NY\", \"geo_wkt\": \"POINT (-73.967704 41.049287)\", \"poi\": {\"id\": 227128, \"geometry\": \"POINT (-73.967704 41.049287)\", \"poi_name\": \"Rockland Psychiatric Center\", \"osm_id\": 357582607, \"amenity\": \"hospital\", \"website\": \"https://www.omh.ny.gov/omhweb/facilities/rppc/\", \"phone\": \"+1 845 359 1000\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q22061059\", \"addr_state\": \"NY\", \"addr_city\": \"Orangeburg\", \"addr_postcode\": \"10962\", \"addr_street\": \"Old Orangeburg Road\", \"addr_housenumber\": \"140\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"geo_wkt\": \"POINT (-90.031353 35.139317)\", \"poi\": {\"id\": 215769, \"geometry\": \"POINT (-90.031353 35.139317)\", \"poi_name\": \"The University of Tennessee Health Science Center\", \"osm_id\": 8364364991, \"amenity\": \"university\", \"wikidata\": \"Q7896420\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38163\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0009", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of the two, AAAS / Science, Washington, DC and Centinela Adobe, Los Angeles, CA, which lies at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02832 38.900025)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02832 38.900025)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.37225 33.967599)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.37225 33.967599)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'AAAS / Science, Washington, DC'\n WHEN p2.elev > p1.elev THEN 'Centinela Adobe, Los Angeles, CA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"AAAS / Science, Washington, DC\", \"poi1_elevation_m\": 39.0, \"poi2_elevation_m\": 29.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"AAAS / Science, Washington, DC\", \"geo_wkt\": \"POINT (-77.02832 38.900025)\", \"poi\": {\"id\": 2266, \"geometry\": \"POINT (-77.02832 38.900025)\", \"poi_name\": \"AAAS / Science\", \"osm_id\": 909026696, \"tourism\": \"attraction\", \"operator\": \"American Association for the Advancement of Science\", \"shop\": \"publisher of Science, the scientific journal\", \"wikidata\": \"Q40358\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20005\", \"addr_street\": \"New York Avenue Northwest\", \"addr_housenumber\": \"1200\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Centinela Adobe, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.37225 33.967599)\", \"poi\": {\"id\": 13520, \"geometry\": \"POINT (-118.37225 33.967599)\", \"poi_name\": \"Centinela Adobe\", \"osm_id\": 2395435997, \"tourism\": \"museum\", \"website\": \"https://centinelaadobe.org/\", \"wikidata\": \"Q5060150\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90045\", \"addr_street\": \"Midfield Avenue\", \"addr_housenumber\": \"7634\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0010", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of North Carolina Arboretum, Asheville, NC and East End Park, Frostburg, MD stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.608284 35.498511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.608284 35.498511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.918865 39.651391)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.918865 39.651391)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'North Carolina Arboretum, Asheville, NC'\n WHEN p2.elev > p1.elev THEN 'East End Park, Frostburg, MD'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"North Carolina Arboretum, Asheville, NC\", \"poi1_elevation_m\": 664.0, \"poi2_elevation_m\": 579.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"North Carolina Arboretum, Asheville, NC\", \"geo_wkt\": \"POINT (-82.608284 35.498511)\", \"poi\": {\"id\": 245226, \"geometry\": \"POINT (-82.608284 35.498511)\", \"poi_name\": \"North Carolina Arboretum\", \"osm_id\": 4104047702, \"leisure\": \"park\", \"opening_hours\": \"08:00-19:00\", \"website\": \"https://www.ncarboretum.org/\", \"phone\": \"+1 828-665-2492\", \"wikidata\": \"Q2539422\", \"addr_state\": \"NC\", \"addr_city\": \"Asheville\", \"addr_postcode\": \"28806\", \"addr_street\": \"Frederick Law Olmsted Way\", \"addr_housenumber\": \"100\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"East End Park, Frostburg, MD\", \"geo_wkt\": \"POINT (-78.918865 39.651391)\", \"poi\": {\"id\": 261162, \"geometry\": \"POINT (-78.918865 39.651391)\", \"poi_name\": \"East End Park\", \"osm_id\": 358252199, \"leisure\": \"park\", \"wikidata\": \"Q49485107\", \"addr_state\": \"MD\", \"addr_city\": \"Frostburg\", \"addr_street\": \"Cemetary Road\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0011", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which has a higher elevation, Tusculum University Historical District, Greeneville, TN or Ojito Wilderness Study Area, San Luis, NM?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.960317 35.59114)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.960317 35.59114)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Tusculum University Historical District, Greeneville, TN'\n WHEN p2.elev > p1.elev THEN 'Ojito Wilderness Study Area, San Luis, NM'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Ojito Wilderness Study Area, San Luis, NM\", \"poi1_elevation_m\": 437.0, \"poi2_elevation_m\": 1759.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0012", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Pittsford Green Historic District, VT or Sanders Park, Mount Pleasant, WI?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.028276 43.706802)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.028276 43.706802)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.840903 42.674171)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.840903 42.674171)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Pittsford Green Historic District, VT'\n WHEN p2.elev > p1.elev THEN 'Sanders Park, Mount Pleasant, WI'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sanders Park, Mount Pleasant, WI\", \"poi1_elevation_m\": 159.0, \"poi2_elevation_m\": 211.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Pittsford Green Historic District, VT\", \"geo_wkt\": \"POINT (-73.028276 43.706802)\", \"poi\": {\"id\": 252838, \"geometry\": \"POINT (-73.028276 43.706802)\", \"poi_name\": \"Pittsford Green Historic District\", \"osm_id\": 356557990, \"leisure\": \"park\", \"historic\": \"district\", \"wikidata\": \"Q25005861\", \"addr_state\": \"VT\", \"addr_postcode\": \"05763\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Sanders Park, Mount Pleasant, WI\", \"geo_wkt\": \"POINT (-87.840903 42.674171)\", \"poi\": {\"id\": 250880, \"geometry\": \"POINT (-87.840903 42.674171)\", \"poi_name\": \"Sanders Park\", \"osm_id\": 353889876, \"leisure\": \"park\", \"opening_hours\": \"sunrise-sunset\", \"website\": \"https://www.racinecounty.com/departments/public-works-and-development-services/parks-department/sanders-park-campground\", \"phone\": \"+1-262-886-8457\", \"wikidata\": \"Q49557332\", \"addr_state\": \"WI\", \"addr_city\": \"Mount Pleasant\", \"addr_postcode\": \"53403\", \"addr_street\": \"Wood Road\", \"addr_housenumber\": \"4809\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0013", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Sequoia Hospital, Redwood City, CA or Franklin Pierce University, Rindge, NH?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.255023 37.479511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.255023 37.479511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.055892 42.779337)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.055892 42.779337)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sequoia Hospital, Redwood City, CA'\n WHEN p2.elev > p1.elev THEN 'Franklin Pierce University, Rindge, NH'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Franklin Pierce University, Rindge, NH\", \"poi1_elevation_m\": 45.0, \"poi2_elevation_m\": 327.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Sequoia Hospital, Redwood City, CA\", \"geo_wkt\": \"POINT (-122.255023 37.479511)\", \"poi\": {\"id\": 92214, \"geometry\": \"POINT (-122.255023 37.479511)\", \"poi_name\": \"Sequoia Hospital\", \"osm_id\": 5805243057, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Dignity Health\", \"website\": \"https://www.dignityhealth.org/bayarea/locations/sequoia\", \"phone\": \"+1 650 369 5811\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7452546\", \"addr_state\": \"CA\", \"addr_city\": \"Redwood City\", \"addr_postcode\": \"94062\", \"addr_street\": \"Alameda de las Pulgas\", \"addr_housenumber\": \"170\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Franklin Pierce University, Rindge, NH\", \"geo_wkt\": \"POINT (-72.055892 42.779337)\", \"poi\": {\"id\": 57803, \"geometry\": \"POINT (-72.055892 42.779337)\", \"poi_name\": \"Franklin Pierce University\", \"osm_id\": 6484120956, \"amenity\": \"university\", \"website\": \"https://franklinpierce.edu/\", \"wikidata\": \"Q5491762\", \"addr_state\": \"NH\", \"addr_city\": \"Rindge\", \"addr_postcode\": \"03461\", \"addr_street\": \"University Drive\", \"addr_housenumber\": \"40\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0014", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Between Sequoia Hospital, Redwood City, CA and Fort Steuben, Steubenville, OH, which one is more elevated?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.255023 37.479511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.255023 37.479511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-80.613308 40.357934)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-80.613308 40.357934)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sequoia Hospital, Redwood City, CA'\n WHEN p2.elev > p1.elev THEN 'Fort Steuben, Steubenville, OH'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Fort Steuben, Steubenville, OH\", \"poi1_elevation_m\": 45.0, \"poi2_elevation_m\": 210.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Sequoia Hospital, Redwood City, CA\", \"geo_wkt\": \"POINT (-122.255023 37.479511)\", \"poi\": {\"id\": 92214, \"geometry\": \"POINT (-122.255023 37.479511)\", \"poi_name\": \"Sequoia Hospital\", \"osm_id\": 5805243057, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Dignity Health\", \"website\": \"https://www.dignityhealth.org/bayarea/locations/sequoia\", \"phone\": \"+1 650 369 5811\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7452546\", \"addr_state\": \"CA\", \"addr_city\": \"Redwood City\", \"addr_postcode\": \"94062\", \"addr_street\": \"Alameda de las Pulgas\", \"addr_housenumber\": \"170\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Fort Steuben, Steubenville, OH\", \"geo_wkt\": \"POINT (-80.613308 40.357934)\", \"poi\": {\"id\": 1317, \"geometry\": \"POINT (-80.613308 40.357934)\", \"poi_name\": \"Fort Steuben\", \"osm_id\": 4239526821, \"historic\": \"fort\", \"tourism\": \"attraction\", \"website\": \"https://www.oldfortsteuben.com/\", \"wikidata\": \"Q5472108\", \"addr_state\": \"OH\", \"addr_city\": \"Steubenville\", \"addr_postcode\": \"43952\", \"addr_street\": \"South 3rd Street\", \"addr_housenumber\": \"120\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0015", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Florida Botanical Garden, Largo, FL and CUNY Graduate School of Journalism, New York, NY stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.808431 27.883426)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.808431 27.883426)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.988988 40.755324)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.988988 40.755324)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Florida Botanical Garden, Largo, FL'\n WHEN p2.elev > p1.elev THEN 'CUNY Graduate School of Journalism, New York, NY'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"CUNY Graduate School of Journalism, New York, NY\", \"poi1_elevation_m\": 16.0, \"poi2_elevation_m\": 55.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Florida Botanical Garden, Largo, FL\", \"geo_wkt\": \"POINT (-82.808431 27.883426)\", \"poi\": {\"id\": 247212, \"geometry\": \"POINT (-82.808431 27.883426)\", \"poi_name\": \"Florida Botanical Garden\", \"osm_id\": 4641286338, \"leisure\": \"park\", \"wikidata\": \"Q7734512\", \"addr_state\": \"FL\", \"addr_city\": \"Largo\", \"addr_postcode\": \"33774\", \"addr_street\": \"Ulmerton Road\", \"addr_housenumber\": \"12520\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0016", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which has a higher elevation, Fantastic Caverns, Springfield, MO or Ojito Wilderness Study Area, San Luis, NM?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-93.358596 37.287518)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-93.358596 37.287518)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.960317 35.59114)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.960317 35.59114)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Fantastic Caverns, Springfield, MO'\n WHEN p2.elev > p1.elev THEN 'Ojito Wilderness Study Area, San Luis, NM'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Ojito Wilderness Study Area, San Luis, NM\", \"poi1_elevation_m\": 346.0, \"poi2_elevation_m\": 1759.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Fantastic Caverns, Springfield, MO\", \"geo_wkt\": \"POINT (-93.358596 37.287518)\", \"poi\": {\"id\": 1030, \"geometry\": \"POINT (-93.358596 37.287518)\", \"poi_name\": \"Fantastic Caverns\", \"osm_id\": 4165231772, \"tourism\": \"attraction\", \"wikidata\": \"Q5434180\", \"addr_state\": \"MO\", \"addr_city\": \"Springfield\", \"addr_street\": \"North Farm Road 125\", \"addr_housenumber\": \"4872\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0017", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Tewksbury Hospital, Tewksbury, MA or Sonoratown, Los Angeles, CA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.21808 42.606947)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.252172 34.041563)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.252172 34.041563)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Tewksbury Hospital, Tewksbury, MA'\n WHEN p2.elev > p1.elev THEN 'Sonoratown, Los Angeles, CA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sonoratown, Los Angeles, CA\", \"poi1_elevation_m\": 46.0, \"poi2_elevation_m\": 87.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Tewksbury Hospital, Tewksbury, MA\", \"geo_wkt\": \"POINT (-71.21808 42.606947)\", \"poi\": {\"id\": 44995, \"geometry\": \"POINT (-71.21808 42.606947)\", \"poi_name\": \"Tewksbury Hospital\", \"osm_id\": 257489501, \"amenity\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q7707206\", \"addr_state\": \"MA\", \"addr_city\": \"Tewksbury\", \"addr_street\": \"East Street\", \"addr_housenumber\": \"365\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sonoratown, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.252172 34.041563)\", \"poi\": {\"id\": 32938, \"geometry\": \"POINT (-118.252172 34.041563)\", \"poi_name\": \"Sonoratown\", \"osm_id\": 4207350987, \"amenity\": \"restaurant\", \"cuisine\": \"mexican\", \"wikidata\": \"Q64118618\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90014\", \"addr_street\": \"East 8th Street\", \"addr_housenumber\": \"208\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0018", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which has a higher elevation, Ayres Natural Bridge State Park, Douglas, WY or Fort DuPont State Park, Delaware City, DE?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.6114 42.733737)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.6114 42.733737)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.580795 39.573261)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Ayres Natural Bridge State Park, Douglas, WY'\n WHEN p2.elev > p1.elev THEN 'Fort DuPont State Park, Delaware City, DE'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Ayres Natural Bridge State Park, Douglas, WY\", \"poi1_elevation_m\": 1618.0, \"poi2_elevation_m\": 5.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ayres Natural Bridge State Park, Douglas, WY\", \"geo_wkt\": \"POINT (-105.6114 42.733737)\", \"poi\": {\"id\": 249218, \"geometry\": \"POINT (-105.6114 42.733737)\", \"poi_name\": \"Ayres Natural Bridge State Park\", \"osm_id\": 4991095763, \"leisure\": \"park\", \"fee\": \"no\", \"opening_hours\": \"Apr 15-Oct 15 08:00-20:20\", \"capacity\": \"10\", \"phone\": \"+1-307-358-3532\", \"wikidata\": \"Q793266\", \"addr_state\": \"WY\", \"addr_city\": \"Douglas\", \"addr_street\": \"Natural Bridge Road\", \"addr_housenumber\": \"208\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Fort DuPont State Park, Delaware City, DE\", \"geo_wkt\": \"POINT (-75.580795 39.573261)\", \"poi\": {\"id\": 247256, \"geometry\": \"POINT (-75.580795 39.573261)\", \"poi_name\": \"Fort DuPont State Park\", \"osm_id\": 4689054657, \"leisure\": \"park\", \"description\": \"Historic Fort DuPont, established in 1861. Nature trail along Delaware River bunkers, gun batteries, wildlife, nature trail, parking\", \"wikidata\": \"Q5471094\", \"addr_state\": \"DE\", \"addr_city\": \"Delaware City\", \"addr_postcode\": \"19706\", \"addr_street\": \"Old Battery Lane\"}}}"} -{"id": "raster_only/elevation_compare+two_pois/0019", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of The University of Tennessee Health Science Center, Memphis, TN and Shenandoah Caverns, VA, which sits at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.669276 38.715515)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.669276 38.715515)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'The University of Tennessee Health Science Center, Memphis, TN'\n WHEN p2.elev > p1.elev THEN 'Shenandoah Caverns, VA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Shenandoah Caverns, VA\", \"poi1_elevation_m\": 88.0, \"poi2_elevation_m\": 305.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"geo_wkt\": \"POINT (-90.031353 35.139317)\", \"poi\": {\"id\": 215769, \"geometry\": \"POINT (-90.031353 35.139317)\", \"poi_name\": \"The University of Tennessee Health Science Center\", \"osm_id\": 8364364991, \"amenity\": \"university\", \"wikidata\": \"Q7896420\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38163\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Shenandoah Caverns, VA\", \"geo_wkt\": \"POINT (-78.669276 38.715515)\", \"poi\": {\"id\": 17210, \"geometry\": \"POINT (-78.669276 38.715515)\", \"poi_name\": \"Shenandoah Caverns\", \"osm_id\": 9081231937, \"tourism\": \"attraction\", \"fee\": \"yes\", \"opening_hours\": \"Mo-Su 09:00-17:00\", \"website\": \"https://shenandoahcaverns.com/\", \"phone\": \"+1 540 477 3115\", \"wikidata\": \"Q7494160\", \"addr_state\": \"VA\", \"addr_postcode\": \"22847\", \"addr_street\": \"Caverns Road\", \"addr_housenumber\": \"261\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0000", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Eleven Madison Park, New York, NY and 303 Gallery, New York, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.98719 40.741598)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.98719 40.741598)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.007539 40.747543)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.007539 40.747543)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 26.0, \"poi1_elevation_m\": 44.0, \"poi2_elevation_m\": 18.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Eleven Madison Park, New York, NY\", \"geo_wkt\": \"POINT (-73.98719 40.741598)\", \"poi\": {\"id\": 27449, \"geometry\": \"POINT (-73.98719 40.741598)\", \"poi_name\": \"Eleven Madison Park\", \"osm_id\": 3932353662, \"amenity\": \"restaurant\", \"cuisine\": \"french;american\", \"opening_hours\": \"Mo-We 17:30-22:00; Th-Su 12:00-13:00, 17:30-22:00\", \"website\": \"https://www.elevenmadisonpark.com/\", \"phone\": \"+1 212.889.0905\", \"wikidata\": \"Q5359767\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10010\", \"addr_street\": \"Madison Avenue\", \"addr_housenumber\": \"11\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"303 Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.007539 40.747543)\", \"poi\": {\"id\": 1682, \"geometry\": \"POINT (-74.007539 40.747543)\", \"poi_name\": \"303 Gallery\", \"osm_id\": 8062794938, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 11:00-17:00\", \"website\": \"https://www.303gallery.com\", \"phone\": \"+1-212-255-1121\", \"wikidata\": \"Q60742541\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 21st Street\", \"addr_housenumber\": \"555\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0001", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Tree That Owns Itself, Athens, GA and Michael Altman Fine Art, New York, NY differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-83.382376 33.955038)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-83.382376 33.955038)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.965721 40.770052)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.965721 40.770052)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 188.0, \"poi1_elevation_m\": 219.0, \"poi2_elevation_m\": 31.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Tree That Owns Itself, Athens, GA\", \"geo_wkt\": \"POINT (-83.382376 33.955038)\", \"poi\": {\"id\": 10554, \"geometry\": \"POINT (-83.382376 33.955038)\", \"poi_name\": \"Tree That Owns Itself\", \"osm_id\": 2626985473, \"historic\": \"tree\", \"tourism\": \"attraction\", \"wikidata\": \"Q1421130\", \"addr_state\": \"GA\", \"addr_city\": \"Athens\", \"addr_street\": \"South Finley Street\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Michael Altman Fine Art, New York, NY\", \"geo_wkt\": \"POINT (-73.965721 40.770052)\", \"poi\": {\"id\": 8844, \"geometry\": \"POINT (-73.965721 40.770052)\", \"poi_name\": \"Michael Altman Fine Art\", \"osm_id\": 4798493527, \"tourism\": \"gallery\", \"opening_hours\": \"Mo-Fr 10:00-17:00; PH off\", \"website\": \"https://mnafineart.com/\", \"phone\": \"+1-212-879-0002\", \"wikidata\": \"Q29441896\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10021\", \"addr_street\": \"East 70th Street\", \"addr_housenumber\": \"38\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0002", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Tina Kim Gallery, New York, NY and The Henry Norman Hotel, Brooklyn, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.006345 40.747055)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.006345 40.747055)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.944251 40.728028)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 10.0, \"poi1_elevation_m\": 30.0, \"poi2_elevation_m\": 20.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Tina Kim Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.006345 40.747055)\", \"poi\": {\"id\": 27021, \"geometry\": \"POINT (-74.006345 40.747055)\", \"poi_name\": \"Tina Kim Gallery\", \"osm_id\": 10873196735, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.tinakimgallery.com\", \"phone\": \"+1-212-716-1100\", \"wikidata\": \"Q16901731\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 21st Street\", \"addr_housenumber\": \"525\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Henry Norman Hotel, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.944251 40.728028)\", \"poi\": {\"id\": 1912, \"geometry\": \"POINT (-73.944251 40.728028)\", \"poi_name\": \"The Henry Norman Hotel\", \"osm_id\": 7026934319, \"tourism\": \"hotel\", \"website\": \"https://henrynormanhotel.com\", \"internet_access\": \"yes\", \"phone\": \"+1-718-804-5845\", \"wikidata\": \"Q111395098\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_street\": \"North Henry Street\", \"addr_housenumber\": \"251\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0003", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between White Stadium, Jamaica Plain, MA and University Guest House & Conference Center, Salt Lake City, UT?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.095885 42.309542)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.095885 42.309542)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-111.835626 40.766885)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-111.835626 40.766885)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 1466.0, \"poi1_elevation_m\": 28.0, \"poi2_elevation_m\": 1494.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"White Stadium, Jamaica Plain, MA\", \"geo_wkt\": \"POINT (-71.095885 42.309542)\", \"poi\": {\"id\": 261471, \"geometry\": \"POINT (-71.095885 42.309542)\", \"poi_name\": \"White Stadium\", \"osm_id\": 358278622, \"leisure\": \"park\", \"website\": \"https://www.franklinparkcoalition.org/whitestadium/\", \"wikidata\": \"Q18749284\", \"addr_state\": \"MA\", \"addr_city\": \"Jamaica Plain\", \"addr_postcode\": \"02130\", \"addr_street\": \"Walnut Avenue\", \"addr_housenumber\": \"450\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"University Guest House & Conference Center, Salt Lake City, UT\", \"geo_wkt\": \"POINT (-111.835626 40.766885)\", \"poi\": {\"id\": 5515, \"geometry\": \"POINT (-111.835626 40.766885)\", \"poi_name\": \"University Guest House & Conference Center\", \"osm_id\": 11447482824, \"tourism\": \"hotel\", \"operator\": \"University of Utah Conference & Event Management\", \"website\": \"https://www.universityguesthouse.com/\", \"internet_access\": \"wlan\", \"wikidata\": \"Q123987812\", \"addr_state\": \"UT\", \"addr_city\": \"Salt Lake City\", \"addr_postcode\": \"84113\", \"addr_street\": \"South Fort Douglas Boulevard\", \"addr_housenumber\": \"110\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0004", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the absolute elevation difference between Salus University, Elkins Park, PA and Giant Glacial Boulder Historical Marker, Lincoln, NE?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.129394 40.086172)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.129394 40.086172)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-96.701366 40.848198)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-96.701366 40.848198)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 269.0, \"poi1_elevation_m\": 99.0, \"poi2_elevation_m\": 368.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Salus University, Elkins Park, PA\", \"geo_wkt\": \"POINT (-75.129394 40.086172)\", \"poi\": {\"id\": 124092, \"geometry\": \"POINT (-75.129394 40.086172)\", \"poi_name\": \"Salus University\", \"osm_id\": 2903322114, \"amenity\": \"university\", \"website\": \"https://www.salus.edu/\", \"phone\": \"+1-215-780-1400\", \"wikidata\": \"Q7406311\", \"addr_state\": \"PA\", \"addr_city\": \"Elkins Park\", \"addr_postcode\": \"19027\", \"addr_street\": \"Old York Road\", \"addr_housenumber\": \"8360\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Giant Glacial Boulder Historical Marker, Lincoln, NE\", \"geo_wkt\": \"POINT (-96.701366 40.848198)\", \"poi\": {\"id\": 259539, \"geometry\": \"POINT (-96.701366 40.848198)\", \"poi_name\": \"Giant Glacial Boulder Historical Marker\", \"osm_id\": 357792602, \"leisure\": \"park\", \"wikidata\": \"Q34881171\", \"addr_state\": \"NE\", \"addr_city\": \"Lincoln\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0005", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Courthouse Square Park, OR and Silas Condict County Park, Kinnelon, NJ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.076491 45.221228)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.38466 41.004704)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 204.0, \"poi1_elevation_m\": 49.0, \"poi2_elevation_m\": 253.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Silas Condict County Park, Kinnelon, NJ\", \"geo_wkt\": \"POINT (-74.38466 41.004704)\", \"poi\": {\"id\": 249280, \"geometry\": \"POINT (-74.38466 41.004704)\", \"poi_name\": \"Silas Condict County Park\", \"osm_id\": 5140202721, \"leisure\": \"park\", \"operator\": \"Morris County Park Commission\", \"wikidata\": \"Q34861408\", \"addr_state\": \"NJ\", \"addr_city\": \"Kinnelon\", \"addr_postcode\": \"07405\", \"addr_street\": \"Kinnelon Road\", \"addr_housenumber\": \"100\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0006", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the magnitude of the elevation gap between Advocate Children's Hospital, Oak Lawn, IL and Harrison Park and Golf Course, Danville, IL?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.732089 41.72357)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.732089 41.72357)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.654322 40.146491)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.654322 40.146491)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 27.0, \"poi1_elevation_m\": 204.0, \"poi2_elevation_m\": 177.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Advocate Children's Hospital, Oak Lawn, IL\", \"geo_wkt\": \"POINT (-87.732089 41.72357)\", \"poi\": {\"id\": 177285, \"geometry\": \"POINT (-87.732089 41.72357)\", \"poi_name\": \"Advocate Children's Hospital\", \"osm_id\": 5276572197, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Advocate Aurora Health\", \"website\": \"https://www.advocatechildrenshospital.com/\", \"phone\": \"+1 708 684 8000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q30254234\", \"addr_state\": \"IL\", \"addr_city\": \"Oak Lawn\", \"addr_postcode\": \"60453\", \"addr_street\": \"West 95th Street\", \"addr_housenumber\": \"4440\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Harrison Park and Golf Course, Danville, IL\", \"geo_wkt\": \"POINT (-87.654322 40.146491)\", \"poi\": {\"id\": 251066, \"geometry\": \"POINT (-87.654322 40.146491)\", \"poi_name\": \"Harrison Park and Golf Course\", \"osm_id\": 354110626, \"leisure\": \"park\", \"wikidata\": \"Q34886246\", \"addr_state\": \"IL\", \"addr_city\": \"Danville\", \"addr_postcode\": \"61832\", \"addr_street\": \"West Voorhees\", \"addr_housenumber\": \"1300\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0007", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between Jesse Owens State Park, OH and Florida Botanical Garden, Largo, FL?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.731108 39.734554)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.731108 39.734554)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.808431 27.883426)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.808431 27.883426)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 250.0, \"poi1_elevation_m\": 266.0, \"poi2_elevation_m\": 16.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jesse Owens State Park, OH\", \"geo_wkt\": \"POINT (-81.731108 39.734554)\", \"poi\": {\"id\": 246530, \"geometry\": \"POINT (-81.731108 39.734554)\", \"poi_name\": \"Jesse Owens State Park\", \"osm_id\": 9891605872, \"leisure\": \"park\", \"website\": \"https://ohiodnr.gov/go-and-do/plan-a-visit/find-a-property/jesse-owens-state-park\", \"wikidata\": \"Q113119233\", \"addr_state\": \"OH\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Florida Botanical Garden, Largo, FL\", \"geo_wkt\": \"POINT (-82.808431 27.883426)\", \"poi\": {\"id\": 247212, \"geometry\": \"POINT (-82.808431 27.883426)\", \"poi_name\": \"Florida Botanical Garden\", \"osm_id\": 4641286338, \"leisure\": \"park\", \"wikidata\": \"Q7734512\", \"addr_state\": \"FL\", \"addr_city\": \"Largo\", \"addr_postcode\": \"33774\", \"addr_street\": \"Ulmerton Road\", \"addr_housenumber\": \"12520\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0008", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Tusculum University Historical District, Greeneville, TN and RJ Grunts, Chicago, IL differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.636601 41.920045)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.636601 41.920045)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 239.0, \"poi1_elevation_m\": 437.0, \"poi2_elevation_m\": 198.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"RJ Grunts, Chicago, IL\", \"geo_wkt\": \"POINT (-87.636601 41.920045)\", \"poi\": {\"id\": 30748, \"geometry\": \"POINT (-87.636601 41.920045)\", \"poi_name\": \"RJ Grunts\", \"osm_id\": 4100246313, \"amenity\": \"restaurant\", \"opening_hours\": \"Mo-Fr 11:30-23:00; Sa 10:00-23:00; Su 10:00-21:00\", \"website\": \"http://www.rjgruntschicago.com/\", \"phone\": \"+1-773-929-5363\", \"wikidata\": \"Q6533864\", \"addr_state\": \"IL\", \"addr_city\": \"Chicago\", \"addr_postcode\": \"60614\", \"addr_street\": \"Lincoln Park West\", \"addr_housenumber\": \"2056\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0009", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "How many meters apart in elevation are The University of Tennessee Health Science Center, Memphis, TN and Strafford Village Historic District, VT?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.377447 43.866048)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 189.0, \"poi1_elevation_m\": 88.0, \"poi2_elevation_m\": 277.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"geo_wkt\": \"POINT (-90.031353 35.139317)\", \"poi\": {\"id\": 215769, \"geometry\": \"POINT (-90.031353 35.139317)\", \"poi_name\": \"The University of Tennessee Health Science Center\", \"osm_id\": 8364364991, \"amenity\": \"university\", \"wikidata\": \"Q7896420\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38163\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Strafford Village Historic District, VT\", \"geo_wkt\": \"POINT (-72.377447 43.866048)\", \"poi\": {\"id\": 252814, \"geometry\": \"POINT (-72.377447 43.866048)\", \"poi_name\": \"Strafford Village Historic District\", \"osm_id\": 356557755, \"leisure\": \"park\", \"historic\": \"heritage\", \"wikidata\": \"Q28153353\", \"addr_state\": \"VT\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0010", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between New London County Historical Society, New London, CT and Shanks Roadside Park, Shanks, WV?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.098236 41.351365)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.098236 41.351365)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.691404 39.316489)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.691404 39.316489)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 370.0, \"poi1_elevation_m\": 12.0, \"poi2_elevation_m\": 382.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"New London County Historical Society, New London, CT\", \"geo_wkt\": \"POINT (-72.098236 41.351365)\", \"poi\": {\"id\": 6852, \"geometry\": \"POINT (-72.098236 41.351365)\", \"poi_name\": \"New London County Historical Society\", \"osm_id\": 5773747058, \"historic\": \"house\", \"tourism\": \"museum\", \"website\": \"https://www.nlchs.org\", \"phone\": \"+1 860 443 1209\", \"museum\": \"history\", \"wikidata\": \"Q72081273\", \"addr_state\": \"CT\", \"addr_city\": \"New London\", \"addr_postcode\": \"06320\", \"addr_street\": \"Blinman Street\", \"addr_housenumber\": \"11\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Shanks Roadside Park, Shanks, WV\", \"geo_wkt\": \"POINT (-78.691404 39.316489)\", \"poi\": {\"id\": 252551, \"geometry\": \"POINT (-78.691404 39.316489)\", \"poi_name\": \"Shanks Roadside Park\", \"osm_id\": 356535107, \"leisure\": \"park\", \"wikidata\": \"Q31516586\", \"addr_state\": \"WV\", \"addr_city\": \"Shanks\", \"addr_postcode\": \"26761\", \"addr_street\": \"Northwestern Turnpike\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0011", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the absolute elevation difference between Voorhees College, Denmark, SC and UH Rainbow Babies & Children’s Hospital, Cleveland, OH?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.128567 33.305858)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.128567 33.305858)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.605748 41.504861)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.605748 41.504861)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 154.0, \"poi1_elevation_m\": 68.0, \"poi2_elevation_m\": 222.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Voorhees College, Denmark, SC\", \"geo_wkt\": \"POINT (-81.128567 33.305858)\", \"poi\": {\"id\": 188213, \"geometry\": \"POINT (-81.128567 33.305858)\", \"poi_name\": \"Voorhees College\", \"osm_id\": 5525414124, \"amenity\": \"university\", \"wikidata\": \"Q7941707\", \"addr_state\": \"SC\", \"addr_city\": \"Denmark\", \"addr_postcode\": \"29042\", \"addr_street\": \"Porter Drive\", \"addr_housenumber\": \"481\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"UH Rainbow Babies & Children’s Hospital, Cleveland, OH\", \"geo_wkt\": \"POINT (-81.605748 41.504861)\", \"poi\": {\"id\": 191132, \"geometry\": \"POINT (-81.605748 41.504861)\", \"poi_name\": \"UH Rainbow Babies & Children’s Hospital\", \"osm_id\": 5656050761, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"University Hospitals\", \"website\": \"https://www.uhhospitals.org/rainbow\", \"phone\": \"+1 216 844 5437\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7284577\", \"addr_state\": \"OH\", \"addr_city\": \"Cleveland\", \"addr_postcode\": \"44106\", \"addr_street\": \"Adelbert Road\", \"addr_housenumber\": \"2101\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0012", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between North Carolina Arboretum, Asheville, NC and CUNY Graduate School of Journalism, New York, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.608284 35.498511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.608284 35.498511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.988988 40.755324)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.988988 40.755324)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 609.0, \"poi1_elevation_m\": 664.0, \"poi2_elevation_m\": 55.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"North Carolina Arboretum, Asheville, NC\", \"geo_wkt\": \"POINT (-82.608284 35.498511)\", \"poi\": {\"id\": 245226, \"geometry\": \"POINT (-82.608284 35.498511)\", \"poi_name\": \"North Carolina Arboretum\", \"osm_id\": 4104047702, \"leisure\": \"park\", \"opening_hours\": \"08:00-19:00\", \"website\": \"https://www.ncarboretum.org/\", \"phone\": \"+1 828-665-2492\", \"wikidata\": \"Q2539422\", \"addr_state\": \"NC\", \"addr_city\": \"Asheville\", \"addr_postcode\": \"28806\", \"addr_street\": \"Frederick Law Olmsted Way\", \"addr_housenumber\": \"100\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0013", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between Kasmin Gallery, New York, NY and Chinese American Historical Museum, San Jose, CA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.00247 40.750406)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.00247 40.750406)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-121.858204 37.319739)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-121.858204 37.319739)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 14.0, \"poi1_elevation_m\": 24.0, \"poi2_elevation_m\": 38.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Kasmin Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.00247 40.750406)\", \"poi\": {\"id\": 26963, \"geometry\": \"POINT (-74.00247 40.750406)\", \"poi_name\": \"Kasmin Gallery\", \"osm_id\": 10860703833, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.kasmingallery.com\", \"phone\": \"+1-212-563-4474\", \"wikidata\": \"Q28207019\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"10th Avenue\", \"addr_housenumber\": \"297\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Chinese American Historical Museum, San Jose, CA\", \"geo_wkt\": \"POINT (-121.858204 37.319739)\", \"poi\": {\"id\": 5265, \"geometry\": \"POINT (-121.858204 37.319739)\", \"poi_name\": \"Chinese American Historical Museum\", \"osm_id\": 11282523160, \"tourism\": \"museum\", \"website\": \"https://chcp.org/Museum\", \"museum\": \"history\", \"wikidata\": \"Q123159442\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_postcode\": \"95112\", \"addr_street\": \"Phelan Avenue\", \"addr_housenumber\": \"635\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0014", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Pennsylvania Trolley Museum, Washington, PA and White Stadium, Jamaica Plain, MA differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-80.244929 40.2113)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-80.244929 40.2113)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.095885 42.309542)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.095885 42.309542)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 268.0, \"poi1_elevation_m\": 296.0, \"poi2_elevation_m\": 28.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Pennsylvania Trolley Museum, Washington, PA\", \"geo_wkt\": \"POINT (-80.244929 40.2113)\", \"poi\": {\"id\": 5403, \"geometry\": \"POINT (-80.244929 40.2113)\", \"poi_name\": \"Pennsylvania Trolley Museum\", \"osm_id\": 11375823337, \"tourism\": \"museum\", \"website\": \"https://pa-trolley.org/\", \"wikidata\": \"Q7164216\", \"addr_state\": \"PA\", \"addr_city\": \"Washington\", \"addr_postcode\": \"15301\", \"addr_street\": \"Electric Way\", \"addr_housenumber\": \"1\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"White Stadium, Jamaica Plain, MA\", \"geo_wkt\": \"POINT (-71.095885 42.309542)\", \"poi\": {\"id\": 261471, \"geometry\": \"POINT (-71.095885 42.309542)\", \"poi_name\": \"White Stadium\", \"osm_id\": 358278622, \"leisure\": \"park\", \"website\": \"https://www.franklinparkcoalition.org/whitestadium/\", \"wikidata\": \"Q18749284\", \"addr_state\": \"MA\", \"addr_city\": \"Jamaica Plain\", \"addr_postcode\": \"02130\", \"addr_street\": \"Walnut Avenue\", \"addr_housenumber\": \"450\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0015", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between Children's Hospital at Montefiore, Bronx, NY and Swanson School of Engineering, Pittsburgh, PA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.878898 40.880372)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.878898 40.880372)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-79.958626 40.443874)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-79.958626 40.443874)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 230.0, \"poi1_elevation_m\": 86.0, \"poi2_elevation_m\": 316.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Children's Hospital at Montefiore, Bronx, NY\", \"geo_wkt\": \"POINT (-73.878898 40.880372)\", \"poi\": {\"id\": 122363, \"geometry\": \"POINT (-73.878898 40.880372)\", \"poi_name\": \"Children's Hospital at Montefiore\", \"osm_id\": 2810045562, \"amenity\": \"hospital\", \"operator\": \"Montefiore Medical Center\", \"healthcare\": \"hospital\", \"wikidata\": \"Q30279893\", \"addr_state\": \"NY\", \"addr_city\": \"Bronx\", \"addr_postcode\": \"10467\", \"addr_street\": \"Bainbridge Avenue\", \"addr_housenumber\": \"3415\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Swanson School of Engineering, Pittsburgh, PA\", \"geo_wkt\": \"POINT (-79.958626 40.443874)\", \"poi\": {\"id\": 176365, \"geometry\": \"POINT (-79.958626 40.443874)\", \"poi_name\": \"Swanson School of Engineering\", \"osm_id\": 5258284133, \"amenity\": \"university\", \"operator\": \"University of Pittsburgh\", \"internet_access\": \"yes\", \"wikidata\": \"Q7653743\", \"addr_state\": \"PA\", \"addr_city\": \"Pittsburgh\", \"addr_postcode\": \"15213\", \"addr_street\": \"O'Hara Street\", \"addr_housenumber\": \"3700\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0016", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the magnitude of the elevation gap between Berry Campbell Gallery, New York, NY and Shanks Roadside Park, Shanks, WV?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.004016 40.749949)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.004016 40.749949)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.691404 39.316489)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.691404 39.316489)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 351.0, \"poi1_elevation_m\": 31.0, \"poi2_elevation_m\": 382.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Berry Campbell Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004016 40.749949)\", \"poi\": {\"id\": 26914, \"geometry\": \"POINT (-74.004016 40.749949)\", \"poi_name\": \"Berry Campbell Gallery\", \"osm_id\": 10859974142, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://berrycampbell.com\", \"phone\": \"+1-212-924-2178\", \"wikidata\": \"Q116312206\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"West 26th Street\", \"addr_housenumber\": \"524\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Shanks Roadside Park, Shanks, WV\", \"geo_wkt\": \"POINT (-78.691404 39.316489)\", \"poi\": {\"id\": 252551, \"geometry\": \"POINT (-78.691404 39.316489)\", \"poi_name\": \"Shanks Roadside Park\", \"osm_id\": 356535107, \"leisure\": \"park\", \"wikidata\": \"Q31516586\", \"addr_state\": \"WV\", \"addr_city\": \"Shanks\", \"addr_postcode\": \"26761\", \"addr_street\": \"Northwestern Turnpike\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0017", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the absolute elevation difference between Canyonlands National Park, UT and Pace Gallery, New York, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-109.984017 38.166652)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-109.984017 38.166652)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.004968 40.749576)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.004968 40.749576)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 1638.0, \"poi1_elevation_m\": 1666.0, \"poi2_elevation_m\": 28.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Canyonlands National Park, UT\", \"geo_wkt\": \"POINT (-109.984017 38.166652)\", \"poi\": {\"id\": 253191, \"geometry\": \"POINT (-109.984017 38.166652)\", \"poi_name\": \"Canyonlands National Park\", \"osm_id\": 356681150, \"leisure\": \"park\", \"website\": \"https://cliffsandcanyons.com/contact-us/\", \"wikidata\": \"Q541856\", \"addr_state\": \"UT\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Pace Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004968 40.749576)\", \"poi\": {\"id\": 14214, \"geometry\": \"POINT (-74.004968 40.749576)\", \"poi_name\": \"Pace Gallery\", \"osm_id\": 9470785217, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.pacegallery.com/galleries/new-york/\", \"phone\": \"+1-212-421-3292\", \"wikidata\": \"Q7121900\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"West 25th Street\", \"addr_housenumber\": \"540\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0018", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Huber's, Portland, OR and Eaton DC, Washington, DC?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.67483 45.520027)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.67483 45.520027)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.028462 38.902787)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.028462 38.902787)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 17.0, \"poi1_elevation_m\": 31.0, \"poi2_elevation_m\": 48.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Huber's, Portland, OR\", \"geo_wkt\": \"POINT (-122.67483 45.520027)\", \"poi\": {\"id\": 58201, \"geometry\": \"POINT (-122.67483 45.520027)\", \"poi_name\": \"Huber's\", \"osm_id\": 6503444852, \"amenity\": \"restaurant\", \"opening_hours\": \"Mo-Fr 11:30-24:00; Sa 00:00-01:00,11:30-24:00; Su 00:00-01:00,16:00-23:00\", \"website\": \"https://www.hubers.com/\", \"phone\": \"+1-503-228-5686\", \"wikidata\": \"Q7284154\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97204\", \"addr_street\": \"Southwest 3rd Avenue\", \"addr_housenumber\": \"411\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Eaton DC, Washington, DC\", \"geo_wkt\": \"POINT (-77.028462 38.902787)\", \"poi\": {\"id\": 3452, \"geometry\": \"POINT (-77.028462 38.902787)\", \"poi_name\": \"Eaton DC\", \"osm_id\": 6372830485, \"tourism\": \"hotel\", \"phone\": \"+1-202-289-7600\", \"wikidata\": \"Q111888038\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_street\": \"K Street Northwest\", \"addr_housenumber\": \"1201\"}}}"} -{"id": "raster_only/elevation_diff+two_pois/0019", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Jemez State Monument, Jemez Springs, NM and Eleven Madison Park, New York, NY differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.68725 35.778228)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.68725 35.778228)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.98719 40.741598)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.98719 40.741598)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 1877.0, \"poi1_elevation_m\": 1921.0, \"poi2_elevation_m\": 44.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jemez State Monument, Jemez Springs, NM\", \"geo_wkt\": \"POINT (-106.68725 35.778228)\", \"poi\": {\"id\": 257919, \"geometry\": \"POINT (-106.68725 35.778228)\", \"poi_name\": \"Jemez State Monument\", \"osm_id\": 357615343, \"leisure\": \"park\", \"wikidata\": \"Q6177135\", \"addr_state\": \"NM\", \"addr_city\": \"Jemez Springs\", \"addr_postcode\": \"87025\", \"addr_street\": \"NM 4\", \"addr_housenumber\": \"18160\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Eleven Madison Park, New York, NY\", \"geo_wkt\": \"POINT (-73.98719 40.741598)\", \"poi\": {\"id\": 27449, \"geometry\": \"POINT (-73.98719 40.741598)\", \"poi_name\": \"Eleven Madison Park\", \"osm_id\": 3932353662, \"amenity\": \"restaurant\", \"cuisine\": \"french;american\", \"opening_hours\": \"Mo-We 17:30-22:00; Th-Su 12:00-13:00, 17:30-22:00\", \"website\": \"https://www.elevenmadisonpark.com/\", \"phone\": \"+1 212.889.0905\", \"wikidata\": \"Q5359767\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10010\", \"addr_street\": \"Madison Avenue\", \"addr_housenumber\": \"11\"}}}"} -{"id": "raster_only/elevation_max+region/0000", "group": "raster_only", "template": "elevation_max+region", "question": "What is the highest elevation in Gordon, Pennsylvania?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.344837 40.757106, -76.344766 40.757036, -76.344444 40.756716, -76.343266 40.755547, -76.343203 40.755485, -76.342744 40.755416, -76.342577 40.755391, -76.342079 40.755317, -76.341856 40.755284, -76.341685 40.755261, -76.341628 40.755253, -76.338621 40.754852, -76.336453 40.754563, -76.332339 40.755623, -76.330052 40.75699, -76.327449 40.758547, -76.32745 40.758145, -76.327452 40.757939, -76.327449 40.757793, -76.327439 40.757648, -76.327415 40.757472, -76.32738 40.757296, -76.327286 40.756957, -76.327276 40.756918, -76.32725 40.75675, -76.32721 40.756582, -76.327205 40.756565, -76.327107 40.756249, -76.327105 40.756243, -76.326779 40.755287, -76.326707 40.755075, -76.326683 40.754966, -76.326645 40.754979, -76.32655 40.755004, -76.326184 40.755105, -76.326151 40.755114, -76.326019 40.755153, -76.325474 40.754075, -76.325691 40.753995, -76.326071 40.753821, -76.331145 40.751516, -76.332837 40.750748, -76.332861 40.750612, -76.332937 40.750204, -76.332962 40.750069, -76.332993 40.749895, -76.33309 40.749373, -76.333122 40.7492, -76.334064 40.748723, -76.335304 40.748097, -76.335677 40.746358, -76.335764 40.745955, -76.336406 40.745916, -76.336541 40.745983, -76.336546 40.745986, -76.336992 40.745955, -76.337143 40.745945, -76.338199 40.745881, -76.338773 40.746391, -76.338879 40.746485, -76.34201 40.746312, -76.343936 40.745248, -76.344986 40.74467, -76.345465 40.745076, -76.345801 40.744847, -76.346424 40.744437, -76.34656 40.744354, -76.346751 40.744251, -76.346838 40.744205, -76.347587 40.743816, -76.348032 40.7436, -76.348362 40.743424, -76.348468 40.743367, -76.348513 40.743337, -76.348746 40.743182, -76.348951 40.743035, -76.349395 40.742693, -76.349817 40.742378, -76.350041 40.742236, -76.350264 40.742114, -76.350562 40.741939, -76.350714 40.741855, -76.350881 40.741776, -76.351021 40.741714, -76.351606 40.741459, -76.351794 40.74137, -76.352154 40.741174, -76.352489 40.741014, -76.352998 40.741751, -76.354016 40.743227, -76.354525 40.743966, -76.354703 40.744224, -76.354777 40.744329, -76.354906 40.744516, -76.355035 40.744704, -76.354747 40.7444, -76.354444 40.744318, -76.353685 40.744208, -76.353534 40.744093, -76.353295 40.743676, -76.353052 40.743457, -76.352905 40.743324, -76.352797 40.742946, -76.352609 40.742786, -76.352327 40.74271, -76.352111 40.74277, -76.352002 40.742891, -76.351858 40.743155, -76.351822 40.743473, -76.351844 40.74377, -76.351606 40.744148, -76.35095 40.745121, -76.350668 40.745587, -76.350488 40.746104, -76.350265 40.746477, -76.349947 40.746818, -76.349334 40.747274, -76.34911 40.747488, -76.348894 40.747785, -76.348692 40.748065, -76.348569 40.748361, -76.34844 40.748861, -76.34831 40.749119, -76.348252 40.749207, -76.347797 40.749804, -76.347777 40.749972, -76.347772 40.750009, -76.347765 40.750072, -76.347765 40.75012, -76.347766 40.750158, -76.347769 40.750323, -76.347255 40.751188, -76.34712 40.751416, -76.346716 40.75163, -76.345784 40.751839, -76.34533 40.752031, -76.34481 40.752602, -76.344514 40.752998, -76.344506 40.753076, -76.344485 40.753316, -76.344609 40.754239, -76.344615 40.754836, -76.344616 40.754887, -76.344746 40.755469, -76.344768 40.756029, -76.344997 40.756565, -76.345021 40.756622, -76.344985 40.756902, -76.344899 40.757044, -76.344837 40.757106))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 318.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Gordon, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-76.344837 40.757106, -76.344766 40.757036, -76.344444 40.756716, -76.343266 40.755547, -76.343203 40.755485, -76.342744 40.755416, -76.342577 40.755391, -76.342079 40.755317, -76.341856 40.755284, -76.341685 40.755261, -76.341628 40.755253, -76.338621 40.754852, -76.336453 40.754563, -76.332339 40.755623, -76.330052 40.75699, -76.327449 40.758547, -76.32745 40.758145, -76.327452 40.757939, -76.327449 40.757793, -76.327439 40.757648, -76.327415 40.757472, -76.32738 40.757296, -76.327286 40.756957, -76.327276 40.756918, -76.32725 40.75675, -76.32721 40.756582, -76.327205 40.756565, -76.327107 40.756249, -76.327105 40.756243, -76.326779 40.755287, -76.326707 40.755075, -76.326683 40.754966, -76.326645 40.754979, -76.32655 40.755004, -76.326184 40.755105, -76.326151 40.755114, -76.326019 40.755153, -76.325474 40.754075, -76.325691 40.753995, -76.326071 40.753821, -76.331145 40.751516, -76.332837 40.750748, -76.332861 40.750612, -76.332937 40.750204, -76.332962 40.750069, -76.332993 40.749895, -76.33309 40.749373, -76.333122 40.7492, -76.334064 40.748723, -76.335304 40.748097, -76.335677 40.746358, -76.335764 40.745955, -76.336406 40.745916, -76.336541 40.745983, -76.336546 40.745986, -76.336992 40.745955, -76.337143 40.745945, -76.338199 40.745881, -76.338773 40.746391, -76.338879 40.746485, -76.34201 40.746312, -76.343936 40.745248, -76.344986 40.74467, -76.345465 40.745076, -76.345801 40.744847, -76.346424 40.744437, -76.34656 40.744354, -76.346751 40.744251, -76.346838 40.744205, -76.347587 40.743816, -76.348032 40.7436, -76.348362 40.743424, -76.348468 40.743367, -76.348513 40.743337, -76.348746 40.743182, -76.348951 40.743035, -76.349395 40.742693, -76.349817 40.742378, -76.350041 40.742236, -76.350264 40.742114, -76.350562 40.741939, -76.350714 40.741855, -76.350881 40.741776, -76.351021 40.741714, -76.351606 40.741459, -76.351794 40.74137, -76.352154 40.741174, -76.352489 40.741014, -76.352998 40.741751, -76.354016 40.743227, -76.354525 40.743966, -76.354703 40.744224, -76.354777 40.744329, -76.354906 40.744516, -76.355035 40.744704, -76.354747 40.7444, -76.354444 40.744318, -76.353685 40.744208, -76.353534 40.744093, -76.353295 40.743676, -76.353052 40.743457, -76.352905 40.743324, -76.352797 40.742946, -76.352609 40.742786, -76.352327 40.74271, -76.352111 40.74277, -76.352002 40.742891, -76.351858 40.743155, -76.351822 40.743473, -76.351844 40.74377, -76.351606 40.744148, -76.35095 40.745121, -76.350668 40.745587, -76.350488 40.746104, -76.350265 40.746477, -76.349947 40.746818, -76.349334 40.747274, -76.34911 40.747488, -76.348894 40.747785, -76.348692 40.748065, -76.348569 40.748361, -76.34844 40.748861, -76.34831 40.749119, -76.348252 40.749207, -76.347797 40.749804, -76.347777 40.749972, -76.347772 40.750009, -76.347765 40.750072, -76.347765 40.75012, -76.347766 40.750158, -76.347769 40.750323, -76.347255 40.751188, -76.34712 40.751416, -76.346716 40.75163, -76.345784 40.751839, -76.34533 40.752031, -76.34481 40.752602, -76.344514 40.752998, -76.344506 40.753076, -76.344485 40.753316, -76.344609 40.754239, -76.344615 40.754836, -76.344616 40.754887, -76.344746 40.755469, -76.344768 40.756029, -76.344997 40.756565, -76.345021 40.756622, -76.344985 40.756902, -76.344899 40.757044, -76.344837 40.757106))\", \"region\": {\"id\": 3499, \"geometry\": \"POLYGON ((-76.344837 40.757106, -76.344766 40.757036, -76.344444 40.756716, -76.343266 40.755547, -76.343203 40.755485, -76.342744 40.755416, -76.342577 40.755391, -76.342079 40.755317, -76.341856 40.755284, -76.341685 40.755261, -76.341628 40.755253, -76.338621 40.754852, -76.336453 40.754563, -76.332339 40.755623, -76.330052 40.75699, -76.327449 40.758547, -76.32745 40.758145, -76.327452 40.757939, -76.327449 40.757793, -76.327439 40.757648, -76.327415 40.757472, -76.32738 40.757296, -76.327286 40.756957, -76.327276 40.756918, -76.32725 40.75675, -76.32721 40.756582, -76.327205 40.756565, -76.327107 40.756249, -76.327105 40.756243, -76.326779 40.755287, -76.326707 40.755075, -76.326683 40.754966, -76.326645 40.754979, -76.32655 40.755004, -76.326184 40.755105, -76.326151 40.755114, -76.326019 40.755153, -76.325474 40.754075, -76.325691 40.753995, -76.326071 40.753821, -76.331145 40.751516, -76.332837 40.750748, -76.332861 40.750612, -76.332937 40.750204, -76.332962 40.750069, -76.332993 40.749895, -76.33309 40.749373, -76.333122 40.7492, -76.334064 40.748723, -76.335304 40.748097, -76.335677 40.746358, -76.335764 40.745955, -76.336406 40.745916, -76.336541 40.745983, -76.336546 40.745986, -76.336992 40.745955, -76.337143 40.745945, -76.338199 40.745881, -76.338773 40.746391, -76.338879 40.746485, -76.34201 40.746312, -76.343936 40.745248, -76.344986 40.74467, -76.345465 40.745076, -76.345801 40.744847, -76.346424 40.744437, -76.34656 40.744354, -76.346751 40.744251, -76.346838 40.744205, -76.347587 40.743816, -76.348032 40.7436, -76.348362 40.743424, -76.348468 40.743367, -76.348513 40.743337, -76.348746 40.743182, -76.348951 40.743035, -76.349395 40.742693, -76.349817 40.742378, -76.350041 40.742236, -76.350264 40.742114, -76.350562 40.741939, -76.350714 40.741855, -76.350881 40.741776, -76.351021 40.741714, -76.351606 40.741459, -76.351794 40.74137, -76.352154 40.741174, -76.352489 40.741014, -76.352998 40.741751, -76.354016 40.743227, -76.354525 40.743966, -76.354703 40.744224, -76.354777 40.744329, -76.354906 40.744516, -76.355035 40.744704, -76.354747 40.7444, -76.354444 40.744318, -76.353685 40.744208, -76.353534 40.744093, -76.353295 40.743676, -76.353052 40.743457, -76.352905 40.743324, -76.352797 40.742946, -76.352609 40.742786, -76.352327 40.74271, -76.352111 40.74277, -76.352002 40.742891, -76.351858 40.743155, -76.351822 40.743473, -76.351844 40.74377, -76.351606 40.744148, -76.35095 40.745121, -76.350668 40.745587, -76.350488 40.746104, -76.350265 40.746477, -76.349947 40.746818, -76.349334 40.747274, -76.34911 40.747488, -76.348894 40.747785, -76.348692 40.748065, -76.348569 40.748361, -76.34844 40.748861, -76.34831 40.749119, -76.348252 40.749207, -76.347797 40.749804, -76.347777 40.749972, -76.347772 40.750009, -76.347765 40.750072, -76.347765 40.75012, -76.347766 40.750158, -76.347769 40.750323, -76.347255 40.751188, -76.34712 40.751416, -76.346716 40.75163, -76.345784 40.751839, -76.34533 40.752031, -76.34481 40.752602, -76.344514 40.752998, -76.344506 40.753076, -76.344485 40.753316, -76.344609 40.754239, -76.344615 40.754836, -76.344616 40.754887, -76.344746 40.755469, -76.344768 40.756029, -76.344997 40.756565, -76.345021 40.756622, -76.344985 40.756902, -76.344899 40.757044, -76.344837 40.757106))\", \"region_name\": \"Gordon\", \"border_type\": \"borough\", \"wikidata\": \"Q1181260\", \"wikipedia\": \"en:Gordon, Pennsylvania\", \"place\": \"borough\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0001", "group": "raster_only", "template": "elevation_max+region", "question": "In Dickinson County, Kansas, what is the maximum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-97.371911 38.609353, -97.371923 38.612063, -97.371932 38.612277, -97.371916 38.613632, -97.37192 38.614883, -97.371914 38.615159, -97.371945 38.616009, -97.371945 38.616924, -97.371914 38.62014, -97.371925 38.621203, -97.371915 38.622296, -97.371954 38.624976, -97.371948 38.625355, -97.371986 38.626623, -97.371948 38.629119, -97.37195 38.630335, -97.371983 38.631586, -97.371981 38.633006, -97.371995 38.634255, -97.371994 38.635367, -97.371941 38.637453, -97.371948 38.638296, -97.371973 38.639844, -97.371963 38.641243, -97.372012 38.643426, -97.372021 38.644449, -97.372007 38.645645, -97.37202 38.647207, -97.372008 38.649277, -97.372047 38.658648, -97.37207 38.660691, -97.372056 38.662207, -97.372048 38.662589, -97.372048 38.663789, -97.372035 38.66497, -97.37204 38.667301, -97.372056 38.66826, -97.372049 38.66915, -97.372082 38.671034, -97.37205 38.672885, -97.372058 38.675278, -97.372053 38.676199, -97.372064 38.677255, -97.372023 38.678336, -97.37201 38.679622, -97.372023 38.681652, -97.372035 38.681813, -97.372061 38.682664, -97.37204 38.683587, -97.372035 38.68466, -97.372055 38.68579, -97.372045 38.687503, -97.372054 38.688895, -97.372035 38.690837, -97.372054 38.693981, -97.372026 38.696294, -97.372019 38.697652, -97.372025 38.699155, -97.372038 38.699835, -97.372014 38.702894, -97.372018 38.704944, -97.372042 38.706208, -97.37202 38.709967, -97.372027 38.710825, -97.372015 38.71261, -97.372026 38.714027, -97.372023 38.715791, -97.372016 38.716907, -97.372053 38.719951, -97.372046 38.721289, -97.37202 38.722097, -97.371984 38.724438, -97.372007 38.726085, -97.371992 38.728321, -97.371964 38.729786, -97.371964 38.73191, -97.371988 38.732843, -97.372001 38.733915, -97.371969 38.735117, -97.371986 38.735944, -97.371987 38.737215, -97.37197 38.737943, -97.37196 38.739421, -97.371986 38.740136, -97.371978 38.742168, -97.37199 38.742884, -97.371963 38.743602, -97.371955 38.744161, -97.37196 38.744984, -97.371945 38.745747, -97.371936 38.747486, -97.371947 38.747999, -97.371944 38.750008, -97.371918 38.751328, -97.371902 38.754371, -97.371916 38.755577, -97.371893 38.757851, -97.371944 38.758938, -97.371962 38.760053, -97.371926 38.760842, -97.371913 38.761545, -97.37193 38.762075, -97.371941 38.763334, -97.371916 38.764484, -97.371903 38.766293, -97.371882 38.767351, -97.371897 38.768581, -97.37186 38.770861, -97.371883 38.7743, -97.371862 38.776602, -97.37188 38.778527, -97.371867 38.779599, -97.371876 38.780603, -97.37187 38.781853, -97.371819 38.783116, -97.371848 38.784079, -97.37186 38.786261, -97.371857 38.787783, -97.371906 38.788955, -97.371906 38.789943, -97.371879 38.793497, -97.371883 38.794733, -97.371874 38.79579, -97.371882 38.797312, -97.371906 38.798116, -97.371903 38.800514, -97.371939 38.801793, -97.371944 38.80297, -97.371905 38.804072, -97.371948 38.805326, -97.372001 38.810301, -97.371996 38.811641, -97.372015 38.81262, -97.37201 38.814388, -97.372032 38.818156, -97.372026 38.820204, -97.372047 38.821258, -97.37204 38.82211, -97.372054 38.823114, -97.372047 38.825245, -97.372067 38.827161, -97.372072 38.832088, -97.372111 38.833599, -97.372086 38.836175, -97.372112 38.838707, -97.37212 38.841676, -97.372126 38.842344, -97.372113 38.842996, -97.372092 38.846017, -97.372095 38.846744, -97.372077 38.8476, -97.372075 38.84954, -97.372088 38.850366, -97.372086 38.85221, -97.372104 38.852689, -97.372076 38.855094, -97.372081 38.856221, -97.372083 38.859239, -97.372078 38.860824, -97.372084 38.861419, -97.372076 38.862205, -97.37208 38.863, -97.372068 38.863419, -97.372089 38.865169, -97.37208 38.866221, -97.372083 38.867175, -97.372105 38.868084, -97.372093 38.870776, -97.372109 38.871821, -97.37211 38.873039, -97.372132 38.87424, -97.372121 38.877996, -97.37211 38.879318, -97.372127 38.880941, -97.372106 38.882573, -97.372118 38.883065, -97.372098 38.883406, -97.372239 38.88627, -97.372251 38.886622, -97.372244 38.89227, -97.372187 38.903199, -97.372136 38.903772, -97.37213 38.904354, -97.372109 38.91395, -97.372124 38.914127, -97.372109 38.914258, -97.372711 38.914258, -97.372786 38.914263, -97.373116 38.914266, -97.3744 38.914254, -97.374657 38.91426, -97.374691 38.914273, -97.375055 38.914333, -97.375303 38.914352, -97.381209 38.914319, -97.381215 38.915555, -97.381207 38.915813, -97.381208 38.921533, -97.381202 38.922624, -97.381207 38.923112, -97.381206 38.928658, -97.381205 38.9289, -97.379075 38.928901, -97.376071 38.928913, -97.375072 38.928938, -97.372413 38.928916, -97.371727 38.928925, -97.371657 38.929607, -97.37165 38.930501, -97.371667 38.931062, -97.371667 38.931473, -97.371727 38.93181, -97.371869 38.932708, -97.371848 38.933538, -97.371819 38.937552, -97.371796 38.938873, -97.371768 38.941884, -97.371748 38.945493, -97.371717 38.94748, -97.371724 38.949692, -97.371697 38.950575, -97.371669 38.954113, -97.371647 38.955399, -97.371618 38.956352, -97.371622 38.957448, -97.371616 38.957836, -97.371552 38.962201, -97.371522 38.96532, -97.371479 38.966875, -97.371495 38.969488, -97.371435 38.972405, -97.371443 38.973995, -97.371412 38.976962, -97.371386 38.977637, -97.371375 38.979262, -97.371404 38.980426, -97.371398 38.981698, -97.371347 38.983413, -97.371324 38.985886, -97.371335 38.986899, -97.371321 38.988458, -97.371319 38.990107, -97.371324 38.990748, -97.371294 38.993807, -97.371293 38.996789, -97.371277 38.997136, -97.371238 38.997433, -97.371188 38.997654, -97.371185 38.998095, -97.371155 38.998183, -97.371169 38.999387, -97.371187 38.999656, -97.371203 38.999998, -97.371206 39.00083, -97.371198 39.001031, -97.371199 39.001607, -97.37121 39.001672, -97.371244 39.001992, -97.371254 39.002444, -97.371238 39.007896, -97.371248 39.009523, -97.371231 39.011488, -97.371237 39.012704, -97.371217 39.0159, -97.371221 39.01748, -97.37121 39.030452, -97.371178 39.041574, -97.371196 39.043366, -97.371199 39.044942, -97.371137 39.045855, -97.371089 39.049444, -97.371128 39.052059, -97.37115 39.052732, -97.37113 39.054208, -97.371166 39.055746, -97.371154 39.057445, -97.37118 39.059449, -97.371151 39.060083, -97.371163 39.061632, -97.37116 39.061749, -97.371172 39.061794, -97.371174 39.063058, -97.371187 39.065283, -97.371193 39.06535, -97.371194 39.065508, -97.37116 39.068178, -97.371178 39.06824, -97.371172 39.068372, -97.371136 39.068607, -97.37119 39.072775, -97.371159 39.073307, -97.371169 39.083532, -97.371129 39.084647, -97.371155 39.08484, -97.371165 39.088523, -97.371142 39.104349, -97.37114 39.115738, -97.371179 39.124998, -97.371167 39.127183, -97.371154 39.131961, -97.365486 39.13201, -97.362524 39.132046, -97.362481 39.132042, -97.361813 39.132055, -97.357896 39.132103, -97.35226 39.132153, -97.349851 39.132245, -97.348286 39.132246, -97.343237 39.132215, -97.342416 39.13224, -97.339292 39.132287, -97.338776 39.132303, -97.337377 39.132302, -97.336568 39.132237, -97.336249 39.132236, -97.33591 39.132262, -97.335424 39.132271, -97.33428 39.132266, -97.333806 39.132273, -97.319765 39.132398, -97.31671 39.132506, -97.316024 39.132553, -97.314233 39.132505, -97.311781 39.132476, -97.3108 39.132522, -97.301807 39.13262, -97.300173 39.132616, -97.296741 39.13264, -97.283447 39.132762, -97.282182 39.132787, -97.278168 39.132811, -97.277394 39.132811, -97.266134 39.132903, -97.26568 39.132907, -97.264593 39.132942, -97.262735 39.132926, -97.261526 39.132951, -97.255367 39.13299, -97.252844 39.132992, -97.25 39.13304, -97.240927 39.133084, -97.239073 39.1331, -97.235862 39.133144, -97.230665 39.133154, -97.222244 39.133195, -97.219407 39.133189, -97.216357 39.133226, -97.213291 39.133249, -97.209499 39.13326, -97.207469 39.133287, -97.205352 39.133273, -97.205074 39.133247, -97.205031 39.133247, -97.203478 39.133263, -97.203076 39.133273, -97.200927 39.133303, -97.200583 39.133386, -97.199905 39.133485, -97.198714 39.133513, -97.185705 39.13347, -97.183469 39.133471, -97.181324 39.133461, -97.179177 39.13344, -97.177857 39.133437, -97.175739 39.133439, -97.17414 39.133419, -97.171835 39.133414, -97.171107 39.133445, -97.168541 39.133408, -97.16258 39.133388, -97.15795 39.133384, -97.154598 39.133339, -97.153202 39.133334, -97.149083 39.133332, -97.147282 39.133354, -97.145853 39.133348, -97.14357 39.133312, -97.134593 39.133267, -97.133952 39.13327, -97.13356 39.133288, -97.133493 39.133299, -97.12962 39.133255, -97.128535 39.133255, -97.128047 39.13325, -97.123372 39.133247, -97.122193 39.133253, -97.119697 39.133223, -97.115604 39.133208, -97.114347 39.133216, -97.112467 39.133192, -97.111756 39.133194, -97.107548 39.133172, -97.104889 39.13318, -97.100037 39.133142, -97.093186 39.133154, -97.091872 39.133132, -97.082324 39.133085, -97.080661 39.133074, -97.074659 39.13306, -97.074488 39.133052, -97.073244 39.133042, -97.072234 39.13302, -97.069709 39.132999, -97.068419 39.133003, -97.065795 39.132965, -97.064049 39.132972, -97.062508 39.132998, -97.056807 39.133009, -97.054582 39.132991, -97.052818 39.132953, -97.050373 39.132954, -97.048226 39.132931, -97.046562 39.132937, -97.044298 39.132932, -97.043007 39.132918, -97.04092 39.132908, -97.039293 39.132889, -97.037197 39.132883, -97.035267 39.132871, -97.03377 39.132876, -97.028824 39.132858, -97.027141 39.132813, -97.019769 39.132749, -97.01894 39.132762, -97.018349 39.132762, -97.009232 39.132713, -97.006916 39.132684, -97.005694 39.132685, -97.000884 39.132635, -97.000751 39.132641, -96.997998 39.132619, -96.996375 39.1326, -96.994449 39.132609, -96.991665 39.132584, -96.988951 39.132552, -96.982826 39.132509, -96.981046 39.132514, -96.979192 39.13246, -96.968422 39.132397, -96.963177 39.1323, -96.963186 39.130858, -96.963165 39.13001, -96.963176 39.129651, -96.963163 39.128282, -96.963092 39.124969, -96.963055 39.121549, -96.963014 39.119655, -96.963011 39.117826, -96.962983 39.115778, -96.962941 39.109543, -96.962946 39.107527, -96.962904 39.105341, -96.963 39.104915, -96.963176 39.104533, -96.963091 39.104369, -96.963075 39.10325, -96.963023 39.103035, -96.962954 39.102507, -96.962944 39.10022, -96.962933 39.099186, -96.962963 39.098314, -96.962958 39.097947, -96.963115 39.091647, -96.963169 39.087659, -96.962865 39.086536, -96.962882 39.086281, -96.962845 39.085264, -96.962881 39.07905, -96.962932 39.076593, -96.96289 39.075254, -96.962889 39.074208, -96.962911 39.072232, -96.962901 39.070427, -96.962904 39.06848, -96.962918 39.067199, -96.962923 39.06485, -96.96294 39.063066, -96.962956 39.059802, -96.962959 39.055088, -96.962954 39.054505, -96.962942 39.054302, -96.9629 39.054167, -96.962889 39.053911, -96.962941 39.05235, -96.962949 39.051864, -96.962936 39.051012, -96.962964 39.050526, -96.962964 39.0499, -96.962996 39.048866, -96.963043 39.046659, -96.963027 39.045103, -96.963053 39.040773, -96.963081 39.039334, -96.963113 39.038044, -96.963118 39.036158, -96.963154 39.034879, -96.963154 39.031723, -96.963213 39.026043, -96.963189 39.024958, -96.963204 39.023664, -96.963184 39.022025, -96.963184 39.02054, -96.963221 39.018233, -96.963241 39.016211, -96.963263 39.014637, -96.96326 39.013134, -96.963285 39.011794, -96.963278 39.010315, -96.963306 39.007415, -96.963332 39.006852, -96.963428 39.001692, -96.963442 38.999996, -96.963451 38.995294, -96.963481 38.992549, -96.963478 38.991437, -96.963525 38.989316, -96.963537 38.987875, -96.963566 38.987208, -96.963545 38.986188, -96.96355 38.985408, -96.96353 38.981955, -96.963562 38.981709, -96.963609 38.981489, -96.963668 38.981289, -96.963688 38.981247, -96.963595 38.978051, -96.963571 38.975062, -96.963523 38.974603, -96.963435 38.974237, -96.963347 38.973391, -96.963487 38.965155, -96.963487 38.9651, -96.96347 38.964901, -96.962701 38.96505, -96.962099 38.965173, -96.960289 38.965716, -96.957668 38.966782, -96.957532 38.966847, -96.956486 38.967392, -96.955739 38.967852, -96.955241 38.968148, -96.95519 38.968192, -96.954918 38.96837, -96.953296 38.96921, -96.952262 38.969842, -96.951886 38.970103, -96.95169 38.970281, -96.951205 38.970532, -96.950533 38.971048, -96.950463 38.971136, -96.950393 38.971274, -96.950353 38.97146, -96.950295 38.971667, -96.950241 38.971908, -96.950131 38.972041, -96.950082 38.972353, -96.950125 38.972541, -96.950155 38.972964, -96.95038 38.973205, -96.951287 38.973826, -96.951318 38.97403, -96.951372 38.974956, -96.951322 38.975687, -96.951193 38.975913, -96.950862 38.976455, -96.950607 38.976751, -96.950058 38.976895, -96.949653 38.976951, -96.949056 38.976972, -96.947768 38.976849, -96.946889 38.976436, -96.946647 38.97602, -96.946228 38.974855, -96.946446 38.974258, -96.947062 38.973661, -96.947443 38.97358, -96.948028 38.97306, -96.948052 38.973021, -96.948109 38.972782, -96.948215 38.972474, -96.948646 38.972267, -96.948796 38.971853, -96.948765 38.971574, -96.948577 38.971244, -96.948132 38.970856, -96.947929 38.970739, -96.947627 38.970603, -96.947341 38.97057, -96.94694 38.970675, -96.946806 38.970694, -96.946116 38.970972, -96.945878 38.971046, -96.945516 38.971284, -96.945419 38.971389, -96.945309 38.971482, -96.945215 38.971629, -96.945203 38.971724, -96.945133 38.971936, -96.945121 38.972119, -96.944833 38.972293, -96.943713 38.973343, -96.942903 38.974093, -96.942686 38.974283, -96.942609 38.974402, -96.94159 38.97552, -96.941188 38.976199, -96.940922 38.976339, -96.940676 38.976405, -96.940366 38.976463, -96.940006 38.976638, -96.939729 38.976718, -96.939374 38.97677, -96.939082 38.976622, -96.938799 38.976425, -96.938624 38.976247, -96.938421 38.976131, -96.938133 38.975599, -96.937972 38.974852, -96.937912 38.97452, -96.937833 38.974129, -96.937598 38.973407, -96.937267 38.973033, -96.936765 38.972593, -96.936678 38.97248, -96.935739 38.972451, -96.935655 38.972515, -96.935575 38.972548, -96.935495 38.97258, -96.934857 38.972807, -96.934176 38.972826, -96.933579 38.972773, -96.932835 38.972857, -96.932292 38.973369, -96.931605 38.973992, -96.931226 38.974618, -96.931071 38.975455, -96.931299 38.976102, -96.931832 38.976404, -96.932718 38.976443, -96.93365 38.9762, -96.9343 38.976084, -96.935041 38.976177, -96.935292 38.976703, -96.935202 38.977291, -96.934417 38.978203, -96.9339 38.978344, -96.933846 38.978545, -96.933478 38.978553, -96.933433 38.97855, -96.93228 38.978413, -96.931043 38.97834, -96.930392 38.97844, -96.928834 38.978521, -96.927235 38.978585, -96.92711 38.978625, -96.926209 38.978941, -96.926151 38.97452, -96.926184 38.974516, -96.926417 38.974421, -96.926574 38.974325, -96.926691 38.974237, -96.926939 38.974083, -96.927359 38.973983, -96.92756 38.973797, -96.92802 38.97361, -96.928134 38.973538, -96.927954 38.972364, -96.927913 38.972232, -96.927976 38.971438, -96.927879 38.970926, -96.927823 38.970921, -96.927208 38.970569, -96.92628 38.970194, -96.926277 38.969995, -96.926256 38.967196, -96.92628 38.965266, -96.926316 38.964143, -96.926353 38.960032, -96.926393 38.957619, -96.926377 38.956345, -96.926468 38.943057, -96.926453 38.940002, -96.926496 38.937512, -96.92647 38.934422, -96.926498 38.932413, -96.926504 38.928517, -96.926495 38.926546, -96.926505 38.924515, -96.926489 38.922484, -96.926485 38.920453, -96.92654 38.916563, -96.92655 38.914721, -96.926587 38.912872, -96.926581 38.910899, -96.926593 38.908942, -96.92654 38.90595, -96.926553 38.90493, -96.926588 38.903986, -96.926469 38.903801, -96.926416 38.903727, -96.92646 38.902695, -96.926588 38.902449, -96.926563 38.901102, -96.926594 38.899734, -96.926558 38.898367, -96.926578 38.898202, -96.926588 38.896739, -96.926535 38.895431, -96.92654 38.894537, -96.926608 38.893875, -96.926607 38.893259, -96.926659 38.893133, -96.926688 38.893084, -96.926778 38.893044, -96.926838 38.892258, -96.926791 38.892253, -96.926719 38.892209, -96.926611 38.892089, -96.926566 38.89197, -96.926614 38.889385, -96.926642 38.889163, -96.926744 38.889073, -96.926805 38.889038, -96.926784 38.88809, -96.926645 38.887262, -96.926648 38.887138, -96.926595 38.886767, -96.926585 38.885469, -96.926599 38.884856, -96.926584 38.884724, -96.926619 38.882697, -96.926675 38.877113, -96.926652 38.876128, -96.926558 38.875548, -96.92646 38.875289, -96.926502 38.875233, -96.926646 38.874944, -96.926635 38.874466, -96.926649 38.873484, -96.926684 38.872267, -96.926685 38.871374, -96.92671 38.87035, -96.922486 38.870403, -96.921658 38.870397, -96.919765 38.870335, -96.917241 38.870318, -96.905321 38.870283, -96.902827 38.870255, -96.902593 38.870247, -96.898978 38.870263, -96.898879 38.870255, -96.897389 38.869967, -96.897038 38.870001, -96.89597 38.870041, -96.894966 38.870134, -96.894723 38.870094, -96.894685 38.870035, -96.894521 38.870234, -96.894479 38.870251, -96.893504 38.870283, -96.893111 38.87028, -96.892721 38.870268, -96.892569 38.870218, -96.891915 38.870159, -96.891683 38.870111, -96.891263 38.870052, -96.890245 38.870067, -96.890227 38.868314, -96.890364 38.841177, -96.890157 38.841178, -96.890091 38.841171, -96.890057 38.841131, -96.890052 38.841052, -96.890079 38.837242, -96.890019 38.831763, -96.890051 38.829904, -96.890042 38.82666, -96.89007 38.825176, -96.890237 38.818131, -96.890054 38.8158, -96.890065 38.812255, -96.890109 38.812192, -96.890171 38.812169, -96.89466 38.812187, -96.896289 38.812165, -96.896507 38.812172, -96.896937 38.812165, -96.897752 38.812185, -96.898794 38.812198, -96.899556 38.812178, -96.900177 38.812174, -96.901013 38.812159, -96.901442 38.812172, -96.901595 38.812157, -96.901845 38.812146, -96.902071 38.812153, -96.902277 38.812184, -96.902659 38.812197, -96.903542 38.812189, -96.904632 38.812162, -96.905631 38.812165, -96.907167 38.812129, -96.908069 38.81212, -96.908502 38.812137, -96.908596 38.812155, -96.908919 38.812158, -96.911091 38.81222, -96.911957 38.812233, -96.912204 38.812229, -96.913524 38.81219, -96.917512 38.812139, -96.918168 38.812136, -96.918646 38.812139, -96.920013 38.812121, -96.92044 38.812132, -96.920723 38.812134, -96.922242 38.812121, -96.923789 38.812134, -96.925371 38.812165, -96.926629 38.812154, -96.927234 38.81216, -96.92724 38.808924, -96.927187 38.80178, -96.927162 38.797633, -96.927121 38.792662, -96.927137 38.791484, -96.927092 38.79139, -96.92714 38.78964, -96.927162 38.789426, -96.92718 38.788935, -96.927207 38.786125, -96.927206 38.785563, -96.927249 38.780212, -96.927225 38.779149, -96.927245 38.777781, -96.927229 38.776342, -96.927256 38.774726, -96.927257 38.773074, -96.927289 38.76899, -96.927277 38.76819, -96.927285 38.766987, -96.927337 38.76451, -96.927336 38.763206, -96.927399 38.75806, -96.927394 38.755797, -96.927431 38.754123, -96.927521 38.750988, -96.927567 38.749994, -96.927615 38.748344, -96.927661 38.746275, -96.927672 38.745292, -96.927649 38.743893, -96.927555 38.741824, -96.927544 38.741372, -96.927493 38.740005, -96.927469 38.737803, -96.927482 38.73571, -96.927486 38.7331, -96.927513 38.731316, -96.927524 38.731064, -96.927512 38.728495, -96.927509 38.72505, -96.927516 38.722018, -96.927557 38.720724, -96.927637 38.719899, -96.927841 38.717917, -96.927882 38.717707, -96.928082 38.715616, -96.928128 38.715248, -96.928339 38.713242, -96.928338 38.713153, -96.92837 38.713032, -96.928434 38.712443, -96.927748 38.712419, -96.927582 38.7124, -96.927515 38.712359, -96.927461 38.712279, -96.927449 38.711893, -96.927447 38.710103, -96.927425 38.708585, -96.927418 38.706684, -96.927423 38.704067, -96.927438 38.703028, -96.927412 38.702289, -96.927396 38.701071, -96.927374 38.696005, -96.928626 38.696016, -96.930072 38.696008, -96.930409 38.696009, -96.930335 38.692919, -96.93038 38.691245, -96.930388 38.688844, -96.930385 38.687513, -96.930409 38.685481, -96.930397 38.683969, -96.93041 38.681863, -96.930413 38.679179, -96.930448 38.678288, -96.930496 38.677477, -96.930624 38.67629, -96.931189 38.672289, -96.931614 38.668647, -96.931768 38.667397, -96.93186 38.666601, -96.931961 38.665925, -96.932035 38.66537, -96.932225 38.663763, -96.932424 38.662228, -96.932506 38.661659, -96.932551 38.661229, -96.93265 38.660446, -96.933022 38.657858, -96.933151 38.657292, -96.933503 38.65622, -96.933781 38.655608, -96.933924 38.65535, -96.931808 38.654225, -96.931809 38.654169, -96.931795 38.654118, -96.931709 38.65404, -96.931659 38.654001, -96.931481 38.653972, -96.931378 38.653945, -96.931282 38.653898, -96.931117 38.653679, -96.93104 38.653644, -96.930989 38.653582, -96.930716 38.65341, -96.930628 38.653332, -96.930566 38.653224, -96.930562 38.653135, -96.930542 38.652925, -96.930429 38.652743, -96.930422 38.652642, -96.930406 38.652588, -96.930336 38.652522, -96.929986 38.652153, -96.92975 38.65184, -96.929697 38.651749, -96.929688 38.651692, -96.929694 38.65164, -96.929706 38.651587, -96.929738 38.651544, -96.929906 38.651457, -96.930057 38.651398, -96.930083 38.651355, -96.930124 38.651242, -96.930205 38.651084, -96.930217 38.651032, -96.930227 38.650923, -96.930277 38.650844, -96.930286 38.650805, -96.930303 38.650491, -96.930304 38.650171, -96.930299 38.650072, -96.930307 38.649719, -96.930376 38.638426, -96.930313 38.633931, -96.930267 38.631008, -96.930174 38.629652, -96.930223 38.625009, -96.930181 38.623934, -96.930192 38.621598, -96.930161 38.618986, -96.930111 38.616656, -96.930076 38.616602, -96.930336 38.614961, -96.930286 38.609362, -96.936899 38.609412, -96.939491 38.609414, -96.941242 38.60942, -96.944204 38.609399, -96.944448 38.60939, -96.944751 38.609385, -96.947746 38.609343, -96.950242 38.609364, -96.954099 38.609354, -96.954309 38.609349, -96.955003 38.609345, -96.956113 38.609283, -96.958261 38.609318, -96.967115 38.609287, -96.967571 38.609298, -96.969447 38.609298, -96.970928 38.609275, -96.97493 38.60926, -96.975794 38.609265, -96.976653 38.609265, -96.977796 38.60928, -96.977943 38.60929, -96.980139 38.609234, -96.980359 38.609255, -96.981182 38.609257, -96.981792 38.609241, -96.985022 38.609207, -96.986059 38.609215, -96.986989 38.609199, -96.988271 38.609214, -96.98894 38.609233, -96.992748 38.609205, -96.993942 38.609205, -96.994713 38.609199, -96.99585 38.609199, -96.996351 38.609192, -97.000215 38.609188, -97.001465 38.609201, -97.003101 38.609174, -97.004081 38.609191, -97.004599 38.609168, -97.005918 38.609171, -97.006685 38.609182, -97.00863 38.609163, -97.009593 38.60915, -97.012415 38.609149, -97.012854 38.609165, -97.013601 38.609162, -97.014096 38.609141, -97.017178 38.609153, -97.01756 38.609146, -97.018586 38.609138, -97.019089 38.609151, -97.0201 38.609157, -97.020859 38.609134, -97.022158 38.609113, -97.023339 38.609111, -97.024577 38.609087, -97.025138 38.609088, -97.027197 38.608984, -97.028314 38.60899, -97.028875 38.608974, -97.030177 38.609134, -97.030824 38.609077, -97.031456 38.609069, -97.034307 38.609061, -97.035264 38.609048, -97.035574 38.609039, -97.036241 38.60903, -97.03709 38.609036, -97.038301 38.609051, -97.039013 38.609045, -97.039476 38.609031, -97.040753 38.609022, -97.042082 38.609024, -97.042456 38.609019, -97.043267 38.609025, -97.04389 38.609039, -97.044723 38.609035, -97.04601 38.609051, -97.046711 38.609048, -97.048319 38.609063, -97.048902 38.609079, -97.049439 38.609083, -97.050815 38.609108, -97.051335 38.609103, -97.052125 38.609108, -97.052522 38.6091, -97.053424 38.609109, -97.054997 38.609142, -97.055411 38.609135, -97.056049 38.609131, -97.056402 38.609153, -97.056806 38.609162, -97.058478 38.609145, -97.059219 38.609153, -97.06065 38.609176, -97.061006 38.609175, -97.061653 38.609163, -97.062506 38.60917, -97.064764 38.60917, -97.067307 38.609204, -97.06975 38.609207, -97.073386 38.609239, -97.078568 38.609273, -97.079168 38.609283, -97.081021 38.609293, -97.083399 38.609292, -97.091959 38.609331, -97.093785 38.609336, -97.095246 38.609356, -97.096196 38.609359, -97.10312 38.609378, -97.103783 38.609372, -97.106442 38.609389, -97.109023 38.60938, -97.111382 38.609401, -97.113329 38.609399, -97.114638 38.609412, -97.117234 38.609386, -97.125291 38.609397, -97.127326 38.609403, -97.128254 38.609397, -97.133042 38.60947, -97.133399 38.609468, -97.136198 38.609491, -97.138912 38.609477, -97.140452 38.609513, -97.142486 38.609512, -97.146811 38.609559, -97.150847 38.609559, -97.151921 38.609275, -97.153195 38.609358, -97.155919 38.609353, -97.156621 38.609385, -97.169277 38.609365, -97.19446 38.609268, -97.194692 38.609274, -97.196002 38.60927, -97.197131 38.609261, -97.204734 38.609233, -97.206318 38.609421, -97.206804 38.609417, -97.207916 38.609422, -97.20823 38.609434, -97.209385 38.609421, -97.212287 38.60944, -97.21271 38.609425, -97.213459 38.609409, -97.21479 38.609421, -97.2156 38.609408, -97.217506 38.609403, -97.218152 38.609411, -97.219667 38.6094, -97.221169 38.609405, -97.222468 38.609386, -97.223419 38.609388, -97.22417 38.609381, -97.224769 38.609393, -97.229096 38.609407, -97.233832 38.609431, -97.234932 38.609392, -97.23595 38.609367, -97.236579 38.609357, -97.237316 38.609393, -97.237813 38.609384, -97.238457 38.609333, -97.240039 38.609346, -97.242701 38.609332, -97.243473 38.609354, -97.246493 38.609366, -97.250276 38.609309, -97.252744 38.609311, -97.255179 38.609329, -97.257708 38.60933, -97.259825 38.609307, -97.262558 38.609309, -97.265148 38.609286, -97.273463 38.609339, -97.275261 38.609291, -97.27856 38.609293, -97.279783 38.609309, -97.282435 38.609311, -97.284264 38.609287, -97.286093 38.609296, -97.288745 38.609297, -97.294808 38.609267, -97.295733 38.609283, -97.296421 38.609283, -97.297028 38.609316, -97.297377 38.609259, -97.297578 38.609213, -97.301699 38.609179, -97.307262 38.609207, -97.308107 38.609253, -97.310256 38.609336, -97.315312 38.609384, -97.320912 38.609392, -97.324448 38.60936, -97.329721 38.60936, -97.33079 38.609352, -97.332136 38.609351, -97.333976 38.609303, -97.335259 38.609343, -97.337963 38.609304, -97.340889 38.60925, -97.342259 38.609295, -97.345959 38.609271, -97.34971 38.609238, -97.351683 38.609237, -97.3549 38.609261, -97.358436 38.60926, -97.361622 38.609235, -97.362362 38.609211, -97.3629 38.609188, -97.364088 38.609146, -97.364582 38.6092, -97.365805 38.609258, -97.367284 38.609288, -97.371911 38.609353))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 490.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Dickinson County, Kansas\", \"geo_wkt\": \"POLYGON ((-97.371911 38.609353, -97.371923 38.612063, -97.371932 38.612277, -97.371916 38.613632, -97.37192 38.614883, -97.371914 38.615159, -97.371945 38.616009, -97.371945 38.616924, -97.371914 38.62014, -97.371925 38.621203, -97.371915 38.622296, -97.371954 38.624976, -97.371948 38.625355, -97.371986 38.626623, -97.371948 38.629119, -97.37195 38.630335, -97.371983 38.631586, -97.371981 38.633006, -97.371995 38.634255, -97.371994 38.635367, -97.371941 38.637453, -97.371948 38.638296, -97.371973 38.639844, -97.371963 38.641243, -97.372012 38.643426, -97.372021 38.644449, -97.372007 38.645645, -97.37202 38.647207, -97.372008 38.649277, -97.372047 38.658648, -97.37207 38.660691, -97.372056 38.662207, -97.372048 38.662589, -97.372048 38.663789, -97.372035 38.66497, -97.37204 38.667301, -97.372056 38.66826, -97.372049 38.66915, -97.372082 38.671034, -97.37205 38.672885, -97.372058 38.675278, -97.372053 38.676199, -97.372064 38.677255, -97.372023 38.678336, -97.37201 38.679622, -97.372023 38.681652, -97.372035 38.681813, -97.372061 38.682664, -97.37204 38.683587, -97.372035 38.68466, -97.372055 38.68579, -97.372045 38.687503, -97.372054 38.688895, -97.372035 38.690837, -97.372054 38.693981, -97.372026 38.696294, -97.372019 38.697652, -97.372025 38.699155, -97.372038 38.699835, -97.372014 38.702894, -97.372018 38.704944, -97.372042 38.706208, -97.37202 38.709967, -97.372027 38.710825, -97.372015 38.71261, -97.372026 38.714027, -97.372023 38.715791, -97.372016 38.716907, -97.372053 38.719951, -97.372046 38.721289, -97.37202 38.722097, -97.371984 38.724438, -97.372007 38.726085, -97.371992 38.728321, -97.371964 38.729786, -97.371964 38.73191, -97.371988 38.732843, -97.372001 38.733915, -97.371969 38.735117, -97.371986 38.735944, -97.371987 38.737215, -97.37197 38.737943, -97.37196 38.739421, -97.371986 38.740136, -97.371978 38.742168, -97.37199 38.742884, -97.371963 38.743602, -97.371955 38.744161, -97.37196 38.744984, -97.371945 38.745747, -97.371936 38.747486, -97.371947 38.747999, -97.371944 38.750008, -97.371918 38.751328, -97.371902 38.754371, -97.371916 38.755577, -97.371893 38.757851, -97.371944 38.758938, -97.371962 38.760053, -97.371926 38.760842, -97.371913 38.761545, -97.37193 38.762075, -97.371941 38.763334, -97.371916 38.764484, -97.371903 38.766293, -97.371882 38.767351, -97.371897 38.768581, -97.37186 38.770861, -97.371883 38.7743, -97.371862 38.776602, -97.37188 38.778527, -97.371867 38.779599, -97.371876 38.780603, -97.37187 38.781853, -97.371819 38.783116, -97.371848 38.784079, -97.37186 38.786261, -97.371857 38.787783, -97.371906 38.788955, -97.371906 38.789943, -97.371879 38.793497, -97.371883 38.794733, -97.371874 38.79579, -97.371882 38.797312, -97.371906 38.798116, -97.371903 38.800514, -97.371939 38.801793, -97.371944 38.80297, -97.371905 38.804072, -97.371948 38.805326, -97.372001 38.810301, -97.371996 38.811641, -97.372015 38.81262, -97.37201 38.814388, -97.372032 38.818156, -97.372026 38.820204, -97.372047 38.821258, -97.37204 38.82211, -97.372054 38.823114, -97.372047 38.825245, -97.372067 38.827161, -97.372072 38.832088, -97.372111 38.833599, -97.372086 38.836175, -97.372112 38.838707, -97.37212 38.841676, -97.372126 38.842344, -97.372113 38.842996, -97.372092 38.846017, -97.372095 38.846744, -97.372077 38.8476, -97.372075 38.84954, -97.372088 38.850366, -97.372086 38.85221, -97.372104 38.852689, -97.372076 38.855094, -97.372081 38.856221, -97.372083 38.859239, -97.372078 38.860824, -97.372084 38.861419, -97.372076 38.862205, -97.37208 38.863, -97.372068 38.863419, -97.372089 38.865169, -97.37208 38.866221, -97.372083 38.867175, -97.372105 38.868084, -97.372093 38.870776, -97.372109 38.871821, -97.37211 38.873039, -97.372132 38.87424, -97.372121 38.877996, -97.37211 38.879318, -97.372127 38.880941, -97.372106 38.882573, -97.372118 38.883065, -97.372098 38.883406, -97.372239 38.88627, -97.372251 38.886622, -97.372244 38.89227, -97.372187 38.903199, -97.372136 38.903772, -97.37213 38.904354, -97.372109 38.91395, -97.372124 38.914127, -97.372109 38.914258, -97.372711 38.914258, -97.372786 38.914263, -97.373116 38.914266, -97.3744 38.914254, -97.374657 38.91426, -97.374691 38.914273, -97.375055 38.914333, -97.375303 38.914352, -97.381209 38.914319, -97.381215 38.915555, -97.381207 38.915813, -97.381208 38.921533, -97.381202 38.922624, -97.381207 38.923112, -97.381206 38.928658, -97.381205 38.9289, -97.379075 38.928901, -97.376071 38.928913, -97.375072 38.928938, -97.372413 38.928916, -97.371727 38.928925, -97.371657 38.929607, -97.37165 38.930501, -97.371667 38.931062, -97.371667 38.931473, -97.371727 38.93181, -97.371869 38.932708, -97.371848 38.933538, -97.371819 38.937552, -97.371796 38.938873, -97.371768 38.941884, -97.371748 38.945493, -97.371717 38.94748, -97.371724 38.949692, -97.371697 38.950575, -97.371669 38.954113, -97.371647 38.955399, -97.371618 38.956352, -97.371622 38.957448, -97.371616 38.957836, -97.371552 38.962201, -97.371522 38.96532, -97.371479 38.966875, -97.371495 38.969488, -97.371435 38.972405, -97.371443 38.973995, -97.371412 38.976962, -97.371386 38.977637, -97.371375 38.979262, -97.371404 38.980426, -97.371398 38.981698, -97.371347 38.983413, -97.371324 38.985886, -97.371335 38.986899, -97.371321 38.988458, -97.371319 38.990107, -97.371324 38.990748, -97.371294 38.993807, -97.371293 38.996789, -97.371277 38.997136, -97.371238 38.997433, -97.371188 38.997654, -97.371185 38.998095, -97.371155 38.998183, -97.371169 38.999387, -97.371187 38.999656, -97.371203 38.999998, -97.371206 39.00083, -97.371198 39.001031, -97.371199 39.001607, -97.37121 39.001672, -97.371244 39.001992, -97.371254 39.002444, -97.371238 39.007896, -97.371248 39.009523, -97.371231 39.011488, -97.371237 39.012704, -97.371217 39.0159, -97.371221 39.01748, -97.37121 39.030452, -97.371178 39.041574, -97.371196 39.043366, -97.371199 39.044942, -97.371137 39.045855, -97.371089 39.049444, -97.371128 39.052059, -97.37115 39.052732, -97.37113 39.054208, -97.371166 39.055746, -97.371154 39.057445, -97.37118 39.059449, -97.371151 39.060083, -97.371163 39.061632, -97.37116 39.061749, -97.371172 39.061794, -97.371174 39.063058, -97.371187 39.065283, -97.371193 39.06535, -97.371194 39.065508, -97.37116 39.068178, -97.371178 39.06824, -97.371172 39.068372, -97.371136 39.068607, -97.37119 39.072775, -97.371159 39.073307, -97.371169 39.083532, -97.371129 39.084647, -97.371155 39.08484, -97.371165 39.088523, -97.371142 39.104349, -97.37114 39.115738, -97.371179 39.124998, -97.371167 39.127183, -97.371154 39.131961, -97.365486 39.13201, -97.362524 39.132046, -97.362481 39.132042, -97.361813 39.132055, -97.357896 39.132103, -97.35226 39.132153, -97.349851 39.132245, -97.348286 39.132246, -97.343237 39.132215, -97.342416 39.13224, -97.339292 39.132287, -97.338776 39.132303, -97.337377 39.132302, -97.336568 39.132237, -97.336249 39.132236, -97.33591 39.132262, -97.335424 39.132271, -97.33428 39.132266, -97.333806 39.132273, -97.319765 39.132398, -97.31671 39.132506, -97.316024 39.132553, -97.314233 39.132505, -97.311781 39.132476, -97.3108 39.132522, -97.301807 39.13262, -97.300173 39.132616, -97.296741 39.13264, -97.283447 39.132762, -97.282182 39.132787, -97.278168 39.132811, -97.277394 39.132811, -97.266134 39.132903, -97.26568 39.132907, -97.264593 39.132942, -97.262735 39.132926, -97.261526 39.132951, -97.255367 39.13299, -97.252844 39.132992, -97.25 39.13304, -97.240927 39.133084, -97.239073 39.1331, -97.235862 39.133144, -97.230665 39.133154, -97.222244 39.133195, -97.219407 39.133189, -97.216357 39.133226, -97.213291 39.133249, -97.209499 39.13326, -97.207469 39.133287, -97.205352 39.133273, -97.205074 39.133247, -97.205031 39.133247, -97.203478 39.133263, -97.203076 39.133273, -97.200927 39.133303, -97.200583 39.133386, -97.199905 39.133485, -97.198714 39.133513, -97.185705 39.13347, -97.183469 39.133471, -97.181324 39.133461, -97.179177 39.13344, -97.177857 39.133437, -97.175739 39.133439, -97.17414 39.133419, -97.171835 39.133414, -97.171107 39.133445, -97.168541 39.133408, -97.16258 39.133388, -97.15795 39.133384, -97.154598 39.133339, -97.153202 39.133334, -97.149083 39.133332, -97.147282 39.133354, -97.145853 39.133348, -97.14357 39.133312, -97.134593 39.133267, -97.133952 39.13327, -97.13356 39.133288, -97.133493 39.133299, -97.12962 39.133255, -97.128535 39.133255, -97.128047 39.13325, -97.123372 39.133247, -97.122193 39.133253, -97.119697 39.133223, -97.115604 39.133208, -97.114347 39.133216, -97.112467 39.133192, -97.111756 39.133194, -97.107548 39.133172, -97.104889 39.13318, -97.100037 39.133142, -97.093186 39.133154, -97.091872 39.133132, -97.082324 39.133085, -97.080661 39.133074, -97.074659 39.13306, -97.074488 39.133052, -97.073244 39.133042, -97.072234 39.13302, -97.069709 39.132999, -97.068419 39.133003, -97.065795 39.132965, -97.064049 39.132972, -97.062508 39.132998, -97.056807 39.133009, -97.054582 39.132991, -97.052818 39.132953, -97.050373 39.132954, -97.048226 39.132931, -97.046562 39.132937, -97.044298 39.132932, -97.043007 39.132918, -97.04092 39.132908, -97.039293 39.132889, -97.037197 39.132883, -97.035267 39.132871, -97.03377 39.132876, -97.028824 39.132858, -97.027141 39.132813, -97.019769 39.132749, -97.01894 39.132762, -97.018349 39.132762, -97.009232 39.132713, -97.006916 39.132684, -97.005694 39.132685, -97.000884 39.132635, -97.000751 39.132641, -96.997998 39.132619, -96.996375 39.1326, -96.994449 39.132609, -96.991665 39.132584, -96.988951 39.132552, -96.982826 39.132509, -96.981046 39.132514, -96.979192 39.13246, -96.968422 39.132397, -96.963177 39.1323, -96.963186 39.130858, -96.963165 39.13001, -96.963176 39.129651, -96.963163 39.128282, -96.963092 39.124969, -96.963055 39.121549, -96.963014 39.119655, -96.963011 39.117826, -96.962983 39.115778, -96.962941 39.109543, -96.962946 39.107527, -96.962904 39.105341, -96.963 39.104915, -96.963176 39.104533, -96.963091 39.104369, -96.963075 39.10325, -96.963023 39.103035, -96.962954 39.102507, -96.962944 39.10022, -96.962933 39.099186, -96.962963 39.098314, -96.962958 39.097947, -96.963115 39.091647, -96.963169 39.087659, -96.962865 39.086536, -96.962882 39.086281, -96.962845 39.085264, -96.962881 39.07905, -96.962932 39.076593, -96.96289 39.075254, -96.962889 39.074208, -96.962911 39.072232, -96.962901 39.070427, -96.962904 39.06848, -96.962918 39.067199, -96.962923 39.06485, -96.96294 39.063066, -96.962956 39.059802, -96.962959 39.055088, -96.962954 39.054505, -96.962942 39.054302, -96.9629 39.054167, -96.962889 39.053911, -96.962941 39.05235, -96.962949 39.051864, -96.962936 39.051012, -96.962964 39.050526, -96.962964 39.0499, -96.962996 39.048866, -96.963043 39.046659, -96.963027 39.045103, -96.963053 39.040773, -96.963081 39.039334, -96.963113 39.038044, -96.963118 39.036158, -96.963154 39.034879, -96.963154 39.031723, -96.963213 39.026043, -96.963189 39.024958, -96.963204 39.023664, -96.963184 39.022025, -96.963184 39.02054, -96.963221 39.018233, -96.963241 39.016211, -96.963263 39.014637, -96.96326 39.013134, -96.963285 39.011794, -96.963278 39.010315, -96.963306 39.007415, -96.963332 39.006852, -96.963428 39.001692, -96.963442 38.999996, -96.963451 38.995294, -96.963481 38.992549, -96.963478 38.991437, -96.963525 38.989316, -96.963537 38.987875, -96.963566 38.987208, -96.963545 38.986188, -96.96355 38.985408, -96.96353 38.981955, -96.963562 38.981709, -96.963609 38.981489, -96.963668 38.981289, -96.963688 38.981247, -96.963595 38.978051, -96.963571 38.975062, -96.963523 38.974603, -96.963435 38.974237, -96.963347 38.973391, -96.963487 38.965155, -96.963487 38.9651, -96.96347 38.964901, -96.962701 38.96505, -96.962099 38.965173, -96.960289 38.965716, -96.957668 38.966782, -96.957532 38.966847, -96.956486 38.967392, -96.955739 38.967852, -96.955241 38.968148, -96.95519 38.968192, -96.954918 38.96837, -96.953296 38.96921, -96.952262 38.969842, -96.951886 38.970103, -96.95169 38.970281, -96.951205 38.970532, -96.950533 38.971048, -96.950463 38.971136, -96.950393 38.971274, -96.950353 38.97146, -96.950295 38.971667, -96.950241 38.971908, -96.950131 38.972041, -96.950082 38.972353, -96.950125 38.972541, -96.950155 38.972964, -96.95038 38.973205, -96.951287 38.973826, -96.951318 38.97403, -96.951372 38.974956, -96.951322 38.975687, -96.951193 38.975913, -96.950862 38.976455, -96.950607 38.976751, -96.950058 38.976895, -96.949653 38.976951, -96.949056 38.976972, -96.947768 38.976849, -96.946889 38.976436, -96.946647 38.97602, -96.946228 38.974855, -96.946446 38.974258, -96.947062 38.973661, -96.947443 38.97358, -96.948028 38.97306, -96.948052 38.973021, -96.948109 38.972782, -96.948215 38.972474, -96.948646 38.972267, -96.948796 38.971853, -96.948765 38.971574, -96.948577 38.971244, -96.948132 38.970856, -96.947929 38.970739, -96.947627 38.970603, -96.947341 38.97057, -96.94694 38.970675, -96.946806 38.970694, -96.946116 38.970972, -96.945878 38.971046, -96.945516 38.971284, -96.945419 38.971389, -96.945309 38.971482, -96.945215 38.971629, -96.945203 38.971724, -96.945133 38.971936, -96.945121 38.972119, -96.944833 38.972293, -96.943713 38.973343, -96.942903 38.974093, -96.942686 38.974283, -96.942609 38.974402, -96.94159 38.97552, -96.941188 38.976199, -96.940922 38.976339, -96.940676 38.976405, -96.940366 38.976463, -96.940006 38.976638, -96.939729 38.976718, -96.939374 38.97677, -96.939082 38.976622, -96.938799 38.976425, -96.938624 38.976247, -96.938421 38.976131, -96.938133 38.975599, -96.937972 38.974852, -96.937912 38.97452, -96.937833 38.974129, -96.937598 38.973407, -96.937267 38.973033, -96.936765 38.972593, -96.936678 38.97248, -96.935739 38.972451, -96.935655 38.972515, -96.935575 38.972548, -96.935495 38.97258, -96.934857 38.972807, -96.934176 38.972826, -96.933579 38.972773, -96.932835 38.972857, -96.932292 38.973369, -96.931605 38.973992, -96.931226 38.974618, -96.931071 38.975455, -96.931299 38.976102, -96.931832 38.976404, -96.932718 38.976443, -96.93365 38.9762, -96.9343 38.976084, -96.935041 38.976177, -96.935292 38.976703, -96.935202 38.977291, -96.934417 38.978203, -96.9339 38.978344, -96.933846 38.978545, -96.933478 38.978553, -96.933433 38.97855, -96.93228 38.978413, -96.931043 38.97834, -96.930392 38.97844, -96.928834 38.978521, -96.927235 38.978585, -96.92711 38.978625, -96.926209 38.978941, -96.926151 38.97452, -96.926184 38.974516, -96.926417 38.974421, -96.926574 38.974325, -96.926691 38.974237, -96.926939 38.974083, -96.927359 38.973983, -96.92756 38.973797, -96.92802 38.97361, -96.928134 38.973538, -96.927954 38.972364, -96.927913 38.972232, -96.927976 38.971438, -96.927879 38.970926, -96.927823 38.970921, -96.927208 38.970569, -96.92628 38.970194, -96.926277 38.969995, -96.926256 38.967196, -96.92628 38.965266, -96.926316 38.964143, -96.926353 38.960032, -96.926393 38.957619, -96.926377 38.956345, -96.926468 38.943057, -96.926453 38.940002, -96.926496 38.937512, -96.92647 38.934422, -96.926498 38.932413, -96.926504 38.928517, -96.926495 38.926546, -96.926505 38.924515, -96.926489 38.922484, -96.926485 38.920453, -96.92654 38.916563, -96.92655 38.914721, -96.926587 38.912872, -96.926581 38.910899, -96.926593 38.908942, -96.92654 38.90595, -96.926553 38.90493, -96.926588 38.903986, -96.926469 38.903801, -96.926416 38.903727, -96.92646 38.902695, -96.926588 38.902449, -96.926563 38.901102, -96.926594 38.899734, -96.926558 38.898367, -96.926578 38.898202, -96.926588 38.896739, -96.926535 38.895431, -96.92654 38.894537, -96.926608 38.893875, -96.926607 38.893259, -96.926659 38.893133, -96.926688 38.893084, -96.926778 38.893044, -96.926838 38.892258, -96.926791 38.892253, -96.926719 38.892209, -96.926611 38.892089, -96.926566 38.89197, -96.926614 38.889385, -96.926642 38.889163, -96.926744 38.889073, -96.926805 38.889038, -96.926784 38.88809, -96.926645 38.887262, -96.926648 38.887138, -96.926595 38.886767, -96.926585 38.885469, -96.926599 38.884856, -96.926584 38.884724, -96.926619 38.882697, -96.926675 38.877113, -96.926652 38.876128, -96.926558 38.875548, -96.92646 38.875289, -96.926502 38.875233, -96.926646 38.874944, -96.926635 38.874466, -96.926649 38.873484, -96.926684 38.872267, -96.926685 38.871374, -96.92671 38.87035, -96.922486 38.870403, -96.921658 38.870397, -96.919765 38.870335, -96.917241 38.870318, -96.905321 38.870283, -96.902827 38.870255, -96.902593 38.870247, -96.898978 38.870263, -96.898879 38.870255, -96.897389 38.869967, -96.897038 38.870001, -96.89597 38.870041, -96.894966 38.870134, -96.894723 38.870094, -96.894685 38.870035, -96.894521 38.870234, -96.894479 38.870251, -96.893504 38.870283, -96.893111 38.87028, -96.892721 38.870268, -96.892569 38.870218, -96.891915 38.870159, -96.891683 38.870111, -96.891263 38.870052, -96.890245 38.870067, -96.890227 38.868314, -96.890364 38.841177, -96.890157 38.841178, -96.890091 38.841171, -96.890057 38.841131, -96.890052 38.841052, -96.890079 38.837242, -96.890019 38.831763, -96.890051 38.829904, -96.890042 38.82666, -96.89007 38.825176, -96.890237 38.818131, -96.890054 38.8158, -96.890065 38.812255, -96.890109 38.812192, -96.890171 38.812169, -96.89466 38.812187, -96.896289 38.812165, -96.896507 38.812172, -96.896937 38.812165, -96.897752 38.812185, -96.898794 38.812198, -96.899556 38.812178, -96.900177 38.812174, -96.901013 38.812159, -96.901442 38.812172, -96.901595 38.812157, -96.901845 38.812146, -96.902071 38.812153, -96.902277 38.812184, -96.902659 38.812197, -96.903542 38.812189, -96.904632 38.812162, -96.905631 38.812165, -96.907167 38.812129, -96.908069 38.81212, -96.908502 38.812137, -96.908596 38.812155, -96.908919 38.812158, -96.911091 38.81222, -96.911957 38.812233, -96.912204 38.812229, -96.913524 38.81219, -96.917512 38.812139, -96.918168 38.812136, -96.918646 38.812139, -96.920013 38.812121, -96.92044 38.812132, -96.920723 38.812134, -96.922242 38.812121, -96.923789 38.812134, -96.925371 38.812165, -96.926629 38.812154, -96.927234 38.81216, -96.92724 38.808924, -96.927187 38.80178, -96.927162 38.797633, -96.927121 38.792662, -96.927137 38.791484, -96.927092 38.79139, -96.92714 38.78964, -96.927162 38.789426, -96.92718 38.788935, -96.927207 38.786125, -96.927206 38.785563, -96.927249 38.780212, -96.927225 38.779149, -96.927245 38.777781, -96.927229 38.776342, -96.927256 38.774726, -96.927257 38.773074, -96.927289 38.76899, -96.927277 38.76819, -96.927285 38.766987, -96.927337 38.76451, -96.927336 38.763206, -96.927399 38.75806, -96.927394 38.755797, -96.927431 38.754123, -96.927521 38.750988, -96.927567 38.749994, -96.927615 38.748344, -96.927661 38.746275, -96.927672 38.745292, -96.927649 38.743893, -96.927555 38.741824, -96.927544 38.741372, -96.927493 38.740005, -96.927469 38.737803, -96.927482 38.73571, -96.927486 38.7331, -96.927513 38.731316, -96.927524 38.731064, -96.927512 38.728495, -96.927509 38.72505, -96.927516 38.722018, -96.927557 38.720724, -96.927637 38.719899, -96.927841 38.717917, -96.927882 38.717707, -96.928082 38.715616, -96.928128 38.715248, -96.928339 38.713242, -96.928338 38.713153, -96.92837 38.713032, -96.928434 38.712443, -96.927748 38.712419, -96.927582 38.7124, -96.927515 38.712359, -96.927461 38.712279, -96.927449 38.711893, -96.927447 38.710103, -96.927425 38.708585, -96.927418 38.706684, -96.927423 38.704067, -96.927438 38.703028, -96.927412 38.702289, -96.927396 38.701071, -96.927374 38.696005, -96.928626 38.696016, -96.930072 38.696008, -96.930409 38.696009, -96.930335 38.692919, -96.93038 38.691245, -96.930388 38.688844, -96.930385 38.687513, -96.930409 38.685481, -96.930397 38.683969, -96.93041 38.681863, -96.930413 38.679179, -96.930448 38.678288, -96.930496 38.677477, -96.930624 38.67629, -96.931189 38.672289, -96.931614 38.668647, -96.931768 38.667397, -96.93186 38.666601, -96.931961 38.665925, -96.932035 38.66537, -96.932225 38.663763, -96.932424 38.662228, -96.932506 38.661659, -96.932551 38.661229, -96.93265 38.660446, -96.933022 38.657858, -96.933151 38.657292, -96.933503 38.65622, -96.933781 38.655608, -96.933924 38.65535, -96.931808 38.654225, -96.931809 38.654169, -96.931795 38.654118, -96.931709 38.65404, -96.931659 38.654001, -96.931481 38.653972, -96.931378 38.653945, -96.931282 38.653898, -96.931117 38.653679, -96.93104 38.653644, -96.930989 38.653582, -96.930716 38.65341, -96.930628 38.653332, -96.930566 38.653224, -96.930562 38.653135, -96.930542 38.652925, -96.930429 38.652743, -96.930422 38.652642, -96.930406 38.652588, -96.930336 38.652522, -96.929986 38.652153, -96.92975 38.65184, -96.929697 38.651749, -96.929688 38.651692, -96.929694 38.65164, -96.929706 38.651587, -96.929738 38.651544, -96.929906 38.651457, -96.930057 38.651398, -96.930083 38.651355, -96.930124 38.651242, -96.930205 38.651084, -96.930217 38.651032, -96.930227 38.650923, -96.930277 38.650844, -96.930286 38.650805, -96.930303 38.650491, -96.930304 38.650171, -96.930299 38.650072, -96.930307 38.649719, -96.930376 38.638426, -96.930313 38.633931, -96.930267 38.631008, -96.930174 38.629652, -96.930223 38.625009, -96.930181 38.623934, -96.930192 38.621598, -96.930161 38.618986, -96.930111 38.616656, -96.930076 38.616602, -96.930336 38.614961, -96.930286 38.609362, -96.936899 38.609412, -96.939491 38.609414, -96.941242 38.60942, -96.944204 38.609399, -96.944448 38.60939, -96.944751 38.609385, -96.947746 38.609343, -96.950242 38.609364, -96.954099 38.609354, -96.954309 38.609349, -96.955003 38.609345, -96.956113 38.609283, -96.958261 38.609318, -96.967115 38.609287, -96.967571 38.609298, -96.969447 38.609298, -96.970928 38.609275, -96.97493 38.60926, -96.975794 38.609265, -96.976653 38.609265, -96.977796 38.60928, -96.977943 38.60929, -96.980139 38.609234, -96.980359 38.609255, -96.981182 38.609257, -96.981792 38.609241, -96.985022 38.609207, -96.986059 38.609215, -96.986989 38.609199, -96.988271 38.609214, -96.98894 38.609233, -96.992748 38.609205, -96.993942 38.609205, -96.994713 38.609199, -96.99585 38.609199, -96.996351 38.609192, -97.000215 38.609188, -97.001465 38.609201, -97.003101 38.609174, -97.004081 38.609191, -97.004599 38.609168, -97.005918 38.609171, -97.006685 38.609182, -97.00863 38.609163, -97.009593 38.60915, -97.012415 38.609149, -97.012854 38.609165, -97.013601 38.609162, -97.014096 38.609141, -97.017178 38.609153, -97.01756 38.609146, -97.018586 38.609138, -97.019089 38.609151, -97.0201 38.609157, -97.020859 38.609134, -97.022158 38.609113, -97.023339 38.609111, -97.024577 38.609087, -97.025138 38.609088, -97.027197 38.608984, -97.028314 38.60899, -97.028875 38.608974, -97.030177 38.609134, -97.030824 38.609077, -97.031456 38.609069, -97.034307 38.609061, -97.035264 38.609048, -97.035574 38.609039, -97.036241 38.60903, -97.03709 38.609036, -97.038301 38.609051, -97.039013 38.609045, -97.039476 38.609031, -97.040753 38.609022, -97.042082 38.609024, -97.042456 38.609019, -97.043267 38.609025, -97.04389 38.609039, -97.044723 38.609035, -97.04601 38.609051, -97.046711 38.609048, -97.048319 38.609063, -97.048902 38.609079, -97.049439 38.609083, -97.050815 38.609108, -97.051335 38.609103, -97.052125 38.609108, -97.052522 38.6091, -97.053424 38.609109, -97.054997 38.609142, -97.055411 38.609135, -97.056049 38.609131, -97.056402 38.609153, -97.056806 38.609162, -97.058478 38.609145, -97.059219 38.609153, -97.06065 38.609176, -97.061006 38.609175, -97.061653 38.609163, -97.062506 38.60917, -97.064764 38.60917, -97.067307 38.609204, -97.06975 38.609207, -97.073386 38.609239, -97.078568 38.609273, -97.079168 38.609283, -97.081021 38.609293, -97.083399 38.609292, -97.091959 38.609331, -97.093785 38.609336, -97.095246 38.609356, -97.096196 38.609359, -97.10312 38.609378, -97.103783 38.609372, -97.106442 38.609389, -97.109023 38.60938, -97.111382 38.609401, -97.113329 38.609399, -97.114638 38.609412, -97.117234 38.609386, -97.125291 38.609397, -97.127326 38.609403, -97.128254 38.609397, -97.133042 38.60947, -97.133399 38.609468, -97.136198 38.609491, -97.138912 38.609477, -97.140452 38.609513, -97.142486 38.609512, -97.146811 38.609559, -97.150847 38.609559, -97.151921 38.609275, -97.153195 38.609358, -97.155919 38.609353, -97.156621 38.609385, -97.169277 38.609365, -97.19446 38.609268, -97.194692 38.609274, -97.196002 38.60927, -97.197131 38.609261, -97.204734 38.609233, -97.206318 38.609421, -97.206804 38.609417, -97.207916 38.609422, -97.20823 38.609434, -97.209385 38.609421, -97.212287 38.60944, -97.21271 38.609425, -97.213459 38.609409, -97.21479 38.609421, -97.2156 38.609408, -97.217506 38.609403, -97.218152 38.609411, -97.219667 38.6094, -97.221169 38.609405, -97.222468 38.609386, -97.223419 38.609388, -97.22417 38.609381, -97.224769 38.609393, -97.229096 38.609407, -97.233832 38.609431, -97.234932 38.609392, -97.23595 38.609367, -97.236579 38.609357, -97.237316 38.609393, -97.237813 38.609384, -97.238457 38.609333, -97.240039 38.609346, -97.242701 38.609332, -97.243473 38.609354, -97.246493 38.609366, -97.250276 38.609309, -97.252744 38.609311, -97.255179 38.609329, -97.257708 38.60933, -97.259825 38.609307, -97.262558 38.609309, -97.265148 38.609286, -97.273463 38.609339, -97.275261 38.609291, -97.27856 38.609293, -97.279783 38.609309, -97.282435 38.609311, -97.284264 38.609287, -97.286093 38.609296, -97.288745 38.609297, -97.294808 38.609267, -97.295733 38.609283, -97.296421 38.609283, -97.297028 38.609316, -97.297377 38.609259, -97.297578 38.609213, -97.301699 38.609179, -97.307262 38.609207, -97.308107 38.609253, -97.310256 38.609336, -97.315312 38.609384, -97.320912 38.609392, -97.324448 38.60936, -97.329721 38.60936, -97.33079 38.609352, -97.332136 38.609351, -97.333976 38.609303, -97.335259 38.609343, -97.337963 38.609304, -97.340889 38.60925, -97.342259 38.609295, -97.345959 38.609271, -97.34971 38.609238, -97.351683 38.609237, -97.3549 38.609261, -97.358436 38.60926, -97.361622 38.609235, -97.362362 38.609211, -97.3629 38.609188, -97.364088 38.609146, -97.364582 38.6092, -97.365805 38.609258, -97.367284 38.609288, -97.371911 38.609353))\", \"region\": {\"id\": 18130, \"geometry\": \"POLYGON ((-97.371911 38.609353, -97.371923 38.612063, -97.371932 38.612277, -97.371916 38.613632, -97.37192 38.614883, -97.371914 38.615159, -97.371945 38.616009, -97.371945 38.616924, -97.371914 38.62014, -97.371925 38.621203, -97.371915 38.622296, -97.371954 38.624976, -97.371948 38.625355, -97.371986 38.626623, -97.371948 38.629119, -97.37195 38.630335, -97.371983 38.631586, -97.371981 38.633006, -97.371995 38.634255, -97.371994 38.635367, -97.371941 38.637453, -97.371948 38.638296, -97.371973 38.639844, -97.371963 38.641243, -97.372012 38.643426, -97.372021 38.644449, -97.372007 38.645645, -97.37202 38.647207, -97.372008 38.649277, -97.372047 38.658648, -97.37207 38.660691, -97.372056 38.662207, -97.372048 38.662589, -97.372048 38.663789, -97.372035 38.66497, -97.37204 38.667301, -97.372056 38.66826, -97.372049 38.66915, -97.372082 38.671034, -97.37205 38.672885, -97.372058 38.675278, -97.372053 38.676199, -97.372064 38.677255, -97.372023 38.678336, -97.37201 38.679622, -97.372023 38.681652, -97.372035 38.681813, -97.372061 38.682664, -97.37204 38.683587, -97.372035 38.68466, -97.372055 38.68579, -97.372045 38.687503, -97.372054 38.688895, -97.372035 38.690837, -97.372054 38.693981, -97.372026 38.696294, -97.372019 38.697652, -97.372025 38.699155, -97.372038 38.699835, -97.372014 38.702894, -97.372018 38.704944, -97.372042 38.706208, -97.37202 38.709967, -97.372027 38.710825, -97.372015 38.71261, -97.372026 38.714027, -97.372023 38.715791, -97.372016 38.716907, -97.372053 38.719951, -97.372046 38.721289, -97.37202 38.722097, -97.371984 38.724438, -97.372007 38.726085, -97.371992 38.728321, -97.371964 38.729786, -97.371964 38.73191, -97.371988 38.732843, -97.372001 38.733915, -97.371969 38.735117, -97.371986 38.735944, -97.371987 38.737215, -97.37197 38.737943, -97.37196 38.739421, -97.371986 38.740136, -97.371978 38.742168, -97.37199 38.742884, -97.371963 38.743602, -97.371955 38.744161, -97.37196 38.744984, -97.371945 38.745747, -97.371936 38.747486, -97.371947 38.747999, -97.371944 38.750008, -97.371918 38.751328, -97.371902 38.754371, -97.371916 38.755577, -97.371893 38.757851, -97.371944 38.758938, -97.371962 38.760053, -97.371926 38.760842, -97.371913 38.761545, -97.37193 38.762075, -97.371941 38.763334, -97.371916 38.764484, -97.371903 38.766293, -97.371882 38.767351, -97.371897 38.768581, -97.37186 38.770861, -97.371883 38.7743, -97.371862 38.776602, -97.37188 38.778527, -97.371867 38.779599, -97.371876 38.780603, -97.37187 38.781853, -97.371819 38.783116, -97.371848 38.784079, -97.37186 38.786261, -97.371857 38.787783, -97.371906 38.788955, -97.371906 38.789943, -97.371879 38.793497, -97.371883 38.794733, -97.371874 38.79579, -97.371882 38.797312, -97.371906 38.798116, -97.371903 38.800514, -97.371939 38.801793, -97.371944 38.80297, -97.371905 38.804072, -97.371948 38.805326, -97.372001 38.810301, -97.371996 38.811641, -97.372015 38.81262, -97.37201 38.814388, -97.372032 38.818156, -97.372026 38.820204, -97.372047 38.821258, -97.37204 38.82211, -97.372054 38.823114, -97.372047 38.825245, -97.372067 38.827161, -97.372072 38.832088, -97.372111 38.833599, -97.372086 38.836175, -97.372112 38.838707, -97.37212 38.841676, -97.372126 38.842344, -97.372113 38.842996, -97.372092 38.846017, -97.372095 38.846744, -97.372077 38.8476, -97.372075 38.84954, -97.372088 38.850366, -97.372086 38.85221, -97.372104 38.852689, -97.372076 38.855094, -97.372081 38.856221, -97.372083 38.859239, -97.372078 38.860824, -97.372084 38.861419, -97.372076 38.862205, -97.37208 38.863, -97.372068 38.863419, -97.372089 38.865169, -97.37208 38.866221, -97.372083 38.867175, -97.372105 38.868084, -97.372093 38.870776, -97.372109 38.871821, -97.37211 38.873039, -97.372132 38.87424, -97.372121 38.877996, -97.37211 38.879318, -97.372127 38.880941, -97.372106 38.882573, -97.372118 38.883065, -97.372098 38.883406, -97.372239 38.88627, -97.372251 38.886622, -97.372244 38.89227, -97.372187 38.903199, -97.372136 38.903772, -97.37213 38.904354, -97.372109 38.91395, -97.372124 38.914127, -97.372109 38.914258, -97.372711 38.914258, -97.372786 38.914263, -97.373116 38.914266, -97.3744 38.914254, -97.374657 38.91426, -97.374691 38.914273, -97.375055 38.914333, -97.375303 38.914352, -97.381209 38.914319, -97.381215 38.915555, -97.381207 38.915813, -97.381208 38.921533, -97.381202 38.922624, -97.381207 38.923112, -97.381206 38.928658, -97.381205 38.9289, -97.379075 38.928901, -97.376071 38.928913, -97.375072 38.928938, -97.372413 38.928916, -97.371727 38.928925, -97.371657 38.929607, -97.37165 38.930501, -97.371667 38.931062, -97.371667 38.931473, -97.371727 38.93181, -97.371869 38.932708, -97.371848 38.933538, -97.371819 38.937552, -97.371796 38.938873, -97.371768 38.941884, -97.371748 38.945493, -97.371717 38.94748, -97.371724 38.949692, -97.371697 38.950575, -97.371669 38.954113, -97.371647 38.955399, -97.371618 38.956352, -97.371622 38.957448, -97.371616 38.957836, -97.371552 38.962201, -97.371522 38.96532, -97.371479 38.966875, -97.371495 38.969488, -97.371435 38.972405, -97.371443 38.973995, -97.371412 38.976962, -97.371386 38.977637, -97.371375 38.979262, -97.371404 38.980426, -97.371398 38.981698, -97.371347 38.983413, -97.371324 38.985886, -97.371335 38.986899, -97.371321 38.988458, -97.371319 38.990107, -97.371324 38.990748, -97.371294 38.993807, -97.371293 38.996789, -97.371277 38.997136, -97.371238 38.997433, -97.371188 38.997654, -97.371185 38.998095, -97.371155 38.998183, -97.371169 38.999387, -97.371187 38.999656, -97.371203 38.999998, -97.371206 39.00083, -97.371198 39.001031, -97.371199 39.001607, -97.37121 39.001672, -97.371244 39.001992, -97.371254 39.002444, -97.371238 39.007896, -97.371248 39.009523, -97.371231 39.011488, -97.371237 39.012704, -97.371217 39.0159, -97.371221 39.01748, -97.37121 39.030452, -97.371178 39.041574, -97.371196 39.043366, -97.371199 39.044942, -97.371137 39.045855, -97.371089 39.049444, -97.371128 39.052059, -97.37115 39.052732, -97.37113 39.054208, -97.371166 39.055746, -97.371154 39.057445, -97.37118 39.059449, -97.371151 39.060083, -97.371163 39.061632, -97.37116 39.061749, -97.371172 39.061794, -97.371174 39.063058, -97.371187 39.065283, -97.371193 39.06535, -97.371194 39.065508, -97.37116 39.068178, -97.371178 39.06824, -97.371172 39.068372, -97.371136 39.068607, -97.37119 39.072775, -97.371159 39.073307, -97.371169 39.083532, -97.371129 39.084647, -97.371155 39.08484, -97.371165 39.088523, -97.371142 39.104349, -97.37114 39.115738, -97.371179 39.124998, -97.371167 39.127183, -97.371154 39.131961, -97.365486 39.13201, -97.362524 39.132046, -97.362481 39.132042, -97.361813 39.132055, -97.357896 39.132103, -97.35226 39.132153, -97.349851 39.132245, -97.348286 39.132246, -97.343237 39.132215, -97.342416 39.13224, -97.339292 39.132287, -97.338776 39.132303, -97.337377 39.132302, -97.336568 39.132237, -97.336249 39.132236, -97.33591 39.132262, -97.335424 39.132271, -97.33428 39.132266, -97.333806 39.132273, -97.319765 39.132398, -97.31671 39.132506, -97.316024 39.132553, -97.314233 39.132505, -97.311781 39.132476, -97.3108 39.132522, -97.301807 39.13262, -97.300173 39.132616, -97.296741 39.13264, -97.283447 39.132762, -97.282182 39.132787, -97.278168 39.132811, -97.277394 39.132811, -97.266134 39.132903, -97.26568 39.132907, -97.264593 39.132942, -97.262735 39.132926, -97.261526 39.132951, -97.255367 39.13299, -97.252844 39.132992, -97.25 39.13304, -97.240927 39.133084, -97.239073 39.1331, -97.235862 39.133144, -97.230665 39.133154, -97.222244 39.133195, -97.219407 39.133189, -97.216357 39.133226, -97.213291 39.133249, -97.209499 39.13326, -97.207469 39.133287, -97.205352 39.133273, -97.205074 39.133247, -97.205031 39.133247, -97.203478 39.133263, -97.203076 39.133273, -97.200927 39.133303, -97.200583 39.133386, -97.199905 39.133485, -97.198714 39.133513, -97.185705 39.13347, -97.183469 39.133471, -97.181324 39.133461, -97.179177 39.13344, -97.177857 39.133437, -97.175739 39.133439, -97.17414 39.133419, -97.171835 39.133414, -97.171107 39.133445, -97.168541 39.133408, -97.16258 39.133388, -97.15795 39.133384, -97.154598 39.133339, -97.153202 39.133334, -97.149083 39.133332, -97.147282 39.133354, -97.145853 39.133348, -97.14357 39.133312, -97.134593 39.133267, -97.133952 39.13327, -97.13356 39.133288, -97.133493 39.133299, -97.12962 39.133255, -97.128535 39.133255, -97.128047 39.13325, -97.123372 39.133247, -97.122193 39.133253, -97.119697 39.133223, -97.115604 39.133208, -97.114347 39.133216, -97.112467 39.133192, -97.111756 39.133194, -97.107548 39.133172, -97.104889 39.13318, -97.100037 39.133142, -97.093186 39.133154, -97.091872 39.133132, -97.082324 39.133085, -97.080661 39.133074, -97.074659 39.13306, -97.074488 39.133052, -97.073244 39.133042, -97.072234 39.13302, -97.069709 39.132999, -97.068419 39.133003, -97.065795 39.132965, -97.064049 39.132972, -97.062508 39.132998, -97.056807 39.133009, -97.054582 39.132991, -97.052818 39.132953, -97.050373 39.132954, -97.048226 39.132931, -97.046562 39.132937, -97.044298 39.132932, -97.043007 39.132918, -97.04092 39.132908, -97.039293 39.132889, -97.037197 39.132883, -97.035267 39.132871, -97.03377 39.132876, -97.028824 39.132858, -97.027141 39.132813, -97.019769 39.132749, -97.01894 39.132762, -97.018349 39.132762, -97.009232 39.132713, -97.006916 39.132684, -97.005694 39.132685, -97.000884 39.132635, -97.000751 39.132641, -96.997998 39.132619, -96.996375 39.1326, -96.994449 39.132609, -96.991665 39.132584, -96.988951 39.132552, -96.982826 39.132509, -96.981046 39.132514, -96.979192 39.13246, -96.968422 39.132397, -96.963177 39.1323, -96.963186 39.130858, -96.963165 39.13001, -96.963176 39.129651, -96.963163 39.128282, -96.963092 39.124969, -96.963055 39.121549, -96.963014 39.119655, -96.963011 39.117826, -96.962983 39.115778, -96.962941 39.109543, -96.962946 39.107527, -96.962904 39.105341, -96.963 39.104915, -96.963176 39.104533, -96.963091 39.104369, -96.963075 39.10325, -96.963023 39.103035, -96.962954 39.102507, -96.962944 39.10022, -96.962933 39.099186, -96.962963 39.098314, -96.962958 39.097947, -96.963115 39.091647, -96.963169 39.087659, -96.962865 39.086536, -96.962882 39.086281, -96.962845 39.085264, -96.962881 39.07905, -96.962932 39.076593, -96.96289 39.075254, -96.962889 39.074208, -96.962911 39.072232, -96.962901 39.070427, -96.962904 39.06848, -96.962918 39.067199, -96.962923 39.06485, -96.96294 39.063066, -96.962956 39.059802, -96.962959 39.055088, -96.962954 39.054505, -96.962942 39.054302, -96.9629 39.054167, -96.962889 39.053911, -96.962941 39.05235, -96.962949 39.051864, -96.962936 39.051012, -96.962964 39.050526, -96.962964 39.0499, -96.962996 39.048866, -96.963043 39.046659, -96.963027 39.045103, -96.963053 39.040773, -96.963081 39.039334, -96.963113 39.038044, -96.963118 39.036158, -96.963154 39.034879, -96.963154 39.031723, -96.963213 39.026043, -96.963189 39.024958, -96.963204 39.023664, -96.963184 39.022025, -96.963184 39.02054, -96.963221 39.018233, -96.963241 39.016211, -96.963263 39.014637, -96.96326 39.013134, -96.963285 39.011794, -96.963278 39.010315, -96.963306 39.007415, -96.963332 39.006852, -96.963428 39.001692, -96.963442 38.999996, -96.963451 38.995294, -96.963481 38.992549, -96.963478 38.991437, -96.963525 38.989316, -96.963537 38.987875, -96.963566 38.987208, -96.963545 38.986188, -96.96355 38.985408, -96.96353 38.981955, -96.963562 38.981709, -96.963609 38.981489, -96.963668 38.981289, -96.963688 38.981247, -96.963595 38.978051, -96.963571 38.975062, -96.963523 38.974603, -96.963435 38.974237, -96.963347 38.973391, -96.963487 38.965155, -96.963487 38.9651, -96.96347 38.964901, -96.962701 38.96505, -96.962099 38.965173, -96.960289 38.965716, -96.957668 38.966782, -96.957532 38.966847, -96.956486 38.967392, -96.955739 38.967852, -96.955241 38.968148, -96.95519 38.968192, -96.954918 38.96837, -96.953296 38.96921, -96.952262 38.969842, -96.951886 38.970103, -96.95169 38.970281, -96.951205 38.970532, -96.950533 38.971048, -96.950463 38.971136, -96.950393 38.971274, -96.950353 38.97146, -96.950295 38.971667, -96.950241 38.971908, -96.950131 38.972041, -96.950082 38.972353, -96.950125 38.972541, -96.950155 38.972964, -96.95038 38.973205, -96.951287 38.973826, -96.951318 38.97403, -96.951372 38.974956, -96.951322 38.975687, -96.951193 38.975913, -96.950862 38.976455, -96.950607 38.976751, -96.950058 38.976895, -96.949653 38.976951, -96.949056 38.976972, -96.947768 38.976849, -96.946889 38.976436, -96.946647 38.97602, -96.946228 38.974855, -96.946446 38.974258, -96.947062 38.973661, -96.947443 38.97358, -96.948028 38.97306, -96.948052 38.973021, -96.948109 38.972782, -96.948215 38.972474, -96.948646 38.972267, -96.948796 38.971853, -96.948765 38.971574, -96.948577 38.971244, -96.948132 38.970856, -96.947929 38.970739, -96.947627 38.970603, -96.947341 38.97057, -96.94694 38.970675, -96.946806 38.970694, -96.946116 38.970972, -96.945878 38.971046, -96.945516 38.971284, -96.945419 38.971389, -96.945309 38.971482, -96.945215 38.971629, -96.945203 38.971724, -96.945133 38.971936, -96.945121 38.972119, -96.944833 38.972293, -96.943713 38.973343, -96.942903 38.974093, -96.942686 38.974283, -96.942609 38.974402, -96.94159 38.97552, -96.941188 38.976199, -96.940922 38.976339, -96.940676 38.976405, -96.940366 38.976463, -96.940006 38.976638, -96.939729 38.976718, -96.939374 38.97677, -96.939082 38.976622, -96.938799 38.976425, -96.938624 38.976247, -96.938421 38.976131, -96.938133 38.975599, -96.937972 38.974852, -96.937912 38.97452, -96.937833 38.974129, -96.937598 38.973407, -96.937267 38.973033, -96.936765 38.972593, -96.936678 38.97248, -96.935739 38.972451, -96.935655 38.972515, -96.935575 38.972548, -96.935495 38.97258, -96.934857 38.972807, -96.934176 38.972826, -96.933579 38.972773, -96.932835 38.972857, -96.932292 38.973369, -96.931605 38.973992, -96.931226 38.974618, -96.931071 38.975455, -96.931299 38.976102, -96.931832 38.976404, -96.932718 38.976443, -96.93365 38.9762, -96.9343 38.976084, -96.935041 38.976177, -96.935292 38.976703, -96.935202 38.977291, -96.934417 38.978203, -96.9339 38.978344, -96.933846 38.978545, -96.933478 38.978553, -96.933433 38.97855, -96.93228 38.978413, -96.931043 38.97834, -96.930392 38.97844, -96.928834 38.978521, -96.927235 38.978585, -96.92711 38.978625, -96.926209 38.978941, -96.926151 38.97452, -96.926184 38.974516, -96.926417 38.974421, -96.926574 38.974325, -96.926691 38.974237, -96.926939 38.974083, -96.927359 38.973983, -96.92756 38.973797, -96.92802 38.97361, -96.928134 38.973538, -96.927954 38.972364, -96.927913 38.972232, -96.927976 38.971438, -96.927879 38.970926, -96.927823 38.970921, -96.927208 38.970569, -96.92628 38.970194, -96.926277 38.969995, -96.926256 38.967196, -96.92628 38.965266, -96.926316 38.964143, -96.926353 38.960032, -96.926393 38.957619, -96.926377 38.956345, -96.926468 38.943057, -96.926453 38.940002, -96.926496 38.937512, -96.92647 38.934422, -96.926498 38.932413, -96.926504 38.928517, -96.926495 38.926546, -96.926505 38.924515, -96.926489 38.922484, -96.926485 38.920453, -96.92654 38.916563, -96.92655 38.914721, -96.926587 38.912872, -96.926581 38.910899, -96.926593 38.908942, -96.92654 38.90595, -96.926553 38.90493, -96.926588 38.903986, -96.926469 38.903801, -96.926416 38.903727, -96.92646 38.902695, -96.926588 38.902449, -96.926563 38.901102, -96.926594 38.899734, -96.926558 38.898367, -96.926578 38.898202, -96.926588 38.896739, -96.926535 38.895431, -96.92654 38.894537, -96.926608 38.893875, -96.926607 38.893259, -96.926659 38.893133, -96.926688 38.893084, -96.926778 38.893044, -96.926838 38.892258, -96.926791 38.892253, -96.926719 38.892209, -96.926611 38.892089, -96.926566 38.89197, -96.926614 38.889385, -96.926642 38.889163, -96.926744 38.889073, -96.926805 38.889038, -96.926784 38.88809, -96.926645 38.887262, -96.926648 38.887138, -96.926595 38.886767, -96.926585 38.885469, -96.926599 38.884856, -96.926584 38.884724, -96.926619 38.882697, -96.926675 38.877113, -96.926652 38.876128, -96.926558 38.875548, -96.92646 38.875289, -96.926502 38.875233, -96.926646 38.874944, -96.926635 38.874466, -96.926649 38.873484, -96.926684 38.872267, -96.926685 38.871374, -96.92671 38.87035, -96.922486 38.870403, -96.921658 38.870397, -96.919765 38.870335, -96.917241 38.870318, -96.905321 38.870283, -96.902827 38.870255, -96.902593 38.870247, -96.898978 38.870263, -96.898879 38.870255, -96.897389 38.869967, -96.897038 38.870001, -96.89597 38.870041, -96.894966 38.870134, -96.894723 38.870094, -96.894685 38.870035, -96.894521 38.870234, -96.894479 38.870251, -96.893504 38.870283, -96.893111 38.87028, -96.892721 38.870268, -96.892569 38.870218, -96.891915 38.870159, -96.891683 38.870111, -96.891263 38.870052, -96.890245 38.870067, -96.890227 38.868314, -96.890364 38.841177, -96.890157 38.841178, -96.890091 38.841171, -96.890057 38.841131, -96.890052 38.841052, -96.890079 38.837242, -96.890019 38.831763, -96.890051 38.829904, -96.890042 38.82666, -96.89007 38.825176, -96.890237 38.818131, -96.890054 38.8158, -96.890065 38.812255, -96.890109 38.812192, -96.890171 38.812169, -96.89466 38.812187, -96.896289 38.812165, -96.896507 38.812172, -96.896937 38.812165, -96.897752 38.812185, -96.898794 38.812198, -96.899556 38.812178, -96.900177 38.812174, -96.901013 38.812159, -96.901442 38.812172, -96.901595 38.812157, -96.901845 38.812146, -96.902071 38.812153, -96.902277 38.812184, -96.902659 38.812197, -96.903542 38.812189, -96.904632 38.812162, -96.905631 38.812165, -96.907167 38.812129, -96.908069 38.81212, -96.908502 38.812137, -96.908596 38.812155, -96.908919 38.812158, -96.911091 38.81222, -96.911957 38.812233, -96.912204 38.812229, -96.913524 38.81219, -96.917512 38.812139, -96.918168 38.812136, -96.918646 38.812139, -96.920013 38.812121, -96.92044 38.812132, -96.920723 38.812134, -96.922242 38.812121, -96.923789 38.812134, -96.925371 38.812165, -96.926629 38.812154, -96.927234 38.81216, -96.92724 38.808924, -96.927187 38.80178, -96.927162 38.797633, -96.927121 38.792662, -96.927137 38.791484, -96.927092 38.79139, -96.92714 38.78964, -96.927162 38.789426, -96.92718 38.788935, -96.927207 38.786125, -96.927206 38.785563, -96.927249 38.780212, -96.927225 38.779149, -96.927245 38.777781, -96.927229 38.776342, -96.927256 38.774726, -96.927257 38.773074, -96.927289 38.76899, -96.927277 38.76819, -96.927285 38.766987, -96.927337 38.76451, -96.927336 38.763206, -96.927399 38.75806, -96.927394 38.755797, -96.927431 38.754123, -96.927521 38.750988, -96.927567 38.749994, -96.927615 38.748344, -96.927661 38.746275, -96.927672 38.745292, -96.927649 38.743893, -96.927555 38.741824, -96.927544 38.741372, -96.927493 38.740005, -96.927469 38.737803, -96.927482 38.73571, -96.927486 38.7331, -96.927513 38.731316, -96.927524 38.731064, -96.927512 38.728495, -96.927509 38.72505, -96.927516 38.722018, -96.927557 38.720724, -96.927637 38.719899, -96.927841 38.717917, -96.927882 38.717707, -96.928082 38.715616, -96.928128 38.715248, -96.928339 38.713242, -96.928338 38.713153, -96.92837 38.713032, -96.928434 38.712443, -96.927748 38.712419, -96.927582 38.7124, -96.927515 38.712359, -96.927461 38.712279, -96.927449 38.711893, -96.927447 38.710103, -96.927425 38.708585, -96.927418 38.706684, -96.927423 38.704067, -96.927438 38.703028, -96.927412 38.702289, -96.927396 38.701071, -96.927374 38.696005, -96.928626 38.696016, -96.930072 38.696008, -96.930409 38.696009, -96.930335 38.692919, -96.93038 38.691245, -96.930388 38.688844, -96.930385 38.687513, -96.930409 38.685481, -96.930397 38.683969, -96.93041 38.681863, -96.930413 38.679179, -96.930448 38.678288, -96.930496 38.677477, -96.930624 38.67629, -96.931189 38.672289, -96.931614 38.668647, -96.931768 38.667397, -96.93186 38.666601, -96.931961 38.665925, -96.932035 38.66537, -96.932225 38.663763, -96.932424 38.662228, -96.932506 38.661659, -96.932551 38.661229, -96.93265 38.660446, -96.933022 38.657858, -96.933151 38.657292, -96.933503 38.65622, -96.933781 38.655608, -96.933924 38.65535, -96.931808 38.654225, -96.931809 38.654169, -96.931795 38.654118, -96.931709 38.65404, -96.931659 38.654001, -96.931481 38.653972, -96.931378 38.653945, -96.931282 38.653898, -96.931117 38.653679, -96.93104 38.653644, -96.930989 38.653582, -96.930716 38.65341, -96.930628 38.653332, -96.930566 38.653224, -96.930562 38.653135, -96.930542 38.652925, -96.930429 38.652743, -96.930422 38.652642, -96.930406 38.652588, -96.930336 38.652522, -96.929986 38.652153, -96.92975 38.65184, -96.929697 38.651749, -96.929688 38.651692, -96.929694 38.65164, -96.929706 38.651587, -96.929738 38.651544, -96.929906 38.651457, -96.930057 38.651398, -96.930083 38.651355, -96.930124 38.651242, -96.930205 38.651084, -96.930217 38.651032, -96.930227 38.650923, -96.930277 38.650844, -96.930286 38.650805, -96.930303 38.650491, -96.930304 38.650171, -96.930299 38.650072, -96.930307 38.649719, -96.930376 38.638426, -96.930313 38.633931, -96.930267 38.631008, -96.930174 38.629652, -96.930223 38.625009, -96.930181 38.623934, -96.930192 38.621598, -96.930161 38.618986, -96.930111 38.616656, -96.930076 38.616602, -96.930336 38.614961, -96.930286 38.609362, -96.936899 38.609412, -96.939491 38.609414, -96.941242 38.60942, -96.944204 38.609399, -96.944448 38.60939, -96.944751 38.609385, -96.947746 38.609343, -96.950242 38.609364, -96.954099 38.609354, -96.954309 38.609349, -96.955003 38.609345, -96.956113 38.609283, -96.958261 38.609318, -96.967115 38.609287, -96.967571 38.609298, -96.969447 38.609298, -96.970928 38.609275, -96.97493 38.60926, -96.975794 38.609265, -96.976653 38.609265, -96.977796 38.60928, -96.977943 38.60929, -96.980139 38.609234, -96.980359 38.609255, -96.981182 38.609257, -96.981792 38.609241, -96.985022 38.609207, -96.986059 38.609215, -96.986989 38.609199, -96.988271 38.609214, -96.98894 38.609233, -96.992748 38.609205, -96.993942 38.609205, -96.994713 38.609199, -96.99585 38.609199, -96.996351 38.609192, -97.000215 38.609188, -97.001465 38.609201, -97.003101 38.609174, -97.004081 38.609191, -97.004599 38.609168, -97.005918 38.609171, -97.006685 38.609182, -97.00863 38.609163, -97.009593 38.60915, -97.012415 38.609149, -97.012854 38.609165, -97.013601 38.609162, -97.014096 38.609141, -97.017178 38.609153, -97.01756 38.609146, -97.018586 38.609138, -97.019089 38.609151, -97.0201 38.609157, -97.020859 38.609134, -97.022158 38.609113, -97.023339 38.609111, -97.024577 38.609087, -97.025138 38.609088, -97.027197 38.608984, -97.028314 38.60899, -97.028875 38.608974, -97.030177 38.609134, -97.030824 38.609077, -97.031456 38.609069, -97.034307 38.609061, -97.035264 38.609048, -97.035574 38.609039, -97.036241 38.60903, -97.03709 38.609036, -97.038301 38.609051, -97.039013 38.609045, -97.039476 38.609031, -97.040753 38.609022, -97.042082 38.609024, -97.042456 38.609019, -97.043267 38.609025, -97.04389 38.609039, -97.044723 38.609035, -97.04601 38.609051, -97.046711 38.609048, -97.048319 38.609063, -97.048902 38.609079, -97.049439 38.609083, -97.050815 38.609108, -97.051335 38.609103, -97.052125 38.609108, -97.052522 38.6091, -97.053424 38.609109, -97.054997 38.609142, -97.055411 38.609135, -97.056049 38.609131, -97.056402 38.609153, -97.056806 38.609162, -97.058478 38.609145, -97.059219 38.609153, -97.06065 38.609176, -97.061006 38.609175, -97.061653 38.609163, -97.062506 38.60917, -97.064764 38.60917, -97.067307 38.609204, -97.06975 38.609207, -97.073386 38.609239, -97.078568 38.609273, -97.079168 38.609283, -97.081021 38.609293, -97.083399 38.609292, -97.091959 38.609331, -97.093785 38.609336, -97.095246 38.609356, -97.096196 38.609359, -97.10312 38.609378, -97.103783 38.609372, -97.106442 38.609389, -97.109023 38.60938, -97.111382 38.609401, -97.113329 38.609399, -97.114638 38.609412, -97.117234 38.609386, -97.125291 38.609397, -97.127326 38.609403, -97.128254 38.609397, -97.133042 38.60947, -97.133399 38.609468, -97.136198 38.609491, -97.138912 38.609477, -97.140452 38.609513, -97.142486 38.609512, -97.146811 38.609559, -97.150847 38.609559, -97.151921 38.609275, -97.153195 38.609358, -97.155919 38.609353, -97.156621 38.609385, -97.169277 38.609365, -97.19446 38.609268, -97.194692 38.609274, -97.196002 38.60927, -97.197131 38.609261, -97.204734 38.609233, -97.206318 38.609421, -97.206804 38.609417, -97.207916 38.609422, -97.20823 38.609434, -97.209385 38.609421, -97.212287 38.60944, -97.21271 38.609425, -97.213459 38.609409, -97.21479 38.609421, -97.2156 38.609408, -97.217506 38.609403, -97.218152 38.609411, -97.219667 38.6094, -97.221169 38.609405, -97.222468 38.609386, -97.223419 38.609388, -97.22417 38.609381, -97.224769 38.609393, -97.229096 38.609407, -97.233832 38.609431, -97.234932 38.609392, -97.23595 38.609367, -97.236579 38.609357, -97.237316 38.609393, -97.237813 38.609384, -97.238457 38.609333, -97.240039 38.609346, -97.242701 38.609332, -97.243473 38.609354, -97.246493 38.609366, -97.250276 38.609309, -97.252744 38.609311, -97.255179 38.609329, -97.257708 38.60933, -97.259825 38.609307, -97.262558 38.609309, -97.265148 38.609286, -97.273463 38.609339, -97.275261 38.609291, -97.27856 38.609293, -97.279783 38.609309, -97.282435 38.609311, -97.284264 38.609287, -97.286093 38.609296, -97.288745 38.609297, -97.294808 38.609267, -97.295733 38.609283, -97.296421 38.609283, -97.297028 38.609316, -97.297377 38.609259, -97.297578 38.609213, -97.301699 38.609179, -97.307262 38.609207, -97.308107 38.609253, -97.310256 38.609336, -97.315312 38.609384, -97.320912 38.609392, -97.324448 38.60936, -97.329721 38.60936, -97.33079 38.609352, -97.332136 38.609351, -97.333976 38.609303, -97.335259 38.609343, -97.337963 38.609304, -97.340889 38.60925, -97.342259 38.609295, -97.345959 38.609271, -97.34971 38.609238, -97.351683 38.609237, -97.3549 38.609261, -97.358436 38.60926, -97.361622 38.609235, -97.362362 38.609211, -97.3629 38.609188, -97.364088 38.609146, -97.364582 38.6092, -97.365805 38.609258, -97.367284 38.609288, -97.371911 38.609353))\", \"region_name\": \"Dickinson County\", \"wikidata\": \"Q376576\", \"wikipedia\": \"en:Dickinson County, Kansas\", \"admin_level\": \"6\", \"population\": \"19303\"}}}"} -{"id": "raster_only/elevation_max+region/0002", "group": "raster_only", "template": "elevation_max+region", "question": "What is the max elevation value within Dubberly, Louisiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-93.250263 32.556097, -93.247918 32.556196, -93.244245 32.556086, -93.237405 32.555883, -93.232449 32.555833, -93.22603 32.555771, -93.221664 32.555728, -93.220558 32.555681, -93.220645 32.547286, -93.220479 32.544615, -93.220439 32.538434, -93.220566 32.536696, -93.22065 32.534391, -93.220803 32.530198, -93.220805 32.530085, -93.220667 32.528957, -93.220824 32.526832, -93.220827 32.52679, -93.221868 32.526764, -93.23969 32.52649, -93.241619 32.52649, -93.244762 32.526488, -93.250115 32.526487, -93.253002 32.526535, -93.253937 32.526527, -93.254027 32.529592, -93.254066 32.530561, -93.254064 32.536394, -93.254091 32.536837, -93.254095 32.537984, -93.254114 32.543205, -93.254114 32.543595, -93.254113 32.544189, -93.254102 32.552598, -93.254107 32.5549, -93.25417 32.555676, -93.251631 32.555636, -93.250263 32.556097))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 121.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Dubberly, Louisiana\", \"geo_wkt\": \"POLYGON ((-93.250263 32.556097, -93.247918 32.556196, -93.244245 32.556086, -93.237405 32.555883, -93.232449 32.555833, -93.22603 32.555771, -93.221664 32.555728, -93.220558 32.555681, -93.220645 32.547286, -93.220479 32.544615, -93.220439 32.538434, -93.220566 32.536696, -93.22065 32.534391, -93.220803 32.530198, -93.220805 32.530085, -93.220667 32.528957, -93.220824 32.526832, -93.220827 32.52679, -93.221868 32.526764, -93.23969 32.52649, -93.241619 32.52649, -93.244762 32.526488, -93.250115 32.526487, -93.253002 32.526535, -93.253937 32.526527, -93.254027 32.529592, -93.254066 32.530561, -93.254064 32.536394, -93.254091 32.536837, -93.254095 32.537984, -93.254114 32.543205, -93.254114 32.543595, -93.254113 32.544189, -93.254102 32.552598, -93.254107 32.5549, -93.25417 32.555676, -93.251631 32.555636, -93.250263 32.556097))\", \"region\": {\"id\": 18850, \"geometry\": \"POLYGON ((-93.250263 32.556097, -93.247918 32.556196, -93.244245 32.556086, -93.237405 32.555883, -93.232449 32.555833, -93.22603 32.555771, -93.221664 32.555728, -93.220558 32.555681, -93.220645 32.547286, -93.220479 32.544615, -93.220439 32.538434, -93.220566 32.536696, -93.22065 32.534391, -93.220803 32.530198, -93.220805 32.530085, -93.220667 32.528957, -93.220824 32.526832, -93.220827 32.52679, -93.221868 32.526764, -93.23969 32.52649, -93.241619 32.52649, -93.244762 32.526488, -93.250115 32.526487, -93.253002 32.526535, -93.253937 32.526527, -93.254027 32.529592, -93.254066 32.530561, -93.254064 32.536394, -93.254091 32.536837, -93.254095 32.537984, -93.254114 32.543205, -93.254114 32.543595, -93.254113 32.544189, -93.254102 32.552598, -93.254107 32.5549, -93.25417 32.555676, -93.251631 32.555636, -93.250263 32.556097))\", \"region_name\": \"Dubberly\", \"border_type\": \"village\", \"wikidata\": \"Q2274191\", \"wikipedia\": \"en:Dubberly, Louisiana\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0003", "group": "raster_only", "template": "elevation_max+region", "question": "In Oakfield, Maine, what is the maximum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-68.167199 46.037594, -68.167457 46.04854, -68.16734 46.05979, -68.167272 46.071008, -68.167254 46.082276, -68.167242 46.08285, -68.167035 46.093498, -68.167013 46.105054, -68.167104 46.115675, -68.16731 46.123506, -68.167112 46.123505, -68.161665 46.123483, -68.15987 46.12347, -68.157968 46.123464, -68.157676 46.123463, -68.152722 46.123435, -68.147834 46.123399, -68.143711 46.123359, -68.141596 46.123343, -68.13947 46.123318, -68.126777 46.123222, -68.124482 46.12324, -68.116724 46.123208, -68.106467 46.123128, -68.09661 46.123028, -68.093254 46.12301, -68.086935 46.122969, -68.082517 46.122934, -68.078837 46.122913, -68.077385 46.122902, -68.077098 46.122908, -68.067816 46.122905, -68.058303 46.12289, -68.048807 46.122856, -68.044771 46.12285, -68.039689 46.122834, -68.039688 46.122465, -68.039662 46.112502, -68.039558 46.098685, -68.03956 46.097623, -68.039565 46.096426, -68.039577 46.093384, -68.039679 46.085375, -68.039762 46.074323, -68.039878 46.063425, -68.039883 46.057935, -68.039942 46.052445, -68.039949 46.044714, -68.039967 46.039476, -68.039963 46.038702, -68.042949 46.0387, -68.046746 46.038705, -68.049916 46.038695, -68.055576 46.038661, -68.057776 46.038643, -68.058008 46.038636, -68.062571 46.038602, -68.067448 46.038587, -68.072326 46.038555, -68.077338 46.038515, -68.082188 46.038464, -68.095109 46.03836, -68.104115 46.038305, -68.109469 46.038266, -68.109726 46.038258, -68.115871 46.038189, -68.116578 46.038177, -68.119195 46.038152, -68.124473 46.038076, -68.131967 46.038025, -68.139428 46.037919, -68.147787 46.037829, -68.150744 46.037788, -68.15108 46.03779, -68.156625 46.037714, -68.165462 46.037626, -68.167199 46.037594))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 463.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Oakfield, Maine\", \"geo_wkt\": \"POLYGON ((-68.167199 46.037594, -68.167457 46.04854, -68.16734 46.05979, -68.167272 46.071008, -68.167254 46.082276, -68.167242 46.08285, -68.167035 46.093498, -68.167013 46.105054, -68.167104 46.115675, -68.16731 46.123506, -68.167112 46.123505, -68.161665 46.123483, -68.15987 46.12347, -68.157968 46.123464, -68.157676 46.123463, -68.152722 46.123435, -68.147834 46.123399, -68.143711 46.123359, -68.141596 46.123343, -68.13947 46.123318, -68.126777 46.123222, -68.124482 46.12324, -68.116724 46.123208, -68.106467 46.123128, -68.09661 46.123028, -68.093254 46.12301, -68.086935 46.122969, -68.082517 46.122934, -68.078837 46.122913, -68.077385 46.122902, -68.077098 46.122908, -68.067816 46.122905, -68.058303 46.12289, -68.048807 46.122856, -68.044771 46.12285, -68.039689 46.122834, -68.039688 46.122465, -68.039662 46.112502, -68.039558 46.098685, -68.03956 46.097623, -68.039565 46.096426, -68.039577 46.093384, -68.039679 46.085375, -68.039762 46.074323, -68.039878 46.063425, -68.039883 46.057935, -68.039942 46.052445, -68.039949 46.044714, -68.039967 46.039476, -68.039963 46.038702, -68.042949 46.0387, -68.046746 46.038705, -68.049916 46.038695, -68.055576 46.038661, -68.057776 46.038643, -68.058008 46.038636, -68.062571 46.038602, -68.067448 46.038587, -68.072326 46.038555, -68.077338 46.038515, -68.082188 46.038464, -68.095109 46.03836, -68.104115 46.038305, -68.109469 46.038266, -68.109726 46.038258, -68.115871 46.038189, -68.116578 46.038177, -68.119195 46.038152, -68.124473 46.038076, -68.131967 46.038025, -68.139428 46.037919, -68.147787 46.037829, -68.150744 46.037788, -68.15108 46.03779, -68.156625 46.037714, -68.165462 46.037626, -68.167199 46.037594))\", \"region\": {\"id\": 14275, \"geometry\": \"POLYGON ((-68.167199 46.037594, -68.167457 46.04854, -68.16734 46.05979, -68.167272 46.071008, -68.167254 46.082276, -68.167242 46.08285, -68.167035 46.093498, -68.167013 46.105054, -68.167104 46.115675, -68.16731 46.123506, -68.167112 46.123505, -68.161665 46.123483, -68.15987 46.12347, -68.157968 46.123464, -68.157676 46.123463, -68.152722 46.123435, -68.147834 46.123399, -68.143711 46.123359, -68.141596 46.123343, -68.13947 46.123318, -68.126777 46.123222, -68.124482 46.12324, -68.116724 46.123208, -68.106467 46.123128, -68.09661 46.123028, -68.093254 46.12301, -68.086935 46.122969, -68.082517 46.122934, -68.078837 46.122913, -68.077385 46.122902, -68.077098 46.122908, -68.067816 46.122905, -68.058303 46.12289, -68.048807 46.122856, -68.044771 46.12285, -68.039689 46.122834, -68.039688 46.122465, -68.039662 46.112502, -68.039558 46.098685, -68.03956 46.097623, -68.039565 46.096426, -68.039577 46.093384, -68.039679 46.085375, -68.039762 46.074323, -68.039878 46.063425, -68.039883 46.057935, -68.039942 46.052445, -68.039949 46.044714, -68.039967 46.039476, -68.039963 46.038702, -68.042949 46.0387, -68.046746 46.038705, -68.049916 46.038695, -68.055576 46.038661, -68.057776 46.038643, -68.058008 46.038636, -68.062571 46.038602, -68.067448 46.038587, -68.072326 46.038555, -68.077338 46.038515, -68.082188 46.038464, -68.095109 46.03836, -68.104115 46.038305, -68.109469 46.038266, -68.109726 46.038258, -68.115871 46.038189, -68.116578 46.038177, -68.119195 46.038152, -68.124473 46.038076, -68.131967 46.038025, -68.139428 46.037919, -68.147787 46.037829, -68.150744 46.037788, -68.15108 46.03779, -68.156625 46.037714, -68.165462 46.037626, -68.167199 46.037594))\", \"region_name\": \"Oakfield\", \"border_type\": \"town\", \"wikidata\": \"Q3449230\", \"wikipedia\": \"en:Oakfield, Maine\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0004", "group": "raster_only", "template": "elevation_max+region", "question": "What is the highest elevation in Johnstown Township, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.189732 42.420649, -85.279669 42.419969, -85.279916 42.419967, -85.29958 42.419801, -85.307808 42.419733, -85.308012 42.463589, -85.30791 42.50005, -85.30798 42.50005, -85.308104 42.507867, -85.190633 42.508339, -85.189732 42.420649))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 325.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Johnstown Township, Michigan\", \"geo_wkt\": \"POLYGON ((-85.189732 42.420649, -85.279669 42.419969, -85.279916 42.419967, -85.29958 42.419801, -85.307808 42.419733, -85.308012 42.463589, -85.30791 42.50005, -85.30798 42.50005, -85.308104 42.507867, -85.190633 42.508339, -85.189732 42.420649))\", \"region\": {\"id\": 35509, \"geometry\": \"POLYGON ((-85.189732 42.420649, -85.279669 42.419969, -85.279916 42.419967, -85.29958 42.419801, -85.307808 42.419733, -85.308012 42.463589, -85.30791 42.50005, -85.30798 42.50005, -85.308104 42.507867, -85.190633 42.508339, -85.189732 42.420649))\", \"region_name\": \"Johnstown Township\", \"border_type\": \"township\", \"wikidata\": \"Q9040833\", \"wikipedia\": \"en:Johnstown Township, Michigan\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_max+region/0005", "group": "raster_only", "template": "elevation_max+region", "question": "What peak elevation does Travis County, Texas reach?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-97.6412 30.482011, -97.642974 30.479933, -97.643162 30.479713, -97.643562 30.478089, -97.651617 30.474751, -97.656231 30.477308, -97.659232 30.478968, -97.6641 30.481813, -97.669906 30.478425, -97.673019 30.479862, -97.674331 30.480566, -97.676288 30.480324, -97.679122 30.479974, -97.682893 30.4793, -97.68874 30.461544, -97.696076 30.461409, -97.703937 30.458483, -97.715107 30.458665, -97.733553 30.449739, -97.74638 30.4495, -97.749251 30.447788, -97.754567 30.440659, -97.753614 30.433422, -97.767738 30.432635, -97.775818 30.430055, -97.777297 30.432063, -97.779212 30.438254, -97.781516 30.439498, -97.78362 30.439734, -97.785336 30.440683, -97.788767 30.444164, -97.794518 30.444837, -97.799969 30.447187, -97.808931 30.447192, -97.811976 30.447053, -97.813843 30.448163, -97.816097 30.449702, -97.817482 30.45104, -97.818607 30.451563, -97.819848 30.451976, -97.820661 30.452379, -97.821566 30.452732, -97.823653 30.453894, -97.82606 30.455092, -97.826362 30.4563, -97.826769 30.457585, -97.835006 30.46418, -97.846326 30.47346, -97.846587 30.47468, -97.846264 30.476048, -97.848552 30.478776, -97.849432 30.480478, -97.850507 30.481488, -97.851084 30.482532, -97.862261 30.497417, -97.856105 30.502886, -97.856054 30.504294, -97.855823 30.507506, -97.85975 30.512419, -97.86719 30.517418, -97.868225 30.51869, -97.871461 30.522776, -97.869438 30.536151, -97.867805 30.54632, -97.872161 30.548733, -97.882278 30.553846, -97.883384 30.552954, -97.886506 30.555656, -97.887572 30.556605, -97.888728 30.565185, -97.891451 30.566454, -97.892893 30.565056, -97.89595 30.564599, -97.90247 30.571271, -97.904403 30.570546, -97.905912 30.570439, -97.922 30.564249, -97.927047 30.567562, -97.921334 30.573841, -97.915267 30.580507, -97.919387 30.585431, -97.920563 30.586864, -97.921906 30.59092, -97.919017 30.599171, -97.917072 30.604896, -97.92621 30.60759, -97.934848 30.610129, -97.951878 30.62518, -97.957022 30.628032, -97.966397 30.623678, -97.977786 30.622085, -97.981164 30.618862, -97.991158 30.60967, -97.992326 30.609364, -97.998012 30.612848, -98.001974 30.621332, -98.006317 30.627472, -98.012585 30.617295, -98.029657 30.614631, -98.036487 30.611621, -98.03955 30.618364, -98.040262 30.618094, -98.05005 30.624019, -98.066469 30.59327, -98.078818 30.5702, -98.095701 30.538455, -98.101126 30.528322, -98.112309 30.507444, -98.123463 30.486556, -98.123122 30.485151, -98.121339 30.484978, -98.119626 30.484883, -98.117999 30.484895, -98.116432 30.485051, -98.115227 30.485222, -98.114418 30.485395, -98.11372 30.485613, -98.113357 30.485933, -98.113189 30.486223, -98.112822 30.487028, -98.112371 30.488, -98.111908 30.488814, -98.111503 30.489469, -98.110557 30.490909, -98.109927 30.491693, -98.109046 30.492748, -98.108284 30.493576, -98.107468 30.494268, -98.106225 30.495164, -98.104756 30.496046, -98.10393 30.496431, -98.103207 30.496725, -98.102165 30.497106, -98.100832 30.497514, -98.098851 30.497954, -98.097762 30.498155, -98.097734 30.495444, -98.09768 30.481581, -98.097674 30.467658, -98.10066 30.463187, -98.103156 30.459503, -98.107733 30.452705, -98.111648 30.446837, -98.119476 30.435211, -98.125478 30.426232, -98.134776 30.412452, -98.150793 30.388892, -98.173144 30.356259, -98.088755 30.296626, -98.066305 30.280023, -97.98383 30.220914, -97.983132 30.220475, -97.945188 30.193393, -97.930017 30.182563, -97.929857 30.182449, -97.92883 30.181716, -97.925681 30.179468, -97.919766 30.175161, -97.916627 30.17294, -97.912239 30.169797, -97.911152 30.168932, -97.910916 30.168849, -97.910105 30.168308, -97.895174 30.15754, -97.868271 30.138201, -97.864495 30.135466, -97.863602 30.134803, -97.857926 30.130737, -97.857743 30.130605, -97.857451 30.130396, -97.853431 30.127469, -97.852066 30.126571, -97.841914 30.11929, -97.841353 30.118888, -97.822218 30.105162, -97.820266 30.103762, -97.813888 30.099187, -97.813826 30.099142, -97.812949 30.098513, -97.812884 30.098468, -97.756104 30.057542, -97.755876 30.057469, -97.708774 30.023326, -97.702008 30.028673, -97.690065 30.039163, -97.688337 30.040681, -97.685417 30.043245, -97.67856 30.049262, -97.674299 30.053, -97.653384 30.071346, -97.65334 30.07138, -97.649061 30.067805, -97.567796 30.141581, -97.533438 30.172756, -97.501073 30.201949, -97.492327 30.20962, -97.489926 30.213764, -97.480725 30.229641, -97.479607 30.23157, -97.455629 30.273449, -97.431494 30.314568, -97.405118 30.35952, -97.402844 30.363384, -97.398692 30.37044, -97.39807 30.371506, -97.378711 30.404388, -97.375115 30.4105, -97.369583 30.41967, -97.370061 30.419567, -97.370571 30.418938, -97.371654 30.417971, -97.372357 30.417592, -97.373004 30.417413, -97.373972 30.417545, -97.374712 30.417508, -97.375147 30.417758, -97.375265 30.418031, -97.377441 30.418795, -97.378052 30.421763, -97.379588 30.423962, -97.383404 30.42398, -97.383213 30.426125, -97.385053 30.429005, -97.387173 30.430029, -97.387676 30.433508, -97.392681 30.43457, -97.391582 30.436954, -97.393059 30.438891, -97.395516 30.437728, -97.404433 30.44024, -97.406452 30.442194, -97.4076 30.440034, -97.408904 30.438095, -97.415473 30.438155, -97.422822 30.444834, -97.427526 30.452072, -97.429283 30.452409, -97.433571 30.452734, -97.433746 30.458928, -97.435669 30.45941, -97.436951 30.459992, -97.43912 30.459565, -97.440198 30.457815, -97.441606 30.454692, -97.444716 30.455349, -97.445564 30.460729, -97.453547 30.460517, -97.45956 30.457495, -97.463791 30.459721, -97.467207 30.464762, -97.471183 30.466361, -97.475285 30.466793, -97.476251 30.468767, -97.479906 30.46992, -97.485839 30.469196, -97.488598 30.473236, -97.501344 30.477444, -97.502535 30.480196, -97.504826 30.480735, -97.510889 30.484877, -97.5223 30.476216, -97.523856 30.472413, -97.5272 30.474997, -97.543112 30.479191, -97.546605 30.474729, -97.550062 30.476381, -97.549343 30.480801, -97.550956 30.484565, -97.551743 30.485973, -97.552224 30.488144, -97.552744 30.490063, -97.563118 30.491624, -97.563494 30.492141, -97.563951 30.495548, -97.568983 30.496083, -97.568812 30.499167, -97.57168 30.500331, -97.572091 30.500391, -97.572522 30.500261, -97.573418 30.50021, -97.574559 30.500016, -97.576752 30.501097, -97.579124 30.499874, -97.580949 30.50099, -97.588913 30.497855, -97.590885 30.497117, -97.591379 30.500876, -97.593151 30.500451, -97.596187 30.501403, -97.598826 30.500093, -97.600881 30.499023, -97.601488 30.498708, -97.603401 30.497241, -97.604396 30.496462, -97.605246 30.495798, -97.606094 30.495136, -97.606318 30.493598, -97.606808 30.490336, -97.610028 30.490027, -97.610192 30.490011, -97.615287 30.489522, -97.617492 30.489358, -97.618574 30.490327, -97.624836 30.487032, -97.627694 30.485458, -97.633612 30.484066, -97.639813 30.482462, -97.6412 30.482011))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 439.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Travis County, Texas\", \"geo_wkt\": \"POLYGON ((-97.6412 30.482011, -97.642974 30.479933, -97.643162 30.479713, -97.643562 30.478089, -97.651617 30.474751, -97.656231 30.477308, -97.659232 30.478968, -97.6641 30.481813, -97.669906 30.478425, -97.673019 30.479862, -97.674331 30.480566, -97.676288 30.480324, -97.679122 30.479974, -97.682893 30.4793, -97.68874 30.461544, -97.696076 30.461409, -97.703937 30.458483, -97.715107 30.458665, -97.733553 30.449739, -97.74638 30.4495, -97.749251 30.447788, -97.754567 30.440659, -97.753614 30.433422, -97.767738 30.432635, -97.775818 30.430055, -97.777297 30.432063, -97.779212 30.438254, -97.781516 30.439498, -97.78362 30.439734, -97.785336 30.440683, -97.788767 30.444164, -97.794518 30.444837, -97.799969 30.447187, -97.808931 30.447192, -97.811976 30.447053, -97.813843 30.448163, -97.816097 30.449702, -97.817482 30.45104, -97.818607 30.451563, -97.819848 30.451976, -97.820661 30.452379, -97.821566 30.452732, -97.823653 30.453894, -97.82606 30.455092, -97.826362 30.4563, -97.826769 30.457585, -97.835006 30.46418, -97.846326 30.47346, -97.846587 30.47468, -97.846264 30.476048, -97.848552 30.478776, -97.849432 30.480478, -97.850507 30.481488, -97.851084 30.482532, -97.862261 30.497417, -97.856105 30.502886, -97.856054 30.504294, -97.855823 30.507506, -97.85975 30.512419, -97.86719 30.517418, -97.868225 30.51869, -97.871461 30.522776, -97.869438 30.536151, -97.867805 30.54632, -97.872161 30.548733, -97.882278 30.553846, -97.883384 30.552954, -97.886506 30.555656, -97.887572 30.556605, -97.888728 30.565185, -97.891451 30.566454, -97.892893 30.565056, -97.89595 30.564599, -97.90247 30.571271, -97.904403 30.570546, -97.905912 30.570439, -97.922 30.564249, -97.927047 30.567562, -97.921334 30.573841, -97.915267 30.580507, -97.919387 30.585431, -97.920563 30.586864, -97.921906 30.59092, -97.919017 30.599171, -97.917072 30.604896, -97.92621 30.60759, -97.934848 30.610129, -97.951878 30.62518, -97.957022 30.628032, -97.966397 30.623678, -97.977786 30.622085, -97.981164 30.618862, -97.991158 30.60967, -97.992326 30.609364, -97.998012 30.612848, -98.001974 30.621332, -98.006317 30.627472, -98.012585 30.617295, -98.029657 30.614631, -98.036487 30.611621, -98.03955 30.618364, -98.040262 30.618094, -98.05005 30.624019, -98.066469 30.59327, -98.078818 30.5702, -98.095701 30.538455, -98.101126 30.528322, -98.112309 30.507444, -98.123463 30.486556, -98.123122 30.485151, -98.121339 30.484978, -98.119626 30.484883, -98.117999 30.484895, -98.116432 30.485051, -98.115227 30.485222, -98.114418 30.485395, -98.11372 30.485613, -98.113357 30.485933, -98.113189 30.486223, -98.112822 30.487028, -98.112371 30.488, -98.111908 30.488814, -98.111503 30.489469, -98.110557 30.490909, -98.109927 30.491693, -98.109046 30.492748, -98.108284 30.493576, -98.107468 30.494268, -98.106225 30.495164, -98.104756 30.496046, -98.10393 30.496431, -98.103207 30.496725, -98.102165 30.497106, -98.100832 30.497514, -98.098851 30.497954, -98.097762 30.498155, -98.097734 30.495444, -98.09768 30.481581, -98.097674 30.467658, -98.10066 30.463187, -98.103156 30.459503, -98.107733 30.452705, -98.111648 30.446837, -98.119476 30.435211, -98.125478 30.426232, -98.134776 30.412452, -98.150793 30.388892, -98.173144 30.356259, -98.088755 30.296626, -98.066305 30.280023, -97.98383 30.220914, -97.983132 30.220475, -97.945188 30.193393, -97.930017 30.182563, -97.929857 30.182449, -97.92883 30.181716, -97.925681 30.179468, -97.919766 30.175161, -97.916627 30.17294, -97.912239 30.169797, -97.911152 30.168932, -97.910916 30.168849, -97.910105 30.168308, -97.895174 30.15754, -97.868271 30.138201, -97.864495 30.135466, -97.863602 30.134803, -97.857926 30.130737, -97.857743 30.130605, -97.857451 30.130396, -97.853431 30.127469, -97.852066 30.126571, -97.841914 30.11929, -97.841353 30.118888, -97.822218 30.105162, -97.820266 30.103762, -97.813888 30.099187, -97.813826 30.099142, -97.812949 30.098513, -97.812884 30.098468, -97.756104 30.057542, -97.755876 30.057469, -97.708774 30.023326, -97.702008 30.028673, -97.690065 30.039163, -97.688337 30.040681, -97.685417 30.043245, -97.67856 30.049262, -97.674299 30.053, -97.653384 30.071346, -97.65334 30.07138, -97.649061 30.067805, -97.567796 30.141581, -97.533438 30.172756, -97.501073 30.201949, -97.492327 30.20962, -97.489926 30.213764, -97.480725 30.229641, -97.479607 30.23157, -97.455629 30.273449, -97.431494 30.314568, -97.405118 30.35952, -97.402844 30.363384, -97.398692 30.37044, -97.39807 30.371506, -97.378711 30.404388, -97.375115 30.4105, -97.369583 30.41967, -97.370061 30.419567, -97.370571 30.418938, -97.371654 30.417971, -97.372357 30.417592, -97.373004 30.417413, -97.373972 30.417545, -97.374712 30.417508, -97.375147 30.417758, -97.375265 30.418031, -97.377441 30.418795, -97.378052 30.421763, -97.379588 30.423962, -97.383404 30.42398, -97.383213 30.426125, -97.385053 30.429005, -97.387173 30.430029, -97.387676 30.433508, -97.392681 30.43457, -97.391582 30.436954, -97.393059 30.438891, -97.395516 30.437728, -97.404433 30.44024, -97.406452 30.442194, -97.4076 30.440034, -97.408904 30.438095, -97.415473 30.438155, -97.422822 30.444834, -97.427526 30.452072, -97.429283 30.452409, -97.433571 30.452734, -97.433746 30.458928, -97.435669 30.45941, -97.436951 30.459992, -97.43912 30.459565, -97.440198 30.457815, -97.441606 30.454692, -97.444716 30.455349, -97.445564 30.460729, -97.453547 30.460517, -97.45956 30.457495, -97.463791 30.459721, -97.467207 30.464762, -97.471183 30.466361, -97.475285 30.466793, -97.476251 30.468767, -97.479906 30.46992, -97.485839 30.469196, -97.488598 30.473236, -97.501344 30.477444, -97.502535 30.480196, -97.504826 30.480735, -97.510889 30.484877, -97.5223 30.476216, -97.523856 30.472413, -97.5272 30.474997, -97.543112 30.479191, -97.546605 30.474729, -97.550062 30.476381, -97.549343 30.480801, -97.550956 30.484565, -97.551743 30.485973, -97.552224 30.488144, -97.552744 30.490063, -97.563118 30.491624, -97.563494 30.492141, -97.563951 30.495548, -97.568983 30.496083, -97.568812 30.499167, -97.57168 30.500331, -97.572091 30.500391, -97.572522 30.500261, -97.573418 30.50021, -97.574559 30.500016, -97.576752 30.501097, -97.579124 30.499874, -97.580949 30.50099, -97.588913 30.497855, -97.590885 30.497117, -97.591379 30.500876, -97.593151 30.500451, -97.596187 30.501403, -97.598826 30.500093, -97.600881 30.499023, -97.601488 30.498708, -97.603401 30.497241, -97.604396 30.496462, -97.605246 30.495798, -97.606094 30.495136, -97.606318 30.493598, -97.606808 30.490336, -97.610028 30.490027, -97.610192 30.490011, -97.615287 30.489522, -97.617492 30.489358, -97.618574 30.490327, -97.624836 30.487032, -97.627694 30.485458, -97.633612 30.484066, -97.639813 30.482462, -97.6412 30.482011))\", \"region\": {\"id\": 25850, \"geometry\": \"POLYGON ((-97.6412 30.482011, -97.642974 30.479933, -97.643162 30.479713, -97.643562 30.478089, -97.651617 30.474751, -97.656231 30.477308, -97.659232 30.478968, -97.6641 30.481813, -97.669906 30.478425, -97.673019 30.479862, -97.674331 30.480566, -97.676288 30.480324, -97.679122 30.479974, -97.682893 30.4793, -97.68874 30.461544, -97.696076 30.461409, -97.703937 30.458483, -97.715107 30.458665, -97.733553 30.449739, -97.74638 30.4495, -97.749251 30.447788, -97.754567 30.440659, -97.753614 30.433422, -97.767738 30.432635, -97.775818 30.430055, -97.777297 30.432063, -97.779212 30.438254, -97.781516 30.439498, -97.78362 30.439734, -97.785336 30.440683, -97.788767 30.444164, -97.794518 30.444837, -97.799969 30.447187, -97.808931 30.447192, -97.811976 30.447053, -97.813843 30.448163, -97.816097 30.449702, -97.817482 30.45104, -97.818607 30.451563, -97.819848 30.451976, -97.820661 30.452379, -97.821566 30.452732, -97.823653 30.453894, -97.82606 30.455092, -97.826362 30.4563, -97.826769 30.457585, -97.835006 30.46418, -97.846326 30.47346, -97.846587 30.47468, -97.846264 30.476048, -97.848552 30.478776, -97.849432 30.480478, -97.850507 30.481488, -97.851084 30.482532, -97.862261 30.497417, -97.856105 30.502886, -97.856054 30.504294, -97.855823 30.507506, -97.85975 30.512419, -97.86719 30.517418, -97.868225 30.51869, -97.871461 30.522776, -97.869438 30.536151, -97.867805 30.54632, -97.872161 30.548733, -97.882278 30.553846, -97.883384 30.552954, -97.886506 30.555656, -97.887572 30.556605, -97.888728 30.565185, -97.891451 30.566454, -97.892893 30.565056, -97.89595 30.564599, -97.90247 30.571271, -97.904403 30.570546, -97.905912 30.570439, -97.922 30.564249, -97.927047 30.567562, -97.921334 30.573841, -97.915267 30.580507, -97.919387 30.585431, -97.920563 30.586864, -97.921906 30.59092, -97.919017 30.599171, -97.917072 30.604896, -97.92621 30.60759, -97.934848 30.610129, -97.951878 30.62518, -97.957022 30.628032, -97.966397 30.623678, -97.977786 30.622085, -97.981164 30.618862, -97.991158 30.60967, -97.992326 30.609364, -97.998012 30.612848, -98.001974 30.621332, -98.006317 30.627472, -98.012585 30.617295, -98.029657 30.614631, -98.036487 30.611621, -98.03955 30.618364, -98.040262 30.618094, -98.05005 30.624019, -98.066469 30.59327, -98.078818 30.5702, -98.095701 30.538455, -98.101126 30.528322, -98.112309 30.507444, -98.123463 30.486556, -98.123122 30.485151, -98.121339 30.484978, -98.119626 30.484883, -98.117999 30.484895, -98.116432 30.485051, -98.115227 30.485222, -98.114418 30.485395, -98.11372 30.485613, -98.113357 30.485933, -98.113189 30.486223, -98.112822 30.487028, -98.112371 30.488, -98.111908 30.488814, -98.111503 30.489469, -98.110557 30.490909, -98.109927 30.491693, -98.109046 30.492748, -98.108284 30.493576, -98.107468 30.494268, -98.106225 30.495164, -98.104756 30.496046, -98.10393 30.496431, -98.103207 30.496725, -98.102165 30.497106, -98.100832 30.497514, -98.098851 30.497954, -98.097762 30.498155, -98.097734 30.495444, -98.09768 30.481581, -98.097674 30.467658, -98.10066 30.463187, -98.103156 30.459503, -98.107733 30.452705, -98.111648 30.446837, -98.119476 30.435211, -98.125478 30.426232, -98.134776 30.412452, -98.150793 30.388892, -98.173144 30.356259, -98.088755 30.296626, -98.066305 30.280023, -97.98383 30.220914, -97.983132 30.220475, -97.945188 30.193393, -97.930017 30.182563, -97.929857 30.182449, -97.92883 30.181716, -97.925681 30.179468, -97.919766 30.175161, -97.916627 30.17294, -97.912239 30.169797, -97.911152 30.168932, -97.910916 30.168849, -97.910105 30.168308, -97.895174 30.15754, -97.868271 30.138201, -97.864495 30.135466, -97.863602 30.134803, -97.857926 30.130737, -97.857743 30.130605, -97.857451 30.130396, -97.853431 30.127469, -97.852066 30.126571, -97.841914 30.11929, -97.841353 30.118888, -97.822218 30.105162, -97.820266 30.103762, -97.813888 30.099187, -97.813826 30.099142, -97.812949 30.098513, -97.812884 30.098468, -97.756104 30.057542, -97.755876 30.057469, -97.708774 30.023326, -97.702008 30.028673, -97.690065 30.039163, -97.688337 30.040681, -97.685417 30.043245, -97.67856 30.049262, -97.674299 30.053, -97.653384 30.071346, -97.65334 30.07138, -97.649061 30.067805, -97.567796 30.141581, -97.533438 30.172756, -97.501073 30.201949, -97.492327 30.20962, -97.489926 30.213764, -97.480725 30.229641, -97.479607 30.23157, -97.455629 30.273449, -97.431494 30.314568, -97.405118 30.35952, -97.402844 30.363384, -97.398692 30.37044, -97.39807 30.371506, -97.378711 30.404388, -97.375115 30.4105, -97.369583 30.41967, -97.370061 30.419567, -97.370571 30.418938, -97.371654 30.417971, -97.372357 30.417592, -97.373004 30.417413, -97.373972 30.417545, -97.374712 30.417508, -97.375147 30.417758, -97.375265 30.418031, -97.377441 30.418795, -97.378052 30.421763, -97.379588 30.423962, -97.383404 30.42398, -97.383213 30.426125, -97.385053 30.429005, -97.387173 30.430029, -97.387676 30.433508, -97.392681 30.43457, -97.391582 30.436954, -97.393059 30.438891, -97.395516 30.437728, -97.404433 30.44024, -97.406452 30.442194, -97.4076 30.440034, -97.408904 30.438095, -97.415473 30.438155, -97.422822 30.444834, -97.427526 30.452072, -97.429283 30.452409, -97.433571 30.452734, -97.433746 30.458928, -97.435669 30.45941, -97.436951 30.459992, -97.43912 30.459565, -97.440198 30.457815, -97.441606 30.454692, -97.444716 30.455349, -97.445564 30.460729, -97.453547 30.460517, -97.45956 30.457495, -97.463791 30.459721, -97.467207 30.464762, -97.471183 30.466361, -97.475285 30.466793, -97.476251 30.468767, -97.479906 30.46992, -97.485839 30.469196, -97.488598 30.473236, -97.501344 30.477444, -97.502535 30.480196, -97.504826 30.480735, -97.510889 30.484877, -97.5223 30.476216, -97.523856 30.472413, -97.5272 30.474997, -97.543112 30.479191, -97.546605 30.474729, -97.550062 30.476381, -97.549343 30.480801, -97.550956 30.484565, -97.551743 30.485973, -97.552224 30.488144, -97.552744 30.490063, -97.563118 30.491624, -97.563494 30.492141, -97.563951 30.495548, -97.568983 30.496083, -97.568812 30.499167, -97.57168 30.500331, -97.572091 30.500391, -97.572522 30.500261, -97.573418 30.50021, -97.574559 30.500016, -97.576752 30.501097, -97.579124 30.499874, -97.580949 30.50099, -97.588913 30.497855, -97.590885 30.497117, -97.591379 30.500876, -97.593151 30.500451, -97.596187 30.501403, -97.598826 30.500093, -97.600881 30.499023, -97.601488 30.498708, -97.603401 30.497241, -97.604396 30.496462, -97.605246 30.495798, -97.606094 30.495136, -97.606318 30.493598, -97.606808 30.490336, -97.610028 30.490027, -97.610192 30.490011, -97.615287 30.489522, -97.617492 30.489358, -97.618574 30.490327, -97.624836 30.487032, -97.627694 30.485458, -97.633612 30.484066, -97.639813 30.482462, -97.6412 30.482011))\", \"region_name\": \"Travis County\", \"border_type\": \"county\", \"wikidata\": \"Q110426\", \"wikipedia\": \"en:Travis County, Texas\", \"admin_level\": \"6\", \"population\": \"1176558\"}}}"} -{"id": "raster_only/elevation_max+region/0006", "group": "raster_only", "template": "elevation_max+region", "question": "What peak elevation does Beetown, Wisconsin reach?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-90.90066 42.771108, -90.939037 42.771256, -90.941338 42.843364, -90.941816 42.858317, -90.902064 42.858184, -90.783699 42.857787, -90.780969 42.770701, -90.90066 42.771108))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 335.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Beetown, Wisconsin\", \"geo_wkt\": \"POLYGON ((-90.90066 42.771108, -90.939037 42.771256, -90.941338 42.843364, -90.941816 42.858317, -90.902064 42.858184, -90.783699 42.857787, -90.780969 42.770701, -90.90066 42.771108))\", \"region\": {\"id\": 35523, \"geometry\": \"POLYGON ((-90.90066 42.771108, -90.939037 42.771256, -90.941338 42.843364, -90.941816 42.858317, -90.902064 42.858184, -90.783699 42.857787, -90.780969 42.770701, -90.90066 42.771108))\", \"region_name\": \"Town of Beetown\", \"wikidata\": \"Q814150\", \"wikipedia\": \"en:Beetown, Wisconsin\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_max+region/0007", "group": "raster_only", "template": "elevation_max+region", "question": "What is the highest elevation in Solvay, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.212409 43.046957, -76.212714 43.051088, -76.212897 43.053271, -76.212955 43.053297, -76.216155 43.05317, -76.216139 43.052799, -76.217532 43.05276, -76.217504 43.052349, -76.218633 43.052311, -76.218652 43.052727, -76.220997 43.052657, -76.221024 43.053015, -76.221125 43.054383, -76.222804 43.054428, -76.222756 43.053909, -76.225582 43.053977, -76.22569 43.05543, -76.22789 43.055492, -76.229755 43.055608, -76.230719 43.055697, -76.230845 43.057194, -76.23092 43.058089, -76.229605 43.058169, -76.230419 43.067678, -76.230735 43.067663, -76.23151 43.068567, -76.227851 43.067467, -76.219846 43.064985, -76.219284 43.064833, -76.219013 43.064793, -76.218697 43.064773, -76.206272 43.064348, -76.205943 43.064054, -76.200734 43.063846, -76.200855 43.063692, -76.200378 43.063674, -76.19744 43.059513, -76.197562 43.059507, -76.199583 43.060032, -76.199629 43.059941, -76.200068 43.060056, -76.19964 43.054683, -76.199078 43.054668, -76.197647 43.052648, -76.197337 43.05217, -76.196262 43.050676, -76.195621 43.049696, -76.195598 43.049386, -76.195553 43.049299, -76.195502 43.04848, -76.19537 43.046255, -76.195087 43.042422, -76.195303 43.042391, -76.195487 43.042344, -76.195724 43.042243, -76.19593 43.042129, -76.196187 43.042054, -76.199079 43.041905, -76.198936 43.042356, -76.19886 43.042672, -76.198828 43.042994, -76.199107 43.047301, -76.200609 43.047188, -76.203226 43.046989, -76.2038 43.046996, -76.204317 43.047053, -76.20553 43.047199, -76.206039 43.047234, -76.206536 43.047233, -76.207732 43.047179, -76.208016 43.051037, -76.208895 43.050998, -76.209744 43.050668, -76.210274 43.050705, -76.210468 43.050462, -76.211168 43.050433, -76.211154 43.050294, -76.211358 43.050285, -76.211118 43.047021, -76.212409 43.046957))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 199.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Solvay, New York\", \"geo_wkt\": \"POLYGON ((-76.212409 43.046957, -76.212714 43.051088, -76.212897 43.053271, -76.212955 43.053297, -76.216155 43.05317, -76.216139 43.052799, -76.217532 43.05276, -76.217504 43.052349, -76.218633 43.052311, -76.218652 43.052727, -76.220997 43.052657, -76.221024 43.053015, -76.221125 43.054383, -76.222804 43.054428, -76.222756 43.053909, -76.225582 43.053977, -76.22569 43.05543, -76.22789 43.055492, -76.229755 43.055608, -76.230719 43.055697, -76.230845 43.057194, -76.23092 43.058089, -76.229605 43.058169, -76.230419 43.067678, -76.230735 43.067663, -76.23151 43.068567, -76.227851 43.067467, -76.219846 43.064985, -76.219284 43.064833, -76.219013 43.064793, -76.218697 43.064773, -76.206272 43.064348, -76.205943 43.064054, -76.200734 43.063846, -76.200855 43.063692, -76.200378 43.063674, -76.19744 43.059513, -76.197562 43.059507, -76.199583 43.060032, -76.199629 43.059941, -76.200068 43.060056, -76.19964 43.054683, -76.199078 43.054668, -76.197647 43.052648, -76.197337 43.05217, -76.196262 43.050676, -76.195621 43.049696, -76.195598 43.049386, -76.195553 43.049299, -76.195502 43.04848, -76.19537 43.046255, -76.195087 43.042422, -76.195303 43.042391, -76.195487 43.042344, -76.195724 43.042243, -76.19593 43.042129, -76.196187 43.042054, -76.199079 43.041905, -76.198936 43.042356, -76.19886 43.042672, -76.198828 43.042994, -76.199107 43.047301, -76.200609 43.047188, -76.203226 43.046989, -76.2038 43.046996, -76.204317 43.047053, -76.20553 43.047199, -76.206039 43.047234, -76.206536 43.047233, -76.207732 43.047179, -76.208016 43.051037, -76.208895 43.050998, -76.209744 43.050668, -76.210274 43.050705, -76.210468 43.050462, -76.211168 43.050433, -76.211154 43.050294, -76.211358 43.050285, -76.211118 43.047021, -76.212409 43.046957))\", \"region\": {\"id\": 14066, \"geometry\": \"POLYGON ((-76.212409 43.046957, -76.212714 43.051088, -76.212897 43.053271, -76.212955 43.053297, -76.216155 43.05317, -76.216139 43.052799, -76.217532 43.05276, -76.217504 43.052349, -76.218633 43.052311, -76.218652 43.052727, -76.220997 43.052657, -76.221024 43.053015, -76.221125 43.054383, -76.222804 43.054428, -76.222756 43.053909, -76.225582 43.053977, -76.22569 43.05543, -76.22789 43.055492, -76.229755 43.055608, -76.230719 43.055697, -76.230845 43.057194, -76.23092 43.058089, -76.229605 43.058169, -76.230419 43.067678, -76.230735 43.067663, -76.23151 43.068567, -76.227851 43.067467, -76.219846 43.064985, -76.219284 43.064833, -76.219013 43.064793, -76.218697 43.064773, -76.206272 43.064348, -76.205943 43.064054, -76.200734 43.063846, -76.200855 43.063692, -76.200378 43.063674, -76.19744 43.059513, -76.197562 43.059507, -76.199583 43.060032, -76.199629 43.059941, -76.200068 43.060056, -76.19964 43.054683, -76.199078 43.054668, -76.197647 43.052648, -76.197337 43.05217, -76.196262 43.050676, -76.195621 43.049696, -76.195598 43.049386, -76.195553 43.049299, -76.195502 43.04848, -76.19537 43.046255, -76.195087 43.042422, -76.195303 43.042391, -76.195487 43.042344, -76.195724 43.042243, -76.19593 43.042129, -76.196187 43.042054, -76.199079 43.041905, -76.198936 43.042356, -76.19886 43.042672, -76.198828 43.042994, -76.199107 43.047301, -76.200609 43.047188, -76.203226 43.046989, -76.2038 43.046996, -76.204317 43.047053, -76.20553 43.047199, -76.206039 43.047234, -76.206536 43.047233, -76.207732 43.047179, -76.208016 43.051037, -76.208895 43.050998, -76.209744 43.050668, -76.210274 43.050705, -76.210468 43.050462, -76.211168 43.050433, -76.211154 43.050294, -76.211358 43.050285, -76.211118 43.047021, -76.212409 43.046957))\", \"region_name\": \"Village of Solvay\", \"border_type\": \"village\", \"wikidata\": \"Q2538840\", \"wikipedia\": \"en:Solvay, New York\", \"place\": \"village\", \"admin_level\": \"8\", \"population\": \"6645\"}}}"} -{"id": "raster_only/elevation_max+region/0008", "group": "raster_only", "template": "elevation_max+region", "question": "What is the highest elevation in Newark Valley, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.241658 42.198458, -76.241652 42.198471, -76.241479 42.198879, -76.24136 42.199082, -76.241213 42.199279, -76.241199 42.199426, -76.241097 42.199568, -76.240984 42.199649, -76.240856 42.199716, -76.240677 42.199869, -76.240464 42.199939, -76.240365 42.199991, -76.240152 42.20022, -76.240116 42.200301, -76.240111 42.200449, -76.240071 42.200557, -76.239739 42.200993, -76.23944 42.201457, -76.23919 42.202062, -76.239169 42.202154, -76.239083 42.202294, -76.239049 42.202413, -76.239003 42.202464, -76.238878 42.202541, -76.238796 42.202685, -76.238624 42.202888, -76.238517 42.20306, -76.238459 42.203338, -76.238469 42.203578, -76.238698 42.203899, -76.238794 42.204305, -76.238809 42.204464, -76.23878 42.204837, -76.23866 42.205202, -76.238621 42.205445, -76.238573 42.205557, -76.238436 42.205783, -76.238381 42.205844, -76.238306 42.205894, -76.237964 42.206029, -76.237893 42.206014, -76.237855 42.20598, -76.237857 42.205938, -76.237908 42.205858, -76.237893 42.205796, -76.237827 42.205745, -76.237736 42.205712, -76.237542 42.205703, -76.237359 42.205719, -76.237149 42.205772, -76.237078 42.2058, -76.23705 42.205827, -76.237029 42.205873, -76.237035 42.20592, -76.237146 42.206015, -76.237209 42.206197, -76.237195 42.206339, -76.237111 42.206529, -76.237018 42.206675, -76.236893 42.206825, -76.236583 42.207079, -76.236425 42.207235, -76.236194 42.207554, -76.236139 42.207706, -76.236093 42.207977, -76.236037 42.208129, -76.235945 42.208288, -76.235629 42.20871, -76.235614 42.208787, -76.235545 42.208874, -76.235548 42.208936, -76.2355 42.209084, -76.235288 42.209503, -76.235107 42.209743, -76.234636 42.21047, -76.234039 42.211519, -76.233603 42.2122, -76.233013 42.212837, -76.232579 42.213489, -76.232338 42.213803, -76.232317 42.213916, -76.232379 42.21403, -76.232528 42.214571, -76.232542 42.214883, -76.232511 42.215011, -76.232432 42.215163, -76.23241 42.21528, -76.232342 42.215422, -76.232327 42.215811, -76.232284 42.216062, -76.232179 42.216343, -76.232168 42.216566, -76.232248 42.216859, -76.232291 42.216916, -76.232402 42.217001, -76.232517 42.217216, -76.232379 42.217285, -76.232286 42.217386, -76.232256 42.217486, -76.232289 42.217593, -76.232286 42.217654, -76.232229 42.217914, -76.232137 42.218059, -76.231915 42.21825, -76.231847 42.218365, -76.231825 42.218486, -76.231729 42.218742, -76.23176 42.218994, -76.231752 42.2191, -76.231522 42.219711, -76.231484 42.219919, -76.231478 42.220127, -76.23152 42.220398, -76.23161 42.220643, -76.231702 42.220816, -76.231885 42.221055, -76.231991 42.221265, -76.232097 42.221403, -76.232222 42.221509, -76.232384 42.221603, -76.232471 42.221623, -76.232718 42.221631, -76.232864 42.221671, -76.233056 42.221754, -76.233371 42.221938, -76.233436 42.222014, -76.233467 42.222096, -76.233477 42.222181, -76.233455 42.2223, -76.233469 42.22236, -76.233628 42.222577, -76.234531 42.223567, -76.234696 42.223705, -76.235 42.223905, -76.235191 42.224107, -76.235373 42.224423, -76.235495 42.224717, -76.235585 42.225072, -76.235677 42.22565, -76.235775 42.225935, -76.236047 42.226377, -76.236198 42.226514, -76.236335 42.226704, -76.23648 42.226969, -76.236589 42.227239, -76.236633 42.227544, -76.236586 42.227951, -76.236607 42.228159, -76.236661 42.228338, -76.236799 42.228623, -76.236879 42.228835, -76.237002 42.229372, -76.236962 42.229849, -76.23682 42.230206, -76.236789 42.230349, -76.236652 42.230657, -76.236567 42.230746, -76.236488 42.230784, -76.236392 42.230804, -76.235946 42.230789, -76.235766 42.23083, -76.23527 42.231131, -76.234963 42.231385, -76.23482 42.231536, -76.234448 42.232026, -76.234381 42.232198, -76.234367 42.232392, -76.23427 42.232505, -76.234256 42.23255, -76.234255 42.232726, -76.234294 42.232829, -76.234482 42.233111, -76.234795 42.233459, -76.235024 42.233658, -76.235256 42.233828, -76.235467 42.23392, -76.23555 42.233998, -76.23559 42.234081, -76.235666 42.234136, -76.23582 42.234185, -76.235958 42.234187, -76.236022 42.234169, -76.236135 42.234016, -76.236231 42.233957, -76.236382 42.233931, -76.236542 42.233962, -76.236879 42.234135, -76.237479 42.234645, -76.237572 42.234696, -76.237691 42.234728, -76.237937 42.234919, -76.237986 42.234996, -76.23802 42.235103, -76.23802 42.235295, -76.237925 42.235735, -76.237836 42.235998, -76.237806 42.23623, -76.237817 42.236443, -76.237723 42.236675, -76.237699 42.236822, -76.237702 42.237001, -76.237805 42.237131, -76.237818 42.237289, -76.237795 42.237531, -76.237816 42.237628, -76.237876 42.237729, -76.237967 42.237825, -76.238183 42.237976, -76.238337 42.238058, -76.238496 42.238118, -76.238718 42.238176, -76.238838 42.23819, -76.238991 42.238178, -76.239105 42.238218, -76.239166 42.238283, -76.239276 42.238496, -76.239287 42.238561, -76.239249 42.238675, -76.239036 42.238876, -76.238973 42.239008, -76.238928 42.239059, -76.238856 42.239099, -76.238662 42.239138, -76.238456 42.239208, -76.238276 42.239298, -76.238124 42.239402, -76.237939 42.239502, -76.237929 42.239544, -76.237987 42.239595, -76.237994 42.239648, -76.237832 42.239916, -76.237683 42.24024, -76.23751 42.240395, -76.237433 42.240512, -76.237389 42.240533, -76.237256 42.240652, -76.236413 42.241917, -76.236322 42.242111, -76.236315 42.24219, -76.236343 42.242258, -76.236385 42.242304, -76.236576 42.242401, -76.236635 42.242455, -76.236747 42.24271, -76.236924 42.242929, -76.236921 42.243069, -76.236986 42.243242, -76.237008 42.243403, -76.236983 42.243567, -76.236914 42.243756, -76.236934 42.243969, -76.237077 42.244121, -76.237131 42.244157, -76.237339 42.244229, -76.237431 42.244307, -76.237473 42.244419, -76.237485 42.244581, -76.237529 42.244755, -76.237608 42.244909, -76.237729 42.245057, -76.237961 42.245234, -76.238349 42.245408, -76.238615 42.245564, -76.238809 42.245724, -76.23894 42.245877, -76.238951 42.246055, -76.239044 42.246377, -76.239057 42.246657, -76.239023 42.246771, -76.23896 42.246871, -76.238664 42.247161, -76.238515 42.247586, -76.23856 42.247839, -76.238641 42.248014, -76.238751 42.248165, -76.238886 42.248296, -76.239023 42.248397, -76.239183 42.248487, -76.239241 42.248494, -76.239298 42.248482, -76.239408 42.248399, -76.239509 42.248363, -76.239701 42.248382, -76.2398 42.248416, -76.239869 42.248465, -76.239965 42.248643, -76.239983 42.248771, -76.239971 42.24887, -76.239931 42.248941, -76.239748 42.249137, -76.239638 42.24929, -76.239543 42.249565, -76.239511 42.249779, -76.239512 42.249968, -76.239582 42.250369, -76.239738 42.250859, -76.239883 42.251182, -76.239967 42.25134, -76.240183 42.251544, -76.240292 42.251711, -76.240466 42.252155, -76.240655 42.252521, -76.240706 42.252656, -76.240735 42.252874, -76.24071 42.25305, -76.240655 42.25318, -76.240511 42.253413, -76.240466 42.253578, -76.240472 42.253754, -76.240535 42.25388, -76.240561 42.253997, -76.240624 42.254093, -76.240726 42.254169, -76.240802 42.25417, -76.240886 42.254125, -76.240958 42.254119, -76.241048 42.25413, -76.241127 42.254158, -76.241269 42.254261, -76.24136 42.254352, -76.24143 42.254445, -76.241443 42.254529, -76.241419 42.254638, -76.241351 42.254729, -76.2413 42.254754, -76.241025 42.254818, -76.240788 42.254924, -76.240525 42.255106, -76.240296 42.255313, -76.240127 42.255512, -76.239978 42.255748, -76.239953 42.255859, -76.239985 42.255986, -76.240118 42.256139, -76.240526 42.256435, -76.240701 42.256622, -76.240699 42.256679, -76.240591 42.256812, -76.240563 42.256934, -76.240615 42.257135, -76.240692 42.257232, -76.240766 42.257274, -76.240962 42.257342, -76.241443 42.257466, -76.241885 42.257657, -76.242262 42.257755, -76.242488 42.25792, -76.242532 42.25814, -76.242643 42.258292, -76.242983 42.258426, -76.243214 42.258599, -76.243492 42.25875, -76.243822 42.259016, -76.244003 42.259129, -76.244162 42.259185, -76.244345 42.259225, -76.244496 42.259282, -76.244582 42.259354, -76.24501 42.25954, -76.245271 42.259705, -76.245461 42.25987, -76.245625 42.260059, -76.245832 42.2604, -76.245895 42.260546, -76.245936 42.260706, -76.24595 42.260861, -76.245913 42.261134, -76.245848 42.26131, -76.245771 42.261417, -76.245732 42.261518, -76.245651 42.261574, -76.245619 42.261628, -76.245625 42.261698, -76.245671 42.261789, -76.245767 42.26187, -76.2458 42.26193, -76.245786 42.262174, -76.245719 42.262329, -76.245667 42.262397, -76.245594 42.262438, -76.245513 42.262451, -76.245429 42.262438, -76.245374 42.26241, -76.24532 42.262334, -76.245266 42.262132, -76.2452 42.262031, -76.245145 42.262013, -76.245086 42.262014, -76.244894 42.262096, -76.244626 42.262238, -76.244364 42.262512, -76.244221 42.262855, -76.24417 42.263081, -76.24416 42.263428, -76.244197 42.263753, -76.24422 42.263863, -76.244257 42.263902, -76.244384 42.264216, -76.244403 42.264336, -76.244461 42.264516, -76.244478 42.264727, -76.244524 42.264852, -76.244576 42.264888, -76.24467 42.264889, -76.244742 42.264909, -76.24492 42.265055, -76.244982 42.265237, -76.245145 42.265361, -76.245335 42.265557, -76.245375 42.265627, -76.245383 42.26574, -76.24532 42.265844, -76.245317 42.265877, -76.245389 42.26598, -76.245444 42.266278, -76.245552 42.26649, -76.24565 42.266631, -76.245734 42.267012, -76.245714 42.268238, -76.245737 42.268269, -76.245802 42.268306, -76.246067 42.268413, -76.246144 42.268484, -76.246205 42.268581, -76.246138 42.268992, -76.246087 42.26913, -76.246006 42.269271, -76.245871 42.269409, -76.245556 42.269622, -76.245388 42.269781, -76.245155 42.270067, -76.244984 42.270377, -76.244888 42.270657, -76.24488 42.270934, -76.244827 42.27132, -76.244847 42.271561, -76.244917 42.271845, -76.244992 42.272009, -76.2451 42.272133, -76.245278 42.272263, -76.245318 42.272368, -76.245424 42.272511, -76.245662 42.27276, -76.245776 42.272934, -76.245781 42.273048, -76.245809 42.273119, -76.246001 42.273313, -76.246128 42.27352, -76.246219 42.27354, -76.246325 42.273499, -76.246379 42.273496, -76.24643 42.273518, -76.246475 42.273573, -76.246539 42.27359, -76.246601 42.273573, -76.246684 42.2735, -76.246779 42.273486, -76.24686 42.273511, -76.247044 42.273522, -76.247181 42.27357, -76.247268 42.273632, -76.247322 42.273701, -76.247353 42.273798, -76.247354 42.27393, -76.24741 42.274019, -76.247466 42.274162, -76.247584 42.274276, -76.247604 42.274315, -76.22545 42.274866, -76.218273 42.275026, -76.209566 42.275194, -76.203196 42.275406, -76.202152 42.275419, -76.201879 42.27541, -76.18097 42.275928, -76.17294 42.276104, -76.16644 42.276264, -76.149842 42.276709, -76.146927 42.276803, -76.142329 42.276914, -76.132163 42.277226, -76.108798 42.278005, -76.105532 42.278083, -76.101227 42.278226, -76.100557 42.278317, -76.087372 42.278747, -76.086926 42.271686, -76.083444 42.271811, -76.08292 42.264709, -76.082824 42.264711, -76.082814 42.264552, -76.081027 42.264623, -76.080576 42.257976, -76.096377 42.257475, -76.095912 42.249971, -76.089817 42.249968, -76.089513 42.244252, -76.087076 42.244321, -76.086677 42.236316, -76.084756 42.236396, -76.08432 42.230586, -76.081187 42.230695, -76.080868 42.224747, -76.080499 42.224759, -76.080121 42.218707, -76.081886 42.218641, -76.08142 42.211009, -76.085623 42.21084, -76.084784 42.199291, -76.084108 42.199318, -76.083717 42.193847, -76.086724 42.193736, -76.087352 42.193725, -76.087115 42.190359, -76.086999 42.18774, -76.086933 42.1873, -76.086813 42.18699, -76.107684 42.186166, -76.1163 42.185846, -76.116542 42.185768, -76.122002 42.185544, -76.122214 42.18552, -76.145612 42.184616, -76.164674 42.183925, -76.175347 42.1835, -76.181157 42.183253, -76.182646 42.183174, -76.192524 42.182781, -76.206815 42.182167, -76.207364 42.182172, -76.209033 42.182075, -76.211363 42.181975, -76.212653 42.181894, -76.213133 42.181896, -76.216807 42.181723, -76.217139 42.18172, -76.225477 42.181357, -76.228824 42.181245, -76.236845 42.180935, -76.247469 42.18066, -76.251353 42.180531, -76.25138 42.180602, -76.251326 42.180831, -76.251314 42.180993, -76.251379 42.18171, -76.251278 42.182116, -76.251208 42.182727, -76.250853 42.184315, -76.25076 42.184555, -76.250673 42.184874, -76.250605 42.185028, -76.250559 42.185091, -76.250265 42.18531, -76.250069 42.185414, -76.249856 42.18547, -76.249751 42.18547, -76.249138 42.185707, -76.248813 42.18577, -76.248417 42.18579, -76.24808 42.185775, -76.247777 42.185699, -76.247546 42.185672, -76.247475 42.185691, -76.247424 42.185756, -76.247379 42.185774, -76.246949 42.185756, -76.246461 42.185782, -76.246367 42.185775, -76.24626 42.18572, -76.246183 42.185631, -76.24616 42.185537, -76.246186 42.18542, -76.246164 42.18538, -76.24601 42.185325, -76.245843 42.185313, -76.245449 42.185338, -76.24515 42.18542, -76.24499 42.185444, -76.244703 42.18555, -76.24449 42.185649, -76.244103 42.185864, -76.243753 42.186108, -76.243442 42.186376, -76.243168 42.186674, -76.243 42.186899, -76.242843 42.187154, -76.2428 42.18729, -76.242645 42.187595, -76.242351 42.188077, -76.242264 42.188169, -76.242024 42.188512, -76.241552 42.189098, -76.241332 42.189424, -76.241137 42.189757, -76.240894 42.190208, -76.240753 42.190679, -76.240695 42.191029, -76.240675 42.191385, -76.240695 42.191757, -76.240756 42.192114, -76.240747 42.192288, -76.240673 42.192616, -76.240513 42.193105, -76.240226 42.19371, -76.240197 42.193858, -76.240198 42.193998, -76.240232 42.194152, -76.240299 42.1943, -76.240449 42.19443, -76.240902 42.19467, -76.241021 42.194717, -76.24125 42.194762, -76.241412 42.194757, -76.241524 42.194793, -76.241724 42.194953, -76.241823 42.195064, -76.241866 42.195146, -76.241876 42.195269, -76.241857 42.195327, -76.241816 42.195372, -76.241694 42.195419, -76.241498 42.195439, -76.241427 42.195469, -76.241365 42.195615, -76.241295 42.195917, -76.241269 42.196136, -76.241202 42.196354, -76.241201 42.196483, -76.241443 42.196952, -76.241526 42.19705, -76.241638 42.19713, -76.241724 42.197171, -76.241987 42.197265, -76.242251 42.197328, -76.242379 42.197388, -76.242463 42.197452, -76.242525 42.197528, -76.242563 42.197613, -76.242575 42.197701, -76.242548 42.19784, -76.242482 42.197897, -76.242349 42.197928, -76.242141 42.197911, -76.242071 42.197931, -76.242007 42.197968, -76.24193 42.198093, -76.241763 42.198272, -76.241658 42.198458))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 500.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Newark Valley, New York\", \"geo_wkt\": \"POLYGON ((-76.241658 42.198458, -76.241652 42.198471, -76.241479 42.198879, -76.24136 42.199082, -76.241213 42.199279, -76.241199 42.199426, -76.241097 42.199568, -76.240984 42.199649, -76.240856 42.199716, -76.240677 42.199869, -76.240464 42.199939, -76.240365 42.199991, -76.240152 42.20022, -76.240116 42.200301, -76.240111 42.200449, -76.240071 42.200557, -76.239739 42.200993, -76.23944 42.201457, -76.23919 42.202062, -76.239169 42.202154, -76.239083 42.202294, -76.239049 42.202413, -76.239003 42.202464, -76.238878 42.202541, -76.238796 42.202685, -76.238624 42.202888, -76.238517 42.20306, -76.238459 42.203338, -76.238469 42.203578, -76.238698 42.203899, -76.238794 42.204305, -76.238809 42.204464, -76.23878 42.204837, -76.23866 42.205202, -76.238621 42.205445, -76.238573 42.205557, -76.238436 42.205783, -76.238381 42.205844, -76.238306 42.205894, -76.237964 42.206029, -76.237893 42.206014, -76.237855 42.20598, -76.237857 42.205938, -76.237908 42.205858, -76.237893 42.205796, -76.237827 42.205745, -76.237736 42.205712, -76.237542 42.205703, -76.237359 42.205719, -76.237149 42.205772, -76.237078 42.2058, -76.23705 42.205827, -76.237029 42.205873, -76.237035 42.20592, -76.237146 42.206015, -76.237209 42.206197, -76.237195 42.206339, -76.237111 42.206529, -76.237018 42.206675, -76.236893 42.206825, -76.236583 42.207079, -76.236425 42.207235, -76.236194 42.207554, -76.236139 42.207706, -76.236093 42.207977, -76.236037 42.208129, -76.235945 42.208288, -76.235629 42.20871, -76.235614 42.208787, -76.235545 42.208874, -76.235548 42.208936, -76.2355 42.209084, -76.235288 42.209503, -76.235107 42.209743, -76.234636 42.21047, -76.234039 42.211519, -76.233603 42.2122, -76.233013 42.212837, -76.232579 42.213489, -76.232338 42.213803, -76.232317 42.213916, -76.232379 42.21403, -76.232528 42.214571, -76.232542 42.214883, -76.232511 42.215011, -76.232432 42.215163, -76.23241 42.21528, -76.232342 42.215422, -76.232327 42.215811, -76.232284 42.216062, -76.232179 42.216343, -76.232168 42.216566, -76.232248 42.216859, -76.232291 42.216916, -76.232402 42.217001, -76.232517 42.217216, -76.232379 42.217285, -76.232286 42.217386, -76.232256 42.217486, -76.232289 42.217593, -76.232286 42.217654, -76.232229 42.217914, -76.232137 42.218059, -76.231915 42.21825, -76.231847 42.218365, -76.231825 42.218486, -76.231729 42.218742, -76.23176 42.218994, -76.231752 42.2191, -76.231522 42.219711, -76.231484 42.219919, -76.231478 42.220127, -76.23152 42.220398, -76.23161 42.220643, -76.231702 42.220816, -76.231885 42.221055, -76.231991 42.221265, -76.232097 42.221403, -76.232222 42.221509, -76.232384 42.221603, -76.232471 42.221623, -76.232718 42.221631, -76.232864 42.221671, -76.233056 42.221754, -76.233371 42.221938, -76.233436 42.222014, -76.233467 42.222096, -76.233477 42.222181, -76.233455 42.2223, -76.233469 42.22236, -76.233628 42.222577, -76.234531 42.223567, -76.234696 42.223705, -76.235 42.223905, -76.235191 42.224107, -76.235373 42.224423, -76.235495 42.224717, -76.235585 42.225072, -76.235677 42.22565, -76.235775 42.225935, -76.236047 42.226377, -76.236198 42.226514, -76.236335 42.226704, -76.23648 42.226969, -76.236589 42.227239, -76.236633 42.227544, -76.236586 42.227951, -76.236607 42.228159, -76.236661 42.228338, -76.236799 42.228623, -76.236879 42.228835, -76.237002 42.229372, -76.236962 42.229849, -76.23682 42.230206, -76.236789 42.230349, -76.236652 42.230657, -76.236567 42.230746, -76.236488 42.230784, -76.236392 42.230804, -76.235946 42.230789, -76.235766 42.23083, -76.23527 42.231131, -76.234963 42.231385, -76.23482 42.231536, -76.234448 42.232026, -76.234381 42.232198, -76.234367 42.232392, -76.23427 42.232505, -76.234256 42.23255, -76.234255 42.232726, -76.234294 42.232829, -76.234482 42.233111, -76.234795 42.233459, -76.235024 42.233658, -76.235256 42.233828, -76.235467 42.23392, -76.23555 42.233998, -76.23559 42.234081, -76.235666 42.234136, -76.23582 42.234185, -76.235958 42.234187, -76.236022 42.234169, -76.236135 42.234016, -76.236231 42.233957, -76.236382 42.233931, -76.236542 42.233962, -76.236879 42.234135, -76.237479 42.234645, -76.237572 42.234696, -76.237691 42.234728, -76.237937 42.234919, -76.237986 42.234996, -76.23802 42.235103, -76.23802 42.235295, -76.237925 42.235735, -76.237836 42.235998, -76.237806 42.23623, -76.237817 42.236443, -76.237723 42.236675, -76.237699 42.236822, -76.237702 42.237001, -76.237805 42.237131, -76.237818 42.237289, -76.237795 42.237531, -76.237816 42.237628, -76.237876 42.237729, -76.237967 42.237825, -76.238183 42.237976, -76.238337 42.238058, -76.238496 42.238118, -76.238718 42.238176, -76.238838 42.23819, -76.238991 42.238178, -76.239105 42.238218, -76.239166 42.238283, -76.239276 42.238496, -76.239287 42.238561, -76.239249 42.238675, -76.239036 42.238876, -76.238973 42.239008, -76.238928 42.239059, -76.238856 42.239099, -76.238662 42.239138, -76.238456 42.239208, -76.238276 42.239298, -76.238124 42.239402, -76.237939 42.239502, -76.237929 42.239544, -76.237987 42.239595, -76.237994 42.239648, -76.237832 42.239916, -76.237683 42.24024, -76.23751 42.240395, -76.237433 42.240512, -76.237389 42.240533, -76.237256 42.240652, -76.236413 42.241917, -76.236322 42.242111, -76.236315 42.24219, -76.236343 42.242258, -76.236385 42.242304, -76.236576 42.242401, -76.236635 42.242455, -76.236747 42.24271, -76.236924 42.242929, -76.236921 42.243069, -76.236986 42.243242, -76.237008 42.243403, -76.236983 42.243567, -76.236914 42.243756, -76.236934 42.243969, -76.237077 42.244121, -76.237131 42.244157, -76.237339 42.244229, -76.237431 42.244307, -76.237473 42.244419, -76.237485 42.244581, -76.237529 42.244755, -76.237608 42.244909, -76.237729 42.245057, -76.237961 42.245234, -76.238349 42.245408, -76.238615 42.245564, -76.238809 42.245724, -76.23894 42.245877, -76.238951 42.246055, -76.239044 42.246377, -76.239057 42.246657, -76.239023 42.246771, -76.23896 42.246871, -76.238664 42.247161, -76.238515 42.247586, -76.23856 42.247839, -76.238641 42.248014, -76.238751 42.248165, -76.238886 42.248296, -76.239023 42.248397, -76.239183 42.248487, -76.239241 42.248494, -76.239298 42.248482, -76.239408 42.248399, -76.239509 42.248363, -76.239701 42.248382, -76.2398 42.248416, -76.239869 42.248465, -76.239965 42.248643, -76.239983 42.248771, -76.239971 42.24887, -76.239931 42.248941, -76.239748 42.249137, -76.239638 42.24929, -76.239543 42.249565, -76.239511 42.249779, -76.239512 42.249968, -76.239582 42.250369, -76.239738 42.250859, -76.239883 42.251182, -76.239967 42.25134, -76.240183 42.251544, -76.240292 42.251711, -76.240466 42.252155, -76.240655 42.252521, -76.240706 42.252656, -76.240735 42.252874, -76.24071 42.25305, -76.240655 42.25318, -76.240511 42.253413, -76.240466 42.253578, -76.240472 42.253754, -76.240535 42.25388, -76.240561 42.253997, -76.240624 42.254093, -76.240726 42.254169, -76.240802 42.25417, -76.240886 42.254125, -76.240958 42.254119, -76.241048 42.25413, -76.241127 42.254158, -76.241269 42.254261, -76.24136 42.254352, -76.24143 42.254445, -76.241443 42.254529, -76.241419 42.254638, -76.241351 42.254729, -76.2413 42.254754, -76.241025 42.254818, -76.240788 42.254924, -76.240525 42.255106, -76.240296 42.255313, -76.240127 42.255512, -76.239978 42.255748, -76.239953 42.255859, -76.239985 42.255986, -76.240118 42.256139, -76.240526 42.256435, -76.240701 42.256622, -76.240699 42.256679, -76.240591 42.256812, -76.240563 42.256934, -76.240615 42.257135, -76.240692 42.257232, -76.240766 42.257274, -76.240962 42.257342, -76.241443 42.257466, -76.241885 42.257657, -76.242262 42.257755, -76.242488 42.25792, -76.242532 42.25814, -76.242643 42.258292, -76.242983 42.258426, -76.243214 42.258599, -76.243492 42.25875, -76.243822 42.259016, -76.244003 42.259129, -76.244162 42.259185, -76.244345 42.259225, -76.244496 42.259282, -76.244582 42.259354, -76.24501 42.25954, -76.245271 42.259705, -76.245461 42.25987, -76.245625 42.260059, -76.245832 42.2604, -76.245895 42.260546, -76.245936 42.260706, -76.24595 42.260861, -76.245913 42.261134, -76.245848 42.26131, -76.245771 42.261417, -76.245732 42.261518, -76.245651 42.261574, -76.245619 42.261628, -76.245625 42.261698, -76.245671 42.261789, -76.245767 42.26187, -76.2458 42.26193, -76.245786 42.262174, -76.245719 42.262329, -76.245667 42.262397, -76.245594 42.262438, -76.245513 42.262451, -76.245429 42.262438, -76.245374 42.26241, -76.24532 42.262334, -76.245266 42.262132, -76.2452 42.262031, -76.245145 42.262013, -76.245086 42.262014, -76.244894 42.262096, -76.244626 42.262238, -76.244364 42.262512, -76.244221 42.262855, -76.24417 42.263081, -76.24416 42.263428, -76.244197 42.263753, -76.24422 42.263863, -76.244257 42.263902, -76.244384 42.264216, -76.244403 42.264336, -76.244461 42.264516, -76.244478 42.264727, -76.244524 42.264852, -76.244576 42.264888, -76.24467 42.264889, -76.244742 42.264909, -76.24492 42.265055, -76.244982 42.265237, -76.245145 42.265361, -76.245335 42.265557, -76.245375 42.265627, -76.245383 42.26574, -76.24532 42.265844, -76.245317 42.265877, -76.245389 42.26598, -76.245444 42.266278, -76.245552 42.26649, -76.24565 42.266631, -76.245734 42.267012, -76.245714 42.268238, -76.245737 42.268269, -76.245802 42.268306, -76.246067 42.268413, -76.246144 42.268484, -76.246205 42.268581, -76.246138 42.268992, -76.246087 42.26913, -76.246006 42.269271, -76.245871 42.269409, -76.245556 42.269622, -76.245388 42.269781, -76.245155 42.270067, -76.244984 42.270377, -76.244888 42.270657, -76.24488 42.270934, -76.244827 42.27132, -76.244847 42.271561, -76.244917 42.271845, -76.244992 42.272009, -76.2451 42.272133, -76.245278 42.272263, -76.245318 42.272368, -76.245424 42.272511, -76.245662 42.27276, -76.245776 42.272934, -76.245781 42.273048, -76.245809 42.273119, -76.246001 42.273313, -76.246128 42.27352, -76.246219 42.27354, -76.246325 42.273499, -76.246379 42.273496, -76.24643 42.273518, -76.246475 42.273573, -76.246539 42.27359, -76.246601 42.273573, -76.246684 42.2735, -76.246779 42.273486, -76.24686 42.273511, -76.247044 42.273522, -76.247181 42.27357, -76.247268 42.273632, -76.247322 42.273701, -76.247353 42.273798, -76.247354 42.27393, -76.24741 42.274019, -76.247466 42.274162, -76.247584 42.274276, -76.247604 42.274315, -76.22545 42.274866, -76.218273 42.275026, -76.209566 42.275194, -76.203196 42.275406, -76.202152 42.275419, -76.201879 42.27541, -76.18097 42.275928, -76.17294 42.276104, -76.16644 42.276264, -76.149842 42.276709, -76.146927 42.276803, -76.142329 42.276914, -76.132163 42.277226, -76.108798 42.278005, -76.105532 42.278083, -76.101227 42.278226, -76.100557 42.278317, -76.087372 42.278747, -76.086926 42.271686, -76.083444 42.271811, -76.08292 42.264709, -76.082824 42.264711, -76.082814 42.264552, -76.081027 42.264623, -76.080576 42.257976, -76.096377 42.257475, -76.095912 42.249971, -76.089817 42.249968, -76.089513 42.244252, -76.087076 42.244321, -76.086677 42.236316, -76.084756 42.236396, -76.08432 42.230586, -76.081187 42.230695, -76.080868 42.224747, -76.080499 42.224759, -76.080121 42.218707, -76.081886 42.218641, -76.08142 42.211009, -76.085623 42.21084, -76.084784 42.199291, -76.084108 42.199318, -76.083717 42.193847, -76.086724 42.193736, -76.087352 42.193725, -76.087115 42.190359, -76.086999 42.18774, -76.086933 42.1873, -76.086813 42.18699, -76.107684 42.186166, -76.1163 42.185846, -76.116542 42.185768, -76.122002 42.185544, -76.122214 42.18552, -76.145612 42.184616, -76.164674 42.183925, -76.175347 42.1835, -76.181157 42.183253, -76.182646 42.183174, -76.192524 42.182781, -76.206815 42.182167, -76.207364 42.182172, -76.209033 42.182075, -76.211363 42.181975, -76.212653 42.181894, -76.213133 42.181896, -76.216807 42.181723, -76.217139 42.18172, -76.225477 42.181357, -76.228824 42.181245, -76.236845 42.180935, -76.247469 42.18066, -76.251353 42.180531, -76.25138 42.180602, -76.251326 42.180831, -76.251314 42.180993, -76.251379 42.18171, -76.251278 42.182116, -76.251208 42.182727, -76.250853 42.184315, -76.25076 42.184555, -76.250673 42.184874, -76.250605 42.185028, -76.250559 42.185091, -76.250265 42.18531, -76.250069 42.185414, -76.249856 42.18547, -76.249751 42.18547, -76.249138 42.185707, -76.248813 42.18577, -76.248417 42.18579, -76.24808 42.185775, -76.247777 42.185699, -76.247546 42.185672, -76.247475 42.185691, -76.247424 42.185756, -76.247379 42.185774, -76.246949 42.185756, -76.246461 42.185782, -76.246367 42.185775, -76.24626 42.18572, -76.246183 42.185631, -76.24616 42.185537, -76.246186 42.18542, -76.246164 42.18538, -76.24601 42.185325, -76.245843 42.185313, -76.245449 42.185338, -76.24515 42.18542, -76.24499 42.185444, -76.244703 42.18555, -76.24449 42.185649, -76.244103 42.185864, -76.243753 42.186108, -76.243442 42.186376, -76.243168 42.186674, -76.243 42.186899, -76.242843 42.187154, -76.2428 42.18729, -76.242645 42.187595, -76.242351 42.188077, -76.242264 42.188169, -76.242024 42.188512, -76.241552 42.189098, -76.241332 42.189424, -76.241137 42.189757, -76.240894 42.190208, -76.240753 42.190679, -76.240695 42.191029, -76.240675 42.191385, -76.240695 42.191757, -76.240756 42.192114, -76.240747 42.192288, -76.240673 42.192616, -76.240513 42.193105, -76.240226 42.19371, -76.240197 42.193858, -76.240198 42.193998, -76.240232 42.194152, -76.240299 42.1943, -76.240449 42.19443, -76.240902 42.19467, -76.241021 42.194717, -76.24125 42.194762, -76.241412 42.194757, -76.241524 42.194793, -76.241724 42.194953, -76.241823 42.195064, -76.241866 42.195146, -76.241876 42.195269, -76.241857 42.195327, -76.241816 42.195372, -76.241694 42.195419, -76.241498 42.195439, -76.241427 42.195469, -76.241365 42.195615, -76.241295 42.195917, -76.241269 42.196136, -76.241202 42.196354, -76.241201 42.196483, -76.241443 42.196952, -76.241526 42.19705, -76.241638 42.19713, -76.241724 42.197171, -76.241987 42.197265, -76.242251 42.197328, -76.242379 42.197388, -76.242463 42.197452, -76.242525 42.197528, -76.242563 42.197613, -76.242575 42.197701, -76.242548 42.19784, -76.242482 42.197897, -76.242349 42.197928, -76.242141 42.197911, -76.242071 42.197931, -76.242007 42.197968, -76.24193 42.198093, -76.241763 42.198272, -76.241658 42.198458))\", \"region\": {\"id\": 12187, \"geometry\": \"POLYGON ((-76.241658 42.198458, -76.241652 42.198471, -76.241479 42.198879, -76.24136 42.199082, -76.241213 42.199279, -76.241199 42.199426, -76.241097 42.199568, -76.240984 42.199649, -76.240856 42.199716, -76.240677 42.199869, -76.240464 42.199939, -76.240365 42.199991, -76.240152 42.20022, -76.240116 42.200301, -76.240111 42.200449, -76.240071 42.200557, -76.239739 42.200993, -76.23944 42.201457, -76.23919 42.202062, -76.239169 42.202154, -76.239083 42.202294, -76.239049 42.202413, -76.239003 42.202464, -76.238878 42.202541, -76.238796 42.202685, -76.238624 42.202888, -76.238517 42.20306, -76.238459 42.203338, -76.238469 42.203578, -76.238698 42.203899, -76.238794 42.204305, -76.238809 42.204464, -76.23878 42.204837, -76.23866 42.205202, -76.238621 42.205445, -76.238573 42.205557, -76.238436 42.205783, -76.238381 42.205844, -76.238306 42.205894, -76.237964 42.206029, -76.237893 42.206014, -76.237855 42.20598, -76.237857 42.205938, -76.237908 42.205858, -76.237893 42.205796, -76.237827 42.205745, -76.237736 42.205712, -76.237542 42.205703, -76.237359 42.205719, -76.237149 42.205772, -76.237078 42.2058, -76.23705 42.205827, -76.237029 42.205873, -76.237035 42.20592, -76.237146 42.206015, -76.237209 42.206197, -76.237195 42.206339, -76.237111 42.206529, -76.237018 42.206675, -76.236893 42.206825, -76.236583 42.207079, -76.236425 42.207235, -76.236194 42.207554, -76.236139 42.207706, -76.236093 42.207977, -76.236037 42.208129, -76.235945 42.208288, -76.235629 42.20871, -76.235614 42.208787, -76.235545 42.208874, -76.235548 42.208936, -76.2355 42.209084, -76.235288 42.209503, -76.235107 42.209743, -76.234636 42.21047, -76.234039 42.211519, -76.233603 42.2122, -76.233013 42.212837, -76.232579 42.213489, -76.232338 42.213803, -76.232317 42.213916, -76.232379 42.21403, -76.232528 42.214571, -76.232542 42.214883, -76.232511 42.215011, -76.232432 42.215163, -76.23241 42.21528, -76.232342 42.215422, -76.232327 42.215811, -76.232284 42.216062, -76.232179 42.216343, -76.232168 42.216566, -76.232248 42.216859, -76.232291 42.216916, -76.232402 42.217001, -76.232517 42.217216, -76.232379 42.217285, -76.232286 42.217386, -76.232256 42.217486, -76.232289 42.217593, -76.232286 42.217654, -76.232229 42.217914, -76.232137 42.218059, -76.231915 42.21825, -76.231847 42.218365, -76.231825 42.218486, -76.231729 42.218742, -76.23176 42.218994, -76.231752 42.2191, -76.231522 42.219711, -76.231484 42.219919, -76.231478 42.220127, -76.23152 42.220398, -76.23161 42.220643, -76.231702 42.220816, -76.231885 42.221055, -76.231991 42.221265, -76.232097 42.221403, -76.232222 42.221509, -76.232384 42.221603, -76.232471 42.221623, -76.232718 42.221631, -76.232864 42.221671, -76.233056 42.221754, -76.233371 42.221938, -76.233436 42.222014, -76.233467 42.222096, -76.233477 42.222181, -76.233455 42.2223, -76.233469 42.22236, -76.233628 42.222577, -76.234531 42.223567, -76.234696 42.223705, -76.235 42.223905, -76.235191 42.224107, -76.235373 42.224423, -76.235495 42.224717, -76.235585 42.225072, -76.235677 42.22565, -76.235775 42.225935, -76.236047 42.226377, -76.236198 42.226514, -76.236335 42.226704, -76.23648 42.226969, -76.236589 42.227239, -76.236633 42.227544, -76.236586 42.227951, -76.236607 42.228159, -76.236661 42.228338, -76.236799 42.228623, -76.236879 42.228835, -76.237002 42.229372, -76.236962 42.229849, -76.23682 42.230206, -76.236789 42.230349, -76.236652 42.230657, -76.236567 42.230746, -76.236488 42.230784, -76.236392 42.230804, -76.235946 42.230789, -76.235766 42.23083, -76.23527 42.231131, -76.234963 42.231385, -76.23482 42.231536, -76.234448 42.232026, -76.234381 42.232198, -76.234367 42.232392, -76.23427 42.232505, -76.234256 42.23255, -76.234255 42.232726, -76.234294 42.232829, -76.234482 42.233111, -76.234795 42.233459, -76.235024 42.233658, -76.235256 42.233828, -76.235467 42.23392, -76.23555 42.233998, -76.23559 42.234081, -76.235666 42.234136, -76.23582 42.234185, -76.235958 42.234187, -76.236022 42.234169, -76.236135 42.234016, -76.236231 42.233957, -76.236382 42.233931, -76.236542 42.233962, -76.236879 42.234135, -76.237479 42.234645, -76.237572 42.234696, -76.237691 42.234728, -76.237937 42.234919, -76.237986 42.234996, -76.23802 42.235103, -76.23802 42.235295, -76.237925 42.235735, -76.237836 42.235998, -76.237806 42.23623, -76.237817 42.236443, -76.237723 42.236675, -76.237699 42.236822, -76.237702 42.237001, -76.237805 42.237131, -76.237818 42.237289, -76.237795 42.237531, -76.237816 42.237628, -76.237876 42.237729, -76.237967 42.237825, -76.238183 42.237976, -76.238337 42.238058, -76.238496 42.238118, -76.238718 42.238176, -76.238838 42.23819, -76.238991 42.238178, -76.239105 42.238218, -76.239166 42.238283, -76.239276 42.238496, -76.239287 42.238561, -76.239249 42.238675, -76.239036 42.238876, -76.238973 42.239008, -76.238928 42.239059, -76.238856 42.239099, -76.238662 42.239138, -76.238456 42.239208, -76.238276 42.239298, -76.238124 42.239402, -76.237939 42.239502, -76.237929 42.239544, -76.237987 42.239595, -76.237994 42.239648, -76.237832 42.239916, -76.237683 42.24024, -76.23751 42.240395, -76.237433 42.240512, -76.237389 42.240533, -76.237256 42.240652, -76.236413 42.241917, -76.236322 42.242111, -76.236315 42.24219, -76.236343 42.242258, -76.236385 42.242304, -76.236576 42.242401, -76.236635 42.242455, -76.236747 42.24271, -76.236924 42.242929, -76.236921 42.243069, -76.236986 42.243242, -76.237008 42.243403, -76.236983 42.243567, -76.236914 42.243756, -76.236934 42.243969, -76.237077 42.244121, -76.237131 42.244157, -76.237339 42.244229, -76.237431 42.244307, -76.237473 42.244419, -76.237485 42.244581, -76.237529 42.244755, -76.237608 42.244909, -76.237729 42.245057, -76.237961 42.245234, -76.238349 42.245408, -76.238615 42.245564, -76.238809 42.245724, -76.23894 42.245877, -76.238951 42.246055, -76.239044 42.246377, -76.239057 42.246657, -76.239023 42.246771, -76.23896 42.246871, -76.238664 42.247161, -76.238515 42.247586, -76.23856 42.247839, -76.238641 42.248014, -76.238751 42.248165, -76.238886 42.248296, -76.239023 42.248397, -76.239183 42.248487, -76.239241 42.248494, -76.239298 42.248482, -76.239408 42.248399, -76.239509 42.248363, -76.239701 42.248382, -76.2398 42.248416, -76.239869 42.248465, -76.239965 42.248643, -76.239983 42.248771, -76.239971 42.24887, -76.239931 42.248941, -76.239748 42.249137, -76.239638 42.24929, -76.239543 42.249565, -76.239511 42.249779, -76.239512 42.249968, -76.239582 42.250369, -76.239738 42.250859, -76.239883 42.251182, -76.239967 42.25134, -76.240183 42.251544, -76.240292 42.251711, -76.240466 42.252155, -76.240655 42.252521, -76.240706 42.252656, -76.240735 42.252874, -76.24071 42.25305, -76.240655 42.25318, -76.240511 42.253413, -76.240466 42.253578, -76.240472 42.253754, -76.240535 42.25388, -76.240561 42.253997, -76.240624 42.254093, -76.240726 42.254169, -76.240802 42.25417, -76.240886 42.254125, -76.240958 42.254119, -76.241048 42.25413, -76.241127 42.254158, -76.241269 42.254261, -76.24136 42.254352, -76.24143 42.254445, -76.241443 42.254529, -76.241419 42.254638, -76.241351 42.254729, -76.2413 42.254754, -76.241025 42.254818, -76.240788 42.254924, -76.240525 42.255106, -76.240296 42.255313, -76.240127 42.255512, -76.239978 42.255748, -76.239953 42.255859, -76.239985 42.255986, -76.240118 42.256139, -76.240526 42.256435, -76.240701 42.256622, -76.240699 42.256679, -76.240591 42.256812, -76.240563 42.256934, -76.240615 42.257135, -76.240692 42.257232, -76.240766 42.257274, -76.240962 42.257342, -76.241443 42.257466, -76.241885 42.257657, -76.242262 42.257755, -76.242488 42.25792, -76.242532 42.25814, -76.242643 42.258292, -76.242983 42.258426, -76.243214 42.258599, -76.243492 42.25875, -76.243822 42.259016, -76.244003 42.259129, -76.244162 42.259185, -76.244345 42.259225, -76.244496 42.259282, -76.244582 42.259354, -76.24501 42.25954, -76.245271 42.259705, -76.245461 42.25987, -76.245625 42.260059, -76.245832 42.2604, -76.245895 42.260546, -76.245936 42.260706, -76.24595 42.260861, -76.245913 42.261134, -76.245848 42.26131, -76.245771 42.261417, -76.245732 42.261518, -76.245651 42.261574, -76.245619 42.261628, -76.245625 42.261698, -76.245671 42.261789, -76.245767 42.26187, -76.2458 42.26193, -76.245786 42.262174, -76.245719 42.262329, -76.245667 42.262397, -76.245594 42.262438, -76.245513 42.262451, -76.245429 42.262438, -76.245374 42.26241, -76.24532 42.262334, -76.245266 42.262132, -76.2452 42.262031, -76.245145 42.262013, -76.245086 42.262014, -76.244894 42.262096, -76.244626 42.262238, -76.244364 42.262512, -76.244221 42.262855, -76.24417 42.263081, -76.24416 42.263428, -76.244197 42.263753, -76.24422 42.263863, -76.244257 42.263902, -76.244384 42.264216, -76.244403 42.264336, -76.244461 42.264516, -76.244478 42.264727, -76.244524 42.264852, -76.244576 42.264888, -76.24467 42.264889, -76.244742 42.264909, -76.24492 42.265055, -76.244982 42.265237, -76.245145 42.265361, -76.245335 42.265557, -76.245375 42.265627, -76.245383 42.26574, -76.24532 42.265844, -76.245317 42.265877, -76.245389 42.26598, -76.245444 42.266278, -76.245552 42.26649, -76.24565 42.266631, -76.245734 42.267012, -76.245714 42.268238, -76.245737 42.268269, -76.245802 42.268306, -76.246067 42.268413, -76.246144 42.268484, -76.246205 42.268581, -76.246138 42.268992, -76.246087 42.26913, -76.246006 42.269271, -76.245871 42.269409, -76.245556 42.269622, -76.245388 42.269781, -76.245155 42.270067, -76.244984 42.270377, -76.244888 42.270657, -76.24488 42.270934, -76.244827 42.27132, -76.244847 42.271561, -76.244917 42.271845, -76.244992 42.272009, -76.2451 42.272133, -76.245278 42.272263, -76.245318 42.272368, -76.245424 42.272511, -76.245662 42.27276, -76.245776 42.272934, -76.245781 42.273048, -76.245809 42.273119, -76.246001 42.273313, -76.246128 42.27352, -76.246219 42.27354, -76.246325 42.273499, -76.246379 42.273496, -76.24643 42.273518, -76.246475 42.273573, -76.246539 42.27359, -76.246601 42.273573, -76.246684 42.2735, -76.246779 42.273486, -76.24686 42.273511, -76.247044 42.273522, -76.247181 42.27357, -76.247268 42.273632, -76.247322 42.273701, -76.247353 42.273798, -76.247354 42.27393, -76.24741 42.274019, -76.247466 42.274162, -76.247584 42.274276, -76.247604 42.274315, -76.22545 42.274866, -76.218273 42.275026, -76.209566 42.275194, -76.203196 42.275406, -76.202152 42.275419, -76.201879 42.27541, -76.18097 42.275928, -76.17294 42.276104, -76.16644 42.276264, -76.149842 42.276709, -76.146927 42.276803, -76.142329 42.276914, -76.132163 42.277226, -76.108798 42.278005, -76.105532 42.278083, -76.101227 42.278226, -76.100557 42.278317, -76.087372 42.278747, -76.086926 42.271686, -76.083444 42.271811, -76.08292 42.264709, -76.082824 42.264711, -76.082814 42.264552, -76.081027 42.264623, -76.080576 42.257976, -76.096377 42.257475, -76.095912 42.249971, -76.089817 42.249968, -76.089513 42.244252, -76.087076 42.244321, -76.086677 42.236316, -76.084756 42.236396, -76.08432 42.230586, -76.081187 42.230695, -76.080868 42.224747, -76.080499 42.224759, -76.080121 42.218707, -76.081886 42.218641, -76.08142 42.211009, -76.085623 42.21084, -76.084784 42.199291, -76.084108 42.199318, -76.083717 42.193847, -76.086724 42.193736, -76.087352 42.193725, -76.087115 42.190359, -76.086999 42.18774, -76.086933 42.1873, -76.086813 42.18699, -76.107684 42.186166, -76.1163 42.185846, -76.116542 42.185768, -76.122002 42.185544, -76.122214 42.18552, -76.145612 42.184616, -76.164674 42.183925, -76.175347 42.1835, -76.181157 42.183253, -76.182646 42.183174, -76.192524 42.182781, -76.206815 42.182167, -76.207364 42.182172, -76.209033 42.182075, -76.211363 42.181975, -76.212653 42.181894, -76.213133 42.181896, -76.216807 42.181723, -76.217139 42.18172, -76.225477 42.181357, -76.228824 42.181245, -76.236845 42.180935, -76.247469 42.18066, -76.251353 42.180531, -76.25138 42.180602, -76.251326 42.180831, -76.251314 42.180993, -76.251379 42.18171, -76.251278 42.182116, -76.251208 42.182727, -76.250853 42.184315, -76.25076 42.184555, -76.250673 42.184874, -76.250605 42.185028, -76.250559 42.185091, -76.250265 42.18531, -76.250069 42.185414, -76.249856 42.18547, -76.249751 42.18547, -76.249138 42.185707, -76.248813 42.18577, -76.248417 42.18579, -76.24808 42.185775, -76.247777 42.185699, -76.247546 42.185672, -76.247475 42.185691, -76.247424 42.185756, -76.247379 42.185774, -76.246949 42.185756, -76.246461 42.185782, -76.246367 42.185775, -76.24626 42.18572, -76.246183 42.185631, -76.24616 42.185537, -76.246186 42.18542, -76.246164 42.18538, -76.24601 42.185325, -76.245843 42.185313, -76.245449 42.185338, -76.24515 42.18542, -76.24499 42.185444, -76.244703 42.18555, -76.24449 42.185649, -76.244103 42.185864, -76.243753 42.186108, -76.243442 42.186376, -76.243168 42.186674, -76.243 42.186899, -76.242843 42.187154, -76.2428 42.18729, -76.242645 42.187595, -76.242351 42.188077, -76.242264 42.188169, -76.242024 42.188512, -76.241552 42.189098, -76.241332 42.189424, -76.241137 42.189757, -76.240894 42.190208, -76.240753 42.190679, -76.240695 42.191029, -76.240675 42.191385, -76.240695 42.191757, -76.240756 42.192114, -76.240747 42.192288, -76.240673 42.192616, -76.240513 42.193105, -76.240226 42.19371, -76.240197 42.193858, -76.240198 42.193998, -76.240232 42.194152, -76.240299 42.1943, -76.240449 42.19443, -76.240902 42.19467, -76.241021 42.194717, -76.24125 42.194762, -76.241412 42.194757, -76.241524 42.194793, -76.241724 42.194953, -76.241823 42.195064, -76.241866 42.195146, -76.241876 42.195269, -76.241857 42.195327, -76.241816 42.195372, -76.241694 42.195419, -76.241498 42.195439, -76.241427 42.195469, -76.241365 42.195615, -76.241295 42.195917, -76.241269 42.196136, -76.241202 42.196354, -76.241201 42.196483, -76.241443 42.196952, -76.241526 42.19705, -76.241638 42.19713, -76.241724 42.197171, -76.241987 42.197265, -76.242251 42.197328, -76.242379 42.197388, -76.242463 42.197452, -76.242525 42.197528, -76.242563 42.197613, -76.242575 42.197701, -76.242548 42.19784, -76.242482 42.197897, -76.242349 42.197928, -76.242141 42.197911, -76.242071 42.197931, -76.242007 42.197968, -76.24193 42.198093, -76.241763 42.198272, -76.241658 42.198458))\", \"region_name\": \"Town of Newark Valley\", \"border_type\": \"town\", \"wikidata\": \"Q2595387\", \"wikipedia\": \"en:Newark Valley, New York\", \"admin_level\": \"7\", \"population\": \"3642\"}}}"} -{"id": "raster_only/elevation_max+region/0009", "group": "raster_only", "template": "elevation_max+region", "question": "What is the max elevation value within Briarwood, North Dakota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.79322 46.788391, -96.79307 46.788416, -96.792712 46.78846, -96.792611 46.788477, -96.792411 46.788517, -96.792015 46.788605, -96.791919 46.788633, -96.791872 46.78865, -96.791773 46.788672, -96.791627 46.78871, -96.791585 46.78873, -96.791538 46.788745, -96.791488 46.788756, -96.791172 46.788881, -96.790914 46.789003, -96.790708 46.789113, -96.790486 46.789265, -96.79025 46.789458, -96.790103 46.78956, -96.79006 46.78958, -96.790011 46.789593, -96.789959 46.789596, -96.789803 46.789593, -96.789752 46.789585, -96.789654 46.789561, -96.789558 46.789533, -96.789513 46.789515, -96.789395 46.789444, -96.789336 46.789384, -96.789306 46.789315, -96.789298 46.789244, -96.789302 46.789208, -96.789354 46.789068, -96.789464 46.788905, -96.789519 46.788844, -96.789538 46.78881, -96.789638 46.788684, -96.789718 46.788591, -96.789803 46.788501, -96.789856 46.78844, -96.789901 46.788376, -96.790008 46.788252, -96.790056 46.788188, -96.790134 46.788055, -96.790159 46.787985, -96.790175 46.787914, -96.790186 46.787806, -96.790185 46.787734, -96.790176 46.787662, -96.790166 46.787627, -96.790143 46.787556, -96.790112 46.787488, -96.790091 46.787455, -96.790012 46.787361, -96.789951 46.787303, -96.789702 46.787119, -96.789551 46.787019, -96.789434 46.786948, -96.789225 46.786841, -96.789011 46.786739, -96.788786 46.786648, -96.788693 46.786616, -96.788651 46.786595, -96.788605 46.786578, -96.788463 46.786534, -96.788239 46.786442, -96.788021 46.786344, -96.787774 46.786212, -96.787509 46.786038, -96.787401 46.785961, -96.787375 46.78593, -96.787314 46.785871, -96.78729 46.785839, -96.787248 46.785773, -96.787179 46.785637, -96.787166 46.785602, -96.78715 46.78553, -96.787136 46.785496, -96.787133 46.78546, -96.787119 46.785388, -96.78711 46.785281, -96.787124 46.785065, -96.787142 46.784994, -96.787167 46.784924, -96.787183 46.78489, -96.787308 46.784731, -96.787323 46.784698, -96.787369 46.784521, -96.787385 46.784486, -96.787429 46.784421, -96.787465 46.784353, -96.787522 46.784293, -96.787601 46.7842, -96.787647 46.784136, -96.787685 46.784069, -96.787792 46.783905, -96.787846 46.783843, -96.787868 46.78381, -96.787894 46.78378, -96.78796 46.783724, -96.788135 46.78359, -96.788281 46.783487, -96.79068 46.783701, -96.79092 46.783624, -96.791002 46.783607, -96.791219 46.783604, -96.792226 46.7835, -96.792889 46.78333, -96.793122 46.783292, -96.793464 46.783279, -96.795946 46.783249, -96.798232 46.783215, -96.798653 46.783214, -96.798979 46.783189, -96.799029 46.783401, -96.799174 46.783755, -96.799331 46.784077, -96.799462 46.784329, -96.799564 46.784496, -96.799685 46.784695, -96.800002 46.785141, -96.800432 46.785718, -96.80087 46.786316, -96.80136 46.786994, -96.801794 46.787622, -96.802081 46.788106, -96.802215 46.788278, -96.802342 46.788537, -96.802422 46.788895, -96.80218 46.788916, -96.795465 46.789156, -96.795418 46.78912, -96.795164 46.788939, -96.794936 46.788791, -96.794819 46.78872, -96.794695 46.788654, -96.794566 46.788593, -96.794521 46.788575, -96.794475 46.788558, -96.794378 46.788532, -96.794287 46.788497, -96.794238 46.788485, -96.794189 46.788473, -96.793986 46.788443, -96.793937 46.78843, -96.793627 46.788406, -96.79322 46.788391))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 294.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Briarwood, North Dakota\", \"geo_wkt\": \"POLYGON ((-96.79322 46.788391, -96.79307 46.788416, -96.792712 46.78846, -96.792611 46.788477, -96.792411 46.788517, -96.792015 46.788605, -96.791919 46.788633, -96.791872 46.78865, -96.791773 46.788672, -96.791627 46.78871, -96.791585 46.78873, -96.791538 46.788745, -96.791488 46.788756, -96.791172 46.788881, -96.790914 46.789003, -96.790708 46.789113, -96.790486 46.789265, -96.79025 46.789458, -96.790103 46.78956, -96.79006 46.78958, -96.790011 46.789593, -96.789959 46.789596, -96.789803 46.789593, -96.789752 46.789585, -96.789654 46.789561, -96.789558 46.789533, -96.789513 46.789515, -96.789395 46.789444, -96.789336 46.789384, -96.789306 46.789315, -96.789298 46.789244, -96.789302 46.789208, -96.789354 46.789068, -96.789464 46.788905, -96.789519 46.788844, -96.789538 46.78881, -96.789638 46.788684, -96.789718 46.788591, -96.789803 46.788501, -96.789856 46.78844, -96.789901 46.788376, -96.790008 46.788252, -96.790056 46.788188, -96.790134 46.788055, -96.790159 46.787985, -96.790175 46.787914, -96.790186 46.787806, -96.790185 46.787734, -96.790176 46.787662, -96.790166 46.787627, -96.790143 46.787556, -96.790112 46.787488, -96.790091 46.787455, -96.790012 46.787361, -96.789951 46.787303, -96.789702 46.787119, -96.789551 46.787019, -96.789434 46.786948, -96.789225 46.786841, -96.789011 46.786739, -96.788786 46.786648, -96.788693 46.786616, -96.788651 46.786595, -96.788605 46.786578, -96.788463 46.786534, -96.788239 46.786442, -96.788021 46.786344, -96.787774 46.786212, -96.787509 46.786038, -96.787401 46.785961, -96.787375 46.78593, -96.787314 46.785871, -96.78729 46.785839, -96.787248 46.785773, -96.787179 46.785637, -96.787166 46.785602, -96.78715 46.78553, -96.787136 46.785496, -96.787133 46.78546, -96.787119 46.785388, -96.78711 46.785281, -96.787124 46.785065, -96.787142 46.784994, -96.787167 46.784924, -96.787183 46.78489, -96.787308 46.784731, -96.787323 46.784698, -96.787369 46.784521, -96.787385 46.784486, -96.787429 46.784421, -96.787465 46.784353, -96.787522 46.784293, -96.787601 46.7842, -96.787647 46.784136, -96.787685 46.784069, -96.787792 46.783905, -96.787846 46.783843, -96.787868 46.78381, -96.787894 46.78378, -96.78796 46.783724, -96.788135 46.78359, -96.788281 46.783487, -96.79068 46.783701, -96.79092 46.783624, -96.791002 46.783607, -96.791219 46.783604, -96.792226 46.7835, -96.792889 46.78333, -96.793122 46.783292, -96.793464 46.783279, -96.795946 46.783249, -96.798232 46.783215, -96.798653 46.783214, -96.798979 46.783189, -96.799029 46.783401, -96.799174 46.783755, -96.799331 46.784077, -96.799462 46.784329, -96.799564 46.784496, -96.799685 46.784695, -96.800002 46.785141, -96.800432 46.785718, -96.80087 46.786316, -96.80136 46.786994, -96.801794 46.787622, -96.802081 46.788106, -96.802215 46.788278, -96.802342 46.788537, -96.802422 46.788895, -96.80218 46.788916, -96.795465 46.789156, -96.795418 46.78912, -96.795164 46.788939, -96.794936 46.788791, -96.794819 46.78872, -96.794695 46.788654, -96.794566 46.788593, -96.794521 46.788575, -96.794475 46.788558, -96.794378 46.788532, -96.794287 46.788497, -96.794238 46.788485, -96.794189 46.788473, -96.793986 46.788443, -96.793937 46.78843, -96.793627 46.788406, -96.79322 46.788391))\", \"region\": {\"id\": 34590, \"geometry\": \"POLYGON ((-96.79322 46.788391, -96.79307 46.788416, -96.792712 46.78846, -96.792611 46.788477, -96.792411 46.788517, -96.792015 46.788605, -96.791919 46.788633, -96.791872 46.78865, -96.791773 46.788672, -96.791627 46.78871, -96.791585 46.78873, -96.791538 46.788745, -96.791488 46.788756, -96.791172 46.788881, -96.790914 46.789003, -96.790708 46.789113, -96.790486 46.789265, -96.79025 46.789458, -96.790103 46.78956, -96.79006 46.78958, -96.790011 46.789593, -96.789959 46.789596, -96.789803 46.789593, -96.789752 46.789585, -96.789654 46.789561, -96.789558 46.789533, -96.789513 46.789515, -96.789395 46.789444, -96.789336 46.789384, -96.789306 46.789315, -96.789298 46.789244, -96.789302 46.789208, -96.789354 46.789068, -96.789464 46.788905, -96.789519 46.788844, -96.789538 46.78881, -96.789638 46.788684, -96.789718 46.788591, -96.789803 46.788501, -96.789856 46.78844, -96.789901 46.788376, -96.790008 46.788252, -96.790056 46.788188, -96.790134 46.788055, -96.790159 46.787985, -96.790175 46.787914, -96.790186 46.787806, -96.790185 46.787734, -96.790176 46.787662, -96.790166 46.787627, -96.790143 46.787556, -96.790112 46.787488, -96.790091 46.787455, -96.790012 46.787361, -96.789951 46.787303, -96.789702 46.787119, -96.789551 46.787019, -96.789434 46.786948, -96.789225 46.786841, -96.789011 46.786739, -96.788786 46.786648, -96.788693 46.786616, -96.788651 46.786595, -96.788605 46.786578, -96.788463 46.786534, -96.788239 46.786442, -96.788021 46.786344, -96.787774 46.786212, -96.787509 46.786038, -96.787401 46.785961, -96.787375 46.78593, -96.787314 46.785871, -96.78729 46.785839, -96.787248 46.785773, -96.787179 46.785637, -96.787166 46.785602, -96.78715 46.78553, -96.787136 46.785496, -96.787133 46.78546, -96.787119 46.785388, -96.78711 46.785281, -96.787124 46.785065, -96.787142 46.784994, -96.787167 46.784924, -96.787183 46.78489, -96.787308 46.784731, -96.787323 46.784698, -96.787369 46.784521, -96.787385 46.784486, -96.787429 46.784421, -96.787465 46.784353, -96.787522 46.784293, -96.787601 46.7842, -96.787647 46.784136, -96.787685 46.784069, -96.787792 46.783905, -96.787846 46.783843, -96.787868 46.78381, -96.787894 46.78378, -96.78796 46.783724, -96.788135 46.78359, -96.788281 46.783487, -96.79068 46.783701, -96.79092 46.783624, -96.791002 46.783607, -96.791219 46.783604, -96.792226 46.7835, -96.792889 46.78333, -96.793122 46.783292, -96.793464 46.783279, -96.795946 46.783249, -96.798232 46.783215, -96.798653 46.783214, -96.798979 46.783189, -96.799029 46.783401, -96.799174 46.783755, -96.799331 46.784077, -96.799462 46.784329, -96.799564 46.784496, -96.799685 46.784695, -96.800002 46.785141, -96.800432 46.785718, -96.80087 46.786316, -96.80136 46.786994, -96.801794 46.787622, -96.802081 46.788106, -96.802215 46.788278, -96.802342 46.788537, -96.802422 46.788895, -96.80218 46.788916, -96.795465 46.789156, -96.795418 46.78912, -96.795164 46.788939, -96.794936 46.788791, -96.794819 46.78872, -96.794695 46.788654, -96.794566 46.788593, -96.794521 46.788575, -96.794475 46.788558, -96.794378 46.788532, -96.794287 46.788497, -96.794238 46.788485, -96.794189 46.788473, -96.793986 46.788443, -96.793937 46.78843, -96.793627 46.788406, -96.79322 46.788391))\", \"region_name\": \"Briarwood\", \"border_type\": \"city\", \"wikidata\": \"Q2447072\", \"wikipedia\": \"en:Briarwood, North Dakota\", \"place\": \"hamlet\", \"admin_level\": \"8\", \"population\": \"81\"}}}"} -{"id": "raster_only/elevation_max+region/0010", "group": "raster_only", "template": "elevation_max+region", "question": "How high is the highest point in Kennedy, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-79.110419 42.173716, -79.1104 42.161832, -79.11045 42.158367, -79.106205 42.156351, -79.106021 42.156244, -79.105824 42.156204, -79.10654 42.155495, -79.106184 42.155192, -79.105444 42.154665, -79.105531 42.154617, -79.105636 42.154526, -79.105775 42.154376, -79.106218 42.15375, -79.106372 42.153453, -79.106507 42.152898, -79.106541 42.152421, -79.106417 42.151682, -79.106323 42.15148, -79.106237 42.151367, -79.106131 42.151269, -79.106 42.151198, -79.105177 42.150977, -79.104505 42.15074, -79.104438 42.150692, -79.104415 42.150628, -79.104426 42.150485, -79.104464 42.150436, -79.104689 42.150346, -79.105057 42.150313, -79.10517 42.150241, -79.105226 42.150178, -79.105279 42.150024, -79.105279 42.14993, -79.104915 42.148992, -79.104351 42.148305, -79.10422 42.148189, -79.103698 42.147847, -79.103623 42.14778, -79.103529 42.147566, -79.103517 42.147273, -79.103495 42.147183, -79.103412 42.147116, -79.103322 42.147078, -79.103138 42.147048, -79.102988 42.147044, -79.102691 42.147078, -79.102567 42.147131, -79.102068 42.147483, -79.101831 42.147603, -79.101726 42.147622, -79.101617 42.147615, -79.101493 42.147577, -79.101335 42.147502, -79.101238 42.14742, -79.101125 42.147243, -79.101069 42.147048, -79.10105 42.146782, -79.101069 42.146313, -79.101148 42.146031, -79.101234 42.145844, -79.101452 42.145483, -79.101568 42.145367, -79.101812 42.144969, -79.1023 42.143825, -79.102562 42.143531, -79.10268 42.143453, -79.102853 42.143378, -79.103113 42.143315, -79.103322 42.143292, -79.10363 42.143322, -79.10458 42.143611, -79.104753 42.143618, -79.104877 42.143607, -79.104978 42.143566, -79.105095 42.143442, -79.105147 42.143337, -79.105193 42.143097, -79.105181 42.14274, -79.10514 42.142632, -79.104701 42.142091, -79.104242 42.141423, -79.104077 42.141073, -79.100296 42.141957, -79.099099 42.142215, -79.09808 42.142405, -79.094915 42.142951, -79.093008 42.1433, -79.087061 42.144292, -79.085239 42.144605, -79.084643 42.144721, -79.085981 42.14457, -79.087346 42.144449, -79.087661 42.144459, -79.087905 42.144483, -79.089148 42.14468, -79.089188 42.151442, -79.089844 42.151447, -79.089896 42.152997, -79.089754 42.154758, -79.090602 42.155227, -79.089107 42.156778, -79.089096 42.156849, -79.089111 42.156932, -79.089517 42.157254, -79.089554 42.157303, -79.089565 42.157412, -79.08955 42.157468, -79.089509 42.157513, -79.089389 42.157547, -79.088859 42.157633, -79.088431 42.157742, -79.088172 42.157832, -79.087751 42.158065, -79.087661 42.158159, -79.087579 42.15835, -79.087567 42.158455, -79.087643 42.158789, -79.087639 42.15892, -79.087541 42.159056, -79.087455 42.159101, -79.087297 42.159153, -79.086997 42.159194, -79.086647 42.159296, -79.086527 42.159314, -79.086317 42.159314, -79.086234 42.159288, -79.086099 42.159191, -79.085983 42.159007, -79.085795 42.158331, -79.085705 42.15823, -79.085637 42.158193, -79.085536 42.158174, -79.085453 42.158174, -79.085183 42.158226, -79.084961 42.158328, -79.084507 42.158677, -79.084165 42.158905, -79.08403 42.158977, -79.08403 42.159101, -79.084187 42.159292, -79.084225 42.159405, -79.084232 42.159626, -79.084161 42.159821, -79.084093 42.159949, -79.083917 42.16011, -79.083429 42.160358, -79.083218 42.160515, -79.083158 42.160624, -79.083125 42.160748, -79.083102 42.161176, -79.08314 42.16151, -79.08314 42.161731, -79.083094 42.161885, -79.083038 42.161979, -79.082862 42.16214, -79.082418 42.162429, -79.082264 42.162579, -79.082216 42.162665, -79.082137 42.162999, -79.082133 42.163288, -79.082219 42.16384, -79.082377 42.164331, -79.082666 42.164939, -79.082805 42.165525, -79.082888 42.165678, -79.083034 42.165859, -79.083121 42.1659, -79.083301 42.165915, -79.083417 42.1659, -79.083545 42.165847, -79.083764 42.165817, -79.083802 42.165629, -79.083839 42.165528, -79.083892 42.165453, -79.083978 42.165411, -79.084136 42.165378, -79.084459 42.16537, -79.08515 42.165396, -79.085653 42.165457, -79.085721 42.165479, -79.085807 42.165558, -79.085901 42.165702, -79.08603 42.165251, -79.086874 42.165557, -79.090123 42.166945, -79.091368 42.167462, -79.092535 42.167979, -79.092945 42.168191, -79.093244 42.168387, -79.095216 42.170129, -79.09569 42.17058, -79.097145 42.172045, -79.098244 42.173232, -79.098467 42.173528, -79.098567 42.17371, -79.10316 42.173709, -79.110419 42.173716))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 511.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Kennedy, New York\", \"geo_wkt\": \"POLYGON ((-79.110419 42.173716, -79.1104 42.161832, -79.11045 42.158367, -79.106205 42.156351, -79.106021 42.156244, -79.105824 42.156204, -79.10654 42.155495, -79.106184 42.155192, -79.105444 42.154665, -79.105531 42.154617, -79.105636 42.154526, -79.105775 42.154376, -79.106218 42.15375, -79.106372 42.153453, -79.106507 42.152898, -79.106541 42.152421, -79.106417 42.151682, -79.106323 42.15148, -79.106237 42.151367, -79.106131 42.151269, -79.106 42.151198, -79.105177 42.150977, -79.104505 42.15074, -79.104438 42.150692, -79.104415 42.150628, -79.104426 42.150485, -79.104464 42.150436, -79.104689 42.150346, -79.105057 42.150313, -79.10517 42.150241, -79.105226 42.150178, -79.105279 42.150024, -79.105279 42.14993, -79.104915 42.148992, -79.104351 42.148305, -79.10422 42.148189, -79.103698 42.147847, -79.103623 42.14778, -79.103529 42.147566, -79.103517 42.147273, -79.103495 42.147183, -79.103412 42.147116, -79.103322 42.147078, -79.103138 42.147048, -79.102988 42.147044, -79.102691 42.147078, -79.102567 42.147131, -79.102068 42.147483, -79.101831 42.147603, -79.101726 42.147622, -79.101617 42.147615, -79.101493 42.147577, -79.101335 42.147502, -79.101238 42.14742, -79.101125 42.147243, -79.101069 42.147048, -79.10105 42.146782, -79.101069 42.146313, -79.101148 42.146031, -79.101234 42.145844, -79.101452 42.145483, -79.101568 42.145367, -79.101812 42.144969, -79.1023 42.143825, -79.102562 42.143531, -79.10268 42.143453, -79.102853 42.143378, -79.103113 42.143315, -79.103322 42.143292, -79.10363 42.143322, -79.10458 42.143611, -79.104753 42.143618, -79.104877 42.143607, -79.104978 42.143566, -79.105095 42.143442, -79.105147 42.143337, -79.105193 42.143097, -79.105181 42.14274, -79.10514 42.142632, -79.104701 42.142091, -79.104242 42.141423, -79.104077 42.141073, -79.100296 42.141957, -79.099099 42.142215, -79.09808 42.142405, -79.094915 42.142951, -79.093008 42.1433, -79.087061 42.144292, -79.085239 42.144605, -79.084643 42.144721, -79.085981 42.14457, -79.087346 42.144449, -79.087661 42.144459, -79.087905 42.144483, -79.089148 42.14468, -79.089188 42.151442, -79.089844 42.151447, -79.089896 42.152997, -79.089754 42.154758, -79.090602 42.155227, -79.089107 42.156778, -79.089096 42.156849, -79.089111 42.156932, -79.089517 42.157254, -79.089554 42.157303, -79.089565 42.157412, -79.08955 42.157468, -79.089509 42.157513, -79.089389 42.157547, -79.088859 42.157633, -79.088431 42.157742, -79.088172 42.157832, -79.087751 42.158065, -79.087661 42.158159, -79.087579 42.15835, -79.087567 42.158455, -79.087643 42.158789, -79.087639 42.15892, -79.087541 42.159056, -79.087455 42.159101, -79.087297 42.159153, -79.086997 42.159194, -79.086647 42.159296, -79.086527 42.159314, -79.086317 42.159314, -79.086234 42.159288, -79.086099 42.159191, -79.085983 42.159007, -79.085795 42.158331, -79.085705 42.15823, -79.085637 42.158193, -79.085536 42.158174, -79.085453 42.158174, -79.085183 42.158226, -79.084961 42.158328, -79.084507 42.158677, -79.084165 42.158905, -79.08403 42.158977, -79.08403 42.159101, -79.084187 42.159292, -79.084225 42.159405, -79.084232 42.159626, -79.084161 42.159821, -79.084093 42.159949, -79.083917 42.16011, -79.083429 42.160358, -79.083218 42.160515, -79.083158 42.160624, -79.083125 42.160748, -79.083102 42.161176, -79.08314 42.16151, -79.08314 42.161731, -79.083094 42.161885, -79.083038 42.161979, -79.082862 42.16214, -79.082418 42.162429, -79.082264 42.162579, -79.082216 42.162665, -79.082137 42.162999, -79.082133 42.163288, -79.082219 42.16384, -79.082377 42.164331, -79.082666 42.164939, -79.082805 42.165525, -79.082888 42.165678, -79.083034 42.165859, -79.083121 42.1659, -79.083301 42.165915, -79.083417 42.1659, -79.083545 42.165847, -79.083764 42.165817, -79.083802 42.165629, -79.083839 42.165528, -79.083892 42.165453, -79.083978 42.165411, -79.084136 42.165378, -79.084459 42.16537, -79.08515 42.165396, -79.085653 42.165457, -79.085721 42.165479, -79.085807 42.165558, -79.085901 42.165702, -79.08603 42.165251, -79.086874 42.165557, -79.090123 42.166945, -79.091368 42.167462, -79.092535 42.167979, -79.092945 42.168191, -79.093244 42.168387, -79.095216 42.170129, -79.09569 42.17058, -79.097145 42.172045, -79.098244 42.173232, -79.098467 42.173528, -79.098567 42.17371, -79.10316 42.173709, -79.110419 42.173716))\", \"region\": {\"id\": 13013, \"geometry\": \"POLYGON ((-79.110419 42.173716, -79.1104 42.161832, -79.11045 42.158367, -79.106205 42.156351, -79.106021 42.156244, -79.105824 42.156204, -79.10654 42.155495, -79.106184 42.155192, -79.105444 42.154665, -79.105531 42.154617, -79.105636 42.154526, -79.105775 42.154376, -79.106218 42.15375, -79.106372 42.153453, -79.106507 42.152898, -79.106541 42.152421, -79.106417 42.151682, -79.106323 42.15148, -79.106237 42.151367, -79.106131 42.151269, -79.106 42.151198, -79.105177 42.150977, -79.104505 42.15074, -79.104438 42.150692, -79.104415 42.150628, -79.104426 42.150485, -79.104464 42.150436, -79.104689 42.150346, -79.105057 42.150313, -79.10517 42.150241, -79.105226 42.150178, -79.105279 42.150024, -79.105279 42.14993, -79.104915 42.148992, -79.104351 42.148305, -79.10422 42.148189, -79.103698 42.147847, -79.103623 42.14778, -79.103529 42.147566, -79.103517 42.147273, -79.103495 42.147183, -79.103412 42.147116, -79.103322 42.147078, -79.103138 42.147048, -79.102988 42.147044, -79.102691 42.147078, -79.102567 42.147131, -79.102068 42.147483, -79.101831 42.147603, -79.101726 42.147622, -79.101617 42.147615, -79.101493 42.147577, -79.101335 42.147502, -79.101238 42.14742, -79.101125 42.147243, -79.101069 42.147048, -79.10105 42.146782, -79.101069 42.146313, -79.101148 42.146031, -79.101234 42.145844, -79.101452 42.145483, -79.101568 42.145367, -79.101812 42.144969, -79.1023 42.143825, -79.102562 42.143531, -79.10268 42.143453, -79.102853 42.143378, -79.103113 42.143315, -79.103322 42.143292, -79.10363 42.143322, -79.10458 42.143611, -79.104753 42.143618, -79.104877 42.143607, -79.104978 42.143566, -79.105095 42.143442, -79.105147 42.143337, -79.105193 42.143097, -79.105181 42.14274, -79.10514 42.142632, -79.104701 42.142091, -79.104242 42.141423, -79.104077 42.141073, -79.100296 42.141957, -79.099099 42.142215, -79.09808 42.142405, -79.094915 42.142951, -79.093008 42.1433, -79.087061 42.144292, -79.085239 42.144605, -79.084643 42.144721, -79.085981 42.14457, -79.087346 42.144449, -79.087661 42.144459, -79.087905 42.144483, -79.089148 42.14468, -79.089188 42.151442, -79.089844 42.151447, -79.089896 42.152997, -79.089754 42.154758, -79.090602 42.155227, -79.089107 42.156778, -79.089096 42.156849, -79.089111 42.156932, -79.089517 42.157254, -79.089554 42.157303, -79.089565 42.157412, -79.08955 42.157468, -79.089509 42.157513, -79.089389 42.157547, -79.088859 42.157633, -79.088431 42.157742, -79.088172 42.157832, -79.087751 42.158065, -79.087661 42.158159, -79.087579 42.15835, -79.087567 42.158455, -79.087643 42.158789, -79.087639 42.15892, -79.087541 42.159056, -79.087455 42.159101, -79.087297 42.159153, -79.086997 42.159194, -79.086647 42.159296, -79.086527 42.159314, -79.086317 42.159314, -79.086234 42.159288, -79.086099 42.159191, -79.085983 42.159007, -79.085795 42.158331, -79.085705 42.15823, -79.085637 42.158193, -79.085536 42.158174, -79.085453 42.158174, -79.085183 42.158226, -79.084961 42.158328, -79.084507 42.158677, -79.084165 42.158905, -79.08403 42.158977, -79.08403 42.159101, -79.084187 42.159292, -79.084225 42.159405, -79.084232 42.159626, -79.084161 42.159821, -79.084093 42.159949, -79.083917 42.16011, -79.083429 42.160358, -79.083218 42.160515, -79.083158 42.160624, -79.083125 42.160748, -79.083102 42.161176, -79.08314 42.16151, -79.08314 42.161731, -79.083094 42.161885, -79.083038 42.161979, -79.082862 42.16214, -79.082418 42.162429, -79.082264 42.162579, -79.082216 42.162665, -79.082137 42.162999, -79.082133 42.163288, -79.082219 42.16384, -79.082377 42.164331, -79.082666 42.164939, -79.082805 42.165525, -79.082888 42.165678, -79.083034 42.165859, -79.083121 42.1659, -79.083301 42.165915, -79.083417 42.1659, -79.083545 42.165847, -79.083764 42.165817, -79.083802 42.165629, -79.083839 42.165528, -79.083892 42.165453, -79.083978 42.165411, -79.084136 42.165378, -79.084459 42.16537, -79.08515 42.165396, -79.085653 42.165457, -79.085721 42.165479, -79.085807 42.165558, -79.085901 42.165702, -79.08603 42.165251, -79.086874 42.165557, -79.090123 42.166945, -79.091368 42.167462, -79.092535 42.167979, -79.092945 42.168191, -79.093244 42.168387, -79.095216 42.170129, -79.09569 42.17058, -79.097145 42.172045, -79.098244 42.173232, -79.098467 42.173528, -79.098567 42.17371, -79.10316 42.173709, -79.110419 42.173716))\", \"region_name\": \"Kennedy\", \"border_type\": \"hamlet;CDP\", \"wikidata\": \"Q5959065\", \"wikipedia\": \"en:Kennedy, New York\", \"admin_level\": \"8\", \"population\": \"473\"}}}"} -{"id": "raster_only/elevation_max+region/0011", "group": "raster_only", "template": "elevation_max+region", "question": "How high is the highest point in Blencoe, Iowa?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.089263 41.937832, -96.088788 41.937812, -96.086894 41.937758, -96.083552 41.937651, -96.080464 41.937574, -96.078081 41.937502, -96.074499 41.937413, -96.07469 41.922823, -96.079304 41.922937, -96.082348 41.923029, -96.087345 41.923199, -96.089248 41.923253, -96.089239 41.92402, -96.089241 41.926549, -96.089235 41.928984, -96.089241 41.929956, -96.090016 41.929958, -96.090014 41.931849, -96.090324 41.931852, -96.090348 41.932449, -96.089252 41.9324, -96.089268 41.937624, -96.089263 41.937832))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 339.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Blencoe, Iowa\", \"geo_wkt\": \"POLYGON ((-96.089263 41.937832, -96.088788 41.937812, -96.086894 41.937758, -96.083552 41.937651, -96.080464 41.937574, -96.078081 41.937502, -96.074499 41.937413, -96.07469 41.922823, -96.079304 41.922937, -96.082348 41.923029, -96.087345 41.923199, -96.089248 41.923253, -96.089239 41.92402, -96.089241 41.926549, -96.089235 41.928984, -96.089241 41.929956, -96.090016 41.929958, -96.090014 41.931849, -96.090324 41.931852, -96.090348 41.932449, -96.089252 41.9324, -96.089268 41.937624, -96.089263 41.937832))\", \"region\": {\"id\": 4112, \"geometry\": \"POLYGON ((-96.089263 41.937832, -96.088788 41.937812, -96.086894 41.937758, -96.083552 41.937651, -96.080464 41.937574, -96.078081 41.937502, -96.074499 41.937413, -96.07469 41.922823, -96.079304 41.922937, -96.082348 41.923029, -96.087345 41.923199, -96.089248 41.923253, -96.089239 41.92402, -96.089241 41.926549, -96.089235 41.928984, -96.089241 41.929956, -96.090016 41.929958, -96.090014 41.931849, -96.090324 41.931852, -96.090348 41.932449, -96.089252 41.9324, -96.089268 41.937624, -96.089263 41.937832))\", \"region_name\": \"Blencoe\", \"border_type\": \"city\", \"wikidata\": \"Q1944948\", \"wikipedia\": \"en:Blencoe, Iowa\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0012", "group": "raster_only", "template": "elevation_max+region", "question": "What peak elevation does Antrim, New Hampshire reach?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.058804 43.005105, -72.031823 43.008408, -72.032232 43.011105, -72.031226 43.011169, -72.030374 43.011617, -72.029779 43.011637, -72.029372 43.012083, -72.028832 43.012121, -72.028103 43.012174, -72.027556 43.008973, -71.941691 43.019007, -71.93101 43.020176, -71.931197 43.020404, -71.931197 43.020793, -71.93045 43.020977, -71.930233 43.02116, -71.930295 43.021549, -71.93148 43.021665, -71.93148 43.02194, -71.931372 43.02206, -71.931231 43.022215, -71.930359 43.022764, -71.929582 43.023084, -71.928804 43.022994, -71.927682 43.022196, -71.927414 43.022196, -71.92731 43.022196, -71.927029 43.022357, -71.926937 43.023729, -71.927093 43.02437, -71.927687 43.025538, -71.927874 43.025767, -71.928061 43.025812, -71.928141 43.025989, -71.928238 43.026065, -71.930425 43.027482, -71.930588 43.027713, -71.930314 43.027993, -71.928903 43.028008, -71.928692 43.028263, -71.928728 43.02847, -71.928855 43.028564, -71.929709 43.028734, -71.930438 43.028971, -71.930944 43.028999, -71.931106 43.029254, -71.93103 43.030088, -71.930828 43.030518, -71.930043 43.032083, -71.929326 43.032906, -71.928018 43.033912, -71.927488 43.034643, -71.926989 43.034849, -71.925151 43.034917, -71.925026 43.0359, -71.925089 43.03606, -71.925805 43.036128, -71.926023 43.036266, -71.926086 43.036586, -71.925525 43.037157, -71.925525 43.037408, -71.925805 43.0375, -71.927051 43.037271, -71.927394 43.037271, -71.927612 43.037409, -71.92783 43.037843, -71.928485 43.03782, -71.92864 43.037889, -71.92864 43.038277, -71.92836 43.03878, -71.92836 43.03926, -71.928827 43.039946, -71.928827 43.040609, -71.928702 43.040974, -71.92811 43.041957, -71.92811 43.042254, -71.928359 43.042323, -71.929637 43.042094, -71.930011 43.04214, -71.930385 43.042369, -71.930354 43.042643, -71.929824 43.04294, -71.92811 43.043123, -71.927456 43.042986, -71.927113 43.042803, -71.926739 43.042803, -71.925773 43.043237, -71.923654 43.043808, -71.921067 43.044105, -71.919662 43.044314, -71.919073 43.044402, -71.918605 43.044608, -71.918481 43.044745, -71.918668 43.045111, -71.918917 43.045248, -71.919653 43.045476, -71.920101 43.045614, -71.92007 43.045911, -71.919789 43.046185, -71.919647 43.046236, -71.91881 43.046727, -71.918342 43.046963, -71.916942 43.047321, -71.915949 43.048038, -71.915249 43.048224, -71.912781 43.050073, -71.911783 43.051013, -71.91156 43.051075, -71.911404 43.051395, -71.909845 43.052926, -71.909284 43.053589, -71.909222 43.054229, -71.909377 43.054778, -71.910561 43.056309, -71.910685 43.056652, -71.910935 43.057041, -71.910997 43.058389, -71.910872 43.058869, -71.910373 43.059509, -71.91003 43.059532, -71.909905 43.059738, -71.908627 43.060446, -71.908564 43.062115, -71.908657 43.062206, -71.908844 43.063417, -71.909155 43.06408, -71.909778 43.064629, -71.910028 43.065155, -71.909903 43.065772, -71.909996 43.065863, -71.910651 43.065772, -71.911368 43.065452, -71.91168 43.065475, -71.911898 43.065681, -71.911929 43.066115, -71.911742 43.066321, -71.911742 43.066709, -71.912084 43.067121, -71.911928 43.068081, -71.911304 43.068904, -71.911024 43.069544, -71.910992 43.070664, -71.910587 43.071052, -71.909682 43.071212, -71.909589 43.071349, -71.909651 43.071669, -71.909776 43.07176, -71.910929 43.071966, -71.911677 43.072264, -71.912114 43.072561, -71.913298 43.072881, -71.913828 43.073453, -71.913734 43.074047, -71.913828 43.074458, -71.914077 43.07455, -71.914607 43.074573, -71.915044 43.074801, -71.915039 43.076064, -71.914659 43.077769, -71.914701 43.079814, -71.914714 43.080372, -71.91406 43.080964, -71.912719 43.081487, -71.912595 43.081669, -71.912595 43.081873, -71.913156 43.082078, -71.914591 43.081618, -71.914934 43.08164, -71.915028 43.081686, -71.914997 43.083327, -71.915278 43.083623, -71.915277 43.084192, -71.915745 43.084648, -71.915746 43.084967, -71.914748 43.085262, -71.913657 43.085304, -71.913532 43.0856, -71.913439 43.08699, -71.913563 43.087378, -71.913906 43.08772, -71.914781 43.087581, -71.915092 43.08742, -71.915373 43.087442, -71.915498 43.087556, -71.915435 43.087829, -71.914376 43.088785, -71.914095 43.088785, -71.91344 43.088577, -71.913035 43.088691, -71.913129 43.090058, -71.912755 43.090923, -71.912817 43.093134, -71.913379 43.094523, -71.914221 43.09523, -71.914221 43.09548, -71.913348 43.09614, -71.91313 43.096413, -71.912787 43.096595, -71.912163 43.096662, -71.911602 43.097095, -71.911415 43.097595, -71.911446 43.098006, -71.911852 43.098234, -71.912413 43.098416, -71.9126 43.098552, -71.912569 43.099167, -71.912383 43.099486, -71.911759 43.099849, -71.911603 43.100306, -71.911696 43.100785, -71.911446 43.101012, -71.911104 43.101171, -71.910075 43.1011, -71.909264 43.101167, -71.908796 43.101507, -71.908641 43.101895, -71.908672 43.102305, -71.909233 43.102761, -71.909171 43.102988, -71.908578 43.103672, -71.908672 43.104014, -71.909543 43.104689, -71.982643 43.092245, -72.041972 43.082238, -72.057949 43.018922, -72.058804 43.005105))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 623.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Antrim, New Hampshire\", \"geo_wkt\": \"POLYGON ((-72.058804 43.005105, -72.031823 43.008408, -72.032232 43.011105, -72.031226 43.011169, -72.030374 43.011617, -72.029779 43.011637, -72.029372 43.012083, -72.028832 43.012121, -72.028103 43.012174, -72.027556 43.008973, -71.941691 43.019007, -71.93101 43.020176, -71.931197 43.020404, -71.931197 43.020793, -71.93045 43.020977, -71.930233 43.02116, -71.930295 43.021549, -71.93148 43.021665, -71.93148 43.02194, -71.931372 43.02206, -71.931231 43.022215, -71.930359 43.022764, -71.929582 43.023084, -71.928804 43.022994, -71.927682 43.022196, -71.927414 43.022196, -71.92731 43.022196, -71.927029 43.022357, -71.926937 43.023729, -71.927093 43.02437, -71.927687 43.025538, -71.927874 43.025767, -71.928061 43.025812, -71.928141 43.025989, -71.928238 43.026065, -71.930425 43.027482, -71.930588 43.027713, -71.930314 43.027993, -71.928903 43.028008, -71.928692 43.028263, -71.928728 43.02847, -71.928855 43.028564, -71.929709 43.028734, -71.930438 43.028971, -71.930944 43.028999, -71.931106 43.029254, -71.93103 43.030088, -71.930828 43.030518, -71.930043 43.032083, -71.929326 43.032906, -71.928018 43.033912, -71.927488 43.034643, -71.926989 43.034849, -71.925151 43.034917, -71.925026 43.0359, -71.925089 43.03606, -71.925805 43.036128, -71.926023 43.036266, -71.926086 43.036586, -71.925525 43.037157, -71.925525 43.037408, -71.925805 43.0375, -71.927051 43.037271, -71.927394 43.037271, -71.927612 43.037409, -71.92783 43.037843, -71.928485 43.03782, -71.92864 43.037889, -71.92864 43.038277, -71.92836 43.03878, -71.92836 43.03926, -71.928827 43.039946, -71.928827 43.040609, -71.928702 43.040974, -71.92811 43.041957, -71.92811 43.042254, -71.928359 43.042323, -71.929637 43.042094, -71.930011 43.04214, -71.930385 43.042369, -71.930354 43.042643, -71.929824 43.04294, -71.92811 43.043123, -71.927456 43.042986, -71.927113 43.042803, -71.926739 43.042803, -71.925773 43.043237, -71.923654 43.043808, -71.921067 43.044105, -71.919662 43.044314, -71.919073 43.044402, -71.918605 43.044608, -71.918481 43.044745, -71.918668 43.045111, -71.918917 43.045248, -71.919653 43.045476, -71.920101 43.045614, -71.92007 43.045911, -71.919789 43.046185, -71.919647 43.046236, -71.91881 43.046727, -71.918342 43.046963, -71.916942 43.047321, -71.915949 43.048038, -71.915249 43.048224, -71.912781 43.050073, -71.911783 43.051013, -71.91156 43.051075, -71.911404 43.051395, -71.909845 43.052926, -71.909284 43.053589, -71.909222 43.054229, -71.909377 43.054778, -71.910561 43.056309, -71.910685 43.056652, -71.910935 43.057041, -71.910997 43.058389, -71.910872 43.058869, -71.910373 43.059509, -71.91003 43.059532, -71.909905 43.059738, -71.908627 43.060446, -71.908564 43.062115, -71.908657 43.062206, -71.908844 43.063417, -71.909155 43.06408, -71.909778 43.064629, -71.910028 43.065155, -71.909903 43.065772, -71.909996 43.065863, -71.910651 43.065772, -71.911368 43.065452, -71.91168 43.065475, -71.911898 43.065681, -71.911929 43.066115, -71.911742 43.066321, -71.911742 43.066709, -71.912084 43.067121, -71.911928 43.068081, -71.911304 43.068904, -71.911024 43.069544, -71.910992 43.070664, -71.910587 43.071052, -71.909682 43.071212, -71.909589 43.071349, -71.909651 43.071669, -71.909776 43.07176, -71.910929 43.071966, -71.911677 43.072264, -71.912114 43.072561, -71.913298 43.072881, -71.913828 43.073453, -71.913734 43.074047, -71.913828 43.074458, -71.914077 43.07455, -71.914607 43.074573, -71.915044 43.074801, -71.915039 43.076064, -71.914659 43.077769, -71.914701 43.079814, -71.914714 43.080372, -71.91406 43.080964, -71.912719 43.081487, -71.912595 43.081669, -71.912595 43.081873, -71.913156 43.082078, -71.914591 43.081618, -71.914934 43.08164, -71.915028 43.081686, -71.914997 43.083327, -71.915278 43.083623, -71.915277 43.084192, -71.915745 43.084648, -71.915746 43.084967, -71.914748 43.085262, -71.913657 43.085304, -71.913532 43.0856, -71.913439 43.08699, -71.913563 43.087378, -71.913906 43.08772, -71.914781 43.087581, -71.915092 43.08742, -71.915373 43.087442, -71.915498 43.087556, -71.915435 43.087829, -71.914376 43.088785, -71.914095 43.088785, -71.91344 43.088577, -71.913035 43.088691, -71.913129 43.090058, -71.912755 43.090923, -71.912817 43.093134, -71.913379 43.094523, -71.914221 43.09523, -71.914221 43.09548, -71.913348 43.09614, -71.91313 43.096413, -71.912787 43.096595, -71.912163 43.096662, -71.911602 43.097095, -71.911415 43.097595, -71.911446 43.098006, -71.911852 43.098234, -71.912413 43.098416, -71.9126 43.098552, -71.912569 43.099167, -71.912383 43.099486, -71.911759 43.099849, -71.911603 43.100306, -71.911696 43.100785, -71.911446 43.101012, -71.911104 43.101171, -71.910075 43.1011, -71.909264 43.101167, -71.908796 43.101507, -71.908641 43.101895, -71.908672 43.102305, -71.909233 43.102761, -71.909171 43.102988, -71.908578 43.103672, -71.908672 43.104014, -71.909543 43.104689, -71.982643 43.092245, -72.041972 43.082238, -72.057949 43.018922, -72.058804 43.005105))\", \"region\": {\"id\": 25267, \"geometry\": \"POLYGON ((-72.058804 43.005105, -72.031823 43.008408, -72.032232 43.011105, -72.031226 43.011169, -72.030374 43.011617, -72.029779 43.011637, -72.029372 43.012083, -72.028832 43.012121, -72.028103 43.012174, -72.027556 43.008973, -71.941691 43.019007, -71.93101 43.020176, -71.931197 43.020404, -71.931197 43.020793, -71.93045 43.020977, -71.930233 43.02116, -71.930295 43.021549, -71.93148 43.021665, -71.93148 43.02194, -71.931372 43.02206, -71.931231 43.022215, -71.930359 43.022764, -71.929582 43.023084, -71.928804 43.022994, -71.927682 43.022196, -71.927414 43.022196, -71.92731 43.022196, -71.927029 43.022357, -71.926937 43.023729, -71.927093 43.02437, -71.927687 43.025538, -71.927874 43.025767, -71.928061 43.025812, -71.928141 43.025989, -71.928238 43.026065, -71.930425 43.027482, -71.930588 43.027713, -71.930314 43.027993, -71.928903 43.028008, -71.928692 43.028263, -71.928728 43.02847, -71.928855 43.028564, -71.929709 43.028734, -71.930438 43.028971, -71.930944 43.028999, -71.931106 43.029254, -71.93103 43.030088, -71.930828 43.030518, -71.930043 43.032083, -71.929326 43.032906, -71.928018 43.033912, -71.927488 43.034643, -71.926989 43.034849, -71.925151 43.034917, -71.925026 43.0359, -71.925089 43.03606, -71.925805 43.036128, -71.926023 43.036266, -71.926086 43.036586, -71.925525 43.037157, -71.925525 43.037408, -71.925805 43.0375, -71.927051 43.037271, -71.927394 43.037271, -71.927612 43.037409, -71.92783 43.037843, -71.928485 43.03782, -71.92864 43.037889, -71.92864 43.038277, -71.92836 43.03878, -71.92836 43.03926, -71.928827 43.039946, -71.928827 43.040609, -71.928702 43.040974, -71.92811 43.041957, -71.92811 43.042254, -71.928359 43.042323, -71.929637 43.042094, -71.930011 43.04214, -71.930385 43.042369, -71.930354 43.042643, -71.929824 43.04294, -71.92811 43.043123, -71.927456 43.042986, -71.927113 43.042803, -71.926739 43.042803, -71.925773 43.043237, -71.923654 43.043808, -71.921067 43.044105, -71.919662 43.044314, -71.919073 43.044402, -71.918605 43.044608, -71.918481 43.044745, -71.918668 43.045111, -71.918917 43.045248, -71.919653 43.045476, -71.920101 43.045614, -71.92007 43.045911, -71.919789 43.046185, -71.919647 43.046236, -71.91881 43.046727, -71.918342 43.046963, -71.916942 43.047321, -71.915949 43.048038, -71.915249 43.048224, -71.912781 43.050073, -71.911783 43.051013, -71.91156 43.051075, -71.911404 43.051395, -71.909845 43.052926, -71.909284 43.053589, -71.909222 43.054229, -71.909377 43.054778, -71.910561 43.056309, -71.910685 43.056652, -71.910935 43.057041, -71.910997 43.058389, -71.910872 43.058869, -71.910373 43.059509, -71.91003 43.059532, -71.909905 43.059738, -71.908627 43.060446, -71.908564 43.062115, -71.908657 43.062206, -71.908844 43.063417, -71.909155 43.06408, -71.909778 43.064629, -71.910028 43.065155, -71.909903 43.065772, -71.909996 43.065863, -71.910651 43.065772, -71.911368 43.065452, -71.91168 43.065475, -71.911898 43.065681, -71.911929 43.066115, -71.911742 43.066321, -71.911742 43.066709, -71.912084 43.067121, -71.911928 43.068081, -71.911304 43.068904, -71.911024 43.069544, -71.910992 43.070664, -71.910587 43.071052, -71.909682 43.071212, -71.909589 43.071349, -71.909651 43.071669, -71.909776 43.07176, -71.910929 43.071966, -71.911677 43.072264, -71.912114 43.072561, -71.913298 43.072881, -71.913828 43.073453, -71.913734 43.074047, -71.913828 43.074458, -71.914077 43.07455, -71.914607 43.074573, -71.915044 43.074801, -71.915039 43.076064, -71.914659 43.077769, -71.914701 43.079814, -71.914714 43.080372, -71.91406 43.080964, -71.912719 43.081487, -71.912595 43.081669, -71.912595 43.081873, -71.913156 43.082078, -71.914591 43.081618, -71.914934 43.08164, -71.915028 43.081686, -71.914997 43.083327, -71.915278 43.083623, -71.915277 43.084192, -71.915745 43.084648, -71.915746 43.084967, -71.914748 43.085262, -71.913657 43.085304, -71.913532 43.0856, -71.913439 43.08699, -71.913563 43.087378, -71.913906 43.08772, -71.914781 43.087581, -71.915092 43.08742, -71.915373 43.087442, -71.915498 43.087556, -71.915435 43.087829, -71.914376 43.088785, -71.914095 43.088785, -71.91344 43.088577, -71.913035 43.088691, -71.913129 43.090058, -71.912755 43.090923, -71.912817 43.093134, -71.913379 43.094523, -71.914221 43.09523, -71.914221 43.09548, -71.913348 43.09614, -71.91313 43.096413, -71.912787 43.096595, -71.912163 43.096662, -71.911602 43.097095, -71.911415 43.097595, -71.911446 43.098006, -71.911852 43.098234, -71.912413 43.098416, -71.9126 43.098552, -71.912569 43.099167, -71.912383 43.099486, -71.911759 43.099849, -71.911603 43.100306, -71.911696 43.100785, -71.911446 43.101012, -71.911104 43.101171, -71.910075 43.1011, -71.909264 43.101167, -71.908796 43.101507, -71.908641 43.101895, -71.908672 43.102305, -71.909233 43.102761, -71.909171 43.102988, -71.908578 43.103672, -71.908672 43.104014, -71.909543 43.104689, -71.982643 43.092245, -72.041972 43.082238, -72.057949 43.018922, -72.058804 43.005105))\", \"region_name\": \"Antrim\", \"wikidata\": \"Q2076351\", \"wikipedia\": \"en:Antrim, New Hampshire\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0013", "group": "raster_only", "template": "elevation_max+region", "question": "How high is the highest point in New Milford, New Jersey?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-74.026115 40.940142, -74.025982 40.940186, -74.025864 40.940218, -74.025671 40.940299, -74.025241 40.940305, -74.02487 40.94033, -74.02475 40.940384, -74.024647 40.940492, -74.024629 40.94051, -74.024592 40.940592, -74.024591 40.940701, -74.024613 40.940864, -74.02466 40.941009, -74.024706 40.941173, -74.024753 40.941318, -74.024728 40.94139, -74.024701 40.941449, -74.024654 40.941553, -74.024581 40.941788, -74.024555 40.94197, -74.024577 40.942115, -74.024624 40.942242, -74.024646 40.942405, -74.024645 40.94255, -74.024595 40.942749, -74.024522 40.942894, -74.024473 40.943057, -74.0244 40.943202, -74.024349 40.943455, -74.024372 40.943582, -74.024389 40.943596, -74.024592 40.943688, -74.024854 40.943834, -74.024972 40.94398, -74.025066 40.94418, -74.025136 40.944344, -74.025254 40.944508, -74.025348 40.944653, -74.025467 40.944781, -74.025609 40.944872, -74.025775 40.945, -74.02587 40.945127, -74.025963 40.945363, -74.025962 40.945473, -74.025962 40.945509, -74.025799 40.945523, -74.025662 40.945534, -74.025315 40.945569, -74.025005 40.945585, -74.024874 40.945601, -74.024789 40.945611, -74.02443 40.945627, -74.024155 40.945616, -74.024012 40.945534, -74.023846 40.945406, -74.023799 40.945297, -74.023741 40.945206, -74.0236 40.944988, -74.023469 40.944815, -74.023316 40.94466, -74.023132 40.944621, -74.023053 40.944604, -74.022754 40.944639, -74.022585 40.944801, -74.022535 40.944991, -74.022577 40.945197, -74.022574 40.945222, -74.022686 40.945351, -74.022769 40.945473, -74.022888 40.945618, -74.022989 40.945774, -74.023041 40.945855, -74.023104 40.945974, -74.023146 40.946146, -74.023178 40.946427, -74.023166 40.946517, -74.023129 40.94669, -74.023055 40.946843, -74.023041 40.947015, -74.023088 40.947143, -74.023231 40.947261, -74.023326 40.947298, -74.023444 40.947353, -74.023683 40.947445, -74.023876 40.947503, -74.023993 40.947538, -74.024255 40.94763, -74.02427 40.947639, -74.02454 40.947813, -74.024714 40.947995, -74.024674 40.948489, -74.024663 40.948617, -74.02466 40.948646, -74.024558 40.949853, -74.024501 40.950533, -74.024281 40.951155, -74.024283 40.951461, -74.021794 40.951595, -74.019829 40.951598, -74.018902 40.951481, -74.017995 40.951484, -74.016879 40.951472, -74.016616 40.951449, -74.01654 40.951427, -74.016472 40.951392, -74.016437 40.951367, -74.016493 40.951973, -74.013788 40.952001, -74.010822 40.952091, -74.004923 40.951994, -74.002583 40.952098, -74.002567 40.951474, -74.002725 40.948922, -74.00295 40.94617, -74.005204 40.946142, -74.008056 40.946282, -74.009556 40.946209, -74.009939 40.946047, -74.009888 40.945067, -74.010088 40.943815, -74.010222 40.942758, -74.010281 40.942288, -74.010286 40.942248, -74.010307 40.9422, -74.010549 40.941648, -74.010698 40.940955, -74.010595 40.940193, -74.010682 40.938821, -74.010782 40.937612, -74.010498 40.935603, -74.010459 40.934896, -74.011127 40.93488, -74.011688 40.934884, -74.012079 40.934892, -74.01208 40.933877, -74.012787 40.93381, -74.012783 40.933511, -74.012793 40.933443, -74.012795 40.932853, -74.012797 40.932434, -74.011883 40.932411, -74.011883 40.932023, -74.011855 40.931237, -74.011967 40.930539, -74.012102 40.929702, -74.012026 40.92969, -74.011937 40.929681, -74.012202 40.927829, -74.012411 40.927127, -74.012524 40.926456, -74.012539 40.925785, -74.013061 40.924033, -74.013159 40.923282, -74.013338 40.922608, -74.014182 40.921383, -74.014801 40.920025, -74.015562 40.919615, -74.015373 40.919499, -74.016544 40.914606, -74.016753 40.914617, -74.018292 40.914694, -74.018529 40.914734, -74.018923 40.914799, -74.019182 40.914842, -74.01934 40.914934, -74.020236 40.915479, -74.020498 40.915718, -74.020603 40.9159, -74.020716 40.916075, -74.021009 40.916446, -74.021145 40.916656, -74.021101 40.916659, -74.021475 40.917063, -74.021643 40.917051, -74.022584 40.916816, -74.022752 40.916768, -74.023052 40.916683, -74.023291 40.916615, -74.023997 40.916414, -74.024277 40.916368, -74.024305 40.916364, -74.024411 40.916366, -74.024805 40.916256, -74.025286 40.916122, -74.025737 40.915982, -74.027058 40.915571, -74.027273 40.915489, -74.027989 40.915215, -74.028097 40.915181, -74.028116 40.915175, -74.028248 40.914941, -74.028241 40.914813, -74.028248 40.914704, -74.028277 40.91427, -74.028837 40.91422, -74.029422 40.914161, -74.029948 40.914015, -74.030073 40.91414, -74.030123 40.913946, -74.030102 40.91349, -74.030225 40.913424, -74.030194 40.913327, -74.030273 40.913403, -74.030275 40.913548, -74.030272 40.913696, -74.030207 40.91392, -74.03028 40.914071, -74.030329 40.914227, -74.030214 40.914481, -74.030386 40.914657, -74.030529 40.914786, -74.030597 40.914848, -74.030705 40.914963, -74.032864 40.917272, -74.03287 40.917439, -74.032951 40.917576, -74.033101 40.917927, -74.03315 40.918239, -74.033198 40.91859, -74.033195 40.918901, -74.033138 40.919447, -74.033128 40.919522, -74.033083 40.919875, -74.032867 40.920926, -74.032864 40.921277, -74.03268 40.922405, -74.032683 40.922419, -74.032679 40.92244, -74.03267 40.92247, -74.032628 40.922794, -74.032618 40.922873, -74.032523 40.922948, -74.032416 40.923031, -74.032113 40.923133, -74.031918 40.923199, -74.031884 40.923228, -74.031694 40.92332, -74.031611 40.923337, -74.031532 40.92337, -74.031423 40.92348, -74.031322 40.923645, -74.031236 40.923733, -74.031214 40.92393, -74.031314 40.924101, -74.031445 40.924166, -74.03146 40.924289, -74.031428 40.924609, -74.031402 40.924703, -74.031352 40.924821, -74.031481 40.924944, -74.031456 40.924901, -74.031419 40.924821, -74.031405 40.924755, -74.03142 40.92467, -74.031435 40.924637, -74.031454 40.924621, -74.031477 40.924615, -74.03164 40.924728, -74.031817 40.924827, -74.031867 40.924874, -74.03185 40.924891, -74.031909 40.924935, -74.032017 40.924935, -74.032068 40.924886, -74.032046 40.924792, -74.032075 40.924715, -74.032198 40.924715, -74.032401 40.924809, -74.032589 40.924886, -74.032713 40.925001, -74.032763 40.925072, -74.032708 40.925199, -74.032728 40.925232, -74.032727 40.925336, -74.032578 40.925616, -74.032529 40.925693, -74.032437 40.925773, -74.032379 40.925794, -74.032293 40.925778, -74.03222 40.92575, -74.032166 40.925772, -74.032122 40.925849, -74.032025 40.925891, -74.032017 40.925918, -74.031959 40.925995, -74.031936 40.926041, -74.031966 40.926107, -74.031887 40.926227, -74.031991 40.926301, -74.032012 40.926362, -74.031857 40.926513, -74.031801 40.926513, -74.031819 40.926525, -74.031879 40.926638, -74.031836 40.926759, -74.03172 40.926857, -74.031611 40.926918, -74.031502 40.92694, -74.031394 40.926929, -74.031286 40.926913, -74.031134 40.926825, -74.031068 40.926781, -74.031054 40.926666, -74.031119 40.9266, -74.031134 40.926512, -74.030873 40.926457, -74.030772 40.926561, -74.030713 40.926611, -74.030641 40.926611, -74.030554 40.926594, -74.030475 40.926572, -74.030307 40.926545, -74.030163 40.926534, -74.029968 40.926584, -74.029867 40.926584, -74.02978 40.9266, -74.029736 40.926743, -74.029627 40.926831, -74.029475 40.927023, -74.029533 40.927237, -74.029616 40.927257, -74.029692 40.927276, -74.029837 40.927402, -74.029849 40.927497, -74.029866 40.927633, -74.029859 40.92783, -74.029764 40.927995, -74.029765 40.928143, -74.029707 40.928341, -74.029576 40.928468, -74.029504 40.928588, -74.029489 40.928836, -74.029518 40.929033, -74.029554 40.92917, -74.029685 40.929319, -74.029844 40.929401, -74.030004 40.929467, -74.030546 40.929686, -74.030242 40.929582, -74.030351 40.929697, -74.030597 40.929763, -74.030734 40.929851, -74.0308 40.929994, -74.030832 40.930011, -74.030858 40.930077, -74.030857 40.930143, -74.030824 40.930206, -74.030824 40.930245, -74.030796 40.930368, -74.030736 40.9305, -74.030718 40.930526, -74.030658 40.930612, -74.030566 40.930719, -74.030415 40.930834, -74.030251 40.930892, -74.030037 40.930941, -74.029825 40.931006, -74.029644 40.931088, -74.029595 40.931098, -74.029533 40.931151, -74.02942 40.931222, -74.029397 40.931236, -74.029353 40.931306, -74.029346 40.931351, -74.029296 40.931378, -74.02928 40.931387, -74.029081 40.931387, -74.029005 40.931478, -74.028932 40.931646, -74.028882 40.931826, -74.028845 40.932005, -74.02886 40.932048, -74.028867 40.93221, -74.028916 40.932333, -74.028833 40.932326, -74.028831 40.932393, -74.028874 40.932573, -74.028898 40.932745, -74.028904 40.932925, -74.028925 40.933105, -74.028889 40.933303, -74.028876 40.933407, -74.028838 40.933726, -74.02873 40.934023, -74.028665 40.934247, -74.028592 40.934418, -74.028489 40.934606, -74.028397 40.934813, -74.028378 40.934862, -74.02845 40.935055, -74.028282 40.935449, -74.028185 40.935897, -74.028057 40.936294, -74.027865 40.936723, -74.027645 40.936887, -74.027237 40.937145, -74.026954 40.93738, -74.02667 40.937733, -74.02648 40.938039, -74.0261 40.938675, -74.025754 40.939004, -74.025694 40.939138, -74.025712 40.939332, -74.025703 40.939378, -74.025765 40.939388, -74.025869 40.939417, -74.025999 40.939492, -74.026227 40.93958, -74.026226 40.939702, -74.026305 40.939841, -74.02635 40.939941, -74.026321 40.940028, -74.026211 40.94011, -74.026115 40.940142))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 51.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"New Milford, New Jersey\", \"geo_wkt\": \"POLYGON ((-74.026115 40.940142, -74.025982 40.940186, -74.025864 40.940218, -74.025671 40.940299, -74.025241 40.940305, -74.02487 40.94033, -74.02475 40.940384, -74.024647 40.940492, -74.024629 40.94051, -74.024592 40.940592, -74.024591 40.940701, -74.024613 40.940864, -74.02466 40.941009, -74.024706 40.941173, -74.024753 40.941318, -74.024728 40.94139, -74.024701 40.941449, -74.024654 40.941553, -74.024581 40.941788, -74.024555 40.94197, -74.024577 40.942115, -74.024624 40.942242, -74.024646 40.942405, -74.024645 40.94255, -74.024595 40.942749, -74.024522 40.942894, -74.024473 40.943057, -74.0244 40.943202, -74.024349 40.943455, -74.024372 40.943582, -74.024389 40.943596, -74.024592 40.943688, -74.024854 40.943834, -74.024972 40.94398, -74.025066 40.94418, -74.025136 40.944344, -74.025254 40.944508, -74.025348 40.944653, -74.025467 40.944781, -74.025609 40.944872, -74.025775 40.945, -74.02587 40.945127, -74.025963 40.945363, -74.025962 40.945473, -74.025962 40.945509, -74.025799 40.945523, -74.025662 40.945534, -74.025315 40.945569, -74.025005 40.945585, -74.024874 40.945601, -74.024789 40.945611, -74.02443 40.945627, -74.024155 40.945616, -74.024012 40.945534, -74.023846 40.945406, -74.023799 40.945297, -74.023741 40.945206, -74.0236 40.944988, -74.023469 40.944815, -74.023316 40.94466, -74.023132 40.944621, -74.023053 40.944604, -74.022754 40.944639, -74.022585 40.944801, -74.022535 40.944991, -74.022577 40.945197, -74.022574 40.945222, -74.022686 40.945351, -74.022769 40.945473, -74.022888 40.945618, -74.022989 40.945774, -74.023041 40.945855, -74.023104 40.945974, -74.023146 40.946146, -74.023178 40.946427, -74.023166 40.946517, -74.023129 40.94669, -74.023055 40.946843, -74.023041 40.947015, -74.023088 40.947143, -74.023231 40.947261, -74.023326 40.947298, -74.023444 40.947353, -74.023683 40.947445, -74.023876 40.947503, -74.023993 40.947538, -74.024255 40.94763, -74.02427 40.947639, -74.02454 40.947813, -74.024714 40.947995, -74.024674 40.948489, -74.024663 40.948617, -74.02466 40.948646, -74.024558 40.949853, -74.024501 40.950533, -74.024281 40.951155, -74.024283 40.951461, -74.021794 40.951595, -74.019829 40.951598, -74.018902 40.951481, -74.017995 40.951484, -74.016879 40.951472, -74.016616 40.951449, -74.01654 40.951427, -74.016472 40.951392, -74.016437 40.951367, -74.016493 40.951973, -74.013788 40.952001, -74.010822 40.952091, -74.004923 40.951994, -74.002583 40.952098, -74.002567 40.951474, -74.002725 40.948922, -74.00295 40.94617, -74.005204 40.946142, -74.008056 40.946282, -74.009556 40.946209, -74.009939 40.946047, -74.009888 40.945067, -74.010088 40.943815, -74.010222 40.942758, -74.010281 40.942288, -74.010286 40.942248, -74.010307 40.9422, -74.010549 40.941648, -74.010698 40.940955, -74.010595 40.940193, -74.010682 40.938821, -74.010782 40.937612, -74.010498 40.935603, -74.010459 40.934896, -74.011127 40.93488, -74.011688 40.934884, -74.012079 40.934892, -74.01208 40.933877, -74.012787 40.93381, -74.012783 40.933511, -74.012793 40.933443, -74.012795 40.932853, -74.012797 40.932434, -74.011883 40.932411, -74.011883 40.932023, -74.011855 40.931237, -74.011967 40.930539, -74.012102 40.929702, -74.012026 40.92969, -74.011937 40.929681, -74.012202 40.927829, -74.012411 40.927127, -74.012524 40.926456, -74.012539 40.925785, -74.013061 40.924033, -74.013159 40.923282, -74.013338 40.922608, -74.014182 40.921383, -74.014801 40.920025, -74.015562 40.919615, -74.015373 40.919499, -74.016544 40.914606, -74.016753 40.914617, -74.018292 40.914694, -74.018529 40.914734, -74.018923 40.914799, -74.019182 40.914842, -74.01934 40.914934, -74.020236 40.915479, -74.020498 40.915718, -74.020603 40.9159, -74.020716 40.916075, -74.021009 40.916446, -74.021145 40.916656, -74.021101 40.916659, -74.021475 40.917063, -74.021643 40.917051, -74.022584 40.916816, -74.022752 40.916768, -74.023052 40.916683, -74.023291 40.916615, -74.023997 40.916414, -74.024277 40.916368, -74.024305 40.916364, -74.024411 40.916366, -74.024805 40.916256, -74.025286 40.916122, -74.025737 40.915982, -74.027058 40.915571, -74.027273 40.915489, -74.027989 40.915215, -74.028097 40.915181, -74.028116 40.915175, -74.028248 40.914941, -74.028241 40.914813, -74.028248 40.914704, -74.028277 40.91427, -74.028837 40.91422, -74.029422 40.914161, -74.029948 40.914015, -74.030073 40.91414, -74.030123 40.913946, -74.030102 40.91349, -74.030225 40.913424, -74.030194 40.913327, -74.030273 40.913403, -74.030275 40.913548, -74.030272 40.913696, -74.030207 40.91392, -74.03028 40.914071, -74.030329 40.914227, -74.030214 40.914481, -74.030386 40.914657, -74.030529 40.914786, -74.030597 40.914848, -74.030705 40.914963, -74.032864 40.917272, -74.03287 40.917439, -74.032951 40.917576, -74.033101 40.917927, -74.03315 40.918239, -74.033198 40.91859, -74.033195 40.918901, -74.033138 40.919447, -74.033128 40.919522, -74.033083 40.919875, -74.032867 40.920926, -74.032864 40.921277, -74.03268 40.922405, -74.032683 40.922419, -74.032679 40.92244, -74.03267 40.92247, -74.032628 40.922794, -74.032618 40.922873, -74.032523 40.922948, -74.032416 40.923031, -74.032113 40.923133, -74.031918 40.923199, -74.031884 40.923228, -74.031694 40.92332, -74.031611 40.923337, -74.031532 40.92337, -74.031423 40.92348, -74.031322 40.923645, -74.031236 40.923733, -74.031214 40.92393, -74.031314 40.924101, -74.031445 40.924166, -74.03146 40.924289, -74.031428 40.924609, -74.031402 40.924703, -74.031352 40.924821, -74.031481 40.924944, -74.031456 40.924901, -74.031419 40.924821, -74.031405 40.924755, -74.03142 40.92467, -74.031435 40.924637, -74.031454 40.924621, -74.031477 40.924615, -74.03164 40.924728, -74.031817 40.924827, -74.031867 40.924874, -74.03185 40.924891, -74.031909 40.924935, -74.032017 40.924935, -74.032068 40.924886, -74.032046 40.924792, -74.032075 40.924715, -74.032198 40.924715, -74.032401 40.924809, -74.032589 40.924886, -74.032713 40.925001, -74.032763 40.925072, -74.032708 40.925199, -74.032728 40.925232, -74.032727 40.925336, -74.032578 40.925616, -74.032529 40.925693, -74.032437 40.925773, -74.032379 40.925794, -74.032293 40.925778, -74.03222 40.92575, -74.032166 40.925772, -74.032122 40.925849, -74.032025 40.925891, -74.032017 40.925918, -74.031959 40.925995, -74.031936 40.926041, -74.031966 40.926107, -74.031887 40.926227, -74.031991 40.926301, -74.032012 40.926362, -74.031857 40.926513, -74.031801 40.926513, -74.031819 40.926525, -74.031879 40.926638, -74.031836 40.926759, -74.03172 40.926857, -74.031611 40.926918, -74.031502 40.92694, -74.031394 40.926929, -74.031286 40.926913, -74.031134 40.926825, -74.031068 40.926781, -74.031054 40.926666, -74.031119 40.9266, -74.031134 40.926512, -74.030873 40.926457, -74.030772 40.926561, -74.030713 40.926611, -74.030641 40.926611, -74.030554 40.926594, -74.030475 40.926572, -74.030307 40.926545, -74.030163 40.926534, -74.029968 40.926584, -74.029867 40.926584, -74.02978 40.9266, -74.029736 40.926743, -74.029627 40.926831, -74.029475 40.927023, -74.029533 40.927237, -74.029616 40.927257, -74.029692 40.927276, -74.029837 40.927402, -74.029849 40.927497, -74.029866 40.927633, -74.029859 40.92783, -74.029764 40.927995, -74.029765 40.928143, -74.029707 40.928341, -74.029576 40.928468, -74.029504 40.928588, -74.029489 40.928836, -74.029518 40.929033, -74.029554 40.92917, -74.029685 40.929319, -74.029844 40.929401, -74.030004 40.929467, -74.030546 40.929686, -74.030242 40.929582, -74.030351 40.929697, -74.030597 40.929763, -74.030734 40.929851, -74.0308 40.929994, -74.030832 40.930011, -74.030858 40.930077, -74.030857 40.930143, -74.030824 40.930206, -74.030824 40.930245, -74.030796 40.930368, -74.030736 40.9305, -74.030718 40.930526, -74.030658 40.930612, -74.030566 40.930719, -74.030415 40.930834, -74.030251 40.930892, -74.030037 40.930941, -74.029825 40.931006, -74.029644 40.931088, -74.029595 40.931098, -74.029533 40.931151, -74.02942 40.931222, -74.029397 40.931236, -74.029353 40.931306, -74.029346 40.931351, -74.029296 40.931378, -74.02928 40.931387, -74.029081 40.931387, -74.029005 40.931478, -74.028932 40.931646, -74.028882 40.931826, -74.028845 40.932005, -74.02886 40.932048, -74.028867 40.93221, -74.028916 40.932333, -74.028833 40.932326, -74.028831 40.932393, -74.028874 40.932573, -74.028898 40.932745, -74.028904 40.932925, -74.028925 40.933105, -74.028889 40.933303, -74.028876 40.933407, -74.028838 40.933726, -74.02873 40.934023, -74.028665 40.934247, -74.028592 40.934418, -74.028489 40.934606, -74.028397 40.934813, -74.028378 40.934862, -74.02845 40.935055, -74.028282 40.935449, -74.028185 40.935897, -74.028057 40.936294, -74.027865 40.936723, -74.027645 40.936887, -74.027237 40.937145, -74.026954 40.93738, -74.02667 40.937733, -74.02648 40.938039, -74.0261 40.938675, -74.025754 40.939004, -74.025694 40.939138, -74.025712 40.939332, -74.025703 40.939378, -74.025765 40.939388, -74.025869 40.939417, -74.025999 40.939492, -74.026227 40.93958, -74.026226 40.939702, -74.026305 40.939841, -74.02635 40.939941, -74.026321 40.940028, -74.026211 40.94011, -74.026115 40.940142))\", \"region\": {\"id\": 20761, \"geometry\": \"POLYGON ((-74.026115 40.940142, -74.025982 40.940186, -74.025864 40.940218, -74.025671 40.940299, -74.025241 40.940305, -74.02487 40.94033, -74.02475 40.940384, -74.024647 40.940492, -74.024629 40.94051, -74.024592 40.940592, -74.024591 40.940701, -74.024613 40.940864, -74.02466 40.941009, -74.024706 40.941173, -74.024753 40.941318, -74.024728 40.94139, -74.024701 40.941449, -74.024654 40.941553, -74.024581 40.941788, -74.024555 40.94197, -74.024577 40.942115, -74.024624 40.942242, -74.024646 40.942405, -74.024645 40.94255, -74.024595 40.942749, -74.024522 40.942894, -74.024473 40.943057, -74.0244 40.943202, -74.024349 40.943455, -74.024372 40.943582, -74.024389 40.943596, -74.024592 40.943688, -74.024854 40.943834, -74.024972 40.94398, -74.025066 40.94418, -74.025136 40.944344, -74.025254 40.944508, -74.025348 40.944653, -74.025467 40.944781, -74.025609 40.944872, -74.025775 40.945, -74.02587 40.945127, -74.025963 40.945363, -74.025962 40.945473, -74.025962 40.945509, -74.025799 40.945523, -74.025662 40.945534, -74.025315 40.945569, -74.025005 40.945585, -74.024874 40.945601, -74.024789 40.945611, -74.02443 40.945627, -74.024155 40.945616, -74.024012 40.945534, -74.023846 40.945406, -74.023799 40.945297, -74.023741 40.945206, -74.0236 40.944988, -74.023469 40.944815, -74.023316 40.94466, -74.023132 40.944621, -74.023053 40.944604, -74.022754 40.944639, -74.022585 40.944801, -74.022535 40.944991, -74.022577 40.945197, -74.022574 40.945222, -74.022686 40.945351, -74.022769 40.945473, -74.022888 40.945618, -74.022989 40.945774, -74.023041 40.945855, -74.023104 40.945974, -74.023146 40.946146, -74.023178 40.946427, -74.023166 40.946517, -74.023129 40.94669, -74.023055 40.946843, -74.023041 40.947015, -74.023088 40.947143, -74.023231 40.947261, -74.023326 40.947298, -74.023444 40.947353, -74.023683 40.947445, -74.023876 40.947503, -74.023993 40.947538, -74.024255 40.94763, -74.02427 40.947639, -74.02454 40.947813, -74.024714 40.947995, -74.024674 40.948489, -74.024663 40.948617, -74.02466 40.948646, -74.024558 40.949853, -74.024501 40.950533, -74.024281 40.951155, -74.024283 40.951461, -74.021794 40.951595, -74.019829 40.951598, -74.018902 40.951481, -74.017995 40.951484, -74.016879 40.951472, -74.016616 40.951449, -74.01654 40.951427, -74.016472 40.951392, -74.016437 40.951367, -74.016493 40.951973, -74.013788 40.952001, -74.010822 40.952091, -74.004923 40.951994, -74.002583 40.952098, -74.002567 40.951474, -74.002725 40.948922, -74.00295 40.94617, -74.005204 40.946142, -74.008056 40.946282, -74.009556 40.946209, -74.009939 40.946047, -74.009888 40.945067, -74.010088 40.943815, -74.010222 40.942758, -74.010281 40.942288, -74.010286 40.942248, -74.010307 40.9422, -74.010549 40.941648, -74.010698 40.940955, -74.010595 40.940193, -74.010682 40.938821, -74.010782 40.937612, -74.010498 40.935603, -74.010459 40.934896, -74.011127 40.93488, -74.011688 40.934884, -74.012079 40.934892, -74.01208 40.933877, -74.012787 40.93381, -74.012783 40.933511, -74.012793 40.933443, -74.012795 40.932853, -74.012797 40.932434, -74.011883 40.932411, -74.011883 40.932023, -74.011855 40.931237, -74.011967 40.930539, -74.012102 40.929702, -74.012026 40.92969, -74.011937 40.929681, -74.012202 40.927829, -74.012411 40.927127, -74.012524 40.926456, -74.012539 40.925785, -74.013061 40.924033, -74.013159 40.923282, -74.013338 40.922608, -74.014182 40.921383, -74.014801 40.920025, -74.015562 40.919615, -74.015373 40.919499, -74.016544 40.914606, -74.016753 40.914617, -74.018292 40.914694, -74.018529 40.914734, -74.018923 40.914799, -74.019182 40.914842, -74.01934 40.914934, -74.020236 40.915479, -74.020498 40.915718, -74.020603 40.9159, -74.020716 40.916075, -74.021009 40.916446, -74.021145 40.916656, -74.021101 40.916659, -74.021475 40.917063, -74.021643 40.917051, -74.022584 40.916816, -74.022752 40.916768, -74.023052 40.916683, -74.023291 40.916615, -74.023997 40.916414, -74.024277 40.916368, -74.024305 40.916364, -74.024411 40.916366, -74.024805 40.916256, -74.025286 40.916122, -74.025737 40.915982, -74.027058 40.915571, -74.027273 40.915489, -74.027989 40.915215, -74.028097 40.915181, -74.028116 40.915175, -74.028248 40.914941, -74.028241 40.914813, -74.028248 40.914704, -74.028277 40.91427, -74.028837 40.91422, -74.029422 40.914161, -74.029948 40.914015, -74.030073 40.91414, -74.030123 40.913946, -74.030102 40.91349, -74.030225 40.913424, -74.030194 40.913327, -74.030273 40.913403, -74.030275 40.913548, -74.030272 40.913696, -74.030207 40.91392, -74.03028 40.914071, -74.030329 40.914227, -74.030214 40.914481, -74.030386 40.914657, -74.030529 40.914786, -74.030597 40.914848, -74.030705 40.914963, -74.032864 40.917272, -74.03287 40.917439, -74.032951 40.917576, -74.033101 40.917927, -74.03315 40.918239, -74.033198 40.91859, -74.033195 40.918901, -74.033138 40.919447, -74.033128 40.919522, -74.033083 40.919875, -74.032867 40.920926, -74.032864 40.921277, -74.03268 40.922405, -74.032683 40.922419, -74.032679 40.92244, -74.03267 40.92247, -74.032628 40.922794, -74.032618 40.922873, -74.032523 40.922948, -74.032416 40.923031, -74.032113 40.923133, -74.031918 40.923199, -74.031884 40.923228, -74.031694 40.92332, -74.031611 40.923337, -74.031532 40.92337, -74.031423 40.92348, -74.031322 40.923645, -74.031236 40.923733, -74.031214 40.92393, -74.031314 40.924101, -74.031445 40.924166, -74.03146 40.924289, -74.031428 40.924609, -74.031402 40.924703, -74.031352 40.924821, -74.031481 40.924944, -74.031456 40.924901, -74.031419 40.924821, -74.031405 40.924755, -74.03142 40.92467, -74.031435 40.924637, -74.031454 40.924621, -74.031477 40.924615, -74.03164 40.924728, -74.031817 40.924827, -74.031867 40.924874, -74.03185 40.924891, -74.031909 40.924935, -74.032017 40.924935, -74.032068 40.924886, -74.032046 40.924792, -74.032075 40.924715, -74.032198 40.924715, -74.032401 40.924809, -74.032589 40.924886, -74.032713 40.925001, -74.032763 40.925072, -74.032708 40.925199, -74.032728 40.925232, -74.032727 40.925336, -74.032578 40.925616, -74.032529 40.925693, -74.032437 40.925773, -74.032379 40.925794, -74.032293 40.925778, -74.03222 40.92575, -74.032166 40.925772, -74.032122 40.925849, -74.032025 40.925891, -74.032017 40.925918, -74.031959 40.925995, -74.031936 40.926041, -74.031966 40.926107, -74.031887 40.926227, -74.031991 40.926301, -74.032012 40.926362, -74.031857 40.926513, -74.031801 40.926513, -74.031819 40.926525, -74.031879 40.926638, -74.031836 40.926759, -74.03172 40.926857, -74.031611 40.926918, -74.031502 40.92694, -74.031394 40.926929, -74.031286 40.926913, -74.031134 40.926825, -74.031068 40.926781, -74.031054 40.926666, -74.031119 40.9266, -74.031134 40.926512, -74.030873 40.926457, -74.030772 40.926561, -74.030713 40.926611, -74.030641 40.926611, -74.030554 40.926594, -74.030475 40.926572, -74.030307 40.926545, -74.030163 40.926534, -74.029968 40.926584, -74.029867 40.926584, -74.02978 40.9266, -74.029736 40.926743, -74.029627 40.926831, -74.029475 40.927023, -74.029533 40.927237, -74.029616 40.927257, -74.029692 40.927276, -74.029837 40.927402, -74.029849 40.927497, -74.029866 40.927633, -74.029859 40.92783, -74.029764 40.927995, -74.029765 40.928143, -74.029707 40.928341, -74.029576 40.928468, -74.029504 40.928588, -74.029489 40.928836, -74.029518 40.929033, -74.029554 40.92917, -74.029685 40.929319, -74.029844 40.929401, -74.030004 40.929467, -74.030546 40.929686, -74.030242 40.929582, -74.030351 40.929697, -74.030597 40.929763, -74.030734 40.929851, -74.0308 40.929994, -74.030832 40.930011, -74.030858 40.930077, -74.030857 40.930143, -74.030824 40.930206, -74.030824 40.930245, -74.030796 40.930368, -74.030736 40.9305, -74.030718 40.930526, -74.030658 40.930612, -74.030566 40.930719, -74.030415 40.930834, -74.030251 40.930892, -74.030037 40.930941, -74.029825 40.931006, -74.029644 40.931088, -74.029595 40.931098, -74.029533 40.931151, -74.02942 40.931222, -74.029397 40.931236, -74.029353 40.931306, -74.029346 40.931351, -74.029296 40.931378, -74.02928 40.931387, -74.029081 40.931387, -74.029005 40.931478, -74.028932 40.931646, -74.028882 40.931826, -74.028845 40.932005, -74.02886 40.932048, -74.028867 40.93221, -74.028916 40.932333, -74.028833 40.932326, -74.028831 40.932393, -74.028874 40.932573, -74.028898 40.932745, -74.028904 40.932925, -74.028925 40.933105, -74.028889 40.933303, -74.028876 40.933407, -74.028838 40.933726, -74.02873 40.934023, -74.028665 40.934247, -74.028592 40.934418, -74.028489 40.934606, -74.028397 40.934813, -74.028378 40.934862, -74.02845 40.935055, -74.028282 40.935449, -74.028185 40.935897, -74.028057 40.936294, -74.027865 40.936723, -74.027645 40.936887, -74.027237 40.937145, -74.026954 40.93738, -74.02667 40.937733, -74.02648 40.938039, -74.0261 40.938675, -74.025754 40.939004, -74.025694 40.939138, -74.025712 40.939332, -74.025703 40.939378, -74.025765 40.939388, -74.025869 40.939417, -74.025999 40.939492, -74.026227 40.93958, -74.026226 40.939702, -74.026305 40.939841, -74.02635 40.939941, -74.026321 40.940028, -74.026211 40.94011, -74.026115 40.940142))\", \"region_name\": \"New Milford\", \"wikidata\": \"Q1088720\", \"wikipedia\": \"en:New Milford, New Jersey\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0014", "group": "raster_only", "template": "elevation_max+region", "question": "In Gorman, Texas, what is the maximum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-98.661894 32.221877, -98.661887 32.220753, -98.661866 32.21738, -98.661859 32.216257, -98.661866 32.216025, -98.661889 32.215328, -98.661897 32.215097, -98.661882 32.214385, -98.661838 32.212255, -98.661824 32.211545, -98.661844 32.21098, -98.661904 32.209293, -98.661925 32.20873, -98.661932 32.208576, -98.661985 32.20837, -98.662265 32.207307, -98.662359 32.206953, -98.662419 32.206724, -98.662603 32.206038, -98.662664 32.205811, -98.66267 32.205782, -98.662682 32.205736, -98.662693 32.205703, -98.662702 32.205677, -98.662772 32.205618, -98.662852 32.205549, -98.662933 32.20548, -98.663174 32.205274, -98.664593 32.204068, -98.665066 32.203666, -98.665692 32.203155, -98.667735 32.203195, -98.672232 32.203286, -98.672304 32.201699, -98.674773 32.201694, -98.677625 32.20169, -98.679163 32.201693, -98.67917 32.202542, -98.679214 32.207452, -98.681465 32.207506, -98.682327 32.207528, -98.682322 32.209053, -98.682323 32.21162, -98.682326 32.219321, -98.682327 32.219716, -98.682327 32.220897, -98.682328 32.221888, -98.682332 32.223242, -98.682334 32.223734, -98.681188 32.223714, -98.678758 32.223672, -98.677403 32.223649, -98.67601 32.223627, -98.671832 32.223565, -98.67044 32.223545, -98.668726 32.223547, -98.663585 32.223554, -98.661872 32.223557, -98.661875 32.223453, -98.661877 32.223221, -98.661889 32.222213, -98.661894 32.221877))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 463.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Gorman, Texas\", \"geo_wkt\": \"POLYGON ((-98.661894 32.221877, -98.661887 32.220753, -98.661866 32.21738, -98.661859 32.216257, -98.661866 32.216025, -98.661889 32.215328, -98.661897 32.215097, -98.661882 32.214385, -98.661838 32.212255, -98.661824 32.211545, -98.661844 32.21098, -98.661904 32.209293, -98.661925 32.20873, -98.661932 32.208576, -98.661985 32.20837, -98.662265 32.207307, -98.662359 32.206953, -98.662419 32.206724, -98.662603 32.206038, -98.662664 32.205811, -98.66267 32.205782, -98.662682 32.205736, -98.662693 32.205703, -98.662702 32.205677, -98.662772 32.205618, -98.662852 32.205549, -98.662933 32.20548, -98.663174 32.205274, -98.664593 32.204068, -98.665066 32.203666, -98.665692 32.203155, -98.667735 32.203195, -98.672232 32.203286, -98.672304 32.201699, -98.674773 32.201694, -98.677625 32.20169, -98.679163 32.201693, -98.67917 32.202542, -98.679214 32.207452, -98.681465 32.207506, -98.682327 32.207528, -98.682322 32.209053, -98.682323 32.21162, -98.682326 32.219321, -98.682327 32.219716, -98.682327 32.220897, -98.682328 32.221888, -98.682332 32.223242, -98.682334 32.223734, -98.681188 32.223714, -98.678758 32.223672, -98.677403 32.223649, -98.67601 32.223627, -98.671832 32.223565, -98.67044 32.223545, -98.668726 32.223547, -98.663585 32.223554, -98.661872 32.223557, -98.661875 32.223453, -98.661877 32.223221, -98.661889 32.222213, -98.661894 32.221877))\", \"region\": {\"id\": 39075, \"geometry\": \"POLYGON ((-98.661894 32.221877, -98.661887 32.220753, -98.661866 32.21738, -98.661859 32.216257, -98.661866 32.216025, -98.661889 32.215328, -98.661897 32.215097, -98.661882 32.214385, -98.661838 32.212255, -98.661824 32.211545, -98.661844 32.21098, -98.661904 32.209293, -98.661925 32.20873, -98.661932 32.208576, -98.661985 32.20837, -98.662265 32.207307, -98.662359 32.206953, -98.662419 32.206724, -98.662603 32.206038, -98.662664 32.205811, -98.66267 32.205782, -98.662682 32.205736, -98.662693 32.205703, -98.662702 32.205677, -98.662772 32.205618, -98.662852 32.205549, -98.662933 32.20548, -98.663174 32.205274, -98.664593 32.204068, -98.665066 32.203666, -98.665692 32.203155, -98.667735 32.203195, -98.672232 32.203286, -98.672304 32.201699, -98.674773 32.201694, -98.677625 32.20169, -98.679163 32.201693, -98.67917 32.202542, -98.679214 32.207452, -98.681465 32.207506, -98.682327 32.207528, -98.682322 32.209053, -98.682323 32.21162, -98.682326 32.219321, -98.682327 32.219716, -98.682327 32.220897, -98.682328 32.221888, -98.682332 32.223242, -98.682334 32.223734, -98.681188 32.223714, -98.678758 32.223672, -98.677403 32.223649, -98.67601 32.223627, -98.671832 32.223565, -98.67044 32.223545, -98.668726 32.223547, -98.663585 32.223554, -98.661872 32.223557, -98.661875 32.223453, -98.661877 32.223221, -98.661889 32.222213, -98.661894 32.221877))\", \"region_name\": \"Gorman\", \"border_type\": \"city\", \"wikidata\": \"Q982436\", \"wikipedia\": \"en:Gorman, Texas\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0015", "group": "raster_only", "template": "elevation_max+region", "question": "In Courtland, Alabama, what is the maximum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-87.300715 34.668854, -87.300028 34.668833, -87.300033 34.669071, -87.299821 34.66908, -87.299851 34.669946, -87.300768 34.669936, -87.300715 34.668854)), ((-87.316155 34.66777, -87.314782 34.667317, -87.314638 34.667313, -87.314667 34.668434, -87.314862 34.668451, -87.314862 34.668342, -87.316184 34.668452, -87.316155 34.66777)), ((-87.297874 34.6776, -87.298628 34.677202, -87.299161 34.676915, -87.299721 34.676655, -87.299969 34.676571, -87.300011 34.676558, -87.300466 34.67639, -87.300455 34.674103, -87.301067 34.674095, -87.30109 34.672529, -87.302288 34.672529, -87.302288 34.670955, -87.304203 34.670887, -87.304264 34.670888, -87.306549 34.670936, -87.307796 34.671084, -87.309079 34.671, -87.310354 34.670988, -87.311262 34.67101, -87.313032 34.67101, -87.31369 34.671007, -87.317369 34.671005, -87.317571 34.671035, -87.317782 34.674381, -87.322285 34.674244, -87.32834 34.674278, -87.328879 34.674302, -87.33047 34.674554, -87.332862 34.674886, -87.334109 34.67489, -87.334108 34.67611, -87.334095 34.676298, -87.334029 34.678916, -87.33664 34.679003, -87.339398 34.679065, -87.339322 34.68246, -87.339304 34.682682, -87.339322 34.683326, -87.34327 34.683351, -87.344256 34.683361, -87.349949 34.683253, -87.350656 34.683232, -87.350651 34.682459, -87.350606 34.679742, -87.350583 34.676384, -87.35036 34.672782, -87.356602 34.672709, -87.356603 34.671806, -87.361806 34.671866, -87.361805 34.670685, -87.361797 34.669752, -87.361725 34.668183, -87.361688 34.667626, -87.361634 34.666258, -87.361601 34.665555, -87.361556 34.664752, -87.359939 34.665966, -87.354146 34.661672, -87.353132 34.662411, -87.353143 34.669651, -87.353044 34.669737, -87.352824 34.669887, -87.352583 34.670015, -87.352325 34.670115, -87.352053 34.670183, -87.351772 34.670227, -87.351487 34.670238, -87.351203 34.670235, -87.35064 34.67022, -87.350376 34.670204, -87.350118 34.670162, -87.34987 34.670089, -87.349638 34.66998, -87.349436 34.669835, -87.349268 34.669658, -87.349136 34.669454, -87.349052 34.66923, -87.349012 34.668996, -87.34892 34.668094, -87.348876 34.667805, -87.348822 34.667591, -87.348792 34.667509, -87.348746 34.667413, -87.348644 34.667255, -87.348528 34.667097, -87.348308 34.666865, -87.348238 34.666802, -87.347938 34.663207, -87.347462 34.663379, -87.345892 34.663523, -87.34566 34.661042, -87.345402 34.66117, -87.344806 34.661418, -87.342398 34.662458, -87.341288 34.662927, -87.341108 34.663015, -87.340982 34.663084, -87.340818 34.663221, -87.340476 34.663537, -87.340418 34.663599, -87.340238 34.663774, -87.339868 34.664117, -87.339626 34.66435, -87.339562 34.664405, -87.338398 34.665521, -87.337012 34.666831, -87.330307 34.667093, -87.32248 34.666956, -87.317631 34.66695, -87.317399 34.663981, -87.313731 34.663865, -87.313659 34.663869, -87.31357 34.663862, -87.312788 34.663892, -87.312831 34.663356, -87.312658 34.663256, -87.312511 34.66318, -87.312395 34.66313, -87.31163 34.662879, -87.311125 34.662755, -87.310634 34.662628, -87.310475 34.662567, -87.310366 34.662509, -87.310137 34.662342, -87.310065 34.662255, -87.310003 34.662162, -87.309932 34.662033, -87.309872 34.661899, -87.309817 34.661728, -87.309799 34.661659, -87.3098 34.661303, -87.309778 34.660878, -87.307867 34.660889, -87.307867 34.661476, -87.306692 34.661465, -87.306704 34.662663, -87.306687 34.663859, -87.306255 34.66387, -87.306038 34.663871, -87.305821 34.66386, -87.299374 34.66385, -87.299371 34.664058, -87.299386 34.664269, -87.29945 34.664839, -87.299221 34.664762, -87.299226 34.664913, -87.294895 34.663666, -87.294611 34.663591, -87.293811 34.663358, -87.293388 34.663245, -87.293279 34.663203, -87.291524 34.662707, -87.290992 34.662566, -87.290975 34.662158, -87.290934 34.659818, -87.286922 34.659937, -87.286869 34.660508, -87.287484 34.660931, -87.287668 34.661006, -87.288224 34.661045, -87.288257 34.66173, -87.287288 34.661527, -87.286914 34.661433, -87.286938 34.662548, -87.286942 34.663269, -87.286651 34.663269, -87.286083 34.663237, -87.282739 34.66315, -87.282519 34.663158, -87.28256 34.6644, -87.283532 34.664385, -87.284974 34.664389, -87.285207 34.664384, -87.285182 34.665927, -87.290277 34.665974, -87.290349 34.670514, -87.294822 34.670643, -87.295701 34.670627, -87.295762 34.670962, -87.295662 34.674415, -87.295559 34.674409, -87.294454 34.674382, -87.294168 34.67441, -87.292339 34.674421, -87.292401 34.675963, -87.292474 34.676187, -87.29257 34.67655, -87.292891 34.676938, -87.293133 34.677248, -87.293341 34.677376, -87.293718 34.67765, -87.294097 34.677848, -87.294394 34.67794, -87.295851 34.677919, -87.297641 34.677644, -87.297874 34.6776)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 206.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Courtland, Alabama\", \"geo_wkt\": \"MULTIPOLYGON (((-87.300715 34.668854, -87.300028 34.668833, -87.300033 34.669071, -87.299821 34.66908, -87.299851 34.669946, -87.300768 34.669936, -87.300715 34.668854)), ((-87.316155 34.66777, -87.314782 34.667317, -87.314638 34.667313, -87.314667 34.668434, -87.314862 34.668451, -87.314862 34.668342, -87.316184 34.668452, -87.316155 34.66777)), ((-87.297874 34.6776, -87.298628 34.677202, -87.299161 34.676915, -87.299721 34.676655, -87.299969 34.676571, -87.300011 34.676558, -87.300466 34.67639, -87.300455 34.674103, -87.301067 34.674095, -87.30109 34.672529, -87.302288 34.672529, -87.302288 34.670955, -87.304203 34.670887, -87.304264 34.670888, -87.306549 34.670936, -87.307796 34.671084, -87.309079 34.671, -87.310354 34.670988, -87.311262 34.67101, -87.313032 34.67101, -87.31369 34.671007, -87.317369 34.671005, -87.317571 34.671035, -87.317782 34.674381, -87.322285 34.674244, -87.32834 34.674278, -87.328879 34.674302, -87.33047 34.674554, -87.332862 34.674886, -87.334109 34.67489, -87.334108 34.67611, -87.334095 34.676298, -87.334029 34.678916, -87.33664 34.679003, -87.339398 34.679065, -87.339322 34.68246, -87.339304 34.682682, -87.339322 34.683326, -87.34327 34.683351, -87.344256 34.683361, -87.349949 34.683253, -87.350656 34.683232, -87.350651 34.682459, -87.350606 34.679742, -87.350583 34.676384, -87.35036 34.672782, -87.356602 34.672709, -87.356603 34.671806, -87.361806 34.671866, -87.361805 34.670685, -87.361797 34.669752, -87.361725 34.668183, -87.361688 34.667626, -87.361634 34.666258, -87.361601 34.665555, -87.361556 34.664752, -87.359939 34.665966, -87.354146 34.661672, -87.353132 34.662411, -87.353143 34.669651, -87.353044 34.669737, -87.352824 34.669887, -87.352583 34.670015, -87.352325 34.670115, -87.352053 34.670183, -87.351772 34.670227, -87.351487 34.670238, -87.351203 34.670235, -87.35064 34.67022, -87.350376 34.670204, -87.350118 34.670162, -87.34987 34.670089, -87.349638 34.66998, -87.349436 34.669835, -87.349268 34.669658, -87.349136 34.669454, -87.349052 34.66923, -87.349012 34.668996, -87.34892 34.668094, -87.348876 34.667805, -87.348822 34.667591, -87.348792 34.667509, -87.348746 34.667413, -87.348644 34.667255, -87.348528 34.667097, -87.348308 34.666865, -87.348238 34.666802, -87.347938 34.663207, -87.347462 34.663379, -87.345892 34.663523, -87.34566 34.661042, -87.345402 34.66117, -87.344806 34.661418, -87.342398 34.662458, -87.341288 34.662927, -87.341108 34.663015, -87.340982 34.663084, -87.340818 34.663221, -87.340476 34.663537, -87.340418 34.663599, -87.340238 34.663774, -87.339868 34.664117, -87.339626 34.66435, -87.339562 34.664405, -87.338398 34.665521, -87.337012 34.666831, -87.330307 34.667093, -87.32248 34.666956, -87.317631 34.66695, -87.317399 34.663981, -87.313731 34.663865, -87.313659 34.663869, -87.31357 34.663862, -87.312788 34.663892, -87.312831 34.663356, -87.312658 34.663256, -87.312511 34.66318, -87.312395 34.66313, -87.31163 34.662879, -87.311125 34.662755, -87.310634 34.662628, -87.310475 34.662567, -87.310366 34.662509, -87.310137 34.662342, -87.310065 34.662255, -87.310003 34.662162, -87.309932 34.662033, -87.309872 34.661899, -87.309817 34.661728, -87.309799 34.661659, -87.3098 34.661303, -87.309778 34.660878, -87.307867 34.660889, -87.307867 34.661476, -87.306692 34.661465, -87.306704 34.662663, -87.306687 34.663859, -87.306255 34.66387, -87.306038 34.663871, -87.305821 34.66386, -87.299374 34.66385, -87.299371 34.664058, -87.299386 34.664269, -87.29945 34.664839, -87.299221 34.664762, -87.299226 34.664913, -87.294895 34.663666, -87.294611 34.663591, -87.293811 34.663358, -87.293388 34.663245, -87.293279 34.663203, -87.291524 34.662707, -87.290992 34.662566, -87.290975 34.662158, -87.290934 34.659818, -87.286922 34.659937, -87.286869 34.660508, -87.287484 34.660931, -87.287668 34.661006, -87.288224 34.661045, -87.288257 34.66173, -87.287288 34.661527, -87.286914 34.661433, -87.286938 34.662548, -87.286942 34.663269, -87.286651 34.663269, -87.286083 34.663237, -87.282739 34.66315, -87.282519 34.663158, -87.28256 34.6644, -87.283532 34.664385, -87.284974 34.664389, -87.285207 34.664384, -87.285182 34.665927, -87.290277 34.665974, -87.290349 34.670514, -87.294822 34.670643, -87.295701 34.670627, -87.295762 34.670962, -87.295662 34.674415, -87.295559 34.674409, -87.294454 34.674382, -87.294168 34.67441, -87.292339 34.674421, -87.292401 34.675963, -87.292474 34.676187, -87.29257 34.67655, -87.292891 34.676938, -87.293133 34.677248, -87.293341 34.677376, -87.293718 34.67765, -87.294097 34.677848, -87.294394 34.67794, -87.295851 34.677919, -87.297641 34.677644, -87.297874 34.6776)))\", \"region\": {\"id\": 32179, \"geometry\": \"MULTIPOLYGON (((-87.300715 34.668854, -87.300028 34.668833, -87.300033 34.669071, -87.299821 34.66908, -87.299851 34.669946, -87.300768 34.669936, -87.300715 34.668854)), ((-87.316155 34.66777, -87.314782 34.667317, -87.314638 34.667313, -87.314667 34.668434, -87.314862 34.668451, -87.314862 34.668342, -87.316184 34.668452, -87.316155 34.66777)), ((-87.297874 34.6776, -87.298628 34.677202, -87.299161 34.676915, -87.299721 34.676655, -87.299969 34.676571, -87.300011 34.676558, -87.300466 34.67639, -87.300455 34.674103, -87.301067 34.674095, -87.30109 34.672529, -87.302288 34.672529, -87.302288 34.670955, -87.304203 34.670887, -87.304264 34.670888, -87.306549 34.670936, -87.307796 34.671084, -87.309079 34.671, -87.310354 34.670988, -87.311262 34.67101, -87.313032 34.67101, -87.31369 34.671007, -87.317369 34.671005, -87.317571 34.671035, -87.317782 34.674381, -87.322285 34.674244, -87.32834 34.674278, -87.328879 34.674302, -87.33047 34.674554, -87.332862 34.674886, -87.334109 34.67489, -87.334108 34.67611, -87.334095 34.676298, -87.334029 34.678916, -87.33664 34.679003, -87.339398 34.679065, -87.339322 34.68246, -87.339304 34.682682, -87.339322 34.683326, -87.34327 34.683351, -87.344256 34.683361, -87.349949 34.683253, -87.350656 34.683232, -87.350651 34.682459, -87.350606 34.679742, -87.350583 34.676384, -87.35036 34.672782, -87.356602 34.672709, -87.356603 34.671806, -87.361806 34.671866, -87.361805 34.670685, -87.361797 34.669752, -87.361725 34.668183, -87.361688 34.667626, -87.361634 34.666258, -87.361601 34.665555, -87.361556 34.664752, -87.359939 34.665966, -87.354146 34.661672, -87.353132 34.662411, -87.353143 34.669651, -87.353044 34.669737, -87.352824 34.669887, -87.352583 34.670015, -87.352325 34.670115, -87.352053 34.670183, -87.351772 34.670227, -87.351487 34.670238, -87.351203 34.670235, -87.35064 34.67022, -87.350376 34.670204, -87.350118 34.670162, -87.34987 34.670089, -87.349638 34.66998, -87.349436 34.669835, -87.349268 34.669658, -87.349136 34.669454, -87.349052 34.66923, -87.349012 34.668996, -87.34892 34.668094, -87.348876 34.667805, -87.348822 34.667591, -87.348792 34.667509, -87.348746 34.667413, -87.348644 34.667255, -87.348528 34.667097, -87.348308 34.666865, -87.348238 34.666802, -87.347938 34.663207, -87.347462 34.663379, -87.345892 34.663523, -87.34566 34.661042, -87.345402 34.66117, -87.344806 34.661418, -87.342398 34.662458, -87.341288 34.662927, -87.341108 34.663015, -87.340982 34.663084, -87.340818 34.663221, -87.340476 34.663537, -87.340418 34.663599, -87.340238 34.663774, -87.339868 34.664117, -87.339626 34.66435, -87.339562 34.664405, -87.338398 34.665521, -87.337012 34.666831, -87.330307 34.667093, -87.32248 34.666956, -87.317631 34.66695, -87.317399 34.663981, -87.313731 34.663865, -87.313659 34.663869, -87.31357 34.663862, -87.312788 34.663892, -87.312831 34.663356, -87.312658 34.663256, -87.312511 34.66318, -87.312395 34.66313, -87.31163 34.662879, -87.311125 34.662755, -87.310634 34.662628, -87.310475 34.662567, -87.310366 34.662509, -87.310137 34.662342, -87.310065 34.662255, -87.310003 34.662162, -87.309932 34.662033, -87.309872 34.661899, -87.309817 34.661728, -87.309799 34.661659, -87.3098 34.661303, -87.309778 34.660878, -87.307867 34.660889, -87.307867 34.661476, -87.306692 34.661465, -87.306704 34.662663, -87.306687 34.663859, -87.306255 34.66387, -87.306038 34.663871, -87.305821 34.66386, -87.299374 34.66385, -87.299371 34.664058, -87.299386 34.664269, -87.29945 34.664839, -87.299221 34.664762, -87.299226 34.664913, -87.294895 34.663666, -87.294611 34.663591, -87.293811 34.663358, -87.293388 34.663245, -87.293279 34.663203, -87.291524 34.662707, -87.290992 34.662566, -87.290975 34.662158, -87.290934 34.659818, -87.286922 34.659937, -87.286869 34.660508, -87.287484 34.660931, -87.287668 34.661006, -87.288224 34.661045, -87.288257 34.66173, -87.287288 34.661527, -87.286914 34.661433, -87.286938 34.662548, -87.286942 34.663269, -87.286651 34.663269, -87.286083 34.663237, -87.282739 34.66315, -87.282519 34.663158, -87.28256 34.6644, -87.283532 34.664385, -87.284974 34.664389, -87.285207 34.664384, -87.285182 34.665927, -87.290277 34.665974, -87.290349 34.670514, -87.294822 34.670643, -87.295701 34.670627, -87.295762 34.670962, -87.295662 34.674415, -87.295559 34.674409, -87.294454 34.674382, -87.294168 34.67441, -87.292339 34.674421, -87.292401 34.675963, -87.292474 34.676187, -87.29257 34.67655, -87.292891 34.676938, -87.293133 34.677248, -87.293341 34.677376, -87.293718 34.67765, -87.294097 34.677848, -87.294394 34.67794, -87.295851 34.677919, -87.297641 34.677644, -87.297874 34.6776)))\", \"region_name\": \"Courtland\", \"border_type\": \"town\", \"wikidata\": \"Q67892\", \"wikipedia\": \"en:Courtland, Alabama\", \"admin_level\": \"8\", \"population\": \"583\", \"official_name\": \"Town of Courtland\"}}}"} -{"id": "raster_only/elevation_max+region/0016", "group": "raster_only", "template": "elevation_max+region", "question": "What is the highest elevation in Freeman Spur, Illinois?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.000072 37.854507, -89.000072 37.854587, -89.00082 37.854544, -89.002192 37.854466, -89.002203 37.854563, -89.002204 37.854587, -89.002209 37.85468, -89.002221 37.855019, -89.002252 37.855554, -89.002236 37.855665, -89.002225 37.855922, -89.002219 37.856893, -89.002213 37.857845, -89.002211 37.858444, -89.002224 37.860702, -89.002232 37.860841, -89.002267 37.861038, -89.002296 37.861108, -89.002274 37.861129, -89.002244 37.861156, -89.002226 37.861187, -89.002217 37.861224, -89.002221 37.861472, -89.00223 37.861817, -89.002245 37.861885, -89.002308 37.862009, -89.002807 37.862029, -89.003783 37.862068, -89.005244 37.862127, -89.00579 37.862149, -89.005797 37.862149, -89.005804 37.862149, -89.005827 37.862149, -89.00584 37.862148, -89.005848 37.862148, -89.005862 37.862148, -89.005892 37.862148, -89.005922 37.862148, -89.006051 37.862146, -89.007133 37.862137, -89.007072 37.863234, -89.007094 37.863331, -89.007102 37.863587, -89.007105 37.864322, -89.007109 37.865746, -89.006286 37.865746, -89.004531 37.865752, -89.002438 37.86576, -88.997756 37.865772, -88.996693 37.865777, -88.995191 37.865784, -88.994185 37.865783, -88.993361 37.865784, -88.993254 37.865784, -88.992939 37.865784, -88.992493 37.86582, -88.992493 37.865794, -88.992459 37.863987, -88.992428 37.862205, -88.994737 37.862015, -88.99506 37.862015, -88.995278 37.862015, -88.995344 37.858346, -88.995361 37.857827, -88.995614 37.856882, -88.995598 37.855901, -88.997397 37.855414, -88.99742 37.854573, -88.997424 37.854437, -88.997792 37.854433, -89.000069 37.854427, -89.000072 37.854507))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 133.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Freeman Spur, Illinois\", \"geo_wkt\": \"POLYGON ((-89.000072 37.854507, -89.000072 37.854587, -89.00082 37.854544, -89.002192 37.854466, -89.002203 37.854563, -89.002204 37.854587, -89.002209 37.85468, -89.002221 37.855019, -89.002252 37.855554, -89.002236 37.855665, -89.002225 37.855922, -89.002219 37.856893, -89.002213 37.857845, -89.002211 37.858444, -89.002224 37.860702, -89.002232 37.860841, -89.002267 37.861038, -89.002296 37.861108, -89.002274 37.861129, -89.002244 37.861156, -89.002226 37.861187, -89.002217 37.861224, -89.002221 37.861472, -89.00223 37.861817, -89.002245 37.861885, -89.002308 37.862009, -89.002807 37.862029, -89.003783 37.862068, -89.005244 37.862127, -89.00579 37.862149, -89.005797 37.862149, -89.005804 37.862149, -89.005827 37.862149, -89.00584 37.862148, -89.005848 37.862148, -89.005862 37.862148, -89.005892 37.862148, -89.005922 37.862148, -89.006051 37.862146, -89.007133 37.862137, -89.007072 37.863234, -89.007094 37.863331, -89.007102 37.863587, -89.007105 37.864322, -89.007109 37.865746, -89.006286 37.865746, -89.004531 37.865752, -89.002438 37.86576, -88.997756 37.865772, -88.996693 37.865777, -88.995191 37.865784, -88.994185 37.865783, -88.993361 37.865784, -88.993254 37.865784, -88.992939 37.865784, -88.992493 37.86582, -88.992493 37.865794, -88.992459 37.863987, -88.992428 37.862205, -88.994737 37.862015, -88.99506 37.862015, -88.995278 37.862015, -88.995344 37.858346, -88.995361 37.857827, -88.995614 37.856882, -88.995598 37.855901, -88.997397 37.855414, -88.99742 37.854573, -88.997424 37.854437, -88.997792 37.854433, -89.000069 37.854427, -89.000072 37.854507))\", \"region\": {\"id\": 17273, \"geometry\": \"POLYGON ((-89.000072 37.854507, -89.000072 37.854587, -89.00082 37.854544, -89.002192 37.854466, -89.002203 37.854563, -89.002204 37.854587, -89.002209 37.85468, -89.002221 37.855019, -89.002252 37.855554, -89.002236 37.855665, -89.002225 37.855922, -89.002219 37.856893, -89.002213 37.857845, -89.002211 37.858444, -89.002224 37.860702, -89.002232 37.860841, -89.002267 37.861038, -89.002296 37.861108, -89.002274 37.861129, -89.002244 37.861156, -89.002226 37.861187, -89.002217 37.861224, -89.002221 37.861472, -89.00223 37.861817, -89.002245 37.861885, -89.002308 37.862009, -89.002807 37.862029, -89.003783 37.862068, -89.005244 37.862127, -89.00579 37.862149, -89.005797 37.862149, -89.005804 37.862149, -89.005827 37.862149, -89.00584 37.862148, -89.005848 37.862148, -89.005862 37.862148, -89.005892 37.862148, -89.005922 37.862148, -89.006051 37.862146, -89.007133 37.862137, -89.007072 37.863234, -89.007094 37.863331, -89.007102 37.863587, -89.007105 37.864322, -89.007109 37.865746, -89.006286 37.865746, -89.004531 37.865752, -89.002438 37.86576, -88.997756 37.865772, -88.996693 37.865777, -88.995191 37.865784, -88.994185 37.865783, -88.993361 37.865784, -88.993254 37.865784, -88.992939 37.865784, -88.992493 37.86582, -88.992493 37.865794, -88.992459 37.863987, -88.992428 37.862205, -88.994737 37.862015, -88.99506 37.862015, -88.995278 37.862015, -88.995344 37.858346, -88.995361 37.857827, -88.995614 37.856882, -88.995598 37.855901, -88.997397 37.855414, -88.99742 37.854573, -88.997424 37.854437, -88.997792 37.854433, -89.000069 37.854427, -89.000072 37.854507))\", \"region_name\": \"Freeman Spur\", \"border_type\": \"village\", \"wikidata\": \"Q2657790\", \"wikipedia\": \"en:Freeman Spur, Illinois\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0017", "group": "raster_only", "template": "elevation_max+region", "question": "How high is the highest point in Bessemer, Lawrence County, Pennsylvania?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-80.500881 40.974173, -80.500572 40.974183, -80.49925 40.974224, -80.499307 40.97482, -80.499071 40.974827, -80.49911 40.975299, -80.498207 40.97534, -80.498295 40.976108, -80.498388 40.976927, -80.498409 40.977116, -80.498609 40.978869, -80.498709 40.979744, -80.499473 40.97973, -80.499571 40.980568, -80.499709 40.981753, -80.498949 40.981808, -80.499096 40.98265, -80.499185 40.983157, -80.499576 40.98705, -80.497506 40.987117, -80.493006 40.987305, -80.492656 40.987315, -80.489721 40.987398, -80.487084 40.987476, -80.48616 40.987503, -80.484576 40.987548, -80.483563 40.987578, -80.483407 40.987583, -80.483348 40.98708, -80.483201 40.986551, -80.483168 40.985878, -80.48315 40.985659, -80.482964 40.983464, -80.482916 40.982904, -80.482793 40.982195, -80.482583 40.979954, -80.480905 40.979965, -80.479145 40.98, -80.478555 40.980015, -80.477082 40.980051, -80.476355 40.98007, -80.476263 40.980072, -80.475173 40.980099, -80.473508 40.98014, -80.472039 40.980177, -80.471955 40.97837, -80.471942 40.978091, -80.471917 40.977676, -80.471882 40.977095, -80.471807 40.975854, -80.471799 40.975745, -80.471643 40.973559, -80.471645 40.973413, -80.471649 40.97303, -80.474614 40.973002, -80.475118 40.972998, -80.476764 40.972982, -80.47672 40.972477, -80.476684 40.972075, -80.476581 40.969881, -80.47656 40.96952, -80.476461 40.967853, -80.481478 40.967602, -80.481482 40.967292, -80.483591 40.967212, -80.483607 40.9672, -80.483926 40.967176, -80.484443 40.967172, -80.484193 40.963215, -80.485464 40.963169, -80.489373 40.962983, -80.489434 40.964198, -80.493482 40.964061, -80.495799 40.963982, -80.497486 40.963925, -80.497737 40.967608, -80.497886 40.969784, -80.49801 40.971078, -80.498039 40.971538, -80.498111 40.972688, -80.498103 40.972847, -80.50042 40.972751, -80.500777 40.972736, -80.500881 40.974173))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 376.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Bessemer, Lawrence County, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-80.500881 40.974173, -80.500572 40.974183, -80.49925 40.974224, -80.499307 40.97482, -80.499071 40.974827, -80.49911 40.975299, -80.498207 40.97534, -80.498295 40.976108, -80.498388 40.976927, -80.498409 40.977116, -80.498609 40.978869, -80.498709 40.979744, -80.499473 40.97973, -80.499571 40.980568, -80.499709 40.981753, -80.498949 40.981808, -80.499096 40.98265, -80.499185 40.983157, -80.499576 40.98705, -80.497506 40.987117, -80.493006 40.987305, -80.492656 40.987315, -80.489721 40.987398, -80.487084 40.987476, -80.48616 40.987503, -80.484576 40.987548, -80.483563 40.987578, -80.483407 40.987583, -80.483348 40.98708, -80.483201 40.986551, -80.483168 40.985878, -80.48315 40.985659, -80.482964 40.983464, -80.482916 40.982904, -80.482793 40.982195, -80.482583 40.979954, -80.480905 40.979965, -80.479145 40.98, -80.478555 40.980015, -80.477082 40.980051, -80.476355 40.98007, -80.476263 40.980072, -80.475173 40.980099, -80.473508 40.98014, -80.472039 40.980177, -80.471955 40.97837, -80.471942 40.978091, -80.471917 40.977676, -80.471882 40.977095, -80.471807 40.975854, -80.471799 40.975745, -80.471643 40.973559, -80.471645 40.973413, -80.471649 40.97303, -80.474614 40.973002, -80.475118 40.972998, -80.476764 40.972982, -80.47672 40.972477, -80.476684 40.972075, -80.476581 40.969881, -80.47656 40.96952, -80.476461 40.967853, -80.481478 40.967602, -80.481482 40.967292, -80.483591 40.967212, -80.483607 40.9672, -80.483926 40.967176, -80.484443 40.967172, -80.484193 40.963215, -80.485464 40.963169, -80.489373 40.962983, -80.489434 40.964198, -80.493482 40.964061, -80.495799 40.963982, -80.497486 40.963925, -80.497737 40.967608, -80.497886 40.969784, -80.49801 40.971078, -80.498039 40.971538, -80.498111 40.972688, -80.498103 40.972847, -80.50042 40.972751, -80.500777 40.972736, -80.500881 40.974173))\", \"region\": {\"id\": 17041, \"geometry\": \"POLYGON ((-80.500881 40.974173, -80.500572 40.974183, -80.49925 40.974224, -80.499307 40.97482, -80.499071 40.974827, -80.49911 40.975299, -80.498207 40.97534, -80.498295 40.976108, -80.498388 40.976927, -80.498409 40.977116, -80.498609 40.978869, -80.498709 40.979744, -80.499473 40.97973, -80.499571 40.980568, -80.499709 40.981753, -80.498949 40.981808, -80.499096 40.98265, -80.499185 40.983157, -80.499576 40.98705, -80.497506 40.987117, -80.493006 40.987305, -80.492656 40.987315, -80.489721 40.987398, -80.487084 40.987476, -80.48616 40.987503, -80.484576 40.987548, -80.483563 40.987578, -80.483407 40.987583, -80.483348 40.98708, -80.483201 40.986551, -80.483168 40.985878, -80.48315 40.985659, -80.482964 40.983464, -80.482916 40.982904, -80.482793 40.982195, -80.482583 40.979954, -80.480905 40.979965, -80.479145 40.98, -80.478555 40.980015, -80.477082 40.980051, -80.476355 40.98007, -80.476263 40.980072, -80.475173 40.980099, -80.473508 40.98014, -80.472039 40.980177, -80.471955 40.97837, -80.471942 40.978091, -80.471917 40.977676, -80.471882 40.977095, -80.471807 40.975854, -80.471799 40.975745, -80.471643 40.973559, -80.471645 40.973413, -80.471649 40.97303, -80.474614 40.973002, -80.475118 40.972998, -80.476764 40.972982, -80.47672 40.972477, -80.476684 40.972075, -80.476581 40.969881, -80.47656 40.96952, -80.476461 40.967853, -80.481478 40.967602, -80.481482 40.967292, -80.483591 40.967212, -80.483607 40.9672, -80.483926 40.967176, -80.484443 40.967172, -80.484193 40.963215, -80.485464 40.963169, -80.489373 40.962983, -80.489434 40.964198, -80.493482 40.964061, -80.495799 40.963982, -80.497486 40.963925, -80.497737 40.967608, -80.497886 40.969784, -80.49801 40.971078, -80.498039 40.971538, -80.498111 40.972688, -80.498103 40.972847, -80.50042 40.972751, -80.500777 40.972736, -80.500881 40.974173))\", \"region_name\": \"Bessemer\", \"border_type\": \"borough\", \"wikidata\": \"Q1134391\", \"wikipedia\": \"en:Bessemer, Lawrence County, Pennsylvania\", \"place\": \"borough\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0018", "group": "raster_only", "template": "elevation_max+region", "question": "What is the max elevation value within Cheswold, Delaware?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-75.58004 39.206913, -75.580272 39.206766, -75.579858 39.206392, -75.579632 39.206537, -75.58004 39.206913)), ((-75.58023 39.207105, -75.580114 39.207176, -75.580076 39.207185, -75.580021 39.20719, -75.579974 39.207184, -75.57993 39.207171, -75.579896 39.207147, -75.579799 39.207065, -75.58004 39.206913, -75.58023 39.207105)), ((-75.588631 39.210546, -75.588805 39.211028, -75.589865 39.213417, -75.590082 39.213761, -75.591122 39.216127, -75.591246 39.216409, -75.591108 39.216665, -75.591121 39.216875, -75.591346 39.217096, -75.591149 39.21718, -75.591067 39.217216, -75.590557 39.217432, -75.59036 39.217516, -75.590416 39.217584, -75.59139 39.217198, -75.592229 39.219027, -75.591671 39.219188, -75.592052 39.219981, -75.590903 39.220403, -75.59085 39.220523, -75.591042 39.220791, -75.591621 39.221595, -75.59168 39.221677, -75.591814 39.221863, -75.593049 39.221376, -75.593565 39.221827, -75.603711 39.219486, -75.604742 39.222985, -75.609185 39.222167, -75.607892 39.21828, -75.610997 39.21753, -75.612543 39.220685, -75.610641 39.221022, -75.611759 39.224048, -75.611853 39.224022, -75.612158 39.224825, -75.612003 39.224869, -75.612041 39.224975, -75.611526 39.2251, -75.611436 39.224909, -75.61031 39.225195, -75.61026 39.225323, -75.609816 39.225469, -75.610096 39.226319, -75.609834 39.22638, -75.60963 39.225764, -75.608929 39.225923, -75.608967 39.226062, -75.608789 39.226199, -75.608943 39.226598, -75.608599 39.226682, -75.608318 39.226131, -75.608036 39.226117, -75.607774 39.226272, -75.607992 39.226843, -75.606836 39.227151, -75.606572 39.226602, -75.605204 39.226939, -75.60546 39.22749, -75.605113 39.227579, -75.604893 39.227016, -75.600155 39.228212, -75.600385 39.228772, -75.59979 39.228906, -75.599535 39.228372, -75.59798 39.228757, -75.59822 39.229328, -75.596176 39.229741, -75.58966 39.222628, -75.589499 39.222646, -75.589392 39.222649, -75.589074 39.222662, -75.588968 39.222667, -75.589032 39.222754, -75.589226 39.223016, -75.589291 39.223104, -75.590015 39.223888, -75.592187 39.226241, -75.592912 39.227026, -75.592329 39.226776, -75.592009 39.226651, -75.591714 39.226589, -75.591187 39.226697, -75.588137 39.227326, -75.589376 39.229392, -75.590111 39.231122, -75.589524 39.231241, -75.588418 39.231254, -75.587886 39.231259, -75.587488 39.231268, -75.587284 39.231286, -75.58714 39.231304, -75.58697 39.231333, -75.586804 39.231373, -75.586587 39.231442, -75.586447 39.231498, -75.586193 39.231643, -75.585744 39.231946, -75.585641 39.232014, -75.585314 39.232233, -75.585019 39.232437, -75.584636 39.232693, -75.584504 39.232578, -75.584073 39.232228, -75.583726 39.231951, -75.583581 39.232064, -75.58345 39.231912, -75.582242 39.230917, -75.582157 39.230575, -75.581152 39.229817, -75.580549 39.229481, -75.579816 39.229918, -75.579591 39.229614, -75.580848 39.228855, -75.581053 39.228582, -75.581402 39.22848, -75.581547 39.22838, -75.581915 39.228147, -75.582053 39.228014, -75.582064 39.228004, -75.582558 39.227565, -75.58277 39.227323, -75.582947 39.226742, -75.582538 39.225912, -75.578855 39.226948, -75.57861 39.226401, -75.578077 39.226541, -75.577833 39.22603, -75.578353 39.225893, -75.578129 39.225412, -75.57752 39.224082, -75.577791 39.223999, -75.577631 39.223752, -75.577308 39.223434, -75.577027 39.223364, -75.577486 39.223227, -75.577577 39.22312, -75.577686 39.223072, -75.577787 39.223027, -75.577851 39.222999, -75.578117 39.222859, -75.57819 39.222826, -75.578074 39.222675, -75.577999 39.222601, -75.57797 39.222499, -75.577863 39.222288, -75.577593 39.222274, -75.576718 39.221226, -75.576614 39.221255, -75.576121 39.221399, -75.57608 39.221404, -75.575981 39.221434, -75.57592 39.221456, -75.575736 39.221525, -75.575676 39.221548, -75.575606 39.221396, -75.575399 39.220942, -75.575376 39.220891, -75.575331 39.220791, -75.575225 39.220556, -75.57491 39.219854, -75.574805 39.21962, -75.574762 39.219525, -75.574634 39.219241, -75.574592 39.219147, -75.574506 39.218919, -75.575626 39.218472, -75.576841 39.217858, -75.576854 39.217658, -75.57388 39.218566, -75.573947 39.218734, -75.57216 39.219224, -75.569821 39.21862, -75.566707 39.219673, -75.56663 39.220186, -75.566981 39.220392, -75.566864 39.220744, -75.56525 39.221052, -75.561291 39.218562, -75.566186 39.216037, -75.56903 39.21576, -75.569339 39.216696, -75.569443 39.217904, -75.570667 39.218126, -75.573406 39.21749, -75.573817 39.218394, -75.575558 39.21789, -75.57546 39.217643, -75.57697 39.217135, -75.576983 39.216808, -75.576854 39.21616, -75.576804 39.215911, -75.576828 39.215903, -75.578588 39.21534, -75.579743 39.215577, -75.58078 39.216104, -75.580846 39.216138, -75.581433 39.21608, -75.581626 39.216079, -75.581951 39.216037, -75.582181 39.215983, -75.582242 39.215969, -75.582438 39.215852, -75.582508 39.215825, -75.58272 39.215745, -75.582791 39.215719, -75.582881 39.215685, -75.583155 39.215586, -75.583246 39.215553, -75.582096 39.214296, -75.582183 39.213682, -75.581912 39.212552, -75.58059 39.210928, -75.580904 39.20943, -75.579154 39.209436, -75.578418 39.209876, -75.577751 39.20919, -75.581138 39.207042, -75.580867 39.206797, -75.580534 39.206852, -75.580537 39.206912, -75.580529 39.206967, -75.580509 39.207024, -75.580475 39.207073, -75.580426 39.207117, -75.58036 39.207162, -75.580226 39.207242, -75.580135 39.207274, -75.580043 39.207287, -75.579945 39.207278, -75.57987 39.207254, -75.579804 39.207222, -75.579768 39.207188, -75.579266 39.206728, -75.579203 39.206725, -75.579076 39.206834, -75.578966 39.206909, -75.578828 39.206983, -75.578628 39.207066, -75.578428 39.207116, -75.578255 39.207143, -75.57808 39.207148, -75.577905 39.207135, -75.577746 39.207114, -75.577592 39.207072, -75.577482 39.207047, -75.577447 39.207068, -75.577366 39.207154, -75.577252 39.207246, -75.577131 39.207328, -75.576931 39.207439, -75.576544 39.207658, -75.577417 39.208676, -75.577309 39.208756, -75.575712 39.20697, -75.575817 39.206812, -75.576372 39.207456, -75.576756 39.207268, -75.576615 39.207106, -75.576835 39.206976, -75.576627 39.206719, -75.576849 39.206585, -75.576806 39.206514, -75.576775 39.206446, -75.576737 39.206362, -75.576706 39.206284, -75.57668 39.206137, -75.576678 39.206042, -75.57669 39.205918, -75.576728 39.20578, -75.576767 39.205677, -75.576855 39.205536, -75.576928 39.205433, -75.577034 39.20533, -75.57718 39.205218, -75.577309 39.205144, -75.577491 39.205073, -75.577965 39.205596, -75.578648 39.20602, -75.578681 39.20596, -75.57879 39.206012, -75.578703 39.206187, -75.5787 39.206213, -75.578709 39.206253, -75.578728 39.206287, -75.578758 39.206318, -75.578815 39.206349, -75.579179 39.206512, -75.579248 39.206394, -75.579286 39.206308, -75.579323 39.20623, -75.579375 39.206146, -75.579446 39.206052, -75.579527 39.205963, -75.579627 39.20588, -75.579723 39.205808, -75.57984 39.205738, -75.579993 39.205663, -75.580093 39.205626, -75.580284 39.20556, -75.580396 39.205511, -75.58052 39.205436, -75.58059 39.205391, -75.580685 39.205307, -75.580751 39.205236, -75.580815 39.205141, -75.580913 39.204974, -75.580998 39.204854, -75.581186 39.204626, -75.581146 39.20459, -75.581012 39.204283, -75.580957 39.204197, -75.580884 39.204099, -75.580801 39.204014, -75.581048 39.20382, -75.580826 39.20367, -75.580617 39.203867, -75.580498 39.2038, -75.580401 39.203751, -75.5803 39.20371, -75.580192 39.203678, -75.58007 39.203648, -75.579906 39.203617, -75.579772 39.203608, -75.579679 39.203609, -75.579666 39.203364, -75.579117 39.203403, -75.578764 39.203607, -75.578721 39.203566, -75.578679 39.203538, -75.578636 39.203518, -75.57873 39.203246, -75.577951 39.20314, -75.579175 39.201159, -75.579761 39.201786, -75.580889 39.202058, -75.581851 39.201832, -75.583985 39.201861, -75.58515 39.201972, -75.585495 39.201162, -75.586654 39.20088, -75.586677 39.201822, -75.587294 39.201813, -75.588206 39.200983, -75.58835 39.202201, -75.588577 39.202283, -75.588584 39.202326, -75.5886 39.202374, -75.588679 39.202616, -75.588485 39.202655, -75.588303 39.202681, -75.588248 39.202685, -75.58827 39.202836, -75.590082 39.204673, -75.590088 39.204767, -75.590534 39.204762, -75.590648 39.2047, -75.590688 39.204744, -75.59072 39.204789, -75.59074 39.204843, -75.590748 39.204887, -75.590745 39.204936, -75.590728 39.205062, -75.590677 39.20569, -75.590358 39.206248, -75.589982 39.206434, -75.592226 39.207536, -75.592146 39.208063, -75.591536 39.208687, -75.588308 39.209447, -75.588631 39.210546)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 31.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Cheswold, Delaware\", \"geo_wkt\": \"MULTIPOLYGON (((-75.58004 39.206913, -75.580272 39.206766, -75.579858 39.206392, -75.579632 39.206537, -75.58004 39.206913)), ((-75.58023 39.207105, -75.580114 39.207176, -75.580076 39.207185, -75.580021 39.20719, -75.579974 39.207184, -75.57993 39.207171, -75.579896 39.207147, -75.579799 39.207065, -75.58004 39.206913, -75.58023 39.207105)), ((-75.588631 39.210546, -75.588805 39.211028, -75.589865 39.213417, -75.590082 39.213761, -75.591122 39.216127, -75.591246 39.216409, -75.591108 39.216665, -75.591121 39.216875, -75.591346 39.217096, -75.591149 39.21718, -75.591067 39.217216, -75.590557 39.217432, -75.59036 39.217516, -75.590416 39.217584, -75.59139 39.217198, -75.592229 39.219027, -75.591671 39.219188, -75.592052 39.219981, -75.590903 39.220403, -75.59085 39.220523, -75.591042 39.220791, -75.591621 39.221595, -75.59168 39.221677, -75.591814 39.221863, -75.593049 39.221376, -75.593565 39.221827, -75.603711 39.219486, -75.604742 39.222985, -75.609185 39.222167, -75.607892 39.21828, -75.610997 39.21753, -75.612543 39.220685, -75.610641 39.221022, -75.611759 39.224048, -75.611853 39.224022, -75.612158 39.224825, -75.612003 39.224869, -75.612041 39.224975, -75.611526 39.2251, -75.611436 39.224909, -75.61031 39.225195, -75.61026 39.225323, -75.609816 39.225469, -75.610096 39.226319, -75.609834 39.22638, -75.60963 39.225764, -75.608929 39.225923, -75.608967 39.226062, -75.608789 39.226199, -75.608943 39.226598, -75.608599 39.226682, -75.608318 39.226131, -75.608036 39.226117, -75.607774 39.226272, -75.607992 39.226843, -75.606836 39.227151, -75.606572 39.226602, -75.605204 39.226939, -75.60546 39.22749, -75.605113 39.227579, -75.604893 39.227016, -75.600155 39.228212, -75.600385 39.228772, -75.59979 39.228906, -75.599535 39.228372, -75.59798 39.228757, -75.59822 39.229328, -75.596176 39.229741, -75.58966 39.222628, -75.589499 39.222646, -75.589392 39.222649, -75.589074 39.222662, -75.588968 39.222667, -75.589032 39.222754, -75.589226 39.223016, -75.589291 39.223104, -75.590015 39.223888, -75.592187 39.226241, -75.592912 39.227026, -75.592329 39.226776, -75.592009 39.226651, -75.591714 39.226589, -75.591187 39.226697, -75.588137 39.227326, -75.589376 39.229392, -75.590111 39.231122, -75.589524 39.231241, -75.588418 39.231254, -75.587886 39.231259, -75.587488 39.231268, -75.587284 39.231286, -75.58714 39.231304, -75.58697 39.231333, -75.586804 39.231373, -75.586587 39.231442, -75.586447 39.231498, -75.586193 39.231643, -75.585744 39.231946, -75.585641 39.232014, -75.585314 39.232233, -75.585019 39.232437, -75.584636 39.232693, -75.584504 39.232578, -75.584073 39.232228, -75.583726 39.231951, -75.583581 39.232064, -75.58345 39.231912, -75.582242 39.230917, -75.582157 39.230575, -75.581152 39.229817, -75.580549 39.229481, -75.579816 39.229918, -75.579591 39.229614, -75.580848 39.228855, -75.581053 39.228582, -75.581402 39.22848, -75.581547 39.22838, -75.581915 39.228147, -75.582053 39.228014, -75.582064 39.228004, -75.582558 39.227565, -75.58277 39.227323, -75.582947 39.226742, -75.582538 39.225912, -75.578855 39.226948, -75.57861 39.226401, -75.578077 39.226541, -75.577833 39.22603, -75.578353 39.225893, -75.578129 39.225412, -75.57752 39.224082, -75.577791 39.223999, -75.577631 39.223752, -75.577308 39.223434, -75.577027 39.223364, -75.577486 39.223227, -75.577577 39.22312, -75.577686 39.223072, -75.577787 39.223027, -75.577851 39.222999, -75.578117 39.222859, -75.57819 39.222826, -75.578074 39.222675, -75.577999 39.222601, -75.57797 39.222499, -75.577863 39.222288, -75.577593 39.222274, -75.576718 39.221226, -75.576614 39.221255, -75.576121 39.221399, -75.57608 39.221404, -75.575981 39.221434, -75.57592 39.221456, -75.575736 39.221525, -75.575676 39.221548, -75.575606 39.221396, -75.575399 39.220942, -75.575376 39.220891, -75.575331 39.220791, -75.575225 39.220556, -75.57491 39.219854, -75.574805 39.21962, -75.574762 39.219525, -75.574634 39.219241, -75.574592 39.219147, -75.574506 39.218919, -75.575626 39.218472, -75.576841 39.217858, -75.576854 39.217658, -75.57388 39.218566, -75.573947 39.218734, -75.57216 39.219224, -75.569821 39.21862, -75.566707 39.219673, -75.56663 39.220186, -75.566981 39.220392, -75.566864 39.220744, -75.56525 39.221052, -75.561291 39.218562, -75.566186 39.216037, -75.56903 39.21576, -75.569339 39.216696, -75.569443 39.217904, -75.570667 39.218126, -75.573406 39.21749, -75.573817 39.218394, -75.575558 39.21789, -75.57546 39.217643, -75.57697 39.217135, -75.576983 39.216808, -75.576854 39.21616, -75.576804 39.215911, -75.576828 39.215903, -75.578588 39.21534, -75.579743 39.215577, -75.58078 39.216104, -75.580846 39.216138, -75.581433 39.21608, -75.581626 39.216079, -75.581951 39.216037, -75.582181 39.215983, -75.582242 39.215969, -75.582438 39.215852, -75.582508 39.215825, -75.58272 39.215745, -75.582791 39.215719, -75.582881 39.215685, -75.583155 39.215586, -75.583246 39.215553, -75.582096 39.214296, -75.582183 39.213682, -75.581912 39.212552, -75.58059 39.210928, -75.580904 39.20943, -75.579154 39.209436, -75.578418 39.209876, -75.577751 39.20919, -75.581138 39.207042, -75.580867 39.206797, -75.580534 39.206852, -75.580537 39.206912, -75.580529 39.206967, -75.580509 39.207024, -75.580475 39.207073, -75.580426 39.207117, -75.58036 39.207162, -75.580226 39.207242, -75.580135 39.207274, -75.580043 39.207287, -75.579945 39.207278, -75.57987 39.207254, -75.579804 39.207222, -75.579768 39.207188, -75.579266 39.206728, -75.579203 39.206725, -75.579076 39.206834, -75.578966 39.206909, -75.578828 39.206983, -75.578628 39.207066, -75.578428 39.207116, -75.578255 39.207143, -75.57808 39.207148, -75.577905 39.207135, -75.577746 39.207114, -75.577592 39.207072, -75.577482 39.207047, -75.577447 39.207068, -75.577366 39.207154, -75.577252 39.207246, -75.577131 39.207328, -75.576931 39.207439, -75.576544 39.207658, -75.577417 39.208676, -75.577309 39.208756, -75.575712 39.20697, -75.575817 39.206812, -75.576372 39.207456, -75.576756 39.207268, -75.576615 39.207106, -75.576835 39.206976, -75.576627 39.206719, -75.576849 39.206585, -75.576806 39.206514, -75.576775 39.206446, -75.576737 39.206362, -75.576706 39.206284, -75.57668 39.206137, -75.576678 39.206042, -75.57669 39.205918, -75.576728 39.20578, -75.576767 39.205677, -75.576855 39.205536, -75.576928 39.205433, -75.577034 39.20533, -75.57718 39.205218, -75.577309 39.205144, -75.577491 39.205073, -75.577965 39.205596, -75.578648 39.20602, -75.578681 39.20596, -75.57879 39.206012, -75.578703 39.206187, -75.5787 39.206213, -75.578709 39.206253, -75.578728 39.206287, -75.578758 39.206318, -75.578815 39.206349, -75.579179 39.206512, -75.579248 39.206394, -75.579286 39.206308, -75.579323 39.20623, -75.579375 39.206146, -75.579446 39.206052, -75.579527 39.205963, -75.579627 39.20588, -75.579723 39.205808, -75.57984 39.205738, -75.579993 39.205663, -75.580093 39.205626, -75.580284 39.20556, -75.580396 39.205511, -75.58052 39.205436, -75.58059 39.205391, -75.580685 39.205307, -75.580751 39.205236, -75.580815 39.205141, -75.580913 39.204974, -75.580998 39.204854, -75.581186 39.204626, -75.581146 39.20459, -75.581012 39.204283, -75.580957 39.204197, -75.580884 39.204099, -75.580801 39.204014, -75.581048 39.20382, -75.580826 39.20367, -75.580617 39.203867, -75.580498 39.2038, -75.580401 39.203751, -75.5803 39.20371, -75.580192 39.203678, -75.58007 39.203648, -75.579906 39.203617, -75.579772 39.203608, -75.579679 39.203609, -75.579666 39.203364, -75.579117 39.203403, -75.578764 39.203607, -75.578721 39.203566, -75.578679 39.203538, -75.578636 39.203518, -75.57873 39.203246, -75.577951 39.20314, -75.579175 39.201159, -75.579761 39.201786, -75.580889 39.202058, -75.581851 39.201832, -75.583985 39.201861, -75.58515 39.201972, -75.585495 39.201162, -75.586654 39.20088, -75.586677 39.201822, -75.587294 39.201813, -75.588206 39.200983, -75.58835 39.202201, -75.588577 39.202283, -75.588584 39.202326, -75.5886 39.202374, -75.588679 39.202616, -75.588485 39.202655, -75.588303 39.202681, -75.588248 39.202685, -75.58827 39.202836, -75.590082 39.204673, -75.590088 39.204767, -75.590534 39.204762, -75.590648 39.2047, -75.590688 39.204744, -75.59072 39.204789, -75.59074 39.204843, -75.590748 39.204887, -75.590745 39.204936, -75.590728 39.205062, -75.590677 39.20569, -75.590358 39.206248, -75.589982 39.206434, -75.592226 39.207536, -75.592146 39.208063, -75.591536 39.208687, -75.588308 39.209447, -75.588631 39.210546)))\", \"region\": {\"id\": 32883, \"geometry\": \"MULTIPOLYGON (((-75.58004 39.206913, -75.580272 39.206766, -75.579858 39.206392, -75.579632 39.206537, -75.58004 39.206913)), ((-75.58023 39.207105, -75.580114 39.207176, -75.580076 39.207185, -75.580021 39.20719, -75.579974 39.207184, -75.57993 39.207171, -75.579896 39.207147, -75.579799 39.207065, -75.58004 39.206913, -75.58023 39.207105)), ((-75.588631 39.210546, -75.588805 39.211028, -75.589865 39.213417, -75.590082 39.213761, -75.591122 39.216127, -75.591246 39.216409, -75.591108 39.216665, -75.591121 39.216875, -75.591346 39.217096, -75.591149 39.21718, -75.591067 39.217216, -75.590557 39.217432, -75.59036 39.217516, -75.590416 39.217584, -75.59139 39.217198, -75.592229 39.219027, -75.591671 39.219188, -75.592052 39.219981, -75.590903 39.220403, -75.59085 39.220523, -75.591042 39.220791, -75.591621 39.221595, -75.59168 39.221677, -75.591814 39.221863, -75.593049 39.221376, -75.593565 39.221827, -75.603711 39.219486, -75.604742 39.222985, -75.609185 39.222167, -75.607892 39.21828, -75.610997 39.21753, -75.612543 39.220685, -75.610641 39.221022, -75.611759 39.224048, -75.611853 39.224022, -75.612158 39.224825, -75.612003 39.224869, -75.612041 39.224975, -75.611526 39.2251, -75.611436 39.224909, -75.61031 39.225195, -75.61026 39.225323, -75.609816 39.225469, -75.610096 39.226319, -75.609834 39.22638, -75.60963 39.225764, -75.608929 39.225923, -75.608967 39.226062, -75.608789 39.226199, -75.608943 39.226598, -75.608599 39.226682, -75.608318 39.226131, -75.608036 39.226117, -75.607774 39.226272, -75.607992 39.226843, -75.606836 39.227151, -75.606572 39.226602, -75.605204 39.226939, -75.60546 39.22749, -75.605113 39.227579, -75.604893 39.227016, -75.600155 39.228212, -75.600385 39.228772, -75.59979 39.228906, -75.599535 39.228372, -75.59798 39.228757, -75.59822 39.229328, -75.596176 39.229741, -75.58966 39.222628, -75.589499 39.222646, -75.589392 39.222649, -75.589074 39.222662, -75.588968 39.222667, -75.589032 39.222754, -75.589226 39.223016, -75.589291 39.223104, -75.590015 39.223888, -75.592187 39.226241, -75.592912 39.227026, -75.592329 39.226776, -75.592009 39.226651, -75.591714 39.226589, -75.591187 39.226697, -75.588137 39.227326, -75.589376 39.229392, -75.590111 39.231122, -75.589524 39.231241, -75.588418 39.231254, -75.587886 39.231259, -75.587488 39.231268, -75.587284 39.231286, -75.58714 39.231304, -75.58697 39.231333, -75.586804 39.231373, -75.586587 39.231442, -75.586447 39.231498, -75.586193 39.231643, -75.585744 39.231946, -75.585641 39.232014, -75.585314 39.232233, -75.585019 39.232437, -75.584636 39.232693, -75.584504 39.232578, -75.584073 39.232228, -75.583726 39.231951, -75.583581 39.232064, -75.58345 39.231912, -75.582242 39.230917, -75.582157 39.230575, -75.581152 39.229817, -75.580549 39.229481, -75.579816 39.229918, -75.579591 39.229614, -75.580848 39.228855, -75.581053 39.228582, -75.581402 39.22848, -75.581547 39.22838, -75.581915 39.228147, -75.582053 39.228014, -75.582064 39.228004, -75.582558 39.227565, -75.58277 39.227323, -75.582947 39.226742, -75.582538 39.225912, -75.578855 39.226948, -75.57861 39.226401, -75.578077 39.226541, -75.577833 39.22603, -75.578353 39.225893, -75.578129 39.225412, -75.57752 39.224082, -75.577791 39.223999, -75.577631 39.223752, -75.577308 39.223434, -75.577027 39.223364, -75.577486 39.223227, -75.577577 39.22312, -75.577686 39.223072, -75.577787 39.223027, -75.577851 39.222999, -75.578117 39.222859, -75.57819 39.222826, -75.578074 39.222675, -75.577999 39.222601, -75.57797 39.222499, -75.577863 39.222288, -75.577593 39.222274, -75.576718 39.221226, -75.576614 39.221255, -75.576121 39.221399, -75.57608 39.221404, -75.575981 39.221434, -75.57592 39.221456, -75.575736 39.221525, -75.575676 39.221548, -75.575606 39.221396, -75.575399 39.220942, -75.575376 39.220891, -75.575331 39.220791, -75.575225 39.220556, -75.57491 39.219854, -75.574805 39.21962, -75.574762 39.219525, -75.574634 39.219241, -75.574592 39.219147, -75.574506 39.218919, -75.575626 39.218472, -75.576841 39.217858, -75.576854 39.217658, -75.57388 39.218566, -75.573947 39.218734, -75.57216 39.219224, -75.569821 39.21862, -75.566707 39.219673, -75.56663 39.220186, -75.566981 39.220392, -75.566864 39.220744, -75.56525 39.221052, -75.561291 39.218562, -75.566186 39.216037, -75.56903 39.21576, -75.569339 39.216696, -75.569443 39.217904, -75.570667 39.218126, -75.573406 39.21749, -75.573817 39.218394, -75.575558 39.21789, -75.57546 39.217643, -75.57697 39.217135, -75.576983 39.216808, -75.576854 39.21616, -75.576804 39.215911, -75.576828 39.215903, -75.578588 39.21534, -75.579743 39.215577, -75.58078 39.216104, -75.580846 39.216138, -75.581433 39.21608, -75.581626 39.216079, -75.581951 39.216037, -75.582181 39.215983, -75.582242 39.215969, -75.582438 39.215852, -75.582508 39.215825, -75.58272 39.215745, -75.582791 39.215719, -75.582881 39.215685, -75.583155 39.215586, -75.583246 39.215553, -75.582096 39.214296, -75.582183 39.213682, -75.581912 39.212552, -75.58059 39.210928, -75.580904 39.20943, -75.579154 39.209436, -75.578418 39.209876, -75.577751 39.20919, -75.581138 39.207042, -75.580867 39.206797, -75.580534 39.206852, -75.580537 39.206912, -75.580529 39.206967, -75.580509 39.207024, -75.580475 39.207073, -75.580426 39.207117, -75.58036 39.207162, -75.580226 39.207242, -75.580135 39.207274, -75.580043 39.207287, -75.579945 39.207278, -75.57987 39.207254, -75.579804 39.207222, -75.579768 39.207188, -75.579266 39.206728, -75.579203 39.206725, -75.579076 39.206834, -75.578966 39.206909, -75.578828 39.206983, -75.578628 39.207066, -75.578428 39.207116, -75.578255 39.207143, -75.57808 39.207148, -75.577905 39.207135, -75.577746 39.207114, -75.577592 39.207072, -75.577482 39.207047, -75.577447 39.207068, -75.577366 39.207154, -75.577252 39.207246, -75.577131 39.207328, -75.576931 39.207439, -75.576544 39.207658, -75.577417 39.208676, -75.577309 39.208756, -75.575712 39.20697, -75.575817 39.206812, -75.576372 39.207456, -75.576756 39.207268, -75.576615 39.207106, -75.576835 39.206976, -75.576627 39.206719, -75.576849 39.206585, -75.576806 39.206514, -75.576775 39.206446, -75.576737 39.206362, -75.576706 39.206284, -75.57668 39.206137, -75.576678 39.206042, -75.57669 39.205918, -75.576728 39.20578, -75.576767 39.205677, -75.576855 39.205536, -75.576928 39.205433, -75.577034 39.20533, -75.57718 39.205218, -75.577309 39.205144, -75.577491 39.205073, -75.577965 39.205596, -75.578648 39.20602, -75.578681 39.20596, -75.57879 39.206012, -75.578703 39.206187, -75.5787 39.206213, -75.578709 39.206253, -75.578728 39.206287, -75.578758 39.206318, -75.578815 39.206349, -75.579179 39.206512, -75.579248 39.206394, -75.579286 39.206308, -75.579323 39.20623, -75.579375 39.206146, -75.579446 39.206052, -75.579527 39.205963, -75.579627 39.20588, -75.579723 39.205808, -75.57984 39.205738, -75.579993 39.205663, -75.580093 39.205626, -75.580284 39.20556, -75.580396 39.205511, -75.58052 39.205436, -75.58059 39.205391, -75.580685 39.205307, -75.580751 39.205236, -75.580815 39.205141, -75.580913 39.204974, -75.580998 39.204854, -75.581186 39.204626, -75.581146 39.20459, -75.581012 39.204283, -75.580957 39.204197, -75.580884 39.204099, -75.580801 39.204014, -75.581048 39.20382, -75.580826 39.20367, -75.580617 39.203867, -75.580498 39.2038, -75.580401 39.203751, -75.5803 39.20371, -75.580192 39.203678, -75.58007 39.203648, -75.579906 39.203617, -75.579772 39.203608, -75.579679 39.203609, -75.579666 39.203364, -75.579117 39.203403, -75.578764 39.203607, -75.578721 39.203566, -75.578679 39.203538, -75.578636 39.203518, -75.57873 39.203246, -75.577951 39.20314, -75.579175 39.201159, -75.579761 39.201786, -75.580889 39.202058, -75.581851 39.201832, -75.583985 39.201861, -75.58515 39.201972, -75.585495 39.201162, -75.586654 39.20088, -75.586677 39.201822, -75.587294 39.201813, -75.588206 39.200983, -75.58835 39.202201, -75.588577 39.202283, -75.588584 39.202326, -75.5886 39.202374, -75.588679 39.202616, -75.588485 39.202655, -75.588303 39.202681, -75.588248 39.202685, -75.58827 39.202836, -75.590082 39.204673, -75.590088 39.204767, -75.590534 39.204762, -75.590648 39.2047, -75.590688 39.204744, -75.59072 39.204789, -75.59074 39.204843, -75.590748 39.204887, -75.590745 39.204936, -75.590728 39.205062, -75.590677 39.20569, -75.590358 39.206248, -75.589982 39.206434, -75.592226 39.207536, -75.592146 39.208063, -75.591536 39.208687, -75.588308 39.209447, -75.588631 39.210546)))\", \"region_name\": \"Cheswold\", \"border_type\": \"town\", \"wikidata\": \"Q127378\", \"wikipedia\": \"en:Cheswold, Delaware\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_max+region/0019", "group": "raster_only", "template": "elevation_max+region", "question": "How high is the highest point in Ruma, Illinois?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.998719 38.116625, -89.998781 38.116622, -90.002984 38.116727, -90.003242 38.116749, -90.00321 38.118294, -90.003193 38.121373, -90.003183 38.123204, -90.003235 38.125478, -90.002773 38.125491, -90.002798 38.126482, -90.002311 38.126456, -90.002296 38.127207, -90.00182 38.127199, -90.001471 38.127198, -89.99867 38.127194, -89.998645 38.128157, -89.998645 38.12818, -90.000592 38.128198, -90.000562 38.129167, -90.000408 38.131107, -90.000911 38.131113, -90.000962 38.129953, -90.001745 38.129966, -90.001739 38.131024, -90.001741 38.131096, -90.004056 38.131141, -90.006465 38.131184, -90.006484 38.131185, -90.007827 38.131199, -90.009577 38.131107, -90.010611 38.131027, -90.010661 38.1311, -90.010838 38.131478, -90.011043 38.131949, -90.011123 38.13215, -90.011289 38.132612, -90.011307 38.132676, -90.01131 38.132742, -90.011291 38.132809, -90.01123 38.132858, -90.011053 38.132894, -90.010962 38.132905, -90.009729 38.133005, -90.009359 38.13303, -90.009339 38.134341, -90.009336 38.135214, -90.007854 38.135218, -90.007304 38.135212, -90.007172 38.13881, -90.002193 38.138732, -89.999922 38.138697, -89.998253 38.138625, -89.998023 38.138614, -89.997936 38.138658, -89.997872 38.14022, -89.994847 38.140221, -89.994851 38.140128, -89.9949 38.140034, -89.994927 38.139892, -89.994969 38.139848, -89.994997 38.139661, -89.995108 38.139562, -89.995163 38.139518, -89.995288 38.139485, -89.995344 38.139452, -89.995483 38.139419, -89.995671 38.139403, -89.995886 38.139331, -89.996532 38.138908, -89.997164 38.138589, -89.997317 38.138458, -89.997525 38.13804, -89.997622 38.13793, -89.997873 38.137788, -89.998015 38.137771, -89.998164 38.137754, -89.998126 38.136889, -89.998009 38.136895, -89.997925 38.136959, -89.997899 38.137259, -89.99737 38.137253, -89.997379 38.136952, -89.994849 38.136912, -89.994464 38.136921, -89.994478 38.136525, -89.993141 38.136497, -89.993138 38.135906, -89.993207 38.135017, -89.991901 38.13501, -89.991664 38.135009, -89.991664 38.134777, -89.991673 38.131448, -89.991651 38.130928, -89.991933 38.130931, -89.994077 38.130949, -89.994077 38.129146, -89.995528 38.129146, -89.994145 38.127864, -89.993276 38.127059, -89.993249 38.127034, -89.994349 38.126763, -89.995606 38.126454, -89.997356 38.124919, -89.998655 38.124425, -89.998659 38.124295, -89.998663 38.12152, -89.998699 38.119411, -89.998723 38.116773, -89.998719 38.116625))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).max AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 163.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ruma, Illinois\", \"geo_wkt\": \"POLYGON ((-89.998719 38.116625, -89.998781 38.116622, -90.002984 38.116727, -90.003242 38.116749, -90.00321 38.118294, -90.003193 38.121373, -90.003183 38.123204, -90.003235 38.125478, -90.002773 38.125491, -90.002798 38.126482, -90.002311 38.126456, -90.002296 38.127207, -90.00182 38.127199, -90.001471 38.127198, -89.99867 38.127194, -89.998645 38.128157, -89.998645 38.12818, -90.000592 38.128198, -90.000562 38.129167, -90.000408 38.131107, -90.000911 38.131113, -90.000962 38.129953, -90.001745 38.129966, -90.001739 38.131024, -90.001741 38.131096, -90.004056 38.131141, -90.006465 38.131184, -90.006484 38.131185, -90.007827 38.131199, -90.009577 38.131107, -90.010611 38.131027, -90.010661 38.1311, -90.010838 38.131478, -90.011043 38.131949, -90.011123 38.13215, -90.011289 38.132612, -90.011307 38.132676, -90.01131 38.132742, -90.011291 38.132809, -90.01123 38.132858, -90.011053 38.132894, -90.010962 38.132905, -90.009729 38.133005, -90.009359 38.13303, -90.009339 38.134341, -90.009336 38.135214, -90.007854 38.135218, -90.007304 38.135212, -90.007172 38.13881, -90.002193 38.138732, -89.999922 38.138697, -89.998253 38.138625, -89.998023 38.138614, -89.997936 38.138658, -89.997872 38.14022, -89.994847 38.140221, -89.994851 38.140128, -89.9949 38.140034, -89.994927 38.139892, -89.994969 38.139848, -89.994997 38.139661, -89.995108 38.139562, -89.995163 38.139518, -89.995288 38.139485, -89.995344 38.139452, -89.995483 38.139419, -89.995671 38.139403, -89.995886 38.139331, -89.996532 38.138908, -89.997164 38.138589, -89.997317 38.138458, -89.997525 38.13804, -89.997622 38.13793, -89.997873 38.137788, -89.998015 38.137771, -89.998164 38.137754, -89.998126 38.136889, -89.998009 38.136895, -89.997925 38.136959, -89.997899 38.137259, -89.99737 38.137253, -89.997379 38.136952, -89.994849 38.136912, -89.994464 38.136921, -89.994478 38.136525, -89.993141 38.136497, -89.993138 38.135906, -89.993207 38.135017, -89.991901 38.13501, -89.991664 38.135009, -89.991664 38.134777, -89.991673 38.131448, -89.991651 38.130928, -89.991933 38.130931, -89.994077 38.130949, -89.994077 38.129146, -89.995528 38.129146, -89.994145 38.127864, -89.993276 38.127059, -89.993249 38.127034, -89.994349 38.126763, -89.995606 38.126454, -89.997356 38.124919, -89.998655 38.124425, -89.998659 38.124295, -89.998663 38.12152, -89.998699 38.119411, -89.998723 38.116773, -89.998719 38.116625))\", \"region\": {\"id\": 11528, \"geometry\": \"POLYGON ((-89.998719 38.116625, -89.998781 38.116622, -90.002984 38.116727, -90.003242 38.116749, -90.00321 38.118294, -90.003193 38.121373, -90.003183 38.123204, -90.003235 38.125478, -90.002773 38.125491, -90.002798 38.126482, -90.002311 38.126456, -90.002296 38.127207, -90.00182 38.127199, -90.001471 38.127198, -89.99867 38.127194, -89.998645 38.128157, -89.998645 38.12818, -90.000592 38.128198, -90.000562 38.129167, -90.000408 38.131107, -90.000911 38.131113, -90.000962 38.129953, -90.001745 38.129966, -90.001739 38.131024, -90.001741 38.131096, -90.004056 38.131141, -90.006465 38.131184, -90.006484 38.131185, -90.007827 38.131199, -90.009577 38.131107, -90.010611 38.131027, -90.010661 38.1311, -90.010838 38.131478, -90.011043 38.131949, -90.011123 38.13215, -90.011289 38.132612, -90.011307 38.132676, -90.01131 38.132742, -90.011291 38.132809, -90.01123 38.132858, -90.011053 38.132894, -90.010962 38.132905, -90.009729 38.133005, -90.009359 38.13303, -90.009339 38.134341, -90.009336 38.135214, -90.007854 38.135218, -90.007304 38.135212, -90.007172 38.13881, -90.002193 38.138732, -89.999922 38.138697, -89.998253 38.138625, -89.998023 38.138614, -89.997936 38.138658, -89.997872 38.14022, -89.994847 38.140221, -89.994851 38.140128, -89.9949 38.140034, -89.994927 38.139892, -89.994969 38.139848, -89.994997 38.139661, -89.995108 38.139562, -89.995163 38.139518, -89.995288 38.139485, -89.995344 38.139452, -89.995483 38.139419, -89.995671 38.139403, -89.995886 38.139331, -89.996532 38.138908, -89.997164 38.138589, -89.997317 38.138458, -89.997525 38.13804, -89.997622 38.13793, -89.997873 38.137788, -89.998015 38.137771, -89.998164 38.137754, -89.998126 38.136889, -89.998009 38.136895, -89.997925 38.136959, -89.997899 38.137259, -89.99737 38.137253, -89.997379 38.136952, -89.994849 38.136912, -89.994464 38.136921, -89.994478 38.136525, -89.993141 38.136497, -89.993138 38.135906, -89.993207 38.135017, -89.991901 38.13501, -89.991664 38.135009, -89.991664 38.134777, -89.991673 38.131448, -89.991651 38.130928, -89.991933 38.130931, -89.994077 38.130949, -89.994077 38.129146, -89.995528 38.129146, -89.994145 38.127864, -89.993276 38.127059, -89.993249 38.127034, -89.994349 38.126763, -89.995606 38.126454, -89.997356 38.124919, -89.998655 38.124425, -89.998659 38.124295, -89.998663 38.12152, -89.998699 38.119411, -89.998723 38.116773, -89.998719 38.116625))\", \"region_name\": \"Ruma\", \"border_type\": \"village\", \"wikidata\": \"Q2273556\", \"wikipedia\": \"en:Ruma, Illinois\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0000", "group": "raster_only", "template": "elevation_mean+region", "question": "How high is Leadington, Missouri on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-90.469082 37.829409, -90.470308 37.830015, -90.470694 37.83022, -90.470751 37.83025, -90.472087 37.830945, -90.472437 37.831127, -90.472534 37.831176, -90.472688 37.831257, -90.472366 37.833453, -90.471712 37.833427, -90.471698 37.831405, -90.470371 37.831134, -90.468659 37.83079, -90.468861 37.830128, -90.469082 37.829409)), ((-90.479838 37.836604, -90.479272 37.836536, -90.479221 37.836718, -90.479772 37.836803, -90.479792 37.836747, -90.479865 37.836526, -90.479899 37.836427, -90.479838 37.836604)), ((-90.478951 37.83896, -90.478986 37.838945, -90.479012 37.838923, -90.479033 37.838897, -90.479052 37.838862, -90.479086 37.838769, -90.479167 37.838554, -90.479331 37.838078, -90.480714 37.838438, -90.481803 37.838722, -90.481815 37.83867, -90.481246 37.838526, -90.481752 37.837279, -90.481303 37.837124, -90.48168 37.836906, -90.481591 37.836721, -90.481523 37.836597, -90.481521 37.836591, -90.481515 37.836573, -90.481513 37.836568, -90.481416 37.836421, -90.481415 37.83642, -90.481222 37.836215, -90.481127 37.836125, -90.481037 37.836056, -90.481025 37.836047, -90.480893 37.835957, -90.48082 37.835908, -90.480759 37.835866, -90.480505 37.835691, -90.480458 37.83564, -90.480389 37.835612, -90.480379 37.835605, -90.48036 37.83559, -90.480235 37.835489, -90.480042 37.835382, -90.479858 37.83528, -90.479822 37.835258, -90.479715 37.835192, -90.47968 37.83517, -90.479625 37.835136, -90.47946 37.835037, -90.479406 37.835004, -90.479146 37.834856, -90.478369 37.834412, -90.47811 37.834265, -90.477998 37.834197, -90.477665 37.833993, -90.477554 37.833925, -90.477435 37.83386, -90.477078 37.833667, -90.476959 37.833603, -90.476883 37.833563, -90.476657 37.833443, -90.476582 37.833403, -90.476432 37.833324, -90.47639 37.833302, -90.476326 37.833268, -90.475825 37.832983, -90.475637 37.832876, -90.475407 37.832747, -90.474941 37.832487, -90.474802 37.832409, -90.474491 37.832235, -90.474323 37.832141, -90.473819 37.831859, -90.473651 37.831766, -90.473582 37.831729, -90.473493 37.831681, -90.473334 37.832547, -90.473168 37.833457, -90.475562 37.833482, -90.475529 37.835111, -90.475528 37.835183, -90.475564 37.835221, -90.475532 37.835766, -90.475526 37.837412, -90.475526 37.837444, -90.47585 37.837438, -90.475856 37.838052, -90.475526 37.838045, -90.475545 37.838924, -90.475535 37.839695, -90.475664 37.839693, -90.476137 37.839689, -90.476125 37.83984, -90.476121 37.839885, -90.476297 37.839885, -90.476352 37.839883, -90.476352 37.839937, -90.476348 37.840108, -90.476584 37.840114, -90.476591 37.838942, -90.47674 37.838945, -90.477228 37.838953, -90.478399 37.838974, -90.478578 37.838978, -90.478887 37.838974, -90.478951 37.83896)), ((-90.48405 37.834197, -90.483574 37.83434, -90.483554 37.833925, -90.484238 37.833903, -90.484703 37.833471, -90.484327 37.833314, -90.483768 37.833057, -90.482567 37.833023, -90.482512 37.829795, -90.480255 37.829731, -90.480282 37.823769, -90.473421 37.823661, -90.471352 37.823582, -90.471278 37.824245, -90.470169 37.824221, -90.469597 37.824198, -90.469951 37.82383, -90.46986 37.823637, -90.469019 37.823735, -90.469204 37.824175, -90.468688 37.824189, -90.467589 37.824204, -90.467586 37.826091, -90.467344 37.825946, -90.467189 37.825846, -90.467088 37.825771, -90.466865 37.826055, -90.466748 37.825989, -90.466627 37.826108, -90.466951 37.826303, -90.46777 37.826758, -90.467354 37.828368, -90.468189 37.828756, -90.468549 37.828433, -90.468922 37.828616, -90.46864 37.828965, -90.469159 37.829206, -90.470527 37.829841, -90.470934 37.830057, -90.472156 37.830706, -90.472564 37.830923, -90.472726 37.831008, -90.47273 37.83101, -90.473215 37.831263, -90.473378 37.831349, -90.473431 37.831378, -90.473591 37.831465, -90.473645 37.831495, -90.47384 37.831606, -90.474425 37.831941, -90.474621 37.832053, -90.474729 37.832115, -90.474826 37.832172, -90.474917 37.832224, -90.475492 37.831389, -90.475935 37.831683, -90.475785 37.831636, -90.475651 37.83204, -90.475524 37.83196, -90.475064 37.832309, -90.475444 37.83253, -90.47565 37.83265, -90.475858 37.832764, -90.476482 37.833109, -90.476493 37.833116, -90.47669 37.833225, -90.476766 37.833267, -90.476995 37.833395, -90.477072 37.833438, -90.477182 37.8335, -90.477515 37.833689, -90.477626 37.833752, -90.477644 37.833464, -90.4777 37.832603, -90.477719 37.832316, -90.477721 37.832287, -90.47773 37.832199, -90.477733 37.832171, -90.477894 37.832262, -90.478316 37.832502, -90.47838 37.832537, -90.478543 37.832628, -90.478537 37.832654, -90.478522 37.832732, -90.478517 37.832759, -90.478451 37.833024, -90.478255 37.833822, -90.47819 37.834088, -90.478461 37.834245, -90.479276 37.834718, -90.479548 37.834876, -90.479626 37.834922, -90.479778 37.835012, -90.479862 37.835061, -90.479941 37.835108, -90.479983 37.835134, -90.480112 37.835212, -90.480155 37.835238, -90.48019 37.835259, -90.480297 37.835322, -90.480333 37.835343, -90.480461 37.835429, -90.480578 37.835507, -90.480846 37.835687, -90.480907 37.835728, -90.48097 37.835779, -90.481144 37.835882, -90.481173 37.8359, -90.481323 37.835996, -90.481441 37.836104, -90.481601 37.836277, -90.481606 37.836282, -90.481664 37.836359, -90.481949 37.836413, -90.482072 37.836492, -90.482173 37.836556, -90.482203 37.836561, -90.482322 37.836581, -90.482447 37.836744, -90.482584 37.836924, -90.482626 37.83698, -90.482907 37.837312, -90.482829 37.837364, -90.482749 37.837419, -90.482479 37.837065, -90.48244 37.837011, -90.482312 37.83683, -90.482173 37.836648, -90.482065 37.836592, -90.482021 37.836566, -90.482075 37.837066, -90.482387 37.838196, -90.483167 37.838695, -90.483209 37.839073, -90.483226 37.839229, -90.483237 37.839352, -90.48345 37.839294, -90.483565 37.839294, -90.483623 37.839294, -90.48368 37.839363, -90.485123 37.842131, -90.485222 37.842777, -90.485267 37.843067, -90.485295 37.843249, -90.485475 37.844427, -90.485822 37.846693, -90.485998 37.847827, -90.488234 37.847931, -90.488339 37.847239, -90.488449 37.846525, -90.488531 37.845561, -90.488641 37.845292, -90.488745 37.845138, -90.488876 37.844995, -90.488987 37.84482, -90.489049 37.844589, -90.489048 37.844579, -90.489042 37.844424, -90.489014 37.844249, -90.48892 37.844082, -90.48922 37.844159, -90.490121 37.844393, -90.490422 37.844471, -90.491116 37.844527, -90.491619 37.844568, -90.491952 37.844586, -90.492779 37.844629, -90.493196 37.84471, -90.49388 37.844844, -90.493882 37.844754, -90.49403 37.844783, -90.494048 37.844362, -90.494102 37.843166, -90.494126 37.843103, -90.494278 37.842711, -90.494262 37.842697, -90.494215 37.842656, -90.49394 37.842457, -90.49376 37.842623, -90.493588 37.84257, -90.493419 37.842513, -90.493354 37.842488, -90.492675 37.842231, -90.492223 37.842044, -90.491803 37.841854, -90.491675 37.841793, -90.491636 37.841774, -90.491514 37.841727, -90.491441 37.841707, -90.491416 37.841706, -90.491187 37.84172, -90.491086 37.841715, -90.491051 37.841713, -90.491024 37.841708, -90.490992 37.841704, -90.490935 37.841689, -90.490851 37.841643, -90.490828 37.841631, -90.490801 37.841608, -90.49085 37.841462, -90.490914 37.841363, -90.491155 37.840993, -90.491275 37.84082, -90.491372 37.840688, -90.491534 37.84047, -90.491551 37.840476, -90.491602 37.840494, -90.49162 37.8405, -90.492049 37.840922, -90.492178 37.840997, -90.492639 37.841317, -90.492645 37.841301, -90.49238 37.84077, -90.492413 37.840647, -90.492424 37.840606, -90.492429 37.840584, -90.492447 37.840518, -90.492453 37.840497, -90.49286 37.8406, -90.494082 37.840912, -90.49449 37.841016, -90.494514 37.841017, -90.494538 37.840837, -90.494582 37.840519, -90.494599 37.840233, -90.494598 37.840227, -90.494585 37.840065, -90.494584 37.840023, -90.494583 37.840011, -90.494583 37.839978, -90.494583 37.839967, -90.494568 37.839972, -90.494525 37.839989, -90.494511 37.839995, -90.494508 37.839921, -90.494501 37.839882, -90.494484 37.839778, -90.494461 37.839689, -90.494432 37.8396, -90.494413 37.839554, -90.494372 37.839449, -90.49436 37.839404, -90.494346 37.83935, -90.494316 37.839276, -90.494299 37.839234, -90.494293 37.83922, -90.494233 37.839093, -90.49418 37.839, -90.494122 37.838898, -90.493967 37.838673, -90.49388 37.838565, -90.493724 37.838391, -90.493708 37.838376, -90.493655 37.838325, -90.493533 37.838237, -90.493498 37.838224, -90.493468 37.838204, -90.493409 37.838165, -90.493373 37.838164, -90.493338 37.838164, -90.493286 37.838163, -90.493129 37.838162, -90.493078 37.838162, -90.492889 37.838134, -90.492323 37.838052, -90.492135 37.838025, -90.492106 37.838022, -90.492035 37.838009, -90.491738 37.837955, -90.49164 37.837938, -90.491669 37.837821, -90.491758 37.837471, -90.491788 37.837355, -90.491791 37.836958, -90.491196 37.837116, -90.490768 37.836933, -90.489947 37.836588, -90.489501 37.836383, -90.487468 37.835518, -90.484541 37.834283, -90.48405 37.834197)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 277.4940648059031}]", "question_entities": "{\"[3]\": {\"region_name\": \"Leadington, Missouri\", \"geo_wkt\": \"MULTIPOLYGON (((-90.469082 37.829409, -90.470308 37.830015, -90.470694 37.83022, -90.470751 37.83025, -90.472087 37.830945, -90.472437 37.831127, -90.472534 37.831176, -90.472688 37.831257, -90.472366 37.833453, -90.471712 37.833427, -90.471698 37.831405, -90.470371 37.831134, -90.468659 37.83079, -90.468861 37.830128, -90.469082 37.829409)), ((-90.479838 37.836604, -90.479272 37.836536, -90.479221 37.836718, -90.479772 37.836803, -90.479792 37.836747, -90.479865 37.836526, -90.479899 37.836427, -90.479838 37.836604)), ((-90.478951 37.83896, -90.478986 37.838945, -90.479012 37.838923, -90.479033 37.838897, -90.479052 37.838862, -90.479086 37.838769, -90.479167 37.838554, -90.479331 37.838078, -90.480714 37.838438, -90.481803 37.838722, -90.481815 37.83867, -90.481246 37.838526, -90.481752 37.837279, -90.481303 37.837124, -90.48168 37.836906, -90.481591 37.836721, -90.481523 37.836597, -90.481521 37.836591, -90.481515 37.836573, -90.481513 37.836568, -90.481416 37.836421, -90.481415 37.83642, -90.481222 37.836215, -90.481127 37.836125, -90.481037 37.836056, -90.481025 37.836047, -90.480893 37.835957, -90.48082 37.835908, -90.480759 37.835866, -90.480505 37.835691, -90.480458 37.83564, -90.480389 37.835612, -90.480379 37.835605, -90.48036 37.83559, -90.480235 37.835489, -90.480042 37.835382, -90.479858 37.83528, -90.479822 37.835258, -90.479715 37.835192, -90.47968 37.83517, -90.479625 37.835136, -90.47946 37.835037, -90.479406 37.835004, -90.479146 37.834856, -90.478369 37.834412, -90.47811 37.834265, -90.477998 37.834197, -90.477665 37.833993, -90.477554 37.833925, -90.477435 37.83386, -90.477078 37.833667, -90.476959 37.833603, -90.476883 37.833563, -90.476657 37.833443, -90.476582 37.833403, -90.476432 37.833324, -90.47639 37.833302, -90.476326 37.833268, -90.475825 37.832983, -90.475637 37.832876, -90.475407 37.832747, -90.474941 37.832487, -90.474802 37.832409, -90.474491 37.832235, -90.474323 37.832141, -90.473819 37.831859, -90.473651 37.831766, -90.473582 37.831729, -90.473493 37.831681, -90.473334 37.832547, -90.473168 37.833457, -90.475562 37.833482, -90.475529 37.835111, -90.475528 37.835183, -90.475564 37.835221, -90.475532 37.835766, -90.475526 37.837412, -90.475526 37.837444, -90.47585 37.837438, -90.475856 37.838052, -90.475526 37.838045, -90.475545 37.838924, -90.475535 37.839695, -90.475664 37.839693, -90.476137 37.839689, -90.476125 37.83984, -90.476121 37.839885, -90.476297 37.839885, -90.476352 37.839883, -90.476352 37.839937, -90.476348 37.840108, -90.476584 37.840114, -90.476591 37.838942, -90.47674 37.838945, -90.477228 37.838953, -90.478399 37.838974, -90.478578 37.838978, -90.478887 37.838974, -90.478951 37.83896)), ((-90.48405 37.834197, -90.483574 37.83434, -90.483554 37.833925, -90.484238 37.833903, -90.484703 37.833471, -90.484327 37.833314, -90.483768 37.833057, -90.482567 37.833023, -90.482512 37.829795, -90.480255 37.829731, -90.480282 37.823769, -90.473421 37.823661, -90.471352 37.823582, -90.471278 37.824245, -90.470169 37.824221, -90.469597 37.824198, -90.469951 37.82383, -90.46986 37.823637, -90.469019 37.823735, -90.469204 37.824175, -90.468688 37.824189, -90.467589 37.824204, -90.467586 37.826091, -90.467344 37.825946, -90.467189 37.825846, -90.467088 37.825771, -90.466865 37.826055, -90.466748 37.825989, -90.466627 37.826108, -90.466951 37.826303, -90.46777 37.826758, -90.467354 37.828368, -90.468189 37.828756, -90.468549 37.828433, -90.468922 37.828616, -90.46864 37.828965, -90.469159 37.829206, -90.470527 37.829841, -90.470934 37.830057, -90.472156 37.830706, -90.472564 37.830923, -90.472726 37.831008, -90.47273 37.83101, -90.473215 37.831263, -90.473378 37.831349, -90.473431 37.831378, -90.473591 37.831465, -90.473645 37.831495, -90.47384 37.831606, -90.474425 37.831941, -90.474621 37.832053, -90.474729 37.832115, -90.474826 37.832172, -90.474917 37.832224, -90.475492 37.831389, -90.475935 37.831683, -90.475785 37.831636, -90.475651 37.83204, -90.475524 37.83196, -90.475064 37.832309, -90.475444 37.83253, -90.47565 37.83265, -90.475858 37.832764, -90.476482 37.833109, -90.476493 37.833116, -90.47669 37.833225, -90.476766 37.833267, -90.476995 37.833395, -90.477072 37.833438, -90.477182 37.8335, -90.477515 37.833689, -90.477626 37.833752, -90.477644 37.833464, -90.4777 37.832603, -90.477719 37.832316, -90.477721 37.832287, -90.47773 37.832199, -90.477733 37.832171, -90.477894 37.832262, -90.478316 37.832502, -90.47838 37.832537, -90.478543 37.832628, -90.478537 37.832654, -90.478522 37.832732, -90.478517 37.832759, -90.478451 37.833024, -90.478255 37.833822, -90.47819 37.834088, -90.478461 37.834245, -90.479276 37.834718, -90.479548 37.834876, -90.479626 37.834922, -90.479778 37.835012, -90.479862 37.835061, -90.479941 37.835108, -90.479983 37.835134, -90.480112 37.835212, -90.480155 37.835238, -90.48019 37.835259, -90.480297 37.835322, -90.480333 37.835343, -90.480461 37.835429, -90.480578 37.835507, -90.480846 37.835687, -90.480907 37.835728, -90.48097 37.835779, -90.481144 37.835882, -90.481173 37.8359, -90.481323 37.835996, -90.481441 37.836104, -90.481601 37.836277, -90.481606 37.836282, -90.481664 37.836359, -90.481949 37.836413, -90.482072 37.836492, -90.482173 37.836556, -90.482203 37.836561, -90.482322 37.836581, -90.482447 37.836744, -90.482584 37.836924, -90.482626 37.83698, -90.482907 37.837312, -90.482829 37.837364, -90.482749 37.837419, -90.482479 37.837065, -90.48244 37.837011, -90.482312 37.83683, -90.482173 37.836648, -90.482065 37.836592, -90.482021 37.836566, -90.482075 37.837066, -90.482387 37.838196, -90.483167 37.838695, -90.483209 37.839073, -90.483226 37.839229, -90.483237 37.839352, -90.48345 37.839294, -90.483565 37.839294, -90.483623 37.839294, -90.48368 37.839363, -90.485123 37.842131, -90.485222 37.842777, -90.485267 37.843067, -90.485295 37.843249, -90.485475 37.844427, -90.485822 37.846693, -90.485998 37.847827, -90.488234 37.847931, -90.488339 37.847239, -90.488449 37.846525, -90.488531 37.845561, -90.488641 37.845292, -90.488745 37.845138, -90.488876 37.844995, -90.488987 37.84482, -90.489049 37.844589, -90.489048 37.844579, -90.489042 37.844424, -90.489014 37.844249, -90.48892 37.844082, -90.48922 37.844159, -90.490121 37.844393, -90.490422 37.844471, -90.491116 37.844527, -90.491619 37.844568, -90.491952 37.844586, -90.492779 37.844629, -90.493196 37.84471, -90.49388 37.844844, -90.493882 37.844754, -90.49403 37.844783, -90.494048 37.844362, -90.494102 37.843166, -90.494126 37.843103, -90.494278 37.842711, -90.494262 37.842697, -90.494215 37.842656, -90.49394 37.842457, -90.49376 37.842623, -90.493588 37.84257, -90.493419 37.842513, -90.493354 37.842488, -90.492675 37.842231, -90.492223 37.842044, -90.491803 37.841854, -90.491675 37.841793, -90.491636 37.841774, -90.491514 37.841727, -90.491441 37.841707, -90.491416 37.841706, -90.491187 37.84172, -90.491086 37.841715, -90.491051 37.841713, -90.491024 37.841708, -90.490992 37.841704, -90.490935 37.841689, -90.490851 37.841643, -90.490828 37.841631, -90.490801 37.841608, -90.49085 37.841462, -90.490914 37.841363, -90.491155 37.840993, -90.491275 37.84082, -90.491372 37.840688, -90.491534 37.84047, -90.491551 37.840476, -90.491602 37.840494, -90.49162 37.8405, -90.492049 37.840922, -90.492178 37.840997, -90.492639 37.841317, -90.492645 37.841301, -90.49238 37.84077, -90.492413 37.840647, -90.492424 37.840606, -90.492429 37.840584, -90.492447 37.840518, -90.492453 37.840497, -90.49286 37.8406, -90.494082 37.840912, -90.49449 37.841016, -90.494514 37.841017, -90.494538 37.840837, -90.494582 37.840519, -90.494599 37.840233, -90.494598 37.840227, -90.494585 37.840065, -90.494584 37.840023, -90.494583 37.840011, -90.494583 37.839978, -90.494583 37.839967, -90.494568 37.839972, -90.494525 37.839989, -90.494511 37.839995, -90.494508 37.839921, -90.494501 37.839882, -90.494484 37.839778, -90.494461 37.839689, -90.494432 37.8396, -90.494413 37.839554, -90.494372 37.839449, -90.49436 37.839404, -90.494346 37.83935, -90.494316 37.839276, -90.494299 37.839234, -90.494293 37.83922, -90.494233 37.839093, -90.49418 37.839, -90.494122 37.838898, -90.493967 37.838673, -90.49388 37.838565, -90.493724 37.838391, -90.493708 37.838376, -90.493655 37.838325, -90.493533 37.838237, -90.493498 37.838224, -90.493468 37.838204, -90.493409 37.838165, -90.493373 37.838164, -90.493338 37.838164, -90.493286 37.838163, -90.493129 37.838162, -90.493078 37.838162, -90.492889 37.838134, -90.492323 37.838052, -90.492135 37.838025, -90.492106 37.838022, -90.492035 37.838009, -90.491738 37.837955, -90.49164 37.837938, -90.491669 37.837821, -90.491758 37.837471, -90.491788 37.837355, -90.491791 37.836958, -90.491196 37.837116, -90.490768 37.836933, -90.489947 37.836588, -90.489501 37.836383, -90.487468 37.835518, -90.484541 37.834283, -90.48405 37.834197)))\", \"region\": {\"id\": 37034, \"geometry\": \"MULTIPOLYGON (((-90.469082 37.829409, -90.470308 37.830015, -90.470694 37.83022, -90.470751 37.83025, -90.472087 37.830945, -90.472437 37.831127, -90.472534 37.831176, -90.472688 37.831257, -90.472366 37.833453, -90.471712 37.833427, -90.471698 37.831405, -90.470371 37.831134, -90.468659 37.83079, -90.468861 37.830128, -90.469082 37.829409)), ((-90.479838 37.836604, -90.479272 37.836536, -90.479221 37.836718, -90.479772 37.836803, -90.479792 37.836747, -90.479865 37.836526, -90.479899 37.836427, -90.479838 37.836604)), ((-90.478951 37.83896, -90.478986 37.838945, -90.479012 37.838923, -90.479033 37.838897, -90.479052 37.838862, -90.479086 37.838769, -90.479167 37.838554, -90.479331 37.838078, -90.480714 37.838438, -90.481803 37.838722, -90.481815 37.83867, -90.481246 37.838526, -90.481752 37.837279, -90.481303 37.837124, -90.48168 37.836906, -90.481591 37.836721, -90.481523 37.836597, -90.481521 37.836591, -90.481515 37.836573, -90.481513 37.836568, -90.481416 37.836421, -90.481415 37.83642, -90.481222 37.836215, -90.481127 37.836125, -90.481037 37.836056, -90.481025 37.836047, -90.480893 37.835957, -90.48082 37.835908, -90.480759 37.835866, -90.480505 37.835691, -90.480458 37.83564, -90.480389 37.835612, -90.480379 37.835605, -90.48036 37.83559, -90.480235 37.835489, -90.480042 37.835382, -90.479858 37.83528, -90.479822 37.835258, -90.479715 37.835192, -90.47968 37.83517, -90.479625 37.835136, -90.47946 37.835037, -90.479406 37.835004, -90.479146 37.834856, -90.478369 37.834412, -90.47811 37.834265, -90.477998 37.834197, -90.477665 37.833993, -90.477554 37.833925, -90.477435 37.83386, -90.477078 37.833667, -90.476959 37.833603, -90.476883 37.833563, -90.476657 37.833443, -90.476582 37.833403, -90.476432 37.833324, -90.47639 37.833302, -90.476326 37.833268, -90.475825 37.832983, -90.475637 37.832876, -90.475407 37.832747, -90.474941 37.832487, -90.474802 37.832409, -90.474491 37.832235, -90.474323 37.832141, -90.473819 37.831859, -90.473651 37.831766, -90.473582 37.831729, -90.473493 37.831681, -90.473334 37.832547, -90.473168 37.833457, -90.475562 37.833482, -90.475529 37.835111, -90.475528 37.835183, -90.475564 37.835221, -90.475532 37.835766, -90.475526 37.837412, -90.475526 37.837444, -90.47585 37.837438, -90.475856 37.838052, -90.475526 37.838045, -90.475545 37.838924, -90.475535 37.839695, -90.475664 37.839693, -90.476137 37.839689, -90.476125 37.83984, -90.476121 37.839885, -90.476297 37.839885, -90.476352 37.839883, -90.476352 37.839937, -90.476348 37.840108, -90.476584 37.840114, -90.476591 37.838942, -90.47674 37.838945, -90.477228 37.838953, -90.478399 37.838974, -90.478578 37.838978, -90.478887 37.838974, -90.478951 37.83896)), ((-90.48405 37.834197, -90.483574 37.83434, -90.483554 37.833925, -90.484238 37.833903, -90.484703 37.833471, -90.484327 37.833314, -90.483768 37.833057, -90.482567 37.833023, -90.482512 37.829795, -90.480255 37.829731, -90.480282 37.823769, -90.473421 37.823661, -90.471352 37.823582, -90.471278 37.824245, -90.470169 37.824221, -90.469597 37.824198, -90.469951 37.82383, -90.46986 37.823637, -90.469019 37.823735, -90.469204 37.824175, -90.468688 37.824189, -90.467589 37.824204, -90.467586 37.826091, -90.467344 37.825946, -90.467189 37.825846, -90.467088 37.825771, -90.466865 37.826055, -90.466748 37.825989, -90.466627 37.826108, -90.466951 37.826303, -90.46777 37.826758, -90.467354 37.828368, -90.468189 37.828756, -90.468549 37.828433, -90.468922 37.828616, -90.46864 37.828965, -90.469159 37.829206, -90.470527 37.829841, -90.470934 37.830057, -90.472156 37.830706, -90.472564 37.830923, -90.472726 37.831008, -90.47273 37.83101, -90.473215 37.831263, -90.473378 37.831349, -90.473431 37.831378, -90.473591 37.831465, -90.473645 37.831495, -90.47384 37.831606, -90.474425 37.831941, -90.474621 37.832053, -90.474729 37.832115, -90.474826 37.832172, -90.474917 37.832224, -90.475492 37.831389, -90.475935 37.831683, -90.475785 37.831636, -90.475651 37.83204, -90.475524 37.83196, -90.475064 37.832309, -90.475444 37.83253, -90.47565 37.83265, -90.475858 37.832764, -90.476482 37.833109, -90.476493 37.833116, -90.47669 37.833225, -90.476766 37.833267, -90.476995 37.833395, -90.477072 37.833438, -90.477182 37.8335, -90.477515 37.833689, -90.477626 37.833752, -90.477644 37.833464, -90.4777 37.832603, -90.477719 37.832316, -90.477721 37.832287, -90.47773 37.832199, -90.477733 37.832171, -90.477894 37.832262, -90.478316 37.832502, -90.47838 37.832537, -90.478543 37.832628, -90.478537 37.832654, -90.478522 37.832732, -90.478517 37.832759, -90.478451 37.833024, -90.478255 37.833822, -90.47819 37.834088, -90.478461 37.834245, -90.479276 37.834718, -90.479548 37.834876, -90.479626 37.834922, -90.479778 37.835012, -90.479862 37.835061, -90.479941 37.835108, -90.479983 37.835134, -90.480112 37.835212, -90.480155 37.835238, -90.48019 37.835259, -90.480297 37.835322, -90.480333 37.835343, -90.480461 37.835429, -90.480578 37.835507, -90.480846 37.835687, -90.480907 37.835728, -90.48097 37.835779, -90.481144 37.835882, -90.481173 37.8359, -90.481323 37.835996, -90.481441 37.836104, -90.481601 37.836277, -90.481606 37.836282, -90.481664 37.836359, -90.481949 37.836413, -90.482072 37.836492, -90.482173 37.836556, -90.482203 37.836561, -90.482322 37.836581, -90.482447 37.836744, -90.482584 37.836924, -90.482626 37.83698, -90.482907 37.837312, -90.482829 37.837364, -90.482749 37.837419, -90.482479 37.837065, -90.48244 37.837011, -90.482312 37.83683, -90.482173 37.836648, -90.482065 37.836592, -90.482021 37.836566, -90.482075 37.837066, -90.482387 37.838196, -90.483167 37.838695, -90.483209 37.839073, -90.483226 37.839229, -90.483237 37.839352, -90.48345 37.839294, -90.483565 37.839294, -90.483623 37.839294, -90.48368 37.839363, -90.485123 37.842131, -90.485222 37.842777, -90.485267 37.843067, -90.485295 37.843249, -90.485475 37.844427, -90.485822 37.846693, -90.485998 37.847827, -90.488234 37.847931, -90.488339 37.847239, -90.488449 37.846525, -90.488531 37.845561, -90.488641 37.845292, -90.488745 37.845138, -90.488876 37.844995, -90.488987 37.84482, -90.489049 37.844589, -90.489048 37.844579, -90.489042 37.844424, -90.489014 37.844249, -90.48892 37.844082, -90.48922 37.844159, -90.490121 37.844393, -90.490422 37.844471, -90.491116 37.844527, -90.491619 37.844568, -90.491952 37.844586, -90.492779 37.844629, -90.493196 37.84471, -90.49388 37.844844, -90.493882 37.844754, -90.49403 37.844783, -90.494048 37.844362, -90.494102 37.843166, -90.494126 37.843103, -90.494278 37.842711, -90.494262 37.842697, -90.494215 37.842656, -90.49394 37.842457, -90.49376 37.842623, -90.493588 37.84257, -90.493419 37.842513, -90.493354 37.842488, -90.492675 37.842231, -90.492223 37.842044, -90.491803 37.841854, -90.491675 37.841793, -90.491636 37.841774, -90.491514 37.841727, -90.491441 37.841707, -90.491416 37.841706, -90.491187 37.84172, -90.491086 37.841715, -90.491051 37.841713, -90.491024 37.841708, -90.490992 37.841704, -90.490935 37.841689, -90.490851 37.841643, -90.490828 37.841631, -90.490801 37.841608, -90.49085 37.841462, -90.490914 37.841363, -90.491155 37.840993, -90.491275 37.84082, -90.491372 37.840688, -90.491534 37.84047, -90.491551 37.840476, -90.491602 37.840494, -90.49162 37.8405, -90.492049 37.840922, -90.492178 37.840997, -90.492639 37.841317, -90.492645 37.841301, -90.49238 37.84077, -90.492413 37.840647, -90.492424 37.840606, -90.492429 37.840584, -90.492447 37.840518, -90.492453 37.840497, -90.49286 37.8406, -90.494082 37.840912, -90.49449 37.841016, -90.494514 37.841017, -90.494538 37.840837, -90.494582 37.840519, -90.494599 37.840233, -90.494598 37.840227, -90.494585 37.840065, -90.494584 37.840023, -90.494583 37.840011, -90.494583 37.839978, -90.494583 37.839967, -90.494568 37.839972, -90.494525 37.839989, -90.494511 37.839995, -90.494508 37.839921, -90.494501 37.839882, -90.494484 37.839778, -90.494461 37.839689, -90.494432 37.8396, -90.494413 37.839554, -90.494372 37.839449, -90.49436 37.839404, -90.494346 37.83935, -90.494316 37.839276, -90.494299 37.839234, -90.494293 37.83922, -90.494233 37.839093, -90.49418 37.839, -90.494122 37.838898, -90.493967 37.838673, -90.49388 37.838565, -90.493724 37.838391, -90.493708 37.838376, -90.493655 37.838325, -90.493533 37.838237, -90.493498 37.838224, -90.493468 37.838204, -90.493409 37.838165, -90.493373 37.838164, -90.493338 37.838164, -90.493286 37.838163, -90.493129 37.838162, -90.493078 37.838162, -90.492889 37.838134, -90.492323 37.838052, -90.492135 37.838025, -90.492106 37.838022, -90.492035 37.838009, -90.491738 37.837955, -90.49164 37.837938, -90.491669 37.837821, -90.491758 37.837471, -90.491788 37.837355, -90.491791 37.836958, -90.491196 37.837116, -90.490768 37.836933, -90.489947 37.836588, -90.489501 37.836383, -90.487468 37.835518, -90.484541 37.834283, -90.48405 37.834197)))\", \"region_name\": \"Leadington\", \"border_type\": \"city\", \"wikidata\": \"Q967592\", \"wikipedia\": \"en:Leadington, Missouri\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0001", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the avg elevation value within Plainfield, Massachusetts?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.871136 42.484041, -72.87516 42.507261, -72.87032 42.52515, -72.875462 42.525898, -72.876658 42.531734, -72.87685 42.541198, -72.975409 42.556037, -72.979036 42.541618, -72.968583 42.540012, -72.979282 42.497856, -72.896902 42.48328, -72.892814 42.482556, -72.882245 42.480686, -72.871136 42.484041))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 503.21407280972153}]", "question_entities": "{\"[3]\": {\"region_name\": \"Plainfield, Massachusetts\", \"geo_wkt\": \"POLYGON ((-72.871136 42.484041, -72.87516 42.507261, -72.87032 42.52515, -72.875462 42.525898, -72.876658 42.531734, -72.87685 42.541198, -72.975409 42.556037, -72.979036 42.541618, -72.968583 42.540012, -72.979282 42.497856, -72.896902 42.48328, -72.892814 42.482556, -72.882245 42.480686, -72.871136 42.484041))\", \"region\": {\"id\": 885, \"geometry\": \"POLYGON ((-72.871136 42.484041, -72.87516 42.507261, -72.87032 42.52515, -72.875462 42.525898, -72.876658 42.531734, -72.87685 42.541198, -72.975409 42.556037, -72.979036 42.541618, -72.968583 42.540012, -72.979282 42.497856, -72.896902 42.48328, -72.892814 42.482556, -72.882245 42.480686, -72.871136 42.484041))\", \"region_name\": \"Plainfield\", \"border_type\": \"town\", \"wikidata\": \"Q2302467\", \"wikipedia\": \"en:Plainfield, Massachusetts\", \"place\": \"town\", \"admin_level\": \"8\", \"population\": \"648\"}}}"} -{"id": "raster_only/elevation_mean+region/0002", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the average elevation in Gowrie, Iowa?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-94.295841 42.289353, -94.290841 42.289375, -94.290784 42.285921, -94.285977 42.285758, -94.285962 42.282129, -94.2848 42.282086, -94.283475 42.282043, -94.282209 42.282011, -94.28102 42.281998, -94.27675 42.282062, -94.276671 42.275721, -94.271368 42.275108, -94.271361 42.275191, -94.269284 42.275237, -94.269303 42.276657, -94.262278 42.276678, -94.262278 42.274138, -94.269329 42.274895, -94.269317 42.273096, -94.271968 42.273062, -94.271964 42.271314, -94.281077 42.27126, -94.281117 42.268241, -94.28604 42.268257, -94.286011 42.271303, -94.300849 42.271404, -94.30087 42.275281, -94.305603 42.275188, -94.305631 42.282421, -94.301529 42.282488, -94.300707 42.282494, -94.300695 42.286054, -94.295774 42.285962, -94.295841 42.289353))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 340.48717015468605}]", "question_entities": "{\"[3]\": {\"region_name\": \"Gowrie, Iowa\", \"geo_wkt\": \"POLYGON ((-94.295841 42.289353, -94.290841 42.289375, -94.290784 42.285921, -94.285977 42.285758, -94.285962 42.282129, -94.2848 42.282086, -94.283475 42.282043, -94.282209 42.282011, -94.28102 42.281998, -94.27675 42.282062, -94.276671 42.275721, -94.271368 42.275108, -94.271361 42.275191, -94.269284 42.275237, -94.269303 42.276657, -94.262278 42.276678, -94.262278 42.274138, -94.269329 42.274895, -94.269317 42.273096, -94.271968 42.273062, -94.271964 42.271314, -94.281077 42.27126, -94.281117 42.268241, -94.28604 42.268257, -94.286011 42.271303, -94.300849 42.271404, -94.30087 42.275281, -94.305603 42.275188, -94.305631 42.282421, -94.301529 42.282488, -94.300707 42.282494, -94.300695 42.286054, -94.295774 42.285962, -94.295841 42.289353))\", \"region\": {\"id\": 14735, \"geometry\": \"POLYGON ((-94.295841 42.289353, -94.290841 42.289375, -94.290784 42.285921, -94.285977 42.285758, -94.285962 42.282129, -94.2848 42.282086, -94.283475 42.282043, -94.282209 42.282011, -94.28102 42.281998, -94.27675 42.282062, -94.276671 42.275721, -94.271368 42.275108, -94.271361 42.275191, -94.269284 42.275237, -94.269303 42.276657, -94.262278 42.276678, -94.262278 42.274138, -94.269329 42.274895, -94.269317 42.273096, -94.271968 42.273062, -94.271964 42.271314, -94.281077 42.27126, -94.281117 42.268241, -94.28604 42.268257, -94.286011 42.271303, -94.300849 42.271404, -94.30087 42.275281, -94.305603 42.275188, -94.305631 42.282421, -94.301529 42.282488, -94.300707 42.282494, -94.300695 42.286054, -94.295774 42.285962, -94.295841 42.289353))\", \"region_name\": \"Gowrie\", \"border_type\": \"city\", \"wikidata\": \"Q1932397\", \"wikipedia\": \"en:Gowrie, Iowa\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0003", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the average elevation in Livonia, Indiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-86.270999 38.542435, -86.272292 38.542447, -86.278942 38.54251, -86.278831 38.550624, -86.284807 38.550667, -86.286708 38.550691, -86.286424 38.557004, -86.286393 38.558941, -86.286355 38.564216, -86.277395 38.564131, -86.274903 38.564107, -86.270566 38.564063, -86.270573 38.556969, -86.270847 38.555561, -86.270826 38.555127, -86.270839 38.55462, -86.270893 38.550564, -86.270887 38.549076, -86.270922 38.547666, -86.270903 38.546228, -86.270966 38.54463, -86.270982 38.542975, -86.270999 38.542435))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 235.02572706935123}]", "question_entities": "{\"[3]\": {\"region_name\": \"Livonia, Indiana\", \"geo_wkt\": \"POLYGON ((-86.270999 38.542435, -86.272292 38.542447, -86.278942 38.54251, -86.278831 38.550624, -86.284807 38.550667, -86.286708 38.550691, -86.286424 38.557004, -86.286393 38.558941, -86.286355 38.564216, -86.277395 38.564131, -86.274903 38.564107, -86.270566 38.564063, -86.270573 38.556969, -86.270847 38.555561, -86.270826 38.555127, -86.270839 38.55462, -86.270893 38.550564, -86.270887 38.549076, -86.270922 38.547666, -86.270903 38.546228, -86.270966 38.54463, -86.270982 38.542975, -86.270999 38.542435))\", \"region\": {\"id\": 9800, \"geometry\": \"POLYGON ((-86.270999 38.542435, -86.272292 38.542447, -86.278942 38.54251, -86.278831 38.550624, -86.284807 38.550667, -86.286708 38.550691, -86.286424 38.557004, -86.286393 38.558941, -86.286355 38.564216, -86.277395 38.564131, -86.274903 38.564107, -86.270566 38.564063, -86.270573 38.556969, -86.270847 38.555561, -86.270826 38.555127, -86.270839 38.55462, -86.270893 38.550564, -86.270887 38.549076, -86.270922 38.547666, -86.270903 38.546228, -86.270966 38.54463, -86.270982 38.542975, -86.270999 38.542435))\", \"region_name\": \"Livonia\", \"border_type\": \"town\", \"wikidata\": \"Q2206899\", \"wikipedia\": \"en:Livonia, Indiana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0004", "group": "raster_only", "template": "elevation_mean+region", "question": "In Cassville, Pennsylvania, what is the mean elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-78.038354 40.304176, -78.036328 40.304768, -78.033616 40.299354, -78.030834 40.296905, -78.031091 40.297332, -78.025501 40.296886, -78.023666 40.299324, -78.022213 40.298809, -78.025348 40.293662, -78.017628 40.293226, -78.018798 40.2899, -78.016465 40.289781, -78.016884 40.288784, -78.017276 40.286262, -78.025558 40.286548, -78.027188 40.286637, -78.031166 40.287614, -78.032864 40.29035, -78.033073 40.290607, -78.032773 40.293587, -78.034648 40.294812, -78.038354 40.304176))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 410.0128083491461}]", "question_entities": "{\"[3]\": {\"region_name\": \"Cassville, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-78.038354 40.304176, -78.036328 40.304768, -78.033616 40.299354, -78.030834 40.296905, -78.031091 40.297332, -78.025501 40.296886, -78.023666 40.299324, -78.022213 40.298809, -78.025348 40.293662, -78.017628 40.293226, -78.018798 40.2899, -78.016465 40.289781, -78.016884 40.288784, -78.017276 40.286262, -78.025558 40.286548, -78.027188 40.286637, -78.031166 40.287614, -78.032864 40.29035, -78.033073 40.290607, -78.032773 40.293587, -78.034648 40.294812, -78.038354 40.304176))\", \"region\": {\"id\": 549, \"geometry\": \"POLYGON ((-78.038354 40.304176, -78.036328 40.304768, -78.033616 40.299354, -78.030834 40.296905, -78.031091 40.297332, -78.025501 40.296886, -78.023666 40.299324, -78.022213 40.298809, -78.025348 40.293662, -78.017628 40.293226, -78.018798 40.2899, -78.016465 40.289781, -78.016884 40.288784, -78.017276 40.286262, -78.025558 40.286548, -78.027188 40.286637, -78.031166 40.287614, -78.032864 40.29035, -78.033073 40.290607, -78.032773 40.293587, -78.034648 40.294812, -78.038354 40.304176))\", \"region_name\": \"Cassville\", \"border_type\": \"borough\", \"wikidata\": \"Q1133149\", \"wikipedia\": \"en:Cassville, Pennsylvania\", \"place\": \"borough\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0005", "group": "raster_only", "template": "elevation_mean+region", "question": "How high is Briscoe County, Texas on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-100.946058 34.312765, -100.946556 34.312761, -101.006426 34.312576, -101.041453 34.312403, -101.107752 34.312259, -101.288655 34.312286, -101.471619 34.312362, -101.471887 34.470131, -101.471378 34.609304, -101.471326 34.625071, -101.471476 34.748322, -101.424281 34.748576, -101.28159 34.748312, -101.090752 34.748382, -100.944877 34.748296, -100.945199 34.593179, -100.945556 34.453138, -100.946058 34.312765))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 858.7450870199391}]", "question_entities": "{\"[3]\": {\"region_name\": \"Briscoe County, Texas\", \"geo_wkt\": \"POLYGON ((-100.946058 34.312765, -100.946556 34.312761, -101.006426 34.312576, -101.041453 34.312403, -101.107752 34.312259, -101.288655 34.312286, -101.471619 34.312362, -101.471887 34.470131, -101.471378 34.609304, -101.471326 34.625071, -101.471476 34.748322, -101.424281 34.748576, -101.28159 34.748312, -101.090752 34.748382, -100.944877 34.748296, -100.945199 34.593179, -100.945556 34.453138, -100.946058 34.312765))\", \"region\": {\"id\": 24167, \"geometry\": \"POLYGON ((-100.946058 34.312765, -100.946556 34.312761, -101.006426 34.312576, -101.041453 34.312403, -101.107752 34.312259, -101.288655 34.312286, -101.471619 34.312362, -101.471887 34.470131, -101.471378 34.609304, -101.471326 34.625071, -101.471476 34.748322, -101.424281 34.748576, -101.28159 34.748312, -101.090752 34.748382, -100.944877 34.748296, -100.945199 34.593179, -100.945556 34.453138, -100.946058 34.312765))\", \"region_name\": \"Briscoe County\", \"border_type\": \"county\", \"wikidata\": \"Q109165\", \"wikipedia\": \"en:Briscoe County, Texas\", \"admin_level\": \"6\"}}}"} -{"id": "raster_only/elevation_mean+region/0006", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the typical elevation across Maryhill Estates, Kentucky?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.650612 38.266066, -85.654114 38.264469, -85.654139 38.264504, -85.655037 38.265495, -85.65558 38.266093, -85.655674 38.26623, -85.655787 38.26639, -85.655513 38.266522, -85.655401 38.266574, -85.655084 38.266714, -85.654233 38.267108, -85.654056 38.267189, -85.653433 38.267478, -85.654115 38.268193, -85.653608 38.268452, -85.652949 38.268788, -85.652131 38.268962, -85.651688 38.269447, -85.651658 38.269422, -85.651613 38.269378, -85.651364 38.269173, -85.651262 38.269107, -85.651242 38.269097, -85.651135 38.269045, -85.651069 38.269023, -85.650979 38.268993, -85.650854 38.268968, -85.650806 38.268959, -85.650776 38.268953, -85.650726 38.268947, -85.650603 38.268933, -85.650493 38.26892, -85.650778 38.268816, -85.65081 38.268811, -85.651603 38.268405, -85.651614 38.268323, -85.651646 38.268089, -85.652195 38.267836, -85.652108 38.267764, -85.651933 38.267567, -85.650612 38.266066))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 176.5253164556962}]", "question_entities": "{\"[3]\": {\"region_name\": \"Maryhill Estates, Kentucky\", \"geo_wkt\": \"POLYGON ((-85.650612 38.266066, -85.654114 38.264469, -85.654139 38.264504, -85.655037 38.265495, -85.65558 38.266093, -85.655674 38.26623, -85.655787 38.26639, -85.655513 38.266522, -85.655401 38.266574, -85.655084 38.266714, -85.654233 38.267108, -85.654056 38.267189, -85.653433 38.267478, -85.654115 38.268193, -85.653608 38.268452, -85.652949 38.268788, -85.652131 38.268962, -85.651688 38.269447, -85.651658 38.269422, -85.651613 38.269378, -85.651364 38.269173, -85.651262 38.269107, -85.651242 38.269097, -85.651135 38.269045, -85.651069 38.269023, -85.650979 38.268993, -85.650854 38.268968, -85.650806 38.268959, -85.650776 38.268953, -85.650726 38.268947, -85.650603 38.268933, -85.650493 38.26892, -85.650778 38.268816, -85.65081 38.268811, -85.651603 38.268405, -85.651614 38.268323, -85.651646 38.268089, -85.652195 38.267836, -85.652108 38.267764, -85.651933 38.267567, -85.650612 38.266066))\", \"region\": {\"id\": 14027, \"geometry\": \"POLYGON ((-85.650612 38.266066, -85.654114 38.264469, -85.654139 38.264504, -85.655037 38.265495, -85.65558 38.266093, -85.655674 38.26623, -85.655787 38.26639, -85.655513 38.266522, -85.655401 38.266574, -85.655084 38.266714, -85.654233 38.267108, -85.654056 38.267189, -85.653433 38.267478, -85.654115 38.268193, -85.653608 38.268452, -85.652949 38.268788, -85.652131 38.268962, -85.651688 38.269447, -85.651658 38.269422, -85.651613 38.269378, -85.651364 38.269173, -85.651262 38.269107, -85.651242 38.269097, -85.651135 38.269045, -85.651069 38.269023, -85.650979 38.268993, -85.650854 38.268968, -85.650806 38.268959, -85.650776 38.268953, -85.650726 38.268947, -85.650603 38.268933, -85.650493 38.26892, -85.650778 38.268816, -85.65081 38.268811, -85.651603 38.268405, -85.651614 38.268323, -85.651646 38.268089, -85.652195 38.267836, -85.652108 38.267764, -85.651933 38.267567, -85.650612 38.266066))\", \"region_name\": \"Maryhill Estates\", \"border_type\": \"city\", \"wikidata\": \"Q2161701\", \"wikipedia\": \"en:Maryhill Estates, Kentucky\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0007", "group": "raster_only", "template": "elevation_mean+region", "question": "How high is Ontelaunee Township, Berks County, Pennsylvania on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.971307 40.454796, -75.964617 40.451357, -75.964475 40.45126, -75.964332 40.451152, -75.957985 40.445856, -75.957456 40.44541, -75.961143 40.442532, -75.961627 40.442396, -75.961185 40.441938, -75.960703 40.44126, -75.960156 40.440738, -75.959662 40.440117, -75.959018 40.439015, -75.95845 40.437512, -75.957784 40.436002, -75.957548 40.434858, -75.957312 40.434107, -75.957248 40.433609, -75.957538 40.432572, -75.957763 40.431576, -75.957795 40.430775, -75.957742 40.430171, -75.957591 40.429795, -75.956905 40.42893, -75.955724 40.427647, -75.954619 40.426626, -75.954147 40.426177, -75.953042 40.425132, -75.952205 40.424487, -75.951158 40.423883, -75.951057 40.423825, -75.949716 40.423147, -75.949528 40.423027, -75.949412 40.422953, -75.948922 40.422641, -75.948257 40.422061, -75.947892 40.420934, -75.947817 40.420199, -75.947345 40.41966, -75.946669 40.417618, -75.946476 40.417111, -75.946262 40.416768, -75.945918 40.416547, -75.945478 40.416376, -75.945092 40.41631, -75.944631 40.416286, -75.943837 40.416262, -75.942775 40.416033, -75.94124 40.415641, -75.940168 40.414987, -75.939524 40.414489, -75.939331 40.414056, -75.939202 40.413656, -75.939224 40.413215, -75.939449 40.412814, -75.939612 40.412674, -75.932559 40.414327, -75.898988 40.425643, -75.905497 40.432673, -75.906025 40.43323, -75.906458 40.43369, -75.907004 40.434264, -75.907326 40.434604, -75.908294 40.435626, -75.908786 40.436143, -75.908996 40.436365, -75.909107 40.436438, -75.909284 40.43661, -75.909412 40.436734, -75.909581 40.436938, -75.909773 40.437274, -75.909927 40.437544, -75.91004 40.437743, -75.910182 40.437991, -75.910336 40.438262, -75.9105 40.438456, -75.910818 40.438784, -75.910827 40.438799, -75.910877 40.438885, -75.911012 40.439115, -75.911081 40.439232, -75.911113 40.439296, -75.911369 40.439806, -75.911616 40.440299, -75.911927 40.440919, -75.914741 40.44648, -75.915345 40.447673, -75.915934 40.448503, -75.914772 40.448166, -75.915447 40.449436, -75.914747 40.449687, -75.915485 40.451637, -75.916384 40.45244, -75.918093 40.453561, -75.919985 40.45434, -75.920916 40.45498, -75.921083 40.455293, -75.921051 40.455493, -75.922851 40.458193, -75.926152 40.458993, -75.926195 40.459015, -75.926726 40.45909, -75.927954 40.459352, -75.928459 40.459527, -75.928719 40.459645, -75.928964 40.459825, -75.931868 40.46177, -75.932036 40.461788, -75.932168 40.461856, -75.932249 40.46196, -75.932994 40.462416, -75.933107 40.462474, -75.933217 40.462531, -75.933938 40.462743, -75.93417 40.462919, -75.934216 40.463084, -75.934349 40.463556, -75.934513 40.464036, -75.935319 40.465414, -75.935396 40.465524, -75.935491 40.46564, -75.935576 40.46573, -75.935822 40.465953, -75.936957 40.466955, -75.93776 40.467702, -75.938558 40.468451, -75.940273 40.469859, -75.940697 40.470207, -75.940994 40.470424, -75.942277 40.471153, -75.943429 40.471807, -75.943818 40.47209, -75.944469 40.472636, -75.945795 40.473871, -75.947797 40.476939, -75.947953 40.477191, -75.948029 40.47732, -75.948156 40.477536, -75.94819 40.477601, -75.948214 40.477647, -75.958474 40.473062, -75.965214 40.470702, -75.965219 40.470569, -75.976562 40.466435, -75.976342 40.465944, -75.976234 40.465414, -75.975945 40.464712, -75.975612 40.464181, -75.975531 40.46376, -75.975387 40.463014, -75.975086 40.461986, -75.974807 40.461316, -75.974893 40.460728, -75.975301 40.459928, -75.97558 40.459504, -75.976782 40.457708, -75.977058 40.456946, -75.977296 40.456288, -75.977382 40.455194, -75.97691 40.453936, -75.976546 40.452451, -75.976378 40.45208, -75.976007 40.452304, -75.973474 40.453581, -75.973037 40.453798, -75.972181 40.45434, -75.971771 40.454554, -75.971653 40.454615, -75.971621 40.454632, -75.971562 40.454663, -75.971307 40.454796))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 109.952379524395}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ontelaunee Township, Berks County, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-75.971307 40.454796, -75.964617 40.451357, -75.964475 40.45126, -75.964332 40.451152, -75.957985 40.445856, -75.957456 40.44541, -75.961143 40.442532, -75.961627 40.442396, -75.961185 40.441938, -75.960703 40.44126, -75.960156 40.440738, -75.959662 40.440117, -75.959018 40.439015, -75.95845 40.437512, -75.957784 40.436002, -75.957548 40.434858, -75.957312 40.434107, -75.957248 40.433609, -75.957538 40.432572, -75.957763 40.431576, -75.957795 40.430775, -75.957742 40.430171, -75.957591 40.429795, -75.956905 40.42893, -75.955724 40.427647, -75.954619 40.426626, -75.954147 40.426177, -75.953042 40.425132, -75.952205 40.424487, -75.951158 40.423883, -75.951057 40.423825, -75.949716 40.423147, -75.949528 40.423027, -75.949412 40.422953, -75.948922 40.422641, -75.948257 40.422061, -75.947892 40.420934, -75.947817 40.420199, -75.947345 40.41966, -75.946669 40.417618, -75.946476 40.417111, -75.946262 40.416768, -75.945918 40.416547, -75.945478 40.416376, -75.945092 40.41631, -75.944631 40.416286, -75.943837 40.416262, -75.942775 40.416033, -75.94124 40.415641, -75.940168 40.414987, -75.939524 40.414489, -75.939331 40.414056, -75.939202 40.413656, -75.939224 40.413215, -75.939449 40.412814, -75.939612 40.412674, -75.932559 40.414327, -75.898988 40.425643, -75.905497 40.432673, -75.906025 40.43323, -75.906458 40.43369, -75.907004 40.434264, -75.907326 40.434604, -75.908294 40.435626, -75.908786 40.436143, -75.908996 40.436365, -75.909107 40.436438, -75.909284 40.43661, -75.909412 40.436734, -75.909581 40.436938, -75.909773 40.437274, -75.909927 40.437544, -75.91004 40.437743, -75.910182 40.437991, -75.910336 40.438262, -75.9105 40.438456, -75.910818 40.438784, -75.910827 40.438799, -75.910877 40.438885, -75.911012 40.439115, -75.911081 40.439232, -75.911113 40.439296, -75.911369 40.439806, -75.911616 40.440299, -75.911927 40.440919, -75.914741 40.44648, -75.915345 40.447673, -75.915934 40.448503, -75.914772 40.448166, -75.915447 40.449436, -75.914747 40.449687, -75.915485 40.451637, -75.916384 40.45244, -75.918093 40.453561, -75.919985 40.45434, -75.920916 40.45498, -75.921083 40.455293, -75.921051 40.455493, -75.922851 40.458193, -75.926152 40.458993, -75.926195 40.459015, -75.926726 40.45909, -75.927954 40.459352, -75.928459 40.459527, -75.928719 40.459645, -75.928964 40.459825, -75.931868 40.46177, -75.932036 40.461788, -75.932168 40.461856, -75.932249 40.46196, -75.932994 40.462416, -75.933107 40.462474, -75.933217 40.462531, -75.933938 40.462743, -75.93417 40.462919, -75.934216 40.463084, -75.934349 40.463556, -75.934513 40.464036, -75.935319 40.465414, -75.935396 40.465524, -75.935491 40.46564, -75.935576 40.46573, -75.935822 40.465953, -75.936957 40.466955, -75.93776 40.467702, -75.938558 40.468451, -75.940273 40.469859, -75.940697 40.470207, -75.940994 40.470424, -75.942277 40.471153, -75.943429 40.471807, -75.943818 40.47209, -75.944469 40.472636, -75.945795 40.473871, -75.947797 40.476939, -75.947953 40.477191, -75.948029 40.47732, -75.948156 40.477536, -75.94819 40.477601, -75.948214 40.477647, -75.958474 40.473062, -75.965214 40.470702, -75.965219 40.470569, -75.976562 40.466435, -75.976342 40.465944, -75.976234 40.465414, -75.975945 40.464712, -75.975612 40.464181, -75.975531 40.46376, -75.975387 40.463014, -75.975086 40.461986, -75.974807 40.461316, -75.974893 40.460728, -75.975301 40.459928, -75.97558 40.459504, -75.976782 40.457708, -75.977058 40.456946, -75.977296 40.456288, -75.977382 40.455194, -75.97691 40.453936, -75.976546 40.452451, -75.976378 40.45208, -75.976007 40.452304, -75.973474 40.453581, -75.973037 40.453798, -75.972181 40.45434, -75.971771 40.454554, -75.971653 40.454615, -75.971621 40.454632, -75.971562 40.454663, -75.971307 40.454796))\", \"region\": {\"id\": 26139, \"geometry\": \"POLYGON ((-75.971307 40.454796, -75.964617 40.451357, -75.964475 40.45126, -75.964332 40.451152, -75.957985 40.445856, -75.957456 40.44541, -75.961143 40.442532, -75.961627 40.442396, -75.961185 40.441938, -75.960703 40.44126, -75.960156 40.440738, -75.959662 40.440117, -75.959018 40.439015, -75.95845 40.437512, -75.957784 40.436002, -75.957548 40.434858, -75.957312 40.434107, -75.957248 40.433609, -75.957538 40.432572, -75.957763 40.431576, -75.957795 40.430775, -75.957742 40.430171, -75.957591 40.429795, -75.956905 40.42893, -75.955724 40.427647, -75.954619 40.426626, -75.954147 40.426177, -75.953042 40.425132, -75.952205 40.424487, -75.951158 40.423883, -75.951057 40.423825, -75.949716 40.423147, -75.949528 40.423027, -75.949412 40.422953, -75.948922 40.422641, -75.948257 40.422061, -75.947892 40.420934, -75.947817 40.420199, -75.947345 40.41966, -75.946669 40.417618, -75.946476 40.417111, -75.946262 40.416768, -75.945918 40.416547, -75.945478 40.416376, -75.945092 40.41631, -75.944631 40.416286, -75.943837 40.416262, -75.942775 40.416033, -75.94124 40.415641, -75.940168 40.414987, -75.939524 40.414489, -75.939331 40.414056, -75.939202 40.413656, -75.939224 40.413215, -75.939449 40.412814, -75.939612 40.412674, -75.932559 40.414327, -75.898988 40.425643, -75.905497 40.432673, -75.906025 40.43323, -75.906458 40.43369, -75.907004 40.434264, -75.907326 40.434604, -75.908294 40.435626, -75.908786 40.436143, -75.908996 40.436365, -75.909107 40.436438, -75.909284 40.43661, -75.909412 40.436734, -75.909581 40.436938, -75.909773 40.437274, -75.909927 40.437544, -75.91004 40.437743, -75.910182 40.437991, -75.910336 40.438262, -75.9105 40.438456, -75.910818 40.438784, -75.910827 40.438799, -75.910877 40.438885, -75.911012 40.439115, -75.911081 40.439232, -75.911113 40.439296, -75.911369 40.439806, -75.911616 40.440299, -75.911927 40.440919, -75.914741 40.44648, -75.915345 40.447673, -75.915934 40.448503, -75.914772 40.448166, -75.915447 40.449436, -75.914747 40.449687, -75.915485 40.451637, -75.916384 40.45244, -75.918093 40.453561, -75.919985 40.45434, -75.920916 40.45498, -75.921083 40.455293, -75.921051 40.455493, -75.922851 40.458193, -75.926152 40.458993, -75.926195 40.459015, -75.926726 40.45909, -75.927954 40.459352, -75.928459 40.459527, -75.928719 40.459645, -75.928964 40.459825, -75.931868 40.46177, -75.932036 40.461788, -75.932168 40.461856, -75.932249 40.46196, -75.932994 40.462416, -75.933107 40.462474, -75.933217 40.462531, -75.933938 40.462743, -75.93417 40.462919, -75.934216 40.463084, -75.934349 40.463556, -75.934513 40.464036, -75.935319 40.465414, -75.935396 40.465524, -75.935491 40.46564, -75.935576 40.46573, -75.935822 40.465953, -75.936957 40.466955, -75.93776 40.467702, -75.938558 40.468451, -75.940273 40.469859, -75.940697 40.470207, -75.940994 40.470424, -75.942277 40.471153, -75.943429 40.471807, -75.943818 40.47209, -75.944469 40.472636, -75.945795 40.473871, -75.947797 40.476939, -75.947953 40.477191, -75.948029 40.47732, -75.948156 40.477536, -75.94819 40.477601, -75.948214 40.477647, -75.958474 40.473062, -75.965214 40.470702, -75.965219 40.470569, -75.976562 40.466435, -75.976342 40.465944, -75.976234 40.465414, -75.975945 40.464712, -75.975612 40.464181, -75.975531 40.46376, -75.975387 40.463014, -75.975086 40.461986, -75.974807 40.461316, -75.974893 40.460728, -75.975301 40.459928, -75.97558 40.459504, -75.976782 40.457708, -75.977058 40.456946, -75.977296 40.456288, -75.977382 40.455194, -75.97691 40.453936, -75.976546 40.452451, -75.976378 40.45208, -75.976007 40.452304, -75.973474 40.453581, -75.973037 40.453798, -75.972181 40.45434, -75.971771 40.454554, -75.971653 40.454615, -75.971621 40.454632, -75.971562 40.454663, -75.971307 40.454796))\", \"region_name\": \"Ontelaunee Township\", \"border_type\": \"township\", \"wikipedia\": \"en:Ontelaunee Township, Berks County, Pennsylvania\", \"is_in\": \"USA, Pennsylvania, Berks County\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0008", "group": "raster_only", "template": "elevation_mean+region", "question": "How high is Laurium, Michigan on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-88.443582 47.228073, -88.444862 47.228066, -88.444912 47.22806, -88.444987 47.228065, -88.445484 47.228048, -88.446408 47.228027, -88.446734 47.228062, -88.446827 47.228113, -88.446928 47.228246, -88.446987 47.228401, -88.447013 47.228786, -88.446977 47.230893, -88.446986 47.230986, -88.447003 47.232081, -88.446979 47.2333, -88.44697 47.234963, -88.446961 47.235387, -88.446909 47.235545, -88.446552 47.235994, -88.446322 47.236296, -88.445066 47.237939, -88.44388 47.239496, -88.442644 47.241151, -88.441171 47.242994, -88.440875 47.242961, -88.440661 47.242931, -88.439921 47.242802, -88.439219 47.242677, -88.438786 47.242642, -88.438429 47.242638, -88.437799 47.242642, -88.436998 47.24265, -88.435869 47.242647, -88.434744 47.242668, -88.433369 47.242684, -88.431902 47.242713, -88.431142 47.242711, -88.434529 47.238322, -88.434228 47.238379, -88.431702 47.237574, -88.432232 47.237041, -88.432402 47.237003, -88.43076 47.23634, -88.427403 47.234985, -88.42568 47.23429, -88.425675 47.232788, -88.425686 47.229958, -88.426647 47.230348, -88.43421 47.233418, -88.43771 47.228835, -88.438224 47.228162, -88.438341 47.228164, -88.438458 47.228155, -88.438556 47.22814, -88.439297 47.228119, -88.440632 47.228082, -88.44134 47.228063, -88.443101 47.22808, -88.443582 47.228073))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 359.67875048206713}]", "question_entities": "{\"[3]\": {\"region_name\": \"Laurium, Michigan\", \"geo_wkt\": \"POLYGON ((-88.443582 47.228073, -88.444862 47.228066, -88.444912 47.22806, -88.444987 47.228065, -88.445484 47.228048, -88.446408 47.228027, -88.446734 47.228062, -88.446827 47.228113, -88.446928 47.228246, -88.446987 47.228401, -88.447013 47.228786, -88.446977 47.230893, -88.446986 47.230986, -88.447003 47.232081, -88.446979 47.2333, -88.44697 47.234963, -88.446961 47.235387, -88.446909 47.235545, -88.446552 47.235994, -88.446322 47.236296, -88.445066 47.237939, -88.44388 47.239496, -88.442644 47.241151, -88.441171 47.242994, -88.440875 47.242961, -88.440661 47.242931, -88.439921 47.242802, -88.439219 47.242677, -88.438786 47.242642, -88.438429 47.242638, -88.437799 47.242642, -88.436998 47.24265, -88.435869 47.242647, -88.434744 47.242668, -88.433369 47.242684, -88.431902 47.242713, -88.431142 47.242711, -88.434529 47.238322, -88.434228 47.238379, -88.431702 47.237574, -88.432232 47.237041, -88.432402 47.237003, -88.43076 47.23634, -88.427403 47.234985, -88.42568 47.23429, -88.425675 47.232788, -88.425686 47.229958, -88.426647 47.230348, -88.43421 47.233418, -88.43771 47.228835, -88.438224 47.228162, -88.438341 47.228164, -88.438458 47.228155, -88.438556 47.22814, -88.439297 47.228119, -88.440632 47.228082, -88.44134 47.228063, -88.443101 47.22808, -88.443582 47.228073))\", \"region\": {\"id\": 12733, \"geometry\": \"POLYGON ((-88.443582 47.228073, -88.444862 47.228066, -88.444912 47.22806, -88.444987 47.228065, -88.445484 47.228048, -88.446408 47.228027, -88.446734 47.228062, -88.446827 47.228113, -88.446928 47.228246, -88.446987 47.228401, -88.447013 47.228786, -88.446977 47.230893, -88.446986 47.230986, -88.447003 47.232081, -88.446979 47.2333, -88.44697 47.234963, -88.446961 47.235387, -88.446909 47.235545, -88.446552 47.235994, -88.446322 47.236296, -88.445066 47.237939, -88.44388 47.239496, -88.442644 47.241151, -88.441171 47.242994, -88.440875 47.242961, -88.440661 47.242931, -88.439921 47.242802, -88.439219 47.242677, -88.438786 47.242642, -88.438429 47.242638, -88.437799 47.242642, -88.436998 47.24265, -88.435869 47.242647, -88.434744 47.242668, -88.433369 47.242684, -88.431902 47.242713, -88.431142 47.242711, -88.434529 47.238322, -88.434228 47.238379, -88.431702 47.237574, -88.432232 47.237041, -88.432402 47.237003, -88.43076 47.23634, -88.427403 47.234985, -88.42568 47.23429, -88.425675 47.232788, -88.425686 47.229958, -88.426647 47.230348, -88.43421 47.233418, -88.43771 47.228835, -88.438224 47.228162, -88.438341 47.228164, -88.438458 47.228155, -88.438556 47.22814, -88.439297 47.228119, -88.440632 47.228082, -88.44134 47.228063, -88.443101 47.22808, -88.443582 47.228073))\", \"region_name\": \"Laurium\", \"border_type\": \"village\", \"wikidata\": \"Q2185689\", \"wikipedia\": \"en:Laurium, Michigan\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0009", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the typical elevation across Yazoo County, Mississippi?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.966199 32.879621, -89.981314 32.884928, -89.987185 32.886967, -90.125126 32.935394, -90.157268 32.946758, -90.191827 32.958973, -90.218128 32.968291, -90.243598 32.977313, -90.271202 32.986914, -90.295021 32.995119, -90.320628 33.003956, -90.338283 33.010128, -90.336977 33.011823, -90.336786 33.012557, -90.336827 33.013498, -90.337018 33.014103, -90.337495 33.014937, -90.338245 33.015906, -90.33955 33.017213, -90.340305 33.018457, -90.340812 33.019155, -90.34149 33.019844, -90.342358 33.021221, -90.342844 33.021686, -90.343377 33.021869, -90.344674 33.022093, -90.345936 33.022302, -90.346544 33.02227, -90.347209 33.021997, -90.349452 33.02052, -90.349892 33.020048, -90.350273 33.019173, -90.350744 33.017021, -90.351029 33.015554, -90.351446 33.014716, -90.352375 33.013683, -90.353764 33.012572, -90.354605 33.012014, -90.356832 33.011187, -90.359234 33.010774, -90.361955 33.010578, -90.363942 33.010596, -90.363963 33.009906, -90.433165 33.009306, -90.450501 33.009135, -90.449326 32.923092, -90.655562 32.92212, -90.759606 32.835445, -90.759314 32.813689, -90.758035 32.814901, -90.75641 32.815982, -90.755319 32.816602, -90.754503 32.817238, -90.753779 32.817721, -90.752832 32.817924, -90.752088 32.817886, -90.7512 32.817781, -90.750352 32.817929, -90.749862 32.818034, -90.749379 32.818121, -90.748844 32.817979, -90.747852 32.817628, -90.747277 32.817304, -90.746912 32.817041, -90.746514 32.816295, -90.746089 32.815455, -90.74575 32.814929, -90.74541 32.814621, -90.744901 32.814391, -90.744444 32.814144, -90.744066 32.8137, -90.743922 32.813403, -90.74385 32.812882, -90.744 32.812383, -90.74404 32.811961, -90.743806 32.811445, -90.743394 32.811013, -90.74246 32.810501, -90.74199 32.810062, -90.741664 32.809607, -90.741389 32.80897, -90.741115 32.80868, -90.740632 32.808559, -90.73902 32.808773, -90.737819 32.80908, -90.73727 32.809349, -90.736735 32.809514, -90.735965 32.80959, -90.735325 32.809481, -90.734242 32.809327, -90.733726 32.809272, -90.733308 32.809349, -90.73289 32.809629, -90.732499 32.810836, -90.732296 32.811845, -90.732022 32.812213, -90.731624 32.812531, -90.731382 32.81258, -90.730899 32.81252, -90.730553 32.812548, -90.73023 32.812589, -90.729816 32.812723, -90.729594 32.813059, -90.729571 32.813284, -90.729677 32.813536, -90.730065 32.813796, -90.730438 32.814134, -90.730498 32.814401, -90.730475 32.814626, -90.730309 32.814836, -90.730046 32.815026, -90.729626 32.815185, -90.728938 32.815336, -90.728361 32.81555, -90.728094 32.815755, -90.727937 32.816062, -90.727964 32.816356, -90.728089 32.81664, -90.728532 32.817047, -90.728624 32.817384, -90.728694 32.817784, -90.728648 32.818137, -90.728463 32.818401, -90.727955 32.818839, -90.727175 32.819285, -90.726483 32.819483, -90.725689 32.819533, -90.725052 32.819467, -90.724683 32.819429, -90.723972 32.819153, -90.723478 32.818866, -90.72297 32.818564, -90.722642 32.818036, -90.722684 32.817555, -90.722809 32.816896, -90.72273 32.816438, -90.722504 32.816077, -90.722031 32.815643, -90.720962 32.815205, -90.72009 32.814876, -90.719333 32.8147, -90.718608 32.81467, -90.71776 32.814654, -90.717065 32.814498, -90.716285 32.814174, -90.715786 32.814013, -90.715198 32.81405, -90.714648 32.814324, -90.714348 32.81453, -90.714002 32.815061, -90.713642 32.815682, -90.713342 32.815946, -90.712918 32.816136, -90.71193 32.816442, -90.711422 32.816671, -90.711007 32.817051, -90.710508 32.81754, -90.709964 32.817804, -90.709059 32.817986, -90.708334 32.818013, -90.707803 32.817858, -90.707457 32.817582, -90.707203 32.817051, -90.707065 32.816438, -90.706889 32.816213, -90.706617 32.815988, -90.705791 32.815829, -90.705182 32.81586, -90.704282 32.816046, -90.703321 32.81638, -90.701932 32.817074, -90.701475 32.817346, -90.700755 32.817916, -90.700284 32.818102, -90.699938 32.818106, -90.699573 32.817966, -90.698812 32.817466, -90.698147 32.817222, -90.697215 32.817179, -90.696693 32.817125, -90.696199 32.816993, -90.695853 32.816659, -90.695447 32.81612, -90.694639 32.81534, -90.694427 32.815034, -90.694293 32.814704, -90.694293 32.814421, -90.694422 32.814052, -90.694792 32.813715, -90.695332 32.81344, -90.696388 32.813242, -90.697506 32.813164, -90.698812 32.813118, -90.699652 32.813098, -90.700344 32.813001, -90.70117 32.812613, -90.70202 32.812124, -90.702661 32.811333, -90.703257 32.810553, -90.703912 32.810064, -90.705058 32.809398, -90.708108 32.807629, -90.709299 32.80688, -90.710056 32.806246, -90.711422 32.80506, -90.712715 32.80301, -90.714493 32.79991, -90.715522 32.797045, -90.715926 32.794188, -90.715865 32.791624, -90.715475 32.789388, -90.714739 32.787569, -90.714122 32.786584, -90.712109 32.783249, -90.711879 32.782782, -90.71118 32.781363, -90.710952 32.780899, -90.70852 32.778095, -90.706734 32.776473, -90.705459 32.77587, -90.704662 32.775763, -90.703801 32.775857, -90.702621 32.775387, -90.699879 32.773846, -90.696451 32.772773, -90.694856 32.771875, -90.693294 32.770414, -90.691572 32.768953, -90.690297 32.767491, -90.689388 32.765655, -90.688798 32.763966, -90.68875 32.762933, -90.68891 32.76174, -90.688894 32.76048, -90.689197 32.759152, -90.689659 32.75816, -90.690058 32.757168, -90.690217 32.756457, -90.690679 32.755425, -90.691907 32.754178, -90.693613 32.752877, -90.696116 32.75159, -90.699225 32.749981, -90.702031 32.749016, -90.704311 32.748627, -90.706272 32.748171, -90.709492 32.747433, -90.711422 32.747339, -90.714403 32.7475, -90.717528 32.747996, -90.719011 32.748426, -90.720947 32.749485, -90.723268 32.750946, -90.725547 32.752676, -90.727237 32.754942, -90.728178 32.755867, -90.729661 32.756618, -90.731988 32.757302, -90.732849 32.757382, -90.733902 32.757154, -90.735113 32.756712, -90.735735 32.756162, -90.736437 32.755116, -90.736963 32.75387, -90.737154 32.752609, -90.736963 32.751496, -90.736357 32.75033, -90.735129 32.747406, -90.734874 32.746159, -90.734858 32.744953, -90.735209 32.743169, -90.73591 32.741426, -90.737455 32.738609, -90.739434 32.736625, -90.740663 32.734805, -90.741618 32.733232, -90.742191 32.731746, -90.742399 32.730469, -90.742192 32.728564, -90.741427 32.726566, -90.740358 32.725036, -90.737057 32.721848, -90.73449 32.719328, -90.730151 32.716603, -90.725384 32.714957, -90.722572 32.71326, -90.719455 32.710406, -90.71591 32.708349, -90.711968 32.707192, -90.706956 32.707244, -90.702556 32.707552, -90.697208 32.707218, -90.692807 32.706498, -90.687796 32.705032, -90.679483 32.701123, -90.67276 32.696932, -90.668788 32.69436, -90.666159 32.691814, -90.664112 32.68811, -90.66344 32.68577, -90.663898 32.68312, -90.663776 32.679674, -90.664692 32.676227, -90.665606 32.673333, -90.666621 32.671914, -90.669084 32.669858, -90.670943 32.669513, -90.672823 32.667785, -90.674811 32.665911, -90.676475 32.664801, -90.6795 32.663964, -90.682374 32.663637, -90.684881 32.663819, -90.688381 32.664656, -90.690781 32.665878, -90.69307 32.668658, -90.694734 32.67155, -90.695253 32.673605, -90.69508 32.675279, -90.694734 32.67748, -90.694821 32.680717, -90.69562 32.685355, -90.69683 32.687356, -90.698862 32.688829, -90.70314 32.69052, -90.704869 32.690847, -90.707202 32.690629, -90.709925 32.689447, -90.711654 32.688247, -90.71267 32.686883, -90.71321 32.68501, -90.713015 32.6831, -90.712302 32.680699, -90.712345 32.678953, -90.712864 32.676843, -90.714355 32.674988, -90.716105 32.673587, -90.71698 32.672089, -90.723264 32.66218, -90.724015 32.660508, -90.724512 32.658305, -90.724202 32.656131, -90.723562 32.654096, -90.722933 32.653399, -90.72119 32.652126, -90.720604 32.651115, -90.720318 32.650565, -90.719766 32.648158, -90.718596 32.646086, -90.717658 32.64498, -90.715495 32.643626, -90.712358 32.642273, -90.708316 32.64176, -90.702946 32.6418, -90.69867 32.642049, -90.696048 32.641629, -90.6943 32.640958, -90.692692 32.639644, -90.691631 32.638014, -90.691162 32.636148, -90.691584 32.634374, -90.692661 32.631837, -90.695345 32.628169, -90.696781 32.625659, -90.697764 32.62462, -90.699356 32.623858, -90.700543 32.623371, -90.701869 32.623516, -90.704804 32.625554, -90.705881 32.625908, -90.707192 32.625816, -90.70816 32.625475, -90.709533 32.62441, -90.71086 32.623805, -90.714059 32.623542, -90.716541 32.623884, -90.718617 32.624397, -90.720131 32.624226, -90.721036 32.62349, -90.721504 32.622346, -90.72127 32.620966, -90.7201 32.61856, -90.68954 32.618459, -90.690135 32.589262, -90.65562 32.589344, -90.655244 32.574866, -90.653918 32.574859, -90.654354 32.545726, -90.588229 32.545756, -90.588151 32.531131, -90.554011 32.531431, -90.553947 32.507384, -90.553828 32.507447, -90.553594 32.507538, -90.553209 32.50768, -90.552706 32.507832, -90.552215 32.507994, -90.551864 32.508096, -90.551431 32.508148, -90.551092 32.508289, -90.5508 32.50842, -90.550403 32.508641, -90.550171 32.508852, -90.549997 32.509081, -90.549765 32.50943, -90.549604 32.509739, -90.549406 32.509949, -90.549138 32.51008, -90.548823 32.510311, -90.548574 32.510495, -90.548232 32.510586, -90.547653 32.510657, -90.547072 32.510571, -90.546808 32.510551, -90.546386 32.510442, -90.546015 32.510288, -90.545801 32.509954, -90.545639 32.509486, -90.545478 32.509219, -90.545186 32.508908, -90.544867 32.508619, -90.544365 32.508466, -90.543863 32.508358, -90.543572 32.508292, -90.54336 32.50816, -90.543146 32.507804, -90.543144 32.507513, -90.543299 32.507244, -90.543664 32.506751, -90.54395 32.506302, -90.544027 32.505989, -90.543972 32.505788, -90.54368 32.505589, -90.543231 32.505458, -90.54273 32.505438, -90.541728 32.505467, -90.540859 32.505495, -90.5402 32.505477, -90.539885 32.505635, -90.539596 32.505838, -90.53952 32.506106, -90.539549 32.506486, -90.539816 32.506842, -90.540188 32.507108, -90.540718 32.507439, -90.54093 32.507661, -90.540961 32.50813, -90.540964 32.508532, -90.540782 32.508824, -90.540547 32.509049, -90.540206 32.509207, -90.539758 32.509188, -90.539309 32.509168, -90.538833 32.508948, -90.538672 32.508636, -90.538483 32.508168, -90.538322 32.507856, -90.538003 32.507546, -90.53763 32.507101, -90.537154 32.506948, -90.536732 32.506861, -90.536364 32.506975, -90.536075 32.507089, -90.535815 32.507515, -90.535476 32.507964, -90.535111 32.50839, -90.534877 32.508772, -90.534457 32.509042, -90.534037 32.509246, -90.533671 32.509539, -90.53312 32.509899, -90.532727 32.510192, -90.532519 32.510484, -90.532362 32.510597, -90.532124 32.510598, -90.531703 32.510623, -90.531229 32.510671, -90.530702 32.510786, -90.530308 32.510877, -90.53015 32.510878, -90.530043 32.5107, -90.529987 32.510343, -90.529877 32.509808, -90.529742 32.509407, -90.529582 32.509274, -90.529157 32.508919, -90.528786 32.508675, -90.528176 32.508188, -90.527592 32.507767, -90.526954 32.50719, -90.526422 32.506612, -90.52613 32.506346, -90.525731 32.505969, -90.525254 32.505637, -90.524881 32.505192, -90.524323 32.504637, -90.523658 32.504016, -90.523366 32.503727, -90.523047 32.503439, -90.522754 32.503106, -90.522596 32.50304, -90.522279 32.503042, -90.5222 32.503087, -90.521991 32.503267, -90.521756 32.503581, -90.521495 32.503828, -90.521312 32.504053, -90.521105 32.504478, -90.521055 32.504769, -90.52111 32.505014, -90.521243 32.505148, -90.521534 32.505347, -90.5218 32.505546, -90.521802 32.50577, -90.521724 32.505904, -90.521674 32.506307, -90.521757 32.50673, -90.522024 32.507153, -90.522343 32.507419, -90.522556 32.507642, -90.522584 32.507865, -90.522296 32.508134, -90.521957 32.508583, -90.521616 32.508697, -90.521248 32.508878, -90.520802 32.509104, -90.520671 32.509217, -90.520541 32.509374, -90.520516 32.50962, -90.520545 32.509865, -90.520731 32.510088, -90.521022 32.51013, -90.521366 32.510285, -90.521578 32.51044, -90.521738 32.510729, -90.521847 32.511041, -90.521932 32.511756, -90.522124 32.512626, -90.522261 32.513228, -90.522529 32.51374, -90.522821 32.514006, -90.523272 32.514294, -90.523801 32.514492, -90.524066 32.514646, -90.524514 32.514688, -90.525068 32.51473, -90.525489 32.514638, -90.525544 32.514883, -90.525495 32.51533, -90.52542 32.515822, -90.525344 32.516091, -90.525188 32.516382, -90.524952 32.516607, -90.524718 32.516943, -90.524589 32.517235, -90.524429 32.517034, -90.524323 32.516968, -90.524217 32.516902, -90.52395 32.516591, -90.523682 32.516056, -90.523443 32.515857, -90.522967 32.515658, -90.522492 32.51555, -90.522069 32.515485, -90.521648 32.51551, -90.521252 32.515557, -90.520701 32.515829, -90.520334 32.516121, -90.519968 32.516414, -90.519815 32.516996, -90.519844 32.517308, -90.520034 32.517955, -90.520511 32.51822, -90.520853 32.518129, -90.521509 32.517812, -90.522194 32.517785, -90.522538 32.517962, -90.523096 32.518361, -90.523494 32.518693, -90.523498 32.519118, -90.52321 32.519388, -90.522713 32.519815, -90.522396 32.519817, -90.522159 32.519841, -90.521923 32.519932, -90.521423 32.520136, -90.520898 32.520385, -90.520478 32.520521, -90.519953 32.520815, -90.519664 32.520995, -90.519403 32.521243, -90.519089 32.52158, -90.518565 32.52194, -90.518275 32.521987, -90.517933 32.522034, -90.517511 32.522014, -90.517143 32.52215, -90.516722 32.522309, -90.516329 32.522579, -90.516174 32.52296, -90.516125 32.523362, -90.516076 32.523854, -90.516002 32.524413, -90.515743 32.524996, -90.515508 32.525198, -90.515141 32.525468, -90.514562 32.525673, -90.514325 32.525697, -90.513982 32.525676, -90.513586 32.525612, -90.513215 32.525391, -90.51295 32.525236, -90.512578 32.524881, -90.512232 32.524458, -90.512042 32.523856, -90.512038 32.52332, -90.511928 32.522896, -90.511609 32.522563, -90.511264 32.52232, -90.511027 32.522276, -90.510552 32.522279, -90.510394 32.52228, -90.509974 32.522439, -90.509633 32.522665, -90.509136 32.523137, -90.508718 32.523653, -90.508457 32.523923, -90.508195 32.524103, -90.507931 32.524149, -90.507588 32.524107, -90.507402 32.523884, -90.507238 32.523282, -90.507077 32.522859, -90.506704 32.522459, -90.506413 32.522304, -90.505911 32.52224, -90.505253 32.522289, -90.504778 32.522314, -90.504541 32.522316, -90.504119 32.522318, -90.503829 32.522275, -90.503354 32.522256, -90.502906 32.522258, -90.502643 32.522416, -90.502487 32.522596, -90.502384 32.522909, -90.502439 32.523155, -90.502786 32.523756, -90.503081 32.524357, -90.503139 32.524893, -90.503087 32.52505, -90.502878 32.525319, -90.502616 32.525454, -90.502379 32.525501, -90.502089 32.525458, -90.501771 32.525326, -90.50132 32.524971, -90.500444 32.524284, -90.50002 32.52404, -90.499624 32.523931, -90.49915 32.524046, -90.498597 32.52416, -90.498124 32.524253, -90.497756 32.524389, -90.497441 32.52457, -90.497259 32.524973, -90.497234 32.525152, -90.497369 32.525441, -90.497608 32.525641, -90.498163 32.525838, -90.498639 32.52597, -90.49901 32.526236, -90.499251 32.526636, -90.499254 32.526971, -90.499099 32.527374, -90.498838 32.527711, -90.498288 32.528183, -90.497868 32.528364, -90.497263 32.528636, -90.496239 32.529111, -90.495346 32.529519, -90.494242 32.530017, -90.493138 32.530358, -90.492374 32.530474, -90.491874 32.530634, -90.491507 32.530882, -90.491193 32.531129, -90.491089 32.531309, -90.491065 32.531644, -90.491067 32.53189, -90.491175 32.532179, -90.491732 32.532556, -90.492076 32.532777, -90.492606 32.533087, -90.492845 32.533242, -90.492927 32.533576, -90.492902 32.533733, -90.492771 32.533823, -90.492535 32.534025, -90.49201 32.534274, -90.491379 32.534546, -90.490827 32.534795, -90.490643 32.534841, -90.490486 32.534998, -90.490356 32.535178, -90.489963 32.53556, -90.489675 32.535762, -90.489229 32.536033, -90.488992 32.536101, -90.48844 32.536395, -90.487915 32.536644, -90.487574 32.536869, -90.487418 32.537183, -90.487289 32.537496, -90.487238 32.537742, -90.487112 32.538413, -90.48704 32.539307, -90.486943 32.540268, -90.486711 32.540918, -90.486371 32.541322, -90.485873 32.541846, -90.485539 32.542181, -90.485148 32.542484, -90.484534 32.542948, -90.48353 32.543667, -90.483176 32.543938, -90.482822 32.544147, -90.482431 32.544339, -90.482207 32.544372, -90.481664 32.544344, -90.481307 32.544219, -90.480706 32.543921, -90.479955 32.543656, -90.479374 32.543564, -90.478831 32.543536, -90.478308 32.543602, -90.477559 32.543575, -90.476642 32.543533, -90.475836 32.54349, -90.474825 32.543416, -90.474076 32.543389, -90.473326 32.543203, -90.472558 32.543017, -90.472014 32.542957, -90.471678 32.543054, -90.471455 32.54323, -90.471325 32.543373, -90.471308 32.543611, -90.471386 32.543959, -90.471653 32.544528, -90.471844 32.545034, -90.472053 32.545445, -90.472488 32.546045, -90.472811 32.546582, -90.47289 32.547105, -90.472894 32.547612, -90.472766 32.547962, -90.472562 32.54828, -90.472079 32.548663, -90.471761 32.54876, -90.471481 32.548809, -90.471162 32.548732, -90.470655 32.548465, -90.470071 32.548025, -90.46977 32.547868, -90.469245 32.547649, -90.46872 32.547525, -90.467782 32.54734, -90.466789 32.547188, -90.465984 32.547113, -90.465497 32.547147, -90.465144 32.547371, -90.464828 32.547658, -90.464662 32.547945, -90.464422 32.54839, -90.464314 32.54893, -90.464318 32.549468, -90.464377 32.549785, -90.464661 32.550291, -90.464778 32.550877, -90.464765 32.551511, -90.464808 32.552208, -90.464814 32.553048, -90.464726 32.553667, -90.464635 32.55408, -90.464508 32.55454, -90.464361 32.554937, -90.46416 32.555446, -90.463919 32.555843, -90.463585 32.556178, -90.463438 32.556496, -90.463327 32.556734, -90.463274 32.557067, -90.463238 32.557321, -90.463318 32.557876, -90.463208 32.558225, -90.463079 32.558511, -90.462912 32.558702, -90.462708 32.558909, -90.462429 32.559054, -90.462092 32.559087, -90.461568 32.559138, -90.461008 32.559252, -90.460616 32.559413, -90.460336 32.559589, -90.460095 32.559844, -90.459742 32.56021, -90.459444 32.560402, -90.459126 32.560404, -90.458919 32.56031, -90.458824 32.56012, -90.458841 32.559819, -90.458987 32.559358, -90.459282 32.558754, -90.459444 32.558008, -90.45944 32.557533, -90.459288 32.557248, -90.458967 32.556886, -90.458479 32.556666, -90.457955 32.556638, -90.457393 32.556625, -90.456702 32.556772, -90.456067 32.556981, -90.455526 32.557286, -90.45519 32.557398, -90.454874 32.55767, -90.454447 32.558068, -90.453946 32.558658, -90.45365 32.559056, -90.453539 32.559246, -90.453522 32.559532, -90.453599 32.559706, -90.453957 32.560037, -90.454353 32.560431, -90.454524 32.560794, -90.454545 32.561048, -90.454418 32.561508, -90.454121 32.561906, -90.45386 32.562034, -90.453337 32.562133, -90.452627 32.562279, -90.45229 32.562329, -90.45173 32.562506, -90.451263 32.56262, -90.451058 32.562811, -90.451041 32.563001, -90.451138 32.563413, -90.451349 32.56403, -90.451894 32.564376, -90.452308 32.56458, -90.453019 32.564607, -90.454067 32.564538, -90.454741 32.564502, -90.455116 32.564643, -90.455361 32.564832, -90.455475 32.565101, -90.455476 32.565212, -90.455366 32.565466, -90.455144 32.565848, -90.454977 32.565991, -90.454678 32.566104, -90.454044 32.566456, -90.453542 32.56676, -90.453226 32.567095, -90.453042 32.56746, -90.452784 32.568032, -90.452489 32.568637, -90.452232 32.569224, -90.452028 32.569527, -90.451826 32.569972, -90.451697 32.570321, -90.451682 32.570718, -90.451797 32.571113, -90.452024 32.571445, -90.452345 32.571792, -90.452591 32.572108, -90.452668 32.572408, -90.452577 32.572678, -90.452391 32.57287, -90.452111 32.572982, -90.451681 32.573048, -90.451195 32.573114, -90.45084 32.573227, -90.450373 32.57334, -90.450056 32.573496, -90.449907 32.573676, -90.44974 32.573835, -90.449611 32.574106, -90.449651 32.574359, -90.449766 32.574755, -90.449881 32.575071, -90.450146 32.575482, -90.450525 32.576066, -90.451149 32.576887, -90.451755 32.577724, -90.451833 32.578167, -90.451742 32.578485, -90.451539 32.578835, -90.451185 32.579106, -90.45098 32.579186, -90.450793 32.579188, -90.450567 32.579062, -90.450359 32.578794, -90.449925 32.578368, -90.449549 32.578116, -90.449192 32.578055, -90.448837 32.578073, -90.44865 32.578153, -90.448278 32.578409, -90.448018 32.578759, -90.447889 32.57895, -90.447873 32.579283, -90.447707 32.579633, -90.447541 32.579966, -90.447169 32.580286, -90.446834 32.580525, -90.446386 32.580686, -90.445544 32.580818, -90.444758 32.58087, -90.443898 32.580985, -90.443543 32.581066, -90.443358 32.581337, -90.443304 32.581718, -90.443344 32.581924, -90.443513 32.58205, -90.443927 32.582285, -90.444396 32.582441, -90.444959 32.582628, -90.445317 32.582896, -90.445713 32.583306, -90.44579 32.583574, -90.445832 32.584097, -90.445684 32.584352, -90.445535 32.584432, -90.445106 32.584609, -90.44475 32.584674, -90.444413 32.584676, -90.443982 32.584615, -90.443588 32.58449, -90.443044 32.584303, -90.442612 32.584163, -90.442219 32.584165, -90.441938 32.584182, -90.441528 32.584422, -90.441156 32.584789, -90.440747 32.58514, -90.440337 32.585443, -90.439965 32.585715, -90.439685 32.585796, -90.439161 32.585894, -90.438674 32.585817, -90.438073 32.58563, -90.437548 32.585443, -90.43691 32.585335, -90.436573 32.585258, -90.436366 32.585116, -90.435893 32.584532, -90.435665 32.584106, -90.435456 32.583679, -90.435399 32.583632, -90.434891 32.583254, -90.434251 32.582845, -90.433443 32.582374, -90.432972 32.58206, -90.432518 32.581476, -90.432272 32.581081, -90.432101 32.580733, -90.431818 32.580481, -90.431555 32.580403, -90.431294 32.580452, -90.431089 32.580596, -90.431034 32.580723, -90.430924 32.58104, -90.430945 32.581437, -90.430891 32.581675, -90.43078 32.581897, -90.430577 32.582295, -90.430431 32.582739, -90.430415 32.583072, -90.430454 32.583294, -90.43068 32.583467, -90.430869 32.58372, -90.430851 32.583862, -90.430815 32.584005, -90.430685 32.584101, -90.430348 32.584119, -90.429936 32.584169, -90.429675 32.584249, -90.429526 32.584424, -90.429341 32.584727, -90.429324 32.584964, -90.429363 32.58517, -90.429365 32.585376, -90.42931 32.585551, -90.429218 32.585726, -90.429088 32.585854, -90.428864 32.586013, -90.428658 32.586046, -90.428303 32.586096, -90.427984 32.586018, -90.427664 32.585734, -90.427323 32.585213, -90.427075 32.584612, -90.426772 32.584154, -90.426431 32.583601, -90.426016 32.583254, -90.425585 32.583146, -90.425136 32.583164, -90.424668 32.583182, -90.424182 32.583328, -90.423734 32.583473, -90.423135 32.583571, -90.422592 32.58359, -90.422161 32.583481, -90.421616 32.583294, -90.421278 32.58309, -90.421201 32.582836, -90.421294 32.582693, -90.421479 32.58247, -90.421496 32.582264, -90.421306 32.581821, -90.421117 32.581616, -90.420817 32.581554, -90.420405 32.581509, -90.42003 32.581479, -90.419767 32.581306, -90.419538 32.58069, -90.419401 32.579945, -90.419097 32.579344, -90.41898 32.57879, -90.418975 32.578045, -90.418914 32.577411, -90.418781 32.577127, -90.418406 32.576986, -90.417937 32.576973, -90.41762 32.577085, -90.417322 32.577309, -90.416988 32.577691, -90.416486 32.578185, -90.416246 32.57863, -90.416118 32.579043, -90.415952 32.579424, -90.415748 32.579679, -90.415412 32.57984, -90.415224 32.579761, -90.415147 32.57946, -90.415161 32.578826, -90.415139 32.578367, -90.415006 32.578114, -90.414892 32.577892, -90.41463 32.577799, -90.414274 32.577801, -90.414032 32.577929, -90.413808 32.57812, -90.413697 32.578295, -90.413719 32.578723, -90.413758 32.578976, -90.413537 32.579453, -90.413408 32.579755, -90.413278 32.579851, -90.413147 32.579867, -90.412847 32.579758, -90.412226 32.579397, -90.411624 32.579004, -90.41025 32.578028, -90.409572 32.577508, -90.40929 32.57724, -90.409325 32.576971, -90.409698 32.576747, -90.410203 32.576697, -90.410783 32.576614, -90.4111 32.576454, -90.411434 32.576056, -90.411652 32.575151, -90.411648 32.57466, -90.411364 32.574138, -90.411062 32.573839, -90.410762 32.573793, -90.41037 32.57389, -90.410053 32.574034, -90.409719 32.574464, -90.409496 32.574735, -90.408975 32.575197, -90.408212 32.575804, -90.407672 32.576203, -90.407243 32.576427, -90.407 32.576396, -90.406793 32.576318, -90.406454 32.576019, -90.406056 32.575434, -90.405623 32.574993, -90.405284 32.574788, -90.404627 32.574554, -90.404309 32.57454, -90.404142 32.574763, -90.404124 32.574937, -90.404183 32.575286, -90.404186 32.57565, -90.403983 32.576111, -90.403669 32.576715, -90.403355 32.577271, -90.402892 32.577955, -90.402613 32.578242, -90.402222 32.578514, -90.401663 32.57885, -90.401308 32.579026, -90.400804 32.579187, -90.400243 32.579301, -90.399813 32.57935, -90.39914 32.579465, -90.398654 32.579594, -90.398244 32.579866, -90.398041 32.580247, -90.397932 32.580692, -90.397898 32.581183, -90.39788 32.581374, -90.39794 32.581912, -90.398095 32.582561, -90.398267 32.5831, -90.398252 32.583543, -90.398141 32.583734, -90.397804 32.583847, -90.397449 32.583896, -90.396906 32.583947, -90.396589 32.584075, -90.396328 32.584282, -90.39605 32.584649, -90.395903 32.585014, -90.395701 32.585538, -90.395496 32.585714, -90.395234 32.585762, -90.394972 32.585748, -90.394784 32.58559, -90.394648 32.584989, -90.394645 32.584561, -90.394773 32.584116, -90.394734 32.583831, -90.394582 32.583515, -90.394262 32.583358, -90.393868 32.583138, -90.393603 32.582854, -90.393245 32.582428, -90.392981 32.582176, -90.392736 32.582034, -90.392381 32.582052, -90.3921 32.582085, -90.391708 32.582277, -90.391373 32.582564, -90.390944 32.582725, -90.39029 32.582966, -90.389953 32.583, -90.389392 32.583018, -90.388568 32.58307, -90.388157 32.583151, -90.387596 32.583297, -90.387186 32.583457, -90.386812 32.583586, -90.386532 32.583762, -90.38616 32.584033, -90.385675 32.584353, -90.385397 32.584703, -90.385306 32.585068, -90.385382 32.585274, -90.385645 32.585367, -90.385888 32.585303, -90.386298 32.585047, -90.386653 32.584887, -90.386952 32.584885, -90.387253 32.585042, -90.387404 32.5852, -90.387631 32.585484, -90.387859 32.585974, -90.388331 32.586543, -90.38869 32.586985, -90.388729 32.587222, -90.388562 32.587461, -90.388413 32.587588, -90.388133 32.587638, -90.38787 32.587639, -90.387327 32.587578, -90.386859 32.587517, -90.386578 32.587566, -90.386205 32.587742, -90.385646 32.588078, -90.385105 32.588382, -90.384806 32.588479, -90.384319 32.588544, -90.383795 32.588563, -90.383216 32.588709, -90.382861 32.588837, -90.382563 32.589061, -90.382192 32.589554, -90.381894 32.589841, -90.381748 32.590333, -90.381656 32.590634, -90.381697 32.591126, -90.381869 32.591521, -90.382154 32.59209, -90.382306 32.592407, -90.382233 32.592724, -90.382029 32.593042, -90.381731 32.593313, -90.381452 32.593473, -90.38104 32.593586, -90.380704 32.593619, -90.380291 32.593526, -90.380102 32.59329, -90.379838 32.592942, -90.379498 32.592643, -90.379123 32.592534, -90.378711 32.592488, -90.378225 32.592586, -90.377776 32.59273, -90.377403 32.592907, -90.377106 32.593209, -90.377033 32.593495, -90.377129 32.593843, -90.377467 32.594095, -90.377899 32.594268, -90.378649 32.594311, -90.379379 32.594371, -90.380185 32.594399, -90.380673 32.594586, -90.381105 32.594822, -90.381502 32.595296, -90.381598 32.595644, -90.381488 32.59593, -90.381283 32.596074, -90.38089 32.596123, -90.380571 32.596109, -90.380122 32.596095, -90.379766 32.596129, -90.379261 32.596163, -90.378681 32.596229, -90.378325 32.596294, -90.377989 32.596391, -90.37739 32.596458, -90.376623 32.596557, -90.375613 32.596641, -90.374771 32.59674, -90.374247 32.596901, -90.373949 32.597077, -90.373726 32.597348, -90.373541 32.597713, -90.373414 32.598205, -90.373361 32.598744, -90.373326 32.599014, -90.37329 32.59922, -90.373067 32.59957, -90.372845 32.599952, -90.372493 32.600477, -90.372308 32.600842, -90.372068 32.601319, -90.37194 32.601716, -90.371589 32.602383, -90.371421 32.602559, -90.37116 32.602671, -90.370729 32.602705, -90.370205 32.602644, -90.369811 32.602598, -90.369398 32.602505, -90.369173 32.602364, -90.369003 32.602158, -90.368889 32.601985, -90.368678 32.601177, -90.368504 32.600512, -90.368407 32.599894, -90.368403 32.59934, -90.36853 32.598768, -90.368771 32.598355, -90.369086 32.597862, -90.369326 32.597496, -90.369381 32.597211, -90.369285 32.596973, -90.36904 32.596658, -90.368963 32.596436, -90.368922 32.59585, -90.368789 32.595628, -90.368526 32.59544, -90.368114 32.595378, -90.367758 32.595428, -90.367142 32.595652, -90.366432 32.595973, -90.365499 32.596437, -90.364865 32.596837, -90.364437 32.597235, -90.364195 32.597458, -90.363881 32.59803, -90.36379 32.59849, -90.363812 32.598871, -90.363853 32.599394, -90.363876 32.600059, -90.363935 32.600424, -90.364106 32.600914, -90.364336 32.601579, -90.364526 32.601958, -90.364864 32.602226, -90.365053 32.6024, -90.365054 32.602526, -90.365017 32.60259, -90.364812 32.602813, -90.364346 32.603101, -90.36375 32.603516, -90.362948 32.604059, -90.362631 32.604219, -90.362369 32.604236, -90.3619 32.604175, -90.361506 32.604113, -90.360963 32.604116, -90.360233 32.604167, -90.359803 32.604248, -90.359374 32.604409, -90.359169 32.6046, -90.358984 32.604902, -90.358874 32.605267, -90.358727 32.605759, -90.358524 32.606157, -90.358357 32.606379, -90.358096 32.606571, -90.357647 32.606636, -90.357329 32.606654, -90.357047 32.606497, -90.35697 32.606291, -90.356948 32.605816, -90.357075 32.605213, -90.357334 32.604672, -90.357724 32.604132, -90.358412 32.603431, -90.358709 32.603049, -90.358708 32.60289, -90.358688 32.602716, -90.358649 32.602558, -90.358386 32.602353, -90.358123 32.602212, -90.357597 32.602087, -90.357092 32.602121, -90.356737 32.602202, -90.356382 32.602299, -90.356102 32.602427, -90.355654 32.602651, -90.355337 32.602922, -90.354909 32.603368, -90.354537 32.603751, -90.354146 32.604101, -90.353718 32.604404, -90.353345 32.604628, -90.35301 32.604963, -90.352843 32.605201, -90.352676 32.605503, -90.352529 32.605853, -90.352364 32.606456, -90.352236 32.606869, -90.352015 32.607377, -90.351682 32.608076, -90.351591 32.608489, -90.351593 32.60879, -90.351708 32.609106, -90.351897 32.609375, -90.352218 32.609801, -90.35267 32.610195, -90.353273 32.610652, -90.353668 32.610967, -90.353707 32.611142, -90.353633 32.611269, -90.353447 32.61146, -90.353035 32.611557, -90.352567 32.611543, -90.352136 32.611482, -90.351724 32.611452, -90.351293 32.61147, -90.351032 32.611598, -90.350808 32.611821, -90.350698 32.612202, -90.350589 32.612694, -90.350405 32.613139, -90.350219 32.613298, -90.349808 32.61349, -90.349321 32.613493, -90.348721 32.613416, -90.348271 32.61326, -90.347801 32.61312, -90.347427 32.613153, -90.346811 32.613505, -90.346326 32.613729, -90.346139 32.613777, -90.345858 32.613715, -90.345632 32.613542, -90.345499 32.613257, -90.345608 32.612797, -90.345774 32.612384, -90.345994 32.611733, -90.346066 32.611194, -90.34595 32.610671, -90.34576 32.61026, -90.345345 32.609898, -90.344799 32.609409, -90.344573 32.609188, -90.34429 32.608856, -90.344194 32.608635, -90.344061 32.608302, -90.344078 32.607985, -90.344281 32.60762, -90.344503 32.607175, -90.344669 32.606746, -90.344723 32.606413, -90.344704 32.606318, -90.344572 32.606224, -90.344309 32.606082, -90.343746 32.605926, -90.343521 32.605848, -90.34307 32.605596, -90.342694 32.605456, -90.342244 32.605442, -90.34202 32.605554, -90.341834 32.605666, -90.341535 32.605842, -90.341349 32.606033, -90.341145 32.606256, -90.340921 32.606336, -90.340528 32.606417, -90.340165 32.606414, -90.33983 32.606309, -90.339495 32.606134, -90.339096 32.6058, -90.338823 32.605695, -90.338299 32.605485, -90.337965 32.605487, -90.337402 32.605719, -90.336528 32.606272, -90.335571 32.606895, -90.335009 32.607305, -90.334053 32.608105, -90.333596 32.608514, -90.333514 32.60878, -90.333372 32.609346, -90.333208 32.609913, -90.33296 32.610268, -90.332669 32.610482, -90.332314 32.610625, -90.33173 32.610787, -90.331062 32.610896, -90.330457 32.611058, -90.330165 32.611183, -90.33002 32.611325, -90.330106 32.611643, -90.330274 32.611784, -90.330734 32.611817, -90.331507 32.611831, -90.331925 32.611812, -90.332406 32.611898, -90.332616 32.612003, -90.332826 32.612285, -90.332975 32.612656, -90.332957 32.613116, -90.332708 32.613347, -90.332145 32.613597, -90.330707 32.614099, -90.330039 32.614279, -90.329455 32.614423, -90.3291 32.614496, -90.328327 32.614499, -90.327616 32.614556, -90.327074 32.614629, -90.325718 32.615077, -90.324884 32.615435, -90.3243 32.615632, -90.323987 32.615651, -90.323276 32.615672, -90.322984 32.615744, -90.322692 32.615834, -90.32236 32.616171, -90.322279 32.616508, -90.322342 32.616667, -90.32268 32.617143, -90.32308 32.617619, -90.323185 32.617724, -90.323228 32.617972, -90.323168 32.618273, -90.322919 32.618574, -90.32244 32.618842, -90.322232 32.619055, -90.322046 32.619392, -90.322194 32.619604, -90.322362 32.619798, -90.322635 32.619955, -90.323138 32.620148, -90.323599 32.620305, -90.323956 32.620551, -90.324292 32.620885, -90.324565 32.621008, -90.324859 32.621236, -90.325153 32.621518, -90.325342 32.621694, -90.325344 32.621906, -90.325262 32.622172, -90.325012 32.622403, -90.324679 32.622564, -90.324178 32.622584, -90.323676 32.622622, -90.323028 32.622607, -90.32261 32.622662, -90.322152 32.622823, -90.321401 32.623145, -90.320484 32.623574, -90.320068 32.62377, -90.319713 32.62386, -90.319295 32.623897, -90.318626 32.6239, -90.318396 32.623937, -90.318126 32.624062, -90.317835 32.624382, -90.317607 32.624719, -90.317338 32.625056, -90.317047 32.625393, -90.316798 32.625624, -90.31636 32.625909, -90.315674 32.626355, -90.315508 32.626568, -90.315448 32.626975, -90.315554 32.62731, -90.315766 32.627716, -90.31604 32.628139, -90.316043 32.628564, -90.31594 32.628918, -90.31563 32.629432, -90.315321 32.630088, -90.315177 32.630478, -90.315159 32.630991, -90.315287 32.631291, -90.315646 32.631909, -90.315794 32.632244, -90.315774 32.632421, -90.315462 32.632599, -90.314962 32.632778, -90.314502 32.632922, -90.314169 32.6331, -90.314004 32.633366, -90.313735 32.633863, -90.313507 32.634218, -90.313216 32.634378, -90.312882 32.63445, -90.312568 32.634434, -90.31217 32.634312, -90.311793 32.634172, -90.311185 32.63391, -90.310682 32.633664, -90.310452 32.63363, -90.310138 32.633596, -90.309909 32.633756, -90.30987 32.634146, -90.309997 32.63441, -90.310417 32.634798, -90.310712 32.635168, -90.31084 32.635503, -90.310989 32.635927, -90.311032 32.63621, -90.310887 32.636423, -90.310492 32.636708, -90.30995 32.637011, -90.309554 32.637172, -90.309262 32.637368, -90.309244 32.637792, -90.309288 32.638128, -90.309435 32.638269, -90.309687 32.638374, -90.310126 32.638425, -90.310733 32.638475, -90.311152 32.638668, -90.311445 32.63879, -90.311572 32.63902, -90.311742 32.639444, -90.311786 32.63985, -90.311684 32.640204, -90.311457 32.64063, -90.311082 32.640915, -90.310686 32.641076, -90.310019 32.641326, -90.309435 32.641506, -90.308934 32.641632, -90.308705 32.641916, -90.308227 32.642325, -90.307541 32.642912, -90.307083 32.643285, -90.306584 32.643623, -90.306083 32.64382, -90.305458 32.644176, -90.304959 32.644586, -90.304398 32.645101, -90.303877 32.645439, -90.303439 32.645583, -90.302938 32.645709, -90.302563 32.64594, -90.302314 32.646278, -90.301858 32.646828, -90.301482 32.646936, -90.301148 32.646955, -90.300749 32.646797, -90.300622 32.646515, -90.30041 32.646074, -90.300157 32.645668, -90.299947 32.645439, -90.29934 32.645459, -90.298903 32.645726, -90.298614 32.646312, -90.298261 32.646791, -90.297888 32.64727, -90.297575 32.647377, -90.296781 32.647469, -90.296112 32.647401, -90.295567 32.647262, -90.295148 32.646981, -90.294999 32.646681, -90.295038 32.646203, -90.295201 32.645513, -90.295178 32.645141, -90.295072 32.644876, -90.294693 32.644471, -90.294189 32.644102, -90.293833 32.64398, -90.293185 32.64393, -90.29239 32.643968, -90.291702 32.64413, -90.291264 32.644415, -90.290807 32.644789, -90.290327 32.64495, -90.289992 32.644987, -90.289491 32.644971, -90.289093 32.644885, -90.288778 32.644691, -90.288714 32.644532, -90.288776 32.644285, -90.288816 32.643966, -90.28896 32.643682, -90.289146 32.643239, -90.28929 32.642956, -90.289247 32.642638, -90.289077 32.642214, -90.288909 32.642108, -90.288678 32.642021, -90.288281 32.64197, -90.28778 32.642096, -90.287238 32.642416, -90.286864 32.642701, -90.286407 32.643216, -90.285608 32.644219, -90.285151 32.644786, -90.284757 32.64523, -90.284111 32.645587, -90.283485 32.645855, -90.28311 32.646051, -90.282944 32.646299, -90.282926 32.646759, -90.283095 32.647059, -90.283305 32.647129, -90.283723 32.647163, -90.28412 32.647143, -90.284351 32.647231, -90.28454 32.64746, -90.284541 32.647672, -90.284398 32.648204, -90.284072 32.649584, -90.283846 32.650205, -90.283535 32.650772, -90.28337 32.651179, -90.283352 32.651586, -90.283418 32.652223, -90.283506 32.652788, -90.283485 32.65293, -90.283257 32.653232, -90.282884 32.653676, -90.282572 32.654013, -90.282489 32.654137, -90.282594 32.654243, -90.282824 32.654277, -90.283514 32.654256, -90.283912 32.65429, -90.284101 32.654484, -90.284186 32.654643, -90.284104 32.654962, -90.283918 32.655334, -90.283627 32.655689, -90.283315 32.655849, -90.282959 32.655886, -90.282604 32.655941, -90.282207 32.655942, -90.281788 32.65582, -90.28139 32.65568, -90.280824 32.6554, -90.28053 32.655224, -90.280279 32.655155, -90.279944 32.655103, -90.27984 32.655174, -90.279778 32.655351, -90.27978 32.65574, -90.279637 32.656254, -90.27941 32.656786, -90.279266 32.657211, -90.279225 32.657317, -90.279227 32.657653, -90.279293 32.658166, -90.279357 32.658413, -90.279337 32.658502, -90.279212 32.658644, -90.278961 32.658698, -90.278564 32.658699, -90.278104 32.658648, -90.277581 32.658597, -90.277288 32.658652, -90.277164 32.658794, -90.277103 32.659059, -90.277303 32.659368, -90.277701 32.659508, -90.277974 32.659684, -90.278289 32.659912, -90.278373 32.660036, -90.278395 32.660195, -90.278396 32.660283, -90.278188 32.660461, -90.277958 32.66055, -90.276976 32.660608, -90.276035 32.660629, -90.275554 32.66072, -90.275032 32.660775, -90.274697 32.66067, -90.274612 32.660423, -90.274442 32.659946, -90.274397 32.659504, -90.274417 32.659327, -90.274478 32.658938, -90.274537 32.658407, -90.274514 32.657912, -90.274324 32.657682, -90.274177 32.65763, -90.273927 32.657649, -90.273447 32.657845, -90.272926 32.658184, -90.272635 32.658503, -90.272428 32.65884, -90.272451 32.659123, -90.272662 32.659494, -90.272873 32.659776, -90.272999 32.660005, -90.272979 32.660164, -90.272855 32.660377, -90.272668 32.660519, -90.272417 32.660574, -90.271957 32.66054, -90.27158 32.660489, -90.271202 32.660225, -90.271033 32.659907, -90.27099 32.659589, -90.271176 32.659358, -90.271426 32.659056, -90.271487 32.658773, -90.271506 32.658508, -90.271274 32.658084, -90.270874 32.657697, -90.270517 32.657398, -90.27014 32.657311, -90.269534 32.657366, -90.269076 32.657687, -90.268535 32.658166, -90.268055 32.658381, -90.267805 32.658435, -90.267615 32.658241, -90.26753 32.657958, -90.267696 32.657639, -90.267798 32.657338, -90.267944 32.657125, -90.267858 32.656843, -90.267627 32.65656, -90.267354 32.656491, -90.267145 32.65651, -90.266353 32.656813, -90.265998 32.657009, -90.265684 32.65694, -90.265265 32.656818, -90.264898 32.656651, -90.264459 32.656636, -90.264126 32.656778, -90.264022 32.656938, -90.263878 32.657275, -90.263942 32.657628, -90.26409 32.657964, -90.264134 32.658264, -90.264156 32.65837, -90.264031 32.658601, -90.263782 32.658885, -90.263491 32.659133, -90.263221 32.659418, -90.26295 32.659719, -90.262848 32.660003, -90.262702 32.660216, -90.262327 32.660429, -90.261889 32.660573, -90.261388 32.660698, -90.261033 32.660771, -90.260427 32.660844, -90.259778 32.660794, -90.259276 32.66076, -90.258963 32.660744, -90.258628 32.66078, -90.258295 32.660941, -90.258212 32.661118, -90.258089 32.661526, -90.257946 32.662074, -90.257717 32.662341, -90.257551 32.662571, -90.256966 32.662715, -90.256486 32.662859, -90.256006 32.66309, -90.255568 32.663216, -90.255254 32.663217, -90.254835 32.66306, -90.254751 32.662883, -90.25477 32.662547, -90.254956 32.66214, -90.255183 32.661714, -90.255161 32.661467, -90.254992 32.66122, -90.254678 32.661044, -90.254343 32.660992, -90.253716 32.661048, -90.252713 32.661194, -90.251857 32.661427, -90.251064 32.661802, -90.250439 32.662175, -90.250023 32.662531, -90.249752 32.662638, -90.24948 32.662586, -90.249248 32.662392, -90.248913 32.662146, -90.248786 32.661987, -90.248764 32.661793, -90.248973 32.661686, -90.249348 32.661472, -90.24943 32.661277, -90.249346 32.661065, -90.24901 32.660784, -90.248297 32.660486, -90.247291 32.660136, -90.246285 32.65968, -90.245718 32.659258, -90.245298 32.658817, -90.244963 32.658766, -90.244566 32.658785, -90.244149 32.658999, -90.243879 32.659371, -90.243902 32.659707, -90.243986 32.659831, -90.244174 32.659848, -90.244823 32.659898, -90.245262 32.659967, -90.245367 32.660073, -90.245621 32.660567, -90.24579 32.66092, -90.245855 32.661221, -90.245731 32.661593, -90.245628 32.661823, -90.245378 32.661912, -90.245168 32.66186, -90.244958 32.661649, -90.244726 32.661243, -90.244578 32.661067, -90.244306 32.661015, -90.24416 32.66098, -90.243888 32.661016, -90.243659 32.661176, -90.243598 32.661513, -90.243768 32.661954, -90.243895 32.662272, -90.243897 32.662644, -90.243794 32.662892, -90.243482 32.663176, -90.242919 32.663479, -90.242586 32.663763, -90.242461 32.663993, -90.242464 32.664471, -90.242381 32.66463, -90.242173 32.664773, -90.241859 32.664721, -90.24144 32.664493, -90.240998 32.664052, -90.240326 32.663542, -90.239697 32.663279, -90.23932 32.66321, -90.23884 32.663247, -90.238234 32.663391, -90.238005 32.663569, -90.237964 32.66371, -90.238049 32.663993, -90.238448 32.664239, -90.238784 32.664521, -90.239078 32.664679, -90.239476 32.664925, -90.23954 32.665066, -90.239436 32.665314, -90.239249 32.66551, -90.238978 32.665564, -90.238413 32.665495, -90.237744 32.66548, -90.237242 32.66557, -90.236824 32.665572, -90.236175 32.66538, -90.235861 32.665328, -90.235485 32.665418, -90.23513 32.665614, -90.234694 32.666093, -90.234153 32.666661, -90.233841 32.666875, -90.233402 32.66693, -90.233046 32.666807, -90.232773 32.666684, -90.232418 32.666721, -90.231833 32.666882, -90.230998 32.667169, -90.23056 32.667276, -90.230183 32.667207, -90.230015 32.667013, -90.22995 32.666589, -90.229842 32.665917, -90.229777 32.665528, -90.229566 32.665175, -90.229251 32.665053, -90.228896 32.665072, -90.228144 32.665145, -90.227643 32.66536, -90.227414 32.665626, -90.227332 32.665891, -90.22748 32.666138, -90.227732 32.66635, -90.228006 32.666756, -90.227987 32.667127, -90.227884 32.667446, -90.227551 32.667766, -90.227155 32.667997, -90.226716 32.668016, -90.226255 32.667859, -90.225898 32.667542, -90.22575 32.667189, -90.22579 32.666817, -90.225914 32.666604, -90.225933 32.666197, -90.225994 32.66595, -90.225762 32.665597, -90.225404 32.665191, -90.224795 32.664645, -90.224206 32.664046, -90.223912 32.663676, -90.223869 32.663464, -90.223887 32.662862, -90.223925 32.662154, -90.224088 32.661393, -90.224023 32.660934, -90.223832 32.660528, -90.223391 32.660158, -90.222909 32.659912, -90.222553 32.659772, -90.221968 32.659792, -90.221508 32.6599, -90.221113 32.660237, -90.22078 32.660645, -90.220221 32.661585, -90.219721 32.6621, -90.218889 32.66281, -90.218221 32.663149, -90.216862 32.663136, -90.216381 32.66312, -90.21594 32.66275, -90.215142 32.662099, -90.21464 32.661995, -90.214138 32.662014, -90.213616 32.662122, -90.212907 32.662532, -90.211885 32.663066, -90.211197 32.663422, -90.210634 32.663708, -90.210257 32.663744, -90.20963 32.663658, -90.20942 32.663606, -90.209212 32.663677, -90.209129 32.663908, -90.209194 32.664403, -90.209216 32.66465, -90.208988 32.664881, -90.208278 32.665149, -90.207924 32.665345, -90.207591 32.665717, -90.207384 32.666107, -90.207113 32.666303, -90.206612 32.666517, -90.206382 32.666588, -90.205755 32.666502, -90.204603 32.666206, -90.203744 32.665961, -90.203493 32.665909, -90.203304 32.665662, -90.203156 32.665486, -90.202799 32.665151, -90.202631 32.66501, -90.20238 32.664976, -90.202004 32.664924, -90.201272 32.664909, -90.200686 32.664929, -90.200351 32.664877, -90.199555 32.664508, -90.198403 32.664141, -90.197733 32.663896, -90.197419 32.663879, -90.197231 32.664039, -90.197254 32.664393, -90.19734 32.664799, -90.197383 32.6651, -90.197259 32.665348, -90.196863 32.665703, -90.196509 32.665916, -90.196258 32.665953, -90.195944 32.665777, -90.195692 32.665583, -90.195376 32.665248, -90.195146 32.665143, -90.194853 32.665162, -90.193684 32.66552, -90.192891 32.665823, -90.192537 32.666125, -90.192601 32.666426, -90.192832 32.666602, -90.193083 32.666724, -90.193523 32.666864, -90.193775 32.667005, -90.193839 32.667199, -90.193819 32.667447, -90.193507 32.667767, -90.192923 32.66814, -90.192486 32.668584, -90.192174 32.668903, -90.192113 32.669187, -90.192281 32.669398, -90.192574 32.669468, -90.19314 32.669608, -90.193328 32.669731, -90.193434 32.669996, -90.193354 32.670703, -90.193335 32.671075, -90.193442 32.671587, -90.193485 32.67187, -90.193319 32.672101, -90.19309 32.672349, -90.192735 32.672457, -90.192254 32.672405, -90.191814 32.672301, -90.191332 32.67209, -90.190829 32.67188, -90.190148 32.671608, -90.189667 32.671539, -90.189248 32.671487, -90.188622 32.671613, -90.187725 32.672041, -90.187016 32.672521, -90.186599 32.672823, -90.186349 32.672965, -90.185804 32.673142, -90.185143 32.673377, -90.184854 32.673597, -90.184371 32.674049, -90.183776 32.674625, -90.183471 32.674954, -90.183102 32.675365, -90.182812 32.67557, -90.182393 32.675777, -90.182103 32.675901, -90.181878 32.676024, -90.181717 32.676271, -90.18175 32.676489, -90.181864 32.676598, -90.182188 32.676747, -90.18243 32.676815, -90.182899 32.676936, -90.183336 32.677071, -90.183547 32.677262, -90.183661 32.677534, -90.183614 32.677835, -90.183438 32.678095, -90.183132 32.678288, -90.182648 32.678303, -90.182243 32.678222, -90.181726 32.678006, -90.181418 32.677911, -90.18116 32.677898, -90.18095 32.677995, -90.180773 32.678159, -90.18071 32.678392, -90.180824 32.678651, -90.181101 32.679073, -90.181199 32.679414, -90.18112 32.679715, -90.180895 32.679893, -90.180669 32.679949, -90.180135 32.6798, -90.17944 32.679557, -90.179084 32.679394, -90.178581 32.679095, -90.178242 32.678987, -90.177886 32.678934, -90.177434 32.67899, -90.177048 32.679183, -90.176597 32.679526, -90.176308 32.679909, -90.176132 32.680319, -90.175843 32.680566, -90.175585 32.680622, -90.175278 32.680582, -90.174937 32.680269, -90.17458 32.68001, -90.174224 32.679807, -90.173852 32.679767, -90.173465 32.679809, -90.17303 32.680139, -90.17242 32.680728, -90.172097 32.680825, -90.171694 32.681004, -90.171098 32.681443, -90.170551 32.681854, -90.170197 32.682033, -90.169777 32.682021, -90.169307 32.681749, -90.168951 32.681559, -90.168789 32.681519, -90.168596 32.681533, -90.168418 32.681643, -90.168436 32.681862, -90.168646 32.682079, -90.168826 32.682366, -90.168891 32.682584, -90.168812 32.682844, -90.168586 32.683063, -90.168054 32.683297, -90.1672 32.6836, -90.166781 32.68382, -90.165992 32.684301, -90.165363 32.684562, -90.165056 32.684632, -90.16475 32.684633, -90.164167 32.684457, -90.163617 32.684254, -90.163424 32.684255, -90.163133 32.684392, -90.162908 32.684557, -90.162637 32.685282, -90.162412 32.68561, -90.161946 32.686063, -90.161302 32.686502, -90.160754 32.686872, -90.159932 32.687176, -90.158915 32.687398, -90.157962 32.687401, -90.156832 32.687377, -90.15583 32.687312, -90.155232 32.687328, -90.154716 32.687493, -90.154394 32.687795, -90.15438 32.688054, -90.154525 32.688136, -90.154864 32.688107, -90.155187 32.688052, -90.155429 32.688051, -90.155721 32.688173, -90.155915 32.68835, -90.155948 32.6885, -90.155933 32.688759, -90.155612 32.689143, -90.155097 32.689486, -90.154952 32.689691, -90.154987 32.690169, -90.155054 32.690702, -90.154943 32.691208, -90.154476 32.691564, -90.154105 32.691702, -90.153071 32.691651, -90.152183 32.69164, -90.151795 32.6916, -90.151714 32.691532, -90.151648 32.691286, -90.151631 32.690972, -90.15163 32.690754, -90.151773 32.690398, -90.151788 32.690166, -90.15161 32.689921, -90.151319 32.689826, -90.151093 32.689868, -90.150916 32.690087, -90.150467 32.690798, -90.150113 32.691168, -90.149468 32.691403, -90.149113 32.691431, -90.148644 32.691419, -90.148386 32.691379, -90.14832 32.691256, -90.148287 32.691065, -90.148384 32.690887, -90.148464 32.690791, -90.148657 32.690681, -90.148931 32.690544, -90.149205 32.690379, -90.149301 32.690215, -90.149285 32.690106, -90.149155 32.689928, -90.148993 32.689833, -90.14867 32.689862, -90.148331 32.689972, -90.147993 32.690233, -90.147672 32.690684, -90.147464 32.691108, -90.147029 32.691506, -90.146449 32.691836, -90.146014 32.691933, -90.14569 32.691865, -90.145155 32.691416, -90.144538 32.690694, -90.143954 32.690041, -90.143629 32.689686, -90.143483 32.689441, -90.143417 32.689141, -90.143367 32.688827, -90.143268 32.688445, -90.143024 32.687831, -90.14286 32.687462, -90.142649 32.687149, -90.142567 32.686903, -90.142452 32.686535, -90.142451 32.686139, -90.142434 32.685893, -90.142303 32.685593, -90.142124 32.685402, -90.141801 32.685198, -90.141445 32.685199, -90.141042 32.685351, -90.140704 32.68553, -90.140156 32.685982, -90.139674 32.686462, -90.13924 32.686873, -90.138853 32.687174, -90.138483 32.687353, -90.137966 32.687505, -90.137336 32.687507, -90.1369 32.68744, -90.136593 32.687441, -90.136303 32.687524, -90.136094 32.687784, -90.135708 32.68825, -90.135468 32.688646, -90.135501 32.688824, -90.135615 32.689015, -90.135809 32.68911, -90.136197 32.689177, -90.136504 32.689176, -90.136746 32.689162, -90.137004 32.689133, -90.137344 32.689173, -90.137683 32.689282, -90.13791 32.689376, -90.138024 32.689526, -90.138073 32.68969, -90.137993 32.68995, -90.137914 32.690333, -90.137803 32.690729, -90.137756 32.691112, -90.137676 32.691248, -90.137482 32.691386, -90.137256 32.6914, -90.136772 32.69136, -90.136158 32.691321, -90.135818 32.691336, -90.135544 32.691419, -90.135432 32.691528, -90.135416 32.691679, -90.135498 32.691952, -90.135693 32.692265, -90.13592 32.69251, -90.136051 32.692783, -90.136084 32.692961, -90.136069 32.693166, -90.135989 32.693371, -90.135844 32.693494, -90.13565 32.69359, -90.135166 32.69366, -90.13486 32.693784, -90.134667 32.693921, -90.134554 32.694126, -90.134523 32.6944, -90.134605 32.694591, -90.134734 32.694686, -90.134977 32.694726, -90.135155 32.694726, -90.135461 32.694547, -90.135751 32.694382, -90.136024 32.694163, -90.136233 32.693834, -90.136409 32.693438, -90.136553 32.693096, -90.136681 32.692918, -90.136778 32.692822, -90.136988 32.692808, -90.137182 32.692889, -90.137296 32.693066, -90.137362 32.693312, -90.137298 32.693572, -90.137058 32.694023, -90.136721 32.694516, -90.136641 32.694817, -90.13669 32.695021, -90.136837 32.695212, -90.137128 32.695334, -90.137743 32.695551, -90.138066 32.6957, -90.138197 32.695905, -90.138198 32.696191, -90.138118 32.696301, -90.137811 32.696452, -90.137504 32.696453, -90.137165 32.696427, -90.136697 32.696456, -90.136261 32.696566, -90.136148 32.696676, -90.136053 32.696936, -90.136086 32.69714, -90.1362 32.697372, -90.136475 32.697549, -90.136913 32.697821, -90.137269 32.697997, -90.137512 32.698215, -90.137691 32.698419, -90.13774 32.698665, -90.137757 32.698802, -90.137596 32.699021, -90.137451 32.699089, -90.137192 32.699049, -90.136885 32.698832, -90.13669 32.698723, -90.136383 32.698656, -90.136238 32.698683, -90.136012 32.698821, -90.135706 32.699095, -90.135562 32.699273, -90.135434 32.69956, -90.135176 32.699766, -90.134838 32.699917, -90.134434 32.699987, -90.133999 32.700179, -90.133612 32.70044, -90.133226 32.700796, -90.132792 32.701303, -90.132423 32.701809, -90.132021 32.702261, -90.131796 32.702535, -90.131634 32.702604, -90.131457 32.702618, -90.13123 32.702551, -90.131084 32.702374, -90.130905 32.702114, -90.130775 32.701828, -90.13058 32.701487, -90.130417 32.701214, -90.130367 32.7009, -90.130284 32.700436, -90.13017 32.700177, -90.129927 32.699932, -90.129668 32.699769, -90.129231 32.699634, -90.128713 32.699499, -90.128342 32.699431, -90.127808 32.699433, -90.127308 32.699503, -90.126631 32.699778, -90.12613 32.69993, -90.12563 32.7, -90.125032 32.700015, -90.124402 32.700003, -90.123998 32.700032, -90.123563 32.700129, -90.123208 32.700171, -90.122804 32.700131, -90.12248 32.700036, -90.12214 32.699805, -90.121946 32.699724, -90.121655 32.699725, -90.121429 32.699821, -90.121301 32.700012, -90.121334 32.700313, -90.121449 32.700695, -90.121677 32.701104, -90.121954 32.701622, -90.122165 32.70199, -90.122279 32.702291, -90.122232 32.702482, -90.122103 32.702592, -90.121925 32.70262, -90.121618 32.702538, -90.121294 32.70228, -90.121067 32.702144, -90.12076 32.702158, -90.120114 32.70216, -90.119565 32.702176, -90.119242 32.702136, -90.118934 32.702027, -90.118578 32.701864, -90.118319 32.701742, -90.117948 32.70173, -90.117511 32.701717, -90.117108 32.701746, -90.1168 32.701719, -90.11659 32.701652, -90.116202 32.701612, -90.115831 32.701627, -90.115621 32.70175, -90.11538 32.701956, -90.115316 32.702134, -90.115382 32.702434, -90.115512 32.702679, -90.115658 32.702843, -90.115788 32.703047, -90.116 32.703361, -90.11613 32.703702, -90.116212 32.703879, -90.11618 32.704112, -90.11602 32.704358, -90.115875 32.704522, -90.115568 32.704619, -90.115277 32.704538, -90.114986 32.704388, -90.114597 32.704144, -90.114273 32.70398, -90.113658 32.703736, -90.113335 32.703683, -90.112883 32.703643, -90.112463 32.703685, -90.111931 32.703892, -90.111188 32.704099, -90.110591 32.704278, -90.110365 32.70421, -90.110299 32.704019, -90.110282 32.703801, -90.11012 32.703528, -90.10986 32.703201, -90.109714 32.703078, -90.109681 32.702874, -90.109712 32.702628, -90.109824 32.702395, -90.110034 32.70219, -90.110275 32.702039, -90.110452 32.701861, -90.110613 32.701628, -90.110644 32.701437, -90.11053 32.701219, -90.110304 32.701055, -90.109883 32.700824, -90.109285 32.70073, -90.108751 32.700595, -90.108137 32.700583, -90.107426 32.700626, -90.107056 32.700805, -90.106605 32.701189, -90.106235 32.701559, -90.105993 32.701832, -90.10572 32.70212, -90.105592 32.702421, -90.105627 32.703158, -90.105532 32.703705, -90.105372 32.704102, -90.105163 32.704212, -90.104985 32.704226, -90.10471 32.704022, -90.104548 32.703844, -90.104368 32.703504, -90.104303 32.703285, -90.104011 32.70289, -90.103848 32.702686, -90.103443 32.702359, -90.1032 32.702209, -90.102844 32.702046, -90.102472 32.701788, -90.101952 32.70127, -90.101644 32.700875, -90.10119 32.700426, -90.100914 32.700221, -90.100543 32.700127, -90.100187 32.700169, -90.099703 32.70032, -90.099059 32.7008, -90.098254 32.701458, -90.097787 32.701951, -90.097224 32.702431, -90.096306 32.703171, -90.095468 32.703774, -90.094791 32.704268, -90.094389 32.704651, -90.094309 32.704897, -90.094229 32.705116, -90.094294 32.705307, -90.094424 32.705375, -90.095006 32.705428, -90.095636 32.705468, -90.095911 32.705562, -90.096106 32.705767, -90.09622 32.70604, -90.096205 32.706299, -90.096028 32.706573, -90.095529 32.707052, -90.095046 32.70734, -90.094642 32.707505, -90.094303 32.707575, -90.093561 32.707918, -90.092642 32.708303, -90.092045 32.70851, -90.091754 32.708606, -90.091319 32.708703, -90.090722 32.708882, -90.090415 32.70906, -90.09011 32.709416, -90.090013 32.709581, -90.090063 32.709908, -90.090274 32.710126, -90.090582 32.710344, -90.090792 32.710439, -90.090906 32.710657, -90.090858 32.710903, -90.09073 32.711149, -90.090489 32.711437, -90.090183 32.71167, -90.08978 32.711849, -90.089264 32.712273, -90.08891 32.712534, -90.088587 32.712658, -90.088183 32.712686, -90.087893 32.712796, -90.087635 32.712947, -90.087539 32.71318, -90.087572 32.713412, -90.087622 32.713685, -90.087752 32.713876, -90.087979 32.714094, -90.088318 32.71427, -90.088674 32.714324, -90.08924 32.714322, -90.089515 32.714444, -90.089839 32.71469, -90.089985 32.714908, -90.090034 32.715126, -90.089955 32.7154, -90.089778 32.715646, -90.089246 32.71603, -90.088698 32.7164, -90.088214 32.716647, -90.087795 32.716935, -90.087489 32.717154, -90.087167 32.717347, -90.087022 32.717374, -90.086714 32.717334, -90.086213 32.717131, -90.085937 32.71694, -90.085646 32.716859, -90.08542 32.716832, -90.085258 32.716833, -90.084984 32.716874, -90.084855 32.717121, -90.084777 32.717749, -90.084634 32.718542, -90.084508 32.719252, -90.084316 32.719663, -90.084123 32.719923, -90.083784 32.720019, -90.083218 32.720021, -90.082733 32.719954, -90.082409 32.719709, -90.08202 32.719232, -90.081662 32.718823, -90.081322 32.718496, -90.08116 32.718469, -90.08087 32.718579, -90.080742 32.718812, -90.080516 32.719085, -90.080129 32.719346, -90.079824 32.719647, -90.079711 32.71977, -90.079712 32.720071, -90.07981 32.720221, -90.080134 32.720466, -90.080571 32.720711, -90.080717 32.720942, -90.080766 32.721161, -90.080622 32.721516, -90.080284 32.721927, -90.079528 32.722803, -90.079255 32.723186, -90.078821 32.723775, -90.078516 32.724418, -90.078356 32.72476, -90.078292 32.725046, -90.078294 32.725511, -90.078312 32.725989, -90.078264 32.726167, -90.078151 32.726249, -90.077763 32.726154, -90.077164 32.72591, -90.076549 32.725611, -90.075869 32.725258, -90.075513 32.725177, -90.075271 32.725191, -90.074997 32.725342, -90.074804 32.725643, -90.07466 32.725998, -90.074402 32.726259, -90.074226 32.726628, -90.073969 32.727216, -90.073938 32.727571, -90.074101 32.727844, -90.074296 32.728021, -90.074473 32.728034, -90.074748 32.72791, -90.075022 32.727691, -90.075247 32.727404, -90.075343 32.727267, -90.07552 32.727144, -90.075714 32.727116, -90.075908 32.727156, -90.076216 32.727306, -90.076443 32.727606, -90.076671 32.727946, -90.076736 32.728192, -90.076657 32.728698, -90.076659 32.72908, -90.076547 32.729463, -90.076386 32.729586, -90.076305 32.729628, -90.075966 32.729546, -90.075545 32.729424, -90.074995 32.729358, -90.074624 32.729413, -90.074334 32.729633, -90.073931 32.730043, -90.07361 32.730481, -90.073352 32.730864, -90.073159 32.731097, -90.072836 32.731002, -90.072512 32.730771, -90.072139 32.730567, -90.071897 32.730609, -90.071688 32.7308, -90.071479 32.731088, -90.071206 32.73169, -90.071061 32.731786, -90.070802 32.731772, -90.070462 32.73165, -90.070316 32.731473, -90.070316 32.731282, -90.070282 32.731009, -90.070217 32.730695, -90.070135 32.730504, -90.070021 32.730327, -90.06986 32.730245, -90.069488 32.730246, -90.069133 32.730397, -90.06852 32.730795, -90.068198 32.731055, -90.067956 32.731097, -90.0676 32.731002, -90.067438 32.730907, -90.067356 32.730702, -90.067387 32.730279, -90.06737 32.729937, -90.067256 32.729787, -90.067046 32.729651, -90.0669 32.729652, -90.066561 32.729789, -90.066222 32.72994, -90.065899 32.729955, -90.065446 32.729833, -90.065155 32.729656, -90.064832 32.729616, -90.064622 32.729616, -90.06438 32.729904, -90.064204 32.730382, -90.06406 32.730738, -90.063818 32.730916, -90.063592 32.73093, -90.062994 32.730904, -90.062476 32.73081, -90.06191 32.73073, -90.06162 32.730812, -90.061443 32.730936, -90.061411 32.731236, -90.061656 32.731809, -90.061916 32.732423, -90.061918 32.732765, -90.061822 32.733175, -90.061661 32.733284, -90.06137 32.733312, -90.060949 32.733081, -90.06069 32.732863, -90.060382 32.732564, -90.060089 32.7321, -90.059846 32.731732, -90.059538 32.731473, -90.059101 32.731296, -90.058583 32.731216, -90.058082 32.731258, -90.057646 32.731341, -90.057404 32.731478, -90.057171 32.731704, -90.057056 32.731876, -90.057056 32.732012, -90.057144 32.732196, -90.057261 32.732356, -90.057276 32.732614, -90.057219 32.732799, -90.05706 32.73307, -90.056886 32.733464, -90.056858 32.733637, -90.056844 32.733908, -90.056903 32.734067, -90.057049 32.734338, -90.057342 32.734657, -90.057547 32.73494, -90.05765 32.735272, -90.057651 32.735542, -90.057535 32.735703, -90.057404 32.735814, -90.057157 32.735864, -90.056669 32.735877, -90.055824 32.735867, -90.054441 32.73587, -90.054062 32.735834, -90.053844 32.735699, -90.053683 32.735527, -90.05358 32.735208, -90.053593 32.734863, -90.053432 32.73463, -90.053228 32.73447, -90.052878 32.734299, -90.052601 32.734226, -90.052237 32.734226, -90.051859 32.734387, -90.051306 32.734586, -90.051074 32.734685, -90.050579 32.734932, -90.049954 32.73529, -90.049504 32.735525, -90.049155 32.735821, -90.048974 32.736031, -90.048757 32.736376, -90.048612 32.736721, -90.048556 32.737164, -90.048541 32.7373, -90.048571 32.737484, -90.048747 32.737693, -90.049024 32.737791, -90.049476 32.738036, -90.049636 32.738183, -90.049754 32.738466, -90.049682 32.7387, -90.049377 32.738984, -90.049013 32.739095, -90.04862 32.739195, -90.048228 32.739319, -90.047791 32.739455, -90.047457 32.739677, -90.046992 32.740011, -90.046644 32.740332, -90.046484 32.740529, -90.046296 32.740775, -90.046253 32.741034, -90.046341 32.741255, -90.046707 32.741648, -90.046999 32.741906, -90.047087 32.742189, -90.047117 32.742546, -90.047031 32.742964, -90.046916 32.743161, -90.046683 32.743445, -90.046276 32.743692, -90.046 32.743902, -90.045608 32.744137, -90.045259 32.744236, -90.044793 32.744336, -90.044648 32.744348, -90.044254 32.744312, -90.043846 32.744264, -90.043148 32.744241, -90.042623 32.744267, -90.042347 32.744464, -90.042202 32.7446, -90.042043 32.74492, -90.041724 32.745413, -90.041551 32.745795, -90.041392 32.746128, -90.041276 32.746239, -90.040971 32.746596, -90.040695 32.746806, -90.040375 32.746955, -90.039983 32.747214, -90.039794 32.747436, -90.039649 32.747732, -90.039635 32.747904, -90.039767 32.748064, -90.039884 32.748137, -90.040074 32.748346, -90.040278 32.748616, -90.040396 32.748948, -90.040455 32.74928, -90.040413 32.749613, -90.040239 32.750044, -90.039978 32.750389, -90.03963 32.750759, -90.039282 32.751129, -90.039006 32.751327, -90.038758 32.751463, -90.038628 32.751623, -90.038679 32.751783, -90.038854 32.751893, -90.039073 32.751905, -90.039364 32.75183, -90.039844 32.751768, -90.040019 32.751854, -90.040122 32.752038, -90.040123 32.752235, -90.040036 32.75253, -90.039891 32.752728, -90.039674 32.752962, -90.039398 32.753332, -90.039209 32.753504, -90.038875 32.75369, -90.038497 32.753925, -90.038206 32.754061, -90.038075 32.754147, -90.038047 32.754282, -90.038164 32.754504, -90.038456 32.754675, -90.038923 32.754933, -90.039127 32.755142, -90.039317 32.7554, -90.039333 32.755719, -90.039327 32.756064, -90.039197 32.756458, -90.038863 32.756766, -90.038601 32.756939, -90.038456 32.757137, -90.038385 32.757481, -90.038444 32.757666, -90.038633 32.757838, -90.038969 32.758071, -90.039436 32.758365, -90.039597 32.758648, -90.039598 32.758955, -90.039453 32.75914, -90.039206 32.759239, -90.038638 32.759278, -90.038128 32.759168, -90.037545 32.759022, -90.036977 32.758986, -90.036219 32.758951, -90.035564 32.758965, -90.035164 32.759027, -90.034742 32.759139, -90.034159 32.759276, -90.033665 32.759486, -90.033083 32.759684, -90.03269 32.759845, -90.032516 32.759993, -90.032444 32.760202, -90.032415 32.760313, -90.032693 32.760706, -90.033102 32.761038, -90.033248 32.761308, -90.033264 32.761603, -90.033163 32.761924, -90.032945 32.762195, -90.032669 32.762368, -90.032364 32.762541, -90.032058 32.762652, -90.03165 32.762702, -90.031214 32.762753, -90.030981 32.762839, -90.030778 32.762987, -90.03069 32.763111, -90.030808 32.763283, -90.031128 32.763344, -90.031609 32.763306, -90.032133 32.76323, -90.032366 32.763267, -90.03257 32.76334, -90.032789 32.763549, -90.032965 32.763868, -90.032922 32.764139, -90.032792 32.764312, -90.032603 32.764435, -90.032341 32.764534, -90.031962 32.764622, -90.031715 32.764684, -90.031512 32.764807, -90.03125 32.765054, -90.031105 32.765325, -90.031004 32.765633, -90.030976 32.766051, -90.031006 32.766346, -90.031094 32.766531, -90.03127 32.766838, -90.031577 32.767047, -90.031854 32.767218, -90.032189 32.767316, -90.032539 32.767364, -90.032816 32.767462, -90.032992 32.76761, -90.033094 32.767806, -90.033094 32.767942, -90.033066 32.768077, -90.032964 32.768225, -90.032746 32.768386, -90.032514 32.76846, -90.031975 32.768523, -90.031684 32.768572, -90.031407 32.768672, -90.031189 32.768857, -90.031044 32.769091, -90.031001 32.769238, -90.031133 32.769448, -90.031382 32.769792, -90.031717 32.770062, -90.031907 32.770233, -90.03201 32.770405, -90.031894 32.770615, -90.031734 32.7708, -90.031545 32.7708, -90.031297 32.770715, -90.030889 32.770556, -90.030481 32.770483, -90.030146 32.770545, -90.029855 32.770718, -90.029754 32.770878, -90.02974 32.771137, -90.029755 32.771309, -90.029945 32.771432, -90.030324 32.771812, -90.03045 32.772084, -90.030523 32.772316, -90.030451 32.772526, -90.030248 32.772981, -90.030147 32.773265, -90.03009 32.773523, -90.030207 32.773744, -90.030455 32.773928, -90.030791 32.7741, -90.031228 32.774234, -90.031563 32.774344, -90.031695 32.774455, -90.031856 32.774627, -90.03193 32.774959, -90.031828 32.775205, -90.031494 32.775378, -90.03081 32.775589, -90.030198 32.775701, -90.029252 32.775703, -90.028712 32.77568, -90.028246 32.775693, -90.027853 32.775817, -90.027548 32.775929, -90.027286 32.776151, -90.026996 32.776385, -90.026719 32.776509, -90.026341 32.776682, -90.026007 32.777003, -90.025775 32.777286, -90.025608 32.777644, -90.02542 32.777939, -90.025348 32.77821, -90.025363 32.778444, -90.025495 32.778678, -90.025714 32.778738, -90.026063 32.77875, -90.026544 32.778663, -90.026821 32.778699, -90.026952 32.778822, -90.026953 32.778994, -90.02691 32.779253, -90.026736 32.779487, -90.026474 32.77966, -90.026111 32.779993, -90.025966 32.780252, -90.025938 32.78051, -90.025953 32.780855, -90.025896 32.781199, -90.025853 32.781409, -90.025737 32.781557, -90.025446 32.781717, -90.025184 32.781829, -90.02482 32.78194, -90.024529 32.782076, -90.024312 32.782274, -90.024254 32.782434, -90.024181 32.782594, -90.024168 32.782828, -90.024387 32.783196, -90.024782 32.783614, -90.024987 32.784032, -90.024988 32.784303, -90.02493 32.784475, -90.024712 32.784697, -90.024363 32.784919, -90.023941 32.785031, -90.023577 32.78502, -90.02314 32.784959, -90.022965 32.784972, -90.022513 32.78501, -90.022382 32.785084, -90.02231 32.785305, -90.022325 32.785478, -90.02253 32.785822, -90.022911 32.78651, -90.02297 32.786682, -90.022971 32.786965, -90.022884 32.787248, -90.022784 32.787606, -90.022668 32.788, -90.022582 32.78832, -90.02251 32.788677, -90.022365 32.788837, -90.022234 32.789084, -90.022017 32.789392, -90.021843 32.789663, -90.021713 32.789995, -90.021641 32.790463, -90.02157 32.790845, -90.021542 32.791276, -90.02147 32.791719, -90.021326 32.792261, -90.02108 32.792778, -90.020878 32.793271, -90.02082 32.793505, -90.02101 32.793738, -90.021346 32.79391, -90.02171 32.793933, -90.022103 32.793871, -90.022584 32.79371, -90.02302 32.793635, -90.023327 32.793672, -90.023502 32.793733, -90.023721 32.794015, -90.02381 32.79436, -90.023723 32.794717, -90.023622 32.795111, -90.023463 32.795443, -90.023246 32.795751, -90.022969 32.795912, -90.022634 32.795999, -90.022212 32.796012, -90.021862 32.795914, -90.021366 32.795792, -90.021104 32.795793, -90.020885 32.795806, -90.020609 32.795942, -90.020478 32.79609, -90.020362 32.79641, -90.020422 32.796791, -90.020759 32.79743, -90.020979 32.797836, -90.021024 32.798414, -90.021025 32.798685, -90.020866 32.799006, -90.02059 32.7994, -90.020009 32.799967, -90.019573 32.800264, -90.019311 32.800424, -90.019034 32.800498, -90.018656 32.800499, -90.018495 32.800524, -90.018306 32.800635, -90.018204 32.800722, -90.018132 32.800833, -90.018161 32.800931, -90.018308 32.801152, -90.018498 32.801509, -90.018572 32.801841, -90.018515 32.802149, -90.018399 32.802358, -90.018239 32.802518, -90.017977 32.802679, -90.01773 32.802876, -90.01744 32.80316, -90.017397 32.803443, -90.017412 32.80364, -90.017616 32.803874, -90.018127 32.804131, -90.018638 32.804425, -90.019237 32.804879, -90.019675 32.805223, -90.020054 32.80537, -90.020697 32.805688, -90.020857 32.80586, -90.020902 32.806168, -90.020845 32.806476, -90.020628 32.806907, -90.020396 32.807338, -90.020135 32.807831, -90.019889 32.808397, -90.019686 32.808779, -90.019555 32.808927, -90.019308 32.809149, -90.01909 32.809322, -90.018887 32.809519, -90.018741 32.809643, -90.018654 32.809864, -90.018582 32.810025, -90.018539 32.810209, -90.01854 32.810418, -90.018512 32.811083, -90.018441 32.811416, -90.018354 32.811736, -90.018224 32.812007, -90.017948 32.812253, -90.017643 32.812697, -90.017527 32.812894, -90.017571 32.813042, -90.017688 32.813177, -90.017907 32.813238, -90.018329 32.813163, -90.019028 32.813002, -90.01948 32.81289, -90.019771 32.812914, -90.020078 32.813024, -90.020224 32.813196, -90.020254 32.813405, -90.02008 32.813738, -90.019847 32.813972, -90.019412 32.814441, -90.019034 32.814835, -90.018874 32.815082, -90.018817 32.815488, -90.018774 32.81571, -90.018731 32.815981, -90.018688 32.816251, -90.01866 32.81667, -90.018633 32.817162, -90.018794 32.817445, -90.019043 32.81774, -90.019306 32.817998, -90.019452 32.818268, -90.019482 32.818465, -90.019381 32.818724, -90.019207 32.818982, -90.018887 32.819241, -90.018523 32.819562, -90.018175 32.819908, -90.018044 32.820105, -90.018074 32.820474, -90.018177 32.820818, -90.018397 32.821261, -90.01869 32.821715, -90.0191 32.822379, -90.019232 32.822736, -90.019219 32.823031, -90.01903 32.823179, -90.01884 32.823216, -90.018636 32.823217, -90.018345 32.823107, -90.01814 32.82307, -90.017937 32.823145, -90.017879 32.823268, -90.017835 32.82344, -90.017997 32.823846, -90.018348 32.824374, -90.018554 32.824805, -90.018657 32.825137, -90.018599 32.825309, -90.018425 32.825494, -90.018235 32.825556, -90.017988 32.825581, -90.017696 32.825508, -90.017273 32.825312, -90.017025 32.825276, -90.016821 32.825411, -90.016778 32.825559, -90.016822 32.825731, -90.017042 32.826038, -90.017363 32.826321, -90.017626 32.826554, -90.017685 32.826812, -90.017613 32.827046, -90.017439 32.827231, -90.017046 32.827515, -90.016741 32.827811, -90.016188 32.828182, -90.015752 32.828539, -90.015258 32.828971, -90.015069 32.829255, -90.015011 32.829489, -90.014968 32.829698, -90.014911 32.830042, -90.014664 32.830486, -90.014301 32.830794, -90.013792 32.831091, -90.013355 32.831252, -90.012728 32.83129, -90.01232 32.831192, -90.011882 32.830886, -90.011545 32.83053, -90.011251 32.829644, -90.010943 32.829091, -90.010533 32.828464, -90.010022 32.827961, -90.00973 32.827888, -90.009468 32.82795, -90.00925 32.828147, -90.008989 32.828652, -90.0087 32.829403, -90.008468 32.830007, -90.008251 32.830635, -90.008079 32.83146, -90.007919 32.831718, -90.007759 32.831842, -90.007599 32.831892, -90.007439 32.831855, -90.007205 32.83172, -90.006912 32.83129, -90.006648 32.830712, -90.006574 32.830208, -90.006617 32.8299, -90.006747 32.829592, -90.006717 32.829334, -90.006585 32.829149, -90.006352 32.829076, -90.005886 32.829224, -90.00529 32.829383, -90.004828 32.82949, -90.004216 32.829681, -90.003479 32.829988, -90.002755 32.830275, -90.002268 32.830413, -90.001768 32.83053, -90.001193 32.830594, -90.000731 32.83069, -90.000369 32.830839, -89.999582 32.83121, -89.998746 32.831655, -89.998084 32.831994, -89.997398 32.832375, -89.996998 32.832703, -89.996761 32.832915, -89.9964 32.833285, -89.996138 32.833486, -89.995776 32.833804, -89.99524 32.83429, -89.994916 32.834618, -89.994841 32.83485, -89.99488 32.835082, -89.994968 32.835483, -89.995032 32.835853, -89.995045 32.836264, -89.995009 32.836581, -89.994897 32.836887, -89.99476 32.837194, -89.994586 32.837416, -89.994237 32.837839, -89.993925 32.838209, -89.993626 32.838558, -89.993402 32.838854, -89.993191 32.839297, -89.993129 32.839519, -89.993142 32.83991, -89.993131 32.840268, -89.993094 32.840617, -89.993032 32.840839, -89.992871 32.841156, -89.992696 32.841504, -89.992472 32.841769, -89.99226 32.842064, -89.991787 32.842678, -89.991376 32.843185, -89.991064 32.843566, -89.990877 32.843819, -89.99074 32.844084, -89.990554 32.844464, -89.990517 32.844844, -89.990493 32.845203, -89.990519 32.84535, -89.990594 32.845551, -89.99077 32.845793, -89.99097 32.845951, -89.991208 32.846035, -89.991446 32.846077, -89.991771 32.846034, -89.992233 32.845896, -89.992408 32.845875, -89.992609 32.845948, -89.992746 32.846053, -89.992897 32.846285, -89.992873 32.846665, -89.992686 32.846951, -89.992512 32.847257, -89.992225 32.847574, -89.992051 32.847765, -89.991801 32.847839, -89.991576 32.847861, -89.991126 32.847819, -89.99055 32.847694, -89.99005 32.847568, -89.989512 32.847432, -89.989198 32.847285, -89.98876 32.847043, -89.988535 32.847022, -89.988385 32.847054, -89.988198 32.847107, -89.988048 32.847276, -89.987961 32.847477, -89.987924 32.847709, -89.988012 32.847994, -89.988026 32.848321, -89.987989 32.848532, -89.987902 32.848723, -89.987728 32.848955, -89.987528 32.849146, -89.987416 32.849272, -89.987416 32.84941, -89.987479 32.849504, -89.987616 32.849568, -89.987867 32.849683, -89.988243 32.849862, -89.988468 32.85003, -89.988556 32.850241, -89.988607 32.85041, -89.988594 32.850547, -89.988495 32.850653, -89.988332 32.850717, -89.987995 32.850939, -89.987658 32.851151, -89.987396 32.851405, -89.987322 32.851605, -89.98726 32.851774, -89.987273 32.85207, -89.987224 32.852344, -89.987124 32.852524, -89.986912 32.852672, -89.98655 32.852747, -89.986287 32.852832, -89.986087 32.852948, -89.985888 32.853138, -89.985838 32.853297, -89.985851 32.853466, -89.986002 32.853656, -89.986127 32.853761, -89.986278 32.85395, -89.986416 32.854193, -89.986429 32.854404, -89.986392 32.854578, -89.986255 32.854716, -89.986117 32.854769, -89.985867 32.854801, -89.985617 32.854759, -89.985204 32.854602, -89.984828 32.854423, -89.984578 32.854371, -89.984316 32.854392, -89.984153 32.854445, -89.983941 32.854636, -89.983791 32.854836, -89.983767 32.855048, -89.98373 32.855428, -89.983644 32.855702, -89.983594 32.85584, -89.983457 32.855967, -89.983207 32.856178, -89.983058 32.856337, -89.982983 32.856474, -89.983008 32.856696, -89.983109 32.856854, -89.983359 32.856991, -89.983772 32.857064, -89.98406 32.857053, -89.984322 32.856947, -89.984709 32.856703, -89.985059 32.856428, -89.985284 32.856322, -89.985459 32.856343, -89.985646 32.856438, -89.985697 32.856691, -89.98566 32.856934, -89.985523 32.857198, -89.98525 32.857673, -89.98505 32.85809, -89.984889 32.858376, -89.984802 32.85864, -89.98474 32.858872, -89.984728 32.859136, -89.984716 32.859389, -89.98473 32.859759, -89.984655 32.859928, -89.984493 32.860044, -89.984343 32.860129, -89.984168 32.86015, -89.983968 32.86014, -89.98363 32.860067, -89.983367 32.85993, -89.983079 32.859867, -89.982829 32.859863, -89.982667 32.859947, -89.982542 32.860106, -89.98248 32.860275, -89.982381 32.860602, -89.982332 32.860877, -89.982157 32.861194, -89.982033 32.861374, -89.981733 32.861617, -89.981546 32.861818, -89.981384 32.862145, -89.981235 32.862473, -89.981249 32.862853, -89.981312 32.863169, -89.981513 32.863422, -89.981763 32.86359, -89.981976 32.863643, -89.982264 32.863621, -89.982764 32.863546, -89.983164 32.863525, -89.983652 32.863576, -89.98379 32.863671, -89.983852 32.863829, -89.983816 32.864041, -89.983741 32.864199, -89.983479 32.864432, -89.983267 32.864601, -89.983005 32.864813, -89.982643 32.865098, -89.982293 32.865289, -89.981868 32.865469, -89.981493 32.865596, -89.981181 32.865713, -89.980994 32.86583, -89.980682 32.86602, -89.980357 32.866169, -89.979969 32.866233, -89.979694 32.866223, -89.979368 32.866086, -89.979068 32.865939, -89.978817 32.865749, -89.978441 32.865444, -89.978078 32.865276, -89.977653 32.865171, -89.977277 32.865129, -89.977077 32.865151, -89.976765 32.865257, -89.976552 32.865384, -89.976415 32.865532, -89.976353 32.865627, -89.976378 32.865775, -89.976504 32.865901, -89.976779 32.866048, -89.97703 32.866249, -89.977105 32.866432, -89.977105 32.866508, -89.977052 32.866689, -89.97689 32.866841, -89.97655 32.866933, -89.976083 32.866994, -89.975436 32.866935, -89.974951 32.866951, -89.974413 32.867066, -89.973821 32.867203, -89.973282 32.86731, -89.972924 32.867417, -89.972565 32.867584, -89.972278 32.867766, -89.972081 32.867979, -89.971956 32.868131, -89.971956 32.868312, -89.972028 32.868479, -89.972352 32.868569, -89.972711 32.868584, -89.973106 32.868644, -89.973304 32.86878, -89.973322 32.868901, -89.973305 32.869098, -89.973144 32.869235, -89.972946 32.869372, -89.972606 32.86963, -89.972283 32.869903, -89.972176 32.8701, -89.972123 32.870464, -89.972159 32.870646, -89.972448 32.87107, -89.972665 32.8716, -89.972648 32.871994, -89.972416 32.87254, -89.972129 32.872919, -89.971771 32.873253, -89.971323 32.873587, -89.970785 32.873831, -89.970408 32.874028, -89.970121 32.874332, -89.969835 32.874772, -89.969495 32.875106, -89.969028 32.875304, -89.968651 32.87538, -89.968436 32.875456, -89.968096 32.875775, -89.967917 32.876063, -89.967774 32.876624, -89.967596 32.877185, -89.967435 32.877473, -89.96722 32.877716, -89.96679 32.878066, -89.966432 32.87846, -89.966271 32.878748, -89.966182 32.879158, -89.966199 32.879621))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 62.297255243068825}]", "question_entities": "{\"[3]\": {\"region_name\": \"Yazoo County, Mississippi\", \"geo_wkt\": \"POLYGON ((-89.966199 32.879621, -89.981314 32.884928, -89.987185 32.886967, -90.125126 32.935394, -90.157268 32.946758, -90.191827 32.958973, -90.218128 32.968291, -90.243598 32.977313, -90.271202 32.986914, -90.295021 32.995119, -90.320628 33.003956, -90.338283 33.010128, -90.336977 33.011823, -90.336786 33.012557, -90.336827 33.013498, -90.337018 33.014103, -90.337495 33.014937, -90.338245 33.015906, -90.33955 33.017213, -90.340305 33.018457, -90.340812 33.019155, -90.34149 33.019844, -90.342358 33.021221, -90.342844 33.021686, -90.343377 33.021869, -90.344674 33.022093, -90.345936 33.022302, -90.346544 33.02227, -90.347209 33.021997, -90.349452 33.02052, -90.349892 33.020048, -90.350273 33.019173, -90.350744 33.017021, -90.351029 33.015554, -90.351446 33.014716, -90.352375 33.013683, -90.353764 33.012572, -90.354605 33.012014, -90.356832 33.011187, -90.359234 33.010774, -90.361955 33.010578, -90.363942 33.010596, -90.363963 33.009906, -90.433165 33.009306, -90.450501 33.009135, -90.449326 32.923092, -90.655562 32.92212, -90.759606 32.835445, -90.759314 32.813689, -90.758035 32.814901, -90.75641 32.815982, -90.755319 32.816602, -90.754503 32.817238, -90.753779 32.817721, -90.752832 32.817924, -90.752088 32.817886, -90.7512 32.817781, -90.750352 32.817929, -90.749862 32.818034, -90.749379 32.818121, -90.748844 32.817979, -90.747852 32.817628, -90.747277 32.817304, -90.746912 32.817041, -90.746514 32.816295, -90.746089 32.815455, -90.74575 32.814929, -90.74541 32.814621, -90.744901 32.814391, -90.744444 32.814144, -90.744066 32.8137, -90.743922 32.813403, -90.74385 32.812882, -90.744 32.812383, -90.74404 32.811961, -90.743806 32.811445, -90.743394 32.811013, -90.74246 32.810501, -90.74199 32.810062, -90.741664 32.809607, -90.741389 32.80897, -90.741115 32.80868, -90.740632 32.808559, -90.73902 32.808773, -90.737819 32.80908, -90.73727 32.809349, -90.736735 32.809514, -90.735965 32.80959, -90.735325 32.809481, -90.734242 32.809327, -90.733726 32.809272, -90.733308 32.809349, -90.73289 32.809629, -90.732499 32.810836, -90.732296 32.811845, -90.732022 32.812213, -90.731624 32.812531, -90.731382 32.81258, -90.730899 32.81252, -90.730553 32.812548, -90.73023 32.812589, -90.729816 32.812723, -90.729594 32.813059, -90.729571 32.813284, -90.729677 32.813536, -90.730065 32.813796, -90.730438 32.814134, -90.730498 32.814401, -90.730475 32.814626, -90.730309 32.814836, -90.730046 32.815026, -90.729626 32.815185, -90.728938 32.815336, -90.728361 32.81555, -90.728094 32.815755, -90.727937 32.816062, -90.727964 32.816356, -90.728089 32.81664, -90.728532 32.817047, -90.728624 32.817384, -90.728694 32.817784, -90.728648 32.818137, -90.728463 32.818401, -90.727955 32.818839, -90.727175 32.819285, -90.726483 32.819483, -90.725689 32.819533, -90.725052 32.819467, -90.724683 32.819429, -90.723972 32.819153, -90.723478 32.818866, -90.72297 32.818564, -90.722642 32.818036, -90.722684 32.817555, -90.722809 32.816896, -90.72273 32.816438, -90.722504 32.816077, -90.722031 32.815643, -90.720962 32.815205, -90.72009 32.814876, -90.719333 32.8147, -90.718608 32.81467, -90.71776 32.814654, -90.717065 32.814498, -90.716285 32.814174, -90.715786 32.814013, -90.715198 32.81405, -90.714648 32.814324, -90.714348 32.81453, -90.714002 32.815061, -90.713642 32.815682, -90.713342 32.815946, -90.712918 32.816136, -90.71193 32.816442, -90.711422 32.816671, -90.711007 32.817051, -90.710508 32.81754, -90.709964 32.817804, -90.709059 32.817986, -90.708334 32.818013, -90.707803 32.817858, -90.707457 32.817582, -90.707203 32.817051, -90.707065 32.816438, -90.706889 32.816213, -90.706617 32.815988, -90.705791 32.815829, -90.705182 32.81586, -90.704282 32.816046, -90.703321 32.81638, -90.701932 32.817074, -90.701475 32.817346, -90.700755 32.817916, -90.700284 32.818102, -90.699938 32.818106, -90.699573 32.817966, -90.698812 32.817466, -90.698147 32.817222, -90.697215 32.817179, -90.696693 32.817125, -90.696199 32.816993, -90.695853 32.816659, -90.695447 32.81612, -90.694639 32.81534, -90.694427 32.815034, -90.694293 32.814704, -90.694293 32.814421, -90.694422 32.814052, -90.694792 32.813715, -90.695332 32.81344, -90.696388 32.813242, -90.697506 32.813164, -90.698812 32.813118, -90.699652 32.813098, -90.700344 32.813001, -90.70117 32.812613, -90.70202 32.812124, -90.702661 32.811333, -90.703257 32.810553, -90.703912 32.810064, -90.705058 32.809398, -90.708108 32.807629, -90.709299 32.80688, -90.710056 32.806246, -90.711422 32.80506, -90.712715 32.80301, -90.714493 32.79991, -90.715522 32.797045, -90.715926 32.794188, -90.715865 32.791624, -90.715475 32.789388, -90.714739 32.787569, -90.714122 32.786584, -90.712109 32.783249, -90.711879 32.782782, -90.71118 32.781363, -90.710952 32.780899, -90.70852 32.778095, -90.706734 32.776473, -90.705459 32.77587, -90.704662 32.775763, -90.703801 32.775857, -90.702621 32.775387, -90.699879 32.773846, -90.696451 32.772773, -90.694856 32.771875, -90.693294 32.770414, -90.691572 32.768953, -90.690297 32.767491, -90.689388 32.765655, -90.688798 32.763966, -90.68875 32.762933, -90.68891 32.76174, -90.688894 32.76048, -90.689197 32.759152, -90.689659 32.75816, -90.690058 32.757168, -90.690217 32.756457, -90.690679 32.755425, -90.691907 32.754178, -90.693613 32.752877, -90.696116 32.75159, -90.699225 32.749981, -90.702031 32.749016, -90.704311 32.748627, -90.706272 32.748171, -90.709492 32.747433, -90.711422 32.747339, -90.714403 32.7475, -90.717528 32.747996, -90.719011 32.748426, -90.720947 32.749485, -90.723268 32.750946, -90.725547 32.752676, -90.727237 32.754942, -90.728178 32.755867, -90.729661 32.756618, -90.731988 32.757302, -90.732849 32.757382, -90.733902 32.757154, -90.735113 32.756712, -90.735735 32.756162, -90.736437 32.755116, -90.736963 32.75387, -90.737154 32.752609, -90.736963 32.751496, -90.736357 32.75033, -90.735129 32.747406, -90.734874 32.746159, -90.734858 32.744953, -90.735209 32.743169, -90.73591 32.741426, -90.737455 32.738609, -90.739434 32.736625, -90.740663 32.734805, -90.741618 32.733232, -90.742191 32.731746, -90.742399 32.730469, -90.742192 32.728564, -90.741427 32.726566, -90.740358 32.725036, -90.737057 32.721848, -90.73449 32.719328, -90.730151 32.716603, -90.725384 32.714957, -90.722572 32.71326, -90.719455 32.710406, -90.71591 32.708349, -90.711968 32.707192, -90.706956 32.707244, -90.702556 32.707552, -90.697208 32.707218, -90.692807 32.706498, -90.687796 32.705032, -90.679483 32.701123, -90.67276 32.696932, -90.668788 32.69436, -90.666159 32.691814, -90.664112 32.68811, -90.66344 32.68577, -90.663898 32.68312, -90.663776 32.679674, -90.664692 32.676227, -90.665606 32.673333, -90.666621 32.671914, -90.669084 32.669858, -90.670943 32.669513, -90.672823 32.667785, -90.674811 32.665911, -90.676475 32.664801, -90.6795 32.663964, -90.682374 32.663637, -90.684881 32.663819, -90.688381 32.664656, -90.690781 32.665878, -90.69307 32.668658, -90.694734 32.67155, -90.695253 32.673605, -90.69508 32.675279, -90.694734 32.67748, -90.694821 32.680717, -90.69562 32.685355, -90.69683 32.687356, -90.698862 32.688829, -90.70314 32.69052, -90.704869 32.690847, -90.707202 32.690629, -90.709925 32.689447, -90.711654 32.688247, -90.71267 32.686883, -90.71321 32.68501, -90.713015 32.6831, -90.712302 32.680699, -90.712345 32.678953, -90.712864 32.676843, -90.714355 32.674988, -90.716105 32.673587, -90.71698 32.672089, -90.723264 32.66218, -90.724015 32.660508, -90.724512 32.658305, -90.724202 32.656131, -90.723562 32.654096, -90.722933 32.653399, -90.72119 32.652126, -90.720604 32.651115, -90.720318 32.650565, -90.719766 32.648158, -90.718596 32.646086, -90.717658 32.64498, -90.715495 32.643626, -90.712358 32.642273, -90.708316 32.64176, -90.702946 32.6418, -90.69867 32.642049, -90.696048 32.641629, -90.6943 32.640958, -90.692692 32.639644, -90.691631 32.638014, -90.691162 32.636148, -90.691584 32.634374, -90.692661 32.631837, -90.695345 32.628169, -90.696781 32.625659, -90.697764 32.62462, -90.699356 32.623858, -90.700543 32.623371, -90.701869 32.623516, -90.704804 32.625554, -90.705881 32.625908, -90.707192 32.625816, -90.70816 32.625475, -90.709533 32.62441, -90.71086 32.623805, -90.714059 32.623542, -90.716541 32.623884, -90.718617 32.624397, -90.720131 32.624226, -90.721036 32.62349, -90.721504 32.622346, -90.72127 32.620966, -90.7201 32.61856, -90.68954 32.618459, -90.690135 32.589262, -90.65562 32.589344, -90.655244 32.574866, -90.653918 32.574859, -90.654354 32.545726, -90.588229 32.545756, -90.588151 32.531131, -90.554011 32.531431, -90.553947 32.507384, -90.553828 32.507447, -90.553594 32.507538, -90.553209 32.50768, -90.552706 32.507832, -90.552215 32.507994, -90.551864 32.508096, -90.551431 32.508148, -90.551092 32.508289, -90.5508 32.50842, -90.550403 32.508641, -90.550171 32.508852, -90.549997 32.509081, -90.549765 32.50943, -90.549604 32.509739, -90.549406 32.509949, -90.549138 32.51008, -90.548823 32.510311, -90.548574 32.510495, -90.548232 32.510586, -90.547653 32.510657, -90.547072 32.510571, -90.546808 32.510551, -90.546386 32.510442, -90.546015 32.510288, -90.545801 32.509954, -90.545639 32.509486, -90.545478 32.509219, -90.545186 32.508908, -90.544867 32.508619, -90.544365 32.508466, -90.543863 32.508358, -90.543572 32.508292, -90.54336 32.50816, -90.543146 32.507804, -90.543144 32.507513, -90.543299 32.507244, -90.543664 32.506751, -90.54395 32.506302, -90.544027 32.505989, -90.543972 32.505788, -90.54368 32.505589, -90.543231 32.505458, -90.54273 32.505438, -90.541728 32.505467, -90.540859 32.505495, -90.5402 32.505477, -90.539885 32.505635, -90.539596 32.505838, -90.53952 32.506106, -90.539549 32.506486, -90.539816 32.506842, -90.540188 32.507108, -90.540718 32.507439, -90.54093 32.507661, -90.540961 32.50813, -90.540964 32.508532, -90.540782 32.508824, -90.540547 32.509049, -90.540206 32.509207, -90.539758 32.509188, -90.539309 32.509168, -90.538833 32.508948, -90.538672 32.508636, -90.538483 32.508168, -90.538322 32.507856, -90.538003 32.507546, -90.53763 32.507101, -90.537154 32.506948, -90.536732 32.506861, -90.536364 32.506975, -90.536075 32.507089, -90.535815 32.507515, -90.535476 32.507964, -90.535111 32.50839, -90.534877 32.508772, -90.534457 32.509042, -90.534037 32.509246, -90.533671 32.509539, -90.53312 32.509899, -90.532727 32.510192, -90.532519 32.510484, -90.532362 32.510597, -90.532124 32.510598, -90.531703 32.510623, -90.531229 32.510671, -90.530702 32.510786, -90.530308 32.510877, -90.53015 32.510878, -90.530043 32.5107, -90.529987 32.510343, -90.529877 32.509808, -90.529742 32.509407, -90.529582 32.509274, -90.529157 32.508919, -90.528786 32.508675, -90.528176 32.508188, -90.527592 32.507767, -90.526954 32.50719, -90.526422 32.506612, -90.52613 32.506346, -90.525731 32.505969, -90.525254 32.505637, -90.524881 32.505192, -90.524323 32.504637, -90.523658 32.504016, -90.523366 32.503727, -90.523047 32.503439, -90.522754 32.503106, -90.522596 32.50304, -90.522279 32.503042, -90.5222 32.503087, -90.521991 32.503267, -90.521756 32.503581, -90.521495 32.503828, -90.521312 32.504053, -90.521105 32.504478, -90.521055 32.504769, -90.52111 32.505014, -90.521243 32.505148, -90.521534 32.505347, -90.5218 32.505546, -90.521802 32.50577, -90.521724 32.505904, -90.521674 32.506307, -90.521757 32.50673, -90.522024 32.507153, -90.522343 32.507419, -90.522556 32.507642, -90.522584 32.507865, -90.522296 32.508134, -90.521957 32.508583, -90.521616 32.508697, -90.521248 32.508878, -90.520802 32.509104, -90.520671 32.509217, -90.520541 32.509374, -90.520516 32.50962, -90.520545 32.509865, -90.520731 32.510088, -90.521022 32.51013, -90.521366 32.510285, -90.521578 32.51044, -90.521738 32.510729, -90.521847 32.511041, -90.521932 32.511756, -90.522124 32.512626, -90.522261 32.513228, -90.522529 32.51374, -90.522821 32.514006, -90.523272 32.514294, -90.523801 32.514492, -90.524066 32.514646, -90.524514 32.514688, -90.525068 32.51473, -90.525489 32.514638, -90.525544 32.514883, -90.525495 32.51533, -90.52542 32.515822, -90.525344 32.516091, -90.525188 32.516382, -90.524952 32.516607, -90.524718 32.516943, -90.524589 32.517235, -90.524429 32.517034, -90.524323 32.516968, -90.524217 32.516902, -90.52395 32.516591, -90.523682 32.516056, -90.523443 32.515857, -90.522967 32.515658, -90.522492 32.51555, -90.522069 32.515485, -90.521648 32.51551, -90.521252 32.515557, -90.520701 32.515829, -90.520334 32.516121, -90.519968 32.516414, -90.519815 32.516996, -90.519844 32.517308, -90.520034 32.517955, -90.520511 32.51822, -90.520853 32.518129, -90.521509 32.517812, -90.522194 32.517785, -90.522538 32.517962, -90.523096 32.518361, -90.523494 32.518693, -90.523498 32.519118, -90.52321 32.519388, -90.522713 32.519815, -90.522396 32.519817, -90.522159 32.519841, -90.521923 32.519932, -90.521423 32.520136, -90.520898 32.520385, -90.520478 32.520521, -90.519953 32.520815, -90.519664 32.520995, -90.519403 32.521243, -90.519089 32.52158, -90.518565 32.52194, -90.518275 32.521987, -90.517933 32.522034, -90.517511 32.522014, -90.517143 32.52215, -90.516722 32.522309, -90.516329 32.522579, -90.516174 32.52296, -90.516125 32.523362, -90.516076 32.523854, -90.516002 32.524413, -90.515743 32.524996, -90.515508 32.525198, -90.515141 32.525468, -90.514562 32.525673, -90.514325 32.525697, -90.513982 32.525676, -90.513586 32.525612, -90.513215 32.525391, -90.51295 32.525236, -90.512578 32.524881, -90.512232 32.524458, -90.512042 32.523856, -90.512038 32.52332, -90.511928 32.522896, -90.511609 32.522563, -90.511264 32.52232, -90.511027 32.522276, -90.510552 32.522279, -90.510394 32.52228, -90.509974 32.522439, -90.509633 32.522665, -90.509136 32.523137, -90.508718 32.523653, -90.508457 32.523923, -90.508195 32.524103, -90.507931 32.524149, -90.507588 32.524107, -90.507402 32.523884, -90.507238 32.523282, -90.507077 32.522859, -90.506704 32.522459, -90.506413 32.522304, -90.505911 32.52224, -90.505253 32.522289, -90.504778 32.522314, -90.504541 32.522316, -90.504119 32.522318, -90.503829 32.522275, -90.503354 32.522256, -90.502906 32.522258, -90.502643 32.522416, -90.502487 32.522596, -90.502384 32.522909, -90.502439 32.523155, -90.502786 32.523756, -90.503081 32.524357, -90.503139 32.524893, -90.503087 32.52505, -90.502878 32.525319, -90.502616 32.525454, -90.502379 32.525501, -90.502089 32.525458, -90.501771 32.525326, -90.50132 32.524971, -90.500444 32.524284, -90.50002 32.52404, -90.499624 32.523931, -90.49915 32.524046, -90.498597 32.52416, -90.498124 32.524253, -90.497756 32.524389, -90.497441 32.52457, -90.497259 32.524973, -90.497234 32.525152, -90.497369 32.525441, -90.497608 32.525641, -90.498163 32.525838, -90.498639 32.52597, -90.49901 32.526236, -90.499251 32.526636, -90.499254 32.526971, -90.499099 32.527374, -90.498838 32.527711, -90.498288 32.528183, -90.497868 32.528364, -90.497263 32.528636, -90.496239 32.529111, -90.495346 32.529519, -90.494242 32.530017, -90.493138 32.530358, -90.492374 32.530474, -90.491874 32.530634, -90.491507 32.530882, -90.491193 32.531129, -90.491089 32.531309, -90.491065 32.531644, -90.491067 32.53189, -90.491175 32.532179, -90.491732 32.532556, -90.492076 32.532777, -90.492606 32.533087, -90.492845 32.533242, -90.492927 32.533576, -90.492902 32.533733, -90.492771 32.533823, -90.492535 32.534025, -90.49201 32.534274, -90.491379 32.534546, -90.490827 32.534795, -90.490643 32.534841, -90.490486 32.534998, -90.490356 32.535178, -90.489963 32.53556, -90.489675 32.535762, -90.489229 32.536033, -90.488992 32.536101, -90.48844 32.536395, -90.487915 32.536644, -90.487574 32.536869, -90.487418 32.537183, -90.487289 32.537496, -90.487238 32.537742, -90.487112 32.538413, -90.48704 32.539307, -90.486943 32.540268, -90.486711 32.540918, -90.486371 32.541322, -90.485873 32.541846, -90.485539 32.542181, -90.485148 32.542484, -90.484534 32.542948, -90.48353 32.543667, -90.483176 32.543938, -90.482822 32.544147, -90.482431 32.544339, -90.482207 32.544372, -90.481664 32.544344, -90.481307 32.544219, -90.480706 32.543921, -90.479955 32.543656, -90.479374 32.543564, -90.478831 32.543536, -90.478308 32.543602, -90.477559 32.543575, -90.476642 32.543533, -90.475836 32.54349, -90.474825 32.543416, -90.474076 32.543389, -90.473326 32.543203, -90.472558 32.543017, -90.472014 32.542957, -90.471678 32.543054, -90.471455 32.54323, -90.471325 32.543373, -90.471308 32.543611, -90.471386 32.543959, -90.471653 32.544528, -90.471844 32.545034, -90.472053 32.545445, -90.472488 32.546045, -90.472811 32.546582, -90.47289 32.547105, -90.472894 32.547612, -90.472766 32.547962, -90.472562 32.54828, -90.472079 32.548663, -90.471761 32.54876, -90.471481 32.548809, -90.471162 32.548732, -90.470655 32.548465, -90.470071 32.548025, -90.46977 32.547868, -90.469245 32.547649, -90.46872 32.547525, -90.467782 32.54734, -90.466789 32.547188, -90.465984 32.547113, -90.465497 32.547147, -90.465144 32.547371, -90.464828 32.547658, -90.464662 32.547945, -90.464422 32.54839, -90.464314 32.54893, -90.464318 32.549468, -90.464377 32.549785, -90.464661 32.550291, -90.464778 32.550877, -90.464765 32.551511, -90.464808 32.552208, -90.464814 32.553048, -90.464726 32.553667, -90.464635 32.55408, -90.464508 32.55454, -90.464361 32.554937, -90.46416 32.555446, -90.463919 32.555843, -90.463585 32.556178, -90.463438 32.556496, -90.463327 32.556734, -90.463274 32.557067, -90.463238 32.557321, -90.463318 32.557876, -90.463208 32.558225, -90.463079 32.558511, -90.462912 32.558702, -90.462708 32.558909, -90.462429 32.559054, -90.462092 32.559087, -90.461568 32.559138, -90.461008 32.559252, -90.460616 32.559413, -90.460336 32.559589, -90.460095 32.559844, -90.459742 32.56021, -90.459444 32.560402, -90.459126 32.560404, -90.458919 32.56031, -90.458824 32.56012, -90.458841 32.559819, -90.458987 32.559358, -90.459282 32.558754, -90.459444 32.558008, -90.45944 32.557533, -90.459288 32.557248, -90.458967 32.556886, -90.458479 32.556666, -90.457955 32.556638, -90.457393 32.556625, -90.456702 32.556772, -90.456067 32.556981, -90.455526 32.557286, -90.45519 32.557398, -90.454874 32.55767, -90.454447 32.558068, -90.453946 32.558658, -90.45365 32.559056, -90.453539 32.559246, -90.453522 32.559532, -90.453599 32.559706, -90.453957 32.560037, -90.454353 32.560431, -90.454524 32.560794, -90.454545 32.561048, -90.454418 32.561508, -90.454121 32.561906, -90.45386 32.562034, -90.453337 32.562133, -90.452627 32.562279, -90.45229 32.562329, -90.45173 32.562506, -90.451263 32.56262, -90.451058 32.562811, -90.451041 32.563001, -90.451138 32.563413, -90.451349 32.56403, -90.451894 32.564376, -90.452308 32.56458, -90.453019 32.564607, -90.454067 32.564538, -90.454741 32.564502, -90.455116 32.564643, -90.455361 32.564832, -90.455475 32.565101, -90.455476 32.565212, -90.455366 32.565466, -90.455144 32.565848, -90.454977 32.565991, -90.454678 32.566104, -90.454044 32.566456, -90.453542 32.56676, -90.453226 32.567095, -90.453042 32.56746, -90.452784 32.568032, -90.452489 32.568637, -90.452232 32.569224, -90.452028 32.569527, -90.451826 32.569972, -90.451697 32.570321, -90.451682 32.570718, -90.451797 32.571113, -90.452024 32.571445, -90.452345 32.571792, -90.452591 32.572108, -90.452668 32.572408, -90.452577 32.572678, -90.452391 32.57287, -90.452111 32.572982, -90.451681 32.573048, -90.451195 32.573114, -90.45084 32.573227, -90.450373 32.57334, -90.450056 32.573496, -90.449907 32.573676, -90.44974 32.573835, -90.449611 32.574106, -90.449651 32.574359, -90.449766 32.574755, -90.449881 32.575071, -90.450146 32.575482, -90.450525 32.576066, -90.451149 32.576887, -90.451755 32.577724, -90.451833 32.578167, -90.451742 32.578485, -90.451539 32.578835, -90.451185 32.579106, -90.45098 32.579186, -90.450793 32.579188, -90.450567 32.579062, -90.450359 32.578794, -90.449925 32.578368, -90.449549 32.578116, -90.449192 32.578055, -90.448837 32.578073, -90.44865 32.578153, -90.448278 32.578409, -90.448018 32.578759, -90.447889 32.57895, -90.447873 32.579283, -90.447707 32.579633, -90.447541 32.579966, -90.447169 32.580286, -90.446834 32.580525, -90.446386 32.580686, -90.445544 32.580818, -90.444758 32.58087, -90.443898 32.580985, -90.443543 32.581066, -90.443358 32.581337, -90.443304 32.581718, -90.443344 32.581924, -90.443513 32.58205, -90.443927 32.582285, -90.444396 32.582441, -90.444959 32.582628, -90.445317 32.582896, -90.445713 32.583306, -90.44579 32.583574, -90.445832 32.584097, -90.445684 32.584352, -90.445535 32.584432, -90.445106 32.584609, -90.44475 32.584674, -90.444413 32.584676, -90.443982 32.584615, -90.443588 32.58449, -90.443044 32.584303, -90.442612 32.584163, -90.442219 32.584165, -90.441938 32.584182, -90.441528 32.584422, -90.441156 32.584789, -90.440747 32.58514, -90.440337 32.585443, -90.439965 32.585715, -90.439685 32.585796, -90.439161 32.585894, -90.438674 32.585817, -90.438073 32.58563, -90.437548 32.585443, -90.43691 32.585335, -90.436573 32.585258, -90.436366 32.585116, -90.435893 32.584532, -90.435665 32.584106, -90.435456 32.583679, -90.435399 32.583632, -90.434891 32.583254, -90.434251 32.582845, -90.433443 32.582374, -90.432972 32.58206, -90.432518 32.581476, -90.432272 32.581081, -90.432101 32.580733, -90.431818 32.580481, -90.431555 32.580403, -90.431294 32.580452, -90.431089 32.580596, -90.431034 32.580723, -90.430924 32.58104, -90.430945 32.581437, -90.430891 32.581675, -90.43078 32.581897, -90.430577 32.582295, -90.430431 32.582739, -90.430415 32.583072, -90.430454 32.583294, -90.43068 32.583467, -90.430869 32.58372, -90.430851 32.583862, -90.430815 32.584005, -90.430685 32.584101, -90.430348 32.584119, -90.429936 32.584169, -90.429675 32.584249, -90.429526 32.584424, -90.429341 32.584727, -90.429324 32.584964, -90.429363 32.58517, -90.429365 32.585376, -90.42931 32.585551, -90.429218 32.585726, -90.429088 32.585854, -90.428864 32.586013, -90.428658 32.586046, -90.428303 32.586096, -90.427984 32.586018, -90.427664 32.585734, -90.427323 32.585213, -90.427075 32.584612, -90.426772 32.584154, -90.426431 32.583601, -90.426016 32.583254, -90.425585 32.583146, -90.425136 32.583164, -90.424668 32.583182, -90.424182 32.583328, -90.423734 32.583473, -90.423135 32.583571, -90.422592 32.58359, -90.422161 32.583481, -90.421616 32.583294, -90.421278 32.58309, -90.421201 32.582836, -90.421294 32.582693, -90.421479 32.58247, -90.421496 32.582264, -90.421306 32.581821, -90.421117 32.581616, -90.420817 32.581554, -90.420405 32.581509, -90.42003 32.581479, -90.419767 32.581306, -90.419538 32.58069, -90.419401 32.579945, -90.419097 32.579344, -90.41898 32.57879, -90.418975 32.578045, -90.418914 32.577411, -90.418781 32.577127, -90.418406 32.576986, -90.417937 32.576973, -90.41762 32.577085, -90.417322 32.577309, -90.416988 32.577691, -90.416486 32.578185, -90.416246 32.57863, -90.416118 32.579043, -90.415952 32.579424, -90.415748 32.579679, -90.415412 32.57984, -90.415224 32.579761, -90.415147 32.57946, -90.415161 32.578826, -90.415139 32.578367, -90.415006 32.578114, -90.414892 32.577892, -90.41463 32.577799, -90.414274 32.577801, -90.414032 32.577929, -90.413808 32.57812, -90.413697 32.578295, -90.413719 32.578723, -90.413758 32.578976, -90.413537 32.579453, -90.413408 32.579755, -90.413278 32.579851, -90.413147 32.579867, -90.412847 32.579758, -90.412226 32.579397, -90.411624 32.579004, -90.41025 32.578028, -90.409572 32.577508, -90.40929 32.57724, -90.409325 32.576971, -90.409698 32.576747, -90.410203 32.576697, -90.410783 32.576614, -90.4111 32.576454, -90.411434 32.576056, -90.411652 32.575151, -90.411648 32.57466, -90.411364 32.574138, -90.411062 32.573839, -90.410762 32.573793, -90.41037 32.57389, -90.410053 32.574034, -90.409719 32.574464, -90.409496 32.574735, -90.408975 32.575197, -90.408212 32.575804, -90.407672 32.576203, -90.407243 32.576427, -90.407 32.576396, -90.406793 32.576318, -90.406454 32.576019, -90.406056 32.575434, -90.405623 32.574993, -90.405284 32.574788, -90.404627 32.574554, -90.404309 32.57454, -90.404142 32.574763, -90.404124 32.574937, -90.404183 32.575286, -90.404186 32.57565, -90.403983 32.576111, -90.403669 32.576715, -90.403355 32.577271, -90.402892 32.577955, -90.402613 32.578242, -90.402222 32.578514, -90.401663 32.57885, -90.401308 32.579026, -90.400804 32.579187, -90.400243 32.579301, -90.399813 32.57935, -90.39914 32.579465, -90.398654 32.579594, -90.398244 32.579866, -90.398041 32.580247, -90.397932 32.580692, -90.397898 32.581183, -90.39788 32.581374, -90.39794 32.581912, -90.398095 32.582561, -90.398267 32.5831, -90.398252 32.583543, -90.398141 32.583734, -90.397804 32.583847, -90.397449 32.583896, -90.396906 32.583947, -90.396589 32.584075, -90.396328 32.584282, -90.39605 32.584649, -90.395903 32.585014, -90.395701 32.585538, -90.395496 32.585714, -90.395234 32.585762, -90.394972 32.585748, -90.394784 32.58559, -90.394648 32.584989, -90.394645 32.584561, -90.394773 32.584116, -90.394734 32.583831, -90.394582 32.583515, -90.394262 32.583358, -90.393868 32.583138, -90.393603 32.582854, -90.393245 32.582428, -90.392981 32.582176, -90.392736 32.582034, -90.392381 32.582052, -90.3921 32.582085, -90.391708 32.582277, -90.391373 32.582564, -90.390944 32.582725, -90.39029 32.582966, -90.389953 32.583, -90.389392 32.583018, -90.388568 32.58307, -90.388157 32.583151, -90.387596 32.583297, -90.387186 32.583457, -90.386812 32.583586, -90.386532 32.583762, -90.38616 32.584033, -90.385675 32.584353, -90.385397 32.584703, -90.385306 32.585068, -90.385382 32.585274, -90.385645 32.585367, -90.385888 32.585303, -90.386298 32.585047, -90.386653 32.584887, -90.386952 32.584885, -90.387253 32.585042, -90.387404 32.5852, -90.387631 32.585484, -90.387859 32.585974, -90.388331 32.586543, -90.38869 32.586985, -90.388729 32.587222, -90.388562 32.587461, -90.388413 32.587588, -90.388133 32.587638, -90.38787 32.587639, -90.387327 32.587578, -90.386859 32.587517, -90.386578 32.587566, -90.386205 32.587742, -90.385646 32.588078, -90.385105 32.588382, -90.384806 32.588479, -90.384319 32.588544, -90.383795 32.588563, -90.383216 32.588709, -90.382861 32.588837, -90.382563 32.589061, -90.382192 32.589554, -90.381894 32.589841, -90.381748 32.590333, -90.381656 32.590634, -90.381697 32.591126, -90.381869 32.591521, -90.382154 32.59209, -90.382306 32.592407, -90.382233 32.592724, -90.382029 32.593042, -90.381731 32.593313, -90.381452 32.593473, -90.38104 32.593586, -90.380704 32.593619, -90.380291 32.593526, -90.380102 32.59329, -90.379838 32.592942, -90.379498 32.592643, -90.379123 32.592534, -90.378711 32.592488, -90.378225 32.592586, -90.377776 32.59273, -90.377403 32.592907, -90.377106 32.593209, -90.377033 32.593495, -90.377129 32.593843, -90.377467 32.594095, -90.377899 32.594268, -90.378649 32.594311, -90.379379 32.594371, -90.380185 32.594399, -90.380673 32.594586, -90.381105 32.594822, -90.381502 32.595296, -90.381598 32.595644, -90.381488 32.59593, -90.381283 32.596074, -90.38089 32.596123, -90.380571 32.596109, -90.380122 32.596095, -90.379766 32.596129, -90.379261 32.596163, -90.378681 32.596229, -90.378325 32.596294, -90.377989 32.596391, -90.37739 32.596458, -90.376623 32.596557, -90.375613 32.596641, -90.374771 32.59674, -90.374247 32.596901, -90.373949 32.597077, -90.373726 32.597348, -90.373541 32.597713, -90.373414 32.598205, -90.373361 32.598744, -90.373326 32.599014, -90.37329 32.59922, -90.373067 32.59957, -90.372845 32.599952, -90.372493 32.600477, -90.372308 32.600842, -90.372068 32.601319, -90.37194 32.601716, -90.371589 32.602383, -90.371421 32.602559, -90.37116 32.602671, -90.370729 32.602705, -90.370205 32.602644, -90.369811 32.602598, -90.369398 32.602505, -90.369173 32.602364, -90.369003 32.602158, -90.368889 32.601985, -90.368678 32.601177, -90.368504 32.600512, -90.368407 32.599894, -90.368403 32.59934, -90.36853 32.598768, -90.368771 32.598355, -90.369086 32.597862, -90.369326 32.597496, -90.369381 32.597211, -90.369285 32.596973, -90.36904 32.596658, -90.368963 32.596436, -90.368922 32.59585, -90.368789 32.595628, -90.368526 32.59544, -90.368114 32.595378, -90.367758 32.595428, -90.367142 32.595652, -90.366432 32.595973, -90.365499 32.596437, -90.364865 32.596837, -90.364437 32.597235, -90.364195 32.597458, -90.363881 32.59803, -90.36379 32.59849, -90.363812 32.598871, -90.363853 32.599394, -90.363876 32.600059, -90.363935 32.600424, -90.364106 32.600914, -90.364336 32.601579, -90.364526 32.601958, -90.364864 32.602226, -90.365053 32.6024, -90.365054 32.602526, -90.365017 32.60259, -90.364812 32.602813, -90.364346 32.603101, -90.36375 32.603516, -90.362948 32.604059, -90.362631 32.604219, -90.362369 32.604236, -90.3619 32.604175, -90.361506 32.604113, -90.360963 32.604116, -90.360233 32.604167, -90.359803 32.604248, -90.359374 32.604409, -90.359169 32.6046, -90.358984 32.604902, -90.358874 32.605267, -90.358727 32.605759, -90.358524 32.606157, -90.358357 32.606379, -90.358096 32.606571, -90.357647 32.606636, -90.357329 32.606654, -90.357047 32.606497, -90.35697 32.606291, -90.356948 32.605816, -90.357075 32.605213, -90.357334 32.604672, -90.357724 32.604132, -90.358412 32.603431, -90.358709 32.603049, -90.358708 32.60289, -90.358688 32.602716, -90.358649 32.602558, -90.358386 32.602353, -90.358123 32.602212, -90.357597 32.602087, -90.357092 32.602121, -90.356737 32.602202, -90.356382 32.602299, -90.356102 32.602427, -90.355654 32.602651, -90.355337 32.602922, -90.354909 32.603368, -90.354537 32.603751, -90.354146 32.604101, -90.353718 32.604404, -90.353345 32.604628, -90.35301 32.604963, -90.352843 32.605201, -90.352676 32.605503, -90.352529 32.605853, -90.352364 32.606456, -90.352236 32.606869, -90.352015 32.607377, -90.351682 32.608076, -90.351591 32.608489, -90.351593 32.60879, -90.351708 32.609106, -90.351897 32.609375, -90.352218 32.609801, -90.35267 32.610195, -90.353273 32.610652, -90.353668 32.610967, -90.353707 32.611142, -90.353633 32.611269, -90.353447 32.61146, -90.353035 32.611557, -90.352567 32.611543, -90.352136 32.611482, -90.351724 32.611452, -90.351293 32.61147, -90.351032 32.611598, -90.350808 32.611821, -90.350698 32.612202, -90.350589 32.612694, -90.350405 32.613139, -90.350219 32.613298, -90.349808 32.61349, -90.349321 32.613493, -90.348721 32.613416, -90.348271 32.61326, -90.347801 32.61312, -90.347427 32.613153, -90.346811 32.613505, -90.346326 32.613729, -90.346139 32.613777, -90.345858 32.613715, -90.345632 32.613542, -90.345499 32.613257, -90.345608 32.612797, -90.345774 32.612384, -90.345994 32.611733, -90.346066 32.611194, -90.34595 32.610671, -90.34576 32.61026, -90.345345 32.609898, -90.344799 32.609409, -90.344573 32.609188, -90.34429 32.608856, -90.344194 32.608635, -90.344061 32.608302, -90.344078 32.607985, -90.344281 32.60762, -90.344503 32.607175, -90.344669 32.606746, -90.344723 32.606413, -90.344704 32.606318, -90.344572 32.606224, -90.344309 32.606082, -90.343746 32.605926, -90.343521 32.605848, -90.34307 32.605596, -90.342694 32.605456, -90.342244 32.605442, -90.34202 32.605554, -90.341834 32.605666, -90.341535 32.605842, -90.341349 32.606033, -90.341145 32.606256, -90.340921 32.606336, -90.340528 32.606417, -90.340165 32.606414, -90.33983 32.606309, -90.339495 32.606134, -90.339096 32.6058, -90.338823 32.605695, -90.338299 32.605485, -90.337965 32.605487, -90.337402 32.605719, -90.336528 32.606272, -90.335571 32.606895, -90.335009 32.607305, -90.334053 32.608105, -90.333596 32.608514, -90.333514 32.60878, -90.333372 32.609346, -90.333208 32.609913, -90.33296 32.610268, -90.332669 32.610482, -90.332314 32.610625, -90.33173 32.610787, -90.331062 32.610896, -90.330457 32.611058, -90.330165 32.611183, -90.33002 32.611325, -90.330106 32.611643, -90.330274 32.611784, -90.330734 32.611817, -90.331507 32.611831, -90.331925 32.611812, -90.332406 32.611898, -90.332616 32.612003, -90.332826 32.612285, -90.332975 32.612656, -90.332957 32.613116, -90.332708 32.613347, -90.332145 32.613597, -90.330707 32.614099, -90.330039 32.614279, -90.329455 32.614423, -90.3291 32.614496, -90.328327 32.614499, -90.327616 32.614556, -90.327074 32.614629, -90.325718 32.615077, -90.324884 32.615435, -90.3243 32.615632, -90.323987 32.615651, -90.323276 32.615672, -90.322984 32.615744, -90.322692 32.615834, -90.32236 32.616171, -90.322279 32.616508, -90.322342 32.616667, -90.32268 32.617143, -90.32308 32.617619, -90.323185 32.617724, -90.323228 32.617972, -90.323168 32.618273, -90.322919 32.618574, -90.32244 32.618842, -90.322232 32.619055, -90.322046 32.619392, -90.322194 32.619604, -90.322362 32.619798, -90.322635 32.619955, -90.323138 32.620148, -90.323599 32.620305, -90.323956 32.620551, -90.324292 32.620885, -90.324565 32.621008, -90.324859 32.621236, -90.325153 32.621518, -90.325342 32.621694, -90.325344 32.621906, -90.325262 32.622172, -90.325012 32.622403, -90.324679 32.622564, -90.324178 32.622584, -90.323676 32.622622, -90.323028 32.622607, -90.32261 32.622662, -90.322152 32.622823, -90.321401 32.623145, -90.320484 32.623574, -90.320068 32.62377, -90.319713 32.62386, -90.319295 32.623897, -90.318626 32.6239, -90.318396 32.623937, -90.318126 32.624062, -90.317835 32.624382, -90.317607 32.624719, -90.317338 32.625056, -90.317047 32.625393, -90.316798 32.625624, -90.31636 32.625909, -90.315674 32.626355, -90.315508 32.626568, -90.315448 32.626975, -90.315554 32.62731, -90.315766 32.627716, -90.31604 32.628139, -90.316043 32.628564, -90.31594 32.628918, -90.31563 32.629432, -90.315321 32.630088, -90.315177 32.630478, -90.315159 32.630991, -90.315287 32.631291, -90.315646 32.631909, -90.315794 32.632244, -90.315774 32.632421, -90.315462 32.632599, -90.314962 32.632778, -90.314502 32.632922, -90.314169 32.6331, -90.314004 32.633366, -90.313735 32.633863, -90.313507 32.634218, -90.313216 32.634378, -90.312882 32.63445, -90.312568 32.634434, -90.31217 32.634312, -90.311793 32.634172, -90.311185 32.63391, -90.310682 32.633664, -90.310452 32.63363, -90.310138 32.633596, -90.309909 32.633756, -90.30987 32.634146, -90.309997 32.63441, -90.310417 32.634798, -90.310712 32.635168, -90.31084 32.635503, -90.310989 32.635927, -90.311032 32.63621, -90.310887 32.636423, -90.310492 32.636708, -90.30995 32.637011, -90.309554 32.637172, -90.309262 32.637368, -90.309244 32.637792, -90.309288 32.638128, -90.309435 32.638269, -90.309687 32.638374, -90.310126 32.638425, -90.310733 32.638475, -90.311152 32.638668, -90.311445 32.63879, -90.311572 32.63902, -90.311742 32.639444, -90.311786 32.63985, -90.311684 32.640204, -90.311457 32.64063, -90.311082 32.640915, -90.310686 32.641076, -90.310019 32.641326, -90.309435 32.641506, -90.308934 32.641632, -90.308705 32.641916, -90.308227 32.642325, -90.307541 32.642912, -90.307083 32.643285, -90.306584 32.643623, -90.306083 32.64382, -90.305458 32.644176, -90.304959 32.644586, -90.304398 32.645101, -90.303877 32.645439, -90.303439 32.645583, -90.302938 32.645709, -90.302563 32.64594, -90.302314 32.646278, -90.301858 32.646828, -90.301482 32.646936, -90.301148 32.646955, -90.300749 32.646797, -90.300622 32.646515, -90.30041 32.646074, -90.300157 32.645668, -90.299947 32.645439, -90.29934 32.645459, -90.298903 32.645726, -90.298614 32.646312, -90.298261 32.646791, -90.297888 32.64727, -90.297575 32.647377, -90.296781 32.647469, -90.296112 32.647401, -90.295567 32.647262, -90.295148 32.646981, -90.294999 32.646681, -90.295038 32.646203, -90.295201 32.645513, -90.295178 32.645141, -90.295072 32.644876, -90.294693 32.644471, -90.294189 32.644102, -90.293833 32.64398, -90.293185 32.64393, -90.29239 32.643968, -90.291702 32.64413, -90.291264 32.644415, -90.290807 32.644789, -90.290327 32.64495, -90.289992 32.644987, -90.289491 32.644971, -90.289093 32.644885, -90.288778 32.644691, -90.288714 32.644532, -90.288776 32.644285, -90.288816 32.643966, -90.28896 32.643682, -90.289146 32.643239, -90.28929 32.642956, -90.289247 32.642638, -90.289077 32.642214, -90.288909 32.642108, -90.288678 32.642021, -90.288281 32.64197, -90.28778 32.642096, -90.287238 32.642416, -90.286864 32.642701, -90.286407 32.643216, -90.285608 32.644219, -90.285151 32.644786, -90.284757 32.64523, -90.284111 32.645587, -90.283485 32.645855, -90.28311 32.646051, -90.282944 32.646299, -90.282926 32.646759, -90.283095 32.647059, -90.283305 32.647129, -90.283723 32.647163, -90.28412 32.647143, -90.284351 32.647231, -90.28454 32.64746, -90.284541 32.647672, -90.284398 32.648204, -90.284072 32.649584, -90.283846 32.650205, -90.283535 32.650772, -90.28337 32.651179, -90.283352 32.651586, -90.283418 32.652223, -90.283506 32.652788, -90.283485 32.65293, -90.283257 32.653232, -90.282884 32.653676, -90.282572 32.654013, -90.282489 32.654137, -90.282594 32.654243, -90.282824 32.654277, -90.283514 32.654256, -90.283912 32.65429, -90.284101 32.654484, -90.284186 32.654643, -90.284104 32.654962, -90.283918 32.655334, -90.283627 32.655689, -90.283315 32.655849, -90.282959 32.655886, -90.282604 32.655941, -90.282207 32.655942, -90.281788 32.65582, -90.28139 32.65568, -90.280824 32.6554, -90.28053 32.655224, -90.280279 32.655155, -90.279944 32.655103, -90.27984 32.655174, -90.279778 32.655351, -90.27978 32.65574, -90.279637 32.656254, -90.27941 32.656786, -90.279266 32.657211, -90.279225 32.657317, -90.279227 32.657653, -90.279293 32.658166, -90.279357 32.658413, -90.279337 32.658502, -90.279212 32.658644, -90.278961 32.658698, -90.278564 32.658699, -90.278104 32.658648, -90.277581 32.658597, -90.277288 32.658652, -90.277164 32.658794, -90.277103 32.659059, -90.277303 32.659368, -90.277701 32.659508, -90.277974 32.659684, -90.278289 32.659912, -90.278373 32.660036, -90.278395 32.660195, -90.278396 32.660283, -90.278188 32.660461, -90.277958 32.66055, -90.276976 32.660608, -90.276035 32.660629, -90.275554 32.66072, -90.275032 32.660775, -90.274697 32.66067, -90.274612 32.660423, -90.274442 32.659946, -90.274397 32.659504, -90.274417 32.659327, -90.274478 32.658938, -90.274537 32.658407, -90.274514 32.657912, -90.274324 32.657682, -90.274177 32.65763, -90.273927 32.657649, -90.273447 32.657845, -90.272926 32.658184, -90.272635 32.658503, -90.272428 32.65884, -90.272451 32.659123, -90.272662 32.659494, -90.272873 32.659776, -90.272999 32.660005, -90.272979 32.660164, -90.272855 32.660377, -90.272668 32.660519, -90.272417 32.660574, -90.271957 32.66054, -90.27158 32.660489, -90.271202 32.660225, -90.271033 32.659907, -90.27099 32.659589, -90.271176 32.659358, -90.271426 32.659056, -90.271487 32.658773, -90.271506 32.658508, -90.271274 32.658084, -90.270874 32.657697, -90.270517 32.657398, -90.27014 32.657311, -90.269534 32.657366, -90.269076 32.657687, -90.268535 32.658166, -90.268055 32.658381, -90.267805 32.658435, -90.267615 32.658241, -90.26753 32.657958, -90.267696 32.657639, -90.267798 32.657338, -90.267944 32.657125, -90.267858 32.656843, -90.267627 32.65656, -90.267354 32.656491, -90.267145 32.65651, -90.266353 32.656813, -90.265998 32.657009, -90.265684 32.65694, -90.265265 32.656818, -90.264898 32.656651, -90.264459 32.656636, -90.264126 32.656778, -90.264022 32.656938, -90.263878 32.657275, -90.263942 32.657628, -90.26409 32.657964, -90.264134 32.658264, -90.264156 32.65837, -90.264031 32.658601, -90.263782 32.658885, -90.263491 32.659133, -90.263221 32.659418, -90.26295 32.659719, -90.262848 32.660003, -90.262702 32.660216, -90.262327 32.660429, -90.261889 32.660573, -90.261388 32.660698, -90.261033 32.660771, -90.260427 32.660844, -90.259778 32.660794, -90.259276 32.66076, -90.258963 32.660744, -90.258628 32.66078, -90.258295 32.660941, -90.258212 32.661118, -90.258089 32.661526, -90.257946 32.662074, -90.257717 32.662341, -90.257551 32.662571, -90.256966 32.662715, -90.256486 32.662859, -90.256006 32.66309, -90.255568 32.663216, -90.255254 32.663217, -90.254835 32.66306, -90.254751 32.662883, -90.25477 32.662547, -90.254956 32.66214, -90.255183 32.661714, -90.255161 32.661467, -90.254992 32.66122, -90.254678 32.661044, -90.254343 32.660992, -90.253716 32.661048, -90.252713 32.661194, -90.251857 32.661427, -90.251064 32.661802, -90.250439 32.662175, -90.250023 32.662531, -90.249752 32.662638, -90.24948 32.662586, -90.249248 32.662392, -90.248913 32.662146, -90.248786 32.661987, -90.248764 32.661793, -90.248973 32.661686, -90.249348 32.661472, -90.24943 32.661277, -90.249346 32.661065, -90.24901 32.660784, -90.248297 32.660486, -90.247291 32.660136, -90.246285 32.65968, -90.245718 32.659258, -90.245298 32.658817, -90.244963 32.658766, -90.244566 32.658785, -90.244149 32.658999, -90.243879 32.659371, -90.243902 32.659707, -90.243986 32.659831, -90.244174 32.659848, -90.244823 32.659898, -90.245262 32.659967, -90.245367 32.660073, -90.245621 32.660567, -90.24579 32.66092, -90.245855 32.661221, -90.245731 32.661593, -90.245628 32.661823, -90.245378 32.661912, -90.245168 32.66186, -90.244958 32.661649, -90.244726 32.661243, -90.244578 32.661067, -90.244306 32.661015, -90.24416 32.66098, -90.243888 32.661016, -90.243659 32.661176, -90.243598 32.661513, -90.243768 32.661954, -90.243895 32.662272, -90.243897 32.662644, -90.243794 32.662892, -90.243482 32.663176, -90.242919 32.663479, -90.242586 32.663763, -90.242461 32.663993, -90.242464 32.664471, -90.242381 32.66463, -90.242173 32.664773, -90.241859 32.664721, -90.24144 32.664493, -90.240998 32.664052, -90.240326 32.663542, -90.239697 32.663279, -90.23932 32.66321, -90.23884 32.663247, -90.238234 32.663391, -90.238005 32.663569, -90.237964 32.66371, -90.238049 32.663993, -90.238448 32.664239, -90.238784 32.664521, -90.239078 32.664679, -90.239476 32.664925, -90.23954 32.665066, -90.239436 32.665314, -90.239249 32.66551, -90.238978 32.665564, -90.238413 32.665495, -90.237744 32.66548, -90.237242 32.66557, -90.236824 32.665572, -90.236175 32.66538, -90.235861 32.665328, -90.235485 32.665418, -90.23513 32.665614, -90.234694 32.666093, -90.234153 32.666661, -90.233841 32.666875, -90.233402 32.66693, -90.233046 32.666807, -90.232773 32.666684, -90.232418 32.666721, -90.231833 32.666882, -90.230998 32.667169, -90.23056 32.667276, -90.230183 32.667207, -90.230015 32.667013, -90.22995 32.666589, -90.229842 32.665917, -90.229777 32.665528, -90.229566 32.665175, -90.229251 32.665053, -90.228896 32.665072, -90.228144 32.665145, -90.227643 32.66536, -90.227414 32.665626, -90.227332 32.665891, -90.22748 32.666138, -90.227732 32.66635, -90.228006 32.666756, -90.227987 32.667127, -90.227884 32.667446, -90.227551 32.667766, -90.227155 32.667997, -90.226716 32.668016, -90.226255 32.667859, -90.225898 32.667542, -90.22575 32.667189, -90.22579 32.666817, -90.225914 32.666604, -90.225933 32.666197, -90.225994 32.66595, -90.225762 32.665597, -90.225404 32.665191, -90.224795 32.664645, -90.224206 32.664046, -90.223912 32.663676, -90.223869 32.663464, -90.223887 32.662862, -90.223925 32.662154, -90.224088 32.661393, -90.224023 32.660934, -90.223832 32.660528, -90.223391 32.660158, -90.222909 32.659912, -90.222553 32.659772, -90.221968 32.659792, -90.221508 32.6599, -90.221113 32.660237, -90.22078 32.660645, -90.220221 32.661585, -90.219721 32.6621, -90.218889 32.66281, -90.218221 32.663149, -90.216862 32.663136, -90.216381 32.66312, -90.21594 32.66275, -90.215142 32.662099, -90.21464 32.661995, -90.214138 32.662014, -90.213616 32.662122, -90.212907 32.662532, -90.211885 32.663066, -90.211197 32.663422, -90.210634 32.663708, -90.210257 32.663744, -90.20963 32.663658, -90.20942 32.663606, -90.209212 32.663677, -90.209129 32.663908, -90.209194 32.664403, -90.209216 32.66465, -90.208988 32.664881, -90.208278 32.665149, -90.207924 32.665345, -90.207591 32.665717, -90.207384 32.666107, -90.207113 32.666303, -90.206612 32.666517, -90.206382 32.666588, -90.205755 32.666502, -90.204603 32.666206, -90.203744 32.665961, -90.203493 32.665909, -90.203304 32.665662, -90.203156 32.665486, -90.202799 32.665151, -90.202631 32.66501, -90.20238 32.664976, -90.202004 32.664924, -90.201272 32.664909, -90.200686 32.664929, -90.200351 32.664877, -90.199555 32.664508, -90.198403 32.664141, -90.197733 32.663896, -90.197419 32.663879, -90.197231 32.664039, -90.197254 32.664393, -90.19734 32.664799, -90.197383 32.6651, -90.197259 32.665348, -90.196863 32.665703, -90.196509 32.665916, -90.196258 32.665953, -90.195944 32.665777, -90.195692 32.665583, -90.195376 32.665248, -90.195146 32.665143, -90.194853 32.665162, -90.193684 32.66552, -90.192891 32.665823, -90.192537 32.666125, -90.192601 32.666426, -90.192832 32.666602, -90.193083 32.666724, -90.193523 32.666864, -90.193775 32.667005, -90.193839 32.667199, -90.193819 32.667447, -90.193507 32.667767, -90.192923 32.66814, -90.192486 32.668584, -90.192174 32.668903, -90.192113 32.669187, -90.192281 32.669398, -90.192574 32.669468, -90.19314 32.669608, -90.193328 32.669731, -90.193434 32.669996, -90.193354 32.670703, -90.193335 32.671075, -90.193442 32.671587, -90.193485 32.67187, -90.193319 32.672101, -90.19309 32.672349, -90.192735 32.672457, -90.192254 32.672405, -90.191814 32.672301, -90.191332 32.67209, -90.190829 32.67188, -90.190148 32.671608, -90.189667 32.671539, -90.189248 32.671487, -90.188622 32.671613, -90.187725 32.672041, -90.187016 32.672521, -90.186599 32.672823, -90.186349 32.672965, -90.185804 32.673142, -90.185143 32.673377, -90.184854 32.673597, -90.184371 32.674049, -90.183776 32.674625, -90.183471 32.674954, -90.183102 32.675365, -90.182812 32.67557, -90.182393 32.675777, -90.182103 32.675901, -90.181878 32.676024, -90.181717 32.676271, -90.18175 32.676489, -90.181864 32.676598, -90.182188 32.676747, -90.18243 32.676815, -90.182899 32.676936, -90.183336 32.677071, -90.183547 32.677262, -90.183661 32.677534, -90.183614 32.677835, -90.183438 32.678095, -90.183132 32.678288, -90.182648 32.678303, -90.182243 32.678222, -90.181726 32.678006, -90.181418 32.677911, -90.18116 32.677898, -90.18095 32.677995, -90.180773 32.678159, -90.18071 32.678392, -90.180824 32.678651, -90.181101 32.679073, -90.181199 32.679414, -90.18112 32.679715, -90.180895 32.679893, -90.180669 32.679949, -90.180135 32.6798, -90.17944 32.679557, -90.179084 32.679394, -90.178581 32.679095, -90.178242 32.678987, -90.177886 32.678934, -90.177434 32.67899, -90.177048 32.679183, -90.176597 32.679526, -90.176308 32.679909, -90.176132 32.680319, -90.175843 32.680566, -90.175585 32.680622, -90.175278 32.680582, -90.174937 32.680269, -90.17458 32.68001, -90.174224 32.679807, -90.173852 32.679767, -90.173465 32.679809, -90.17303 32.680139, -90.17242 32.680728, -90.172097 32.680825, -90.171694 32.681004, -90.171098 32.681443, -90.170551 32.681854, -90.170197 32.682033, -90.169777 32.682021, -90.169307 32.681749, -90.168951 32.681559, -90.168789 32.681519, -90.168596 32.681533, -90.168418 32.681643, -90.168436 32.681862, -90.168646 32.682079, -90.168826 32.682366, -90.168891 32.682584, -90.168812 32.682844, -90.168586 32.683063, -90.168054 32.683297, -90.1672 32.6836, -90.166781 32.68382, -90.165992 32.684301, -90.165363 32.684562, -90.165056 32.684632, -90.16475 32.684633, -90.164167 32.684457, -90.163617 32.684254, -90.163424 32.684255, -90.163133 32.684392, -90.162908 32.684557, -90.162637 32.685282, -90.162412 32.68561, -90.161946 32.686063, -90.161302 32.686502, -90.160754 32.686872, -90.159932 32.687176, -90.158915 32.687398, -90.157962 32.687401, -90.156832 32.687377, -90.15583 32.687312, -90.155232 32.687328, -90.154716 32.687493, -90.154394 32.687795, -90.15438 32.688054, -90.154525 32.688136, -90.154864 32.688107, -90.155187 32.688052, -90.155429 32.688051, -90.155721 32.688173, -90.155915 32.68835, -90.155948 32.6885, -90.155933 32.688759, -90.155612 32.689143, -90.155097 32.689486, -90.154952 32.689691, -90.154987 32.690169, -90.155054 32.690702, -90.154943 32.691208, -90.154476 32.691564, -90.154105 32.691702, -90.153071 32.691651, -90.152183 32.69164, -90.151795 32.6916, -90.151714 32.691532, -90.151648 32.691286, -90.151631 32.690972, -90.15163 32.690754, -90.151773 32.690398, -90.151788 32.690166, -90.15161 32.689921, -90.151319 32.689826, -90.151093 32.689868, -90.150916 32.690087, -90.150467 32.690798, -90.150113 32.691168, -90.149468 32.691403, -90.149113 32.691431, -90.148644 32.691419, -90.148386 32.691379, -90.14832 32.691256, -90.148287 32.691065, -90.148384 32.690887, -90.148464 32.690791, -90.148657 32.690681, -90.148931 32.690544, -90.149205 32.690379, -90.149301 32.690215, -90.149285 32.690106, -90.149155 32.689928, -90.148993 32.689833, -90.14867 32.689862, -90.148331 32.689972, -90.147993 32.690233, -90.147672 32.690684, -90.147464 32.691108, -90.147029 32.691506, -90.146449 32.691836, -90.146014 32.691933, -90.14569 32.691865, -90.145155 32.691416, -90.144538 32.690694, -90.143954 32.690041, -90.143629 32.689686, -90.143483 32.689441, -90.143417 32.689141, -90.143367 32.688827, -90.143268 32.688445, -90.143024 32.687831, -90.14286 32.687462, -90.142649 32.687149, -90.142567 32.686903, -90.142452 32.686535, -90.142451 32.686139, -90.142434 32.685893, -90.142303 32.685593, -90.142124 32.685402, -90.141801 32.685198, -90.141445 32.685199, -90.141042 32.685351, -90.140704 32.68553, -90.140156 32.685982, -90.139674 32.686462, -90.13924 32.686873, -90.138853 32.687174, -90.138483 32.687353, -90.137966 32.687505, -90.137336 32.687507, -90.1369 32.68744, -90.136593 32.687441, -90.136303 32.687524, -90.136094 32.687784, -90.135708 32.68825, -90.135468 32.688646, -90.135501 32.688824, -90.135615 32.689015, -90.135809 32.68911, -90.136197 32.689177, -90.136504 32.689176, -90.136746 32.689162, -90.137004 32.689133, -90.137344 32.689173, -90.137683 32.689282, -90.13791 32.689376, -90.138024 32.689526, -90.138073 32.68969, -90.137993 32.68995, -90.137914 32.690333, -90.137803 32.690729, -90.137756 32.691112, -90.137676 32.691248, -90.137482 32.691386, -90.137256 32.6914, -90.136772 32.69136, -90.136158 32.691321, -90.135818 32.691336, -90.135544 32.691419, -90.135432 32.691528, -90.135416 32.691679, -90.135498 32.691952, -90.135693 32.692265, -90.13592 32.69251, -90.136051 32.692783, -90.136084 32.692961, -90.136069 32.693166, -90.135989 32.693371, -90.135844 32.693494, -90.13565 32.69359, -90.135166 32.69366, -90.13486 32.693784, -90.134667 32.693921, -90.134554 32.694126, -90.134523 32.6944, -90.134605 32.694591, -90.134734 32.694686, -90.134977 32.694726, -90.135155 32.694726, -90.135461 32.694547, -90.135751 32.694382, -90.136024 32.694163, -90.136233 32.693834, -90.136409 32.693438, -90.136553 32.693096, -90.136681 32.692918, -90.136778 32.692822, -90.136988 32.692808, -90.137182 32.692889, -90.137296 32.693066, -90.137362 32.693312, -90.137298 32.693572, -90.137058 32.694023, -90.136721 32.694516, -90.136641 32.694817, -90.13669 32.695021, -90.136837 32.695212, -90.137128 32.695334, -90.137743 32.695551, -90.138066 32.6957, -90.138197 32.695905, -90.138198 32.696191, -90.138118 32.696301, -90.137811 32.696452, -90.137504 32.696453, -90.137165 32.696427, -90.136697 32.696456, -90.136261 32.696566, -90.136148 32.696676, -90.136053 32.696936, -90.136086 32.69714, -90.1362 32.697372, -90.136475 32.697549, -90.136913 32.697821, -90.137269 32.697997, -90.137512 32.698215, -90.137691 32.698419, -90.13774 32.698665, -90.137757 32.698802, -90.137596 32.699021, -90.137451 32.699089, -90.137192 32.699049, -90.136885 32.698832, -90.13669 32.698723, -90.136383 32.698656, -90.136238 32.698683, -90.136012 32.698821, -90.135706 32.699095, -90.135562 32.699273, -90.135434 32.69956, -90.135176 32.699766, -90.134838 32.699917, -90.134434 32.699987, -90.133999 32.700179, -90.133612 32.70044, -90.133226 32.700796, -90.132792 32.701303, -90.132423 32.701809, -90.132021 32.702261, -90.131796 32.702535, -90.131634 32.702604, -90.131457 32.702618, -90.13123 32.702551, -90.131084 32.702374, -90.130905 32.702114, -90.130775 32.701828, -90.13058 32.701487, -90.130417 32.701214, -90.130367 32.7009, -90.130284 32.700436, -90.13017 32.700177, -90.129927 32.699932, -90.129668 32.699769, -90.129231 32.699634, -90.128713 32.699499, -90.128342 32.699431, -90.127808 32.699433, -90.127308 32.699503, -90.126631 32.699778, -90.12613 32.69993, -90.12563 32.7, -90.125032 32.700015, -90.124402 32.700003, -90.123998 32.700032, -90.123563 32.700129, -90.123208 32.700171, -90.122804 32.700131, -90.12248 32.700036, -90.12214 32.699805, -90.121946 32.699724, -90.121655 32.699725, -90.121429 32.699821, -90.121301 32.700012, -90.121334 32.700313, -90.121449 32.700695, -90.121677 32.701104, -90.121954 32.701622, -90.122165 32.70199, -90.122279 32.702291, -90.122232 32.702482, -90.122103 32.702592, -90.121925 32.70262, -90.121618 32.702538, -90.121294 32.70228, -90.121067 32.702144, -90.12076 32.702158, -90.120114 32.70216, -90.119565 32.702176, -90.119242 32.702136, -90.118934 32.702027, -90.118578 32.701864, -90.118319 32.701742, -90.117948 32.70173, -90.117511 32.701717, -90.117108 32.701746, -90.1168 32.701719, -90.11659 32.701652, -90.116202 32.701612, -90.115831 32.701627, -90.115621 32.70175, -90.11538 32.701956, -90.115316 32.702134, -90.115382 32.702434, -90.115512 32.702679, -90.115658 32.702843, -90.115788 32.703047, -90.116 32.703361, -90.11613 32.703702, -90.116212 32.703879, -90.11618 32.704112, -90.11602 32.704358, -90.115875 32.704522, -90.115568 32.704619, -90.115277 32.704538, -90.114986 32.704388, -90.114597 32.704144, -90.114273 32.70398, -90.113658 32.703736, -90.113335 32.703683, -90.112883 32.703643, -90.112463 32.703685, -90.111931 32.703892, -90.111188 32.704099, -90.110591 32.704278, -90.110365 32.70421, -90.110299 32.704019, -90.110282 32.703801, -90.11012 32.703528, -90.10986 32.703201, -90.109714 32.703078, -90.109681 32.702874, -90.109712 32.702628, -90.109824 32.702395, -90.110034 32.70219, -90.110275 32.702039, -90.110452 32.701861, -90.110613 32.701628, -90.110644 32.701437, -90.11053 32.701219, -90.110304 32.701055, -90.109883 32.700824, -90.109285 32.70073, -90.108751 32.700595, -90.108137 32.700583, -90.107426 32.700626, -90.107056 32.700805, -90.106605 32.701189, -90.106235 32.701559, -90.105993 32.701832, -90.10572 32.70212, -90.105592 32.702421, -90.105627 32.703158, -90.105532 32.703705, -90.105372 32.704102, -90.105163 32.704212, -90.104985 32.704226, -90.10471 32.704022, -90.104548 32.703844, -90.104368 32.703504, -90.104303 32.703285, -90.104011 32.70289, -90.103848 32.702686, -90.103443 32.702359, -90.1032 32.702209, -90.102844 32.702046, -90.102472 32.701788, -90.101952 32.70127, -90.101644 32.700875, -90.10119 32.700426, -90.100914 32.700221, -90.100543 32.700127, -90.100187 32.700169, -90.099703 32.70032, -90.099059 32.7008, -90.098254 32.701458, -90.097787 32.701951, -90.097224 32.702431, -90.096306 32.703171, -90.095468 32.703774, -90.094791 32.704268, -90.094389 32.704651, -90.094309 32.704897, -90.094229 32.705116, -90.094294 32.705307, -90.094424 32.705375, -90.095006 32.705428, -90.095636 32.705468, -90.095911 32.705562, -90.096106 32.705767, -90.09622 32.70604, -90.096205 32.706299, -90.096028 32.706573, -90.095529 32.707052, -90.095046 32.70734, -90.094642 32.707505, -90.094303 32.707575, -90.093561 32.707918, -90.092642 32.708303, -90.092045 32.70851, -90.091754 32.708606, -90.091319 32.708703, -90.090722 32.708882, -90.090415 32.70906, -90.09011 32.709416, -90.090013 32.709581, -90.090063 32.709908, -90.090274 32.710126, -90.090582 32.710344, -90.090792 32.710439, -90.090906 32.710657, -90.090858 32.710903, -90.09073 32.711149, -90.090489 32.711437, -90.090183 32.71167, -90.08978 32.711849, -90.089264 32.712273, -90.08891 32.712534, -90.088587 32.712658, -90.088183 32.712686, -90.087893 32.712796, -90.087635 32.712947, -90.087539 32.71318, -90.087572 32.713412, -90.087622 32.713685, -90.087752 32.713876, -90.087979 32.714094, -90.088318 32.71427, -90.088674 32.714324, -90.08924 32.714322, -90.089515 32.714444, -90.089839 32.71469, -90.089985 32.714908, -90.090034 32.715126, -90.089955 32.7154, -90.089778 32.715646, -90.089246 32.71603, -90.088698 32.7164, -90.088214 32.716647, -90.087795 32.716935, -90.087489 32.717154, -90.087167 32.717347, -90.087022 32.717374, -90.086714 32.717334, -90.086213 32.717131, -90.085937 32.71694, -90.085646 32.716859, -90.08542 32.716832, -90.085258 32.716833, -90.084984 32.716874, -90.084855 32.717121, -90.084777 32.717749, -90.084634 32.718542, -90.084508 32.719252, -90.084316 32.719663, -90.084123 32.719923, -90.083784 32.720019, -90.083218 32.720021, -90.082733 32.719954, -90.082409 32.719709, -90.08202 32.719232, -90.081662 32.718823, -90.081322 32.718496, -90.08116 32.718469, -90.08087 32.718579, -90.080742 32.718812, -90.080516 32.719085, -90.080129 32.719346, -90.079824 32.719647, -90.079711 32.71977, -90.079712 32.720071, -90.07981 32.720221, -90.080134 32.720466, -90.080571 32.720711, -90.080717 32.720942, -90.080766 32.721161, -90.080622 32.721516, -90.080284 32.721927, -90.079528 32.722803, -90.079255 32.723186, -90.078821 32.723775, -90.078516 32.724418, -90.078356 32.72476, -90.078292 32.725046, -90.078294 32.725511, -90.078312 32.725989, -90.078264 32.726167, -90.078151 32.726249, -90.077763 32.726154, -90.077164 32.72591, -90.076549 32.725611, -90.075869 32.725258, -90.075513 32.725177, -90.075271 32.725191, -90.074997 32.725342, -90.074804 32.725643, -90.07466 32.725998, -90.074402 32.726259, -90.074226 32.726628, -90.073969 32.727216, -90.073938 32.727571, -90.074101 32.727844, -90.074296 32.728021, -90.074473 32.728034, -90.074748 32.72791, -90.075022 32.727691, -90.075247 32.727404, -90.075343 32.727267, -90.07552 32.727144, -90.075714 32.727116, -90.075908 32.727156, -90.076216 32.727306, -90.076443 32.727606, -90.076671 32.727946, -90.076736 32.728192, -90.076657 32.728698, -90.076659 32.72908, -90.076547 32.729463, -90.076386 32.729586, -90.076305 32.729628, -90.075966 32.729546, -90.075545 32.729424, -90.074995 32.729358, -90.074624 32.729413, -90.074334 32.729633, -90.073931 32.730043, -90.07361 32.730481, -90.073352 32.730864, -90.073159 32.731097, -90.072836 32.731002, -90.072512 32.730771, -90.072139 32.730567, -90.071897 32.730609, -90.071688 32.7308, -90.071479 32.731088, -90.071206 32.73169, -90.071061 32.731786, -90.070802 32.731772, -90.070462 32.73165, -90.070316 32.731473, -90.070316 32.731282, -90.070282 32.731009, -90.070217 32.730695, -90.070135 32.730504, -90.070021 32.730327, -90.06986 32.730245, -90.069488 32.730246, -90.069133 32.730397, -90.06852 32.730795, -90.068198 32.731055, -90.067956 32.731097, -90.0676 32.731002, -90.067438 32.730907, -90.067356 32.730702, -90.067387 32.730279, -90.06737 32.729937, -90.067256 32.729787, -90.067046 32.729651, -90.0669 32.729652, -90.066561 32.729789, -90.066222 32.72994, -90.065899 32.729955, -90.065446 32.729833, -90.065155 32.729656, -90.064832 32.729616, -90.064622 32.729616, -90.06438 32.729904, -90.064204 32.730382, -90.06406 32.730738, -90.063818 32.730916, -90.063592 32.73093, -90.062994 32.730904, -90.062476 32.73081, -90.06191 32.73073, -90.06162 32.730812, -90.061443 32.730936, -90.061411 32.731236, -90.061656 32.731809, -90.061916 32.732423, -90.061918 32.732765, -90.061822 32.733175, -90.061661 32.733284, -90.06137 32.733312, -90.060949 32.733081, -90.06069 32.732863, -90.060382 32.732564, -90.060089 32.7321, -90.059846 32.731732, -90.059538 32.731473, -90.059101 32.731296, -90.058583 32.731216, -90.058082 32.731258, -90.057646 32.731341, -90.057404 32.731478, -90.057171 32.731704, -90.057056 32.731876, -90.057056 32.732012, -90.057144 32.732196, -90.057261 32.732356, -90.057276 32.732614, -90.057219 32.732799, -90.05706 32.73307, -90.056886 32.733464, -90.056858 32.733637, -90.056844 32.733908, -90.056903 32.734067, -90.057049 32.734338, -90.057342 32.734657, -90.057547 32.73494, -90.05765 32.735272, -90.057651 32.735542, -90.057535 32.735703, -90.057404 32.735814, -90.057157 32.735864, -90.056669 32.735877, -90.055824 32.735867, -90.054441 32.73587, -90.054062 32.735834, -90.053844 32.735699, -90.053683 32.735527, -90.05358 32.735208, -90.053593 32.734863, -90.053432 32.73463, -90.053228 32.73447, -90.052878 32.734299, -90.052601 32.734226, -90.052237 32.734226, -90.051859 32.734387, -90.051306 32.734586, -90.051074 32.734685, -90.050579 32.734932, -90.049954 32.73529, -90.049504 32.735525, -90.049155 32.735821, -90.048974 32.736031, -90.048757 32.736376, -90.048612 32.736721, -90.048556 32.737164, -90.048541 32.7373, -90.048571 32.737484, -90.048747 32.737693, -90.049024 32.737791, -90.049476 32.738036, -90.049636 32.738183, -90.049754 32.738466, -90.049682 32.7387, -90.049377 32.738984, -90.049013 32.739095, -90.04862 32.739195, -90.048228 32.739319, -90.047791 32.739455, -90.047457 32.739677, -90.046992 32.740011, -90.046644 32.740332, -90.046484 32.740529, -90.046296 32.740775, -90.046253 32.741034, -90.046341 32.741255, -90.046707 32.741648, -90.046999 32.741906, -90.047087 32.742189, -90.047117 32.742546, -90.047031 32.742964, -90.046916 32.743161, -90.046683 32.743445, -90.046276 32.743692, -90.046 32.743902, -90.045608 32.744137, -90.045259 32.744236, -90.044793 32.744336, -90.044648 32.744348, -90.044254 32.744312, -90.043846 32.744264, -90.043148 32.744241, -90.042623 32.744267, -90.042347 32.744464, -90.042202 32.7446, -90.042043 32.74492, -90.041724 32.745413, -90.041551 32.745795, -90.041392 32.746128, -90.041276 32.746239, -90.040971 32.746596, -90.040695 32.746806, -90.040375 32.746955, -90.039983 32.747214, -90.039794 32.747436, -90.039649 32.747732, -90.039635 32.747904, -90.039767 32.748064, -90.039884 32.748137, -90.040074 32.748346, -90.040278 32.748616, -90.040396 32.748948, -90.040455 32.74928, -90.040413 32.749613, -90.040239 32.750044, -90.039978 32.750389, -90.03963 32.750759, -90.039282 32.751129, -90.039006 32.751327, -90.038758 32.751463, -90.038628 32.751623, -90.038679 32.751783, -90.038854 32.751893, -90.039073 32.751905, -90.039364 32.75183, -90.039844 32.751768, -90.040019 32.751854, -90.040122 32.752038, -90.040123 32.752235, -90.040036 32.75253, -90.039891 32.752728, -90.039674 32.752962, -90.039398 32.753332, -90.039209 32.753504, -90.038875 32.75369, -90.038497 32.753925, -90.038206 32.754061, -90.038075 32.754147, -90.038047 32.754282, -90.038164 32.754504, -90.038456 32.754675, -90.038923 32.754933, -90.039127 32.755142, -90.039317 32.7554, -90.039333 32.755719, -90.039327 32.756064, -90.039197 32.756458, -90.038863 32.756766, -90.038601 32.756939, -90.038456 32.757137, -90.038385 32.757481, -90.038444 32.757666, -90.038633 32.757838, -90.038969 32.758071, -90.039436 32.758365, -90.039597 32.758648, -90.039598 32.758955, -90.039453 32.75914, -90.039206 32.759239, -90.038638 32.759278, -90.038128 32.759168, -90.037545 32.759022, -90.036977 32.758986, -90.036219 32.758951, -90.035564 32.758965, -90.035164 32.759027, -90.034742 32.759139, -90.034159 32.759276, -90.033665 32.759486, -90.033083 32.759684, -90.03269 32.759845, -90.032516 32.759993, -90.032444 32.760202, -90.032415 32.760313, -90.032693 32.760706, -90.033102 32.761038, -90.033248 32.761308, -90.033264 32.761603, -90.033163 32.761924, -90.032945 32.762195, -90.032669 32.762368, -90.032364 32.762541, -90.032058 32.762652, -90.03165 32.762702, -90.031214 32.762753, -90.030981 32.762839, -90.030778 32.762987, -90.03069 32.763111, -90.030808 32.763283, -90.031128 32.763344, -90.031609 32.763306, -90.032133 32.76323, -90.032366 32.763267, -90.03257 32.76334, -90.032789 32.763549, -90.032965 32.763868, -90.032922 32.764139, -90.032792 32.764312, -90.032603 32.764435, -90.032341 32.764534, -90.031962 32.764622, -90.031715 32.764684, -90.031512 32.764807, -90.03125 32.765054, -90.031105 32.765325, -90.031004 32.765633, -90.030976 32.766051, -90.031006 32.766346, -90.031094 32.766531, -90.03127 32.766838, -90.031577 32.767047, -90.031854 32.767218, -90.032189 32.767316, -90.032539 32.767364, -90.032816 32.767462, -90.032992 32.76761, -90.033094 32.767806, -90.033094 32.767942, -90.033066 32.768077, -90.032964 32.768225, -90.032746 32.768386, -90.032514 32.76846, -90.031975 32.768523, -90.031684 32.768572, -90.031407 32.768672, -90.031189 32.768857, -90.031044 32.769091, -90.031001 32.769238, -90.031133 32.769448, -90.031382 32.769792, -90.031717 32.770062, -90.031907 32.770233, -90.03201 32.770405, -90.031894 32.770615, -90.031734 32.7708, -90.031545 32.7708, -90.031297 32.770715, -90.030889 32.770556, -90.030481 32.770483, -90.030146 32.770545, -90.029855 32.770718, -90.029754 32.770878, -90.02974 32.771137, -90.029755 32.771309, -90.029945 32.771432, -90.030324 32.771812, -90.03045 32.772084, -90.030523 32.772316, -90.030451 32.772526, -90.030248 32.772981, -90.030147 32.773265, -90.03009 32.773523, -90.030207 32.773744, -90.030455 32.773928, -90.030791 32.7741, -90.031228 32.774234, -90.031563 32.774344, -90.031695 32.774455, -90.031856 32.774627, -90.03193 32.774959, -90.031828 32.775205, -90.031494 32.775378, -90.03081 32.775589, -90.030198 32.775701, -90.029252 32.775703, -90.028712 32.77568, -90.028246 32.775693, -90.027853 32.775817, -90.027548 32.775929, -90.027286 32.776151, -90.026996 32.776385, -90.026719 32.776509, -90.026341 32.776682, -90.026007 32.777003, -90.025775 32.777286, -90.025608 32.777644, -90.02542 32.777939, -90.025348 32.77821, -90.025363 32.778444, -90.025495 32.778678, -90.025714 32.778738, -90.026063 32.77875, -90.026544 32.778663, -90.026821 32.778699, -90.026952 32.778822, -90.026953 32.778994, -90.02691 32.779253, -90.026736 32.779487, -90.026474 32.77966, -90.026111 32.779993, -90.025966 32.780252, -90.025938 32.78051, -90.025953 32.780855, -90.025896 32.781199, -90.025853 32.781409, -90.025737 32.781557, -90.025446 32.781717, -90.025184 32.781829, -90.02482 32.78194, -90.024529 32.782076, -90.024312 32.782274, -90.024254 32.782434, -90.024181 32.782594, -90.024168 32.782828, -90.024387 32.783196, -90.024782 32.783614, -90.024987 32.784032, -90.024988 32.784303, -90.02493 32.784475, -90.024712 32.784697, -90.024363 32.784919, -90.023941 32.785031, -90.023577 32.78502, -90.02314 32.784959, -90.022965 32.784972, -90.022513 32.78501, -90.022382 32.785084, -90.02231 32.785305, -90.022325 32.785478, -90.02253 32.785822, -90.022911 32.78651, -90.02297 32.786682, -90.022971 32.786965, -90.022884 32.787248, -90.022784 32.787606, -90.022668 32.788, -90.022582 32.78832, -90.02251 32.788677, -90.022365 32.788837, -90.022234 32.789084, -90.022017 32.789392, -90.021843 32.789663, -90.021713 32.789995, -90.021641 32.790463, -90.02157 32.790845, -90.021542 32.791276, -90.02147 32.791719, -90.021326 32.792261, -90.02108 32.792778, -90.020878 32.793271, -90.02082 32.793505, -90.02101 32.793738, -90.021346 32.79391, -90.02171 32.793933, -90.022103 32.793871, -90.022584 32.79371, -90.02302 32.793635, -90.023327 32.793672, -90.023502 32.793733, -90.023721 32.794015, -90.02381 32.79436, -90.023723 32.794717, -90.023622 32.795111, -90.023463 32.795443, -90.023246 32.795751, -90.022969 32.795912, -90.022634 32.795999, -90.022212 32.796012, -90.021862 32.795914, -90.021366 32.795792, -90.021104 32.795793, -90.020885 32.795806, -90.020609 32.795942, -90.020478 32.79609, -90.020362 32.79641, -90.020422 32.796791, -90.020759 32.79743, -90.020979 32.797836, -90.021024 32.798414, -90.021025 32.798685, -90.020866 32.799006, -90.02059 32.7994, -90.020009 32.799967, -90.019573 32.800264, -90.019311 32.800424, -90.019034 32.800498, -90.018656 32.800499, -90.018495 32.800524, -90.018306 32.800635, -90.018204 32.800722, -90.018132 32.800833, -90.018161 32.800931, -90.018308 32.801152, -90.018498 32.801509, -90.018572 32.801841, -90.018515 32.802149, -90.018399 32.802358, -90.018239 32.802518, -90.017977 32.802679, -90.01773 32.802876, -90.01744 32.80316, -90.017397 32.803443, -90.017412 32.80364, -90.017616 32.803874, -90.018127 32.804131, -90.018638 32.804425, -90.019237 32.804879, -90.019675 32.805223, -90.020054 32.80537, -90.020697 32.805688, -90.020857 32.80586, -90.020902 32.806168, -90.020845 32.806476, -90.020628 32.806907, -90.020396 32.807338, -90.020135 32.807831, -90.019889 32.808397, -90.019686 32.808779, -90.019555 32.808927, -90.019308 32.809149, -90.01909 32.809322, -90.018887 32.809519, -90.018741 32.809643, -90.018654 32.809864, -90.018582 32.810025, -90.018539 32.810209, -90.01854 32.810418, -90.018512 32.811083, -90.018441 32.811416, -90.018354 32.811736, -90.018224 32.812007, -90.017948 32.812253, -90.017643 32.812697, -90.017527 32.812894, -90.017571 32.813042, -90.017688 32.813177, -90.017907 32.813238, -90.018329 32.813163, -90.019028 32.813002, -90.01948 32.81289, -90.019771 32.812914, -90.020078 32.813024, -90.020224 32.813196, -90.020254 32.813405, -90.02008 32.813738, -90.019847 32.813972, -90.019412 32.814441, -90.019034 32.814835, -90.018874 32.815082, -90.018817 32.815488, -90.018774 32.81571, -90.018731 32.815981, -90.018688 32.816251, -90.01866 32.81667, -90.018633 32.817162, -90.018794 32.817445, -90.019043 32.81774, -90.019306 32.817998, -90.019452 32.818268, -90.019482 32.818465, -90.019381 32.818724, -90.019207 32.818982, -90.018887 32.819241, -90.018523 32.819562, -90.018175 32.819908, -90.018044 32.820105, -90.018074 32.820474, -90.018177 32.820818, -90.018397 32.821261, -90.01869 32.821715, -90.0191 32.822379, -90.019232 32.822736, -90.019219 32.823031, -90.01903 32.823179, -90.01884 32.823216, -90.018636 32.823217, -90.018345 32.823107, -90.01814 32.82307, -90.017937 32.823145, -90.017879 32.823268, -90.017835 32.82344, -90.017997 32.823846, -90.018348 32.824374, -90.018554 32.824805, -90.018657 32.825137, -90.018599 32.825309, -90.018425 32.825494, -90.018235 32.825556, -90.017988 32.825581, -90.017696 32.825508, -90.017273 32.825312, -90.017025 32.825276, -90.016821 32.825411, -90.016778 32.825559, -90.016822 32.825731, -90.017042 32.826038, -90.017363 32.826321, -90.017626 32.826554, -90.017685 32.826812, -90.017613 32.827046, -90.017439 32.827231, -90.017046 32.827515, -90.016741 32.827811, -90.016188 32.828182, -90.015752 32.828539, -90.015258 32.828971, -90.015069 32.829255, -90.015011 32.829489, -90.014968 32.829698, -90.014911 32.830042, -90.014664 32.830486, -90.014301 32.830794, -90.013792 32.831091, -90.013355 32.831252, -90.012728 32.83129, -90.01232 32.831192, -90.011882 32.830886, -90.011545 32.83053, -90.011251 32.829644, -90.010943 32.829091, -90.010533 32.828464, -90.010022 32.827961, -90.00973 32.827888, -90.009468 32.82795, -90.00925 32.828147, -90.008989 32.828652, -90.0087 32.829403, -90.008468 32.830007, -90.008251 32.830635, -90.008079 32.83146, -90.007919 32.831718, -90.007759 32.831842, -90.007599 32.831892, -90.007439 32.831855, -90.007205 32.83172, -90.006912 32.83129, -90.006648 32.830712, -90.006574 32.830208, -90.006617 32.8299, -90.006747 32.829592, -90.006717 32.829334, -90.006585 32.829149, -90.006352 32.829076, -90.005886 32.829224, -90.00529 32.829383, -90.004828 32.82949, -90.004216 32.829681, -90.003479 32.829988, -90.002755 32.830275, -90.002268 32.830413, -90.001768 32.83053, -90.001193 32.830594, -90.000731 32.83069, -90.000369 32.830839, -89.999582 32.83121, -89.998746 32.831655, -89.998084 32.831994, -89.997398 32.832375, -89.996998 32.832703, -89.996761 32.832915, -89.9964 32.833285, -89.996138 32.833486, -89.995776 32.833804, -89.99524 32.83429, -89.994916 32.834618, -89.994841 32.83485, -89.99488 32.835082, -89.994968 32.835483, -89.995032 32.835853, -89.995045 32.836264, -89.995009 32.836581, -89.994897 32.836887, -89.99476 32.837194, -89.994586 32.837416, -89.994237 32.837839, -89.993925 32.838209, -89.993626 32.838558, -89.993402 32.838854, -89.993191 32.839297, -89.993129 32.839519, -89.993142 32.83991, -89.993131 32.840268, -89.993094 32.840617, -89.993032 32.840839, -89.992871 32.841156, -89.992696 32.841504, -89.992472 32.841769, -89.99226 32.842064, -89.991787 32.842678, -89.991376 32.843185, -89.991064 32.843566, -89.990877 32.843819, -89.99074 32.844084, -89.990554 32.844464, -89.990517 32.844844, -89.990493 32.845203, -89.990519 32.84535, -89.990594 32.845551, -89.99077 32.845793, -89.99097 32.845951, -89.991208 32.846035, -89.991446 32.846077, -89.991771 32.846034, -89.992233 32.845896, -89.992408 32.845875, -89.992609 32.845948, -89.992746 32.846053, -89.992897 32.846285, -89.992873 32.846665, -89.992686 32.846951, -89.992512 32.847257, -89.992225 32.847574, -89.992051 32.847765, -89.991801 32.847839, -89.991576 32.847861, -89.991126 32.847819, -89.99055 32.847694, -89.99005 32.847568, -89.989512 32.847432, -89.989198 32.847285, -89.98876 32.847043, -89.988535 32.847022, -89.988385 32.847054, -89.988198 32.847107, -89.988048 32.847276, -89.987961 32.847477, -89.987924 32.847709, -89.988012 32.847994, -89.988026 32.848321, -89.987989 32.848532, -89.987902 32.848723, -89.987728 32.848955, -89.987528 32.849146, -89.987416 32.849272, -89.987416 32.84941, -89.987479 32.849504, -89.987616 32.849568, -89.987867 32.849683, -89.988243 32.849862, -89.988468 32.85003, -89.988556 32.850241, -89.988607 32.85041, -89.988594 32.850547, -89.988495 32.850653, -89.988332 32.850717, -89.987995 32.850939, -89.987658 32.851151, -89.987396 32.851405, -89.987322 32.851605, -89.98726 32.851774, -89.987273 32.85207, -89.987224 32.852344, -89.987124 32.852524, -89.986912 32.852672, -89.98655 32.852747, -89.986287 32.852832, -89.986087 32.852948, -89.985888 32.853138, -89.985838 32.853297, -89.985851 32.853466, -89.986002 32.853656, -89.986127 32.853761, -89.986278 32.85395, -89.986416 32.854193, -89.986429 32.854404, -89.986392 32.854578, -89.986255 32.854716, -89.986117 32.854769, -89.985867 32.854801, -89.985617 32.854759, -89.985204 32.854602, -89.984828 32.854423, -89.984578 32.854371, -89.984316 32.854392, -89.984153 32.854445, -89.983941 32.854636, -89.983791 32.854836, -89.983767 32.855048, -89.98373 32.855428, -89.983644 32.855702, -89.983594 32.85584, -89.983457 32.855967, -89.983207 32.856178, -89.983058 32.856337, -89.982983 32.856474, -89.983008 32.856696, -89.983109 32.856854, -89.983359 32.856991, -89.983772 32.857064, -89.98406 32.857053, -89.984322 32.856947, -89.984709 32.856703, -89.985059 32.856428, -89.985284 32.856322, -89.985459 32.856343, -89.985646 32.856438, -89.985697 32.856691, -89.98566 32.856934, -89.985523 32.857198, -89.98525 32.857673, -89.98505 32.85809, -89.984889 32.858376, -89.984802 32.85864, -89.98474 32.858872, -89.984728 32.859136, -89.984716 32.859389, -89.98473 32.859759, -89.984655 32.859928, -89.984493 32.860044, -89.984343 32.860129, -89.984168 32.86015, -89.983968 32.86014, -89.98363 32.860067, -89.983367 32.85993, -89.983079 32.859867, -89.982829 32.859863, -89.982667 32.859947, -89.982542 32.860106, -89.98248 32.860275, -89.982381 32.860602, -89.982332 32.860877, -89.982157 32.861194, -89.982033 32.861374, -89.981733 32.861617, -89.981546 32.861818, -89.981384 32.862145, -89.981235 32.862473, -89.981249 32.862853, -89.981312 32.863169, -89.981513 32.863422, -89.981763 32.86359, -89.981976 32.863643, -89.982264 32.863621, -89.982764 32.863546, -89.983164 32.863525, -89.983652 32.863576, -89.98379 32.863671, -89.983852 32.863829, -89.983816 32.864041, -89.983741 32.864199, -89.983479 32.864432, -89.983267 32.864601, -89.983005 32.864813, -89.982643 32.865098, -89.982293 32.865289, -89.981868 32.865469, -89.981493 32.865596, -89.981181 32.865713, -89.980994 32.86583, -89.980682 32.86602, -89.980357 32.866169, -89.979969 32.866233, -89.979694 32.866223, -89.979368 32.866086, -89.979068 32.865939, -89.978817 32.865749, -89.978441 32.865444, -89.978078 32.865276, -89.977653 32.865171, -89.977277 32.865129, -89.977077 32.865151, -89.976765 32.865257, -89.976552 32.865384, -89.976415 32.865532, -89.976353 32.865627, -89.976378 32.865775, -89.976504 32.865901, -89.976779 32.866048, -89.97703 32.866249, -89.977105 32.866432, -89.977105 32.866508, -89.977052 32.866689, -89.97689 32.866841, -89.97655 32.866933, -89.976083 32.866994, -89.975436 32.866935, -89.974951 32.866951, -89.974413 32.867066, -89.973821 32.867203, -89.973282 32.86731, -89.972924 32.867417, -89.972565 32.867584, -89.972278 32.867766, -89.972081 32.867979, -89.971956 32.868131, -89.971956 32.868312, -89.972028 32.868479, -89.972352 32.868569, -89.972711 32.868584, -89.973106 32.868644, -89.973304 32.86878, -89.973322 32.868901, -89.973305 32.869098, -89.973144 32.869235, -89.972946 32.869372, -89.972606 32.86963, -89.972283 32.869903, -89.972176 32.8701, -89.972123 32.870464, -89.972159 32.870646, -89.972448 32.87107, -89.972665 32.8716, -89.972648 32.871994, -89.972416 32.87254, -89.972129 32.872919, -89.971771 32.873253, -89.971323 32.873587, -89.970785 32.873831, -89.970408 32.874028, -89.970121 32.874332, -89.969835 32.874772, -89.969495 32.875106, -89.969028 32.875304, -89.968651 32.87538, -89.968436 32.875456, -89.968096 32.875775, -89.967917 32.876063, -89.967774 32.876624, -89.967596 32.877185, -89.967435 32.877473, -89.96722 32.877716, -89.96679 32.878066, -89.966432 32.87846, -89.966271 32.878748, -89.966182 32.879158, -89.966199 32.879621))\", \"region\": {\"id\": 23795, \"geometry\": \"POLYGON ((-89.966199 32.879621, -89.981314 32.884928, -89.987185 32.886967, -90.125126 32.935394, -90.157268 32.946758, -90.191827 32.958973, -90.218128 32.968291, -90.243598 32.977313, -90.271202 32.986914, -90.295021 32.995119, -90.320628 33.003956, -90.338283 33.010128, -90.336977 33.011823, -90.336786 33.012557, -90.336827 33.013498, -90.337018 33.014103, -90.337495 33.014937, -90.338245 33.015906, -90.33955 33.017213, -90.340305 33.018457, -90.340812 33.019155, -90.34149 33.019844, -90.342358 33.021221, -90.342844 33.021686, -90.343377 33.021869, -90.344674 33.022093, -90.345936 33.022302, -90.346544 33.02227, -90.347209 33.021997, -90.349452 33.02052, -90.349892 33.020048, -90.350273 33.019173, -90.350744 33.017021, -90.351029 33.015554, -90.351446 33.014716, -90.352375 33.013683, -90.353764 33.012572, -90.354605 33.012014, -90.356832 33.011187, -90.359234 33.010774, -90.361955 33.010578, -90.363942 33.010596, -90.363963 33.009906, -90.433165 33.009306, -90.450501 33.009135, -90.449326 32.923092, -90.655562 32.92212, -90.759606 32.835445, -90.759314 32.813689, -90.758035 32.814901, -90.75641 32.815982, -90.755319 32.816602, -90.754503 32.817238, -90.753779 32.817721, -90.752832 32.817924, -90.752088 32.817886, -90.7512 32.817781, -90.750352 32.817929, -90.749862 32.818034, -90.749379 32.818121, -90.748844 32.817979, -90.747852 32.817628, -90.747277 32.817304, -90.746912 32.817041, -90.746514 32.816295, -90.746089 32.815455, -90.74575 32.814929, -90.74541 32.814621, -90.744901 32.814391, -90.744444 32.814144, -90.744066 32.8137, -90.743922 32.813403, -90.74385 32.812882, -90.744 32.812383, -90.74404 32.811961, -90.743806 32.811445, -90.743394 32.811013, -90.74246 32.810501, -90.74199 32.810062, -90.741664 32.809607, -90.741389 32.80897, -90.741115 32.80868, -90.740632 32.808559, -90.73902 32.808773, -90.737819 32.80908, -90.73727 32.809349, -90.736735 32.809514, -90.735965 32.80959, -90.735325 32.809481, -90.734242 32.809327, -90.733726 32.809272, -90.733308 32.809349, -90.73289 32.809629, -90.732499 32.810836, -90.732296 32.811845, -90.732022 32.812213, -90.731624 32.812531, -90.731382 32.81258, -90.730899 32.81252, -90.730553 32.812548, -90.73023 32.812589, -90.729816 32.812723, -90.729594 32.813059, -90.729571 32.813284, -90.729677 32.813536, -90.730065 32.813796, -90.730438 32.814134, -90.730498 32.814401, -90.730475 32.814626, -90.730309 32.814836, -90.730046 32.815026, -90.729626 32.815185, -90.728938 32.815336, -90.728361 32.81555, -90.728094 32.815755, -90.727937 32.816062, -90.727964 32.816356, -90.728089 32.81664, -90.728532 32.817047, -90.728624 32.817384, -90.728694 32.817784, -90.728648 32.818137, -90.728463 32.818401, -90.727955 32.818839, -90.727175 32.819285, -90.726483 32.819483, -90.725689 32.819533, -90.725052 32.819467, -90.724683 32.819429, -90.723972 32.819153, -90.723478 32.818866, -90.72297 32.818564, -90.722642 32.818036, -90.722684 32.817555, -90.722809 32.816896, -90.72273 32.816438, -90.722504 32.816077, -90.722031 32.815643, -90.720962 32.815205, -90.72009 32.814876, -90.719333 32.8147, -90.718608 32.81467, -90.71776 32.814654, -90.717065 32.814498, -90.716285 32.814174, -90.715786 32.814013, -90.715198 32.81405, -90.714648 32.814324, -90.714348 32.81453, -90.714002 32.815061, -90.713642 32.815682, -90.713342 32.815946, -90.712918 32.816136, -90.71193 32.816442, -90.711422 32.816671, -90.711007 32.817051, -90.710508 32.81754, -90.709964 32.817804, -90.709059 32.817986, -90.708334 32.818013, -90.707803 32.817858, -90.707457 32.817582, -90.707203 32.817051, -90.707065 32.816438, -90.706889 32.816213, -90.706617 32.815988, -90.705791 32.815829, -90.705182 32.81586, -90.704282 32.816046, -90.703321 32.81638, -90.701932 32.817074, -90.701475 32.817346, -90.700755 32.817916, -90.700284 32.818102, -90.699938 32.818106, -90.699573 32.817966, -90.698812 32.817466, -90.698147 32.817222, -90.697215 32.817179, -90.696693 32.817125, -90.696199 32.816993, -90.695853 32.816659, -90.695447 32.81612, -90.694639 32.81534, -90.694427 32.815034, -90.694293 32.814704, -90.694293 32.814421, -90.694422 32.814052, -90.694792 32.813715, -90.695332 32.81344, -90.696388 32.813242, -90.697506 32.813164, -90.698812 32.813118, -90.699652 32.813098, -90.700344 32.813001, -90.70117 32.812613, -90.70202 32.812124, -90.702661 32.811333, -90.703257 32.810553, -90.703912 32.810064, -90.705058 32.809398, -90.708108 32.807629, -90.709299 32.80688, -90.710056 32.806246, -90.711422 32.80506, -90.712715 32.80301, -90.714493 32.79991, -90.715522 32.797045, -90.715926 32.794188, -90.715865 32.791624, -90.715475 32.789388, -90.714739 32.787569, -90.714122 32.786584, -90.712109 32.783249, -90.711879 32.782782, -90.71118 32.781363, -90.710952 32.780899, -90.70852 32.778095, -90.706734 32.776473, -90.705459 32.77587, -90.704662 32.775763, -90.703801 32.775857, -90.702621 32.775387, -90.699879 32.773846, -90.696451 32.772773, -90.694856 32.771875, -90.693294 32.770414, -90.691572 32.768953, -90.690297 32.767491, -90.689388 32.765655, -90.688798 32.763966, -90.68875 32.762933, -90.68891 32.76174, -90.688894 32.76048, -90.689197 32.759152, -90.689659 32.75816, -90.690058 32.757168, -90.690217 32.756457, -90.690679 32.755425, -90.691907 32.754178, -90.693613 32.752877, -90.696116 32.75159, -90.699225 32.749981, -90.702031 32.749016, -90.704311 32.748627, -90.706272 32.748171, -90.709492 32.747433, -90.711422 32.747339, -90.714403 32.7475, -90.717528 32.747996, -90.719011 32.748426, -90.720947 32.749485, -90.723268 32.750946, -90.725547 32.752676, -90.727237 32.754942, -90.728178 32.755867, -90.729661 32.756618, -90.731988 32.757302, -90.732849 32.757382, -90.733902 32.757154, -90.735113 32.756712, -90.735735 32.756162, -90.736437 32.755116, -90.736963 32.75387, -90.737154 32.752609, -90.736963 32.751496, -90.736357 32.75033, -90.735129 32.747406, -90.734874 32.746159, -90.734858 32.744953, -90.735209 32.743169, -90.73591 32.741426, -90.737455 32.738609, -90.739434 32.736625, -90.740663 32.734805, -90.741618 32.733232, -90.742191 32.731746, -90.742399 32.730469, -90.742192 32.728564, -90.741427 32.726566, -90.740358 32.725036, -90.737057 32.721848, -90.73449 32.719328, -90.730151 32.716603, -90.725384 32.714957, -90.722572 32.71326, -90.719455 32.710406, -90.71591 32.708349, -90.711968 32.707192, -90.706956 32.707244, -90.702556 32.707552, -90.697208 32.707218, -90.692807 32.706498, -90.687796 32.705032, -90.679483 32.701123, -90.67276 32.696932, -90.668788 32.69436, -90.666159 32.691814, -90.664112 32.68811, -90.66344 32.68577, -90.663898 32.68312, -90.663776 32.679674, -90.664692 32.676227, -90.665606 32.673333, -90.666621 32.671914, -90.669084 32.669858, -90.670943 32.669513, -90.672823 32.667785, -90.674811 32.665911, -90.676475 32.664801, -90.6795 32.663964, -90.682374 32.663637, -90.684881 32.663819, -90.688381 32.664656, -90.690781 32.665878, -90.69307 32.668658, -90.694734 32.67155, -90.695253 32.673605, -90.69508 32.675279, -90.694734 32.67748, -90.694821 32.680717, -90.69562 32.685355, -90.69683 32.687356, -90.698862 32.688829, -90.70314 32.69052, -90.704869 32.690847, -90.707202 32.690629, -90.709925 32.689447, -90.711654 32.688247, -90.71267 32.686883, -90.71321 32.68501, -90.713015 32.6831, -90.712302 32.680699, -90.712345 32.678953, -90.712864 32.676843, -90.714355 32.674988, -90.716105 32.673587, -90.71698 32.672089, -90.723264 32.66218, -90.724015 32.660508, -90.724512 32.658305, -90.724202 32.656131, -90.723562 32.654096, -90.722933 32.653399, -90.72119 32.652126, -90.720604 32.651115, -90.720318 32.650565, -90.719766 32.648158, -90.718596 32.646086, -90.717658 32.64498, -90.715495 32.643626, -90.712358 32.642273, -90.708316 32.64176, -90.702946 32.6418, -90.69867 32.642049, -90.696048 32.641629, -90.6943 32.640958, -90.692692 32.639644, -90.691631 32.638014, -90.691162 32.636148, -90.691584 32.634374, -90.692661 32.631837, -90.695345 32.628169, -90.696781 32.625659, -90.697764 32.62462, -90.699356 32.623858, -90.700543 32.623371, -90.701869 32.623516, -90.704804 32.625554, -90.705881 32.625908, -90.707192 32.625816, -90.70816 32.625475, -90.709533 32.62441, -90.71086 32.623805, -90.714059 32.623542, -90.716541 32.623884, -90.718617 32.624397, -90.720131 32.624226, -90.721036 32.62349, -90.721504 32.622346, -90.72127 32.620966, -90.7201 32.61856, -90.68954 32.618459, -90.690135 32.589262, -90.65562 32.589344, -90.655244 32.574866, -90.653918 32.574859, -90.654354 32.545726, -90.588229 32.545756, -90.588151 32.531131, -90.554011 32.531431, -90.553947 32.507384, -90.553828 32.507447, -90.553594 32.507538, -90.553209 32.50768, -90.552706 32.507832, -90.552215 32.507994, -90.551864 32.508096, -90.551431 32.508148, -90.551092 32.508289, -90.5508 32.50842, -90.550403 32.508641, -90.550171 32.508852, -90.549997 32.509081, -90.549765 32.50943, -90.549604 32.509739, -90.549406 32.509949, -90.549138 32.51008, -90.548823 32.510311, -90.548574 32.510495, -90.548232 32.510586, -90.547653 32.510657, -90.547072 32.510571, -90.546808 32.510551, -90.546386 32.510442, -90.546015 32.510288, -90.545801 32.509954, -90.545639 32.509486, -90.545478 32.509219, -90.545186 32.508908, -90.544867 32.508619, -90.544365 32.508466, -90.543863 32.508358, -90.543572 32.508292, -90.54336 32.50816, -90.543146 32.507804, -90.543144 32.507513, -90.543299 32.507244, -90.543664 32.506751, -90.54395 32.506302, -90.544027 32.505989, -90.543972 32.505788, -90.54368 32.505589, -90.543231 32.505458, -90.54273 32.505438, -90.541728 32.505467, -90.540859 32.505495, -90.5402 32.505477, -90.539885 32.505635, -90.539596 32.505838, -90.53952 32.506106, -90.539549 32.506486, -90.539816 32.506842, -90.540188 32.507108, -90.540718 32.507439, -90.54093 32.507661, -90.540961 32.50813, -90.540964 32.508532, -90.540782 32.508824, -90.540547 32.509049, -90.540206 32.509207, -90.539758 32.509188, -90.539309 32.509168, -90.538833 32.508948, -90.538672 32.508636, -90.538483 32.508168, -90.538322 32.507856, -90.538003 32.507546, -90.53763 32.507101, -90.537154 32.506948, -90.536732 32.506861, -90.536364 32.506975, -90.536075 32.507089, -90.535815 32.507515, -90.535476 32.507964, -90.535111 32.50839, -90.534877 32.508772, -90.534457 32.509042, -90.534037 32.509246, -90.533671 32.509539, -90.53312 32.509899, -90.532727 32.510192, -90.532519 32.510484, -90.532362 32.510597, -90.532124 32.510598, -90.531703 32.510623, -90.531229 32.510671, -90.530702 32.510786, -90.530308 32.510877, -90.53015 32.510878, -90.530043 32.5107, -90.529987 32.510343, -90.529877 32.509808, -90.529742 32.509407, -90.529582 32.509274, -90.529157 32.508919, -90.528786 32.508675, -90.528176 32.508188, -90.527592 32.507767, -90.526954 32.50719, -90.526422 32.506612, -90.52613 32.506346, -90.525731 32.505969, -90.525254 32.505637, -90.524881 32.505192, -90.524323 32.504637, -90.523658 32.504016, -90.523366 32.503727, -90.523047 32.503439, -90.522754 32.503106, -90.522596 32.50304, -90.522279 32.503042, -90.5222 32.503087, -90.521991 32.503267, -90.521756 32.503581, -90.521495 32.503828, -90.521312 32.504053, -90.521105 32.504478, -90.521055 32.504769, -90.52111 32.505014, -90.521243 32.505148, -90.521534 32.505347, -90.5218 32.505546, -90.521802 32.50577, -90.521724 32.505904, -90.521674 32.506307, -90.521757 32.50673, -90.522024 32.507153, -90.522343 32.507419, -90.522556 32.507642, -90.522584 32.507865, -90.522296 32.508134, -90.521957 32.508583, -90.521616 32.508697, -90.521248 32.508878, -90.520802 32.509104, -90.520671 32.509217, -90.520541 32.509374, -90.520516 32.50962, -90.520545 32.509865, -90.520731 32.510088, -90.521022 32.51013, -90.521366 32.510285, -90.521578 32.51044, -90.521738 32.510729, -90.521847 32.511041, -90.521932 32.511756, -90.522124 32.512626, -90.522261 32.513228, -90.522529 32.51374, -90.522821 32.514006, -90.523272 32.514294, -90.523801 32.514492, -90.524066 32.514646, -90.524514 32.514688, -90.525068 32.51473, -90.525489 32.514638, -90.525544 32.514883, -90.525495 32.51533, -90.52542 32.515822, -90.525344 32.516091, -90.525188 32.516382, -90.524952 32.516607, -90.524718 32.516943, -90.524589 32.517235, -90.524429 32.517034, -90.524323 32.516968, -90.524217 32.516902, -90.52395 32.516591, -90.523682 32.516056, -90.523443 32.515857, -90.522967 32.515658, -90.522492 32.51555, -90.522069 32.515485, -90.521648 32.51551, -90.521252 32.515557, -90.520701 32.515829, -90.520334 32.516121, -90.519968 32.516414, -90.519815 32.516996, -90.519844 32.517308, -90.520034 32.517955, -90.520511 32.51822, -90.520853 32.518129, -90.521509 32.517812, -90.522194 32.517785, -90.522538 32.517962, -90.523096 32.518361, -90.523494 32.518693, -90.523498 32.519118, -90.52321 32.519388, -90.522713 32.519815, -90.522396 32.519817, -90.522159 32.519841, -90.521923 32.519932, -90.521423 32.520136, -90.520898 32.520385, -90.520478 32.520521, -90.519953 32.520815, -90.519664 32.520995, -90.519403 32.521243, -90.519089 32.52158, -90.518565 32.52194, -90.518275 32.521987, -90.517933 32.522034, -90.517511 32.522014, -90.517143 32.52215, -90.516722 32.522309, -90.516329 32.522579, -90.516174 32.52296, -90.516125 32.523362, -90.516076 32.523854, -90.516002 32.524413, -90.515743 32.524996, -90.515508 32.525198, -90.515141 32.525468, -90.514562 32.525673, -90.514325 32.525697, -90.513982 32.525676, -90.513586 32.525612, -90.513215 32.525391, -90.51295 32.525236, -90.512578 32.524881, -90.512232 32.524458, -90.512042 32.523856, -90.512038 32.52332, -90.511928 32.522896, -90.511609 32.522563, -90.511264 32.52232, -90.511027 32.522276, -90.510552 32.522279, -90.510394 32.52228, -90.509974 32.522439, -90.509633 32.522665, -90.509136 32.523137, -90.508718 32.523653, -90.508457 32.523923, -90.508195 32.524103, -90.507931 32.524149, -90.507588 32.524107, -90.507402 32.523884, -90.507238 32.523282, -90.507077 32.522859, -90.506704 32.522459, -90.506413 32.522304, -90.505911 32.52224, -90.505253 32.522289, -90.504778 32.522314, -90.504541 32.522316, -90.504119 32.522318, -90.503829 32.522275, -90.503354 32.522256, -90.502906 32.522258, -90.502643 32.522416, -90.502487 32.522596, -90.502384 32.522909, -90.502439 32.523155, -90.502786 32.523756, -90.503081 32.524357, -90.503139 32.524893, -90.503087 32.52505, -90.502878 32.525319, -90.502616 32.525454, -90.502379 32.525501, -90.502089 32.525458, -90.501771 32.525326, -90.50132 32.524971, -90.500444 32.524284, -90.50002 32.52404, -90.499624 32.523931, -90.49915 32.524046, -90.498597 32.52416, -90.498124 32.524253, -90.497756 32.524389, -90.497441 32.52457, -90.497259 32.524973, -90.497234 32.525152, -90.497369 32.525441, -90.497608 32.525641, -90.498163 32.525838, -90.498639 32.52597, -90.49901 32.526236, -90.499251 32.526636, -90.499254 32.526971, -90.499099 32.527374, -90.498838 32.527711, -90.498288 32.528183, -90.497868 32.528364, -90.497263 32.528636, -90.496239 32.529111, -90.495346 32.529519, -90.494242 32.530017, -90.493138 32.530358, -90.492374 32.530474, -90.491874 32.530634, -90.491507 32.530882, -90.491193 32.531129, -90.491089 32.531309, -90.491065 32.531644, -90.491067 32.53189, -90.491175 32.532179, -90.491732 32.532556, -90.492076 32.532777, -90.492606 32.533087, -90.492845 32.533242, -90.492927 32.533576, -90.492902 32.533733, -90.492771 32.533823, -90.492535 32.534025, -90.49201 32.534274, -90.491379 32.534546, -90.490827 32.534795, -90.490643 32.534841, -90.490486 32.534998, -90.490356 32.535178, -90.489963 32.53556, -90.489675 32.535762, -90.489229 32.536033, -90.488992 32.536101, -90.48844 32.536395, -90.487915 32.536644, -90.487574 32.536869, -90.487418 32.537183, -90.487289 32.537496, -90.487238 32.537742, -90.487112 32.538413, -90.48704 32.539307, -90.486943 32.540268, -90.486711 32.540918, -90.486371 32.541322, -90.485873 32.541846, -90.485539 32.542181, -90.485148 32.542484, -90.484534 32.542948, -90.48353 32.543667, -90.483176 32.543938, -90.482822 32.544147, -90.482431 32.544339, -90.482207 32.544372, -90.481664 32.544344, -90.481307 32.544219, -90.480706 32.543921, -90.479955 32.543656, -90.479374 32.543564, -90.478831 32.543536, -90.478308 32.543602, -90.477559 32.543575, -90.476642 32.543533, -90.475836 32.54349, -90.474825 32.543416, -90.474076 32.543389, -90.473326 32.543203, -90.472558 32.543017, -90.472014 32.542957, -90.471678 32.543054, -90.471455 32.54323, -90.471325 32.543373, -90.471308 32.543611, -90.471386 32.543959, -90.471653 32.544528, -90.471844 32.545034, -90.472053 32.545445, -90.472488 32.546045, -90.472811 32.546582, -90.47289 32.547105, -90.472894 32.547612, -90.472766 32.547962, -90.472562 32.54828, -90.472079 32.548663, -90.471761 32.54876, -90.471481 32.548809, -90.471162 32.548732, -90.470655 32.548465, -90.470071 32.548025, -90.46977 32.547868, -90.469245 32.547649, -90.46872 32.547525, -90.467782 32.54734, -90.466789 32.547188, -90.465984 32.547113, -90.465497 32.547147, -90.465144 32.547371, -90.464828 32.547658, -90.464662 32.547945, -90.464422 32.54839, -90.464314 32.54893, -90.464318 32.549468, -90.464377 32.549785, -90.464661 32.550291, -90.464778 32.550877, -90.464765 32.551511, -90.464808 32.552208, -90.464814 32.553048, -90.464726 32.553667, -90.464635 32.55408, -90.464508 32.55454, -90.464361 32.554937, -90.46416 32.555446, -90.463919 32.555843, -90.463585 32.556178, -90.463438 32.556496, -90.463327 32.556734, -90.463274 32.557067, -90.463238 32.557321, -90.463318 32.557876, -90.463208 32.558225, -90.463079 32.558511, -90.462912 32.558702, -90.462708 32.558909, -90.462429 32.559054, -90.462092 32.559087, -90.461568 32.559138, -90.461008 32.559252, -90.460616 32.559413, -90.460336 32.559589, -90.460095 32.559844, -90.459742 32.56021, -90.459444 32.560402, -90.459126 32.560404, -90.458919 32.56031, -90.458824 32.56012, -90.458841 32.559819, -90.458987 32.559358, -90.459282 32.558754, -90.459444 32.558008, -90.45944 32.557533, -90.459288 32.557248, -90.458967 32.556886, -90.458479 32.556666, -90.457955 32.556638, -90.457393 32.556625, -90.456702 32.556772, -90.456067 32.556981, -90.455526 32.557286, -90.45519 32.557398, -90.454874 32.55767, -90.454447 32.558068, -90.453946 32.558658, -90.45365 32.559056, -90.453539 32.559246, -90.453522 32.559532, -90.453599 32.559706, -90.453957 32.560037, -90.454353 32.560431, -90.454524 32.560794, -90.454545 32.561048, -90.454418 32.561508, -90.454121 32.561906, -90.45386 32.562034, -90.453337 32.562133, -90.452627 32.562279, -90.45229 32.562329, -90.45173 32.562506, -90.451263 32.56262, -90.451058 32.562811, -90.451041 32.563001, -90.451138 32.563413, -90.451349 32.56403, -90.451894 32.564376, -90.452308 32.56458, -90.453019 32.564607, -90.454067 32.564538, -90.454741 32.564502, -90.455116 32.564643, -90.455361 32.564832, -90.455475 32.565101, -90.455476 32.565212, -90.455366 32.565466, -90.455144 32.565848, -90.454977 32.565991, -90.454678 32.566104, -90.454044 32.566456, -90.453542 32.56676, -90.453226 32.567095, -90.453042 32.56746, -90.452784 32.568032, -90.452489 32.568637, -90.452232 32.569224, -90.452028 32.569527, -90.451826 32.569972, -90.451697 32.570321, -90.451682 32.570718, -90.451797 32.571113, -90.452024 32.571445, -90.452345 32.571792, -90.452591 32.572108, -90.452668 32.572408, -90.452577 32.572678, -90.452391 32.57287, -90.452111 32.572982, -90.451681 32.573048, -90.451195 32.573114, -90.45084 32.573227, -90.450373 32.57334, -90.450056 32.573496, -90.449907 32.573676, -90.44974 32.573835, -90.449611 32.574106, -90.449651 32.574359, -90.449766 32.574755, -90.449881 32.575071, -90.450146 32.575482, -90.450525 32.576066, -90.451149 32.576887, -90.451755 32.577724, -90.451833 32.578167, -90.451742 32.578485, -90.451539 32.578835, -90.451185 32.579106, -90.45098 32.579186, -90.450793 32.579188, -90.450567 32.579062, -90.450359 32.578794, -90.449925 32.578368, -90.449549 32.578116, -90.449192 32.578055, -90.448837 32.578073, -90.44865 32.578153, -90.448278 32.578409, -90.448018 32.578759, -90.447889 32.57895, -90.447873 32.579283, -90.447707 32.579633, -90.447541 32.579966, -90.447169 32.580286, -90.446834 32.580525, -90.446386 32.580686, -90.445544 32.580818, -90.444758 32.58087, -90.443898 32.580985, -90.443543 32.581066, -90.443358 32.581337, -90.443304 32.581718, -90.443344 32.581924, -90.443513 32.58205, -90.443927 32.582285, -90.444396 32.582441, -90.444959 32.582628, -90.445317 32.582896, -90.445713 32.583306, -90.44579 32.583574, -90.445832 32.584097, -90.445684 32.584352, -90.445535 32.584432, -90.445106 32.584609, -90.44475 32.584674, -90.444413 32.584676, -90.443982 32.584615, -90.443588 32.58449, -90.443044 32.584303, -90.442612 32.584163, -90.442219 32.584165, -90.441938 32.584182, -90.441528 32.584422, -90.441156 32.584789, -90.440747 32.58514, -90.440337 32.585443, -90.439965 32.585715, -90.439685 32.585796, -90.439161 32.585894, -90.438674 32.585817, -90.438073 32.58563, -90.437548 32.585443, -90.43691 32.585335, -90.436573 32.585258, -90.436366 32.585116, -90.435893 32.584532, -90.435665 32.584106, -90.435456 32.583679, -90.435399 32.583632, -90.434891 32.583254, -90.434251 32.582845, -90.433443 32.582374, -90.432972 32.58206, -90.432518 32.581476, -90.432272 32.581081, -90.432101 32.580733, -90.431818 32.580481, -90.431555 32.580403, -90.431294 32.580452, -90.431089 32.580596, -90.431034 32.580723, -90.430924 32.58104, -90.430945 32.581437, -90.430891 32.581675, -90.43078 32.581897, -90.430577 32.582295, -90.430431 32.582739, -90.430415 32.583072, -90.430454 32.583294, -90.43068 32.583467, -90.430869 32.58372, -90.430851 32.583862, -90.430815 32.584005, -90.430685 32.584101, -90.430348 32.584119, -90.429936 32.584169, -90.429675 32.584249, -90.429526 32.584424, -90.429341 32.584727, -90.429324 32.584964, -90.429363 32.58517, -90.429365 32.585376, -90.42931 32.585551, -90.429218 32.585726, -90.429088 32.585854, -90.428864 32.586013, -90.428658 32.586046, -90.428303 32.586096, -90.427984 32.586018, -90.427664 32.585734, -90.427323 32.585213, -90.427075 32.584612, -90.426772 32.584154, -90.426431 32.583601, -90.426016 32.583254, -90.425585 32.583146, -90.425136 32.583164, -90.424668 32.583182, -90.424182 32.583328, -90.423734 32.583473, -90.423135 32.583571, -90.422592 32.58359, -90.422161 32.583481, -90.421616 32.583294, -90.421278 32.58309, -90.421201 32.582836, -90.421294 32.582693, -90.421479 32.58247, -90.421496 32.582264, -90.421306 32.581821, -90.421117 32.581616, -90.420817 32.581554, -90.420405 32.581509, -90.42003 32.581479, -90.419767 32.581306, -90.419538 32.58069, -90.419401 32.579945, -90.419097 32.579344, -90.41898 32.57879, -90.418975 32.578045, -90.418914 32.577411, -90.418781 32.577127, -90.418406 32.576986, -90.417937 32.576973, -90.41762 32.577085, -90.417322 32.577309, -90.416988 32.577691, -90.416486 32.578185, -90.416246 32.57863, -90.416118 32.579043, -90.415952 32.579424, -90.415748 32.579679, -90.415412 32.57984, -90.415224 32.579761, -90.415147 32.57946, -90.415161 32.578826, -90.415139 32.578367, -90.415006 32.578114, -90.414892 32.577892, -90.41463 32.577799, -90.414274 32.577801, -90.414032 32.577929, -90.413808 32.57812, -90.413697 32.578295, -90.413719 32.578723, -90.413758 32.578976, -90.413537 32.579453, -90.413408 32.579755, -90.413278 32.579851, -90.413147 32.579867, -90.412847 32.579758, -90.412226 32.579397, -90.411624 32.579004, -90.41025 32.578028, -90.409572 32.577508, -90.40929 32.57724, -90.409325 32.576971, -90.409698 32.576747, -90.410203 32.576697, -90.410783 32.576614, -90.4111 32.576454, -90.411434 32.576056, -90.411652 32.575151, -90.411648 32.57466, -90.411364 32.574138, -90.411062 32.573839, -90.410762 32.573793, -90.41037 32.57389, -90.410053 32.574034, -90.409719 32.574464, -90.409496 32.574735, -90.408975 32.575197, -90.408212 32.575804, -90.407672 32.576203, -90.407243 32.576427, -90.407 32.576396, -90.406793 32.576318, -90.406454 32.576019, -90.406056 32.575434, -90.405623 32.574993, -90.405284 32.574788, -90.404627 32.574554, -90.404309 32.57454, -90.404142 32.574763, -90.404124 32.574937, -90.404183 32.575286, -90.404186 32.57565, -90.403983 32.576111, -90.403669 32.576715, -90.403355 32.577271, -90.402892 32.577955, -90.402613 32.578242, -90.402222 32.578514, -90.401663 32.57885, -90.401308 32.579026, -90.400804 32.579187, -90.400243 32.579301, -90.399813 32.57935, -90.39914 32.579465, -90.398654 32.579594, -90.398244 32.579866, -90.398041 32.580247, -90.397932 32.580692, -90.397898 32.581183, -90.39788 32.581374, -90.39794 32.581912, -90.398095 32.582561, -90.398267 32.5831, -90.398252 32.583543, -90.398141 32.583734, -90.397804 32.583847, -90.397449 32.583896, -90.396906 32.583947, -90.396589 32.584075, -90.396328 32.584282, -90.39605 32.584649, -90.395903 32.585014, -90.395701 32.585538, -90.395496 32.585714, -90.395234 32.585762, -90.394972 32.585748, -90.394784 32.58559, -90.394648 32.584989, -90.394645 32.584561, -90.394773 32.584116, -90.394734 32.583831, -90.394582 32.583515, -90.394262 32.583358, -90.393868 32.583138, -90.393603 32.582854, -90.393245 32.582428, -90.392981 32.582176, -90.392736 32.582034, -90.392381 32.582052, -90.3921 32.582085, -90.391708 32.582277, -90.391373 32.582564, -90.390944 32.582725, -90.39029 32.582966, -90.389953 32.583, -90.389392 32.583018, -90.388568 32.58307, -90.388157 32.583151, -90.387596 32.583297, -90.387186 32.583457, -90.386812 32.583586, -90.386532 32.583762, -90.38616 32.584033, -90.385675 32.584353, -90.385397 32.584703, -90.385306 32.585068, -90.385382 32.585274, -90.385645 32.585367, -90.385888 32.585303, -90.386298 32.585047, -90.386653 32.584887, -90.386952 32.584885, -90.387253 32.585042, -90.387404 32.5852, -90.387631 32.585484, -90.387859 32.585974, -90.388331 32.586543, -90.38869 32.586985, -90.388729 32.587222, -90.388562 32.587461, -90.388413 32.587588, -90.388133 32.587638, -90.38787 32.587639, -90.387327 32.587578, -90.386859 32.587517, -90.386578 32.587566, -90.386205 32.587742, -90.385646 32.588078, -90.385105 32.588382, -90.384806 32.588479, -90.384319 32.588544, -90.383795 32.588563, -90.383216 32.588709, -90.382861 32.588837, -90.382563 32.589061, -90.382192 32.589554, -90.381894 32.589841, -90.381748 32.590333, -90.381656 32.590634, -90.381697 32.591126, -90.381869 32.591521, -90.382154 32.59209, -90.382306 32.592407, -90.382233 32.592724, -90.382029 32.593042, -90.381731 32.593313, -90.381452 32.593473, -90.38104 32.593586, -90.380704 32.593619, -90.380291 32.593526, -90.380102 32.59329, -90.379838 32.592942, -90.379498 32.592643, -90.379123 32.592534, -90.378711 32.592488, -90.378225 32.592586, -90.377776 32.59273, -90.377403 32.592907, -90.377106 32.593209, -90.377033 32.593495, -90.377129 32.593843, -90.377467 32.594095, -90.377899 32.594268, -90.378649 32.594311, -90.379379 32.594371, -90.380185 32.594399, -90.380673 32.594586, -90.381105 32.594822, -90.381502 32.595296, -90.381598 32.595644, -90.381488 32.59593, -90.381283 32.596074, -90.38089 32.596123, -90.380571 32.596109, -90.380122 32.596095, -90.379766 32.596129, -90.379261 32.596163, -90.378681 32.596229, -90.378325 32.596294, -90.377989 32.596391, -90.37739 32.596458, -90.376623 32.596557, -90.375613 32.596641, -90.374771 32.59674, -90.374247 32.596901, -90.373949 32.597077, -90.373726 32.597348, -90.373541 32.597713, -90.373414 32.598205, -90.373361 32.598744, -90.373326 32.599014, -90.37329 32.59922, -90.373067 32.59957, -90.372845 32.599952, -90.372493 32.600477, -90.372308 32.600842, -90.372068 32.601319, -90.37194 32.601716, -90.371589 32.602383, -90.371421 32.602559, -90.37116 32.602671, -90.370729 32.602705, -90.370205 32.602644, -90.369811 32.602598, -90.369398 32.602505, -90.369173 32.602364, -90.369003 32.602158, -90.368889 32.601985, -90.368678 32.601177, -90.368504 32.600512, -90.368407 32.599894, -90.368403 32.59934, -90.36853 32.598768, -90.368771 32.598355, -90.369086 32.597862, -90.369326 32.597496, -90.369381 32.597211, -90.369285 32.596973, -90.36904 32.596658, -90.368963 32.596436, -90.368922 32.59585, -90.368789 32.595628, -90.368526 32.59544, -90.368114 32.595378, -90.367758 32.595428, -90.367142 32.595652, -90.366432 32.595973, -90.365499 32.596437, -90.364865 32.596837, -90.364437 32.597235, -90.364195 32.597458, -90.363881 32.59803, -90.36379 32.59849, -90.363812 32.598871, -90.363853 32.599394, -90.363876 32.600059, -90.363935 32.600424, -90.364106 32.600914, -90.364336 32.601579, -90.364526 32.601958, -90.364864 32.602226, -90.365053 32.6024, -90.365054 32.602526, -90.365017 32.60259, -90.364812 32.602813, -90.364346 32.603101, -90.36375 32.603516, -90.362948 32.604059, -90.362631 32.604219, -90.362369 32.604236, -90.3619 32.604175, -90.361506 32.604113, -90.360963 32.604116, -90.360233 32.604167, -90.359803 32.604248, -90.359374 32.604409, -90.359169 32.6046, -90.358984 32.604902, -90.358874 32.605267, -90.358727 32.605759, -90.358524 32.606157, -90.358357 32.606379, -90.358096 32.606571, -90.357647 32.606636, -90.357329 32.606654, -90.357047 32.606497, -90.35697 32.606291, -90.356948 32.605816, -90.357075 32.605213, -90.357334 32.604672, -90.357724 32.604132, -90.358412 32.603431, -90.358709 32.603049, -90.358708 32.60289, -90.358688 32.602716, -90.358649 32.602558, -90.358386 32.602353, -90.358123 32.602212, -90.357597 32.602087, -90.357092 32.602121, -90.356737 32.602202, -90.356382 32.602299, -90.356102 32.602427, -90.355654 32.602651, -90.355337 32.602922, -90.354909 32.603368, -90.354537 32.603751, -90.354146 32.604101, -90.353718 32.604404, -90.353345 32.604628, -90.35301 32.604963, -90.352843 32.605201, -90.352676 32.605503, -90.352529 32.605853, -90.352364 32.606456, -90.352236 32.606869, -90.352015 32.607377, -90.351682 32.608076, -90.351591 32.608489, -90.351593 32.60879, -90.351708 32.609106, -90.351897 32.609375, -90.352218 32.609801, -90.35267 32.610195, -90.353273 32.610652, -90.353668 32.610967, -90.353707 32.611142, -90.353633 32.611269, -90.353447 32.61146, -90.353035 32.611557, -90.352567 32.611543, -90.352136 32.611482, -90.351724 32.611452, -90.351293 32.61147, -90.351032 32.611598, -90.350808 32.611821, -90.350698 32.612202, -90.350589 32.612694, -90.350405 32.613139, -90.350219 32.613298, -90.349808 32.61349, -90.349321 32.613493, -90.348721 32.613416, -90.348271 32.61326, -90.347801 32.61312, -90.347427 32.613153, -90.346811 32.613505, -90.346326 32.613729, -90.346139 32.613777, -90.345858 32.613715, -90.345632 32.613542, -90.345499 32.613257, -90.345608 32.612797, -90.345774 32.612384, -90.345994 32.611733, -90.346066 32.611194, -90.34595 32.610671, -90.34576 32.61026, -90.345345 32.609898, -90.344799 32.609409, -90.344573 32.609188, -90.34429 32.608856, -90.344194 32.608635, -90.344061 32.608302, -90.344078 32.607985, -90.344281 32.60762, -90.344503 32.607175, -90.344669 32.606746, -90.344723 32.606413, -90.344704 32.606318, -90.344572 32.606224, -90.344309 32.606082, -90.343746 32.605926, -90.343521 32.605848, -90.34307 32.605596, -90.342694 32.605456, -90.342244 32.605442, -90.34202 32.605554, -90.341834 32.605666, -90.341535 32.605842, -90.341349 32.606033, -90.341145 32.606256, -90.340921 32.606336, -90.340528 32.606417, -90.340165 32.606414, -90.33983 32.606309, -90.339495 32.606134, -90.339096 32.6058, -90.338823 32.605695, -90.338299 32.605485, -90.337965 32.605487, -90.337402 32.605719, -90.336528 32.606272, -90.335571 32.606895, -90.335009 32.607305, -90.334053 32.608105, -90.333596 32.608514, -90.333514 32.60878, -90.333372 32.609346, -90.333208 32.609913, -90.33296 32.610268, -90.332669 32.610482, -90.332314 32.610625, -90.33173 32.610787, -90.331062 32.610896, -90.330457 32.611058, -90.330165 32.611183, -90.33002 32.611325, -90.330106 32.611643, -90.330274 32.611784, -90.330734 32.611817, -90.331507 32.611831, -90.331925 32.611812, -90.332406 32.611898, -90.332616 32.612003, -90.332826 32.612285, -90.332975 32.612656, -90.332957 32.613116, -90.332708 32.613347, -90.332145 32.613597, -90.330707 32.614099, -90.330039 32.614279, -90.329455 32.614423, -90.3291 32.614496, -90.328327 32.614499, -90.327616 32.614556, -90.327074 32.614629, -90.325718 32.615077, -90.324884 32.615435, -90.3243 32.615632, -90.323987 32.615651, -90.323276 32.615672, -90.322984 32.615744, -90.322692 32.615834, -90.32236 32.616171, -90.322279 32.616508, -90.322342 32.616667, -90.32268 32.617143, -90.32308 32.617619, -90.323185 32.617724, -90.323228 32.617972, -90.323168 32.618273, -90.322919 32.618574, -90.32244 32.618842, -90.322232 32.619055, -90.322046 32.619392, -90.322194 32.619604, -90.322362 32.619798, -90.322635 32.619955, -90.323138 32.620148, -90.323599 32.620305, -90.323956 32.620551, -90.324292 32.620885, -90.324565 32.621008, -90.324859 32.621236, -90.325153 32.621518, -90.325342 32.621694, -90.325344 32.621906, -90.325262 32.622172, -90.325012 32.622403, -90.324679 32.622564, -90.324178 32.622584, -90.323676 32.622622, -90.323028 32.622607, -90.32261 32.622662, -90.322152 32.622823, -90.321401 32.623145, -90.320484 32.623574, -90.320068 32.62377, -90.319713 32.62386, -90.319295 32.623897, -90.318626 32.6239, -90.318396 32.623937, -90.318126 32.624062, -90.317835 32.624382, -90.317607 32.624719, -90.317338 32.625056, -90.317047 32.625393, -90.316798 32.625624, -90.31636 32.625909, -90.315674 32.626355, -90.315508 32.626568, -90.315448 32.626975, -90.315554 32.62731, -90.315766 32.627716, -90.31604 32.628139, -90.316043 32.628564, -90.31594 32.628918, -90.31563 32.629432, -90.315321 32.630088, -90.315177 32.630478, -90.315159 32.630991, -90.315287 32.631291, -90.315646 32.631909, -90.315794 32.632244, -90.315774 32.632421, -90.315462 32.632599, -90.314962 32.632778, -90.314502 32.632922, -90.314169 32.6331, -90.314004 32.633366, -90.313735 32.633863, -90.313507 32.634218, -90.313216 32.634378, -90.312882 32.63445, -90.312568 32.634434, -90.31217 32.634312, -90.311793 32.634172, -90.311185 32.63391, -90.310682 32.633664, -90.310452 32.63363, -90.310138 32.633596, -90.309909 32.633756, -90.30987 32.634146, -90.309997 32.63441, -90.310417 32.634798, -90.310712 32.635168, -90.31084 32.635503, -90.310989 32.635927, -90.311032 32.63621, -90.310887 32.636423, -90.310492 32.636708, -90.30995 32.637011, -90.309554 32.637172, -90.309262 32.637368, -90.309244 32.637792, -90.309288 32.638128, -90.309435 32.638269, -90.309687 32.638374, -90.310126 32.638425, -90.310733 32.638475, -90.311152 32.638668, -90.311445 32.63879, -90.311572 32.63902, -90.311742 32.639444, -90.311786 32.63985, -90.311684 32.640204, -90.311457 32.64063, -90.311082 32.640915, -90.310686 32.641076, -90.310019 32.641326, -90.309435 32.641506, -90.308934 32.641632, -90.308705 32.641916, -90.308227 32.642325, -90.307541 32.642912, -90.307083 32.643285, -90.306584 32.643623, -90.306083 32.64382, -90.305458 32.644176, -90.304959 32.644586, -90.304398 32.645101, -90.303877 32.645439, -90.303439 32.645583, -90.302938 32.645709, -90.302563 32.64594, -90.302314 32.646278, -90.301858 32.646828, -90.301482 32.646936, -90.301148 32.646955, -90.300749 32.646797, -90.300622 32.646515, -90.30041 32.646074, -90.300157 32.645668, -90.299947 32.645439, -90.29934 32.645459, -90.298903 32.645726, -90.298614 32.646312, -90.298261 32.646791, -90.297888 32.64727, -90.297575 32.647377, -90.296781 32.647469, -90.296112 32.647401, -90.295567 32.647262, -90.295148 32.646981, -90.294999 32.646681, -90.295038 32.646203, -90.295201 32.645513, -90.295178 32.645141, -90.295072 32.644876, -90.294693 32.644471, -90.294189 32.644102, -90.293833 32.64398, -90.293185 32.64393, -90.29239 32.643968, -90.291702 32.64413, -90.291264 32.644415, -90.290807 32.644789, -90.290327 32.64495, -90.289992 32.644987, -90.289491 32.644971, -90.289093 32.644885, -90.288778 32.644691, -90.288714 32.644532, -90.288776 32.644285, -90.288816 32.643966, -90.28896 32.643682, -90.289146 32.643239, -90.28929 32.642956, -90.289247 32.642638, -90.289077 32.642214, -90.288909 32.642108, -90.288678 32.642021, -90.288281 32.64197, -90.28778 32.642096, -90.287238 32.642416, -90.286864 32.642701, -90.286407 32.643216, -90.285608 32.644219, -90.285151 32.644786, -90.284757 32.64523, -90.284111 32.645587, -90.283485 32.645855, -90.28311 32.646051, -90.282944 32.646299, -90.282926 32.646759, -90.283095 32.647059, -90.283305 32.647129, -90.283723 32.647163, -90.28412 32.647143, -90.284351 32.647231, -90.28454 32.64746, -90.284541 32.647672, -90.284398 32.648204, -90.284072 32.649584, -90.283846 32.650205, -90.283535 32.650772, -90.28337 32.651179, -90.283352 32.651586, -90.283418 32.652223, -90.283506 32.652788, -90.283485 32.65293, -90.283257 32.653232, -90.282884 32.653676, -90.282572 32.654013, -90.282489 32.654137, -90.282594 32.654243, -90.282824 32.654277, -90.283514 32.654256, -90.283912 32.65429, -90.284101 32.654484, -90.284186 32.654643, -90.284104 32.654962, -90.283918 32.655334, -90.283627 32.655689, -90.283315 32.655849, -90.282959 32.655886, -90.282604 32.655941, -90.282207 32.655942, -90.281788 32.65582, -90.28139 32.65568, -90.280824 32.6554, -90.28053 32.655224, -90.280279 32.655155, -90.279944 32.655103, -90.27984 32.655174, -90.279778 32.655351, -90.27978 32.65574, -90.279637 32.656254, -90.27941 32.656786, -90.279266 32.657211, -90.279225 32.657317, -90.279227 32.657653, -90.279293 32.658166, -90.279357 32.658413, -90.279337 32.658502, -90.279212 32.658644, -90.278961 32.658698, -90.278564 32.658699, -90.278104 32.658648, -90.277581 32.658597, -90.277288 32.658652, -90.277164 32.658794, -90.277103 32.659059, -90.277303 32.659368, -90.277701 32.659508, -90.277974 32.659684, -90.278289 32.659912, -90.278373 32.660036, -90.278395 32.660195, -90.278396 32.660283, -90.278188 32.660461, -90.277958 32.66055, -90.276976 32.660608, -90.276035 32.660629, -90.275554 32.66072, -90.275032 32.660775, -90.274697 32.66067, -90.274612 32.660423, -90.274442 32.659946, -90.274397 32.659504, -90.274417 32.659327, -90.274478 32.658938, -90.274537 32.658407, -90.274514 32.657912, -90.274324 32.657682, -90.274177 32.65763, -90.273927 32.657649, -90.273447 32.657845, -90.272926 32.658184, -90.272635 32.658503, -90.272428 32.65884, -90.272451 32.659123, -90.272662 32.659494, -90.272873 32.659776, -90.272999 32.660005, -90.272979 32.660164, -90.272855 32.660377, -90.272668 32.660519, -90.272417 32.660574, -90.271957 32.66054, -90.27158 32.660489, -90.271202 32.660225, -90.271033 32.659907, -90.27099 32.659589, -90.271176 32.659358, -90.271426 32.659056, -90.271487 32.658773, -90.271506 32.658508, -90.271274 32.658084, -90.270874 32.657697, -90.270517 32.657398, -90.27014 32.657311, -90.269534 32.657366, -90.269076 32.657687, -90.268535 32.658166, -90.268055 32.658381, -90.267805 32.658435, -90.267615 32.658241, -90.26753 32.657958, -90.267696 32.657639, -90.267798 32.657338, -90.267944 32.657125, -90.267858 32.656843, -90.267627 32.65656, -90.267354 32.656491, -90.267145 32.65651, -90.266353 32.656813, -90.265998 32.657009, -90.265684 32.65694, -90.265265 32.656818, -90.264898 32.656651, -90.264459 32.656636, -90.264126 32.656778, -90.264022 32.656938, -90.263878 32.657275, -90.263942 32.657628, -90.26409 32.657964, -90.264134 32.658264, -90.264156 32.65837, -90.264031 32.658601, -90.263782 32.658885, -90.263491 32.659133, -90.263221 32.659418, -90.26295 32.659719, -90.262848 32.660003, -90.262702 32.660216, -90.262327 32.660429, -90.261889 32.660573, -90.261388 32.660698, -90.261033 32.660771, -90.260427 32.660844, -90.259778 32.660794, -90.259276 32.66076, -90.258963 32.660744, -90.258628 32.66078, -90.258295 32.660941, -90.258212 32.661118, -90.258089 32.661526, -90.257946 32.662074, -90.257717 32.662341, -90.257551 32.662571, -90.256966 32.662715, -90.256486 32.662859, -90.256006 32.66309, -90.255568 32.663216, -90.255254 32.663217, -90.254835 32.66306, -90.254751 32.662883, -90.25477 32.662547, -90.254956 32.66214, -90.255183 32.661714, -90.255161 32.661467, -90.254992 32.66122, -90.254678 32.661044, -90.254343 32.660992, -90.253716 32.661048, -90.252713 32.661194, -90.251857 32.661427, -90.251064 32.661802, -90.250439 32.662175, -90.250023 32.662531, -90.249752 32.662638, -90.24948 32.662586, -90.249248 32.662392, -90.248913 32.662146, -90.248786 32.661987, -90.248764 32.661793, -90.248973 32.661686, -90.249348 32.661472, -90.24943 32.661277, -90.249346 32.661065, -90.24901 32.660784, -90.248297 32.660486, -90.247291 32.660136, -90.246285 32.65968, -90.245718 32.659258, -90.245298 32.658817, -90.244963 32.658766, -90.244566 32.658785, -90.244149 32.658999, -90.243879 32.659371, -90.243902 32.659707, -90.243986 32.659831, -90.244174 32.659848, -90.244823 32.659898, -90.245262 32.659967, -90.245367 32.660073, -90.245621 32.660567, -90.24579 32.66092, -90.245855 32.661221, -90.245731 32.661593, -90.245628 32.661823, -90.245378 32.661912, -90.245168 32.66186, -90.244958 32.661649, -90.244726 32.661243, -90.244578 32.661067, -90.244306 32.661015, -90.24416 32.66098, -90.243888 32.661016, -90.243659 32.661176, -90.243598 32.661513, -90.243768 32.661954, -90.243895 32.662272, -90.243897 32.662644, -90.243794 32.662892, -90.243482 32.663176, -90.242919 32.663479, -90.242586 32.663763, -90.242461 32.663993, -90.242464 32.664471, -90.242381 32.66463, -90.242173 32.664773, -90.241859 32.664721, -90.24144 32.664493, -90.240998 32.664052, -90.240326 32.663542, -90.239697 32.663279, -90.23932 32.66321, -90.23884 32.663247, -90.238234 32.663391, -90.238005 32.663569, -90.237964 32.66371, -90.238049 32.663993, -90.238448 32.664239, -90.238784 32.664521, -90.239078 32.664679, -90.239476 32.664925, -90.23954 32.665066, -90.239436 32.665314, -90.239249 32.66551, -90.238978 32.665564, -90.238413 32.665495, -90.237744 32.66548, -90.237242 32.66557, -90.236824 32.665572, -90.236175 32.66538, -90.235861 32.665328, -90.235485 32.665418, -90.23513 32.665614, -90.234694 32.666093, -90.234153 32.666661, -90.233841 32.666875, -90.233402 32.66693, -90.233046 32.666807, -90.232773 32.666684, -90.232418 32.666721, -90.231833 32.666882, -90.230998 32.667169, -90.23056 32.667276, -90.230183 32.667207, -90.230015 32.667013, -90.22995 32.666589, -90.229842 32.665917, -90.229777 32.665528, -90.229566 32.665175, -90.229251 32.665053, -90.228896 32.665072, -90.228144 32.665145, -90.227643 32.66536, -90.227414 32.665626, -90.227332 32.665891, -90.22748 32.666138, -90.227732 32.66635, -90.228006 32.666756, -90.227987 32.667127, -90.227884 32.667446, -90.227551 32.667766, -90.227155 32.667997, -90.226716 32.668016, -90.226255 32.667859, -90.225898 32.667542, -90.22575 32.667189, -90.22579 32.666817, -90.225914 32.666604, -90.225933 32.666197, -90.225994 32.66595, -90.225762 32.665597, -90.225404 32.665191, -90.224795 32.664645, -90.224206 32.664046, -90.223912 32.663676, -90.223869 32.663464, -90.223887 32.662862, -90.223925 32.662154, -90.224088 32.661393, -90.224023 32.660934, -90.223832 32.660528, -90.223391 32.660158, -90.222909 32.659912, -90.222553 32.659772, -90.221968 32.659792, -90.221508 32.6599, -90.221113 32.660237, -90.22078 32.660645, -90.220221 32.661585, -90.219721 32.6621, -90.218889 32.66281, -90.218221 32.663149, -90.216862 32.663136, -90.216381 32.66312, -90.21594 32.66275, -90.215142 32.662099, -90.21464 32.661995, -90.214138 32.662014, -90.213616 32.662122, -90.212907 32.662532, -90.211885 32.663066, -90.211197 32.663422, -90.210634 32.663708, -90.210257 32.663744, -90.20963 32.663658, -90.20942 32.663606, -90.209212 32.663677, -90.209129 32.663908, -90.209194 32.664403, -90.209216 32.66465, -90.208988 32.664881, -90.208278 32.665149, -90.207924 32.665345, -90.207591 32.665717, -90.207384 32.666107, -90.207113 32.666303, -90.206612 32.666517, -90.206382 32.666588, -90.205755 32.666502, -90.204603 32.666206, -90.203744 32.665961, -90.203493 32.665909, -90.203304 32.665662, -90.203156 32.665486, -90.202799 32.665151, -90.202631 32.66501, -90.20238 32.664976, -90.202004 32.664924, -90.201272 32.664909, -90.200686 32.664929, -90.200351 32.664877, -90.199555 32.664508, -90.198403 32.664141, -90.197733 32.663896, -90.197419 32.663879, -90.197231 32.664039, -90.197254 32.664393, -90.19734 32.664799, -90.197383 32.6651, -90.197259 32.665348, -90.196863 32.665703, -90.196509 32.665916, -90.196258 32.665953, -90.195944 32.665777, -90.195692 32.665583, -90.195376 32.665248, -90.195146 32.665143, -90.194853 32.665162, -90.193684 32.66552, -90.192891 32.665823, -90.192537 32.666125, -90.192601 32.666426, -90.192832 32.666602, -90.193083 32.666724, -90.193523 32.666864, -90.193775 32.667005, -90.193839 32.667199, -90.193819 32.667447, -90.193507 32.667767, -90.192923 32.66814, -90.192486 32.668584, -90.192174 32.668903, -90.192113 32.669187, -90.192281 32.669398, -90.192574 32.669468, -90.19314 32.669608, -90.193328 32.669731, -90.193434 32.669996, -90.193354 32.670703, -90.193335 32.671075, -90.193442 32.671587, -90.193485 32.67187, -90.193319 32.672101, -90.19309 32.672349, -90.192735 32.672457, -90.192254 32.672405, -90.191814 32.672301, -90.191332 32.67209, -90.190829 32.67188, -90.190148 32.671608, -90.189667 32.671539, -90.189248 32.671487, -90.188622 32.671613, -90.187725 32.672041, -90.187016 32.672521, -90.186599 32.672823, -90.186349 32.672965, -90.185804 32.673142, -90.185143 32.673377, -90.184854 32.673597, -90.184371 32.674049, -90.183776 32.674625, -90.183471 32.674954, -90.183102 32.675365, -90.182812 32.67557, -90.182393 32.675777, -90.182103 32.675901, -90.181878 32.676024, -90.181717 32.676271, -90.18175 32.676489, -90.181864 32.676598, -90.182188 32.676747, -90.18243 32.676815, -90.182899 32.676936, -90.183336 32.677071, -90.183547 32.677262, -90.183661 32.677534, -90.183614 32.677835, -90.183438 32.678095, -90.183132 32.678288, -90.182648 32.678303, -90.182243 32.678222, -90.181726 32.678006, -90.181418 32.677911, -90.18116 32.677898, -90.18095 32.677995, -90.180773 32.678159, -90.18071 32.678392, -90.180824 32.678651, -90.181101 32.679073, -90.181199 32.679414, -90.18112 32.679715, -90.180895 32.679893, -90.180669 32.679949, -90.180135 32.6798, -90.17944 32.679557, -90.179084 32.679394, -90.178581 32.679095, -90.178242 32.678987, -90.177886 32.678934, -90.177434 32.67899, -90.177048 32.679183, -90.176597 32.679526, -90.176308 32.679909, -90.176132 32.680319, -90.175843 32.680566, -90.175585 32.680622, -90.175278 32.680582, -90.174937 32.680269, -90.17458 32.68001, -90.174224 32.679807, -90.173852 32.679767, -90.173465 32.679809, -90.17303 32.680139, -90.17242 32.680728, -90.172097 32.680825, -90.171694 32.681004, -90.171098 32.681443, -90.170551 32.681854, -90.170197 32.682033, -90.169777 32.682021, -90.169307 32.681749, -90.168951 32.681559, -90.168789 32.681519, -90.168596 32.681533, -90.168418 32.681643, -90.168436 32.681862, -90.168646 32.682079, -90.168826 32.682366, -90.168891 32.682584, -90.168812 32.682844, -90.168586 32.683063, -90.168054 32.683297, -90.1672 32.6836, -90.166781 32.68382, -90.165992 32.684301, -90.165363 32.684562, -90.165056 32.684632, -90.16475 32.684633, -90.164167 32.684457, -90.163617 32.684254, -90.163424 32.684255, -90.163133 32.684392, -90.162908 32.684557, -90.162637 32.685282, -90.162412 32.68561, -90.161946 32.686063, -90.161302 32.686502, -90.160754 32.686872, -90.159932 32.687176, -90.158915 32.687398, -90.157962 32.687401, -90.156832 32.687377, -90.15583 32.687312, -90.155232 32.687328, -90.154716 32.687493, -90.154394 32.687795, -90.15438 32.688054, -90.154525 32.688136, -90.154864 32.688107, -90.155187 32.688052, -90.155429 32.688051, -90.155721 32.688173, -90.155915 32.68835, -90.155948 32.6885, -90.155933 32.688759, -90.155612 32.689143, -90.155097 32.689486, -90.154952 32.689691, -90.154987 32.690169, -90.155054 32.690702, -90.154943 32.691208, -90.154476 32.691564, -90.154105 32.691702, -90.153071 32.691651, -90.152183 32.69164, -90.151795 32.6916, -90.151714 32.691532, -90.151648 32.691286, -90.151631 32.690972, -90.15163 32.690754, -90.151773 32.690398, -90.151788 32.690166, -90.15161 32.689921, -90.151319 32.689826, -90.151093 32.689868, -90.150916 32.690087, -90.150467 32.690798, -90.150113 32.691168, -90.149468 32.691403, -90.149113 32.691431, -90.148644 32.691419, -90.148386 32.691379, -90.14832 32.691256, -90.148287 32.691065, -90.148384 32.690887, -90.148464 32.690791, -90.148657 32.690681, -90.148931 32.690544, -90.149205 32.690379, -90.149301 32.690215, -90.149285 32.690106, -90.149155 32.689928, -90.148993 32.689833, -90.14867 32.689862, -90.148331 32.689972, -90.147993 32.690233, -90.147672 32.690684, -90.147464 32.691108, -90.147029 32.691506, -90.146449 32.691836, -90.146014 32.691933, -90.14569 32.691865, -90.145155 32.691416, -90.144538 32.690694, -90.143954 32.690041, -90.143629 32.689686, -90.143483 32.689441, -90.143417 32.689141, -90.143367 32.688827, -90.143268 32.688445, -90.143024 32.687831, -90.14286 32.687462, -90.142649 32.687149, -90.142567 32.686903, -90.142452 32.686535, -90.142451 32.686139, -90.142434 32.685893, -90.142303 32.685593, -90.142124 32.685402, -90.141801 32.685198, -90.141445 32.685199, -90.141042 32.685351, -90.140704 32.68553, -90.140156 32.685982, -90.139674 32.686462, -90.13924 32.686873, -90.138853 32.687174, -90.138483 32.687353, -90.137966 32.687505, -90.137336 32.687507, -90.1369 32.68744, -90.136593 32.687441, -90.136303 32.687524, -90.136094 32.687784, -90.135708 32.68825, -90.135468 32.688646, -90.135501 32.688824, -90.135615 32.689015, -90.135809 32.68911, -90.136197 32.689177, -90.136504 32.689176, -90.136746 32.689162, -90.137004 32.689133, -90.137344 32.689173, -90.137683 32.689282, -90.13791 32.689376, -90.138024 32.689526, -90.138073 32.68969, -90.137993 32.68995, -90.137914 32.690333, -90.137803 32.690729, -90.137756 32.691112, -90.137676 32.691248, -90.137482 32.691386, -90.137256 32.6914, -90.136772 32.69136, -90.136158 32.691321, -90.135818 32.691336, -90.135544 32.691419, -90.135432 32.691528, -90.135416 32.691679, -90.135498 32.691952, -90.135693 32.692265, -90.13592 32.69251, -90.136051 32.692783, -90.136084 32.692961, -90.136069 32.693166, -90.135989 32.693371, -90.135844 32.693494, -90.13565 32.69359, -90.135166 32.69366, -90.13486 32.693784, -90.134667 32.693921, -90.134554 32.694126, -90.134523 32.6944, -90.134605 32.694591, -90.134734 32.694686, -90.134977 32.694726, -90.135155 32.694726, -90.135461 32.694547, -90.135751 32.694382, -90.136024 32.694163, -90.136233 32.693834, -90.136409 32.693438, -90.136553 32.693096, -90.136681 32.692918, -90.136778 32.692822, -90.136988 32.692808, -90.137182 32.692889, -90.137296 32.693066, -90.137362 32.693312, -90.137298 32.693572, -90.137058 32.694023, -90.136721 32.694516, -90.136641 32.694817, -90.13669 32.695021, -90.136837 32.695212, -90.137128 32.695334, -90.137743 32.695551, -90.138066 32.6957, -90.138197 32.695905, -90.138198 32.696191, -90.138118 32.696301, -90.137811 32.696452, -90.137504 32.696453, -90.137165 32.696427, -90.136697 32.696456, -90.136261 32.696566, -90.136148 32.696676, -90.136053 32.696936, -90.136086 32.69714, -90.1362 32.697372, -90.136475 32.697549, -90.136913 32.697821, -90.137269 32.697997, -90.137512 32.698215, -90.137691 32.698419, -90.13774 32.698665, -90.137757 32.698802, -90.137596 32.699021, -90.137451 32.699089, -90.137192 32.699049, -90.136885 32.698832, -90.13669 32.698723, -90.136383 32.698656, -90.136238 32.698683, -90.136012 32.698821, -90.135706 32.699095, -90.135562 32.699273, -90.135434 32.69956, -90.135176 32.699766, -90.134838 32.699917, -90.134434 32.699987, -90.133999 32.700179, -90.133612 32.70044, -90.133226 32.700796, -90.132792 32.701303, -90.132423 32.701809, -90.132021 32.702261, -90.131796 32.702535, -90.131634 32.702604, -90.131457 32.702618, -90.13123 32.702551, -90.131084 32.702374, -90.130905 32.702114, -90.130775 32.701828, -90.13058 32.701487, -90.130417 32.701214, -90.130367 32.7009, -90.130284 32.700436, -90.13017 32.700177, -90.129927 32.699932, -90.129668 32.699769, -90.129231 32.699634, -90.128713 32.699499, -90.128342 32.699431, -90.127808 32.699433, -90.127308 32.699503, -90.126631 32.699778, -90.12613 32.69993, -90.12563 32.7, -90.125032 32.700015, -90.124402 32.700003, -90.123998 32.700032, -90.123563 32.700129, -90.123208 32.700171, -90.122804 32.700131, -90.12248 32.700036, -90.12214 32.699805, -90.121946 32.699724, -90.121655 32.699725, -90.121429 32.699821, -90.121301 32.700012, -90.121334 32.700313, -90.121449 32.700695, -90.121677 32.701104, -90.121954 32.701622, -90.122165 32.70199, -90.122279 32.702291, -90.122232 32.702482, -90.122103 32.702592, -90.121925 32.70262, -90.121618 32.702538, -90.121294 32.70228, -90.121067 32.702144, -90.12076 32.702158, -90.120114 32.70216, -90.119565 32.702176, -90.119242 32.702136, -90.118934 32.702027, -90.118578 32.701864, -90.118319 32.701742, -90.117948 32.70173, -90.117511 32.701717, -90.117108 32.701746, -90.1168 32.701719, -90.11659 32.701652, -90.116202 32.701612, -90.115831 32.701627, -90.115621 32.70175, -90.11538 32.701956, -90.115316 32.702134, -90.115382 32.702434, -90.115512 32.702679, -90.115658 32.702843, -90.115788 32.703047, -90.116 32.703361, -90.11613 32.703702, -90.116212 32.703879, -90.11618 32.704112, -90.11602 32.704358, -90.115875 32.704522, -90.115568 32.704619, -90.115277 32.704538, -90.114986 32.704388, -90.114597 32.704144, -90.114273 32.70398, -90.113658 32.703736, -90.113335 32.703683, -90.112883 32.703643, -90.112463 32.703685, -90.111931 32.703892, -90.111188 32.704099, -90.110591 32.704278, -90.110365 32.70421, -90.110299 32.704019, -90.110282 32.703801, -90.11012 32.703528, -90.10986 32.703201, -90.109714 32.703078, -90.109681 32.702874, -90.109712 32.702628, -90.109824 32.702395, -90.110034 32.70219, -90.110275 32.702039, -90.110452 32.701861, -90.110613 32.701628, -90.110644 32.701437, -90.11053 32.701219, -90.110304 32.701055, -90.109883 32.700824, -90.109285 32.70073, -90.108751 32.700595, -90.108137 32.700583, -90.107426 32.700626, -90.107056 32.700805, -90.106605 32.701189, -90.106235 32.701559, -90.105993 32.701832, -90.10572 32.70212, -90.105592 32.702421, -90.105627 32.703158, -90.105532 32.703705, -90.105372 32.704102, -90.105163 32.704212, -90.104985 32.704226, -90.10471 32.704022, -90.104548 32.703844, -90.104368 32.703504, -90.104303 32.703285, -90.104011 32.70289, -90.103848 32.702686, -90.103443 32.702359, -90.1032 32.702209, -90.102844 32.702046, -90.102472 32.701788, -90.101952 32.70127, -90.101644 32.700875, -90.10119 32.700426, -90.100914 32.700221, -90.100543 32.700127, -90.100187 32.700169, -90.099703 32.70032, -90.099059 32.7008, -90.098254 32.701458, -90.097787 32.701951, -90.097224 32.702431, -90.096306 32.703171, -90.095468 32.703774, -90.094791 32.704268, -90.094389 32.704651, -90.094309 32.704897, -90.094229 32.705116, -90.094294 32.705307, -90.094424 32.705375, -90.095006 32.705428, -90.095636 32.705468, -90.095911 32.705562, -90.096106 32.705767, -90.09622 32.70604, -90.096205 32.706299, -90.096028 32.706573, -90.095529 32.707052, -90.095046 32.70734, -90.094642 32.707505, -90.094303 32.707575, -90.093561 32.707918, -90.092642 32.708303, -90.092045 32.70851, -90.091754 32.708606, -90.091319 32.708703, -90.090722 32.708882, -90.090415 32.70906, -90.09011 32.709416, -90.090013 32.709581, -90.090063 32.709908, -90.090274 32.710126, -90.090582 32.710344, -90.090792 32.710439, -90.090906 32.710657, -90.090858 32.710903, -90.09073 32.711149, -90.090489 32.711437, -90.090183 32.71167, -90.08978 32.711849, -90.089264 32.712273, -90.08891 32.712534, -90.088587 32.712658, -90.088183 32.712686, -90.087893 32.712796, -90.087635 32.712947, -90.087539 32.71318, -90.087572 32.713412, -90.087622 32.713685, -90.087752 32.713876, -90.087979 32.714094, -90.088318 32.71427, -90.088674 32.714324, -90.08924 32.714322, -90.089515 32.714444, -90.089839 32.71469, -90.089985 32.714908, -90.090034 32.715126, -90.089955 32.7154, -90.089778 32.715646, -90.089246 32.71603, -90.088698 32.7164, -90.088214 32.716647, -90.087795 32.716935, -90.087489 32.717154, -90.087167 32.717347, -90.087022 32.717374, -90.086714 32.717334, -90.086213 32.717131, -90.085937 32.71694, -90.085646 32.716859, -90.08542 32.716832, -90.085258 32.716833, -90.084984 32.716874, -90.084855 32.717121, -90.084777 32.717749, -90.084634 32.718542, -90.084508 32.719252, -90.084316 32.719663, -90.084123 32.719923, -90.083784 32.720019, -90.083218 32.720021, -90.082733 32.719954, -90.082409 32.719709, -90.08202 32.719232, -90.081662 32.718823, -90.081322 32.718496, -90.08116 32.718469, -90.08087 32.718579, -90.080742 32.718812, -90.080516 32.719085, -90.080129 32.719346, -90.079824 32.719647, -90.079711 32.71977, -90.079712 32.720071, -90.07981 32.720221, -90.080134 32.720466, -90.080571 32.720711, -90.080717 32.720942, -90.080766 32.721161, -90.080622 32.721516, -90.080284 32.721927, -90.079528 32.722803, -90.079255 32.723186, -90.078821 32.723775, -90.078516 32.724418, -90.078356 32.72476, -90.078292 32.725046, -90.078294 32.725511, -90.078312 32.725989, -90.078264 32.726167, -90.078151 32.726249, -90.077763 32.726154, -90.077164 32.72591, -90.076549 32.725611, -90.075869 32.725258, -90.075513 32.725177, -90.075271 32.725191, -90.074997 32.725342, -90.074804 32.725643, -90.07466 32.725998, -90.074402 32.726259, -90.074226 32.726628, -90.073969 32.727216, -90.073938 32.727571, -90.074101 32.727844, -90.074296 32.728021, -90.074473 32.728034, -90.074748 32.72791, -90.075022 32.727691, -90.075247 32.727404, -90.075343 32.727267, -90.07552 32.727144, -90.075714 32.727116, -90.075908 32.727156, -90.076216 32.727306, -90.076443 32.727606, -90.076671 32.727946, -90.076736 32.728192, -90.076657 32.728698, -90.076659 32.72908, -90.076547 32.729463, -90.076386 32.729586, -90.076305 32.729628, -90.075966 32.729546, -90.075545 32.729424, -90.074995 32.729358, -90.074624 32.729413, -90.074334 32.729633, -90.073931 32.730043, -90.07361 32.730481, -90.073352 32.730864, -90.073159 32.731097, -90.072836 32.731002, -90.072512 32.730771, -90.072139 32.730567, -90.071897 32.730609, -90.071688 32.7308, -90.071479 32.731088, -90.071206 32.73169, -90.071061 32.731786, -90.070802 32.731772, -90.070462 32.73165, -90.070316 32.731473, -90.070316 32.731282, -90.070282 32.731009, -90.070217 32.730695, -90.070135 32.730504, -90.070021 32.730327, -90.06986 32.730245, -90.069488 32.730246, -90.069133 32.730397, -90.06852 32.730795, -90.068198 32.731055, -90.067956 32.731097, -90.0676 32.731002, -90.067438 32.730907, -90.067356 32.730702, -90.067387 32.730279, -90.06737 32.729937, -90.067256 32.729787, -90.067046 32.729651, -90.0669 32.729652, -90.066561 32.729789, -90.066222 32.72994, -90.065899 32.729955, -90.065446 32.729833, -90.065155 32.729656, -90.064832 32.729616, -90.064622 32.729616, -90.06438 32.729904, -90.064204 32.730382, -90.06406 32.730738, -90.063818 32.730916, -90.063592 32.73093, -90.062994 32.730904, -90.062476 32.73081, -90.06191 32.73073, -90.06162 32.730812, -90.061443 32.730936, -90.061411 32.731236, -90.061656 32.731809, -90.061916 32.732423, -90.061918 32.732765, -90.061822 32.733175, -90.061661 32.733284, -90.06137 32.733312, -90.060949 32.733081, -90.06069 32.732863, -90.060382 32.732564, -90.060089 32.7321, -90.059846 32.731732, -90.059538 32.731473, -90.059101 32.731296, -90.058583 32.731216, -90.058082 32.731258, -90.057646 32.731341, -90.057404 32.731478, -90.057171 32.731704, -90.057056 32.731876, -90.057056 32.732012, -90.057144 32.732196, -90.057261 32.732356, -90.057276 32.732614, -90.057219 32.732799, -90.05706 32.73307, -90.056886 32.733464, -90.056858 32.733637, -90.056844 32.733908, -90.056903 32.734067, -90.057049 32.734338, -90.057342 32.734657, -90.057547 32.73494, -90.05765 32.735272, -90.057651 32.735542, -90.057535 32.735703, -90.057404 32.735814, -90.057157 32.735864, -90.056669 32.735877, -90.055824 32.735867, -90.054441 32.73587, -90.054062 32.735834, -90.053844 32.735699, -90.053683 32.735527, -90.05358 32.735208, -90.053593 32.734863, -90.053432 32.73463, -90.053228 32.73447, -90.052878 32.734299, -90.052601 32.734226, -90.052237 32.734226, -90.051859 32.734387, -90.051306 32.734586, -90.051074 32.734685, -90.050579 32.734932, -90.049954 32.73529, -90.049504 32.735525, -90.049155 32.735821, -90.048974 32.736031, -90.048757 32.736376, -90.048612 32.736721, -90.048556 32.737164, -90.048541 32.7373, -90.048571 32.737484, -90.048747 32.737693, -90.049024 32.737791, -90.049476 32.738036, -90.049636 32.738183, -90.049754 32.738466, -90.049682 32.7387, -90.049377 32.738984, -90.049013 32.739095, -90.04862 32.739195, -90.048228 32.739319, -90.047791 32.739455, -90.047457 32.739677, -90.046992 32.740011, -90.046644 32.740332, -90.046484 32.740529, -90.046296 32.740775, -90.046253 32.741034, -90.046341 32.741255, -90.046707 32.741648, -90.046999 32.741906, -90.047087 32.742189, -90.047117 32.742546, -90.047031 32.742964, -90.046916 32.743161, -90.046683 32.743445, -90.046276 32.743692, -90.046 32.743902, -90.045608 32.744137, -90.045259 32.744236, -90.044793 32.744336, -90.044648 32.744348, -90.044254 32.744312, -90.043846 32.744264, -90.043148 32.744241, -90.042623 32.744267, -90.042347 32.744464, -90.042202 32.7446, -90.042043 32.74492, -90.041724 32.745413, -90.041551 32.745795, -90.041392 32.746128, -90.041276 32.746239, -90.040971 32.746596, -90.040695 32.746806, -90.040375 32.746955, -90.039983 32.747214, -90.039794 32.747436, -90.039649 32.747732, -90.039635 32.747904, -90.039767 32.748064, -90.039884 32.748137, -90.040074 32.748346, -90.040278 32.748616, -90.040396 32.748948, -90.040455 32.74928, -90.040413 32.749613, -90.040239 32.750044, -90.039978 32.750389, -90.03963 32.750759, -90.039282 32.751129, -90.039006 32.751327, -90.038758 32.751463, -90.038628 32.751623, -90.038679 32.751783, -90.038854 32.751893, -90.039073 32.751905, -90.039364 32.75183, -90.039844 32.751768, -90.040019 32.751854, -90.040122 32.752038, -90.040123 32.752235, -90.040036 32.75253, -90.039891 32.752728, -90.039674 32.752962, -90.039398 32.753332, -90.039209 32.753504, -90.038875 32.75369, -90.038497 32.753925, -90.038206 32.754061, -90.038075 32.754147, -90.038047 32.754282, -90.038164 32.754504, -90.038456 32.754675, -90.038923 32.754933, -90.039127 32.755142, -90.039317 32.7554, -90.039333 32.755719, -90.039327 32.756064, -90.039197 32.756458, -90.038863 32.756766, -90.038601 32.756939, -90.038456 32.757137, -90.038385 32.757481, -90.038444 32.757666, -90.038633 32.757838, -90.038969 32.758071, -90.039436 32.758365, -90.039597 32.758648, -90.039598 32.758955, -90.039453 32.75914, -90.039206 32.759239, -90.038638 32.759278, -90.038128 32.759168, -90.037545 32.759022, -90.036977 32.758986, -90.036219 32.758951, -90.035564 32.758965, -90.035164 32.759027, -90.034742 32.759139, -90.034159 32.759276, -90.033665 32.759486, -90.033083 32.759684, -90.03269 32.759845, -90.032516 32.759993, -90.032444 32.760202, -90.032415 32.760313, -90.032693 32.760706, -90.033102 32.761038, -90.033248 32.761308, -90.033264 32.761603, -90.033163 32.761924, -90.032945 32.762195, -90.032669 32.762368, -90.032364 32.762541, -90.032058 32.762652, -90.03165 32.762702, -90.031214 32.762753, -90.030981 32.762839, -90.030778 32.762987, -90.03069 32.763111, -90.030808 32.763283, -90.031128 32.763344, -90.031609 32.763306, -90.032133 32.76323, -90.032366 32.763267, -90.03257 32.76334, -90.032789 32.763549, -90.032965 32.763868, -90.032922 32.764139, -90.032792 32.764312, -90.032603 32.764435, -90.032341 32.764534, -90.031962 32.764622, -90.031715 32.764684, -90.031512 32.764807, -90.03125 32.765054, -90.031105 32.765325, -90.031004 32.765633, -90.030976 32.766051, -90.031006 32.766346, -90.031094 32.766531, -90.03127 32.766838, -90.031577 32.767047, -90.031854 32.767218, -90.032189 32.767316, -90.032539 32.767364, -90.032816 32.767462, -90.032992 32.76761, -90.033094 32.767806, -90.033094 32.767942, -90.033066 32.768077, -90.032964 32.768225, -90.032746 32.768386, -90.032514 32.76846, -90.031975 32.768523, -90.031684 32.768572, -90.031407 32.768672, -90.031189 32.768857, -90.031044 32.769091, -90.031001 32.769238, -90.031133 32.769448, -90.031382 32.769792, -90.031717 32.770062, -90.031907 32.770233, -90.03201 32.770405, -90.031894 32.770615, -90.031734 32.7708, -90.031545 32.7708, -90.031297 32.770715, -90.030889 32.770556, -90.030481 32.770483, -90.030146 32.770545, -90.029855 32.770718, -90.029754 32.770878, -90.02974 32.771137, -90.029755 32.771309, -90.029945 32.771432, -90.030324 32.771812, -90.03045 32.772084, -90.030523 32.772316, -90.030451 32.772526, -90.030248 32.772981, -90.030147 32.773265, -90.03009 32.773523, -90.030207 32.773744, -90.030455 32.773928, -90.030791 32.7741, -90.031228 32.774234, -90.031563 32.774344, -90.031695 32.774455, -90.031856 32.774627, -90.03193 32.774959, -90.031828 32.775205, -90.031494 32.775378, -90.03081 32.775589, -90.030198 32.775701, -90.029252 32.775703, -90.028712 32.77568, -90.028246 32.775693, -90.027853 32.775817, -90.027548 32.775929, -90.027286 32.776151, -90.026996 32.776385, -90.026719 32.776509, -90.026341 32.776682, -90.026007 32.777003, -90.025775 32.777286, -90.025608 32.777644, -90.02542 32.777939, -90.025348 32.77821, -90.025363 32.778444, -90.025495 32.778678, -90.025714 32.778738, -90.026063 32.77875, -90.026544 32.778663, -90.026821 32.778699, -90.026952 32.778822, -90.026953 32.778994, -90.02691 32.779253, -90.026736 32.779487, -90.026474 32.77966, -90.026111 32.779993, -90.025966 32.780252, -90.025938 32.78051, -90.025953 32.780855, -90.025896 32.781199, -90.025853 32.781409, -90.025737 32.781557, -90.025446 32.781717, -90.025184 32.781829, -90.02482 32.78194, -90.024529 32.782076, -90.024312 32.782274, -90.024254 32.782434, -90.024181 32.782594, -90.024168 32.782828, -90.024387 32.783196, -90.024782 32.783614, -90.024987 32.784032, -90.024988 32.784303, -90.02493 32.784475, -90.024712 32.784697, -90.024363 32.784919, -90.023941 32.785031, -90.023577 32.78502, -90.02314 32.784959, -90.022965 32.784972, -90.022513 32.78501, -90.022382 32.785084, -90.02231 32.785305, -90.022325 32.785478, -90.02253 32.785822, -90.022911 32.78651, -90.02297 32.786682, -90.022971 32.786965, -90.022884 32.787248, -90.022784 32.787606, -90.022668 32.788, -90.022582 32.78832, -90.02251 32.788677, -90.022365 32.788837, -90.022234 32.789084, -90.022017 32.789392, -90.021843 32.789663, -90.021713 32.789995, -90.021641 32.790463, -90.02157 32.790845, -90.021542 32.791276, -90.02147 32.791719, -90.021326 32.792261, -90.02108 32.792778, -90.020878 32.793271, -90.02082 32.793505, -90.02101 32.793738, -90.021346 32.79391, -90.02171 32.793933, -90.022103 32.793871, -90.022584 32.79371, -90.02302 32.793635, -90.023327 32.793672, -90.023502 32.793733, -90.023721 32.794015, -90.02381 32.79436, -90.023723 32.794717, -90.023622 32.795111, -90.023463 32.795443, -90.023246 32.795751, -90.022969 32.795912, -90.022634 32.795999, -90.022212 32.796012, -90.021862 32.795914, -90.021366 32.795792, -90.021104 32.795793, -90.020885 32.795806, -90.020609 32.795942, -90.020478 32.79609, -90.020362 32.79641, -90.020422 32.796791, -90.020759 32.79743, -90.020979 32.797836, -90.021024 32.798414, -90.021025 32.798685, -90.020866 32.799006, -90.02059 32.7994, -90.020009 32.799967, -90.019573 32.800264, -90.019311 32.800424, -90.019034 32.800498, -90.018656 32.800499, -90.018495 32.800524, -90.018306 32.800635, -90.018204 32.800722, -90.018132 32.800833, -90.018161 32.800931, -90.018308 32.801152, -90.018498 32.801509, -90.018572 32.801841, -90.018515 32.802149, -90.018399 32.802358, -90.018239 32.802518, -90.017977 32.802679, -90.01773 32.802876, -90.01744 32.80316, -90.017397 32.803443, -90.017412 32.80364, -90.017616 32.803874, -90.018127 32.804131, -90.018638 32.804425, -90.019237 32.804879, -90.019675 32.805223, -90.020054 32.80537, -90.020697 32.805688, -90.020857 32.80586, -90.020902 32.806168, -90.020845 32.806476, -90.020628 32.806907, -90.020396 32.807338, -90.020135 32.807831, -90.019889 32.808397, -90.019686 32.808779, -90.019555 32.808927, -90.019308 32.809149, -90.01909 32.809322, -90.018887 32.809519, -90.018741 32.809643, -90.018654 32.809864, -90.018582 32.810025, -90.018539 32.810209, -90.01854 32.810418, -90.018512 32.811083, -90.018441 32.811416, -90.018354 32.811736, -90.018224 32.812007, -90.017948 32.812253, -90.017643 32.812697, -90.017527 32.812894, -90.017571 32.813042, -90.017688 32.813177, -90.017907 32.813238, -90.018329 32.813163, -90.019028 32.813002, -90.01948 32.81289, -90.019771 32.812914, -90.020078 32.813024, -90.020224 32.813196, -90.020254 32.813405, -90.02008 32.813738, -90.019847 32.813972, -90.019412 32.814441, -90.019034 32.814835, -90.018874 32.815082, -90.018817 32.815488, -90.018774 32.81571, -90.018731 32.815981, -90.018688 32.816251, -90.01866 32.81667, -90.018633 32.817162, -90.018794 32.817445, -90.019043 32.81774, -90.019306 32.817998, -90.019452 32.818268, -90.019482 32.818465, -90.019381 32.818724, -90.019207 32.818982, -90.018887 32.819241, -90.018523 32.819562, -90.018175 32.819908, -90.018044 32.820105, -90.018074 32.820474, -90.018177 32.820818, -90.018397 32.821261, -90.01869 32.821715, -90.0191 32.822379, -90.019232 32.822736, -90.019219 32.823031, -90.01903 32.823179, -90.01884 32.823216, -90.018636 32.823217, -90.018345 32.823107, -90.01814 32.82307, -90.017937 32.823145, -90.017879 32.823268, -90.017835 32.82344, -90.017997 32.823846, -90.018348 32.824374, -90.018554 32.824805, -90.018657 32.825137, -90.018599 32.825309, -90.018425 32.825494, -90.018235 32.825556, -90.017988 32.825581, -90.017696 32.825508, -90.017273 32.825312, -90.017025 32.825276, -90.016821 32.825411, -90.016778 32.825559, -90.016822 32.825731, -90.017042 32.826038, -90.017363 32.826321, -90.017626 32.826554, -90.017685 32.826812, -90.017613 32.827046, -90.017439 32.827231, -90.017046 32.827515, -90.016741 32.827811, -90.016188 32.828182, -90.015752 32.828539, -90.015258 32.828971, -90.015069 32.829255, -90.015011 32.829489, -90.014968 32.829698, -90.014911 32.830042, -90.014664 32.830486, -90.014301 32.830794, -90.013792 32.831091, -90.013355 32.831252, -90.012728 32.83129, -90.01232 32.831192, -90.011882 32.830886, -90.011545 32.83053, -90.011251 32.829644, -90.010943 32.829091, -90.010533 32.828464, -90.010022 32.827961, -90.00973 32.827888, -90.009468 32.82795, -90.00925 32.828147, -90.008989 32.828652, -90.0087 32.829403, -90.008468 32.830007, -90.008251 32.830635, -90.008079 32.83146, -90.007919 32.831718, -90.007759 32.831842, -90.007599 32.831892, -90.007439 32.831855, -90.007205 32.83172, -90.006912 32.83129, -90.006648 32.830712, -90.006574 32.830208, -90.006617 32.8299, -90.006747 32.829592, -90.006717 32.829334, -90.006585 32.829149, -90.006352 32.829076, -90.005886 32.829224, -90.00529 32.829383, -90.004828 32.82949, -90.004216 32.829681, -90.003479 32.829988, -90.002755 32.830275, -90.002268 32.830413, -90.001768 32.83053, -90.001193 32.830594, -90.000731 32.83069, -90.000369 32.830839, -89.999582 32.83121, -89.998746 32.831655, -89.998084 32.831994, -89.997398 32.832375, -89.996998 32.832703, -89.996761 32.832915, -89.9964 32.833285, -89.996138 32.833486, -89.995776 32.833804, -89.99524 32.83429, -89.994916 32.834618, -89.994841 32.83485, -89.99488 32.835082, -89.994968 32.835483, -89.995032 32.835853, -89.995045 32.836264, -89.995009 32.836581, -89.994897 32.836887, -89.99476 32.837194, -89.994586 32.837416, -89.994237 32.837839, -89.993925 32.838209, -89.993626 32.838558, -89.993402 32.838854, -89.993191 32.839297, -89.993129 32.839519, -89.993142 32.83991, -89.993131 32.840268, -89.993094 32.840617, -89.993032 32.840839, -89.992871 32.841156, -89.992696 32.841504, -89.992472 32.841769, -89.99226 32.842064, -89.991787 32.842678, -89.991376 32.843185, -89.991064 32.843566, -89.990877 32.843819, -89.99074 32.844084, -89.990554 32.844464, -89.990517 32.844844, -89.990493 32.845203, -89.990519 32.84535, -89.990594 32.845551, -89.99077 32.845793, -89.99097 32.845951, -89.991208 32.846035, -89.991446 32.846077, -89.991771 32.846034, -89.992233 32.845896, -89.992408 32.845875, -89.992609 32.845948, -89.992746 32.846053, -89.992897 32.846285, -89.992873 32.846665, -89.992686 32.846951, -89.992512 32.847257, -89.992225 32.847574, -89.992051 32.847765, -89.991801 32.847839, -89.991576 32.847861, -89.991126 32.847819, -89.99055 32.847694, -89.99005 32.847568, -89.989512 32.847432, -89.989198 32.847285, -89.98876 32.847043, -89.988535 32.847022, -89.988385 32.847054, -89.988198 32.847107, -89.988048 32.847276, -89.987961 32.847477, -89.987924 32.847709, -89.988012 32.847994, -89.988026 32.848321, -89.987989 32.848532, -89.987902 32.848723, -89.987728 32.848955, -89.987528 32.849146, -89.987416 32.849272, -89.987416 32.84941, -89.987479 32.849504, -89.987616 32.849568, -89.987867 32.849683, -89.988243 32.849862, -89.988468 32.85003, -89.988556 32.850241, -89.988607 32.85041, -89.988594 32.850547, -89.988495 32.850653, -89.988332 32.850717, -89.987995 32.850939, -89.987658 32.851151, -89.987396 32.851405, -89.987322 32.851605, -89.98726 32.851774, -89.987273 32.85207, -89.987224 32.852344, -89.987124 32.852524, -89.986912 32.852672, -89.98655 32.852747, -89.986287 32.852832, -89.986087 32.852948, -89.985888 32.853138, -89.985838 32.853297, -89.985851 32.853466, -89.986002 32.853656, -89.986127 32.853761, -89.986278 32.85395, -89.986416 32.854193, -89.986429 32.854404, -89.986392 32.854578, -89.986255 32.854716, -89.986117 32.854769, -89.985867 32.854801, -89.985617 32.854759, -89.985204 32.854602, -89.984828 32.854423, -89.984578 32.854371, -89.984316 32.854392, -89.984153 32.854445, -89.983941 32.854636, -89.983791 32.854836, -89.983767 32.855048, -89.98373 32.855428, -89.983644 32.855702, -89.983594 32.85584, -89.983457 32.855967, -89.983207 32.856178, -89.983058 32.856337, -89.982983 32.856474, -89.983008 32.856696, -89.983109 32.856854, -89.983359 32.856991, -89.983772 32.857064, -89.98406 32.857053, -89.984322 32.856947, -89.984709 32.856703, -89.985059 32.856428, -89.985284 32.856322, -89.985459 32.856343, -89.985646 32.856438, -89.985697 32.856691, -89.98566 32.856934, -89.985523 32.857198, -89.98525 32.857673, -89.98505 32.85809, -89.984889 32.858376, -89.984802 32.85864, -89.98474 32.858872, -89.984728 32.859136, -89.984716 32.859389, -89.98473 32.859759, -89.984655 32.859928, -89.984493 32.860044, -89.984343 32.860129, -89.984168 32.86015, -89.983968 32.86014, -89.98363 32.860067, -89.983367 32.85993, -89.983079 32.859867, -89.982829 32.859863, -89.982667 32.859947, -89.982542 32.860106, -89.98248 32.860275, -89.982381 32.860602, -89.982332 32.860877, -89.982157 32.861194, -89.982033 32.861374, -89.981733 32.861617, -89.981546 32.861818, -89.981384 32.862145, -89.981235 32.862473, -89.981249 32.862853, -89.981312 32.863169, -89.981513 32.863422, -89.981763 32.86359, -89.981976 32.863643, -89.982264 32.863621, -89.982764 32.863546, -89.983164 32.863525, -89.983652 32.863576, -89.98379 32.863671, -89.983852 32.863829, -89.983816 32.864041, -89.983741 32.864199, -89.983479 32.864432, -89.983267 32.864601, -89.983005 32.864813, -89.982643 32.865098, -89.982293 32.865289, -89.981868 32.865469, -89.981493 32.865596, -89.981181 32.865713, -89.980994 32.86583, -89.980682 32.86602, -89.980357 32.866169, -89.979969 32.866233, -89.979694 32.866223, -89.979368 32.866086, -89.979068 32.865939, -89.978817 32.865749, -89.978441 32.865444, -89.978078 32.865276, -89.977653 32.865171, -89.977277 32.865129, -89.977077 32.865151, -89.976765 32.865257, -89.976552 32.865384, -89.976415 32.865532, -89.976353 32.865627, -89.976378 32.865775, -89.976504 32.865901, -89.976779 32.866048, -89.97703 32.866249, -89.977105 32.866432, -89.977105 32.866508, -89.977052 32.866689, -89.97689 32.866841, -89.97655 32.866933, -89.976083 32.866994, -89.975436 32.866935, -89.974951 32.866951, -89.974413 32.867066, -89.973821 32.867203, -89.973282 32.86731, -89.972924 32.867417, -89.972565 32.867584, -89.972278 32.867766, -89.972081 32.867979, -89.971956 32.868131, -89.971956 32.868312, -89.972028 32.868479, -89.972352 32.868569, -89.972711 32.868584, -89.973106 32.868644, -89.973304 32.86878, -89.973322 32.868901, -89.973305 32.869098, -89.973144 32.869235, -89.972946 32.869372, -89.972606 32.86963, -89.972283 32.869903, -89.972176 32.8701, -89.972123 32.870464, -89.972159 32.870646, -89.972448 32.87107, -89.972665 32.8716, -89.972648 32.871994, -89.972416 32.87254, -89.972129 32.872919, -89.971771 32.873253, -89.971323 32.873587, -89.970785 32.873831, -89.970408 32.874028, -89.970121 32.874332, -89.969835 32.874772, -89.969495 32.875106, -89.969028 32.875304, -89.968651 32.87538, -89.968436 32.875456, -89.968096 32.875775, -89.967917 32.876063, -89.967774 32.876624, -89.967596 32.877185, -89.967435 32.877473, -89.96722 32.877716, -89.96679 32.878066, -89.966432 32.87846, -89.966271 32.878748, -89.966182 32.879158, -89.966199 32.879621))\", \"region_name\": \"Yazoo County\", \"border_type\": \"county\", \"wikidata\": \"Q486466\", \"wikipedia\": \"en:Yazoo County, Mississippi\", \"admin_level\": \"6\", \"population\": \"27387\"}}}"} -{"id": "raster_only/elevation_mean+region/0010", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the typical elevation across Worthington Township, Richland County, Ohio?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-82.45315 40.638291, -82.33846 40.638456, -82.338257 40.622613, -82.336744 40.554736, -82.359377 40.552312, -82.374664 40.550743, -82.451842 40.550518, -82.45315 40.638291))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 374.99359716115094}]", "question_entities": "{\"[3]\": {\"region_name\": \"Worthington Township, Richland County, Ohio\", \"geo_wkt\": \"POLYGON ((-82.45315 40.638291, -82.33846 40.638456, -82.338257 40.622613, -82.336744 40.554736, -82.359377 40.552312, -82.374664 40.550743, -82.451842 40.550518, -82.45315 40.638291))\", \"region\": {\"id\": 19432, \"geometry\": \"POLYGON ((-82.45315 40.638291, -82.33846 40.638456, -82.338257 40.622613, -82.336744 40.554736, -82.359377 40.552312, -82.374664 40.550743, -82.451842 40.550518, -82.45315 40.638291))\", \"region_name\": \"Worthington Township\", \"border_type\": \"township\", \"wikidata\": \"Q7997513\", \"wikipedia\": \"en:Worthington Township, Richland County, Ohio\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_mean+region/0011", "group": "raster_only", "template": "elevation_mean+region", "question": "In Olean, New York, what is the mean elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-78.400626 42.070985, -78.400562 42.076013, -78.400547 42.079035, -78.400527 42.079634, -78.400519 42.083885, -78.405277 42.083895, -78.405247 42.086922, -78.412462 42.086942, -78.415196 42.086974, -78.415111 42.090536, -78.415052 42.09602, -78.414883 42.101782, -78.422861 42.101612, -78.429221 42.101556, -78.434077 42.101478, -78.434246 42.101517, -78.434304 42.101547, -78.434503 42.101706, -78.435197 42.102472, -78.435376 42.102854, -78.435414 42.102967, -78.43542 42.103146, -78.435391 42.103237, -78.435321 42.103357, -78.434833 42.103998, -78.434618 42.104186, -78.434499 42.104251, -78.435204 42.104406, -78.438057 42.102702, -78.447928 42.09688, -78.458255 42.090847, -78.458306 42.087027, -78.458266 42.083346, -78.45822 42.081023, -78.463291 42.080979, -78.463266 42.078581, -78.46324 42.077851, -78.463252 42.077013, -78.463196 42.076871, -78.46319 42.076639, -78.463183 42.075567, -78.463203 42.074542, -78.463161 42.073155, -78.463084 42.066594, -78.463079 42.066162, -78.461686 42.066436, -78.458846 42.067052, -78.45744 42.067373, -78.456669 42.06762, -78.456396 42.06773, -78.456004 42.067934, -78.455792 42.068068, -78.454646 42.069074, -78.453732 42.070046, -78.453005 42.07079, -78.452457 42.071235, -78.45184 42.071569, -78.451018 42.071944, -78.450464 42.072141, -78.449762 42.072342, -78.449224 42.072473, -78.448721 42.072516, -78.44843 42.072575, -78.447994 42.07264, -78.447604 42.072655, -78.445844 42.072625, -78.444476 42.072575, -78.443077 42.072447, -78.44194 42.072316, -78.441138 42.072174, -78.440828 42.072087, -78.440042 42.071771, -78.44004 42.070298, -78.440145 42.061345, -78.425489 42.061321, -78.425426 42.064813, -78.415659 42.064838, -78.415661 42.069086, -78.413168 42.068572, -78.412494 42.06847, -78.412122 42.068437, -78.411779 42.068433, -78.410973 42.068532, -78.409599 42.068747, -78.409154 42.068834, -78.40825 42.069133, -78.408162 42.069176, -78.407845 42.06941, -78.407462 42.069621, -78.406011 42.070266, -78.404961 42.070655, -78.404846 42.070678, -78.40456 42.070699, -78.404126 42.070794, -78.403754 42.070852, -78.40149 42.071034, -78.401206 42.071031, -78.400626 42.070985))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 443.7582256560543}]", "question_entities": "{\"[3]\": {\"region_name\": \"Olean, New York\", \"geo_wkt\": \"POLYGON ((-78.400626 42.070985, -78.400562 42.076013, -78.400547 42.079035, -78.400527 42.079634, -78.400519 42.083885, -78.405277 42.083895, -78.405247 42.086922, -78.412462 42.086942, -78.415196 42.086974, -78.415111 42.090536, -78.415052 42.09602, -78.414883 42.101782, -78.422861 42.101612, -78.429221 42.101556, -78.434077 42.101478, -78.434246 42.101517, -78.434304 42.101547, -78.434503 42.101706, -78.435197 42.102472, -78.435376 42.102854, -78.435414 42.102967, -78.43542 42.103146, -78.435391 42.103237, -78.435321 42.103357, -78.434833 42.103998, -78.434618 42.104186, -78.434499 42.104251, -78.435204 42.104406, -78.438057 42.102702, -78.447928 42.09688, -78.458255 42.090847, -78.458306 42.087027, -78.458266 42.083346, -78.45822 42.081023, -78.463291 42.080979, -78.463266 42.078581, -78.46324 42.077851, -78.463252 42.077013, -78.463196 42.076871, -78.46319 42.076639, -78.463183 42.075567, -78.463203 42.074542, -78.463161 42.073155, -78.463084 42.066594, -78.463079 42.066162, -78.461686 42.066436, -78.458846 42.067052, -78.45744 42.067373, -78.456669 42.06762, -78.456396 42.06773, -78.456004 42.067934, -78.455792 42.068068, -78.454646 42.069074, -78.453732 42.070046, -78.453005 42.07079, -78.452457 42.071235, -78.45184 42.071569, -78.451018 42.071944, -78.450464 42.072141, -78.449762 42.072342, -78.449224 42.072473, -78.448721 42.072516, -78.44843 42.072575, -78.447994 42.07264, -78.447604 42.072655, -78.445844 42.072625, -78.444476 42.072575, -78.443077 42.072447, -78.44194 42.072316, -78.441138 42.072174, -78.440828 42.072087, -78.440042 42.071771, -78.44004 42.070298, -78.440145 42.061345, -78.425489 42.061321, -78.425426 42.064813, -78.415659 42.064838, -78.415661 42.069086, -78.413168 42.068572, -78.412494 42.06847, -78.412122 42.068437, -78.411779 42.068433, -78.410973 42.068532, -78.409599 42.068747, -78.409154 42.068834, -78.40825 42.069133, -78.408162 42.069176, -78.407845 42.06941, -78.407462 42.069621, -78.406011 42.070266, -78.404961 42.070655, -78.404846 42.070678, -78.40456 42.070699, -78.404126 42.070794, -78.403754 42.070852, -78.40149 42.071034, -78.401206 42.071031, -78.400626 42.070985))\", \"region\": {\"id\": 14067, \"geometry\": \"POLYGON ((-78.400626 42.070985, -78.400562 42.076013, -78.400547 42.079035, -78.400527 42.079634, -78.400519 42.083885, -78.405277 42.083895, -78.405247 42.086922, -78.412462 42.086942, -78.415196 42.086974, -78.415111 42.090536, -78.415052 42.09602, -78.414883 42.101782, -78.422861 42.101612, -78.429221 42.101556, -78.434077 42.101478, -78.434246 42.101517, -78.434304 42.101547, -78.434503 42.101706, -78.435197 42.102472, -78.435376 42.102854, -78.435414 42.102967, -78.43542 42.103146, -78.435391 42.103237, -78.435321 42.103357, -78.434833 42.103998, -78.434618 42.104186, -78.434499 42.104251, -78.435204 42.104406, -78.438057 42.102702, -78.447928 42.09688, -78.458255 42.090847, -78.458306 42.087027, -78.458266 42.083346, -78.45822 42.081023, -78.463291 42.080979, -78.463266 42.078581, -78.46324 42.077851, -78.463252 42.077013, -78.463196 42.076871, -78.46319 42.076639, -78.463183 42.075567, -78.463203 42.074542, -78.463161 42.073155, -78.463084 42.066594, -78.463079 42.066162, -78.461686 42.066436, -78.458846 42.067052, -78.45744 42.067373, -78.456669 42.06762, -78.456396 42.06773, -78.456004 42.067934, -78.455792 42.068068, -78.454646 42.069074, -78.453732 42.070046, -78.453005 42.07079, -78.452457 42.071235, -78.45184 42.071569, -78.451018 42.071944, -78.450464 42.072141, -78.449762 42.072342, -78.449224 42.072473, -78.448721 42.072516, -78.44843 42.072575, -78.447994 42.07264, -78.447604 42.072655, -78.445844 42.072625, -78.444476 42.072575, -78.443077 42.072447, -78.44194 42.072316, -78.441138 42.072174, -78.440828 42.072087, -78.440042 42.071771, -78.44004 42.070298, -78.440145 42.061345, -78.425489 42.061321, -78.425426 42.064813, -78.415659 42.064838, -78.415661 42.069086, -78.413168 42.068572, -78.412494 42.06847, -78.412122 42.068437, -78.411779 42.068433, -78.410973 42.068532, -78.409599 42.068747, -78.409154 42.068834, -78.40825 42.069133, -78.408162 42.069176, -78.407845 42.06941, -78.407462 42.069621, -78.406011 42.070266, -78.404961 42.070655, -78.404846 42.070678, -78.40456 42.070699, -78.404126 42.070794, -78.403754 42.070852, -78.40149 42.071034, -78.401206 42.071031, -78.400626 42.070985))\", \"region_name\": \"City of Olean\", \"border_type\": \"city\", \"wikidata\": \"Q630963\", \"wikipedia\": \"en:Olean, New York\", \"place\": \"town\", \"admin_level\": \"7\", \"population\": \"13937\"}}}"} -{"id": "raster_only/elevation_mean+region/0012", "group": "raster_only", "template": "elevation_mean+region", "question": "How high is Avondale, Pennsylvania on average?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.780919 39.819425, -75.783436 39.819161, -75.783496 39.819155, -75.783561 39.819148, -75.783633 39.81914, -75.784802 39.819017, -75.786246 39.818865, -75.787034 39.819931, -75.788203 39.821513, -75.788336 39.821693, -75.78872 39.822211, -75.788711 39.822514, -75.788684 39.823462, -75.788527 39.828902, -75.788459 39.828923, -75.787972 39.829071, -75.787327 39.829274, -75.786044 39.829671, -75.786022 39.829678, -75.785328 39.82978, -75.7852 39.829801, -75.784718 39.829869, -75.782725 39.830163, -75.782243 39.830246, -75.781806 39.830298, -75.781764 39.830304, -75.777907 39.83056, -75.777194 39.830607, -75.776204 39.830673, -75.776114 39.829656, -75.776144 39.829493, -75.776199 39.829214, -75.776208 39.829165, -75.775981 39.826719, -75.77571 39.825093, -75.775563 39.823462, -75.775545 39.823244, -75.775531 39.823071, -75.775314 39.820621, -75.775261 39.82002, -75.780919 39.819425))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 93.42652123995407}]", "question_entities": "{\"[3]\": {\"region_name\": \"Avondale, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-75.780919 39.819425, -75.783436 39.819161, -75.783496 39.819155, -75.783561 39.819148, -75.783633 39.81914, -75.784802 39.819017, -75.786246 39.818865, -75.787034 39.819931, -75.788203 39.821513, -75.788336 39.821693, -75.78872 39.822211, -75.788711 39.822514, -75.788684 39.823462, -75.788527 39.828902, -75.788459 39.828923, -75.787972 39.829071, -75.787327 39.829274, -75.786044 39.829671, -75.786022 39.829678, -75.785328 39.82978, -75.7852 39.829801, -75.784718 39.829869, -75.782725 39.830163, -75.782243 39.830246, -75.781806 39.830298, -75.781764 39.830304, -75.777907 39.83056, -75.777194 39.830607, -75.776204 39.830673, -75.776114 39.829656, -75.776144 39.829493, -75.776199 39.829214, -75.776208 39.829165, -75.775981 39.826719, -75.77571 39.825093, -75.775563 39.823462, -75.775545 39.823244, -75.775531 39.823071, -75.775314 39.820621, -75.775261 39.82002, -75.780919 39.819425))\", \"region\": {\"id\": 22959, \"geometry\": \"POLYGON ((-75.780919 39.819425, -75.783436 39.819161, -75.783496 39.819155, -75.783561 39.819148, -75.783633 39.81914, -75.784802 39.819017, -75.786246 39.818865, -75.787034 39.819931, -75.788203 39.821513, -75.788336 39.821693, -75.78872 39.822211, -75.788711 39.822514, -75.788684 39.823462, -75.788527 39.828902, -75.788459 39.828923, -75.787972 39.829071, -75.787327 39.829274, -75.786044 39.829671, -75.786022 39.829678, -75.785328 39.82978, -75.7852 39.829801, -75.784718 39.829869, -75.782725 39.830163, -75.782243 39.830246, -75.781806 39.830298, -75.781764 39.830304, -75.777907 39.83056, -75.777194 39.830607, -75.776204 39.830673, -75.776114 39.829656, -75.776144 39.829493, -75.776199 39.829214, -75.776208 39.829165, -75.775981 39.826719, -75.77571 39.825093, -75.775563 39.823462, -75.775545 39.823244, -75.775531 39.823071, -75.775314 39.820621, -75.775261 39.82002, -75.780919 39.819425))\", \"region_name\": \"Avondale\", \"border_type\": \"borough\", \"wikidata\": \"Q923547\", \"wikipedia\": \"en:Avondale, Pennsylvania\", \"place\": \"borough\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0013", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the avg elevation value within Winnsboro, Louisiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-91.721312 32.169843, -91.720998 32.169403, -91.720648 32.168945, -91.72019 32.168556, -91.719894 32.168349, -91.719205 32.168284, -91.718924 32.168258, -91.716744 32.168177, -91.716419 32.168166, -91.714533 32.167983, -91.714264 32.167985, -91.714157 32.167985, -91.713991 32.167845, -91.713806 32.167687, -91.713267 32.167366, -91.712378 32.166725, -91.712109 32.166496, -91.711813 32.166198, -91.711812 32.166015, -91.711759 32.165923, -91.711793 32.165083, -91.709152 32.164664, -91.708447 32.164552, -91.707242 32.164524, -91.70382 32.164537, -91.703005 32.16454, -91.702932 32.16454, -91.702901 32.164391, -91.702901 32.164372, -91.70292 32.162771, -91.702775 32.162773, -91.702598 32.162774, -91.702592 32.161962, -91.702588 32.161538, -91.702573 32.159078, -91.703522 32.159075, -91.703449 32.156605, -91.699102 32.156506, -91.699067 32.159824, -91.697941 32.159827, -91.697944 32.159456, -91.69794 32.158541, -91.697969 32.158541, -91.697986 32.156004, -91.697959 32.156003, -91.697978 32.153992, -91.697984 32.153616, -91.698008 32.151994, -91.698027 32.149746, -91.698032 32.149228, -91.698039 32.148463, -91.69804 32.147314, -91.698041 32.146133, -91.698013 32.143676, -91.697981 32.142325, -91.697979 32.142235, -91.699011 32.142235, -91.701392 32.142235, -91.705279 32.142182, -91.705593 32.142187, -91.705708 32.14219, -91.705997 32.142243, -91.705992 32.143116, -91.705986 32.14425, -91.706512 32.144257, -91.706509 32.146228, -91.706509 32.146557, -91.707149 32.146562, -91.707834 32.146568, -91.707767 32.149377, -91.708317 32.149375, -91.708361 32.151674, -91.710798 32.151699, -91.710651 32.151511, -91.71057 32.151283, -91.710268 32.150838, -91.71131 32.150824, -91.714677 32.150774, -91.714996 32.150734, -91.715527 32.150737, -91.715608 32.150739, -91.715603 32.1515, -91.715597 32.151944, -91.715591 32.152381, -91.715582 32.152915, -91.717815 32.152893, -91.717971 32.146132, -91.720483 32.146147, -91.721514 32.14616, -91.724273 32.146196, -91.724729 32.146192, -91.724914 32.146189, -91.7258 32.146186, -91.726114 32.146181, -91.726347 32.146185, -91.727764 32.146177, -91.728759 32.146167, -91.728823 32.149634, -91.729711 32.149634, -91.730513 32.149645, -91.732168 32.149699, -91.731979 32.150086, -91.730768 32.152034, -91.730257 32.153087, -91.730176 32.153177, -91.731145 32.153182, -91.732653 32.153185, -91.732653 32.15345, -91.734089 32.153447, -91.734072 32.15551, -91.734221 32.156816, -91.741267 32.156951, -91.741205 32.158572, -91.741236 32.160629, -91.741303 32.161836, -91.741115 32.162087, -91.738019 32.162045, -91.738055 32.164212, -91.738057 32.164369, -91.738061 32.164527, -91.736486 32.165112, -91.73589 32.165349, -91.733922 32.166148, -91.733654 32.166258, -91.733653 32.166486, -91.733644 32.168101, -91.736793 32.168034, -91.736836 32.168636, -91.736769 32.1698, -91.736954 32.170457, -91.737015 32.171838, -91.73878 32.171815, -91.73868 32.172356, -91.738729 32.172558, -91.741111 32.175316, -91.74113 32.175402, -91.74043 32.175418, -91.740686 32.175624, -91.743767 32.177751, -91.74377 32.178331, -91.743774 32.17908, -91.742965 32.179085, -91.741622 32.179017, -91.741086 32.179094, -91.741064 32.178224, -91.741052 32.17765, -91.739385 32.176412, -91.739191 32.176277, -91.737998 32.17539, -91.737569 32.175061, -91.737007 32.175081, -91.736605 32.175105, -91.733055 32.174948, -91.732849 32.174947, -91.730628 32.174911, -91.730089 32.174903, -91.730456 32.176943, -91.730689 32.178916, -91.729681 32.178994, -91.730286 32.181585, -91.731205 32.183973, -91.730859 32.184002, -91.73089 32.184252, -91.730478 32.184282, -91.728297 32.184576, -91.72884 32.187914, -91.729769 32.193613, -91.729964 32.194809, -91.730173 32.19785, -91.73069 32.200302, -91.73077 32.200688, -91.73152 32.204414, -91.730455 32.204461, -91.730392 32.204462, -91.730209 32.204465, -91.729784 32.204473, -91.729334 32.204485, -91.728978 32.204493, -91.728874 32.204514, -91.728767 32.204532, -91.728006 32.204743, -91.727519 32.204889, -91.727019 32.205004, -91.726436 32.205114, -91.726103 32.205164, -91.725428 32.205236, -91.725317 32.20525, -91.725178 32.205283, -91.725157 32.205297, -91.725106 32.205235, -91.724818 32.204965, -91.724568 32.204731, -91.724394 32.204541, -91.724281 32.20445, -91.724117 32.204419, -91.723961 32.204436, -91.723619 32.204538, -91.72356 32.204552, -91.723519 32.204562, -91.723301 32.204531, -91.7174 32.203566, -91.719426 32.200443, -91.719847 32.198864, -91.721137 32.194032, -91.721688 32.194017, -91.722264 32.193855, -91.722422 32.19381, -91.72271 32.193711, -91.725494 32.192759, -91.726637 32.192494, -91.727978 32.191454, -91.727881 32.19088, -91.726842 32.184728, -91.726164 32.180715, -91.726152 32.180647, -91.72599 32.179411, -91.725881 32.178582, -91.725031 32.179142, -91.724463 32.179457, -91.724407 32.179612, -91.724475 32.179716, -91.724087 32.179879, -91.723603 32.179994, -91.723413 32.179873, -91.723241 32.179752, -91.72309 32.179817, -91.722587 32.179909, -91.722484 32.180103, -91.722342 32.180087, -91.722025 32.17962, -91.722108 32.179233, -91.721879 32.178911, -91.721962 32.1787, -91.721951 32.178507, -91.721809 32.17854, -91.72159 32.17841, -91.721569 32.178176, -91.721872 32.177967, -91.721877 32.177909, -91.721874 32.177858, -91.721775 32.17766, -91.721934 32.17741, -91.721837 32.177055, -91.7214 32.177, -91.721682 32.176668, -91.721824 32.176538, -91.722051 32.176457, -91.721851 32.17492, -91.721656 32.173414, -91.72153 32.17244, -91.721264 32.172409, -91.721303 32.171446, -91.721564 32.171145, -91.721645 32.170778, -91.721456 32.170251, -91.721349 32.170113, -91.721312 32.169843))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 21.620552469599158}]", "question_entities": "{\"[3]\": {\"region_name\": \"Winnsboro, Louisiana\", \"geo_wkt\": \"POLYGON ((-91.721312 32.169843, -91.720998 32.169403, -91.720648 32.168945, -91.72019 32.168556, -91.719894 32.168349, -91.719205 32.168284, -91.718924 32.168258, -91.716744 32.168177, -91.716419 32.168166, -91.714533 32.167983, -91.714264 32.167985, -91.714157 32.167985, -91.713991 32.167845, -91.713806 32.167687, -91.713267 32.167366, -91.712378 32.166725, -91.712109 32.166496, -91.711813 32.166198, -91.711812 32.166015, -91.711759 32.165923, -91.711793 32.165083, -91.709152 32.164664, -91.708447 32.164552, -91.707242 32.164524, -91.70382 32.164537, -91.703005 32.16454, -91.702932 32.16454, -91.702901 32.164391, -91.702901 32.164372, -91.70292 32.162771, -91.702775 32.162773, -91.702598 32.162774, -91.702592 32.161962, -91.702588 32.161538, -91.702573 32.159078, -91.703522 32.159075, -91.703449 32.156605, -91.699102 32.156506, -91.699067 32.159824, -91.697941 32.159827, -91.697944 32.159456, -91.69794 32.158541, -91.697969 32.158541, -91.697986 32.156004, -91.697959 32.156003, -91.697978 32.153992, -91.697984 32.153616, -91.698008 32.151994, -91.698027 32.149746, -91.698032 32.149228, -91.698039 32.148463, -91.69804 32.147314, -91.698041 32.146133, -91.698013 32.143676, -91.697981 32.142325, -91.697979 32.142235, -91.699011 32.142235, -91.701392 32.142235, -91.705279 32.142182, -91.705593 32.142187, -91.705708 32.14219, -91.705997 32.142243, -91.705992 32.143116, -91.705986 32.14425, -91.706512 32.144257, -91.706509 32.146228, -91.706509 32.146557, -91.707149 32.146562, -91.707834 32.146568, -91.707767 32.149377, -91.708317 32.149375, -91.708361 32.151674, -91.710798 32.151699, -91.710651 32.151511, -91.71057 32.151283, -91.710268 32.150838, -91.71131 32.150824, -91.714677 32.150774, -91.714996 32.150734, -91.715527 32.150737, -91.715608 32.150739, -91.715603 32.1515, -91.715597 32.151944, -91.715591 32.152381, -91.715582 32.152915, -91.717815 32.152893, -91.717971 32.146132, -91.720483 32.146147, -91.721514 32.14616, -91.724273 32.146196, -91.724729 32.146192, -91.724914 32.146189, -91.7258 32.146186, -91.726114 32.146181, -91.726347 32.146185, -91.727764 32.146177, -91.728759 32.146167, -91.728823 32.149634, -91.729711 32.149634, -91.730513 32.149645, -91.732168 32.149699, -91.731979 32.150086, -91.730768 32.152034, -91.730257 32.153087, -91.730176 32.153177, -91.731145 32.153182, -91.732653 32.153185, -91.732653 32.15345, -91.734089 32.153447, -91.734072 32.15551, -91.734221 32.156816, -91.741267 32.156951, -91.741205 32.158572, -91.741236 32.160629, -91.741303 32.161836, -91.741115 32.162087, -91.738019 32.162045, -91.738055 32.164212, -91.738057 32.164369, -91.738061 32.164527, -91.736486 32.165112, -91.73589 32.165349, -91.733922 32.166148, -91.733654 32.166258, -91.733653 32.166486, -91.733644 32.168101, -91.736793 32.168034, -91.736836 32.168636, -91.736769 32.1698, -91.736954 32.170457, -91.737015 32.171838, -91.73878 32.171815, -91.73868 32.172356, -91.738729 32.172558, -91.741111 32.175316, -91.74113 32.175402, -91.74043 32.175418, -91.740686 32.175624, -91.743767 32.177751, -91.74377 32.178331, -91.743774 32.17908, -91.742965 32.179085, -91.741622 32.179017, -91.741086 32.179094, -91.741064 32.178224, -91.741052 32.17765, -91.739385 32.176412, -91.739191 32.176277, -91.737998 32.17539, -91.737569 32.175061, -91.737007 32.175081, -91.736605 32.175105, -91.733055 32.174948, -91.732849 32.174947, -91.730628 32.174911, -91.730089 32.174903, -91.730456 32.176943, -91.730689 32.178916, -91.729681 32.178994, -91.730286 32.181585, -91.731205 32.183973, -91.730859 32.184002, -91.73089 32.184252, -91.730478 32.184282, -91.728297 32.184576, -91.72884 32.187914, -91.729769 32.193613, -91.729964 32.194809, -91.730173 32.19785, -91.73069 32.200302, -91.73077 32.200688, -91.73152 32.204414, -91.730455 32.204461, -91.730392 32.204462, -91.730209 32.204465, -91.729784 32.204473, -91.729334 32.204485, -91.728978 32.204493, -91.728874 32.204514, -91.728767 32.204532, -91.728006 32.204743, -91.727519 32.204889, -91.727019 32.205004, -91.726436 32.205114, -91.726103 32.205164, -91.725428 32.205236, -91.725317 32.20525, -91.725178 32.205283, -91.725157 32.205297, -91.725106 32.205235, -91.724818 32.204965, -91.724568 32.204731, -91.724394 32.204541, -91.724281 32.20445, -91.724117 32.204419, -91.723961 32.204436, -91.723619 32.204538, -91.72356 32.204552, -91.723519 32.204562, -91.723301 32.204531, -91.7174 32.203566, -91.719426 32.200443, -91.719847 32.198864, -91.721137 32.194032, -91.721688 32.194017, -91.722264 32.193855, -91.722422 32.19381, -91.72271 32.193711, -91.725494 32.192759, -91.726637 32.192494, -91.727978 32.191454, -91.727881 32.19088, -91.726842 32.184728, -91.726164 32.180715, -91.726152 32.180647, -91.72599 32.179411, -91.725881 32.178582, -91.725031 32.179142, -91.724463 32.179457, -91.724407 32.179612, -91.724475 32.179716, -91.724087 32.179879, -91.723603 32.179994, -91.723413 32.179873, -91.723241 32.179752, -91.72309 32.179817, -91.722587 32.179909, -91.722484 32.180103, -91.722342 32.180087, -91.722025 32.17962, -91.722108 32.179233, -91.721879 32.178911, -91.721962 32.1787, -91.721951 32.178507, -91.721809 32.17854, -91.72159 32.17841, -91.721569 32.178176, -91.721872 32.177967, -91.721877 32.177909, -91.721874 32.177858, -91.721775 32.17766, -91.721934 32.17741, -91.721837 32.177055, -91.7214 32.177, -91.721682 32.176668, -91.721824 32.176538, -91.722051 32.176457, -91.721851 32.17492, -91.721656 32.173414, -91.72153 32.17244, -91.721264 32.172409, -91.721303 32.171446, -91.721564 32.171145, -91.721645 32.170778, -91.721456 32.170251, -91.721349 32.170113, -91.721312 32.169843))\", \"region\": {\"id\": 29295, \"geometry\": \"POLYGON ((-91.721312 32.169843, -91.720998 32.169403, -91.720648 32.168945, -91.72019 32.168556, -91.719894 32.168349, -91.719205 32.168284, -91.718924 32.168258, -91.716744 32.168177, -91.716419 32.168166, -91.714533 32.167983, -91.714264 32.167985, -91.714157 32.167985, -91.713991 32.167845, -91.713806 32.167687, -91.713267 32.167366, -91.712378 32.166725, -91.712109 32.166496, -91.711813 32.166198, -91.711812 32.166015, -91.711759 32.165923, -91.711793 32.165083, -91.709152 32.164664, -91.708447 32.164552, -91.707242 32.164524, -91.70382 32.164537, -91.703005 32.16454, -91.702932 32.16454, -91.702901 32.164391, -91.702901 32.164372, -91.70292 32.162771, -91.702775 32.162773, -91.702598 32.162774, -91.702592 32.161962, -91.702588 32.161538, -91.702573 32.159078, -91.703522 32.159075, -91.703449 32.156605, -91.699102 32.156506, -91.699067 32.159824, -91.697941 32.159827, -91.697944 32.159456, -91.69794 32.158541, -91.697969 32.158541, -91.697986 32.156004, -91.697959 32.156003, -91.697978 32.153992, -91.697984 32.153616, -91.698008 32.151994, -91.698027 32.149746, -91.698032 32.149228, -91.698039 32.148463, -91.69804 32.147314, -91.698041 32.146133, -91.698013 32.143676, -91.697981 32.142325, -91.697979 32.142235, -91.699011 32.142235, -91.701392 32.142235, -91.705279 32.142182, -91.705593 32.142187, -91.705708 32.14219, -91.705997 32.142243, -91.705992 32.143116, -91.705986 32.14425, -91.706512 32.144257, -91.706509 32.146228, -91.706509 32.146557, -91.707149 32.146562, -91.707834 32.146568, -91.707767 32.149377, -91.708317 32.149375, -91.708361 32.151674, -91.710798 32.151699, -91.710651 32.151511, -91.71057 32.151283, -91.710268 32.150838, -91.71131 32.150824, -91.714677 32.150774, -91.714996 32.150734, -91.715527 32.150737, -91.715608 32.150739, -91.715603 32.1515, -91.715597 32.151944, -91.715591 32.152381, -91.715582 32.152915, -91.717815 32.152893, -91.717971 32.146132, -91.720483 32.146147, -91.721514 32.14616, -91.724273 32.146196, -91.724729 32.146192, -91.724914 32.146189, -91.7258 32.146186, -91.726114 32.146181, -91.726347 32.146185, -91.727764 32.146177, -91.728759 32.146167, -91.728823 32.149634, -91.729711 32.149634, -91.730513 32.149645, -91.732168 32.149699, -91.731979 32.150086, -91.730768 32.152034, -91.730257 32.153087, -91.730176 32.153177, -91.731145 32.153182, -91.732653 32.153185, -91.732653 32.15345, -91.734089 32.153447, -91.734072 32.15551, -91.734221 32.156816, -91.741267 32.156951, -91.741205 32.158572, -91.741236 32.160629, -91.741303 32.161836, -91.741115 32.162087, -91.738019 32.162045, -91.738055 32.164212, -91.738057 32.164369, -91.738061 32.164527, -91.736486 32.165112, -91.73589 32.165349, -91.733922 32.166148, -91.733654 32.166258, -91.733653 32.166486, -91.733644 32.168101, -91.736793 32.168034, -91.736836 32.168636, -91.736769 32.1698, -91.736954 32.170457, -91.737015 32.171838, -91.73878 32.171815, -91.73868 32.172356, -91.738729 32.172558, -91.741111 32.175316, -91.74113 32.175402, -91.74043 32.175418, -91.740686 32.175624, -91.743767 32.177751, -91.74377 32.178331, -91.743774 32.17908, -91.742965 32.179085, -91.741622 32.179017, -91.741086 32.179094, -91.741064 32.178224, -91.741052 32.17765, -91.739385 32.176412, -91.739191 32.176277, -91.737998 32.17539, -91.737569 32.175061, -91.737007 32.175081, -91.736605 32.175105, -91.733055 32.174948, -91.732849 32.174947, -91.730628 32.174911, -91.730089 32.174903, -91.730456 32.176943, -91.730689 32.178916, -91.729681 32.178994, -91.730286 32.181585, -91.731205 32.183973, -91.730859 32.184002, -91.73089 32.184252, -91.730478 32.184282, -91.728297 32.184576, -91.72884 32.187914, -91.729769 32.193613, -91.729964 32.194809, -91.730173 32.19785, -91.73069 32.200302, -91.73077 32.200688, -91.73152 32.204414, -91.730455 32.204461, -91.730392 32.204462, -91.730209 32.204465, -91.729784 32.204473, -91.729334 32.204485, -91.728978 32.204493, -91.728874 32.204514, -91.728767 32.204532, -91.728006 32.204743, -91.727519 32.204889, -91.727019 32.205004, -91.726436 32.205114, -91.726103 32.205164, -91.725428 32.205236, -91.725317 32.20525, -91.725178 32.205283, -91.725157 32.205297, -91.725106 32.205235, -91.724818 32.204965, -91.724568 32.204731, -91.724394 32.204541, -91.724281 32.20445, -91.724117 32.204419, -91.723961 32.204436, -91.723619 32.204538, -91.72356 32.204552, -91.723519 32.204562, -91.723301 32.204531, -91.7174 32.203566, -91.719426 32.200443, -91.719847 32.198864, -91.721137 32.194032, -91.721688 32.194017, -91.722264 32.193855, -91.722422 32.19381, -91.72271 32.193711, -91.725494 32.192759, -91.726637 32.192494, -91.727978 32.191454, -91.727881 32.19088, -91.726842 32.184728, -91.726164 32.180715, -91.726152 32.180647, -91.72599 32.179411, -91.725881 32.178582, -91.725031 32.179142, -91.724463 32.179457, -91.724407 32.179612, -91.724475 32.179716, -91.724087 32.179879, -91.723603 32.179994, -91.723413 32.179873, -91.723241 32.179752, -91.72309 32.179817, -91.722587 32.179909, -91.722484 32.180103, -91.722342 32.180087, -91.722025 32.17962, -91.722108 32.179233, -91.721879 32.178911, -91.721962 32.1787, -91.721951 32.178507, -91.721809 32.17854, -91.72159 32.17841, -91.721569 32.178176, -91.721872 32.177967, -91.721877 32.177909, -91.721874 32.177858, -91.721775 32.17766, -91.721934 32.17741, -91.721837 32.177055, -91.7214 32.177, -91.721682 32.176668, -91.721824 32.176538, -91.722051 32.176457, -91.721851 32.17492, -91.721656 32.173414, -91.72153 32.17244, -91.721264 32.172409, -91.721303 32.171446, -91.721564 32.171145, -91.721645 32.170778, -91.721456 32.170251, -91.721349 32.170113, -91.721312 32.169843))\", \"region_name\": \"Winnsboro\", \"border_type\": \"city\", \"wikidata\": \"Q2608168\", \"wikipedia\": \"en:Winnsboro, Louisiana\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0014", "group": "raster_only", "template": "elevation_mean+region", "question": "In Kettering, Ohio, what is the mean elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-84.145686 39.673569, -84.151413 39.673861, -84.155148 39.673856, -84.155665 39.673855, -84.156024 39.669491, -84.156264 39.668892, -84.157252 39.668259, -84.162592 39.668412, -84.163022 39.669504, -84.163538 39.670815, -84.163591 39.67095, -84.164341 39.672854, -84.164816 39.674323, -84.166078 39.67434, -84.174062 39.674446, -84.177061 39.674171, -84.18658 39.674152, -84.186505 39.67517, -84.188668 39.67572, -84.190624 39.675975, -84.203125 39.673759, -84.204088 39.675581, -84.204072 39.682649, -84.206439 39.683059, -84.205939 39.687259, -84.204371 39.689419, -84.204115 39.689788, -84.20325 39.69101, -84.201307 39.690715, -84.20131 39.690766, -84.201309 39.690817, -84.201294 39.690944, -84.201249 39.691141, -84.201057 39.691885, -84.201028 39.692025, -84.200968 39.692428, -84.200937 39.692716, -84.200937 39.693366, -84.200907 39.693467, -84.201071 39.693477, -84.20119 39.693477, -84.201536 39.693491, -84.204099 39.693625, -84.20532 39.693688, -84.205669 39.69371, -84.205908 39.693725, -84.207194 39.693786, -84.209381 39.693904, -84.209956 39.693943, -84.21036 39.69399, -84.210517 39.694021, -84.210679 39.694066, -84.210833 39.694127, -84.211104 39.694077, -84.211228 39.694054, -84.211377 39.694165, -84.211641 39.694321, -84.211484 39.694475, -84.211402 39.694542, -84.211541 39.694601, -84.212197 39.69513, -84.213023 39.695731, -84.214186 39.696475, -84.214729 39.696612, -84.214307 39.697754, -84.214262 39.697876, -84.21412 39.697948, -84.213903 39.698087, -84.213847 39.698123, -84.213634 39.698299, -84.213388 39.698552, -84.213143 39.698791, -84.212994 39.699035, -84.212905 39.69927, -84.212844 39.699413, -84.212616 39.699469, -84.21233 39.699701, -84.212302 39.69973, -84.212195 39.699935, -84.212182 39.700145, -84.21209 39.70041, -84.211928 39.700723, -84.211899 39.70102, -84.211473 39.701327, -84.211541 39.701191, -84.209519 39.69975, -84.208739 39.699153, -84.207471 39.698192, -84.207297 39.698074, -84.207133 39.698219, -84.203883 39.70114, -84.201622 39.703481, -84.201216 39.705102, -84.201129 39.706207, -84.201009 39.707741, -84.201163 39.707753, -84.201736 39.707955, -84.201911 39.708024, -84.202909 39.708292, -84.202639 39.70888, -84.202305 39.709603, -84.201977 39.710311, -84.201902 39.710307, -84.201544 39.710287, -84.201559 39.710422, -84.201093 39.710422, -84.201092 39.710842, -84.200964 39.710941, -84.200803 39.711361, -84.201083 39.711357, -84.200931 39.712221, -84.20092 39.712285, -84.201407 39.712285, -84.201737 39.712291, -84.200919 39.714181, -84.200833 39.714515, -84.200377 39.715459, -84.200341 39.715533, -84.200258 39.716747, -84.199761 39.718675, -84.199725 39.718811, -84.198918 39.718722, -84.19882 39.719256, -84.199576 39.719357, -84.201652 39.719591, -84.201614 39.720047, -84.200433 39.722183, -84.199001 39.722044, -84.198381 39.724385, -84.198211 39.724938, -84.197969 39.72589, -84.197676 39.727873, -84.197214 39.72772, -84.196807 39.727671, -84.196828 39.727584, -84.196756 39.727578, -84.196669 39.727577, -84.196557 39.727568, -84.196146 39.727562, -84.195905 39.727573, -84.195645 39.727592, -84.195154 39.72766, -84.194919 39.727696, -84.194182 39.727822, -84.194073 39.727858, -84.193798 39.728006, -84.193415 39.728268, -84.193269 39.728374, -84.191966 39.729322, -84.19117 39.72995, -84.190814 39.730224, -84.190406 39.730576, -84.19023 39.730709, -84.190041 39.730811, -84.189899 39.730878, -84.189608 39.731035, -84.189419 39.731115, -84.18933 39.731153, -84.189212 39.7312, -84.189162 39.730796, -84.189839 39.730559, -84.189139 39.730559, -84.189004 39.728815, -84.189931 39.728597, -84.190514 39.728461, -84.190063 39.727737, -84.189415 39.727868, -84.18923 39.727625, -84.188451 39.72797, -84.188212 39.727453, -84.186432 39.727866, -84.186236 39.727195, -84.186465 39.727143, -84.186295 39.726615, -84.185651 39.726605, -84.185608 39.726604, -84.185613 39.72637, -84.18562 39.72594, -84.185605 39.725828, -84.185577 39.725734, -84.185539 39.725673, -84.185492 39.725626, -84.185454 39.725599, -84.185328 39.725531, -84.185157 39.725449, -84.184946 39.725363, -84.184692 39.725275, -84.184461 39.725205, -84.18405 39.725141, -84.183781 39.725119, -84.183753 39.725117, -84.183456 39.725111, -84.183266 39.725119, -84.183022 39.725128, -84.182853 39.724591, -84.182981 39.724123, -84.18429 39.72383, -84.184377 39.722371, -84.185908 39.720677, -84.185318 39.719112, -84.184649 39.718758, -84.184069 39.716969, -84.18338 39.716673, -84.183367 39.716651, -84.183327 39.716597, -84.183255 39.716497, -84.183201 39.716409, -84.18301 39.716012, -84.182915 39.715793, -84.182823 39.71554, -84.182757 39.715426, -84.182728 39.715386, -84.182643 39.715287, -84.182535 39.715175, -84.182477 39.71509, -84.182446 39.715022, -84.182406 39.714903, -84.182349 39.714799, -84.182283 39.714738, -84.181816 39.714403, -84.181672 39.714345, -84.181639 39.714332, -84.181556 39.714312, -84.181406 39.714283, -84.181272 39.714262, -84.181172 39.714227, -84.181075 39.714169, -84.181001 39.71409, -84.180947 39.714014, -84.180917 39.713967, -84.180811 39.7138, -84.180704 39.713669, -84.180622 39.713583, -84.180523 39.713505, -84.180411 39.713442, -84.180226 39.713367, -84.18008 39.713299, -84.179997 39.71326, -84.179843 39.713201, -84.179528 39.712996, -84.179475 39.712944, -84.17941 39.712849, -84.179378 39.712798, -84.179326 39.712693, -84.179192 39.712392, -84.179156 39.712293, -84.179125 39.712175, -84.179107 39.712114, -84.179047 39.711962, -84.178999 39.711872, -84.178984 39.711843, -84.178892 39.711714, -84.178624 39.711439, -84.17852 39.711323, -84.178447 39.711216, -84.178397 39.711088, -84.17837 39.710987, -84.178354 39.710878, -84.178335 39.710667, -84.178335 39.710558, -84.178354 39.710302, -84.178346 39.710176, -84.178334 39.71009, -84.178296 39.70998, -84.178245 39.709877, -84.17804 39.709594, -84.178005 39.709546, -84.177943 39.709437, -84.177913 39.709366, -84.177886 39.709249, -84.177882 39.709202, -84.177902 39.709116, -84.17795 39.709037, -84.178014 39.708975, -84.178253 39.708815, -84.178313 39.708778, -84.178592 39.709004, -84.178753 39.70918, -84.179041 39.709292, -84.179265 39.709244, -84.17933 39.709164, -84.179362 39.709052, -84.179362 39.708924, -84.17933 39.708668, -84.179219 39.708444, -84.179149 39.708242, -84.179187 39.708217, -84.179293 39.708166, -84.179394 39.708132, -84.17943 39.708123, -84.179559 39.708117, -84.180098 39.708091, -84.180108 39.707956, -84.180038 39.707941, -84.179782 39.707891, -84.179672 39.70787, -84.179416 39.707827, -84.179243 39.707806, -84.179009 39.70778, -84.178362 39.707719, -84.178013 39.707675, -84.177818 39.707634, -84.177611 39.707573, -84.177442 39.707508, -84.177355 39.707475, -84.177161 39.707405, -84.175893 39.707143, -84.175903 39.707114, -84.177051 39.707069, -84.177416 39.706944, -84.178035 39.706645, -84.178433 39.706664, -84.178908 39.706764, -84.179271 39.706449, -84.179251 39.706157, -84.179168 39.704952, -84.176946 39.704867, -84.177001 39.704766, -84.175351 39.704869, -84.175349 39.7049, -84.175347 39.704917, -84.174737 39.704898, -84.174628 39.706065, -84.174195 39.706059, -84.172737 39.70595, -84.171798 39.705744, -84.171154 39.705857, -84.171141 39.705449, -84.171138 39.705277, -84.170473 39.705231, -84.170255 39.705191, -84.170115 39.705155, -84.169953 39.705113, -84.169686 39.705066, -84.169677 39.705221, -84.169273 39.705162, -84.169256 39.705311, -84.169251 39.70536, -84.167174 39.705184, -84.164468 39.705059, -84.162284 39.704864, -84.161843 39.704857, -84.161937 39.705253, -84.161915 39.705399, -84.161726 39.70682, -84.161638 39.708155, -84.161635 39.708324, -84.161629 39.70906, -84.161621 39.709209, -84.161534 39.710036, -84.161529 39.710856, -84.161508 39.710983, -84.161346 39.711667, -84.161334 39.711855, -84.161317 39.71277, -84.161233 39.713671, -84.161127 39.714574, -84.161028 39.715505, -84.161037 39.716432, -84.160919 39.71736, -84.15928 39.717382, -84.157442 39.717218, -84.155253 39.717022, -84.153788 39.716945, -84.153187 39.716932, -84.152982 39.719653, -84.152722 39.720975, -84.149908 39.720916, -84.149822 39.720914, -84.149769 39.720839, -84.149349 39.72031, -84.14926 39.720189, -84.149098 39.721282, -84.14207 39.720965, -84.141447 39.720963, -84.141285 39.722505, -84.141258 39.722771, -84.141258 39.723123, -84.137502 39.722751, -84.136026 39.72277, -84.136136 39.721426, -84.134938 39.721353, -84.134838 39.722256, -84.134138 39.722159, -84.133535 39.722161, -84.133538 39.722754, -84.133008 39.722655, -84.130532 39.722665, -84.130391 39.722993, -84.13034 39.723544, -84.130294 39.723989, -84.130147 39.725592, -84.130039 39.727159, -84.129739 39.728158, -84.12664 39.727858, -84.125538 39.727958, -84.122297 39.72776, -84.119735 39.727762, -84.119378 39.729917, -84.119306 39.730506, -84.117998 39.730132, -84.116472 39.729718, -84.115653 39.729542, -84.114812 39.729408, -84.114122 39.729342, -84.109846 39.729062, -84.109768 39.729292, -84.109647 39.729824, -84.109608 39.73075, -84.10955 39.731429, -84.109548 39.73193, -84.109546 39.732285, -84.109546 39.732333, -84.109542 39.733121, -84.10953 39.733254, -84.109529 39.733328, -84.109519 39.733589, -84.10952 39.73475, -84.109054 39.734754, -84.108903 39.735507, -84.108892 39.735592, -84.1088 39.736525, -84.102425 39.736142, -84.103197 39.728845, -84.103213 39.728688, -84.103236 39.728459, -84.103247 39.728306, -84.103613 39.724683, -84.103629 39.724521, -84.103648 39.724263, -84.103654 39.723833, -84.103671 39.723669, -84.103711 39.723301, -84.103728 39.723136, -84.104702 39.714366, -84.104826 39.712913, -84.104856 39.712656, -84.10494 39.711829, -84.105172 39.709608, -84.10525 39.708486, -84.105287 39.708146, -84.105316 39.70788, -84.105338 39.707645, -84.105384 39.707158, -84.105426 39.706761, -84.105465 39.706401, -84.105554 39.705498, -84.105562 39.705391, -84.105562 39.705385, -84.105563 39.70538, -84.105563 39.705374, -84.105564 39.705357, -84.10557 39.705263, -84.105569 39.705233, -84.105569 39.705224, -84.105567 39.705058, -84.105562 39.704971, -84.105554 39.704839, -84.105545 39.704751, -84.105544 39.70474, -84.105531 39.70462, -84.105481 39.704255, -84.10548 39.704247, -84.10547 39.704158, -84.105456 39.703901, -84.105454 39.70368, -84.105575 39.702178, -84.105576 39.702169, -84.105578 39.702149, -84.10558 39.702128, -84.10558 39.702123, -84.105607 39.701779, -84.105608 39.701771, -84.10561 39.701748, -84.105637 39.701434, -84.105697 39.700748, -84.105711 39.700542, -84.105712 39.700534, -84.105713 39.700521, -84.105713 39.700515, -84.10572 39.700403, -84.105728 39.700308, -84.105735 39.700237, -84.105735 39.700231, -84.105736 39.700225, -84.105739 39.700197, -84.105779 39.699764, -84.105782 39.699733, -84.105785 39.699704, -84.105786 39.69969, -84.105787 39.699682, -84.105788 39.699672, -84.105788 39.699664, -84.105789 39.699654, -84.105791 39.699636, -84.105805 39.699524, -84.105844 39.699061, -84.105867 39.698822, -84.105871 39.698765, -84.105926 39.698145, -84.105931 39.698082, -84.10591 39.697804, -84.10593 39.697591, -84.105941 39.697382, -84.105998 39.697219, -84.106065 39.696027, -84.106119 39.695235, -84.10636 39.692713, -84.106414 39.692155, -84.106487 39.691032, -84.10662 39.689814, -84.106683 39.688912, -84.106427 39.688779, -84.105912 39.688497, -84.105509 39.688277, -84.105381 39.688197, -84.105218 39.688081, -84.105103 39.687989, -84.105072 39.687962, -84.10498 39.687879, -84.104888 39.687786, -84.104716 39.687592, -84.104565 39.687395, -84.10448 39.687219, -84.104432 39.687115, -84.104399 39.68703, -84.104341 39.686852, -84.104283 39.686612, -84.10426 39.686436, -84.104249 39.686321, -84.104258 39.686114, -84.104282 39.685951, -84.104298 39.685873, -84.104315 39.685816, -84.104325 39.685782, -84.104393 39.685547, -84.104481 39.68535, -84.104639 39.684999, -84.104683 39.68491, -84.104733 39.68481, -84.102462 39.684708, -84.102555 39.683846, -84.103522 39.683843, -84.103591 39.682476, -84.107248 39.682566, -84.107254 39.682462, -84.107362 39.681321, -84.107506 39.67979, -84.107513 39.679718, -84.107942 39.675019, -84.107736 39.674973, -84.107394 39.674893, -84.106595 39.674706, -84.105867 39.674528, -84.105854 39.674684, -84.105684 39.676779, -84.105518 39.678798, -84.105492 39.679119, -84.104904 39.678946, -84.103088 39.678411, -84.103087 39.679105, -84.101901 39.68004, -84.100776 39.679022, -84.100575 39.677285, -84.100284 39.675173, -84.100116 39.673351, -84.103461 39.674047, -84.10348 39.673982, -84.103502 39.673914, -84.100105 39.673093, -84.099992 39.671596, -84.10296 39.671574, -84.108276 39.671586, -84.108538 39.668258, -84.108592 39.667804, -84.10863 39.667575, -84.113483 39.669177, -84.114572 39.669543, -84.116131 39.669979, -84.116227 39.669989, -84.116346 39.670001, -84.11647 39.670021, -84.117007 39.670087, -84.117518 39.665807, -84.117656 39.664181, -84.117786 39.662689, -84.117239 39.662567, -84.115924 39.662466, -84.113849 39.662285, -84.113853 39.661975, -84.113888 39.661579, -84.114113 39.658376, -84.114148 39.657875, -84.114379 39.655865, -84.118945 39.65522, -84.120858 39.65495, -84.120882 39.656081, -84.124666 39.65729, -84.125236 39.657559, -84.126629 39.657968, -84.126633 39.657475, -84.127082 39.657466, -84.129034 39.657427, -84.131372 39.657534, -84.131371 39.657895, -84.136349 39.657865, -84.136897 39.657912, -84.136048 39.667546, -84.135734 39.673377, -84.145663 39.673849, -84.145686 39.673569))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 284.9800789608511}]", "question_entities": "{\"[3]\": {\"region_name\": \"Kettering, Ohio\", \"geo_wkt\": \"POLYGON ((-84.145686 39.673569, -84.151413 39.673861, -84.155148 39.673856, -84.155665 39.673855, -84.156024 39.669491, -84.156264 39.668892, -84.157252 39.668259, -84.162592 39.668412, -84.163022 39.669504, -84.163538 39.670815, -84.163591 39.67095, -84.164341 39.672854, -84.164816 39.674323, -84.166078 39.67434, -84.174062 39.674446, -84.177061 39.674171, -84.18658 39.674152, -84.186505 39.67517, -84.188668 39.67572, -84.190624 39.675975, -84.203125 39.673759, -84.204088 39.675581, -84.204072 39.682649, -84.206439 39.683059, -84.205939 39.687259, -84.204371 39.689419, -84.204115 39.689788, -84.20325 39.69101, -84.201307 39.690715, -84.20131 39.690766, -84.201309 39.690817, -84.201294 39.690944, -84.201249 39.691141, -84.201057 39.691885, -84.201028 39.692025, -84.200968 39.692428, -84.200937 39.692716, -84.200937 39.693366, -84.200907 39.693467, -84.201071 39.693477, -84.20119 39.693477, -84.201536 39.693491, -84.204099 39.693625, -84.20532 39.693688, -84.205669 39.69371, -84.205908 39.693725, -84.207194 39.693786, -84.209381 39.693904, -84.209956 39.693943, -84.21036 39.69399, -84.210517 39.694021, -84.210679 39.694066, -84.210833 39.694127, -84.211104 39.694077, -84.211228 39.694054, -84.211377 39.694165, -84.211641 39.694321, -84.211484 39.694475, -84.211402 39.694542, -84.211541 39.694601, -84.212197 39.69513, -84.213023 39.695731, -84.214186 39.696475, -84.214729 39.696612, -84.214307 39.697754, -84.214262 39.697876, -84.21412 39.697948, -84.213903 39.698087, -84.213847 39.698123, -84.213634 39.698299, -84.213388 39.698552, -84.213143 39.698791, -84.212994 39.699035, -84.212905 39.69927, -84.212844 39.699413, -84.212616 39.699469, -84.21233 39.699701, -84.212302 39.69973, -84.212195 39.699935, -84.212182 39.700145, -84.21209 39.70041, -84.211928 39.700723, -84.211899 39.70102, -84.211473 39.701327, -84.211541 39.701191, -84.209519 39.69975, -84.208739 39.699153, -84.207471 39.698192, -84.207297 39.698074, -84.207133 39.698219, -84.203883 39.70114, -84.201622 39.703481, -84.201216 39.705102, -84.201129 39.706207, -84.201009 39.707741, -84.201163 39.707753, -84.201736 39.707955, -84.201911 39.708024, -84.202909 39.708292, -84.202639 39.70888, -84.202305 39.709603, -84.201977 39.710311, -84.201902 39.710307, -84.201544 39.710287, -84.201559 39.710422, -84.201093 39.710422, -84.201092 39.710842, -84.200964 39.710941, -84.200803 39.711361, -84.201083 39.711357, -84.200931 39.712221, -84.20092 39.712285, -84.201407 39.712285, -84.201737 39.712291, -84.200919 39.714181, -84.200833 39.714515, -84.200377 39.715459, -84.200341 39.715533, -84.200258 39.716747, -84.199761 39.718675, -84.199725 39.718811, -84.198918 39.718722, -84.19882 39.719256, -84.199576 39.719357, -84.201652 39.719591, -84.201614 39.720047, -84.200433 39.722183, -84.199001 39.722044, -84.198381 39.724385, -84.198211 39.724938, -84.197969 39.72589, -84.197676 39.727873, -84.197214 39.72772, -84.196807 39.727671, -84.196828 39.727584, -84.196756 39.727578, -84.196669 39.727577, -84.196557 39.727568, -84.196146 39.727562, -84.195905 39.727573, -84.195645 39.727592, -84.195154 39.72766, -84.194919 39.727696, -84.194182 39.727822, -84.194073 39.727858, -84.193798 39.728006, -84.193415 39.728268, -84.193269 39.728374, -84.191966 39.729322, -84.19117 39.72995, -84.190814 39.730224, -84.190406 39.730576, -84.19023 39.730709, -84.190041 39.730811, -84.189899 39.730878, -84.189608 39.731035, -84.189419 39.731115, -84.18933 39.731153, -84.189212 39.7312, -84.189162 39.730796, -84.189839 39.730559, -84.189139 39.730559, -84.189004 39.728815, -84.189931 39.728597, -84.190514 39.728461, -84.190063 39.727737, -84.189415 39.727868, -84.18923 39.727625, -84.188451 39.72797, -84.188212 39.727453, -84.186432 39.727866, -84.186236 39.727195, -84.186465 39.727143, -84.186295 39.726615, -84.185651 39.726605, -84.185608 39.726604, -84.185613 39.72637, -84.18562 39.72594, -84.185605 39.725828, -84.185577 39.725734, -84.185539 39.725673, -84.185492 39.725626, -84.185454 39.725599, -84.185328 39.725531, -84.185157 39.725449, -84.184946 39.725363, -84.184692 39.725275, -84.184461 39.725205, -84.18405 39.725141, -84.183781 39.725119, -84.183753 39.725117, -84.183456 39.725111, -84.183266 39.725119, -84.183022 39.725128, -84.182853 39.724591, -84.182981 39.724123, -84.18429 39.72383, -84.184377 39.722371, -84.185908 39.720677, -84.185318 39.719112, -84.184649 39.718758, -84.184069 39.716969, -84.18338 39.716673, -84.183367 39.716651, -84.183327 39.716597, -84.183255 39.716497, -84.183201 39.716409, -84.18301 39.716012, -84.182915 39.715793, -84.182823 39.71554, -84.182757 39.715426, -84.182728 39.715386, -84.182643 39.715287, -84.182535 39.715175, -84.182477 39.71509, -84.182446 39.715022, -84.182406 39.714903, -84.182349 39.714799, -84.182283 39.714738, -84.181816 39.714403, -84.181672 39.714345, -84.181639 39.714332, -84.181556 39.714312, -84.181406 39.714283, -84.181272 39.714262, -84.181172 39.714227, -84.181075 39.714169, -84.181001 39.71409, -84.180947 39.714014, -84.180917 39.713967, -84.180811 39.7138, -84.180704 39.713669, -84.180622 39.713583, -84.180523 39.713505, -84.180411 39.713442, -84.180226 39.713367, -84.18008 39.713299, -84.179997 39.71326, -84.179843 39.713201, -84.179528 39.712996, -84.179475 39.712944, -84.17941 39.712849, -84.179378 39.712798, -84.179326 39.712693, -84.179192 39.712392, -84.179156 39.712293, -84.179125 39.712175, -84.179107 39.712114, -84.179047 39.711962, -84.178999 39.711872, -84.178984 39.711843, -84.178892 39.711714, -84.178624 39.711439, -84.17852 39.711323, -84.178447 39.711216, -84.178397 39.711088, -84.17837 39.710987, -84.178354 39.710878, -84.178335 39.710667, -84.178335 39.710558, -84.178354 39.710302, -84.178346 39.710176, -84.178334 39.71009, -84.178296 39.70998, -84.178245 39.709877, -84.17804 39.709594, -84.178005 39.709546, -84.177943 39.709437, -84.177913 39.709366, -84.177886 39.709249, -84.177882 39.709202, -84.177902 39.709116, -84.17795 39.709037, -84.178014 39.708975, -84.178253 39.708815, -84.178313 39.708778, -84.178592 39.709004, -84.178753 39.70918, -84.179041 39.709292, -84.179265 39.709244, -84.17933 39.709164, -84.179362 39.709052, -84.179362 39.708924, -84.17933 39.708668, -84.179219 39.708444, -84.179149 39.708242, -84.179187 39.708217, -84.179293 39.708166, -84.179394 39.708132, -84.17943 39.708123, -84.179559 39.708117, -84.180098 39.708091, -84.180108 39.707956, -84.180038 39.707941, -84.179782 39.707891, -84.179672 39.70787, -84.179416 39.707827, -84.179243 39.707806, -84.179009 39.70778, -84.178362 39.707719, -84.178013 39.707675, -84.177818 39.707634, -84.177611 39.707573, -84.177442 39.707508, -84.177355 39.707475, -84.177161 39.707405, -84.175893 39.707143, -84.175903 39.707114, -84.177051 39.707069, -84.177416 39.706944, -84.178035 39.706645, -84.178433 39.706664, -84.178908 39.706764, -84.179271 39.706449, -84.179251 39.706157, -84.179168 39.704952, -84.176946 39.704867, -84.177001 39.704766, -84.175351 39.704869, -84.175349 39.7049, -84.175347 39.704917, -84.174737 39.704898, -84.174628 39.706065, -84.174195 39.706059, -84.172737 39.70595, -84.171798 39.705744, -84.171154 39.705857, -84.171141 39.705449, -84.171138 39.705277, -84.170473 39.705231, -84.170255 39.705191, -84.170115 39.705155, -84.169953 39.705113, -84.169686 39.705066, -84.169677 39.705221, -84.169273 39.705162, -84.169256 39.705311, -84.169251 39.70536, -84.167174 39.705184, -84.164468 39.705059, -84.162284 39.704864, -84.161843 39.704857, -84.161937 39.705253, -84.161915 39.705399, -84.161726 39.70682, -84.161638 39.708155, -84.161635 39.708324, -84.161629 39.70906, -84.161621 39.709209, -84.161534 39.710036, -84.161529 39.710856, -84.161508 39.710983, -84.161346 39.711667, -84.161334 39.711855, -84.161317 39.71277, -84.161233 39.713671, -84.161127 39.714574, -84.161028 39.715505, -84.161037 39.716432, -84.160919 39.71736, -84.15928 39.717382, -84.157442 39.717218, -84.155253 39.717022, -84.153788 39.716945, -84.153187 39.716932, -84.152982 39.719653, -84.152722 39.720975, -84.149908 39.720916, -84.149822 39.720914, -84.149769 39.720839, -84.149349 39.72031, -84.14926 39.720189, -84.149098 39.721282, -84.14207 39.720965, -84.141447 39.720963, -84.141285 39.722505, -84.141258 39.722771, -84.141258 39.723123, -84.137502 39.722751, -84.136026 39.72277, -84.136136 39.721426, -84.134938 39.721353, -84.134838 39.722256, -84.134138 39.722159, -84.133535 39.722161, -84.133538 39.722754, -84.133008 39.722655, -84.130532 39.722665, -84.130391 39.722993, -84.13034 39.723544, -84.130294 39.723989, -84.130147 39.725592, -84.130039 39.727159, -84.129739 39.728158, -84.12664 39.727858, -84.125538 39.727958, -84.122297 39.72776, -84.119735 39.727762, -84.119378 39.729917, -84.119306 39.730506, -84.117998 39.730132, -84.116472 39.729718, -84.115653 39.729542, -84.114812 39.729408, -84.114122 39.729342, -84.109846 39.729062, -84.109768 39.729292, -84.109647 39.729824, -84.109608 39.73075, -84.10955 39.731429, -84.109548 39.73193, -84.109546 39.732285, -84.109546 39.732333, -84.109542 39.733121, -84.10953 39.733254, -84.109529 39.733328, -84.109519 39.733589, -84.10952 39.73475, -84.109054 39.734754, -84.108903 39.735507, -84.108892 39.735592, -84.1088 39.736525, -84.102425 39.736142, -84.103197 39.728845, -84.103213 39.728688, -84.103236 39.728459, -84.103247 39.728306, -84.103613 39.724683, -84.103629 39.724521, -84.103648 39.724263, -84.103654 39.723833, -84.103671 39.723669, -84.103711 39.723301, -84.103728 39.723136, -84.104702 39.714366, -84.104826 39.712913, -84.104856 39.712656, -84.10494 39.711829, -84.105172 39.709608, -84.10525 39.708486, -84.105287 39.708146, -84.105316 39.70788, -84.105338 39.707645, -84.105384 39.707158, -84.105426 39.706761, -84.105465 39.706401, -84.105554 39.705498, -84.105562 39.705391, -84.105562 39.705385, -84.105563 39.70538, -84.105563 39.705374, -84.105564 39.705357, -84.10557 39.705263, -84.105569 39.705233, -84.105569 39.705224, -84.105567 39.705058, -84.105562 39.704971, -84.105554 39.704839, -84.105545 39.704751, -84.105544 39.70474, -84.105531 39.70462, -84.105481 39.704255, -84.10548 39.704247, -84.10547 39.704158, -84.105456 39.703901, -84.105454 39.70368, -84.105575 39.702178, -84.105576 39.702169, -84.105578 39.702149, -84.10558 39.702128, -84.10558 39.702123, -84.105607 39.701779, -84.105608 39.701771, -84.10561 39.701748, -84.105637 39.701434, -84.105697 39.700748, -84.105711 39.700542, -84.105712 39.700534, -84.105713 39.700521, -84.105713 39.700515, -84.10572 39.700403, -84.105728 39.700308, -84.105735 39.700237, -84.105735 39.700231, -84.105736 39.700225, -84.105739 39.700197, -84.105779 39.699764, -84.105782 39.699733, -84.105785 39.699704, -84.105786 39.69969, -84.105787 39.699682, -84.105788 39.699672, -84.105788 39.699664, -84.105789 39.699654, -84.105791 39.699636, -84.105805 39.699524, -84.105844 39.699061, -84.105867 39.698822, -84.105871 39.698765, -84.105926 39.698145, -84.105931 39.698082, -84.10591 39.697804, -84.10593 39.697591, -84.105941 39.697382, -84.105998 39.697219, -84.106065 39.696027, -84.106119 39.695235, -84.10636 39.692713, -84.106414 39.692155, -84.106487 39.691032, -84.10662 39.689814, -84.106683 39.688912, -84.106427 39.688779, -84.105912 39.688497, -84.105509 39.688277, -84.105381 39.688197, -84.105218 39.688081, -84.105103 39.687989, -84.105072 39.687962, -84.10498 39.687879, -84.104888 39.687786, -84.104716 39.687592, -84.104565 39.687395, -84.10448 39.687219, -84.104432 39.687115, -84.104399 39.68703, -84.104341 39.686852, -84.104283 39.686612, -84.10426 39.686436, -84.104249 39.686321, -84.104258 39.686114, -84.104282 39.685951, -84.104298 39.685873, -84.104315 39.685816, -84.104325 39.685782, -84.104393 39.685547, -84.104481 39.68535, -84.104639 39.684999, -84.104683 39.68491, -84.104733 39.68481, -84.102462 39.684708, -84.102555 39.683846, -84.103522 39.683843, -84.103591 39.682476, -84.107248 39.682566, -84.107254 39.682462, -84.107362 39.681321, -84.107506 39.67979, -84.107513 39.679718, -84.107942 39.675019, -84.107736 39.674973, -84.107394 39.674893, -84.106595 39.674706, -84.105867 39.674528, -84.105854 39.674684, -84.105684 39.676779, -84.105518 39.678798, -84.105492 39.679119, -84.104904 39.678946, -84.103088 39.678411, -84.103087 39.679105, -84.101901 39.68004, -84.100776 39.679022, -84.100575 39.677285, -84.100284 39.675173, -84.100116 39.673351, -84.103461 39.674047, -84.10348 39.673982, -84.103502 39.673914, -84.100105 39.673093, -84.099992 39.671596, -84.10296 39.671574, -84.108276 39.671586, -84.108538 39.668258, -84.108592 39.667804, -84.10863 39.667575, -84.113483 39.669177, -84.114572 39.669543, -84.116131 39.669979, -84.116227 39.669989, -84.116346 39.670001, -84.11647 39.670021, -84.117007 39.670087, -84.117518 39.665807, -84.117656 39.664181, -84.117786 39.662689, -84.117239 39.662567, -84.115924 39.662466, -84.113849 39.662285, -84.113853 39.661975, -84.113888 39.661579, -84.114113 39.658376, -84.114148 39.657875, -84.114379 39.655865, -84.118945 39.65522, -84.120858 39.65495, -84.120882 39.656081, -84.124666 39.65729, -84.125236 39.657559, -84.126629 39.657968, -84.126633 39.657475, -84.127082 39.657466, -84.129034 39.657427, -84.131372 39.657534, -84.131371 39.657895, -84.136349 39.657865, -84.136897 39.657912, -84.136048 39.667546, -84.135734 39.673377, -84.145663 39.673849, -84.145686 39.673569))\", \"region\": {\"id\": 4416, \"geometry\": \"POLYGON ((-84.145686 39.673569, -84.151413 39.673861, -84.155148 39.673856, -84.155665 39.673855, -84.156024 39.669491, -84.156264 39.668892, -84.157252 39.668259, -84.162592 39.668412, -84.163022 39.669504, -84.163538 39.670815, -84.163591 39.67095, -84.164341 39.672854, -84.164816 39.674323, -84.166078 39.67434, -84.174062 39.674446, -84.177061 39.674171, -84.18658 39.674152, -84.186505 39.67517, -84.188668 39.67572, -84.190624 39.675975, -84.203125 39.673759, -84.204088 39.675581, -84.204072 39.682649, -84.206439 39.683059, -84.205939 39.687259, -84.204371 39.689419, -84.204115 39.689788, -84.20325 39.69101, -84.201307 39.690715, -84.20131 39.690766, -84.201309 39.690817, -84.201294 39.690944, -84.201249 39.691141, -84.201057 39.691885, -84.201028 39.692025, -84.200968 39.692428, -84.200937 39.692716, -84.200937 39.693366, -84.200907 39.693467, -84.201071 39.693477, -84.20119 39.693477, -84.201536 39.693491, -84.204099 39.693625, -84.20532 39.693688, -84.205669 39.69371, -84.205908 39.693725, -84.207194 39.693786, -84.209381 39.693904, -84.209956 39.693943, -84.21036 39.69399, -84.210517 39.694021, -84.210679 39.694066, -84.210833 39.694127, -84.211104 39.694077, -84.211228 39.694054, -84.211377 39.694165, -84.211641 39.694321, -84.211484 39.694475, -84.211402 39.694542, -84.211541 39.694601, -84.212197 39.69513, -84.213023 39.695731, -84.214186 39.696475, -84.214729 39.696612, -84.214307 39.697754, -84.214262 39.697876, -84.21412 39.697948, -84.213903 39.698087, -84.213847 39.698123, -84.213634 39.698299, -84.213388 39.698552, -84.213143 39.698791, -84.212994 39.699035, -84.212905 39.69927, -84.212844 39.699413, -84.212616 39.699469, -84.21233 39.699701, -84.212302 39.69973, -84.212195 39.699935, -84.212182 39.700145, -84.21209 39.70041, -84.211928 39.700723, -84.211899 39.70102, -84.211473 39.701327, -84.211541 39.701191, -84.209519 39.69975, -84.208739 39.699153, -84.207471 39.698192, -84.207297 39.698074, -84.207133 39.698219, -84.203883 39.70114, -84.201622 39.703481, -84.201216 39.705102, -84.201129 39.706207, -84.201009 39.707741, -84.201163 39.707753, -84.201736 39.707955, -84.201911 39.708024, -84.202909 39.708292, -84.202639 39.70888, -84.202305 39.709603, -84.201977 39.710311, -84.201902 39.710307, -84.201544 39.710287, -84.201559 39.710422, -84.201093 39.710422, -84.201092 39.710842, -84.200964 39.710941, -84.200803 39.711361, -84.201083 39.711357, -84.200931 39.712221, -84.20092 39.712285, -84.201407 39.712285, -84.201737 39.712291, -84.200919 39.714181, -84.200833 39.714515, -84.200377 39.715459, -84.200341 39.715533, -84.200258 39.716747, -84.199761 39.718675, -84.199725 39.718811, -84.198918 39.718722, -84.19882 39.719256, -84.199576 39.719357, -84.201652 39.719591, -84.201614 39.720047, -84.200433 39.722183, -84.199001 39.722044, -84.198381 39.724385, -84.198211 39.724938, -84.197969 39.72589, -84.197676 39.727873, -84.197214 39.72772, -84.196807 39.727671, -84.196828 39.727584, -84.196756 39.727578, -84.196669 39.727577, -84.196557 39.727568, -84.196146 39.727562, -84.195905 39.727573, -84.195645 39.727592, -84.195154 39.72766, -84.194919 39.727696, -84.194182 39.727822, -84.194073 39.727858, -84.193798 39.728006, -84.193415 39.728268, -84.193269 39.728374, -84.191966 39.729322, -84.19117 39.72995, -84.190814 39.730224, -84.190406 39.730576, -84.19023 39.730709, -84.190041 39.730811, -84.189899 39.730878, -84.189608 39.731035, -84.189419 39.731115, -84.18933 39.731153, -84.189212 39.7312, -84.189162 39.730796, -84.189839 39.730559, -84.189139 39.730559, -84.189004 39.728815, -84.189931 39.728597, -84.190514 39.728461, -84.190063 39.727737, -84.189415 39.727868, -84.18923 39.727625, -84.188451 39.72797, -84.188212 39.727453, -84.186432 39.727866, -84.186236 39.727195, -84.186465 39.727143, -84.186295 39.726615, -84.185651 39.726605, -84.185608 39.726604, -84.185613 39.72637, -84.18562 39.72594, -84.185605 39.725828, -84.185577 39.725734, -84.185539 39.725673, -84.185492 39.725626, -84.185454 39.725599, -84.185328 39.725531, -84.185157 39.725449, -84.184946 39.725363, -84.184692 39.725275, -84.184461 39.725205, -84.18405 39.725141, -84.183781 39.725119, -84.183753 39.725117, -84.183456 39.725111, -84.183266 39.725119, -84.183022 39.725128, -84.182853 39.724591, -84.182981 39.724123, -84.18429 39.72383, -84.184377 39.722371, -84.185908 39.720677, -84.185318 39.719112, -84.184649 39.718758, -84.184069 39.716969, -84.18338 39.716673, -84.183367 39.716651, -84.183327 39.716597, -84.183255 39.716497, -84.183201 39.716409, -84.18301 39.716012, -84.182915 39.715793, -84.182823 39.71554, -84.182757 39.715426, -84.182728 39.715386, -84.182643 39.715287, -84.182535 39.715175, -84.182477 39.71509, -84.182446 39.715022, -84.182406 39.714903, -84.182349 39.714799, -84.182283 39.714738, -84.181816 39.714403, -84.181672 39.714345, -84.181639 39.714332, -84.181556 39.714312, -84.181406 39.714283, -84.181272 39.714262, -84.181172 39.714227, -84.181075 39.714169, -84.181001 39.71409, -84.180947 39.714014, -84.180917 39.713967, -84.180811 39.7138, -84.180704 39.713669, -84.180622 39.713583, -84.180523 39.713505, -84.180411 39.713442, -84.180226 39.713367, -84.18008 39.713299, -84.179997 39.71326, -84.179843 39.713201, -84.179528 39.712996, -84.179475 39.712944, -84.17941 39.712849, -84.179378 39.712798, -84.179326 39.712693, -84.179192 39.712392, -84.179156 39.712293, -84.179125 39.712175, -84.179107 39.712114, -84.179047 39.711962, -84.178999 39.711872, -84.178984 39.711843, -84.178892 39.711714, -84.178624 39.711439, -84.17852 39.711323, -84.178447 39.711216, -84.178397 39.711088, -84.17837 39.710987, -84.178354 39.710878, -84.178335 39.710667, -84.178335 39.710558, -84.178354 39.710302, -84.178346 39.710176, -84.178334 39.71009, -84.178296 39.70998, -84.178245 39.709877, -84.17804 39.709594, -84.178005 39.709546, -84.177943 39.709437, -84.177913 39.709366, -84.177886 39.709249, -84.177882 39.709202, -84.177902 39.709116, -84.17795 39.709037, -84.178014 39.708975, -84.178253 39.708815, -84.178313 39.708778, -84.178592 39.709004, -84.178753 39.70918, -84.179041 39.709292, -84.179265 39.709244, -84.17933 39.709164, -84.179362 39.709052, -84.179362 39.708924, -84.17933 39.708668, -84.179219 39.708444, -84.179149 39.708242, -84.179187 39.708217, -84.179293 39.708166, -84.179394 39.708132, -84.17943 39.708123, -84.179559 39.708117, -84.180098 39.708091, -84.180108 39.707956, -84.180038 39.707941, -84.179782 39.707891, -84.179672 39.70787, -84.179416 39.707827, -84.179243 39.707806, -84.179009 39.70778, -84.178362 39.707719, -84.178013 39.707675, -84.177818 39.707634, -84.177611 39.707573, -84.177442 39.707508, -84.177355 39.707475, -84.177161 39.707405, -84.175893 39.707143, -84.175903 39.707114, -84.177051 39.707069, -84.177416 39.706944, -84.178035 39.706645, -84.178433 39.706664, -84.178908 39.706764, -84.179271 39.706449, -84.179251 39.706157, -84.179168 39.704952, -84.176946 39.704867, -84.177001 39.704766, -84.175351 39.704869, -84.175349 39.7049, -84.175347 39.704917, -84.174737 39.704898, -84.174628 39.706065, -84.174195 39.706059, -84.172737 39.70595, -84.171798 39.705744, -84.171154 39.705857, -84.171141 39.705449, -84.171138 39.705277, -84.170473 39.705231, -84.170255 39.705191, -84.170115 39.705155, -84.169953 39.705113, -84.169686 39.705066, -84.169677 39.705221, -84.169273 39.705162, -84.169256 39.705311, -84.169251 39.70536, -84.167174 39.705184, -84.164468 39.705059, -84.162284 39.704864, -84.161843 39.704857, -84.161937 39.705253, -84.161915 39.705399, -84.161726 39.70682, -84.161638 39.708155, -84.161635 39.708324, -84.161629 39.70906, -84.161621 39.709209, -84.161534 39.710036, -84.161529 39.710856, -84.161508 39.710983, -84.161346 39.711667, -84.161334 39.711855, -84.161317 39.71277, -84.161233 39.713671, -84.161127 39.714574, -84.161028 39.715505, -84.161037 39.716432, -84.160919 39.71736, -84.15928 39.717382, -84.157442 39.717218, -84.155253 39.717022, -84.153788 39.716945, -84.153187 39.716932, -84.152982 39.719653, -84.152722 39.720975, -84.149908 39.720916, -84.149822 39.720914, -84.149769 39.720839, -84.149349 39.72031, -84.14926 39.720189, -84.149098 39.721282, -84.14207 39.720965, -84.141447 39.720963, -84.141285 39.722505, -84.141258 39.722771, -84.141258 39.723123, -84.137502 39.722751, -84.136026 39.72277, -84.136136 39.721426, -84.134938 39.721353, -84.134838 39.722256, -84.134138 39.722159, -84.133535 39.722161, -84.133538 39.722754, -84.133008 39.722655, -84.130532 39.722665, -84.130391 39.722993, -84.13034 39.723544, -84.130294 39.723989, -84.130147 39.725592, -84.130039 39.727159, -84.129739 39.728158, -84.12664 39.727858, -84.125538 39.727958, -84.122297 39.72776, -84.119735 39.727762, -84.119378 39.729917, -84.119306 39.730506, -84.117998 39.730132, -84.116472 39.729718, -84.115653 39.729542, -84.114812 39.729408, -84.114122 39.729342, -84.109846 39.729062, -84.109768 39.729292, -84.109647 39.729824, -84.109608 39.73075, -84.10955 39.731429, -84.109548 39.73193, -84.109546 39.732285, -84.109546 39.732333, -84.109542 39.733121, -84.10953 39.733254, -84.109529 39.733328, -84.109519 39.733589, -84.10952 39.73475, -84.109054 39.734754, -84.108903 39.735507, -84.108892 39.735592, -84.1088 39.736525, -84.102425 39.736142, -84.103197 39.728845, -84.103213 39.728688, -84.103236 39.728459, -84.103247 39.728306, -84.103613 39.724683, -84.103629 39.724521, -84.103648 39.724263, -84.103654 39.723833, -84.103671 39.723669, -84.103711 39.723301, -84.103728 39.723136, -84.104702 39.714366, -84.104826 39.712913, -84.104856 39.712656, -84.10494 39.711829, -84.105172 39.709608, -84.10525 39.708486, -84.105287 39.708146, -84.105316 39.70788, -84.105338 39.707645, -84.105384 39.707158, -84.105426 39.706761, -84.105465 39.706401, -84.105554 39.705498, -84.105562 39.705391, -84.105562 39.705385, -84.105563 39.70538, -84.105563 39.705374, -84.105564 39.705357, -84.10557 39.705263, -84.105569 39.705233, -84.105569 39.705224, -84.105567 39.705058, -84.105562 39.704971, -84.105554 39.704839, -84.105545 39.704751, -84.105544 39.70474, -84.105531 39.70462, -84.105481 39.704255, -84.10548 39.704247, -84.10547 39.704158, -84.105456 39.703901, -84.105454 39.70368, -84.105575 39.702178, -84.105576 39.702169, -84.105578 39.702149, -84.10558 39.702128, -84.10558 39.702123, -84.105607 39.701779, -84.105608 39.701771, -84.10561 39.701748, -84.105637 39.701434, -84.105697 39.700748, -84.105711 39.700542, -84.105712 39.700534, -84.105713 39.700521, -84.105713 39.700515, -84.10572 39.700403, -84.105728 39.700308, -84.105735 39.700237, -84.105735 39.700231, -84.105736 39.700225, -84.105739 39.700197, -84.105779 39.699764, -84.105782 39.699733, -84.105785 39.699704, -84.105786 39.69969, -84.105787 39.699682, -84.105788 39.699672, -84.105788 39.699664, -84.105789 39.699654, -84.105791 39.699636, -84.105805 39.699524, -84.105844 39.699061, -84.105867 39.698822, -84.105871 39.698765, -84.105926 39.698145, -84.105931 39.698082, -84.10591 39.697804, -84.10593 39.697591, -84.105941 39.697382, -84.105998 39.697219, -84.106065 39.696027, -84.106119 39.695235, -84.10636 39.692713, -84.106414 39.692155, -84.106487 39.691032, -84.10662 39.689814, -84.106683 39.688912, -84.106427 39.688779, -84.105912 39.688497, -84.105509 39.688277, -84.105381 39.688197, -84.105218 39.688081, -84.105103 39.687989, -84.105072 39.687962, -84.10498 39.687879, -84.104888 39.687786, -84.104716 39.687592, -84.104565 39.687395, -84.10448 39.687219, -84.104432 39.687115, -84.104399 39.68703, -84.104341 39.686852, -84.104283 39.686612, -84.10426 39.686436, -84.104249 39.686321, -84.104258 39.686114, -84.104282 39.685951, -84.104298 39.685873, -84.104315 39.685816, -84.104325 39.685782, -84.104393 39.685547, -84.104481 39.68535, -84.104639 39.684999, -84.104683 39.68491, -84.104733 39.68481, -84.102462 39.684708, -84.102555 39.683846, -84.103522 39.683843, -84.103591 39.682476, -84.107248 39.682566, -84.107254 39.682462, -84.107362 39.681321, -84.107506 39.67979, -84.107513 39.679718, -84.107942 39.675019, -84.107736 39.674973, -84.107394 39.674893, -84.106595 39.674706, -84.105867 39.674528, -84.105854 39.674684, -84.105684 39.676779, -84.105518 39.678798, -84.105492 39.679119, -84.104904 39.678946, -84.103088 39.678411, -84.103087 39.679105, -84.101901 39.68004, -84.100776 39.679022, -84.100575 39.677285, -84.100284 39.675173, -84.100116 39.673351, -84.103461 39.674047, -84.10348 39.673982, -84.103502 39.673914, -84.100105 39.673093, -84.099992 39.671596, -84.10296 39.671574, -84.108276 39.671586, -84.108538 39.668258, -84.108592 39.667804, -84.10863 39.667575, -84.113483 39.669177, -84.114572 39.669543, -84.116131 39.669979, -84.116227 39.669989, -84.116346 39.670001, -84.11647 39.670021, -84.117007 39.670087, -84.117518 39.665807, -84.117656 39.664181, -84.117786 39.662689, -84.117239 39.662567, -84.115924 39.662466, -84.113849 39.662285, -84.113853 39.661975, -84.113888 39.661579, -84.114113 39.658376, -84.114148 39.657875, -84.114379 39.655865, -84.118945 39.65522, -84.120858 39.65495, -84.120882 39.656081, -84.124666 39.65729, -84.125236 39.657559, -84.126629 39.657968, -84.126633 39.657475, -84.127082 39.657466, -84.129034 39.657427, -84.131372 39.657534, -84.131371 39.657895, -84.136349 39.657865, -84.136897 39.657912, -84.136048 39.667546, -84.135734 39.673377, -84.145663 39.673849, -84.145686 39.673569))\", \"region_name\": \"Kettering\", \"border_type\": \"city\", \"wikidata\": \"Q866307\", \"wikipedia\": \"en:Kettering, Ohio\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_mean+region/0015", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the average elevation in Fishers Island, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-72.010628 41.283044, -72.01032 41.283636, -72.0097 41.283974, -72.009364 41.284355, -72.009308 41.284777, -72.008886 41.284841, -72.008886 41.284503, -72.009194 41.284038, -72.009842 41.283446, -72.009026 41.282284, -72.00911 41.281776, -72.009532 41.281374, -72.009758 41.28167, -72.009926 41.282114, -72.010628 41.283044)), ((-72.017374 41.283143, -72.016353 41.283258, -72.015382 41.283987, -72.015331 41.283411, -72.014872 41.282451, -72.015587 41.282413, -72.01671 41.281799, -72.017374 41.283143)), ((-72.03845 41.250201, -72.038389 41.250526, -72.038025 41.250922, -72.037694 41.251282, -72.036931 41.251833, -72.036833 41.252384, -72.036682 41.252876, -72.035758 41.254371, -72.0352 41.254576, -72.034719 41.25642, -72.033918 41.257107, -72.032155 41.257477, -72.031644 41.257843, -72.031323 41.257812, -72.030654 41.261089, -72.029486 41.262916, -72.028594 41.263523, -72.027952 41.263283, -72.027068 41.263553, -72.026379 41.264098, -72.026044 41.265266, -72.02609 41.266132, -72.025693 41.266483, -72.023214 41.270626, -72.024481 41.273331, -72.023518 41.274307, -72.022138 41.274402, -72.021117 41.27549, -72.02088 41.275623, -72.020528 41.275459, -72.020079 41.274948, -72.019393 41.274673, -72.018682 41.273922, -72.016942 41.273491, -72.016058 41.273315, -72.015337 41.27302, -72.013721 41.272601, -72.012063 41.271938, -72.010196 41.27192, -72.007871 41.270946, -72.000222 41.275471, -71.993101 41.279281, -71.992971 41.279556, -71.992489 41.280258, -71.991117 41.28133, -71.990429 41.281219, -71.98966 41.281345, -71.988446 41.281109, -71.988095 41.280929, -71.987722 41.281139, -71.986905 41.281444, -71.986088 41.28138, -71.985899 41.281139, -71.985135 41.28125, -71.984476 41.281505, -71.982336 41.281154, -71.981518 41.280804, -71.979916 41.280163, -71.97999 41.279901, -71.980086 41.279686, -71.979927 41.279528, -71.979791 41.279171, -71.979678 41.279091, -71.979304 41.279108, -71.978878 41.278705, -71.978477 41.278593, -71.978211 41.278803, -71.978109 41.279069, -71.977367 41.279307, -71.97688 41.279205, -71.976388 41.279403, -71.975436 41.279862, -71.975193 41.280098, -71.974892 41.280287, -71.974808 41.280438, -71.97462 41.280604, -71.974394 41.280927, -71.974218 41.281074, -71.973069 41.281028, -71.972417 41.280859, -71.9724 41.280672, -71.972072 41.280558, -71.971641 41.280485, -71.970622 41.280739, -71.970135 41.281051, -71.969913 41.281029, -71.96967 41.281181, -71.969381 41.281538, -71.969608 41.281668, -71.969642 41.282207, -71.969483 41.28279, -71.969502 41.283073, -71.969342 41.283232, -71.968945 41.283164, -71.968572 41.283198, -71.968402 41.28347, -71.968356 41.283702, -71.968679 41.283962, -71.96886 41.283991, -71.968843 41.284245, -71.968934 41.284461, -71.968645 41.284795, -71.96732 41.285106, -71.966657 41.284999, -71.965949 41.284795, -71.965202 41.28471, -71.964539 41.284478, -71.964092 41.284081, -71.963571 41.283996, -71.963559 41.283821, -71.963299 41.283747, -71.963248 41.283594, -71.963027 41.283453, -71.962285 41.283339, -71.962092 41.283181, -71.962092 41.283067, -71.961832 41.28292, -71.961095 41.282739, -71.960676 41.282762, -71.960348 41.282875, -71.960337 41.283022, -71.960076 41.283271, -71.959917 41.283294, -71.959951 41.283067, -71.959736 41.283022, -71.959498 41.283045, -71.959317 41.283045, -71.95917 41.282897, -71.958807 41.283079, -71.958683 41.283192, -71.958332 41.283373, -71.95815 41.283373, -71.95798 41.283203, -71.957754 41.283317, -71.957493 41.28352, -71.957459 41.283656, -71.957199 41.283974, -71.957199 41.284177, -71.957323 41.284404, -71.957403 41.284427, -71.957607 41.284427, -71.957697 41.284483, -71.957777 41.284608, -71.95772 41.284676, -71.957414 41.284676, -71.957357 41.284597, -71.957335 41.284517, -71.957255 41.284472, -71.957078 41.284229, -71.956576 41.284144, -71.955817 41.284585, -71.954633 41.284864, -71.954214 41.284886, -71.954055 41.284988, -71.953954 41.284988, -71.95384 41.284864, -71.953625 41.284807, -71.953455 41.284807, -71.953364 41.284705, -71.953444 41.284592, -71.953285 41.284207, -71.9529 41.283856, -71.952356 41.283572, -71.951643 41.283414, -71.951518 41.283165, -71.951258 41.282915, -71.950929 41.282848, -71.950408 41.28287, -71.950374 41.283153, -71.950114 41.28304, -71.949898 41.282757, -71.949785 41.282451, -71.949343 41.282383, -71.948437 41.282462, -71.947984 41.282678, -71.947565 41.282746, -71.94735 41.28287, -71.947248 41.283074, -71.947282 41.283278, -71.947406 41.283482, -71.947542 41.283606, -71.947531 41.28372, -71.947418 41.283946, -71.9471 41.284003, -71.946874 41.284184, -71.946761 41.284365, -71.946681 41.284592, -71.943277 41.287022, -71.942105 41.288069, -71.941142 41.288874, -71.940349 41.289599, -71.940293 41.289723, -71.940145 41.290199, -71.940043 41.290301, -71.939987 41.290505, -71.939806 41.290856, -71.939375 41.291264, -71.939239 41.291343, -71.938752 41.291422, -71.938469 41.29123, -71.938265 41.291128, -71.937778 41.291083, -71.937019 41.290822, -71.936724 41.29055, -71.935716 41.290256, -71.934833 41.290165, -71.933972 41.29029, -71.933723 41.290346, -71.933043 41.29038, -71.93293 41.290448, -71.93293 41.29055, -71.932828 41.290641, -71.932454 41.290822, -71.931763 41.290822, -71.930245 41.290788, -71.929928 41.291015, -71.92909 41.291309, -71.928807 41.291343, -71.928682 41.291377, -71.92824 41.291241, -71.927968 41.291298, -71.927141 41.291524, -71.926428 41.291388, -71.926122 41.2914, -71.926031 41.291456, -71.925261 41.292068, -71.925057 41.292113, -71.92457 41.292079, -71.923811 41.292295, -71.922267 41.29207, -71.922212 41.291899, -71.925143 41.289926, -71.925884 41.290101, -71.926074 41.290197, -71.927912 41.28935, -71.928554 41.288358, -71.928569 41.287412, -71.928759 41.285063, -71.929911 41.284036, -71.931964 41.283556, -71.932537 41.282438, -71.933878 41.282082, -71.93465 41.281091, -71.93542 41.28055, -71.936251 41.280835, -71.936952 41.280644, -71.937976 41.280003, -71.939097 41.280325, -71.939503 41.280099, -71.941371 41.280003, -71.942699 41.280454, -71.944248 41.280645, -71.94598 41.279878, -71.946552 41.279043, -71.946956 41.277924, -71.947307 41.277474, -71.947742 41.277284, -71.947627 41.27818, -71.948459 41.279107, -71.949977 41.279348, -71.950764 41.279108, -71.951709 41.278371, -71.952526 41.277189, -71.953007 41.277059, -71.953342 41.27751, -71.953754 41.277684, -71.954073 41.277699, -71.95409 41.277509, -71.955052 41.276916, -71.955226 41.276291, -71.95364 41.275717, -71.953897 41.275651, -71.954456 41.275685, -71.954974 41.275394, -71.956059 41.275589, -71.957882 41.275364, -71.960024 41.275764, -71.961597 41.276723, -71.962826 41.276787, -71.964748 41.2761, -71.967143 41.274692, -71.967517 41.274212, -71.968091 41.273026, -71.970265 41.27261, -71.972783 41.271908, -71.974521 41.27082, -71.976346 41.268917, -71.977978 41.268596, -71.978558 41.268226, -71.97984 41.267666, -71.980282 41.267827, -71.979817 41.268402, -71.979535 41.268677, -71.980252 41.268226, -71.981961 41.267266, -71.983136 41.26682, -71.983806 41.266163, -71.984829 41.265121, -71.987774 41.263939, -71.988637 41.263413, -71.990063 41.262611, -71.993245 41.259521, -71.993657 41.25914, -71.995007 41.257042, -71.994717 41.256561, -71.996701 41.255333, -71.997388 41.254722, -71.998785 41.254452, -72.001325 41.25349, -72.002843 41.252769, -72.005437 41.253189, -72.007435 41.254307, -72.009274 41.254818, -72.010992 41.255649, -72.011968 41.255749, -72.014273 41.255253, -72.015585 41.255729, -72.015951 41.255829, -72.018735 41.254867, -72.019742 41.254234, -72.022993 41.252468, -72.025916 41.251026, -72.027723 41.25098, -72.028188 41.25085, -72.028944 41.251186, -72.030141 41.251201, -72.031263 41.250755, -72.034078 41.25077, -72.036177 41.250049, -72.037885 41.249508, -72.03823 41.249582, -72.038413 41.249891, -72.03845 41.250201)), ((-72.020485 41.289198, -72.01962 41.289198, -72.019311 41.288781, -72.018323 41.288409, -72.017798 41.288247, -72.01752 41.287783, -72.018323 41.287225, -72.018724 41.286877, -72.019311 41.287133, -72.020361 41.288038, -72.020732 41.288897, -72.020485 41.289198)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 9.725968516244277}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fishers Island, New York\", \"geo_wkt\": \"MULTIPOLYGON (((-72.010628 41.283044, -72.01032 41.283636, -72.0097 41.283974, -72.009364 41.284355, -72.009308 41.284777, -72.008886 41.284841, -72.008886 41.284503, -72.009194 41.284038, -72.009842 41.283446, -72.009026 41.282284, -72.00911 41.281776, -72.009532 41.281374, -72.009758 41.28167, -72.009926 41.282114, -72.010628 41.283044)), ((-72.017374 41.283143, -72.016353 41.283258, -72.015382 41.283987, -72.015331 41.283411, -72.014872 41.282451, -72.015587 41.282413, -72.01671 41.281799, -72.017374 41.283143)), ((-72.03845 41.250201, -72.038389 41.250526, -72.038025 41.250922, -72.037694 41.251282, -72.036931 41.251833, -72.036833 41.252384, -72.036682 41.252876, -72.035758 41.254371, -72.0352 41.254576, -72.034719 41.25642, -72.033918 41.257107, -72.032155 41.257477, -72.031644 41.257843, -72.031323 41.257812, -72.030654 41.261089, -72.029486 41.262916, -72.028594 41.263523, -72.027952 41.263283, -72.027068 41.263553, -72.026379 41.264098, -72.026044 41.265266, -72.02609 41.266132, -72.025693 41.266483, -72.023214 41.270626, -72.024481 41.273331, -72.023518 41.274307, -72.022138 41.274402, -72.021117 41.27549, -72.02088 41.275623, -72.020528 41.275459, -72.020079 41.274948, -72.019393 41.274673, -72.018682 41.273922, -72.016942 41.273491, -72.016058 41.273315, -72.015337 41.27302, -72.013721 41.272601, -72.012063 41.271938, -72.010196 41.27192, -72.007871 41.270946, -72.000222 41.275471, -71.993101 41.279281, -71.992971 41.279556, -71.992489 41.280258, -71.991117 41.28133, -71.990429 41.281219, -71.98966 41.281345, -71.988446 41.281109, -71.988095 41.280929, -71.987722 41.281139, -71.986905 41.281444, -71.986088 41.28138, -71.985899 41.281139, -71.985135 41.28125, -71.984476 41.281505, -71.982336 41.281154, -71.981518 41.280804, -71.979916 41.280163, -71.97999 41.279901, -71.980086 41.279686, -71.979927 41.279528, -71.979791 41.279171, -71.979678 41.279091, -71.979304 41.279108, -71.978878 41.278705, -71.978477 41.278593, -71.978211 41.278803, -71.978109 41.279069, -71.977367 41.279307, -71.97688 41.279205, -71.976388 41.279403, -71.975436 41.279862, -71.975193 41.280098, -71.974892 41.280287, -71.974808 41.280438, -71.97462 41.280604, -71.974394 41.280927, -71.974218 41.281074, -71.973069 41.281028, -71.972417 41.280859, -71.9724 41.280672, -71.972072 41.280558, -71.971641 41.280485, -71.970622 41.280739, -71.970135 41.281051, -71.969913 41.281029, -71.96967 41.281181, -71.969381 41.281538, -71.969608 41.281668, -71.969642 41.282207, -71.969483 41.28279, -71.969502 41.283073, -71.969342 41.283232, -71.968945 41.283164, -71.968572 41.283198, -71.968402 41.28347, -71.968356 41.283702, -71.968679 41.283962, -71.96886 41.283991, -71.968843 41.284245, -71.968934 41.284461, -71.968645 41.284795, -71.96732 41.285106, -71.966657 41.284999, -71.965949 41.284795, -71.965202 41.28471, -71.964539 41.284478, -71.964092 41.284081, -71.963571 41.283996, -71.963559 41.283821, -71.963299 41.283747, -71.963248 41.283594, -71.963027 41.283453, -71.962285 41.283339, -71.962092 41.283181, -71.962092 41.283067, -71.961832 41.28292, -71.961095 41.282739, -71.960676 41.282762, -71.960348 41.282875, -71.960337 41.283022, -71.960076 41.283271, -71.959917 41.283294, -71.959951 41.283067, -71.959736 41.283022, -71.959498 41.283045, -71.959317 41.283045, -71.95917 41.282897, -71.958807 41.283079, -71.958683 41.283192, -71.958332 41.283373, -71.95815 41.283373, -71.95798 41.283203, -71.957754 41.283317, -71.957493 41.28352, -71.957459 41.283656, -71.957199 41.283974, -71.957199 41.284177, -71.957323 41.284404, -71.957403 41.284427, -71.957607 41.284427, -71.957697 41.284483, -71.957777 41.284608, -71.95772 41.284676, -71.957414 41.284676, -71.957357 41.284597, -71.957335 41.284517, -71.957255 41.284472, -71.957078 41.284229, -71.956576 41.284144, -71.955817 41.284585, -71.954633 41.284864, -71.954214 41.284886, -71.954055 41.284988, -71.953954 41.284988, -71.95384 41.284864, -71.953625 41.284807, -71.953455 41.284807, -71.953364 41.284705, -71.953444 41.284592, -71.953285 41.284207, -71.9529 41.283856, -71.952356 41.283572, -71.951643 41.283414, -71.951518 41.283165, -71.951258 41.282915, -71.950929 41.282848, -71.950408 41.28287, -71.950374 41.283153, -71.950114 41.28304, -71.949898 41.282757, -71.949785 41.282451, -71.949343 41.282383, -71.948437 41.282462, -71.947984 41.282678, -71.947565 41.282746, -71.94735 41.28287, -71.947248 41.283074, -71.947282 41.283278, -71.947406 41.283482, -71.947542 41.283606, -71.947531 41.28372, -71.947418 41.283946, -71.9471 41.284003, -71.946874 41.284184, -71.946761 41.284365, -71.946681 41.284592, -71.943277 41.287022, -71.942105 41.288069, -71.941142 41.288874, -71.940349 41.289599, -71.940293 41.289723, -71.940145 41.290199, -71.940043 41.290301, -71.939987 41.290505, -71.939806 41.290856, -71.939375 41.291264, -71.939239 41.291343, -71.938752 41.291422, -71.938469 41.29123, -71.938265 41.291128, -71.937778 41.291083, -71.937019 41.290822, -71.936724 41.29055, -71.935716 41.290256, -71.934833 41.290165, -71.933972 41.29029, -71.933723 41.290346, -71.933043 41.29038, -71.93293 41.290448, -71.93293 41.29055, -71.932828 41.290641, -71.932454 41.290822, -71.931763 41.290822, -71.930245 41.290788, -71.929928 41.291015, -71.92909 41.291309, -71.928807 41.291343, -71.928682 41.291377, -71.92824 41.291241, -71.927968 41.291298, -71.927141 41.291524, -71.926428 41.291388, -71.926122 41.2914, -71.926031 41.291456, -71.925261 41.292068, -71.925057 41.292113, -71.92457 41.292079, -71.923811 41.292295, -71.922267 41.29207, -71.922212 41.291899, -71.925143 41.289926, -71.925884 41.290101, -71.926074 41.290197, -71.927912 41.28935, -71.928554 41.288358, -71.928569 41.287412, -71.928759 41.285063, -71.929911 41.284036, -71.931964 41.283556, -71.932537 41.282438, -71.933878 41.282082, -71.93465 41.281091, -71.93542 41.28055, -71.936251 41.280835, -71.936952 41.280644, -71.937976 41.280003, -71.939097 41.280325, -71.939503 41.280099, -71.941371 41.280003, -71.942699 41.280454, -71.944248 41.280645, -71.94598 41.279878, -71.946552 41.279043, -71.946956 41.277924, -71.947307 41.277474, -71.947742 41.277284, -71.947627 41.27818, -71.948459 41.279107, -71.949977 41.279348, -71.950764 41.279108, -71.951709 41.278371, -71.952526 41.277189, -71.953007 41.277059, -71.953342 41.27751, -71.953754 41.277684, -71.954073 41.277699, -71.95409 41.277509, -71.955052 41.276916, -71.955226 41.276291, -71.95364 41.275717, -71.953897 41.275651, -71.954456 41.275685, -71.954974 41.275394, -71.956059 41.275589, -71.957882 41.275364, -71.960024 41.275764, -71.961597 41.276723, -71.962826 41.276787, -71.964748 41.2761, -71.967143 41.274692, -71.967517 41.274212, -71.968091 41.273026, -71.970265 41.27261, -71.972783 41.271908, -71.974521 41.27082, -71.976346 41.268917, -71.977978 41.268596, -71.978558 41.268226, -71.97984 41.267666, -71.980282 41.267827, -71.979817 41.268402, -71.979535 41.268677, -71.980252 41.268226, -71.981961 41.267266, -71.983136 41.26682, -71.983806 41.266163, -71.984829 41.265121, -71.987774 41.263939, -71.988637 41.263413, -71.990063 41.262611, -71.993245 41.259521, -71.993657 41.25914, -71.995007 41.257042, -71.994717 41.256561, -71.996701 41.255333, -71.997388 41.254722, -71.998785 41.254452, -72.001325 41.25349, -72.002843 41.252769, -72.005437 41.253189, -72.007435 41.254307, -72.009274 41.254818, -72.010992 41.255649, -72.011968 41.255749, -72.014273 41.255253, -72.015585 41.255729, -72.015951 41.255829, -72.018735 41.254867, -72.019742 41.254234, -72.022993 41.252468, -72.025916 41.251026, -72.027723 41.25098, -72.028188 41.25085, -72.028944 41.251186, -72.030141 41.251201, -72.031263 41.250755, -72.034078 41.25077, -72.036177 41.250049, -72.037885 41.249508, -72.03823 41.249582, -72.038413 41.249891, -72.03845 41.250201)), ((-72.020485 41.289198, -72.01962 41.289198, -72.019311 41.288781, -72.018323 41.288409, -72.017798 41.288247, -72.01752 41.287783, -72.018323 41.287225, -72.018724 41.286877, -72.019311 41.287133, -72.020361 41.288038, -72.020732 41.288897, -72.020485 41.289198)))\", \"region\": {\"id\": 38874, \"geometry\": \"MULTIPOLYGON (((-72.010628 41.283044, -72.01032 41.283636, -72.0097 41.283974, -72.009364 41.284355, -72.009308 41.284777, -72.008886 41.284841, -72.008886 41.284503, -72.009194 41.284038, -72.009842 41.283446, -72.009026 41.282284, -72.00911 41.281776, -72.009532 41.281374, -72.009758 41.28167, -72.009926 41.282114, -72.010628 41.283044)), ((-72.017374 41.283143, -72.016353 41.283258, -72.015382 41.283987, -72.015331 41.283411, -72.014872 41.282451, -72.015587 41.282413, -72.01671 41.281799, -72.017374 41.283143)), ((-72.03845 41.250201, -72.038389 41.250526, -72.038025 41.250922, -72.037694 41.251282, -72.036931 41.251833, -72.036833 41.252384, -72.036682 41.252876, -72.035758 41.254371, -72.0352 41.254576, -72.034719 41.25642, -72.033918 41.257107, -72.032155 41.257477, -72.031644 41.257843, -72.031323 41.257812, -72.030654 41.261089, -72.029486 41.262916, -72.028594 41.263523, -72.027952 41.263283, -72.027068 41.263553, -72.026379 41.264098, -72.026044 41.265266, -72.02609 41.266132, -72.025693 41.266483, -72.023214 41.270626, -72.024481 41.273331, -72.023518 41.274307, -72.022138 41.274402, -72.021117 41.27549, -72.02088 41.275623, -72.020528 41.275459, -72.020079 41.274948, -72.019393 41.274673, -72.018682 41.273922, -72.016942 41.273491, -72.016058 41.273315, -72.015337 41.27302, -72.013721 41.272601, -72.012063 41.271938, -72.010196 41.27192, -72.007871 41.270946, -72.000222 41.275471, -71.993101 41.279281, -71.992971 41.279556, -71.992489 41.280258, -71.991117 41.28133, -71.990429 41.281219, -71.98966 41.281345, -71.988446 41.281109, -71.988095 41.280929, -71.987722 41.281139, -71.986905 41.281444, -71.986088 41.28138, -71.985899 41.281139, -71.985135 41.28125, -71.984476 41.281505, -71.982336 41.281154, -71.981518 41.280804, -71.979916 41.280163, -71.97999 41.279901, -71.980086 41.279686, -71.979927 41.279528, -71.979791 41.279171, -71.979678 41.279091, -71.979304 41.279108, -71.978878 41.278705, -71.978477 41.278593, -71.978211 41.278803, -71.978109 41.279069, -71.977367 41.279307, -71.97688 41.279205, -71.976388 41.279403, -71.975436 41.279862, -71.975193 41.280098, -71.974892 41.280287, -71.974808 41.280438, -71.97462 41.280604, -71.974394 41.280927, -71.974218 41.281074, -71.973069 41.281028, -71.972417 41.280859, -71.9724 41.280672, -71.972072 41.280558, -71.971641 41.280485, -71.970622 41.280739, -71.970135 41.281051, -71.969913 41.281029, -71.96967 41.281181, -71.969381 41.281538, -71.969608 41.281668, -71.969642 41.282207, -71.969483 41.28279, -71.969502 41.283073, -71.969342 41.283232, -71.968945 41.283164, -71.968572 41.283198, -71.968402 41.28347, -71.968356 41.283702, -71.968679 41.283962, -71.96886 41.283991, -71.968843 41.284245, -71.968934 41.284461, -71.968645 41.284795, -71.96732 41.285106, -71.966657 41.284999, -71.965949 41.284795, -71.965202 41.28471, -71.964539 41.284478, -71.964092 41.284081, -71.963571 41.283996, -71.963559 41.283821, -71.963299 41.283747, -71.963248 41.283594, -71.963027 41.283453, -71.962285 41.283339, -71.962092 41.283181, -71.962092 41.283067, -71.961832 41.28292, -71.961095 41.282739, -71.960676 41.282762, -71.960348 41.282875, -71.960337 41.283022, -71.960076 41.283271, -71.959917 41.283294, -71.959951 41.283067, -71.959736 41.283022, -71.959498 41.283045, -71.959317 41.283045, -71.95917 41.282897, -71.958807 41.283079, -71.958683 41.283192, -71.958332 41.283373, -71.95815 41.283373, -71.95798 41.283203, -71.957754 41.283317, -71.957493 41.28352, -71.957459 41.283656, -71.957199 41.283974, -71.957199 41.284177, -71.957323 41.284404, -71.957403 41.284427, -71.957607 41.284427, -71.957697 41.284483, -71.957777 41.284608, -71.95772 41.284676, -71.957414 41.284676, -71.957357 41.284597, -71.957335 41.284517, -71.957255 41.284472, -71.957078 41.284229, -71.956576 41.284144, -71.955817 41.284585, -71.954633 41.284864, -71.954214 41.284886, -71.954055 41.284988, -71.953954 41.284988, -71.95384 41.284864, -71.953625 41.284807, -71.953455 41.284807, -71.953364 41.284705, -71.953444 41.284592, -71.953285 41.284207, -71.9529 41.283856, -71.952356 41.283572, -71.951643 41.283414, -71.951518 41.283165, -71.951258 41.282915, -71.950929 41.282848, -71.950408 41.28287, -71.950374 41.283153, -71.950114 41.28304, -71.949898 41.282757, -71.949785 41.282451, -71.949343 41.282383, -71.948437 41.282462, -71.947984 41.282678, -71.947565 41.282746, -71.94735 41.28287, -71.947248 41.283074, -71.947282 41.283278, -71.947406 41.283482, -71.947542 41.283606, -71.947531 41.28372, -71.947418 41.283946, -71.9471 41.284003, -71.946874 41.284184, -71.946761 41.284365, -71.946681 41.284592, -71.943277 41.287022, -71.942105 41.288069, -71.941142 41.288874, -71.940349 41.289599, -71.940293 41.289723, -71.940145 41.290199, -71.940043 41.290301, -71.939987 41.290505, -71.939806 41.290856, -71.939375 41.291264, -71.939239 41.291343, -71.938752 41.291422, -71.938469 41.29123, -71.938265 41.291128, -71.937778 41.291083, -71.937019 41.290822, -71.936724 41.29055, -71.935716 41.290256, -71.934833 41.290165, -71.933972 41.29029, -71.933723 41.290346, -71.933043 41.29038, -71.93293 41.290448, -71.93293 41.29055, -71.932828 41.290641, -71.932454 41.290822, -71.931763 41.290822, -71.930245 41.290788, -71.929928 41.291015, -71.92909 41.291309, -71.928807 41.291343, -71.928682 41.291377, -71.92824 41.291241, -71.927968 41.291298, -71.927141 41.291524, -71.926428 41.291388, -71.926122 41.2914, -71.926031 41.291456, -71.925261 41.292068, -71.925057 41.292113, -71.92457 41.292079, -71.923811 41.292295, -71.922267 41.29207, -71.922212 41.291899, -71.925143 41.289926, -71.925884 41.290101, -71.926074 41.290197, -71.927912 41.28935, -71.928554 41.288358, -71.928569 41.287412, -71.928759 41.285063, -71.929911 41.284036, -71.931964 41.283556, -71.932537 41.282438, -71.933878 41.282082, -71.93465 41.281091, -71.93542 41.28055, -71.936251 41.280835, -71.936952 41.280644, -71.937976 41.280003, -71.939097 41.280325, -71.939503 41.280099, -71.941371 41.280003, -71.942699 41.280454, -71.944248 41.280645, -71.94598 41.279878, -71.946552 41.279043, -71.946956 41.277924, -71.947307 41.277474, -71.947742 41.277284, -71.947627 41.27818, -71.948459 41.279107, -71.949977 41.279348, -71.950764 41.279108, -71.951709 41.278371, -71.952526 41.277189, -71.953007 41.277059, -71.953342 41.27751, -71.953754 41.277684, -71.954073 41.277699, -71.95409 41.277509, -71.955052 41.276916, -71.955226 41.276291, -71.95364 41.275717, -71.953897 41.275651, -71.954456 41.275685, -71.954974 41.275394, -71.956059 41.275589, -71.957882 41.275364, -71.960024 41.275764, -71.961597 41.276723, -71.962826 41.276787, -71.964748 41.2761, -71.967143 41.274692, -71.967517 41.274212, -71.968091 41.273026, -71.970265 41.27261, -71.972783 41.271908, -71.974521 41.27082, -71.976346 41.268917, -71.977978 41.268596, -71.978558 41.268226, -71.97984 41.267666, -71.980282 41.267827, -71.979817 41.268402, -71.979535 41.268677, -71.980252 41.268226, -71.981961 41.267266, -71.983136 41.26682, -71.983806 41.266163, -71.984829 41.265121, -71.987774 41.263939, -71.988637 41.263413, -71.990063 41.262611, -71.993245 41.259521, -71.993657 41.25914, -71.995007 41.257042, -71.994717 41.256561, -71.996701 41.255333, -71.997388 41.254722, -71.998785 41.254452, -72.001325 41.25349, -72.002843 41.252769, -72.005437 41.253189, -72.007435 41.254307, -72.009274 41.254818, -72.010992 41.255649, -72.011968 41.255749, -72.014273 41.255253, -72.015585 41.255729, -72.015951 41.255829, -72.018735 41.254867, -72.019742 41.254234, -72.022993 41.252468, -72.025916 41.251026, -72.027723 41.25098, -72.028188 41.25085, -72.028944 41.251186, -72.030141 41.251201, -72.031263 41.250755, -72.034078 41.25077, -72.036177 41.250049, -72.037885 41.249508, -72.03823 41.249582, -72.038413 41.249891, -72.03845 41.250201)), ((-72.020485 41.289198, -72.01962 41.289198, -72.019311 41.288781, -72.018323 41.288409, -72.017798 41.288247, -72.01752 41.287783, -72.018323 41.287225, -72.018724 41.286877, -72.019311 41.287133, -72.020361 41.288038, -72.020732 41.288897, -72.020485 41.289198)))\", \"region_name\": \"Fishers Island\", \"border_type\": \"hamlet;CDP\", \"wikidata\": \"Q3460931\", \"wikipedia\": \"en:Fishers Island, New York\", \"admin_level\": \"8\", \"population\": \"424\"}}}"} -{"id": "raster_only/elevation_mean+region/0016", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the avg elevation value within Clayton Township, Arenac County, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-84.046618 44.083792, -84.04732 44.112764, -84.047277 44.126997, -84.047358 44.161801, -84.032142 44.161925, -84.024956 44.161896, -84.017348 44.161936, -84.012425 44.161944, -84.004771 44.161906, -83.978871 44.161921, -83.967332 44.16189, -83.95901 44.161864, -83.927506 44.161772, -83.92706 44.083946, -84.046618 44.083792))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 245.42422742088542}]", "question_entities": "{\"[3]\": {\"region_name\": \"Clayton Township, Arenac County, Michigan\", \"geo_wkt\": \"POLYGON ((-84.046618 44.083792, -84.04732 44.112764, -84.047277 44.126997, -84.047358 44.161801, -84.032142 44.161925, -84.024956 44.161896, -84.017348 44.161936, -84.012425 44.161944, -84.004771 44.161906, -83.978871 44.161921, -83.967332 44.16189, -83.95901 44.161864, -83.927506 44.161772, -83.92706 44.083946, -84.046618 44.083792))\", \"region\": {\"id\": 14988, \"geometry\": \"POLYGON ((-84.046618 44.083792, -84.04732 44.112764, -84.047277 44.126997, -84.047358 44.161801, -84.032142 44.161925, -84.024956 44.161896, -84.017348 44.161936, -84.012425 44.161944, -84.004771 44.161906, -83.978871 44.161921, -83.967332 44.16189, -83.95901 44.161864, -83.927506 44.161772, -83.92706 44.083946, -84.046618 44.083792))\", \"region_name\": \"Clayton Township\", \"border_type\": \"township\", \"wikidata\": \"Q5130341\", \"wikipedia\": \"en:Clayton Township, Arenac County, Michigan\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_mean+region/0017", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the typical elevation across Gerry, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-79.252885 42.260997, -79.266863 42.260943, -79.272732 42.260943, -79.295742 42.260823, -79.295357 42.238501, -79.295289 42.22016, -79.295241 42.214872, -79.295254 42.211218, -79.295215 42.209457, -79.295225 42.208292, -79.295166 42.203892, -79.295216 42.200201, -79.295209 42.19622, -79.295175 42.194226, -79.295178 42.189985, -79.295202 42.187582, -79.295179 42.186093, -79.295207 42.182568, -79.295178 42.172988, -79.271106 42.173052, -79.249768 42.173234, -79.178893 42.173529, -79.178813 42.235516, -79.178858 42.240633, -79.178782 42.260784, -79.179717 42.260812, -79.181771 42.260816, -79.187506 42.260796, -79.190195 42.260849, -79.193218 42.260852, -79.196284 42.260878, -79.198129 42.260867, -79.199797 42.260902, -79.202424 42.260907, -79.205501 42.260885, -79.207009 42.260911, -79.21017 42.260907, -79.21328 42.26094, -79.221102 42.260947, -79.225042 42.260881, -79.226338 42.260936, -79.227715 42.260954, -79.228524 42.260947, -79.229441 42.260966, -79.247504 42.261003, -79.252885 42.260997))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 485.5062096561096}]", "question_entities": "{\"[3]\": {\"region_name\": \"Gerry, New York\", \"geo_wkt\": \"POLYGON ((-79.252885 42.260997, -79.266863 42.260943, -79.272732 42.260943, -79.295742 42.260823, -79.295357 42.238501, -79.295289 42.22016, -79.295241 42.214872, -79.295254 42.211218, -79.295215 42.209457, -79.295225 42.208292, -79.295166 42.203892, -79.295216 42.200201, -79.295209 42.19622, -79.295175 42.194226, -79.295178 42.189985, -79.295202 42.187582, -79.295179 42.186093, -79.295207 42.182568, -79.295178 42.172988, -79.271106 42.173052, -79.249768 42.173234, -79.178893 42.173529, -79.178813 42.235516, -79.178858 42.240633, -79.178782 42.260784, -79.179717 42.260812, -79.181771 42.260816, -79.187506 42.260796, -79.190195 42.260849, -79.193218 42.260852, -79.196284 42.260878, -79.198129 42.260867, -79.199797 42.260902, -79.202424 42.260907, -79.205501 42.260885, -79.207009 42.260911, -79.21017 42.260907, -79.21328 42.26094, -79.221102 42.260947, -79.225042 42.260881, -79.226338 42.260936, -79.227715 42.260954, -79.228524 42.260947, -79.229441 42.260966, -79.247504 42.261003, -79.252885 42.260997))\", \"region\": {\"id\": 25421, \"geometry\": \"POLYGON ((-79.252885 42.260997, -79.266863 42.260943, -79.272732 42.260943, -79.295742 42.260823, -79.295357 42.238501, -79.295289 42.22016, -79.295241 42.214872, -79.295254 42.211218, -79.295215 42.209457, -79.295225 42.208292, -79.295166 42.203892, -79.295216 42.200201, -79.295209 42.19622, -79.295175 42.194226, -79.295178 42.189985, -79.295202 42.187582, -79.295179 42.186093, -79.295207 42.182568, -79.295178 42.172988, -79.271106 42.173052, -79.249768 42.173234, -79.178893 42.173529, -79.178813 42.235516, -79.178858 42.240633, -79.178782 42.260784, -79.179717 42.260812, -79.181771 42.260816, -79.187506 42.260796, -79.190195 42.260849, -79.193218 42.260852, -79.196284 42.260878, -79.198129 42.260867, -79.199797 42.260902, -79.202424 42.260907, -79.205501 42.260885, -79.207009 42.260911, -79.21017 42.260907, -79.21328 42.26094, -79.221102 42.260947, -79.225042 42.260881, -79.226338 42.260936, -79.227715 42.260954, -79.228524 42.260947, -79.229441 42.260966, -79.247504 42.261003, -79.252885 42.260997))\", \"region_name\": \"Town of Gerry\", \"border_type\": \"town\", \"wikidata\": \"Q3708358\", \"wikipedia\": \"en:Gerry, New York\", \"admin_level\": \"7\", \"population\": \"1782\"}}}"} -{"id": "raster_only/elevation_mean+region/0018", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the average elevation in Fond du Lac (town), Wisconsin?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-88.411938 43.779468, -88.413808 43.779507, -88.41386 43.779158, -88.413911 43.778822, -88.413955 43.778431, -88.413557 43.778425, -88.413585 43.777861, -88.413271 43.777855, -88.413256 43.778253, -88.413257 43.778421, -88.412112 43.778406, -88.412076 43.778419, -88.412056 43.778428, -88.412036 43.778439, -88.412018 43.77845, -88.412002 43.778463, -88.411975 43.778489, -88.411962 43.778506, -88.411952 43.778522, -88.411944 43.778539, -88.411933 43.778573, -88.411931 43.77859, -88.411932 43.778734, -88.411933 43.778807, -88.411934 43.778966, -88.411936 43.779154, -88.411938 43.779468)), ((-88.421769 43.7556, -88.421768 43.755685, -88.421767 43.7558, -88.421764 43.756041, -88.421762 43.756174, -88.422543 43.756171, -88.42255 43.755786, -88.422551 43.755611, -88.421882 43.755601, -88.421769 43.7556)), ((-88.413697 43.761453, -88.413806 43.761119, -88.413826 43.761058, -88.413863 43.760933, -88.413546 43.760834, -88.413606 43.760568, -88.413903 43.759391, -88.413794 43.759398, -88.413758 43.759399, -88.413685 43.759399, -88.413648 43.759398, -88.413575 43.759394, -88.413467 43.759383, -88.41336 43.759366, -88.413289 43.759352, -88.41322 43.759335, -88.413195 43.759328, -88.413152 43.759316, -88.413085 43.759294, -88.413033 43.759275, -88.412837 43.759429, -88.413102 43.759507, -88.411935 43.760381, -88.411913 43.760404, -88.41204 43.760581, -88.412005 43.760613, -88.41172 43.760871, -88.411701 43.761973, -88.411616 43.761972, -88.411614 43.762088, -88.411543 43.764884, -88.411504 43.766455, -88.411482 43.767626, -88.411456 43.768535, -88.411444 43.769314, -88.411556 43.769316, -88.411589 43.767888, -88.411595 43.7677, -88.411601 43.767628, -88.411603 43.766978, -88.411623 43.766683, -88.41164 43.766459, -88.41163 43.766165, -88.411674 43.763519, -88.411711 43.762089, -88.412461 43.7621, -88.412909 43.762106, -88.413275 43.762112, -88.413491 43.762115, -88.413606 43.762117, -88.413585 43.762563, -88.414833 43.76258, -88.415661 43.762592, -88.41565 43.763027, -88.416205 43.763036, -88.416285 43.763036, -88.416649 43.763041, -88.416641 43.763297, -88.416639 43.763339, -88.416637 43.763389, -88.416723 43.763391, -88.416834 43.763389, -88.417622 43.763401, -88.418222 43.763409, -88.418734 43.76319, -88.419131 43.76302, -88.419602 43.763019, -88.419632 43.76229, -88.420243 43.762299, -88.42023 43.762873, -88.420495 43.762877, -88.42052 43.762282, -88.4208 43.762286, -88.420775 43.762881, -88.420983 43.762889, -88.42117 43.762893, -88.421211 43.762223, -88.417398 43.76217, -88.417363 43.761324, -88.416796 43.761319, -88.416793 43.76141, -88.416801 43.761533, -88.416342 43.761408, -88.416076 43.761337, -88.416065 43.761531, -88.416033 43.762039, -88.415755 43.762033, -88.415325 43.762027, -88.415183 43.762025, -88.413526 43.762002, -88.413697 43.761453)), ((-88.443422 43.757053, -88.443258 43.757054, -88.442842 43.757055, -88.442843 43.757331, -88.443247 43.757329, -88.443422 43.757328, -88.443423 43.757183, -88.443422 43.757053)), ((-88.47363 43.80642, -88.474096 43.80642, -88.473762 43.805993, -88.473714 43.806147, -88.47363 43.80642)), ((-88.4236 43.754809, -88.423602 43.754294, -88.424293 43.754303, -88.424294 43.753414, -88.423526 43.753411, -88.422975 43.753401, -88.422687 43.753393, -88.422687 43.753539, -88.422687 43.753667, -88.421793 43.753668, -88.421795 43.753563, -88.421802 43.753017, -88.421803 43.752955, -88.421801 43.75259, -88.421801 43.752554, -88.4218 43.752309, -88.421789 43.74933, -88.42164 43.749328, -88.421594 43.749327, -88.421599 43.749419, -88.421597 43.749524, -88.421604 43.753015, -88.421611 43.753671, -88.421623 43.754871, -88.421779 43.754873, -88.421903 43.754874, -88.422571 43.754881, -88.422562 43.755097, -88.422553 43.755481, -88.424865 43.755512, -88.425569 43.756276, -88.42562 43.755442, -88.425648 43.754934, -88.4236 43.754897, -88.4236 43.754809)), ((-88.438684 43.754611, -88.438734 43.754598, -88.43881 43.753014, -88.438426 43.753005, -88.438296 43.753003, -88.438033 43.753, -88.43806 43.752646, -88.438071 43.752492, -88.437969 43.752516, -88.437941 43.753073, -88.438027 43.753075, -88.437999 43.753669, -88.437946 43.754817, -88.438456 43.754674, -88.438684 43.754611)), ((-88.444596 43.756832, -88.444025 43.756836, -88.44402 43.757208, -88.444027 43.757326, -88.444595 43.757324, -88.444595 43.757206, -88.444596 43.756832)), ((-88.441571 43.756665, -88.441665 43.756665, -88.441665 43.756711, -88.441662 43.757134, -88.441661 43.757271, -88.440836 43.757268, -88.440838 43.757505, -88.440837 43.757874, -88.441672 43.757875, -88.442106 43.757875, -88.442098 43.757525, -88.442097 43.757268, -88.441784 43.757268, -88.441784 43.757137, -88.441784 43.756665, -88.442257 43.756664, -88.442255 43.756492, -88.442258 43.756335, -88.441666 43.756338, -88.441571 43.756337, -88.441572 43.756534, -88.441571 43.756665)), ((-88.426153 43.754943, -88.426436 43.754948, -88.426447 43.754089, -88.426235 43.754084, -88.426101 43.754136, -88.426138 43.754838, -88.426145 43.754852, -88.426153 43.754943)), ((-88.490488 43.806478, -88.4905 43.805799, -88.490309 43.805795, -88.490138 43.805792, -88.489805 43.805785, -88.489764 43.805784, -88.489718 43.805784, -88.48969 43.806471, -88.489675 43.806611, -88.490489 43.806611, -88.490488 43.806478)), ((-88.470739 43.800786, -88.470997 43.800947, -88.471217 43.801084, -88.471824 43.801464, -88.472005 43.801577, -88.472143 43.801659, -88.471998 43.801727, -88.471966 43.801751, -88.471698 43.801891, -88.471605 43.80194, -88.471398 43.802048, -88.471179 43.802162, -88.470871 43.802324, -88.470778 43.802373, -88.470776 43.802221, -88.470765 43.801796, -88.470758 43.801527, -88.470752 43.801308, -88.47075 43.801218, -88.470739 43.800786)), ((-88.40184 43.776467, -88.401704 43.769186, -88.401741 43.769186, -88.402053 43.769186, -88.402895 43.769186, -88.403096 43.769186, -88.403268 43.769186, -88.403268 43.769278, -88.403262 43.771226, -88.403299 43.771257, -88.40321 43.771303, -88.403337 43.771359, -88.40339 43.771375, -88.403458 43.771399, -88.40349 43.771409, -88.40353 43.77143, -88.403559 43.77144, -88.403605 43.771458, -88.403626 43.771473, -88.40364 43.771488, -88.403655 43.771498, -88.403691 43.771518, -88.403798 43.77156, -88.404177 43.771199, -88.40535 43.770443, -88.405352 43.769286, -88.405352 43.769205, -88.404812 43.769195, -88.404767 43.769195, -88.404594 43.769191, -88.404613 43.768199, -88.404685 43.768219, -88.404719 43.768226, -88.404744 43.768233, -88.404782 43.768258, -88.404857 43.768299, -88.404962 43.768338, -88.405007 43.768343, -88.405085 43.768336, -88.405151 43.768341, -88.405192 43.768351, -88.405231 43.768366, -88.405261 43.768385, -88.405329 43.768393, -88.405374 43.768386, -88.40539 43.768385, -88.405418 43.768386, -88.405438 43.768375, -88.405453 43.768369, -88.405519 43.768333, -88.405538 43.768324, -88.405558 43.768323, -88.405593 43.768329, -88.405614 43.768336, -88.405668 43.768378, -88.405698 43.768387, -88.405718 43.768385, -88.405741 43.768377, -88.405761 43.768369, -88.405783 43.768365, -88.405887 43.768354, -88.40601 43.76833, -88.406133 43.768298, -88.406243 43.768253, -88.406276 43.768242, -88.4063 43.768236, -88.406335 43.768225, -88.406354 43.768208, -88.406359 43.768195, -88.406364 43.768173, -88.406404 43.768149, -88.406524 43.768102, -88.406721 43.768057, -88.406783 43.76806, -88.406936 43.768081, -88.40706 43.768092, -88.407134 43.768102, -88.407189 43.768115, -88.407238 43.768143, -88.40728 43.768172, -88.407318 43.7682, -88.407344 43.768223, -88.407353 43.768237, -88.407369 43.768249, -88.40739 43.768261, -88.407401 43.768271, -88.40741 43.768289, -88.407464 43.768344, -88.407494 43.768373, -88.407528 43.768403, -88.407572 43.768462, -88.407588 43.768486, -88.407615 43.768509, -88.407691 43.768549, -88.407703 43.768566, -88.40771 43.768585, -88.407721 43.768604, -88.407754 43.768642, -88.407783 43.768665, -88.407774 43.768709, -88.407869 43.768799, -88.407853 43.769252, -88.408508 43.769264, -88.408526 43.769352, -88.40898 43.769979, -88.411283 43.772432, -88.411651 43.772516, -88.411701 43.77252, -88.411721 43.772526, -88.411747 43.773075, -88.411916 43.776606, -88.411895 43.776605, -88.41125 43.776595, -88.411144 43.776593, -88.405769 43.776506, -88.402006 43.776469, -88.401896 43.776467, -88.40184 43.776467)), ((-88.408522 43.778764, -88.40855 43.779785, -88.408553 43.78035, -88.408553 43.780376, -88.4091 43.780388, -88.410208 43.78041, -88.411195 43.780426, -88.411228 43.780426, -88.411228 43.780458, -88.411218 43.78164, -88.410869 43.781634, -88.41087 43.781846, -88.41087 43.782217, -88.410865 43.782299, -88.406748 43.782254, -88.4056 43.782242, -88.405604 43.781296, -88.405608 43.780187, -88.405569 43.778469, -88.405667 43.778462, -88.405788 43.778453, -88.406965 43.778539, -88.408522 43.778764)), ((-88.454158 43.745058, -88.454975 43.745442, -88.456125 43.745981, -88.458548 43.747295, -88.458725 43.747406, -88.458724 43.747973, -88.458725 43.748487, -88.457785 43.747911, -88.456943 43.747878, -88.456667 43.747881, -88.457071 43.747479, -88.456833 43.74735, -88.456608 43.747236, -88.454568 43.746259, -88.454564 43.746346, -88.454478 43.746305, -88.454463 43.746479, -88.454688 43.747886, -88.454798 43.747881, -88.454898 43.747876, -88.454998 43.747873, -88.455197 43.747871, -88.455283 43.747872, -88.455313 43.747872, -88.455389 43.748908, -88.45374 43.748918, -88.454525 43.749926, -88.454658 43.750076, -88.454772 43.750287, -88.454912 43.750533, -88.454918 43.751556, -88.45492 43.751733, -88.455385 43.752727, -88.45522 43.752835, -88.454924 43.753037, -88.454792 43.753131, -88.454768 43.753151, -88.454718 43.753188, -88.454691 43.753206, -88.454635 43.753238, -88.454688 43.753254, -88.454786 43.753292, -88.455947 43.753319, -88.457107 43.753347, -88.457108 43.753451, -88.456986 43.754096, -88.455789 43.754028, -88.455798 43.753595, -88.455811 43.753431, -88.45572 43.753381, -88.454644 43.753347, -88.45458 43.753369, -88.454562 43.753303, -88.454506 43.753297, -88.453594 43.753615, -88.453565 43.753623, -88.453537 43.753632, -88.453497 43.753492, -88.45349 43.753143, -88.453496 43.752935, -88.453529 43.752754, -88.453546 43.7527, -88.453552 43.752662, -88.453552 43.752641, -88.453554 43.752626, -88.453554 43.75261, -88.453549 43.752561, -88.453546 43.752546, -88.453554 43.752477, -88.453496 43.752318, -88.453292 43.752126, -88.453184 43.751935, -88.453182 43.751921, -88.453183 43.751904, -88.453194 43.75189, -88.45317 43.751791, -88.453178 43.751746, -88.453234 43.751603, -88.453345 43.751525, -88.453487 43.751483, -88.453485 43.751475, -88.453479 43.751444, -88.453453 43.751319, -88.453026 43.75131, -88.452587 43.751301, -88.452153 43.7513, -88.451956 43.7513, -88.451986 43.750171, -88.451976 43.750145, -88.451988 43.750028, -88.451484 43.75003, -88.449956 43.750029, -88.449947 43.750236, -88.449764 43.750243, -88.449757 43.750372, -88.449749 43.750561, -88.449745 43.750658, -88.449144 43.750661, -88.449076 43.750662, -88.449081 43.750487, -88.449082 43.750468, -88.448958 43.750469, -88.448938 43.750468, -88.448961 43.750173, -88.448988 43.750173, -88.449768 43.750174, -88.449838 43.750176, -88.449847 43.749958, -88.451484 43.749957, -88.451987 43.749957, -88.452023 43.749168, -88.452026 43.74899, -88.452021 43.74898, -88.452018 43.748968, -88.45202 43.748955, -88.452027 43.74894, -88.452031 43.748826, -88.452026 43.748735, -88.452022 43.748673, -88.452023 43.748619, -88.452026 43.748525, -88.450145 43.748525, -88.449854 43.748565, -88.449873 43.748025, -88.449877 43.747917, -88.449879 43.747875, -88.449882 43.747784, -88.449668 43.747785, -88.449701 43.747026, -88.449916 43.74702, -88.449935 43.747019, -88.449958 43.747019, -88.450007 43.747027, -88.450001 43.746691, -88.450334 43.746706, -88.45037 43.746434, -88.450961 43.746357, -88.451539 43.746282, -88.451924 43.746279, -88.452545 43.746283, -88.452763 43.746443, -88.45295 43.746235, -88.453139 43.746039, -88.453276 43.745899, -88.453449 43.745712, -88.45369 43.745453, -88.453644 43.745433, -88.453546 43.745388, -88.453516 43.745374, -88.453699 43.745038, -88.45372 43.744832, -88.4538 43.74433, -88.454111 43.743871, -88.455128 43.743367, -88.45514 43.743283, -88.454507 43.743069, -88.45419 43.742929, -88.453894 43.742648, -88.453695 43.742451, -88.454216 43.742034, -88.454456 43.741815, -88.455024 43.742364, -88.455942 43.741933, -88.456893 43.741699, -88.457384 43.74133, -88.456872 43.741075, -88.456522 43.740632, -88.456028 43.740632, -88.454895 43.740631, -88.450328 43.740686, -88.450353 43.74119, -88.450621 43.74217, -88.450778 43.742799, -88.450823 43.742882, -88.45086 43.742943, -88.450901 43.743005, -88.45097 43.743094, -88.451251 43.743427, -88.451495 43.74372, -88.451025 43.743939, -88.450658 43.744111, -88.450474 43.744197, -88.450003 43.744417, -88.449833 43.744497, -88.449335 43.74473, -88.449001 43.744887, -88.44841 43.744106, -88.448017 43.743369, -88.447728 43.742887, -88.447301 43.742175, -88.44701 43.741742, -88.447065 43.741724, -88.446246 43.740601, -88.444943 43.738895, -88.444199 43.737834, -88.443602 43.736982, -88.444198 43.736985, -88.445089 43.736991, -88.446425 43.737, -88.447251 43.737006, -88.449865 43.737007, -88.449939 43.737007, -88.452394 43.737009, -88.454706 43.737, -88.454697 43.736804, -88.454634 43.735266, -88.454353 43.735271, -88.453372 43.735294, -88.453335 43.734406, -88.452515 43.733958, -88.452502 43.733514, -88.449702 43.733486, -88.449596 43.733485, -88.449603 43.733532, -88.449605 43.733559, -88.449645 43.73386, -88.449668 43.734027, -88.449678 43.734102, -88.449689 43.734176, -88.449723 43.73444, -88.449751 43.734653, -88.449754 43.734704, -88.449765 43.734779, -88.449779 43.734923, -88.449784 43.734954, -88.449826 43.735388, -88.449729 43.735388, -88.446938 43.735373, -88.446953 43.734416, -88.447141 43.734417, -88.4496 43.73444, -88.449629 43.73444, -88.449579 43.734028, -88.449567 43.733923, -88.449507 43.733421, -88.449473 43.733421, -88.448937 43.733386, -88.448925 43.733404, -88.448912 43.73343, -88.448888 43.733472, -88.448878 43.733483, -88.448861 43.733488, -88.44884 43.733491, -88.448782 43.733491, -88.448728 43.733486, -88.448704 43.733485, -88.448683 43.733488, -88.448663 43.733496, -88.448649 43.733506, -88.448645 43.733538, -88.448645 43.733549, -88.448637 43.733563, -88.448625 43.73357, -88.448589 43.733571, -88.448498 43.733571, -88.448433 43.733572, -88.448394 43.733585, -88.44838 43.733592, -88.44837 43.733601, -88.448355 43.733607, -88.448348 43.733617, -88.448323 43.733635, -88.448306 43.733641, -88.44829 43.733643, -88.448273 43.733642, -88.448202 43.733628, -88.448178 43.733627, -88.448123 43.733627, -88.448101 43.733624, -88.448045 43.733611, -88.448027 43.73361, -88.44801 43.733614, -88.447996 43.733621, -88.447986 43.73363, -88.447981 43.733641, -88.447979 43.733654, -88.447978 43.733697, -88.44797 43.733747, -88.447964 43.733762, -88.447946 43.733792, -88.447896 43.733861, -88.447862 43.733897, -88.44785 43.733908, -88.447825 43.733927, -88.447794 43.733945, -88.447749 43.733964, -88.447734 43.733969, -88.4477 43.733976, -88.447682 43.733977, -88.447652 43.733972, -88.447612 43.733961, -88.447562 43.733938, -88.447517 43.733913, -88.447482 43.733892, -88.447434 43.733867, -88.4474 43.733853, -88.447386 43.733846, -88.44735 43.733831, -88.447333 43.733825, -88.447317 43.733818, -88.447252 43.733794, -88.447239 43.733788, -88.447187 43.733772, -88.447149 43.733771, -88.447114 43.733763, -88.44708 43.733749, -88.447066 43.733744, -88.446988 43.733702, -88.446953 43.733685, -88.446938 43.733675, -88.446925 43.733663, -88.446916 43.733653, -88.446903 43.733642, -88.446881 43.733618, -88.446869 43.733603, -88.446852 43.733578, -88.446844 43.733564, -88.446845 43.73354, -88.446844 43.733528, -88.446836 43.733515, -88.44682 43.733505, -88.446806 43.733498, -88.44676 43.733495, -88.446722 43.733486, -88.446702 43.73348, -88.446681 43.733478, -88.44666 43.733478, -88.446641 43.733475, -88.44661 43.733473, -88.446585 43.733473, -88.446543 43.733471, -88.446395 43.733474, -88.446333 43.73347, -88.446311 43.733467, -88.44629 43.733463, -88.446247 43.733458, -88.446163 43.733453, -88.446147 43.733453, -88.446124 43.733455, -88.446112 43.733455, -88.446126 43.733448, -88.446158 43.733444, -88.446214 43.733442, -88.44626 43.733442, -88.446351 43.733446, -88.446463 43.733443, -88.446553 43.733443, -88.446639 43.733445, -88.446697 43.733448, -88.44671 43.733454, -88.446722 43.733464, -88.446735 43.733471, -88.446753 43.733471, -88.446761 43.733461, -88.446778 43.733456, -88.446795 43.733457, -88.446821 43.733461, -88.446832 43.733469, -88.446847 43.733478, -88.446858 43.733487, -88.446865 43.7335, -88.446868 43.733528, -88.446871 43.733544, -88.446924 43.733603, -88.446976 43.733652, -88.44701 43.733676, -88.447062 43.733705, -88.447119 43.733728, -88.447156 43.73374, -88.447287 43.733773, -88.447326 43.733785, -88.447375 43.733803, -88.447464 43.733844, -88.447523 43.733878, -88.447535 43.733888, -88.447564 43.733909, -88.44761 43.733934, -88.447646 43.733948, -88.447661 43.73395, -88.447702 43.733952, -88.447734 43.733949, -88.44775 43.733942, -88.447773 43.73393, -88.447818 43.733897, -88.447829 43.733887, -88.447839 43.733874, -88.447876 43.733835, -88.447884 43.733823, -88.447918 43.733783, -88.447949 43.733733, -88.447951 43.733721, -88.447951 43.73368, -88.447946 43.733665, -88.447945 43.733649, -88.447948 43.733636, -88.447955 43.733624, -88.447967 43.73361, -88.447977 43.733601, -88.447997 43.733595, -88.448015 43.733593, -88.448034 43.733592, -88.44806 43.733595, -88.448076 43.733601, -88.448112 43.733608, -88.448128 43.733609, -88.448207 43.733606, -88.448239 43.733608, -88.448253 43.733614, -88.448264 43.733623, -88.448278 43.73363, -88.448293 43.733631, -88.448347 43.733596, -88.448374 43.733571, -88.448386 43.733564, -88.448402 43.73356, -88.448496 43.733554, -88.448594 43.733555, -88.44861 43.733552, -88.448617 43.733541, -88.448609 43.733526, -88.448608 43.733513, -88.448615 43.733491, -88.448683 43.733464, -88.448703 43.733462, -88.44872 43.733462, -88.448739 43.733465, -88.44876 43.733472, -88.448817 43.73348, -88.448834 43.733481, -88.448854 43.733478, -88.448863 43.733468, -88.44887 43.733457, -88.448872 43.733443, -88.448879 43.733429, -88.448885 43.733414, -88.448897 43.733389, -88.448922 43.733363, -88.448949 43.733181, -88.449015 43.732762, -88.449416 43.732769, -88.44954 43.732763, -88.449536 43.732713, -88.449539 43.732634, -88.44954 43.732624, -88.449546 43.732555, -88.449557 43.732476, -88.449572 43.732398, -88.44959 43.73232, -88.449615 43.732233, -88.449637 43.732166, -88.449647 43.73214, -88.449673 43.732089, -88.450126 43.731199, -88.450336 43.730789, -88.450396 43.730673, -88.45071 43.730091, -88.450912 43.729723, -88.450926 43.729699, -88.450952 43.72965, -88.451047 43.729481, -88.451074 43.729431, -88.451089 43.729406, -88.451188 43.729228, -88.451353 43.728939, -88.451366 43.728915, -88.45138 43.728892, -88.451393 43.728868, -88.451407 43.728845, -88.45142 43.728821, -88.451434 43.728798, -88.451545 43.728604, -88.451575 43.728554, -88.451589 43.728528, -88.451619 43.728478, -88.4519 43.727999, -88.451962 43.727906, -88.452005 43.727831, -88.452029 43.727784, -88.452043 43.727755, -88.452077 43.727677, -88.452099 43.727618, -88.452123 43.727542, -88.452142 43.727466, -88.452157 43.727389, -88.452161 43.727364, -88.452167 43.727315, -88.452173 43.727223, -88.45224 43.726358, -88.452257 43.726009, -88.45226 43.725875, -88.45226 43.725848, -88.452261 43.725822, -88.452262 43.725581, -88.45226 43.725447, -88.452258 43.725394, -88.452258 43.725367, -88.452251 43.72518, -88.452249 43.725154, -88.452248 43.725127, -88.452235 43.723991, -88.452232 43.723846, -88.452212 43.723846, -88.452036 43.723846, -88.450335 43.723828, -88.450301 43.721086, -88.450609 43.721083, -88.452094 43.721071, -88.452071 43.720795, -88.452072 43.720507, -88.452066 43.720047, -88.451328 43.720048, -88.451322 43.719533, -88.452059 43.719542, -88.452059 43.71948, -88.452052 43.7189, -88.523149 43.719598, -88.524204 43.806646, -88.501296 43.806464, -88.501159 43.804379, -88.5011 43.804345, -88.50104 43.804312, -88.500543 43.804025, -88.500453 43.803971, -88.500423 43.803954, -88.49996 43.803676, -88.499932 43.803658, -88.499874 43.803623, -88.499846 43.803605, -88.499788 43.80357, -88.499589 43.803445, -88.49956 43.803428, -88.499334 43.803284, -88.498925 43.80303, -88.497877 43.802382, -88.497252 43.801997, -88.492668 43.799172, -88.492553 43.799102, -88.492458 43.799163, -88.489543 43.799046, -88.488364 43.799009, -88.488011 43.799006, -88.487344 43.798967, -88.485673 43.79743, -88.485328 43.797063, -88.484265 43.795551, -88.483361 43.79553, -88.483402 43.796303, -88.483448 43.796746, -88.483611 43.797207, -88.483843 43.797584, -88.484214 43.798004, -88.484477 43.798216, -88.484984 43.798878, -88.48477 43.79889, -88.484596 43.798901, -88.484423 43.798708, -88.484291 43.798565, -88.484161 43.798408, -88.484052 43.798289, -88.483939 43.798178, -88.48382 43.798046, -88.483693 43.797902, -88.483521 43.797699, -88.483367 43.797478, -88.483244 43.797267, -88.483184 43.797154, -88.483132 43.798419, -88.483154 43.798809, -88.482538 43.798818, -88.477484 43.798893, -88.47752 43.799376, -88.477366 43.799383, -88.476709 43.799426, -88.47716 43.79978, -88.477109 43.799815, -88.47709 43.799826, -88.476967 43.799892, -88.477212 43.800134, -88.47731 43.80023, -88.477464 43.80038, -88.477524 43.800439, -88.477629 43.800541, -88.477653 43.800562, -88.477885 43.800785, -88.477987 43.800883, -88.478032 43.800926, -88.477929 43.800925, -88.477913 43.800925, -88.477664 43.800925, -88.475426 43.80097, -88.475352 43.800892, -88.475368 43.800826, -88.47545 43.800554, -88.475505 43.800373, -88.475558 43.800197, -88.475583 43.800114, -88.475669 43.799829, -88.475698 43.799734, -88.475925 43.798986, -88.47596 43.798879, -88.475515 43.79842, -88.475495 43.798398, -88.475391 43.798291, -88.475371 43.798269, -88.47535 43.798248, -88.475329 43.798225, -88.475307 43.798203, -88.475265 43.798158, -88.475222 43.798114, -88.475201 43.798091, -88.475158 43.798047, -88.475052 43.797934, -88.47503 43.797912, -88.474988 43.797866, -88.474966 43.797844, -88.474945 43.797821, -88.474929 43.797805, -88.474898 43.797771, -88.474837 43.797708, -88.474639 43.797498, -88.474619 43.797478, -88.474461 43.797313, -88.474442 43.797292, -88.474382 43.79723, -88.474343 43.797188, -88.474241 43.797081, -88.473835 43.797197, -88.473768 43.797196, -88.47353 43.797202, -88.473315 43.797207, -88.47137 43.797242, -88.470656 43.797249, -88.470655 43.797216, -88.470646 43.796892, -88.47112 43.796662, -88.472473 43.796004, -88.472538 43.795973, -88.472791 43.796247, -88.47325 43.796033, -88.473496 43.796293, -88.473985 43.796811, -88.47411 43.796943, -88.474685 43.796764, -88.474834 43.796733, -88.474852 43.796728, -88.474874 43.79672, -88.47489 43.796711, -88.474927 43.796703, -88.474967 43.796699, -88.474985 43.796698, -88.475025 43.796691, -88.475043 43.796687, -88.475067 43.796678, -88.4751 43.796671, -88.475168 43.79666, -88.475195 43.796659, -88.475221 43.796655, -88.475249 43.796649, -88.475264 43.796643, -88.475292 43.796637, -88.475318 43.796634, -88.475349 43.796629, -88.475374 43.796627, -88.4754 43.796623, -88.475506 43.796614, -88.475544 43.796608, -88.475561 43.796603, -88.475583 43.796595, -88.475701 43.796571, -88.475746 43.796566, -88.475763 43.796565, -88.475804 43.796558, -88.475825 43.796553, -88.475871 43.796547, -88.475915 43.796544, -88.475944 43.796541, -88.475969 43.796541, -88.475996 43.796538, -88.476111 43.796514, -88.476135 43.796511, -88.476183 43.796507, -88.476217 43.796501, -88.475949 43.795189, -88.476938 43.79522, -88.477104 43.795226, -88.47719 43.794901, -88.477911 43.794853, -88.479817 43.794993, -88.481446 43.795135, -88.482892 43.795336, -88.483321 43.79524, -88.48481 43.795293, -88.485166 43.795322, -88.487005 43.795237, -88.48731 43.795222, -88.489885 43.795494, -88.491583 43.795529, -88.493471 43.795575, -88.494362 43.795591, -88.494357 43.79563, -88.494418 43.795633, -88.494689 43.795635, -88.494753 43.795638, -88.494813 43.795639, -88.494916 43.795644, -88.494954 43.795643, -88.495025 43.795653, -88.495125 43.795657, -88.495183 43.795656, -88.49525 43.795657, -88.495543 43.795656, -88.495564 43.795655, -88.495611 43.795646, -88.495637 43.795638, -88.495388 43.792213, -88.495366 43.792213, -88.495294 43.792206, -88.495133 43.792202, -88.494967 43.792207, -88.494707 43.792204, -88.494483 43.792195, -88.494329 43.792193, -88.494139 43.792185, -88.49411 43.792184, -88.494123 43.792335, -88.494168 43.793043, -88.493056 43.793023, -88.493056 43.793001, -88.49299 43.792154, -88.492986 43.792097, -88.493862 43.792111, -88.495061 43.792131, -88.495853 43.792143, -88.495852 43.792078, -88.495852 43.790884, -88.497855 43.790919, -88.497796 43.789922, -88.49778 43.789708, -88.497758 43.788406, -88.496319 43.788348, -88.495264 43.78833, -88.492646 43.788359, -88.492504 43.78677, -88.492508 43.786756, -88.492503 43.786742, -88.492416 43.785547, -88.492348 43.784517, -88.485439 43.784316, -88.482156 43.784238, -88.482137 43.782507, -88.482102 43.782144, -88.482452 43.782033, -88.48289 43.781886, -88.484111 43.781479, -88.484075 43.781422, -88.48386 43.78108, -88.484016 43.781073, -88.483953 43.780966, -88.483889 43.78087, -88.483808 43.780733, -88.483774 43.780676, -88.483624 43.780401, -88.483612 43.780376, -88.483548 43.78025, -88.483536 43.780224, -88.483523 43.780199, -88.483491 43.780132, -88.483475 43.780098, -88.483464 43.780072, -88.483452 43.780047, -88.483441 43.780021, -88.483429 43.779996, -88.483407 43.779944, -88.483395 43.779919, -88.483354 43.779821, -88.484639 43.779852, -88.48464 43.779824, -88.484532 43.779012, -88.484367 43.777762, -88.483765 43.777747, -88.48377 43.777709, -88.483073 43.77773, -88.482905 43.777728, -88.482367 43.777724, -88.482014 43.777717, -88.482007 43.777106, -88.481993 43.775911, -88.48188 43.775916, -88.479647 43.775939, -88.479647 43.77491, -88.480901 43.774896, -88.481695 43.77489, -88.481695 43.774844, -88.481678 43.774302, -88.481668 43.773957, -88.481859 43.773966, -88.482295 43.773968, -88.482746 43.773971, -88.482828 43.774082, -88.48294 43.774226, -88.483663 43.77516, -88.483933 43.775505, -88.483059 43.775483, -88.483075 43.776264, -88.482878 43.776261, -88.482944 43.777057, -88.484575 43.777088, -88.485337 43.777095, -88.485307 43.771739, -88.48531 43.769203, -88.483545 43.769201, -88.48346 43.769157, -88.483489 43.76927, -88.483383 43.769854, -88.482366 43.769831, -88.482771 43.771601, -88.482783 43.771663, -88.482593 43.771667, -88.482093 43.771661, -88.482125 43.771866, -88.482128 43.771893, -88.482136 43.771945, -88.482137 43.77196, -88.481906 43.771952, -88.481676 43.771945, -88.477762 43.771863, -88.477563 43.771859, -88.477569 43.770797, -88.477568 43.770493, -88.476974 43.770481, -88.476932 43.770479, -88.476935 43.770177, -88.476922 43.770075, -88.476921 43.769915, -88.476918 43.769758, -88.475044 43.769754, -88.475041 43.768351, -88.47504 43.768255, -88.47504 43.768201, -88.47504 43.76804, -88.474912 43.768039, -88.474766 43.768033, -88.474429 43.768036, -88.47443 43.768284, -88.474408 43.769297, -88.474429 43.769751, -88.474343 43.769788, -88.474076 43.769748, -88.472891 43.769736, -88.471897 43.769726, -88.471897 43.769214, -88.471546 43.76921, -88.469387 43.769171, -88.469394 43.768995, -88.469392 43.768772, -88.469807 43.768748, -88.469809 43.768544, -88.470159 43.767919, -88.470354 43.767923, -88.470539 43.767926, -88.47206 43.76795, -88.473806 43.767949, -88.474107 43.767955, -88.47471 43.767959, -88.474853 43.767957, -88.475798 43.767962, -88.475798 43.768283, -88.475799 43.768699, -88.4758 43.768814, -88.475789 43.769696, -88.476523 43.7697, -88.476527 43.769517, -88.47653 43.769152, -88.476916 43.769154, -88.476914 43.769219, -88.476909 43.769684, -88.477043 43.769684, -88.477439 43.769687, -88.477438 43.769758, -88.477532 43.769759, -88.478073 43.76976, -88.478067 43.769912, -88.478054 43.770503, -88.478498 43.770515, -88.479443 43.770535, -88.479445 43.770497, -88.479455 43.77026, -88.480671 43.770268, -88.480688 43.770555, -88.481423 43.770561, -88.481397 43.770438, -88.481347 43.770223, -88.481288 43.769981, -88.481246 43.769821, -88.481232 43.769766, -88.481139 43.769417, -88.481057 43.769121, -88.48104 43.769062, -88.48097 43.768826, -88.480879 43.768532, -88.480784 43.768239, -88.480728 43.768074, -88.480684 43.767946, -88.480581 43.767654, -88.480463 43.767338, -88.480417 43.767219, -88.480412 43.767204, -88.480396 43.767166, -88.480391 43.767152, -88.480381 43.767125, -88.48036 43.767073, -88.48035 43.767046, -88.480299 43.766936, -88.480702 43.766844, -88.481153 43.766741, -88.481611 43.766637, -88.481984 43.766555, -88.482164 43.766572, -88.483028 43.766657, -88.483212 43.766668, -88.483309 43.766671, -88.483366 43.766682, -88.483369 43.766636, -88.483365 43.766395, -88.483364 43.766255, -88.483363 43.7662, -88.481962 43.766168, -88.481957 43.765012, -88.481951 43.764834, -88.481949 43.76354, -88.481944 43.763406, -88.481946 43.763156, -88.481554 43.763157, -88.481019 43.763154, -88.480959 43.762599, -88.48108 43.762607, -88.48228 43.762611, -88.48325 43.762635, -88.483404 43.762642, -88.483795 43.762647, -88.483795 43.762613, -88.483797 43.762492, -88.483797 43.759841, -88.483798 43.75973, -88.483795 43.758844, -88.483797 43.758637, -88.481923 43.758607, -88.481912 43.756644, -88.481907 43.755836, -88.481905 43.755485, -88.481905 43.755437, -88.481905 43.7553, -88.481905 43.755268, -88.480208 43.755254, -88.480501 43.755048, -88.480351 43.754886, -88.480155 43.754693, -88.480586 43.754387, -88.481154 43.753951, -88.481805 43.753485, -88.481917 43.753377, -88.481917 43.753296, -88.481924 43.752224, -88.481934 43.750764, -88.484527 43.748957, -88.484544 43.74805, -88.485173 43.748066, -88.487307 43.748118, -88.488654 43.748151, -88.488986 43.747904, -88.490038 43.747116, -88.490901 43.746481, -88.491101 43.746152, -88.490874 43.745997, -88.490694 43.745875, -88.490717 43.74585, -88.490776 43.74579, -88.490805 43.745757, -88.490816 43.745743, -88.490839 43.745719, -88.490865 43.745694, -88.490877 43.745681, -88.490901 43.74566, -88.490978 43.745588, -88.490991 43.745577, -88.491016 43.745551, -88.491066 43.745493, -88.491079 43.74548, -88.491115 43.745448, -88.491161 43.745411, -88.491186 43.745386, -88.491197 43.745372, -88.491211 43.745361, -88.491237 43.745336, -88.491296 43.745275, -88.491316 43.745248, -88.49135 43.745212, -88.491363 43.7452, -88.491372 43.745188, -88.491938 43.744562, -88.490636 43.744544, -88.487118 43.744471, -88.486131 43.744451, -88.485795 43.744444, -88.485759 43.744445, -88.485742 43.744424, -88.482102 43.744361, -88.482161 43.742832, -88.482246 43.740796, -88.480588 43.740781, -88.479167 43.740765, -88.477944 43.740741, -88.475916 43.740734, -88.473363 43.740718, -88.469724 43.740616, -88.469697 43.740615, -88.469672 43.743052, -88.466924 43.741973, -88.467065 43.741631, -88.467077 43.741595, -88.467082 43.741575, -88.467085 43.741555, -88.467097 43.74152, -88.467118 43.741425, -88.467126 43.741349, -88.467132 43.74129, -88.467133 43.740606, -88.467134 43.740267, -88.467141 43.738969, -88.467141 43.738913, -88.468839 43.738872, -88.468845 43.738307, -88.467144 43.738298, -88.467115 43.737315, -88.467151 43.737058, -88.466217 43.737048, -88.466217 43.736595, -88.467151 43.736608, -88.467151 43.736208, -88.467152 43.735635, -88.467152 43.73507, -88.467153 43.734686, -88.467154 43.733448, -88.467157 43.732988, -88.467158 43.732847, -88.467159 43.732684, -88.467163 43.732265, -88.467164 43.732165, -88.467182 43.729821, -88.467212 43.725872, -88.467213 43.725846, -88.467222 43.725767, -88.467239 43.72569, -88.467255 43.725638, -88.467274 43.725588, -88.467294 43.725542, -88.467245 43.725389, -88.467196 43.725278, -88.467217 43.724808, -88.466492 43.724809, -88.466254 43.72481, -88.466126 43.724807, -88.465927 43.724805, -88.462201 43.724796, -88.462207 43.725004, -88.462199 43.726082, -88.462197 43.726642, -88.462189 43.727805, -88.462192 43.727891, -88.462177 43.729772, -88.46121 43.729775, -88.461205 43.729821, -88.457381 43.729823, -88.457133 43.729814, -88.457109 43.731559, -88.457098 43.732854, -88.457104 43.73298, -88.457099 43.733077, -88.457089 43.734783, -88.457085 43.735094, -88.457094 43.735136, -88.457089 43.735293, -88.457089 43.735365, -88.45709 43.735434, -88.457086 43.736449, -88.457091 43.736559, -88.457083 43.737032, -88.458196 43.737028, -88.45831 43.737028, -88.45946 43.737022, -88.459463 43.736915, -88.459831 43.736916, -88.460401 43.736911, -88.460601 43.736914, -88.460921 43.73692, -88.461136 43.736918, -88.461142 43.737036, -88.461461 43.737033, -88.461588 43.738033, -88.461549 43.738915, -88.46148 43.73985, -88.461385 43.74122, -88.461343 43.741811, -88.461387 43.741965, -88.461184 43.744094, -88.460925 43.746166, -88.460966 43.746168, -88.460929 43.746478, -88.460901 43.746874, -88.461301 43.746878, -88.46155 43.746874, -88.461755 43.746872, -88.461682 43.747721, -88.461678 43.74777, -88.462092 43.74777, -88.462092 43.747812, -88.462183 43.747813, -88.463176 43.747825, -88.463174 43.747895, -88.463669 43.747901, -88.46458 43.747914, -88.464579 43.747797, -88.464578 43.747011, -88.465138 43.747018, -88.467075 43.747046, -88.46707 43.748541, -88.466695 43.748367, -88.466239 43.748216, -88.46596 43.748146, -88.465772 43.7481, -88.465595 43.748072, -88.465429 43.748045, -88.465289 43.748026, -88.465102 43.74801, -88.464898 43.747991, -88.464731 43.747983, -88.462135 43.747976, -88.46213 43.747898, -88.461314 43.747898, -88.46128 43.74724, -88.461289 43.747079, -88.460293 43.747075, -88.460303 43.746952, -88.460268 43.74695, -88.460201 43.746947, -88.460244 43.746472, -88.460364 43.745031, -88.460466 43.745035, -88.460839 43.740649, -88.460775 43.740646, -88.460904 43.739027, -88.460949 43.738131, -88.460876 43.737453, -88.460912 43.737035, -88.460593 43.737038, -88.460381 43.737043, -88.459842 43.737042, -88.45961 43.737033, -88.459474 43.737226, -88.459438 43.737278, -88.459398 43.737335, -88.45873 43.73829, -88.458677 43.738383, -88.458394 43.738771, -88.458016 43.739311, -88.457083 43.740634, -88.456959 43.740633, -88.457157 43.740884, -88.457744 43.741176, -88.457808 43.741406, -88.457103 43.741936, -88.456093 43.742195, -88.455395 43.742528, -88.454734 43.742823, -88.455543 43.743125, -88.455487 43.743522, -88.454409 43.744056, -88.45418 43.744401, -88.454158 43.745058)), ((-88.401661 43.806656, -88.410289 43.805106, -88.411795 43.804949, -88.420134 43.805101, -88.426486 43.805708, -88.426607 43.803433, -88.426621 43.800755, -88.426649 43.798962, -88.426782 43.798342, -88.426784 43.797516, -88.426778 43.796636, -88.425711 43.79684, -88.425784 43.79136, -88.424766 43.791354, -88.424794 43.790856, -88.42438 43.790856, -88.424371 43.791291, -88.424393 43.791409, -88.425671 43.791424, -88.425623 43.794605, -88.424643 43.794599, -88.424608 43.795576, -88.42559 43.795587, -88.425585 43.796491, -88.425207 43.796487, -88.425209 43.796734, -88.425579 43.796632, -88.425565 43.796871, -88.425464 43.796894, -88.42491 43.796902, -88.424911 43.796996, -88.423357 43.797375, -88.421719 43.797702, -88.420423 43.797975, -88.412168 43.799715, -88.412164 43.799403, -88.412151 43.79871, -88.41214 43.798016, -88.412137 43.798016, -88.412062 43.798012, -88.411986 43.79801, -88.411949 43.798008, -88.411497 43.797995, -88.411233 43.797991, -88.411195 43.797991, -88.411158 43.79799, -88.410856 43.797989, -88.410555 43.797991, -88.410479 43.797993, -88.410441 43.797993, -88.410215 43.797998, -88.410178 43.797998, -88.410146 43.798002, -88.410116 43.798009, -88.410101 43.798014, -88.410088 43.79802, -88.409456 43.797929, -88.409024 43.797919, -88.407681 43.797908, -88.407646 43.795411, -88.407642 43.795145, -88.40764 43.79508, -88.407639 43.794974, -88.407636 43.794852, -88.407635 43.79477, -88.407451 43.79476, -88.407389 43.794765, -88.404273 43.794706, -88.402278 43.794675, -88.402053 43.79467, -88.401661 43.806656)), ((-88.401829 43.718406, -88.442517 43.718806, -88.442542 43.720024, -88.442491 43.730777, -88.442513 43.731162, -88.442531 43.731541, -88.442564 43.731917, -88.442618 43.73235, -88.442666 43.732521, -88.442991 43.732524, -88.443062 43.732936, -88.443142 43.73337, -88.442676 43.733366, -88.44083 43.733351, -88.432111 43.733279, -88.431887 43.733278, -88.43192 43.73693, -88.43202 43.737981, -88.432181 43.738244, -88.432149 43.740492, -88.436949 43.740564, -88.436946 43.740752, -88.436903 43.744199, -88.435678 43.744189, -88.436877 43.745022, -88.436875 43.745133, -88.436871 43.74541, -88.4402 43.747885, -88.440924 43.748424, -88.441066 43.748541, -88.441166 43.748653, -88.441239 43.74877, -88.441267 43.748831, -88.441294 43.74891, -88.441316 43.74903, -88.441317 43.749124, -88.441326 43.749202, -88.441354 43.749265, -88.441371 43.749291, -88.4414 43.749326, -88.441792 43.749621, -88.441788 43.749767, -88.441748 43.751536, -88.441747 43.751592, -88.441745 43.751684, -88.44202 43.751687, -88.442315 43.751691, -88.442284 43.752405, -88.44228 43.752556, -88.44228 43.752569, -88.441829 43.752541, -88.441592 43.752528, -88.441369 43.752516, -88.439744 43.752431, -88.439129 43.752398, -88.439018 43.752395, -88.438871 43.752395, -88.438782 43.752398, -88.43876 43.752399, -88.438687 43.752403, -88.438577 43.752412, -88.438541 43.752416, -88.438504 43.752419, -88.438468 43.752424, -88.438431 43.752428, -88.438351 43.752439, -88.438347 43.752369, -88.438678 43.752315, -88.438995 43.7523, -88.439356 43.752307, -88.439749 43.752335, -88.439966 43.752343, -88.440899 43.752399, -88.441595 43.752446, -88.441728 43.752447, -88.441727 43.752494, -88.441832 43.752502, -88.442201 43.752522, -88.442216 43.751759, -88.442033 43.751754, -88.441659 43.751745, -88.441661 43.751589, -88.441663 43.751532, -88.441697 43.75011, -88.441698 43.749699, -88.441383 43.749465, -88.441333 43.749426, -88.441307 43.749404, -88.441284 43.749381, -88.441254 43.749344, -88.441237 43.749318, -88.441223 43.749291, -88.44121 43.749261, -88.441198 43.749221, -88.441192 43.749179, -88.441191 43.74915, -88.441193 43.749107, -88.441191 43.749049, -88.441188 43.74902, -88.44118 43.748976, -88.441174 43.748948, -88.441166 43.748919, -88.441157 43.748891, -88.44114 43.748849, -88.441128 43.748822, -88.441099 43.748768, -88.441073 43.748728, -88.441055 43.748703, -88.441026 43.748666, -88.441004 43.74864, -88.440969 43.748605, -88.440932 43.74857, -88.440893 43.748537, -88.44032 43.74811, -88.440029 43.747893, -88.438472 43.746728, -88.43834 43.746629, -88.435368 43.744334, -88.432407 43.742031, -88.429499 43.739826, -88.42861 43.739212, -88.428574 43.739188, -88.428517 43.73916, -88.42851 43.739155, -88.428455 43.739102, -88.428449 43.739095, -88.428446 43.73909, -88.428387 43.739033, -88.428356 43.739005, -88.428283 43.738946, -88.428262 43.738933, -88.428232 43.738916, -88.428214 43.738903, -88.428199 43.738889, -88.428091 43.7388, -88.427982 43.738713, -88.427957 43.738695, -88.427923 43.738673, -88.427894 43.738653, -88.427821 43.738596, -88.427786 43.738559, -88.427767 43.738533, -88.42773 43.738468, -88.427668 43.738407, -88.427605 43.738357, -88.427574 43.738334, -88.427558 43.738318, -88.427488 43.738254, -88.427455 43.738227, -88.427326 43.738125, -88.42717 43.737999, -88.427151 43.737982, -88.42703 43.737888, -88.426879 43.73776, -88.426818 43.737713, -88.426786 43.737687, -88.426752 43.737658, -88.426661 43.737586, -88.426614 43.737545, -88.426394 43.737366, -88.426313 43.737299, -88.426273 43.737264, -88.426255 43.73725, -88.426215 43.737215, -88.426178 43.737181, -88.426117 43.737133, -88.426081 43.737103, -88.42606 43.737088, -88.426007 43.737047, -88.425881 43.736947, -88.425868 43.736943, -88.425833 43.736938, -88.425818 43.736939, -88.425804 43.736938, -88.425745 43.736888, -88.425729 43.736873, -88.425704 43.736853, -88.425694 43.736843, -88.425674 43.736826, -88.42564 43.736793, -88.425617 43.736773, -88.425586 43.736748, -88.42546 43.736654, -88.425387 43.736597, -88.425332 43.73655, -88.424046 43.73655, -88.423799 43.736555, -88.421995 43.736582, -88.421995 43.738319, -88.421302 43.74045, -88.422638 43.740446, -88.422644 43.741886, -88.421957 43.742205, -88.421797 43.74228, -88.4218 43.7431, -88.421802 43.743919, -88.421803 43.744074, -88.422631 43.744067, -88.42263 43.745084, -88.421805 43.745082, -88.421807 43.745382, -88.42168 43.745377, -88.421026 43.745364, -88.420751 43.745366, -88.420758 43.746743, -88.420756 43.746945, -88.420882 43.747622, -88.420888 43.747651, -88.420842 43.747651, -88.420816 43.748867, -88.420781 43.749054, -88.420808 43.749315, -88.420609 43.749313, -88.420614 43.747624, -88.420745 43.747625, -88.420743 43.747407, -88.420655 43.746947, -88.420654 43.746741, -88.420653 43.746493, -88.42065 43.745297, -88.420725 43.745301, -88.420725 43.745266, -88.420748 43.744882, -88.420906 43.744886, -88.421444 43.744888, -88.421654 43.74458, -88.421654 43.74417, -88.420443 43.744173, -88.420444 43.74406, -88.420453 43.74277, -88.415007 43.745321, -88.414256 43.745613, -88.414251 43.747406, -88.414255 43.747596, -88.412333 43.747594, -88.41174 43.747584, -88.411731 43.748546, -88.411773 43.750093, -88.41113 43.75013, -88.411034 43.750004, -88.410981 43.75001, -88.407264 43.750429, -88.407212 43.750683, -88.407123 43.750694, -88.407046 43.750701, -88.406071 43.750835, -88.404924 43.751057, -88.404386 43.751092, -88.401699 43.751094, -88.401829 43.718406)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 246.59918837157824}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fond du Lac (town), Wisconsin\", \"geo_wkt\": \"MULTIPOLYGON (((-88.411938 43.779468, -88.413808 43.779507, -88.41386 43.779158, -88.413911 43.778822, -88.413955 43.778431, -88.413557 43.778425, -88.413585 43.777861, -88.413271 43.777855, -88.413256 43.778253, -88.413257 43.778421, -88.412112 43.778406, -88.412076 43.778419, -88.412056 43.778428, -88.412036 43.778439, -88.412018 43.77845, -88.412002 43.778463, -88.411975 43.778489, -88.411962 43.778506, -88.411952 43.778522, -88.411944 43.778539, -88.411933 43.778573, -88.411931 43.77859, -88.411932 43.778734, -88.411933 43.778807, -88.411934 43.778966, -88.411936 43.779154, -88.411938 43.779468)), ((-88.421769 43.7556, -88.421768 43.755685, -88.421767 43.7558, -88.421764 43.756041, -88.421762 43.756174, -88.422543 43.756171, -88.42255 43.755786, -88.422551 43.755611, -88.421882 43.755601, -88.421769 43.7556)), ((-88.413697 43.761453, -88.413806 43.761119, -88.413826 43.761058, -88.413863 43.760933, -88.413546 43.760834, -88.413606 43.760568, -88.413903 43.759391, -88.413794 43.759398, -88.413758 43.759399, -88.413685 43.759399, -88.413648 43.759398, -88.413575 43.759394, -88.413467 43.759383, -88.41336 43.759366, -88.413289 43.759352, -88.41322 43.759335, -88.413195 43.759328, -88.413152 43.759316, -88.413085 43.759294, -88.413033 43.759275, -88.412837 43.759429, -88.413102 43.759507, -88.411935 43.760381, -88.411913 43.760404, -88.41204 43.760581, -88.412005 43.760613, -88.41172 43.760871, -88.411701 43.761973, -88.411616 43.761972, -88.411614 43.762088, -88.411543 43.764884, -88.411504 43.766455, -88.411482 43.767626, -88.411456 43.768535, -88.411444 43.769314, -88.411556 43.769316, -88.411589 43.767888, -88.411595 43.7677, -88.411601 43.767628, -88.411603 43.766978, -88.411623 43.766683, -88.41164 43.766459, -88.41163 43.766165, -88.411674 43.763519, -88.411711 43.762089, -88.412461 43.7621, -88.412909 43.762106, -88.413275 43.762112, -88.413491 43.762115, -88.413606 43.762117, -88.413585 43.762563, -88.414833 43.76258, -88.415661 43.762592, -88.41565 43.763027, -88.416205 43.763036, -88.416285 43.763036, -88.416649 43.763041, -88.416641 43.763297, -88.416639 43.763339, -88.416637 43.763389, -88.416723 43.763391, -88.416834 43.763389, -88.417622 43.763401, -88.418222 43.763409, -88.418734 43.76319, -88.419131 43.76302, -88.419602 43.763019, -88.419632 43.76229, -88.420243 43.762299, -88.42023 43.762873, -88.420495 43.762877, -88.42052 43.762282, -88.4208 43.762286, -88.420775 43.762881, -88.420983 43.762889, -88.42117 43.762893, -88.421211 43.762223, -88.417398 43.76217, -88.417363 43.761324, -88.416796 43.761319, -88.416793 43.76141, -88.416801 43.761533, -88.416342 43.761408, -88.416076 43.761337, -88.416065 43.761531, -88.416033 43.762039, -88.415755 43.762033, -88.415325 43.762027, -88.415183 43.762025, -88.413526 43.762002, -88.413697 43.761453)), ((-88.443422 43.757053, -88.443258 43.757054, -88.442842 43.757055, -88.442843 43.757331, -88.443247 43.757329, -88.443422 43.757328, -88.443423 43.757183, -88.443422 43.757053)), ((-88.47363 43.80642, -88.474096 43.80642, -88.473762 43.805993, -88.473714 43.806147, -88.47363 43.80642)), ((-88.4236 43.754809, -88.423602 43.754294, -88.424293 43.754303, -88.424294 43.753414, -88.423526 43.753411, -88.422975 43.753401, -88.422687 43.753393, -88.422687 43.753539, -88.422687 43.753667, -88.421793 43.753668, -88.421795 43.753563, -88.421802 43.753017, -88.421803 43.752955, -88.421801 43.75259, -88.421801 43.752554, -88.4218 43.752309, -88.421789 43.74933, -88.42164 43.749328, -88.421594 43.749327, -88.421599 43.749419, -88.421597 43.749524, -88.421604 43.753015, -88.421611 43.753671, -88.421623 43.754871, -88.421779 43.754873, -88.421903 43.754874, -88.422571 43.754881, -88.422562 43.755097, -88.422553 43.755481, -88.424865 43.755512, -88.425569 43.756276, -88.42562 43.755442, -88.425648 43.754934, -88.4236 43.754897, -88.4236 43.754809)), ((-88.438684 43.754611, -88.438734 43.754598, -88.43881 43.753014, -88.438426 43.753005, -88.438296 43.753003, -88.438033 43.753, -88.43806 43.752646, -88.438071 43.752492, -88.437969 43.752516, -88.437941 43.753073, -88.438027 43.753075, -88.437999 43.753669, -88.437946 43.754817, -88.438456 43.754674, -88.438684 43.754611)), ((-88.444596 43.756832, -88.444025 43.756836, -88.44402 43.757208, -88.444027 43.757326, -88.444595 43.757324, -88.444595 43.757206, -88.444596 43.756832)), ((-88.441571 43.756665, -88.441665 43.756665, -88.441665 43.756711, -88.441662 43.757134, -88.441661 43.757271, -88.440836 43.757268, -88.440838 43.757505, -88.440837 43.757874, -88.441672 43.757875, -88.442106 43.757875, -88.442098 43.757525, -88.442097 43.757268, -88.441784 43.757268, -88.441784 43.757137, -88.441784 43.756665, -88.442257 43.756664, -88.442255 43.756492, -88.442258 43.756335, -88.441666 43.756338, -88.441571 43.756337, -88.441572 43.756534, -88.441571 43.756665)), ((-88.426153 43.754943, -88.426436 43.754948, -88.426447 43.754089, -88.426235 43.754084, -88.426101 43.754136, -88.426138 43.754838, -88.426145 43.754852, -88.426153 43.754943)), ((-88.490488 43.806478, -88.4905 43.805799, -88.490309 43.805795, -88.490138 43.805792, -88.489805 43.805785, -88.489764 43.805784, -88.489718 43.805784, -88.48969 43.806471, -88.489675 43.806611, -88.490489 43.806611, -88.490488 43.806478)), ((-88.470739 43.800786, -88.470997 43.800947, -88.471217 43.801084, -88.471824 43.801464, -88.472005 43.801577, -88.472143 43.801659, -88.471998 43.801727, -88.471966 43.801751, -88.471698 43.801891, -88.471605 43.80194, -88.471398 43.802048, -88.471179 43.802162, -88.470871 43.802324, -88.470778 43.802373, -88.470776 43.802221, -88.470765 43.801796, -88.470758 43.801527, -88.470752 43.801308, -88.47075 43.801218, -88.470739 43.800786)), ((-88.40184 43.776467, -88.401704 43.769186, -88.401741 43.769186, -88.402053 43.769186, -88.402895 43.769186, -88.403096 43.769186, -88.403268 43.769186, -88.403268 43.769278, -88.403262 43.771226, -88.403299 43.771257, -88.40321 43.771303, -88.403337 43.771359, -88.40339 43.771375, -88.403458 43.771399, -88.40349 43.771409, -88.40353 43.77143, -88.403559 43.77144, -88.403605 43.771458, -88.403626 43.771473, -88.40364 43.771488, -88.403655 43.771498, -88.403691 43.771518, -88.403798 43.77156, -88.404177 43.771199, -88.40535 43.770443, -88.405352 43.769286, -88.405352 43.769205, -88.404812 43.769195, -88.404767 43.769195, -88.404594 43.769191, -88.404613 43.768199, -88.404685 43.768219, -88.404719 43.768226, -88.404744 43.768233, -88.404782 43.768258, -88.404857 43.768299, -88.404962 43.768338, -88.405007 43.768343, -88.405085 43.768336, -88.405151 43.768341, -88.405192 43.768351, -88.405231 43.768366, -88.405261 43.768385, -88.405329 43.768393, -88.405374 43.768386, -88.40539 43.768385, -88.405418 43.768386, -88.405438 43.768375, -88.405453 43.768369, -88.405519 43.768333, -88.405538 43.768324, -88.405558 43.768323, -88.405593 43.768329, -88.405614 43.768336, -88.405668 43.768378, -88.405698 43.768387, -88.405718 43.768385, -88.405741 43.768377, -88.405761 43.768369, -88.405783 43.768365, -88.405887 43.768354, -88.40601 43.76833, -88.406133 43.768298, -88.406243 43.768253, -88.406276 43.768242, -88.4063 43.768236, -88.406335 43.768225, -88.406354 43.768208, -88.406359 43.768195, -88.406364 43.768173, -88.406404 43.768149, -88.406524 43.768102, -88.406721 43.768057, -88.406783 43.76806, -88.406936 43.768081, -88.40706 43.768092, -88.407134 43.768102, -88.407189 43.768115, -88.407238 43.768143, -88.40728 43.768172, -88.407318 43.7682, -88.407344 43.768223, -88.407353 43.768237, -88.407369 43.768249, -88.40739 43.768261, -88.407401 43.768271, -88.40741 43.768289, -88.407464 43.768344, -88.407494 43.768373, -88.407528 43.768403, -88.407572 43.768462, -88.407588 43.768486, -88.407615 43.768509, -88.407691 43.768549, -88.407703 43.768566, -88.40771 43.768585, -88.407721 43.768604, -88.407754 43.768642, -88.407783 43.768665, -88.407774 43.768709, -88.407869 43.768799, -88.407853 43.769252, -88.408508 43.769264, -88.408526 43.769352, -88.40898 43.769979, -88.411283 43.772432, -88.411651 43.772516, -88.411701 43.77252, -88.411721 43.772526, -88.411747 43.773075, -88.411916 43.776606, -88.411895 43.776605, -88.41125 43.776595, -88.411144 43.776593, -88.405769 43.776506, -88.402006 43.776469, -88.401896 43.776467, -88.40184 43.776467)), ((-88.408522 43.778764, -88.40855 43.779785, -88.408553 43.78035, -88.408553 43.780376, -88.4091 43.780388, -88.410208 43.78041, -88.411195 43.780426, -88.411228 43.780426, -88.411228 43.780458, -88.411218 43.78164, -88.410869 43.781634, -88.41087 43.781846, -88.41087 43.782217, -88.410865 43.782299, -88.406748 43.782254, -88.4056 43.782242, -88.405604 43.781296, -88.405608 43.780187, -88.405569 43.778469, -88.405667 43.778462, -88.405788 43.778453, -88.406965 43.778539, -88.408522 43.778764)), ((-88.454158 43.745058, -88.454975 43.745442, -88.456125 43.745981, -88.458548 43.747295, -88.458725 43.747406, -88.458724 43.747973, -88.458725 43.748487, -88.457785 43.747911, -88.456943 43.747878, -88.456667 43.747881, -88.457071 43.747479, -88.456833 43.74735, -88.456608 43.747236, -88.454568 43.746259, -88.454564 43.746346, -88.454478 43.746305, -88.454463 43.746479, -88.454688 43.747886, -88.454798 43.747881, -88.454898 43.747876, -88.454998 43.747873, -88.455197 43.747871, -88.455283 43.747872, -88.455313 43.747872, -88.455389 43.748908, -88.45374 43.748918, -88.454525 43.749926, -88.454658 43.750076, -88.454772 43.750287, -88.454912 43.750533, -88.454918 43.751556, -88.45492 43.751733, -88.455385 43.752727, -88.45522 43.752835, -88.454924 43.753037, -88.454792 43.753131, -88.454768 43.753151, -88.454718 43.753188, -88.454691 43.753206, -88.454635 43.753238, -88.454688 43.753254, -88.454786 43.753292, -88.455947 43.753319, -88.457107 43.753347, -88.457108 43.753451, -88.456986 43.754096, -88.455789 43.754028, -88.455798 43.753595, -88.455811 43.753431, -88.45572 43.753381, -88.454644 43.753347, -88.45458 43.753369, -88.454562 43.753303, -88.454506 43.753297, -88.453594 43.753615, -88.453565 43.753623, -88.453537 43.753632, -88.453497 43.753492, -88.45349 43.753143, -88.453496 43.752935, -88.453529 43.752754, -88.453546 43.7527, -88.453552 43.752662, -88.453552 43.752641, -88.453554 43.752626, -88.453554 43.75261, -88.453549 43.752561, -88.453546 43.752546, -88.453554 43.752477, -88.453496 43.752318, -88.453292 43.752126, -88.453184 43.751935, -88.453182 43.751921, -88.453183 43.751904, -88.453194 43.75189, -88.45317 43.751791, -88.453178 43.751746, -88.453234 43.751603, -88.453345 43.751525, -88.453487 43.751483, -88.453485 43.751475, -88.453479 43.751444, -88.453453 43.751319, -88.453026 43.75131, -88.452587 43.751301, -88.452153 43.7513, -88.451956 43.7513, -88.451986 43.750171, -88.451976 43.750145, -88.451988 43.750028, -88.451484 43.75003, -88.449956 43.750029, -88.449947 43.750236, -88.449764 43.750243, -88.449757 43.750372, -88.449749 43.750561, -88.449745 43.750658, -88.449144 43.750661, -88.449076 43.750662, -88.449081 43.750487, -88.449082 43.750468, -88.448958 43.750469, -88.448938 43.750468, -88.448961 43.750173, -88.448988 43.750173, -88.449768 43.750174, -88.449838 43.750176, -88.449847 43.749958, -88.451484 43.749957, -88.451987 43.749957, -88.452023 43.749168, -88.452026 43.74899, -88.452021 43.74898, -88.452018 43.748968, -88.45202 43.748955, -88.452027 43.74894, -88.452031 43.748826, -88.452026 43.748735, -88.452022 43.748673, -88.452023 43.748619, -88.452026 43.748525, -88.450145 43.748525, -88.449854 43.748565, -88.449873 43.748025, -88.449877 43.747917, -88.449879 43.747875, -88.449882 43.747784, -88.449668 43.747785, -88.449701 43.747026, -88.449916 43.74702, -88.449935 43.747019, -88.449958 43.747019, -88.450007 43.747027, -88.450001 43.746691, -88.450334 43.746706, -88.45037 43.746434, -88.450961 43.746357, -88.451539 43.746282, -88.451924 43.746279, -88.452545 43.746283, -88.452763 43.746443, -88.45295 43.746235, -88.453139 43.746039, -88.453276 43.745899, -88.453449 43.745712, -88.45369 43.745453, -88.453644 43.745433, -88.453546 43.745388, -88.453516 43.745374, -88.453699 43.745038, -88.45372 43.744832, -88.4538 43.74433, -88.454111 43.743871, -88.455128 43.743367, -88.45514 43.743283, -88.454507 43.743069, -88.45419 43.742929, -88.453894 43.742648, -88.453695 43.742451, -88.454216 43.742034, -88.454456 43.741815, -88.455024 43.742364, -88.455942 43.741933, -88.456893 43.741699, -88.457384 43.74133, -88.456872 43.741075, -88.456522 43.740632, -88.456028 43.740632, -88.454895 43.740631, -88.450328 43.740686, -88.450353 43.74119, -88.450621 43.74217, -88.450778 43.742799, -88.450823 43.742882, -88.45086 43.742943, -88.450901 43.743005, -88.45097 43.743094, -88.451251 43.743427, -88.451495 43.74372, -88.451025 43.743939, -88.450658 43.744111, -88.450474 43.744197, -88.450003 43.744417, -88.449833 43.744497, -88.449335 43.74473, -88.449001 43.744887, -88.44841 43.744106, -88.448017 43.743369, -88.447728 43.742887, -88.447301 43.742175, -88.44701 43.741742, -88.447065 43.741724, -88.446246 43.740601, -88.444943 43.738895, -88.444199 43.737834, -88.443602 43.736982, -88.444198 43.736985, -88.445089 43.736991, -88.446425 43.737, -88.447251 43.737006, -88.449865 43.737007, -88.449939 43.737007, -88.452394 43.737009, -88.454706 43.737, -88.454697 43.736804, -88.454634 43.735266, -88.454353 43.735271, -88.453372 43.735294, -88.453335 43.734406, -88.452515 43.733958, -88.452502 43.733514, -88.449702 43.733486, -88.449596 43.733485, -88.449603 43.733532, -88.449605 43.733559, -88.449645 43.73386, -88.449668 43.734027, -88.449678 43.734102, -88.449689 43.734176, -88.449723 43.73444, -88.449751 43.734653, -88.449754 43.734704, -88.449765 43.734779, -88.449779 43.734923, -88.449784 43.734954, -88.449826 43.735388, -88.449729 43.735388, -88.446938 43.735373, -88.446953 43.734416, -88.447141 43.734417, -88.4496 43.73444, -88.449629 43.73444, -88.449579 43.734028, -88.449567 43.733923, -88.449507 43.733421, -88.449473 43.733421, -88.448937 43.733386, -88.448925 43.733404, -88.448912 43.73343, -88.448888 43.733472, -88.448878 43.733483, -88.448861 43.733488, -88.44884 43.733491, -88.448782 43.733491, -88.448728 43.733486, -88.448704 43.733485, -88.448683 43.733488, -88.448663 43.733496, -88.448649 43.733506, -88.448645 43.733538, -88.448645 43.733549, -88.448637 43.733563, -88.448625 43.73357, -88.448589 43.733571, -88.448498 43.733571, -88.448433 43.733572, -88.448394 43.733585, -88.44838 43.733592, -88.44837 43.733601, -88.448355 43.733607, -88.448348 43.733617, -88.448323 43.733635, -88.448306 43.733641, -88.44829 43.733643, -88.448273 43.733642, -88.448202 43.733628, -88.448178 43.733627, -88.448123 43.733627, -88.448101 43.733624, -88.448045 43.733611, -88.448027 43.73361, -88.44801 43.733614, -88.447996 43.733621, -88.447986 43.73363, -88.447981 43.733641, -88.447979 43.733654, -88.447978 43.733697, -88.44797 43.733747, -88.447964 43.733762, -88.447946 43.733792, -88.447896 43.733861, -88.447862 43.733897, -88.44785 43.733908, -88.447825 43.733927, -88.447794 43.733945, -88.447749 43.733964, -88.447734 43.733969, -88.4477 43.733976, -88.447682 43.733977, -88.447652 43.733972, -88.447612 43.733961, -88.447562 43.733938, -88.447517 43.733913, -88.447482 43.733892, -88.447434 43.733867, -88.4474 43.733853, -88.447386 43.733846, -88.44735 43.733831, -88.447333 43.733825, -88.447317 43.733818, -88.447252 43.733794, -88.447239 43.733788, -88.447187 43.733772, -88.447149 43.733771, -88.447114 43.733763, -88.44708 43.733749, -88.447066 43.733744, -88.446988 43.733702, -88.446953 43.733685, -88.446938 43.733675, -88.446925 43.733663, -88.446916 43.733653, -88.446903 43.733642, -88.446881 43.733618, -88.446869 43.733603, -88.446852 43.733578, -88.446844 43.733564, -88.446845 43.73354, -88.446844 43.733528, -88.446836 43.733515, -88.44682 43.733505, -88.446806 43.733498, -88.44676 43.733495, -88.446722 43.733486, -88.446702 43.73348, -88.446681 43.733478, -88.44666 43.733478, -88.446641 43.733475, -88.44661 43.733473, -88.446585 43.733473, -88.446543 43.733471, -88.446395 43.733474, -88.446333 43.73347, -88.446311 43.733467, -88.44629 43.733463, -88.446247 43.733458, -88.446163 43.733453, -88.446147 43.733453, -88.446124 43.733455, -88.446112 43.733455, -88.446126 43.733448, -88.446158 43.733444, -88.446214 43.733442, -88.44626 43.733442, -88.446351 43.733446, -88.446463 43.733443, -88.446553 43.733443, -88.446639 43.733445, -88.446697 43.733448, -88.44671 43.733454, -88.446722 43.733464, -88.446735 43.733471, -88.446753 43.733471, -88.446761 43.733461, -88.446778 43.733456, -88.446795 43.733457, -88.446821 43.733461, -88.446832 43.733469, -88.446847 43.733478, -88.446858 43.733487, -88.446865 43.7335, -88.446868 43.733528, -88.446871 43.733544, -88.446924 43.733603, -88.446976 43.733652, -88.44701 43.733676, -88.447062 43.733705, -88.447119 43.733728, -88.447156 43.73374, -88.447287 43.733773, -88.447326 43.733785, -88.447375 43.733803, -88.447464 43.733844, -88.447523 43.733878, -88.447535 43.733888, -88.447564 43.733909, -88.44761 43.733934, -88.447646 43.733948, -88.447661 43.73395, -88.447702 43.733952, -88.447734 43.733949, -88.44775 43.733942, -88.447773 43.73393, -88.447818 43.733897, -88.447829 43.733887, -88.447839 43.733874, -88.447876 43.733835, -88.447884 43.733823, -88.447918 43.733783, -88.447949 43.733733, -88.447951 43.733721, -88.447951 43.73368, -88.447946 43.733665, -88.447945 43.733649, -88.447948 43.733636, -88.447955 43.733624, -88.447967 43.73361, -88.447977 43.733601, -88.447997 43.733595, -88.448015 43.733593, -88.448034 43.733592, -88.44806 43.733595, -88.448076 43.733601, -88.448112 43.733608, -88.448128 43.733609, -88.448207 43.733606, -88.448239 43.733608, -88.448253 43.733614, -88.448264 43.733623, -88.448278 43.73363, -88.448293 43.733631, -88.448347 43.733596, -88.448374 43.733571, -88.448386 43.733564, -88.448402 43.73356, -88.448496 43.733554, -88.448594 43.733555, -88.44861 43.733552, -88.448617 43.733541, -88.448609 43.733526, -88.448608 43.733513, -88.448615 43.733491, -88.448683 43.733464, -88.448703 43.733462, -88.44872 43.733462, -88.448739 43.733465, -88.44876 43.733472, -88.448817 43.73348, -88.448834 43.733481, -88.448854 43.733478, -88.448863 43.733468, -88.44887 43.733457, -88.448872 43.733443, -88.448879 43.733429, -88.448885 43.733414, -88.448897 43.733389, -88.448922 43.733363, -88.448949 43.733181, -88.449015 43.732762, -88.449416 43.732769, -88.44954 43.732763, -88.449536 43.732713, -88.449539 43.732634, -88.44954 43.732624, -88.449546 43.732555, -88.449557 43.732476, -88.449572 43.732398, -88.44959 43.73232, -88.449615 43.732233, -88.449637 43.732166, -88.449647 43.73214, -88.449673 43.732089, -88.450126 43.731199, -88.450336 43.730789, -88.450396 43.730673, -88.45071 43.730091, -88.450912 43.729723, -88.450926 43.729699, -88.450952 43.72965, -88.451047 43.729481, -88.451074 43.729431, -88.451089 43.729406, -88.451188 43.729228, -88.451353 43.728939, -88.451366 43.728915, -88.45138 43.728892, -88.451393 43.728868, -88.451407 43.728845, -88.45142 43.728821, -88.451434 43.728798, -88.451545 43.728604, -88.451575 43.728554, -88.451589 43.728528, -88.451619 43.728478, -88.4519 43.727999, -88.451962 43.727906, -88.452005 43.727831, -88.452029 43.727784, -88.452043 43.727755, -88.452077 43.727677, -88.452099 43.727618, -88.452123 43.727542, -88.452142 43.727466, -88.452157 43.727389, -88.452161 43.727364, -88.452167 43.727315, -88.452173 43.727223, -88.45224 43.726358, -88.452257 43.726009, -88.45226 43.725875, -88.45226 43.725848, -88.452261 43.725822, -88.452262 43.725581, -88.45226 43.725447, -88.452258 43.725394, -88.452258 43.725367, -88.452251 43.72518, -88.452249 43.725154, -88.452248 43.725127, -88.452235 43.723991, -88.452232 43.723846, -88.452212 43.723846, -88.452036 43.723846, -88.450335 43.723828, -88.450301 43.721086, -88.450609 43.721083, -88.452094 43.721071, -88.452071 43.720795, -88.452072 43.720507, -88.452066 43.720047, -88.451328 43.720048, -88.451322 43.719533, -88.452059 43.719542, -88.452059 43.71948, -88.452052 43.7189, -88.523149 43.719598, -88.524204 43.806646, -88.501296 43.806464, -88.501159 43.804379, -88.5011 43.804345, -88.50104 43.804312, -88.500543 43.804025, -88.500453 43.803971, -88.500423 43.803954, -88.49996 43.803676, -88.499932 43.803658, -88.499874 43.803623, -88.499846 43.803605, -88.499788 43.80357, -88.499589 43.803445, -88.49956 43.803428, -88.499334 43.803284, -88.498925 43.80303, -88.497877 43.802382, -88.497252 43.801997, -88.492668 43.799172, -88.492553 43.799102, -88.492458 43.799163, -88.489543 43.799046, -88.488364 43.799009, -88.488011 43.799006, -88.487344 43.798967, -88.485673 43.79743, -88.485328 43.797063, -88.484265 43.795551, -88.483361 43.79553, -88.483402 43.796303, -88.483448 43.796746, -88.483611 43.797207, -88.483843 43.797584, -88.484214 43.798004, -88.484477 43.798216, -88.484984 43.798878, -88.48477 43.79889, -88.484596 43.798901, -88.484423 43.798708, -88.484291 43.798565, -88.484161 43.798408, -88.484052 43.798289, -88.483939 43.798178, -88.48382 43.798046, -88.483693 43.797902, -88.483521 43.797699, -88.483367 43.797478, -88.483244 43.797267, -88.483184 43.797154, -88.483132 43.798419, -88.483154 43.798809, -88.482538 43.798818, -88.477484 43.798893, -88.47752 43.799376, -88.477366 43.799383, -88.476709 43.799426, -88.47716 43.79978, -88.477109 43.799815, -88.47709 43.799826, -88.476967 43.799892, -88.477212 43.800134, -88.47731 43.80023, -88.477464 43.80038, -88.477524 43.800439, -88.477629 43.800541, -88.477653 43.800562, -88.477885 43.800785, -88.477987 43.800883, -88.478032 43.800926, -88.477929 43.800925, -88.477913 43.800925, -88.477664 43.800925, -88.475426 43.80097, -88.475352 43.800892, -88.475368 43.800826, -88.47545 43.800554, -88.475505 43.800373, -88.475558 43.800197, -88.475583 43.800114, -88.475669 43.799829, -88.475698 43.799734, -88.475925 43.798986, -88.47596 43.798879, -88.475515 43.79842, -88.475495 43.798398, -88.475391 43.798291, -88.475371 43.798269, -88.47535 43.798248, -88.475329 43.798225, -88.475307 43.798203, -88.475265 43.798158, -88.475222 43.798114, -88.475201 43.798091, -88.475158 43.798047, -88.475052 43.797934, -88.47503 43.797912, -88.474988 43.797866, -88.474966 43.797844, -88.474945 43.797821, -88.474929 43.797805, -88.474898 43.797771, -88.474837 43.797708, -88.474639 43.797498, -88.474619 43.797478, -88.474461 43.797313, -88.474442 43.797292, -88.474382 43.79723, -88.474343 43.797188, -88.474241 43.797081, -88.473835 43.797197, -88.473768 43.797196, -88.47353 43.797202, -88.473315 43.797207, -88.47137 43.797242, -88.470656 43.797249, -88.470655 43.797216, -88.470646 43.796892, -88.47112 43.796662, -88.472473 43.796004, -88.472538 43.795973, -88.472791 43.796247, -88.47325 43.796033, -88.473496 43.796293, -88.473985 43.796811, -88.47411 43.796943, -88.474685 43.796764, -88.474834 43.796733, -88.474852 43.796728, -88.474874 43.79672, -88.47489 43.796711, -88.474927 43.796703, -88.474967 43.796699, -88.474985 43.796698, -88.475025 43.796691, -88.475043 43.796687, -88.475067 43.796678, -88.4751 43.796671, -88.475168 43.79666, -88.475195 43.796659, -88.475221 43.796655, -88.475249 43.796649, -88.475264 43.796643, -88.475292 43.796637, -88.475318 43.796634, -88.475349 43.796629, -88.475374 43.796627, -88.4754 43.796623, -88.475506 43.796614, -88.475544 43.796608, -88.475561 43.796603, -88.475583 43.796595, -88.475701 43.796571, -88.475746 43.796566, -88.475763 43.796565, -88.475804 43.796558, -88.475825 43.796553, -88.475871 43.796547, -88.475915 43.796544, -88.475944 43.796541, -88.475969 43.796541, -88.475996 43.796538, -88.476111 43.796514, -88.476135 43.796511, -88.476183 43.796507, -88.476217 43.796501, -88.475949 43.795189, -88.476938 43.79522, -88.477104 43.795226, -88.47719 43.794901, -88.477911 43.794853, -88.479817 43.794993, -88.481446 43.795135, -88.482892 43.795336, -88.483321 43.79524, -88.48481 43.795293, -88.485166 43.795322, -88.487005 43.795237, -88.48731 43.795222, -88.489885 43.795494, -88.491583 43.795529, -88.493471 43.795575, -88.494362 43.795591, -88.494357 43.79563, -88.494418 43.795633, -88.494689 43.795635, -88.494753 43.795638, -88.494813 43.795639, -88.494916 43.795644, -88.494954 43.795643, -88.495025 43.795653, -88.495125 43.795657, -88.495183 43.795656, -88.49525 43.795657, -88.495543 43.795656, -88.495564 43.795655, -88.495611 43.795646, -88.495637 43.795638, -88.495388 43.792213, -88.495366 43.792213, -88.495294 43.792206, -88.495133 43.792202, -88.494967 43.792207, -88.494707 43.792204, -88.494483 43.792195, -88.494329 43.792193, -88.494139 43.792185, -88.49411 43.792184, -88.494123 43.792335, -88.494168 43.793043, -88.493056 43.793023, -88.493056 43.793001, -88.49299 43.792154, -88.492986 43.792097, -88.493862 43.792111, -88.495061 43.792131, -88.495853 43.792143, -88.495852 43.792078, -88.495852 43.790884, -88.497855 43.790919, -88.497796 43.789922, -88.49778 43.789708, -88.497758 43.788406, -88.496319 43.788348, -88.495264 43.78833, -88.492646 43.788359, -88.492504 43.78677, -88.492508 43.786756, -88.492503 43.786742, -88.492416 43.785547, -88.492348 43.784517, -88.485439 43.784316, -88.482156 43.784238, -88.482137 43.782507, -88.482102 43.782144, -88.482452 43.782033, -88.48289 43.781886, -88.484111 43.781479, -88.484075 43.781422, -88.48386 43.78108, -88.484016 43.781073, -88.483953 43.780966, -88.483889 43.78087, -88.483808 43.780733, -88.483774 43.780676, -88.483624 43.780401, -88.483612 43.780376, -88.483548 43.78025, -88.483536 43.780224, -88.483523 43.780199, -88.483491 43.780132, -88.483475 43.780098, -88.483464 43.780072, -88.483452 43.780047, -88.483441 43.780021, -88.483429 43.779996, -88.483407 43.779944, -88.483395 43.779919, -88.483354 43.779821, -88.484639 43.779852, -88.48464 43.779824, -88.484532 43.779012, -88.484367 43.777762, -88.483765 43.777747, -88.48377 43.777709, -88.483073 43.77773, -88.482905 43.777728, -88.482367 43.777724, -88.482014 43.777717, -88.482007 43.777106, -88.481993 43.775911, -88.48188 43.775916, -88.479647 43.775939, -88.479647 43.77491, -88.480901 43.774896, -88.481695 43.77489, -88.481695 43.774844, -88.481678 43.774302, -88.481668 43.773957, -88.481859 43.773966, -88.482295 43.773968, -88.482746 43.773971, -88.482828 43.774082, -88.48294 43.774226, -88.483663 43.77516, -88.483933 43.775505, -88.483059 43.775483, -88.483075 43.776264, -88.482878 43.776261, -88.482944 43.777057, -88.484575 43.777088, -88.485337 43.777095, -88.485307 43.771739, -88.48531 43.769203, -88.483545 43.769201, -88.48346 43.769157, -88.483489 43.76927, -88.483383 43.769854, -88.482366 43.769831, -88.482771 43.771601, -88.482783 43.771663, -88.482593 43.771667, -88.482093 43.771661, -88.482125 43.771866, -88.482128 43.771893, -88.482136 43.771945, -88.482137 43.77196, -88.481906 43.771952, -88.481676 43.771945, -88.477762 43.771863, -88.477563 43.771859, -88.477569 43.770797, -88.477568 43.770493, -88.476974 43.770481, -88.476932 43.770479, -88.476935 43.770177, -88.476922 43.770075, -88.476921 43.769915, -88.476918 43.769758, -88.475044 43.769754, -88.475041 43.768351, -88.47504 43.768255, -88.47504 43.768201, -88.47504 43.76804, -88.474912 43.768039, -88.474766 43.768033, -88.474429 43.768036, -88.47443 43.768284, -88.474408 43.769297, -88.474429 43.769751, -88.474343 43.769788, -88.474076 43.769748, -88.472891 43.769736, -88.471897 43.769726, -88.471897 43.769214, -88.471546 43.76921, -88.469387 43.769171, -88.469394 43.768995, -88.469392 43.768772, -88.469807 43.768748, -88.469809 43.768544, -88.470159 43.767919, -88.470354 43.767923, -88.470539 43.767926, -88.47206 43.76795, -88.473806 43.767949, -88.474107 43.767955, -88.47471 43.767959, -88.474853 43.767957, -88.475798 43.767962, -88.475798 43.768283, -88.475799 43.768699, -88.4758 43.768814, -88.475789 43.769696, -88.476523 43.7697, -88.476527 43.769517, -88.47653 43.769152, -88.476916 43.769154, -88.476914 43.769219, -88.476909 43.769684, -88.477043 43.769684, -88.477439 43.769687, -88.477438 43.769758, -88.477532 43.769759, -88.478073 43.76976, -88.478067 43.769912, -88.478054 43.770503, -88.478498 43.770515, -88.479443 43.770535, -88.479445 43.770497, -88.479455 43.77026, -88.480671 43.770268, -88.480688 43.770555, -88.481423 43.770561, -88.481397 43.770438, -88.481347 43.770223, -88.481288 43.769981, -88.481246 43.769821, -88.481232 43.769766, -88.481139 43.769417, -88.481057 43.769121, -88.48104 43.769062, -88.48097 43.768826, -88.480879 43.768532, -88.480784 43.768239, -88.480728 43.768074, -88.480684 43.767946, -88.480581 43.767654, -88.480463 43.767338, -88.480417 43.767219, -88.480412 43.767204, -88.480396 43.767166, -88.480391 43.767152, -88.480381 43.767125, -88.48036 43.767073, -88.48035 43.767046, -88.480299 43.766936, -88.480702 43.766844, -88.481153 43.766741, -88.481611 43.766637, -88.481984 43.766555, -88.482164 43.766572, -88.483028 43.766657, -88.483212 43.766668, -88.483309 43.766671, -88.483366 43.766682, -88.483369 43.766636, -88.483365 43.766395, -88.483364 43.766255, -88.483363 43.7662, -88.481962 43.766168, -88.481957 43.765012, -88.481951 43.764834, -88.481949 43.76354, -88.481944 43.763406, -88.481946 43.763156, -88.481554 43.763157, -88.481019 43.763154, -88.480959 43.762599, -88.48108 43.762607, -88.48228 43.762611, -88.48325 43.762635, -88.483404 43.762642, -88.483795 43.762647, -88.483795 43.762613, -88.483797 43.762492, -88.483797 43.759841, -88.483798 43.75973, -88.483795 43.758844, -88.483797 43.758637, -88.481923 43.758607, -88.481912 43.756644, -88.481907 43.755836, -88.481905 43.755485, -88.481905 43.755437, -88.481905 43.7553, -88.481905 43.755268, -88.480208 43.755254, -88.480501 43.755048, -88.480351 43.754886, -88.480155 43.754693, -88.480586 43.754387, -88.481154 43.753951, -88.481805 43.753485, -88.481917 43.753377, -88.481917 43.753296, -88.481924 43.752224, -88.481934 43.750764, -88.484527 43.748957, -88.484544 43.74805, -88.485173 43.748066, -88.487307 43.748118, -88.488654 43.748151, -88.488986 43.747904, -88.490038 43.747116, -88.490901 43.746481, -88.491101 43.746152, -88.490874 43.745997, -88.490694 43.745875, -88.490717 43.74585, -88.490776 43.74579, -88.490805 43.745757, -88.490816 43.745743, -88.490839 43.745719, -88.490865 43.745694, -88.490877 43.745681, -88.490901 43.74566, -88.490978 43.745588, -88.490991 43.745577, -88.491016 43.745551, -88.491066 43.745493, -88.491079 43.74548, -88.491115 43.745448, -88.491161 43.745411, -88.491186 43.745386, -88.491197 43.745372, -88.491211 43.745361, -88.491237 43.745336, -88.491296 43.745275, -88.491316 43.745248, -88.49135 43.745212, -88.491363 43.7452, -88.491372 43.745188, -88.491938 43.744562, -88.490636 43.744544, -88.487118 43.744471, -88.486131 43.744451, -88.485795 43.744444, -88.485759 43.744445, -88.485742 43.744424, -88.482102 43.744361, -88.482161 43.742832, -88.482246 43.740796, -88.480588 43.740781, -88.479167 43.740765, -88.477944 43.740741, -88.475916 43.740734, -88.473363 43.740718, -88.469724 43.740616, -88.469697 43.740615, -88.469672 43.743052, -88.466924 43.741973, -88.467065 43.741631, -88.467077 43.741595, -88.467082 43.741575, -88.467085 43.741555, -88.467097 43.74152, -88.467118 43.741425, -88.467126 43.741349, -88.467132 43.74129, -88.467133 43.740606, -88.467134 43.740267, -88.467141 43.738969, -88.467141 43.738913, -88.468839 43.738872, -88.468845 43.738307, -88.467144 43.738298, -88.467115 43.737315, -88.467151 43.737058, -88.466217 43.737048, -88.466217 43.736595, -88.467151 43.736608, -88.467151 43.736208, -88.467152 43.735635, -88.467152 43.73507, -88.467153 43.734686, -88.467154 43.733448, -88.467157 43.732988, -88.467158 43.732847, -88.467159 43.732684, -88.467163 43.732265, -88.467164 43.732165, -88.467182 43.729821, -88.467212 43.725872, -88.467213 43.725846, -88.467222 43.725767, -88.467239 43.72569, -88.467255 43.725638, -88.467274 43.725588, -88.467294 43.725542, -88.467245 43.725389, -88.467196 43.725278, -88.467217 43.724808, -88.466492 43.724809, -88.466254 43.72481, -88.466126 43.724807, -88.465927 43.724805, -88.462201 43.724796, -88.462207 43.725004, -88.462199 43.726082, -88.462197 43.726642, -88.462189 43.727805, -88.462192 43.727891, -88.462177 43.729772, -88.46121 43.729775, -88.461205 43.729821, -88.457381 43.729823, -88.457133 43.729814, -88.457109 43.731559, -88.457098 43.732854, -88.457104 43.73298, -88.457099 43.733077, -88.457089 43.734783, -88.457085 43.735094, -88.457094 43.735136, -88.457089 43.735293, -88.457089 43.735365, -88.45709 43.735434, -88.457086 43.736449, -88.457091 43.736559, -88.457083 43.737032, -88.458196 43.737028, -88.45831 43.737028, -88.45946 43.737022, -88.459463 43.736915, -88.459831 43.736916, -88.460401 43.736911, -88.460601 43.736914, -88.460921 43.73692, -88.461136 43.736918, -88.461142 43.737036, -88.461461 43.737033, -88.461588 43.738033, -88.461549 43.738915, -88.46148 43.73985, -88.461385 43.74122, -88.461343 43.741811, -88.461387 43.741965, -88.461184 43.744094, -88.460925 43.746166, -88.460966 43.746168, -88.460929 43.746478, -88.460901 43.746874, -88.461301 43.746878, -88.46155 43.746874, -88.461755 43.746872, -88.461682 43.747721, -88.461678 43.74777, -88.462092 43.74777, -88.462092 43.747812, -88.462183 43.747813, -88.463176 43.747825, -88.463174 43.747895, -88.463669 43.747901, -88.46458 43.747914, -88.464579 43.747797, -88.464578 43.747011, -88.465138 43.747018, -88.467075 43.747046, -88.46707 43.748541, -88.466695 43.748367, -88.466239 43.748216, -88.46596 43.748146, -88.465772 43.7481, -88.465595 43.748072, -88.465429 43.748045, -88.465289 43.748026, -88.465102 43.74801, -88.464898 43.747991, -88.464731 43.747983, -88.462135 43.747976, -88.46213 43.747898, -88.461314 43.747898, -88.46128 43.74724, -88.461289 43.747079, -88.460293 43.747075, -88.460303 43.746952, -88.460268 43.74695, -88.460201 43.746947, -88.460244 43.746472, -88.460364 43.745031, -88.460466 43.745035, -88.460839 43.740649, -88.460775 43.740646, -88.460904 43.739027, -88.460949 43.738131, -88.460876 43.737453, -88.460912 43.737035, -88.460593 43.737038, -88.460381 43.737043, -88.459842 43.737042, -88.45961 43.737033, -88.459474 43.737226, -88.459438 43.737278, -88.459398 43.737335, -88.45873 43.73829, -88.458677 43.738383, -88.458394 43.738771, -88.458016 43.739311, -88.457083 43.740634, -88.456959 43.740633, -88.457157 43.740884, -88.457744 43.741176, -88.457808 43.741406, -88.457103 43.741936, -88.456093 43.742195, -88.455395 43.742528, -88.454734 43.742823, -88.455543 43.743125, -88.455487 43.743522, -88.454409 43.744056, -88.45418 43.744401, -88.454158 43.745058)), ((-88.401661 43.806656, -88.410289 43.805106, -88.411795 43.804949, -88.420134 43.805101, -88.426486 43.805708, -88.426607 43.803433, -88.426621 43.800755, -88.426649 43.798962, -88.426782 43.798342, -88.426784 43.797516, -88.426778 43.796636, -88.425711 43.79684, -88.425784 43.79136, -88.424766 43.791354, -88.424794 43.790856, -88.42438 43.790856, -88.424371 43.791291, -88.424393 43.791409, -88.425671 43.791424, -88.425623 43.794605, -88.424643 43.794599, -88.424608 43.795576, -88.42559 43.795587, -88.425585 43.796491, -88.425207 43.796487, -88.425209 43.796734, -88.425579 43.796632, -88.425565 43.796871, -88.425464 43.796894, -88.42491 43.796902, -88.424911 43.796996, -88.423357 43.797375, -88.421719 43.797702, -88.420423 43.797975, -88.412168 43.799715, -88.412164 43.799403, -88.412151 43.79871, -88.41214 43.798016, -88.412137 43.798016, -88.412062 43.798012, -88.411986 43.79801, -88.411949 43.798008, -88.411497 43.797995, -88.411233 43.797991, -88.411195 43.797991, -88.411158 43.79799, -88.410856 43.797989, -88.410555 43.797991, -88.410479 43.797993, -88.410441 43.797993, -88.410215 43.797998, -88.410178 43.797998, -88.410146 43.798002, -88.410116 43.798009, -88.410101 43.798014, -88.410088 43.79802, -88.409456 43.797929, -88.409024 43.797919, -88.407681 43.797908, -88.407646 43.795411, -88.407642 43.795145, -88.40764 43.79508, -88.407639 43.794974, -88.407636 43.794852, -88.407635 43.79477, -88.407451 43.79476, -88.407389 43.794765, -88.404273 43.794706, -88.402278 43.794675, -88.402053 43.79467, -88.401661 43.806656)), ((-88.401829 43.718406, -88.442517 43.718806, -88.442542 43.720024, -88.442491 43.730777, -88.442513 43.731162, -88.442531 43.731541, -88.442564 43.731917, -88.442618 43.73235, -88.442666 43.732521, -88.442991 43.732524, -88.443062 43.732936, -88.443142 43.73337, -88.442676 43.733366, -88.44083 43.733351, -88.432111 43.733279, -88.431887 43.733278, -88.43192 43.73693, -88.43202 43.737981, -88.432181 43.738244, -88.432149 43.740492, -88.436949 43.740564, -88.436946 43.740752, -88.436903 43.744199, -88.435678 43.744189, -88.436877 43.745022, -88.436875 43.745133, -88.436871 43.74541, -88.4402 43.747885, -88.440924 43.748424, -88.441066 43.748541, -88.441166 43.748653, -88.441239 43.74877, -88.441267 43.748831, -88.441294 43.74891, -88.441316 43.74903, -88.441317 43.749124, -88.441326 43.749202, -88.441354 43.749265, -88.441371 43.749291, -88.4414 43.749326, -88.441792 43.749621, -88.441788 43.749767, -88.441748 43.751536, -88.441747 43.751592, -88.441745 43.751684, -88.44202 43.751687, -88.442315 43.751691, -88.442284 43.752405, -88.44228 43.752556, -88.44228 43.752569, -88.441829 43.752541, -88.441592 43.752528, -88.441369 43.752516, -88.439744 43.752431, -88.439129 43.752398, -88.439018 43.752395, -88.438871 43.752395, -88.438782 43.752398, -88.43876 43.752399, -88.438687 43.752403, -88.438577 43.752412, -88.438541 43.752416, -88.438504 43.752419, -88.438468 43.752424, -88.438431 43.752428, -88.438351 43.752439, -88.438347 43.752369, -88.438678 43.752315, -88.438995 43.7523, -88.439356 43.752307, -88.439749 43.752335, -88.439966 43.752343, -88.440899 43.752399, -88.441595 43.752446, -88.441728 43.752447, -88.441727 43.752494, -88.441832 43.752502, -88.442201 43.752522, -88.442216 43.751759, -88.442033 43.751754, -88.441659 43.751745, -88.441661 43.751589, -88.441663 43.751532, -88.441697 43.75011, -88.441698 43.749699, -88.441383 43.749465, -88.441333 43.749426, -88.441307 43.749404, -88.441284 43.749381, -88.441254 43.749344, -88.441237 43.749318, -88.441223 43.749291, -88.44121 43.749261, -88.441198 43.749221, -88.441192 43.749179, -88.441191 43.74915, -88.441193 43.749107, -88.441191 43.749049, -88.441188 43.74902, -88.44118 43.748976, -88.441174 43.748948, -88.441166 43.748919, -88.441157 43.748891, -88.44114 43.748849, -88.441128 43.748822, -88.441099 43.748768, -88.441073 43.748728, -88.441055 43.748703, -88.441026 43.748666, -88.441004 43.74864, -88.440969 43.748605, -88.440932 43.74857, -88.440893 43.748537, -88.44032 43.74811, -88.440029 43.747893, -88.438472 43.746728, -88.43834 43.746629, -88.435368 43.744334, -88.432407 43.742031, -88.429499 43.739826, -88.42861 43.739212, -88.428574 43.739188, -88.428517 43.73916, -88.42851 43.739155, -88.428455 43.739102, -88.428449 43.739095, -88.428446 43.73909, -88.428387 43.739033, -88.428356 43.739005, -88.428283 43.738946, -88.428262 43.738933, -88.428232 43.738916, -88.428214 43.738903, -88.428199 43.738889, -88.428091 43.7388, -88.427982 43.738713, -88.427957 43.738695, -88.427923 43.738673, -88.427894 43.738653, -88.427821 43.738596, -88.427786 43.738559, -88.427767 43.738533, -88.42773 43.738468, -88.427668 43.738407, -88.427605 43.738357, -88.427574 43.738334, -88.427558 43.738318, -88.427488 43.738254, -88.427455 43.738227, -88.427326 43.738125, -88.42717 43.737999, -88.427151 43.737982, -88.42703 43.737888, -88.426879 43.73776, -88.426818 43.737713, -88.426786 43.737687, -88.426752 43.737658, -88.426661 43.737586, -88.426614 43.737545, -88.426394 43.737366, -88.426313 43.737299, -88.426273 43.737264, -88.426255 43.73725, -88.426215 43.737215, -88.426178 43.737181, -88.426117 43.737133, -88.426081 43.737103, -88.42606 43.737088, -88.426007 43.737047, -88.425881 43.736947, -88.425868 43.736943, -88.425833 43.736938, -88.425818 43.736939, -88.425804 43.736938, -88.425745 43.736888, -88.425729 43.736873, -88.425704 43.736853, -88.425694 43.736843, -88.425674 43.736826, -88.42564 43.736793, -88.425617 43.736773, -88.425586 43.736748, -88.42546 43.736654, -88.425387 43.736597, -88.425332 43.73655, -88.424046 43.73655, -88.423799 43.736555, -88.421995 43.736582, -88.421995 43.738319, -88.421302 43.74045, -88.422638 43.740446, -88.422644 43.741886, -88.421957 43.742205, -88.421797 43.74228, -88.4218 43.7431, -88.421802 43.743919, -88.421803 43.744074, -88.422631 43.744067, -88.42263 43.745084, -88.421805 43.745082, -88.421807 43.745382, -88.42168 43.745377, -88.421026 43.745364, -88.420751 43.745366, -88.420758 43.746743, -88.420756 43.746945, -88.420882 43.747622, -88.420888 43.747651, -88.420842 43.747651, -88.420816 43.748867, -88.420781 43.749054, -88.420808 43.749315, -88.420609 43.749313, -88.420614 43.747624, -88.420745 43.747625, -88.420743 43.747407, -88.420655 43.746947, -88.420654 43.746741, -88.420653 43.746493, -88.42065 43.745297, -88.420725 43.745301, -88.420725 43.745266, -88.420748 43.744882, -88.420906 43.744886, -88.421444 43.744888, -88.421654 43.74458, -88.421654 43.74417, -88.420443 43.744173, -88.420444 43.74406, -88.420453 43.74277, -88.415007 43.745321, -88.414256 43.745613, -88.414251 43.747406, -88.414255 43.747596, -88.412333 43.747594, -88.41174 43.747584, -88.411731 43.748546, -88.411773 43.750093, -88.41113 43.75013, -88.411034 43.750004, -88.410981 43.75001, -88.407264 43.750429, -88.407212 43.750683, -88.407123 43.750694, -88.407046 43.750701, -88.406071 43.750835, -88.404924 43.751057, -88.404386 43.751092, -88.401699 43.751094, -88.401829 43.718406)))\", \"region\": {\"id\": 27371, \"geometry\": \"MULTIPOLYGON (((-88.411938 43.779468, -88.413808 43.779507, -88.41386 43.779158, -88.413911 43.778822, -88.413955 43.778431, -88.413557 43.778425, -88.413585 43.777861, -88.413271 43.777855, -88.413256 43.778253, -88.413257 43.778421, -88.412112 43.778406, -88.412076 43.778419, -88.412056 43.778428, -88.412036 43.778439, -88.412018 43.77845, -88.412002 43.778463, -88.411975 43.778489, -88.411962 43.778506, -88.411952 43.778522, -88.411944 43.778539, -88.411933 43.778573, -88.411931 43.77859, -88.411932 43.778734, -88.411933 43.778807, -88.411934 43.778966, -88.411936 43.779154, -88.411938 43.779468)), ((-88.421769 43.7556, -88.421768 43.755685, -88.421767 43.7558, -88.421764 43.756041, -88.421762 43.756174, -88.422543 43.756171, -88.42255 43.755786, -88.422551 43.755611, -88.421882 43.755601, -88.421769 43.7556)), ((-88.413697 43.761453, -88.413806 43.761119, -88.413826 43.761058, -88.413863 43.760933, -88.413546 43.760834, -88.413606 43.760568, -88.413903 43.759391, -88.413794 43.759398, -88.413758 43.759399, -88.413685 43.759399, -88.413648 43.759398, -88.413575 43.759394, -88.413467 43.759383, -88.41336 43.759366, -88.413289 43.759352, -88.41322 43.759335, -88.413195 43.759328, -88.413152 43.759316, -88.413085 43.759294, -88.413033 43.759275, -88.412837 43.759429, -88.413102 43.759507, -88.411935 43.760381, -88.411913 43.760404, -88.41204 43.760581, -88.412005 43.760613, -88.41172 43.760871, -88.411701 43.761973, -88.411616 43.761972, -88.411614 43.762088, -88.411543 43.764884, -88.411504 43.766455, -88.411482 43.767626, -88.411456 43.768535, -88.411444 43.769314, -88.411556 43.769316, -88.411589 43.767888, -88.411595 43.7677, -88.411601 43.767628, -88.411603 43.766978, -88.411623 43.766683, -88.41164 43.766459, -88.41163 43.766165, -88.411674 43.763519, -88.411711 43.762089, -88.412461 43.7621, -88.412909 43.762106, -88.413275 43.762112, -88.413491 43.762115, -88.413606 43.762117, -88.413585 43.762563, -88.414833 43.76258, -88.415661 43.762592, -88.41565 43.763027, -88.416205 43.763036, -88.416285 43.763036, -88.416649 43.763041, -88.416641 43.763297, -88.416639 43.763339, -88.416637 43.763389, -88.416723 43.763391, -88.416834 43.763389, -88.417622 43.763401, -88.418222 43.763409, -88.418734 43.76319, -88.419131 43.76302, -88.419602 43.763019, -88.419632 43.76229, -88.420243 43.762299, -88.42023 43.762873, -88.420495 43.762877, -88.42052 43.762282, -88.4208 43.762286, -88.420775 43.762881, -88.420983 43.762889, -88.42117 43.762893, -88.421211 43.762223, -88.417398 43.76217, -88.417363 43.761324, -88.416796 43.761319, -88.416793 43.76141, -88.416801 43.761533, -88.416342 43.761408, -88.416076 43.761337, -88.416065 43.761531, -88.416033 43.762039, -88.415755 43.762033, -88.415325 43.762027, -88.415183 43.762025, -88.413526 43.762002, -88.413697 43.761453)), ((-88.443422 43.757053, -88.443258 43.757054, -88.442842 43.757055, -88.442843 43.757331, -88.443247 43.757329, -88.443422 43.757328, -88.443423 43.757183, -88.443422 43.757053)), ((-88.47363 43.80642, -88.474096 43.80642, -88.473762 43.805993, -88.473714 43.806147, -88.47363 43.80642)), ((-88.4236 43.754809, -88.423602 43.754294, -88.424293 43.754303, -88.424294 43.753414, -88.423526 43.753411, -88.422975 43.753401, -88.422687 43.753393, -88.422687 43.753539, -88.422687 43.753667, -88.421793 43.753668, -88.421795 43.753563, -88.421802 43.753017, -88.421803 43.752955, -88.421801 43.75259, -88.421801 43.752554, -88.4218 43.752309, -88.421789 43.74933, -88.42164 43.749328, -88.421594 43.749327, -88.421599 43.749419, -88.421597 43.749524, -88.421604 43.753015, -88.421611 43.753671, -88.421623 43.754871, -88.421779 43.754873, -88.421903 43.754874, -88.422571 43.754881, -88.422562 43.755097, -88.422553 43.755481, -88.424865 43.755512, -88.425569 43.756276, -88.42562 43.755442, -88.425648 43.754934, -88.4236 43.754897, -88.4236 43.754809)), ((-88.438684 43.754611, -88.438734 43.754598, -88.43881 43.753014, -88.438426 43.753005, -88.438296 43.753003, -88.438033 43.753, -88.43806 43.752646, -88.438071 43.752492, -88.437969 43.752516, -88.437941 43.753073, -88.438027 43.753075, -88.437999 43.753669, -88.437946 43.754817, -88.438456 43.754674, -88.438684 43.754611)), ((-88.444596 43.756832, -88.444025 43.756836, -88.44402 43.757208, -88.444027 43.757326, -88.444595 43.757324, -88.444595 43.757206, -88.444596 43.756832)), ((-88.441571 43.756665, -88.441665 43.756665, -88.441665 43.756711, -88.441662 43.757134, -88.441661 43.757271, -88.440836 43.757268, -88.440838 43.757505, -88.440837 43.757874, -88.441672 43.757875, -88.442106 43.757875, -88.442098 43.757525, -88.442097 43.757268, -88.441784 43.757268, -88.441784 43.757137, -88.441784 43.756665, -88.442257 43.756664, -88.442255 43.756492, -88.442258 43.756335, -88.441666 43.756338, -88.441571 43.756337, -88.441572 43.756534, -88.441571 43.756665)), ((-88.426153 43.754943, -88.426436 43.754948, -88.426447 43.754089, -88.426235 43.754084, -88.426101 43.754136, -88.426138 43.754838, -88.426145 43.754852, -88.426153 43.754943)), ((-88.490488 43.806478, -88.4905 43.805799, -88.490309 43.805795, -88.490138 43.805792, -88.489805 43.805785, -88.489764 43.805784, -88.489718 43.805784, -88.48969 43.806471, -88.489675 43.806611, -88.490489 43.806611, -88.490488 43.806478)), ((-88.470739 43.800786, -88.470997 43.800947, -88.471217 43.801084, -88.471824 43.801464, -88.472005 43.801577, -88.472143 43.801659, -88.471998 43.801727, -88.471966 43.801751, -88.471698 43.801891, -88.471605 43.80194, -88.471398 43.802048, -88.471179 43.802162, -88.470871 43.802324, -88.470778 43.802373, -88.470776 43.802221, -88.470765 43.801796, -88.470758 43.801527, -88.470752 43.801308, -88.47075 43.801218, -88.470739 43.800786)), ((-88.40184 43.776467, -88.401704 43.769186, -88.401741 43.769186, -88.402053 43.769186, -88.402895 43.769186, -88.403096 43.769186, -88.403268 43.769186, -88.403268 43.769278, -88.403262 43.771226, -88.403299 43.771257, -88.40321 43.771303, -88.403337 43.771359, -88.40339 43.771375, -88.403458 43.771399, -88.40349 43.771409, -88.40353 43.77143, -88.403559 43.77144, -88.403605 43.771458, -88.403626 43.771473, -88.40364 43.771488, -88.403655 43.771498, -88.403691 43.771518, -88.403798 43.77156, -88.404177 43.771199, -88.40535 43.770443, -88.405352 43.769286, -88.405352 43.769205, -88.404812 43.769195, -88.404767 43.769195, -88.404594 43.769191, -88.404613 43.768199, -88.404685 43.768219, -88.404719 43.768226, -88.404744 43.768233, -88.404782 43.768258, -88.404857 43.768299, -88.404962 43.768338, -88.405007 43.768343, -88.405085 43.768336, -88.405151 43.768341, -88.405192 43.768351, -88.405231 43.768366, -88.405261 43.768385, -88.405329 43.768393, -88.405374 43.768386, -88.40539 43.768385, -88.405418 43.768386, -88.405438 43.768375, -88.405453 43.768369, -88.405519 43.768333, -88.405538 43.768324, -88.405558 43.768323, -88.405593 43.768329, -88.405614 43.768336, -88.405668 43.768378, -88.405698 43.768387, -88.405718 43.768385, -88.405741 43.768377, -88.405761 43.768369, -88.405783 43.768365, -88.405887 43.768354, -88.40601 43.76833, -88.406133 43.768298, -88.406243 43.768253, -88.406276 43.768242, -88.4063 43.768236, -88.406335 43.768225, -88.406354 43.768208, -88.406359 43.768195, -88.406364 43.768173, -88.406404 43.768149, -88.406524 43.768102, -88.406721 43.768057, -88.406783 43.76806, -88.406936 43.768081, -88.40706 43.768092, -88.407134 43.768102, -88.407189 43.768115, -88.407238 43.768143, -88.40728 43.768172, -88.407318 43.7682, -88.407344 43.768223, -88.407353 43.768237, -88.407369 43.768249, -88.40739 43.768261, -88.407401 43.768271, -88.40741 43.768289, -88.407464 43.768344, -88.407494 43.768373, -88.407528 43.768403, -88.407572 43.768462, -88.407588 43.768486, -88.407615 43.768509, -88.407691 43.768549, -88.407703 43.768566, -88.40771 43.768585, -88.407721 43.768604, -88.407754 43.768642, -88.407783 43.768665, -88.407774 43.768709, -88.407869 43.768799, -88.407853 43.769252, -88.408508 43.769264, -88.408526 43.769352, -88.40898 43.769979, -88.411283 43.772432, -88.411651 43.772516, -88.411701 43.77252, -88.411721 43.772526, -88.411747 43.773075, -88.411916 43.776606, -88.411895 43.776605, -88.41125 43.776595, -88.411144 43.776593, -88.405769 43.776506, -88.402006 43.776469, -88.401896 43.776467, -88.40184 43.776467)), ((-88.408522 43.778764, -88.40855 43.779785, -88.408553 43.78035, -88.408553 43.780376, -88.4091 43.780388, -88.410208 43.78041, -88.411195 43.780426, -88.411228 43.780426, -88.411228 43.780458, -88.411218 43.78164, -88.410869 43.781634, -88.41087 43.781846, -88.41087 43.782217, -88.410865 43.782299, -88.406748 43.782254, -88.4056 43.782242, -88.405604 43.781296, -88.405608 43.780187, -88.405569 43.778469, -88.405667 43.778462, -88.405788 43.778453, -88.406965 43.778539, -88.408522 43.778764)), ((-88.454158 43.745058, -88.454975 43.745442, -88.456125 43.745981, -88.458548 43.747295, -88.458725 43.747406, -88.458724 43.747973, -88.458725 43.748487, -88.457785 43.747911, -88.456943 43.747878, -88.456667 43.747881, -88.457071 43.747479, -88.456833 43.74735, -88.456608 43.747236, -88.454568 43.746259, -88.454564 43.746346, -88.454478 43.746305, -88.454463 43.746479, -88.454688 43.747886, -88.454798 43.747881, -88.454898 43.747876, -88.454998 43.747873, -88.455197 43.747871, -88.455283 43.747872, -88.455313 43.747872, -88.455389 43.748908, -88.45374 43.748918, -88.454525 43.749926, -88.454658 43.750076, -88.454772 43.750287, -88.454912 43.750533, -88.454918 43.751556, -88.45492 43.751733, -88.455385 43.752727, -88.45522 43.752835, -88.454924 43.753037, -88.454792 43.753131, -88.454768 43.753151, -88.454718 43.753188, -88.454691 43.753206, -88.454635 43.753238, -88.454688 43.753254, -88.454786 43.753292, -88.455947 43.753319, -88.457107 43.753347, -88.457108 43.753451, -88.456986 43.754096, -88.455789 43.754028, -88.455798 43.753595, -88.455811 43.753431, -88.45572 43.753381, -88.454644 43.753347, -88.45458 43.753369, -88.454562 43.753303, -88.454506 43.753297, -88.453594 43.753615, -88.453565 43.753623, -88.453537 43.753632, -88.453497 43.753492, -88.45349 43.753143, -88.453496 43.752935, -88.453529 43.752754, -88.453546 43.7527, -88.453552 43.752662, -88.453552 43.752641, -88.453554 43.752626, -88.453554 43.75261, -88.453549 43.752561, -88.453546 43.752546, -88.453554 43.752477, -88.453496 43.752318, -88.453292 43.752126, -88.453184 43.751935, -88.453182 43.751921, -88.453183 43.751904, -88.453194 43.75189, -88.45317 43.751791, -88.453178 43.751746, -88.453234 43.751603, -88.453345 43.751525, -88.453487 43.751483, -88.453485 43.751475, -88.453479 43.751444, -88.453453 43.751319, -88.453026 43.75131, -88.452587 43.751301, -88.452153 43.7513, -88.451956 43.7513, -88.451986 43.750171, -88.451976 43.750145, -88.451988 43.750028, -88.451484 43.75003, -88.449956 43.750029, -88.449947 43.750236, -88.449764 43.750243, -88.449757 43.750372, -88.449749 43.750561, -88.449745 43.750658, -88.449144 43.750661, -88.449076 43.750662, -88.449081 43.750487, -88.449082 43.750468, -88.448958 43.750469, -88.448938 43.750468, -88.448961 43.750173, -88.448988 43.750173, -88.449768 43.750174, -88.449838 43.750176, -88.449847 43.749958, -88.451484 43.749957, -88.451987 43.749957, -88.452023 43.749168, -88.452026 43.74899, -88.452021 43.74898, -88.452018 43.748968, -88.45202 43.748955, -88.452027 43.74894, -88.452031 43.748826, -88.452026 43.748735, -88.452022 43.748673, -88.452023 43.748619, -88.452026 43.748525, -88.450145 43.748525, -88.449854 43.748565, -88.449873 43.748025, -88.449877 43.747917, -88.449879 43.747875, -88.449882 43.747784, -88.449668 43.747785, -88.449701 43.747026, -88.449916 43.74702, -88.449935 43.747019, -88.449958 43.747019, -88.450007 43.747027, -88.450001 43.746691, -88.450334 43.746706, -88.45037 43.746434, -88.450961 43.746357, -88.451539 43.746282, -88.451924 43.746279, -88.452545 43.746283, -88.452763 43.746443, -88.45295 43.746235, -88.453139 43.746039, -88.453276 43.745899, -88.453449 43.745712, -88.45369 43.745453, -88.453644 43.745433, -88.453546 43.745388, -88.453516 43.745374, -88.453699 43.745038, -88.45372 43.744832, -88.4538 43.74433, -88.454111 43.743871, -88.455128 43.743367, -88.45514 43.743283, -88.454507 43.743069, -88.45419 43.742929, -88.453894 43.742648, -88.453695 43.742451, -88.454216 43.742034, -88.454456 43.741815, -88.455024 43.742364, -88.455942 43.741933, -88.456893 43.741699, -88.457384 43.74133, -88.456872 43.741075, -88.456522 43.740632, -88.456028 43.740632, -88.454895 43.740631, -88.450328 43.740686, -88.450353 43.74119, -88.450621 43.74217, -88.450778 43.742799, -88.450823 43.742882, -88.45086 43.742943, -88.450901 43.743005, -88.45097 43.743094, -88.451251 43.743427, -88.451495 43.74372, -88.451025 43.743939, -88.450658 43.744111, -88.450474 43.744197, -88.450003 43.744417, -88.449833 43.744497, -88.449335 43.74473, -88.449001 43.744887, -88.44841 43.744106, -88.448017 43.743369, -88.447728 43.742887, -88.447301 43.742175, -88.44701 43.741742, -88.447065 43.741724, -88.446246 43.740601, -88.444943 43.738895, -88.444199 43.737834, -88.443602 43.736982, -88.444198 43.736985, -88.445089 43.736991, -88.446425 43.737, -88.447251 43.737006, -88.449865 43.737007, -88.449939 43.737007, -88.452394 43.737009, -88.454706 43.737, -88.454697 43.736804, -88.454634 43.735266, -88.454353 43.735271, -88.453372 43.735294, -88.453335 43.734406, -88.452515 43.733958, -88.452502 43.733514, -88.449702 43.733486, -88.449596 43.733485, -88.449603 43.733532, -88.449605 43.733559, -88.449645 43.73386, -88.449668 43.734027, -88.449678 43.734102, -88.449689 43.734176, -88.449723 43.73444, -88.449751 43.734653, -88.449754 43.734704, -88.449765 43.734779, -88.449779 43.734923, -88.449784 43.734954, -88.449826 43.735388, -88.449729 43.735388, -88.446938 43.735373, -88.446953 43.734416, -88.447141 43.734417, -88.4496 43.73444, -88.449629 43.73444, -88.449579 43.734028, -88.449567 43.733923, -88.449507 43.733421, -88.449473 43.733421, -88.448937 43.733386, -88.448925 43.733404, -88.448912 43.73343, -88.448888 43.733472, -88.448878 43.733483, -88.448861 43.733488, -88.44884 43.733491, -88.448782 43.733491, -88.448728 43.733486, -88.448704 43.733485, -88.448683 43.733488, -88.448663 43.733496, -88.448649 43.733506, -88.448645 43.733538, -88.448645 43.733549, -88.448637 43.733563, -88.448625 43.73357, -88.448589 43.733571, -88.448498 43.733571, -88.448433 43.733572, -88.448394 43.733585, -88.44838 43.733592, -88.44837 43.733601, -88.448355 43.733607, -88.448348 43.733617, -88.448323 43.733635, -88.448306 43.733641, -88.44829 43.733643, -88.448273 43.733642, -88.448202 43.733628, -88.448178 43.733627, -88.448123 43.733627, -88.448101 43.733624, -88.448045 43.733611, -88.448027 43.73361, -88.44801 43.733614, -88.447996 43.733621, -88.447986 43.73363, -88.447981 43.733641, -88.447979 43.733654, -88.447978 43.733697, -88.44797 43.733747, -88.447964 43.733762, -88.447946 43.733792, -88.447896 43.733861, -88.447862 43.733897, -88.44785 43.733908, -88.447825 43.733927, -88.447794 43.733945, -88.447749 43.733964, -88.447734 43.733969, -88.4477 43.733976, -88.447682 43.733977, -88.447652 43.733972, -88.447612 43.733961, -88.447562 43.733938, -88.447517 43.733913, -88.447482 43.733892, -88.447434 43.733867, -88.4474 43.733853, -88.447386 43.733846, -88.44735 43.733831, -88.447333 43.733825, -88.447317 43.733818, -88.447252 43.733794, -88.447239 43.733788, -88.447187 43.733772, -88.447149 43.733771, -88.447114 43.733763, -88.44708 43.733749, -88.447066 43.733744, -88.446988 43.733702, -88.446953 43.733685, -88.446938 43.733675, -88.446925 43.733663, -88.446916 43.733653, -88.446903 43.733642, -88.446881 43.733618, -88.446869 43.733603, -88.446852 43.733578, -88.446844 43.733564, -88.446845 43.73354, -88.446844 43.733528, -88.446836 43.733515, -88.44682 43.733505, -88.446806 43.733498, -88.44676 43.733495, -88.446722 43.733486, -88.446702 43.73348, -88.446681 43.733478, -88.44666 43.733478, -88.446641 43.733475, -88.44661 43.733473, -88.446585 43.733473, -88.446543 43.733471, -88.446395 43.733474, -88.446333 43.73347, -88.446311 43.733467, -88.44629 43.733463, -88.446247 43.733458, -88.446163 43.733453, -88.446147 43.733453, -88.446124 43.733455, -88.446112 43.733455, -88.446126 43.733448, -88.446158 43.733444, -88.446214 43.733442, -88.44626 43.733442, -88.446351 43.733446, -88.446463 43.733443, -88.446553 43.733443, -88.446639 43.733445, -88.446697 43.733448, -88.44671 43.733454, -88.446722 43.733464, -88.446735 43.733471, -88.446753 43.733471, -88.446761 43.733461, -88.446778 43.733456, -88.446795 43.733457, -88.446821 43.733461, -88.446832 43.733469, -88.446847 43.733478, -88.446858 43.733487, -88.446865 43.7335, -88.446868 43.733528, -88.446871 43.733544, -88.446924 43.733603, -88.446976 43.733652, -88.44701 43.733676, -88.447062 43.733705, -88.447119 43.733728, -88.447156 43.73374, -88.447287 43.733773, -88.447326 43.733785, -88.447375 43.733803, -88.447464 43.733844, -88.447523 43.733878, -88.447535 43.733888, -88.447564 43.733909, -88.44761 43.733934, -88.447646 43.733948, -88.447661 43.73395, -88.447702 43.733952, -88.447734 43.733949, -88.44775 43.733942, -88.447773 43.73393, -88.447818 43.733897, -88.447829 43.733887, -88.447839 43.733874, -88.447876 43.733835, -88.447884 43.733823, -88.447918 43.733783, -88.447949 43.733733, -88.447951 43.733721, -88.447951 43.73368, -88.447946 43.733665, -88.447945 43.733649, -88.447948 43.733636, -88.447955 43.733624, -88.447967 43.73361, -88.447977 43.733601, -88.447997 43.733595, -88.448015 43.733593, -88.448034 43.733592, -88.44806 43.733595, -88.448076 43.733601, -88.448112 43.733608, -88.448128 43.733609, -88.448207 43.733606, -88.448239 43.733608, -88.448253 43.733614, -88.448264 43.733623, -88.448278 43.73363, -88.448293 43.733631, -88.448347 43.733596, -88.448374 43.733571, -88.448386 43.733564, -88.448402 43.73356, -88.448496 43.733554, -88.448594 43.733555, -88.44861 43.733552, -88.448617 43.733541, -88.448609 43.733526, -88.448608 43.733513, -88.448615 43.733491, -88.448683 43.733464, -88.448703 43.733462, -88.44872 43.733462, -88.448739 43.733465, -88.44876 43.733472, -88.448817 43.73348, -88.448834 43.733481, -88.448854 43.733478, -88.448863 43.733468, -88.44887 43.733457, -88.448872 43.733443, -88.448879 43.733429, -88.448885 43.733414, -88.448897 43.733389, -88.448922 43.733363, -88.448949 43.733181, -88.449015 43.732762, -88.449416 43.732769, -88.44954 43.732763, -88.449536 43.732713, -88.449539 43.732634, -88.44954 43.732624, -88.449546 43.732555, -88.449557 43.732476, -88.449572 43.732398, -88.44959 43.73232, -88.449615 43.732233, -88.449637 43.732166, -88.449647 43.73214, -88.449673 43.732089, -88.450126 43.731199, -88.450336 43.730789, -88.450396 43.730673, -88.45071 43.730091, -88.450912 43.729723, -88.450926 43.729699, -88.450952 43.72965, -88.451047 43.729481, -88.451074 43.729431, -88.451089 43.729406, -88.451188 43.729228, -88.451353 43.728939, -88.451366 43.728915, -88.45138 43.728892, -88.451393 43.728868, -88.451407 43.728845, -88.45142 43.728821, -88.451434 43.728798, -88.451545 43.728604, -88.451575 43.728554, -88.451589 43.728528, -88.451619 43.728478, -88.4519 43.727999, -88.451962 43.727906, -88.452005 43.727831, -88.452029 43.727784, -88.452043 43.727755, -88.452077 43.727677, -88.452099 43.727618, -88.452123 43.727542, -88.452142 43.727466, -88.452157 43.727389, -88.452161 43.727364, -88.452167 43.727315, -88.452173 43.727223, -88.45224 43.726358, -88.452257 43.726009, -88.45226 43.725875, -88.45226 43.725848, -88.452261 43.725822, -88.452262 43.725581, -88.45226 43.725447, -88.452258 43.725394, -88.452258 43.725367, -88.452251 43.72518, -88.452249 43.725154, -88.452248 43.725127, -88.452235 43.723991, -88.452232 43.723846, -88.452212 43.723846, -88.452036 43.723846, -88.450335 43.723828, -88.450301 43.721086, -88.450609 43.721083, -88.452094 43.721071, -88.452071 43.720795, -88.452072 43.720507, -88.452066 43.720047, -88.451328 43.720048, -88.451322 43.719533, -88.452059 43.719542, -88.452059 43.71948, -88.452052 43.7189, -88.523149 43.719598, -88.524204 43.806646, -88.501296 43.806464, -88.501159 43.804379, -88.5011 43.804345, -88.50104 43.804312, -88.500543 43.804025, -88.500453 43.803971, -88.500423 43.803954, -88.49996 43.803676, -88.499932 43.803658, -88.499874 43.803623, -88.499846 43.803605, -88.499788 43.80357, -88.499589 43.803445, -88.49956 43.803428, -88.499334 43.803284, -88.498925 43.80303, -88.497877 43.802382, -88.497252 43.801997, -88.492668 43.799172, -88.492553 43.799102, -88.492458 43.799163, -88.489543 43.799046, -88.488364 43.799009, -88.488011 43.799006, -88.487344 43.798967, -88.485673 43.79743, -88.485328 43.797063, -88.484265 43.795551, -88.483361 43.79553, -88.483402 43.796303, -88.483448 43.796746, -88.483611 43.797207, -88.483843 43.797584, -88.484214 43.798004, -88.484477 43.798216, -88.484984 43.798878, -88.48477 43.79889, -88.484596 43.798901, -88.484423 43.798708, -88.484291 43.798565, -88.484161 43.798408, -88.484052 43.798289, -88.483939 43.798178, -88.48382 43.798046, -88.483693 43.797902, -88.483521 43.797699, -88.483367 43.797478, -88.483244 43.797267, -88.483184 43.797154, -88.483132 43.798419, -88.483154 43.798809, -88.482538 43.798818, -88.477484 43.798893, -88.47752 43.799376, -88.477366 43.799383, -88.476709 43.799426, -88.47716 43.79978, -88.477109 43.799815, -88.47709 43.799826, -88.476967 43.799892, -88.477212 43.800134, -88.47731 43.80023, -88.477464 43.80038, -88.477524 43.800439, -88.477629 43.800541, -88.477653 43.800562, -88.477885 43.800785, -88.477987 43.800883, -88.478032 43.800926, -88.477929 43.800925, -88.477913 43.800925, -88.477664 43.800925, -88.475426 43.80097, -88.475352 43.800892, -88.475368 43.800826, -88.47545 43.800554, -88.475505 43.800373, -88.475558 43.800197, -88.475583 43.800114, -88.475669 43.799829, -88.475698 43.799734, -88.475925 43.798986, -88.47596 43.798879, -88.475515 43.79842, -88.475495 43.798398, -88.475391 43.798291, -88.475371 43.798269, -88.47535 43.798248, -88.475329 43.798225, -88.475307 43.798203, -88.475265 43.798158, -88.475222 43.798114, -88.475201 43.798091, -88.475158 43.798047, -88.475052 43.797934, -88.47503 43.797912, -88.474988 43.797866, -88.474966 43.797844, -88.474945 43.797821, -88.474929 43.797805, -88.474898 43.797771, -88.474837 43.797708, -88.474639 43.797498, -88.474619 43.797478, -88.474461 43.797313, -88.474442 43.797292, -88.474382 43.79723, -88.474343 43.797188, -88.474241 43.797081, -88.473835 43.797197, -88.473768 43.797196, -88.47353 43.797202, -88.473315 43.797207, -88.47137 43.797242, -88.470656 43.797249, -88.470655 43.797216, -88.470646 43.796892, -88.47112 43.796662, -88.472473 43.796004, -88.472538 43.795973, -88.472791 43.796247, -88.47325 43.796033, -88.473496 43.796293, -88.473985 43.796811, -88.47411 43.796943, -88.474685 43.796764, -88.474834 43.796733, -88.474852 43.796728, -88.474874 43.79672, -88.47489 43.796711, -88.474927 43.796703, -88.474967 43.796699, -88.474985 43.796698, -88.475025 43.796691, -88.475043 43.796687, -88.475067 43.796678, -88.4751 43.796671, -88.475168 43.79666, -88.475195 43.796659, -88.475221 43.796655, -88.475249 43.796649, -88.475264 43.796643, -88.475292 43.796637, -88.475318 43.796634, -88.475349 43.796629, -88.475374 43.796627, -88.4754 43.796623, -88.475506 43.796614, -88.475544 43.796608, -88.475561 43.796603, -88.475583 43.796595, -88.475701 43.796571, -88.475746 43.796566, -88.475763 43.796565, -88.475804 43.796558, -88.475825 43.796553, -88.475871 43.796547, -88.475915 43.796544, -88.475944 43.796541, -88.475969 43.796541, -88.475996 43.796538, -88.476111 43.796514, -88.476135 43.796511, -88.476183 43.796507, -88.476217 43.796501, -88.475949 43.795189, -88.476938 43.79522, -88.477104 43.795226, -88.47719 43.794901, -88.477911 43.794853, -88.479817 43.794993, -88.481446 43.795135, -88.482892 43.795336, -88.483321 43.79524, -88.48481 43.795293, -88.485166 43.795322, -88.487005 43.795237, -88.48731 43.795222, -88.489885 43.795494, -88.491583 43.795529, -88.493471 43.795575, -88.494362 43.795591, -88.494357 43.79563, -88.494418 43.795633, -88.494689 43.795635, -88.494753 43.795638, -88.494813 43.795639, -88.494916 43.795644, -88.494954 43.795643, -88.495025 43.795653, -88.495125 43.795657, -88.495183 43.795656, -88.49525 43.795657, -88.495543 43.795656, -88.495564 43.795655, -88.495611 43.795646, -88.495637 43.795638, -88.495388 43.792213, -88.495366 43.792213, -88.495294 43.792206, -88.495133 43.792202, -88.494967 43.792207, -88.494707 43.792204, -88.494483 43.792195, -88.494329 43.792193, -88.494139 43.792185, -88.49411 43.792184, -88.494123 43.792335, -88.494168 43.793043, -88.493056 43.793023, -88.493056 43.793001, -88.49299 43.792154, -88.492986 43.792097, -88.493862 43.792111, -88.495061 43.792131, -88.495853 43.792143, -88.495852 43.792078, -88.495852 43.790884, -88.497855 43.790919, -88.497796 43.789922, -88.49778 43.789708, -88.497758 43.788406, -88.496319 43.788348, -88.495264 43.78833, -88.492646 43.788359, -88.492504 43.78677, -88.492508 43.786756, -88.492503 43.786742, -88.492416 43.785547, -88.492348 43.784517, -88.485439 43.784316, -88.482156 43.784238, -88.482137 43.782507, -88.482102 43.782144, -88.482452 43.782033, -88.48289 43.781886, -88.484111 43.781479, -88.484075 43.781422, -88.48386 43.78108, -88.484016 43.781073, -88.483953 43.780966, -88.483889 43.78087, -88.483808 43.780733, -88.483774 43.780676, -88.483624 43.780401, -88.483612 43.780376, -88.483548 43.78025, -88.483536 43.780224, -88.483523 43.780199, -88.483491 43.780132, -88.483475 43.780098, -88.483464 43.780072, -88.483452 43.780047, -88.483441 43.780021, -88.483429 43.779996, -88.483407 43.779944, -88.483395 43.779919, -88.483354 43.779821, -88.484639 43.779852, -88.48464 43.779824, -88.484532 43.779012, -88.484367 43.777762, -88.483765 43.777747, -88.48377 43.777709, -88.483073 43.77773, -88.482905 43.777728, -88.482367 43.777724, -88.482014 43.777717, -88.482007 43.777106, -88.481993 43.775911, -88.48188 43.775916, -88.479647 43.775939, -88.479647 43.77491, -88.480901 43.774896, -88.481695 43.77489, -88.481695 43.774844, -88.481678 43.774302, -88.481668 43.773957, -88.481859 43.773966, -88.482295 43.773968, -88.482746 43.773971, -88.482828 43.774082, -88.48294 43.774226, -88.483663 43.77516, -88.483933 43.775505, -88.483059 43.775483, -88.483075 43.776264, -88.482878 43.776261, -88.482944 43.777057, -88.484575 43.777088, -88.485337 43.777095, -88.485307 43.771739, -88.48531 43.769203, -88.483545 43.769201, -88.48346 43.769157, -88.483489 43.76927, -88.483383 43.769854, -88.482366 43.769831, -88.482771 43.771601, -88.482783 43.771663, -88.482593 43.771667, -88.482093 43.771661, -88.482125 43.771866, -88.482128 43.771893, -88.482136 43.771945, -88.482137 43.77196, -88.481906 43.771952, -88.481676 43.771945, -88.477762 43.771863, -88.477563 43.771859, -88.477569 43.770797, -88.477568 43.770493, -88.476974 43.770481, -88.476932 43.770479, -88.476935 43.770177, -88.476922 43.770075, -88.476921 43.769915, -88.476918 43.769758, -88.475044 43.769754, -88.475041 43.768351, -88.47504 43.768255, -88.47504 43.768201, -88.47504 43.76804, -88.474912 43.768039, -88.474766 43.768033, -88.474429 43.768036, -88.47443 43.768284, -88.474408 43.769297, -88.474429 43.769751, -88.474343 43.769788, -88.474076 43.769748, -88.472891 43.769736, -88.471897 43.769726, -88.471897 43.769214, -88.471546 43.76921, -88.469387 43.769171, -88.469394 43.768995, -88.469392 43.768772, -88.469807 43.768748, -88.469809 43.768544, -88.470159 43.767919, -88.470354 43.767923, -88.470539 43.767926, -88.47206 43.76795, -88.473806 43.767949, -88.474107 43.767955, -88.47471 43.767959, -88.474853 43.767957, -88.475798 43.767962, -88.475798 43.768283, -88.475799 43.768699, -88.4758 43.768814, -88.475789 43.769696, -88.476523 43.7697, -88.476527 43.769517, -88.47653 43.769152, -88.476916 43.769154, -88.476914 43.769219, -88.476909 43.769684, -88.477043 43.769684, -88.477439 43.769687, -88.477438 43.769758, -88.477532 43.769759, -88.478073 43.76976, -88.478067 43.769912, -88.478054 43.770503, -88.478498 43.770515, -88.479443 43.770535, -88.479445 43.770497, -88.479455 43.77026, -88.480671 43.770268, -88.480688 43.770555, -88.481423 43.770561, -88.481397 43.770438, -88.481347 43.770223, -88.481288 43.769981, -88.481246 43.769821, -88.481232 43.769766, -88.481139 43.769417, -88.481057 43.769121, -88.48104 43.769062, -88.48097 43.768826, -88.480879 43.768532, -88.480784 43.768239, -88.480728 43.768074, -88.480684 43.767946, -88.480581 43.767654, -88.480463 43.767338, -88.480417 43.767219, -88.480412 43.767204, -88.480396 43.767166, -88.480391 43.767152, -88.480381 43.767125, -88.48036 43.767073, -88.48035 43.767046, -88.480299 43.766936, -88.480702 43.766844, -88.481153 43.766741, -88.481611 43.766637, -88.481984 43.766555, -88.482164 43.766572, -88.483028 43.766657, -88.483212 43.766668, -88.483309 43.766671, -88.483366 43.766682, -88.483369 43.766636, -88.483365 43.766395, -88.483364 43.766255, -88.483363 43.7662, -88.481962 43.766168, -88.481957 43.765012, -88.481951 43.764834, -88.481949 43.76354, -88.481944 43.763406, -88.481946 43.763156, -88.481554 43.763157, -88.481019 43.763154, -88.480959 43.762599, -88.48108 43.762607, -88.48228 43.762611, -88.48325 43.762635, -88.483404 43.762642, -88.483795 43.762647, -88.483795 43.762613, -88.483797 43.762492, -88.483797 43.759841, -88.483798 43.75973, -88.483795 43.758844, -88.483797 43.758637, -88.481923 43.758607, -88.481912 43.756644, -88.481907 43.755836, -88.481905 43.755485, -88.481905 43.755437, -88.481905 43.7553, -88.481905 43.755268, -88.480208 43.755254, -88.480501 43.755048, -88.480351 43.754886, -88.480155 43.754693, -88.480586 43.754387, -88.481154 43.753951, -88.481805 43.753485, -88.481917 43.753377, -88.481917 43.753296, -88.481924 43.752224, -88.481934 43.750764, -88.484527 43.748957, -88.484544 43.74805, -88.485173 43.748066, -88.487307 43.748118, -88.488654 43.748151, -88.488986 43.747904, -88.490038 43.747116, -88.490901 43.746481, -88.491101 43.746152, -88.490874 43.745997, -88.490694 43.745875, -88.490717 43.74585, -88.490776 43.74579, -88.490805 43.745757, -88.490816 43.745743, -88.490839 43.745719, -88.490865 43.745694, -88.490877 43.745681, -88.490901 43.74566, -88.490978 43.745588, -88.490991 43.745577, -88.491016 43.745551, -88.491066 43.745493, -88.491079 43.74548, -88.491115 43.745448, -88.491161 43.745411, -88.491186 43.745386, -88.491197 43.745372, -88.491211 43.745361, -88.491237 43.745336, -88.491296 43.745275, -88.491316 43.745248, -88.49135 43.745212, -88.491363 43.7452, -88.491372 43.745188, -88.491938 43.744562, -88.490636 43.744544, -88.487118 43.744471, -88.486131 43.744451, -88.485795 43.744444, -88.485759 43.744445, -88.485742 43.744424, -88.482102 43.744361, -88.482161 43.742832, -88.482246 43.740796, -88.480588 43.740781, -88.479167 43.740765, -88.477944 43.740741, -88.475916 43.740734, -88.473363 43.740718, -88.469724 43.740616, -88.469697 43.740615, -88.469672 43.743052, -88.466924 43.741973, -88.467065 43.741631, -88.467077 43.741595, -88.467082 43.741575, -88.467085 43.741555, -88.467097 43.74152, -88.467118 43.741425, -88.467126 43.741349, -88.467132 43.74129, -88.467133 43.740606, -88.467134 43.740267, -88.467141 43.738969, -88.467141 43.738913, -88.468839 43.738872, -88.468845 43.738307, -88.467144 43.738298, -88.467115 43.737315, -88.467151 43.737058, -88.466217 43.737048, -88.466217 43.736595, -88.467151 43.736608, -88.467151 43.736208, -88.467152 43.735635, -88.467152 43.73507, -88.467153 43.734686, -88.467154 43.733448, -88.467157 43.732988, -88.467158 43.732847, -88.467159 43.732684, -88.467163 43.732265, -88.467164 43.732165, -88.467182 43.729821, -88.467212 43.725872, -88.467213 43.725846, -88.467222 43.725767, -88.467239 43.72569, -88.467255 43.725638, -88.467274 43.725588, -88.467294 43.725542, -88.467245 43.725389, -88.467196 43.725278, -88.467217 43.724808, -88.466492 43.724809, -88.466254 43.72481, -88.466126 43.724807, -88.465927 43.724805, -88.462201 43.724796, -88.462207 43.725004, -88.462199 43.726082, -88.462197 43.726642, -88.462189 43.727805, -88.462192 43.727891, -88.462177 43.729772, -88.46121 43.729775, -88.461205 43.729821, -88.457381 43.729823, -88.457133 43.729814, -88.457109 43.731559, -88.457098 43.732854, -88.457104 43.73298, -88.457099 43.733077, -88.457089 43.734783, -88.457085 43.735094, -88.457094 43.735136, -88.457089 43.735293, -88.457089 43.735365, -88.45709 43.735434, -88.457086 43.736449, -88.457091 43.736559, -88.457083 43.737032, -88.458196 43.737028, -88.45831 43.737028, -88.45946 43.737022, -88.459463 43.736915, -88.459831 43.736916, -88.460401 43.736911, -88.460601 43.736914, -88.460921 43.73692, -88.461136 43.736918, -88.461142 43.737036, -88.461461 43.737033, -88.461588 43.738033, -88.461549 43.738915, -88.46148 43.73985, -88.461385 43.74122, -88.461343 43.741811, -88.461387 43.741965, -88.461184 43.744094, -88.460925 43.746166, -88.460966 43.746168, -88.460929 43.746478, -88.460901 43.746874, -88.461301 43.746878, -88.46155 43.746874, -88.461755 43.746872, -88.461682 43.747721, -88.461678 43.74777, -88.462092 43.74777, -88.462092 43.747812, -88.462183 43.747813, -88.463176 43.747825, -88.463174 43.747895, -88.463669 43.747901, -88.46458 43.747914, -88.464579 43.747797, -88.464578 43.747011, -88.465138 43.747018, -88.467075 43.747046, -88.46707 43.748541, -88.466695 43.748367, -88.466239 43.748216, -88.46596 43.748146, -88.465772 43.7481, -88.465595 43.748072, -88.465429 43.748045, -88.465289 43.748026, -88.465102 43.74801, -88.464898 43.747991, -88.464731 43.747983, -88.462135 43.747976, -88.46213 43.747898, -88.461314 43.747898, -88.46128 43.74724, -88.461289 43.747079, -88.460293 43.747075, -88.460303 43.746952, -88.460268 43.74695, -88.460201 43.746947, -88.460244 43.746472, -88.460364 43.745031, -88.460466 43.745035, -88.460839 43.740649, -88.460775 43.740646, -88.460904 43.739027, -88.460949 43.738131, -88.460876 43.737453, -88.460912 43.737035, -88.460593 43.737038, -88.460381 43.737043, -88.459842 43.737042, -88.45961 43.737033, -88.459474 43.737226, -88.459438 43.737278, -88.459398 43.737335, -88.45873 43.73829, -88.458677 43.738383, -88.458394 43.738771, -88.458016 43.739311, -88.457083 43.740634, -88.456959 43.740633, -88.457157 43.740884, -88.457744 43.741176, -88.457808 43.741406, -88.457103 43.741936, -88.456093 43.742195, -88.455395 43.742528, -88.454734 43.742823, -88.455543 43.743125, -88.455487 43.743522, -88.454409 43.744056, -88.45418 43.744401, -88.454158 43.745058)), ((-88.401661 43.806656, -88.410289 43.805106, -88.411795 43.804949, -88.420134 43.805101, -88.426486 43.805708, -88.426607 43.803433, -88.426621 43.800755, -88.426649 43.798962, -88.426782 43.798342, -88.426784 43.797516, -88.426778 43.796636, -88.425711 43.79684, -88.425784 43.79136, -88.424766 43.791354, -88.424794 43.790856, -88.42438 43.790856, -88.424371 43.791291, -88.424393 43.791409, -88.425671 43.791424, -88.425623 43.794605, -88.424643 43.794599, -88.424608 43.795576, -88.42559 43.795587, -88.425585 43.796491, -88.425207 43.796487, -88.425209 43.796734, -88.425579 43.796632, -88.425565 43.796871, -88.425464 43.796894, -88.42491 43.796902, -88.424911 43.796996, -88.423357 43.797375, -88.421719 43.797702, -88.420423 43.797975, -88.412168 43.799715, -88.412164 43.799403, -88.412151 43.79871, -88.41214 43.798016, -88.412137 43.798016, -88.412062 43.798012, -88.411986 43.79801, -88.411949 43.798008, -88.411497 43.797995, -88.411233 43.797991, -88.411195 43.797991, -88.411158 43.79799, -88.410856 43.797989, -88.410555 43.797991, -88.410479 43.797993, -88.410441 43.797993, -88.410215 43.797998, -88.410178 43.797998, -88.410146 43.798002, -88.410116 43.798009, -88.410101 43.798014, -88.410088 43.79802, -88.409456 43.797929, -88.409024 43.797919, -88.407681 43.797908, -88.407646 43.795411, -88.407642 43.795145, -88.40764 43.79508, -88.407639 43.794974, -88.407636 43.794852, -88.407635 43.79477, -88.407451 43.79476, -88.407389 43.794765, -88.404273 43.794706, -88.402278 43.794675, -88.402053 43.79467, -88.401661 43.806656)), ((-88.401829 43.718406, -88.442517 43.718806, -88.442542 43.720024, -88.442491 43.730777, -88.442513 43.731162, -88.442531 43.731541, -88.442564 43.731917, -88.442618 43.73235, -88.442666 43.732521, -88.442991 43.732524, -88.443062 43.732936, -88.443142 43.73337, -88.442676 43.733366, -88.44083 43.733351, -88.432111 43.733279, -88.431887 43.733278, -88.43192 43.73693, -88.43202 43.737981, -88.432181 43.738244, -88.432149 43.740492, -88.436949 43.740564, -88.436946 43.740752, -88.436903 43.744199, -88.435678 43.744189, -88.436877 43.745022, -88.436875 43.745133, -88.436871 43.74541, -88.4402 43.747885, -88.440924 43.748424, -88.441066 43.748541, -88.441166 43.748653, -88.441239 43.74877, -88.441267 43.748831, -88.441294 43.74891, -88.441316 43.74903, -88.441317 43.749124, -88.441326 43.749202, -88.441354 43.749265, -88.441371 43.749291, -88.4414 43.749326, -88.441792 43.749621, -88.441788 43.749767, -88.441748 43.751536, -88.441747 43.751592, -88.441745 43.751684, -88.44202 43.751687, -88.442315 43.751691, -88.442284 43.752405, -88.44228 43.752556, -88.44228 43.752569, -88.441829 43.752541, -88.441592 43.752528, -88.441369 43.752516, -88.439744 43.752431, -88.439129 43.752398, -88.439018 43.752395, -88.438871 43.752395, -88.438782 43.752398, -88.43876 43.752399, -88.438687 43.752403, -88.438577 43.752412, -88.438541 43.752416, -88.438504 43.752419, -88.438468 43.752424, -88.438431 43.752428, -88.438351 43.752439, -88.438347 43.752369, -88.438678 43.752315, -88.438995 43.7523, -88.439356 43.752307, -88.439749 43.752335, -88.439966 43.752343, -88.440899 43.752399, -88.441595 43.752446, -88.441728 43.752447, -88.441727 43.752494, -88.441832 43.752502, -88.442201 43.752522, -88.442216 43.751759, -88.442033 43.751754, -88.441659 43.751745, -88.441661 43.751589, -88.441663 43.751532, -88.441697 43.75011, -88.441698 43.749699, -88.441383 43.749465, -88.441333 43.749426, -88.441307 43.749404, -88.441284 43.749381, -88.441254 43.749344, -88.441237 43.749318, -88.441223 43.749291, -88.44121 43.749261, -88.441198 43.749221, -88.441192 43.749179, -88.441191 43.74915, -88.441193 43.749107, -88.441191 43.749049, -88.441188 43.74902, -88.44118 43.748976, -88.441174 43.748948, -88.441166 43.748919, -88.441157 43.748891, -88.44114 43.748849, -88.441128 43.748822, -88.441099 43.748768, -88.441073 43.748728, -88.441055 43.748703, -88.441026 43.748666, -88.441004 43.74864, -88.440969 43.748605, -88.440932 43.74857, -88.440893 43.748537, -88.44032 43.74811, -88.440029 43.747893, -88.438472 43.746728, -88.43834 43.746629, -88.435368 43.744334, -88.432407 43.742031, -88.429499 43.739826, -88.42861 43.739212, -88.428574 43.739188, -88.428517 43.73916, -88.42851 43.739155, -88.428455 43.739102, -88.428449 43.739095, -88.428446 43.73909, -88.428387 43.739033, -88.428356 43.739005, -88.428283 43.738946, -88.428262 43.738933, -88.428232 43.738916, -88.428214 43.738903, -88.428199 43.738889, -88.428091 43.7388, -88.427982 43.738713, -88.427957 43.738695, -88.427923 43.738673, -88.427894 43.738653, -88.427821 43.738596, -88.427786 43.738559, -88.427767 43.738533, -88.42773 43.738468, -88.427668 43.738407, -88.427605 43.738357, -88.427574 43.738334, -88.427558 43.738318, -88.427488 43.738254, -88.427455 43.738227, -88.427326 43.738125, -88.42717 43.737999, -88.427151 43.737982, -88.42703 43.737888, -88.426879 43.73776, -88.426818 43.737713, -88.426786 43.737687, -88.426752 43.737658, -88.426661 43.737586, -88.426614 43.737545, -88.426394 43.737366, -88.426313 43.737299, -88.426273 43.737264, -88.426255 43.73725, -88.426215 43.737215, -88.426178 43.737181, -88.426117 43.737133, -88.426081 43.737103, -88.42606 43.737088, -88.426007 43.737047, -88.425881 43.736947, -88.425868 43.736943, -88.425833 43.736938, -88.425818 43.736939, -88.425804 43.736938, -88.425745 43.736888, -88.425729 43.736873, -88.425704 43.736853, -88.425694 43.736843, -88.425674 43.736826, -88.42564 43.736793, -88.425617 43.736773, -88.425586 43.736748, -88.42546 43.736654, -88.425387 43.736597, -88.425332 43.73655, -88.424046 43.73655, -88.423799 43.736555, -88.421995 43.736582, -88.421995 43.738319, -88.421302 43.74045, -88.422638 43.740446, -88.422644 43.741886, -88.421957 43.742205, -88.421797 43.74228, -88.4218 43.7431, -88.421802 43.743919, -88.421803 43.744074, -88.422631 43.744067, -88.42263 43.745084, -88.421805 43.745082, -88.421807 43.745382, -88.42168 43.745377, -88.421026 43.745364, -88.420751 43.745366, -88.420758 43.746743, -88.420756 43.746945, -88.420882 43.747622, -88.420888 43.747651, -88.420842 43.747651, -88.420816 43.748867, -88.420781 43.749054, -88.420808 43.749315, -88.420609 43.749313, -88.420614 43.747624, -88.420745 43.747625, -88.420743 43.747407, -88.420655 43.746947, -88.420654 43.746741, -88.420653 43.746493, -88.42065 43.745297, -88.420725 43.745301, -88.420725 43.745266, -88.420748 43.744882, -88.420906 43.744886, -88.421444 43.744888, -88.421654 43.74458, -88.421654 43.74417, -88.420443 43.744173, -88.420444 43.74406, -88.420453 43.74277, -88.415007 43.745321, -88.414256 43.745613, -88.414251 43.747406, -88.414255 43.747596, -88.412333 43.747594, -88.41174 43.747584, -88.411731 43.748546, -88.411773 43.750093, -88.41113 43.75013, -88.411034 43.750004, -88.410981 43.75001, -88.407264 43.750429, -88.407212 43.750683, -88.407123 43.750694, -88.407046 43.750701, -88.406071 43.750835, -88.404924 43.751057, -88.404386 43.751092, -88.401699 43.751094, -88.401829 43.718406)))\", \"region_name\": \"Town of Fond du Lac\", \"wikidata\": \"Q5464967\", \"wikipedia\": \"en:Fond du Lac (town), Wisconsin\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_mean+region/0019", "group": "raster_only", "template": "elevation_mean+region", "question": "What is the average elevation in Aventura, Florida?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-80.148061 25.974372, -80.146935 25.95083, -80.147048 25.948785, -80.150319 25.937716, -80.149807 25.93773, -80.14963 25.938265, -80.148699 25.937672, -80.148217 25.937679, -80.147986 25.933617, -80.147833 25.931092, -80.140425 25.938212, -80.132818 25.938415, -80.13227 25.938288, -80.131965 25.938043, -80.13159 25.938603, -80.131294 25.939615, -80.129674 25.941562, -80.12917 25.942777, -80.127869 25.944515, -80.127409 25.947031, -80.128315 25.948982, -80.128016 25.950617, -80.126511 25.951936, -80.126413 25.952388, -80.125875 25.954126, -80.125138 25.957027, -80.124742 25.958663, -80.124275 25.958434, -80.123306 25.975049, -80.123325 25.975048, -80.123726 25.975041, -80.1238 25.974383, -80.133929 25.974173, -80.133934 25.974762, -80.148061 25.974372))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).mean AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 10.050316246577928}]", "question_entities": "{\"[3]\": {\"region_name\": \"Aventura, Florida\", \"geo_wkt\": \"POLYGON ((-80.148061 25.974372, -80.146935 25.95083, -80.147048 25.948785, -80.150319 25.937716, -80.149807 25.93773, -80.14963 25.938265, -80.148699 25.937672, -80.148217 25.937679, -80.147986 25.933617, -80.147833 25.931092, -80.140425 25.938212, -80.132818 25.938415, -80.13227 25.938288, -80.131965 25.938043, -80.13159 25.938603, -80.131294 25.939615, -80.129674 25.941562, -80.12917 25.942777, -80.127869 25.944515, -80.127409 25.947031, -80.128315 25.948982, -80.128016 25.950617, -80.126511 25.951936, -80.126413 25.952388, -80.125875 25.954126, -80.125138 25.957027, -80.124742 25.958663, -80.124275 25.958434, -80.123306 25.975049, -80.123325 25.975048, -80.123726 25.975041, -80.1238 25.974383, -80.133929 25.974173, -80.133934 25.974762, -80.148061 25.974372))\", \"region\": {\"id\": 14514, \"geometry\": \"POLYGON ((-80.148061 25.974372, -80.146935 25.95083, -80.147048 25.948785, -80.150319 25.937716, -80.149807 25.93773, -80.14963 25.938265, -80.148699 25.937672, -80.148217 25.937679, -80.147986 25.933617, -80.147833 25.931092, -80.140425 25.938212, -80.132818 25.938415, -80.13227 25.938288, -80.131965 25.938043, -80.13159 25.938603, -80.131294 25.939615, -80.129674 25.941562, -80.12917 25.942777, -80.127869 25.944515, -80.127409 25.947031, -80.128315 25.948982, -80.128016 25.950617, -80.126511 25.951936, -80.126413 25.952388, -80.125875 25.954126, -80.125138 25.957027, -80.124742 25.958663, -80.124275 25.958434, -80.123306 25.975049, -80.123325 25.975048, -80.123726 25.975041, -80.1238 25.974383, -80.133929 25.974173, -80.133934 25.974762, -80.148061 25.974372))\", \"region_name\": \"Aventura\", \"border_type\": \"city\", \"wikidata\": \"Q790541\", \"wikipedia\": \"en:Aventura, Florida\", \"place\": \"suburb\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0000", "group": "raster_only", "template": "elevation_min+region", "question": "What is the min elevation value within Fannett Township, Pennsylvania?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-77.613907 40.199008, -77.613075 40.199707, -77.610236 40.201497, -77.608725 40.202671, -77.607416 40.20349, -77.606124 40.204478, -77.605747 40.204771, -77.605354 40.205104, -77.605022 40.205513, -77.604768 40.206033, -77.604813 40.21306, -77.604844 40.218082, -77.604888 40.224922, -77.604216 40.226147, -77.603493 40.226738, -77.60277 40.227488, -77.602717 40.2282, -77.603952 40.229031, -77.606612 40.229719, -77.607564 40.229985, -77.609639 40.230269, -77.611522 40.230495, -77.613016 40.230479, -77.616007 40.230292, -77.61776 40.2299, -77.619285 40.229481, -77.621073 40.228567, -77.622063 40.227908, -77.623475 40.227232, -77.631348 40.222902, -77.634635 40.220606, -77.638905 40.216852, -77.642154 40.217464, -77.642754 40.217899, -77.643245 40.219699, -77.643394 40.223165, -77.645325 40.222494, -77.647127 40.221846, -77.647642 40.222477, -77.648517 40.223584, -77.649144 40.224604, -77.649951 40.226283, -77.650156 40.227538, -77.650158 40.228713, -77.649971 40.230163, -77.649713 40.231168, -77.648634 40.232666, -77.646042 40.23525, -77.645513 40.236049, -77.645245 40.236993, -77.645571 40.238331, -77.645653 40.238526, -77.649784 40.247066, -77.649925 40.247782, -77.649062 40.249156, -77.647316 40.250479, -77.64666 40.251058, -77.645697 40.252076, -77.645034 40.253049, -77.645023 40.253932, -77.64509 40.255143, -77.645698 40.256031, -77.647128 40.256872, -77.648164 40.257227, -77.649502 40.257551, -77.651085 40.257646, -77.65276 40.25753, -77.653447 40.257407, -77.654214 40.25726, -77.655225 40.256833, -77.656324 40.256862, -77.656836 40.256894, -77.657122 40.2571, -77.657515 40.256869, -77.658948 40.256054, -77.659209 40.255908, -77.659508 40.255732, -77.659726 40.255593, -77.660053 40.255361, -77.660257 40.25522, -77.660422 40.255122, -77.660587 40.255029, -77.660801 40.25493, -77.661088 40.254808, -77.661422 40.254664, -77.661675 40.25454, -77.661954 40.254387, -77.662339 40.254162, -77.662679 40.253954, -77.66293 40.253793, -77.66306 40.253707, -77.663428 40.253456, -77.66541 40.252055, -77.667809 40.25199, -77.671703 40.257142, -77.657119 40.268509, -77.672447 40.289207, -77.672795 40.288756, -77.67586 40.284699, -77.67663 40.28391, -77.680159 40.280623, -77.685163 40.276304, -77.698954 40.265775, -77.702877 40.263642, -77.708389 40.261348, -77.710887 40.258578, -77.713476 40.256512, -77.719102 40.252838, -77.724197 40.250124, -77.737632 40.237405, -77.73898 40.235943, -77.740131 40.234601, -77.741218 40.233518, -77.768325 40.204129, -77.769063 40.203142, -77.769179 40.202889, -77.770709 40.200844, -77.771483 40.199907, -77.78006 40.188414, -77.780445 40.187989, -77.781443 40.186633, -77.783343 40.184043, -77.78376 40.18361, -77.785515 40.181272, -77.785975 40.180578, -77.786381 40.180121, -77.796386 40.166814, -77.79697 40.16578, -77.798351 40.163694, -77.804774 40.153546, -77.805177 40.153006, -77.805196 40.15286, -77.812973 40.139086, -77.813184 40.138665, -77.80198 40.133282, -77.736215 40.101606, -77.731441 40.105184, -77.729137 40.106912, -77.727932 40.107724, -77.725829 40.109685, -77.724566 40.111128, -77.724307 40.111286, -77.723785 40.111412, -77.723231 40.11172, -77.722555 40.112543, -77.722331 40.112568, -77.722011 40.111891, -77.72176 40.111582, -77.721365 40.111389, -77.720245 40.111418, -77.718958 40.111608, -77.717528 40.111968, -77.715934 40.1128, -77.714312 40.113526, -77.711861 40.114457, -77.709832 40.115444, -77.708629 40.116169, -77.707254 40.117129, -77.706589 40.117638, -77.704836 40.119614, -77.702337 40.122054, -77.699674 40.125178, -77.698482 40.126828, -77.697285 40.127931, -77.696353 40.128507, -77.695666 40.128836, -77.695368 40.129048, -77.694927 40.129725, -77.692819 40.131431, -77.691923 40.132392, -77.691244 40.132929, -77.689997 40.134036, -77.688753 40.135235, -77.687244 40.136834, -77.686504 40.137753, -77.685385 40.138809, -77.683883 40.140372, -77.681279 40.142836, -77.679544 40.144394, -77.679099 40.144968, -77.678443 40.145643, -77.67597 40.148489, -77.672906 40.151261, -77.671903 40.152242, -77.670059 40.153581, -77.669428 40.154145, -77.668259 40.154824, -77.667829 40.155175, -77.667456 40.155648, -77.667204 40.15612, -77.665896 40.157302, -77.664962 40.157972, -77.663672 40.15871, -77.662608 40.160287, -77.662093 40.160795, -77.660817 40.161744, -77.660237 40.162094, -77.659799 40.162543, -77.659225 40.163268, -77.658313 40.164162, -77.657761 40.164535, -77.65691 40.16522, -77.65571 40.166013, -77.65148 40.170526, -77.647651 40.173424, -77.644252 40.175713, -77.642604 40.176962, -77.641897 40.177681, -77.640247 40.178692, -77.640009 40.178919, -77.638821 40.17981, -77.637479 40.180756, -77.63702 40.181183, -77.636653 40.181446, -77.636008 40.181835, -77.633984 40.183288, -77.633639 40.183469, -77.63263 40.183842, -77.631401 40.184503, -77.630777 40.184941, -77.630346 40.185353, -77.630038 40.185822, -77.629518 40.18689, -77.62923 40.187285, -77.628426 40.187987, -77.628037 40.188243, -77.627269 40.188759, -77.626492 40.189237, -77.625891 40.189568, -77.625361 40.18979, -77.624728 40.190083, -77.624214 40.190497, -77.623713 40.190981, -77.622293 40.192068, -77.621953 40.19252, -77.621668 40.192804, -77.620053 40.194014, -77.618683 40.195202, -77.61844 40.195354, -77.617912 40.195611, -77.617504 40.195875, -77.617147 40.196211, -77.616773 40.196648, -77.6157 40.197453, -77.613907 40.199008))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 232.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fannett Township, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-77.613907 40.199008, -77.613075 40.199707, -77.610236 40.201497, -77.608725 40.202671, -77.607416 40.20349, -77.606124 40.204478, -77.605747 40.204771, -77.605354 40.205104, -77.605022 40.205513, -77.604768 40.206033, -77.604813 40.21306, -77.604844 40.218082, -77.604888 40.224922, -77.604216 40.226147, -77.603493 40.226738, -77.60277 40.227488, -77.602717 40.2282, -77.603952 40.229031, -77.606612 40.229719, -77.607564 40.229985, -77.609639 40.230269, -77.611522 40.230495, -77.613016 40.230479, -77.616007 40.230292, -77.61776 40.2299, -77.619285 40.229481, -77.621073 40.228567, -77.622063 40.227908, -77.623475 40.227232, -77.631348 40.222902, -77.634635 40.220606, -77.638905 40.216852, -77.642154 40.217464, -77.642754 40.217899, -77.643245 40.219699, -77.643394 40.223165, -77.645325 40.222494, -77.647127 40.221846, -77.647642 40.222477, -77.648517 40.223584, -77.649144 40.224604, -77.649951 40.226283, -77.650156 40.227538, -77.650158 40.228713, -77.649971 40.230163, -77.649713 40.231168, -77.648634 40.232666, -77.646042 40.23525, -77.645513 40.236049, -77.645245 40.236993, -77.645571 40.238331, -77.645653 40.238526, -77.649784 40.247066, -77.649925 40.247782, -77.649062 40.249156, -77.647316 40.250479, -77.64666 40.251058, -77.645697 40.252076, -77.645034 40.253049, -77.645023 40.253932, -77.64509 40.255143, -77.645698 40.256031, -77.647128 40.256872, -77.648164 40.257227, -77.649502 40.257551, -77.651085 40.257646, -77.65276 40.25753, -77.653447 40.257407, -77.654214 40.25726, -77.655225 40.256833, -77.656324 40.256862, -77.656836 40.256894, -77.657122 40.2571, -77.657515 40.256869, -77.658948 40.256054, -77.659209 40.255908, -77.659508 40.255732, -77.659726 40.255593, -77.660053 40.255361, -77.660257 40.25522, -77.660422 40.255122, -77.660587 40.255029, -77.660801 40.25493, -77.661088 40.254808, -77.661422 40.254664, -77.661675 40.25454, -77.661954 40.254387, -77.662339 40.254162, -77.662679 40.253954, -77.66293 40.253793, -77.66306 40.253707, -77.663428 40.253456, -77.66541 40.252055, -77.667809 40.25199, -77.671703 40.257142, -77.657119 40.268509, -77.672447 40.289207, -77.672795 40.288756, -77.67586 40.284699, -77.67663 40.28391, -77.680159 40.280623, -77.685163 40.276304, -77.698954 40.265775, -77.702877 40.263642, -77.708389 40.261348, -77.710887 40.258578, -77.713476 40.256512, -77.719102 40.252838, -77.724197 40.250124, -77.737632 40.237405, -77.73898 40.235943, -77.740131 40.234601, -77.741218 40.233518, -77.768325 40.204129, -77.769063 40.203142, -77.769179 40.202889, -77.770709 40.200844, -77.771483 40.199907, -77.78006 40.188414, -77.780445 40.187989, -77.781443 40.186633, -77.783343 40.184043, -77.78376 40.18361, -77.785515 40.181272, -77.785975 40.180578, -77.786381 40.180121, -77.796386 40.166814, -77.79697 40.16578, -77.798351 40.163694, -77.804774 40.153546, -77.805177 40.153006, -77.805196 40.15286, -77.812973 40.139086, -77.813184 40.138665, -77.80198 40.133282, -77.736215 40.101606, -77.731441 40.105184, -77.729137 40.106912, -77.727932 40.107724, -77.725829 40.109685, -77.724566 40.111128, -77.724307 40.111286, -77.723785 40.111412, -77.723231 40.11172, -77.722555 40.112543, -77.722331 40.112568, -77.722011 40.111891, -77.72176 40.111582, -77.721365 40.111389, -77.720245 40.111418, -77.718958 40.111608, -77.717528 40.111968, -77.715934 40.1128, -77.714312 40.113526, -77.711861 40.114457, -77.709832 40.115444, -77.708629 40.116169, -77.707254 40.117129, -77.706589 40.117638, -77.704836 40.119614, -77.702337 40.122054, -77.699674 40.125178, -77.698482 40.126828, -77.697285 40.127931, -77.696353 40.128507, -77.695666 40.128836, -77.695368 40.129048, -77.694927 40.129725, -77.692819 40.131431, -77.691923 40.132392, -77.691244 40.132929, -77.689997 40.134036, -77.688753 40.135235, -77.687244 40.136834, -77.686504 40.137753, -77.685385 40.138809, -77.683883 40.140372, -77.681279 40.142836, -77.679544 40.144394, -77.679099 40.144968, -77.678443 40.145643, -77.67597 40.148489, -77.672906 40.151261, -77.671903 40.152242, -77.670059 40.153581, -77.669428 40.154145, -77.668259 40.154824, -77.667829 40.155175, -77.667456 40.155648, -77.667204 40.15612, -77.665896 40.157302, -77.664962 40.157972, -77.663672 40.15871, -77.662608 40.160287, -77.662093 40.160795, -77.660817 40.161744, -77.660237 40.162094, -77.659799 40.162543, -77.659225 40.163268, -77.658313 40.164162, -77.657761 40.164535, -77.65691 40.16522, -77.65571 40.166013, -77.65148 40.170526, -77.647651 40.173424, -77.644252 40.175713, -77.642604 40.176962, -77.641897 40.177681, -77.640247 40.178692, -77.640009 40.178919, -77.638821 40.17981, -77.637479 40.180756, -77.63702 40.181183, -77.636653 40.181446, -77.636008 40.181835, -77.633984 40.183288, -77.633639 40.183469, -77.63263 40.183842, -77.631401 40.184503, -77.630777 40.184941, -77.630346 40.185353, -77.630038 40.185822, -77.629518 40.18689, -77.62923 40.187285, -77.628426 40.187987, -77.628037 40.188243, -77.627269 40.188759, -77.626492 40.189237, -77.625891 40.189568, -77.625361 40.18979, -77.624728 40.190083, -77.624214 40.190497, -77.623713 40.190981, -77.622293 40.192068, -77.621953 40.19252, -77.621668 40.192804, -77.620053 40.194014, -77.618683 40.195202, -77.61844 40.195354, -77.617912 40.195611, -77.617504 40.195875, -77.617147 40.196211, -77.616773 40.196648, -77.6157 40.197453, -77.613907 40.199008))\", \"region\": {\"id\": 17881, \"geometry\": \"POLYGON ((-77.613907 40.199008, -77.613075 40.199707, -77.610236 40.201497, -77.608725 40.202671, -77.607416 40.20349, -77.606124 40.204478, -77.605747 40.204771, -77.605354 40.205104, -77.605022 40.205513, -77.604768 40.206033, -77.604813 40.21306, -77.604844 40.218082, -77.604888 40.224922, -77.604216 40.226147, -77.603493 40.226738, -77.60277 40.227488, -77.602717 40.2282, -77.603952 40.229031, -77.606612 40.229719, -77.607564 40.229985, -77.609639 40.230269, -77.611522 40.230495, -77.613016 40.230479, -77.616007 40.230292, -77.61776 40.2299, -77.619285 40.229481, -77.621073 40.228567, -77.622063 40.227908, -77.623475 40.227232, -77.631348 40.222902, -77.634635 40.220606, -77.638905 40.216852, -77.642154 40.217464, -77.642754 40.217899, -77.643245 40.219699, -77.643394 40.223165, -77.645325 40.222494, -77.647127 40.221846, -77.647642 40.222477, -77.648517 40.223584, -77.649144 40.224604, -77.649951 40.226283, -77.650156 40.227538, -77.650158 40.228713, -77.649971 40.230163, -77.649713 40.231168, -77.648634 40.232666, -77.646042 40.23525, -77.645513 40.236049, -77.645245 40.236993, -77.645571 40.238331, -77.645653 40.238526, -77.649784 40.247066, -77.649925 40.247782, -77.649062 40.249156, -77.647316 40.250479, -77.64666 40.251058, -77.645697 40.252076, -77.645034 40.253049, -77.645023 40.253932, -77.64509 40.255143, -77.645698 40.256031, -77.647128 40.256872, -77.648164 40.257227, -77.649502 40.257551, -77.651085 40.257646, -77.65276 40.25753, -77.653447 40.257407, -77.654214 40.25726, -77.655225 40.256833, -77.656324 40.256862, -77.656836 40.256894, -77.657122 40.2571, -77.657515 40.256869, -77.658948 40.256054, -77.659209 40.255908, -77.659508 40.255732, -77.659726 40.255593, -77.660053 40.255361, -77.660257 40.25522, -77.660422 40.255122, -77.660587 40.255029, -77.660801 40.25493, -77.661088 40.254808, -77.661422 40.254664, -77.661675 40.25454, -77.661954 40.254387, -77.662339 40.254162, -77.662679 40.253954, -77.66293 40.253793, -77.66306 40.253707, -77.663428 40.253456, -77.66541 40.252055, -77.667809 40.25199, -77.671703 40.257142, -77.657119 40.268509, -77.672447 40.289207, -77.672795 40.288756, -77.67586 40.284699, -77.67663 40.28391, -77.680159 40.280623, -77.685163 40.276304, -77.698954 40.265775, -77.702877 40.263642, -77.708389 40.261348, -77.710887 40.258578, -77.713476 40.256512, -77.719102 40.252838, -77.724197 40.250124, -77.737632 40.237405, -77.73898 40.235943, -77.740131 40.234601, -77.741218 40.233518, -77.768325 40.204129, -77.769063 40.203142, -77.769179 40.202889, -77.770709 40.200844, -77.771483 40.199907, -77.78006 40.188414, -77.780445 40.187989, -77.781443 40.186633, -77.783343 40.184043, -77.78376 40.18361, -77.785515 40.181272, -77.785975 40.180578, -77.786381 40.180121, -77.796386 40.166814, -77.79697 40.16578, -77.798351 40.163694, -77.804774 40.153546, -77.805177 40.153006, -77.805196 40.15286, -77.812973 40.139086, -77.813184 40.138665, -77.80198 40.133282, -77.736215 40.101606, -77.731441 40.105184, -77.729137 40.106912, -77.727932 40.107724, -77.725829 40.109685, -77.724566 40.111128, -77.724307 40.111286, -77.723785 40.111412, -77.723231 40.11172, -77.722555 40.112543, -77.722331 40.112568, -77.722011 40.111891, -77.72176 40.111582, -77.721365 40.111389, -77.720245 40.111418, -77.718958 40.111608, -77.717528 40.111968, -77.715934 40.1128, -77.714312 40.113526, -77.711861 40.114457, -77.709832 40.115444, -77.708629 40.116169, -77.707254 40.117129, -77.706589 40.117638, -77.704836 40.119614, -77.702337 40.122054, -77.699674 40.125178, -77.698482 40.126828, -77.697285 40.127931, -77.696353 40.128507, -77.695666 40.128836, -77.695368 40.129048, -77.694927 40.129725, -77.692819 40.131431, -77.691923 40.132392, -77.691244 40.132929, -77.689997 40.134036, -77.688753 40.135235, -77.687244 40.136834, -77.686504 40.137753, -77.685385 40.138809, -77.683883 40.140372, -77.681279 40.142836, -77.679544 40.144394, -77.679099 40.144968, -77.678443 40.145643, -77.67597 40.148489, -77.672906 40.151261, -77.671903 40.152242, -77.670059 40.153581, -77.669428 40.154145, -77.668259 40.154824, -77.667829 40.155175, -77.667456 40.155648, -77.667204 40.15612, -77.665896 40.157302, -77.664962 40.157972, -77.663672 40.15871, -77.662608 40.160287, -77.662093 40.160795, -77.660817 40.161744, -77.660237 40.162094, -77.659799 40.162543, -77.659225 40.163268, -77.658313 40.164162, -77.657761 40.164535, -77.65691 40.16522, -77.65571 40.166013, -77.65148 40.170526, -77.647651 40.173424, -77.644252 40.175713, -77.642604 40.176962, -77.641897 40.177681, -77.640247 40.178692, -77.640009 40.178919, -77.638821 40.17981, -77.637479 40.180756, -77.63702 40.181183, -77.636653 40.181446, -77.636008 40.181835, -77.633984 40.183288, -77.633639 40.183469, -77.63263 40.183842, -77.631401 40.184503, -77.630777 40.184941, -77.630346 40.185353, -77.630038 40.185822, -77.629518 40.18689, -77.62923 40.187285, -77.628426 40.187987, -77.628037 40.188243, -77.627269 40.188759, -77.626492 40.189237, -77.625891 40.189568, -77.625361 40.18979, -77.624728 40.190083, -77.624214 40.190497, -77.623713 40.190981, -77.622293 40.192068, -77.621953 40.19252, -77.621668 40.192804, -77.620053 40.194014, -77.618683 40.195202, -77.61844 40.195354, -77.617912 40.195611, -77.617504 40.195875, -77.617147 40.196211, -77.616773 40.196648, -77.6157 40.197453, -77.613907 40.199008))\", \"region_name\": \"Fannett Township\", \"border_type\": \"township\", \"wikidata\": \"Q5433926\", \"wikipedia\": \"en:Fannett Township, Pennsylvania\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0001", "group": "raster_only", "template": "elevation_min+region", "question": "What floor elevation does Bloomfield, New Jersey have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-74.194589 40.828899, -74.193812 40.830315, -74.19349 40.830743, -74.192635 40.831832, -74.19164 40.833242, -74.191646 40.833311, -74.19165 40.833582, -74.191594 40.833788, -74.191522 40.834054, -74.191118 40.834629, -74.191079 40.834689, -74.190829 40.835126, -74.190766 40.835235, -74.190672 40.835395, -74.190053 40.8366, -74.189214 40.837936, -74.188788 40.83887, -74.188619 40.839241, -74.188329 40.840279, -74.187089 40.841099, -74.185892 40.842838, -74.185921 40.842985, -74.184035 40.84644, -74.182689 40.848799, -74.181236 40.847982, -74.179903 40.847261, -74.179403 40.846972, -74.179066 40.846776, -74.179023 40.846751, -74.172853 40.84337, -74.17279 40.843336, -74.172728 40.843302, -74.172588 40.843225, -74.172527 40.843191, -74.172438 40.843143, -74.170033 40.841825, -74.162712 40.837914, -74.162631 40.837869, -74.162639 40.837851, -74.162904 40.837428, -74.163184 40.836974, -74.163207 40.836945, -74.163243 40.8369, -74.163355 40.836762, -74.164129 40.836123, -74.163975 40.836041, -74.163996 40.836024, -74.164155 40.835882, -74.164358 40.835717, -74.164503 40.835591, -74.164625 40.835464, -74.164683 40.835393, -74.164767 40.83534, -74.16481 40.835314, -74.165181 40.834846, -74.165423 40.834542, -74.165419 40.834422, -74.166977 40.832341, -74.167088 40.832199, -74.170113 40.828377, -74.17101 40.827103, -74.171679 40.826391, -74.172122 40.825671, -74.172413 40.825365, -74.173084 40.824246, -74.174569 40.822618, -74.174992 40.821802, -74.176319 40.821853, -74.176443 40.821854, -74.177953 40.819421, -74.178087 40.819207, -74.178505 40.819273, -74.178626 40.819272, -74.178785 40.819004, -74.179128 40.818423, -74.179442 40.81753, -74.179548 40.817068, -74.179511 40.816664, -74.179666 40.816609, -74.180183 40.816214, -74.180296 40.816105, -74.180646 40.815692, -74.180872 40.815453, -74.181123 40.815156, -74.181736 40.814544, -74.181943 40.814316, -74.182237 40.813949, -74.182389 40.813853, -74.182523 40.813704, -74.18277 40.813404, -74.182858 40.813277, -74.18293 40.813198, -74.183016 40.813109, -74.183183 40.812953, -74.183503 40.812804, -74.183777 40.812459, -74.183836 40.812225, -74.183788 40.812142, -74.182189 40.811391, -74.182084 40.811368, -74.182021 40.811349, -74.181905 40.811322, -74.181598 40.811246, -74.181365 40.811137, -74.180389 40.8109, -74.180322 40.810865, -74.177818 40.810134, -74.175989 40.809624, -74.175995 40.809385, -74.175991 40.808794, -74.176012 40.808745, -74.177063 40.805464, -74.17726 40.804734, -74.178537 40.799996, -74.178588 40.799805, -74.179184 40.797658, -74.179481 40.796487, -74.17975 40.794851, -74.179848 40.793725, -74.180107 40.793317, -74.180184 40.792783, -74.180192 40.792726, -74.180215 40.792645, -74.180333 40.792234, -74.180418 40.791859, -74.180748 40.790513, -74.181179 40.789639, -74.181358 40.789067, -74.181759 40.788468, -74.181801 40.788381, -74.182568 40.786814, -74.182759 40.785923, -74.183074 40.784911, -74.18334 40.784056, -74.183477 40.783664, -74.18446 40.780674, -74.184565 40.780355, -74.185436 40.778397, -74.185859 40.777534, -74.186102 40.777111, -74.18676 40.775387, -74.186749 40.775371, -74.186417 40.774895, -74.186269 40.774668, -74.186737 40.774503, -74.18688 40.774589, -74.189476 40.768281, -74.189808 40.768659, -74.197588 40.777227, -74.201616 40.781764, -74.211857 40.785704, -74.210613 40.786679, -74.209801 40.787274, -74.209174 40.78781, -74.208561 40.788614, -74.207541 40.790122, -74.206792 40.791254, -74.205348 40.793087, -74.204059 40.794363, -74.203258 40.794954, -74.202979 40.795105, -74.202 40.795542, -74.201442 40.795485, -74.201224 40.795568, -74.201145 40.795598, -74.201082 40.795643, -74.200809 40.795836, -74.199862 40.796377, -74.200118 40.796738, -74.200825 40.797734, -74.201235 40.798333, -74.201264 40.798371, -74.200826 40.799057, -74.199736 40.800957, -74.197614 40.803696, -74.197012 40.804491, -74.196853 40.805348, -74.196849 40.805367, -74.196596 40.80673, -74.196448 40.807532, -74.196144 40.809168, -74.196011 40.809861, -74.195852 40.810688, -74.195592 40.812572, -74.196162 40.812625, -74.196747 40.812598, -74.197875 40.812523, -74.19694 40.814064, -74.196912 40.814148, -74.195885 40.81716, -74.195858 40.817235, -74.195018 40.819537, -74.195002 40.819575, -74.192689 40.826098, -74.192452 40.826774, -74.191914 40.828193, -74.191598 40.828998, -74.193168 40.828989, -74.194196 40.829002, -74.194589 40.828899))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 20.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Bloomfield, New Jersey\", \"geo_wkt\": \"POLYGON ((-74.194589 40.828899, -74.193812 40.830315, -74.19349 40.830743, -74.192635 40.831832, -74.19164 40.833242, -74.191646 40.833311, -74.19165 40.833582, -74.191594 40.833788, -74.191522 40.834054, -74.191118 40.834629, -74.191079 40.834689, -74.190829 40.835126, -74.190766 40.835235, -74.190672 40.835395, -74.190053 40.8366, -74.189214 40.837936, -74.188788 40.83887, -74.188619 40.839241, -74.188329 40.840279, -74.187089 40.841099, -74.185892 40.842838, -74.185921 40.842985, -74.184035 40.84644, -74.182689 40.848799, -74.181236 40.847982, -74.179903 40.847261, -74.179403 40.846972, -74.179066 40.846776, -74.179023 40.846751, -74.172853 40.84337, -74.17279 40.843336, -74.172728 40.843302, -74.172588 40.843225, -74.172527 40.843191, -74.172438 40.843143, -74.170033 40.841825, -74.162712 40.837914, -74.162631 40.837869, -74.162639 40.837851, -74.162904 40.837428, -74.163184 40.836974, -74.163207 40.836945, -74.163243 40.8369, -74.163355 40.836762, -74.164129 40.836123, -74.163975 40.836041, -74.163996 40.836024, -74.164155 40.835882, -74.164358 40.835717, -74.164503 40.835591, -74.164625 40.835464, -74.164683 40.835393, -74.164767 40.83534, -74.16481 40.835314, -74.165181 40.834846, -74.165423 40.834542, -74.165419 40.834422, -74.166977 40.832341, -74.167088 40.832199, -74.170113 40.828377, -74.17101 40.827103, -74.171679 40.826391, -74.172122 40.825671, -74.172413 40.825365, -74.173084 40.824246, -74.174569 40.822618, -74.174992 40.821802, -74.176319 40.821853, -74.176443 40.821854, -74.177953 40.819421, -74.178087 40.819207, -74.178505 40.819273, -74.178626 40.819272, -74.178785 40.819004, -74.179128 40.818423, -74.179442 40.81753, -74.179548 40.817068, -74.179511 40.816664, -74.179666 40.816609, -74.180183 40.816214, -74.180296 40.816105, -74.180646 40.815692, -74.180872 40.815453, -74.181123 40.815156, -74.181736 40.814544, -74.181943 40.814316, -74.182237 40.813949, -74.182389 40.813853, -74.182523 40.813704, -74.18277 40.813404, -74.182858 40.813277, -74.18293 40.813198, -74.183016 40.813109, -74.183183 40.812953, -74.183503 40.812804, -74.183777 40.812459, -74.183836 40.812225, -74.183788 40.812142, -74.182189 40.811391, -74.182084 40.811368, -74.182021 40.811349, -74.181905 40.811322, -74.181598 40.811246, -74.181365 40.811137, -74.180389 40.8109, -74.180322 40.810865, -74.177818 40.810134, -74.175989 40.809624, -74.175995 40.809385, -74.175991 40.808794, -74.176012 40.808745, -74.177063 40.805464, -74.17726 40.804734, -74.178537 40.799996, -74.178588 40.799805, -74.179184 40.797658, -74.179481 40.796487, -74.17975 40.794851, -74.179848 40.793725, -74.180107 40.793317, -74.180184 40.792783, -74.180192 40.792726, -74.180215 40.792645, -74.180333 40.792234, -74.180418 40.791859, -74.180748 40.790513, -74.181179 40.789639, -74.181358 40.789067, -74.181759 40.788468, -74.181801 40.788381, -74.182568 40.786814, -74.182759 40.785923, -74.183074 40.784911, -74.18334 40.784056, -74.183477 40.783664, -74.18446 40.780674, -74.184565 40.780355, -74.185436 40.778397, -74.185859 40.777534, -74.186102 40.777111, -74.18676 40.775387, -74.186749 40.775371, -74.186417 40.774895, -74.186269 40.774668, -74.186737 40.774503, -74.18688 40.774589, -74.189476 40.768281, -74.189808 40.768659, -74.197588 40.777227, -74.201616 40.781764, -74.211857 40.785704, -74.210613 40.786679, -74.209801 40.787274, -74.209174 40.78781, -74.208561 40.788614, -74.207541 40.790122, -74.206792 40.791254, -74.205348 40.793087, -74.204059 40.794363, -74.203258 40.794954, -74.202979 40.795105, -74.202 40.795542, -74.201442 40.795485, -74.201224 40.795568, -74.201145 40.795598, -74.201082 40.795643, -74.200809 40.795836, -74.199862 40.796377, -74.200118 40.796738, -74.200825 40.797734, -74.201235 40.798333, -74.201264 40.798371, -74.200826 40.799057, -74.199736 40.800957, -74.197614 40.803696, -74.197012 40.804491, -74.196853 40.805348, -74.196849 40.805367, -74.196596 40.80673, -74.196448 40.807532, -74.196144 40.809168, -74.196011 40.809861, -74.195852 40.810688, -74.195592 40.812572, -74.196162 40.812625, -74.196747 40.812598, -74.197875 40.812523, -74.19694 40.814064, -74.196912 40.814148, -74.195885 40.81716, -74.195858 40.817235, -74.195018 40.819537, -74.195002 40.819575, -74.192689 40.826098, -74.192452 40.826774, -74.191914 40.828193, -74.191598 40.828998, -74.193168 40.828989, -74.194196 40.829002, -74.194589 40.828899))\", \"region\": {\"id\": 16992, \"geometry\": \"POLYGON ((-74.194589 40.828899, -74.193812 40.830315, -74.19349 40.830743, -74.192635 40.831832, -74.19164 40.833242, -74.191646 40.833311, -74.19165 40.833582, -74.191594 40.833788, -74.191522 40.834054, -74.191118 40.834629, -74.191079 40.834689, -74.190829 40.835126, -74.190766 40.835235, -74.190672 40.835395, -74.190053 40.8366, -74.189214 40.837936, -74.188788 40.83887, -74.188619 40.839241, -74.188329 40.840279, -74.187089 40.841099, -74.185892 40.842838, -74.185921 40.842985, -74.184035 40.84644, -74.182689 40.848799, -74.181236 40.847982, -74.179903 40.847261, -74.179403 40.846972, -74.179066 40.846776, -74.179023 40.846751, -74.172853 40.84337, -74.17279 40.843336, -74.172728 40.843302, -74.172588 40.843225, -74.172527 40.843191, -74.172438 40.843143, -74.170033 40.841825, -74.162712 40.837914, -74.162631 40.837869, -74.162639 40.837851, -74.162904 40.837428, -74.163184 40.836974, -74.163207 40.836945, -74.163243 40.8369, -74.163355 40.836762, -74.164129 40.836123, -74.163975 40.836041, -74.163996 40.836024, -74.164155 40.835882, -74.164358 40.835717, -74.164503 40.835591, -74.164625 40.835464, -74.164683 40.835393, -74.164767 40.83534, -74.16481 40.835314, -74.165181 40.834846, -74.165423 40.834542, -74.165419 40.834422, -74.166977 40.832341, -74.167088 40.832199, -74.170113 40.828377, -74.17101 40.827103, -74.171679 40.826391, -74.172122 40.825671, -74.172413 40.825365, -74.173084 40.824246, -74.174569 40.822618, -74.174992 40.821802, -74.176319 40.821853, -74.176443 40.821854, -74.177953 40.819421, -74.178087 40.819207, -74.178505 40.819273, -74.178626 40.819272, -74.178785 40.819004, -74.179128 40.818423, -74.179442 40.81753, -74.179548 40.817068, -74.179511 40.816664, -74.179666 40.816609, -74.180183 40.816214, -74.180296 40.816105, -74.180646 40.815692, -74.180872 40.815453, -74.181123 40.815156, -74.181736 40.814544, -74.181943 40.814316, -74.182237 40.813949, -74.182389 40.813853, -74.182523 40.813704, -74.18277 40.813404, -74.182858 40.813277, -74.18293 40.813198, -74.183016 40.813109, -74.183183 40.812953, -74.183503 40.812804, -74.183777 40.812459, -74.183836 40.812225, -74.183788 40.812142, -74.182189 40.811391, -74.182084 40.811368, -74.182021 40.811349, -74.181905 40.811322, -74.181598 40.811246, -74.181365 40.811137, -74.180389 40.8109, -74.180322 40.810865, -74.177818 40.810134, -74.175989 40.809624, -74.175995 40.809385, -74.175991 40.808794, -74.176012 40.808745, -74.177063 40.805464, -74.17726 40.804734, -74.178537 40.799996, -74.178588 40.799805, -74.179184 40.797658, -74.179481 40.796487, -74.17975 40.794851, -74.179848 40.793725, -74.180107 40.793317, -74.180184 40.792783, -74.180192 40.792726, -74.180215 40.792645, -74.180333 40.792234, -74.180418 40.791859, -74.180748 40.790513, -74.181179 40.789639, -74.181358 40.789067, -74.181759 40.788468, -74.181801 40.788381, -74.182568 40.786814, -74.182759 40.785923, -74.183074 40.784911, -74.18334 40.784056, -74.183477 40.783664, -74.18446 40.780674, -74.184565 40.780355, -74.185436 40.778397, -74.185859 40.777534, -74.186102 40.777111, -74.18676 40.775387, -74.186749 40.775371, -74.186417 40.774895, -74.186269 40.774668, -74.186737 40.774503, -74.18688 40.774589, -74.189476 40.768281, -74.189808 40.768659, -74.197588 40.777227, -74.201616 40.781764, -74.211857 40.785704, -74.210613 40.786679, -74.209801 40.787274, -74.209174 40.78781, -74.208561 40.788614, -74.207541 40.790122, -74.206792 40.791254, -74.205348 40.793087, -74.204059 40.794363, -74.203258 40.794954, -74.202979 40.795105, -74.202 40.795542, -74.201442 40.795485, -74.201224 40.795568, -74.201145 40.795598, -74.201082 40.795643, -74.200809 40.795836, -74.199862 40.796377, -74.200118 40.796738, -74.200825 40.797734, -74.201235 40.798333, -74.201264 40.798371, -74.200826 40.799057, -74.199736 40.800957, -74.197614 40.803696, -74.197012 40.804491, -74.196853 40.805348, -74.196849 40.805367, -74.196596 40.80673, -74.196448 40.807532, -74.196144 40.809168, -74.196011 40.809861, -74.195852 40.810688, -74.195592 40.812572, -74.196162 40.812625, -74.196747 40.812598, -74.197875 40.812523, -74.19694 40.814064, -74.196912 40.814148, -74.195885 40.81716, -74.195858 40.817235, -74.195018 40.819537, -74.195002 40.819575, -74.192689 40.826098, -74.192452 40.826774, -74.191914 40.828193, -74.191598 40.828998, -74.193168 40.828989, -74.194196 40.829002, -74.194589 40.828899))\", \"region_name\": \"Bloomfield\", \"wikidata\": \"Q648622\", \"wikipedia\": \"en:Bloomfield, New Jersey\", \"place\": \"township\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0002", "group": "raster_only", "template": "elevation_min+region", "question": "What is the lowest elevation in Atwood, Oklahoma?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.340713 34.956233, -96.341393 34.956213, -96.341422 34.956891, -96.342513 34.95785, -96.34283 34.960327, -96.342117 34.960304, -96.340595 34.959822, -96.338024 34.959887, -96.337992 34.960413, -96.337684 34.960719, -96.337722 34.96341, -96.335669 34.963416, -96.335615 34.970618, -96.326736 34.970588, -96.326708 34.968846, -96.33114 34.968875, -96.331081 34.965435, -96.333106 34.965469, -96.333069 34.961487, -96.33536 34.961492, -96.335482 34.954259, -96.330445 34.954262, -96.331948 34.950862, -96.331838 34.948972, -96.335421 34.948966, -96.335552 34.952457, -96.337274 34.952466, -96.338065 34.952522, -96.340209 34.95223, -96.34017 34.953334, -96.340702 34.954276, -96.340713 34.956233))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 228.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Atwood, Oklahoma\", \"geo_wkt\": \"POLYGON ((-96.340713 34.956233, -96.341393 34.956213, -96.341422 34.956891, -96.342513 34.95785, -96.34283 34.960327, -96.342117 34.960304, -96.340595 34.959822, -96.338024 34.959887, -96.337992 34.960413, -96.337684 34.960719, -96.337722 34.96341, -96.335669 34.963416, -96.335615 34.970618, -96.326736 34.970588, -96.326708 34.968846, -96.33114 34.968875, -96.331081 34.965435, -96.333106 34.965469, -96.333069 34.961487, -96.33536 34.961492, -96.335482 34.954259, -96.330445 34.954262, -96.331948 34.950862, -96.331838 34.948972, -96.335421 34.948966, -96.335552 34.952457, -96.337274 34.952466, -96.338065 34.952522, -96.340209 34.95223, -96.34017 34.953334, -96.340702 34.954276, -96.340713 34.956233))\", \"region\": {\"id\": 11956, \"geometry\": \"POLYGON ((-96.340713 34.956233, -96.341393 34.956213, -96.341422 34.956891, -96.342513 34.95785, -96.34283 34.960327, -96.342117 34.960304, -96.340595 34.959822, -96.338024 34.959887, -96.337992 34.960413, -96.337684 34.960719, -96.337722 34.96341, -96.335669 34.963416, -96.335615 34.970618, -96.326736 34.970588, -96.326708 34.968846, -96.33114 34.968875, -96.331081 34.965435, -96.333106 34.965469, -96.333069 34.961487, -96.33536 34.961492, -96.335482 34.954259, -96.330445 34.954262, -96.331948 34.950862, -96.331838 34.948972, -96.335421 34.948966, -96.335552 34.952457, -96.337274 34.952466, -96.338065 34.952522, -96.340209 34.95223, -96.34017 34.953334, -96.340702 34.954276, -96.340713 34.956233))\", \"region_name\": \"Atwood\", \"border_type\": \"town\", \"wikidata\": \"Q2031867\", \"wikipedia\": \"en:Atwood, Oklahoma\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0003", "group": "raster_only", "template": "elevation_min+region", "question": "In Miramiguoa Park, Missouri, what is the minimum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-91.075246 38.234031, -91.075077 38.239777, -91.073531 38.241084, -91.072841 38.241622, -91.072823 38.241937, -91.072701 38.242571, -91.072342 38.243008, -91.071742 38.243339, -91.070763 38.243859, -91.070382 38.244015, -91.069706 38.244314, -91.067742 38.244025, -91.066486 38.243572, -91.065738 38.243343, -91.065433 38.24323, -91.065127 38.243117, -91.06455 38.242891, -91.063572 38.242307, -91.063001 38.241838, -91.0626 38.24148, -91.062344 38.24124, -91.062066 38.240911, -91.061956 38.240754, -91.061711 38.240189, -91.06153 38.239837, -91.061574 38.239424, -91.062014 38.238573, -91.06233 38.237611, -91.062437 38.237162, -91.062685 38.236649, -91.062759 38.236592, -91.062931 38.236158, -91.063043 38.235959, -91.063332 38.235842, -91.063613 38.235643, -91.06417 38.235427, -91.064986 38.235278, -91.066299 38.235166, -91.068892 38.234799, -91.07363 38.234061, -91.074305 38.234045, -91.075246 38.234031))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 171.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Miramiguoa Park, Missouri\", \"geo_wkt\": \"POLYGON ((-91.075246 38.234031, -91.075077 38.239777, -91.073531 38.241084, -91.072841 38.241622, -91.072823 38.241937, -91.072701 38.242571, -91.072342 38.243008, -91.071742 38.243339, -91.070763 38.243859, -91.070382 38.244015, -91.069706 38.244314, -91.067742 38.244025, -91.066486 38.243572, -91.065738 38.243343, -91.065433 38.24323, -91.065127 38.243117, -91.06455 38.242891, -91.063572 38.242307, -91.063001 38.241838, -91.0626 38.24148, -91.062344 38.24124, -91.062066 38.240911, -91.061956 38.240754, -91.061711 38.240189, -91.06153 38.239837, -91.061574 38.239424, -91.062014 38.238573, -91.06233 38.237611, -91.062437 38.237162, -91.062685 38.236649, -91.062759 38.236592, -91.062931 38.236158, -91.063043 38.235959, -91.063332 38.235842, -91.063613 38.235643, -91.06417 38.235427, -91.064986 38.235278, -91.066299 38.235166, -91.068892 38.234799, -91.07363 38.234061, -91.074305 38.234045, -91.075246 38.234031))\", \"region\": {\"id\": 6583, \"geometry\": \"POLYGON ((-91.075246 38.234031, -91.075077 38.239777, -91.073531 38.241084, -91.072841 38.241622, -91.072823 38.241937, -91.072701 38.242571, -91.072342 38.243008, -91.071742 38.243339, -91.070763 38.243859, -91.070382 38.244015, -91.069706 38.244314, -91.067742 38.244025, -91.066486 38.243572, -91.065738 38.243343, -91.065433 38.24323, -91.065127 38.243117, -91.06455 38.242891, -91.063572 38.242307, -91.063001 38.241838, -91.0626 38.24148, -91.062344 38.24124, -91.062066 38.240911, -91.061956 38.240754, -91.061711 38.240189, -91.06153 38.239837, -91.061574 38.239424, -91.062014 38.238573, -91.06233 38.237611, -91.062437 38.237162, -91.062685 38.236649, -91.062759 38.236592, -91.062931 38.236158, -91.063043 38.235959, -91.063332 38.235842, -91.063613 38.235643, -91.06417 38.235427, -91.064986 38.235278, -91.066299 38.235166, -91.068892 38.234799, -91.07363 38.234061, -91.074305 38.234045, -91.075246 38.234031))\", \"region_name\": \"Miramiguoa Park\", \"border_type\": \"village\", \"wikidata\": \"Q1979463\", \"wikipedia\": \"en:Miramiguoa Park, Missouri\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0004", "group": "raster_only", "template": "elevation_min+region", "question": "What is the lowest elevation in Kismet, Kansas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-100.700009 37.207328, -100.700011 37.208153, -100.699133 37.208207, -100.69917 37.207213, -100.698916 37.207183, -100.698898 37.207343, -100.698303 37.207368, -100.695108 37.207367, -100.696242 37.206196, -100.696953 37.205264, -100.697775 37.204045, -100.699321 37.199858, -100.699544 37.19977, -100.69963 37.19941, -100.699706 37.19934, -100.700071 37.199277, -100.700009 37.19903, -100.699607 37.198878, -100.701273 37.198856, -100.701385 37.201921, -100.704164 37.202009, -100.704167 37.202969, -100.705062 37.202511, -100.707847 37.201084, -100.707906 37.203527, -100.706721 37.20354, -100.706732 37.204185, -100.707916 37.204172, -100.707908 37.206103, -100.702721 37.206109, -100.702747 37.209535, -100.701175 37.209514, -100.701163 37.209069, -100.700809 37.209092, -100.700809 37.209324, -100.700377 37.20935, -100.700364 37.207332, -100.700009 37.207328))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 828.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Kismet, Kansas\", \"geo_wkt\": \"POLYGON ((-100.700009 37.207328, -100.700011 37.208153, -100.699133 37.208207, -100.69917 37.207213, -100.698916 37.207183, -100.698898 37.207343, -100.698303 37.207368, -100.695108 37.207367, -100.696242 37.206196, -100.696953 37.205264, -100.697775 37.204045, -100.699321 37.199858, -100.699544 37.19977, -100.69963 37.19941, -100.699706 37.19934, -100.700071 37.199277, -100.700009 37.19903, -100.699607 37.198878, -100.701273 37.198856, -100.701385 37.201921, -100.704164 37.202009, -100.704167 37.202969, -100.705062 37.202511, -100.707847 37.201084, -100.707906 37.203527, -100.706721 37.20354, -100.706732 37.204185, -100.707916 37.204172, -100.707908 37.206103, -100.702721 37.206109, -100.702747 37.209535, -100.701175 37.209514, -100.701163 37.209069, -100.700809 37.209092, -100.700809 37.209324, -100.700377 37.20935, -100.700364 37.207332, -100.700009 37.207328))\", \"region\": {\"id\": 4763, \"geometry\": \"POLYGON ((-100.700009 37.207328, -100.700011 37.208153, -100.699133 37.208207, -100.69917 37.207213, -100.698916 37.207183, -100.698898 37.207343, -100.698303 37.207368, -100.695108 37.207367, -100.696242 37.206196, -100.696953 37.205264, -100.697775 37.204045, -100.699321 37.199858, -100.699544 37.19977, -100.69963 37.19941, -100.699706 37.19934, -100.700071 37.199277, -100.700009 37.19903, -100.699607 37.198878, -100.701273 37.198856, -100.701385 37.201921, -100.704164 37.202009, -100.704167 37.202969, -100.705062 37.202511, -100.707847 37.201084, -100.707906 37.203527, -100.706721 37.20354, -100.706732 37.204185, -100.707916 37.204172, -100.707908 37.206103, -100.702721 37.206109, -100.702747 37.209535, -100.701175 37.209514, -100.701163 37.209069, -100.700809 37.209092, -100.700809 37.209324, -100.700377 37.20935, -100.700364 37.207332, -100.700009 37.207328))\", \"region_name\": \"Kismet\", \"border_type\": \"city\", \"wikidata\": \"Q603474\", \"wikipedia\": \"en:Kismet, Kansas\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0005", "group": "raster_only", "template": "elevation_min+region", "question": "How low is the lowest point in Casnovia Township, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.908386 43.205928, -85.903768 43.205932, -85.869656 43.205879, -85.849846 43.205551, -85.829972 43.205491, -85.790594 43.205232, -85.790612 43.219647, -85.79055 43.22715, -85.790516 43.234183, -85.790529 43.237994, -85.790534 43.239779, -85.790538 43.241522, -85.79054 43.243434, -85.790521 43.244527, -85.790542 43.246962, -85.790546 43.248743, -85.790472 43.277882, -85.790408 43.292958, -85.800583 43.29289, -85.830071 43.292958, -85.901645 43.293103, -85.908089 43.29313, -85.907944 43.213351, -85.908386 43.205928))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 189.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Casnovia Township, Michigan\", \"geo_wkt\": \"POLYGON ((-85.908386 43.205928, -85.903768 43.205932, -85.869656 43.205879, -85.849846 43.205551, -85.829972 43.205491, -85.790594 43.205232, -85.790612 43.219647, -85.79055 43.22715, -85.790516 43.234183, -85.790529 43.237994, -85.790534 43.239779, -85.790538 43.241522, -85.79054 43.243434, -85.790521 43.244527, -85.790542 43.246962, -85.790546 43.248743, -85.790472 43.277882, -85.790408 43.292958, -85.800583 43.29289, -85.830071 43.292958, -85.901645 43.293103, -85.908089 43.29313, -85.907944 43.213351, -85.908386 43.205928))\", \"region\": {\"id\": 16782, \"geometry\": \"POLYGON ((-85.908386 43.205928, -85.903768 43.205932, -85.869656 43.205879, -85.849846 43.205551, -85.829972 43.205491, -85.790594 43.205232, -85.790612 43.219647, -85.79055 43.22715, -85.790516 43.234183, -85.790529 43.237994, -85.790534 43.239779, -85.790538 43.241522, -85.79054 43.243434, -85.790521 43.244527, -85.790542 43.246962, -85.790546 43.248743, -85.790472 43.277882, -85.790408 43.292958, -85.800583 43.29289, -85.830071 43.292958, -85.901645 43.293103, -85.908089 43.29313, -85.907944 43.213351, -85.908386 43.205928))\", \"region_name\": \"Casnovia Township\", \"border_type\": \"township\", \"wikidata\": \"Q5048994\", \"wikipedia\": \"en:Casnovia Township, Michigan\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_min+region/0006", "group": "raster_only", "template": "elevation_min+region", "question": "What is the min elevation value within Navassa, North Carolina?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-78.108805 34.29574, -78.109935 34.296107, -78.106685 34.297127, -78.104637 34.297737, -78.098539 34.299642, -78.094178 34.300968, -78.093876 34.300968, -78.093284 34.301048, -78.092772 34.301144, -78.092404 34.301336, -78.092195 34.301578, -78.089111 34.302528, -78.088915 34.302588, -78.08763 34.303455, -78.083385 34.306351, -78.082754 34.306005, -78.082306 34.305757, -78.081483 34.306105, -78.081407 34.306033, -78.081074 34.306387, -78.080806 34.306376, -78.081272 34.305894, -78.080687 34.305297, -78.080747 34.305205, -78.081028 34.304567, -78.081235 34.304219, -78.081765 34.303849, -78.082275 34.30254, -78.081334 34.302093, -78.0811 34.301488, -78.079862 34.300536, -78.078143 34.297492, -78.0785 34.295829, -78.077392 34.294903, -78.075889 34.293647, -78.076808 34.293436, -78.078476 34.293053, -78.080514 34.292565, -78.079941 34.290552, -78.079246 34.288109, -78.078554 34.285676, -78.080474 34.286331, -78.083428 34.28727, -78.090612 34.289686, -78.108805 34.29574)), ((-78.029575 34.255799, -78.029592 34.255859, -78.029698 34.255984, -78.02975 34.256161, -78.030369 34.256224, -78.030898 34.256216, -78.031017 34.256262, -78.031284 34.256226, -78.031395 34.256212, -78.031728 34.256338, -78.032049 34.256476, -78.032174 34.256528, -78.032476 34.25653, -78.032793 34.256588, -78.03305 34.256587, -78.033495 34.256553, -78.0341 34.256519, -78.034322 34.256582, -78.034513 34.256644, -78.034768 34.256739, -78.03499 34.256802, -78.035611 34.2568, -78.035931 34.256862, -78.036265 34.256956, -78.036497 34.257006, -78.036552 34.257018, -78.037093 34.257047, -78.037413 34.257125, -78.037606 34.257201, -78.037683 34.257239, -78.037743 34.257304, -78.037727 34.257379, -78.037927 34.25773, -78.03797 34.257929, -78.038002 34.258185, -78.03805 34.258377, -78.038146 34.258585, -78.038226 34.258745, -78.038386 34.258889, -78.038594 34.259081, -78.038786 34.259289, -78.038866 34.259401, -78.03893 34.259577, -78.038898 34.259801, -78.038866 34.259913, -78.03877 34.260105, -78.038546 34.260377, -78.038146 34.260889, -78.037762 34.261417, -78.037521 34.262032, -78.037472 34.262152, -78.037439 34.262242, -78.03734 34.262542, -78.037288 34.262949, -78.037301 34.263219, -78.037331 34.263385, -78.037426 34.263565, -78.037615 34.263773, -78.037837 34.263949, -78.038153 34.264306, -78.038577 34.264851, -78.038934 34.265311, -78.039182 34.265574, -78.03937 34.265703, -78.039543 34.265772, -78.039715 34.265808, -78.040061 34.265836, -78.041003 34.265874, -78.041162 34.265913, -78.041239 34.265985, -78.041281 34.266223, -78.041337 34.266551, -78.041426 34.266905, -78.041468 34.267144, -78.041592 34.267304, -78.041637 34.267409, -78.041586 34.267587, -78.041083 34.267826, -78.040534 34.268123, -78.040129 34.2685, -78.039902 34.26903, -78.039866 34.269115, -78.040343 34.269909, -78.041036 34.270405, -78.042444 34.27102, -78.043458 34.271169, -78.043755 34.271231, -78.044149 34.271254, -78.044494 34.271283, -78.044729 34.271362, -78.044887 34.27143, -78.045076 34.271581, -78.045434 34.271865, -78.045776 34.272077, -78.046013 34.272172, -78.046122 34.272199, -78.046295 34.272187, -78.046499 34.272177, -78.04675 34.272096, -78.047031 34.271914, -78.047424 34.27168, -78.047768 34.271411, -78.048003 34.271283, -78.048255 34.271242, -78.04838 34.271348, -78.048477 34.271422, -78.048618 34.271502, -78.048705 34.27154, -78.048789 34.271566, -78.04876 34.2717, -78.048706 34.271924, -78.048672 34.272093, -78.048645 34.272243, -78.04849 34.272818, -78.048328 34.27353, -78.048144 34.274413, -78.047965 34.275071, -78.047889 34.275351, -78.047862 34.27545, -78.047767 34.276005, -78.047712 34.276488, -78.047717 34.276667, -78.047724 34.276946, -78.047746 34.277224, -78.047794 34.277713, -78.048355 34.279215, -78.048623 34.280016, -78.048756 34.280357, -78.048927 34.280664, -78.048963 34.280806, -78.048998 34.280944, -78.049247 34.281475, -78.049584 34.282066, -78.049956 34.282661, -78.050342 34.283155, -78.050618 34.283488, -78.050946 34.283894, -78.051785 34.284922, -78.052164 34.285405, -78.052722 34.28605, -78.053304 34.286663, -78.053376 34.286725, -78.05369 34.287034, -78.054604 34.288016, -78.054901 34.288377, -78.055164 34.288744, -78.055805 34.289767, -78.056184 34.290365, -78.056695 34.291142, -78.057364 34.292171, -78.058447 34.293888, -78.058612 34.294125, -78.058924 34.294628, -78.059092 34.294907, -78.059245 34.295141, -78.059334 34.295259, -78.059395 34.295356, -78.059665 34.295696, -78.059764 34.295834, -78.060255 34.296403, -78.060464 34.296601, -78.060815 34.296954, -78.061388 34.297455, -78.06168 34.297676, -78.061846 34.297802, -78.062084 34.297963, -78.060537 34.299642, -78.060277 34.301746, -78.060223 34.302836, -78.060213 34.302894, -78.059567 34.304316, -78.059344 34.304799, -78.057882 34.306054, -78.056092 34.30723, -78.055585 34.307563, -78.054503 34.309074, -78.054136 34.310589, -78.054273 34.312019, -78.05462 34.313981, -78.053159 34.314841, -78.053079 34.314892, -78.052367 34.316251, -78.043648 34.312844, -78.042855 34.312531, -78.036487 34.310025, -78.031401 34.308024, -78.030212 34.307539, -78.030162 34.30759, -78.029646 34.308103, -78.029996 34.308987, -78.030635 34.309906, -78.030766 34.310897, -78.031147 34.311565, -78.031468 34.315546, -78.031391 34.316447, -78.031364 34.317157, -78.031262 34.318095, -78.031078 34.318119, -78.027418 34.318104, -78.026212 34.318101, -78.026033 34.317992, -78.025633 34.317896, -78.024929 34.317752, -78.024273 34.317736, -78.023563 34.317822, -78.022913 34.318008, -78.022465 34.318216, -78.019905 34.31972, -78.019041 34.320472, -78.017745 34.321464, -78.016737 34.32204, -78.015825 34.322536, -78.015009 34.322872, -78.014372 34.323008, -78.014257 34.323032, -78.013617 34.323096, -78.012721 34.323176, -78.011792 34.323208, -78.011105 34.323144, -78.011102 34.323144, -78.010449 34.323096, -78.010224 34.323049, -78.009537 34.322904, -78.008657 34.322552, -78.007969 34.322024, -78.007281 34.321448, -78.007217 34.321368, -78.006625 34.320408, -78.006241 34.319512, -78.006177 34.318888, -78.006161 34.318008, -78.006225 34.317448, -78.006401 34.316872, -78.006657 34.316408, -78.006929 34.316072, -78.007265 34.315624, -78.007489 34.315528, -78.008427 34.315148, -78.008514 34.315112, -78.008678 34.31506, -78.009633 34.31476, -78.010577 34.314456, -78.011489 34.314056, -78.011969 34.313688, -78.012321 34.313384, -78.012545 34.313144, -78.012705 34.312952, -78.012993 34.312568, -78.013922 34.310024, -78.014566 34.308159, -78.014567 34.308155, -78.014568 34.308151, -78.014569 34.308147, -78.01457 34.308143, -78.014571 34.308139, -78.014572 34.308136, -78.014813 34.307468, -78.014213 34.302568, -78.017113 34.292769, -78.015913 34.290269, -78.014313 34.289469, -78.007813 34.290169, -78.005912 34.288869, -78.004612 34.286769, -78.005514 34.283301, -78.005912 34.281769, -78.00481 34.280471, -78.000012 34.283269, -77.996512 34.284369, -77.992512 34.283669, -77.990212 34.281669, -77.990312 34.278969, -77.991412 34.278069, -77.999312 34.276169, -78.001112 34.274969, -78.002012 34.273069, -78.000812 34.271569, -77.991012 34.270669, -77.987512 34.268269, -77.987912 34.264869, -77.988912 34.262269, -77.987712 34.260069, -77.986516 34.2595, -77.986354 34.259409, -77.986305 34.258991, -77.986237 34.258343, -77.986453 34.258325, -77.986099 34.258046, -77.985981 34.257929, -77.985923 34.257833, -77.985865 34.257793, -77.985819 34.257736, -77.985735 34.257553, -77.985662 34.257267, -77.985657 34.257164, -77.985678 34.256971, -77.985767 34.256407, -77.985984 34.255631, -77.986122 34.255254, -77.986276 34.254914, -77.986576 34.254403, -77.986682 34.254253, -77.986791 34.254046, -77.986868 34.253975, -77.987127 34.253573, -77.987211 34.253482, -77.987686 34.252849, -77.987855 34.252651, -77.98793 34.252534, -77.988173 34.252259, -77.988588 34.251714, -77.988774 34.251493, -77.98926 34.25085, -77.989452 34.250584, -77.989642 34.250355, -77.989936 34.249934, -77.990115 34.249621, -77.990345 34.249162, -77.990593 34.248569, -77.990706 34.248048, -77.990837 34.247396, -77.990848 34.246795, -77.990705 34.245972, -77.990646 34.245785, -77.990281 34.244814, -77.990179 34.244569, -77.990182 34.244512, -77.990214 34.244486, -77.990427 34.244548, -77.990472 34.244496, -77.99093 34.244676, -77.991547 34.245052, -77.991876 34.245304, -77.992338 34.245682, -77.992492 34.245809, -77.992665 34.246064, -77.993037 34.24642, -77.993282 34.24644, -77.993591 34.246305, -77.993745 34.246174, -77.993899 34.245913, -77.994208 34.245648, -77.994516 34.245256, -77.994824 34.245121, -77.995589 34.245023, -77.996918 34.245029, -77.997482 34.244848, -77.998449 34.244821, -77.998726 34.244859, -77.998739 34.244927, -77.99888 34.244863, -77.999101 34.244879, -77.999305 34.24493, -77.999926 34.245191, -78.000603 34.245661, -78.000687 34.24572, -78.000758 34.245804, -78.001277 34.246416, -78.001628 34.246779, -78.00206 34.247089, -78.002599 34.247209, -78.003059 34.247162, -78.004171 34.246902, -78.004323 34.246872, -78.004566 34.246899, -78.004975 34.247051, -78.005373 34.247336, -78.0057 34.247472, -78.005974 34.247458, -78.006556 34.246973, -78.006709 34.246792, -78.006842 34.246675, -78.007116 34.246467, -78.007431 34.246369, -78.00775 34.246457, -78.00846 34.246745, -78.00891 34.246673, -78.009263 34.246493, -78.009958 34.245886, -78.010544 34.245309, -78.010808 34.245242, -78.010939 34.245205, -78.011059 34.245221, -78.011086 34.245255, -78.011108 34.2453, -78.011113 34.245394, -78.011111 34.245441, -78.011101 34.245475, -78.011101 34.24551, -78.011114 34.245533, -78.011142 34.245537, -78.011183 34.245529, -78.01134 34.245428, -78.011373 34.245402, -78.011417 34.245386, -78.011478 34.245377, -78.011561 34.245371, -78.011659 34.24538, -78.011852 34.245415, -78.012005 34.245453, -78.012073 34.245479, -78.012212 34.24556, -78.012432 34.245717, -78.012525 34.245777, -78.01256 34.245819, -78.01259 34.245865, -78.01263 34.245954, -78.012683 34.246105, -78.012709 34.246206, -78.012716 34.246257, -78.012736 34.246304, -78.012764 34.246333, -78.012796 34.246332, -78.012831 34.246336, -78.012868 34.246312, -78.012887 34.246278, -78.012891 34.246235, -78.012871 34.246166, -78.012874 34.246079, -78.012915 34.24592, -78.013059 34.24578, -78.013138 34.245721, -78.013176 34.2457, -78.013218 34.245684, -78.013311 34.24566, -78.013459 34.245642, -78.013567 34.245649, -78.013707 34.245679, -78.013761 34.2457, -78.013845 34.24574, -78.013925 34.245771, -78.014016 34.245825, -78.014164 34.245863, -78.0142 34.245882, -78.014235 34.245914, -78.014274 34.245939, -78.014334 34.245959, -78.014392 34.245966, -78.014689 34.245978, -78.014775 34.245998, -78.014841 34.246024, -78.014907 34.246063, -78.014956 34.246097, -78.015028 34.246162, -78.015081 34.246284, -78.0151 34.246306, -78.015112 34.246361, -78.015109 34.246436, -78.015122 34.246493, -78.015161 34.246556, -78.015217 34.246607, -78.01526 34.246623, -78.015317 34.24663, -78.015417 34.246627, -78.015628 34.246566, -78.015648 34.246573, -78.015694 34.246571, -78.015787 34.246552, -78.015984 34.246553, -78.016024 34.246499, -78.016094 34.24651, -78.01612 34.24649, -78.016134 34.246471, -78.016157 34.246451, -78.016185 34.246443, -78.016207 34.246441, -78.01623 34.246406, -78.016249 34.246391, -78.016285 34.246388, -78.016319 34.246402, -78.016339 34.246428, -78.016327 34.246454, -78.016296 34.246456, -78.016248 34.246468, -78.016217 34.246481, -78.016202 34.246499, -78.016193 34.24652, -78.016193 34.246546, -78.016253 34.246587, -78.016288 34.246659, -78.016304 34.246674, -78.016334 34.246674, -78.016375 34.246665, -78.016404 34.246667, -78.016428 34.246677, -78.016439 34.246704, -78.016443 34.246857, -78.016447 34.246884, -78.016463 34.246911, -78.016484 34.246932, -78.016595 34.247012, -78.016609 34.247039, -78.016616 34.247063, -78.016569 34.247159, -78.016561 34.247209, -78.016586 34.247268, -78.016584 34.247302, -78.016576 34.247326, -78.016582 34.247349, -78.016623 34.247392, -78.016644 34.247403, -78.016715 34.247441, -78.016742 34.247472, -78.016766 34.247523, -78.016823 34.247584, -78.017087 34.247756, -78.017318 34.247883, -78.017462 34.247979, -78.017499 34.247998, -78.017547 34.248011, -78.017578 34.247981, -78.017597 34.247944, -78.017613 34.247853, -78.017646 34.247721, -78.017709 34.247559, -78.017763 34.247455, -78.017782 34.247439, -78.017804 34.24743, -78.017837 34.247425, -78.017858 34.247434, -78.017851 34.247482, -78.01784 34.247498, -78.017782 34.247622, -78.017717 34.247862, -78.017721 34.247911, -78.017707 34.247972, -78.017665 34.248027, -78.017664 34.24807, -78.017736 34.248268, -78.017825 34.248361, -78.017878 34.248406, -78.018079 34.248655, -78.018092 34.248686, -78.018221 34.248881, -78.018291 34.24892, -78.01831 34.248937, -78.018343 34.248966, -78.018299 34.249035, -78.018249 34.249128, -78.018189 34.249223, -78.018163 34.249252, -78.018045 34.249339, -78.018014 34.249357, -78.017904 34.249396, -78.017803 34.249423, -78.017715 34.249456, -78.0177 34.24947, -78.017691 34.249489, -78.017698 34.249506, -78.017773 34.249563, -78.017855 34.249611, -78.017922 34.24966, -78.017994 34.249722, -78.018158 34.249935, -78.018244 34.250093, -78.018313 34.250288, -78.018327 34.250432, -78.018324 34.250498, -78.018294 34.250698, -78.018281 34.250843, -78.018237 34.251004, -78.018203 34.251108, -78.018182 34.251216, -78.018168 34.251415, -78.018169 34.251511, -78.018165 34.251536, -78.018182 34.251618, -78.018226 34.251682, -78.018251 34.251711, -78.018269 34.251741, -78.018293 34.251813, -78.018304 34.251833, -78.018471 34.252017, -78.018662 34.252199, -78.018708 34.252266, -78.018704 34.252291, -78.018675 34.252319, -78.018684 34.25234, -78.018778 34.25243, -78.018798 34.252471, -78.01883 34.2526, -78.018847 34.252633, -78.018871 34.252657, -78.018902 34.25265, -78.018922 34.252626, -78.018939 34.252614, -78.018971 34.252625, -78.019014 34.252627, -78.019047 34.25262, -78.019074 34.252615, -78.019159 34.252582, -78.019189 34.252566, -78.019254 34.252512, -78.019283 34.252482, -78.019417 34.252367, -78.019572 34.252274, -78.019584 34.252259, -78.019768 34.252127, -78.019977 34.251956, -78.020003 34.251939, -78.020173 34.251886, -78.02022 34.251878, -78.020258 34.251876, -78.02033 34.251881, -78.020369 34.251879, -78.020454 34.251891, -78.020473 34.25188, -78.020487 34.251863, -78.020491 34.251845, -78.020462 34.251758, -78.020445 34.251733, -78.020416 34.251633, -78.020405 34.251563, -78.020426 34.251396, -78.020411 34.251376, -78.020272 34.251351, -78.020256 34.251329, -78.020273 34.251308, -78.020348 34.251299, -78.020394 34.251304, -78.020456 34.251292, -78.020478 34.251295, -78.020497 34.251306, -78.020558 34.25136, -78.020576 34.251381, -78.02059 34.251406, -78.020589 34.251429, -78.020576 34.251451, -78.020559 34.251468, -78.020544 34.25151, -78.020549 34.251537, -78.020543 34.25158, -78.020542 34.251613, -78.020581 34.251674, -78.020586 34.251765, -78.020609 34.251796, -78.020628 34.251805, -78.020651 34.251807, -78.020729 34.251798, -78.020777 34.251802, -78.02081 34.251809, -78.020843 34.251803, -78.020864 34.25179, -78.020897 34.251787, -78.020906 34.251824, -78.020925 34.251835, -78.020986 34.25184, -78.021168 34.251822, -78.021317 34.251816, -78.021488 34.251786, -78.021523 34.251777, -78.021594 34.251745, -78.021658 34.25171, -78.021677 34.25169, -78.021688 34.251647, -78.021685 34.251588, -78.021693 34.251571, -78.021712 34.251562, -78.021742 34.251572, -78.021748 34.251641, -78.021767 34.25165, -78.02189 34.25166, -78.021932 34.251677, -78.02202 34.251699, -78.022043 34.251712, -78.022059 34.251737, -78.02209 34.251823, -78.022097 34.251888, -78.022094 34.25192, -78.022068 34.25201, -78.022014 34.2521, -78.021999 34.252143, -78.021989 34.252214, -78.021991 34.252244, -78.022005 34.252275, -78.022029 34.252303, -78.022066 34.252332, -78.022101 34.252344, -78.022123 34.252342, -78.02215 34.252334, -78.022174 34.252322, -78.022187 34.252307, -78.022217 34.252236, -78.022245 34.252099, -78.022273 34.252047, -78.022334 34.251998, -78.02241 34.251958, -78.022505 34.251947, -78.022537 34.251948, -78.022582 34.25196, -78.022657 34.252006, -78.022705 34.252045, -78.022766 34.252111, -78.022795 34.252162, -78.022832 34.252212, -78.022873 34.252297, -78.022881 34.252332, -78.022833 34.252356, -78.022825 34.252378, -78.022863 34.25239, -78.022885 34.252387, -78.022915 34.25239, -78.022928 34.252416, -78.022945 34.252514, -78.022954 34.252531, -78.02302 34.252561, -78.023033 34.252576, -78.023062 34.25264, -78.023077 34.252663, -78.023134 34.252691, -78.023188 34.252692, -78.023226 34.252675, -78.023272 34.252634, -78.02329 34.25261, -78.023301 34.252579, -78.023312 34.252499, -78.023301 34.252388, -78.023289 34.252335, -78.023291 34.252317, -78.023337 34.252294, -78.023358 34.252274, -78.023361 34.252256, -78.023325 34.252131, -78.023318 34.252076, -78.02332 34.252023, -78.023328 34.252, -78.023362 34.251948, -78.023381 34.251938, -78.023421 34.251927, -78.023474 34.251927, -78.023583 34.251966, -78.023653 34.252006, -78.023813 34.252128, -78.023834 34.252149, -78.023901 34.252225, -78.023938 34.25225, -78.024136 34.252297, -78.024201 34.252304, -78.024319 34.252305, -78.024459 34.252292, -78.024562 34.252273, -78.024683 34.252305, -78.024722 34.252305, -78.024951 34.252273, -78.024972 34.252264, -78.025001 34.252267, -78.025085 34.25226, -78.025179 34.252228, -78.025232 34.252219, -78.025293 34.252199, -78.025335 34.252179, -78.025367 34.252193, -78.02546 34.252265, -78.025509 34.252297, -78.025578 34.252329, -78.025698 34.252328, -78.025762 34.252324, -78.025782 34.252317, -78.025839 34.252279, -78.025882 34.252279, -78.025983 34.252301, -78.025998 34.252317, -78.026003 34.252343, -78.025996 34.252377, -78.025974 34.252399, -78.025923 34.252423, -78.025892 34.252431, -78.02575 34.252448, -78.025711 34.252456, -78.025676 34.252454, -78.025616 34.252437, -78.025581 34.252419, -78.025545 34.252436, -78.025537 34.252453, -78.025555 34.252531, -78.025573 34.252558, -78.0256 34.252587, -78.025606 34.252622, -78.025599 34.252678, -78.025604 34.252941, -78.025618 34.252974, -78.025633 34.252987, -78.02567 34.252998, -78.0257 34.252993, -78.025722 34.252984, -78.025817 34.252913, -78.025891 34.252864, -78.026038 34.252792, -78.026109 34.252785, -78.026146 34.252792, -78.026239 34.252852, -78.026274 34.252879, -78.026289 34.2529, -78.026293 34.252923, -78.026288 34.252953, -78.026259 34.252997, -78.026211 34.253054, -78.026201 34.253085, -78.026203 34.253126, -78.026217 34.253153, -78.026306 34.253233, -78.026366 34.253263, -78.026441 34.253279, -78.02652 34.25333, -78.026625 34.253386, -78.026719 34.253438, -78.026843 34.253495, -78.026922 34.253506, -78.027226 34.253515, -78.027368 34.253508, -78.027513 34.253534, -78.027581 34.253564, -78.027653 34.253611, -78.027704 34.253661, -78.027766 34.253741, -78.027826 34.253835, -78.027853 34.253864, -78.027949 34.253924, -78.028044 34.254006, -78.028076 34.254021, -78.028171 34.254097, -78.028203 34.254142, -78.028219 34.254175, -78.028247 34.254275, -78.028245 34.254323, -78.028232 34.254426, -78.028242 34.254461, -78.028344 34.254677, -78.028396 34.254766, -78.028429 34.254788, -78.028487 34.254799, -78.028606 34.254793, -78.028689 34.254801, -78.028958 34.254854, -78.029076 34.254895, -78.029113 34.254916, -78.029138 34.254932, -78.029168 34.254955, -78.029251 34.255038, -78.029342 34.255148, -78.029432 34.255241, -78.029474 34.25529, -78.029484 34.255318, -78.029496 34.255351, -78.029543 34.255567, -78.029575 34.255799)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Navassa, North Carolina\", \"geo_wkt\": \"MULTIPOLYGON (((-78.108805 34.29574, -78.109935 34.296107, -78.106685 34.297127, -78.104637 34.297737, -78.098539 34.299642, -78.094178 34.300968, -78.093876 34.300968, -78.093284 34.301048, -78.092772 34.301144, -78.092404 34.301336, -78.092195 34.301578, -78.089111 34.302528, -78.088915 34.302588, -78.08763 34.303455, -78.083385 34.306351, -78.082754 34.306005, -78.082306 34.305757, -78.081483 34.306105, -78.081407 34.306033, -78.081074 34.306387, -78.080806 34.306376, -78.081272 34.305894, -78.080687 34.305297, -78.080747 34.305205, -78.081028 34.304567, -78.081235 34.304219, -78.081765 34.303849, -78.082275 34.30254, -78.081334 34.302093, -78.0811 34.301488, -78.079862 34.300536, -78.078143 34.297492, -78.0785 34.295829, -78.077392 34.294903, -78.075889 34.293647, -78.076808 34.293436, -78.078476 34.293053, -78.080514 34.292565, -78.079941 34.290552, -78.079246 34.288109, -78.078554 34.285676, -78.080474 34.286331, -78.083428 34.28727, -78.090612 34.289686, -78.108805 34.29574)), ((-78.029575 34.255799, -78.029592 34.255859, -78.029698 34.255984, -78.02975 34.256161, -78.030369 34.256224, -78.030898 34.256216, -78.031017 34.256262, -78.031284 34.256226, -78.031395 34.256212, -78.031728 34.256338, -78.032049 34.256476, -78.032174 34.256528, -78.032476 34.25653, -78.032793 34.256588, -78.03305 34.256587, -78.033495 34.256553, -78.0341 34.256519, -78.034322 34.256582, -78.034513 34.256644, -78.034768 34.256739, -78.03499 34.256802, -78.035611 34.2568, -78.035931 34.256862, -78.036265 34.256956, -78.036497 34.257006, -78.036552 34.257018, -78.037093 34.257047, -78.037413 34.257125, -78.037606 34.257201, -78.037683 34.257239, -78.037743 34.257304, -78.037727 34.257379, -78.037927 34.25773, -78.03797 34.257929, -78.038002 34.258185, -78.03805 34.258377, -78.038146 34.258585, -78.038226 34.258745, -78.038386 34.258889, -78.038594 34.259081, -78.038786 34.259289, -78.038866 34.259401, -78.03893 34.259577, -78.038898 34.259801, -78.038866 34.259913, -78.03877 34.260105, -78.038546 34.260377, -78.038146 34.260889, -78.037762 34.261417, -78.037521 34.262032, -78.037472 34.262152, -78.037439 34.262242, -78.03734 34.262542, -78.037288 34.262949, -78.037301 34.263219, -78.037331 34.263385, -78.037426 34.263565, -78.037615 34.263773, -78.037837 34.263949, -78.038153 34.264306, -78.038577 34.264851, -78.038934 34.265311, -78.039182 34.265574, -78.03937 34.265703, -78.039543 34.265772, -78.039715 34.265808, -78.040061 34.265836, -78.041003 34.265874, -78.041162 34.265913, -78.041239 34.265985, -78.041281 34.266223, -78.041337 34.266551, -78.041426 34.266905, -78.041468 34.267144, -78.041592 34.267304, -78.041637 34.267409, -78.041586 34.267587, -78.041083 34.267826, -78.040534 34.268123, -78.040129 34.2685, -78.039902 34.26903, -78.039866 34.269115, -78.040343 34.269909, -78.041036 34.270405, -78.042444 34.27102, -78.043458 34.271169, -78.043755 34.271231, -78.044149 34.271254, -78.044494 34.271283, -78.044729 34.271362, -78.044887 34.27143, -78.045076 34.271581, -78.045434 34.271865, -78.045776 34.272077, -78.046013 34.272172, -78.046122 34.272199, -78.046295 34.272187, -78.046499 34.272177, -78.04675 34.272096, -78.047031 34.271914, -78.047424 34.27168, -78.047768 34.271411, -78.048003 34.271283, -78.048255 34.271242, -78.04838 34.271348, -78.048477 34.271422, -78.048618 34.271502, -78.048705 34.27154, -78.048789 34.271566, -78.04876 34.2717, -78.048706 34.271924, -78.048672 34.272093, -78.048645 34.272243, -78.04849 34.272818, -78.048328 34.27353, -78.048144 34.274413, -78.047965 34.275071, -78.047889 34.275351, -78.047862 34.27545, -78.047767 34.276005, -78.047712 34.276488, -78.047717 34.276667, -78.047724 34.276946, -78.047746 34.277224, -78.047794 34.277713, -78.048355 34.279215, -78.048623 34.280016, -78.048756 34.280357, -78.048927 34.280664, -78.048963 34.280806, -78.048998 34.280944, -78.049247 34.281475, -78.049584 34.282066, -78.049956 34.282661, -78.050342 34.283155, -78.050618 34.283488, -78.050946 34.283894, -78.051785 34.284922, -78.052164 34.285405, -78.052722 34.28605, -78.053304 34.286663, -78.053376 34.286725, -78.05369 34.287034, -78.054604 34.288016, -78.054901 34.288377, -78.055164 34.288744, -78.055805 34.289767, -78.056184 34.290365, -78.056695 34.291142, -78.057364 34.292171, -78.058447 34.293888, -78.058612 34.294125, -78.058924 34.294628, -78.059092 34.294907, -78.059245 34.295141, -78.059334 34.295259, -78.059395 34.295356, -78.059665 34.295696, -78.059764 34.295834, -78.060255 34.296403, -78.060464 34.296601, -78.060815 34.296954, -78.061388 34.297455, -78.06168 34.297676, -78.061846 34.297802, -78.062084 34.297963, -78.060537 34.299642, -78.060277 34.301746, -78.060223 34.302836, -78.060213 34.302894, -78.059567 34.304316, -78.059344 34.304799, -78.057882 34.306054, -78.056092 34.30723, -78.055585 34.307563, -78.054503 34.309074, -78.054136 34.310589, -78.054273 34.312019, -78.05462 34.313981, -78.053159 34.314841, -78.053079 34.314892, -78.052367 34.316251, -78.043648 34.312844, -78.042855 34.312531, -78.036487 34.310025, -78.031401 34.308024, -78.030212 34.307539, -78.030162 34.30759, -78.029646 34.308103, -78.029996 34.308987, -78.030635 34.309906, -78.030766 34.310897, -78.031147 34.311565, -78.031468 34.315546, -78.031391 34.316447, -78.031364 34.317157, -78.031262 34.318095, -78.031078 34.318119, -78.027418 34.318104, -78.026212 34.318101, -78.026033 34.317992, -78.025633 34.317896, -78.024929 34.317752, -78.024273 34.317736, -78.023563 34.317822, -78.022913 34.318008, -78.022465 34.318216, -78.019905 34.31972, -78.019041 34.320472, -78.017745 34.321464, -78.016737 34.32204, -78.015825 34.322536, -78.015009 34.322872, -78.014372 34.323008, -78.014257 34.323032, -78.013617 34.323096, -78.012721 34.323176, -78.011792 34.323208, -78.011105 34.323144, -78.011102 34.323144, -78.010449 34.323096, -78.010224 34.323049, -78.009537 34.322904, -78.008657 34.322552, -78.007969 34.322024, -78.007281 34.321448, -78.007217 34.321368, -78.006625 34.320408, -78.006241 34.319512, -78.006177 34.318888, -78.006161 34.318008, -78.006225 34.317448, -78.006401 34.316872, -78.006657 34.316408, -78.006929 34.316072, -78.007265 34.315624, -78.007489 34.315528, -78.008427 34.315148, -78.008514 34.315112, -78.008678 34.31506, -78.009633 34.31476, -78.010577 34.314456, -78.011489 34.314056, -78.011969 34.313688, -78.012321 34.313384, -78.012545 34.313144, -78.012705 34.312952, -78.012993 34.312568, -78.013922 34.310024, -78.014566 34.308159, -78.014567 34.308155, -78.014568 34.308151, -78.014569 34.308147, -78.01457 34.308143, -78.014571 34.308139, -78.014572 34.308136, -78.014813 34.307468, -78.014213 34.302568, -78.017113 34.292769, -78.015913 34.290269, -78.014313 34.289469, -78.007813 34.290169, -78.005912 34.288869, -78.004612 34.286769, -78.005514 34.283301, -78.005912 34.281769, -78.00481 34.280471, -78.000012 34.283269, -77.996512 34.284369, -77.992512 34.283669, -77.990212 34.281669, -77.990312 34.278969, -77.991412 34.278069, -77.999312 34.276169, -78.001112 34.274969, -78.002012 34.273069, -78.000812 34.271569, -77.991012 34.270669, -77.987512 34.268269, -77.987912 34.264869, -77.988912 34.262269, -77.987712 34.260069, -77.986516 34.2595, -77.986354 34.259409, -77.986305 34.258991, -77.986237 34.258343, -77.986453 34.258325, -77.986099 34.258046, -77.985981 34.257929, -77.985923 34.257833, -77.985865 34.257793, -77.985819 34.257736, -77.985735 34.257553, -77.985662 34.257267, -77.985657 34.257164, -77.985678 34.256971, -77.985767 34.256407, -77.985984 34.255631, -77.986122 34.255254, -77.986276 34.254914, -77.986576 34.254403, -77.986682 34.254253, -77.986791 34.254046, -77.986868 34.253975, -77.987127 34.253573, -77.987211 34.253482, -77.987686 34.252849, -77.987855 34.252651, -77.98793 34.252534, -77.988173 34.252259, -77.988588 34.251714, -77.988774 34.251493, -77.98926 34.25085, -77.989452 34.250584, -77.989642 34.250355, -77.989936 34.249934, -77.990115 34.249621, -77.990345 34.249162, -77.990593 34.248569, -77.990706 34.248048, -77.990837 34.247396, -77.990848 34.246795, -77.990705 34.245972, -77.990646 34.245785, -77.990281 34.244814, -77.990179 34.244569, -77.990182 34.244512, -77.990214 34.244486, -77.990427 34.244548, -77.990472 34.244496, -77.99093 34.244676, -77.991547 34.245052, -77.991876 34.245304, -77.992338 34.245682, -77.992492 34.245809, -77.992665 34.246064, -77.993037 34.24642, -77.993282 34.24644, -77.993591 34.246305, -77.993745 34.246174, -77.993899 34.245913, -77.994208 34.245648, -77.994516 34.245256, -77.994824 34.245121, -77.995589 34.245023, -77.996918 34.245029, -77.997482 34.244848, -77.998449 34.244821, -77.998726 34.244859, -77.998739 34.244927, -77.99888 34.244863, -77.999101 34.244879, -77.999305 34.24493, -77.999926 34.245191, -78.000603 34.245661, -78.000687 34.24572, -78.000758 34.245804, -78.001277 34.246416, -78.001628 34.246779, -78.00206 34.247089, -78.002599 34.247209, -78.003059 34.247162, -78.004171 34.246902, -78.004323 34.246872, -78.004566 34.246899, -78.004975 34.247051, -78.005373 34.247336, -78.0057 34.247472, -78.005974 34.247458, -78.006556 34.246973, -78.006709 34.246792, -78.006842 34.246675, -78.007116 34.246467, -78.007431 34.246369, -78.00775 34.246457, -78.00846 34.246745, -78.00891 34.246673, -78.009263 34.246493, -78.009958 34.245886, -78.010544 34.245309, -78.010808 34.245242, -78.010939 34.245205, -78.011059 34.245221, -78.011086 34.245255, -78.011108 34.2453, -78.011113 34.245394, -78.011111 34.245441, -78.011101 34.245475, -78.011101 34.24551, -78.011114 34.245533, -78.011142 34.245537, -78.011183 34.245529, -78.01134 34.245428, -78.011373 34.245402, -78.011417 34.245386, -78.011478 34.245377, -78.011561 34.245371, -78.011659 34.24538, -78.011852 34.245415, -78.012005 34.245453, -78.012073 34.245479, -78.012212 34.24556, -78.012432 34.245717, -78.012525 34.245777, -78.01256 34.245819, -78.01259 34.245865, -78.01263 34.245954, -78.012683 34.246105, -78.012709 34.246206, -78.012716 34.246257, -78.012736 34.246304, -78.012764 34.246333, -78.012796 34.246332, -78.012831 34.246336, -78.012868 34.246312, -78.012887 34.246278, -78.012891 34.246235, -78.012871 34.246166, -78.012874 34.246079, -78.012915 34.24592, -78.013059 34.24578, -78.013138 34.245721, -78.013176 34.2457, -78.013218 34.245684, -78.013311 34.24566, -78.013459 34.245642, -78.013567 34.245649, -78.013707 34.245679, -78.013761 34.2457, -78.013845 34.24574, -78.013925 34.245771, -78.014016 34.245825, -78.014164 34.245863, -78.0142 34.245882, -78.014235 34.245914, -78.014274 34.245939, -78.014334 34.245959, -78.014392 34.245966, -78.014689 34.245978, -78.014775 34.245998, -78.014841 34.246024, -78.014907 34.246063, -78.014956 34.246097, -78.015028 34.246162, -78.015081 34.246284, -78.0151 34.246306, -78.015112 34.246361, -78.015109 34.246436, -78.015122 34.246493, -78.015161 34.246556, -78.015217 34.246607, -78.01526 34.246623, -78.015317 34.24663, -78.015417 34.246627, -78.015628 34.246566, -78.015648 34.246573, -78.015694 34.246571, -78.015787 34.246552, -78.015984 34.246553, -78.016024 34.246499, -78.016094 34.24651, -78.01612 34.24649, -78.016134 34.246471, -78.016157 34.246451, -78.016185 34.246443, -78.016207 34.246441, -78.01623 34.246406, -78.016249 34.246391, -78.016285 34.246388, -78.016319 34.246402, -78.016339 34.246428, -78.016327 34.246454, -78.016296 34.246456, -78.016248 34.246468, -78.016217 34.246481, -78.016202 34.246499, -78.016193 34.24652, -78.016193 34.246546, -78.016253 34.246587, -78.016288 34.246659, -78.016304 34.246674, -78.016334 34.246674, -78.016375 34.246665, -78.016404 34.246667, -78.016428 34.246677, -78.016439 34.246704, -78.016443 34.246857, -78.016447 34.246884, -78.016463 34.246911, -78.016484 34.246932, -78.016595 34.247012, -78.016609 34.247039, -78.016616 34.247063, -78.016569 34.247159, -78.016561 34.247209, -78.016586 34.247268, -78.016584 34.247302, -78.016576 34.247326, -78.016582 34.247349, -78.016623 34.247392, -78.016644 34.247403, -78.016715 34.247441, -78.016742 34.247472, -78.016766 34.247523, -78.016823 34.247584, -78.017087 34.247756, -78.017318 34.247883, -78.017462 34.247979, -78.017499 34.247998, -78.017547 34.248011, -78.017578 34.247981, -78.017597 34.247944, -78.017613 34.247853, -78.017646 34.247721, -78.017709 34.247559, -78.017763 34.247455, -78.017782 34.247439, -78.017804 34.24743, -78.017837 34.247425, -78.017858 34.247434, -78.017851 34.247482, -78.01784 34.247498, -78.017782 34.247622, -78.017717 34.247862, -78.017721 34.247911, -78.017707 34.247972, -78.017665 34.248027, -78.017664 34.24807, -78.017736 34.248268, -78.017825 34.248361, -78.017878 34.248406, -78.018079 34.248655, -78.018092 34.248686, -78.018221 34.248881, -78.018291 34.24892, -78.01831 34.248937, -78.018343 34.248966, -78.018299 34.249035, -78.018249 34.249128, -78.018189 34.249223, -78.018163 34.249252, -78.018045 34.249339, -78.018014 34.249357, -78.017904 34.249396, -78.017803 34.249423, -78.017715 34.249456, -78.0177 34.24947, -78.017691 34.249489, -78.017698 34.249506, -78.017773 34.249563, -78.017855 34.249611, -78.017922 34.24966, -78.017994 34.249722, -78.018158 34.249935, -78.018244 34.250093, -78.018313 34.250288, -78.018327 34.250432, -78.018324 34.250498, -78.018294 34.250698, -78.018281 34.250843, -78.018237 34.251004, -78.018203 34.251108, -78.018182 34.251216, -78.018168 34.251415, -78.018169 34.251511, -78.018165 34.251536, -78.018182 34.251618, -78.018226 34.251682, -78.018251 34.251711, -78.018269 34.251741, -78.018293 34.251813, -78.018304 34.251833, -78.018471 34.252017, -78.018662 34.252199, -78.018708 34.252266, -78.018704 34.252291, -78.018675 34.252319, -78.018684 34.25234, -78.018778 34.25243, -78.018798 34.252471, -78.01883 34.2526, -78.018847 34.252633, -78.018871 34.252657, -78.018902 34.25265, -78.018922 34.252626, -78.018939 34.252614, -78.018971 34.252625, -78.019014 34.252627, -78.019047 34.25262, -78.019074 34.252615, -78.019159 34.252582, -78.019189 34.252566, -78.019254 34.252512, -78.019283 34.252482, -78.019417 34.252367, -78.019572 34.252274, -78.019584 34.252259, -78.019768 34.252127, -78.019977 34.251956, -78.020003 34.251939, -78.020173 34.251886, -78.02022 34.251878, -78.020258 34.251876, -78.02033 34.251881, -78.020369 34.251879, -78.020454 34.251891, -78.020473 34.25188, -78.020487 34.251863, -78.020491 34.251845, -78.020462 34.251758, -78.020445 34.251733, -78.020416 34.251633, -78.020405 34.251563, -78.020426 34.251396, -78.020411 34.251376, -78.020272 34.251351, -78.020256 34.251329, -78.020273 34.251308, -78.020348 34.251299, -78.020394 34.251304, -78.020456 34.251292, -78.020478 34.251295, -78.020497 34.251306, -78.020558 34.25136, -78.020576 34.251381, -78.02059 34.251406, -78.020589 34.251429, -78.020576 34.251451, -78.020559 34.251468, -78.020544 34.25151, -78.020549 34.251537, -78.020543 34.25158, -78.020542 34.251613, -78.020581 34.251674, -78.020586 34.251765, -78.020609 34.251796, -78.020628 34.251805, -78.020651 34.251807, -78.020729 34.251798, -78.020777 34.251802, -78.02081 34.251809, -78.020843 34.251803, -78.020864 34.25179, -78.020897 34.251787, -78.020906 34.251824, -78.020925 34.251835, -78.020986 34.25184, -78.021168 34.251822, -78.021317 34.251816, -78.021488 34.251786, -78.021523 34.251777, -78.021594 34.251745, -78.021658 34.25171, -78.021677 34.25169, -78.021688 34.251647, -78.021685 34.251588, -78.021693 34.251571, -78.021712 34.251562, -78.021742 34.251572, -78.021748 34.251641, -78.021767 34.25165, -78.02189 34.25166, -78.021932 34.251677, -78.02202 34.251699, -78.022043 34.251712, -78.022059 34.251737, -78.02209 34.251823, -78.022097 34.251888, -78.022094 34.25192, -78.022068 34.25201, -78.022014 34.2521, -78.021999 34.252143, -78.021989 34.252214, -78.021991 34.252244, -78.022005 34.252275, -78.022029 34.252303, -78.022066 34.252332, -78.022101 34.252344, -78.022123 34.252342, -78.02215 34.252334, -78.022174 34.252322, -78.022187 34.252307, -78.022217 34.252236, -78.022245 34.252099, -78.022273 34.252047, -78.022334 34.251998, -78.02241 34.251958, -78.022505 34.251947, -78.022537 34.251948, -78.022582 34.25196, -78.022657 34.252006, -78.022705 34.252045, -78.022766 34.252111, -78.022795 34.252162, -78.022832 34.252212, -78.022873 34.252297, -78.022881 34.252332, -78.022833 34.252356, -78.022825 34.252378, -78.022863 34.25239, -78.022885 34.252387, -78.022915 34.25239, -78.022928 34.252416, -78.022945 34.252514, -78.022954 34.252531, -78.02302 34.252561, -78.023033 34.252576, -78.023062 34.25264, -78.023077 34.252663, -78.023134 34.252691, -78.023188 34.252692, -78.023226 34.252675, -78.023272 34.252634, -78.02329 34.25261, -78.023301 34.252579, -78.023312 34.252499, -78.023301 34.252388, -78.023289 34.252335, -78.023291 34.252317, -78.023337 34.252294, -78.023358 34.252274, -78.023361 34.252256, -78.023325 34.252131, -78.023318 34.252076, -78.02332 34.252023, -78.023328 34.252, -78.023362 34.251948, -78.023381 34.251938, -78.023421 34.251927, -78.023474 34.251927, -78.023583 34.251966, -78.023653 34.252006, -78.023813 34.252128, -78.023834 34.252149, -78.023901 34.252225, -78.023938 34.25225, -78.024136 34.252297, -78.024201 34.252304, -78.024319 34.252305, -78.024459 34.252292, -78.024562 34.252273, -78.024683 34.252305, -78.024722 34.252305, -78.024951 34.252273, -78.024972 34.252264, -78.025001 34.252267, -78.025085 34.25226, -78.025179 34.252228, -78.025232 34.252219, -78.025293 34.252199, -78.025335 34.252179, -78.025367 34.252193, -78.02546 34.252265, -78.025509 34.252297, -78.025578 34.252329, -78.025698 34.252328, -78.025762 34.252324, -78.025782 34.252317, -78.025839 34.252279, -78.025882 34.252279, -78.025983 34.252301, -78.025998 34.252317, -78.026003 34.252343, -78.025996 34.252377, -78.025974 34.252399, -78.025923 34.252423, -78.025892 34.252431, -78.02575 34.252448, -78.025711 34.252456, -78.025676 34.252454, -78.025616 34.252437, -78.025581 34.252419, -78.025545 34.252436, -78.025537 34.252453, -78.025555 34.252531, -78.025573 34.252558, -78.0256 34.252587, -78.025606 34.252622, -78.025599 34.252678, -78.025604 34.252941, -78.025618 34.252974, -78.025633 34.252987, -78.02567 34.252998, -78.0257 34.252993, -78.025722 34.252984, -78.025817 34.252913, -78.025891 34.252864, -78.026038 34.252792, -78.026109 34.252785, -78.026146 34.252792, -78.026239 34.252852, -78.026274 34.252879, -78.026289 34.2529, -78.026293 34.252923, -78.026288 34.252953, -78.026259 34.252997, -78.026211 34.253054, -78.026201 34.253085, -78.026203 34.253126, -78.026217 34.253153, -78.026306 34.253233, -78.026366 34.253263, -78.026441 34.253279, -78.02652 34.25333, -78.026625 34.253386, -78.026719 34.253438, -78.026843 34.253495, -78.026922 34.253506, -78.027226 34.253515, -78.027368 34.253508, -78.027513 34.253534, -78.027581 34.253564, -78.027653 34.253611, -78.027704 34.253661, -78.027766 34.253741, -78.027826 34.253835, -78.027853 34.253864, -78.027949 34.253924, -78.028044 34.254006, -78.028076 34.254021, -78.028171 34.254097, -78.028203 34.254142, -78.028219 34.254175, -78.028247 34.254275, -78.028245 34.254323, -78.028232 34.254426, -78.028242 34.254461, -78.028344 34.254677, -78.028396 34.254766, -78.028429 34.254788, -78.028487 34.254799, -78.028606 34.254793, -78.028689 34.254801, -78.028958 34.254854, -78.029076 34.254895, -78.029113 34.254916, -78.029138 34.254932, -78.029168 34.254955, -78.029251 34.255038, -78.029342 34.255148, -78.029432 34.255241, -78.029474 34.25529, -78.029484 34.255318, -78.029496 34.255351, -78.029543 34.255567, -78.029575 34.255799)))\", \"region\": {\"id\": 9886, \"geometry\": \"MULTIPOLYGON (((-78.108805 34.29574, -78.109935 34.296107, -78.106685 34.297127, -78.104637 34.297737, -78.098539 34.299642, -78.094178 34.300968, -78.093876 34.300968, -78.093284 34.301048, -78.092772 34.301144, -78.092404 34.301336, -78.092195 34.301578, -78.089111 34.302528, -78.088915 34.302588, -78.08763 34.303455, -78.083385 34.306351, -78.082754 34.306005, -78.082306 34.305757, -78.081483 34.306105, -78.081407 34.306033, -78.081074 34.306387, -78.080806 34.306376, -78.081272 34.305894, -78.080687 34.305297, -78.080747 34.305205, -78.081028 34.304567, -78.081235 34.304219, -78.081765 34.303849, -78.082275 34.30254, -78.081334 34.302093, -78.0811 34.301488, -78.079862 34.300536, -78.078143 34.297492, -78.0785 34.295829, -78.077392 34.294903, -78.075889 34.293647, -78.076808 34.293436, -78.078476 34.293053, -78.080514 34.292565, -78.079941 34.290552, -78.079246 34.288109, -78.078554 34.285676, -78.080474 34.286331, -78.083428 34.28727, -78.090612 34.289686, -78.108805 34.29574)), ((-78.029575 34.255799, -78.029592 34.255859, -78.029698 34.255984, -78.02975 34.256161, -78.030369 34.256224, -78.030898 34.256216, -78.031017 34.256262, -78.031284 34.256226, -78.031395 34.256212, -78.031728 34.256338, -78.032049 34.256476, -78.032174 34.256528, -78.032476 34.25653, -78.032793 34.256588, -78.03305 34.256587, -78.033495 34.256553, -78.0341 34.256519, -78.034322 34.256582, -78.034513 34.256644, -78.034768 34.256739, -78.03499 34.256802, -78.035611 34.2568, -78.035931 34.256862, -78.036265 34.256956, -78.036497 34.257006, -78.036552 34.257018, -78.037093 34.257047, -78.037413 34.257125, -78.037606 34.257201, -78.037683 34.257239, -78.037743 34.257304, -78.037727 34.257379, -78.037927 34.25773, -78.03797 34.257929, -78.038002 34.258185, -78.03805 34.258377, -78.038146 34.258585, -78.038226 34.258745, -78.038386 34.258889, -78.038594 34.259081, -78.038786 34.259289, -78.038866 34.259401, -78.03893 34.259577, -78.038898 34.259801, -78.038866 34.259913, -78.03877 34.260105, -78.038546 34.260377, -78.038146 34.260889, -78.037762 34.261417, -78.037521 34.262032, -78.037472 34.262152, -78.037439 34.262242, -78.03734 34.262542, -78.037288 34.262949, -78.037301 34.263219, -78.037331 34.263385, -78.037426 34.263565, -78.037615 34.263773, -78.037837 34.263949, -78.038153 34.264306, -78.038577 34.264851, -78.038934 34.265311, -78.039182 34.265574, -78.03937 34.265703, -78.039543 34.265772, -78.039715 34.265808, -78.040061 34.265836, -78.041003 34.265874, -78.041162 34.265913, -78.041239 34.265985, -78.041281 34.266223, -78.041337 34.266551, -78.041426 34.266905, -78.041468 34.267144, -78.041592 34.267304, -78.041637 34.267409, -78.041586 34.267587, -78.041083 34.267826, -78.040534 34.268123, -78.040129 34.2685, -78.039902 34.26903, -78.039866 34.269115, -78.040343 34.269909, -78.041036 34.270405, -78.042444 34.27102, -78.043458 34.271169, -78.043755 34.271231, -78.044149 34.271254, -78.044494 34.271283, -78.044729 34.271362, -78.044887 34.27143, -78.045076 34.271581, -78.045434 34.271865, -78.045776 34.272077, -78.046013 34.272172, -78.046122 34.272199, -78.046295 34.272187, -78.046499 34.272177, -78.04675 34.272096, -78.047031 34.271914, -78.047424 34.27168, -78.047768 34.271411, -78.048003 34.271283, -78.048255 34.271242, -78.04838 34.271348, -78.048477 34.271422, -78.048618 34.271502, -78.048705 34.27154, -78.048789 34.271566, -78.04876 34.2717, -78.048706 34.271924, -78.048672 34.272093, -78.048645 34.272243, -78.04849 34.272818, -78.048328 34.27353, -78.048144 34.274413, -78.047965 34.275071, -78.047889 34.275351, -78.047862 34.27545, -78.047767 34.276005, -78.047712 34.276488, -78.047717 34.276667, -78.047724 34.276946, -78.047746 34.277224, -78.047794 34.277713, -78.048355 34.279215, -78.048623 34.280016, -78.048756 34.280357, -78.048927 34.280664, -78.048963 34.280806, -78.048998 34.280944, -78.049247 34.281475, -78.049584 34.282066, -78.049956 34.282661, -78.050342 34.283155, -78.050618 34.283488, -78.050946 34.283894, -78.051785 34.284922, -78.052164 34.285405, -78.052722 34.28605, -78.053304 34.286663, -78.053376 34.286725, -78.05369 34.287034, -78.054604 34.288016, -78.054901 34.288377, -78.055164 34.288744, -78.055805 34.289767, -78.056184 34.290365, -78.056695 34.291142, -78.057364 34.292171, -78.058447 34.293888, -78.058612 34.294125, -78.058924 34.294628, -78.059092 34.294907, -78.059245 34.295141, -78.059334 34.295259, -78.059395 34.295356, -78.059665 34.295696, -78.059764 34.295834, -78.060255 34.296403, -78.060464 34.296601, -78.060815 34.296954, -78.061388 34.297455, -78.06168 34.297676, -78.061846 34.297802, -78.062084 34.297963, -78.060537 34.299642, -78.060277 34.301746, -78.060223 34.302836, -78.060213 34.302894, -78.059567 34.304316, -78.059344 34.304799, -78.057882 34.306054, -78.056092 34.30723, -78.055585 34.307563, -78.054503 34.309074, -78.054136 34.310589, -78.054273 34.312019, -78.05462 34.313981, -78.053159 34.314841, -78.053079 34.314892, -78.052367 34.316251, -78.043648 34.312844, -78.042855 34.312531, -78.036487 34.310025, -78.031401 34.308024, -78.030212 34.307539, -78.030162 34.30759, -78.029646 34.308103, -78.029996 34.308987, -78.030635 34.309906, -78.030766 34.310897, -78.031147 34.311565, -78.031468 34.315546, -78.031391 34.316447, -78.031364 34.317157, -78.031262 34.318095, -78.031078 34.318119, -78.027418 34.318104, -78.026212 34.318101, -78.026033 34.317992, -78.025633 34.317896, -78.024929 34.317752, -78.024273 34.317736, -78.023563 34.317822, -78.022913 34.318008, -78.022465 34.318216, -78.019905 34.31972, -78.019041 34.320472, -78.017745 34.321464, -78.016737 34.32204, -78.015825 34.322536, -78.015009 34.322872, -78.014372 34.323008, -78.014257 34.323032, -78.013617 34.323096, -78.012721 34.323176, -78.011792 34.323208, -78.011105 34.323144, -78.011102 34.323144, -78.010449 34.323096, -78.010224 34.323049, -78.009537 34.322904, -78.008657 34.322552, -78.007969 34.322024, -78.007281 34.321448, -78.007217 34.321368, -78.006625 34.320408, -78.006241 34.319512, -78.006177 34.318888, -78.006161 34.318008, -78.006225 34.317448, -78.006401 34.316872, -78.006657 34.316408, -78.006929 34.316072, -78.007265 34.315624, -78.007489 34.315528, -78.008427 34.315148, -78.008514 34.315112, -78.008678 34.31506, -78.009633 34.31476, -78.010577 34.314456, -78.011489 34.314056, -78.011969 34.313688, -78.012321 34.313384, -78.012545 34.313144, -78.012705 34.312952, -78.012993 34.312568, -78.013922 34.310024, -78.014566 34.308159, -78.014567 34.308155, -78.014568 34.308151, -78.014569 34.308147, -78.01457 34.308143, -78.014571 34.308139, -78.014572 34.308136, -78.014813 34.307468, -78.014213 34.302568, -78.017113 34.292769, -78.015913 34.290269, -78.014313 34.289469, -78.007813 34.290169, -78.005912 34.288869, -78.004612 34.286769, -78.005514 34.283301, -78.005912 34.281769, -78.00481 34.280471, -78.000012 34.283269, -77.996512 34.284369, -77.992512 34.283669, -77.990212 34.281669, -77.990312 34.278969, -77.991412 34.278069, -77.999312 34.276169, -78.001112 34.274969, -78.002012 34.273069, -78.000812 34.271569, -77.991012 34.270669, -77.987512 34.268269, -77.987912 34.264869, -77.988912 34.262269, -77.987712 34.260069, -77.986516 34.2595, -77.986354 34.259409, -77.986305 34.258991, -77.986237 34.258343, -77.986453 34.258325, -77.986099 34.258046, -77.985981 34.257929, -77.985923 34.257833, -77.985865 34.257793, -77.985819 34.257736, -77.985735 34.257553, -77.985662 34.257267, -77.985657 34.257164, -77.985678 34.256971, -77.985767 34.256407, -77.985984 34.255631, -77.986122 34.255254, -77.986276 34.254914, -77.986576 34.254403, -77.986682 34.254253, -77.986791 34.254046, -77.986868 34.253975, -77.987127 34.253573, -77.987211 34.253482, -77.987686 34.252849, -77.987855 34.252651, -77.98793 34.252534, -77.988173 34.252259, -77.988588 34.251714, -77.988774 34.251493, -77.98926 34.25085, -77.989452 34.250584, -77.989642 34.250355, -77.989936 34.249934, -77.990115 34.249621, -77.990345 34.249162, -77.990593 34.248569, -77.990706 34.248048, -77.990837 34.247396, -77.990848 34.246795, -77.990705 34.245972, -77.990646 34.245785, -77.990281 34.244814, -77.990179 34.244569, -77.990182 34.244512, -77.990214 34.244486, -77.990427 34.244548, -77.990472 34.244496, -77.99093 34.244676, -77.991547 34.245052, -77.991876 34.245304, -77.992338 34.245682, -77.992492 34.245809, -77.992665 34.246064, -77.993037 34.24642, -77.993282 34.24644, -77.993591 34.246305, -77.993745 34.246174, -77.993899 34.245913, -77.994208 34.245648, -77.994516 34.245256, -77.994824 34.245121, -77.995589 34.245023, -77.996918 34.245029, -77.997482 34.244848, -77.998449 34.244821, -77.998726 34.244859, -77.998739 34.244927, -77.99888 34.244863, -77.999101 34.244879, -77.999305 34.24493, -77.999926 34.245191, -78.000603 34.245661, -78.000687 34.24572, -78.000758 34.245804, -78.001277 34.246416, -78.001628 34.246779, -78.00206 34.247089, -78.002599 34.247209, -78.003059 34.247162, -78.004171 34.246902, -78.004323 34.246872, -78.004566 34.246899, -78.004975 34.247051, -78.005373 34.247336, -78.0057 34.247472, -78.005974 34.247458, -78.006556 34.246973, -78.006709 34.246792, -78.006842 34.246675, -78.007116 34.246467, -78.007431 34.246369, -78.00775 34.246457, -78.00846 34.246745, -78.00891 34.246673, -78.009263 34.246493, -78.009958 34.245886, -78.010544 34.245309, -78.010808 34.245242, -78.010939 34.245205, -78.011059 34.245221, -78.011086 34.245255, -78.011108 34.2453, -78.011113 34.245394, -78.011111 34.245441, -78.011101 34.245475, -78.011101 34.24551, -78.011114 34.245533, -78.011142 34.245537, -78.011183 34.245529, -78.01134 34.245428, -78.011373 34.245402, -78.011417 34.245386, -78.011478 34.245377, -78.011561 34.245371, -78.011659 34.24538, -78.011852 34.245415, -78.012005 34.245453, -78.012073 34.245479, -78.012212 34.24556, -78.012432 34.245717, -78.012525 34.245777, -78.01256 34.245819, -78.01259 34.245865, -78.01263 34.245954, -78.012683 34.246105, -78.012709 34.246206, -78.012716 34.246257, -78.012736 34.246304, -78.012764 34.246333, -78.012796 34.246332, -78.012831 34.246336, -78.012868 34.246312, -78.012887 34.246278, -78.012891 34.246235, -78.012871 34.246166, -78.012874 34.246079, -78.012915 34.24592, -78.013059 34.24578, -78.013138 34.245721, -78.013176 34.2457, -78.013218 34.245684, -78.013311 34.24566, -78.013459 34.245642, -78.013567 34.245649, -78.013707 34.245679, -78.013761 34.2457, -78.013845 34.24574, -78.013925 34.245771, -78.014016 34.245825, -78.014164 34.245863, -78.0142 34.245882, -78.014235 34.245914, -78.014274 34.245939, -78.014334 34.245959, -78.014392 34.245966, -78.014689 34.245978, -78.014775 34.245998, -78.014841 34.246024, -78.014907 34.246063, -78.014956 34.246097, -78.015028 34.246162, -78.015081 34.246284, -78.0151 34.246306, -78.015112 34.246361, -78.015109 34.246436, -78.015122 34.246493, -78.015161 34.246556, -78.015217 34.246607, -78.01526 34.246623, -78.015317 34.24663, -78.015417 34.246627, -78.015628 34.246566, -78.015648 34.246573, -78.015694 34.246571, -78.015787 34.246552, -78.015984 34.246553, -78.016024 34.246499, -78.016094 34.24651, -78.01612 34.24649, -78.016134 34.246471, -78.016157 34.246451, -78.016185 34.246443, -78.016207 34.246441, -78.01623 34.246406, -78.016249 34.246391, -78.016285 34.246388, -78.016319 34.246402, -78.016339 34.246428, -78.016327 34.246454, -78.016296 34.246456, -78.016248 34.246468, -78.016217 34.246481, -78.016202 34.246499, -78.016193 34.24652, -78.016193 34.246546, -78.016253 34.246587, -78.016288 34.246659, -78.016304 34.246674, -78.016334 34.246674, -78.016375 34.246665, -78.016404 34.246667, -78.016428 34.246677, -78.016439 34.246704, -78.016443 34.246857, -78.016447 34.246884, -78.016463 34.246911, -78.016484 34.246932, -78.016595 34.247012, -78.016609 34.247039, -78.016616 34.247063, -78.016569 34.247159, -78.016561 34.247209, -78.016586 34.247268, -78.016584 34.247302, -78.016576 34.247326, -78.016582 34.247349, -78.016623 34.247392, -78.016644 34.247403, -78.016715 34.247441, -78.016742 34.247472, -78.016766 34.247523, -78.016823 34.247584, -78.017087 34.247756, -78.017318 34.247883, -78.017462 34.247979, -78.017499 34.247998, -78.017547 34.248011, -78.017578 34.247981, -78.017597 34.247944, -78.017613 34.247853, -78.017646 34.247721, -78.017709 34.247559, -78.017763 34.247455, -78.017782 34.247439, -78.017804 34.24743, -78.017837 34.247425, -78.017858 34.247434, -78.017851 34.247482, -78.01784 34.247498, -78.017782 34.247622, -78.017717 34.247862, -78.017721 34.247911, -78.017707 34.247972, -78.017665 34.248027, -78.017664 34.24807, -78.017736 34.248268, -78.017825 34.248361, -78.017878 34.248406, -78.018079 34.248655, -78.018092 34.248686, -78.018221 34.248881, -78.018291 34.24892, -78.01831 34.248937, -78.018343 34.248966, -78.018299 34.249035, -78.018249 34.249128, -78.018189 34.249223, -78.018163 34.249252, -78.018045 34.249339, -78.018014 34.249357, -78.017904 34.249396, -78.017803 34.249423, -78.017715 34.249456, -78.0177 34.24947, -78.017691 34.249489, -78.017698 34.249506, -78.017773 34.249563, -78.017855 34.249611, -78.017922 34.24966, -78.017994 34.249722, -78.018158 34.249935, -78.018244 34.250093, -78.018313 34.250288, -78.018327 34.250432, -78.018324 34.250498, -78.018294 34.250698, -78.018281 34.250843, -78.018237 34.251004, -78.018203 34.251108, -78.018182 34.251216, -78.018168 34.251415, -78.018169 34.251511, -78.018165 34.251536, -78.018182 34.251618, -78.018226 34.251682, -78.018251 34.251711, -78.018269 34.251741, -78.018293 34.251813, -78.018304 34.251833, -78.018471 34.252017, -78.018662 34.252199, -78.018708 34.252266, -78.018704 34.252291, -78.018675 34.252319, -78.018684 34.25234, -78.018778 34.25243, -78.018798 34.252471, -78.01883 34.2526, -78.018847 34.252633, -78.018871 34.252657, -78.018902 34.25265, -78.018922 34.252626, -78.018939 34.252614, -78.018971 34.252625, -78.019014 34.252627, -78.019047 34.25262, -78.019074 34.252615, -78.019159 34.252582, -78.019189 34.252566, -78.019254 34.252512, -78.019283 34.252482, -78.019417 34.252367, -78.019572 34.252274, -78.019584 34.252259, -78.019768 34.252127, -78.019977 34.251956, -78.020003 34.251939, -78.020173 34.251886, -78.02022 34.251878, -78.020258 34.251876, -78.02033 34.251881, -78.020369 34.251879, -78.020454 34.251891, -78.020473 34.25188, -78.020487 34.251863, -78.020491 34.251845, -78.020462 34.251758, -78.020445 34.251733, -78.020416 34.251633, -78.020405 34.251563, -78.020426 34.251396, -78.020411 34.251376, -78.020272 34.251351, -78.020256 34.251329, -78.020273 34.251308, -78.020348 34.251299, -78.020394 34.251304, -78.020456 34.251292, -78.020478 34.251295, -78.020497 34.251306, -78.020558 34.25136, -78.020576 34.251381, -78.02059 34.251406, -78.020589 34.251429, -78.020576 34.251451, -78.020559 34.251468, -78.020544 34.25151, -78.020549 34.251537, -78.020543 34.25158, -78.020542 34.251613, -78.020581 34.251674, -78.020586 34.251765, -78.020609 34.251796, -78.020628 34.251805, -78.020651 34.251807, -78.020729 34.251798, -78.020777 34.251802, -78.02081 34.251809, -78.020843 34.251803, -78.020864 34.25179, -78.020897 34.251787, -78.020906 34.251824, -78.020925 34.251835, -78.020986 34.25184, -78.021168 34.251822, -78.021317 34.251816, -78.021488 34.251786, -78.021523 34.251777, -78.021594 34.251745, -78.021658 34.25171, -78.021677 34.25169, -78.021688 34.251647, -78.021685 34.251588, -78.021693 34.251571, -78.021712 34.251562, -78.021742 34.251572, -78.021748 34.251641, -78.021767 34.25165, -78.02189 34.25166, -78.021932 34.251677, -78.02202 34.251699, -78.022043 34.251712, -78.022059 34.251737, -78.02209 34.251823, -78.022097 34.251888, -78.022094 34.25192, -78.022068 34.25201, -78.022014 34.2521, -78.021999 34.252143, -78.021989 34.252214, -78.021991 34.252244, -78.022005 34.252275, -78.022029 34.252303, -78.022066 34.252332, -78.022101 34.252344, -78.022123 34.252342, -78.02215 34.252334, -78.022174 34.252322, -78.022187 34.252307, -78.022217 34.252236, -78.022245 34.252099, -78.022273 34.252047, -78.022334 34.251998, -78.02241 34.251958, -78.022505 34.251947, -78.022537 34.251948, -78.022582 34.25196, -78.022657 34.252006, -78.022705 34.252045, -78.022766 34.252111, -78.022795 34.252162, -78.022832 34.252212, -78.022873 34.252297, -78.022881 34.252332, -78.022833 34.252356, -78.022825 34.252378, -78.022863 34.25239, -78.022885 34.252387, -78.022915 34.25239, -78.022928 34.252416, -78.022945 34.252514, -78.022954 34.252531, -78.02302 34.252561, -78.023033 34.252576, -78.023062 34.25264, -78.023077 34.252663, -78.023134 34.252691, -78.023188 34.252692, -78.023226 34.252675, -78.023272 34.252634, -78.02329 34.25261, -78.023301 34.252579, -78.023312 34.252499, -78.023301 34.252388, -78.023289 34.252335, -78.023291 34.252317, -78.023337 34.252294, -78.023358 34.252274, -78.023361 34.252256, -78.023325 34.252131, -78.023318 34.252076, -78.02332 34.252023, -78.023328 34.252, -78.023362 34.251948, -78.023381 34.251938, -78.023421 34.251927, -78.023474 34.251927, -78.023583 34.251966, -78.023653 34.252006, -78.023813 34.252128, -78.023834 34.252149, -78.023901 34.252225, -78.023938 34.25225, -78.024136 34.252297, -78.024201 34.252304, -78.024319 34.252305, -78.024459 34.252292, -78.024562 34.252273, -78.024683 34.252305, -78.024722 34.252305, -78.024951 34.252273, -78.024972 34.252264, -78.025001 34.252267, -78.025085 34.25226, -78.025179 34.252228, -78.025232 34.252219, -78.025293 34.252199, -78.025335 34.252179, -78.025367 34.252193, -78.02546 34.252265, -78.025509 34.252297, -78.025578 34.252329, -78.025698 34.252328, -78.025762 34.252324, -78.025782 34.252317, -78.025839 34.252279, -78.025882 34.252279, -78.025983 34.252301, -78.025998 34.252317, -78.026003 34.252343, -78.025996 34.252377, -78.025974 34.252399, -78.025923 34.252423, -78.025892 34.252431, -78.02575 34.252448, -78.025711 34.252456, -78.025676 34.252454, -78.025616 34.252437, -78.025581 34.252419, -78.025545 34.252436, -78.025537 34.252453, -78.025555 34.252531, -78.025573 34.252558, -78.0256 34.252587, -78.025606 34.252622, -78.025599 34.252678, -78.025604 34.252941, -78.025618 34.252974, -78.025633 34.252987, -78.02567 34.252998, -78.0257 34.252993, -78.025722 34.252984, -78.025817 34.252913, -78.025891 34.252864, -78.026038 34.252792, -78.026109 34.252785, -78.026146 34.252792, -78.026239 34.252852, -78.026274 34.252879, -78.026289 34.2529, -78.026293 34.252923, -78.026288 34.252953, -78.026259 34.252997, -78.026211 34.253054, -78.026201 34.253085, -78.026203 34.253126, -78.026217 34.253153, -78.026306 34.253233, -78.026366 34.253263, -78.026441 34.253279, -78.02652 34.25333, -78.026625 34.253386, -78.026719 34.253438, -78.026843 34.253495, -78.026922 34.253506, -78.027226 34.253515, -78.027368 34.253508, -78.027513 34.253534, -78.027581 34.253564, -78.027653 34.253611, -78.027704 34.253661, -78.027766 34.253741, -78.027826 34.253835, -78.027853 34.253864, -78.027949 34.253924, -78.028044 34.254006, -78.028076 34.254021, -78.028171 34.254097, -78.028203 34.254142, -78.028219 34.254175, -78.028247 34.254275, -78.028245 34.254323, -78.028232 34.254426, -78.028242 34.254461, -78.028344 34.254677, -78.028396 34.254766, -78.028429 34.254788, -78.028487 34.254799, -78.028606 34.254793, -78.028689 34.254801, -78.028958 34.254854, -78.029076 34.254895, -78.029113 34.254916, -78.029138 34.254932, -78.029168 34.254955, -78.029251 34.255038, -78.029342 34.255148, -78.029432 34.255241, -78.029474 34.25529, -78.029484 34.255318, -78.029496 34.255351, -78.029543 34.255567, -78.029575 34.255799)))\", \"region_name\": \"Navassa\", \"border_type\": \"town\", \"wikidata\": \"Q2022994\", \"wikipedia\": \"en:Navassa, North Carolina\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0007", "group": "raster_only", "template": "elevation_min+region", "question": "What floor elevation does Houston County, Georgia have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-83.718661 32.626749, -83.718632 32.628647, -83.71863 32.628745, -83.718612 32.629686, -83.71861 32.631476, -83.718551 32.633536, -83.718549 32.634464, -83.71856 32.634677, -83.718571 32.63474, -83.718604 32.634918, -83.718631 32.634983, -83.720657 32.63498, -83.720751 32.634981, -83.72308 32.635002, -83.723448 32.635002, -83.726289 32.635013, -83.726832 32.635018, -83.727279 32.635033, -83.727643 32.635052, -83.727931 32.635081, -83.728175 32.635134, -83.728181 32.635159, -83.728239 32.635445, -83.728187 32.639135, -83.728141 32.643567, -83.728066 32.650768, -83.728034 32.650882, -83.727768 32.651428, -83.727646 32.651428, -83.726982 32.651418, -83.725584 32.65139, -83.724537 32.651383, -83.722859 32.651366, -83.722252 32.651363, -83.721443 32.65135, -83.718624 32.651335, -83.71831 32.651334, -83.71802 32.651328, -83.717436 32.65132, -83.71439 32.65128, -83.709419 32.651304, -83.709152 32.651304, -83.709153 32.651342, -83.709133 32.653066, -83.709058 32.659391, -83.709033 32.660372, -83.708994 32.661856, -83.709005 32.663345, -83.709004 32.664792, -83.708988 32.66672, -83.708969 32.668208, -83.708929 32.67146, -83.708903 32.673097, -83.708895 32.673684, -83.708882 32.674495, -83.708914 32.674959, -83.708322 32.675359, -83.706674 32.676399, -83.70549 32.677327, -83.70437 32.678351, -83.703346 32.679647, -83.702818 32.680559, -83.702562 32.681215, -83.702658 32.682046, -83.702642 32.683151, -83.702578 32.683583, -83.702434 32.684384, -83.702082 32.685487, -83.701746 32.686176, -83.701474 32.687087, -83.701249 32.688552, -83.701154 32.689166, -83.70101 32.690623, -83.70109 32.691598, -83.701097 32.691674, -83.701117 32.691867, -83.701121 32.691907, -83.701131 32.691985, -83.701132 32.692006, -83.701136 32.69204, -83.701139 32.692072, -83.701142 32.692094, -83.701144 32.692109, -83.70115 32.692154, -83.701152 32.692169, -83.700834 32.692143, -83.700642 32.692079, -83.700386 32.692031, -83.69997 32.691935, -83.69982 32.691775, -83.699536 32.691685, -83.699385 32.69147, -83.699388 32.691271, -83.699432 32.691007, -83.699348 32.690928, -83.699119 32.690787, -83.69893 32.690783, -83.698878 32.690942, -83.698663 32.691003, -83.698518 32.690942, -83.698305 32.690733, -83.69796 32.690407, -83.697845 32.690255, -83.697934 32.690182, -83.698088 32.690123, -83.69819 32.690033, -83.698231 32.689957, -83.698218 32.68987, -83.698147 32.689796, -83.697915 32.689607, -83.697906 32.689573, -83.697904 32.689524, -83.697924 32.689448, -83.698006 32.689284, -83.69778 32.689148, -83.697303 32.689068, -83.696786 32.688879, -83.696553 32.688797, -83.696402 32.688735, -83.696196 32.688515, -83.696085 32.688507, -83.695654 32.688612, -83.695257 32.68862, -83.694978 32.688688, -83.694864 32.688662, -83.694718 32.688685, -83.694605 32.688682, -83.694526 32.688549, -83.694455 32.688443, -83.694359 32.688443, -83.694267 32.68854, -83.694172 32.688799, -83.694059 32.688912, -83.693918 32.688909, -83.693601 32.688782, -83.693338 32.688764, -83.692994 32.688798, -83.692674 32.688783, -83.692394 32.688699, -83.692148 32.688674, -83.691958 32.688612, -83.691757 32.688485, -83.691619 32.688322, -83.69146 32.688048, -83.691235 32.687799, -83.690851 32.68746, -83.690495 32.687173, -83.690017 32.686898, -83.689858 32.686878, -83.68969 32.686866, -83.689603 32.686887, -83.689506 32.686943, -83.689314 32.687007, -83.689154 32.687071, -83.68893 32.687071, -83.688722 32.686959, -83.688346 32.686732, -83.688111 32.686421, -83.688086 32.686335, -83.688127 32.686133, -83.688336 32.685913, -83.688683 32.685651, -83.688477 32.685104, -83.688361 32.684645, -83.68815 32.684622, -83.687905 32.684794, -83.687728 32.685155, -83.687558 32.685356, -83.687347 32.68535, -83.687217 32.685253, -83.68719 32.684955, -83.687102 32.684714, -83.686789 32.684582, -83.686475 32.684672, -83.686085 32.685024, -83.685794 32.685223, -83.685563 32.685354, -83.685189 32.685307, -83.68514 32.685281, -83.684871 32.685182, -83.684476 32.685105, -83.684286 32.685031, -83.68393 32.68487, -83.683654 32.684778, -83.683226 32.684558, -83.682933 32.684237, -83.682793 32.684025, -83.682741 32.683965, -83.682629 32.683798, -83.682313 32.683688, -83.682066 32.683582, -83.681977 32.683556, -83.681907 32.683425, -83.681815 32.683346, -83.68164 32.683242, -83.681464 32.68311, -83.681267 32.682993, -83.680964 32.682842, -83.680882 32.682817, -83.680799 32.682806, -83.680553 32.682668, -83.680383 32.682603, -83.680274 32.682658, -83.680233 32.682786, -83.680153 32.682791, -83.679899 32.682769, -83.679858 32.682619, -83.679844 32.682277, -83.679899 32.682034, -83.679909 32.681665, -83.679875 32.681505, -83.679859 32.681472, -83.679747 32.681345, -83.679635 32.681249, -83.679475 32.681201, -83.679256 32.681227, -83.679059 32.681216, -83.678865 32.681148, -83.678786 32.680929, -83.678707 32.680304, -83.678595 32.679999, -83.678489 32.679844, -83.678327 32.679809, -83.678198 32.679825, -83.678102 32.679884, -83.677907 32.679881, -83.677512 32.679795, -83.677479 32.679712, -83.677485 32.679533, -83.677458 32.679385, -83.67741 32.679344, -83.677368 32.679288, -83.677259 32.679183, -83.677218 32.678993, -83.677058 32.678865, -83.676898 32.678817, -83.676802 32.678865, -83.676653 32.678916, -83.676494 32.678904, -83.676194 32.678561, -83.675914 32.678472, -83.675747 32.678455, -83.675639 32.678359, -83.675522 32.678097, -83.675346 32.677903, -83.675234 32.677808, -83.675074 32.67784, -83.674816 32.677782, -83.674596 32.677782, -83.67406 32.677433, -83.67401 32.677217, -83.673942 32.676958, -83.673762 32.676879, -83.673501 32.676794, -83.673469 32.676793, -83.673274 32.677078, -83.673081 32.67711, -83.672999 32.676958, -83.672911 32.676729, -83.672724 32.676738, -83.672683 32.67689, -83.672674 32.677008, -83.672624 32.677176, -83.672482 32.677312, -83.672264 32.677391, -83.67205 32.677397, -83.671604 32.677256, -83.671024 32.677272, -83.670637 32.677373, -83.670406 32.677472, -83.670256 32.677501, -83.670051 32.677415, -83.670031 32.677214, -83.669914 32.676859, -83.66972 32.676536, -83.669626 32.676414, -83.669515 32.676313, -83.669342 32.676257, -83.669175 32.676296, -83.66893 32.676496, -83.668765 32.67666, -83.668422 32.676699, -83.668327 32.676668, -83.668249 32.676592, -83.668207 32.676513, -83.668185 32.676219, -83.668129 32.676127, -83.667964 32.676046, -83.667807 32.676008, -83.667206 32.676031, -83.666787 32.676026, -83.666491 32.675966, -83.66614 32.675753, -83.665917 32.675545, -83.665861 32.675325, -83.665943 32.675164, -83.666178 32.675035, -83.666546 32.67503, -83.666794 32.674993, -83.666828 32.674826, -83.666486 32.674593, -83.666134 32.674518, -83.665476 32.674438, -83.664925 32.67429, -83.664716 32.674291, -83.664547 32.674416, -83.664337 32.674559, -83.664161 32.674574, -83.664032 32.674618, -83.663858 32.674583, -83.663829 32.67457, -83.663778 32.674506, -83.663711 32.674356, -83.663542 32.674008, -83.663426 32.673893, -83.663242 32.673762, -83.663133 32.673786, -83.663083 32.673772, -83.663005 32.673766, -83.662926 32.673783, -83.662801 32.673855, -83.662705 32.673983, -83.662688 32.674124, -83.662648 32.674298, -83.662481 32.674447, -83.662065 32.674799, -83.661777 32.675086, -83.661433 32.675173, -83.661066 32.675148, -83.66085 32.675085, -83.660784 32.675024, -83.660724 32.674906, -83.660724 32.67476, -83.660601 32.674408, -83.660528 32.674234, -83.660489 32.673824, -83.660211 32.673788, -83.660072 32.673828, -83.659862 32.674086, -83.659688 32.674176, -83.659535 32.674262, -83.659233 32.674366, -83.658902 32.674366, -83.658631 32.674374, -83.658386 32.67443, -83.658221 32.674448, -83.658001 32.674422, -83.657791 32.674383, -83.657584 32.674373, -83.65722 32.674509, -83.656965 32.674577, -83.656835 32.674596, -83.656594 32.67455, -83.656456 32.674456, -83.656267 32.674129, -83.655914 32.673907, -83.655688 32.673872, -83.655387 32.673857, -83.654933 32.673945, -83.654592 32.674154, -83.654422 32.674177, -83.654147 32.674008, -83.653845 32.673978, -83.653679 32.673988, -83.653494 32.674031, -83.653197 32.674023, -83.652952 32.67402, -83.652692 32.673989, -83.652562 32.673926, -83.652494 32.673879, -83.652415 32.673538, -83.652292 32.673423, -83.65198 32.673422, -83.651477 32.673459, -83.650901 32.673575, -83.650627 32.673699, -83.650346 32.673941, -83.649955 32.674326, -83.649739 32.674466, -83.649597 32.674538, -83.649322 32.67454, -83.648927 32.67438, -83.648788 32.674263, -83.64853 32.674003, -83.648283 32.673816, -83.647868 32.673616, -83.647755 32.673608, -83.647246 32.673653, -83.646747 32.673796, -83.646374 32.673831, -83.646274 32.673913, -83.646157 32.674042, -83.645896 32.674138, -83.645719 32.674166, -83.645503 32.674227, -83.645384 32.67423, -83.645292 32.674157, -83.645221 32.673971, -83.645113 32.673869, -83.645054 32.673733, -83.644934 32.673597, -83.644635 32.673374, -83.6444 32.673206, -83.644085 32.672901, -83.643972 32.672736, -83.643919 32.672496, -83.643724 32.672165, -83.64329 32.671869, -83.643098 32.671601, -83.642972 32.671509, -83.642777 32.671398, -83.642398 32.671285, -83.642192 32.67108, -83.642085 32.670819, -83.641804 32.670709, -83.641339 32.670576, -83.641181 32.67038, -83.641072 32.670126, -83.640988 32.66994, -83.640741 32.669762, -83.640495 32.669746, -83.640081 32.669897, -83.639797 32.669899, -83.639582 32.66987, -83.639242 32.669761, -83.639079 32.669635, -83.638974 32.669444, -83.638906 32.669242, -83.638756 32.669079, -83.638015 32.669008, -83.637228 32.669028, -83.636865 32.669097, -83.636719 32.66917, -83.636619 32.669256, -83.636515 32.669445, -83.636316 32.669568, -83.636104 32.669581, -83.635971 32.669532, -83.635367 32.669104, -83.635054 32.668886, -83.634724 32.668768, -83.634318 32.668806, -83.633843 32.668432, -83.633604 32.668304, -83.63334 32.668249, -83.633101 32.668288, -83.632933 32.668357, -83.632616 32.668637, -83.632448 32.668701, -83.632183 32.66869, -83.631814 32.668739, -83.631304 32.668724, -83.631044 32.668767, -83.630372 32.669013, -83.630231 32.669018, -83.630122 32.668987, -83.629941 32.669032, -83.62977 32.669054, -83.629466 32.669231, -83.629187 32.669352, -83.628906 32.669387, -83.62868 32.6694, -83.628284 32.669401, -83.627389 32.669387, -83.627102 32.669398, -83.626701 32.669559, -83.626522 32.669562, -83.626423 32.669511, -83.625243 32.668978, -83.624643 32.668534, -83.624374 32.668312, -83.624299 32.668196, -83.624349 32.667963, -83.624505 32.667578, -83.62438 32.667319, -83.623772 32.66707, -83.623358 32.666913, -83.623052 32.666919, -83.622465 32.666893, -83.622211 32.666822, -83.622134 32.666759, -83.622072 32.666687, -83.622025 32.666606, -83.621994 32.66652, -83.621982 32.66643, -83.621988 32.66634, -83.62203 32.666209, -83.622019 32.666125, -83.621882 32.665751, -83.62148 32.665568, -83.621265 32.665321, -83.621223 32.665086, -83.621063 32.664868, -83.620753 32.664752, -83.620328 32.664707, -83.619999 32.664532, -83.619538 32.664195, -83.619262 32.664014, -83.618952 32.663883, -83.61815 32.663583, -83.617714 32.663448, -83.616704 32.66337, -83.616597 32.663373, -83.616446 32.663414, -83.616319 32.663494, -83.61623 32.663607, -83.616198 32.663693, -83.616157 32.66444, -83.616138 32.664716, -83.616109 32.664752, -83.616058 32.664794, -83.616028 32.664811, -83.615927 32.664839, -83.615874 32.664839, -83.615822 32.664831, -83.615726 32.664793, -83.615661 32.664741, -83.615477 32.664623, -83.615266 32.664496, -83.615071 32.664296, -83.615007 32.663977, -83.614873 32.663916, -83.614766 32.663612, -83.614696 32.663547, -83.614594 32.663525, -83.614496 32.663558, -83.614402 32.6636, -83.614316 32.663652, -83.614239 32.663716, -83.614173 32.663786, -83.61412 32.663863, -83.614079 32.663947, -83.614053 32.664035, -83.614041 32.664124, -83.614044 32.664214, -83.613749 32.664841, -83.613661 32.66489, -83.613556 32.664898, -83.61346 32.664862, -83.613129 32.664493, -83.61305 32.664395, -83.612955 32.664355, -83.612849 32.664355, -83.612753 32.664392, -83.612682 32.664458, -83.612647 32.664541, -83.612654 32.664631, -83.61263 32.66472, -83.612592 32.664803, -83.612541 32.664883, -83.612478 32.664955, -83.612304 32.665104, -83.612014 32.665308, -83.611906 32.665352, -83.611802 32.665371, -83.611696 32.665371, -83.611592 32.665354, -83.611494 32.665318, -83.611408 32.665264, -83.611338 32.665197, -83.611287 32.665118, -83.611257 32.665031, -83.611204 32.664954, -83.611137 32.664884, -83.611058 32.664824, -83.610969 32.664774, -83.610874 32.664734, -83.610773 32.664703, -83.61067 32.664682, -83.610564 32.664673, -83.610457 32.664673, -83.610245 32.66469, -83.610141 32.664709, -83.609939 32.664765, -83.609842 32.664802, -83.609591 32.664924, -83.609488 32.664945, -83.609382 32.664946, -83.609081 32.664766, -83.608951 32.664693, -83.60891 32.664611, -83.608917 32.664521, -83.608869 32.664442, -83.608794 32.664378, -83.608693 32.664353, -83.608589 32.664369, -83.608505 32.664423, -83.608321 32.664471, -83.608112 32.664503, -83.608006 32.66451, -83.60789 32.664485, -83.6076 32.664385, -83.607526 32.664347, -83.607346 32.66416, -83.607269 32.664035, -83.607221 32.663916, -83.607177 32.663783, -83.60713 32.663561, -83.607094 32.663305, -83.607064 32.662647, -83.607101 32.662564, -83.607203 32.662433, -83.607325 32.662301, -83.607361 32.662194, -83.607317 32.662056, -83.607275 32.661951, -83.607094 32.661783, -83.606762 32.661409, -83.606657 32.66134, -83.606557 32.661309, -83.606451 32.661302, -83.606345 32.661305, -83.60624 32.661322, -83.606134 32.66132, -83.606028 32.661308, -83.605925 32.661285, -83.60585 32.661222, -83.605811 32.661139, -83.605814 32.66105, -83.60579 32.660961, -83.605751 32.660877, -83.605696 32.660801, -83.605627 32.660733, -83.605546 32.660674, -83.60493 32.660645, -83.604728 32.660643, -83.604631 32.66068, -83.60455 32.660736, -83.604491 32.660812, -83.60446 32.660898, -83.60446 32.660988, -83.604288 32.661419, -83.604164 32.661562, -83.604073 32.661609, -83.603971 32.661633, -83.603866 32.661648, -83.60376 32.661651, -83.603654 32.66164, -83.60331 32.661668, -83.603139 32.661703, -83.603038 32.661757, -83.603019 32.661766, -83.602964 32.661844, -83.602949 32.661932, -83.602914 32.662017, -83.602816 32.662177, -83.602738 32.662238, -83.602644 32.66228, -83.60254 32.6623, -83.602434 32.662294, -83.602334 32.662264, -83.602241 32.662305, -83.602194 32.662384, -83.602211 32.662472, -83.602249 32.662554, -83.602317 32.662625, -83.602441 32.662771, -83.602448 32.66286, -83.602402 32.66294, -83.602314 32.66299, -83.602168 32.663024, -83.602008 32.663027, -83.601817 32.662968, -83.601727 32.66292, -83.601645 32.662863, -83.60155 32.662823, -83.601449 32.662793, -83.601345 32.662777, -83.601239 32.662785, -83.60114 32.662818, -83.600882 32.662976, -83.600787 32.663018, -83.600686 32.663047, -83.600582 32.663063, -83.600484 32.663099, -83.600393 32.663147, -83.600312 32.663204, -83.600242 32.663272, -83.600155 32.663429, -83.600076 32.663488, -83.59998 32.663527, -83.599875 32.663542, -83.59977 32.663531, -83.599663 32.663538, -83.599562 32.663567, -83.599474 32.663618, -83.599405 32.663686, -83.599177 32.663939, -83.599083 32.663981, -83.598978 32.663995, -83.598874 32.66398, -83.598768 32.663974, -83.598555 32.663981, -83.598346 32.664017, -83.598146 32.664079, -83.598051 32.664119, -83.597922 32.664199, -83.597869 32.664203, -83.59784 32.664256, -83.597784 32.664321, -83.5977 32.664349, -83.597656 32.664338, -83.597236 32.664155, -83.597162 32.664127, -83.596613 32.66409, -83.59614 32.664271, -83.596031 32.664358, -83.595887 32.664464, -83.595678 32.664653, -83.595298 32.665097, -83.594967 32.665674, -83.594663 32.666266, -83.594193 32.666389, -83.593979 32.666131, -83.593965 32.665816, -83.59392 32.665618, -83.593889 32.665454, -83.593729 32.66507, -83.593433 32.665025, -83.593109 32.664979, -83.593013 32.664997, -83.59245 32.665135, -83.591745 32.665492, -83.591351 32.66556, -83.591013 32.665459, -83.591053 32.665168, -83.591071 32.664724, -83.591084 32.664237, -83.5911 32.664065, -83.59091 32.663919, -83.590683 32.663862, -83.59041 32.663888, -83.590055 32.66399, -83.589718 32.664105, -83.589246 32.664296, -83.588828 32.664313, -83.588445 32.664133, -83.588345 32.663829, -83.588443 32.663497, -83.588438 32.663238, -83.588411 32.663134, -83.588381 32.662974, -83.588238 32.662802, -83.587904 32.66272, -83.587632 32.662779, -83.587358 32.662854, -83.587008 32.662959, -83.586766 32.662959, -83.586409 32.662968, -83.585757 32.662656, -83.585444 32.662248, -83.585364 32.661785, -83.585603 32.66149, -83.585951 32.661003, -83.586116 32.660663, -83.585953 32.66041, -83.585931 32.660387, -83.58567 32.660187, -83.58512 32.660043, -83.584762 32.659744, -83.58514 32.659176, -83.585352 32.658929, -83.58553 32.658546, -83.585579 32.658185, -83.585617 32.657967, -83.585611 32.657929, -83.585274 32.657266, -83.584826 32.657006, -83.5841 32.657068, -83.583569 32.657239, -83.583448 32.657279, -83.58292 32.657756, -83.58284 32.657922, -83.582508 32.658626, -83.582418 32.6587, -83.582187 32.658803, -83.581811 32.658918, -83.581338 32.658944, -83.58072 32.658721, -83.580417 32.658372, -83.58044 32.658082, -83.580536 32.657732, -83.580744 32.65742, -83.581018 32.656945, -83.581446 32.656514, -83.581785 32.656193, -83.5822 32.656, -83.582523 32.655761, -83.58261 32.655467, -83.582426 32.655231, -83.582377 32.655175, -83.58212 32.655153, -83.581923 32.655102, -83.581849 32.655088, -83.581377 32.655023, -83.580693 32.655023, -83.580272 32.655127, -83.580026 32.655312, -83.579867 32.655534, -83.5798 32.655696, -83.579749 32.65589, -83.579682 32.65634, -83.57945 32.656767, -83.579142 32.657058, -83.578802 32.657153, -83.578135 32.657282, -83.57738 32.657392, -83.576827 32.657456, -83.57654 32.65755, -83.576102 32.657761, -83.57588 32.658019, -83.575467 32.658515, -83.575111 32.658706, -83.574702 32.658718, -83.574477 32.658728, -83.574217 32.65854, -83.573717 32.658098, -83.573143 32.658004, -83.572648 32.6584, -83.572166 32.658883, -83.571832 32.659013, -83.571478 32.658952, -83.571298 32.658671, -83.571249 32.65791, -83.571296 32.657424, -83.57101 32.657269, -83.570615 32.657266, -83.57036 32.657472, -83.570309 32.657736, -83.570312 32.658099, -83.570454 32.658639, -83.570584 32.659379, -83.570513 32.659619, -83.57039 32.659779, -83.570041 32.659923, -83.569415 32.660019, -83.56845 32.660052, -83.568007 32.66001, -83.567774 32.65993, -83.567566 32.659557, -83.567541 32.659421, -83.567309 32.659053, -83.567222 32.658932, -83.567061 32.658836, -83.566821 32.658804, -83.566598 32.658931, -83.566358 32.65929, -83.56643 32.659723, -83.566662 32.660241, -83.566559 32.660468, -83.566408 32.660643, -83.566198 32.660786, -83.565892 32.66066, -83.565395 32.660227, -83.564742 32.659702, -83.564471 32.659653, -83.564226 32.659639, -83.563834 32.659687, -83.563342 32.659787, -83.563125 32.659813, -83.56285 32.659668, -83.562434 32.659252, -83.561608 32.65867, -83.561058 32.658275, -83.56085 32.657972, -83.56085 32.657686, -83.560946 32.657269, -83.561014 32.657106, -83.56123 32.65661, -83.561327 32.656002, -83.561492 32.655347, -83.561742 32.654912, -83.561826 32.654378, -83.561777 32.654004, -83.561618 32.65381, -83.561506 32.653779, -83.561248 32.653844, -83.560865 32.653906, -83.560434 32.653843, -83.560227 32.653556, -83.560081 32.653129, -83.560002 32.652914, -83.559842 32.652531, -83.559534 32.652256, -83.559236 32.652133, -83.559147 32.652107, -83.558833 32.652034, -83.558542 32.652084, -83.558195 32.652155, -83.557701 32.65234, -83.556893 32.652565, -83.556322 32.652755, -83.556048 32.652676, -83.555777 32.652516, -83.555696 32.65226, -83.55584 32.651953, -83.55607 32.651728, -83.556395 32.651524, -83.556566 32.651463, -83.556727 32.651342, -83.556866 32.651122, -83.556897 32.650897, -83.556673 32.650371, -83.55641 32.650273, -83.555933 32.650275, -83.555471 32.650226, -83.555181 32.650131, -83.555027 32.649912, -83.554783 32.64949, -83.554525 32.648786, -83.55451 32.648213, -83.55459 32.647908, -83.554766 32.647699, -83.555102 32.647602, -83.555754 32.647975, -83.555972 32.648097, -83.556254 32.648116, -83.556613 32.6481, -83.557034 32.648111, -83.557296 32.648211, -83.557536 32.648477, -83.557634 32.648721, -83.557662 32.649341, -83.557809 32.649648, -83.558097 32.649603, -83.558345 32.649486, -83.558382 32.649178, -83.558419 32.648798, -83.558241 32.648293, -83.558062 32.647835, -83.557791 32.647281, -83.557714 32.64697, -83.557805 32.646124, -83.557776 32.645328, -83.557535 32.644771, -83.557104 32.644371, -83.556558 32.644224, -83.555917 32.644227, -83.555183 32.644323, -83.554763 32.644162, -83.55453 32.643945, -83.554194 32.64338, -83.553245 32.64253, -83.552491 32.641812, -83.551791 32.641139, -83.551214 32.640741, -83.55089 32.640673, -83.550655 32.640802, -83.550459 32.641123, -83.550377 32.641481, -83.550217 32.642073, -83.549972 32.642287, -83.54994 32.642291, -83.549595 32.642277, -83.549337 32.642062, -83.549291 32.641976, -83.549289 32.641785, -83.549289 32.640825, -83.549195 32.640213, -83.548878 32.63964, -83.548744 32.639239, -83.548888 32.638855, -83.54916 32.638582, -83.54948 32.638343, -83.549529 32.638297, -83.550182 32.637836, -83.550463 32.637394, -83.550642 32.637116, -83.550761 32.636982, -83.551065 32.636533, -83.551177 32.636117, -83.551124 32.635866, -83.55075 32.635436, -83.550729 32.635317, -83.550793 32.635061, -83.550969 32.634788, -83.550873 32.63458, -83.5506 32.634434, -83.550089 32.634403, -83.549626 32.634259, -83.549176 32.633904, -83.548937 32.633605, -83.548736 32.633342, -83.548441 32.632897, -83.548421 32.632788, -83.548248 32.632179, -83.548222 32.632097, -83.547927 32.631219, -83.547735 32.630979, -83.547527 32.630882, -83.547255 32.630995, -83.546919 32.631379, -83.546583 32.631811, -83.546343 32.632348, -83.545959 32.632467, -83.545655 32.632547, -83.545319 32.632371, -83.545134 32.632174, -83.545113 32.631968, -83.545239 32.631779, -83.545365 32.631411, -83.545799 32.63109, -83.545955 32.630934, -83.546044 32.630811, -83.546328 32.630468, -83.546247 32.629618, -83.546293 32.629586, -83.546151 32.629457, -83.545991 32.629249, -83.545591 32.629168, -83.544919 32.629249, -83.544551 32.629249, -83.544247 32.629041, -83.5441 32.628681, -83.544312 32.628399, -83.544599 32.628113, -83.544643 32.628051, -83.545041 32.627606, -83.545135 32.627138, -83.544984 32.626786, -83.544838 32.626638, -83.544422 32.626399, -83.543622 32.626288, -83.543142 32.626032, -83.542982 32.625872, -83.542949 32.625791, -83.54312 32.625157, -83.543112 32.62483, -83.543852 32.623241, -83.543975 32.62267, -83.543944 32.622334, -83.54368 32.62173, -83.543156 32.621315, -83.542468 32.621066, -83.541901 32.62088, -83.541606 32.620614, -83.541497 32.620254, -83.541737 32.619957, -83.542567 32.619884, -83.543145 32.619847, -83.543996 32.619709, -83.544325 32.61959, -83.544443 32.619311, -83.544544 32.619053, -83.54452 32.618398, -83.544651 32.618011, -83.545186 32.617661, -83.545481 32.617449, -83.545917 32.617098, -83.546485 32.61683, -83.547565 32.617171, -83.5481 32.617134, -83.548591 32.616877, -83.54893 32.616627, -83.548973 32.61636, -83.548853 32.616065, -83.548668 32.615879, -83.548428 32.615668, -83.547903 32.615533, -83.547208 32.615367, -83.546876 32.615057, -83.546911 32.614714, -83.547238 32.614348, -83.547515 32.614089, -83.54755 32.613895, -83.547481 32.613543, -83.546994 32.613075, -83.54648 32.612555, -83.546321 32.612338, -83.546168 32.611776, -83.546144 32.610507, -83.54591 32.610214, -83.545692 32.610121, -83.54539 32.610093, -83.545017 32.610144, -83.544755 32.610508, -83.544478 32.610864, -83.544042 32.61103, -83.54373 32.611027, -83.543526 32.610864, -83.543611 32.609854, -83.543556 32.609368, -83.543333 32.609091, -83.542897 32.608824, -83.542327 32.608697, -83.541918 32.60853, -83.541934 32.608365, -83.542119 32.608141, -83.542921 32.608387, -83.543292 32.608432, -83.543652 32.608255, -83.543946 32.608007, -83.54393 32.607799, -83.543913 32.607456, -83.543733 32.607084, -83.543332 32.606855, -83.54292 32.606719, -83.542504 32.606672, -83.542164 32.606779, -83.542122 32.606811, -83.541383 32.607411, -83.540925 32.607563, -83.540414 32.607459, -83.540286 32.607199, -83.540532 32.606731, -83.540807 32.60624, -83.540816 32.606008, -83.54074 32.605764, -83.540211 32.605096, -83.539492 32.604233, -83.53935 32.604037, -83.538991 32.603681, -83.538352 32.603249, -83.537983 32.602851, -83.538114 32.602629, -83.538441 32.602593, -83.538801 32.602593, -83.539347 32.602629, -83.539925 32.602694, -83.540297 32.602639, -83.540548 32.60239, -83.540657 32.602094, -83.540635 32.601615, -83.540668 32.60119, -83.540853 32.600803, -83.541181 32.600433, -83.541584 32.599898, -83.541683 32.599603, -83.541726 32.599252, -83.541694 32.598791, -83.541617 32.598154, -83.541552 32.597638, -83.54151 32.597243, -83.541366 32.596327, -83.541195 32.595964, -83.540955 32.595602, -83.54073 32.595202, -83.540628 32.594808, -83.540635 32.594188, -83.540672 32.593469, -83.540643 32.592947, -83.540592 32.59243, -83.540505 32.591932, -83.540287 32.59138, -83.539989 32.590618, -83.539647 32.590169, -83.539065 32.589678, -83.538557 32.589357, -83.538244 32.589156, -83.537786 32.589019, -83.537532 32.588749, -83.537241 32.588386, -83.537299 32.588012, -83.537735 32.587753, -83.537975 32.587521, -83.538068 32.587197, -83.538201 32.586807, -83.538782 32.586347, -83.539182 32.586347, -83.539393 32.586618, -83.53956 32.587496, -83.539903 32.587679, -83.54023 32.587569, -83.540373 32.587338, -83.540432 32.58682, -83.540214 32.586353, -83.540112 32.585917, -83.540119 32.585499, -83.54009 32.58518, -83.54001 32.584756, -83.539829 32.584516, -83.53964 32.584319, -83.539102 32.584043, -83.538608 32.583883, -83.538164 32.583945, -83.53799 32.584344, -83.537982 32.58494, -83.537982 32.585603, -83.537903 32.586039, -83.537474 32.586335, -83.536841 32.586525, -83.53586 32.58661, -83.535053 32.586568, -83.534595 32.586378, -83.534232 32.586039, -83.534123 32.585659, -83.534247 32.585284, -83.535511 32.58435, -83.535846 32.584037, -83.536006 32.583858, -83.536144 32.583489, -83.536333 32.582998, -83.536413 32.582304, -83.536405 32.580995, -83.536267 32.579403, -83.536158 32.577897, -83.536035 32.576589, -83.536056 32.575968, -83.536158 32.575452, -83.536383 32.575034, -83.536718 32.574635, -83.537016 32.574567, -83.53754 32.574781, -83.537807 32.57497, -83.538042 32.575319, -83.538167 32.575606, -83.538354 32.575761, -83.538527 32.57589, -83.538997 32.57627, -83.53957 32.576572, -83.539695 32.576591, -83.540207 32.577039, -83.540691 32.577308, -83.540954 32.577356, -83.541263 32.577377, -83.541609 32.577251, -83.541836 32.577145, -83.542054 32.576661, -83.542468 32.57573, -83.542623 32.575359, -83.542843 32.574965, -83.543154 32.574548, -83.54362 32.57423, -83.544151 32.574166, -83.544626 32.574347, -83.544975 32.574255, -83.54563 32.573846, -83.545989 32.573619, -83.546364 32.57352, -83.546401 32.573518, -83.547094 32.573514, -83.547354 32.573452, -83.547649 32.573323, -83.547826 32.573158, -83.548002 32.572955, -83.548059 32.572653, -83.548147 32.571922, -83.54818 32.571785, -83.54821 32.571362, -83.548118 32.570242, -83.548095 32.569949, -83.547996 32.569366, -83.54789 32.568996, -83.547813 32.568619, -83.547775 32.568123, -83.547775 32.567631, -83.547812 32.567141, -83.54789 32.566645, -83.54801 32.566073, -83.54802 32.566007, -83.548157 32.565379, -83.54837 32.564793, -83.548416 32.564574, -83.548422 32.56425, -83.548429 32.564135, -83.548426 32.563876, -83.548384 32.563535, -83.548303 32.563316, -83.548202 32.563145, -83.548042 32.562987, -83.547836 32.562877, -83.547607 32.562812, -83.547468 32.562793, -83.547273 32.562821, -83.547157 32.562855, -83.546921 32.562958, -83.546013 32.563324, -83.545845 32.563366, -83.545685 32.56337, -83.54554 32.563335, -83.545425 32.563263, -83.545341 32.563148, -83.545296 32.562973, -83.545349 32.562801, -83.545425 32.562697, -83.545711 32.562466, -83.545853 32.562325, -83.545944 32.562164, -83.546005 32.561947, -83.54602 32.561771, -83.546005 32.561565, -83.545791 32.560993, -83.545768 32.560803, -83.545793 32.56064, -83.545843 32.560484, -83.545929 32.560328, -83.545952 32.560309, -83.545987 32.560267, -83.546088 32.560223, -83.546509 32.560173, -83.546963 32.560195, -83.547167 32.560213, -83.547417 32.560164, -83.547609 32.560167, -83.547831 32.560082, -83.547895 32.559905, -83.547821 32.559531, -83.54776 32.559357, -83.54763 32.559181, -83.547507 32.559066, -83.547356 32.558971, -83.54718 32.558903, -83.546921 32.558864, -83.546158 32.558887, -83.545914 32.558849, -83.545685 32.558777, -83.545172 32.558494, -83.545012 32.558357, -83.544898 32.558206, -83.544807 32.558017, -83.544785 32.557854, -83.544807 32.557685, -83.544891 32.557537, -83.544983 32.557442, -83.54512 32.557364, -83.54554 32.557243, -83.545853 32.557125, -83.546082 32.556717, -83.546097 32.556568, -83.546051 32.556438, -83.545891 32.556198, -83.545685 32.555988, -83.545433 32.555816, -83.545141 32.555683, -83.544944 32.555663, -83.544702 32.555715, -83.54448 32.555833, -83.544333 32.555999, -83.544289 32.556158, -83.54429 32.556651, -83.544297 32.556866, -83.54421 32.557062, -83.543989 32.557212, -83.543825 32.557251, -83.543617 32.557246, -83.543442 32.557251, -83.543261 32.557192, -83.543173 32.557135, -83.542748 32.556753, -83.542527 32.556539, -83.541673 32.555408, -83.541515 32.555236, -83.541329 32.555095, -83.54112 32.554988, -83.540924 32.55492, -83.540695 32.554873, -83.540451 32.554867, -83.540268 32.554951, -83.540199 32.555023, -83.53995 32.555585, -83.539771 32.555844, -83.539465 32.555895, -83.539089 32.555815, -83.538925 32.555732, -83.538803 32.555565, -83.538689 32.555366, -83.538658 32.555161, -83.538712 32.554943, -83.538834 32.554752, -83.539008 32.55455, -83.539113 32.554451, -83.539276 32.554316, -83.539642 32.554085, -83.539818 32.553871, -83.539879 32.553673, -83.539871 32.553482, -83.53978 32.553275, -83.539635 32.553078, -83.539483 32.552934, -83.539294 32.552808, -83.53922 32.552768, -83.53889 32.552618, -83.538615 32.552498, -83.538449 32.552349, -83.538317 32.552189, -83.538257 32.552062, -83.538187 32.551844, -83.538176 32.551647, -83.538208 32.551459, -83.53829 32.551281, -83.538391 32.551145, -83.538541 32.551023, -83.538696 32.550952, -83.538857 32.550938, -83.539102 32.550959, -83.539486 32.551071, -83.539749 32.551112, -83.540191 32.551225, -83.540609 32.551212, -83.541097 32.551116, -83.54145 32.550944, -83.541586 32.550856, -83.541658 32.55079, -83.541717 32.550714, -83.541763 32.550572, -83.541781 32.550469, -83.541785 32.550339, -83.541753 32.550204, -83.541657 32.550067, -83.541558 32.549854, -83.541402 32.549619, -83.541243 32.549425, -83.541059 32.549225, -83.540916 32.549027, -83.540811 32.548817, -83.540706 32.548476, -83.540567 32.548266, -83.540338 32.548077, -83.539848 32.547811, -83.539581 32.547765, -83.539321 32.54764, -83.538977 32.547618, -83.538705 32.547652, -83.538197 32.547834, -83.537688 32.547874, -83.537624 32.547883, -83.537428 32.547823, -83.537345 32.547759, -83.537279 32.547669, -83.537239 32.547582, -83.537239 32.547466, -83.537371 32.547072, -83.537414 32.54686, -83.537409 32.546667, -83.537374 32.546487, -83.53702 32.545828, -83.536202 32.5443, -83.536125 32.544186, -83.536073 32.543992, -83.536049 32.543754, -83.536061 32.543455, -83.536124 32.543162, -83.536267 32.542954, -83.536385 32.542765, -83.536512 32.542702, -83.536887 32.54213, -83.537132 32.541607, -83.537428 32.541217, -83.537549 32.541184, -83.537924 32.541221, -83.538141 32.541303, -83.538461 32.541787, -83.538573 32.541927, -83.538749 32.542028, -83.538809 32.542039, -83.538999 32.542033, -83.539173 32.541976, -83.53945 32.541874, -83.539632 32.541677, -83.539779 32.54141, -83.539848 32.541088, -83.539862 32.540861, -83.539826 32.540633, -83.53956 32.540129, -83.539446 32.539774, -83.539427 32.539467, -83.539505 32.538992, -83.539513 32.538573, -83.539467 32.538241, -83.539361 32.537878, -83.539169 32.537506, -83.538871 32.537152, -83.538612 32.536935, -83.538013 32.536597, -83.537514 32.536323, -83.537398 32.536203, -83.53733 32.536051, -83.537325 32.53586, -83.537404 32.53551, -83.537498 32.535224, -83.537529 32.534989, -83.537506 32.534554, -83.537529 32.534455, -83.537483 32.53434, -83.537192 32.534121, -83.536798 32.53391, -83.536354 32.533825, -83.535994 32.533679, -83.535772 32.533538, -83.535644 32.533355, -83.535605 32.533233, -83.5356 32.533095, -83.535659 32.532823, -83.535773 32.532514, -83.535795 32.532052, -83.535751 32.531734, -83.535505 32.530889, -83.535445 32.530678, -83.535376 32.530405, -83.535391 32.529967, -83.535513 32.529438, -83.535611 32.52919, -83.535696 32.529058, -83.535894 32.52888, -83.536134 32.528765, -83.536297 32.528661, -83.536556 32.528391, -83.536673 32.528297, -83.536863 32.528215, -83.537394 32.528077, -83.537619 32.527907, -83.537721 32.527824, -83.537849 32.527678, -83.537964 32.527445, -83.538046 32.526985, -83.538052 32.526668, -83.538238 32.525926, -83.538443 32.525578, -83.538502 32.525514, -83.538648 32.525387, -83.539232 32.525256, -83.539459 32.525208, -83.539672 32.525109, -83.539834 32.524955, -83.539898 32.524788, -83.539907 32.52451, -83.539849 32.524288, -83.539818 32.524241, -83.539532 32.524147, -83.539263 32.524031, -83.539162 32.523995, -83.538945 32.523999, -83.538749 32.524084, -83.538512 32.524313, -83.538275 32.524617, -83.538083 32.52474, -83.537862 32.524825, -83.537558 32.524875, -83.537253 32.524856, -83.537005 32.52478, -83.536832 32.524645, -83.536703 32.524442, -83.536691 32.524208, -83.537455 32.523232, -83.537476 32.523207, -83.537537 32.523048, -83.537543 32.522899, -83.537514 32.522782, -83.537431 32.522675, -83.537304 32.522615, -83.53713 32.522591, -83.536925 32.52261, -83.536742 32.522661, -83.536575 32.522747, -83.536354 32.522951, -83.535905 32.523603, -83.535671 32.52371, -83.535376 32.523739, -83.535043 32.523605, -83.534891 32.523511, -83.534533 32.523336, -83.534362 32.5233, -83.534198 32.523296, -83.533891 32.523359, -83.533665 32.5235, -83.533478 32.523587, -83.533317 32.523608, -83.533156 32.523587, -83.532996 32.523511, -83.532768 32.5233, -83.532614 32.523072, -83.532532 32.522849, -83.532496 32.522529, -83.532504 32.522367, -83.532575 32.522208, -83.532711 32.522077, -83.532982 32.521912, -83.533757 32.521801, -83.534286 32.52165, -83.534486 32.5216, -83.534643 32.521516, -83.534782 32.52138, -83.534821 32.521262, -83.534821 32.521141, -83.534721 32.520878, -83.534508 32.520638, -83.534203 32.520446, -83.534096 32.520359, -83.534004 32.520214, -83.533974 32.520041, -83.533913 32.519508, -83.533768 32.519001, -83.533722 32.5182, -83.533821 32.517837, -83.534103 32.517372, -83.53421 32.517086, -83.53421 32.51696, -83.534179 32.516838, -83.534012 32.516634, -83.534006 32.516615, -83.533985 32.516608, -83.533798 32.516478, -83.533116 32.516142, -83.532898 32.516117, -83.532676 32.516176, -83.532532 32.516273, -83.531912 32.516868, -83.531456 32.517308, -83.531273 32.517688, -83.530995 32.518119, -83.530884 32.518175, -83.530781 32.518217, -83.530525 32.51823, -83.530281 32.518127, -83.530098 32.517937, -83.530052 32.517696, -83.530106 32.516894, -83.53006 32.51661, -83.52999 32.516425, -83.529915 32.516317, -83.529816 32.516233, -83.529213 32.515903, -83.529098 32.515771, -83.52903 32.515618, -83.529029 32.515466, -83.529113 32.515103, -83.529116 32.514879, -83.529045 32.514584, -83.528908 32.514319, -83.52874 32.514141, -83.528526 32.513996, -83.52803 32.513855, -83.527656 32.513658, -83.527443 32.513477, -83.527306 32.51326, -83.527252 32.513022, -83.527267 32.512791, -83.527344 32.512596, -83.527451 32.512428, -83.527577 32.512059, -83.527565 32.511921, -83.527496 32.511809, -83.527306 32.511684, -83.52706 32.511583, -83.526825 32.511528, -83.526596 32.511532, -83.526405 32.511578, -83.526253 32.511646, -83.526116 32.511744, -83.525993 32.511875, -83.525884 32.511941, -83.525484 32.512202, -83.525253 32.512348, -83.524887 32.512573, -83.524719 32.512634, -83.524697 32.512638, -83.524492 32.512636, -83.524095 32.512588, -83.523815 32.512535, -83.523627 32.512338, -83.523546 32.511952, -83.523555 32.511504, -83.523304 32.511057, -83.52305 32.510807, -83.522557 32.510789, -83.522029 32.510858, -83.521537 32.511026, -83.521061 32.511011, -83.52063 32.510731, -83.52063 32.510382, -83.521168 32.509813, -83.521296 32.509503, -83.521017 32.508941, -83.520381 32.508662, -83.520029 32.50819, -83.520119 32.507674, -83.520684 32.507424, -83.521473 32.507399, -83.521673 32.50735, -83.521968 32.507001, -83.522064 32.506496, -83.522168 32.506318, -83.522281 32.506036, -83.522658 32.505816, -83.522999 32.50596, -83.523483 32.506445, -83.523941 32.506559, -83.524255 32.506377, -83.52438 32.50602, -83.52438 32.505709, -83.524264 32.505291, -83.52395 32.504928, -83.523241 32.504472, -83.52255 32.504109, -83.52203 32.50385, -83.52185 32.503555, -83.521698 32.503214, -83.52159 32.502766, -83.521428 32.502516, -83.521118 32.502207, -83.520886 32.502136, -83.520413 32.50222, -83.520188 32.502505, -83.520112 32.502764, -83.520047 32.503388, -83.519924 32.503874, -83.519702 32.504184, -83.519385 32.504376, -83.518952 32.50442, -83.518486 32.504359, -83.518136 32.504139, -83.518136 32.503798, -83.51836 32.503601, -83.518647 32.503358, -83.51862 32.502865, -83.518468 32.502235, -83.518396 32.501734, -83.518396 32.501325, -83.518369 32.501098, -83.518396 32.50087, -83.518472 32.499297, -83.518225 32.498986, -83.517935 32.498908, -83.51737 32.498902, -83.516903 32.49892, -83.516501 32.498973, -83.516147 32.499063, -83.515765 32.499329, -83.515296 32.49938, -83.514588 32.499321, -83.513899 32.499329, -83.513311 32.499076, -83.512862 32.498503, -83.512902 32.498072, -83.51331 32.497838, -83.513654 32.497903, -83.514653 32.497852, -83.514927 32.497639, -83.514924 32.497411, -83.514899 32.497242, -83.514677 32.497078, -83.513977 32.496797, -83.513661 32.496482, -83.512824 32.495824, -83.511705 32.495064, -83.511043 32.494735, -83.510053 32.494262, -83.509484 32.493946, -83.508638 32.493474, -83.508437 32.49337, -83.50703 32.492649, -83.505847 32.492137, -83.505491 32.491985, -83.504314 32.491615, -83.503588 32.491452, -83.502632 32.49127, -83.50253 32.491252, -83.502176 32.490938, -83.501625 32.490552, -83.501038 32.490356, -83.500632 32.49016, -83.500151 32.489911, -83.49797 32.489275, -83.497397 32.489106, -83.497254 32.489066, -83.496492 32.489122, -83.495982 32.489232, -83.494957 32.489908, -83.494274 32.490085, -83.493605 32.490038, -83.492712 32.489614, -83.492378 32.489143, -83.492141 32.488565, -83.492141 32.487823, -83.49218 32.486763, -83.491828 32.486342, -83.491496 32.486038, -83.491217 32.485838, -83.490593 32.485757, -83.490102 32.485709, -83.489535 32.485709, -83.489082 32.485663, -83.488648 32.485539, -83.488421 32.485138, -83.488427 32.484467, -83.488888 32.48384, -83.489636 32.483592, -83.490183 32.483524, -83.490811 32.48357, -83.491538 32.483637, -83.491963 32.483598, -83.492341 32.483151, -83.49263 32.48254, -83.493087 32.481882, -83.493396 32.481811, -83.493734 32.482056, -83.493928 32.482356, -83.494015 32.48276, -83.493964 32.483119, -83.493727 32.483637, -83.493805 32.48395, -83.49404 32.484164, -83.494802 32.484147, -83.495367 32.484065, -83.495958 32.483624, -83.496266 32.483421, -83.496734 32.483108, -83.497037 32.482872, -83.497662 32.482624, -83.498227 32.482332, -83.498477 32.482034, -83.498668 32.481643, -83.498741 32.481239, -83.498697 32.480835, -83.498434 32.480345, -83.4982 32.48005, -83.497731 32.479852, -83.497202 32.479858, -83.496465 32.480175, -83.495861 32.480533, -83.495281 32.480747, -83.494738 32.480808, -83.494097 32.480747, -83.493397 32.480533, -83.492974 32.480277, -83.4926 32.479961, -83.492406 32.479522, -83.492467 32.479042, -83.492793 32.478704, -83.493385 32.478378, -83.493708 32.478184, -83.493863 32.478042, -83.49396 32.477755, -83.493945 32.477438, -83.493827 32.47714, -83.493534 32.476875, -83.492908 32.476613, -83.492477 32.476629, -83.491912 32.476629, -83.49155 32.476931, -83.491403 32.477354, -83.491423 32.477649, -83.491323 32.478053, -83.490812 32.478173, -83.489918 32.477551, -83.489302 32.476906, -83.489157 32.476427, -83.489314 32.476059, -83.49057 32.475518, -83.491794 32.475378, -83.493321 32.475172, -83.494038 32.475333, -83.494334 32.475245, -83.49476 32.474904, -83.495386 32.473813, -83.495911 32.473328, -83.496674 32.472926, -83.497254 32.472589, -83.497462 32.472199, -83.497403 32.471691, -83.497286 32.471414, -83.497123 32.471257, -83.49707 32.471214, -83.49674 32.471116, -83.496428 32.471148, -83.495936 32.471328, -83.494907 32.471558, -83.494452 32.472192, -83.493997 32.472223, -83.493696 32.471881, -83.493593 32.471254, -83.493806 32.470925, -83.494511 32.470613, -83.494902 32.470311, -83.494902 32.469833, -83.494885 32.469773, -83.494741 32.469381, -83.494529 32.46916, -83.494172 32.468856, -83.492741 32.468626, -83.492072 32.468173, -83.491977 32.467621, -83.492469 32.467093, -83.493491 32.466732, -83.493791 32.466628, -83.494578 32.466571, -83.494913 32.466289, -83.495132 32.465632, -83.495132 32.465593, -83.495032 32.464939, -83.495003 32.464118, -83.494906 32.463195, -83.494794 32.462584, -83.494529 32.462125, -83.494111 32.461784, -83.493486 32.461657, -83.492645 32.461803, -83.492014 32.461796, -83.491384 32.461443, -83.49091 32.461063, -83.489896 32.459204, -83.489829 32.459091, -83.489689 32.458021, -83.489813 32.457575, -83.490147 32.456975, -83.490879 32.456618, -83.491698 32.456256, -83.49241 32.45608, -83.493191 32.456103, -83.494268 32.456332, -83.494687 32.456437, -83.494966 32.456332, -83.495187 32.45604, -83.495319 32.455636, -83.495421 32.455264, -83.495818 32.454949, -83.497908 32.453853, -83.498106 32.453549, -83.498255 32.453173, -83.498255 32.452817, -83.497951 32.452273, -83.497931 32.45221, -83.497923 32.452198, -83.49759 32.451735, -83.497285 32.450978, -83.497547 32.450235, -83.497779 32.449626, -83.497892 32.449167, -83.497943 32.449087, -83.498029 32.448731, -83.498089 32.448303, -83.498018 32.447933, -83.497646 32.447344, -83.497198 32.446962, -83.496962 32.446869, -83.496274 32.446534, -83.495519 32.446219, -83.494189 32.445676, -83.493485 32.445462, -83.491513 32.444483, -83.489725 32.443371, -83.488898 32.442546, -83.488185 32.441476, -83.488083 32.441257, -83.487779 32.440589, -83.487601 32.439836, -83.487521 32.438865, -83.487617 32.437627, -83.487821 32.437212, -83.488007 32.436506, -83.488043 32.436342, -83.488206 32.436163, -83.488412 32.436076, -83.48907 32.435575, -83.489637 32.435311, -83.490098 32.43475, -83.490245 32.434305, -83.490444 32.434061, -83.490711 32.433664, -83.491023 32.433332, -83.491228 32.433014, -83.491284 32.432817, -83.491365 32.432557, -83.491267 32.432325, -83.491186 32.432121, -83.490876 32.432173, -83.490494 32.432332, -83.490311 32.432401, -83.490014 32.432404, -83.4896 32.432223, -83.489266 32.431679, -83.488901 32.431235, -83.488484 32.430532, -83.488016 32.430055, -83.487701 32.429493, -83.487578 32.429135, -83.487474 32.428998, -83.487361 32.428834, -83.48746 32.428705, -83.487747 32.428508, -83.488339 32.428191, -83.48851 32.428109, -83.48854 32.42783, -83.488603 32.427487, -83.488483 32.427166, -83.488326 32.426948, -83.488268 32.426724, -83.487963 32.426457, -83.487419 32.426326, -83.487019 32.426336, -83.486609 32.426259, -83.486227 32.425918, -83.486071 32.425641, -83.485201 32.425188, -83.484863 32.425128, -83.484646 32.425044, -83.484474 32.425018, -83.484276 32.425075, -83.484014 32.425249, -83.483557 32.425383, -83.48309 32.425525, -83.482698 32.425469, -83.482459 32.425144, -83.482544 32.424729, -83.482648 32.424536, -83.483009 32.424141, -83.483219 32.423935, -83.483441 32.42387, -83.483873 32.423523, -83.484086 32.42324, -83.484787 32.422767, -83.485121 32.422593, -83.485454 32.422384, -83.485534 32.421903, -83.485402 32.421585, -83.485005 32.42108, -83.484597 32.42076, -83.48449 32.420454, -83.484455 32.420161, -83.48446 32.419244, -83.484328 32.418992, -83.483694 32.41875, -83.483123 32.418633, -83.482945 32.418449, -83.482919 32.41816, -83.483007 32.417955, -83.483051 32.416338, -83.483104 32.414816, -83.483061 32.413812, -83.483046 32.413203, -83.48307 32.4117, -83.48293 32.410944, -83.48283 32.41006, -83.48279 32.409456, -83.48274 32.409173, -83.482769 32.409031, -83.482988 32.408441, -83.483289 32.408068, -83.483769 32.406765, -83.483777 32.40674, -83.484136 32.405767, -83.484696 32.404956, -83.485156 32.404415, -83.485563 32.404199, -83.486117 32.404221, -83.487292 32.40432, -83.488279 32.404407, -83.48934 32.404373, -83.490562 32.404451, -83.491863 32.404271, -83.492982 32.404086, -83.494749 32.403671, -83.495307 32.403402, -83.496048 32.402932, -83.49686 32.402447, -83.497964 32.401715, -83.498023 32.401719, -83.498039 32.401715, -83.498374 32.40148, -83.49872 32.401189, -83.498993 32.400974, -83.499435 32.40065, -83.499587 32.400524, -83.499729 32.40039, -83.49986 32.400248, -83.49998 32.400099, -83.500228 32.399752, -83.500461 32.399398, -83.500678 32.399037, -83.500793 32.398833, -83.500815 32.398814, -83.500893 32.39865, -83.500942 32.398522, -83.500985 32.398345, -83.500999 32.39821, -83.501013 32.39794, -83.501053 32.397581, -83.501053 32.397491, -83.501035 32.397357, -83.500992 32.397181, -83.500975 32.397046, -83.500975 32.396911, -83.500997 32.396732, -83.500996 32.396642, -83.500981 32.396553, -83.500873 32.396251, -83.500814 32.396031, -83.500774 32.395808, -83.500753 32.395584, -83.500753 32.395358, -83.500792 32.394503, -83.500805 32.394361, -83.500873 32.394036, -83.500925 32.393738, -83.500966 32.39357, -83.501005 32.393337, -83.501164 32.393011, -83.501352 32.392671, -83.501596 32.392376, -83.501853 32.392034, -83.50204 32.391761, -83.502161 32.39156, -83.502268 32.391354, -83.50238 32.391101, -83.502431 32.390973, -83.502455 32.390885, -83.502466 32.390796, -83.502465 32.390706, -83.502447 32.390571, -83.502443 32.390436, -83.502457 32.390256, -83.502438 32.390168, -83.502379 32.390042, -83.502334 32.389913, -83.502308 32.389779, -83.502309 32.389689, -83.502328 32.389601, -83.502388 32.389476, -83.502493 32.389319, -83.502568 32.389256, -83.502661 32.389213, -83.502713 32.389201, -83.502924 32.389181, -83.502975 32.38917, -83.503081 32.389164, -83.503186 32.389176, -83.503286 32.389206, -83.503431 32.389263, -83.503475 32.389288, -83.503547 32.389354, -83.503574 32.389393, -83.503622 32.389522, -83.503652 32.389654, -83.5037 32.390013, -83.503741 32.390143, -83.503764 32.390184, -83.50383 32.390254, -83.503871 32.390282, -83.503966 32.390322, -83.504128 32.390355, -83.504323 32.390411, -83.504421 32.390445, -83.504626 32.390489, -83.504732 32.390489, -83.504836 32.390471, -83.504982 32.390416, -83.505117 32.390344, -83.505239 32.390258, -83.505571 32.389966, -83.505732 32.389834, -83.506312 32.389319, -83.506362 32.389305, -83.506455 32.389262, -83.506569 32.389168, -83.50664 32.389047, -83.506668 32.3889, -83.507073 32.389246, -83.507184 32.389394, -83.507285 32.389499, -83.507339 32.389577, -83.507377 32.389661, -83.507465 32.389921, -83.507485 32.390009, -83.507486 32.390099, -83.507471 32.390142, -83.5074 32.390263, -83.507309 32.390374, -83.507276 32.390459, -83.507274 32.390504, -83.507306 32.390728, -83.507371 32.390859, -83.507696 32.391317, -83.507803 32.391418, -83.508017 32.391605, -83.508238 32.391756, -83.508449 32.391825, -83.50858 32.391874, -83.50893 32.391934, -83.509121 32.391937, -83.509259 32.39192, -83.509467 32.391879, -83.509659 32.391905, -83.509868 32.391945, -83.510034 32.391963, -83.510235 32.391996, -83.510662 32.392039, -83.511269 32.391998, -83.511669 32.392019, -83.511861 32.39206, -83.512044 32.392085, -83.512352 32.392219, -83.512581 32.392336, -83.512872 32.392489, -83.513159 32.392673, -83.513247 32.392705, -83.513266 32.392728, -83.513295 32.392797, -83.513309 32.392811, -83.51332 32.392989, -83.513308 32.393159, -83.513417 32.393473, -83.513465 32.393551, -83.513528 32.393621, -83.513766 32.393866, -83.513923 32.393995, -83.514149 32.394158, -83.514246 32.394239, -83.514306 32.394307, -83.514345 32.394377, -83.514389 32.394547, -83.514418 32.394618, -83.514463 32.394682, -83.51454 32.394755, -83.514635 32.394823, -83.514754 32.394885, -83.514869 32.394926, -83.515203 32.395082, -83.515416 32.395225, -83.515469 32.395268, -83.515524 32.395378, -83.515528 32.395503, -83.515596 32.395789, -83.515669 32.395913, -83.51574 32.395956, -83.515976 32.396003, -83.516062 32.395993, -83.516278 32.395937, -83.516461 32.395949, -83.516531 32.395969, -83.516584 32.395998, -83.516637 32.396048, -83.516665 32.396107, -83.516649 32.396166, -83.516598 32.396211, -83.516436 32.396296, -83.516385 32.396356, -83.51637 32.396415, -83.516389 32.396481, -83.516442 32.396524, -83.516619 32.396638, -83.517207 32.397172, -83.517351 32.397346, -83.517486 32.397469, -83.517556 32.397541, -83.517584 32.397607, -83.517569 32.397696, -83.517459 32.397801, -83.517435 32.397861, -83.517445 32.397919, -83.517501 32.398043, -83.517607 32.3981, -83.517695 32.398135, -83.517825 32.398155, -83.517956 32.39816, -83.517999 32.398144, -83.518058 32.398084, -83.518073 32.397988, -83.518078 32.397855, -83.518145 32.397773, -83.518223 32.397756, -83.518293 32.397784, -83.518389 32.397797, -83.518627 32.39791, -83.518893 32.398126, -83.518921 32.398185, -83.518941 32.398273, -83.518833 32.398437, -83.518712 32.398491, -83.518599 32.398486, -83.518478 32.398496, -83.518392 32.39852, -83.518366 32.39855, -83.518377 32.398608, -83.518457 32.398695, -83.518528 32.398745, -83.518669 32.398809, -83.518747 32.398807, -83.518834 32.39882, -83.518905 32.398863, -83.518925 32.398951, -83.518884 32.399041, -83.518833 32.399086, -83.518809 32.399145, -83.518837 32.399218, -83.518891 32.399291, -83.519039 32.39931, -83.519082 32.399287, -83.519132 32.39922, -83.519148 32.399168, -83.519154 32.399065, -83.519231 32.399004, -83.519301 32.399032, -83.519391 32.399141, -83.51948 32.399228, -83.519612 32.399291, -83.519947 32.399469, -83.520001 32.399512, -83.520037 32.39957, -83.520056 32.399622, -83.520119 32.399694, -83.520304 32.399779, -83.520426 32.399806, -83.520617 32.399802, -83.520669 32.399808, -83.520749 32.399858, -83.520787 32.399976, -83.520798 32.400064, -83.520924 32.400209, -83.520943 32.400289, -83.520936 32.400341, -83.520895 32.40043, -83.520828 32.400505, -83.520667 32.400656, -83.520559 32.400828, -83.520543 32.400894, -83.520546 32.401012, -83.520591 32.401063, -83.520634 32.401097, -83.520653 32.401107, -83.520676 32.401142, -83.52112 32.401138, -83.521245 32.401147, -83.521361 32.401171, -83.521398 32.4012, -83.521473 32.401222, -83.521579 32.401287, -83.521677 32.40138, -83.52178 32.401552, -83.521848 32.401692, -83.521906 32.401787, -83.521987 32.40189, -83.522138 32.401998, -83.522304 32.402031, -83.522503 32.402028, -83.522526 32.402024, -83.522566 32.402004, -83.522619 32.401948, -83.522666 32.401917, -83.522708 32.401904, -83.522747 32.401907, -83.522784 32.401924, -83.522818 32.401964, -83.522816 32.40199, -83.522802 32.402029, -83.522806 32.402068, -83.522863 32.40215, -83.522895 32.402241, -83.522929 32.402279, -83.523068 32.40234, -83.5232 32.402358, -83.523278 32.402352, -83.523458 32.402288, -83.523673 32.40218, -83.523698 32.402188, -83.523745 32.402186, -83.524407 32.401409, -83.524578 32.401206, -83.525792 32.399775, -83.528382 32.396725, -83.533226 32.391008, -83.533346 32.390867, -83.540962 32.381883, -83.545958 32.375985, -83.546663 32.375154, -83.550114 32.371102, -83.550525 32.370618, -83.551142 32.369894, -83.551759 32.369168, -83.552171 32.368685, -83.553674 32.36692, -83.558184 32.361628, -83.559688 32.359864, -83.561783 32.357346, -83.568207 32.349795, -83.572972 32.344199, -83.615579 32.288425, -83.655339 32.289516, -83.700225 32.289948, -83.700435 32.28401, -83.700403 32.28287, -83.70482 32.282947, -83.718759 32.283074, -83.718789 32.28324, -83.718773 32.283802, -83.718711 32.287095, -83.71862 32.287982, -83.718511 32.29006, -83.730315 32.290158, -83.730416 32.290155, -83.732286 32.290146, -83.737104 32.29018, -83.745353 32.290225, -83.745415 32.290225, -83.748412 32.290246, -83.75141 32.290267, -83.751434 32.290267, -83.751559 32.290267, -83.75187 32.29027, -83.755362 32.290308, -83.758855 32.290346, -83.759 32.290346, -83.759144 32.290346, -83.75928 32.290346, -83.760776 32.290343, -83.760814 32.290343, -83.764557 32.29034, -83.767563 32.290335, -83.770083 32.290331, -83.770103 32.290331, -83.770551 32.29033, -83.770728 32.290329, -83.772172 32.290349, -83.77388 32.290352, -83.773906 32.290352, -83.774539 32.290353, -83.77458 32.290353, -83.777315 32.290356, -83.779573 32.290359, -83.784393 32.290365, -83.785073 32.290366, -83.787268 32.290368, -83.78778 32.290369, -83.79135 32.290373, -83.793051 32.290385, -83.79385 32.290393, -83.798507 32.290429, -83.798521 32.290427, -83.805835 32.290523, -83.806122 32.290525, -83.808894 32.290552, -83.808968 32.290553, -83.809019 32.290553, -83.809037 32.290553, -83.809384 32.290556, -83.809667 32.290559, -83.810399 32.290566, -83.81044 32.290566, -83.812005 32.29058, -83.812453 32.290584, -83.812657 32.290586, -83.812708 32.290587, -83.812727 32.290587, -83.812812 32.290588, -83.813479 32.290594, -83.813629 32.290595, -83.815998 32.290617, -83.81622 32.290619, -83.816789 32.290624, -83.817233 32.290627, -83.819381 32.290647, -83.820617 32.290658, -83.821506 32.290661, -83.821524 32.290661, -83.828328 32.290673, -83.828503 32.290673, -83.830352 32.290694, -83.830478 32.290695, -83.830687 32.290696, -83.831087 32.290695, -83.831686 32.2907, -83.836498 32.290737, -83.838208 32.290778, -83.838251 32.290779, -83.838362 32.290782, -83.838377 32.290782, -83.838965 32.290796, -83.845952 32.290858, -83.847241 32.290919, -83.848379 32.29097, -83.848369 32.291525, -83.848367 32.291591, -83.848097 32.302852, -83.847611 32.323512, -83.847425 32.331952, -83.847406 32.332761, -83.847405 32.332809, -83.847404 32.332839, -83.847397 32.33314, -83.847393 32.333326, -83.847328 32.336137, -83.847286 32.33797, -83.847251 32.339481, -83.847167 32.3431, -83.847119 32.345208, -83.847068 32.347398, -83.847065 32.347535, -83.847067 32.347549, -83.847064 32.347583, -83.847063 32.347614, -83.846982 32.351098, -83.846849 32.356813, -83.846833 32.357539, -83.846831 32.357615, -83.846831 32.357738, -83.846877 32.357739, -83.846936 32.357739, -83.846966 32.357739, -83.846986 32.35774, -83.847005 32.35774, -83.847055 32.35774, -83.847386 32.357741, -83.855614 32.357771, -83.856587 32.357774, -83.856589 32.362809, -83.856591 32.36929, -83.856593 32.369587, -83.856851 32.375154, -83.856653 32.379775, -83.85654 32.382399, -83.84674 32.382296, -83.846619 32.382294, -83.8464 32.382292, -83.843702 32.382264, -83.842729 32.382254, -83.842532 32.382252, -83.837041 32.382195, -83.836994 32.388793, -83.83696 32.393934, -83.836951 32.395226, -83.83695 32.395309, -83.836917 32.400125, -83.836917 32.400137, -83.836917 32.400185, -83.836915 32.400432, -83.836909 32.401242, -83.836908 32.401325, -83.836907 32.401407, -83.836906 32.401536, -83.836905 32.401746, -83.836905 32.401765, -83.836904 32.40182, -83.836876 32.405617, -83.836719 32.414665, -83.836777 32.414705, -83.836796 32.414718, -83.836796 32.414745, -83.836796 32.414765, -83.836796 32.414787, -83.836845 32.421496, -83.836855 32.422911, -83.836855 32.422951, -83.836844 32.423923, -83.836673 32.439308, -83.846177 32.439385, -83.846203 32.439385, -83.846676 32.468514, -83.84648 32.468373, -83.846354 32.468292, -83.846329 32.468258, -83.84592 32.4679, -83.845498 32.467323, -83.844994 32.466417, -83.844717 32.466034, -83.844669 32.46595, -83.844637 32.465817, -83.84464 32.465412, -83.844586 32.46503, -83.844352 32.464407, -83.844312 32.464188, -83.844267 32.464038, -83.844196 32.463867, -83.844129 32.463786, -83.844025 32.463689, -83.843757 32.463602, -83.843676 32.463534, -83.84322 32.462408, -83.84296 32.462023, -83.842618 32.461267, -83.842089 32.460715, -83.842001 32.460608, -83.841904 32.460518, -83.841693 32.460375, -83.841523 32.460293, -83.84126 32.460225, -83.841029 32.460198, -83.840735 32.460185, -83.840442 32.460183, -83.840338 32.460199, -83.840141 32.460268, -83.83995 32.460346, -83.839764 32.460434, -83.839501 32.460586, -83.839423 32.460648, -83.839301 32.460794, -83.839171 32.460934, -83.83905 32.461033, -83.838812 32.461108, -83.837824 32.461123, -83.837743 32.461081, -83.837442 32.460703, -83.837336 32.460593, -83.837228 32.46052, -83.837106 32.460481, -83.836952 32.460478, -83.836821 32.46049, -83.836771 32.46051, -83.836677 32.460524, -83.836589 32.460555, -83.836363 32.460574, -83.836052 32.46053, -83.835636 32.460383, -83.834906 32.46, -83.834795 32.459936, -83.834672 32.459896, -83.834559 32.459907, -83.834436 32.45989, -83.833836 32.459519, -83.833284 32.45908, -83.833003 32.458889, -83.832749 32.458751, -83.83259 32.458658, -83.832425 32.458615, -83.832116 32.458525, -83.831938 32.458529, -83.831817 32.458553, -83.831712 32.458547, -83.831581 32.458517, -83.831341 32.458371, -83.831267 32.458351, -83.83087 32.458328, -83.830677 32.458278, -83.830582 32.458238, -83.830482 32.458208, -83.830377 32.458193, -83.830271 32.458191, -83.830166 32.458202, -83.830063 32.458227, -83.829965 32.458261, -83.829877 32.458312, -83.829779 32.458347, -83.829675 32.458363, -83.829569 32.458365, -83.82936 32.458332, -83.829154 32.458287, -83.829098 32.458287, -83.828864 32.458216, -83.828639 32.458163, -83.82846 32.45807, -83.828379 32.458011, -83.82831 32.457943, -83.828133 32.457718, -83.828056 32.457656, -83.827966 32.457608, -83.827785 32.457557, -83.827798 32.456941, -83.827797 32.453966, -83.827796 32.453893, -83.827796 32.447761, -83.827637 32.439148, -83.827501 32.439144, -83.826611 32.439126, -83.82566 32.439123, -83.823107 32.439228, -83.822179 32.439295, -83.821763 32.439334, -83.821225 32.439391, -83.820512 32.43949, -83.819523 32.439594, -83.818922 32.439656, -83.818772 32.439676, -83.817181 32.439868, -83.817118 32.439876, -83.817147 32.441605, -83.817166 32.44274, -83.817167 32.442779, -83.817179 32.443519, -83.817196 32.444508, -83.817149 32.446666, -83.81715 32.44671, -83.815404 32.446735, -83.815052 32.446739, -83.812221 32.446779, -83.812184 32.44678, -83.808054 32.44684, -83.807071 32.446855, -83.803425 32.446908, -83.800573 32.446948, -83.799371 32.446966, -83.797712 32.44699, -83.797707 32.458365, -83.797705 32.464001, -83.797703 32.468111, -83.797702 32.468141, -83.797702 32.470835, -83.797701 32.473657, -83.797699 32.48044, -83.797698 32.481029, -83.797517 32.481606, -83.797608 32.48264, -83.797604 32.484603, -83.797618 32.484967, -83.79754 32.496573, -83.78779 32.496634, -83.787668 32.500149, -83.787516 32.51292, -83.777993 32.512884, -83.778088 32.507603, -83.778137 32.505497, -83.77247 32.505401, -83.772245 32.505399, -83.756939 32.505207, -83.753833 32.505166, -83.749033 32.505153, -83.749013 32.509729, -83.748984 32.512769, -83.74897 32.517516, -83.748969 32.517693, -83.748963 32.520432, -83.748954 32.522263, -83.748954 32.522608, -83.748697 32.534157, -83.748653 32.533956, -83.748566 32.533775, -83.748385 32.533669, -83.748226 32.533493, -83.748161 32.533394, -83.747965 32.533326, -83.747836 32.533307, -83.747623 32.533247, -83.747196 32.533085, -83.746787 32.532899, -83.746708 32.532795, -83.74655 32.532677, -83.746336 32.532584, -83.746172 32.532531, -83.745967 32.532438, -83.745537 32.532179, -83.745224 32.531925, -83.745066 32.531855, -83.744932 32.531851, -83.744591 32.531855, -83.743523 32.531951, -83.743371 32.531937, -83.74335 32.531926, -83.743331 32.531934, -83.742966 32.531902, -83.74263 32.531802, -83.742441 32.531661, -83.742368 32.531557, -83.742043 32.531253, -83.741653 32.531003, -83.741264 32.530833, -83.741165 32.530758, -83.74099 32.530276, -83.740709 32.530106, -83.740451 32.529989, -83.740341 32.52988, -83.740271 32.529749, -83.740242 32.529607, -83.740158 32.529373, -83.739563 32.529114, -83.739429 32.528992, -83.739347 32.528816, -83.739257 32.528714, -83.739152 32.528653, -83.738966 32.528567, -83.738726 32.528551, -83.738602 32.528501, -83.738459 32.528405, -83.738309 32.528394, -83.738203 32.528399, -83.738102 32.528425, -83.737916 32.528512, -83.737729 32.528577, -83.737451 32.528685, -83.737201 32.528762, -83.736972 32.528812, -83.736812 32.528826, -83.736771 32.528838, -83.736722 32.528836, -83.736531 32.528851, -83.736298 32.528812, -83.736161 32.528747, -83.736055 32.528655, -83.735977 32.528606, -83.735839 32.528284, -83.735821 32.52816, -83.73577 32.527991, -83.735664 32.527878, -83.735557 32.527773, -83.735261 32.527667, -83.735161 32.527659, -83.735066 32.527586, -83.734861 32.527409, -83.734411 32.527096, -83.734223 32.527011, -83.73405 32.526907, -83.733907 32.526775, -83.733861 32.526693, -83.733852 32.526604, -83.733829 32.526516, -83.733795 32.526431, -83.733723 32.526365, -83.733643 32.526305, -83.733554 32.526255, -83.733494 32.526183, -83.733475 32.526094, -83.733458 32.525914, -83.733524 32.525699, -83.733604 32.525532, -83.733607 32.525442, -83.733578 32.525356, -83.733475 32.525198, -83.733359 32.525047, -83.733315 32.524965, -83.733255 32.524791, -83.733202 32.524526, -83.733147 32.524352, -83.733058 32.524188, -83.732956 32.524059, -83.732851 32.523956, -83.732804 32.523874, -83.732771 32.523789, -83.732749 32.523701, -83.732747 32.523611, -83.732779 32.523525, -83.732818 32.523348, -83.732816 32.523258, -83.732798 32.52317, -83.732719 32.523114, -83.732507 32.523128, -83.732402 32.523121, -83.732299 32.523099, -83.732207 32.523054, -83.732133 32.522989, -83.73204 32.522827, -83.732009 32.522741, -83.731919 32.522578, -83.731843 32.522516, -83.731745 32.522481, -83.73164 32.522477, -83.731536 32.522495, -83.731444 32.522542, -83.731363 32.522599, -83.731268 32.52264, -83.731059 32.522674, -83.730848 32.522696, -83.730746 32.52272, -83.730647 32.522754, -83.730543 32.522773, -83.730438 32.522779, -83.730333 32.522764, -83.730237 32.522726, -83.730157 32.522667, -83.730086 32.522599, -83.729962 32.522444, -83.729905 32.522378, -83.729827 32.522317, -83.729739 32.522267, -83.729637 32.522243, -83.729531 32.522247, -83.729338 32.522323, -83.729066 32.522464, -83.72878 32.522506, -83.728662 32.522517, -83.728486 32.522627, -83.728356 32.522691, -83.72823 32.522714, -83.728015 32.522723, -83.727847 32.522723, -83.727708 32.5227, -83.727581 32.522657, -83.727435 32.522589, -83.727343 32.522515, -83.727267 32.522405, -83.727234 32.522289, -83.727236 32.522146, -83.72729 32.521786, -83.727289 32.521695, -83.727277 32.521606, -83.727254 32.521518, -83.727193 32.521445, -83.727108 32.521391, -83.726935 32.521299, -83.726726 32.521237, -83.726622 32.521219, -83.726409 32.521209, -83.725992 32.52122, -83.725737 32.521208, -83.72542 32.52121, -83.724854 32.521141, -83.724618 32.521095, -83.724402 32.52109, -83.724115 32.521122, -83.72359 32.521194, -83.723446 32.521192, -83.723295 32.521175, -83.723139 32.521122, -83.722796 32.521678, -83.722292 32.522455, -83.722049 32.522951, -83.721894 32.523258, -83.721555 32.524616, -83.721492 32.525245, -83.721123 32.526674, -83.720816 32.52785, -83.720546 32.529055, -83.720338 32.529958, -83.720246 32.53035, -83.71996 32.531354, -83.719885 32.531646, -83.719859 32.53176, -83.719881 32.532212, -83.719897 32.532995, -83.719884 32.534517, -83.719924 32.536952, -83.719906 32.538294, -83.719932 32.539378, -83.71994 32.539769, -83.719918 32.54168, -83.719975 32.543357, -83.719967 32.546421, -83.719962 32.546805, -83.719892 32.550483, -83.719877 32.550883, -83.719842 32.552374, -83.719803 32.554378, -83.719772 32.557248, -83.719836 32.558248, -83.719833 32.558897, -83.719817 32.563205, -83.719931 32.566633, -83.720061 32.57013, -83.720084 32.570762, -83.720006 32.574791, -83.720006 32.574813, -83.720074 32.575051, -83.720064 32.578274, -83.720058 32.580386, -83.72006 32.580601, -83.720057 32.580909, -83.720048 32.584121, -83.71977 32.585947, -83.71976 32.586011, -83.719541 32.587818, -83.719421 32.588324, -83.71931 32.588904, -83.719251 32.59071, -83.719207 32.59462, -83.71918 32.595823, -83.719169 32.596313, -83.719223 32.597442, -83.719186 32.597774, -83.719138 32.598199, -83.718984 32.598407, -83.715625 32.602112, -83.71515 32.602635, -83.714467 32.603343, -83.714112 32.604421, -83.713953 32.605145, -83.713211 32.609299, -83.713106 32.609479, -83.712726 32.610384, -83.712645 32.610577, -83.71273 32.610577, -83.713565 32.610579, -83.71493 32.610583, -83.715377 32.61059, -83.718079 32.610635, -83.718706 32.610644, -83.718685 32.613737, -83.718679 32.614604, -83.718651 32.618653, -83.718651 32.618954, -83.718651 32.619011, -83.718662 32.620349, -83.718671 32.621446, -83.718684 32.623098, -83.718701 32.625145, -83.718661 32.626749))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 22.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Houston County, Georgia\", \"geo_wkt\": \"POLYGON ((-83.718661 32.626749, -83.718632 32.628647, -83.71863 32.628745, -83.718612 32.629686, -83.71861 32.631476, -83.718551 32.633536, -83.718549 32.634464, -83.71856 32.634677, -83.718571 32.63474, -83.718604 32.634918, -83.718631 32.634983, -83.720657 32.63498, -83.720751 32.634981, -83.72308 32.635002, -83.723448 32.635002, -83.726289 32.635013, -83.726832 32.635018, -83.727279 32.635033, -83.727643 32.635052, -83.727931 32.635081, -83.728175 32.635134, -83.728181 32.635159, -83.728239 32.635445, -83.728187 32.639135, -83.728141 32.643567, -83.728066 32.650768, -83.728034 32.650882, -83.727768 32.651428, -83.727646 32.651428, -83.726982 32.651418, -83.725584 32.65139, -83.724537 32.651383, -83.722859 32.651366, -83.722252 32.651363, -83.721443 32.65135, -83.718624 32.651335, -83.71831 32.651334, -83.71802 32.651328, -83.717436 32.65132, -83.71439 32.65128, -83.709419 32.651304, -83.709152 32.651304, -83.709153 32.651342, -83.709133 32.653066, -83.709058 32.659391, -83.709033 32.660372, -83.708994 32.661856, -83.709005 32.663345, -83.709004 32.664792, -83.708988 32.66672, -83.708969 32.668208, -83.708929 32.67146, -83.708903 32.673097, -83.708895 32.673684, -83.708882 32.674495, -83.708914 32.674959, -83.708322 32.675359, -83.706674 32.676399, -83.70549 32.677327, -83.70437 32.678351, -83.703346 32.679647, -83.702818 32.680559, -83.702562 32.681215, -83.702658 32.682046, -83.702642 32.683151, -83.702578 32.683583, -83.702434 32.684384, -83.702082 32.685487, -83.701746 32.686176, -83.701474 32.687087, -83.701249 32.688552, -83.701154 32.689166, -83.70101 32.690623, -83.70109 32.691598, -83.701097 32.691674, -83.701117 32.691867, -83.701121 32.691907, -83.701131 32.691985, -83.701132 32.692006, -83.701136 32.69204, -83.701139 32.692072, -83.701142 32.692094, -83.701144 32.692109, -83.70115 32.692154, -83.701152 32.692169, -83.700834 32.692143, -83.700642 32.692079, -83.700386 32.692031, -83.69997 32.691935, -83.69982 32.691775, -83.699536 32.691685, -83.699385 32.69147, -83.699388 32.691271, -83.699432 32.691007, -83.699348 32.690928, -83.699119 32.690787, -83.69893 32.690783, -83.698878 32.690942, -83.698663 32.691003, -83.698518 32.690942, -83.698305 32.690733, -83.69796 32.690407, -83.697845 32.690255, -83.697934 32.690182, -83.698088 32.690123, -83.69819 32.690033, -83.698231 32.689957, -83.698218 32.68987, -83.698147 32.689796, -83.697915 32.689607, -83.697906 32.689573, -83.697904 32.689524, -83.697924 32.689448, -83.698006 32.689284, -83.69778 32.689148, -83.697303 32.689068, -83.696786 32.688879, -83.696553 32.688797, -83.696402 32.688735, -83.696196 32.688515, -83.696085 32.688507, -83.695654 32.688612, -83.695257 32.68862, -83.694978 32.688688, -83.694864 32.688662, -83.694718 32.688685, -83.694605 32.688682, -83.694526 32.688549, -83.694455 32.688443, -83.694359 32.688443, -83.694267 32.68854, -83.694172 32.688799, -83.694059 32.688912, -83.693918 32.688909, -83.693601 32.688782, -83.693338 32.688764, -83.692994 32.688798, -83.692674 32.688783, -83.692394 32.688699, -83.692148 32.688674, -83.691958 32.688612, -83.691757 32.688485, -83.691619 32.688322, -83.69146 32.688048, -83.691235 32.687799, -83.690851 32.68746, -83.690495 32.687173, -83.690017 32.686898, -83.689858 32.686878, -83.68969 32.686866, -83.689603 32.686887, -83.689506 32.686943, -83.689314 32.687007, -83.689154 32.687071, -83.68893 32.687071, -83.688722 32.686959, -83.688346 32.686732, -83.688111 32.686421, -83.688086 32.686335, -83.688127 32.686133, -83.688336 32.685913, -83.688683 32.685651, -83.688477 32.685104, -83.688361 32.684645, -83.68815 32.684622, -83.687905 32.684794, -83.687728 32.685155, -83.687558 32.685356, -83.687347 32.68535, -83.687217 32.685253, -83.68719 32.684955, -83.687102 32.684714, -83.686789 32.684582, -83.686475 32.684672, -83.686085 32.685024, -83.685794 32.685223, -83.685563 32.685354, -83.685189 32.685307, -83.68514 32.685281, -83.684871 32.685182, -83.684476 32.685105, -83.684286 32.685031, -83.68393 32.68487, -83.683654 32.684778, -83.683226 32.684558, -83.682933 32.684237, -83.682793 32.684025, -83.682741 32.683965, -83.682629 32.683798, -83.682313 32.683688, -83.682066 32.683582, -83.681977 32.683556, -83.681907 32.683425, -83.681815 32.683346, -83.68164 32.683242, -83.681464 32.68311, -83.681267 32.682993, -83.680964 32.682842, -83.680882 32.682817, -83.680799 32.682806, -83.680553 32.682668, -83.680383 32.682603, -83.680274 32.682658, -83.680233 32.682786, -83.680153 32.682791, -83.679899 32.682769, -83.679858 32.682619, -83.679844 32.682277, -83.679899 32.682034, -83.679909 32.681665, -83.679875 32.681505, -83.679859 32.681472, -83.679747 32.681345, -83.679635 32.681249, -83.679475 32.681201, -83.679256 32.681227, -83.679059 32.681216, -83.678865 32.681148, -83.678786 32.680929, -83.678707 32.680304, -83.678595 32.679999, -83.678489 32.679844, -83.678327 32.679809, -83.678198 32.679825, -83.678102 32.679884, -83.677907 32.679881, -83.677512 32.679795, -83.677479 32.679712, -83.677485 32.679533, -83.677458 32.679385, -83.67741 32.679344, -83.677368 32.679288, -83.677259 32.679183, -83.677218 32.678993, -83.677058 32.678865, -83.676898 32.678817, -83.676802 32.678865, -83.676653 32.678916, -83.676494 32.678904, -83.676194 32.678561, -83.675914 32.678472, -83.675747 32.678455, -83.675639 32.678359, -83.675522 32.678097, -83.675346 32.677903, -83.675234 32.677808, -83.675074 32.67784, -83.674816 32.677782, -83.674596 32.677782, -83.67406 32.677433, -83.67401 32.677217, -83.673942 32.676958, -83.673762 32.676879, -83.673501 32.676794, -83.673469 32.676793, -83.673274 32.677078, -83.673081 32.67711, -83.672999 32.676958, -83.672911 32.676729, -83.672724 32.676738, -83.672683 32.67689, -83.672674 32.677008, -83.672624 32.677176, -83.672482 32.677312, -83.672264 32.677391, -83.67205 32.677397, -83.671604 32.677256, -83.671024 32.677272, -83.670637 32.677373, -83.670406 32.677472, -83.670256 32.677501, -83.670051 32.677415, -83.670031 32.677214, -83.669914 32.676859, -83.66972 32.676536, -83.669626 32.676414, -83.669515 32.676313, -83.669342 32.676257, -83.669175 32.676296, -83.66893 32.676496, -83.668765 32.67666, -83.668422 32.676699, -83.668327 32.676668, -83.668249 32.676592, -83.668207 32.676513, -83.668185 32.676219, -83.668129 32.676127, -83.667964 32.676046, -83.667807 32.676008, -83.667206 32.676031, -83.666787 32.676026, -83.666491 32.675966, -83.66614 32.675753, -83.665917 32.675545, -83.665861 32.675325, -83.665943 32.675164, -83.666178 32.675035, -83.666546 32.67503, -83.666794 32.674993, -83.666828 32.674826, -83.666486 32.674593, -83.666134 32.674518, -83.665476 32.674438, -83.664925 32.67429, -83.664716 32.674291, -83.664547 32.674416, -83.664337 32.674559, -83.664161 32.674574, -83.664032 32.674618, -83.663858 32.674583, -83.663829 32.67457, -83.663778 32.674506, -83.663711 32.674356, -83.663542 32.674008, -83.663426 32.673893, -83.663242 32.673762, -83.663133 32.673786, -83.663083 32.673772, -83.663005 32.673766, -83.662926 32.673783, -83.662801 32.673855, -83.662705 32.673983, -83.662688 32.674124, -83.662648 32.674298, -83.662481 32.674447, -83.662065 32.674799, -83.661777 32.675086, -83.661433 32.675173, -83.661066 32.675148, -83.66085 32.675085, -83.660784 32.675024, -83.660724 32.674906, -83.660724 32.67476, -83.660601 32.674408, -83.660528 32.674234, -83.660489 32.673824, -83.660211 32.673788, -83.660072 32.673828, -83.659862 32.674086, -83.659688 32.674176, -83.659535 32.674262, -83.659233 32.674366, -83.658902 32.674366, -83.658631 32.674374, -83.658386 32.67443, -83.658221 32.674448, -83.658001 32.674422, -83.657791 32.674383, -83.657584 32.674373, -83.65722 32.674509, -83.656965 32.674577, -83.656835 32.674596, -83.656594 32.67455, -83.656456 32.674456, -83.656267 32.674129, -83.655914 32.673907, -83.655688 32.673872, -83.655387 32.673857, -83.654933 32.673945, -83.654592 32.674154, -83.654422 32.674177, -83.654147 32.674008, -83.653845 32.673978, -83.653679 32.673988, -83.653494 32.674031, -83.653197 32.674023, -83.652952 32.67402, -83.652692 32.673989, -83.652562 32.673926, -83.652494 32.673879, -83.652415 32.673538, -83.652292 32.673423, -83.65198 32.673422, -83.651477 32.673459, -83.650901 32.673575, -83.650627 32.673699, -83.650346 32.673941, -83.649955 32.674326, -83.649739 32.674466, -83.649597 32.674538, -83.649322 32.67454, -83.648927 32.67438, -83.648788 32.674263, -83.64853 32.674003, -83.648283 32.673816, -83.647868 32.673616, -83.647755 32.673608, -83.647246 32.673653, -83.646747 32.673796, -83.646374 32.673831, -83.646274 32.673913, -83.646157 32.674042, -83.645896 32.674138, -83.645719 32.674166, -83.645503 32.674227, -83.645384 32.67423, -83.645292 32.674157, -83.645221 32.673971, -83.645113 32.673869, -83.645054 32.673733, -83.644934 32.673597, -83.644635 32.673374, -83.6444 32.673206, -83.644085 32.672901, -83.643972 32.672736, -83.643919 32.672496, -83.643724 32.672165, -83.64329 32.671869, -83.643098 32.671601, -83.642972 32.671509, -83.642777 32.671398, -83.642398 32.671285, -83.642192 32.67108, -83.642085 32.670819, -83.641804 32.670709, -83.641339 32.670576, -83.641181 32.67038, -83.641072 32.670126, -83.640988 32.66994, -83.640741 32.669762, -83.640495 32.669746, -83.640081 32.669897, -83.639797 32.669899, -83.639582 32.66987, -83.639242 32.669761, -83.639079 32.669635, -83.638974 32.669444, -83.638906 32.669242, -83.638756 32.669079, -83.638015 32.669008, -83.637228 32.669028, -83.636865 32.669097, -83.636719 32.66917, -83.636619 32.669256, -83.636515 32.669445, -83.636316 32.669568, -83.636104 32.669581, -83.635971 32.669532, -83.635367 32.669104, -83.635054 32.668886, -83.634724 32.668768, -83.634318 32.668806, -83.633843 32.668432, -83.633604 32.668304, -83.63334 32.668249, -83.633101 32.668288, -83.632933 32.668357, -83.632616 32.668637, -83.632448 32.668701, -83.632183 32.66869, -83.631814 32.668739, -83.631304 32.668724, -83.631044 32.668767, -83.630372 32.669013, -83.630231 32.669018, -83.630122 32.668987, -83.629941 32.669032, -83.62977 32.669054, -83.629466 32.669231, -83.629187 32.669352, -83.628906 32.669387, -83.62868 32.6694, -83.628284 32.669401, -83.627389 32.669387, -83.627102 32.669398, -83.626701 32.669559, -83.626522 32.669562, -83.626423 32.669511, -83.625243 32.668978, -83.624643 32.668534, -83.624374 32.668312, -83.624299 32.668196, -83.624349 32.667963, -83.624505 32.667578, -83.62438 32.667319, -83.623772 32.66707, -83.623358 32.666913, -83.623052 32.666919, -83.622465 32.666893, -83.622211 32.666822, -83.622134 32.666759, -83.622072 32.666687, -83.622025 32.666606, -83.621994 32.66652, -83.621982 32.66643, -83.621988 32.66634, -83.62203 32.666209, -83.622019 32.666125, -83.621882 32.665751, -83.62148 32.665568, -83.621265 32.665321, -83.621223 32.665086, -83.621063 32.664868, -83.620753 32.664752, -83.620328 32.664707, -83.619999 32.664532, -83.619538 32.664195, -83.619262 32.664014, -83.618952 32.663883, -83.61815 32.663583, -83.617714 32.663448, -83.616704 32.66337, -83.616597 32.663373, -83.616446 32.663414, -83.616319 32.663494, -83.61623 32.663607, -83.616198 32.663693, -83.616157 32.66444, -83.616138 32.664716, -83.616109 32.664752, -83.616058 32.664794, -83.616028 32.664811, -83.615927 32.664839, -83.615874 32.664839, -83.615822 32.664831, -83.615726 32.664793, -83.615661 32.664741, -83.615477 32.664623, -83.615266 32.664496, -83.615071 32.664296, -83.615007 32.663977, -83.614873 32.663916, -83.614766 32.663612, -83.614696 32.663547, -83.614594 32.663525, -83.614496 32.663558, -83.614402 32.6636, -83.614316 32.663652, -83.614239 32.663716, -83.614173 32.663786, -83.61412 32.663863, -83.614079 32.663947, -83.614053 32.664035, -83.614041 32.664124, -83.614044 32.664214, -83.613749 32.664841, -83.613661 32.66489, -83.613556 32.664898, -83.61346 32.664862, -83.613129 32.664493, -83.61305 32.664395, -83.612955 32.664355, -83.612849 32.664355, -83.612753 32.664392, -83.612682 32.664458, -83.612647 32.664541, -83.612654 32.664631, -83.61263 32.66472, -83.612592 32.664803, -83.612541 32.664883, -83.612478 32.664955, -83.612304 32.665104, -83.612014 32.665308, -83.611906 32.665352, -83.611802 32.665371, -83.611696 32.665371, -83.611592 32.665354, -83.611494 32.665318, -83.611408 32.665264, -83.611338 32.665197, -83.611287 32.665118, -83.611257 32.665031, -83.611204 32.664954, -83.611137 32.664884, -83.611058 32.664824, -83.610969 32.664774, -83.610874 32.664734, -83.610773 32.664703, -83.61067 32.664682, -83.610564 32.664673, -83.610457 32.664673, -83.610245 32.66469, -83.610141 32.664709, -83.609939 32.664765, -83.609842 32.664802, -83.609591 32.664924, -83.609488 32.664945, -83.609382 32.664946, -83.609081 32.664766, -83.608951 32.664693, -83.60891 32.664611, -83.608917 32.664521, -83.608869 32.664442, -83.608794 32.664378, -83.608693 32.664353, -83.608589 32.664369, -83.608505 32.664423, -83.608321 32.664471, -83.608112 32.664503, -83.608006 32.66451, -83.60789 32.664485, -83.6076 32.664385, -83.607526 32.664347, -83.607346 32.66416, -83.607269 32.664035, -83.607221 32.663916, -83.607177 32.663783, -83.60713 32.663561, -83.607094 32.663305, -83.607064 32.662647, -83.607101 32.662564, -83.607203 32.662433, -83.607325 32.662301, -83.607361 32.662194, -83.607317 32.662056, -83.607275 32.661951, -83.607094 32.661783, -83.606762 32.661409, -83.606657 32.66134, -83.606557 32.661309, -83.606451 32.661302, -83.606345 32.661305, -83.60624 32.661322, -83.606134 32.66132, -83.606028 32.661308, -83.605925 32.661285, -83.60585 32.661222, -83.605811 32.661139, -83.605814 32.66105, -83.60579 32.660961, -83.605751 32.660877, -83.605696 32.660801, -83.605627 32.660733, -83.605546 32.660674, -83.60493 32.660645, -83.604728 32.660643, -83.604631 32.66068, -83.60455 32.660736, -83.604491 32.660812, -83.60446 32.660898, -83.60446 32.660988, -83.604288 32.661419, -83.604164 32.661562, -83.604073 32.661609, -83.603971 32.661633, -83.603866 32.661648, -83.60376 32.661651, -83.603654 32.66164, -83.60331 32.661668, -83.603139 32.661703, -83.603038 32.661757, -83.603019 32.661766, -83.602964 32.661844, -83.602949 32.661932, -83.602914 32.662017, -83.602816 32.662177, -83.602738 32.662238, -83.602644 32.66228, -83.60254 32.6623, -83.602434 32.662294, -83.602334 32.662264, -83.602241 32.662305, -83.602194 32.662384, -83.602211 32.662472, -83.602249 32.662554, -83.602317 32.662625, -83.602441 32.662771, -83.602448 32.66286, -83.602402 32.66294, -83.602314 32.66299, -83.602168 32.663024, -83.602008 32.663027, -83.601817 32.662968, -83.601727 32.66292, -83.601645 32.662863, -83.60155 32.662823, -83.601449 32.662793, -83.601345 32.662777, -83.601239 32.662785, -83.60114 32.662818, -83.600882 32.662976, -83.600787 32.663018, -83.600686 32.663047, -83.600582 32.663063, -83.600484 32.663099, -83.600393 32.663147, -83.600312 32.663204, -83.600242 32.663272, -83.600155 32.663429, -83.600076 32.663488, -83.59998 32.663527, -83.599875 32.663542, -83.59977 32.663531, -83.599663 32.663538, -83.599562 32.663567, -83.599474 32.663618, -83.599405 32.663686, -83.599177 32.663939, -83.599083 32.663981, -83.598978 32.663995, -83.598874 32.66398, -83.598768 32.663974, -83.598555 32.663981, -83.598346 32.664017, -83.598146 32.664079, -83.598051 32.664119, -83.597922 32.664199, -83.597869 32.664203, -83.59784 32.664256, -83.597784 32.664321, -83.5977 32.664349, -83.597656 32.664338, -83.597236 32.664155, -83.597162 32.664127, -83.596613 32.66409, -83.59614 32.664271, -83.596031 32.664358, -83.595887 32.664464, -83.595678 32.664653, -83.595298 32.665097, -83.594967 32.665674, -83.594663 32.666266, -83.594193 32.666389, -83.593979 32.666131, -83.593965 32.665816, -83.59392 32.665618, -83.593889 32.665454, -83.593729 32.66507, -83.593433 32.665025, -83.593109 32.664979, -83.593013 32.664997, -83.59245 32.665135, -83.591745 32.665492, -83.591351 32.66556, -83.591013 32.665459, -83.591053 32.665168, -83.591071 32.664724, -83.591084 32.664237, -83.5911 32.664065, -83.59091 32.663919, -83.590683 32.663862, -83.59041 32.663888, -83.590055 32.66399, -83.589718 32.664105, -83.589246 32.664296, -83.588828 32.664313, -83.588445 32.664133, -83.588345 32.663829, -83.588443 32.663497, -83.588438 32.663238, -83.588411 32.663134, -83.588381 32.662974, -83.588238 32.662802, -83.587904 32.66272, -83.587632 32.662779, -83.587358 32.662854, -83.587008 32.662959, -83.586766 32.662959, -83.586409 32.662968, -83.585757 32.662656, -83.585444 32.662248, -83.585364 32.661785, -83.585603 32.66149, -83.585951 32.661003, -83.586116 32.660663, -83.585953 32.66041, -83.585931 32.660387, -83.58567 32.660187, -83.58512 32.660043, -83.584762 32.659744, -83.58514 32.659176, -83.585352 32.658929, -83.58553 32.658546, -83.585579 32.658185, -83.585617 32.657967, -83.585611 32.657929, -83.585274 32.657266, -83.584826 32.657006, -83.5841 32.657068, -83.583569 32.657239, -83.583448 32.657279, -83.58292 32.657756, -83.58284 32.657922, -83.582508 32.658626, -83.582418 32.6587, -83.582187 32.658803, -83.581811 32.658918, -83.581338 32.658944, -83.58072 32.658721, -83.580417 32.658372, -83.58044 32.658082, -83.580536 32.657732, -83.580744 32.65742, -83.581018 32.656945, -83.581446 32.656514, -83.581785 32.656193, -83.5822 32.656, -83.582523 32.655761, -83.58261 32.655467, -83.582426 32.655231, -83.582377 32.655175, -83.58212 32.655153, -83.581923 32.655102, -83.581849 32.655088, -83.581377 32.655023, -83.580693 32.655023, -83.580272 32.655127, -83.580026 32.655312, -83.579867 32.655534, -83.5798 32.655696, -83.579749 32.65589, -83.579682 32.65634, -83.57945 32.656767, -83.579142 32.657058, -83.578802 32.657153, -83.578135 32.657282, -83.57738 32.657392, -83.576827 32.657456, -83.57654 32.65755, -83.576102 32.657761, -83.57588 32.658019, -83.575467 32.658515, -83.575111 32.658706, -83.574702 32.658718, -83.574477 32.658728, -83.574217 32.65854, -83.573717 32.658098, -83.573143 32.658004, -83.572648 32.6584, -83.572166 32.658883, -83.571832 32.659013, -83.571478 32.658952, -83.571298 32.658671, -83.571249 32.65791, -83.571296 32.657424, -83.57101 32.657269, -83.570615 32.657266, -83.57036 32.657472, -83.570309 32.657736, -83.570312 32.658099, -83.570454 32.658639, -83.570584 32.659379, -83.570513 32.659619, -83.57039 32.659779, -83.570041 32.659923, -83.569415 32.660019, -83.56845 32.660052, -83.568007 32.66001, -83.567774 32.65993, -83.567566 32.659557, -83.567541 32.659421, -83.567309 32.659053, -83.567222 32.658932, -83.567061 32.658836, -83.566821 32.658804, -83.566598 32.658931, -83.566358 32.65929, -83.56643 32.659723, -83.566662 32.660241, -83.566559 32.660468, -83.566408 32.660643, -83.566198 32.660786, -83.565892 32.66066, -83.565395 32.660227, -83.564742 32.659702, -83.564471 32.659653, -83.564226 32.659639, -83.563834 32.659687, -83.563342 32.659787, -83.563125 32.659813, -83.56285 32.659668, -83.562434 32.659252, -83.561608 32.65867, -83.561058 32.658275, -83.56085 32.657972, -83.56085 32.657686, -83.560946 32.657269, -83.561014 32.657106, -83.56123 32.65661, -83.561327 32.656002, -83.561492 32.655347, -83.561742 32.654912, -83.561826 32.654378, -83.561777 32.654004, -83.561618 32.65381, -83.561506 32.653779, -83.561248 32.653844, -83.560865 32.653906, -83.560434 32.653843, -83.560227 32.653556, -83.560081 32.653129, -83.560002 32.652914, -83.559842 32.652531, -83.559534 32.652256, -83.559236 32.652133, -83.559147 32.652107, -83.558833 32.652034, -83.558542 32.652084, -83.558195 32.652155, -83.557701 32.65234, -83.556893 32.652565, -83.556322 32.652755, -83.556048 32.652676, -83.555777 32.652516, -83.555696 32.65226, -83.55584 32.651953, -83.55607 32.651728, -83.556395 32.651524, -83.556566 32.651463, -83.556727 32.651342, -83.556866 32.651122, -83.556897 32.650897, -83.556673 32.650371, -83.55641 32.650273, -83.555933 32.650275, -83.555471 32.650226, -83.555181 32.650131, -83.555027 32.649912, -83.554783 32.64949, -83.554525 32.648786, -83.55451 32.648213, -83.55459 32.647908, -83.554766 32.647699, -83.555102 32.647602, -83.555754 32.647975, -83.555972 32.648097, -83.556254 32.648116, -83.556613 32.6481, -83.557034 32.648111, -83.557296 32.648211, -83.557536 32.648477, -83.557634 32.648721, -83.557662 32.649341, -83.557809 32.649648, -83.558097 32.649603, -83.558345 32.649486, -83.558382 32.649178, -83.558419 32.648798, -83.558241 32.648293, -83.558062 32.647835, -83.557791 32.647281, -83.557714 32.64697, -83.557805 32.646124, -83.557776 32.645328, -83.557535 32.644771, -83.557104 32.644371, -83.556558 32.644224, -83.555917 32.644227, -83.555183 32.644323, -83.554763 32.644162, -83.55453 32.643945, -83.554194 32.64338, -83.553245 32.64253, -83.552491 32.641812, -83.551791 32.641139, -83.551214 32.640741, -83.55089 32.640673, -83.550655 32.640802, -83.550459 32.641123, -83.550377 32.641481, -83.550217 32.642073, -83.549972 32.642287, -83.54994 32.642291, -83.549595 32.642277, -83.549337 32.642062, -83.549291 32.641976, -83.549289 32.641785, -83.549289 32.640825, -83.549195 32.640213, -83.548878 32.63964, -83.548744 32.639239, -83.548888 32.638855, -83.54916 32.638582, -83.54948 32.638343, -83.549529 32.638297, -83.550182 32.637836, -83.550463 32.637394, -83.550642 32.637116, -83.550761 32.636982, -83.551065 32.636533, -83.551177 32.636117, -83.551124 32.635866, -83.55075 32.635436, -83.550729 32.635317, -83.550793 32.635061, -83.550969 32.634788, -83.550873 32.63458, -83.5506 32.634434, -83.550089 32.634403, -83.549626 32.634259, -83.549176 32.633904, -83.548937 32.633605, -83.548736 32.633342, -83.548441 32.632897, -83.548421 32.632788, -83.548248 32.632179, -83.548222 32.632097, -83.547927 32.631219, -83.547735 32.630979, -83.547527 32.630882, -83.547255 32.630995, -83.546919 32.631379, -83.546583 32.631811, -83.546343 32.632348, -83.545959 32.632467, -83.545655 32.632547, -83.545319 32.632371, -83.545134 32.632174, -83.545113 32.631968, -83.545239 32.631779, -83.545365 32.631411, -83.545799 32.63109, -83.545955 32.630934, -83.546044 32.630811, -83.546328 32.630468, -83.546247 32.629618, -83.546293 32.629586, -83.546151 32.629457, -83.545991 32.629249, -83.545591 32.629168, -83.544919 32.629249, -83.544551 32.629249, -83.544247 32.629041, -83.5441 32.628681, -83.544312 32.628399, -83.544599 32.628113, -83.544643 32.628051, -83.545041 32.627606, -83.545135 32.627138, -83.544984 32.626786, -83.544838 32.626638, -83.544422 32.626399, -83.543622 32.626288, -83.543142 32.626032, -83.542982 32.625872, -83.542949 32.625791, -83.54312 32.625157, -83.543112 32.62483, -83.543852 32.623241, -83.543975 32.62267, -83.543944 32.622334, -83.54368 32.62173, -83.543156 32.621315, -83.542468 32.621066, -83.541901 32.62088, -83.541606 32.620614, -83.541497 32.620254, -83.541737 32.619957, -83.542567 32.619884, -83.543145 32.619847, -83.543996 32.619709, -83.544325 32.61959, -83.544443 32.619311, -83.544544 32.619053, -83.54452 32.618398, -83.544651 32.618011, -83.545186 32.617661, -83.545481 32.617449, -83.545917 32.617098, -83.546485 32.61683, -83.547565 32.617171, -83.5481 32.617134, -83.548591 32.616877, -83.54893 32.616627, -83.548973 32.61636, -83.548853 32.616065, -83.548668 32.615879, -83.548428 32.615668, -83.547903 32.615533, -83.547208 32.615367, -83.546876 32.615057, -83.546911 32.614714, -83.547238 32.614348, -83.547515 32.614089, -83.54755 32.613895, -83.547481 32.613543, -83.546994 32.613075, -83.54648 32.612555, -83.546321 32.612338, -83.546168 32.611776, -83.546144 32.610507, -83.54591 32.610214, -83.545692 32.610121, -83.54539 32.610093, -83.545017 32.610144, -83.544755 32.610508, -83.544478 32.610864, -83.544042 32.61103, -83.54373 32.611027, -83.543526 32.610864, -83.543611 32.609854, -83.543556 32.609368, -83.543333 32.609091, -83.542897 32.608824, -83.542327 32.608697, -83.541918 32.60853, -83.541934 32.608365, -83.542119 32.608141, -83.542921 32.608387, -83.543292 32.608432, -83.543652 32.608255, -83.543946 32.608007, -83.54393 32.607799, -83.543913 32.607456, -83.543733 32.607084, -83.543332 32.606855, -83.54292 32.606719, -83.542504 32.606672, -83.542164 32.606779, -83.542122 32.606811, -83.541383 32.607411, -83.540925 32.607563, -83.540414 32.607459, -83.540286 32.607199, -83.540532 32.606731, -83.540807 32.60624, -83.540816 32.606008, -83.54074 32.605764, -83.540211 32.605096, -83.539492 32.604233, -83.53935 32.604037, -83.538991 32.603681, -83.538352 32.603249, -83.537983 32.602851, -83.538114 32.602629, -83.538441 32.602593, -83.538801 32.602593, -83.539347 32.602629, -83.539925 32.602694, -83.540297 32.602639, -83.540548 32.60239, -83.540657 32.602094, -83.540635 32.601615, -83.540668 32.60119, -83.540853 32.600803, -83.541181 32.600433, -83.541584 32.599898, -83.541683 32.599603, -83.541726 32.599252, -83.541694 32.598791, -83.541617 32.598154, -83.541552 32.597638, -83.54151 32.597243, -83.541366 32.596327, -83.541195 32.595964, -83.540955 32.595602, -83.54073 32.595202, -83.540628 32.594808, -83.540635 32.594188, -83.540672 32.593469, -83.540643 32.592947, -83.540592 32.59243, -83.540505 32.591932, -83.540287 32.59138, -83.539989 32.590618, -83.539647 32.590169, -83.539065 32.589678, -83.538557 32.589357, -83.538244 32.589156, -83.537786 32.589019, -83.537532 32.588749, -83.537241 32.588386, -83.537299 32.588012, -83.537735 32.587753, -83.537975 32.587521, -83.538068 32.587197, -83.538201 32.586807, -83.538782 32.586347, -83.539182 32.586347, -83.539393 32.586618, -83.53956 32.587496, -83.539903 32.587679, -83.54023 32.587569, -83.540373 32.587338, -83.540432 32.58682, -83.540214 32.586353, -83.540112 32.585917, -83.540119 32.585499, -83.54009 32.58518, -83.54001 32.584756, -83.539829 32.584516, -83.53964 32.584319, -83.539102 32.584043, -83.538608 32.583883, -83.538164 32.583945, -83.53799 32.584344, -83.537982 32.58494, -83.537982 32.585603, -83.537903 32.586039, -83.537474 32.586335, -83.536841 32.586525, -83.53586 32.58661, -83.535053 32.586568, -83.534595 32.586378, -83.534232 32.586039, -83.534123 32.585659, -83.534247 32.585284, -83.535511 32.58435, -83.535846 32.584037, -83.536006 32.583858, -83.536144 32.583489, -83.536333 32.582998, -83.536413 32.582304, -83.536405 32.580995, -83.536267 32.579403, -83.536158 32.577897, -83.536035 32.576589, -83.536056 32.575968, -83.536158 32.575452, -83.536383 32.575034, -83.536718 32.574635, -83.537016 32.574567, -83.53754 32.574781, -83.537807 32.57497, -83.538042 32.575319, -83.538167 32.575606, -83.538354 32.575761, -83.538527 32.57589, -83.538997 32.57627, -83.53957 32.576572, -83.539695 32.576591, -83.540207 32.577039, -83.540691 32.577308, -83.540954 32.577356, -83.541263 32.577377, -83.541609 32.577251, -83.541836 32.577145, -83.542054 32.576661, -83.542468 32.57573, -83.542623 32.575359, -83.542843 32.574965, -83.543154 32.574548, -83.54362 32.57423, -83.544151 32.574166, -83.544626 32.574347, -83.544975 32.574255, -83.54563 32.573846, -83.545989 32.573619, -83.546364 32.57352, -83.546401 32.573518, -83.547094 32.573514, -83.547354 32.573452, -83.547649 32.573323, -83.547826 32.573158, -83.548002 32.572955, -83.548059 32.572653, -83.548147 32.571922, -83.54818 32.571785, -83.54821 32.571362, -83.548118 32.570242, -83.548095 32.569949, -83.547996 32.569366, -83.54789 32.568996, -83.547813 32.568619, -83.547775 32.568123, -83.547775 32.567631, -83.547812 32.567141, -83.54789 32.566645, -83.54801 32.566073, -83.54802 32.566007, -83.548157 32.565379, -83.54837 32.564793, -83.548416 32.564574, -83.548422 32.56425, -83.548429 32.564135, -83.548426 32.563876, -83.548384 32.563535, -83.548303 32.563316, -83.548202 32.563145, -83.548042 32.562987, -83.547836 32.562877, -83.547607 32.562812, -83.547468 32.562793, -83.547273 32.562821, -83.547157 32.562855, -83.546921 32.562958, -83.546013 32.563324, -83.545845 32.563366, -83.545685 32.56337, -83.54554 32.563335, -83.545425 32.563263, -83.545341 32.563148, -83.545296 32.562973, -83.545349 32.562801, -83.545425 32.562697, -83.545711 32.562466, -83.545853 32.562325, -83.545944 32.562164, -83.546005 32.561947, -83.54602 32.561771, -83.546005 32.561565, -83.545791 32.560993, -83.545768 32.560803, -83.545793 32.56064, -83.545843 32.560484, -83.545929 32.560328, -83.545952 32.560309, -83.545987 32.560267, -83.546088 32.560223, -83.546509 32.560173, -83.546963 32.560195, -83.547167 32.560213, -83.547417 32.560164, -83.547609 32.560167, -83.547831 32.560082, -83.547895 32.559905, -83.547821 32.559531, -83.54776 32.559357, -83.54763 32.559181, -83.547507 32.559066, -83.547356 32.558971, -83.54718 32.558903, -83.546921 32.558864, -83.546158 32.558887, -83.545914 32.558849, -83.545685 32.558777, -83.545172 32.558494, -83.545012 32.558357, -83.544898 32.558206, -83.544807 32.558017, -83.544785 32.557854, -83.544807 32.557685, -83.544891 32.557537, -83.544983 32.557442, -83.54512 32.557364, -83.54554 32.557243, -83.545853 32.557125, -83.546082 32.556717, -83.546097 32.556568, -83.546051 32.556438, -83.545891 32.556198, -83.545685 32.555988, -83.545433 32.555816, -83.545141 32.555683, -83.544944 32.555663, -83.544702 32.555715, -83.54448 32.555833, -83.544333 32.555999, -83.544289 32.556158, -83.54429 32.556651, -83.544297 32.556866, -83.54421 32.557062, -83.543989 32.557212, -83.543825 32.557251, -83.543617 32.557246, -83.543442 32.557251, -83.543261 32.557192, -83.543173 32.557135, -83.542748 32.556753, -83.542527 32.556539, -83.541673 32.555408, -83.541515 32.555236, -83.541329 32.555095, -83.54112 32.554988, -83.540924 32.55492, -83.540695 32.554873, -83.540451 32.554867, -83.540268 32.554951, -83.540199 32.555023, -83.53995 32.555585, -83.539771 32.555844, -83.539465 32.555895, -83.539089 32.555815, -83.538925 32.555732, -83.538803 32.555565, -83.538689 32.555366, -83.538658 32.555161, -83.538712 32.554943, -83.538834 32.554752, -83.539008 32.55455, -83.539113 32.554451, -83.539276 32.554316, -83.539642 32.554085, -83.539818 32.553871, -83.539879 32.553673, -83.539871 32.553482, -83.53978 32.553275, -83.539635 32.553078, -83.539483 32.552934, -83.539294 32.552808, -83.53922 32.552768, -83.53889 32.552618, -83.538615 32.552498, -83.538449 32.552349, -83.538317 32.552189, -83.538257 32.552062, -83.538187 32.551844, -83.538176 32.551647, -83.538208 32.551459, -83.53829 32.551281, -83.538391 32.551145, -83.538541 32.551023, -83.538696 32.550952, -83.538857 32.550938, -83.539102 32.550959, -83.539486 32.551071, -83.539749 32.551112, -83.540191 32.551225, -83.540609 32.551212, -83.541097 32.551116, -83.54145 32.550944, -83.541586 32.550856, -83.541658 32.55079, -83.541717 32.550714, -83.541763 32.550572, -83.541781 32.550469, -83.541785 32.550339, -83.541753 32.550204, -83.541657 32.550067, -83.541558 32.549854, -83.541402 32.549619, -83.541243 32.549425, -83.541059 32.549225, -83.540916 32.549027, -83.540811 32.548817, -83.540706 32.548476, -83.540567 32.548266, -83.540338 32.548077, -83.539848 32.547811, -83.539581 32.547765, -83.539321 32.54764, -83.538977 32.547618, -83.538705 32.547652, -83.538197 32.547834, -83.537688 32.547874, -83.537624 32.547883, -83.537428 32.547823, -83.537345 32.547759, -83.537279 32.547669, -83.537239 32.547582, -83.537239 32.547466, -83.537371 32.547072, -83.537414 32.54686, -83.537409 32.546667, -83.537374 32.546487, -83.53702 32.545828, -83.536202 32.5443, -83.536125 32.544186, -83.536073 32.543992, -83.536049 32.543754, -83.536061 32.543455, -83.536124 32.543162, -83.536267 32.542954, -83.536385 32.542765, -83.536512 32.542702, -83.536887 32.54213, -83.537132 32.541607, -83.537428 32.541217, -83.537549 32.541184, -83.537924 32.541221, -83.538141 32.541303, -83.538461 32.541787, -83.538573 32.541927, -83.538749 32.542028, -83.538809 32.542039, -83.538999 32.542033, -83.539173 32.541976, -83.53945 32.541874, -83.539632 32.541677, -83.539779 32.54141, -83.539848 32.541088, -83.539862 32.540861, -83.539826 32.540633, -83.53956 32.540129, -83.539446 32.539774, -83.539427 32.539467, -83.539505 32.538992, -83.539513 32.538573, -83.539467 32.538241, -83.539361 32.537878, -83.539169 32.537506, -83.538871 32.537152, -83.538612 32.536935, -83.538013 32.536597, -83.537514 32.536323, -83.537398 32.536203, -83.53733 32.536051, -83.537325 32.53586, -83.537404 32.53551, -83.537498 32.535224, -83.537529 32.534989, -83.537506 32.534554, -83.537529 32.534455, -83.537483 32.53434, -83.537192 32.534121, -83.536798 32.53391, -83.536354 32.533825, -83.535994 32.533679, -83.535772 32.533538, -83.535644 32.533355, -83.535605 32.533233, -83.5356 32.533095, -83.535659 32.532823, -83.535773 32.532514, -83.535795 32.532052, -83.535751 32.531734, -83.535505 32.530889, -83.535445 32.530678, -83.535376 32.530405, -83.535391 32.529967, -83.535513 32.529438, -83.535611 32.52919, -83.535696 32.529058, -83.535894 32.52888, -83.536134 32.528765, -83.536297 32.528661, -83.536556 32.528391, -83.536673 32.528297, -83.536863 32.528215, -83.537394 32.528077, -83.537619 32.527907, -83.537721 32.527824, -83.537849 32.527678, -83.537964 32.527445, -83.538046 32.526985, -83.538052 32.526668, -83.538238 32.525926, -83.538443 32.525578, -83.538502 32.525514, -83.538648 32.525387, -83.539232 32.525256, -83.539459 32.525208, -83.539672 32.525109, -83.539834 32.524955, -83.539898 32.524788, -83.539907 32.52451, -83.539849 32.524288, -83.539818 32.524241, -83.539532 32.524147, -83.539263 32.524031, -83.539162 32.523995, -83.538945 32.523999, -83.538749 32.524084, -83.538512 32.524313, -83.538275 32.524617, -83.538083 32.52474, -83.537862 32.524825, -83.537558 32.524875, -83.537253 32.524856, -83.537005 32.52478, -83.536832 32.524645, -83.536703 32.524442, -83.536691 32.524208, -83.537455 32.523232, -83.537476 32.523207, -83.537537 32.523048, -83.537543 32.522899, -83.537514 32.522782, -83.537431 32.522675, -83.537304 32.522615, -83.53713 32.522591, -83.536925 32.52261, -83.536742 32.522661, -83.536575 32.522747, -83.536354 32.522951, -83.535905 32.523603, -83.535671 32.52371, -83.535376 32.523739, -83.535043 32.523605, -83.534891 32.523511, -83.534533 32.523336, -83.534362 32.5233, -83.534198 32.523296, -83.533891 32.523359, -83.533665 32.5235, -83.533478 32.523587, -83.533317 32.523608, -83.533156 32.523587, -83.532996 32.523511, -83.532768 32.5233, -83.532614 32.523072, -83.532532 32.522849, -83.532496 32.522529, -83.532504 32.522367, -83.532575 32.522208, -83.532711 32.522077, -83.532982 32.521912, -83.533757 32.521801, -83.534286 32.52165, -83.534486 32.5216, -83.534643 32.521516, -83.534782 32.52138, -83.534821 32.521262, -83.534821 32.521141, -83.534721 32.520878, -83.534508 32.520638, -83.534203 32.520446, -83.534096 32.520359, -83.534004 32.520214, -83.533974 32.520041, -83.533913 32.519508, -83.533768 32.519001, -83.533722 32.5182, -83.533821 32.517837, -83.534103 32.517372, -83.53421 32.517086, -83.53421 32.51696, -83.534179 32.516838, -83.534012 32.516634, -83.534006 32.516615, -83.533985 32.516608, -83.533798 32.516478, -83.533116 32.516142, -83.532898 32.516117, -83.532676 32.516176, -83.532532 32.516273, -83.531912 32.516868, -83.531456 32.517308, -83.531273 32.517688, -83.530995 32.518119, -83.530884 32.518175, -83.530781 32.518217, -83.530525 32.51823, -83.530281 32.518127, -83.530098 32.517937, -83.530052 32.517696, -83.530106 32.516894, -83.53006 32.51661, -83.52999 32.516425, -83.529915 32.516317, -83.529816 32.516233, -83.529213 32.515903, -83.529098 32.515771, -83.52903 32.515618, -83.529029 32.515466, -83.529113 32.515103, -83.529116 32.514879, -83.529045 32.514584, -83.528908 32.514319, -83.52874 32.514141, -83.528526 32.513996, -83.52803 32.513855, -83.527656 32.513658, -83.527443 32.513477, -83.527306 32.51326, -83.527252 32.513022, -83.527267 32.512791, -83.527344 32.512596, -83.527451 32.512428, -83.527577 32.512059, -83.527565 32.511921, -83.527496 32.511809, -83.527306 32.511684, -83.52706 32.511583, -83.526825 32.511528, -83.526596 32.511532, -83.526405 32.511578, -83.526253 32.511646, -83.526116 32.511744, -83.525993 32.511875, -83.525884 32.511941, -83.525484 32.512202, -83.525253 32.512348, -83.524887 32.512573, -83.524719 32.512634, -83.524697 32.512638, -83.524492 32.512636, -83.524095 32.512588, -83.523815 32.512535, -83.523627 32.512338, -83.523546 32.511952, -83.523555 32.511504, -83.523304 32.511057, -83.52305 32.510807, -83.522557 32.510789, -83.522029 32.510858, -83.521537 32.511026, -83.521061 32.511011, -83.52063 32.510731, -83.52063 32.510382, -83.521168 32.509813, -83.521296 32.509503, -83.521017 32.508941, -83.520381 32.508662, -83.520029 32.50819, -83.520119 32.507674, -83.520684 32.507424, -83.521473 32.507399, -83.521673 32.50735, -83.521968 32.507001, -83.522064 32.506496, -83.522168 32.506318, -83.522281 32.506036, -83.522658 32.505816, -83.522999 32.50596, -83.523483 32.506445, -83.523941 32.506559, -83.524255 32.506377, -83.52438 32.50602, -83.52438 32.505709, -83.524264 32.505291, -83.52395 32.504928, -83.523241 32.504472, -83.52255 32.504109, -83.52203 32.50385, -83.52185 32.503555, -83.521698 32.503214, -83.52159 32.502766, -83.521428 32.502516, -83.521118 32.502207, -83.520886 32.502136, -83.520413 32.50222, -83.520188 32.502505, -83.520112 32.502764, -83.520047 32.503388, -83.519924 32.503874, -83.519702 32.504184, -83.519385 32.504376, -83.518952 32.50442, -83.518486 32.504359, -83.518136 32.504139, -83.518136 32.503798, -83.51836 32.503601, -83.518647 32.503358, -83.51862 32.502865, -83.518468 32.502235, -83.518396 32.501734, -83.518396 32.501325, -83.518369 32.501098, -83.518396 32.50087, -83.518472 32.499297, -83.518225 32.498986, -83.517935 32.498908, -83.51737 32.498902, -83.516903 32.49892, -83.516501 32.498973, -83.516147 32.499063, -83.515765 32.499329, -83.515296 32.49938, -83.514588 32.499321, -83.513899 32.499329, -83.513311 32.499076, -83.512862 32.498503, -83.512902 32.498072, -83.51331 32.497838, -83.513654 32.497903, -83.514653 32.497852, -83.514927 32.497639, -83.514924 32.497411, -83.514899 32.497242, -83.514677 32.497078, -83.513977 32.496797, -83.513661 32.496482, -83.512824 32.495824, -83.511705 32.495064, -83.511043 32.494735, -83.510053 32.494262, -83.509484 32.493946, -83.508638 32.493474, -83.508437 32.49337, -83.50703 32.492649, -83.505847 32.492137, -83.505491 32.491985, -83.504314 32.491615, -83.503588 32.491452, -83.502632 32.49127, -83.50253 32.491252, -83.502176 32.490938, -83.501625 32.490552, -83.501038 32.490356, -83.500632 32.49016, -83.500151 32.489911, -83.49797 32.489275, -83.497397 32.489106, -83.497254 32.489066, -83.496492 32.489122, -83.495982 32.489232, -83.494957 32.489908, -83.494274 32.490085, -83.493605 32.490038, -83.492712 32.489614, -83.492378 32.489143, -83.492141 32.488565, -83.492141 32.487823, -83.49218 32.486763, -83.491828 32.486342, -83.491496 32.486038, -83.491217 32.485838, -83.490593 32.485757, -83.490102 32.485709, -83.489535 32.485709, -83.489082 32.485663, -83.488648 32.485539, -83.488421 32.485138, -83.488427 32.484467, -83.488888 32.48384, -83.489636 32.483592, -83.490183 32.483524, -83.490811 32.48357, -83.491538 32.483637, -83.491963 32.483598, -83.492341 32.483151, -83.49263 32.48254, -83.493087 32.481882, -83.493396 32.481811, -83.493734 32.482056, -83.493928 32.482356, -83.494015 32.48276, -83.493964 32.483119, -83.493727 32.483637, -83.493805 32.48395, -83.49404 32.484164, -83.494802 32.484147, -83.495367 32.484065, -83.495958 32.483624, -83.496266 32.483421, -83.496734 32.483108, -83.497037 32.482872, -83.497662 32.482624, -83.498227 32.482332, -83.498477 32.482034, -83.498668 32.481643, -83.498741 32.481239, -83.498697 32.480835, -83.498434 32.480345, -83.4982 32.48005, -83.497731 32.479852, -83.497202 32.479858, -83.496465 32.480175, -83.495861 32.480533, -83.495281 32.480747, -83.494738 32.480808, -83.494097 32.480747, -83.493397 32.480533, -83.492974 32.480277, -83.4926 32.479961, -83.492406 32.479522, -83.492467 32.479042, -83.492793 32.478704, -83.493385 32.478378, -83.493708 32.478184, -83.493863 32.478042, -83.49396 32.477755, -83.493945 32.477438, -83.493827 32.47714, -83.493534 32.476875, -83.492908 32.476613, -83.492477 32.476629, -83.491912 32.476629, -83.49155 32.476931, -83.491403 32.477354, -83.491423 32.477649, -83.491323 32.478053, -83.490812 32.478173, -83.489918 32.477551, -83.489302 32.476906, -83.489157 32.476427, -83.489314 32.476059, -83.49057 32.475518, -83.491794 32.475378, -83.493321 32.475172, -83.494038 32.475333, -83.494334 32.475245, -83.49476 32.474904, -83.495386 32.473813, -83.495911 32.473328, -83.496674 32.472926, -83.497254 32.472589, -83.497462 32.472199, -83.497403 32.471691, -83.497286 32.471414, -83.497123 32.471257, -83.49707 32.471214, -83.49674 32.471116, -83.496428 32.471148, -83.495936 32.471328, -83.494907 32.471558, -83.494452 32.472192, -83.493997 32.472223, -83.493696 32.471881, -83.493593 32.471254, -83.493806 32.470925, -83.494511 32.470613, -83.494902 32.470311, -83.494902 32.469833, -83.494885 32.469773, -83.494741 32.469381, -83.494529 32.46916, -83.494172 32.468856, -83.492741 32.468626, -83.492072 32.468173, -83.491977 32.467621, -83.492469 32.467093, -83.493491 32.466732, -83.493791 32.466628, -83.494578 32.466571, -83.494913 32.466289, -83.495132 32.465632, -83.495132 32.465593, -83.495032 32.464939, -83.495003 32.464118, -83.494906 32.463195, -83.494794 32.462584, -83.494529 32.462125, -83.494111 32.461784, -83.493486 32.461657, -83.492645 32.461803, -83.492014 32.461796, -83.491384 32.461443, -83.49091 32.461063, -83.489896 32.459204, -83.489829 32.459091, -83.489689 32.458021, -83.489813 32.457575, -83.490147 32.456975, -83.490879 32.456618, -83.491698 32.456256, -83.49241 32.45608, -83.493191 32.456103, -83.494268 32.456332, -83.494687 32.456437, -83.494966 32.456332, -83.495187 32.45604, -83.495319 32.455636, -83.495421 32.455264, -83.495818 32.454949, -83.497908 32.453853, -83.498106 32.453549, -83.498255 32.453173, -83.498255 32.452817, -83.497951 32.452273, -83.497931 32.45221, -83.497923 32.452198, -83.49759 32.451735, -83.497285 32.450978, -83.497547 32.450235, -83.497779 32.449626, -83.497892 32.449167, -83.497943 32.449087, -83.498029 32.448731, -83.498089 32.448303, -83.498018 32.447933, -83.497646 32.447344, -83.497198 32.446962, -83.496962 32.446869, -83.496274 32.446534, -83.495519 32.446219, -83.494189 32.445676, -83.493485 32.445462, -83.491513 32.444483, -83.489725 32.443371, -83.488898 32.442546, -83.488185 32.441476, -83.488083 32.441257, -83.487779 32.440589, -83.487601 32.439836, -83.487521 32.438865, -83.487617 32.437627, -83.487821 32.437212, -83.488007 32.436506, -83.488043 32.436342, -83.488206 32.436163, -83.488412 32.436076, -83.48907 32.435575, -83.489637 32.435311, -83.490098 32.43475, -83.490245 32.434305, -83.490444 32.434061, -83.490711 32.433664, -83.491023 32.433332, -83.491228 32.433014, -83.491284 32.432817, -83.491365 32.432557, -83.491267 32.432325, -83.491186 32.432121, -83.490876 32.432173, -83.490494 32.432332, -83.490311 32.432401, -83.490014 32.432404, -83.4896 32.432223, -83.489266 32.431679, -83.488901 32.431235, -83.488484 32.430532, -83.488016 32.430055, -83.487701 32.429493, -83.487578 32.429135, -83.487474 32.428998, -83.487361 32.428834, -83.48746 32.428705, -83.487747 32.428508, -83.488339 32.428191, -83.48851 32.428109, -83.48854 32.42783, -83.488603 32.427487, -83.488483 32.427166, -83.488326 32.426948, -83.488268 32.426724, -83.487963 32.426457, -83.487419 32.426326, -83.487019 32.426336, -83.486609 32.426259, -83.486227 32.425918, -83.486071 32.425641, -83.485201 32.425188, -83.484863 32.425128, -83.484646 32.425044, -83.484474 32.425018, -83.484276 32.425075, -83.484014 32.425249, -83.483557 32.425383, -83.48309 32.425525, -83.482698 32.425469, -83.482459 32.425144, -83.482544 32.424729, -83.482648 32.424536, -83.483009 32.424141, -83.483219 32.423935, -83.483441 32.42387, -83.483873 32.423523, -83.484086 32.42324, -83.484787 32.422767, -83.485121 32.422593, -83.485454 32.422384, -83.485534 32.421903, -83.485402 32.421585, -83.485005 32.42108, -83.484597 32.42076, -83.48449 32.420454, -83.484455 32.420161, -83.48446 32.419244, -83.484328 32.418992, -83.483694 32.41875, -83.483123 32.418633, -83.482945 32.418449, -83.482919 32.41816, -83.483007 32.417955, -83.483051 32.416338, -83.483104 32.414816, -83.483061 32.413812, -83.483046 32.413203, -83.48307 32.4117, -83.48293 32.410944, -83.48283 32.41006, -83.48279 32.409456, -83.48274 32.409173, -83.482769 32.409031, -83.482988 32.408441, -83.483289 32.408068, -83.483769 32.406765, -83.483777 32.40674, -83.484136 32.405767, -83.484696 32.404956, -83.485156 32.404415, -83.485563 32.404199, -83.486117 32.404221, -83.487292 32.40432, -83.488279 32.404407, -83.48934 32.404373, -83.490562 32.404451, -83.491863 32.404271, -83.492982 32.404086, -83.494749 32.403671, -83.495307 32.403402, -83.496048 32.402932, -83.49686 32.402447, -83.497964 32.401715, -83.498023 32.401719, -83.498039 32.401715, -83.498374 32.40148, -83.49872 32.401189, -83.498993 32.400974, -83.499435 32.40065, -83.499587 32.400524, -83.499729 32.40039, -83.49986 32.400248, -83.49998 32.400099, -83.500228 32.399752, -83.500461 32.399398, -83.500678 32.399037, -83.500793 32.398833, -83.500815 32.398814, -83.500893 32.39865, -83.500942 32.398522, -83.500985 32.398345, -83.500999 32.39821, -83.501013 32.39794, -83.501053 32.397581, -83.501053 32.397491, -83.501035 32.397357, -83.500992 32.397181, -83.500975 32.397046, -83.500975 32.396911, -83.500997 32.396732, -83.500996 32.396642, -83.500981 32.396553, -83.500873 32.396251, -83.500814 32.396031, -83.500774 32.395808, -83.500753 32.395584, -83.500753 32.395358, -83.500792 32.394503, -83.500805 32.394361, -83.500873 32.394036, -83.500925 32.393738, -83.500966 32.39357, -83.501005 32.393337, -83.501164 32.393011, -83.501352 32.392671, -83.501596 32.392376, -83.501853 32.392034, -83.50204 32.391761, -83.502161 32.39156, -83.502268 32.391354, -83.50238 32.391101, -83.502431 32.390973, -83.502455 32.390885, -83.502466 32.390796, -83.502465 32.390706, -83.502447 32.390571, -83.502443 32.390436, -83.502457 32.390256, -83.502438 32.390168, -83.502379 32.390042, -83.502334 32.389913, -83.502308 32.389779, -83.502309 32.389689, -83.502328 32.389601, -83.502388 32.389476, -83.502493 32.389319, -83.502568 32.389256, -83.502661 32.389213, -83.502713 32.389201, -83.502924 32.389181, -83.502975 32.38917, -83.503081 32.389164, -83.503186 32.389176, -83.503286 32.389206, -83.503431 32.389263, -83.503475 32.389288, -83.503547 32.389354, -83.503574 32.389393, -83.503622 32.389522, -83.503652 32.389654, -83.5037 32.390013, -83.503741 32.390143, -83.503764 32.390184, -83.50383 32.390254, -83.503871 32.390282, -83.503966 32.390322, -83.504128 32.390355, -83.504323 32.390411, -83.504421 32.390445, -83.504626 32.390489, -83.504732 32.390489, -83.504836 32.390471, -83.504982 32.390416, -83.505117 32.390344, -83.505239 32.390258, -83.505571 32.389966, -83.505732 32.389834, -83.506312 32.389319, -83.506362 32.389305, -83.506455 32.389262, -83.506569 32.389168, -83.50664 32.389047, -83.506668 32.3889, -83.507073 32.389246, -83.507184 32.389394, -83.507285 32.389499, -83.507339 32.389577, -83.507377 32.389661, -83.507465 32.389921, -83.507485 32.390009, -83.507486 32.390099, -83.507471 32.390142, -83.5074 32.390263, -83.507309 32.390374, -83.507276 32.390459, -83.507274 32.390504, -83.507306 32.390728, -83.507371 32.390859, -83.507696 32.391317, -83.507803 32.391418, -83.508017 32.391605, -83.508238 32.391756, -83.508449 32.391825, -83.50858 32.391874, -83.50893 32.391934, -83.509121 32.391937, -83.509259 32.39192, -83.509467 32.391879, -83.509659 32.391905, -83.509868 32.391945, -83.510034 32.391963, -83.510235 32.391996, -83.510662 32.392039, -83.511269 32.391998, -83.511669 32.392019, -83.511861 32.39206, -83.512044 32.392085, -83.512352 32.392219, -83.512581 32.392336, -83.512872 32.392489, -83.513159 32.392673, -83.513247 32.392705, -83.513266 32.392728, -83.513295 32.392797, -83.513309 32.392811, -83.51332 32.392989, -83.513308 32.393159, -83.513417 32.393473, -83.513465 32.393551, -83.513528 32.393621, -83.513766 32.393866, -83.513923 32.393995, -83.514149 32.394158, -83.514246 32.394239, -83.514306 32.394307, -83.514345 32.394377, -83.514389 32.394547, -83.514418 32.394618, -83.514463 32.394682, -83.51454 32.394755, -83.514635 32.394823, -83.514754 32.394885, -83.514869 32.394926, -83.515203 32.395082, -83.515416 32.395225, -83.515469 32.395268, -83.515524 32.395378, -83.515528 32.395503, -83.515596 32.395789, -83.515669 32.395913, -83.51574 32.395956, -83.515976 32.396003, -83.516062 32.395993, -83.516278 32.395937, -83.516461 32.395949, -83.516531 32.395969, -83.516584 32.395998, -83.516637 32.396048, -83.516665 32.396107, -83.516649 32.396166, -83.516598 32.396211, -83.516436 32.396296, -83.516385 32.396356, -83.51637 32.396415, -83.516389 32.396481, -83.516442 32.396524, -83.516619 32.396638, -83.517207 32.397172, -83.517351 32.397346, -83.517486 32.397469, -83.517556 32.397541, -83.517584 32.397607, -83.517569 32.397696, -83.517459 32.397801, -83.517435 32.397861, -83.517445 32.397919, -83.517501 32.398043, -83.517607 32.3981, -83.517695 32.398135, -83.517825 32.398155, -83.517956 32.39816, -83.517999 32.398144, -83.518058 32.398084, -83.518073 32.397988, -83.518078 32.397855, -83.518145 32.397773, -83.518223 32.397756, -83.518293 32.397784, -83.518389 32.397797, -83.518627 32.39791, -83.518893 32.398126, -83.518921 32.398185, -83.518941 32.398273, -83.518833 32.398437, -83.518712 32.398491, -83.518599 32.398486, -83.518478 32.398496, -83.518392 32.39852, -83.518366 32.39855, -83.518377 32.398608, -83.518457 32.398695, -83.518528 32.398745, -83.518669 32.398809, -83.518747 32.398807, -83.518834 32.39882, -83.518905 32.398863, -83.518925 32.398951, -83.518884 32.399041, -83.518833 32.399086, -83.518809 32.399145, -83.518837 32.399218, -83.518891 32.399291, -83.519039 32.39931, -83.519082 32.399287, -83.519132 32.39922, -83.519148 32.399168, -83.519154 32.399065, -83.519231 32.399004, -83.519301 32.399032, -83.519391 32.399141, -83.51948 32.399228, -83.519612 32.399291, -83.519947 32.399469, -83.520001 32.399512, -83.520037 32.39957, -83.520056 32.399622, -83.520119 32.399694, -83.520304 32.399779, -83.520426 32.399806, -83.520617 32.399802, -83.520669 32.399808, -83.520749 32.399858, -83.520787 32.399976, -83.520798 32.400064, -83.520924 32.400209, -83.520943 32.400289, -83.520936 32.400341, -83.520895 32.40043, -83.520828 32.400505, -83.520667 32.400656, -83.520559 32.400828, -83.520543 32.400894, -83.520546 32.401012, -83.520591 32.401063, -83.520634 32.401097, -83.520653 32.401107, -83.520676 32.401142, -83.52112 32.401138, -83.521245 32.401147, -83.521361 32.401171, -83.521398 32.4012, -83.521473 32.401222, -83.521579 32.401287, -83.521677 32.40138, -83.52178 32.401552, -83.521848 32.401692, -83.521906 32.401787, -83.521987 32.40189, -83.522138 32.401998, -83.522304 32.402031, -83.522503 32.402028, -83.522526 32.402024, -83.522566 32.402004, -83.522619 32.401948, -83.522666 32.401917, -83.522708 32.401904, -83.522747 32.401907, -83.522784 32.401924, -83.522818 32.401964, -83.522816 32.40199, -83.522802 32.402029, -83.522806 32.402068, -83.522863 32.40215, -83.522895 32.402241, -83.522929 32.402279, -83.523068 32.40234, -83.5232 32.402358, -83.523278 32.402352, -83.523458 32.402288, -83.523673 32.40218, -83.523698 32.402188, -83.523745 32.402186, -83.524407 32.401409, -83.524578 32.401206, -83.525792 32.399775, -83.528382 32.396725, -83.533226 32.391008, -83.533346 32.390867, -83.540962 32.381883, -83.545958 32.375985, -83.546663 32.375154, -83.550114 32.371102, -83.550525 32.370618, -83.551142 32.369894, -83.551759 32.369168, -83.552171 32.368685, -83.553674 32.36692, -83.558184 32.361628, -83.559688 32.359864, -83.561783 32.357346, -83.568207 32.349795, -83.572972 32.344199, -83.615579 32.288425, -83.655339 32.289516, -83.700225 32.289948, -83.700435 32.28401, -83.700403 32.28287, -83.70482 32.282947, -83.718759 32.283074, -83.718789 32.28324, -83.718773 32.283802, -83.718711 32.287095, -83.71862 32.287982, -83.718511 32.29006, -83.730315 32.290158, -83.730416 32.290155, -83.732286 32.290146, -83.737104 32.29018, -83.745353 32.290225, -83.745415 32.290225, -83.748412 32.290246, -83.75141 32.290267, -83.751434 32.290267, -83.751559 32.290267, -83.75187 32.29027, -83.755362 32.290308, -83.758855 32.290346, -83.759 32.290346, -83.759144 32.290346, -83.75928 32.290346, -83.760776 32.290343, -83.760814 32.290343, -83.764557 32.29034, -83.767563 32.290335, -83.770083 32.290331, -83.770103 32.290331, -83.770551 32.29033, -83.770728 32.290329, -83.772172 32.290349, -83.77388 32.290352, -83.773906 32.290352, -83.774539 32.290353, -83.77458 32.290353, -83.777315 32.290356, -83.779573 32.290359, -83.784393 32.290365, -83.785073 32.290366, -83.787268 32.290368, -83.78778 32.290369, -83.79135 32.290373, -83.793051 32.290385, -83.79385 32.290393, -83.798507 32.290429, -83.798521 32.290427, -83.805835 32.290523, -83.806122 32.290525, -83.808894 32.290552, -83.808968 32.290553, -83.809019 32.290553, -83.809037 32.290553, -83.809384 32.290556, -83.809667 32.290559, -83.810399 32.290566, -83.81044 32.290566, -83.812005 32.29058, -83.812453 32.290584, -83.812657 32.290586, -83.812708 32.290587, -83.812727 32.290587, -83.812812 32.290588, -83.813479 32.290594, -83.813629 32.290595, -83.815998 32.290617, -83.81622 32.290619, -83.816789 32.290624, -83.817233 32.290627, -83.819381 32.290647, -83.820617 32.290658, -83.821506 32.290661, -83.821524 32.290661, -83.828328 32.290673, -83.828503 32.290673, -83.830352 32.290694, -83.830478 32.290695, -83.830687 32.290696, -83.831087 32.290695, -83.831686 32.2907, -83.836498 32.290737, -83.838208 32.290778, -83.838251 32.290779, -83.838362 32.290782, -83.838377 32.290782, -83.838965 32.290796, -83.845952 32.290858, -83.847241 32.290919, -83.848379 32.29097, -83.848369 32.291525, -83.848367 32.291591, -83.848097 32.302852, -83.847611 32.323512, -83.847425 32.331952, -83.847406 32.332761, -83.847405 32.332809, -83.847404 32.332839, -83.847397 32.33314, -83.847393 32.333326, -83.847328 32.336137, -83.847286 32.33797, -83.847251 32.339481, -83.847167 32.3431, -83.847119 32.345208, -83.847068 32.347398, -83.847065 32.347535, -83.847067 32.347549, -83.847064 32.347583, -83.847063 32.347614, -83.846982 32.351098, -83.846849 32.356813, -83.846833 32.357539, -83.846831 32.357615, -83.846831 32.357738, -83.846877 32.357739, -83.846936 32.357739, -83.846966 32.357739, -83.846986 32.35774, -83.847005 32.35774, -83.847055 32.35774, -83.847386 32.357741, -83.855614 32.357771, -83.856587 32.357774, -83.856589 32.362809, -83.856591 32.36929, -83.856593 32.369587, -83.856851 32.375154, -83.856653 32.379775, -83.85654 32.382399, -83.84674 32.382296, -83.846619 32.382294, -83.8464 32.382292, -83.843702 32.382264, -83.842729 32.382254, -83.842532 32.382252, -83.837041 32.382195, -83.836994 32.388793, -83.83696 32.393934, -83.836951 32.395226, -83.83695 32.395309, -83.836917 32.400125, -83.836917 32.400137, -83.836917 32.400185, -83.836915 32.400432, -83.836909 32.401242, -83.836908 32.401325, -83.836907 32.401407, -83.836906 32.401536, -83.836905 32.401746, -83.836905 32.401765, -83.836904 32.40182, -83.836876 32.405617, -83.836719 32.414665, -83.836777 32.414705, -83.836796 32.414718, -83.836796 32.414745, -83.836796 32.414765, -83.836796 32.414787, -83.836845 32.421496, -83.836855 32.422911, -83.836855 32.422951, -83.836844 32.423923, -83.836673 32.439308, -83.846177 32.439385, -83.846203 32.439385, -83.846676 32.468514, -83.84648 32.468373, -83.846354 32.468292, -83.846329 32.468258, -83.84592 32.4679, -83.845498 32.467323, -83.844994 32.466417, -83.844717 32.466034, -83.844669 32.46595, -83.844637 32.465817, -83.84464 32.465412, -83.844586 32.46503, -83.844352 32.464407, -83.844312 32.464188, -83.844267 32.464038, -83.844196 32.463867, -83.844129 32.463786, -83.844025 32.463689, -83.843757 32.463602, -83.843676 32.463534, -83.84322 32.462408, -83.84296 32.462023, -83.842618 32.461267, -83.842089 32.460715, -83.842001 32.460608, -83.841904 32.460518, -83.841693 32.460375, -83.841523 32.460293, -83.84126 32.460225, -83.841029 32.460198, -83.840735 32.460185, -83.840442 32.460183, -83.840338 32.460199, -83.840141 32.460268, -83.83995 32.460346, -83.839764 32.460434, -83.839501 32.460586, -83.839423 32.460648, -83.839301 32.460794, -83.839171 32.460934, -83.83905 32.461033, -83.838812 32.461108, -83.837824 32.461123, -83.837743 32.461081, -83.837442 32.460703, -83.837336 32.460593, -83.837228 32.46052, -83.837106 32.460481, -83.836952 32.460478, -83.836821 32.46049, -83.836771 32.46051, -83.836677 32.460524, -83.836589 32.460555, -83.836363 32.460574, -83.836052 32.46053, -83.835636 32.460383, -83.834906 32.46, -83.834795 32.459936, -83.834672 32.459896, -83.834559 32.459907, -83.834436 32.45989, -83.833836 32.459519, -83.833284 32.45908, -83.833003 32.458889, -83.832749 32.458751, -83.83259 32.458658, -83.832425 32.458615, -83.832116 32.458525, -83.831938 32.458529, -83.831817 32.458553, -83.831712 32.458547, -83.831581 32.458517, -83.831341 32.458371, -83.831267 32.458351, -83.83087 32.458328, -83.830677 32.458278, -83.830582 32.458238, -83.830482 32.458208, -83.830377 32.458193, -83.830271 32.458191, -83.830166 32.458202, -83.830063 32.458227, -83.829965 32.458261, -83.829877 32.458312, -83.829779 32.458347, -83.829675 32.458363, -83.829569 32.458365, -83.82936 32.458332, -83.829154 32.458287, -83.829098 32.458287, -83.828864 32.458216, -83.828639 32.458163, -83.82846 32.45807, -83.828379 32.458011, -83.82831 32.457943, -83.828133 32.457718, -83.828056 32.457656, -83.827966 32.457608, -83.827785 32.457557, -83.827798 32.456941, -83.827797 32.453966, -83.827796 32.453893, -83.827796 32.447761, -83.827637 32.439148, -83.827501 32.439144, -83.826611 32.439126, -83.82566 32.439123, -83.823107 32.439228, -83.822179 32.439295, -83.821763 32.439334, -83.821225 32.439391, -83.820512 32.43949, -83.819523 32.439594, -83.818922 32.439656, -83.818772 32.439676, -83.817181 32.439868, -83.817118 32.439876, -83.817147 32.441605, -83.817166 32.44274, -83.817167 32.442779, -83.817179 32.443519, -83.817196 32.444508, -83.817149 32.446666, -83.81715 32.44671, -83.815404 32.446735, -83.815052 32.446739, -83.812221 32.446779, -83.812184 32.44678, -83.808054 32.44684, -83.807071 32.446855, -83.803425 32.446908, -83.800573 32.446948, -83.799371 32.446966, -83.797712 32.44699, -83.797707 32.458365, -83.797705 32.464001, -83.797703 32.468111, -83.797702 32.468141, -83.797702 32.470835, -83.797701 32.473657, -83.797699 32.48044, -83.797698 32.481029, -83.797517 32.481606, -83.797608 32.48264, -83.797604 32.484603, -83.797618 32.484967, -83.79754 32.496573, -83.78779 32.496634, -83.787668 32.500149, -83.787516 32.51292, -83.777993 32.512884, -83.778088 32.507603, -83.778137 32.505497, -83.77247 32.505401, -83.772245 32.505399, -83.756939 32.505207, -83.753833 32.505166, -83.749033 32.505153, -83.749013 32.509729, -83.748984 32.512769, -83.74897 32.517516, -83.748969 32.517693, -83.748963 32.520432, -83.748954 32.522263, -83.748954 32.522608, -83.748697 32.534157, -83.748653 32.533956, -83.748566 32.533775, -83.748385 32.533669, -83.748226 32.533493, -83.748161 32.533394, -83.747965 32.533326, -83.747836 32.533307, -83.747623 32.533247, -83.747196 32.533085, -83.746787 32.532899, -83.746708 32.532795, -83.74655 32.532677, -83.746336 32.532584, -83.746172 32.532531, -83.745967 32.532438, -83.745537 32.532179, -83.745224 32.531925, -83.745066 32.531855, -83.744932 32.531851, -83.744591 32.531855, -83.743523 32.531951, -83.743371 32.531937, -83.74335 32.531926, -83.743331 32.531934, -83.742966 32.531902, -83.74263 32.531802, -83.742441 32.531661, -83.742368 32.531557, -83.742043 32.531253, -83.741653 32.531003, -83.741264 32.530833, -83.741165 32.530758, -83.74099 32.530276, -83.740709 32.530106, -83.740451 32.529989, -83.740341 32.52988, -83.740271 32.529749, -83.740242 32.529607, -83.740158 32.529373, -83.739563 32.529114, -83.739429 32.528992, -83.739347 32.528816, -83.739257 32.528714, -83.739152 32.528653, -83.738966 32.528567, -83.738726 32.528551, -83.738602 32.528501, -83.738459 32.528405, -83.738309 32.528394, -83.738203 32.528399, -83.738102 32.528425, -83.737916 32.528512, -83.737729 32.528577, -83.737451 32.528685, -83.737201 32.528762, -83.736972 32.528812, -83.736812 32.528826, -83.736771 32.528838, -83.736722 32.528836, -83.736531 32.528851, -83.736298 32.528812, -83.736161 32.528747, -83.736055 32.528655, -83.735977 32.528606, -83.735839 32.528284, -83.735821 32.52816, -83.73577 32.527991, -83.735664 32.527878, -83.735557 32.527773, -83.735261 32.527667, -83.735161 32.527659, -83.735066 32.527586, -83.734861 32.527409, -83.734411 32.527096, -83.734223 32.527011, -83.73405 32.526907, -83.733907 32.526775, -83.733861 32.526693, -83.733852 32.526604, -83.733829 32.526516, -83.733795 32.526431, -83.733723 32.526365, -83.733643 32.526305, -83.733554 32.526255, -83.733494 32.526183, -83.733475 32.526094, -83.733458 32.525914, -83.733524 32.525699, -83.733604 32.525532, -83.733607 32.525442, -83.733578 32.525356, -83.733475 32.525198, -83.733359 32.525047, -83.733315 32.524965, -83.733255 32.524791, -83.733202 32.524526, -83.733147 32.524352, -83.733058 32.524188, -83.732956 32.524059, -83.732851 32.523956, -83.732804 32.523874, -83.732771 32.523789, -83.732749 32.523701, -83.732747 32.523611, -83.732779 32.523525, -83.732818 32.523348, -83.732816 32.523258, -83.732798 32.52317, -83.732719 32.523114, -83.732507 32.523128, -83.732402 32.523121, -83.732299 32.523099, -83.732207 32.523054, -83.732133 32.522989, -83.73204 32.522827, -83.732009 32.522741, -83.731919 32.522578, -83.731843 32.522516, -83.731745 32.522481, -83.73164 32.522477, -83.731536 32.522495, -83.731444 32.522542, -83.731363 32.522599, -83.731268 32.52264, -83.731059 32.522674, -83.730848 32.522696, -83.730746 32.52272, -83.730647 32.522754, -83.730543 32.522773, -83.730438 32.522779, -83.730333 32.522764, -83.730237 32.522726, -83.730157 32.522667, -83.730086 32.522599, -83.729962 32.522444, -83.729905 32.522378, -83.729827 32.522317, -83.729739 32.522267, -83.729637 32.522243, -83.729531 32.522247, -83.729338 32.522323, -83.729066 32.522464, -83.72878 32.522506, -83.728662 32.522517, -83.728486 32.522627, -83.728356 32.522691, -83.72823 32.522714, -83.728015 32.522723, -83.727847 32.522723, -83.727708 32.5227, -83.727581 32.522657, -83.727435 32.522589, -83.727343 32.522515, -83.727267 32.522405, -83.727234 32.522289, -83.727236 32.522146, -83.72729 32.521786, -83.727289 32.521695, -83.727277 32.521606, -83.727254 32.521518, -83.727193 32.521445, -83.727108 32.521391, -83.726935 32.521299, -83.726726 32.521237, -83.726622 32.521219, -83.726409 32.521209, -83.725992 32.52122, -83.725737 32.521208, -83.72542 32.52121, -83.724854 32.521141, -83.724618 32.521095, -83.724402 32.52109, -83.724115 32.521122, -83.72359 32.521194, -83.723446 32.521192, -83.723295 32.521175, -83.723139 32.521122, -83.722796 32.521678, -83.722292 32.522455, -83.722049 32.522951, -83.721894 32.523258, -83.721555 32.524616, -83.721492 32.525245, -83.721123 32.526674, -83.720816 32.52785, -83.720546 32.529055, -83.720338 32.529958, -83.720246 32.53035, -83.71996 32.531354, -83.719885 32.531646, -83.719859 32.53176, -83.719881 32.532212, -83.719897 32.532995, -83.719884 32.534517, -83.719924 32.536952, -83.719906 32.538294, -83.719932 32.539378, -83.71994 32.539769, -83.719918 32.54168, -83.719975 32.543357, -83.719967 32.546421, -83.719962 32.546805, -83.719892 32.550483, -83.719877 32.550883, -83.719842 32.552374, -83.719803 32.554378, -83.719772 32.557248, -83.719836 32.558248, -83.719833 32.558897, -83.719817 32.563205, -83.719931 32.566633, -83.720061 32.57013, -83.720084 32.570762, -83.720006 32.574791, -83.720006 32.574813, -83.720074 32.575051, -83.720064 32.578274, -83.720058 32.580386, -83.72006 32.580601, -83.720057 32.580909, -83.720048 32.584121, -83.71977 32.585947, -83.71976 32.586011, -83.719541 32.587818, -83.719421 32.588324, -83.71931 32.588904, -83.719251 32.59071, -83.719207 32.59462, -83.71918 32.595823, -83.719169 32.596313, -83.719223 32.597442, -83.719186 32.597774, -83.719138 32.598199, -83.718984 32.598407, -83.715625 32.602112, -83.71515 32.602635, -83.714467 32.603343, -83.714112 32.604421, -83.713953 32.605145, -83.713211 32.609299, -83.713106 32.609479, -83.712726 32.610384, -83.712645 32.610577, -83.71273 32.610577, -83.713565 32.610579, -83.71493 32.610583, -83.715377 32.61059, -83.718079 32.610635, -83.718706 32.610644, -83.718685 32.613737, -83.718679 32.614604, -83.718651 32.618653, -83.718651 32.618954, -83.718651 32.619011, -83.718662 32.620349, -83.718671 32.621446, -83.718684 32.623098, -83.718701 32.625145, -83.718661 32.626749))\", \"region\": {\"id\": 33916, \"geometry\": \"POLYGON ((-83.718661 32.626749, -83.718632 32.628647, -83.71863 32.628745, -83.718612 32.629686, -83.71861 32.631476, -83.718551 32.633536, -83.718549 32.634464, -83.71856 32.634677, -83.718571 32.63474, -83.718604 32.634918, -83.718631 32.634983, -83.720657 32.63498, -83.720751 32.634981, -83.72308 32.635002, -83.723448 32.635002, -83.726289 32.635013, -83.726832 32.635018, -83.727279 32.635033, -83.727643 32.635052, -83.727931 32.635081, -83.728175 32.635134, -83.728181 32.635159, -83.728239 32.635445, -83.728187 32.639135, -83.728141 32.643567, -83.728066 32.650768, -83.728034 32.650882, -83.727768 32.651428, -83.727646 32.651428, -83.726982 32.651418, -83.725584 32.65139, -83.724537 32.651383, -83.722859 32.651366, -83.722252 32.651363, -83.721443 32.65135, -83.718624 32.651335, -83.71831 32.651334, -83.71802 32.651328, -83.717436 32.65132, -83.71439 32.65128, -83.709419 32.651304, -83.709152 32.651304, -83.709153 32.651342, -83.709133 32.653066, -83.709058 32.659391, -83.709033 32.660372, -83.708994 32.661856, -83.709005 32.663345, -83.709004 32.664792, -83.708988 32.66672, -83.708969 32.668208, -83.708929 32.67146, -83.708903 32.673097, -83.708895 32.673684, -83.708882 32.674495, -83.708914 32.674959, -83.708322 32.675359, -83.706674 32.676399, -83.70549 32.677327, -83.70437 32.678351, -83.703346 32.679647, -83.702818 32.680559, -83.702562 32.681215, -83.702658 32.682046, -83.702642 32.683151, -83.702578 32.683583, -83.702434 32.684384, -83.702082 32.685487, -83.701746 32.686176, -83.701474 32.687087, -83.701249 32.688552, -83.701154 32.689166, -83.70101 32.690623, -83.70109 32.691598, -83.701097 32.691674, -83.701117 32.691867, -83.701121 32.691907, -83.701131 32.691985, -83.701132 32.692006, -83.701136 32.69204, -83.701139 32.692072, -83.701142 32.692094, -83.701144 32.692109, -83.70115 32.692154, -83.701152 32.692169, -83.700834 32.692143, -83.700642 32.692079, -83.700386 32.692031, -83.69997 32.691935, -83.69982 32.691775, -83.699536 32.691685, -83.699385 32.69147, -83.699388 32.691271, -83.699432 32.691007, -83.699348 32.690928, -83.699119 32.690787, -83.69893 32.690783, -83.698878 32.690942, -83.698663 32.691003, -83.698518 32.690942, -83.698305 32.690733, -83.69796 32.690407, -83.697845 32.690255, -83.697934 32.690182, -83.698088 32.690123, -83.69819 32.690033, -83.698231 32.689957, -83.698218 32.68987, -83.698147 32.689796, -83.697915 32.689607, -83.697906 32.689573, -83.697904 32.689524, -83.697924 32.689448, -83.698006 32.689284, -83.69778 32.689148, -83.697303 32.689068, -83.696786 32.688879, -83.696553 32.688797, -83.696402 32.688735, -83.696196 32.688515, -83.696085 32.688507, -83.695654 32.688612, -83.695257 32.68862, -83.694978 32.688688, -83.694864 32.688662, -83.694718 32.688685, -83.694605 32.688682, -83.694526 32.688549, -83.694455 32.688443, -83.694359 32.688443, -83.694267 32.68854, -83.694172 32.688799, -83.694059 32.688912, -83.693918 32.688909, -83.693601 32.688782, -83.693338 32.688764, -83.692994 32.688798, -83.692674 32.688783, -83.692394 32.688699, -83.692148 32.688674, -83.691958 32.688612, -83.691757 32.688485, -83.691619 32.688322, -83.69146 32.688048, -83.691235 32.687799, -83.690851 32.68746, -83.690495 32.687173, -83.690017 32.686898, -83.689858 32.686878, -83.68969 32.686866, -83.689603 32.686887, -83.689506 32.686943, -83.689314 32.687007, -83.689154 32.687071, -83.68893 32.687071, -83.688722 32.686959, -83.688346 32.686732, -83.688111 32.686421, -83.688086 32.686335, -83.688127 32.686133, -83.688336 32.685913, -83.688683 32.685651, -83.688477 32.685104, -83.688361 32.684645, -83.68815 32.684622, -83.687905 32.684794, -83.687728 32.685155, -83.687558 32.685356, -83.687347 32.68535, -83.687217 32.685253, -83.68719 32.684955, -83.687102 32.684714, -83.686789 32.684582, -83.686475 32.684672, -83.686085 32.685024, -83.685794 32.685223, -83.685563 32.685354, -83.685189 32.685307, -83.68514 32.685281, -83.684871 32.685182, -83.684476 32.685105, -83.684286 32.685031, -83.68393 32.68487, -83.683654 32.684778, -83.683226 32.684558, -83.682933 32.684237, -83.682793 32.684025, -83.682741 32.683965, -83.682629 32.683798, -83.682313 32.683688, -83.682066 32.683582, -83.681977 32.683556, -83.681907 32.683425, -83.681815 32.683346, -83.68164 32.683242, -83.681464 32.68311, -83.681267 32.682993, -83.680964 32.682842, -83.680882 32.682817, -83.680799 32.682806, -83.680553 32.682668, -83.680383 32.682603, -83.680274 32.682658, -83.680233 32.682786, -83.680153 32.682791, -83.679899 32.682769, -83.679858 32.682619, -83.679844 32.682277, -83.679899 32.682034, -83.679909 32.681665, -83.679875 32.681505, -83.679859 32.681472, -83.679747 32.681345, -83.679635 32.681249, -83.679475 32.681201, -83.679256 32.681227, -83.679059 32.681216, -83.678865 32.681148, -83.678786 32.680929, -83.678707 32.680304, -83.678595 32.679999, -83.678489 32.679844, -83.678327 32.679809, -83.678198 32.679825, -83.678102 32.679884, -83.677907 32.679881, -83.677512 32.679795, -83.677479 32.679712, -83.677485 32.679533, -83.677458 32.679385, -83.67741 32.679344, -83.677368 32.679288, -83.677259 32.679183, -83.677218 32.678993, -83.677058 32.678865, -83.676898 32.678817, -83.676802 32.678865, -83.676653 32.678916, -83.676494 32.678904, -83.676194 32.678561, -83.675914 32.678472, -83.675747 32.678455, -83.675639 32.678359, -83.675522 32.678097, -83.675346 32.677903, -83.675234 32.677808, -83.675074 32.67784, -83.674816 32.677782, -83.674596 32.677782, -83.67406 32.677433, -83.67401 32.677217, -83.673942 32.676958, -83.673762 32.676879, -83.673501 32.676794, -83.673469 32.676793, -83.673274 32.677078, -83.673081 32.67711, -83.672999 32.676958, -83.672911 32.676729, -83.672724 32.676738, -83.672683 32.67689, -83.672674 32.677008, -83.672624 32.677176, -83.672482 32.677312, -83.672264 32.677391, -83.67205 32.677397, -83.671604 32.677256, -83.671024 32.677272, -83.670637 32.677373, -83.670406 32.677472, -83.670256 32.677501, -83.670051 32.677415, -83.670031 32.677214, -83.669914 32.676859, -83.66972 32.676536, -83.669626 32.676414, -83.669515 32.676313, -83.669342 32.676257, -83.669175 32.676296, -83.66893 32.676496, -83.668765 32.67666, -83.668422 32.676699, -83.668327 32.676668, -83.668249 32.676592, -83.668207 32.676513, -83.668185 32.676219, -83.668129 32.676127, -83.667964 32.676046, -83.667807 32.676008, -83.667206 32.676031, -83.666787 32.676026, -83.666491 32.675966, -83.66614 32.675753, -83.665917 32.675545, -83.665861 32.675325, -83.665943 32.675164, -83.666178 32.675035, -83.666546 32.67503, -83.666794 32.674993, -83.666828 32.674826, -83.666486 32.674593, -83.666134 32.674518, -83.665476 32.674438, -83.664925 32.67429, -83.664716 32.674291, -83.664547 32.674416, -83.664337 32.674559, -83.664161 32.674574, -83.664032 32.674618, -83.663858 32.674583, -83.663829 32.67457, -83.663778 32.674506, -83.663711 32.674356, -83.663542 32.674008, -83.663426 32.673893, -83.663242 32.673762, -83.663133 32.673786, -83.663083 32.673772, -83.663005 32.673766, -83.662926 32.673783, -83.662801 32.673855, -83.662705 32.673983, -83.662688 32.674124, -83.662648 32.674298, -83.662481 32.674447, -83.662065 32.674799, -83.661777 32.675086, -83.661433 32.675173, -83.661066 32.675148, -83.66085 32.675085, -83.660784 32.675024, -83.660724 32.674906, -83.660724 32.67476, -83.660601 32.674408, -83.660528 32.674234, -83.660489 32.673824, -83.660211 32.673788, -83.660072 32.673828, -83.659862 32.674086, -83.659688 32.674176, -83.659535 32.674262, -83.659233 32.674366, -83.658902 32.674366, -83.658631 32.674374, -83.658386 32.67443, -83.658221 32.674448, -83.658001 32.674422, -83.657791 32.674383, -83.657584 32.674373, -83.65722 32.674509, -83.656965 32.674577, -83.656835 32.674596, -83.656594 32.67455, -83.656456 32.674456, -83.656267 32.674129, -83.655914 32.673907, -83.655688 32.673872, -83.655387 32.673857, -83.654933 32.673945, -83.654592 32.674154, -83.654422 32.674177, -83.654147 32.674008, -83.653845 32.673978, -83.653679 32.673988, -83.653494 32.674031, -83.653197 32.674023, -83.652952 32.67402, -83.652692 32.673989, -83.652562 32.673926, -83.652494 32.673879, -83.652415 32.673538, -83.652292 32.673423, -83.65198 32.673422, -83.651477 32.673459, -83.650901 32.673575, -83.650627 32.673699, -83.650346 32.673941, -83.649955 32.674326, -83.649739 32.674466, -83.649597 32.674538, -83.649322 32.67454, -83.648927 32.67438, -83.648788 32.674263, -83.64853 32.674003, -83.648283 32.673816, -83.647868 32.673616, -83.647755 32.673608, -83.647246 32.673653, -83.646747 32.673796, -83.646374 32.673831, -83.646274 32.673913, -83.646157 32.674042, -83.645896 32.674138, -83.645719 32.674166, -83.645503 32.674227, -83.645384 32.67423, -83.645292 32.674157, -83.645221 32.673971, -83.645113 32.673869, -83.645054 32.673733, -83.644934 32.673597, -83.644635 32.673374, -83.6444 32.673206, -83.644085 32.672901, -83.643972 32.672736, -83.643919 32.672496, -83.643724 32.672165, -83.64329 32.671869, -83.643098 32.671601, -83.642972 32.671509, -83.642777 32.671398, -83.642398 32.671285, -83.642192 32.67108, -83.642085 32.670819, -83.641804 32.670709, -83.641339 32.670576, -83.641181 32.67038, -83.641072 32.670126, -83.640988 32.66994, -83.640741 32.669762, -83.640495 32.669746, -83.640081 32.669897, -83.639797 32.669899, -83.639582 32.66987, -83.639242 32.669761, -83.639079 32.669635, -83.638974 32.669444, -83.638906 32.669242, -83.638756 32.669079, -83.638015 32.669008, -83.637228 32.669028, -83.636865 32.669097, -83.636719 32.66917, -83.636619 32.669256, -83.636515 32.669445, -83.636316 32.669568, -83.636104 32.669581, -83.635971 32.669532, -83.635367 32.669104, -83.635054 32.668886, -83.634724 32.668768, -83.634318 32.668806, -83.633843 32.668432, -83.633604 32.668304, -83.63334 32.668249, -83.633101 32.668288, -83.632933 32.668357, -83.632616 32.668637, -83.632448 32.668701, -83.632183 32.66869, -83.631814 32.668739, -83.631304 32.668724, -83.631044 32.668767, -83.630372 32.669013, -83.630231 32.669018, -83.630122 32.668987, -83.629941 32.669032, -83.62977 32.669054, -83.629466 32.669231, -83.629187 32.669352, -83.628906 32.669387, -83.62868 32.6694, -83.628284 32.669401, -83.627389 32.669387, -83.627102 32.669398, -83.626701 32.669559, -83.626522 32.669562, -83.626423 32.669511, -83.625243 32.668978, -83.624643 32.668534, -83.624374 32.668312, -83.624299 32.668196, -83.624349 32.667963, -83.624505 32.667578, -83.62438 32.667319, -83.623772 32.66707, -83.623358 32.666913, -83.623052 32.666919, -83.622465 32.666893, -83.622211 32.666822, -83.622134 32.666759, -83.622072 32.666687, -83.622025 32.666606, -83.621994 32.66652, -83.621982 32.66643, -83.621988 32.66634, -83.62203 32.666209, -83.622019 32.666125, -83.621882 32.665751, -83.62148 32.665568, -83.621265 32.665321, -83.621223 32.665086, -83.621063 32.664868, -83.620753 32.664752, -83.620328 32.664707, -83.619999 32.664532, -83.619538 32.664195, -83.619262 32.664014, -83.618952 32.663883, -83.61815 32.663583, -83.617714 32.663448, -83.616704 32.66337, -83.616597 32.663373, -83.616446 32.663414, -83.616319 32.663494, -83.61623 32.663607, -83.616198 32.663693, -83.616157 32.66444, -83.616138 32.664716, -83.616109 32.664752, -83.616058 32.664794, -83.616028 32.664811, -83.615927 32.664839, -83.615874 32.664839, -83.615822 32.664831, -83.615726 32.664793, -83.615661 32.664741, -83.615477 32.664623, -83.615266 32.664496, -83.615071 32.664296, -83.615007 32.663977, -83.614873 32.663916, -83.614766 32.663612, -83.614696 32.663547, -83.614594 32.663525, -83.614496 32.663558, -83.614402 32.6636, -83.614316 32.663652, -83.614239 32.663716, -83.614173 32.663786, -83.61412 32.663863, -83.614079 32.663947, -83.614053 32.664035, -83.614041 32.664124, -83.614044 32.664214, -83.613749 32.664841, -83.613661 32.66489, -83.613556 32.664898, -83.61346 32.664862, -83.613129 32.664493, -83.61305 32.664395, -83.612955 32.664355, -83.612849 32.664355, -83.612753 32.664392, -83.612682 32.664458, -83.612647 32.664541, -83.612654 32.664631, -83.61263 32.66472, -83.612592 32.664803, -83.612541 32.664883, -83.612478 32.664955, -83.612304 32.665104, -83.612014 32.665308, -83.611906 32.665352, -83.611802 32.665371, -83.611696 32.665371, -83.611592 32.665354, -83.611494 32.665318, -83.611408 32.665264, -83.611338 32.665197, -83.611287 32.665118, -83.611257 32.665031, -83.611204 32.664954, -83.611137 32.664884, -83.611058 32.664824, -83.610969 32.664774, -83.610874 32.664734, -83.610773 32.664703, -83.61067 32.664682, -83.610564 32.664673, -83.610457 32.664673, -83.610245 32.66469, -83.610141 32.664709, -83.609939 32.664765, -83.609842 32.664802, -83.609591 32.664924, -83.609488 32.664945, -83.609382 32.664946, -83.609081 32.664766, -83.608951 32.664693, -83.60891 32.664611, -83.608917 32.664521, -83.608869 32.664442, -83.608794 32.664378, -83.608693 32.664353, -83.608589 32.664369, -83.608505 32.664423, -83.608321 32.664471, -83.608112 32.664503, -83.608006 32.66451, -83.60789 32.664485, -83.6076 32.664385, -83.607526 32.664347, -83.607346 32.66416, -83.607269 32.664035, -83.607221 32.663916, -83.607177 32.663783, -83.60713 32.663561, -83.607094 32.663305, -83.607064 32.662647, -83.607101 32.662564, -83.607203 32.662433, -83.607325 32.662301, -83.607361 32.662194, -83.607317 32.662056, -83.607275 32.661951, -83.607094 32.661783, -83.606762 32.661409, -83.606657 32.66134, -83.606557 32.661309, -83.606451 32.661302, -83.606345 32.661305, -83.60624 32.661322, -83.606134 32.66132, -83.606028 32.661308, -83.605925 32.661285, -83.60585 32.661222, -83.605811 32.661139, -83.605814 32.66105, -83.60579 32.660961, -83.605751 32.660877, -83.605696 32.660801, -83.605627 32.660733, -83.605546 32.660674, -83.60493 32.660645, -83.604728 32.660643, -83.604631 32.66068, -83.60455 32.660736, -83.604491 32.660812, -83.60446 32.660898, -83.60446 32.660988, -83.604288 32.661419, -83.604164 32.661562, -83.604073 32.661609, -83.603971 32.661633, -83.603866 32.661648, -83.60376 32.661651, -83.603654 32.66164, -83.60331 32.661668, -83.603139 32.661703, -83.603038 32.661757, -83.603019 32.661766, -83.602964 32.661844, -83.602949 32.661932, -83.602914 32.662017, -83.602816 32.662177, -83.602738 32.662238, -83.602644 32.66228, -83.60254 32.6623, -83.602434 32.662294, -83.602334 32.662264, -83.602241 32.662305, -83.602194 32.662384, -83.602211 32.662472, -83.602249 32.662554, -83.602317 32.662625, -83.602441 32.662771, -83.602448 32.66286, -83.602402 32.66294, -83.602314 32.66299, -83.602168 32.663024, -83.602008 32.663027, -83.601817 32.662968, -83.601727 32.66292, -83.601645 32.662863, -83.60155 32.662823, -83.601449 32.662793, -83.601345 32.662777, -83.601239 32.662785, -83.60114 32.662818, -83.600882 32.662976, -83.600787 32.663018, -83.600686 32.663047, -83.600582 32.663063, -83.600484 32.663099, -83.600393 32.663147, -83.600312 32.663204, -83.600242 32.663272, -83.600155 32.663429, -83.600076 32.663488, -83.59998 32.663527, -83.599875 32.663542, -83.59977 32.663531, -83.599663 32.663538, -83.599562 32.663567, -83.599474 32.663618, -83.599405 32.663686, -83.599177 32.663939, -83.599083 32.663981, -83.598978 32.663995, -83.598874 32.66398, -83.598768 32.663974, -83.598555 32.663981, -83.598346 32.664017, -83.598146 32.664079, -83.598051 32.664119, -83.597922 32.664199, -83.597869 32.664203, -83.59784 32.664256, -83.597784 32.664321, -83.5977 32.664349, -83.597656 32.664338, -83.597236 32.664155, -83.597162 32.664127, -83.596613 32.66409, -83.59614 32.664271, -83.596031 32.664358, -83.595887 32.664464, -83.595678 32.664653, -83.595298 32.665097, -83.594967 32.665674, -83.594663 32.666266, -83.594193 32.666389, -83.593979 32.666131, -83.593965 32.665816, -83.59392 32.665618, -83.593889 32.665454, -83.593729 32.66507, -83.593433 32.665025, -83.593109 32.664979, -83.593013 32.664997, -83.59245 32.665135, -83.591745 32.665492, -83.591351 32.66556, -83.591013 32.665459, -83.591053 32.665168, -83.591071 32.664724, -83.591084 32.664237, -83.5911 32.664065, -83.59091 32.663919, -83.590683 32.663862, -83.59041 32.663888, -83.590055 32.66399, -83.589718 32.664105, -83.589246 32.664296, -83.588828 32.664313, -83.588445 32.664133, -83.588345 32.663829, -83.588443 32.663497, -83.588438 32.663238, -83.588411 32.663134, -83.588381 32.662974, -83.588238 32.662802, -83.587904 32.66272, -83.587632 32.662779, -83.587358 32.662854, -83.587008 32.662959, -83.586766 32.662959, -83.586409 32.662968, -83.585757 32.662656, -83.585444 32.662248, -83.585364 32.661785, -83.585603 32.66149, -83.585951 32.661003, -83.586116 32.660663, -83.585953 32.66041, -83.585931 32.660387, -83.58567 32.660187, -83.58512 32.660043, -83.584762 32.659744, -83.58514 32.659176, -83.585352 32.658929, -83.58553 32.658546, -83.585579 32.658185, -83.585617 32.657967, -83.585611 32.657929, -83.585274 32.657266, -83.584826 32.657006, -83.5841 32.657068, -83.583569 32.657239, -83.583448 32.657279, -83.58292 32.657756, -83.58284 32.657922, -83.582508 32.658626, -83.582418 32.6587, -83.582187 32.658803, -83.581811 32.658918, -83.581338 32.658944, -83.58072 32.658721, -83.580417 32.658372, -83.58044 32.658082, -83.580536 32.657732, -83.580744 32.65742, -83.581018 32.656945, -83.581446 32.656514, -83.581785 32.656193, -83.5822 32.656, -83.582523 32.655761, -83.58261 32.655467, -83.582426 32.655231, -83.582377 32.655175, -83.58212 32.655153, -83.581923 32.655102, -83.581849 32.655088, -83.581377 32.655023, -83.580693 32.655023, -83.580272 32.655127, -83.580026 32.655312, -83.579867 32.655534, -83.5798 32.655696, -83.579749 32.65589, -83.579682 32.65634, -83.57945 32.656767, -83.579142 32.657058, -83.578802 32.657153, -83.578135 32.657282, -83.57738 32.657392, -83.576827 32.657456, -83.57654 32.65755, -83.576102 32.657761, -83.57588 32.658019, -83.575467 32.658515, -83.575111 32.658706, -83.574702 32.658718, -83.574477 32.658728, -83.574217 32.65854, -83.573717 32.658098, -83.573143 32.658004, -83.572648 32.6584, -83.572166 32.658883, -83.571832 32.659013, -83.571478 32.658952, -83.571298 32.658671, -83.571249 32.65791, -83.571296 32.657424, -83.57101 32.657269, -83.570615 32.657266, -83.57036 32.657472, -83.570309 32.657736, -83.570312 32.658099, -83.570454 32.658639, -83.570584 32.659379, -83.570513 32.659619, -83.57039 32.659779, -83.570041 32.659923, -83.569415 32.660019, -83.56845 32.660052, -83.568007 32.66001, -83.567774 32.65993, -83.567566 32.659557, -83.567541 32.659421, -83.567309 32.659053, -83.567222 32.658932, -83.567061 32.658836, -83.566821 32.658804, -83.566598 32.658931, -83.566358 32.65929, -83.56643 32.659723, -83.566662 32.660241, -83.566559 32.660468, -83.566408 32.660643, -83.566198 32.660786, -83.565892 32.66066, -83.565395 32.660227, -83.564742 32.659702, -83.564471 32.659653, -83.564226 32.659639, -83.563834 32.659687, -83.563342 32.659787, -83.563125 32.659813, -83.56285 32.659668, -83.562434 32.659252, -83.561608 32.65867, -83.561058 32.658275, -83.56085 32.657972, -83.56085 32.657686, -83.560946 32.657269, -83.561014 32.657106, -83.56123 32.65661, -83.561327 32.656002, -83.561492 32.655347, -83.561742 32.654912, -83.561826 32.654378, -83.561777 32.654004, -83.561618 32.65381, -83.561506 32.653779, -83.561248 32.653844, -83.560865 32.653906, -83.560434 32.653843, -83.560227 32.653556, -83.560081 32.653129, -83.560002 32.652914, -83.559842 32.652531, -83.559534 32.652256, -83.559236 32.652133, -83.559147 32.652107, -83.558833 32.652034, -83.558542 32.652084, -83.558195 32.652155, -83.557701 32.65234, -83.556893 32.652565, -83.556322 32.652755, -83.556048 32.652676, -83.555777 32.652516, -83.555696 32.65226, -83.55584 32.651953, -83.55607 32.651728, -83.556395 32.651524, -83.556566 32.651463, -83.556727 32.651342, -83.556866 32.651122, -83.556897 32.650897, -83.556673 32.650371, -83.55641 32.650273, -83.555933 32.650275, -83.555471 32.650226, -83.555181 32.650131, -83.555027 32.649912, -83.554783 32.64949, -83.554525 32.648786, -83.55451 32.648213, -83.55459 32.647908, -83.554766 32.647699, -83.555102 32.647602, -83.555754 32.647975, -83.555972 32.648097, -83.556254 32.648116, -83.556613 32.6481, -83.557034 32.648111, -83.557296 32.648211, -83.557536 32.648477, -83.557634 32.648721, -83.557662 32.649341, -83.557809 32.649648, -83.558097 32.649603, -83.558345 32.649486, -83.558382 32.649178, -83.558419 32.648798, -83.558241 32.648293, -83.558062 32.647835, -83.557791 32.647281, -83.557714 32.64697, -83.557805 32.646124, -83.557776 32.645328, -83.557535 32.644771, -83.557104 32.644371, -83.556558 32.644224, -83.555917 32.644227, -83.555183 32.644323, -83.554763 32.644162, -83.55453 32.643945, -83.554194 32.64338, -83.553245 32.64253, -83.552491 32.641812, -83.551791 32.641139, -83.551214 32.640741, -83.55089 32.640673, -83.550655 32.640802, -83.550459 32.641123, -83.550377 32.641481, -83.550217 32.642073, -83.549972 32.642287, -83.54994 32.642291, -83.549595 32.642277, -83.549337 32.642062, -83.549291 32.641976, -83.549289 32.641785, -83.549289 32.640825, -83.549195 32.640213, -83.548878 32.63964, -83.548744 32.639239, -83.548888 32.638855, -83.54916 32.638582, -83.54948 32.638343, -83.549529 32.638297, -83.550182 32.637836, -83.550463 32.637394, -83.550642 32.637116, -83.550761 32.636982, -83.551065 32.636533, -83.551177 32.636117, -83.551124 32.635866, -83.55075 32.635436, -83.550729 32.635317, -83.550793 32.635061, -83.550969 32.634788, -83.550873 32.63458, -83.5506 32.634434, -83.550089 32.634403, -83.549626 32.634259, -83.549176 32.633904, -83.548937 32.633605, -83.548736 32.633342, -83.548441 32.632897, -83.548421 32.632788, -83.548248 32.632179, -83.548222 32.632097, -83.547927 32.631219, -83.547735 32.630979, -83.547527 32.630882, -83.547255 32.630995, -83.546919 32.631379, -83.546583 32.631811, -83.546343 32.632348, -83.545959 32.632467, -83.545655 32.632547, -83.545319 32.632371, -83.545134 32.632174, -83.545113 32.631968, -83.545239 32.631779, -83.545365 32.631411, -83.545799 32.63109, -83.545955 32.630934, -83.546044 32.630811, -83.546328 32.630468, -83.546247 32.629618, -83.546293 32.629586, -83.546151 32.629457, -83.545991 32.629249, -83.545591 32.629168, -83.544919 32.629249, -83.544551 32.629249, -83.544247 32.629041, -83.5441 32.628681, -83.544312 32.628399, -83.544599 32.628113, -83.544643 32.628051, -83.545041 32.627606, -83.545135 32.627138, -83.544984 32.626786, -83.544838 32.626638, -83.544422 32.626399, -83.543622 32.626288, -83.543142 32.626032, -83.542982 32.625872, -83.542949 32.625791, -83.54312 32.625157, -83.543112 32.62483, -83.543852 32.623241, -83.543975 32.62267, -83.543944 32.622334, -83.54368 32.62173, -83.543156 32.621315, -83.542468 32.621066, -83.541901 32.62088, -83.541606 32.620614, -83.541497 32.620254, -83.541737 32.619957, -83.542567 32.619884, -83.543145 32.619847, -83.543996 32.619709, -83.544325 32.61959, -83.544443 32.619311, -83.544544 32.619053, -83.54452 32.618398, -83.544651 32.618011, -83.545186 32.617661, -83.545481 32.617449, -83.545917 32.617098, -83.546485 32.61683, -83.547565 32.617171, -83.5481 32.617134, -83.548591 32.616877, -83.54893 32.616627, -83.548973 32.61636, -83.548853 32.616065, -83.548668 32.615879, -83.548428 32.615668, -83.547903 32.615533, -83.547208 32.615367, -83.546876 32.615057, -83.546911 32.614714, -83.547238 32.614348, -83.547515 32.614089, -83.54755 32.613895, -83.547481 32.613543, -83.546994 32.613075, -83.54648 32.612555, -83.546321 32.612338, -83.546168 32.611776, -83.546144 32.610507, -83.54591 32.610214, -83.545692 32.610121, -83.54539 32.610093, -83.545017 32.610144, -83.544755 32.610508, -83.544478 32.610864, -83.544042 32.61103, -83.54373 32.611027, -83.543526 32.610864, -83.543611 32.609854, -83.543556 32.609368, -83.543333 32.609091, -83.542897 32.608824, -83.542327 32.608697, -83.541918 32.60853, -83.541934 32.608365, -83.542119 32.608141, -83.542921 32.608387, -83.543292 32.608432, -83.543652 32.608255, -83.543946 32.608007, -83.54393 32.607799, -83.543913 32.607456, -83.543733 32.607084, -83.543332 32.606855, -83.54292 32.606719, -83.542504 32.606672, -83.542164 32.606779, -83.542122 32.606811, -83.541383 32.607411, -83.540925 32.607563, -83.540414 32.607459, -83.540286 32.607199, -83.540532 32.606731, -83.540807 32.60624, -83.540816 32.606008, -83.54074 32.605764, -83.540211 32.605096, -83.539492 32.604233, -83.53935 32.604037, -83.538991 32.603681, -83.538352 32.603249, -83.537983 32.602851, -83.538114 32.602629, -83.538441 32.602593, -83.538801 32.602593, -83.539347 32.602629, -83.539925 32.602694, -83.540297 32.602639, -83.540548 32.60239, -83.540657 32.602094, -83.540635 32.601615, -83.540668 32.60119, -83.540853 32.600803, -83.541181 32.600433, -83.541584 32.599898, -83.541683 32.599603, -83.541726 32.599252, -83.541694 32.598791, -83.541617 32.598154, -83.541552 32.597638, -83.54151 32.597243, -83.541366 32.596327, -83.541195 32.595964, -83.540955 32.595602, -83.54073 32.595202, -83.540628 32.594808, -83.540635 32.594188, -83.540672 32.593469, -83.540643 32.592947, -83.540592 32.59243, -83.540505 32.591932, -83.540287 32.59138, -83.539989 32.590618, -83.539647 32.590169, -83.539065 32.589678, -83.538557 32.589357, -83.538244 32.589156, -83.537786 32.589019, -83.537532 32.588749, -83.537241 32.588386, -83.537299 32.588012, -83.537735 32.587753, -83.537975 32.587521, -83.538068 32.587197, -83.538201 32.586807, -83.538782 32.586347, -83.539182 32.586347, -83.539393 32.586618, -83.53956 32.587496, -83.539903 32.587679, -83.54023 32.587569, -83.540373 32.587338, -83.540432 32.58682, -83.540214 32.586353, -83.540112 32.585917, -83.540119 32.585499, -83.54009 32.58518, -83.54001 32.584756, -83.539829 32.584516, -83.53964 32.584319, -83.539102 32.584043, -83.538608 32.583883, -83.538164 32.583945, -83.53799 32.584344, -83.537982 32.58494, -83.537982 32.585603, -83.537903 32.586039, -83.537474 32.586335, -83.536841 32.586525, -83.53586 32.58661, -83.535053 32.586568, -83.534595 32.586378, -83.534232 32.586039, -83.534123 32.585659, -83.534247 32.585284, -83.535511 32.58435, -83.535846 32.584037, -83.536006 32.583858, -83.536144 32.583489, -83.536333 32.582998, -83.536413 32.582304, -83.536405 32.580995, -83.536267 32.579403, -83.536158 32.577897, -83.536035 32.576589, -83.536056 32.575968, -83.536158 32.575452, -83.536383 32.575034, -83.536718 32.574635, -83.537016 32.574567, -83.53754 32.574781, -83.537807 32.57497, -83.538042 32.575319, -83.538167 32.575606, -83.538354 32.575761, -83.538527 32.57589, -83.538997 32.57627, -83.53957 32.576572, -83.539695 32.576591, -83.540207 32.577039, -83.540691 32.577308, -83.540954 32.577356, -83.541263 32.577377, -83.541609 32.577251, -83.541836 32.577145, -83.542054 32.576661, -83.542468 32.57573, -83.542623 32.575359, -83.542843 32.574965, -83.543154 32.574548, -83.54362 32.57423, -83.544151 32.574166, -83.544626 32.574347, -83.544975 32.574255, -83.54563 32.573846, -83.545989 32.573619, -83.546364 32.57352, -83.546401 32.573518, -83.547094 32.573514, -83.547354 32.573452, -83.547649 32.573323, -83.547826 32.573158, -83.548002 32.572955, -83.548059 32.572653, -83.548147 32.571922, -83.54818 32.571785, -83.54821 32.571362, -83.548118 32.570242, -83.548095 32.569949, -83.547996 32.569366, -83.54789 32.568996, -83.547813 32.568619, -83.547775 32.568123, -83.547775 32.567631, -83.547812 32.567141, -83.54789 32.566645, -83.54801 32.566073, -83.54802 32.566007, -83.548157 32.565379, -83.54837 32.564793, -83.548416 32.564574, -83.548422 32.56425, -83.548429 32.564135, -83.548426 32.563876, -83.548384 32.563535, -83.548303 32.563316, -83.548202 32.563145, -83.548042 32.562987, -83.547836 32.562877, -83.547607 32.562812, -83.547468 32.562793, -83.547273 32.562821, -83.547157 32.562855, -83.546921 32.562958, -83.546013 32.563324, -83.545845 32.563366, -83.545685 32.56337, -83.54554 32.563335, -83.545425 32.563263, -83.545341 32.563148, -83.545296 32.562973, -83.545349 32.562801, -83.545425 32.562697, -83.545711 32.562466, -83.545853 32.562325, -83.545944 32.562164, -83.546005 32.561947, -83.54602 32.561771, -83.546005 32.561565, -83.545791 32.560993, -83.545768 32.560803, -83.545793 32.56064, -83.545843 32.560484, -83.545929 32.560328, -83.545952 32.560309, -83.545987 32.560267, -83.546088 32.560223, -83.546509 32.560173, -83.546963 32.560195, -83.547167 32.560213, -83.547417 32.560164, -83.547609 32.560167, -83.547831 32.560082, -83.547895 32.559905, -83.547821 32.559531, -83.54776 32.559357, -83.54763 32.559181, -83.547507 32.559066, -83.547356 32.558971, -83.54718 32.558903, -83.546921 32.558864, -83.546158 32.558887, -83.545914 32.558849, -83.545685 32.558777, -83.545172 32.558494, -83.545012 32.558357, -83.544898 32.558206, -83.544807 32.558017, -83.544785 32.557854, -83.544807 32.557685, -83.544891 32.557537, -83.544983 32.557442, -83.54512 32.557364, -83.54554 32.557243, -83.545853 32.557125, -83.546082 32.556717, -83.546097 32.556568, -83.546051 32.556438, -83.545891 32.556198, -83.545685 32.555988, -83.545433 32.555816, -83.545141 32.555683, -83.544944 32.555663, -83.544702 32.555715, -83.54448 32.555833, -83.544333 32.555999, -83.544289 32.556158, -83.54429 32.556651, -83.544297 32.556866, -83.54421 32.557062, -83.543989 32.557212, -83.543825 32.557251, -83.543617 32.557246, -83.543442 32.557251, -83.543261 32.557192, -83.543173 32.557135, -83.542748 32.556753, -83.542527 32.556539, -83.541673 32.555408, -83.541515 32.555236, -83.541329 32.555095, -83.54112 32.554988, -83.540924 32.55492, -83.540695 32.554873, -83.540451 32.554867, -83.540268 32.554951, -83.540199 32.555023, -83.53995 32.555585, -83.539771 32.555844, -83.539465 32.555895, -83.539089 32.555815, -83.538925 32.555732, -83.538803 32.555565, -83.538689 32.555366, -83.538658 32.555161, -83.538712 32.554943, -83.538834 32.554752, -83.539008 32.55455, -83.539113 32.554451, -83.539276 32.554316, -83.539642 32.554085, -83.539818 32.553871, -83.539879 32.553673, -83.539871 32.553482, -83.53978 32.553275, -83.539635 32.553078, -83.539483 32.552934, -83.539294 32.552808, -83.53922 32.552768, -83.53889 32.552618, -83.538615 32.552498, -83.538449 32.552349, -83.538317 32.552189, -83.538257 32.552062, -83.538187 32.551844, -83.538176 32.551647, -83.538208 32.551459, -83.53829 32.551281, -83.538391 32.551145, -83.538541 32.551023, -83.538696 32.550952, -83.538857 32.550938, -83.539102 32.550959, -83.539486 32.551071, -83.539749 32.551112, -83.540191 32.551225, -83.540609 32.551212, -83.541097 32.551116, -83.54145 32.550944, -83.541586 32.550856, -83.541658 32.55079, -83.541717 32.550714, -83.541763 32.550572, -83.541781 32.550469, -83.541785 32.550339, -83.541753 32.550204, -83.541657 32.550067, -83.541558 32.549854, -83.541402 32.549619, -83.541243 32.549425, -83.541059 32.549225, -83.540916 32.549027, -83.540811 32.548817, -83.540706 32.548476, -83.540567 32.548266, -83.540338 32.548077, -83.539848 32.547811, -83.539581 32.547765, -83.539321 32.54764, -83.538977 32.547618, -83.538705 32.547652, -83.538197 32.547834, -83.537688 32.547874, -83.537624 32.547883, -83.537428 32.547823, -83.537345 32.547759, -83.537279 32.547669, -83.537239 32.547582, -83.537239 32.547466, -83.537371 32.547072, -83.537414 32.54686, -83.537409 32.546667, -83.537374 32.546487, -83.53702 32.545828, -83.536202 32.5443, -83.536125 32.544186, -83.536073 32.543992, -83.536049 32.543754, -83.536061 32.543455, -83.536124 32.543162, -83.536267 32.542954, -83.536385 32.542765, -83.536512 32.542702, -83.536887 32.54213, -83.537132 32.541607, -83.537428 32.541217, -83.537549 32.541184, -83.537924 32.541221, -83.538141 32.541303, -83.538461 32.541787, -83.538573 32.541927, -83.538749 32.542028, -83.538809 32.542039, -83.538999 32.542033, -83.539173 32.541976, -83.53945 32.541874, -83.539632 32.541677, -83.539779 32.54141, -83.539848 32.541088, -83.539862 32.540861, -83.539826 32.540633, -83.53956 32.540129, -83.539446 32.539774, -83.539427 32.539467, -83.539505 32.538992, -83.539513 32.538573, -83.539467 32.538241, -83.539361 32.537878, -83.539169 32.537506, -83.538871 32.537152, -83.538612 32.536935, -83.538013 32.536597, -83.537514 32.536323, -83.537398 32.536203, -83.53733 32.536051, -83.537325 32.53586, -83.537404 32.53551, -83.537498 32.535224, -83.537529 32.534989, -83.537506 32.534554, -83.537529 32.534455, -83.537483 32.53434, -83.537192 32.534121, -83.536798 32.53391, -83.536354 32.533825, -83.535994 32.533679, -83.535772 32.533538, -83.535644 32.533355, -83.535605 32.533233, -83.5356 32.533095, -83.535659 32.532823, -83.535773 32.532514, -83.535795 32.532052, -83.535751 32.531734, -83.535505 32.530889, -83.535445 32.530678, -83.535376 32.530405, -83.535391 32.529967, -83.535513 32.529438, -83.535611 32.52919, -83.535696 32.529058, -83.535894 32.52888, -83.536134 32.528765, -83.536297 32.528661, -83.536556 32.528391, -83.536673 32.528297, -83.536863 32.528215, -83.537394 32.528077, -83.537619 32.527907, -83.537721 32.527824, -83.537849 32.527678, -83.537964 32.527445, -83.538046 32.526985, -83.538052 32.526668, -83.538238 32.525926, -83.538443 32.525578, -83.538502 32.525514, -83.538648 32.525387, -83.539232 32.525256, -83.539459 32.525208, -83.539672 32.525109, -83.539834 32.524955, -83.539898 32.524788, -83.539907 32.52451, -83.539849 32.524288, -83.539818 32.524241, -83.539532 32.524147, -83.539263 32.524031, -83.539162 32.523995, -83.538945 32.523999, -83.538749 32.524084, -83.538512 32.524313, -83.538275 32.524617, -83.538083 32.52474, -83.537862 32.524825, -83.537558 32.524875, -83.537253 32.524856, -83.537005 32.52478, -83.536832 32.524645, -83.536703 32.524442, -83.536691 32.524208, -83.537455 32.523232, -83.537476 32.523207, -83.537537 32.523048, -83.537543 32.522899, -83.537514 32.522782, -83.537431 32.522675, -83.537304 32.522615, -83.53713 32.522591, -83.536925 32.52261, -83.536742 32.522661, -83.536575 32.522747, -83.536354 32.522951, -83.535905 32.523603, -83.535671 32.52371, -83.535376 32.523739, -83.535043 32.523605, -83.534891 32.523511, -83.534533 32.523336, -83.534362 32.5233, -83.534198 32.523296, -83.533891 32.523359, -83.533665 32.5235, -83.533478 32.523587, -83.533317 32.523608, -83.533156 32.523587, -83.532996 32.523511, -83.532768 32.5233, -83.532614 32.523072, -83.532532 32.522849, -83.532496 32.522529, -83.532504 32.522367, -83.532575 32.522208, -83.532711 32.522077, -83.532982 32.521912, -83.533757 32.521801, -83.534286 32.52165, -83.534486 32.5216, -83.534643 32.521516, -83.534782 32.52138, -83.534821 32.521262, -83.534821 32.521141, -83.534721 32.520878, -83.534508 32.520638, -83.534203 32.520446, -83.534096 32.520359, -83.534004 32.520214, -83.533974 32.520041, -83.533913 32.519508, -83.533768 32.519001, -83.533722 32.5182, -83.533821 32.517837, -83.534103 32.517372, -83.53421 32.517086, -83.53421 32.51696, -83.534179 32.516838, -83.534012 32.516634, -83.534006 32.516615, -83.533985 32.516608, -83.533798 32.516478, -83.533116 32.516142, -83.532898 32.516117, -83.532676 32.516176, -83.532532 32.516273, -83.531912 32.516868, -83.531456 32.517308, -83.531273 32.517688, -83.530995 32.518119, -83.530884 32.518175, -83.530781 32.518217, -83.530525 32.51823, -83.530281 32.518127, -83.530098 32.517937, -83.530052 32.517696, -83.530106 32.516894, -83.53006 32.51661, -83.52999 32.516425, -83.529915 32.516317, -83.529816 32.516233, -83.529213 32.515903, -83.529098 32.515771, -83.52903 32.515618, -83.529029 32.515466, -83.529113 32.515103, -83.529116 32.514879, -83.529045 32.514584, -83.528908 32.514319, -83.52874 32.514141, -83.528526 32.513996, -83.52803 32.513855, -83.527656 32.513658, -83.527443 32.513477, -83.527306 32.51326, -83.527252 32.513022, -83.527267 32.512791, -83.527344 32.512596, -83.527451 32.512428, -83.527577 32.512059, -83.527565 32.511921, -83.527496 32.511809, -83.527306 32.511684, -83.52706 32.511583, -83.526825 32.511528, -83.526596 32.511532, -83.526405 32.511578, -83.526253 32.511646, -83.526116 32.511744, -83.525993 32.511875, -83.525884 32.511941, -83.525484 32.512202, -83.525253 32.512348, -83.524887 32.512573, -83.524719 32.512634, -83.524697 32.512638, -83.524492 32.512636, -83.524095 32.512588, -83.523815 32.512535, -83.523627 32.512338, -83.523546 32.511952, -83.523555 32.511504, -83.523304 32.511057, -83.52305 32.510807, -83.522557 32.510789, -83.522029 32.510858, -83.521537 32.511026, -83.521061 32.511011, -83.52063 32.510731, -83.52063 32.510382, -83.521168 32.509813, -83.521296 32.509503, -83.521017 32.508941, -83.520381 32.508662, -83.520029 32.50819, -83.520119 32.507674, -83.520684 32.507424, -83.521473 32.507399, -83.521673 32.50735, -83.521968 32.507001, -83.522064 32.506496, -83.522168 32.506318, -83.522281 32.506036, -83.522658 32.505816, -83.522999 32.50596, -83.523483 32.506445, -83.523941 32.506559, -83.524255 32.506377, -83.52438 32.50602, -83.52438 32.505709, -83.524264 32.505291, -83.52395 32.504928, -83.523241 32.504472, -83.52255 32.504109, -83.52203 32.50385, -83.52185 32.503555, -83.521698 32.503214, -83.52159 32.502766, -83.521428 32.502516, -83.521118 32.502207, -83.520886 32.502136, -83.520413 32.50222, -83.520188 32.502505, -83.520112 32.502764, -83.520047 32.503388, -83.519924 32.503874, -83.519702 32.504184, -83.519385 32.504376, -83.518952 32.50442, -83.518486 32.504359, -83.518136 32.504139, -83.518136 32.503798, -83.51836 32.503601, -83.518647 32.503358, -83.51862 32.502865, -83.518468 32.502235, -83.518396 32.501734, -83.518396 32.501325, -83.518369 32.501098, -83.518396 32.50087, -83.518472 32.499297, -83.518225 32.498986, -83.517935 32.498908, -83.51737 32.498902, -83.516903 32.49892, -83.516501 32.498973, -83.516147 32.499063, -83.515765 32.499329, -83.515296 32.49938, -83.514588 32.499321, -83.513899 32.499329, -83.513311 32.499076, -83.512862 32.498503, -83.512902 32.498072, -83.51331 32.497838, -83.513654 32.497903, -83.514653 32.497852, -83.514927 32.497639, -83.514924 32.497411, -83.514899 32.497242, -83.514677 32.497078, -83.513977 32.496797, -83.513661 32.496482, -83.512824 32.495824, -83.511705 32.495064, -83.511043 32.494735, -83.510053 32.494262, -83.509484 32.493946, -83.508638 32.493474, -83.508437 32.49337, -83.50703 32.492649, -83.505847 32.492137, -83.505491 32.491985, -83.504314 32.491615, -83.503588 32.491452, -83.502632 32.49127, -83.50253 32.491252, -83.502176 32.490938, -83.501625 32.490552, -83.501038 32.490356, -83.500632 32.49016, -83.500151 32.489911, -83.49797 32.489275, -83.497397 32.489106, -83.497254 32.489066, -83.496492 32.489122, -83.495982 32.489232, -83.494957 32.489908, -83.494274 32.490085, -83.493605 32.490038, -83.492712 32.489614, -83.492378 32.489143, -83.492141 32.488565, -83.492141 32.487823, -83.49218 32.486763, -83.491828 32.486342, -83.491496 32.486038, -83.491217 32.485838, -83.490593 32.485757, -83.490102 32.485709, -83.489535 32.485709, -83.489082 32.485663, -83.488648 32.485539, -83.488421 32.485138, -83.488427 32.484467, -83.488888 32.48384, -83.489636 32.483592, -83.490183 32.483524, -83.490811 32.48357, -83.491538 32.483637, -83.491963 32.483598, -83.492341 32.483151, -83.49263 32.48254, -83.493087 32.481882, -83.493396 32.481811, -83.493734 32.482056, -83.493928 32.482356, -83.494015 32.48276, -83.493964 32.483119, -83.493727 32.483637, -83.493805 32.48395, -83.49404 32.484164, -83.494802 32.484147, -83.495367 32.484065, -83.495958 32.483624, -83.496266 32.483421, -83.496734 32.483108, -83.497037 32.482872, -83.497662 32.482624, -83.498227 32.482332, -83.498477 32.482034, -83.498668 32.481643, -83.498741 32.481239, -83.498697 32.480835, -83.498434 32.480345, -83.4982 32.48005, -83.497731 32.479852, -83.497202 32.479858, -83.496465 32.480175, -83.495861 32.480533, -83.495281 32.480747, -83.494738 32.480808, -83.494097 32.480747, -83.493397 32.480533, -83.492974 32.480277, -83.4926 32.479961, -83.492406 32.479522, -83.492467 32.479042, -83.492793 32.478704, -83.493385 32.478378, -83.493708 32.478184, -83.493863 32.478042, -83.49396 32.477755, -83.493945 32.477438, -83.493827 32.47714, -83.493534 32.476875, -83.492908 32.476613, -83.492477 32.476629, -83.491912 32.476629, -83.49155 32.476931, -83.491403 32.477354, -83.491423 32.477649, -83.491323 32.478053, -83.490812 32.478173, -83.489918 32.477551, -83.489302 32.476906, -83.489157 32.476427, -83.489314 32.476059, -83.49057 32.475518, -83.491794 32.475378, -83.493321 32.475172, -83.494038 32.475333, -83.494334 32.475245, -83.49476 32.474904, -83.495386 32.473813, -83.495911 32.473328, -83.496674 32.472926, -83.497254 32.472589, -83.497462 32.472199, -83.497403 32.471691, -83.497286 32.471414, -83.497123 32.471257, -83.49707 32.471214, -83.49674 32.471116, -83.496428 32.471148, -83.495936 32.471328, -83.494907 32.471558, -83.494452 32.472192, -83.493997 32.472223, -83.493696 32.471881, -83.493593 32.471254, -83.493806 32.470925, -83.494511 32.470613, -83.494902 32.470311, -83.494902 32.469833, -83.494885 32.469773, -83.494741 32.469381, -83.494529 32.46916, -83.494172 32.468856, -83.492741 32.468626, -83.492072 32.468173, -83.491977 32.467621, -83.492469 32.467093, -83.493491 32.466732, -83.493791 32.466628, -83.494578 32.466571, -83.494913 32.466289, -83.495132 32.465632, -83.495132 32.465593, -83.495032 32.464939, -83.495003 32.464118, -83.494906 32.463195, -83.494794 32.462584, -83.494529 32.462125, -83.494111 32.461784, -83.493486 32.461657, -83.492645 32.461803, -83.492014 32.461796, -83.491384 32.461443, -83.49091 32.461063, -83.489896 32.459204, -83.489829 32.459091, -83.489689 32.458021, -83.489813 32.457575, -83.490147 32.456975, -83.490879 32.456618, -83.491698 32.456256, -83.49241 32.45608, -83.493191 32.456103, -83.494268 32.456332, -83.494687 32.456437, -83.494966 32.456332, -83.495187 32.45604, -83.495319 32.455636, -83.495421 32.455264, -83.495818 32.454949, -83.497908 32.453853, -83.498106 32.453549, -83.498255 32.453173, -83.498255 32.452817, -83.497951 32.452273, -83.497931 32.45221, -83.497923 32.452198, -83.49759 32.451735, -83.497285 32.450978, -83.497547 32.450235, -83.497779 32.449626, -83.497892 32.449167, -83.497943 32.449087, -83.498029 32.448731, -83.498089 32.448303, -83.498018 32.447933, -83.497646 32.447344, -83.497198 32.446962, -83.496962 32.446869, -83.496274 32.446534, -83.495519 32.446219, -83.494189 32.445676, -83.493485 32.445462, -83.491513 32.444483, -83.489725 32.443371, -83.488898 32.442546, -83.488185 32.441476, -83.488083 32.441257, -83.487779 32.440589, -83.487601 32.439836, -83.487521 32.438865, -83.487617 32.437627, -83.487821 32.437212, -83.488007 32.436506, -83.488043 32.436342, -83.488206 32.436163, -83.488412 32.436076, -83.48907 32.435575, -83.489637 32.435311, -83.490098 32.43475, -83.490245 32.434305, -83.490444 32.434061, -83.490711 32.433664, -83.491023 32.433332, -83.491228 32.433014, -83.491284 32.432817, -83.491365 32.432557, -83.491267 32.432325, -83.491186 32.432121, -83.490876 32.432173, -83.490494 32.432332, -83.490311 32.432401, -83.490014 32.432404, -83.4896 32.432223, -83.489266 32.431679, -83.488901 32.431235, -83.488484 32.430532, -83.488016 32.430055, -83.487701 32.429493, -83.487578 32.429135, -83.487474 32.428998, -83.487361 32.428834, -83.48746 32.428705, -83.487747 32.428508, -83.488339 32.428191, -83.48851 32.428109, -83.48854 32.42783, -83.488603 32.427487, -83.488483 32.427166, -83.488326 32.426948, -83.488268 32.426724, -83.487963 32.426457, -83.487419 32.426326, -83.487019 32.426336, -83.486609 32.426259, -83.486227 32.425918, -83.486071 32.425641, -83.485201 32.425188, -83.484863 32.425128, -83.484646 32.425044, -83.484474 32.425018, -83.484276 32.425075, -83.484014 32.425249, -83.483557 32.425383, -83.48309 32.425525, -83.482698 32.425469, -83.482459 32.425144, -83.482544 32.424729, -83.482648 32.424536, -83.483009 32.424141, -83.483219 32.423935, -83.483441 32.42387, -83.483873 32.423523, -83.484086 32.42324, -83.484787 32.422767, -83.485121 32.422593, -83.485454 32.422384, -83.485534 32.421903, -83.485402 32.421585, -83.485005 32.42108, -83.484597 32.42076, -83.48449 32.420454, -83.484455 32.420161, -83.48446 32.419244, -83.484328 32.418992, -83.483694 32.41875, -83.483123 32.418633, -83.482945 32.418449, -83.482919 32.41816, -83.483007 32.417955, -83.483051 32.416338, -83.483104 32.414816, -83.483061 32.413812, -83.483046 32.413203, -83.48307 32.4117, -83.48293 32.410944, -83.48283 32.41006, -83.48279 32.409456, -83.48274 32.409173, -83.482769 32.409031, -83.482988 32.408441, -83.483289 32.408068, -83.483769 32.406765, -83.483777 32.40674, -83.484136 32.405767, -83.484696 32.404956, -83.485156 32.404415, -83.485563 32.404199, -83.486117 32.404221, -83.487292 32.40432, -83.488279 32.404407, -83.48934 32.404373, -83.490562 32.404451, -83.491863 32.404271, -83.492982 32.404086, -83.494749 32.403671, -83.495307 32.403402, -83.496048 32.402932, -83.49686 32.402447, -83.497964 32.401715, -83.498023 32.401719, -83.498039 32.401715, -83.498374 32.40148, -83.49872 32.401189, -83.498993 32.400974, -83.499435 32.40065, -83.499587 32.400524, -83.499729 32.40039, -83.49986 32.400248, -83.49998 32.400099, -83.500228 32.399752, -83.500461 32.399398, -83.500678 32.399037, -83.500793 32.398833, -83.500815 32.398814, -83.500893 32.39865, -83.500942 32.398522, -83.500985 32.398345, -83.500999 32.39821, -83.501013 32.39794, -83.501053 32.397581, -83.501053 32.397491, -83.501035 32.397357, -83.500992 32.397181, -83.500975 32.397046, -83.500975 32.396911, -83.500997 32.396732, -83.500996 32.396642, -83.500981 32.396553, -83.500873 32.396251, -83.500814 32.396031, -83.500774 32.395808, -83.500753 32.395584, -83.500753 32.395358, -83.500792 32.394503, -83.500805 32.394361, -83.500873 32.394036, -83.500925 32.393738, -83.500966 32.39357, -83.501005 32.393337, -83.501164 32.393011, -83.501352 32.392671, -83.501596 32.392376, -83.501853 32.392034, -83.50204 32.391761, -83.502161 32.39156, -83.502268 32.391354, -83.50238 32.391101, -83.502431 32.390973, -83.502455 32.390885, -83.502466 32.390796, -83.502465 32.390706, -83.502447 32.390571, -83.502443 32.390436, -83.502457 32.390256, -83.502438 32.390168, -83.502379 32.390042, -83.502334 32.389913, -83.502308 32.389779, -83.502309 32.389689, -83.502328 32.389601, -83.502388 32.389476, -83.502493 32.389319, -83.502568 32.389256, -83.502661 32.389213, -83.502713 32.389201, -83.502924 32.389181, -83.502975 32.38917, -83.503081 32.389164, -83.503186 32.389176, -83.503286 32.389206, -83.503431 32.389263, -83.503475 32.389288, -83.503547 32.389354, -83.503574 32.389393, -83.503622 32.389522, -83.503652 32.389654, -83.5037 32.390013, -83.503741 32.390143, -83.503764 32.390184, -83.50383 32.390254, -83.503871 32.390282, -83.503966 32.390322, -83.504128 32.390355, -83.504323 32.390411, -83.504421 32.390445, -83.504626 32.390489, -83.504732 32.390489, -83.504836 32.390471, -83.504982 32.390416, -83.505117 32.390344, -83.505239 32.390258, -83.505571 32.389966, -83.505732 32.389834, -83.506312 32.389319, -83.506362 32.389305, -83.506455 32.389262, -83.506569 32.389168, -83.50664 32.389047, -83.506668 32.3889, -83.507073 32.389246, -83.507184 32.389394, -83.507285 32.389499, -83.507339 32.389577, -83.507377 32.389661, -83.507465 32.389921, -83.507485 32.390009, -83.507486 32.390099, -83.507471 32.390142, -83.5074 32.390263, -83.507309 32.390374, -83.507276 32.390459, -83.507274 32.390504, -83.507306 32.390728, -83.507371 32.390859, -83.507696 32.391317, -83.507803 32.391418, -83.508017 32.391605, -83.508238 32.391756, -83.508449 32.391825, -83.50858 32.391874, -83.50893 32.391934, -83.509121 32.391937, -83.509259 32.39192, -83.509467 32.391879, -83.509659 32.391905, -83.509868 32.391945, -83.510034 32.391963, -83.510235 32.391996, -83.510662 32.392039, -83.511269 32.391998, -83.511669 32.392019, -83.511861 32.39206, -83.512044 32.392085, -83.512352 32.392219, -83.512581 32.392336, -83.512872 32.392489, -83.513159 32.392673, -83.513247 32.392705, -83.513266 32.392728, -83.513295 32.392797, -83.513309 32.392811, -83.51332 32.392989, -83.513308 32.393159, -83.513417 32.393473, -83.513465 32.393551, -83.513528 32.393621, -83.513766 32.393866, -83.513923 32.393995, -83.514149 32.394158, -83.514246 32.394239, -83.514306 32.394307, -83.514345 32.394377, -83.514389 32.394547, -83.514418 32.394618, -83.514463 32.394682, -83.51454 32.394755, -83.514635 32.394823, -83.514754 32.394885, -83.514869 32.394926, -83.515203 32.395082, -83.515416 32.395225, -83.515469 32.395268, -83.515524 32.395378, -83.515528 32.395503, -83.515596 32.395789, -83.515669 32.395913, -83.51574 32.395956, -83.515976 32.396003, -83.516062 32.395993, -83.516278 32.395937, -83.516461 32.395949, -83.516531 32.395969, -83.516584 32.395998, -83.516637 32.396048, -83.516665 32.396107, -83.516649 32.396166, -83.516598 32.396211, -83.516436 32.396296, -83.516385 32.396356, -83.51637 32.396415, -83.516389 32.396481, -83.516442 32.396524, -83.516619 32.396638, -83.517207 32.397172, -83.517351 32.397346, -83.517486 32.397469, -83.517556 32.397541, -83.517584 32.397607, -83.517569 32.397696, -83.517459 32.397801, -83.517435 32.397861, -83.517445 32.397919, -83.517501 32.398043, -83.517607 32.3981, -83.517695 32.398135, -83.517825 32.398155, -83.517956 32.39816, -83.517999 32.398144, -83.518058 32.398084, -83.518073 32.397988, -83.518078 32.397855, -83.518145 32.397773, -83.518223 32.397756, -83.518293 32.397784, -83.518389 32.397797, -83.518627 32.39791, -83.518893 32.398126, -83.518921 32.398185, -83.518941 32.398273, -83.518833 32.398437, -83.518712 32.398491, -83.518599 32.398486, -83.518478 32.398496, -83.518392 32.39852, -83.518366 32.39855, -83.518377 32.398608, -83.518457 32.398695, -83.518528 32.398745, -83.518669 32.398809, -83.518747 32.398807, -83.518834 32.39882, -83.518905 32.398863, -83.518925 32.398951, -83.518884 32.399041, -83.518833 32.399086, -83.518809 32.399145, -83.518837 32.399218, -83.518891 32.399291, -83.519039 32.39931, -83.519082 32.399287, -83.519132 32.39922, -83.519148 32.399168, -83.519154 32.399065, -83.519231 32.399004, -83.519301 32.399032, -83.519391 32.399141, -83.51948 32.399228, -83.519612 32.399291, -83.519947 32.399469, -83.520001 32.399512, -83.520037 32.39957, -83.520056 32.399622, -83.520119 32.399694, -83.520304 32.399779, -83.520426 32.399806, -83.520617 32.399802, -83.520669 32.399808, -83.520749 32.399858, -83.520787 32.399976, -83.520798 32.400064, -83.520924 32.400209, -83.520943 32.400289, -83.520936 32.400341, -83.520895 32.40043, -83.520828 32.400505, -83.520667 32.400656, -83.520559 32.400828, -83.520543 32.400894, -83.520546 32.401012, -83.520591 32.401063, -83.520634 32.401097, -83.520653 32.401107, -83.520676 32.401142, -83.52112 32.401138, -83.521245 32.401147, -83.521361 32.401171, -83.521398 32.4012, -83.521473 32.401222, -83.521579 32.401287, -83.521677 32.40138, -83.52178 32.401552, -83.521848 32.401692, -83.521906 32.401787, -83.521987 32.40189, -83.522138 32.401998, -83.522304 32.402031, -83.522503 32.402028, -83.522526 32.402024, -83.522566 32.402004, -83.522619 32.401948, -83.522666 32.401917, -83.522708 32.401904, -83.522747 32.401907, -83.522784 32.401924, -83.522818 32.401964, -83.522816 32.40199, -83.522802 32.402029, -83.522806 32.402068, -83.522863 32.40215, -83.522895 32.402241, -83.522929 32.402279, -83.523068 32.40234, -83.5232 32.402358, -83.523278 32.402352, -83.523458 32.402288, -83.523673 32.40218, -83.523698 32.402188, -83.523745 32.402186, -83.524407 32.401409, -83.524578 32.401206, -83.525792 32.399775, -83.528382 32.396725, -83.533226 32.391008, -83.533346 32.390867, -83.540962 32.381883, -83.545958 32.375985, -83.546663 32.375154, -83.550114 32.371102, -83.550525 32.370618, -83.551142 32.369894, -83.551759 32.369168, -83.552171 32.368685, -83.553674 32.36692, -83.558184 32.361628, -83.559688 32.359864, -83.561783 32.357346, -83.568207 32.349795, -83.572972 32.344199, -83.615579 32.288425, -83.655339 32.289516, -83.700225 32.289948, -83.700435 32.28401, -83.700403 32.28287, -83.70482 32.282947, -83.718759 32.283074, -83.718789 32.28324, -83.718773 32.283802, -83.718711 32.287095, -83.71862 32.287982, -83.718511 32.29006, -83.730315 32.290158, -83.730416 32.290155, -83.732286 32.290146, -83.737104 32.29018, -83.745353 32.290225, -83.745415 32.290225, -83.748412 32.290246, -83.75141 32.290267, -83.751434 32.290267, -83.751559 32.290267, -83.75187 32.29027, -83.755362 32.290308, -83.758855 32.290346, -83.759 32.290346, -83.759144 32.290346, -83.75928 32.290346, -83.760776 32.290343, -83.760814 32.290343, -83.764557 32.29034, -83.767563 32.290335, -83.770083 32.290331, -83.770103 32.290331, -83.770551 32.29033, -83.770728 32.290329, -83.772172 32.290349, -83.77388 32.290352, -83.773906 32.290352, -83.774539 32.290353, -83.77458 32.290353, -83.777315 32.290356, -83.779573 32.290359, -83.784393 32.290365, -83.785073 32.290366, -83.787268 32.290368, -83.78778 32.290369, -83.79135 32.290373, -83.793051 32.290385, -83.79385 32.290393, -83.798507 32.290429, -83.798521 32.290427, -83.805835 32.290523, -83.806122 32.290525, -83.808894 32.290552, -83.808968 32.290553, -83.809019 32.290553, -83.809037 32.290553, -83.809384 32.290556, -83.809667 32.290559, -83.810399 32.290566, -83.81044 32.290566, -83.812005 32.29058, -83.812453 32.290584, -83.812657 32.290586, -83.812708 32.290587, -83.812727 32.290587, -83.812812 32.290588, -83.813479 32.290594, -83.813629 32.290595, -83.815998 32.290617, -83.81622 32.290619, -83.816789 32.290624, -83.817233 32.290627, -83.819381 32.290647, -83.820617 32.290658, -83.821506 32.290661, -83.821524 32.290661, -83.828328 32.290673, -83.828503 32.290673, -83.830352 32.290694, -83.830478 32.290695, -83.830687 32.290696, -83.831087 32.290695, -83.831686 32.2907, -83.836498 32.290737, -83.838208 32.290778, -83.838251 32.290779, -83.838362 32.290782, -83.838377 32.290782, -83.838965 32.290796, -83.845952 32.290858, -83.847241 32.290919, -83.848379 32.29097, -83.848369 32.291525, -83.848367 32.291591, -83.848097 32.302852, -83.847611 32.323512, -83.847425 32.331952, -83.847406 32.332761, -83.847405 32.332809, -83.847404 32.332839, -83.847397 32.33314, -83.847393 32.333326, -83.847328 32.336137, -83.847286 32.33797, -83.847251 32.339481, -83.847167 32.3431, -83.847119 32.345208, -83.847068 32.347398, -83.847065 32.347535, -83.847067 32.347549, -83.847064 32.347583, -83.847063 32.347614, -83.846982 32.351098, -83.846849 32.356813, -83.846833 32.357539, -83.846831 32.357615, -83.846831 32.357738, -83.846877 32.357739, -83.846936 32.357739, -83.846966 32.357739, -83.846986 32.35774, -83.847005 32.35774, -83.847055 32.35774, -83.847386 32.357741, -83.855614 32.357771, -83.856587 32.357774, -83.856589 32.362809, -83.856591 32.36929, -83.856593 32.369587, -83.856851 32.375154, -83.856653 32.379775, -83.85654 32.382399, -83.84674 32.382296, -83.846619 32.382294, -83.8464 32.382292, -83.843702 32.382264, -83.842729 32.382254, -83.842532 32.382252, -83.837041 32.382195, -83.836994 32.388793, -83.83696 32.393934, -83.836951 32.395226, -83.83695 32.395309, -83.836917 32.400125, -83.836917 32.400137, -83.836917 32.400185, -83.836915 32.400432, -83.836909 32.401242, -83.836908 32.401325, -83.836907 32.401407, -83.836906 32.401536, -83.836905 32.401746, -83.836905 32.401765, -83.836904 32.40182, -83.836876 32.405617, -83.836719 32.414665, -83.836777 32.414705, -83.836796 32.414718, -83.836796 32.414745, -83.836796 32.414765, -83.836796 32.414787, -83.836845 32.421496, -83.836855 32.422911, -83.836855 32.422951, -83.836844 32.423923, -83.836673 32.439308, -83.846177 32.439385, -83.846203 32.439385, -83.846676 32.468514, -83.84648 32.468373, -83.846354 32.468292, -83.846329 32.468258, -83.84592 32.4679, -83.845498 32.467323, -83.844994 32.466417, -83.844717 32.466034, -83.844669 32.46595, -83.844637 32.465817, -83.84464 32.465412, -83.844586 32.46503, -83.844352 32.464407, -83.844312 32.464188, -83.844267 32.464038, -83.844196 32.463867, -83.844129 32.463786, -83.844025 32.463689, -83.843757 32.463602, -83.843676 32.463534, -83.84322 32.462408, -83.84296 32.462023, -83.842618 32.461267, -83.842089 32.460715, -83.842001 32.460608, -83.841904 32.460518, -83.841693 32.460375, -83.841523 32.460293, -83.84126 32.460225, -83.841029 32.460198, -83.840735 32.460185, -83.840442 32.460183, -83.840338 32.460199, -83.840141 32.460268, -83.83995 32.460346, -83.839764 32.460434, -83.839501 32.460586, -83.839423 32.460648, -83.839301 32.460794, -83.839171 32.460934, -83.83905 32.461033, -83.838812 32.461108, -83.837824 32.461123, -83.837743 32.461081, -83.837442 32.460703, -83.837336 32.460593, -83.837228 32.46052, -83.837106 32.460481, -83.836952 32.460478, -83.836821 32.46049, -83.836771 32.46051, -83.836677 32.460524, -83.836589 32.460555, -83.836363 32.460574, -83.836052 32.46053, -83.835636 32.460383, -83.834906 32.46, -83.834795 32.459936, -83.834672 32.459896, -83.834559 32.459907, -83.834436 32.45989, -83.833836 32.459519, -83.833284 32.45908, -83.833003 32.458889, -83.832749 32.458751, -83.83259 32.458658, -83.832425 32.458615, -83.832116 32.458525, -83.831938 32.458529, -83.831817 32.458553, -83.831712 32.458547, -83.831581 32.458517, -83.831341 32.458371, -83.831267 32.458351, -83.83087 32.458328, -83.830677 32.458278, -83.830582 32.458238, -83.830482 32.458208, -83.830377 32.458193, -83.830271 32.458191, -83.830166 32.458202, -83.830063 32.458227, -83.829965 32.458261, -83.829877 32.458312, -83.829779 32.458347, -83.829675 32.458363, -83.829569 32.458365, -83.82936 32.458332, -83.829154 32.458287, -83.829098 32.458287, -83.828864 32.458216, -83.828639 32.458163, -83.82846 32.45807, -83.828379 32.458011, -83.82831 32.457943, -83.828133 32.457718, -83.828056 32.457656, -83.827966 32.457608, -83.827785 32.457557, -83.827798 32.456941, -83.827797 32.453966, -83.827796 32.453893, -83.827796 32.447761, -83.827637 32.439148, -83.827501 32.439144, -83.826611 32.439126, -83.82566 32.439123, -83.823107 32.439228, -83.822179 32.439295, -83.821763 32.439334, -83.821225 32.439391, -83.820512 32.43949, -83.819523 32.439594, -83.818922 32.439656, -83.818772 32.439676, -83.817181 32.439868, -83.817118 32.439876, -83.817147 32.441605, -83.817166 32.44274, -83.817167 32.442779, -83.817179 32.443519, -83.817196 32.444508, -83.817149 32.446666, -83.81715 32.44671, -83.815404 32.446735, -83.815052 32.446739, -83.812221 32.446779, -83.812184 32.44678, -83.808054 32.44684, -83.807071 32.446855, -83.803425 32.446908, -83.800573 32.446948, -83.799371 32.446966, -83.797712 32.44699, -83.797707 32.458365, -83.797705 32.464001, -83.797703 32.468111, -83.797702 32.468141, -83.797702 32.470835, -83.797701 32.473657, -83.797699 32.48044, -83.797698 32.481029, -83.797517 32.481606, -83.797608 32.48264, -83.797604 32.484603, -83.797618 32.484967, -83.79754 32.496573, -83.78779 32.496634, -83.787668 32.500149, -83.787516 32.51292, -83.777993 32.512884, -83.778088 32.507603, -83.778137 32.505497, -83.77247 32.505401, -83.772245 32.505399, -83.756939 32.505207, -83.753833 32.505166, -83.749033 32.505153, -83.749013 32.509729, -83.748984 32.512769, -83.74897 32.517516, -83.748969 32.517693, -83.748963 32.520432, -83.748954 32.522263, -83.748954 32.522608, -83.748697 32.534157, -83.748653 32.533956, -83.748566 32.533775, -83.748385 32.533669, -83.748226 32.533493, -83.748161 32.533394, -83.747965 32.533326, -83.747836 32.533307, -83.747623 32.533247, -83.747196 32.533085, -83.746787 32.532899, -83.746708 32.532795, -83.74655 32.532677, -83.746336 32.532584, -83.746172 32.532531, -83.745967 32.532438, -83.745537 32.532179, -83.745224 32.531925, -83.745066 32.531855, -83.744932 32.531851, -83.744591 32.531855, -83.743523 32.531951, -83.743371 32.531937, -83.74335 32.531926, -83.743331 32.531934, -83.742966 32.531902, -83.74263 32.531802, -83.742441 32.531661, -83.742368 32.531557, -83.742043 32.531253, -83.741653 32.531003, -83.741264 32.530833, -83.741165 32.530758, -83.74099 32.530276, -83.740709 32.530106, -83.740451 32.529989, -83.740341 32.52988, -83.740271 32.529749, -83.740242 32.529607, -83.740158 32.529373, -83.739563 32.529114, -83.739429 32.528992, -83.739347 32.528816, -83.739257 32.528714, -83.739152 32.528653, -83.738966 32.528567, -83.738726 32.528551, -83.738602 32.528501, -83.738459 32.528405, -83.738309 32.528394, -83.738203 32.528399, -83.738102 32.528425, -83.737916 32.528512, -83.737729 32.528577, -83.737451 32.528685, -83.737201 32.528762, -83.736972 32.528812, -83.736812 32.528826, -83.736771 32.528838, -83.736722 32.528836, -83.736531 32.528851, -83.736298 32.528812, -83.736161 32.528747, -83.736055 32.528655, -83.735977 32.528606, -83.735839 32.528284, -83.735821 32.52816, -83.73577 32.527991, -83.735664 32.527878, -83.735557 32.527773, -83.735261 32.527667, -83.735161 32.527659, -83.735066 32.527586, -83.734861 32.527409, -83.734411 32.527096, -83.734223 32.527011, -83.73405 32.526907, -83.733907 32.526775, -83.733861 32.526693, -83.733852 32.526604, -83.733829 32.526516, -83.733795 32.526431, -83.733723 32.526365, -83.733643 32.526305, -83.733554 32.526255, -83.733494 32.526183, -83.733475 32.526094, -83.733458 32.525914, -83.733524 32.525699, -83.733604 32.525532, -83.733607 32.525442, -83.733578 32.525356, -83.733475 32.525198, -83.733359 32.525047, -83.733315 32.524965, -83.733255 32.524791, -83.733202 32.524526, -83.733147 32.524352, -83.733058 32.524188, -83.732956 32.524059, -83.732851 32.523956, -83.732804 32.523874, -83.732771 32.523789, -83.732749 32.523701, -83.732747 32.523611, -83.732779 32.523525, -83.732818 32.523348, -83.732816 32.523258, -83.732798 32.52317, -83.732719 32.523114, -83.732507 32.523128, -83.732402 32.523121, -83.732299 32.523099, -83.732207 32.523054, -83.732133 32.522989, -83.73204 32.522827, -83.732009 32.522741, -83.731919 32.522578, -83.731843 32.522516, -83.731745 32.522481, -83.73164 32.522477, -83.731536 32.522495, -83.731444 32.522542, -83.731363 32.522599, -83.731268 32.52264, -83.731059 32.522674, -83.730848 32.522696, -83.730746 32.52272, -83.730647 32.522754, -83.730543 32.522773, -83.730438 32.522779, -83.730333 32.522764, -83.730237 32.522726, -83.730157 32.522667, -83.730086 32.522599, -83.729962 32.522444, -83.729905 32.522378, -83.729827 32.522317, -83.729739 32.522267, -83.729637 32.522243, -83.729531 32.522247, -83.729338 32.522323, -83.729066 32.522464, -83.72878 32.522506, -83.728662 32.522517, -83.728486 32.522627, -83.728356 32.522691, -83.72823 32.522714, -83.728015 32.522723, -83.727847 32.522723, -83.727708 32.5227, -83.727581 32.522657, -83.727435 32.522589, -83.727343 32.522515, -83.727267 32.522405, -83.727234 32.522289, -83.727236 32.522146, -83.72729 32.521786, -83.727289 32.521695, -83.727277 32.521606, -83.727254 32.521518, -83.727193 32.521445, -83.727108 32.521391, -83.726935 32.521299, -83.726726 32.521237, -83.726622 32.521219, -83.726409 32.521209, -83.725992 32.52122, -83.725737 32.521208, -83.72542 32.52121, -83.724854 32.521141, -83.724618 32.521095, -83.724402 32.52109, -83.724115 32.521122, -83.72359 32.521194, -83.723446 32.521192, -83.723295 32.521175, -83.723139 32.521122, -83.722796 32.521678, -83.722292 32.522455, -83.722049 32.522951, -83.721894 32.523258, -83.721555 32.524616, -83.721492 32.525245, -83.721123 32.526674, -83.720816 32.52785, -83.720546 32.529055, -83.720338 32.529958, -83.720246 32.53035, -83.71996 32.531354, -83.719885 32.531646, -83.719859 32.53176, -83.719881 32.532212, -83.719897 32.532995, -83.719884 32.534517, -83.719924 32.536952, -83.719906 32.538294, -83.719932 32.539378, -83.71994 32.539769, -83.719918 32.54168, -83.719975 32.543357, -83.719967 32.546421, -83.719962 32.546805, -83.719892 32.550483, -83.719877 32.550883, -83.719842 32.552374, -83.719803 32.554378, -83.719772 32.557248, -83.719836 32.558248, -83.719833 32.558897, -83.719817 32.563205, -83.719931 32.566633, -83.720061 32.57013, -83.720084 32.570762, -83.720006 32.574791, -83.720006 32.574813, -83.720074 32.575051, -83.720064 32.578274, -83.720058 32.580386, -83.72006 32.580601, -83.720057 32.580909, -83.720048 32.584121, -83.71977 32.585947, -83.71976 32.586011, -83.719541 32.587818, -83.719421 32.588324, -83.71931 32.588904, -83.719251 32.59071, -83.719207 32.59462, -83.71918 32.595823, -83.719169 32.596313, -83.719223 32.597442, -83.719186 32.597774, -83.719138 32.598199, -83.718984 32.598407, -83.715625 32.602112, -83.71515 32.602635, -83.714467 32.603343, -83.714112 32.604421, -83.713953 32.605145, -83.713211 32.609299, -83.713106 32.609479, -83.712726 32.610384, -83.712645 32.610577, -83.71273 32.610577, -83.713565 32.610579, -83.71493 32.610583, -83.715377 32.61059, -83.718079 32.610635, -83.718706 32.610644, -83.718685 32.613737, -83.718679 32.614604, -83.718651 32.618653, -83.718651 32.618954, -83.718651 32.619011, -83.718662 32.620349, -83.718671 32.621446, -83.718684 32.623098, -83.718701 32.625145, -83.718661 32.626749))\", \"region_name\": \"Houston County\", \"border_type\": \"county\", \"wikidata\": \"Q486362\", \"wikipedia\": \"en:Houston County, Georgia\", \"place\": \"county\", \"admin_level\": \"6\", \"population\": \"153479\"}}}"} -{"id": "raster_only/elevation_min+region/0008", "group": "raster_only", "template": "elevation_min+region", "question": "What is the lowest elevation in Pawnee City, Nebraska?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.142526 40.115293, -96.142503 40.113502, -96.142477 40.111988, -96.142484 40.111436, -96.14249 40.111, -96.142485 40.110722, -96.142469 40.109322, -96.142459 40.107838, -96.142455 40.107404, -96.142453 40.107069, -96.14245 40.105033, -96.142421 40.102007, -96.147203 40.102017, -96.149165 40.102047, -96.149209 40.102054, -96.149256 40.102043, -96.14951 40.102044, -96.151922 40.102049, -96.153114 40.102093, -96.153565 40.102097, -96.154364 40.102131, -96.154387 40.10211, -96.154441 40.102079, -96.154497 40.102067, -96.154643 40.102057, -96.154757 40.102042, -96.154855 40.102022, -96.154947 40.101987, -96.15506 40.101924, -96.155185 40.101831, -96.155374 40.101674, -96.155413 40.101639, -96.157142 40.101761, -96.157755 40.101821, -96.161491 40.102076, -96.161376 40.102562, -96.1616 40.103292, -96.16159 40.10351, -96.16154 40.104506, -96.161578 40.105524, -96.161465 40.108268, -96.161395 40.108966, -96.161426 40.109429, -96.161244 40.109862, -96.161226 40.110363, -96.161193 40.11125, -96.161182 40.111899, -96.161172 40.112273, -96.161167 40.112588, -96.16113 40.113557, -96.16115 40.113571, -96.161239 40.11364, -96.161306 40.113676, -96.161332 40.11369, -96.161356 40.113701, -96.161439 40.113713, -96.161588 40.113737, -96.162015 40.113752, -96.163076 40.113758, -96.165958 40.113797, -96.165995 40.113789, -96.166038 40.113772, -96.166074 40.113747, -96.166068 40.114679, -96.166055 40.116728, -96.164655 40.116724, -96.162543 40.116716, -96.162207 40.11672, -96.161413 40.116727, -96.161179 40.116729, -96.161179 40.117271, -96.161185 40.117972, -96.161216 40.118067, -96.161345 40.118364, -96.161377 40.118601, -96.161366 40.118856, -96.161355 40.120394, -96.161351 40.120547, -96.157336 40.120534, -96.156699 40.120562, -96.155517 40.120578, -96.15431 40.120598, -96.154272 40.121403, -96.153705 40.121407, -96.15318 40.121409, -96.153136 40.121403, -96.153089 40.121387, -96.153053 40.121368, -96.153016 40.121331, -96.152989 40.121287, -96.152969 40.121214, -96.153004 40.120637, -96.153004 40.120605, -96.151949 40.120605, -96.151821 40.120604, -96.151826 40.120485, -96.151831 40.120334, -96.151856 40.116709, -96.150811 40.116701, -96.148438 40.11668, -96.146066 40.116655, -96.142536 40.116614, -96.142531 40.115594, -96.142526 40.115293))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 344.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Pawnee City, Nebraska\", \"geo_wkt\": \"POLYGON ((-96.142526 40.115293, -96.142503 40.113502, -96.142477 40.111988, -96.142484 40.111436, -96.14249 40.111, -96.142485 40.110722, -96.142469 40.109322, -96.142459 40.107838, -96.142455 40.107404, -96.142453 40.107069, -96.14245 40.105033, -96.142421 40.102007, -96.147203 40.102017, -96.149165 40.102047, -96.149209 40.102054, -96.149256 40.102043, -96.14951 40.102044, -96.151922 40.102049, -96.153114 40.102093, -96.153565 40.102097, -96.154364 40.102131, -96.154387 40.10211, -96.154441 40.102079, -96.154497 40.102067, -96.154643 40.102057, -96.154757 40.102042, -96.154855 40.102022, -96.154947 40.101987, -96.15506 40.101924, -96.155185 40.101831, -96.155374 40.101674, -96.155413 40.101639, -96.157142 40.101761, -96.157755 40.101821, -96.161491 40.102076, -96.161376 40.102562, -96.1616 40.103292, -96.16159 40.10351, -96.16154 40.104506, -96.161578 40.105524, -96.161465 40.108268, -96.161395 40.108966, -96.161426 40.109429, -96.161244 40.109862, -96.161226 40.110363, -96.161193 40.11125, -96.161182 40.111899, -96.161172 40.112273, -96.161167 40.112588, -96.16113 40.113557, -96.16115 40.113571, -96.161239 40.11364, -96.161306 40.113676, -96.161332 40.11369, -96.161356 40.113701, -96.161439 40.113713, -96.161588 40.113737, -96.162015 40.113752, -96.163076 40.113758, -96.165958 40.113797, -96.165995 40.113789, -96.166038 40.113772, -96.166074 40.113747, -96.166068 40.114679, -96.166055 40.116728, -96.164655 40.116724, -96.162543 40.116716, -96.162207 40.11672, -96.161413 40.116727, -96.161179 40.116729, -96.161179 40.117271, -96.161185 40.117972, -96.161216 40.118067, -96.161345 40.118364, -96.161377 40.118601, -96.161366 40.118856, -96.161355 40.120394, -96.161351 40.120547, -96.157336 40.120534, -96.156699 40.120562, -96.155517 40.120578, -96.15431 40.120598, -96.154272 40.121403, -96.153705 40.121407, -96.15318 40.121409, -96.153136 40.121403, -96.153089 40.121387, -96.153053 40.121368, -96.153016 40.121331, -96.152989 40.121287, -96.152969 40.121214, -96.153004 40.120637, -96.153004 40.120605, -96.151949 40.120605, -96.151821 40.120604, -96.151826 40.120485, -96.151831 40.120334, -96.151856 40.116709, -96.150811 40.116701, -96.148438 40.11668, -96.146066 40.116655, -96.142536 40.116614, -96.142531 40.115594, -96.142526 40.115293))\", \"region\": {\"id\": 38485, \"geometry\": \"POLYGON ((-96.142526 40.115293, -96.142503 40.113502, -96.142477 40.111988, -96.142484 40.111436, -96.14249 40.111, -96.142485 40.110722, -96.142469 40.109322, -96.142459 40.107838, -96.142455 40.107404, -96.142453 40.107069, -96.14245 40.105033, -96.142421 40.102007, -96.147203 40.102017, -96.149165 40.102047, -96.149209 40.102054, -96.149256 40.102043, -96.14951 40.102044, -96.151922 40.102049, -96.153114 40.102093, -96.153565 40.102097, -96.154364 40.102131, -96.154387 40.10211, -96.154441 40.102079, -96.154497 40.102067, -96.154643 40.102057, -96.154757 40.102042, -96.154855 40.102022, -96.154947 40.101987, -96.15506 40.101924, -96.155185 40.101831, -96.155374 40.101674, -96.155413 40.101639, -96.157142 40.101761, -96.157755 40.101821, -96.161491 40.102076, -96.161376 40.102562, -96.1616 40.103292, -96.16159 40.10351, -96.16154 40.104506, -96.161578 40.105524, -96.161465 40.108268, -96.161395 40.108966, -96.161426 40.109429, -96.161244 40.109862, -96.161226 40.110363, -96.161193 40.11125, -96.161182 40.111899, -96.161172 40.112273, -96.161167 40.112588, -96.16113 40.113557, -96.16115 40.113571, -96.161239 40.11364, -96.161306 40.113676, -96.161332 40.11369, -96.161356 40.113701, -96.161439 40.113713, -96.161588 40.113737, -96.162015 40.113752, -96.163076 40.113758, -96.165958 40.113797, -96.165995 40.113789, -96.166038 40.113772, -96.166074 40.113747, -96.166068 40.114679, -96.166055 40.116728, -96.164655 40.116724, -96.162543 40.116716, -96.162207 40.11672, -96.161413 40.116727, -96.161179 40.116729, -96.161179 40.117271, -96.161185 40.117972, -96.161216 40.118067, -96.161345 40.118364, -96.161377 40.118601, -96.161366 40.118856, -96.161355 40.120394, -96.161351 40.120547, -96.157336 40.120534, -96.156699 40.120562, -96.155517 40.120578, -96.15431 40.120598, -96.154272 40.121403, -96.153705 40.121407, -96.15318 40.121409, -96.153136 40.121403, -96.153089 40.121387, -96.153053 40.121368, -96.153016 40.121331, -96.152989 40.121287, -96.152969 40.121214, -96.153004 40.120637, -96.153004 40.120605, -96.151949 40.120605, -96.151821 40.120604, -96.151826 40.120485, -96.151831 40.120334, -96.151856 40.116709, -96.150811 40.116701, -96.148438 40.11668, -96.146066 40.116655, -96.142536 40.116614, -96.142531 40.115594, -96.142526 40.115293))\", \"region_name\": \"Pawnee City\", \"border_type\": \"city\", \"wikidata\": \"Q958076\", \"wikipedia\": \"en:Pawnee City, Nebraska\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0009", "group": "raster_only", "template": "elevation_min+region", "question": "In Morgan City, Louisiana, what is the minimum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-91.187398 29.720541, -91.187601 29.721569, -91.187574 29.722187, -91.187332 29.722814, -91.18626 29.722847, -91.185281 29.722948, -91.18443 29.723136, -91.183747 29.723375, -91.183064 29.723692, -91.182427 29.72411, -91.181994 29.724308, -91.181197 29.724804, -91.180492 29.7253, -91.179899 29.725677, -91.179058 29.726351, -91.178557 29.726728, -91.178057 29.727263, -91.177686 29.727829, -91.175651 29.732122, -91.175623 29.732188, -91.1756 29.732729, -91.175369 29.733411, -91.175253 29.733913, -91.175184 29.734274, -91.175068 29.734835, -91.174907 29.735237, -91.174653 29.735638, -91.174314 29.736371, -91.174235 29.736425, -91.174183 29.736461, -91.173212 29.736599, -91.172765 29.736965, -91.172115 29.737846, -91.174629 29.737864, -91.175258 29.736737, -91.175811 29.735864, -91.176102 29.735843, -91.177019 29.735827, -91.178074 29.735827, -91.178235 29.735285, -91.178374 29.734904, -91.177518 29.734803, -91.177495 29.734663, -91.177517 29.734402, -91.177771 29.73388, -91.178073 29.733277, -91.178512 29.732595, -91.178673 29.732253, -91.178812 29.731711, -91.179113 29.731028, -91.179505 29.730365, -91.179736 29.730064, -91.180268 29.729301, -91.180909 29.728548, -91.181504 29.72782, -91.182204 29.727264, -91.182702 29.726866, -91.1832 29.726627, -91.18388 29.726307, -91.184627 29.726067, -91.184787 29.726385, -91.185221 29.726166, -91.185038 29.725869, -91.186587 29.725297, -91.187109 29.725912, -91.187492 29.726153, -91.189319 29.725734, -91.190261 29.725326, -91.190274 29.725321, -91.191503 29.725104, -91.192122 29.725019, -91.197539 29.725034, -91.197963 29.725036, -91.20197 29.724879, -91.20536 29.724515, -91.206461 29.724261, -91.208394 29.723818, -91.20948 29.723207, -91.210287 29.722754, -91.211205 29.72224, -91.21282 29.721242, -91.212927 29.72116, -91.213536 29.72069, -91.214782 29.718665, -91.216436 29.716578, -91.216477 29.716118, -91.216434 29.715811, -91.216325 29.7156, -91.216316 29.715355, -91.216312 29.715263, -91.216688 29.715058, -91.217108 29.714554, -91.21737 29.71421, -91.21758 29.71405, -91.218105 29.713064, -91.21821 29.712492, -91.218262 29.711984, -91.218314 29.711483, -91.218472 29.711002, -91.218577 29.710773, -91.218576 29.709867, -91.218576 29.709764, -91.218655 29.709558, -91.218681 29.708481, -91.218313 29.707908, -91.218287 29.707725, -91.218196 29.707619, -91.218051 29.70745, -91.218051 29.707335, -91.217972 29.707313, -91.217841 29.706946, -91.217814 29.706763, -91.217736 29.706671, -91.217657 29.706488, -91.217578 29.70635, -91.217525 29.70619, -91.217394 29.706006, -91.21721 29.705388, -91.217158 29.705319, -91.217105 29.705136, -91.216764 29.704632, -91.21658 29.704334, -91.216422 29.703944, -91.216294 29.703729, -91.216081 29.703371, -91.215569 29.702856, -91.215056 29.702338, -91.214715 29.701996, -91.214059 29.700963, -91.21377 29.700414, -91.212377 29.698715, -91.21214 29.698234, -91.212087 29.697935, -91.211876 29.697614, -91.211607 29.697212, -91.211416 29.696807, -91.211362 29.696763, -91.211315 29.696725, -91.211296 29.696686, -91.211129 29.696354, -91.210915 29.69605, -91.210914 29.695933, -91.210727 29.695699, -91.210511 29.695184, -91.210484 29.695091, -91.210455 29.694951, -91.210238 29.69432, -91.210159 29.694273, -91.209955 29.693225, -91.209753 29.692145, -91.209596 29.691778, -91.209543 29.691113, -91.209438 29.690655, -91.209202 29.690311, -91.209176 29.689922, -91.209097 29.689853, -91.209097 29.689761, -91.208887 29.689326, -91.208651 29.689074, -91.208566 29.689041, -91.207995 29.688822, -91.207443 29.688914, -91.206158 29.689395, -91.205475 29.68951, -91.204662 29.689418, -91.203901 29.689487, -91.203769 29.689579, -91.203282 29.689563, -91.203035 29.689556, -91.202871 29.689537, -91.202619 29.689508, -91.202431 29.689487, -91.202378 29.689602, -91.201702 29.689486, -91.201101 29.689426, -91.200752 29.689402, -91.199848 29.689225, -91.199207 29.689078, -91.198253 29.688859, -91.198067 29.688879, -91.197445 29.688617, -91.197386 29.688599, -91.197072 29.688502, -91.196998 29.688479, -91.196657 29.68841, -91.196264 29.688181, -91.19335 29.686806, -91.193208 29.686755, -91.192326 29.68644, -91.192106 29.686403, -91.190279 29.686096, -91.190163 29.686092, -91.189649 29.686073, -91.188783 29.686142, -91.188678 29.686096, -91.188043 29.685949, -91.187786 29.68589, -91.187655 29.68589, -91.187198 29.685813, -91.186769 29.68574, -91.18605 29.685635, -91.182774 29.685202, -91.181278 29.685225, -91.181042 29.685133, -91.179808 29.685136, -91.179021 29.685087, -91.1785 29.685113, -91.175373 29.68527, -91.174807 29.685325, -91.174212 29.685383, -91.17044 29.685751, -91.16901 29.685812, -91.168259 29.685844, -91.167763 29.685865, -91.167423 29.685949, -91.166739 29.686117, -91.165401 29.686185, -91.163433 29.686002, -91.158263 29.685932, -91.157527 29.685874, -91.157644 29.686422, -91.157995 29.686414, -91.158442 29.686566, -91.15881 29.686752, -91.159139 29.686975, -91.159412 29.68722, -91.159872 29.687696, -91.159943 29.687769, -91.160262 29.6881, -91.160276 29.688114, -91.160323 29.688163, -91.161604 29.689715, -91.162115 29.690019, -91.16231 29.69022, -91.162449 29.690376, -91.162982 29.690939, -91.163367 29.691289, -91.163849 29.691658, -91.164329 29.69196, -91.164816 29.692207, -91.164902 29.692244, -91.164811 29.694251, -91.163823 29.69416, -91.163813 29.694426, -91.163763 29.694818, -91.164745 29.694941, -91.164593 29.696627, -91.164581 29.69674, -91.164552 29.697069, -91.164539 29.697186, -91.164395 29.699387, -91.164285 29.702617, -91.167419 29.703724, -91.169275 29.704447, -91.171587 29.705283, -91.172621 29.705632, -91.172697 29.705671, -91.172961 29.705807, -91.173051 29.705854, -91.173181 29.706518, -91.173543 29.706568, -91.17453 29.706718, -91.175528 29.706655, -91.17681 29.706508, -91.178651 29.705871, -91.179311 29.705696, -91.179675 29.705344, -91.180218 29.704914, -91.181741 29.704809, -91.183437 29.705117, -91.185041 29.705982, -91.185681 29.70652, -91.186615 29.706687, -91.187387 29.70599, -91.187641 29.706079, -91.186615 29.707146, -91.18625 29.707772, -91.186382 29.70816, -91.187519 29.709642, -91.188087 29.711061, -91.188673 29.713526, -91.188572 29.715496, -91.18831 29.716046, -91.187912 29.716423, -91.187693 29.716587, -91.187574 29.716981, -91.188693 29.717943, -91.188502 29.718068, -91.187926 29.717592, -91.187623 29.717504, -91.187292 29.717318, -91.18685 29.717257, -91.186342 29.717517, -91.186141 29.717927, -91.185953 29.718315, -91.185892 29.718458, -91.185938 29.718603, -91.186033 29.718607, -91.186364 29.718351, -91.186694 29.718211, -91.186816 29.717646, -91.186887 29.717592, -91.187092 29.7176, -91.187615 29.717671, -91.187694 29.717696, -91.187765 29.717764, -91.187532 29.71936, -91.187493 29.719395, -91.187195 29.719433, -91.187175 29.719489, -91.186716 29.719511, -91.186618 29.719453, -91.186588 29.71938, -91.186647 29.718752, -91.186636 29.718616, -91.186513 29.718588, -91.186384 29.718673, -91.18612 29.718849, -91.185983 29.719215, -91.186019 29.719642, -91.186303 29.719929, -91.18645 29.719956, -91.186907 29.719735, -91.187324 29.719625, -91.187794 29.71971, -91.187897 29.719814, -91.187912 29.719866, -91.187887 29.719942, -91.187869 29.71998, -91.18778 29.72003, -91.187694 29.720026, -91.187613 29.72, -91.187476 29.719792, -91.187431 29.719757, -91.187232 29.719762, -91.186527 29.720083, -91.186577 29.7203, -91.186802 29.720406, -91.187398 29.720541))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Morgan City, Louisiana\", \"geo_wkt\": \"POLYGON ((-91.187398 29.720541, -91.187601 29.721569, -91.187574 29.722187, -91.187332 29.722814, -91.18626 29.722847, -91.185281 29.722948, -91.18443 29.723136, -91.183747 29.723375, -91.183064 29.723692, -91.182427 29.72411, -91.181994 29.724308, -91.181197 29.724804, -91.180492 29.7253, -91.179899 29.725677, -91.179058 29.726351, -91.178557 29.726728, -91.178057 29.727263, -91.177686 29.727829, -91.175651 29.732122, -91.175623 29.732188, -91.1756 29.732729, -91.175369 29.733411, -91.175253 29.733913, -91.175184 29.734274, -91.175068 29.734835, -91.174907 29.735237, -91.174653 29.735638, -91.174314 29.736371, -91.174235 29.736425, -91.174183 29.736461, -91.173212 29.736599, -91.172765 29.736965, -91.172115 29.737846, -91.174629 29.737864, -91.175258 29.736737, -91.175811 29.735864, -91.176102 29.735843, -91.177019 29.735827, -91.178074 29.735827, -91.178235 29.735285, -91.178374 29.734904, -91.177518 29.734803, -91.177495 29.734663, -91.177517 29.734402, -91.177771 29.73388, -91.178073 29.733277, -91.178512 29.732595, -91.178673 29.732253, -91.178812 29.731711, -91.179113 29.731028, -91.179505 29.730365, -91.179736 29.730064, -91.180268 29.729301, -91.180909 29.728548, -91.181504 29.72782, -91.182204 29.727264, -91.182702 29.726866, -91.1832 29.726627, -91.18388 29.726307, -91.184627 29.726067, -91.184787 29.726385, -91.185221 29.726166, -91.185038 29.725869, -91.186587 29.725297, -91.187109 29.725912, -91.187492 29.726153, -91.189319 29.725734, -91.190261 29.725326, -91.190274 29.725321, -91.191503 29.725104, -91.192122 29.725019, -91.197539 29.725034, -91.197963 29.725036, -91.20197 29.724879, -91.20536 29.724515, -91.206461 29.724261, -91.208394 29.723818, -91.20948 29.723207, -91.210287 29.722754, -91.211205 29.72224, -91.21282 29.721242, -91.212927 29.72116, -91.213536 29.72069, -91.214782 29.718665, -91.216436 29.716578, -91.216477 29.716118, -91.216434 29.715811, -91.216325 29.7156, -91.216316 29.715355, -91.216312 29.715263, -91.216688 29.715058, -91.217108 29.714554, -91.21737 29.71421, -91.21758 29.71405, -91.218105 29.713064, -91.21821 29.712492, -91.218262 29.711984, -91.218314 29.711483, -91.218472 29.711002, -91.218577 29.710773, -91.218576 29.709867, -91.218576 29.709764, -91.218655 29.709558, -91.218681 29.708481, -91.218313 29.707908, -91.218287 29.707725, -91.218196 29.707619, -91.218051 29.70745, -91.218051 29.707335, -91.217972 29.707313, -91.217841 29.706946, -91.217814 29.706763, -91.217736 29.706671, -91.217657 29.706488, -91.217578 29.70635, -91.217525 29.70619, -91.217394 29.706006, -91.21721 29.705388, -91.217158 29.705319, -91.217105 29.705136, -91.216764 29.704632, -91.21658 29.704334, -91.216422 29.703944, -91.216294 29.703729, -91.216081 29.703371, -91.215569 29.702856, -91.215056 29.702338, -91.214715 29.701996, -91.214059 29.700963, -91.21377 29.700414, -91.212377 29.698715, -91.21214 29.698234, -91.212087 29.697935, -91.211876 29.697614, -91.211607 29.697212, -91.211416 29.696807, -91.211362 29.696763, -91.211315 29.696725, -91.211296 29.696686, -91.211129 29.696354, -91.210915 29.69605, -91.210914 29.695933, -91.210727 29.695699, -91.210511 29.695184, -91.210484 29.695091, -91.210455 29.694951, -91.210238 29.69432, -91.210159 29.694273, -91.209955 29.693225, -91.209753 29.692145, -91.209596 29.691778, -91.209543 29.691113, -91.209438 29.690655, -91.209202 29.690311, -91.209176 29.689922, -91.209097 29.689853, -91.209097 29.689761, -91.208887 29.689326, -91.208651 29.689074, -91.208566 29.689041, -91.207995 29.688822, -91.207443 29.688914, -91.206158 29.689395, -91.205475 29.68951, -91.204662 29.689418, -91.203901 29.689487, -91.203769 29.689579, -91.203282 29.689563, -91.203035 29.689556, -91.202871 29.689537, -91.202619 29.689508, -91.202431 29.689487, -91.202378 29.689602, -91.201702 29.689486, -91.201101 29.689426, -91.200752 29.689402, -91.199848 29.689225, -91.199207 29.689078, -91.198253 29.688859, -91.198067 29.688879, -91.197445 29.688617, -91.197386 29.688599, -91.197072 29.688502, -91.196998 29.688479, -91.196657 29.68841, -91.196264 29.688181, -91.19335 29.686806, -91.193208 29.686755, -91.192326 29.68644, -91.192106 29.686403, -91.190279 29.686096, -91.190163 29.686092, -91.189649 29.686073, -91.188783 29.686142, -91.188678 29.686096, -91.188043 29.685949, -91.187786 29.68589, -91.187655 29.68589, -91.187198 29.685813, -91.186769 29.68574, -91.18605 29.685635, -91.182774 29.685202, -91.181278 29.685225, -91.181042 29.685133, -91.179808 29.685136, -91.179021 29.685087, -91.1785 29.685113, -91.175373 29.68527, -91.174807 29.685325, -91.174212 29.685383, -91.17044 29.685751, -91.16901 29.685812, -91.168259 29.685844, -91.167763 29.685865, -91.167423 29.685949, -91.166739 29.686117, -91.165401 29.686185, -91.163433 29.686002, -91.158263 29.685932, -91.157527 29.685874, -91.157644 29.686422, -91.157995 29.686414, -91.158442 29.686566, -91.15881 29.686752, -91.159139 29.686975, -91.159412 29.68722, -91.159872 29.687696, -91.159943 29.687769, -91.160262 29.6881, -91.160276 29.688114, -91.160323 29.688163, -91.161604 29.689715, -91.162115 29.690019, -91.16231 29.69022, -91.162449 29.690376, -91.162982 29.690939, -91.163367 29.691289, -91.163849 29.691658, -91.164329 29.69196, -91.164816 29.692207, -91.164902 29.692244, -91.164811 29.694251, -91.163823 29.69416, -91.163813 29.694426, -91.163763 29.694818, -91.164745 29.694941, -91.164593 29.696627, -91.164581 29.69674, -91.164552 29.697069, -91.164539 29.697186, -91.164395 29.699387, -91.164285 29.702617, -91.167419 29.703724, -91.169275 29.704447, -91.171587 29.705283, -91.172621 29.705632, -91.172697 29.705671, -91.172961 29.705807, -91.173051 29.705854, -91.173181 29.706518, -91.173543 29.706568, -91.17453 29.706718, -91.175528 29.706655, -91.17681 29.706508, -91.178651 29.705871, -91.179311 29.705696, -91.179675 29.705344, -91.180218 29.704914, -91.181741 29.704809, -91.183437 29.705117, -91.185041 29.705982, -91.185681 29.70652, -91.186615 29.706687, -91.187387 29.70599, -91.187641 29.706079, -91.186615 29.707146, -91.18625 29.707772, -91.186382 29.70816, -91.187519 29.709642, -91.188087 29.711061, -91.188673 29.713526, -91.188572 29.715496, -91.18831 29.716046, -91.187912 29.716423, -91.187693 29.716587, -91.187574 29.716981, -91.188693 29.717943, -91.188502 29.718068, -91.187926 29.717592, -91.187623 29.717504, -91.187292 29.717318, -91.18685 29.717257, -91.186342 29.717517, -91.186141 29.717927, -91.185953 29.718315, -91.185892 29.718458, -91.185938 29.718603, -91.186033 29.718607, -91.186364 29.718351, -91.186694 29.718211, -91.186816 29.717646, -91.186887 29.717592, -91.187092 29.7176, -91.187615 29.717671, -91.187694 29.717696, -91.187765 29.717764, -91.187532 29.71936, -91.187493 29.719395, -91.187195 29.719433, -91.187175 29.719489, -91.186716 29.719511, -91.186618 29.719453, -91.186588 29.71938, -91.186647 29.718752, -91.186636 29.718616, -91.186513 29.718588, -91.186384 29.718673, -91.18612 29.718849, -91.185983 29.719215, -91.186019 29.719642, -91.186303 29.719929, -91.18645 29.719956, -91.186907 29.719735, -91.187324 29.719625, -91.187794 29.71971, -91.187897 29.719814, -91.187912 29.719866, -91.187887 29.719942, -91.187869 29.71998, -91.18778 29.72003, -91.187694 29.720026, -91.187613 29.72, -91.187476 29.719792, -91.187431 29.719757, -91.187232 29.719762, -91.186527 29.720083, -91.186577 29.7203, -91.186802 29.720406, -91.187398 29.720541))\", \"region\": {\"id\": 38444, \"geometry\": \"POLYGON ((-91.187398 29.720541, -91.187601 29.721569, -91.187574 29.722187, -91.187332 29.722814, -91.18626 29.722847, -91.185281 29.722948, -91.18443 29.723136, -91.183747 29.723375, -91.183064 29.723692, -91.182427 29.72411, -91.181994 29.724308, -91.181197 29.724804, -91.180492 29.7253, -91.179899 29.725677, -91.179058 29.726351, -91.178557 29.726728, -91.178057 29.727263, -91.177686 29.727829, -91.175651 29.732122, -91.175623 29.732188, -91.1756 29.732729, -91.175369 29.733411, -91.175253 29.733913, -91.175184 29.734274, -91.175068 29.734835, -91.174907 29.735237, -91.174653 29.735638, -91.174314 29.736371, -91.174235 29.736425, -91.174183 29.736461, -91.173212 29.736599, -91.172765 29.736965, -91.172115 29.737846, -91.174629 29.737864, -91.175258 29.736737, -91.175811 29.735864, -91.176102 29.735843, -91.177019 29.735827, -91.178074 29.735827, -91.178235 29.735285, -91.178374 29.734904, -91.177518 29.734803, -91.177495 29.734663, -91.177517 29.734402, -91.177771 29.73388, -91.178073 29.733277, -91.178512 29.732595, -91.178673 29.732253, -91.178812 29.731711, -91.179113 29.731028, -91.179505 29.730365, -91.179736 29.730064, -91.180268 29.729301, -91.180909 29.728548, -91.181504 29.72782, -91.182204 29.727264, -91.182702 29.726866, -91.1832 29.726627, -91.18388 29.726307, -91.184627 29.726067, -91.184787 29.726385, -91.185221 29.726166, -91.185038 29.725869, -91.186587 29.725297, -91.187109 29.725912, -91.187492 29.726153, -91.189319 29.725734, -91.190261 29.725326, -91.190274 29.725321, -91.191503 29.725104, -91.192122 29.725019, -91.197539 29.725034, -91.197963 29.725036, -91.20197 29.724879, -91.20536 29.724515, -91.206461 29.724261, -91.208394 29.723818, -91.20948 29.723207, -91.210287 29.722754, -91.211205 29.72224, -91.21282 29.721242, -91.212927 29.72116, -91.213536 29.72069, -91.214782 29.718665, -91.216436 29.716578, -91.216477 29.716118, -91.216434 29.715811, -91.216325 29.7156, -91.216316 29.715355, -91.216312 29.715263, -91.216688 29.715058, -91.217108 29.714554, -91.21737 29.71421, -91.21758 29.71405, -91.218105 29.713064, -91.21821 29.712492, -91.218262 29.711984, -91.218314 29.711483, -91.218472 29.711002, -91.218577 29.710773, -91.218576 29.709867, -91.218576 29.709764, -91.218655 29.709558, -91.218681 29.708481, -91.218313 29.707908, -91.218287 29.707725, -91.218196 29.707619, -91.218051 29.70745, -91.218051 29.707335, -91.217972 29.707313, -91.217841 29.706946, -91.217814 29.706763, -91.217736 29.706671, -91.217657 29.706488, -91.217578 29.70635, -91.217525 29.70619, -91.217394 29.706006, -91.21721 29.705388, -91.217158 29.705319, -91.217105 29.705136, -91.216764 29.704632, -91.21658 29.704334, -91.216422 29.703944, -91.216294 29.703729, -91.216081 29.703371, -91.215569 29.702856, -91.215056 29.702338, -91.214715 29.701996, -91.214059 29.700963, -91.21377 29.700414, -91.212377 29.698715, -91.21214 29.698234, -91.212087 29.697935, -91.211876 29.697614, -91.211607 29.697212, -91.211416 29.696807, -91.211362 29.696763, -91.211315 29.696725, -91.211296 29.696686, -91.211129 29.696354, -91.210915 29.69605, -91.210914 29.695933, -91.210727 29.695699, -91.210511 29.695184, -91.210484 29.695091, -91.210455 29.694951, -91.210238 29.69432, -91.210159 29.694273, -91.209955 29.693225, -91.209753 29.692145, -91.209596 29.691778, -91.209543 29.691113, -91.209438 29.690655, -91.209202 29.690311, -91.209176 29.689922, -91.209097 29.689853, -91.209097 29.689761, -91.208887 29.689326, -91.208651 29.689074, -91.208566 29.689041, -91.207995 29.688822, -91.207443 29.688914, -91.206158 29.689395, -91.205475 29.68951, -91.204662 29.689418, -91.203901 29.689487, -91.203769 29.689579, -91.203282 29.689563, -91.203035 29.689556, -91.202871 29.689537, -91.202619 29.689508, -91.202431 29.689487, -91.202378 29.689602, -91.201702 29.689486, -91.201101 29.689426, -91.200752 29.689402, -91.199848 29.689225, -91.199207 29.689078, -91.198253 29.688859, -91.198067 29.688879, -91.197445 29.688617, -91.197386 29.688599, -91.197072 29.688502, -91.196998 29.688479, -91.196657 29.68841, -91.196264 29.688181, -91.19335 29.686806, -91.193208 29.686755, -91.192326 29.68644, -91.192106 29.686403, -91.190279 29.686096, -91.190163 29.686092, -91.189649 29.686073, -91.188783 29.686142, -91.188678 29.686096, -91.188043 29.685949, -91.187786 29.68589, -91.187655 29.68589, -91.187198 29.685813, -91.186769 29.68574, -91.18605 29.685635, -91.182774 29.685202, -91.181278 29.685225, -91.181042 29.685133, -91.179808 29.685136, -91.179021 29.685087, -91.1785 29.685113, -91.175373 29.68527, -91.174807 29.685325, -91.174212 29.685383, -91.17044 29.685751, -91.16901 29.685812, -91.168259 29.685844, -91.167763 29.685865, -91.167423 29.685949, -91.166739 29.686117, -91.165401 29.686185, -91.163433 29.686002, -91.158263 29.685932, -91.157527 29.685874, -91.157644 29.686422, -91.157995 29.686414, -91.158442 29.686566, -91.15881 29.686752, -91.159139 29.686975, -91.159412 29.68722, -91.159872 29.687696, -91.159943 29.687769, -91.160262 29.6881, -91.160276 29.688114, -91.160323 29.688163, -91.161604 29.689715, -91.162115 29.690019, -91.16231 29.69022, -91.162449 29.690376, -91.162982 29.690939, -91.163367 29.691289, -91.163849 29.691658, -91.164329 29.69196, -91.164816 29.692207, -91.164902 29.692244, -91.164811 29.694251, -91.163823 29.69416, -91.163813 29.694426, -91.163763 29.694818, -91.164745 29.694941, -91.164593 29.696627, -91.164581 29.69674, -91.164552 29.697069, -91.164539 29.697186, -91.164395 29.699387, -91.164285 29.702617, -91.167419 29.703724, -91.169275 29.704447, -91.171587 29.705283, -91.172621 29.705632, -91.172697 29.705671, -91.172961 29.705807, -91.173051 29.705854, -91.173181 29.706518, -91.173543 29.706568, -91.17453 29.706718, -91.175528 29.706655, -91.17681 29.706508, -91.178651 29.705871, -91.179311 29.705696, -91.179675 29.705344, -91.180218 29.704914, -91.181741 29.704809, -91.183437 29.705117, -91.185041 29.705982, -91.185681 29.70652, -91.186615 29.706687, -91.187387 29.70599, -91.187641 29.706079, -91.186615 29.707146, -91.18625 29.707772, -91.186382 29.70816, -91.187519 29.709642, -91.188087 29.711061, -91.188673 29.713526, -91.188572 29.715496, -91.18831 29.716046, -91.187912 29.716423, -91.187693 29.716587, -91.187574 29.716981, -91.188693 29.717943, -91.188502 29.718068, -91.187926 29.717592, -91.187623 29.717504, -91.187292 29.717318, -91.18685 29.717257, -91.186342 29.717517, -91.186141 29.717927, -91.185953 29.718315, -91.185892 29.718458, -91.185938 29.718603, -91.186033 29.718607, -91.186364 29.718351, -91.186694 29.718211, -91.186816 29.717646, -91.186887 29.717592, -91.187092 29.7176, -91.187615 29.717671, -91.187694 29.717696, -91.187765 29.717764, -91.187532 29.71936, -91.187493 29.719395, -91.187195 29.719433, -91.187175 29.719489, -91.186716 29.719511, -91.186618 29.719453, -91.186588 29.71938, -91.186647 29.718752, -91.186636 29.718616, -91.186513 29.718588, -91.186384 29.718673, -91.18612 29.718849, -91.185983 29.719215, -91.186019 29.719642, -91.186303 29.719929, -91.18645 29.719956, -91.186907 29.719735, -91.187324 29.719625, -91.187794 29.71971, -91.187897 29.719814, -91.187912 29.719866, -91.187887 29.719942, -91.187869 29.71998, -91.18778 29.72003, -91.187694 29.720026, -91.187613 29.72, -91.187476 29.719792, -91.187431 29.719757, -91.187232 29.719762, -91.186527 29.720083, -91.186577 29.7203, -91.186802 29.720406, -91.187398 29.720541))\", \"region_name\": \"Morgan City\", \"border_type\": \"city\", \"wikidata\": \"Q1021427\", \"wikipedia\": \"en:Morgan City, Louisiana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0010", "group": "raster_only", "template": "elevation_min+region", "question": "What is the min elevation value within Pascola, Missouri?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.828792 36.264794, -89.82982 36.264803, -89.829838 36.269858, -89.827931 36.269835, -89.82259 36.269889, -89.821704 36.269877, -89.822016 36.266228, -89.822104 36.264782, -89.822111 36.264463, -89.826258 36.26447, -89.826262 36.264746, -89.828792 36.264794))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 71.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Pascola, Missouri\", \"geo_wkt\": \"POLYGON ((-89.828792 36.264794, -89.82982 36.264803, -89.829838 36.269858, -89.827931 36.269835, -89.82259 36.269889, -89.821704 36.269877, -89.822016 36.266228, -89.822104 36.264782, -89.822111 36.264463, -89.826258 36.26447, -89.826262 36.264746, -89.828792 36.264794))\", \"region\": {\"id\": 37756, \"geometry\": \"POLYGON ((-89.828792 36.264794, -89.82982 36.264803, -89.829838 36.269858, -89.827931 36.269835, -89.82259 36.269889, -89.821704 36.269877, -89.822016 36.266228, -89.822104 36.264782, -89.822111 36.264463, -89.826258 36.26447, -89.826262 36.264746, -89.828792 36.264794))\", \"region_name\": \"Pascola\", \"border_type\": \"village\", \"wikidata\": \"Q1875997\", \"wikipedia\": \"en:Pascola, Missouri\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0011", "group": "raster_only", "template": "elevation_min+region", "question": "What floor elevation does Milligan, Nebraska have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-97.392412 40.495447, -97.392429 40.496434, -97.392371 40.497168, -97.392353 40.497938, -97.39306 40.497932, -97.393047 40.49846, -97.393029 40.499015, -97.392703 40.49901, -97.392605 40.499009, -97.392559 40.499387, -97.39252 40.4994, -97.392275 40.499398, -97.392284 40.50002, -97.392283 40.500387, -97.392456 40.502708, -97.392404 40.502707, -97.390983 40.502715, -97.389595 40.50273, -97.38961 40.504103, -97.388244 40.504117, -97.388237 40.504455, -97.387612 40.50446, -97.387616 40.505533, -97.38676 40.505533, -97.38676 40.505333, -97.386748 40.504802, -97.386872 40.504813, -97.386848 40.504131, -97.386331 40.504136, -97.386352 40.504748, -97.385087 40.504768, -97.384244 40.504778, -97.384311 40.504093, -97.384355 40.503939, -97.384279 40.503379, -97.383285 40.503358, -97.383201 40.502762, -97.38314 40.501773, -97.383196 40.500891, -97.383745 40.500883, -97.383873 40.500883, -97.383867 40.500801, -97.383759 40.500004, -97.383772 40.499561, -97.384341 40.499399, -97.384336 40.499201, -97.386941 40.499254, -97.38696 40.4984, -97.386987 40.497434, -97.387601 40.497401, -97.387595 40.496388, -97.387594 40.49601, -97.387592 40.495639, -97.387592 40.495598, -97.387586 40.495442, -97.387592 40.494436, -97.387597 40.494068, -97.388233 40.494052, -97.388224 40.494556, -97.389012 40.494553, -97.388993 40.495451, -97.39025 40.495451, -97.391529 40.495448, -97.391752 40.495448, -97.392412 40.495447))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 481.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Milligan, Nebraska\", \"geo_wkt\": \"POLYGON ((-97.392412 40.495447, -97.392429 40.496434, -97.392371 40.497168, -97.392353 40.497938, -97.39306 40.497932, -97.393047 40.49846, -97.393029 40.499015, -97.392703 40.49901, -97.392605 40.499009, -97.392559 40.499387, -97.39252 40.4994, -97.392275 40.499398, -97.392284 40.50002, -97.392283 40.500387, -97.392456 40.502708, -97.392404 40.502707, -97.390983 40.502715, -97.389595 40.50273, -97.38961 40.504103, -97.388244 40.504117, -97.388237 40.504455, -97.387612 40.50446, -97.387616 40.505533, -97.38676 40.505533, -97.38676 40.505333, -97.386748 40.504802, -97.386872 40.504813, -97.386848 40.504131, -97.386331 40.504136, -97.386352 40.504748, -97.385087 40.504768, -97.384244 40.504778, -97.384311 40.504093, -97.384355 40.503939, -97.384279 40.503379, -97.383285 40.503358, -97.383201 40.502762, -97.38314 40.501773, -97.383196 40.500891, -97.383745 40.500883, -97.383873 40.500883, -97.383867 40.500801, -97.383759 40.500004, -97.383772 40.499561, -97.384341 40.499399, -97.384336 40.499201, -97.386941 40.499254, -97.38696 40.4984, -97.386987 40.497434, -97.387601 40.497401, -97.387595 40.496388, -97.387594 40.49601, -97.387592 40.495639, -97.387592 40.495598, -97.387586 40.495442, -97.387592 40.494436, -97.387597 40.494068, -97.388233 40.494052, -97.388224 40.494556, -97.389012 40.494553, -97.388993 40.495451, -97.39025 40.495451, -97.391529 40.495448, -97.391752 40.495448, -97.392412 40.495447))\", \"region\": {\"id\": 38116, \"geometry\": \"POLYGON ((-97.392412 40.495447, -97.392429 40.496434, -97.392371 40.497168, -97.392353 40.497938, -97.39306 40.497932, -97.393047 40.49846, -97.393029 40.499015, -97.392703 40.49901, -97.392605 40.499009, -97.392559 40.499387, -97.39252 40.4994, -97.392275 40.499398, -97.392284 40.50002, -97.392283 40.500387, -97.392456 40.502708, -97.392404 40.502707, -97.390983 40.502715, -97.389595 40.50273, -97.38961 40.504103, -97.388244 40.504117, -97.388237 40.504455, -97.387612 40.50446, -97.387616 40.505533, -97.38676 40.505533, -97.38676 40.505333, -97.386748 40.504802, -97.386872 40.504813, -97.386848 40.504131, -97.386331 40.504136, -97.386352 40.504748, -97.385087 40.504768, -97.384244 40.504778, -97.384311 40.504093, -97.384355 40.503939, -97.384279 40.503379, -97.383285 40.503358, -97.383201 40.502762, -97.38314 40.501773, -97.383196 40.500891, -97.383745 40.500883, -97.383873 40.500883, -97.383867 40.500801, -97.383759 40.500004, -97.383772 40.499561, -97.384341 40.499399, -97.384336 40.499201, -97.386941 40.499254, -97.38696 40.4984, -97.386987 40.497434, -97.387601 40.497401, -97.387595 40.496388, -97.387594 40.49601, -97.387592 40.495639, -97.387592 40.495598, -97.387586 40.495442, -97.387592 40.494436, -97.387597 40.494068, -97.388233 40.494052, -97.388224 40.494556, -97.389012 40.494553, -97.388993 40.495451, -97.39025 40.495451, -97.391529 40.495448, -97.391752 40.495448, -97.392412 40.495447))\", \"region_name\": \"Milligan\", \"border_type\": \"village\", \"wikidata\": \"Q2274010\", \"wikipedia\": \"en:Milligan, Nebraska\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0012", "group": "raster_only", "template": "elevation_min+region", "question": "What is the lowest elevation in Oostburg, Wisconsin?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-87.80314 43.630345, -87.803177 43.631646, -87.800915 43.631662, -87.79926 43.631674, -87.799169 43.631675, -87.799039 43.631676, -87.795923 43.631704, -87.796466 43.630392, -87.79639 43.630391, -87.796282 43.630394, -87.795984 43.630391, -87.794425 43.634412, -87.792409 43.639483, -87.792372 43.639473, -87.792356 43.63945, -87.792351 43.639409, -87.792373 43.639352, -87.792409 43.639311, -87.792434 43.639269, -87.792455 43.639206, -87.792449 43.639151, -87.792415 43.63905, -87.792411 43.638957, -87.792374 43.638853, -87.792348 43.638799, -87.792314 43.638708, -87.792302 43.638622, -87.792273 43.638601, -87.792207 43.638594, -87.791938 43.638607, -87.791374 43.638568, -87.790412 43.638516, -87.789878 43.638503, -87.789803 43.638496, -87.78969 43.63847, -87.78959 43.638452, -87.789484 43.638438, -87.789374 43.638418, -87.788793 43.638269, -87.788574 43.638226, -87.788464 43.638199, -87.788375 43.638172, -87.788282 43.638154, -87.78816 43.638111, -87.788043 43.638041, -87.787995 43.637959, -87.787949 43.63792, -87.787905 43.637906, -87.787786 43.637878, -87.787685 43.637865, -87.787697 43.637848, -87.787757 43.637715, -87.787768 43.637667, -87.787772 43.637611, -87.787769 43.637544, -87.787775 43.637295, -87.787764 43.637244, -87.787776 43.637168, -87.787813 43.637133, -87.787877 43.6371, -87.788024 43.637074, -87.788484 43.636943, -87.788665 43.636905, -87.788829 43.636865, -87.788952 43.636818, -87.789235 43.636738, -87.789561 43.636638, -87.790037 43.636509, -87.790156 43.636463, -87.790255 43.636439, -87.790362 43.636389, -87.790485 43.636317, -87.790567 43.636246, -87.790663 43.636186, -87.79076 43.636146, -87.790982 43.636019, -87.791073 43.635954, -87.791163 43.635906, -87.791232 43.635847, -87.791343 43.63572, -87.791451 43.635577, -87.791538 43.635513, -87.79161 43.635447, -87.791687 43.635391, -87.79179 43.635283, -87.791838 43.635246, -87.791912 43.635176, -87.791963 43.635114, -87.792157 43.634925, -87.792204 43.634867, -87.792344 43.634736, -87.792413 43.634677, -87.792582 43.634552, -87.792708 43.634446, -87.792758 43.634413, -87.792831 43.634375, -87.792885 43.634359, -87.793036 43.634332, -87.793274 43.634328, -87.7938 43.634362, -87.793863 43.634372, -87.793872 43.634375, -87.794719 43.631772, -87.795192 43.630392, -87.79429 43.630397, -87.794142 43.630379, -87.794024 43.630364, -87.792271 43.630358, -87.791881 43.630364, -87.79169 43.630373, -87.790999 43.630371, -87.788728 43.630352, -87.787647 43.630351, -87.785346 43.630333, -87.784306 43.630337, -87.784022 43.630335, -87.783463 43.630331, -87.780868 43.63033, -87.779742 43.630324, -87.779091 43.630325, -87.778146 43.630328, -87.778158 43.629856, -87.777206 43.62975, -87.777108 43.629942, -87.776935 43.630329, -87.775406 43.630319, -87.773498 43.630313, -87.771599 43.6303, -87.770213 43.630296, -87.769872 43.630296, -87.769884 43.629666, -87.770097 43.626592, -87.77014 43.625605, -87.770175 43.625017, -87.770269 43.623401, -87.770293 43.623096, -87.770293 43.623003, -87.770313 43.622845, -87.770413 43.621082, -87.770487 43.62003, -87.77052 43.619565, -87.770551 43.619007, -87.77061 43.617977, -87.770694 43.6164, -87.770738 43.615716, -87.771418 43.615739, -87.771502 43.615778, -87.771621 43.615786, -87.774551 43.615797, -87.777121 43.615809, -87.778294 43.61581, -87.779877 43.615801, -87.78101 43.615806, -87.783642 43.615798, -87.786179 43.61579, -87.787348 43.615797, -87.788411 43.615796, -87.790778 43.615783, -87.791628 43.615785, -87.79222 43.61578, -87.793003 43.615788, -87.79443 43.615788, -87.796139 43.615788, -87.79737 43.615795, -87.799013 43.615795, -87.799329 43.615803, -87.799344 43.6152, -87.800537 43.615204, -87.800539 43.615819, -87.801756 43.615835, -87.802163 43.615839, -87.802491 43.615842, -87.802599 43.615843, -87.801273 43.618589, -87.802231 43.618457, -87.803235 43.618447, -87.804268 43.619132, -87.80446 43.619136, -87.805658 43.619133, -87.809407 43.619123, -87.809408 43.622365, -87.809399 43.623028, -87.809386 43.626561, -87.808547 43.62662, -87.807928 43.626692, -87.807739 43.626693, -87.807766 43.627673, -87.807896 43.628615, -87.804161 43.629177, -87.804161 43.629267, -87.804167 43.629505, -87.804161 43.630186, -87.804162 43.630204, -87.803137 43.630222, -87.80314 43.630345))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 167.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Oostburg, Wisconsin\", \"geo_wkt\": \"POLYGON ((-87.80314 43.630345, -87.803177 43.631646, -87.800915 43.631662, -87.79926 43.631674, -87.799169 43.631675, -87.799039 43.631676, -87.795923 43.631704, -87.796466 43.630392, -87.79639 43.630391, -87.796282 43.630394, -87.795984 43.630391, -87.794425 43.634412, -87.792409 43.639483, -87.792372 43.639473, -87.792356 43.63945, -87.792351 43.639409, -87.792373 43.639352, -87.792409 43.639311, -87.792434 43.639269, -87.792455 43.639206, -87.792449 43.639151, -87.792415 43.63905, -87.792411 43.638957, -87.792374 43.638853, -87.792348 43.638799, -87.792314 43.638708, -87.792302 43.638622, -87.792273 43.638601, -87.792207 43.638594, -87.791938 43.638607, -87.791374 43.638568, -87.790412 43.638516, -87.789878 43.638503, -87.789803 43.638496, -87.78969 43.63847, -87.78959 43.638452, -87.789484 43.638438, -87.789374 43.638418, -87.788793 43.638269, -87.788574 43.638226, -87.788464 43.638199, -87.788375 43.638172, -87.788282 43.638154, -87.78816 43.638111, -87.788043 43.638041, -87.787995 43.637959, -87.787949 43.63792, -87.787905 43.637906, -87.787786 43.637878, -87.787685 43.637865, -87.787697 43.637848, -87.787757 43.637715, -87.787768 43.637667, -87.787772 43.637611, -87.787769 43.637544, -87.787775 43.637295, -87.787764 43.637244, -87.787776 43.637168, -87.787813 43.637133, -87.787877 43.6371, -87.788024 43.637074, -87.788484 43.636943, -87.788665 43.636905, -87.788829 43.636865, -87.788952 43.636818, -87.789235 43.636738, -87.789561 43.636638, -87.790037 43.636509, -87.790156 43.636463, -87.790255 43.636439, -87.790362 43.636389, -87.790485 43.636317, -87.790567 43.636246, -87.790663 43.636186, -87.79076 43.636146, -87.790982 43.636019, -87.791073 43.635954, -87.791163 43.635906, -87.791232 43.635847, -87.791343 43.63572, -87.791451 43.635577, -87.791538 43.635513, -87.79161 43.635447, -87.791687 43.635391, -87.79179 43.635283, -87.791838 43.635246, -87.791912 43.635176, -87.791963 43.635114, -87.792157 43.634925, -87.792204 43.634867, -87.792344 43.634736, -87.792413 43.634677, -87.792582 43.634552, -87.792708 43.634446, -87.792758 43.634413, -87.792831 43.634375, -87.792885 43.634359, -87.793036 43.634332, -87.793274 43.634328, -87.7938 43.634362, -87.793863 43.634372, -87.793872 43.634375, -87.794719 43.631772, -87.795192 43.630392, -87.79429 43.630397, -87.794142 43.630379, -87.794024 43.630364, -87.792271 43.630358, -87.791881 43.630364, -87.79169 43.630373, -87.790999 43.630371, -87.788728 43.630352, -87.787647 43.630351, -87.785346 43.630333, -87.784306 43.630337, -87.784022 43.630335, -87.783463 43.630331, -87.780868 43.63033, -87.779742 43.630324, -87.779091 43.630325, -87.778146 43.630328, -87.778158 43.629856, -87.777206 43.62975, -87.777108 43.629942, -87.776935 43.630329, -87.775406 43.630319, -87.773498 43.630313, -87.771599 43.6303, -87.770213 43.630296, -87.769872 43.630296, -87.769884 43.629666, -87.770097 43.626592, -87.77014 43.625605, -87.770175 43.625017, -87.770269 43.623401, -87.770293 43.623096, -87.770293 43.623003, -87.770313 43.622845, -87.770413 43.621082, -87.770487 43.62003, -87.77052 43.619565, -87.770551 43.619007, -87.77061 43.617977, -87.770694 43.6164, -87.770738 43.615716, -87.771418 43.615739, -87.771502 43.615778, -87.771621 43.615786, -87.774551 43.615797, -87.777121 43.615809, -87.778294 43.61581, -87.779877 43.615801, -87.78101 43.615806, -87.783642 43.615798, -87.786179 43.61579, -87.787348 43.615797, -87.788411 43.615796, -87.790778 43.615783, -87.791628 43.615785, -87.79222 43.61578, -87.793003 43.615788, -87.79443 43.615788, -87.796139 43.615788, -87.79737 43.615795, -87.799013 43.615795, -87.799329 43.615803, -87.799344 43.6152, -87.800537 43.615204, -87.800539 43.615819, -87.801756 43.615835, -87.802163 43.615839, -87.802491 43.615842, -87.802599 43.615843, -87.801273 43.618589, -87.802231 43.618457, -87.803235 43.618447, -87.804268 43.619132, -87.80446 43.619136, -87.805658 43.619133, -87.809407 43.619123, -87.809408 43.622365, -87.809399 43.623028, -87.809386 43.626561, -87.808547 43.62662, -87.807928 43.626692, -87.807739 43.626693, -87.807766 43.627673, -87.807896 43.628615, -87.804161 43.629177, -87.804161 43.629267, -87.804167 43.629505, -87.804161 43.630186, -87.804162 43.630204, -87.803137 43.630222, -87.80314 43.630345))\", \"region\": {\"id\": 24493, \"geometry\": \"POLYGON ((-87.80314 43.630345, -87.803177 43.631646, -87.800915 43.631662, -87.79926 43.631674, -87.799169 43.631675, -87.799039 43.631676, -87.795923 43.631704, -87.796466 43.630392, -87.79639 43.630391, -87.796282 43.630394, -87.795984 43.630391, -87.794425 43.634412, -87.792409 43.639483, -87.792372 43.639473, -87.792356 43.63945, -87.792351 43.639409, -87.792373 43.639352, -87.792409 43.639311, -87.792434 43.639269, -87.792455 43.639206, -87.792449 43.639151, -87.792415 43.63905, -87.792411 43.638957, -87.792374 43.638853, -87.792348 43.638799, -87.792314 43.638708, -87.792302 43.638622, -87.792273 43.638601, -87.792207 43.638594, -87.791938 43.638607, -87.791374 43.638568, -87.790412 43.638516, -87.789878 43.638503, -87.789803 43.638496, -87.78969 43.63847, -87.78959 43.638452, -87.789484 43.638438, -87.789374 43.638418, -87.788793 43.638269, -87.788574 43.638226, -87.788464 43.638199, -87.788375 43.638172, -87.788282 43.638154, -87.78816 43.638111, -87.788043 43.638041, -87.787995 43.637959, -87.787949 43.63792, -87.787905 43.637906, -87.787786 43.637878, -87.787685 43.637865, -87.787697 43.637848, -87.787757 43.637715, -87.787768 43.637667, -87.787772 43.637611, -87.787769 43.637544, -87.787775 43.637295, -87.787764 43.637244, -87.787776 43.637168, -87.787813 43.637133, -87.787877 43.6371, -87.788024 43.637074, -87.788484 43.636943, -87.788665 43.636905, -87.788829 43.636865, -87.788952 43.636818, -87.789235 43.636738, -87.789561 43.636638, -87.790037 43.636509, -87.790156 43.636463, -87.790255 43.636439, -87.790362 43.636389, -87.790485 43.636317, -87.790567 43.636246, -87.790663 43.636186, -87.79076 43.636146, -87.790982 43.636019, -87.791073 43.635954, -87.791163 43.635906, -87.791232 43.635847, -87.791343 43.63572, -87.791451 43.635577, -87.791538 43.635513, -87.79161 43.635447, -87.791687 43.635391, -87.79179 43.635283, -87.791838 43.635246, -87.791912 43.635176, -87.791963 43.635114, -87.792157 43.634925, -87.792204 43.634867, -87.792344 43.634736, -87.792413 43.634677, -87.792582 43.634552, -87.792708 43.634446, -87.792758 43.634413, -87.792831 43.634375, -87.792885 43.634359, -87.793036 43.634332, -87.793274 43.634328, -87.7938 43.634362, -87.793863 43.634372, -87.793872 43.634375, -87.794719 43.631772, -87.795192 43.630392, -87.79429 43.630397, -87.794142 43.630379, -87.794024 43.630364, -87.792271 43.630358, -87.791881 43.630364, -87.79169 43.630373, -87.790999 43.630371, -87.788728 43.630352, -87.787647 43.630351, -87.785346 43.630333, -87.784306 43.630337, -87.784022 43.630335, -87.783463 43.630331, -87.780868 43.63033, -87.779742 43.630324, -87.779091 43.630325, -87.778146 43.630328, -87.778158 43.629856, -87.777206 43.62975, -87.777108 43.629942, -87.776935 43.630329, -87.775406 43.630319, -87.773498 43.630313, -87.771599 43.6303, -87.770213 43.630296, -87.769872 43.630296, -87.769884 43.629666, -87.770097 43.626592, -87.77014 43.625605, -87.770175 43.625017, -87.770269 43.623401, -87.770293 43.623096, -87.770293 43.623003, -87.770313 43.622845, -87.770413 43.621082, -87.770487 43.62003, -87.77052 43.619565, -87.770551 43.619007, -87.77061 43.617977, -87.770694 43.6164, -87.770738 43.615716, -87.771418 43.615739, -87.771502 43.615778, -87.771621 43.615786, -87.774551 43.615797, -87.777121 43.615809, -87.778294 43.61581, -87.779877 43.615801, -87.78101 43.615806, -87.783642 43.615798, -87.786179 43.61579, -87.787348 43.615797, -87.788411 43.615796, -87.790778 43.615783, -87.791628 43.615785, -87.79222 43.61578, -87.793003 43.615788, -87.79443 43.615788, -87.796139 43.615788, -87.79737 43.615795, -87.799013 43.615795, -87.799329 43.615803, -87.799344 43.6152, -87.800537 43.615204, -87.800539 43.615819, -87.801756 43.615835, -87.802163 43.615839, -87.802491 43.615842, -87.802599 43.615843, -87.801273 43.618589, -87.802231 43.618457, -87.803235 43.618447, -87.804268 43.619132, -87.80446 43.619136, -87.805658 43.619133, -87.809407 43.619123, -87.809408 43.622365, -87.809399 43.623028, -87.809386 43.626561, -87.808547 43.62662, -87.807928 43.626692, -87.807739 43.626693, -87.807766 43.627673, -87.807896 43.628615, -87.804161 43.629177, -87.804161 43.629267, -87.804167 43.629505, -87.804161 43.630186, -87.804162 43.630204, -87.803137 43.630222, -87.80314 43.630345))\", \"region_name\": \"Oostburg\", \"border_type\": \"village\", \"wikidata\": \"Q3301271\", \"wikipedia\": \"en:Oostburg, Wisconsin\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0013", "group": "raster_only", "template": "elevation_min+region", "question": "What is the min elevation value within Warren, Massachusetts?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.170607 42.233288, -72.17084 42.233386, -72.171127 42.233478, -72.171193 42.233534, -72.1712 42.23359, -72.171062 42.233786, -72.171059 42.233807, -72.171087 42.233825, -72.171161 42.233843, -72.171239 42.233861, -72.171275 42.233915, -72.171283 42.233992, -72.171262 42.234047, -72.171287 42.234076, -72.17133 42.234086, -72.17139 42.234117, -72.171432 42.234159, -72.171433 42.234189, -72.171359 42.234198, -72.171321 42.234243, -72.171304 42.234293, -72.171371 42.234374, -72.171603 42.234574, -72.171797 42.234589, -72.171895 42.234531, -72.171966 42.234546, -72.172019 42.234616, -72.172108 42.2347, -72.172222 42.23477, -72.172462 42.234831, -72.172565 42.234891, -72.172714 42.234927, -72.172834 42.234944, -72.172975 42.234933, -72.173159 42.23506, -72.17332 42.235253, -72.173509 42.235401, -72.173615 42.235485, -72.173885 42.235625, -72.174082 42.23575, -72.174159 42.23589, -72.174186 42.236014, -72.174253 42.236233, -72.174366 42.236459, -72.174507 42.236702, -72.174874 42.236834, -72.17523 42.236856, -72.175604 42.236864, -72.175697 42.236915, -72.175739 42.236987, -72.175809 42.237003, -72.175887 42.236958, -72.175976 42.23691, -72.176228 42.23687, -72.17638 42.236911, -72.176515 42.236917, -72.176666 42.236851, -72.176754 42.236854, -72.176847 42.236922, -72.176959 42.236986, -72.177051 42.236965, -72.177167 42.236999, -72.177204 42.237071, -72.177298 42.237159, -72.177446 42.23723, -72.177655 42.237267, -72.177678 42.237315, -72.177606 42.237456, -72.17752 42.237584, -72.177498 42.237697, -72.177504 42.237872, -72.177585 42.238081, -72.177748 42.2382, -72.177808 42.238258, -72.177805 42.238382, -72.177825 42.238461, -72.177882 42.238611, -72.178018 42.238827, -72.178283 42.238969, -72.178422 42.239048, -72.17846 42.239133, -72.178341 42.239251, -72.178319 42.239347, -72.178297 42.239433, -72.178196 42.239492, -72.178174 42.239626, -72.178235 42.239811, -72.178332 42.240109, -72.17839 42.240335, -72.17842 42.240603, -72.178492 42.240856, -72.178531 42.241048, -72.178589 42.241274, -72.178642 42.241464, -72.178733 42.24175, -72.178773 42.242004, -72.178682 42.242194, -72.178684 42.242355, -72.178749 42.242424, -72.178875 42.242529, -72.178965 42.242707, -72.17901 42.24295, -72.179047 42.24305, -72.179097 42.243065, -72.179126 42.243094, -72.179133 42.243131, -72.179118 42.243197, -72.179142 42.243327, -72.179168 42.243356, -72.179175 42.243382, -72.179186 42.243413, -72.179172 42.243461, -72.179118 42.243609, -72.179129 42.243757, -72.179209 42.243928, -72.179302 42.24401, -72.179321 42.244044, -72.179308 42.244082, -72.179192 42.244162, -72.179166 42.244203, -72.179189 42.244247, -72.179296 42.244332, -72.179357 42.244411, -72.17928 42.244535, -72.179258 42.244618, -72.179277 42.244679, -72.179347 42.244713, -72.179526 42.244657, -72.179647 42.244718, -72.179722 42.244828, -72.179737 42.244934, -72.179673 42.244989, -72.179679 42.245106, -72.179558 42.245201, -72.179501 42.24532, -72.179507 42.245406, -72.179437 42.245502, -72.17942 42.24553, -72.179448 42.245564, -72.179509 42.245594, -72.179537 42.245673, -72.179593 42.2457, -72.179653 42.24569, -72.179722 42.2457, -72.179737 42.24573, -72.179668 42.245854, -72.179563 42.245896, -72.17947 42.245883, -72.179416 42.245959, -72.179403 42.246062, -72.179445 42.246144, -72.179567 42.246255, -72.181126 42.246074, -72.182162 42.247971, -72.182506 42.251388, -72.211076 42.251252, -72.21046 42.247205, -72.214585 42.247572, -72.214821 42.249041, -72.218068 42.248605, -72.22123 42.24525, -72.249619 42.216002, -72.255708 42.209675, -72.257541 42.207771, -72.25871 42.206946, -72.260159 42.205869, -72.260622 42.205423, -72.260812 42.205215, -72.261019 42.205004, -72.261205 42.204644, -72.261578 42.204316, -72.262059 42.203592, -72.262195 42.203354, -72.26249 42.203059, -72.262614 42.20282, -72.262792 42.202534, -72.262832 42.202344, -72.262903 42.201987, -72.263016 42.201654, -72.263162 42.201415, -72.263265 42.201153, -72.263411 42.200899, -72.263537 42.2007, -72.263683 42.200462, -72.263786 42.200208, -72.263964 42.199882, -72.264108 42.199501, -72.264207 42.19889, -72.264297 42.198359, -72.264389 42.198066, -72.26449 42.197669, -72.264623 42.197146, -72.264691 42.196725, -72.264708 42.196274, -72.264715 42.195965, -72.264712 42.195728, -72.264698 42.195403, -72.264651 42.195119, -72.264468 42.193996, -72.264454 42.193734, -72.264398 42.193529, -72.264269 42.193395, -72.263968 42.193183, -72.263508 42.19302, -72.263368 42.192871, -72.263276 42.192601, -72.263247 42.192213, -72.263264 42.191928, -72.263248 42.191731, -72.263251 42.191516, -72.263185 42.190908, -72.263132 42.190109, -72.263172 42.189887, -72.263212 42.189681, -72.263314 42.1893, -72.263397 42.189125, -72.26349 42.188848, -72.263615 42.188586, -72.26375 42.188323, -72.263778 42.187991, -72.263675 42.187429, -72.26359 42.187048, -72.263607 42.186824, -72.263653 42.186463, -72.263649 42.186155, -72.263735 42.185871, -72.263782 42.185655, -72.26379 42.18461, -72.263924 42.183831, -72.26341 42.183639, -72.200626 42.161287, -72.199348 42.153707, -72.141889 42.161, -72.14721 42.181472, -72.153902 42.207183, -72.170098 42.23258, -72.170607 42.233288))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 102.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Warren, Massachusetts\", \"geo_wkt\": \"POLYGON ((-72.170607 42.233288, -72.17084 42.233386, -72.171127 42.233478, -72.171193 42.233534, -72.1712 42.23359, -72.171062 42.233786, -72.171059 42.233807, -72.171087 42.233825, -72.171161 42.233843, -72.171239 42.233861, -72.171275 42.233915, -72.171283 42.233992, -72.171262 42.234047, -72.171287 42.234076, -72.17133 42.234086, -72.17139 42.234117, -72.171432 42.234159, -72.171433 42.234189, -72.171359 42.234198, -72.171321 42.234243, -72.171304 42.234293, -72.171371 42.234374, -72.171603 42.234574, -72.171797 42.234589, -72.171895 42.234531, -72.171966 42.234546, -72.172019 42.234616, -72.172108 42.2347, -72.172222 42.23477, -72.172462 42.234831, -72.172565 42.234891, -72.172714 42.234927, -72.172834 42.234944, -72.172975 42.234933, -72.173159 42.23506, -72.17332 42.235253, -72.173509 42.235401, -72.173615 42.235485, -72.173885 42.235625, -72.174082 42.23575, -72.174159 42.23589, -72.174186 42.236014, -72.174253 42.236233, -72.174366 42.236459, -72.174507 42.236702, -72.174874 42.236834, -72.17523 42.236856, -72.175604 42.236864, -72.175697 42.236915, -72.175739 42.236987, -72.175809 42.237003, -72.175887 42.236958, -72.175976 42.23691, -72.176228 42.23687, -72.17638 42.236911, -72.176515 42.236917, -72.176666 42.236851, -72.176754 42.236854, -72.176847 42.236922, -72.176959 42.236986, -72.177051 42.236965, -72.177167 42.236999, -72.177204 42.237071, -72.177298 42.237159, -72.177446 42.23723, -72.177655 42.237267, -72.177678 42.237315, -72.177606 42.237456, -72.17752 42.237584, -72.177498 42.237697, -72.177504 42.237872, -72.177585 42.238081, -72.177748 42.2382, -72.177808 42.238258, -72.177805 42.238382, -72.177825 42.238461, -72.177882 42.238611, -72.178018 42.238827, -72.178283 42.238969, -72.178422 42.239048, -72.17846 42.239133, -72.178341 42.239251, -72.178319 42.239347, -72.178297 42.239433, -72.178196 42.239492, -72.178174 42.239626, -72.178235 42.239811, -72.178332 42.240109, -72.17839 42.240335, -72.17842 42.240603, -72.178492 42.240856, -72.178531 42.241048, -72.178589 42.241274, -72.178642 42.241464, -72.178733 42.24175, -72.178773 42.242004, -72.178682 42.242194, -72.178684 42.242355, -72.178749 42.242424, -72.178875 42.242529, -72.178965 42.242707, -72.17901 42.24295, -72.179047 42.24305, -72.179097 42.243065, -72.179126 42.243094, -72.179133 42.243131, -72.179118 42.243197, -72.179142 42.243327, -72.179168 42.243356, -72.179175 42.243382, -72.179186 42.243413, -72.179172 42.243461, -72.179118 42.243609, -72.179129 42.243757, -72.179209 42.243928, -72.179302 42.24401, -72.179321 42.244044, -72.179308 42.244082, -72.179192 42.244162, -72.179166 42.244203, -72.179189 42.244247, -72.179296 42.244332, -72.179357 42.244411, -72.17928 42.244535, -72.179258 42.244618, -72.179277 42.244679, -72.179347 42.244713, -72.179526 42.244657, -72.179647 42.244718, -72.179722 42.244828, -72.179737 42.244934, -72.179673 42.244989, -72.179679 42.245106, -72.179558 42.245201, -72.179501 42.24532, -72.179507 42.245406, -72.179437 42.245502, -72.17942 42.24553, -72.179448 42.245564, -72.179509 42.245594, -72.179537 42.245673, -72.179593 42.2457, -72.179653 42.24569, -72.179722 42.2457, -72.179737 42.24573, -72.179668 42.245854, -72.179563 42.245896, -72.17947 42.245883, -72.179416 42.245959, -72.179403 42.246062, -72.179445 42.246144, -72.179567 42.246255, -72.181126 42.246074, -72.182162 42.247971, -72.182506 42.251388, -72.211076 42.251252, -72.21046 42.247205, -72.214585 42.247572, -72.214821 42.249041, -72.218068 42.248605, -72.22123 42.24525, -72.249619 42.216002, -72.255708 42.209675, -72.257541 42.207771, -72.25871 42.206946, -72.260159 42.205869, -72.260622 42.205423, -72.260812 42.205215, -72.261019 42.205004, -72.261205 42.204644, -72.261578 42.204316, -72.262059 42.203592, -72.262195 42.203354, -72.26249 42.203059, -72.262614 42.20282, -72.262792 42.202534, -72.262832 42.202344, -72.262903 42.201987, -72.263016 42.201654, -72.263162 42.201415, -72.263265 42.201153, -72.263411 42.200899, -72.263537 42.2007, -72.263683 42.200462, -72.263786 42.200208, -72.263964 42.199882, -72.264108 42.199501, -72.264207 42.19889, -72.264297 42.198359, -72.264389 42.198066, -72.26449 42.197669, -72.264623 42.197146, -72.264691 42.196725, -72.264708 42.196274, -72.264715 42.195965, -72.264712 42.195728, -72.264698 42.195403, -72.264651 42.195119, -72.264468 42.193996, -72.264454 42.193734, -72.264398 42.193529, -72.264269 42.193395, -72.263968 42.193183, -72.263508 42.19302, -72.263368 42.192871, -72.263276 42.192601, -72.263247 42.192213, -72.263264 42.191928, -72.263248 42.191731, -72.263251 42.191516, -72.263185 42.190908, -72.263132 42.190109, -72.263172 42.189887, -72.263212 42.189681, -72.263314 42.1893, -72.263397 42.189125, -72.26349 42.188848, -72.263615 42.188586, -72.26375 42.188323, -72.263778 42.187991, -72.263675 42.187429, -72.26359 42.187048, -72.263607 42.186824, -72.263653 42.186463, -72.263649 42.186155, -72.263735 42.185871, -72.263782 42.185655, -72.26379 42.18461, -72.263924 42.183831, -72.26341 42.183639, -72.200626 42.161287, -72.199348 42.153707, -72.141889 42.161, -72.14721 42.181472, -72.153902 42.207183, -72.170098 42.23258, -72.170607 42.233288))\", \"region\": {\"id\": 30844, \"geometry\": \"POLYGON ((-72.170607 42.233288, -72.17084 42.233386, -72.171127 42.233478, -72.171193 42.233534, -72.1712 42.23359, -72.171062 42.233786, -72.171059 42.233807, -72.171087 42.233825, -72.171161 42.233843, -72.171239 42.233861, -72.171275 42.233915, -72.171283 42.233992, -72.171262 42.234047, -72.171287 42.234076, -72.17133 42.234086, -72.17139 42.234117, -72.171432 42.234159, -72.171433 42.234189, -72.171359 42.234198, -72.171321 42.234243, -72.171304 42.234293, -72.171371 42.234374, -72.171603 42.234574, -72.171797 42.234589, -72.171895 42.234531, -72.171966 42.234546, -72.172019 42.234616, -72.172108 42.2347, -72.172222 42.23477, -72.172462 42.234831, -72.172565 42.234891, -72.172714 42.234927, -72.172834 42.234944, -72.172975 42.234933, -72.173159 42.23506, -72.17332 42.235253, -72.173509 42.235401, -72.173615 42.235485, -72.173885 42.235625, -72.174082 42.23575, -72.174159 42.23589, -72.174186 42.236014, -72.174253 42.236233, -72.174366 42.236459, -72.174507 42.236702, -72.174874 42.236834, -72.17523 42.236856, -72.175604 42.236864, -72.175697 42.236915, -72.175739 42.236987, -72.175809 42.237003, -72.175887 42.236958, -72.175976 42.23691, -72.176228 42.23687, -72.17638 42.236911, -72.176515 42.236917, -72.176666 42.236851, -72.176754 42.236854, -72.176847 42.236922, -72.176959 42.236986, -72.177051 42.236965, -72.177167 42.236999, -72.177204 42.237071, -72.177298 42.237159, -72.177446 42.23723, -72.177655 42.237267, -72.177678 42.237315, -72.177606 42.237456, -72.17752 42.237584, -72.177498 42.237697, -72.177504 42.237872, -72.177585 42.238081, -72.177748 42.2382, -72.177808 42.238258, -72.177805 42.238382, -72.177825 42.238461, -72.177882 42.238611, -72.178018 42.238827, -72.178283 42.238969, -72.178422 42.239048, -72.17846 42.239133, -72.178341 42.239251, -72.178319 42.239347, -72.178297 42.239433, -72.178196 42.239492, -72.178174 42.239626, -72.178235 42.239811, -72.178332 42.240109, -72.17839 42.240335, -72.17842 42.240603, -72.178492 42.240856, -72.178531 42.241048, -72.178589 42.241274, -72.178642 42.241464, -72.178733 42.24175, -72.178773 42.242004, -72.178682 42.242194, -72.178684 42.242355, -72.178749 42.242424, -72.178875 42.242529, -72.178965 42.242707, -72.17901 42.24295, -72.179047 42.24305, -72.179097 42.243065, -72.179126 42.243094, -72.179133 42.243131, -72.179118 42.243197, -72.179142 42.243327, -72.179168 42.243356, -72.179175 42.243382, -72.179186 42.243413, -72.179172 42.243461, -72.179118 42.243609, -72.179129 42.243757, -72.179209 42.243928, -72.179302 42.24401, -72.179321 42.244044, -72.179308 42.244082, -72.179192 42.244162, -72.179166 42.244203, -72.179189 42.244247, -72.179296 42.244332, -72.179357 42.244411, -72.17928 42.244535, -72.179258 42.244618, -72.179277 42.244679, -72.179347 42.244713, -72.179526 42.244657, -72.179647 42.244718, -72.179722 42.244828, -72.179737 42.244934, -72.179673 42.244989, -72.179679 42.245106, -72.179558 42.245201, -72.179501 42.24532, -72.179507 42.245406, -72.179437 42.245502, -72.17942 42.24553, -72.179448 42.245564, -72.179509 42.245594, -72.179537 42.245673, -72.179593 42.2457, -72.179653 42.24569, -72.179722 42.2457, -72.179737 42.24573, -72.179668 42.245854, -72.179563 42.245896, -72.17947 42.245883, -72.179416 42.245959, -72.179403 42.246062, -72.179445 42.246144, -72.179567 42.246255, -72.181126 42.246074, -72.182162 42.247971, -72.182506 42.251388, -72.211076 42.251252, -72.21046 42.247205, -72.214585 42.247572, -72.214821 42.249041, -72.218068 42.248605, -72.22123 42.24525, -72.249619 42.216002, -72.255708 42.209675, -72.257541 42.207771, -72.25871 42.206946, -72.260159 42.205869, -72.260622 42.205423, -72.260812 42.205215, -72.261019 42.205004, -72.261205 42.204644, -72.261578 42.204316, -72.262059 42.203592, -72.262195 42.203354, -72.26249 42.203059, -72.262614 42.20282, -72.262792 42.202534, -72.262832 42.202344, -72.262903 42.201987, -72.263016 42.201654, -72.263162 42.201415, -72.263265 42.201153, -72.263411 42.200899, -72.263537 42.2007, -72.263683 42.200462, -72.263786 42.200208, -72.263964 42.199882, -72.264108 42.199501, -72.264207 42.19889, -72.264297 42.198359, -72.264389 42.198066, -72.26449 42.197669, -72.264623 42.197146, -72.264691 42.196725, -72.264708 42.196274, -72.264715 42.195965, -72.264712 42.195728, -72.264698 42.195403, -72.264651 42.195119, -72.264468 42.193996, -72.264454 42.193734, -72.264398 42.193529, -72.264269 42.193395, -72.263968 42.193183, -72.263508 42.19302, -72.263368 42.192871, -72.263276 42.192601, -72.263247 42.192213, -72.263264 42.191928, -72.263248 42.191731, -72.263251 42.191516, -72.263185 42.190908, -72.263132 42.190109, -72.263172 42.189887, -72.263212 42.189681, -72.263314 42.1893, -72.263397 42.189125, -72.26349 42.188848, -72.263615 42.188586, -72.26375 42.188323, -72.263778 42.187991, -72.263675 42.187429, -72.26359 42.187048, -72.263607 42.186824, -72.263653 42.186463, -72.263649 42.186155, -72.263735 42.185871, -72.263782 42.185655, -72.26379 42.18461, -72.263924 42.183831, -72.26341 42.183639, -72.200626 42.161287, -72.199348 42.153707, -72.141889 42.161, -72.14721 42.181472, -72.153902 42.207183, -72.170098 42.23258, -72.170607 42.233288))\", \"region_name\": \"Warren\", \"border_type\": \"town\", \"wikidata\": \"Q2426601\", \"wikipedia\": \"en:Warren, Massachusetts\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0014", "group": "raster_only", "template": "elevation_min+region", "question": "What is the min elevation value within Bangor, Maine?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-68.720757 44.863652, -68.722122 44.862643, -68.724171 44.860834, -68.724666 44.860394, -68.729754 44.855901, -68.730812 44.854976, -68.730751 44.85476, -68.729586 44.850224, -68.729315 44.849094, -68.72911 44.848315, -68.729019 44.847964, -68.728965 44.847756, -68.728723 44.846833, -68.728392 44.845568, -68.728136 44.844568, -68.726389 44.837767, -68.726108 44.836632, -68.725777 44.835393, -68.724879 44.835504, -68.723525 44.835676, -68.722449 44.835817, -68.722209 44.834854, -68.721933 44.833714, -68.721391 44.83144, -68.721125 44.8303, -68.720406 44.827391, -68.720288 44.8269, -68.720012 44.825765, -68.719825 44.824968, -68.719818 44.824936, -68.719746 44.824635, -68.719685 44.824373, -68.71948 44.8235, -68.719199 44.822374, -68.719074 44.821838, -68.718958 44.821347, -68.718736 44.820392, -68.718933 44.820306, -68.724253 44.819272, -68.72782 44.817715, -68.730395 44.815967, -68.733523 44.814534, -68.735915 44.813308, -68.735981 44.813281, -68.738111 44.811868, -68.741754 44.810349, -68.74346 44.809842, -68.746203 44.809028, -68.747886 44.808062, -68.753821 44.804655, -68.754418 44.804313, -68.754575 44.804224, -68.75787 44.802332, -68.761265 44.800385, -68.762094 44.799909, -68.762923 44.799433, -68.763034 44.79938, -68.763368 44.799223, -68.76348 44.799171, -68.763566 44.799112, -68.763825 44.798935, -68.763912 44.798877, -68.76475 44.798331, -68.767267 44.796693, -68.768106 44.796148, -68.76848 44.795712, -68.768829 44.795308, -68.769552 44.794468, -68.769604 44.794406, -68.769702 44.794292, -68.769851 44.794117, -68.769916 44.794044, -68.76998 44.793971, -68.770978 44.792011, -68.771558 44.790873, -68.772159 44.789696, -68.773975 44.786132, -68.774338 44.785422, -68.774618 44.784874, -68.774897 44.784325, -68.774936 44.784249, -68.774975 44.784173, -68.775164 44.783793, -68.775354 44.783412, -68.775424 44.783271, -68.775497 44.783206, -68.775992 44.782766, -68.778092 44.780902, -68.779957 44.779244, -68.780687 44.778597, -68.780983 44.778334, -68.78128 44.778071, -68.781362 44.778119, -68.781535 44.77822, -68.781959 44.778468, -68.7823 44.778667, -68.782556 44.778816, -68.782559 44.778813, -68.782568 44.778807, -68.782572 44.778805, -68.784004 44.779517, -68.784069 44.779572, -68.784242 44.779658, -68.784326 44.7797, -68.78433 44.779702, -68.784342 44.779709, -68.784346 44.779712, -68.784445 44.779765, -68.784743 44.779924, -68.784843 44.779977, -68.786795 44.781001, -68.791752 44.783387, -68.813488 44.780601, -68.836429 44.777546, -68.859041 44.864947, -68.795221 44.873528, -68.78718 44.874563, -68.785885 44.874769, -68.784731 44.874911, -68.775932 44.87607, -68.757188 44.878514, -68.744425 44.880178, -68.741941 44.879226, -68.741547 44.878915, -68.737296 44.875829, -68.725102 44.866786, -68.723653 44.86574, -68.720757 44.863652))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Bangor, Maine\", \"geo_wkt\": \"POLYGON ((-68.720757 44.863652, -68.722122 44.862643, -68.724171 44.860834, -68.724666 44.860394, -68.729754 44.855901, -68.730812 44.854976, -68.730751 44.85476, -68.729586 44.850224, -68.729315 44.849094, -68.72911 44.848315, -68.729019 44.847964, -68.728965 44.847756, -68.728723 44.846833, -68.728392 44.845568, -68.728136 44.844568, -68.726389 44.837767, -68.726108 44.836632, -68.725777 44.835393, -68.724879 44.835504, -68.723525 44.835676, -68.722449 44.835817, -68.722209 44.834854, -68.721933 44.833714, -68.721391 44.83144, -68.721125 44.8303, -68.720406 44.827391, -68.720288 44.8269, -68.720012 44.825765, -68.719825 44.824968, -68.719818 44.824936, -68.719746 44.824635, -68.719685 44.824373, -68.71948 44.8235, -68.719199 44.822374, -68.719074 44.821838, -68.718958 44.821347, -68.718736 44.820392, -68.718933 44.820306, -68.724253 44.819272, -68.72782 44.817715, -68.730395 44.815967, -68.733523 44.814534, -68.735915 44.813308, -68.735981 44.813281, -68.738111 44.811868, -68.741754 44.810349, -68.74346 44.809842, -68.746203 44.809028, -68.747886 44.808062, -68.753821 44.804655, -68.754418 44.804313, -68.754575 44.804224, -68.75787 44.802332, -68.761265 44.800385, -68.762094 44.799909, -68.762923 44.799433, -68.763034 44.79938, -68.763368 44.799223, -68.76348 44.799171, -68.763566 44.799112, -68.763825 44.798935, -68.763912 44.798877, -68.76475 44.798331, -68.767267 44.796693, -68.768106 44.796148, -68.76848 44.795712, -68.768829 44.795308, -68.769552 44.794468, -68.769604 44.794406, -68.769702 44.794292, -68.769851 44.794117, -68.769916 44.794044, -68.76998 44.793971, -68.770978 44.792011, -68.771558 44.790873, -68.772159 44.789696, -68.773975 44.786132, -68.774338 44.785422, -68.774618 44.784874, -68.774897 44.784325, -68.774936 44.784249, -68.774975 44.784173, -68.775164 44.783793, -68.775354 44.783412, -68.775424 44.783271, -68.775497 44.783206, -68.775992 44.782766, -68.778092 44.780902, -68.779957 44.779244, -68.780687 44.778597, -68.780983 44.778334, -68.78128 44.778071, -68.781362 44.778119, -68.781535 44.77822, -68.781959 44.778468, -68.7823 44.778667, -68.782556 44.778816, -68.782559 44.778813, -68.782568 44.778807, -68.782572 44.778805, -68.784004 44.779517, -68.784069 44.779572, -68.784242 44.779658, -68.784326 44.7797, -68.78433 44.779702, -68.784342 44.779709, -68.784346 44.779712, -68.784445 44.779765, -68.784743 44.779924, -68.784843 44.779977, -68.786795 44.781001, -68.791752 44.783387, -68.813488 44.780601, -68.836429 44.777546, -68.859041 44.864947, -68.795221 44.873528, -68.78718 44.874563, -68.785885 44.874769, -68.784731 44.874911, -68.775932 44.87607, -68.757188 44.878514, -68.744425 44.880178, -68.741941 44.879226, -68.741547 44.878915, -68.737296 44.875829, -68.725102 44.866786, -68.723653 44.86574, -68.720757 44.863652))\", \"region\": {\"id\": 6156, \"geometry\": \"POLYGON ((-68.720757 44.863652, -68.722122 44.862643, -68.724171 44.860834, -68.724666 44.860394, -68.729754 44.855901, -68.730812 44.854976, -68.730751 44.85476, -68.729586 44.850224, -68.729315 44.849094, -68.72911 44.848315, -68.729019 44.847964, -68.728965 44.847756, -68.728723 44.846833, -68.728392 44.845568, -68.728136 44.844568, -68.726389 44.837767, -68.726108 44.836632, -68.725777 44.835393, -68.724879 44.835504, -68.723525 44.835676, -68.722449 44.835817, -68.722209 44.834854, -68.721933 44.833714, -68.721391 44.83144, -68.721125 44.8303, -68.720406 44.827391, -68.720288 44.8269, -68.720012 44.825765, -68.719825 44.824968, -68.719818 44.824936, -68.719746 44.824635, -68.719685 44.824373, -68.71948 44.8235, -68.719199 44.822374, -68.719074 44.821838, -68.718958 44.821347, -68.718736 44.820392, -68.718933 44.820306, -68.724253 44.819272, -68.72782 44.817715, -68.730395 44.815967, -68.733523 44.814534, -68.735915 44.813308, -68.735981 44.813281, -68.738111 44.811868, -68.741754 44.810349, -68.74346 44.809842, -68.746203 44.809028, -68.747886 44.808062, -68.753821 44.804655, -68.754418 44.804313, -68.754575 44.804224, -68.75787 44.802332, -68.761265 44.800385, -68.762094 44.799909, -68.762923 44.799433, -68.763034 44.79938, -68.763368 44.799223, -68.76348 44.799171, -68.763566 44.799112, -68.763825 44.798935, -68.763912 44.798877, -68.76475 44.798331, -68.767267 44.796693, -68.768106 44.796148, -68.76848 44.795712, -68.768829 44.795308, -68.769552 44.794468, -68.769604 44.794406, -68.769702 44.794292, -68.769851 44.794117, -68.769916 44.794044, -68.76998 44.793971, -68.770978 44.792011, -68.771558 44.790873, -68.772159 44.789696, -68.773975 44.786132, -68.774338 44.785422, -68.774618 44.784874, -68.774897 44.784325, -68.774936 44.784249, -68.774975 44.784173, -68.775164 44.783793, -68.775354 44.783412, -68.775424 44.783271, -68.775497 44.783206, -68.775992 44.782766, -68.778092 44.780902, -68.779957 44.779244, -68.780687 44.778597, -68.780983 44.778334, -68.78128 44.778071, -68.781362 44.778119, -68.781535 44.77822, -68.781959 44.778468, -68.7823 44.778667, -68.782556 44.778816, -68.782559 44.778813, -68.782568 44.778807, -68.782572 44.778805, -68.784004 44.779517, -68.784069 44.779572, -68.784242 44.779658, -68.784326 44.7797, -68.78433 44.779702, -68.784342 44.779709, -68.784346 44.779712, -68.784445 44.779765, -68.784743 44.779924, -68.784843 44.779977, -68.786795 44.781001, -68.791752 44.783387, -68.813488 44.780601, -68.836429 44.777546, -68.859041 44.864947, -68.795221 44.873528, -68.78718 44.874563, -68.785885 44.874769, -68.784731 44.874911, -68.775932 44.87607, -68.757188 44.878514, -68.744425 44.880178, -68.741941 44.879226, -68.741547 44.878915, -68.737296 44.875829, -68.725102 44.866786, -68.723653 44.86574, -68.720757 44.863652))\", \"region_name\": \"Bangor\", \"border_type\": \"city\", \"wikidata\": \"Q327012\", \"wikipedia\": \"en:Bangor, Maine\", \"place\": \"city\", \"admin_level\": \"8\", \"postal_code\": \"04401\"}}}"} -{"id": "raster_only/elevation_min+region/0015", "group": "raster_only", "template": "elevation_min+region", "question": "How low is the lowest point in La Fontaine, Indiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.719954 40.676822, -85.71861 40.676842, -85.718194 40.676848, -85.716977 40.676867, -85.716967 40.676259, -85.716945 40.674896, -85.71181 40.674994, -85.710204 40.675025, -85.710198 40.674429, -85.710196 40.673965, -85.710198 40.673925, -85.710189 40.673395, -85.711073 40.673356, -85.711113 40.673354, -85.713462 40.673314, -85.713567 40.673313, -85.713556 40.672702, -85.7135 40.671896, -85.713302 40.667196, -85.715877 40.667204, -85.718124 40.667196, -85.719397 40.667166, -85.720196 40.667147, -85.72429 40.667056, -85.724326 40.668712, -85.724347 40.670194, -85.724353 40.670568, -85.724372 40.670814, -85.724383 40.670965, -85.724381 40.671007, -85.725656 40.671009, -85.725649 40.671244, -85.725642 40.671585, -85.724892 40.671604, -85.724583 40.671612, -85.724234 40.671621, -85.724306 40.671711, -85.724772 40.672294, -85.725445 40.673135, -85.725468 40.673167, -85.726198 40.674202, -85.726552 40.6742, -85.726926 40.674197, -85.726947 40.674202, -85.72815 40.674186, -85.728193 40.674182, -85.728181 40.673774, -85.729024 40.673443, -85.729002 40.672787, -85.73025 40.672606, -85.730829 40.672415, -85.731344 40.672137, -85.732554 40.671532, -85.734414 40.671324, -85.734391 40.672151, -85.734372 40.673957, -85.733012 40.673968, -85.731451 40.67398, -85.731206 40.673991, -85.729433 40.674008, -85.729446 40.674161, -85.72946 40.675015, -85.729143 40.675091, -85.728875 40.675134, -85.728709 40.675167, -85.727217 40.67558, -85.727124 40.675604, -85.727164 40.675665, -85.727474 40.676091, -85.728241 40.67694, -85.731584 40.679953, -85.733116 40.681306, -85.732775 40.681322, -85.732662 40.681325, -85.732102 40.681337, -85.730117 40.681373, -85.728636 40.681405, -85.726987 40.681448, -85.725598 40.681462, -85.72531 40.681468, -85.724959 40.681496, -85.724666 40.681506, -85.723721 40.681519, -85.723048 40.680527, -85.721364 40.678209, -85.72074 40.677316, -85.719992 40.676822, -85.719954 40.676822))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 226.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"La Fontaine, Indiana\", \"geo_wkt\": \"POLYGON ((-85.719954 40.676822, -85.71861 40.676842, -85.718194 40.676848, -85.716977 40.676867, -85.716967 40.676259, -85.716945 40.674896, -85.71181 40.674994, -85.710204 40.675025, -85.710198 40.674429, -85.710196 40.673965, -85.710198 40.673925, -85.710189 40.673395, -85.711073 40.673356, -85.711113 40.673354, -85.713462 40.673314, -85.713567 40.673313, -85.713556 40.672702, -85.7135 40.671896, -85.713302 40.667196, -85.715877 40.667204, -85.718124 40.667196, -85.719397 40.667166, -85.720196 40.667147, -85.72429 40.667056, -85.724326 40.668712, -85.724347 40.670194, -85.724353 40.670568, -85.724372 40.670814, -85.724383 40.670965, -85.724381 40.671007, -85.725656 40.671009, -85.725649 40.671244, -85.725642 40.671585, -85.724892 40.671604, -85.724583 40.671612, -85.724234 40.671621, -85.724306 40.671711, -85.724772 40.672294, -85.725445 40.673135, -85.725468 40.673167, -85.726198 40.674202, -85.726552 40.6742, -85.726926 40.674197, -85.726947 40.674202, -85.72815 40.674186, -85.728193 40.674182, -85.728181 40.673774, -85.729024 40.673443, -85.729002 40.672787, -85.73025 40.672606, -85.730829 40.672415, -85.731344 40.672137, -85.732554 40.671532, -85.734414 40.671324, -85.734391 40.672151, -85.734372 40.673957, -85.733012 40.673968, -85.731451 40.67398, -85.731206 40.673991, -85.729433 40.674008, -85.729446 40.674161, -85.72946 40.675015, -85.729143 40.675091, -85.728875 40.675134, -85.728709 40.675167, -85.727217 40.67558, -85.727124 40.675604, -85.727164 40.675665, -85.727474 40.676091, -85.728241 40.67694, -85.731584 40.679953, -85.733116 40.681306, -85.732775 40.681322, -85.732662 40.681325, -85.732102 40.681337, -85.730117 40.681373, -85.728636 40.681405, -85.726987 40.681448, -85.725598 40.681462, -85.72531 40.681468, -85.724959 40.681496, -85.724666 40.681506, -85.723721 40.681519, -85.723048 40.680527, -85.721364 40.678209, -85.72074 40.677316, -85.719992 40.676822, -85.719954 40.676822))\", \"region\": {\"id\": 7845, \"geometry\": \"POLYGON ((-85.719954 40.676822, -85.71861 40.676842, -85.718194 40.676848, -85.716977 40.676867, -85.716967 40.676259, -85.716945 40.674896, -85.71181 40.674994, -85.710204 40.675025, -85.710198 40.674429, -85.710196 40.673965, -85.710198 40.673925, -85.710189 40.673395, -85.711073 40.673356, -85.711113 40.673354, -85.713462 40.673314, -85.713567 40.673313, -85.713556 40.672702, -85.7135 40.671896, -85.713302 40.667196, -85.715877 40.667204, -85.718124 40.667196, -85.719397 40.667166, -85.720196 40.667147, -85.72429 40.667056, -85.724326 40.668712, -85.724347 40.670194, -85.724353 40.670568, -85.724372 40.670814, -85.724383 40.670965, -85.724381 40.671007, -85.725656 40.671009, -85.725649 40.671244, -85.725642 40.671585, -85.724892 40.671604, -85.724583 40.671612, -85.724234 40.671621, -85.724306 40.671711, -85.724772 40.672294, -85.725445 40.673135, -85.725468 40.673167, -85.726198 40.674202, -85.726552 40.6742, -85.726926 40.674197, -85.726947 40.674202, -85.72815 40.674186, -85.728193 40.674182, -85.728181 40.673774, -85.729024 40.673443, -85.729002 40.672787, -85.73025 40.672606, -85.730829 40.672415, -85.731344 40.672137, -85.732554 40.671532, -85.734414 40.671324, -85.734391 40.672151, -85.734372 40.673957, -85.733012 40.673968, -85.731451 40.67398, -85.731206 40.673991, -85.729433 40.674008, -85.729446 40.674161, -85.72946 40.675015, -85.729143 40.675091, -85.728875 40.675134, -85.728709 40.675167, -85.727217 40.67558, -85.727124 40.675604, -85.727164 40.675665, -85.727474 40.676091, -85.728241 40.67694, -85.731584 40.679953, -85.733116 40.681306, -85.732775 40.681322, -85.732662 40.681325, -85.732102 40.681337, -85.730117 40.681373, -85.728636 40.681405, -85.726987 40.681448, -85.725598 40.681462, -85.72531 40.681468, -85.724959 40.681496, -85.724666 40.681506, -85.723721 40.681519, -85.723048 40.680527, -85.721364 40.678209, -85.72074 40.677316, -85.719992 40.676822, -85.719954 40.676822))\", \"region_name\": \"La Fontaine\", \"border_type\": \"town\", \"wikidata\": \"Q1976205\", \"wikipedia\": \"en:La Fontaine, Indiana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0016", "group": "raster_only", "template": "elevation_min+region", "question": "What floor elevation does La Porte City, Iowa have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-92.1766 42.326355, -92.176651 42.323395, -92.176672 42.320081, -92.176696 42.318702, -92.17672 42.311894, -92.176713 42.307807, -92.176766 42.30106, -92.181457 42.301091, -92.186352 42.301073, -92.196503 42.301104, -92.20591 42.301154, -92.205944 42.311975, -92.205866 42.325876, -92.206078 42.325882, -92.206637 42.3265, -92.1766 42.326355))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 214.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"La Porte City, Iowa\", \"geo_wkt\": \"POLYGON ((-92.1766 42.326355, -92.176651 42.323395, -92.176672 42.320081, -92.176696 42.318702, -92.17672 42.311894, -92.176713 42.307807, -92.176766 42.30106, -92.181457 42.301091, -92.186352 42.301073, -92.196503 42.301104, -92.20591 42.301154, -92.205944 42.311975, -92.205866 42.325876, -92.206078 42.325882, -92.206637 42.3265, -92.1766 42.326355))\", \"region\": {\"id\": 1821, \"geometry\": \"POLYGON ((-92.1766 42.326355, -92.176651 42.323395, -92.176672 42.320081, -92.176696 42.318702, -92.17672 42.311894, -92.176713 42.307807, -92.176766 42.30106, -92.181457 42.301091, -92.186352 42.301073, -92.196503 42.301104, -92.20591 42.301154, -92.205944 42.311975, -92.205866 42.325876, -92.206078 42.325882, -92.206637 42.3265, -92.1766 42.326355))\", \"region_name\": \"La Porte City\", \"border_type\": \"city\", \"wikidata\": \"Q1913054\", \"wikipedia\": \"en:La Porte City, Iowa\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_min+region/0017", "group": "raster_only", "template": "elevation_min+region", "question": "In Canaan Township, Morrow County, Ohio, what is the minimum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-82.881263 40.557098, -82.881397 40.557104, -82.882073 40.557116, -82.882682 40.557127, -82.884679 40.557155, -82.885477 40.557176, -82.886142 40.557198, -82.887748 40.557224, -82.889074 40.557253, -82.890853 40.557266, -82.891189 40.557269, -82.892516 40.557282, -82.893977 40.557291, -82.894868 40.557299, -82.896741 40.557316, -82.898717 40.557339, -82.90037 40.557355, -82.903894 40.557405, -82.904552 40.557407, -82.905612 40.557423, -82.906142 40.557437, -82.906798 40.557439, -82.907326 40.557446, -82.907855 40.557445, -82.90931 40.557472, -82.91251 40.557512, -82.912688 40.557514, -82.914494 40.557537, -82.914618 40.557541, -82.914894 40.557537, -82.915423 40.557545, -82.916484 40.557565, -82.918867 40.557594, -82.919391 40.557603, -82.919911 40.557603, -82.920701 40.557609, -82.921492 40.557624, -82.922286 40.557632, -82.923345 40.557636, -82.924008 40.557646, -82.924934 40.557651, -82.925629 40.557656, -82.926518 40.557663, -82.929043 40.557701, -82.929574 40.557706, -82.930638 40.55772, -82.931435 40.557724, -82.932758 40.557742, -82.933681 40.55774, -82.934608 40.557754, -82.936718 40.557769, -82.936982 40.557756, -82.937113 40.557755, -82.937773 40.557783, -82.938447 40.557797, -82.938825 40.557796, -82.939434 40.557803, -82.939619 40.557805, -82.940151 40.557804, -82.940549 40.557799, -82.941216 40.557805, -82.941745 40.557811, -82.942538 40.55782, -82.944911 40.557843, -82.945972 40.557856, -82.94677 40.557856, -82.947565 40.557861, -82.947699 40.557865, -82.947962 40.557864, -82.948323 40.557861, -82.94849 40.55786, -82.949016 40.557868, -82.949287 40.55787, -82.950688 40.55788, -82.95275 40.557894, -82.95564 40.557919, -82.956572 40.557921, -82.957577 40.557934, -82.957932 40.586439, -82.957862 40.601531, -82.957801 40.616105, -82.957673 40.630676, -82.957714 40.635652, -82.957742 40.637915, -82.957781 40.641661, -82.957788 40.645189, -82.951538 40.645257, -82.91466 40.645874, -82.913024 40.645905, -82.906534 40.645945, -82.906268 40.64595, -82.904015 40.645983, -82.901218 40.646009, -82.897897 40.646048, -82.896437 40.64607, -82.895109 40.646083, -82.894847 40.646087, -82.894551 40.646091, -82.892984 40.646113, -82.8898 40.646166, -82.889139 40.646173, -82.888874 40.646177, -82.888329 40.646185, -82.888238 40.646186, -82.88754 40.646197, -82.88673 40.646207, -82.886218 40.646213, -82.885967 40.646216, -82.883148 40.646251, -82.881964 40.646264, -82.880669 40.646277, -82.878656 40.646298, -82.876789 40.64631, -82.87667 40.646311, -82.876398 40.646313, -82.871183 40.646356, -82.864248 40.646384, -82.861583 40.646395, -82.859749 40.646416, -82.860758 40.608254, -82.88043 40.608477, -82.881205 40.586233, -82.88112 40.579321, -82.881263 40.557098))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 273.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Canaan Township, Morrow County, Ohio\", \"geo_wkt\": \"POLYGON ((-82.881263 40.557098, -82.881397 40.557104, -82.882073 40.557116, -82.882682 40.557127, -82.884679 40.557155, -82.885477 40.557176, -82.886142 40.557198, -82.887748 40.557224, -82.889074 40.557253, -82.890853 40.557266, -82.891189 40.557269, -82.892516 40.557282, -82.893977 40.557291, -82.894868 40.557299, -82.896741 40.557316, -82.898717 40.557339, -82.90037 40.557355, -82.903894 40.557405, -82.904552 40.557407, -82.905612 40.557423, -82.906142 40.557437, -82.906798 40.557439, -82.907326 40.557446, -82.907855 40.557445, -82.90931 40.557472, -82.91251 40.557512, -82.912688 40.557514, -82.914494 40.557537, -82.914618 40.557541, -82.914894 40.557537, -82.915423 40.557545, -82.916484 40.557565, -82.918867 40.557594, -82.919391 40.557603, -82.919911 40.557603, -82.920701 40.557609, -82.921492 40.557624, -82.922286 40.557632, -82.923345 40.557636, -82.924008 40.557646, -82.924934 40.557651, -82.925629 40.557656, -82.926518 40.557663, -82.929043 40.557701, -82.929574 40.557706, -82.930638 40.55772, -82.931435 40.557724, -82.932758 40.557742, -82.933681 40.55774, -82.934608 40.557754, -82.936718 40.557769, -82.936982 40.557756, -82.937113 40.557755, -82.937773 40.557783, -82.938447 40.557797, -82.938825 40.557796, -82.939434 40.557803, -82.939619 40.557805, -82.940151 40.557804, -82.940549 40.557799, -82.941216 40.557805, -82.941745 40.557811, -82.942538 40.55782, -82.944911 40.557843, -82.945972 40.557856, -82.94677 40.557856, -82.947565 40.557861, -82.947699 40.557865, -82.947962 40.557864, -82.948323 40.557861, -82.94849 40.55786, -82.949016 40.557868, -82.949287 40.55787, -82.950688 40.55788, -82.95275 40.557894, -82.95564 40.557919, -82.956572 40.557921, -82.957577 40.557934, -82.957932 40.586439, -82.957862 40.601531, -82.957801 40.616105, -82.957673 40.630676, -82.957714 40.635652, -82.957742 40.637915, -82.957781 40.641661, -82.957788 40.645189, -82.951538 40.645257, -82.91466 40.645874, -82.913024 40.645905, -82.906534 40.645945, -82.906268 40.64595, -82.904015 40.645983, -82.901218 40.646009, -82.897897 40.646048, -82.896437 40.64607, -82.895109 40.646083, -82.894847 40.646087, -82.894551 40.646091, -82.892984 40.646113, -82.8898 40.646166, -82.889139 40.646173, -82.888874 40.646177, -82.888329 40.646185, -82.888238 40.646186, -82.88754 40.646197, -82.88673 40.646207, -82.886218 40.646213, -82.885967 40.646216, -82.883148 40.646251, -82.881964 40.646264, -82.880669 40.646277, -82.878656 40.646298, -82.876789 40.64631, -82.87667 40.646311, -82.876398 40.646313, -82.871183 40.646356, -82.864248 40.646384, -82.861583 40.646395, -82.859749 40.646416, -82.860758 40.608254, -82.88043 40.608477, -82.881205 40.586233, -82.88112 40.579321, -82.881263 40.557098))\", \"region\": {\"id\": 30203, \"geometry\": \"POLYGON ((-82.881263 40.557098, -82.881397 40.557104, -82.882073 40.557116, -82.882682 40.557127, -82.884679 40.557155, -82.885477 40.557176, -82.886142 40.557198, -82.887748 40.557224, -82.889074 40.557253, -82.890853 40.557266, -82.891189 40.557269, -82.892516 40.557282, -82.893977 40.557291, -82.894868 40.557299, -82.896741 40.557316, -82.898717 40.557339, -82.90037 40.557355, -82.903894 40.557405, -82.904552 40.557407, -82.905612 40.557423, -82.906142 40.557437, -82.906798 40.557439, -82.907326 40.557446, -82.907855 40.557445, -82.90931 40.557472, -82.91251 40.557512, -82.912688 40.557514, -82.914494 40.557537, -82.914618 40.557541, -82.914894 40.557537, -82.915423 40.557545, -82.916484 40.557565, -82.918867 40.557594, -82.919391 40.557603, -82.919911 40.557603, -82.920701 40.557609, -82.921492 40.557624, -82.922286 40.557632, -82.923345 40.557636, -82.924008 40.557646, -82.924934 40.557651, -82.925629 40.557656, -82.926518 40.557663, -82.929043 40.557701, -82.929574 40.557706, -82.930638 40.55772, -82.931435 40.557724, -82.932758 40.557742, -82.933681 40.55774, -82.934608 40.557754, -82.936718 40.557769, -82.936982 40.557756, -82.937113 40.557755, -82.937773 40.557783, -82.938447 40.557797, -82.938825 40.557796, -82.939434 40.557803, -82.939619 40.557805, -82.940151 40.557804, -82.940549 40.557799, -82.941216 40.557805, -82.941745 40.557811, -82.942538 40.55782, -82.944911 40.557843, -82.945972 40.557856, -82.94677 40.557856, -82.947565 40.557861, -82.947699 40.557865, -82.947962 40.557864, -82.948323 40.557861, -82.94849 40.55786, -82.949016 40.557868, -82.949287 40.55787, -82.950688 40.55788, -82.95275 40.557894, -82.95564 40.557919, -82.956572 40.557921, -82.957577 40.557934, -82.957932 40.586439, -82.957862 40.601531, -82.957801 40.616105, -82.957673 40.630676, -82.957714 40.635652, -82.957742 40.637915, -82.957781 40.641661, -82.957788 40.645189, -82.951538 40.645257, -82.91466 40.645874, -82.913024 40.645905, -82.906534 40.645945, -82.906268 40.64595, -82.904015 40.645983, -82.901218 40.646009, -82.897897 40.646048, -82.896437 40.64607, -82.895109 40.646083, -82.894847 40.646087, -82.894551 40.646091, -82.892984 40.646113, -82.8898 40.646166, -82.889139 40.646173, -82.888874 40.646177, -82.888329 40.646185, -82.888238 40.646186, -82.88754 40.646197, -82.88673 40.646207, -82.886218 40.646213, -82.885967 40.646216, -82.883148 40.646251, -82.881964 40.646264, -82.880669 40.646277, -82.878656 40.646298, -82.876789 40.64631, -82.87667 40.646311, -82.876398 40.646313, -82.871183 40.646356, -82.864248 40.646384, -82.861583 40.646395, -82.859749 40.646416, -82.860758 40.608254, -82.88043 40.608477, -82.881205 40.586233, -82.88112 40.579321, -82.881263 40.557098))\", \"region_name\": \"Canaan Township\", \"border_type\": \"township\", \"wikidata\": \"Q5029190\", \"wikipedia\": \"en:Canaan Township, Morrow County, Ohio\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_min+region/0018", "group": "raster_only", "template": "elevation_min+region", "question": "What floor elevation does Reynolds Township, Michigan have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.442614 43.468138, -85.442675 43.381294, -85.50231 43.38105, -85.562586 43.381185, -85.562406 43.468089, -85.522149 43.46773, -85.48225 43.467983, -85.482035 43.467984, -85.442614 43.468138))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 227.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Reynolds Township, Michigan\", \"geo_wkt\": \"POLYGON ((-85.442614 43.468138, -85.442675 43.381294, -85.50231 43.38105, -85.562586 43.381185, -85.562406 43.468089, -85.522149 43.46773, -85.48225 43.467983, -85.482035 43.467984, -85.442614 43.468138))\", \"region\": {\"id\": 17165, \"geometry\": \"POLYGON ((-85.442614 43.468138, -85.442675 43.381294, -85.50231 43.38105, -85.562586 43.381185, -85.562406 43.468089, -85.522149 43.46773, -85.48225 43.467983, -85.482035 43.467984, -85.442614 43.468138))\", \"region_name\": \"Reynolds Township\", \"border_type\": \"township\", \"wikidata\": \"Q7319674\", \"wikipedia\": \"en:Reynolds Township, Michigan\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_min+region/0019", "group": "raster_only", "template": "elevation_min+region", "question": "In Groton Long Point, what is the minimum elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.001681 41.320529, -72.001843 41.320469, -72.00199 41.320406, -72.00213 41.320337, -72.002266 41.320262, -72.002395 41.320181, -72.002517 41.320094, -72.002633 41.320002, -72.002741 41.319905, -72.00285 41.319742, -72.002904 41.319617, -72.003127 41.319324, -72.003163 41.319181, -72.003149 41.319052, -72.00318 41.318903, -72.003175 41.318781, -72.003169 41.31865, -72.003156 41.318366, -72.003187 41.318302, -72.003248 41.318191, -72.003279 41.318115, -72.003284 41.318068, -72.003343 41.317975, -72.003392 41.31792, -72.003498 41.317768, -72.003672 41.317521, -72.003724 41.317461, -72.003758 41.317431, -72.003772 41.317397, -72.003782 41.317347, -72.003791 41.317187, -72.003791 41.31703, -72.003777 41.316917, -72.003773 41.316774, -72.003793 41.316591, -72.003786 41.316359, -72.00379 41.316249, -72.003779 41.316164, -72.00378 41.316082, -72.003772 41.315982, -72.003785 41.315832, -72.003767 41.315568, -72.003741 41.315466, -72.00372 41.315431, -72.003694 41.315405, -72.003636 41.315391, -72.003622 41.315383, -72.003618 41.315359, -72.003633 41.315341, -72.003644 41.315336, -72.003665 41.315333, -72.003708 41.315338, -72.003734 41.315351, -72.003749 41.315349, -72.00377 41.31533, -72.004106 41.314952, -72.004401 41.314605, -72.004537 41.31443, -72.004599 41.314339, -72.004638 41.314265, -72.004673 41.314176, -72.004682 41.314129, -72.004667 41.314068, -72.004638 41.314014, -72.004507 41.313853, -72.004401 41.313735, -72.004343 41.31367, -72.004307 41.313619, -72.004282 41.313551, -72.004281 41.313501, -72.004292 41.313459, -72.004289 41.313402, -72.004269 41.313338, -72.004243 41.313203, -72.004212 41.3131, -72.004205 41.313042, -72.004213 41.312994, -72.004276 41.312841, -72.004306 41.312696, -72.004285 41.312627, -72.00428 41.312577, -72.004145 41.312412, -72.004128 41.312373, -72.004076 41.312292, -72.004011 41.312236, -72.003985 41.312218, -72.003947 41.312205, -72.003887 41.312162, -72.003803 41.312118, -72.003774 41.312093, -72.003745 41.312059, -72.0037 41.311983, -72.003681 41.311913, -72.003689 41.311871, -72.003709 41.31184, -72.003738 41.311811, -72.003772 41.31173, -72.003737 41.311582, -72.003739 41.311533, -72.003768 41.311492, -72.003794 41.311433, -72.003828 41.31126, -72.003826 41.311117, -72.003832 41.311009, -72.003823 41.310937, -72.003814 41.310854, -72.003836 41.31068, -72.003858 41.310604, -72.003909 41.310487, -72.004006 41.310346, -72.004071 41.31024, -72.004121 41.310156, -72.004164 41.310071, -72.004178 41.310018, -72.004186 41.309944, -72.004169 41.309918, -72.004159 41.309888, -72.004176 41.30985, -72.00421 41.309812, -72.004307 41.30966, -72.004386 41.309395, -72.004415 41.309314, -72.00442 41.309223, -72.004366 41.309023, -72.004343 41.308815, -72.004325 41.308747, -72.004269 41.30864, -72.004267 41.308601, -72.004285 41.308543, -72.00436 41.308432, -72.004404 41.308376, -72.004448 41.308329, -72.004494 41.308266, -72.004501 41.308205, -72.004488 41.308031, -72.0045 41.307953, -72.004557 41.307805, -72.004586 41.307753, -72.004628 41.307628, -72.004626 41.307542, -72.004602 41.307476, -72.004559 41.307398, -72.004542 41.307383, -72.004521 41.307373, -72.004492 41.307367, -72.004463 41.307369, -72.004416 41.307374, -72.004369 41.307375, -72.004304 41.307372, -72.004241 41.307362, -72.004213 41.307353, -72.00419 41.30734, -72.004173 41.307322, -72.004183 41.307302, -72.004202 41.307286, -72.004226 41.307277, -72.004252 41.307274, -72.00444 41.307285, -72.004464 41.307281, -72.00448 41.307274, -72.004512 41.307203, -72.004549 41.307134, -72.00456 41.307116, -72.004598 41.307056, -72.004655 41.306982, -72.004699 41.30687, -72.004728 41.306811, -72.00479 41.30672, -72.004826 41.306672, -72.004875 41.306592, -72.00492 41.306529, -72.005002 41.306464, -72.005064 41.306456, -72.005122 41.306454, -72.005256 41.30649, -72.005352 41.306525, -72.005416 41.306565, -72.005495 41.30663, -72.005536 41.306666, -72.005649 41.30678, -72.005779 41.30691, -72.005971 41.307104, -72.006054 41.307187, -72.006122 41.307163, -72.00616 41.307254, -72.006158 41.307291, -72.006147 41.307333, -72.006149 41.307358, -72.006164 41.307396, -72.006192 41.30744, -72.006257 41.307465, -72.006309 41.307482, -72.006421 41.30755, -72.006503 41.307617, -72.006564 41.307668, -72.006841 41.307815, -72.006967 41.307873, -72.007107 41.307931, -72.007402 41.308036, -72.007562 41.308074, -72.007743 41.308108, -72.007886 41.308123, -72.008069 41.308136, -72.008241 41.308133, -72.008374 41.308124, -72.008496 41.308111, -72.008675 41.308086, -72.008793 41.308084, -72.008854 41.308065, -72.00891 41.308032, -72.008945 41.308005, -72.009092 41.307938, -72.00915 41.30789, -72.009207 41.307833, -72.009213 41.30782, -72.009254 41.307732, -72.00927 41.307714, -72.009451 41.307535, -72.009419 41.307485, -72.009438 41.307447, -72.009459 41.30737, -72.009499 41.307164, -72.009521 41.307116, -72.009554 41.307095, -72.009638 41.307078, -72.009798 41.307084, -72.009966 41.307099, -72.01015 41.30709, -72.010326 41.307021, -72.010325 41.307003, -72.010432 41.306925, -72.010466 41.306911, -72.010513 41.306887, -72.010601 41.306862, -72.010609 41.306834, -72.010648 41.306828, -72.010653 41.30682, -72.01066 41.306773, -72.01068 41.306755, -72.01072 41.306752, -72.010796 41.306764, -72.010837 41.306767, -72.010953 41.306748, -72.011022 41.306762, -72.011044 41.306762, -72.011074 41.306749, -72.011108 41.306723, -72.011122 41.306717, -72.011146 41.306714, -72.011173 41.306716, -72.011202 41.306727, -72.011213 41.306735, -72.011234 41.306769, -72.011269 41.306879, -72.011272 41.306932, -72.011281 41.306954, -72.011317 41.30699, -72.011322 41.307, -72.011326 41.307017, -72.011322 41.307049, -72.011305 41.307086, -72.011298 41.307127, -72.011305 41.30724, -72.01138 41.307474, -72.011384 41.307483, -72.011435 41.307584, -72.011437 41.307592, -72.011444 41.307622, -72.01147 41.307723, -72.011474 41.307732, -72.011537 41.307864, -72.011536 41.307873, -72.011525 41.307994, -72.01152 41.308003, -72.011441 41.308136, -72.011437 41.308144, -72.011376 41.308275, -72.011374 41.308283, -72.01133 41.308413, -72.011332 41.308421, -72.011363 41.308548, -72.011365 41.308556, -72.011414 41.30875, -72.011414 41.308759, -72.011406 41.308958, -72.011399 41.308967, -72.011292 41.309097, -72.011281 41.309105, -72.011112 41.30924, -72.01111 41.309249, -72.011049 41.309519, -72.011079 41.309628, -72.011083 41.309671, -72.011076 41.309703, -72.01106 41.309737, -72.011032 41.309771, -72.010992 41.309801, -72.010865 41.309867, -72.01084 41.30985, -72.010616 41.30994, -72.010628 41.30996, -72.010626 41.309978, -72.010588 41.310064, -72.010584 41.3101, -72.010586 41.310142, -72.010605 41.310272, -72.010622 41.310333, -72.010661 41.310424, -72.01068 41.310479, -72.010719 41.310547, -72.010759 41.310608, -72.010802 41.310663, -72.010816 41.310721, -72.010841 41.310784, -72.010912 41.310915, -72.010975 41.310973, -72.011214 41.311216, -72.011542 41.311497, -72.011765 41.311677, -72.011946 41.311834, -72.012069 41.311922, -72.012403 41.312191, -72.012524 41.312272, -72.012726 41.31242, -72.013165 41.312727, -72.013562 41.312994, -72.013965 41.313255, -72.014647 41.313629, -72.014872 41.313751, -72.015063 41.313838, -72.015309 41.313932, -72.01546 41.313995, -72.01557 41.314033, -72.015684 41.314066, -72.015829 41.314098, -72.016007 41.314125, -72.016158 41.314136, -72.01631 41.314137, -72.016491 41.314125, -72.01664 41.314104, -72.016786 41.314073, -72.01693 41.314033, -72.016924 41.314024, -72.016922 41.314015, -72.016927 41.314008, -72.016939 41.314003, -72.016976 41.313987, -72.017016 41.313954, -72.017032 41.313931, -72.017075 41.313832, -72.017116 41.313764, -72.017116 41.313748, -72.01711 41.313742, -72.017026 41.313716, -72.017024 41.313677, -72.017032 41.313641, -72.017052 41.313595, -72.017067 41.313582, -72.01711 41.31359, -72.017122 41.313582, -72.017143 41.313578, -72.017385 41.313674, -72.017434 41.313781, -72.017465 41.313887, -72.017628 41.31413, -72.017661 41.314312, -72.017662 41.314516, -72.017613 41.314651, -72.017483 41.314807, -72.017465 41.314796, -72.017524 41.314993, -72.017564 41.315087, -72.017612 41.315178, -72.017667 41.315262, -72.017727 41.315318, -72.017858 41.315334, -72.017997 41.31533, -72.018068 41.315319, -72.018153 41.315314, -72.018214 41.315312, -72.018224 41.315313, -72.018233 41.315317, -72.018238 41.315324, -72.018239 41.315332, -72.018235 41.31534, -72.018227 41.315345, -72.018145 41.315354, -72.018079 41.315365, -72.01786 41.315378, -72.017727 41.315362, -72.017587 41.315368, -72.017419 41.315335, -72.017131 41.315238, -72.017148 41.315196, -72.017135 41.315192, -72.017145 41.315154, -72.016811 41.315145, -72.016798 41.315113, -72.016747 41.315136, -72.016746 41.315156, -72.016436 41.31508, -72.016444 41.315054, -72.016164 41.314981, -72.016026 41.314962, -72.01583 41.314929, -72.015651 41.314898, -72.01564 41.314915, -72.015479 41.314861, -72.015484 41.314851, -72.015131 41.314805, -72.01495 41.314758, -72.014772 41.314708, -72.014653 41.314655, -72.01425 41.314525, -72.014262 41.314504, -72.014093 41.314436, -72.013911 41.314385, -72.013897 41.314406, -72.013574 41.314247, -72.013454 41.314183, -72.013335 41.314117, -72.013103 41.313981, -72.012991 41.313911, -72.012876 41.313837, -72.012773 41.313768, -72.012655 41.313688, -72.012702 41.313649, -72.0126 41.313574, -72.012548 41.313616, -72.012439 41.313542, -72.012309 41.313448, -72.012204 41.313372, -72.012096 41.313291, -72.011877 41.313125, -72.011773 41.313043, -72.011676 41.312967, -72.011573 41.312884, -72.011476 41.312806, -72.011379 41.312726, -72.011278 41.312642, -72.01123 41.312602, -72.011181 41.31256, -72.011081 41.312474, -72.01094 41.312352, -72.010999 41.312312, -72.010865 41.312104, -72.010736 41.311943, -72.010245 41.311442, -72.010222 41.311456, -72.010143 41.311531, -72.010152 41.311594, -72.01016 41.311623, -72.010186 41.311654, -72.010234 41.31169, -72.010293 41.311742, -72.010384 41.311836, -72.010417 41.31188, -72.010448 41.311947, -72.010505 41.312043, -72.010528 41.31209, -72.010564 41.312185, -72.010583 41.312268, -72.010602 41.312403, -72.010595 41.312457, -72.010578 41.312501, -72.010514 41.312617, -72.010493 41.312675, -72.010475 41.312775, -72.010479 41.312815, -72.010462 41.312958, -72.010427 41.312974, -72.01051 41.313067, -72.010591 41.313158, -72.010678 41.31325, -72.010761 41.313337, -72.010858 41.313424, -72.010834 41.313439, -72.010925 41.313525, -72.011014 41.313608, -72.011105 41.313693, -72.011197 41.31378, -72.011222 41.313764, -72.011322 41.313848, -72.011519 41.314012, -72.011857 41.314286, -72.012 41.3144, -72.01215 41.314511, -72.012304 41.314618, -72.012498 41.31474, -72.012698 41.314856, -72.012905 41.314966, -72.013086 41.315037, -72.013361 41.315165, -72.013449 41.3152, -72.013553 41.315238, -72.013642 41.31527, -72.013738 41.315303, -72.013913 41.315366, -72.014036 41.315408, -72.014146 41.31544, -72.01426 41.315464, -72.014376 41.315481, -72.014493 41.315489, -72.014611 41.31549, -72.014722 41.31548, -72.014836 41.315468, -72.014946 41.315447, -72.015053 41.315418, -72.015156 41.315383, -72.015255 41.315341, -72.0153 41.315315, -72.015343 41.315287, -72.015401 41.315241, -72.015452 41.315191, -72.015467 41.315172, -72.015488 41.315157, -72.015507 41.315149, -72.015529 41.315143, -72.015571 41.315137, -72.015614 41.315135, -72.015659 41.315137, -72.015704 41.315144, -72.015746 41.315156, -72.01587 41.315196, -72.016079 41.315246, -72.016365 41.315299, -72.01661 41.315453, -72.016796 41.315546, -72.016922 41.315624, -72.017193 41.315709, -72.017476 41.315728, -72.018016 41.315688, -72.018128 41.315665, -72.018322 41.315601, -72.018524 41.31549, -72.018675 41.315374, -72.018941 41.315128, -72.019158 41.314947, -72.019192 41.314924, -72.019219 41.314916, -72.019248 41.314919, -72.019259 41.314932, -72.019258 41.314943, -72.019246 41.314962, -72.019156 41.315029, -72.019082 41.315096, -72.018598 41.315599, -72.018427 41.31575, -72.018264 41.315881, -72.018238 41.315893, -72.018193 41.315907, -72.018143 41.315915, -72.018079 41.31592, -72.01793 41.315922, -72.017855 41.315928, -72.017776 41.315939, -72.01775 41.315935, -72.017717 41.315923, -72.017616 41.315881, -72.017524 41.315863, -72.017427 41.31587, -72.01733 41.315872, -72.017233 41.315868, -72.017115 41.315858, -72.017039 41.315852, -72.016962 41.315854, -72.016887 41.315862, -72.016816 41.315875, -72.016748 41.315895, -72.016683 41.31592, -72.016588 41.315952, -72.01649 41.315979, -72.016389 41.316002, -72.016266 41.316021, -72.016166 41.316033, -72.01607 41.316053, -72.015976 41.316081, -72.015889 41.316116, -72.015807 41.316158, -72.015732 41.316207, -72.015606 41.316322, -72.015564 41.316365, -72.015514 41.316403, -72.015457 41.316436, -72.015396 41.316462, -72.01533 41.316481, -72.015247 41.316493, -72.015173 41.31649, -72.015133 41.316483, -72.015097 41.316468, -72.015067 41.316447, -72.015046 41.316421, -72.015034 41.316391, -72.015033 41.316365, -72.015044 41.316338, -72.015057 41.31633, -72.015103 41.316326, -72.015156 41.316296, -72.015187 41.316284, -72.015202 41.316282, -72.015231 41.316287, -72.015279 41.316298, -72.015329 41.316303, -72.01538 41.3163, -72.01543 41.316289, -72.015477 41.31627, -72.015528 41.316223, -72.015584 41.316181, -72.015646 41.316142, -72.015716 41.316109, -72.015789 41.316081, -72.015768 41.316059, -72.015762 41.316045, -72.015765 41.316034, -72.015804 41.316001, -72.01581 41.315978, -72.015799 41.315957, -72.015779 41.31594, -72.015758 41.31593, -72.015734 41.315925, -72.015709 41.315925, -72.015685 41.31593, -72.0156 41.315954, -72.015516 41.315983, -72.015433 41.316018, -72.015353 41.316058, -72.015268 41.316104, -72.015237 41.316126, -72.015204 41.316154, -72.015175 41.316208, -72.015118 41.316246, -72.015079 41.316266, -72.015062 41.316277, -72.015023 41.316292, -72.014995 41.316299, -72.014952 41.316334, -72.014914 41.316394, -72.014925 41.316458, -72.014917 41.316476, -72.014862 41.316504, -72.014772 41.316541, -72.014756 41.316547, -72.014736 41.316547, -72.01465 41.316516, -72.01461 41.316488, -72.01453 41.316456, -72.014512 41.316437, -72.014462 41.316302, -72.014436 41.316281, -72.014422 41.316256, -72.014427 41.31624, -72.014438 41.316232, -72.014494 41.31622, -72.014514 41.316204, -72.014524 41.316172, -72.014499 41.316101, -72.014412 41.316094, -72.014227 41.316072, -72.013866 41.315965, -72.013779 41.315944, -72.013735 41.31594, -72.013708 41.315952, -72.013685 41.315967, -72.013667 41.315985, -72.013652 41.316012, -72.013646 41.31604, -72.013707 41.316054, -72.0139 41.316126, -72.014018 41.316182, -72.014064 41.3162, -72.014112 41.316213, -72.014197 41.316229, -72.014234 41.31625, -72.014272 41.316291, -72.014294 41.316337, -72.014325 41.316428, -72.014329 41.316448, -72.014323 41.316473, -72.014324 41.316506, -72.014369 41.316607, -72.014371 41.316627, -72.014363 41.316657, -72.014346 41.31669, -72.014324 41.316724, -72.01427 41.316785, -72.014338 41.31684, -72.014388 41.316895, -72.014435 41.316962, -72.014465 41.317024, -72.014487 41.317098, -72.014494 41.317155, -72.014493 41.317221, -72.014477 41.317292, -72.014437 41.31738, -72.014384 41.317465, -72.014056 41.317849, -72.013995 41.317892, -72.013956 41.317913, -72.013907 41.317927, -72.013869 41.317929, -72.013863 41.317949, -72.013856 41.317969, -72.013831 41.318011, -72.013805 41.318039, -72.013774 41.318055, -72.013741 41.318067, -72.013704 41.318073, -72.013658 41.318075, -72.013613 41.318069, -72.013579 41.318095, -72.013418 41.318159, -72.013327 41.318231, -72.013283 41.318277, -72.013259 41.318296, -72.013228 41.318306, -72.0132 41.318309, -72.013158 41.318303, -72.013148 41.318295, -72.013056 41.318324, -72.013076 41.318343, -72.013086 41.318366, -72.013086 41.318391, -72.013074 41.318414, -72.013047 41.318451, -72.013016 41.318482, -72.012954 41.318509, -72.012949 41.318524, -72.012954 41.318546, -72.012991 41.318598, -72.012989 41.318609, -72.012947 41.318631, -72.012934 41.318646, -72.01294 41.318657, -72.012977 41.318679, -72.012991 41.318696, -72.012994 41.318729, -72.01299 41.318763, -72.013004 41.318796, -72.013028 41.318839, -72.013062 41.318873, -72.013084 41.318904, -72.013103 41.318986, -72.013103 41.319041, -72.013093 41.319149, -72.013119 41.319235, -72.013124 41.319275, -72.013169 41.31931, -72.013184 41.319339, -72.013144 41.31946, -72.013098 41.319543, -72.013086 41.31959, -72.013092 41.31963, -72.013142 41.319658, -72.013196 41.319659, -72.013234 41.319656, -72.01328 41.31966, -72.013306 41.319681, -72.013313 41.31971, -72.013306 41.319747, -72.013251 41.319829, -72.013158 41.32, -72.013157 41.320001, -72.006829 41.321438, -72.006723 41.321299, -72.006679 41.321242, -72.006577 41.321118, -72.006447 41.32096, -72.006205 41.320741, -72.005909 41.320484, -72.005636 41.32024, -72.005446 41.320085, -72.005337 41.320032, -72.004954 41.320022, -72.004718 41.320032, -72.003944 41.320068, -72.0039 41.320071, -72.003753 41.320083, -72.00364 41.320093, -72.003269 41.320137, -72.003054 41.320181, -72.002797 41.320249, -72.002374 41.320396, -72.001734 41.320629, -72.001681 41.320529))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n)\nSELECT (ST_SummaryStats(ST_Union(rast))).min AS elevation\nFROM clipped;", "answer_type": "elevation", "answers": "[{\"elevation\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Groton Long Point\", \"geo_wkt\": \"POLYGON ((-72.001681 41.320529, -72.001843 41.320469, -72.00199 41.320406, -72.00213 41.320337, -72.002266 41.320262, -72.002395 41.320181, -72.002517 41.320094, -72.002633 41.320002, -72.002741 41.319905, -72.00285 41.319742, -72.002904 41.319617, -72.003127 41.319324, -72.003163 41.319181, -72.003149 41.319052, -72.00318 41.318903, -72.003175 41.318781, -72.003169 41.31865, -72.003156 41.318366, -72.003187 41.318302, -72.003248 41.318191, -72.003279 41.318115, -72.003284 41.318068, -72.003343 41.317975, -72.003392 41.31792, -72.003498 41.317768, -72.003672 41.317521, -72.003724 41.317461, -72.003758 41.317431, -72.003772 41.317397, -72.003782 41.317347, -72.003791 41.317187, -72.003791 41.31703, -72.003777 41.316917, -72.003773 41.316774, -72.003793 41.316591, -72.003786 41.316359, -72.00379 41.316249, -72.003779 41.316164, -72.00378 41.316082, -72.003772 41.315982, -72.003785 41.315832, -72.003767 41.315568, -72.003741 41.315466, -72.00372 41.315431, -72.003694 41.315405, -72.003636 41.315391, -72.003622 41.315383, -72.003618 41.315359, -72.003633 41.315341, -72.003644 41.315336, -72.003665 41.315333, -72.003708 41.315338, -72.003734 41.315351, -72.003749 41.315349, -72.00377 41.31533, -72.004106 41.314952, -72.004401 41.314605, -72.004537 41.31443, -72.004599 41.314339, -72.004638 41.314265, -72.004673 41.314176, -72.004682 41.314129, -72.004667 41.314068, -72.004638 41.314014, -72.004507 41.313853, -72.004401 41.313735, -72.004343 41.31367, -72.004307 41.313619, -72.004282 41.313551, -72.004281 41.313501, -72.004292 41.313459, -72.004289 41.313402, -72.004269 41.313338, -72.004243 41.313203, -72.004212 41.3131, -72.004205 41.313042, -72.004213 41.312994, -72.004276 41.312841, -72.004306 41.312696, -72.004285 41.312627, -72.00428 41.312577, -72.004145 41.312412, -72.004128 41.312373, -72.004076 41.312292, -72.004011 41.312236, -72.003985 41.312218, -72.003947 41.312205, -72.003887 41.312162, -72.003803 41.312118, -72.003774 41.312093, -72.003745 41.312059, -72.0037 41.311983, -72.003681 41.311913, -72.003689 41.311871, -72.003709 41.31184, -72.003738 41.311811, -72.003772 41.31173, -72.003737 41.311582, -72.003739 41.311533, -72.003768 41.311492, -72.003794 41.311433, -72.003828 41.31126, -72.003826 41.311117, -72.003832 41.311009, -72.003823 41.310937, -72.003814 41.310854, -72.003836 41.31068, -72.003858 41.310604, -72.003909 41.310487, -72.004006 41.310346, -72.004071 41.31024, -72.004121 41.310156, -72.004164 41.310071, -72.004178 41.310018, -72.004186 41.309944, -72.004169 41.309918, -72.004159 41.309888, -72.004176 41.30985, -72.00421 41.309812, -72.004307 41.30966, -72.004386 41.309395, -72.004415 41.309314, -72.00442 41.309223, -72.004366 41.309023, -72.004343 41.308815, -72.004325 41.308747, -72.004269 41.30864, -72.004267 41.308601, -72.004285 41.308543, -72.00436 41.308432, -72.004404 41.308376, -72.004448 41.308329, -72.004494 41.308266, -72.004501 41.308205, -72.004488 41.308031, -72.0045 41.307953, -72.004557 41.307805, -72.004586 41.307753, -72.004628 41.307628, -72.004626 41.307542, -72.004602 41.307476, -72.004559 41.307398, -72.004542 41.307383, -72.004521 41.307373, -72.004492 41.307367, -72.004463 41.307369, -72.004416 41.307374, -72.004369 41.307375, -72.004304 41.307372, -72.004241 41.307362, -72.004213 41.307353, -72.00419 41.30734, -72.004173 41.307322, -72.004183 41.307302, -72.004202 41.307286, -72.004226 41.307277, -72.004252 41.307274, -72.00444 41.307285, -72.004464 41.307281, -72.00448 41.307274, -72.004512 41.307203, -72.004549 41.307134, -72.00456 41.307116, -72.004598 41.307056, -72.004655 41.306982, -72.004699 41.30687, -72.004728 41.306811, -72.00479 41.30672, -72.004826 41.306672, -72.004875 41.306592, -72.00492 41.306529, -72.005002 41.306464, -72.005064 41.306456, -72.005122 41.306454, -72.005256 41.30649, -72.005352 41.306525, -72.005416 41.306565, -72.005495 41.30663, -72.005536 41.306666, -72.005649 41.30678, -72.005779 41.30691, -72.005971 41.307104, -72.006054 41.307187, -72.006122 41.307163, -72.00616 41.307254, -72.006158 41.307291, -72.006147 41.307333, -72.006149 41.307358, -72.006164 41.307396, -72.006192 41.30744, -72.006257 41.307465, -72.006309 41.307482, -72.006421 41.30755, -72.006503 41.307617, -72.006564 41.307668, -72.006841 41.307815, -72.006967 41.307873, -72.007107 41.307931, -72.007402 41.308036, -72.007562 41.308074, -72.007743 41.308108, -72.007886 41.308123, -72.008069 41.308136, -72.008241 41.308133, -72.008374 41.308124, -72.008496 41.308111, -72.008675 41.308086, -72.008793 41.308084, -72.008854 41.308065, -72.00891 41.308032, -72.008945 41.308005, -72.009092 41.307938, -72.00915 41.30789, -72.009207 41.307833, -72.009213 41.30782, -72.009254 41.307732, -72.00927 41.307714, -72.009451 41.307535, -72.009419 41.307485, -72.009438 41.307447, -72.009459 41.30737, -72.009499 41.307164, -72.009521 41.307116, -72.009554 41.307095, -72.009638 41.307078, -72.009798 41.307084, -72.009966 41.307099, -72.01015 41.30709, -72.010326 41.307021, -72.010325 41.307003, -72.010432 41.306925, -72.010466 41.306911, -72.010513 41.306887, -72.010601 41.306862, -72.010609 41.306834, -72.010648 41.306828, -72.010653 41.30682, -72.01066 41.306773, -72.01068 41.306755, -72.01072 41.306752, -72.010796 41.306764, -72.010837 41.306767, -72.010953 41.306748, -72.011022 41.306762, -72.011044 41.306762, -72.011074 41.306749, -72.011108 41.306723, -72.011122 41.306717, -72.011146 41.306714, -72.011173 41.306716, -72.011202 41.306727, -72.011213 41.306735, -72.011234 41.306769, -72.011269 41.306879, -72.011272 41.306932, -72.011281 41.306954, -72.011317 41.30699, -72.011322 41.307, -72.011326 41.307017, -72.011322 41.307049, -72.011305 41.307086, -72.011298 41.307127, -72.011305 41.30724, -72.01138 41.307474, -72.011384 41.307483, -72.011435 41.307584, -72.011437 41.307592, -72.011444 41.307622, -72.01147 41.307723, -72.011474 41.307732, -72.011537 41.307864, -72.011536 41.307873, -72.011525 41.307994, -72.01152 41.308003, -72.011441 41.308136, -72.011437 41.308144, -72.011376 41.308275, -72.011374 41.308283, -72.01133 41.308413, -72.011332 41.308421, -72.011363 41.308548, -72.011365 41.308556, -72.011414 41.30875, -72.011414 41.308759, -72.011406 41.308958, -72.011399 41.308967, -72.011292 41.309097, -72.011281 41.309105, -72.011112 41.30924, -72.01111 41.309249, -72.011049 41.309519, -72.011079 41.309628, -72.011083 41.309671, -72.011076 41.309703, -72.01106 41.309737, -72.011032 41.309771, -72.010992 41.309801, -72.010865 41.309867, -72.01084 41.30985, -72.010616 41.30994, -72.010628 41.30996, -72.010626 41.309978, -72.010588 41.310064, -72.010584 41.3101, -72.010586 41.310142, -72.010605 41.310272, -72.010622 41.310333, -72.010661 41.310424, -72.01068 41.310479, -72.010719 41.310547, -72.010759 41.310608, -72.010802 41.310663, -72.010816 41.310721, -72.010841 41.310784, -72.010912 41.310915, -72.010975 41.310973, -72.011214 41.311216, -72.011542 41.311497, -72.011765 41.311677, -72.011946 41.311834, -72.012069 41.311922, -72.012403 41.312191, -72.012524 41.312272, -72.012726 41.31242, -72.013165 41.312727, -72.013562 41.312994, -72.013965 41.313255, -72.014647 41.313629, -72.014872 41.313751, -72.015063 41.313838, -72.015309 41.313932, -72.01546 41.313995, -72.01557 41.314033, -72.015684 41.314066, -72.015829 41.314098, -72.016007 41.314125, -72.016158 41.314136, -72.01631 41.314137, -72.016491 41.314125, -72.01664 41.314104, -72.016786 41.314073, -72.01693 41.314033, -72.016924 41.314024, -72.016922 41.314015, -72.016927 41.314008, -72.016939 41.314003, -72.016976 41.313987, -72.017016 41.313954, -72.017032 41.313931, -72.017075 41.313832, -72.017116 41.313764, -72.017116 41.313748, -72.01711 41.313742, -72.017026 41.313716, -72.017024 41.313677, -72.017032 41.313641, -72.017052 41.313595, -72.017067 41.313582, -72.01711 41.31359, -72.017122 41.313582, -72.017143 41.313578, -72.017385 41.313674, -72.017434 41.313781, -72.017465 41.313887, -72.017628 41.31413, -72.017661 41.314312, -72.017662 41.314516, -72.017613 41.314651, -72.017483 41.314807, -72.017465 41.314796, -72.017524 41.314993, -72.017564 41.315087, -72.017612 41.315178, -72.017667 41.315262, -72.017727 41.315318, -72.017858 41.315334, -72.017997 41.31533, -72.018068 41.315319, -72.018153 41.315314, -72.018214 41.315312, -72.018224 41.315313, -72.018233 41.315317, -72.018238 41.315324, -72.018239 41.315332, -72.018235 41.31534, -72.018227 41.315345, -72.018145 41.315354, -72.018079 41.315365, -72.01786 41.315378, -72.017727 41.315362, -72.017587 41.315368, -72.017419 41.315335, -72.017131 41.315238, -72.017148 41.315196, -72.017135 41.315192, -72.017145 41.315154, -72.016811 41.315145, -72.016798 41.315113, -72.016747 41.315136, -72.016746 41.315156, -72.016436 41.31508, -72.016444 41.315054, -72.016164 41.314981, -72.016026 41.314962, -72.01583 41.314929, -72.015651 41.314898, -72.01564 41.314915, -72.015479 41.314861, -72.015484 41.314851, -72.015131 41.314805, -72.01495 41.314758, -72.014772 41.314708, -72.014653 41.314655, -72.01425 41.314525, -72.014262 41.314504, -72.014093 41.314436, -72.013911 41.314385, -72.013897 41.314406, -72.013574 41.314247, -72.013454 41.314183, -72.013335 41.314117, -72.013103 41.313981, -72.012991 41.313911, -72.012876 41.313837, -72.012773 41.313768, -72.012655 41.313688, -72.012702 41.313649, -72.0126 41.313574, -72.012548 41.313616, -72.012439 41.313542, -72.012309 41.313448, -72.012204 41.313372, -72.012096 41.313291, -72.011877 41.313125, -72.011773 41.313043, -72.011676 41.312967, -72.011573 41.312884, -72.011476 41.312806, -72.011379 41.312726, -72.011278 41.312642, -72.01123 41.312602, -72.011181 41.31256, -72.011081 41.312474, -72.01094 41.312352, -72.010999 41.312312, -72.010865 41.312104, -72.010736 41.311943, -72.010245 41.311442, -72.010222 41.311456, -72.010143 41.311531, -72.010152 41.311594, -72.01016 41.311623, -72.010186 41.311654, -72.010234 41.31169, -72.010293 41.311742, -72.010384 41.311836, -72.010417 41.31188, -72.010448 41.311947, -72.010505 41.312043, -72.010528 41.31209, -72.010564 41.312185, -72.010583 41.312268, -72.010602 41.312403, -72.010595 41.312457, -72.010578 41.312501, -72.010514 41.312617, -72.010493 41.312675, -72.010475 41.312775, -72.010479 41.312815, -72.010462 41.312958, -72.010427 41.312974, -72.01051 41.313067, -72.010591 41.313158, -72.010678 41.31325, -72.010761 41.313337, -72.010858 41.313424, -72.010834 41.313439, -72.010925 41.313525, -72.011014 41.313608, -72.011105 41.313693, -72.011197 41.31378, -72.011222 41.313764, -72.011322 41.313848, -72.011519 41.314012, -72.011857 41.314286, -72.012 41.3144, -72.01215 41.314511, -72.012304 41.314618, -72.012498 41.31474, -72.012698 41.314856, -72.012905 41.314966, -72.013086 41.315037, -72.013361 41.315165, -72.013449 41.3152, -72.013553 41.315238, -72.013642 41.31527, -72.013738 41.315303, -72.013913 41.315366, -72.014036 41.315408, -72.014146 41.31544, -72.01426 41.315464, -72.014376 41.315481, -72.014493 41.315489, -72.014611 41.31549, -72.014722 41.31548, -72.014836 41.315468, -72.014946 41.315447, -72.015053 41.315418, -72.015156 41.315383, -72.015255 41.315341, -72.0153 41.315315, -72.015343 41.315287, -72.015401 41.315241, -72.015452 41.315191, -72.015467 41.315172, -72.015488 41.315157, -72.015507 41.315149, -72.015529 41.315143, -72.015571 41.315137, -72.015614 41.315135, -72.015659 41.315137, -72.015704 41.315144, -72.015746 41.315156, -72.01587 41.315196, -72.016079 41.315246, -72.016365 41.315299, -72.01661 41.315453, -72.016796 41.315546, -72.016922 41.315624, -72.017193 41.315709, -72.017476 41.315728, -72.018016 41.315688, -72.018128 41.315665, -72.018322 41.315601, -72.018524 41.31549, -72.018675 41.315374, -72.018941 41.315128, -72.019158 41.314947, -72.019192 41.314924, -72.019219 41.314916, -72.019248 41.314919, -72.019259 41.314932, -72.019258 41.314943, -72.019246 41.314962, -72.019156 41.315029, -72.019082 41.315096, -72.018598 41.315599, -72.018427 41.31575, -72.018264 41.315881, -72.018238 41.315893, -72.018193 41.315907, -72.018143 41.315915, -72.018079 41.31592, -72.01793 41.315922, -72.017855 41.315928, -72.017776 41.315939, -72.01775 41.315935, -72.017717 41.315923, -72.017616 41.315881, -72.017524 41.315863, -72.017427 41.31587, -72.01733 41.315872, -72.017233 41.315868, -72.017115 41.315858, -72.017039 41.315852, -72.016962 41.315854, -72.016887 41.315862, -72.016816 41.315875, -72.016748 41.315895, -72.016683 41.31592, -72.016588 41.315952, -72.01649 41.315979, -72.016389 41.316002, -72.016266 41.316021, -72.016166 41.316033, -72.01607 41.316053, -72.015976 41.316081, -72.015889 41.316116, -72.015807 41.316158, -72.015732 41.316207, -72.015606 41.316322, -72.015564 41.316365, -72.015514 41.316403, -72.015457 41.316436, -72.015396 41.316462, -72.01533 41.316481, -72.015247 41.316493, -72.015173 41.31649, -72.015133 41.316483, -72.015097 41.316468, -72.015067 41.316447, -72.015046 41.316421, -72.015034 41.316391, -72.015033 41.316365, -72.015044 41.316338, -72.015057 41.31633, -72.015103 41.316326, -72.015156 41.316296, -72.015187 41.316284, -72.015202 41.316282, -72.015231 41.316287, -72.015279 41.316298, -72.015329 41.316303, -72.01538 41.3163, -72.01543 41.316289, -72.015477 41.31627, -72.015528 41.316223, -72.015584 41.316181, -72.015646 41.316142, -72.015716 41.316109, -72.015789 41.316081, -72.015768 41.316059, -72.015762 41.316045, -72.015765 41.316034, -72.015804 41.316001, -72.01581 41.315978, -72.015799 41.315957, -72.015779 41.31594, -72.015758 41.31593, -72.015734 41.315925, -72.015709 41.315925, -72.015685 41.31593, -72.0156 41.315954, -72.015516 41.315983, -72.015433 41.316018, -72.015353 41.316058, -72.015268 41.316104, -72.015237 41.316126, -72.015204 41.316154, -72.015175 41.316208, -72.015118 41.316246, -72.015079 41.316266, -72.015062 41.316277, -72.015023 41.316292, -72.014995 41.316299, -72.014952 41.316334, -72.014914 41.316394, -72.014925 41.316458, -72.014917 41.316476, -72.014862 41.316504, -72.014772 41.316541, -72.014756 41.316547, -72.014736 41.316547, -72.01465 41.316516, -72.01461 41.316488, -72.01453 41.316456, -72.014512 41.316437, -72.014462 41.316302, -72.014436 41.316281, -72.014422 41.316256, -72.014427 41.31624, -72.014438 41.316232, -72.014494 41.31622, -72.014514 41.316204, -72.014524 41.316172, -72.014499 41.316101, -72.014412 41.316094, -72.014227 41.316072, -72.013866 41.315965, -72.013779 41.315944, -72.013735 41.31594, -72.013708 41.315952, -72.013685 41.315967, -72.013667 41.315985, -72.013652 41.316012, -72.013646 41.31604, -72.013707 41.316054, -72.0139 41.316126, -72.014018 41.316182, -72.014064 41.3162, -72.014112 41.316213, -72.014197 41.316229, -72.014234 41.31625, -72.014272 41.316291, -72.014294 41.316337, -72.014325 41.316428, -72.014329 41.316448, -72.014323 41.316473, -72.014324 41.316506, -72.014369 41.316607, -72.014371 41.316627, -72.014363 41.316657, -72.014346 41.31669, -72.014324 41.316724, -72.01427 41.316785, -72.014338 41.31684, -72.014388 41.316895, -72.014435 41.316962, -72.014465 41.317024, -72.014487 41.317098, -72.014494 41.317155, -72.014493 41.317221, -72.014477 41.317292, -72.014437 41.31738, -72.014384 41.317465, -72.014056 41.317849, -72.013995 41.317892, -72.013956 41.317913, -72.013907 41.317927, -72.013869 41.317929, -72.013863 41.317949, -72.013856 41.317969, -72.013831 41.318011, -72.013805 41.318039, -72.013774 41.318055, -72.013741 41.318067, -72.013704 41.318073, -72.013658 41.318075, -72.013613 41.318069, -72.013579 41.318095, -72.013418 41.318159, -72.013327 41.318231, -72.013283 41.318277, -72.013259 41.318296, -72.013228 41.318306, -72.0132 41.318309, -72.013158 41.318303, -72.013148 41.318295, -72.013056 41.318324, -72.013076 41.318343, -72.013086 41.318366, -72.013086 41.318391, -72.013074 41.318414, -72.013047 41.318451, -72.013016 41.318482, -72.012954 41.318509, -72.012949 41.318524, -72.012954 41.318546, -72.012991 41.318598, -72.012989 41.318609, -72.012947 41.318631, -72.012934 41.318646, -72.01294 41.318657, -72.012977 41.318679, -72.012991 41.318696, -72.012994 41.318729, -72.01299 41.318763, -72.013004 41.318796, -72.013028 41.318839, -72.013062 41.318873, -72.013084 41.318904, -72.013103 41.318986, -72.013103 41.319041, -72.013093 41.319149, -72.013119 41.319235, -72.013124 41.319275, -72.013169 41.31931, -72.013184 41.319339, -72.013144 41.31946, -72.013098 41.319543, -72.013086 41.31959, -72.013092 41.31963, -72.013142 41.319658, -72.013196 41.319659, -72.013234 41.319656, -72.01328 41.31966, -72.013306 41.319681, -72.013313 41.31971, -72.013306 41.319747, -72.013251 41.319829, -72.013158 41.32, -72.013157 41.320001, -72.006829 41.321438, -72.006723 41.321299, -72.006679 41.321242, -72.006577 41.321118, -72.006447 41.32096, -72.006205 41.320741, -72.005909 41.320484, -72.005636 41.32024, -72.005446 41.320085, -72.005337 41.320032, -72.004954 41.320022, -72.004718 41.320032, -72.003944 41.320068, -72.0039 41.320071, -72.003753 41.320083, -72.00364 41.320093, -72.003269 41.320137, -72.003054 41.320181, -72.002797 41.320249, -72.002374 41.320396, -72.001734 41.320629, -72.001681 41.320529))\", \"region\": {\"id\": 3220, \"geometry\": \"POLYGON ((-72.001681 41.320529, -72.001843 41.320469, -72.00199 41.320406, -72.00213 41.320337, -72.002266 41.320262, -72.002395 41.320181, -72.002517 41.320094, -72.002633 41.320002, -72.002741 41.319905, -72.00285 41.319742, -72.002904 41.319617, -72.003127 41.319324, -72.003163 41.319181, -72.003149 41.319052, -72.00318 41.318903, -72.003175 41.318781, -72.003169 41.31865, -72.003156 41.318366, -72.003187 41.318302, -72.003248 41.318191, -72.003279 41.318115, -72.003284 41.318068, -72.003343 41.317975, -72.003392 41.31792, -72.003498 41.317768, -72.003672 41.317521, -72.003724 41.317461, -72.003758 41.317431, -72.003772 41.317397, -72.003782 41.317347, -72.003791 41.317187, -72.003791 41.31703, -72.003777 41.316917, -72.003773 41.316774, -72.003793 41.316591, -72.003786 41.316359, -72.00379 41.316249, -72.003779 41.316164, -72.00378 41.316082, -72.003772 41.315982, -72.003785 41.315832, -72.003767 41.315568, -72.003741 41.315466, -72.00372 41.315431, -72.003694 41.315405, -72.003636 41.315391, -72.003622 41.315383, -72.003618 41.315359, -72.003633 41.315341, -72.003644 41.315336, -72.003665 41.315333, -72.003708 41.315338, -72.003734 41.315351, -72.003749 41.315349, -72.00377 41.31533, -72.004106 41.314952, -72.004401 41.314605, -72.004537 41.31443, -72.004599 41.314339, -72.004638 41.314265, -72.004673 41.314176, -72.004682 41.314129, -72.004667 41.314068, -72.004638 41.314014, -72.004507 41.313853, -72.004401 41.313735, -72.004343 41.31367, -72.004307 41.313619, -72.004282 41.313551, -72.004281 41.313501, -72.004292 41.313459, -72.004289 41.313402, -72.004269 41.313338, -72.004243 41.313203, -72.004212 41.3131, -72.004205 41.313042, -72.004213 41.312994, -72.004276 41.312841, -72.004306 41.312696, -72.004285 41.312627, -72.00428 41.312577, -72.004145 41.312412, -72.004128 41.312373, -72.004076 41.312292, -72.004011 41.312236, -72.003985 41.312218, -72.003947 41.312205, -72.003887 41.312162, -72.003803 41.312118, -72.003774 41.312093, -72.003745 41.312059, -72.0037 41.311983, -72.003681 41.311913, -72.003689 41.311871, -72.003709 41.31184, -72.003738 41.311811, -72.003772 41.31173, -72.003737 41.311582, -72.003739 41.311533, -72.003768 41.311492, -72.003794 41.311433, -72.003828 41.31126, -72.003826 41.311117, -72.003832 41.311009, -72.003823 41.310937, -72.003814 41.310854, -72.003836 41.31068, -72.003858 41.310604, -72.003909 41.310487, -72.004006 41.310346, -72.004071 41.31024, -72.004121 41.310156, -72.004164 41.310071, -72.004178 41.310018, -72.004186 41.309944, -72.004169 41.309918, -72.004159 41.309888, -72.004176 41.30985, -72.00421 41.309812, -72.004307 41.30966, -72.004386 41.309395, -72.004415 41.309314, -72.00442 41.309223, -72.004366 41.309023, -72.004343 41.308815, -72.004325 41.308747, -72.004269 41.30864, -72.004267 41.308601, -72.004285 41.308543, -72.00436 41.308432, -72.004404 41.308376, -72.004448 41.308329, -72.004494 41.308266, -72.004501 41.308205, -72.004488 41.308031, -72.0045 41.307953, -72.004557 41.307805, -72.004586 41.307753, -72.004628 41.307628, -72.004626 41.307542, -72.004602 41.307476, -72.004559 41.307398, -72.004542 41.307383, -72.004521 41.307373, -72.004492 41.307367, -72.004463 41.307369, -72.004416 41.307374, -72.004369 41.307375, -72.004304 41.307372, -72.004241 41.307362, -72.004213 41.307353, -72.00419 41.30734, -72.004173 41.307322, -72.004183 41.307302, -72.004202 41.307286, -72.004226 41.307277, -72.004252 41.307274, -72.00444 41.307285, -72.004464 41.307281, -72.00448 41.307274, -72.004512 41.307203, -72.004549 41.307134, -72.00456 41.307116, -72.004598 41.307056, -72.004655 41.306982, -72.004699 41.30687, -72.004728 41.306811, -72.00479 41.30672, -72.004826 41.306672, -72.004875 41.306592, -72.00492 41.306529, -72.005002 41.306464, -72.005064 41.306456, -72.005122 41.306454, -72.005256 41.30649, -72.005352 41.306525, -72.005416 41.306565, -72.005495 41.30663, -72.005536 41.306666, -72.005649 41.30678, -72.005779 41.30691, -72.005971 41.307104, -72.006054 41.307187, -72.006122 41.307163, -72.00616 41.307254, -72.006158 41.307291, -72.006147 41.307333, -72.006149 41.307358, -72.006164 41.307396, -72.006192 41.30744, -72.006257 41.307465, -72.006309 41.307482, -72.006421 41.30755, -72.006503 41.307617, -72.006564 41.307668, -72.006841 41.307815, -72.006967 41.307873, -72.007107 41.307931, -72.007402 41.308036, -72.007562 41.308074, -72.007743 41.308108, -72.007886 41.308123, -72.008069 41.308136, -72.008241 41.308133, -72.008374 41.308124, -72.008496 41.308111, -72.008675 41.308086, -72.008793 41.308084, -72.008854 41.308065, -72.00891 41.308032, -72.008945 41.308005, -72.009092 41.307938, -72.00915 41.30789, -72.009207 41.307833, -72.009213 41.30782, -72.009254 41.307732, -72.00927 41.307714, -72.009451 41.307535, -72.009419 41.307485, -72.009438 41.307447, -72.009459 41.30737, -72.009499 41.307164, -72.009521 41.307116, -72.009554 41.307095, -72.009638 41.307078, -72.009798 41.307084, -72.009966 41.307099, -72.01015 41.30709, -72.010326 41.307021, -72.010325 41.307003, -72.010432 41.306925, -72.010466 41.306911, -72.010513 41.306887, -72.010601 41.306862, -72.010609 41.306834, -72.010648 41.306828, -72.010653 41.30682, -72.01066 41.306773, -72.01068 41.306755, -72.01072 41.306752, -72.010796 41.306764, -72.010837 41.306767, -72.010953 41.306748, -72.011022 41.306762, -72.011044 41.306762, -72.011074 41.306749, -72.011108 41.306723, -72.011122 41.306717, -72.011146 41.306714, -72.011173 41.306716, -72.011202 41.306727, -72.011213 41.306735, -72.011234 41.306769, -72.011269 41.306879, -72.011272 41.306932, -72.011281 41.306954, -72.011317 41.30699, -72.011322 41.307, -72.011326 41.307017, -72.011322 41.307049, -72.011305 41.307086, -72.011298 41.307127, -72.011305 41.30724, -72.01138 41.307474, -72.011384 41.307483, -72.011435 41.307584, -72.011437 41.307592, -72.011444 41.307622, -72.01147 41.307723, -72.011474 41.307732, -72.011537 41.307864, -72.011536 41.307873, -72.011525 41.307994, -72.01152 41.308003, -72.011441 41.308136, -72.011437 41.308144, -72.011376 41.308275, -72.011374 41.308283, -72.01133 41.308413, -72.011332 41.308421, -72.011363 41.308548, -72.011365 41.308556, -72.011414 41.30875, -72.011414 41.308759, -72.011406 41.308958, -72.011399 41.308967, -72.011292 41.309097, -72.011281 41.309105, -72.011112 41.30924, -72.01111 41.309249, -72.011049 41.309519, -72.011079 41.309628, -72.011083 41.309671, -72.011076 41.309703, -72.01106 41.309737, -72.011032 41.309771, -72.010992 41.309801, -72.010865 41.309867, -72.01084 41.30985, -72.010616 41.30994, -72.010628 41.30996, -72.010626 41.309978, -72.010588 41.310064, -72.010584 41.3101, -72.010586 41.310142, -72.010605 41.310272, -72.010622 41.310333, -72.010661 41.310424, -72.01068 41.310479, -72.010719 41.310547, -72.010759 41.310608, -72.010802 41.310663, -72.010816 41.310721, -72.010841 41.310784, -72.010912 41.310915, -72.010975 41.310973, -72.011214 41.311216, -72.011542 41.311497, -72.011765 41.311677, -72.011946 41.311834, -72.012069 41.311922, -72.012403 41.312191, -72.012524 41.312272, -72.012726 41.31242, -72.013165 41.312727, -72.013562 41.312994, -72.013965 41.313255, -72.014647 41.313629, -72.014872 41.313751, -72.015063 41.313838, -72.015309 41.313932, -72.01546 41.313995, -72.01557 41.314033, -72.015684 41.314066, -72.015829 41.314098, -72.016007 41.314125, -72.016158 41.314136, -72.01631 41.314137, -72.016491 41.314125, -72.01664 41.314104, -72.016786 41.314073, -72.01693 41.314033, -72.016924 41.314024, -72.016922 41.314015, -72.016927 41.314008, -72.016939 41.314003, -72.016976 41.313987, -72.017016 41.313954, -72.017032 41.313931, -72.017075 41.313832, -72.017116 41.313764, -72.017116 41.313748, -72.01711 41.313742, -72.017026 41.313716, -72.017024 41.313677, -72.017032 41.313641, -72.017052 41.313595, -72.017067 41.313582, -72.01711 41.31359, -72.017122 41.313582, -72.017143 41.313578, -72.017385 41.313674, -72.017434 41.313781, -72.017465 41.313887, -72.017628 41.31413, -72.017661 41.314312, -72.017662 41.314516, -72.017613 41.314651, -72.017483 41.314807, -72.017465 41.314796, -72.017524 41.314993, -72.017564 41.315087, -72.017612 41.315178, -72.017667 41.315262, -72.017727 41.315318, -72.017858 41.315334, -72.017997 41.31533, -72.018068 41.315319, -72.018153 41.315314, -72.018214 41.315312, -72.018224 41.315313, -72.018233 41.315317, -72.018238 41.315324, -72.018239 41.315332, -72.018235 41.31534, -72.018227 41.315345, -72.018145 41.315354, -72.018079 41.315365, -72.01786 41.315378, -72.017727 41.315362, -72.017587 41.315368, -72.017419 41.315335, -72.017131 41.315238, -72.017148 41.315196, -72.017135 41.315192, -72.017145 41.315154, -72.016811 41.315145, -72.016798 41.315113, -72.016747 41.315136, -72.016746 41.315156, -72.016436 41.31508, -72.016444 41.315054, -72.016164 41.314981, -72.016026 41.314962, -72.01583 41.314929, -72.015651 41.314898, -72.01564 41.314915, -72.015479 41.314861, -72.015484 41.314851, -72.015131 41.314805, -72.01495 41.314758, -72.014772 41.314708, -72.014653 41.314655, -72.01425 41.314525, -72.014262 41.314504, -72.014093 41.314436, -72.013911 41.314385, -72.013897 41.314406, -72.013574 41.314247, -72.013454 41.314183, -72.013335 41.314117, -72.013103 41.313981, -72.012991 41.313911, -72.012876 41.313837, -72.012773 41.313768, -72.012655 41.313688, -72.012702 41.313649, -72.0126 41.313574, -72.012548 41.313616, -72.012439 41.313542, -72.012309 41.313448, -72.012204 41.313372, -72.012096 41.313291, -72.011877 41.313125, -72.011773 41.313043, -72.011676 41.312967, -72.011573 41.312884, -72.011476 41.312806, -72.011379 41.312726, -72.011278 41.312642, -72.01123 41.312602, -72.011181 41.31256, -72.011081 41.312474, -72.01094 41.312352, -72.010999 41.312312, -72.010865 41.312104, -72.010736 41.311943, -72.010245 41.311442, -72.010222 41.311456, -72.010143 41.311531, -72.010152 41.311594, -72.01016 41.311623, -72.010186 41.311654, -72.010234 41.31169, -72.010293 41.311742, -72.010384 41.311836, -72.010417 41.31188, -72.010448 41.311947, -72.010505 41.312043, -72.010528 41.31209, -72.010564 41.312185, -72.010583 41.312268, -72.010602 41.312403, -72.010595 41.312457, -72.010578 41.312501, -72.010514 41.312617, -72.010493 41.312675, -72.010475 41.312775, -72.010479 41.312815, -72.010462 41.312958, -72.010427 41.312974, -72.01051 41.313067, -72.010591 41.313158, -72.010678 41.31325, -72.010761 41.313337, -72.010858 41.313424, -72.010834 41.313439, -72.010925 41.313525, -72.011014 41.313608, -72.011105 41.313693, -72.011197 41.31378, -72.011222 41.313764, -72.011322 41.313848, -72.011519 41.314012, -72.011857 41.314286, -72.012 41.3144, -72.01215 41.314511, -72.012304 41.314618, -72.012498 41.31474, -72.012698 41.314856, -72.012905 41.314966, -72.013086 41.315037, -72.013361 41.315165, -72.013449 41.3152, -72.013553 41.315238, -72.013642 41.31527, -72.013738 41.315303, -72.013913 41.315366, -72.014036 41.315408, -72.014146 41.31544, -72.01426 41.315464, -72.014376 41.315481, -72.014493 41.315489, -72.014611 41.31549, -72.014722 41.31548, -72.014836 41.315468, -72.014946 41.315447, -72.015053 41.315418, -72.015156 41.315383, -72.015255 41.315341, -72.0153 41.315315, -72.015343 41.315287, -72.015401 41.315241, -72.015452 41.315191, -72.015467 41.315172, -72.015488 41.315157, -72.015507 41.315149, -72.015529 41.315143, -72.015571 41.315137, -72.015614 41.315135, -72.015659 41.315137, -72.015704 41.315144, -72.015746 41.315156, -72.01587 41.315196, -72.016079 41.315246, -72.016365 41.315299, -72.01661 41.315453, -72.016796 41.315546, -72.016922 41.315624, -72.017193 41.315709, -72.017476 41.315728, -72.018016 41.315688, -72.018128 41.315665, -72.018322 41.315601, -72.018524 41.31549, -72.018675 41.315374, -72.018941 41.315128, -72.019158 41.314947, -72.019192 41.314924, -72.019219 41.314916, -72.019248 41.314919, -72.019259 41.314932, -72.019258 41.314943, -72.019246 41.314962, -72.019156 41.315029, -72.019082 41.315096, -72.018598 41.315599, -72.018427 41.31575, -72.018264 41.315881, -72.018238 41.315893, -72.018193 41.315907, -72.018143 41.315915, -72.018079 41.31592, -72.01793 41.315922, -72.017855 41.315928, -72.017776 41.315939, -72.01775 41.315935, -72.017717 41.315923, -72.017616 41.315881, -72.017524 41.315863, -72.017427 41.31587, -72.01733 41.315872, -72.017233 41.315868, -72.017115 41.315858, -72.017039 41.315852, -72.016962 41.315854, -72.016887 41.315862, -72.016816 41.315875, -72.016748 41.315895, -72.016683 41.31592, -72.016588 41.315952, -72.01649 41.315979, -72.016389 41.316002, -72.016266 41.316021, -72.016166 41.316033, -72.01607 41.316053, -72.015976 41.316081, -72.015889 41.316116, -72.015807 41.316158, -72.015732 41.316207, -72.015606 41.316322, -72.015564 41.316365, -72.015514 41.316403, -72.015457 41.316436, -72.015396 41.316462, -72.01533 41.316481, -72.015247 41.316493, -72.015173 41.31649, -72.015133 41.316483, -72.015097 41.316468, -72.015067 41.316447, -72.015046 41.316421, -72.015034 41.316391, -72.015033 41.316365, -72.015044 41.316338, -72.015057 41.31633, -72.015103 41.316326, -72.015156 41.316296, -72.015187 41.316284, -72.015202 41.316282, -72.015231 41.316287, -72.015279 41.316298, -72.015329 41.316303, -72.01538 41.3163, -72.01543 41.316289, -72.015477 41.31627, -72.015528 41.316223, -72.015584 41.316181, -72.015646 41.316142, -72.015716 41.316109, -72.015789 41.316081, -72.015768 41.316059, -72.015762 41.316045, -72.015765 41.316034, -72.015804 41.316001, -72.01581 41.315978, -72.015799 41.315957, -72.015779 41.31594, -72.015758 41.31593, -72.015734 41.315925, -72.015709 41.315925, -72.015685 41.31593, -72.0156 41.315954, -72.015516 41.315983, -72.015433 41.316018, -72.015353 41.316058, -72.015268 41.316104, -72.015237 41.316126, -72.015204 41.316154, -72.015175 41.316208, -72.015118 41.316246, -72.015079 41.316266, -72.015062 41.316277, -72.015023 41.316292, -72.014995 41.316299, -72.014952 41.316334, -72.014914 41.316394, -72.014925 41.316458, -72.014917 41.316476, -72.014862 41.316504, -72.014772 41.316541, -72.014756 41.316547, -72.014736 41.316547, -72.01465 41.316516, -72.01461 41.316488, -72.01453 41.316456, -72.014512 41.316437, -72.014462 41.316302, -72.014436 41.316281, -72.014422 41.316256, -72.014427 41.31624, -72.014438 41.316232, -72.014494 41.31622, -72.014514 41.316204, -72.014524 41.316172, -72.014499 41.316101, -72.014412 41.316094, -72.014227 41.316072, -72.013866 41.315965, -72.013779 41.315944, -72.013735 41.31594, -72.013708 41.315952, -72.013685 41.315967, -72.013667 41.315985, -72.013652 41.316012, -72.013646 41.31604, -72.013707 41.316054, -72.0139 41.316126, -72.014018 41.316182, -72.014064 41.3162, -72.014112 41.316213, -72.014197 41.316229, -72.014234 41.31625, -72.014272 41.316291, -72.014294 41.316337, -72.014325 41.316428, -72.014329 41.316448, -72.014323 41.316473, -72.014324 41.316506, -72.014369 41.316607, -72.014371 41.316627, -72.014363 41.316657, -72.014346 41.31669, -72.014324 41.316724, -72.01427 41.316785, -72.014338 41.31684, -72.014388 41.316895, -72.014435 41.316962, -72.014465 41.317024, -72.014487 41.317098, -72.014494 41.317155, -72.014493 41.317221, -72.014477 41.317292, -72.014437 41.31738, -72.014384 41.317465, -72.014056 41.317849, -72.013995 41.317892, -72.013956 41.317913, -72.013907 41.317927, -72.013869 41.317929, -72.013863 41.317949, -72.013856 41.317969, -72.013831 41.318011, -72.013805 41.318039, -72.013774 41.318055, -72.013741 41.318067, -72.013704 41.318073, -72.013658 41.318075, -72.013613 41.318069, -72.013579 41.318095, -72.013418 41.318159, -72.013327 41.318231, -72.013283 41.318277, -72.013259 41.318296, -72.013228 41.318306, -72.0132 41.318309, -72.013158 41.318303, -72.013148 41.318295, -72.013056 41.318324, -72.013076 41.318343, -72.013086 41.318366, -72.013086 41.318391, -72.013074 41.318414, -72.013047 41.318451, -72.013016 41.318482, -72.012954 41.318509, -72.012949 41.318524, -72.012954 41.318546, -72.012991 41.318598, -72.012989 41.318609, -72.012947 41.318631, -72.012934 41.318646, -72.01294 41.318657, -72.012977 41.318679, -72.012991 41.318696, -72.012994 41.318729, -72.01299 41.318763, -72.013004 41.318796, -72.013028 41.318839, -72.013062 41.318873, -72.013084 41.318904, -72.013103 41.318986, -72.013103 41.319041, -72.013093 41.319149, -72.013119 41.319235, -72.013124 41.319275, -72.013169 41.31931, -72.013184 41.319339, -72.013144 41.31946, -72.013098 41.319543, -72.013086 41.31959, -72.013092 41.31963, -72.013142 41.319658, -72.013196 41.319659, -72.013234 41.319656, -72.01328 41.31966, -72.013306 41.319681, -72.013313 41.31971, -72.013306 41.319747, -72.013251 41.319829, -72.013158 41.32, -72.013157 41.320001, -72.006829 41.321438, -72.006723 41.321299, -72.006679 41.321242, -72.006577 41.321118, -72.006447 41.32096, -72.006205 41.320741, -72.005909 41.320484, -72.005636 41.32024, -72.005446 41.320085, -72.005337 41.320032, -72.004954 41.320022, -72.004718 41.320032, -72.003944 41.320068, -72.0039 41.320071, -72.003753 41.320083, -72.00364 41.320093, -72.003269 41.320137, -72.003054 41.320181, -72.002797 41.320249, -72.002374 41.320396, -72.001734 41.320629, -72.001681 41.320529))\", \"region_name\": \"Groton Long Point\", \"border_type\": \"village\", \"wikidata\": \"Q755636\", \"wikipedia\": \"en:Groton Long Point\", \"place\": \"village\", \"admin_level\": \"9\"}}}"} -{"id": "raster_only/elevation_range+region/0000", "group": "raster_only", "template": "elevation_range+region", "question": "In Decatur, Nebraska, what is max minus min elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.246165 42.0141, -96.24254 42.014016, -96.240311 42.013957, -96.240321 42.013876, -96.240405 42.013788, -96.240486 42.013663, -96.240553 42.013561, -96.240642 42.013394, -96.24075 42.013117, -96.240963 42.012489, -96.241127 42.012037, -96.241388 42.011381, -96.24162 42.010844, -96.241725 42.010638, -96.241878 42.01025, -96.24204 42.009836, -96.242352 42.008929, -96.24252 42.008478, -96.242686 42.008102, -96.243158 42.007137, -96.243234 42.006985, -96.24334 42.006746, -96.243384 42.006609, -96.243396 42.006572, -96.243471 42.006228, -96.243621 42.005536, -96.243628 42.005504, -96.243718 42.005041, -96.243767 42.004684, -96.243791 42.004403, -96.243801 42.004288, -96.243813 42.003891, -96.243805 42.003605, -96.243804 42.003531, -96.243754 42.002848, -96.243689 42.002273, -96.243627 42.001879, -96.243556 42.001524, -96.243492 42.001314, -96.243397 42.001071, -96.243188 42.000629, -96.243129 42.000531, -96.242988 42.000341, -96.242751 42.000004, -96.242718 41.999973, -96.242209 41.99936, -96.241973 41.999089, -96.241721 41.998825, -96.241278 41.998396, -96.240968 41.998119, -96.240674 41.997881, -96.240435 41.997705, -96.240177 41.997543, -96.239593 41.997221, -96.239287 41.997044, -96.239036 41.996876, -96.238757 41.996663, -96.238558 41.996398, -96.237891 41.995942, -96.237145 41.995525, -96.236838 41.995382, -96.236946 41.995247, -96.237046 41.995327, -96.237092 41.995369, -96.23718 41.995421, -96.23725 41.995448, -96.237366 41.995486, -96.237521 41.995554, -96.237796 41.995717, -96.238104 41.995917, -96.238481 41.996135, -96.238994 41.996418, -96.239725 41.996935, -96.240081 41.997174, -96.240227 41.997306, -96.240481 41.997485, -96.240678 41.997605, -96.240897 41.997748, -96.240936 41.997757, -96.241023 41.997681, -96.241088 41.997646, -96.241158 41.997628, -96.241214 41.99763, -96.241287 41.997675, -96.241435 41.997797, -96.241751 41.998077, -96.24206 41.99837, -96.242514 41.99879, -96.242741 41.999026, -96.242971 41.999287, -96.243198 41.999595, -96.243473 42.000004, -96.243566 42.00015, -96.243635 42.000233, -96.243709 42.000264, -96.243803 42.000274, -96.246772 42.000231, -96.246596 41.997024, -96.247372 41.997045, -96.247553 41.997202, -96.247687 41.997468, -96.247803 41.997665, -96.248007 41.99784, -96.24825 41.998031, -96.248481 41.99824, -96.248745 41.998448, -96.249081 41.998673, -96.249447 41.99894, -96.249671 41.999122, -96.249771 41.999247, -96.24976 41.999569, -96.249768 41.999999, -96.249767 42.000093, -96.250455 42.000105, -96.251599 42.000168, -96.251741 42.000301, -96.25185 42.000416, -96.25189 42.000357, -96.251936 42.000321, -96.251997 42.000287, -96.252578 42.00006, -96.252863 41.99994, -96.253154 41.999841, -96.253416 41.99977, -96.253609 41.999728, -96.253746 41.999704, -96.254023 41.999662, -96.254314 41.999629, -96.254626 41.999611, -96.25557 41.999606, -96.25624 41.999606, -96.258302 41.999611, -96.259903 41.99962, -96.259825 41.999852, -96.259758 42.000026, -96.259703 42.000946, -96.257882 42.000828, -96.257987 42.003763, -96.260008 42.003724, -96.259984 42.006569, -96.258385 42.006589, -96.258333 42.010619, -96.261121 42.010616, -96.261204 42.014377, -96.255765 42.014256, -96.252922 42.014241, -96.251449 42.014187, -96.246165 42.0141))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 89.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Decatur, Nebraska\", \"geo_wkt\": \"POLYGON ((-96.246165 42.0141, -96.24254 42.014016, -96.240311 42.013957, -96.240321 42.013876, -96.240405 42.013788, -96.240486 42.013663, -96.240553 42.013561, -96.240642 42.013394, -96.24075 42.013117, -96.240963 42.012489, -96.241127 42.012037, -96.241388 42.011381, -96.24162 42.010844, -96.241725 42.010638, -96.241878 42.01025, -96.24204 42.009836, -96.242352 42.008929, -96.24252 42.008478, -96.242686 42.008102, -96.243158 42.007137, -96.243234 42.006985, -96.24334 42.006746, -96.243384 42.006609, -96.243396 42.006572, -96.243471 42.006228, -96.243621 42.005536, -96.243628 42.005504, -96.243718 42.005041, -96.243767 42.004684, -96.243791 42.004403, -96.243801 42.004288, -96.243813 42.003891, -96.243805 42.003605, -96.243804 42.003531, -96.243754 42.002848, -96.243689 42.002273, -96.243627 42.001879, -96.243556 42.001524, -96.243492 42.001314, -96.243397 42.001071, -96.243188 42.000629, -96.243129 42.000531, -96.242988 42.000341, -96.242751 42.000004, -96.242718 41.999973, -96.242209 41.99936, -96.241973 41.999089, -96.241721 41.998825, -96.241278 41.998396, -96.240968 41.998119, -96.240674 41.997881, -96.240435 41.997705, -96.240177 41.997543, -96.239593 41.997221, -96.239287 41.997044, -96.239036 41.996876, -96.238757 41.996663, -96.238558 41.996398, -96.237891 41.995942, -96.237145 41.995525, -96.236838 41.995382, -96.236946 41.995247, -96.237046 41.995327, -96.237092 41.995369, -96.23718 41.995421, -96.23725 41.995448, -96.237366 41.995486, -96.237521 41.995554, -96.237796 41.995717, -96.238104 41.995917, -96.238481 41.996135, -96.238994 41.996418, -96.239725 41.996935, -96.240081 41.997174, -96.240227 41.997306, -96.240481 41.997485, -96.240678 41.997605, -96.240897 41.997748, -96.240936 41.997757, -96.241023 41.997681, -96.241088 41.997646, -96.241158 41.997628, -96.241214 41.99763, -96.241287 41.997675, -96.241435 41.997797, -96.241751 41.998077, -96.24206 41.99837, -96.242514 41.99879, -96.242741 41.999026, -96.242971 41.999287, -96.243198 41.999595, -96.243473 42.000004, -96.243566 42.00015, -96.243635 42.000233, -96.243709 42.000264, -96.243803 42.000274, -96.246772 42.000231, -96.246596 41.997024, -96.247372 41.997045, -96.247553 41.997202, -96.247687 41.997468, -96.247803 41.997665, -96.248007 41.99784, -96.24825 41.998031, -96.248481 41.99824, -96.248745 41.998448, -96.249081 41.998673, -96.249447 41.99894, -96.249671 41.999122, -96.249771 41.999247, -96.24976 41.999569, -96.249768 41.999999, -96.249767 42.000093, -96.250455 42.000105, -96.251599 42.000168, -96.251741 42.000301, -96.25185 42.000416, -96.25189 42.000357, -96.251936 42.000321, -96.251997 42.000287, -96.252578 42.00006, -96.252863 41.99994, -96.253154 41.999841, -96.253416 41.99977, -96.253609 41.999728, -96.253746 41.999704, -96.254023 41.999662, -96.254314 41.999629, -96.254626 41.999611, -96.25557 41.999606, -96.25624 41.999606, -96.258302 41.999611, -96.259903 41.99962, -96.259825 41.999852, -96.259758 42.000026, -96.259703 42.000946, -96.257882 42.000828, -96.257987 42.003763, -96.260008 42.003724, -96.259984 42.006569, -96.258385 42.006589, -96.258333 42.010619, -96.261121 42.010616, -96.261204 42.014377, -96.255765 42.014256, -96.252922 42.014241, -96.251449 42.014187, -96.246165 42.0141))\", \"region\": {\"id\": 31128, \"geometry\": \"POLYGON ((-96.246165 42.0141, -96.24254 42.014016, -96.240311 42.013957, -96.240321 42.013876, -96.240405 42.013788, -96.240486 42.013663, -96.240553 42.013561, -96.240642 42.013394, -96.24075 42.013117, -96.240963 42.012489, -96.241127 42.012037, -96.241388 42.011381, -96.24162 42.010844, -96.241725 42.010638, -96.241878 42.01025, -96.24204 42.009836, -96.242352 42.008929, -96.24252 42.008478, -96.242686 42.008102, -96.243158 42.007137, -96.243234 42.006985, -96.24334 42.006746, -96.243384 42.006609, -96.243396 42.006572, -96.243471 42.006228, -96.243621 42.005536, -96.243628 42.005504, -96.243718 42.005041, -96.243767 42.004684, -96.243791 42.004403, -96.243801 42.004288, -96.243813 42.003891, -96.243805 42.003605, -96.243804 42.003531, -96.243754 42.002848, -96.243689 42.002273, -96.243627 42.001879, -96.243556 42.001524, -96.243492 42.001314, -96.243397 42.001071, -96.243188 42.000629, -96.243129 42.000531, -96.242988 42.000341, -96.242751 42.000004, -96.242718 41.999973, -96.242209 41.99936, -96.241973 41.999089, -96.241721 41.998825, -96.241278 41.998396, -96.240968 41.998119, -96.240674 41.997881, -96.240435 41.997705, -96.240177 41.997543, -96.239593 41.997221, -96.239287 41.997044, -96.239036 41.996876, -96.238757 41.996663, -96.238558 41.996398, -96.237891 41.995942, -96.237145 41.995525, -96.236838 41.995382, -96.236946 41.995247, -96.237046 41.995327, -96.237092 41.995369, -96.23718 41.995421, -96.23725 41.995448, -96.237366 41.995486, -96.237521 41.995554, -96.237796 41.995717, -96.238104 41.995917, -96.238481 41.996135, -96.238994 41.996418, -96.239725 41.996935, -96.240081 41.997174, -96.240227 41.997306, -96.240481 41.997485, -96.240678 41.997605, -96.240897 41.997748, -96.240936 41.997757, -96.241023 41.997681, -96.241088 41.997646, -96.241158 41.997628, -96.241214 41.99763, -96.241287 41.997675, -96.241435 41.997797, -96.241751 41.998077, -96.24206 41.99837, -96.242514 41.99879, -96.242741 41.999026, -96.242971 41.999287, -96.243198 41.999595, -96.243473 42.000004, -96.243566 42.00015, -96.243635 42.000233, -96.243709 42.000264, -96.243803 42.000274, -96.246772 42.000231, -96.246596 41.997024, -96.247372 41.997045, -96.247553 41.997202, -96.247687 41.997468, -96.247803 41.997665, -96.248007 41.99784, -96.24825 41.998031, -96.248481 41.99824, -96.248745 41.998448, -96.249081 41.998673, -96.249447 41.99894, -96.249671 41.999122, -96.249771 41.999247, -96.24976 41.999569, -96.249768 41.999999, -96.249767 42.000093, -96.250455 42.000105, -96.251599 42.000168, -96.251741 42.000301, -96.25185 42.000416, -96.25189 42.000357, -96.251936 42.000321, -96.251997 42.000287, -96.252578 42.00006, -96.252863 41.99994, -96.253154 41.999841, -96.253416 41.99977, -96.253609 41.999728, -96.253746 41.999704, -96.254023 41.999662, -96.254314 41.999629, -96.254626 41.999611, -96.25557 41.999606, -96.25624 41.999606, -96.258302 41.999611, -96.259903 41.99962, -96.259825 41.999852, -96.259758 42.000026, -96.259703 42.000946, -96.257882 42.000828, -96.257987 42.003763, -96.260008 42.003724, -96.259984 42.006569, -96.258385 42.006589, -96.258333 42.010619, -96.261121 42.010616, -96.261204 42.014377, -96.255765 42.014256, -96.252922 42.014241, -96.251449 42.014187, -96.246165 42.0141))\", \"region_name\": \"Decatur\", \"border_type\": \"village\", \"wikidata\": \"Q2512082\", \"wikipedia\": \"en:Decatur, Nebraska\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0001", "group": "raster_only", "template": "elevation_range+region", "question": "In Garden City Park, New York, what is max minus min elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-73.673277 40.751527, -73.67321 40.751187, -73.673147 40.750667, -73.673134 40.750195, -73.673062 40.749755, -73.672711 40.748346, -73.672124 40.746626, -73.672057 40.746285, -73.671841 40.744638, -73.671566 40.743413, -73.671611 40.742222, -73.671726 40.741723, -73.671742 40.741338, -73.671647 40.74014, -73.671432 40.738994, -73.671369 40.738413, -73.671184 40.737081, -73.671156 40.736468, -73.671208 40.734804, -73.671207 40.7342, -73.671196 40.734111, -73.651422 40.737203, -73.651795 40.737641, -73.651886 40.737721, -73.652824 40.738888, -73.654034 40.740326, -73.654786 40.741141, -73.655798 40.742307, -73.657144 40.743796, -73.657512 40.744255, -73.657633 40.744631, -73.657758 40.745215, -73.65789 40.746218, -73.657922 40.74668, -73.65788 40.747113, -73.657814 40.747478, -73.657665 40.748244, -73.657516 40.748852, -73.657433 40.749568, -73.657433 40.75029, -73.6575 40.751006, -73.657961 40.753263, -73.659464 40.752968, -73.661101 40.752813, -73.661307 40.752782, -73.661327 40.75288, -73.664074 40.752631, -73.664966 40.752537, -73.673277 40.751527))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 30.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Garden City Park, New York\", \"geo_wkt\": \"POLYGON ((-73.673277 40.751527, -73.67321 40.751187, -73.673147 40.750667, -73.673134 40.750195, -73.673062 40.749755, -73.672711 40.748346, -73.672124 40.746626, -73.672057 40.746285, -73.671841 40.744638, -73.671566 40.743413, -73.671611 40.742222, -73.671726 40.741723, -73.671742 40.741338, -73.671647 40.74014, -73.671432 40.738994, -73.671369 40.738413, -73.671184 40.737081, -73.671156 40.736468, -73.671208 40.734804, -73.671207 40.7342, -73.671196 40.734111, -73.651422 40.737203, -73.651795 40.737641, -73.651886 40.737721, -73.652824 40.738888, -73.654034 40.740326, -73.654786 40.741141, -73.655798 40.742307, -73.657144 40.743796, -73.657512 40.744255, -73.657633 40.744631, -73.657758 40.745215, -73.65789 40.746218, -73.657922 40.74668, -73.65788 40.747113, -73.657814 40.747478, -73.657665 40.748244, -73.657516 40.748852, -73.657433 40.749568, -73.657433 40.75029, -73.6575 40.751006, -73.657961 40.753263, -73.659464 40.752968, -73.661101 40.752813, -73.661307 40.752782, -73.661327 40.75288, -73.664074 40.752631, -73.664966 40.752537, -73.673277 40.751527))\", \"region\": {\"id\": 19291, \"geometry\": \"POLYGON ((-73.673277 40.751527, -73.67321 40.751187, -73.673147 40.750667, -73.673134 40.750195, -73.673062 40.749755, -73.672711 40.748346, -73.672124 40.746626, -73.672057 40.746285, -73.671841 40.744638, -73.671566 40.743413, -73.671611 40.742222, -73.671726 40.741723, -73.671742 40.741338, -73.671647 40.74014, -73.671432 40.738994, -73.671369 40.738413, -73.671184 40.737081, -73.671156 40.736468, -73.671208 40.734804, -73.671207 40.7342, -73.671196 40.734111, -73.651422 40.737203, -73.651795 40.737641, -73.651886 40.737721, -73.652824 40.738888, -73.654034 40.740326, -73.654786 40.741141, -73.655798 40.742307, -73.657144 40.743796, -73.657512 40.744255, -73.657633 40.744631, -73.657758 40.745215, -73.65789 40.746218, -73.657922 40.74668, -73.65788 40.747113, -73.657814 40.747478, -73.657665 40.748244, -73.657516 40.748852, -73.657433 40.749568, -73.657433 40.75029, -73.6575 40.751006, -73.657961 40.753263, -73.659464 40.752968, -73.661101 40.752813, -73.661307 40.752782, -73.661327 40.75288, -73.664074 40.752631, -73.664966 40.752537, -73.673277 40.751527))\", \"region_name\": \"Garden City Park\", \"border_type\": \"hamlet;CDP\", \"wikidata\": \"Q3452339\", \"wikipedia\": \"en:Garden City Park, New York\", \"place\": \"locality\", \"admin_level\": \"8\", \"population\": \"7985\"}}}"} -{"id": "raster_only/elevation_range+region/0002", "group": "raster_only", "template": "elevation_range+region", "question": "What is the elevation range in New Trier Township, Cook County, Illinois?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-87.758746 42.065018, -87.765934 42.065136, -87.771259 42.065223, -87.771501 42.06601, -87.771501 42.067606, -87.771497 42.067949, -87.771176 42.080072, -87.77111 42.083348, -87.771102 42.086958, -87.770789 42.101447, -87.770764 42.103517, -87.770762 42.103653, -87.770752 42.10452, -87.770729 42.106671, -87.770727 42.106815, -87.770725 42.106984, -87.770725 42.10699, -87.770739 42.108777, -87.770739 42.10878, -87.77074 42.108855, -87.770704 42.109824, -87.770691 42.110161, -87.770639 42.111551, -87.770547 42.114037, -87.770455 42.117158, -87.770443 42.117859, -87.77044 42.11803, -87.770439 42.118088, -87.77044 42.118097, -87.77044 42.118104, -87.77042 42.119667, -87.770394 42.121395, -87.770383 42.121959, -87.770352 42.123288, -87.77135 42.123296, -87.77136 42.123296, -87.771372 42.123296, -87.77166 42.123299, -87.771667 42.123299, -87.771677 42.123299, -87.771845 42.123299, -87.772577 42.123303, -87.772601 42.123303, -87.772618 42.123303, -87.772696 42.123304, -87.773259 42.123304, -87.77332 42.123304, -87.77358 42.123304, -87.773636 42.123305, -87.774129 42.123311, -87.774196 42.123311, -87.774838 42.123314, -87.77531 42.123316, -87.775312 42.123316, -87.775314 42.123316, -87.776712 42.123321, -87.776736 42.123322, -87.776807 42.123323, -87.777004 42.123325, -87.777722 42.123333, -87.777726 42.123333, -87.777766 42.123333, -87.778291 42.123339, -87.778319 42.123339, -87.778883 42.123345, -87.778905 42.123345, -87.780159 42.123356, -87.780016 42.134231, -87.779965 42.137755, -87.782854 42.137736, -87.782855 42.137763, -87.784897 42.137776, -87.784897 42.137784, -87.784896 42.137874, -87.786896 42.137886, -87.787571 42.137886, -87.789767 42.137911, -87.789771 42.138048, -87.789805 42.139247, -87.789805 42.139672, -87.789805 42.139934, -87.789805 42.140299, -87.789804 42.141528, -87.789804 42.141694, -87.789803 42.143256, -87.789803 42.143332, -87.789803 42.143483, -87.789803 42.1436, -87.789802 42.145136, -87.789835 42.151832, -87.789835 42.1519, -87.789834 42.15199, -87.789836 42.152182, -87.78984 42.152422, -87.78984 42.152476, -87.779943 42.152424, -87.770068 42.152347, -87.765201 42.152322, -87.762039 42.152296, -87.75885 42.152265, -87.758776 42.152197, -87.758697 42.152075, -87.758658 42.152094, -87.75859 42.151994, -87.758438 42.151833, -87.758382 42.151762, -87.758357 42.151722, -87.758325 42.151642, -87.758298 42.151593, -87.758271 42.151561, -87.758223 42.151497, -87.758207 42.151454, -87.758191 42.151402, -87.758156 42.151378, -87.75807 42.151298, -87.757998 42.151197, -87.757934 42.151093, -87.757786 42.150952, -87.75748 42.150646, -87.75733 42.150507, -87.757222 42.150412, -87.757172 42.150389, -87.757144 42.150381, -87.757134 42.150358, -87.75711 42.15031, -87.757048 42.150175, -87.756973 42.150046, -87.756885 42.14993, -87.75682 42.149859, -87.756732 42.149733, -87.756576 42.149527, -87.756456 42.149309, -87.756607 42.149261, -87.756568 42.149214, -87.756547 42.149173, -87.756549 42.149117, -87.756551 42.149048, -87.756552 42.149026, -87.756531 42.14896, -87.756482 42.148852, -87.756378 42.148675, -87.75623 42.148502, -87.756139 42.148451, -87.756051 42.148369, -87.75582 42.148043, -87.755604 42.147747, -87.755586 42.147723, -87.755474 42.14754, -87.755396 42.147383, -87.755334 42.14725, -87.755275 42.14716, -87.755221 42.147183, -87.755206 42.147158, -87.755187 42.147106, -87.755179 42.147057, -87.755149 42.146965, -87.755074 42.146844, -87.755039 42.146764, -87.75502 42.146719, -87.754982 42.146679, -87.754917 42.14671, -87.754902 42.146659, -87.754886 42.146566, -87.754862 42.146484, -87.75482 42.146408, -87.754787 42.146371, -87.754742 42.146319, -87.754726 42.146283, -87.754699 42.14621, -87.754654 42.146149, -87.754629 42.14609, -87.754589 42.145993, -87.75457 42.145929, -87.754532 42.145875, -87.754468 42.145812, -87.754393 42.145732, -87.754275 42.145578, -87.754211 42.145604, -87.75417 42.145531, -87.754114 42.145422, -87.754023 42.145306, -87.753942 42.145171, -87.753819 42.145077, -87.753915 42.145036, -87.753916 42.144976, -87.753902 42.144871, -87.753872 42.144736, -87.753808 42.144614, -87.753696 42.144471, -87.753435 42.144199, -87.75322 42.144005, -87.753186 42.143974, -87.752928 42.143775, -87.752759 42.143606, -87.752663 42.143471, -87.752598 42.143415, -87.752539 42.143376, -87.752454 42.143407, -87.752411 42.143419, -87.752365 42.143401, -87.752371 42.143369, -87.752403 42.143346, -87.752542 42.143286, -87.752561 42.143197, -87.752553 42.143147, -87.752518 42.143073, -87.752437 42.143002, -87.752322 42.142884, -87.752199 42.142793, -87.752151 42.142713, -87.752116 42.14264, -87.752073 42.142584, -87.752035 42.142604, -87.751982 42.142604, -87.751952 42.142578, -87.75196 42.142536, -87.752027 42.142455, -87.752102 42.142375, -87.752065 42.142244, -87.752017 42.142168, -87.75188 42.142027, -87.751536 42.141713, -87.751316 42.141466, -87.751171 42.141275, -87.751083 42.141146, -87.750887 42.140961, -87.750842 42.140899, -87.750791 42.140794, -87.750729 42.140708, -87.75063 42.140603, -87.75034 42.140357, -87.750222 42.140297, -87.750166 42.140243, -87.750107 42.140156, -87.750075 42.140056, -87.749989 42.139921, -87.749771 42.139609, -87.749643 42.139475, -87.749452 42.139243, -87.749262 42.139014, -87.749042 42.138817, -87.748688 42.138523, -87.74836 42.138193, -87.748267 42.138079, -87.748151 42.13791, -87.748023 42.137774, -87.747905 42.137841, -87.747862 42.137785, -87.748098 42.137654, -87.748379 42.137518, -87.748374 42.137419, -87.748377 42.137278, -87.748369 42.137112, -87.748358 42.137017, -87.748315 42.136922, -87.748189 42.136745, -87.74817 42.136719, -87.747985 42.136474, -87.747875 42.136353, -87.747768 42.136224, -87.747693 42.13616, -87.747652 42.136112, -87.747602 42.136017, -87.747564 42.135943, -87.747489 42.13584, -87.74743 42.135784, -87.747355 42.135692, -87.747298 42.135609, -87.747272 42.135561, -87.747218 42.135509, -87.74714 42.13543, -87.747078 42.135388, -87.74706 42.135356, -87.747012 42.135267, -87.746958 42.135227, -87.746928 42.135173, -87.746904 42.135158, -87.746851 42.135094, -87.746802 42.135074, -87.746789 42.135048, -87.74655 42.134799, -87.74651 42.134821, -87.746486 42.134803, -87.746475 42.134777, -87.746427 42.134708, -87.746362 42.13468, -87.746282 42.134626, -87.746191 42.134541, -87.746129 42.134467, -87.74607 42.134427, -87.745966 42.134384, -87.745904 42.134326, -87.745853 42.134264, -87.745775 42.134223, -87.745662 42.134155, -87.745582 42.134073, -87.745523 42.133978, -87.74548 42.13392, -87.745414 42.133877, -87.745354 42.133916, -87.745335 42.133874, -87.745316 42.133819, -87.745281 42.133735, -87.745262 42.133711, -87.745214 42.133652, -87.745118 42.133552, -87.745043 42.133502, -87.744992 42.133461, -87.744935 42.133395, -87.744874 42.13333, -87.744817 42.133296, -87.744769 42.133244, -87.744732 42.133182, -87.744627 42.133079, -87.744496 42.132946, -87.744421 42.132888, -87.744364 42.13285, -87.744324 42.13281, -87.744284 42.13275, -87.744222 42.132715, -87.744144 42.132675, -87.744104 42.132625, -87.744077 42.132577, -87.744032 42.13251, -87.743938 42.132444, -87.743887 42.132402, -87.743858 42.132364, -87.743841 42.132343, -87.743772 42.132253, -87.74368 42.13219, -87.743624 42.132146, -87.743592 42.132096, -87.743517 42.132007, -87.743408 42.1319, -87.743658 42.131775, -87.743605 42.131704, -87.743517 42.131635, -87.74346 42.131569, -87.743417 42.131496, -87.743329 42.131356, -87.743235 42.131249, -87.743144 42.131159, -87.743077 42.131068, -87.743019 42.130935, -87.742976 42.130956, -87.742951 42.130921, -87.742953 42.130877, -87.742951 42.130829, -87.74294 42.130785, -87.7429 42.130726, -87.742835 42.130656, -87.742784 42.130577, -87.742726 42.130466, -87.742712 42.130413, -87.742696 42.130322, -87.742669 42.13024, -87.742615 42.130153, -87.74254 42.130075, -87.742449 42.129992, -87.742388 42.129928, -87.74235 42.129866, -87.742318 42.1298, -87.742284 42.129814, -87.742264 42.129781, -87.742251 42.129711, -87.742213 42.129572, -87.74217 42.129485, -87.742146 42.129457, -87.742117 42.129472, -87.742087 42.129477, -87.742044 42.129468, -87.742017 42.12945, -87.741932 42.129317, -87.741929 42.129286, -87.74195 42.129266, -87.741964 42.129252, -87.741937 42.129204, -87.741862 42.129104, -87.741787 42.129045, -87.74173 42.128979, -87.741671 42.128888, -87.741629 42.128824, -87.74177 42.12877, -87.741656 42.128615, -87.741571 42.128461, -87.741539 42.128374, -87.741421 42.128391, -87.741205 42.128167, -87.741255 42.128149, -87.74126 42.127756, -87.741139 42.127628, -87.741112 42.127584, -87.741085 42.127554, -87.741065 42.1275, -87.740999 42.12745, -87.740967 42.127406, -87.740953 42.12736, -87.740962 42.127323, -87.740937 42.127265, -87.740887 42.127202, -87.740823 42.127137, -87.740792 42.127097, -87.740759 42.127028, -87.740696 42.126953, -87.740684 42.126918, -87.740685 42.126883, -87.74066 42.126834, -87.740576 42.126746, -87.74049 42.126691, -87.740498 42.126637, -87.74049 42.126551, -87.740479 42.12652, -87.740346 42.126329, -87.740326 42.126317, -87.740298 42.126276, -87.740255 42.126229, -87.740238 42.126194, -87.740222 42.126187, -87.740156 42.126122, -87.740094 42.126094, -87.740062 42.126092, -87.739986 42.126057, -87.739927 42.126022, -87.739836 42.125903, -87.739813 42.125891, -87.739674 42.12596, -87.739658 42.125943, -87.739719 42.125909, -87.739958 42.125791, -87.739958 42.125775, -87.739946 42.125741, -87.739929 42.125707, -87.739902 42.125672, -87.739891 42.125632, -87.739777 42.125534, -87.739748 42.125501, -87.739667 42.125447, -87.739643 42.125439, -87.739596 42.125411, -87.739556 42.125398, -87.739455 42.12533, -87.739386 42.125243, -87.739341 42.125129, -87.739318 42.125095, -87.739293 42.125074, -87.739222 42.124992, -87.739191 42.124967, -87.739131 42.124901, -87.73911 42.124865, -87.73907 42.124815, -87.739038 42.124825, -87.739027 42.124815, -87.739094 42.12478, -87.739093 42.124764, -87.739078 42.124738, -87.739076 42.124719, -87.738978 42.124601, -87.73893 42.124557, -87.738882 42.124505, -87.738865 42.124472, -87.738841 42.124456, -87.7387 42.124331, -87.73868 42.124298, -87.738677 42.124277, -87.738658 42.124252, -87.73854 42.124137, -87.738518 42.124094, -87.738482 42.124038, -87.738441 42.124004, -87.738426 42.123985, -87.738348 42.12386, -87.738307 42.123816, -87.738293 42.123782, -87.738182 42.123663, -87.737151 42.124169, -87.737133 42.124149, -87.738173 42.123637, -87.738155 42.12362, -87.738126 42.123554, -87.738104 42.123536, -87.738081 42.12348, -87.738039 42.123441, -87.737988 42.123413, -87.737885 42.123341, -87.737853 42.123274, -87.737735 42.123162, -87.737636 42.123079, -87.737616 42.123056, -87.737603 42.123025, -87.737595 42.122974, -87.737576 42.122936, -87.737524 42.122877, -87.737632 42.122878, -87.737552 42.122776, -87.73737 42.122846, -87.737354 42.12284, -87.737335 42.122823, -87.73733 42.122811, -87.73751 42.122739, -87.737514 42.122729, -87.737487 42.122674, -87.737396 42.122544, -87.737379 42.122507, -87.737342 42.122463, -87.737153 42.122269, -87.73711 42.122234, -87.737108 42.122226, -87.737086 42.122205, -87.737073 42.122184, -87.73705 42.122127, -87.737022 42.122083, -87.736983 42.122039, -87.736957 42.122016, -87.736855 42.121939, -87.736775 42.121859, -87.736755 42.12183, -87.736755 42.121814, -87.736748 42.121794, -87.736735 42.121794, -87.736704 42.121806, -87.736643 42.121844, -87.73662 42.121854, -87.736608 42.121849, -87.736623 42.121829, -87.736657 42.121814, -87.7367 42.121785, -87.736741 42.121767, -87.736749 42.121759, -87.736748 42.121745, -87.736735 42.121724, -87.736702 42.121679, -87.736682 42.121659, -87.736676 42.121645, -87.736674 42.121631, -87.736685 42.121593, -87.736683 42.121571, -87.736666 42.121547, -87.736645 42.121531, -87.736622 42.121526, -87.736586 42.121507, -87.736561 42.121466, -87.736484 42.121389, -87.73648 42.121376, -87.736376 42.121267, -87.736351 42.121218, -87.736358 42.121188, -87.736299 42.121101, -87.736251 42.121066, -87.736156 42.120928, -87.736133 42.120909, -87.736116 42.120884, -87.736101 42.120874, -87.736091 42.120873, -87.736026 42.120904, -87.736011 42.120908, -87.736004 42.120904, -87.735999 42.120892, -87.736035 42.120869, -87.736074 42.120857, -87.736155 42.120818, -87.736168 42.120808, -87.736199 42.120804, -87.73623 42.120791, -87.736248 42.120776, -87.73626 42.120748, -87.736264 42.120719, -87.73626 42.120696, -87.73627 42.120667, -87.736288 42.120646, -87.7363 42.120639, -87.7363 42.120631, -87.736296 42.120624, -87.73629 42.120613, -87.736265 42.120587, -87.736254 42.120587, -87.736235 42.120648, -87.736232 42.120659, -87.736237 42.120694, -87.736233 42.120716, -87.736215 42.120739, -87.736198 42.120749, -87.736173 42.120746, -87.736121 42.120701, -87.736084 42.120686, -87.735998 42.120629, -87.735986 42.120603, -87.735963 42.12058, -87.73594 42.120572, -87.735917 42.120559, -87.735898 42.120519, -87.735861 42.12049, -87.735809 42.120436, -87.735779 42.120415, -87.735761 42.120412, -87.735693 42.12035, -87.73557 42.120253, -87.735522 42.120208, -87.735495 42.120169, -87.735465 42.120106, -87.735396 42.120048, -87.735346 42.120012, -87.735306 42.119967, -87.735293 42.119942, -87.735266 42.119916, -87.735218 42.119891, -87.735125 42.119827, -87.735058 42.119758, -87.734936 42.119599, -87.734905 42.119584, -87.734757 42.119437, -87.734669 42.119356, -87.734638 42.119332, -87.734614 42.119299, -87.734513 42.11935, -87.734486 42.11937, -87.734461 42.11938, -87.73445 42.119376, -87.734455 42.119367, -87.734474 42.119353, -87.734579 42.119295, -87.734583 42.119285, -87.734575 42.119273, -87.734521 42.119232, -87.734492 42.119192, -87.734472 42.119172, -87.734408 42.119121, -87.73434 42.119093, -87.734051 42.119261, -87.734033 42.119266, -87.734003 42.119241, -87.733982 42.119216, -87.733944 42.119189, -87.733863 42.119106, -87.733745 42.118999, -87.733662 42.118933, -87.733628 42.118894, -87.733611 42.118882, -87.733508 42.118785, -87.733463 42.118734, -87.733399 42.11867, -87.733236 42.118536, -87.733161 42.11847, -87.733048 42.118382, -87.733283 42.11824, -87.733151 42.118145, -87.733148 42.118137, -87.73291 42.117975, -87.732892 42.117949, -87.732872 42.11793, -87.73283 42.117902, -87.732745 42.117831, -87.732667 42.117777, -87.732559 42.117691, -87.732442 42.117623, -87.73214 42.117399, -87.732063 42.117346, -87.731935 42.117263, -87.731916 42.117254, -87.731826 42.117184, -87.73164 42.117071, -87.731473 42.116959, -87.731409 42.116909, -87.731307 42.1168, -87.731168 42.116709, -87.731098 42.116646, -87.731071 42.116596, -87.731021 42.116539, -87.730967 42.11649, -87.730905 42.116444, -87.730847 42.11641, -87.73079 42.116382, -87.730725 42.116356, -87.730661 42.116336, -87.7306 42.116326, -87.730538 42.11632, -87.730476 42.11632, -87.730414 42.116324, -87.730309 42.116341, -87.730213 42.116371, -87.730038 42.116454, -87.729875 42.11655, -87.729546 42.116205, -87.730387 42.115761, -87.730436 42.115725, -87.730485 42.115677, -87.730512 42.115639, -87.73053 42.115603, -87.730536 42.115569, -87.730538 42.115492, -87.730514 42.115434, -87.730439 42.115349, -87.730413 42.115314, -87.730385 42.115286, -87.73031 42.11517, -87.730287 42.115135, -87.730262 42.115104, -87.730177 42.115013, -87.73012 42.114967, -87.730112 42.114942, -87.730098 42.114929, -87.730056 42.11489, -87.730029 42.114846, -87.730004 42.114819, -87.729917 42.114686, -87.729893 42.114654, -87.729863 42.114629, -87.729856 42.114606, -87.729846 42.114529, -87.729853 42.114499, -87.729867 42.11448, -87.729882 42.114416, -87.729883 42.114349, -87.729879 42.114296, -87.729864 42.114257, -87.72986 42.114215, -87.729877 42.11416, -87.729874 42.114135, -87.72986 42.114102, -87.729829 42.114053, -87.7298 42.114019, -87.729765 42.113994, -87.729723 42.113937, -87.729644 42.113862, -87.729586 42.113765, -87.729559 42.11375, -87.72947 42.11361, -87.729416 42.113543, -87.729314 42.113425, -87.72928 42.113399, -87.729252 42.11337, -87.729182 42.113273, -87.72908 42.113157, -87.729047 42.11311, -87.728983 42.11304, -87.728837 42.112862, -87.728639 42.112951, -87.728432 42.112525, -87.728621 42.11244, -87.728595 42.112418, -87.728579 42.112394, -87.728553 42.112383, -87.728527 42.112363, -87.728513 42.112338, -87.728484 42.112319, -87.72835 42.112185, -87.728324 42.112145, -87.728266 42.112097, -87.728208 42.112114, -87.728203 42.112108, -87.728192 42.112067, -87.728196 42.112025, -87.72821 42.111977, -87.728192 42.111914, -87.728179 42.111877, -87.728166 42.111862, -87.728134 42.111802, -87.728103 42.111679, -87.728045 42.111593, -87.727972 42.111503, -87.727958 42.111493, -87.727925 42.11146, -87.727832 42.11132, -87.727801 42.11129, -87.727761 42.11124, -87.727672 42.111155, -87.727612 42.111088, -87.727585 42.111068, -87.727547 42.111023, -87.727467 42.110998, -87.727429 42.11097, -87.727394 42.110933, -87.727375 42.110926, -87.727371 42.110916, -87.727272 42.110807, -87.72726 42.110782, -87.727222 42.11076, -87.727179 42.110727, -87.727074 42.110618, -87.727072 42.110593, -87.727083 42.11058, -87.727096 42.110578, -87.727105 42.110571, -87.727104 42.110556, -87.727076 42.110518, -87.72704 42.110482, -87.726963 42.110379, -87.726967 42.110354, -87.727012 42.11033, -87.727009 42.110305, -87.726842 42.110116, -87.726835 42.110082, -87.72685 42.110045, -87.726853 42.110024, -87.726847 42.110002, -87.726787 42.109875, -87.726764 42.109839, -87.726631 42.109702, -87.726617 42.109692, -87.72659 42.109689, -87.726528 42.10963, -87.726505 42.109615, -87.726437 42.109638, -87.726426 42.109638, -87.726418 42.109635, -87.726366 42.109584, -87.726281 42.109456, -87.726246 42.109416, -87.726188 42.109324, -87.726148 42.109285, -87.726142 42.109275, -87.726141 42.109247, -87.726109 42.109202, -87.726048 42.109092, -87.726009 42.109038, -87.725976 42.109005, -87.725927 42.108966, -87.725851 42.10892, -87.725805 42.108873, -87.725691 42.108822, -87.725625 42.108787, -87.72557 42.108748, -87.725542 42.108722, -87.725493 42.108689, -87.725432 42.108663, -87.725394 42.108614, -87.725288 42.108519, -87.725222 42.108474, -87.7252 42.108446, -87.725183 42.108439, -87.72518 42.108428, -87.725159 42.108419, -87.725139 42.10839, -87.725108 42.108379, -87.724924 42.108198, -87.72488 42.108168, -87.724847 42.108132, -87.724763 42.108078, -87.724712 42.108038, -87.724686 42.108003, -87.72466 42.107982, -87.724616 42.107955, -87.724568 42.107938, -87.72456 42.107932, -87.724558 42.107927, -87.724578 42.107915, -87.724672 42.107856, -87.724732 42.10782, -87.724724 42.107803, -87.7247 42.107757, -87.724682 42.107737, -87.724592 42.107665, -87.724513 42.107588, -87.72447 42.107551, -87.724412 42.107512, -87.724394 42.10748, -87.724364 42.107451, -87.724312 42.107388, -87.724292 42.107376, -87.724248 42.107332, -87.724214 42.107306, -87.724183 42.107297, -87.724133 42.107267, -87.724093 42.107258, -87.724048 42.107255, -87.724031 42.10722, -87.724006 42.107187, -87.723974 42.107168, -87.723959 42.107151, -87.723947 42.107146, -87.723935 42.107136, -87.723919 42.107096, -87.72387 42.107038, -87.723737 42.10692, -87.723664 42.10687, -87.723652 42.106857, -87.723609 42.106827, -87.723582 42.106778, -87.723563 42.106763, -87.723538 42.106732, -87.723488 42.106693, -87.72346 42.106679, -87.723443 42.106656, -87.723414 42.106634, -87.723306 42.106701, -87.723299 42.106699, -87.723153 42.106577, -87.723042 42.106465, -87.722922 42.106365, -87.722628 42.106086, -87.722529 42.106009, -87.722479 42.105971, -87.72242 42.105918, -87.722109 42.105688, -87.722032 42.105624, -87.721887 42.105526, -87.721848 42.105487, -87.721842 42.105449, -87.72181 42.105382, -87.721746 42.105311, -87.721684 42.105226, -87.721601 42.105132, -87.721558 42.105089, -87.721494 42.105, -87.721453 42.104964, -87.721359 42.10491, -87.721282 42.104833, -87.721196 42.104767, -87.721162 42.104724, -87.721089 42.104669, -87.721041 42.104627, -87.720964 42.104578, -87.720876 42.104514, -87.720842 42.1045, -87.720814 42.104478, -87.720781 42.104417, -87.720759 42.104318, -87.720747 42.104234, -87.720738 42.1042, -87.720727 42.10419, -87.720851 42.104111, -87.72082 42.104096, -87.720687 42.104178, -87.720666 42.104157, -87.72081 42.104068, -87.720778 42.104024, -87.720717 42.103975, -87.720678 42.103935, -87.720658 42.103906, -87.720621 42.103875, -87.720507 42.103762, -87.720475 42.10371, -87.720453 42.103691, -87.720445 42.103687, -87.720435 42.103693, -87.720273 42.103789, -87.720249 42.103765, -87.72043 42.103656, -87.720371 42.10359, -87.720287 42.103531, -87.720253 42.103514, -87.719995 42.103671, -87.719985 42.103657, -87.720353 42.103443, -87.719742 42.102889, -87.719664 42.102814, -87.719618 42.102762, -87.719488 42.10266, -87.719431 42.102644, -87.719282 42.102562, -87.719261 42.102554, -87.719072 42.102422, -87.718998 42.10237, -87.718858 42.102257, -87.718827 42.102238, -87.718795 42.102202, -87.71878 42.102193, -87.718691 42.102106, -87.718307 42.101835, -87.718257 42.101806, -87.718204 42.101765, -87.717954 42.101916, -87.717776 42.101765, -87.717735 42.101738, -87.717689 42.101697, -87.717529 42.101575, -87.717467 42.101538, -87.71745 42.101519, -87.717432 42.101484, -87.717414 42.101465, -87.717352 42.101412, -87.717276 42.101332, -87.717197 42.101258, -87.717163 42.101219, -87.717084 42.101152, -87.716904 42.100962, -87.71683 42.100768, -87.717136 42.100772, -87.716974 42.100668, -87.716957 42.100648, -87.716846 42.100507, -87.716838 42.100466, -87.716847 42.100446, -87.716844 42.100439, -87.716768 42.10041, -87.716686 42.100366, -87.716659 42.100349, -87.71659 42.10029, -87.716409 42.100388, -87.716402 42.100379, -87.716585 42.100278, -87.71656 42.100217, -87.716523 42.10015, -87.716518 42.100123, -87.716508 42.1001, -87.716402 42.100046, -87.716362 42.100032, -87.716324 42.100002, -87.716271 42.099974, -87.716254 42.099961, -87.716227 42.099923, -87.716054 42.10003, -87.71604 42.100018, -87.716219 42.099907, -87.716152 42.099826, -87.716111 42.099791, -87.716033 42.099743, -87.715992 42.099707, -87.715945 42.099675, -87.715888 42.099611, -87.715831 42.099573, -87.715804 42.099542, -87.715794 42.099507, -87.715775 42.099488, -87.71543 42.09971, -87.715419 42.099698, -87.715764 42.099479, -87.715765 42.09947, -87.715663 42.099409, -87.715636 42.099404, -87.715585 42.099404, -87.715579 42.0994, -87.715543 42.099375, -87.715518 42.099348, -87.715497 42.0993, -87.715446 42.099246, -87.715044 42.099503, -87.715013 42.099479, -87.71541 42.099221, -87.715351 42.099085, -87.715348 42.099061, -87.715311 42.09902, -87.715261 42.098976, -87.715249 42.098948, -87.715218 42.098905, -87.715204 42.098894, -87.715142 42.098879, -87.715108 42.098852, -87.715104 42.098851, -87.714812 42.099038, -87.714796 42.099028, -87.71523 42.098748, -87.715057 42.098592, -87.715038 42.09855, -87.714993 42.098502, -87.714898 42.098441, -87.714847 42.098394, -87.714815 42.098373, -87.714791 42.098351, -87.714769 42.098338, -87.714681 42.098273, -87.71466 42.098263, -87.714629 42.098233, -87.71458 42.098205, -87.714569 42.098193, -87.714521 42.098178, -87.714416 42.098094, -87.714255 42.098222, -87.714245 42.098213, -87.714401 42.098089, -87.714395 42.098083, -87.714346 42.09807, -87.714296 42.098039, -87.714259 42.098025, -87.714114 42.097929, -87.714022 42.097875, -87.713898 42.097796, -87.713846 42.097756, -87.713789 42.097698, -87.713767 42.097668, -87.713744 42.097625, -87.713731 42.097616, -87.713726 42.097591, -87.7134 42.097801, -87.71338 42.097791, -87.713709 42.097578, -87.713715 42.097571, -87.713704 42.097564, -87.713777 42.09751, -87.713776 42.097499, -87.713711 42.097444, -87.713617 42.097384, -87.713575 42.097351, -87.713555 42.097341, -87.713448 42.097262, -87.713401 42.097299, -87.713348 42.097252, -87.713314 42.097237, -87.713234 42.097178, -87.713182 42.09715, -87.713131 42.097131, -87.712896 42.097314, -87.712882 42.09731, -87.713086 42.097152, -87.713046 42.097127, -87.713021 42.097102, -87.712967 42.097035, -87.712923 42.096998, -87.712864 42.096966, -87.712851 42.096954, -87.712821 42.096943, -87.712722 42.096866, -87.712637 42.096814, -87.712601 42.096781, -87.712588 42.096777, -87.712584 42.096772, -87.712612 42.096748, -87.712612 42.096744, -87.71232 42.096522, -87.712245 42.096471, -87.712082 42.09635, -87.712075 42.096334, -87.71209 42.096319, -87.712023 42.096276, -87.71193 42.096202, -87.711896 42.096181, -87.711821 42.096124, -87.711773 42.096083, -87.711756 42.096096, -87.71158 42.095958, -87.711498 42.095904, -87.711472 42.095879, -87.711463 42.095875, -87.711451 42.095876, -87.711202 42.096076, -87.711192 42.096079, -87.711182 42.096073, -87.711179 42.096067, -87.711206 42.096038, -87.711414 42.095865, -87.711369 42.095843, -87.711274 42.095752, -87.711143 42.095654, -87.711119 42.095641, -87.711104 42.095617, -87.711023 42.095522, -87.710983 42.095497, -87.710895 42.095431, -87.710862 42.095458, -87.710633 42.095281, -87.710397 42.095085, -87.710253 42.095072, -87.710187 42.095038, -87.709998 42.094915, -87.709948 42.094887, -87.709738 42.094721, -87.709598 42.094619, -87.709543 42.094601, -87.709496 42.094577, -87.709351 42.094479, -87.709227 42.094408, -87.709104 42.094323, -87.709071 42.094291, -87.708832 42.09416, -87.708777 42.094134, -87.70871 42.094085, -87.708646 42.094048, -87.708553 42.094006, -87.708495 42.093973, -87.708313 42.093835, -87.708298 42.093834, -87.7082 42.09392, -87.708153 42.093969, -87.708135 42.093984, -87.708124 42.093988, -87.708122 42.093979, -87.708141 42.093951, -87.70825 42.093843, -87.708286 42.093801, -87.708308 42.093782, -87.708235 42.09372, -87.708149 42.093669, -87.708077 42.093635, -87.708042 42.093635, -87.708017 42.093621, -87.707992 42.093586, -87.707964 42.093531, -87.707949 42.093479, -87.707946 42.093448, -87.707916 42.093394, -87.707839 42.093328, -87.707804 42.093306, -87.707703 42.093215, -87.70752 42.093064, -87.707486 42.093044, -87.707438 42.093007, -87.707379 42.092974, -87.707296 42.09291, -87.707261 42.092849, -87.70723 42.092736, -87.707208 42.092715, -87.707074 42.092644, -87.707007 42.092597, -87.706883 42.092493, -87.706783 42.092408, -87.706734 42.092336, -87.706678 42.092292, -87.706538 42.092158, -87.706478 42.092115, -87.706428 42.092071, -87.706313 42.091994, -87.706258 42.091921, -87.70625 42.09186, -87.705733 42.091498, -87.705724 42.091485, -87.705723 42.09146, -87.70571 42.091445, -87.705374 42.091228, -87.705345 42.091212, -87.705241 42.091143, -87.70523 42.091138, -87.705219 42.091142, -87.705185 42.091167, -87.704632 42.090826, -87.704621 42.090832, -87.70457 42.090799, -87.704578 42.090753, -87.704578 42.090728, -87.704354 42.090576, -87.704078 42.090396, -87.703696 42.09074, -87.703658 42.090716, -87.704014 42.090395, -87.703796 42.090257, -87.70344 42.090578, -87.703415 42.090563, -87.703771 42.090242, -87.703483 42.090064, -87.70355 42.090005, -87.703266 42.089844, -87.703131 42.089789, -87.702979 42.089722, -87.702894 42.08966, -87.70286 42.089644, -87.702828 42.089621, -87.702796 42.089605, -87.70277 42.089579, -87.70269 42.089542, -87.702592 42.089476, -87.702571 42.089458, -87.702546 42.089451, -87.702509 42.089427, -87.702478 42.089415, -87.702455 42.0894, -87.702423 42.089386, -87.70236 42.089337, -87.702291 42.089288, -87.702262 42.08928, -87.702156 42.089363, -87.702047 42.089297, -87.701959 42.089232, -87.701863 42.089176, -87.701713 42.08908, -87.701725 42.089069, -87.701558 42.088946, -87.701556 42.088939, -87.701588 42.088913, -87.701567 42.088884, -87.701446 42.088848, -87.701242 42.088755, -87.701224 42.088738, -87.701179 42.088721, -87.701124 42.088708, -87.700942 42.088626, -87.700818 42.088531, -87.700727 42.088498, -87.700697 42.08848, -87.700615 42.088449, -87.700444 42.088339, -87.700288 42.08826, -87.700262 42.088242, -87.700229 42.088232, -87.700147 42.088146, -87.700111 42.088129, -87.700091 42.08811, -87.700062 42.088099, -87.70004 42.088078, -87.700009 42.088063, -87.699958 42.088026, -87.699908 42.088, -87.699902 42.087987, -87.699167 42.087611, -87.699048 42.087546, -87.698979 42.087496, -87.698926 42.087442, -87.698874 42.087325, -87.698867 42.087263, -87.698827 42.087245, -87.698811 42.087231, -87.69879 42.087221, -87.698757 42.087213, -87.698922 42.087105, -87.698918 42.087096, -87.698857 42.087071, -87.69874 42.086994, -87.698636 42.086941, -87.69856 42.086884, -87.698494 42.086843, -87.698056 42.087124, -87.69754 42.086827, -87.697438 42.086777, -87.697336 42.086719, -87.69781 42.086412, -87.697674 42.086303, -87.697655 42.086301, -87.697619 42.086273, -87.697492 42.086208, -87.697484 42.086198, -87.69733 42.086144, -87.697283 42.086137, -87.697215 42.086178, -87.69707 42.086101, -87.696877 42.085936, -87.696848 42.085922, -87.696696 42.085795, -87.696663 42.08571, -87.696661 42.08568, -87.696645 42.085669, -87.696599 42.085669, -87.696583 42.085677, -87.696553 42.085673, -87.69646 42.085602, -87.696385 42.085552, -87.696269 42.085506, -87.696227 42.085484, -87.696159 42.085417, -87.696145 42.085386, -87.69609 42.085325, -87.695875 42.085218, -87.695714 42.085128, -87.695676 42.0851, -87.695524 42.085039, -87.695422 42.085023, -87.695296 42.084972, -87.695138 42.084863, -87.694991 42.08482, -87.694787 42.084704, -87.694592 42.084604, -87.694276 42.084411, -87.693925 42.084234, -87.693855 42.084177, -87.693784 42.084091, -87.693735 42.084053, -87.693645 42.084005, -87.693535 42.083904, -87.693452 42.083858, -87.693358 42.083814, -87.69325 42.083739, -87.693169 42.083696, -87.693105 42.083674, -87.693066 42.083641, -87.692848 42.083552, -87.692801 42.083542, -87.69272 42.083524, -87.692596 42.083504, -87.692494 42.083479, -87.692348 42.083423, -87.692211 42.083336, -87.69207 42.083258, -87.69193 42.083193, -87.691672 42.08308, -87.69122 42.082892, -87.691016 42.082783, -87.690987 42.082762, -87.690833 42.082668, -87.69077 42.082646, -87.69072 42.082605, -87.690628 42.082564, -87.690343 42.082419, -87.690253 42.082383, -87.690213 42.08236, -87.689977 42.082274, -87.689681 42.082114, -87.689571 42.082059, -87.689485 42.082023, -87.689427 42.081988, -87.689393 42.081982, -87.689232 42.081896, -87.689191 42.081884, -87.689169 42.081858, -87.68893 42.081759, -87.688774 42.081672, -87.688666 42.081596, -87.68847 42.081524, -87.688319 42.081533, -87.688269 42.081521, -87.688242 42.081494, -87.688238 42.081465, -87.688185 42.081416, -87.688097 42.081363, -87.688041 42.081358, -87.687938 42.081309, -87.687752 42.081185, -87.687662 42.081144, -87.687489 42.081087, -87.687282 42.080997, -87.687194 42.080974, -87.686943 42.08085, -87.686705 42.080751, -87.686558 42.080698, -87.686496 42.080669, -87.686289 42.080556, -87.685999 42.080435, -87.685438 42.08015, -87.685099 42.08001, -87.684456 42.079727, -87.684171 42.079607, -87.683926 42.079488, -87.683538 42.079275, -87.683468 42.079241, -87.683426 42.079212, -87.68336 42.07919, -87.683129 42.079065, -87.683091 42.079057, -87.682444 42.078777, -87.682305 42.078705, -87.682084 42.0786, -87.683314 42.078614, -87.683333 42.075857, -87.683315 42.07587, -87.68331 42.075878, -87.683279 42.075898, -87.683207 42.075915, -87.683109 42.075916, -87.68305 42.075935, -87.683006 42.075933, -87.68297 42.075909, -87.682944 42.075882, -87.682924 42.075869, -87.682886 42.075825, -87.682862 42.075806, -87.682848 42.075768, -87.682806 42.075735, -87.682791 42.075706, -87.682738 42.07568, -87.682698 42.075647, -87.682647 42.075579, -87.682613 42.075472, -87.682581 42.075441, -87.682577 42.075384, -87.682539 42.075372, -87.682534 42.075354, -87.682567 42.075321, -87.682542 42.075248, -87.682542 42.075225, -87.682554 42.075187, -87.682571 42.075174, -87.682593 42.07514, -87.682594 42.075106, -87.682587 42.075081, -87.682589 42.07507, -87.682602 42.075039, -87.682612 42.075036, -87.682623 42.075025, -87.682631 42.075006, -87.682631 42.074989, -87.682622 42.07497, -87.682614 42.07496, -87.68256 42.07494, -87.682489 42.074879, -87.682448 42.074834, -87.682427 42.074802, -87.6824 42.074776, -87.68237 42.074768, -87.682264 42.074762, -87.682189 42.074712, -87.682156 42.074682, -87.682073 42.074627, -87.68204 42.074585, -87.682037 42.074571, -87.681991 42.074537, -87.681981 42.074499, -87.681986 42.07449, -87.681985 42.074467, -87.681948 42.074421, -87.681939 42.074418, -87.681922 42.074398, -87.68189 42.074377, -87.681878 42.074376, -87.681829 42.074322, -87.681798 42.074298, -87.681761 42.074282, -87.681763 42.074242, -87.681754 42.074228, -87.68174 42.074213, -87.681723 42.074205, -87.681691 42.074172, -87.681681 42.074165, -87.681654 42.07416, -87.681635 42.074133, -87.681615 42.074088, -87.681554 42.074042, -87.681523 42.074044, -87.681499 42.074034, -87.681488 42.074006, -87.681473 42.073992, -87.681442 42.073975, -87.68132 42.073828, -87.68131 42.073806, -87.681301 42.073726, -87.681292 42.073718, -87.681262 42.07372, -87.681245 42.073701, -87.681174 42.073559, -87.681157 42.073536, -87.680951 42.073336, -87.680772 42.073136, -87.680584 42.072975, -87.680444 42.072836, -87.680376 42.072779, -87.680281 42.072654, -87.680261 42.072609, -87.68018 42.072526, -87.680108 42.072428, -87.68007 42.072361, -87.679976 42.072256, -87.679774 42.07191, -87.67974 42.071843, -87.679711 42.071805, -87.679684 42.071733, -87.681039 42.071743, -87.6828 42.07177, -87.682808 42.07156, -87.682836 42.0708, -87.682877 42.070052, -87.682905 42.069488, -87.682978 42.069489, -87.683457 42.069493, -87.689003 42.069539, -87.689 42.068774, -87.692682 42.068823, -87.693087 42.068827, -87.694468 42.068843, -87.694876 42.068847, -87.697984 42.068874, -87.712566 42.069029, -87.723608 42.069163, -87.729098 42.069134, -87.729151 42.069516, -87.729163 42.069618, -87.729567 42.069526, -87.732362 42.068913, -87.732363 42.068855, -87.73242 42.064666, -87.74268 42.064818, -87.744863 42.064837, -87.746511 42.06486, -87.747532 42.064874, -87.748812 42.0649, -87.750227 42.064922, -87.752049 42.064941, -87.75433 42.064951, -87.755391 42.064966, -87.756192 42.064975, -87.758746 42.065018))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 56.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"New Trier Township, Cook County, Illinois\", \"geo_wkt\": \"POLYGON ((-87.758746 42.065018, -87.765934 42.065136, -87.771259 42.065223, -87.771501 42.06601, -87.771501 42.067606, -87.771497 42.067949, -87.771176 42.080072, -87.77111 42.083348, -87.771102 42.086958, -87.770789 42.101447, -87.770764 42.103517, -87.770762 42.103653, -87.770752 42.10452, -87.770729 42.106671, -87.770727 42.106815, -87.770725 42.106984, -87.770725 42.10699, -87.770739 42.108777, -87.770739 42.10878, -87.77074 42.108855, -87.770704 42.109824, -87.770691 42.110161, -87.770639 42.111551, -87.770547 42.114037, -87.770455 42.117158, -87.770443 42.117859, -87.77044 42.11803, -87.770439 42.118088, -87.77044 42.118097, -87.77044 42.118104, -87.77042 42.119667, -87.770394 42.121395, -87.770383 42.121959, -87.770352 42.123288, -87.77135 42.123296, -87.77136 42.123296, -87.771372 42.123296, -87.77166 42.123299, -87.771667 42.123299, -87.771677 42.123299, -87.771845 42.123299, -87.772577 42.123303, -87.772601 42.123303, -87.772618 42.123303, -87.772696 42.123304, -87.773259 42.123304, -87.77332 42.123304, -87.77358 42.123304, -87.773636 42.123305, -87.774129 42.123311, -87.774196 42.123311, -87.774838 42.123314, -87.77531 42.123316, -87.775312 42.123316, -87.775314 42.123316, -87.776712 42.123321, -87.776736 42.123322, -87.776807 42.123323, -87.777004 42.123325, -87.777722 42.123333, -87.777726 42.123333, -87.777766 42.123333, -87.778291 42.123339, -87.778319 42.123339, -87.778883 42.123345, -87.778905 42.123345, -87.780159 42.123356, -87.780016 42.134231, -87.779965 42.137755, -87.782854 42.137736, -87.782855 42.137763, -87.784897 42.137776, -87.784897 42.137784, -87.784896 42.137874, -87.786896 42.137886, -87.787571 42.137886, -87.789767 42.137911, -87.789771 42.138048, -87.789805 42.139247, -87.789805 42.139672, -87.789805 42.139934, -87.789805 42.140299, -87.789804 42.141528, -87.789804 42.141694, -87.789803 42.143256, -87.789803 42.143332, -87.789803 42.143483, -87.789803 42.1436, -87.789802 42.145136, -87.789835 42.151832, -87.789835 42.1519, -87.789834 42.15199, -87.789836 42.152182, -87.78984 42.152422, -87.78984 42.152476, -87.779943 42.152424, -87.770068 42.152347, -87.765201 42.152322, -87.762039 42.152296, -87.75885 42.152265, -87.758776 42.152197, -87.758697 42.152075, -87.758658 42.152094, -87.75859 42.151994, -87.758438 42.151833, -87.758382 42.151762, -87.758357 42.151722, -87.758325 42.151642, -87.758298 42.151593, -87.758271 42.151561, -87.758223 42.151497, -87.758207 42.151454, -87.758191 42.151402, -87.758156 42.151378, -87.75807 42.151298, -87.757998 42.151197, -87.757934 42.151093, -87.757786 42.150952, -87.75748 42.150646, -87.75733 42.150507, -87.757222 42.150412, -87.757172 42.150389, -87.757144 42.150381, -87.757134 42.150358, -87.75711 42.15031, -87.757048 42.150175, -87.756973 42.150046, -87.756885 42.14993, -87.75682 42.149859, -87.756732 42.149733, -87.756576 42.149527, -87.756456 42.149309, -87.756607 42.149261, -87.756568 42.149214, -87.756547 42.149173, -87.756549 42.149117, -87.756551 42.149048, -87.756552 42.149026, -87.756531 42.14896, -87.756482 42.148852, -87.756378 42.148675, -87.75623 42.148502, -87.756139 42.148451, -87.756051 42.148369, -87.75582 42.148043, -87.755604 42.147747, -87.755586 42.147723, -87.755474 42.14754, -87.755396 42.147383, -87.755334 42.14725, -87.755275 42.14716, -87.755221 42.147183, -87.755206 42.147158, -87.755187 42.147106, -87.755179 42.147057, -87.755149 42.146965, -87.755074 42.146844, -87.755039 42.146764, -87.75502 42.146719, -87.754982 42.146679, -87.754917 42.14671, -87.754902 42.146659, -87.754886 42.146566, -87.754862 42.146484, -87.75482 42.146408, -87.754787 42.146371, -87.754742 42.146319, -87.754726 42.146283, -87.754699 42.14621, -87.754654 42.146149, -87.754629 42.14609, -87.754589 42.145993, -87.75457 42.145929, -87.754532 42.145875, -87.754468 42.145812, -87.754393 42.145732, -87.754275 42.145578, -87.754211 42.145604, -87.75417 42.145531, -87.754114 42.145422, -87.754023 42.145306, -87.753942 42.145171, -87.753819 42.145077, -87.753915 42.145036, -87.753916 42.144976, -87.753902 42.144871, -87.753872 42.144736, -87.753808 42.144614, -87.753696 42.144471, -87.753435 42.144199, -87.75322 42.144005, -87.753186 42.143974, -87.752928 42.143775, -87.752759 42.143606, -87.752663 42.143471, -87.752598 42.143415, -87.752539 42.143376, -87.752454 42.143407, -87.752411 42.143419, -87.752365 42.143401, -87.752371 42.143369, -87.752403 42.143346, -87.752542 42.143286, -87.752561 42.143197, -87.752553 42.143147, -87.752518 42.143073, -87.752437 42.143002, -87.752322 42.142884, -87.752199 42.142793, -87.752151 42.142713, -87.752116 42.14264, -87.752073 42.142584, -87.752035 42.142604, -87.751982 42.142604, -87.751952 42.142578, -87.75196 42.142536, -87.752027 42.142455, -87.752102 42.142375, -87.752065 42.142244, -87.752017 42.142168, -87.75188 42.142027, -87.751536 42.141713, -87.751316 42.141466, -87.751171 42.141275, -87.751083 42.141146, -87.750887 42.140961, -87.750842 42.140899, -87.750791 42.140794, -87.750729 42.140708, -87.75063 42.140603, -87.75034 42.140357, -87.750222 42.140297, -87.750166 42.140243, -87.750107 42.140156, -87.750075 42.140056, -87.749989 42.139921, -87.749771 42.139609, -87.749643 42.139475, -87.749452 42.139243, -87.749262 42.139014, -87.749042 42.138817, -87.748688 42.138523, -87.74836 42.138193, -87.748267 42.138079, -87.748151 42.13791, -87.748023 42.137774, -87.747905 42.137841, -87.747862 42.137785, -87.748098 42.137654, -87.748379 42.137518, -87.748374 42.137419, -87.748377 42.137278, -87.748369 42.137112, -87.748358 42.137017, -87.748315 42.136922, -87.748189 42.136745, -87.74817 42.136719, -87.747985 42.136474, -87.747875 42.136353, -87.747768 42.136224, -87.747693 42.13616, -87.747652 42.136112, -87.747602 42.136017, -87.747564 42.135943, -87.747489 42.13584, -87.74743 42.135784, -87.747355 42.135692, -87.747298 42.135609, -87.747272 42.135561, -87.747218 42.135509, -87.74714 42.13543, -87.747078 42.135388, -87.74706 42.135356, -87.747012 42.135267, -87.746958 42.135227, -87.746928 42.135173, -87.746904 42.135158, -87.746851 42.135094, -87.746802 42.135074, -87.746789 42.135048, -87.74655 42.134799, -87.74651 42.134821, -87.746486 42.134803, -87.746475 42.134777, -87.746427 42.134708, -87.746362 42.13468, -87.746282 42.134626, -87.746191 42.134541, -87.746129 42.134467, -87.74607 42.134427, -87.745966 42.134384, -87.745904 42.134326, -87.745853 42.134264, -87.745775 42.134223, -87.745662 42.134155, -87.745582 42.134073, -87.745523 42.133978, -87.74548 42.13392, -87.745414 42.133877, -87.745354 42.133916, -87.745335 42.133874, -87.745316 42.133819, -87.745281 42.133735, -87.745262 42.133711, -87.745214 42.133652, -87.745118 42.133552, -87.745043 42.133502, -87.744992 42.133461, -87.744935 42.133395, -87.744874 42.13333, -87.744817 42.133296, -87.744769 42.133244, -87.744732 42.133182, -87.744627 42.133079, -87.744496 42.132946, -87.744421 42.132888, -87.744364 42.13285, -87.744324 42.13281, -87.744284 42.13275, -87.744222 42.132715, -87.744144 42.132675, -87.744104 42.132625, -87.744077 42.132577, -87.744032 42.13251, -87.743938 42.132444, -87.743887 42.132402, -87.743858 42.132364, -87.743841 42.132343, -87.743772 42.132253, -87.74368 42.13219, -87.743624 42.132146, -87.743592 42.132096, -87.743517 42.132007, -87.743408 42.1319, -87.743658 42.131775, -87.743605 42.131704, -87.743517 42.131635, -87.74346 42.131569, -87.743417 42.131496, -87.743329 42.131356, -87.743235 42.131249, -87.743144 42.131159, -87.743077 42.131068, -87.743019 42.130935, -87.742976 42.130956, -87.742951 42.130921, -87.742953 42.130877, -87.742951 42.130829, -87.74294 42.130785, -87.7429 42.130726, -87.742835 42.130656, -87.742784 42.130577, -87.742726 42.130466, -87.742712 42.130413, -87.742696 42.130322, -87.742669 42.13024, -87.742615 42.130153, -87.74254 42.130075, -87.742449 42.129992, -87.742388 42.129928, -87.74235 42.129866, -87.742318 42.1298, -87.742284 42.129814, -87.742264 42.129781, -87.742251 42.129711, -87.742213 42.129572, -87.74217 42.129485, -87.742146 42.129457, -87.742117 42.129472, -87.742087 42.129477, -87.742044 42.129468, -87.742017 42.12945, -87.741932 42.129317, -87.741929 42.129286, -87.74195 42.129266, -87.741964 42.129252, -87.741937 42.129204, -87.741862 42.129104, -87.741787 42.129045, -87.74173 42.128979, -87.741671 42.128888, -87.741629 42.128824, -87.74177 42.12877, -87.741656 42.128615, -87.741571 42.128461, -87.741539 42.128374, -87.741421 42.128391, -87.741205 42.128167, -87.741255 42.128149, -87.74126 42.127756, -87.741139 42.127628, -87.741112 42.127584, -87.741085 42.127554, -87.741065 42.1275, -87.740999 42.12745, -87.740967 42.127406, -87.740953 42.12736, -87.740962 42.127323, -87.740937 42.127265, -87.740887 42.127202, -87.740823 42.127137, -87.740792 42.127097, -87.740759 42.127028, -87.740696 42.126953, -87.740684 42.126918, -87.740685 42.126883, -87.74066 42.126834, -87.740576 42.126746, -87.74049 42.126691, -87.740498 42.126637, -87.74049 42.126551, -87.740479 42.12652, -87.740346 42.126329, -87.740326 42.126317, -87.740298 42.126276, -87.740255 42.126229, -87.740238 42.126194, -87.740222 42.126187, -87.740156 42.126122, -87.740094 42.126094, -87.740062 42.126092, -87.739986 42.126057, -87.739927 42.126022, -87.739836 42.125903, -87.739813 42.125891, -87.739674 42.12596, -87.739658 42.125943, -87.739719 42.125909, -87.739958 42.125791, -87.739958 42.125775, -87.739946 42.125741, -87.739929 42.125707, -87.739902 42.125672, -87.739891 42.125632, -87.739777 42.125534, -87.739748 42.125501, -87.739667 42.125447, -87.739643 42.125439, -87.739596 42.125411, -87.739556 42.125398, -87.739455 42.12533, -87.739386 42.125243, -87.739341 42.125129, -87.739318 42.125095, -87.739293 42.125074, -87.739222 42.124992, -87.739191 42.124967, -87.739131 42.124901, -87.73911 42.124865, -87.73907 42.124815, -87.739038 42.124825, -87.739027 42.124815, -87.739094 42.12478, -87.739093 42.124764, -87.739078 42.124738, -87.739076 42.124719, -87.738978 42.124601, -87.73893 42.124557, -87.738882 42.124505, -87.738865 42.124472, -87.738841 42.124456, -87.7387 42.124331, -87.73868 42.124298, -87.738677 42.124277, -87.738658 42.124252, -87.73854 42.124137, -87.738518 42.124094, -87.738482 42.124038, -87.738441 42.124004, -87.738426 42.123985, -87.738348 42.12386, -87.738307 42.123816, -87.738293 42.123782, -87.738182 42.123663, -87.737151 42.124169, -87.737133 42.124149, -87.738173 42.123637, -87.738155 42.12362, -87.738126 42.123554, -87.738104 42.123536, -87.738081 42.12348, -87.738039 42.123441, -87.737988 42.123413, -87.737885 42.123341, -87.737853 42.123274, -87.737735 42.123162, -87.737636 42.123079, -87.737616 42.123056, -87.737603 42.123025, -87.737595 42.122974, -87.737576 42.122936, -87.737524 42.122877, -87.737632 42.122878, -87.737552 42.122776, -87.73737 42.122846, -87.737354 42.12284, -87.737335 42.122823, -87.73733 42.122811, -87.73751 42.122739, -87.737514 42.122729, -87.737487 42.122674, -87.737396 42.122544, -87.737379 42.122507, -87.737342 42.122463, -87.737153 42.122269, -87.73711 42.122234, -87.737108 42.122226, -87.737086 42.122205, -87.737073 42.122184, -87.73705 42.122127, -87.737022 42.122083, -87.736983 42.122039, -87.736957 42.122016, -87.736855 42.121939, -87.736775 42.121859, -87.736755 42.12183, -87.736755 42.121814, -87.736748 42.121794, -87.736735 42.121794, -87.736704 42.121806, -87.736643 42.121844, -87.73662 42.121854, -87.736608 42.121849, -87.736623 42.121829, -87.736657 42.121814, -87.7367 42.121785, -87.736741 42.121767, -87.736749 42.121759, -87.736748 42.121745, -87.736735 42.121724, -87.736702 42.121679, -87.736682 42.121659, -87.736676 42.121645, -87.736674 42.121631, -87.736685 42.121593, -87.736683 42.121571, -87.736666 42.121547, -87.736645 42.121531, -87.736622 42.121526, -87.736586 42.121507, -87.736561 42.121466, -87.736484 42.121389, -87.73648 42.121376, -87.736376 42.121267, -87.736351 42.121218, -87.736358 42.121188, -87.736299 42.121101, -87.736251 42.121066, -87.736156 42.120928, -87.736133 42.120909, -87.736116 42.120884, -87.736101 42.120874, -87.736091 42.120873, -87.736026 42.120904, -87.736011 42.120908, -87.736004 42.120904, -87.735999 42.120892, -87.736035 42.120869, -87.736074 42.120857, -87.736155 42.120818, -87.736168 42.120808, -87.736199 42.120804, -87.73623 42.120791, -87.736248 42.120776, -87.73626 42.120748, -87.736264 42.120719, -87.73626 42.120696, -87.73627 42.120667, -87.736288 42.120646, -87.7363 42.120639, -87.7363 42.120631, -87.736296 42.120624, -87.73629 42.120613, -87.736265 42.120587, -87.736254 42.120587, -87.736235 42.120648, -87.736232 42.120659, -87.736237 42.120694, -87.736233 42.120716, -87.736215 42.120739, -87.736198 42.120749, -87.736173 42.120746, -87.736121 42.120701, -87.736084 42.120686, -87.735998 42.120629, -87.735986 42.120603, -87.735963 42.12058, -87.73594 42.120572, -87.735917 42.120559, -87.735898 42.120519, -87.735861 42.12049, -87.735809 42.120436, -87.735779 42.120415, -87.735761 42.120412, -87.735693 42.12035, -87.73557 42.120253, -87.735522 42.120208, -87.735495 42.120169, -87.735465 42.120106, -87.735396 42.120048, -87.735346 42.120012, -87.735306 42.119967, -87.735293 42.119942, -87.735266 42.119916, -87.735218 42.119891, -87.735125 42.119827, -87.735058 42.119758, -87.734936 42.119599, -87.734905 42.119584, -87.734757 42.119437, -87.734669 42.119356, -87.734638 42.119332, -87.734614 42.119299, -87.734513 42.11935, -87.734486 42.11937, -87.734461 42.11938, -87.73445 42.119376, -87.734455 42.119367, -87.734474 42.119353, -87.734579 42.119295, -87.734583 42.119285, -87.734575 42.119273, -87.734521 42.119232, -87.734492 42.119192, -87.734472 42.119172, -87.734408 42.119121, -87.73434 42.119093, -87.734051 42.119261, -87.734033 42.119266, -87.734003 42.119241, -87.733982 42.119216, -87.733944 42.119189, -87.733863 42.119106, -87.733745 42.118999, -87.733662 42.118933, -87.733628 42.118894, -87.733611 42.118882, -87.733508 42.118785, -87.733463 42.118734, -87.733399 42.11867, -87.733236 42.118536, -87.733161 42.11847, -87.733048 42.118382, -87.733283 42.11824, -87.733151 42.118145, -87.733148 42.118137, -87.73291 42.117975, -87.732892 42.117949, -87.732872 42.11793, -87.73283 42.117902, -87.732745 42.117831, -87.732667 42.117777, -87.732559 42.117691, -87.732442 42.117623, -87.73214 42.117399, -87.732063 42.117346, -87.731935 42.117263, -87.731916 42.117254, -87.731826 42.117184, -87.73164 42.117071, -87.731473 42.116959, -87.731409 42.116909, -87.731307 42.1168, -87.731168 42.116709, -87.731098 42.116646, -87.731071 42.116596, -87.731021 42.116539, -87.730967 42.11649, -87.730905 42.116444, -87.730847 42.11641, -87.73079 42.116382, -87.730725 42.116356, -87.730661 42.116336, -87.7306 42.116326, -87.730538 42.11632, -87.730476 42.11632, -87.730414 42.116324, -87.730309 42.116341, -87.730213 42.116371, -87.730038 42.116454, -87.729875 42.11655, -87.729546 42.116205, -87.730387 42.115761, -87.730436 42.115725, -87.730485 42.115677, -87.730512 42.115639, -87.73053 42.115603, -87.730536 42.115569, -87.730538 42.115492, -87.730514 42.115434, -87.730439 42.115349, -87.730413 42.115314, -87.730385 42.115286, -87.73031 42.11517, -87.730287 42.115135, -87.730262 42.115104, -87.730177 42.115013, -87.73012 42.114967, -87.730112 42.114942, -87.730098 42.114929, -87.730056 42.11489, -87.730029 42.114846, -87.730004 42.114819, -87.729917 42.114686, -87.729893 42.114654, -87.729863 42.114629, -87.729856 42.114606, -87.729846 42.114529, -87.729853 42.114499, -87.729867 42.11448, -87.729882 42.114416, -87.729883 42.114349, -87.729879 42.114296, -87.729864 42.114257, -87.72986 42.114215, -87.729877 42.11416, -87.729874 42.114135, -87.72986 42.114102, -87.729829 42.114053, -87.7298 42.114019, -87.729765 42.113994, -87.729723 42.113937, -87.729644 42.113862, -87.729586 42.113765, -87.729559 42.11375, -87.72947 42.11361, -87.729416 42.113543, -87.729314 42.113425, -87.72928 42.113399, -87.729252 42.11337, -87.729182 42.113273, -87.72908 42.113157, -87.729047 42.11311, -87.728983 42.11304, -87.728837 42.112862, -87.728639 42.112951, -87.728432 42.112525, -87.728621 42.11244, -87.728595 42.112418, -87.728579 42.112394, -87.728553 42.112383, -87.728527 42.112363, -87.728513 42.112338, -87.728484 42.112319, -87.72835 42.112185, -87.728324 42.112145, -87.728266 42.112097, -87.728208 42.112114, -87.728203 42.112108, -87.728192 42.112067, -87.728196 42.112025, -87.72821 42.111977, -87.728192 42.111914, -87.728179 42.111877, -87.728166 42.111862, -87.728134 42.111802, -87.728103 42.111679, -87.728045 42.111593, -87.727972 42.111503, -87.727958 42.111493, -87.727925 42.11146, -87.727832 42.11132, -87.727801 42.11129, -87.727761 42.11124, -87.727672 42.111155, -87.727612 42.111088, -87.727585 42.111068, -87.727547 42.111023, -87.727467 42.110998, -87.727429 42.11097, -87.727394 42.110933, -87.727375 42.110926, -87.727371 42.110916, -87.727272 42.110807, -87.72726 42.110782, -87.727222 42.11076, -87.727179 42.110727, -87.727074 42.110618, -87.727072 42.110593, -87.727083 42.11058, -87.727096 42.110578, -87.727105 42.110571, -87.727104 42.110556, -87.727076 42.110518, -87.72704 42.110482, -87.726963 42.110379, -87.726967 42.110354, -87.727012 42.11033, -87.727009 42.110305, -87.726842 42.110116, -87.726835 42.110082, -87.72685 42.110045, -87.726853 42.110024, -87.726847 42.110002, -87.726787 42.109875, -87.726764 42.109839, -87.726631 42.109702, -87.726617 42.109692, -87.72659 42.109689, -87.726528 42.10963, -87.726505 42.109615, -87.726437 42.109638, -87.726426 42.109638, -87.726418 42.109635, -87.726366 42.109584, -87.726281 42.109456, -87.726246 42.109416, -87.726188 42.109324, -87.726148 42.109285, -87.726142 42.109275, -87.726141 42.109247, -87.726109 42.109202, -87.726048 42.109092, -87.726009 42.109038, -87.725976 42.109005, -87.725927 42.108966, -87.725851 42.10892, -87.725805 42.108873, -87.725691 42.108822, -87.725625 42.108787, -87.72557 42.108748, -87.725542 42.108722, -87.725493 42.108689, -87.725432 42.108663, -87.725394 42.108614, -87.725288 42.108519, -87.725222 42.108474, -87.7252 42.108446, -87.725183 42.108439, -87.72518 42.108428, -87.725159 42.108419, -87.725139 42.10839, -87.725108 42.108379, -87.724924 42.108198, -87.72488 42.108168, -87.724847 42.108132, -87.724763 42.108078, -87.724712 42.108038, -87.724686 42.108003, -87.72466 42.107982, -87.724616 42.107955, -87.724568 42.107938, -87.72456 42.107932, -87.724558 42.107927, -87.724578 42.107915, -87.724672 42.107856, -87.724732 42.10782, -87.724724 42.107803, -87.7247 42.107757, -87.724682 42.107737, -87.724592 42.107665, -87.724513 42.107588, -87.72447 42.107551, -87.724412 42.107512, -87.724394 42.10748, -87.724364 42.107451, -87.724312 42.107388, -87.724292 42.107376, -87.724248 42.107332, -87.724214 42.107306, -87.724183 42.107297, -87.724133 42.107267, -87.724093 42.107258, -87.724048 42.107255, -87.724031 42.10722, -87.724006 42.107187, -87.723974 42.107168, -87.723959 42.107151, -87.723947 42.107146, -87.723935 42.107136, -87.723919 42.107096, -87.72387 42.107038, -87.723737 42.10692, -87.723664 42.10687, -87.723652 42.106857, -87.723609 42.106827, -87.723582 42.106778, -87.723563 42.106763, -87.723538 42.106732, -87.723488 42.106693, -87.72346 42.106679, -87.723443 42.106656, -87.723414 42.106634, -87.723306 42.106701, -87.723299 42.106699, -87.723153 42.106577, -87.723042 42.106465, -87.722922 42.106365, -87.722628 42.106086, -87.722529 42.106009, -87.722479 42.105971, -87.72242 42.105918, -87.722109 42.105688, -87.722032 42.105624, -87.721887 42.105526, -87.721848 42.105487, -87.721842 42.105449, -87.72181 42.105382, -87.721746 42.105311, -87.721684 42.105226, -87.721601 42.105132, -87.721558 42.105089, -87.721494 42.105, -87.721453 42.104964, -87.721359 42.10491, -87.721282 42.104833, -87.721196 42.104767, -87.721162 42.104724, -87.721089 42.104669, -87.721041 42.104627, -87.720964 42.104578, -87.720876 42.104514, -87.720842 42.1045, -87.720814 42.104478, -87.720781 42.104417, -87.720759 42.104318, -87.720747 42.104234, -87.720738 42.1042, -87.720727 42.10419, -87.720851 42.104111, -87.72082 42.104096, -87.720687 42.104178, -87.720666 42.104157, -87.72081 42.104068, -87.720778 42.104024, -87.720717 42.103975, -87.720678 42.103935, -87.720658 42.103906, -87.720621 42.103875, -87.720507 42.103762, -87.720475 42.10371, -87.720453 42.103691, -87.720445 42.103687, -87.720435 42.103693, -87.720273 42.103789, -87.720249 42.103765, -87.72043 42.103656, -87.720371 42.10359, -87.720287 42.103531, -87.720253 42.103514, -87.719995 42.103671, -87.719985 42.103657, -87.720353 42.103443, -87.719742 42.102889, -87.719664 42.102814, -87.719618 42.102762, -87.719488 42.10266, -87.719431 42.102644, -87.719282 42.102562, -87.719261 42.102554, -87.719072 42.102422, -87.718998 42.10237, -87.718858 42.102257, -87.718827 42.102238, -87.718795 42.102202, -87.71878 42.102193, -87.718691 42.102106, -87.718307 42.101835, -87.718257 42.101806, -87.718204 42.101765, -87.717954 42.101916, -87.717776 42.101765, -87.717735 42.101738, -87.717689 42.101697, -87.717529 42.101575, -87.717467 42.101538, -87.71745 42.101519, -87.717432 42.101484, -87.717414 42.101465, -87.717352 42.101412, -87.717276 42.101332, -87.717197 42.101258, -87.717163 42.101219, -87.717084 42.101152, -87.716904 42.100962, -87.71683 42.100768, -87.717136 42.100772, -87.716974 42.100668, -87.716957 42.100648, -87.716846 42.100507, -87.716838 42.100466, -87.716847 42.100446, -87.716844 42.100439, -87.716768 42.10041, -87.716686 42.100366, -87.716659 42.100349, -87.71659 42.10029, -87.716409 42.100388, -87.716402 42.100379, -87.716585 42.100278, -87.71656 42.100217, -87.716523 42.10015, -87.716518 42.100123, -87.716508 42.1001, -87.716402 42.100046, -87.716362 42.100032, -87.716324 42.100002, -87.716271 42.099974, -87.716254 42.099961, -87.716227 42.099923, -87.716054 42.10003, -87.71604 42.100018, -87.716219 42.099907, -87.716152 42.099826, -87.716111 42.099791, -87.716033 42.099743, -87.715992 42.099707, -87.715945 42.099675, -87.715888 42.099611, -87.715831 42.099573, -87.715804 42.099542, -87.715794 42.099507, -87.715775 42.099488, -87.71543 42.09971, -87.715419 42.099698, -87.715764 42.099479, -87.715765 42.09947, -87.715663 42.099409, -87.715636 42.099404, -87.715585 42.099404, -87.715579 42.0994, -87.715543 42.099375, -87.715518 42.099348, -87.715497 42.0993, -87.715446 42.099246, -87.715044 42.099503, -87.715013 42.099479, -87.71541 42.099221, -87.715351 42.099085, -87.715348 42.099061, -87.715311 42.09902, -87.715261 42.098976, -87.715249 42.098948, -87.715218 42.098905, -87.715204 42.098894, -87.715142 42.098879, -87.715108 42.098852, -87.715104 42.098851, -87.714812 42.099038, -87.714796 42.099028, -87.71523 42.098748, -87.715057 42.098592, -87.715038 42.09855, -87.714993 42.098502, -87.714898 42.098441, -87.714847 42.098394, -87.714815 42.098373, -87.714791 42.098351, -87.714769 42.098338, -87.714681 42.098273, -87.71466 42.098263, -87.714629 42.098233, -87.71458 42.098205, -87.714569 42.098193, -87.714521 42.098178, -87.714416 42.098094, -87.714255 42.098222, -87.714245 42.098213, -87.714401 42.098089, -87.714395 42.098083, -87.714346 42.09807, -87.714296 42.098039, -87.714259 42.098025, -87.714114 42.097929, -87.714022 42.097875, -87.713898 42.097796, -87.713846 42.097756, -87.713789 42.097698, -87.713767 42.097668, -87.713744 42.097625, -87.713731 42.097616, -87.713726 42.097591, -87.7134 42.097801, -87.71338 42.097791, -87.713709 42.097578, -87.713715 42.097571, -87.713704 42.097564, -87.713777 42.09751, -87.713776 42.097499, -87.713711 42.097444, -87.713617 42.097384, -87.713575 42.097351, -87.713555 42.097341, -87.713448 42.097262, -87.713401 42.097299, -87.713348 42.097252, -87.713314 42.097237, -87.713234 42.097178, -87.713182 42.09715, -87.713131 42.097131, -87.712896 42.097314, -87.712882 42.09731, -87.713086 42.097152, -87.713046 42.097127, -87.713021 42.097102, -87.712967 42.097035, -87.712923 42.096998, -87.712864 42.096966, -87.712851 42.096954, -87.712821 42.096943, -87.712722 42.096866, -87.712637 42.096814, -87.712601 42.096781, -87.712588 42.096777, -87.712584 42.096772, -87.712612 42.096748, -87.712612 42.096744, -87.71232 42.096522, -87.712245 42.096471, -87.712082 42.09635, -87.712075 42.096334, -87.71209 42.096319, -87.712023 42.096276, -87.71193 42.096202, -87.711896 42.096181, -87.711821 42.096124, -87.711773 42.096083, -87.711756 42.096096, -87.71158 42.095958, -87.711498 42.095904, -87.711472 42.095879, -87.711463 42.095875, -87.711451 42.095876, -87.711202 42.096076, -87.711192 42.096079, -87.711182 42.096073, -87.711179 42.096067, -87.711206 42.096038, -87.711414 42.095865, -87.711369 42.095843, -87.711274 42.095752, -87.711143 42.095654, -87.711119 42.095641, -87.711104 42.095617, -87.711023 42.095522, -87.710983 42.095497, -87.710895 42.095431, -87.710862 42.095458, -87.710633 42.095281, -87.710397 42.095085, -87.710253 42.095072, -87.710187 42.095038, -87.709998 42.094915, -87.709948 42.094887, -87.709738 42.094721, -87.709598 42.094619, -87.709543 42.094601, -87.709496 42.094577, -87.709351 42.094479, -87.709227 42.094408, -87.709104 42.094323, -87.709071 42.094291, -87.708832 42.09416, -87.708777 42.094134, -87.70871 42.094085, -87.708646 42.094048, -87.708553 42.094006, -87.708495 42.093973, -87.708313 42.093835, -87.708298 42.093834, -87.7082 42.09392, -87.708153 42.093969, -87.708135 42.093984, -87.708124 42.093988, -87.708122 42.093979, -87.708141 42.093951, -87.70825 42.093843, -87.708286 42.093801, -87.708308 42.093782, -87.708235 42.09372, -87.708149 42.093669, -87.708077 42.093635, -87.708042 42.093635, -87.708017 42.093621, -87.707992 42.093586, -87.707964 42.093531, -87.707949 42.093479, -87.707946 42.093448, -87.707916 42.093394, -87.707839 42.093328, -87.707804 42.093306, -87.707703 42.093215, -87.70752 42.093064, -87.707486 42.093044, -87.707438 42.093007, -87.707379 42.092974, -87.707296 42.09291, -87.707261 42.092849, -87.70723 42.092736, -87.707208 42.092715, -87.707074 42.092644, -87.707007 42.092597, -87.706883 42.092493, -87.706783 42.092408, -87.706734 42.092336, -87.706678 42.092292, -87.706538 42.092158, -87.706478 42.092115, -87.706428 42.092071, -87.706313 42.091994, -87.706258 42.091921, -87.70625 42.09186, -87.705733 42.091498, -87.705724 42.091485, -87.705723 42.09146, -87.70571 42.091445, -87.705374 42.091228, -87.705345 42.091212, -87.705241 42.091143, -87.70523 42.091138, -87.705219 42.091142, -87.705185 42.091167, -87.704632 42.090826, -87.704621 42.090832, -87.70457 42.090799, -87.704578 42.090753, -87.704578 42.090728, -87.704354 42.090576, -87.704078 42.090396, -87.703696 42.09074, -87.703658 42.090716, -87.704014 42.090395, -87.703796 42.090257, -87.70344 42.090578, -87.703415 42.090563, -87.703771 42.090242, -87.703483 42.090064, -87.70355 42.090005, -87.703266 42.089844, -87.703131 42.089789, -87.702979 42.089722, -87.702894 42.08966, -87.70286 42.089644, -87.702828 42.089621, -87.702796 42.089605, -87.70277 42.089579, -87.70269 42.089542, -87.702592 42.089476, -87.702571 42.089458, -87.702546 42.089451, -87.702509 42.089427, -87.702478 42.089415, -87.702455 42.0894, -87.702423 42.089386, -87.70236 42.089337, -87.702291 42.089288, -87.702262 42.08928, -87.702156 42.089363, -87.702047 42.089297, -87.701959 42.089232, -87.701863 42.089176, -87.701713 42.08908, -87.701725 42.089069, -87.701558 42.088946, -87.701556 42.088939, -87.701588 42.088913, -87.701567 42.088884, -87.701446 42.088848, -87.701242 42.088755, -87.701224 42.088738, -87.701179 42.088721, -87.701124 42.088708, -87.700942 42.088626, -87.700818 42.088531, -87.700727 42.088498, -87.700697 42.08848, -87.700615 42.088449, -87.700444 42.088339, -87.700288 42.08826, -87.700262 42.088242, -87.700229 42.088232, -87.700147 42.088146, -87.700111 42.088129, -87.700091 42.08811, -87.700062 42.088099, -87.70004 42.088078, -87.700009 42.088063, -87.699958 42.088026, -87.699908 42.088, -87.699902 42.087987, -87.699167 42.087611, -87.699048 42.087546, -87.698979 42.087496, -87.698926 42.087442, -87.698874 42.087325, -87.698867 42.087263, -87.698827 42.087245, -87.698811 42.087231, -87.69879 42.087221, -87.698757 42.087213, -87.698922 42.087105, -87.698918 42.087096, -87.698857 42.087071, -87.69874 42.086994, -87.698636 42.086941, -87.69856 42.086884, -87.698494 42.086843, -87.698056 42.087124, -87.69754 42.086827, -87.697438 42.086777, -87.697336 42.086719, -87.69781 42.086412, -87.697674 42.086303, -87.697655 42.086301, -87.697619 42.086273, -87.697492 42.086208, -87.697484 42.086198, -87.69733 42.086144, -87.697283 42.086137, -87.697215 42.086178, -87.69707 42.086101, -87.696877 42.085936, -87.696848 42.085922, -87.696696 42.085795, -87.696663 42.08571, -87.696661 42.08568, -87.696645 42.085669, -87.696599 42.085669, -87.696583 42.085677, -87.696553 42.085673, -87.69646 42.085602, -87.696385 42.085552, -87.696269 42.085506, -87.696227 42.085484, -87.696159 42.085417, -87.696145 42.085386, -87.69609 42.085325, -87.695875 42.085218, -87.695714 42.085128, -87.695676 42.0851, -87.695524 42.085039, -87.695422 42.085023, -87.695296 42.084972, -87.695138 42.084863, -87.694991 42.08482, -87.694787 42.084704, -87.694592 42.084604, -87.694276 42.084411, -87.693925 42.084234, -87.693855 42.084177, -87.693784 42.084091, -87.693735 42.084053, -87.693645 42.084005, -87.693535 42.083904, -87.693452 42.083858, -87.693358 42.083814, -87.69325 42.083739, -87.693169 42.083696, -87.693105 42.083674, -87.693066 42.083641, -87.692848 42.083552, -87.692801 42.083542, -87.69272 42.083524, -87.692596 42.083504, -87.692494 42.083479, -87.692348 42.083423, -87.692211 42.083336, -87.69207 42.083258, -87.69193 42.083193, -87.691672 42.08308, -87.69122 42.082892, -87.691016 42.082783, -87.690987 42.082762, -87.690833 42.082668, -87.69077 42.082646, -87.69072 42.082605, -87.690628 42.082564, -87.690343 42.082419, -87.690253 42.082383, -87.690213 42.08236, -87.689977 42.082274, -87.689681 42.082114, -87.689571 42.082059, -87.689485 42.082023, -87.689427 42.081988, -87.689393 42.081982, -87.689232 42.081896, -87.689191 42.081884, -87.689169 42.081858, -87.68893 42.081759, -87.688774 42.081672, -87.688666 42.081596, -87.68847 42.081524, -87.688319 42.081533, -87.688269 42.081521, -87.688242 42.081494, -87.688238 42.081465, -87.688185 42.081416, -87.688097 42.081363, -87.688041 42.081358, -87.687938 42.081309, -87.687752 42.081185, -87.687662 42.081144, -87.687489 42.081087, -87.687282 42.080997, -87.687194 42.080974, -87.686943 42.08085, -87.686705 42.080751, -87.686558 42.080698, -87.686496 42.080669, -87.686289 42.080556, -87.685999 42.080435, -87.685438 42.08015, -87.685099 42.08001, -87.684456 42.079727, -87.684171 42.079607, -87.683926 42.079488, -87.683538 42.079275, -87.683468 42.079241, -87.683426 42.079212, -87.68336 42.07919, -87.683129 42.079065, -87.683091 42.079057, -87.682444 42.078777, -87.682305 42.078705, -87.682084 42.0786, -87.683314 42.078614, -87.683333 42.075857, -87.683315 42.07587, -87.68331 42.075878, -87.683279 42.075898, -87.683207 42.075915, -87.683109 42.075916, -87.68305 42.075935, -87.683006 42.075933, -87.68297 42.075909, -87.682944 42.075882, -87.682924 42.075869, -87.682886 42.075825, -87.682862 42.075806, -87.682848 42.075768, -87.682806 42.075735, -87.682791 42.075706, -87.682738 42.07568, -87.682698 42.075647, -87.682647 42.075579, -87.682613 42.075472, -87.682581 42.075441, -87.682577 42.075384, -87.682539 42.075372, -87.682534 42.075354, -87.682567 42.075321, -87.682542 42.075248, -87.682542 42.075225, -87.682554 42.075187, -87.682571 42.075174, -87.682593 42.07514, -87.682594 42.075106, -87.682587 42.075081, -87.682589 42.07507, -87.682602 42.075039, -87.682612 42.075036, -87.682623 42.075025, -87.682631 42.075006, -87.682631 42.074989, -87.682622 42.07497, -87.682614 42.07496, -87.68256 42.07494, -87.682489 42.074879, -87.682448 42.074834, -87.682427 42.074802, -87.6824 42.074776, -87.68237 42.074768, -87.682264 42.074762, -87.682189 42.074712, -87.682156 42.074682, -87.682073 42.074627, -87.68204 42.074585, -87.682037 42.074571, -87.681991 42.074537, -87.681981 42.074499, -87.681986 42.07449, -87.681985 42.074467, -87.681948 42.074421, -87.681939 42.074418, -87.681922 42.074398, -87.68189 42.074377, -87.681878 42.074376, -87.681829 42.074322, -87.681798 42.074298, -87.681761 42.074282, -87.681763 42.074242, -87.681754 42.074228, -87.68174 42.074213, -87.681723 42.074205, -87.681691 42.074172, -87.681681 42.074165, -87.681654 42.07416, -87.681635 42.074133, -87.681615 42.074088, -87.681554 42.074042, -87.681523 42.074044, -87.681499 42.074034, -87.681488 42.074006, -87.681473 42.073992, -87.681442 42.073975, -87.68132 42.073828, -87.68131 42.073806, -87.681301 42.073726, -87.681292 42.073718, -87.681262 42.07372, -87.681245 42.073701, -87.681174 42.073559, -87.681157 42.073536, -87.680951 42.073336, -87.680772 42.073136, -87.680584 42.072975, -87.680444 42.072836, -87.680376 42.072779, -87.680281 42.072654, -87.680261 42.072609, -87.68018 42.072526, -87.680108 42.072428, -87.68007 42.072361, -87.679976 42.072256, -87.679774 42.07191, -87.67974 42.071843, -87.679711 42.071805, -87.679684 42.071733, -87.681039 42.071743, -87.6828 42.07177, -87.682808 42.07156, -87.682836 42.0708, -87.682877 42.070052, -87.682905 42.069488, -87.682978 42.069489, -87.683457 42.069493, -87.689003 42.069539, -87.689 42.068774, -87.692682 42.068823, -87.693087 42.068827, -87.694468 42.068843, -87.694876 42.068847, -87.697984 42.068874, -87.712566 42.069029, -87.723608 42.069163, -87.729098 42.069134, -87.729151 42.069516, -87.729163 42.069618, -87.729567 42.069526, -87.732362 42.068913, -87.732363 42.068855, -87.73242 42.064666, -87.74268 42.064818, -87.744863 42.064837, -87.746511 42.06486, -87.747532 42.064874, -87.748812 42.0649, -87.750227 42.064922, -87.752049 42.064941, -87.75433 42.064951, -87.755391 42.064966, -87.756192 42.064975, -87.758746 42.065018))\", \"region\": {\"id\": 26581, \"geometry\": \"POLYGON ((-87.758746 42.065018, -87.765934 42.065136, -87.771259 42.065223, -87.771501 42.06601, -87.771501 42.067606, -87.771497 42.067949, -87.771176 42.080072, -87.77111 42.083348, -87.771102 42.086958, -87.770789 42.101447, -87.770764 42.103517, -87.770762 42.103653, -87.770752 42.10452, -87.770729 42.106671, -87.770727 42.106815, -87.770725 42.106984, -87.770725 42.10699, -87.770739 42.108777, -87.770739 42.10878, -87.77074 42.108855, -87.770704 42.109824, -87.770691 42.110161, -87.770639 42.111551, -87.770547 42.114037, -87.770455 42.117158, -87.770443 42.117859, -87.77044 42.11803, -87.770439 42.118088, -87.77044 42.118097, -87.77044 42.118104, -87.77042 42.119667, -87.770394 42.121395, -87.770383 42.121959, -87.770352 42.123288, -87.77135 42.123296, -87.77136 42.123296, -87.771372 42.123296, -87.77166 42.123299, -87.771667 42.123299, -87.771677 42.123299, -87.771845 42.123299, -87.772577 42.123303, -87.772601 42.123303, -87.772618 42.123303, -87.772696 42.123304, -87.773259 42.123304, -87.77332 42.123304, -87.77358 42.123304, -87.773636 42.123305, -87.774129 42.123311, -87.774196 42.123311, -87.774838 42.123314, -87.77531 42.123316, -87.775312 42.123316, -87.775314 42.123316, -87.776712 42.123321, -87.776736 42.123322, -87.776807 42.123323, -87.777004 42.123325, -87.777722 42.123333, -87.777726 42.123333, -87.777766 42.123333, -87.778291 42.123339, -87.778319 42.123339, -87.778883 42.123345, -87.778905 42.123345, -87.780159 42.123356, -87.780016 42.134231, -87.779965 42.137755, -87.782854 42.137736, -87.782855 42.137763, -87.784897 42.137776, -87.784897 42.137784, -87.784896 42.137874, -87.786896 42.137886, -87.787571 42.137886, -87.789767 42.137911, -87.789771 42.138048, -87.789805 42.139247, -87.789805 42.139672, -87.789805 42.139934, -87.789805 42.140299, -87.789804 42.141528, -87.789804 42.141694, -87.789803 42.143256, -87.789803 42.143332, -87.789803 42.143483, -87.789803 42.1436, -87.789802 42.145136, -87.789835 42.151832, -87.789835 42.1519, -87.789834 42.15199, -87.789836 42.152182, -87.78984 42.152422, -87.78984 42.152476, -87.779943 42.152424, -87.770068 42.152347, -87.765201 42.152322, -87.762039 42.152296, -87.75885 42.152265, -87.758776 42.152197, -87.758697 42.152075, -87.758658 42.152094, -87.75859 42.151994, -87.758438 42.151833, -87.758382 42.151762, -87.758357 42.151722, -87.758325 42.151642, -87.758298 42.151593, -87.758271 42.151561, -87.758223 42.151497, -87.758207 42.151454, -87.758191 42.151402, -87.758156 42.151378, -87.75807 42.151298, -87.757998 42.151197, -87.757934 42.151093, -87.757786 42.150952, -87.75748 42.150646, -87.75733 42.150507, -87.757222 42.150412, -87.757172 42.150389, -87.757144 42.150381, -87.757134 42.150358, -87.75711 42.15031, -87.757048 42.150175, -87.756973 42.150046, -87.756885 42.14993, -87.75682 42.149859, -87.756732 42.149733, -87.756576 42.149527, -87.756456 42.149309, -87.756607 42.149261, -87.756568 42.149214, -87.756547 42.149173, -87.756549 42.149117, -87.756551 42.149048, -87.756552 42.149026, -87.756531 42.14896, -87.756482 42.148852, -87.756378 42.148675, -87.75623 42.148502, -87.756139 42.148451, -87.756051 42.148369, -87.75582 42.148043, -87.755604 42.147747, -87.755586 42.147723, -87.755474 42.14754, -87.755396 42.147383, -87.755334 42.14725, -87.755275 42.14716, -87.755221 42.147183, -87.755206 42.147158, -87.755187 42.147106, -87.755179 42.147057, -87.755149 42.146965, -87.755074 42.146844, -87.755039 42.146764, -87.75502 42.146719, -87.754982 42.146679, -87.754917 42.14671, -87.754902 42.146659, -87.754886 42.146566, -87.754862 42.146484, -87.75482 42.146408, -87.754787 42.146371, -87.754742 42.146319, -87.754726 42.146283, -87.754699 42.14621, -87.754654 42.146149, -87.754629 42.14609, -87.754589 42.145993, -87.75457 42.145929, -87.754532 42.145875, -87.754468 42.145812, -87.754393 42.145732, -87.754275 42.145578, -87.754211 42.145604, -87.75417 42.145531, -87.754114 42.145422, -87.754023 42.145306, -87.753942 42.145171, -87.753819 42.145077, -87.753915 42.145036, -87.753916 42.144976, -87.753902 42.144871, -87.753872 42.144736, -87.753808 42.144614, -87.753696 42.144471, -87.753435 42.144199, -87.75322 42.144005, -87.753186 42.143974, -87.752928 42.143775, -87.752759 42.143606, -87.752663 42.143471, -87.752598 42.143415, -87.752539 42.143376, -87.752454 42.143407, -87.752411 42.143419, -87.752365 42.143401, -87.752371 42.143369, -87.752403 42.143346, -87.752542 42.143286, -87.752561 42.143197, -87.752553 42.143147, -87.752518 42.143073, -87.752437 42.143002, -87.752322 42.142884, -87.752199 42.142793, -87.752151 42.142713, -87.752116 42.14264, -87.752073 42.142584, -87.752035 42.142604, -87.751982 42.142604, -87.751952 42.142578, -87.75196 42.142536, -87.752027 42.142455, -87.752102 42.142375, -87.752065 42.142244, -87.752017 42.142168, -87.75188 42.142027, -87.751536 42.141713, -87.751316 42.141466, -87.751171 42.141275, -87.751083 42.141146, -87.750887 42.140961, -87.750842 42.140899, -87.750791 42.140794, -87.750729 42.140708, -87.75063 42.140603, -87.75034 42.140357, -87.750222 42.140297, -87.750166 42.140243, -87.750107 42.140156, -87.750075 42.140056, -87.749989 42.139921, -87.749771 42.139609, -87.749643 42.139475, -87.749452 42.139243, -87.749262 42.139014, -87.749042 42.138817, -87.748688 42.138523, -87.74836 42.138193, -87.748267 42.138079, -87.748151 42.13791, -87.748023 42.137774, -87.747905 42.137841, -87.747862 42.137785, -87.748098 42.137654, -87.748379 42.137518, -87.748374 42.137419, -87.748377 42.137278, -87.748369 42.137112, -87.748358 42.137017, -87.748315 42.136922, -87.748189 42.136745, -87.74817 42.136719, -87.747985 42.136474, -87.747875 42.136353, -87.747768 42.136224, -87.747693 42.13616, -87.747652 42.136112, -87.747602 42.136017, -87.747564 42.135943, -87.747489 42.13584, -87.74743 42.135784, -87.747355 42.135692, -87.747298 42.135609, -87.747272 42.135561, -87.747218 42.135509, -87.74714 42.13543, -87.747078 42.135388, -87.74706 42.135356, -87.747012 42.135267, -87.746958 42.135227, -87.746928 42.135173, -87.746904 42.135158, -87.746851 42.135094, -87.746802 42.135074, -87.746789 42.135048, -87.74655 42.134799, -87.74651 42.134821, -87.746486 42.134803, -87.746475 42.134777, -87.746427 42.134708, -87.746362 42.13468, -87.746282 42.134626, -87.746191 42.134541, -87.746129 42.134467, -87.74607 42.134427, -87.745966 42.134384, -87.745904 42.134326, -87.745853 42.134264, -87.745775 42.134223, -87.745662 42.134155, -87.745582 42.134073, -87.745523 42.133978, -87.74548 42.13392, -87.745414 42.133877, -87.745354 42.133916, -87.745335 42.133874, -87.745316 42.133819, -87.745281 42.133735, -87.745262 42.133711, -87.745214 42.133652, -87.745118 42.133552, -87.745043 42.133502, -87.744992 42.133461, -87.744935 42.133395, -87.744874 42.13333, -87.744817 42.133296, -87.744769 42.133244, -87.744732 42.133182, -87.744627 42.133079, -87.744496 42.132946, -87.744421 42.132888, -87.744364 42.13285, -87.744324 42.13281, -87.744284 42.13275, -87.744222 42.132715, -87.744144 42.132675, -87.744104 42.132625, -87.744077 42.132577, -87.744032 42.13251, -87.743938 42.132444, -87.743887 42.132402, -87.743858 42.132364, -87.743841 42.132343, -87.743772 42.132253, -87.74368 42.13219, -87.743624 42.132146, -87.743592 42.132096, -87.743517 42.132007, -87.743408 42.1319, -87.743658 42.131775, -87.743605 42.131704, -87.743517 42.131635, -87.74346 42.131569, -87.743417 42.131496, -87.743329 42.131356, -87.743235 42.131249, -87.743144 42.131159, -87.743077 42.131068, -87.743019 42.130935, -87.742976 42.130956, -87.742951 42.130921, -87.742953 42.130877, -87.742951 42.130829, -87.74294 42.130785, -87.7429 42.130726, -87.742835 42.130656, -87.742784 42.130577, -87.742726 42.130466, -87.742712 42.130413, -87.742696 42.130322, -87.742669 42.13024, -87.742615 42.130153, -87.74254 42.130075, -87.742449 42.129992, -87.742388 42.129928, -87.74235 42.129866, -87.742318 42.1298, -87.742284 42.129814, -87.742264 42.129781, -87.742251 42.129711, -87.742213 42.129572, -87.74217 42.129485, -87.742146 42.129457, -87.742117 42.129472, -87.742087 42.129477, -87.742044 42.129468, -87.742017 42.12945, -87.741932 42.129317, -87.741929 42.129286, -87.74195 42.129266, -87.741964 42.129252, -87.741937 42.129204, -87.741862 42.129104, -87.741787 42.129045, -87.74173 42.128979, -87.741671 42.128888, -87.741629 42.128824, -87.74177 42.12877, -87.741656 42.128615, -87.741571 42.128461, -87.741539 42.128374, -87.741421 42.128391, -87.741205 42.128167, -87.741255 42.128149, -87.74126 42.127756, -87.741139 42.127628, -87.741112 42.127584, -87.741085 42.127554, -87.741065 42.1275, -87.740999 42.12745, -87.740967 42.127406, -87.740953 42.12736, -87.740962 42.127323, -87.740937 42.127265, -87.740887 42.127202, -87.740823 42.127137, -87.740792 42.127097, -87.740759 42.127028, -87.740696 42.126953, -87.740684 42.126918, -87.740685 42.126883, -87.74066 42.126834, -87.740576 42.126746, -87.74049 42.126691, -87.740498 42.126637, -87.74049 42.126551, -87.740479 42.12652, -87.740346 42.126329, -87.740326 42.126317, -87.740298 42.126276, -87.740255 42.126229, -87.740238 42.126194, -87.740222 42.126187, -87.740156 42.126122, -87.740094 42.126094, -87.740062 42.126092, -87.739986 42.126057, -87.739927 42.126022, -87.739836 42.125903, -87.739813 42.125891, -87.739674 42.12596, -87.739658 42.125943, -87.739719 42.125909, -87.739958 42.125791, -87.739958 42.125775, -87.739946 42.125741, -87.739929 42.125707, -87.739902 42.125672, -87.739891 42.125632, -87.739777 42.125534, -87.739748 42.125501, -87.739667 42.125447, -87.739643 42.125439, -87.739596 42.125411, -87.739556 42.125398, -87.739455 42.12533, -87.739386 42.125243, -87.739341 42.125129, -87.739318 42.125095, -87.739293 42.125074, -87.739222 42.124992, -87.739191 42.124967, -87.739131 42.124901, -87.73911 42.124865, -87.73907 42.124815, -87.739038 42.124825, -87.739027 42.124815, -87.739094 42.12478, -87.739093 42.124764, -87.739078 42.124738, -87.739076 42.124719, -87.738978 42.124601, -87.73893 42.124557, -87.738882 42.124505, -87.738865 42.124472, -87.738841 42.124456, -87.7387 42.124331, -87.73868 42.124298, -87.738677 42.124277, -87.738658 42.124252, -87.73854 42.124137, -87.738518 42.124094, -87.738482 42.124038, -87.738441 42.124004, -87.738426 42.123985, -87.738348 42.12386, -87.738307 42.123816, -87.738293 42.123782, -87.738182 42.123663, -87.737151 42.124169, -87.737133 42.124149, -87.738173 42.123637, -87.738155 42.12362, -87.738126 42.123554, -87.738104 42.123536, -87.738081 42.12348, -87.738039 42.123441, -87.737988 42.123413, -87.737885 42.123341, -87.737853 42.123274, -87.737735 42.123162, -87.737636 42.123079, -87.737616 42.123056, -87.737603 42.123025, -87.737595 42.122974, -87.737576 42.122936, -87.737524 42.122877, -87.737632 42.122878, -87.737552 42.122776, -87.73737 42.122846, -87.737354 42.12284, -87.737335 42.122823, -87.73733 42.122811, -87.73751 42.122739, -87.737514 42.122729, -87.737487 42.122674, -87.737396 42.122544, -87.737379 42.122507, -87.737342 42.122463, -87.737153 42.122269, -87.73711 42.122234, -87.737108 42.122226, -87.737086 42.122205, -87.737073 42.122184, -87.73705 42.122127, -87.737022 42.122083, -87.736983 42.122039, -87.736957 42.122016, -87.736855 42.121939, -87.736775 42.121859, -87.736755 42.12183, -87.736755 42.121814, -87.736748 42.121794, -87.736735 42.121794, -87.736704 42.121806, -87.736643 42.121844, -87.73662 42.121854, -87.736608 42.121849, -87.736623 42.121829, -87.736657 42.121814, -87.7367 42.121785, -87.736741 42.121767, -87.736749 42.121759, -87.736748 42.121745, -87.736735 42.121724, -87.736702 42.121679, -87.736682 42.121659, -87.736676 42.121645, -87.736674 42.121631, -87.736685 42.121593, -87.736683 42.121571, -87.736666 42.121547, -87.736645 42.121531, -87.736622 42.121526, -87.736586 42.121507, -87.736561 42.121466, -87.736484 42.121389, -87.73648 42.121376, -87.736376 42.121267, -87.736351 42.121218, -87.736358 42.121188, -87.736299 42.121101, -87.736251 42.121066, -87.736156 42.120928, -87.736133 42.120909, -87.736116 42.120884, -87.736101 42.120874, -87.736091 42.120873, -87.736026 42.120904, -87.736011 42.120908, -87.736004 42.120904, -87.735999 42.120892, -87.736035 42.120869, -87.736074 42.120857, -87.736155 42.120818, -87.736168 42.120808, -87.736199 42.120804, -87.73623 42.120791, -87.736248 42.120776, -87.73626 42.120748, -87.736264 42.120719, -87.73626 42.120696, -87.73627 42.120667, -87.736288 42.120646, -87.7363 42.120639, -87.7363 42.120631, -87.736296 42.120624, -87.73629 42.120613, -87.736265 42.120587, -87.736254 42.120587, -87.736235 42.120648, -87.736232 42.120659, -87.736237 42.120694, -87.736233 42.120716, -87.736215 42.120739, -87.736198 42.120749, -87.736173 42.120746, -87.736121 42.120701, -87.736084 42.120686, -87.735998 42.120629, -87.735986 42.120603, -87.735963 42.12058, -87.73594 42.120572, -87.735917 42.120559, -87.735898 42.120519, -87.735861 42.12049, -87.735809 42.120436, -87.735779 42.120415, -87.735761 42.120412, -87.735693 42.12035, -87.73557 42.120253, -87.735522 42.120208, -87.735495 42.120169, -87.735465 42.120106, -87.735396 42.120048, -87.735346 42.120012, -87.735306 42.119967, -87.735293 42.119942, -87.735266 42.119916, -87.735218 42.119891, -87.735125 42.119827, -87.735058 42.119758, -87.734936 42.119599, -87.734905 42.119584, -87.734757 42.119437, -87.734669 42.119356, -87.734638 42.119332, -87.734614 42.119299, -87.734513 42.11935, -87.734486 42.11937, -87.734461 42.11938, -87.73445 42.119376, -87.734455 42.119367, -87.734474 42.119353, -87.734579 42.119295, -87.734583 42.119285, -87.734575 42.119273, -87.734521 42.119232, -87.734492 42.119192, -87.734472 42.119172, -87.734408 42.119121, -87.73434 42.119093, -87.734051 42.119261, -87.734033 42.119266, -87.734003 42.119241, -87.733982 42.119216, -87.733944 42.119189, -87.733863 42.119106, -87.733745 42.118999, -87.733662 42.118933, -87.733628 42.118894, -87.733611 42.118882, -87.733508 42.118785, -87.733463 42.118734, -87.733399 42.11867, -87.733236 42.118536, -87.733161 42.11847, -87.733048 42.118382, -87.733283 42.11824, -87.733151 42.118145, -87.733148 42.118137, -87.73291 42.117975, -87.732892 42.117949, -87.732872 42.11793, -87.73283 42.117902, -87.732745 42.117831, -87.732667 42.117777, -87.732559 42.117691, -87.732442 42.117623, -87.73214 42.117399, -87.732063 42.117346, -87.731935 42.117263, -87.731916 42.117254, -87.731826 42.117184, -87.73164 42.117071, -87.731473 42.116959, -87.731409 42.116909, -87.731307 42.1168, -87.731168 42.116709, -87.731098 42.116646, -87.731071 42.116596, -87.731021 42.116539, -87.730967 42.11649, -87.730905 42.116444, -87.730847 42.11641, -87.73079 42.116382, -87.730725 42.116356, -87.730661 42.116336, -87.7306 42.116326, -87.730538 42.11632, -87.730476 42.11632, -87.730414 42.116324, -87.730309 42.116341, -87.730213 42.116371, -87.730038 42.116454, -87.729875 42.11655, -87.729546 42.116205, -87.730387 42.115761, -87.730436 42.115725, -87.730485 42.115677, -87.730512 42.115639, -87.73053 42.115603, -87.730536 42.115569, -87.730538 42.115492, -87.730514 42.115434, -87.730439 42.115349, -87.730413 42.115314, -87.730385 42.115286, -87.73031 42.11517, -87.730287 42.115135, -87.730262 42.115104, -87.730177 42.115013, -87.73012 42.114967, -87.730112 42.114942, -87.730098 42.114929, -87.730056 42.11489, -87.730029 42.114846, -87.730004 42.114819, -87.729917 42.114686, -87.729893 42.114654, -87.729863 42.114629, -87.729856 42.114606, -87.729846 42.114529, -87.729853 42.114499, -87.729867 42.11448, -87.729882 42.114416, -87.729883 42.114349, -87.729879 42.114296, -87.729864 42.114257, -87.72986 42.114215, -87.729877 42.11416, -87.729874 42.114135, -87.72986 42.114102, -87.729829 42.114053, -87.7298 42.114019, -87.729765 42.113994, -87.729723 42.113937, -87.729644 42.113862, -87.729586 42.113765, -87.729559 42.11375, -87.72947 42.11361, -87.729416 42.113543, -87.729314 42.113425, -87.72928 42.113399, -87.729252 42.11337, -87.729182 42.113273, -87.72908 42.113157, -87.729047 42.11311, -87.728983 42.11304, -87.728837 42.112862, -87.728639 42.112951, -87.728432 42.112525, -87.728621 42.11244, -87.728595 42.112418, -87.728579 42.112394, -87.728553 42.112383, -87.728527 42.112363, -87.728513 42.112338, -87.728484 42.112319, -87.72835 42.112185, -87.728324 42.112145, -87.728266 42.112097, -87.728208 42.112114, -87.728203 42.112108, -87.728192 42.112067, -87.728196 42.112025, -87.72821 42.111977, -87.728192 42.111914, -87.728179 42.111877, -87.728166 42.111862, -87.728134 42.111802, -87.728103 42.111679, -87.728045 42.111593, -87.727972 42.111503, -87.727958 42.111493, -87.727925 42.11146, -87.727832 42.11132, -87.727801 42.11129, -87.727761 42.11124, -87.727672 42.111155, -87.727612 42.111088, -87.727585 42.111068, -87.727547 42.111023, -87.727467 42.110998, -87.727429 42.11097, -87.727394 42.110933, -87.727375 42.110926, -87.727371 42.110916, -87.727272 42.110807, -87.72726 42.110782, -87.727222 42.11076, -87.727179 42.110727, -87.727074 42.110618, -87.727072 42.110593, -87.727083 42.11058, -87.727096 42.110578, -87.727105 42.110571, -87.727104 42.110556, -87.727076 42.110518, -87.72704 42.110482, -87.726963 42.110379, -87.726967 42.110354, -87.727012 42.11033, -87.727009 42.110305, -87.726842 42.110116, -87.726835 42.110082, -87.72685 42.110045, -87.726853 42.110024, -87.726847 42.110002, -87.726787 42.109875, -87.726764 42.109839, -87.726631 42.109702, -87.726617 42.109692, -87.72659 42.109689, -87.726528 42.10963, -87.726505 42.109615, -87.726437 42.109638, -87.726426 42.109638, -87.726418 42.109635, -87.726366 42.109584, -87.726281 42.109456, -87.726246 42.109416, -87.726188 42.109324, -87.726148 42.109285, -87.726142 42.109275, -87.726141 42.109247, -87.726109 42.109202, -87.726048 42.109092, -87.726009 42.109038, -87.725976 42.109005, -87.725927 42.108966, -87.725851 42.10892, -87.725805 42.108873, -87.725691 42.108822, -87.725625 42.108787, -87.72557 42.108748, -87.725542 42.108722, -87.725493 42.108689, -87.725432 42.108663, -87.725394 42.108614, -87.725288 42.108519, -87.725222 42.108474, -87.7252 42.108446, -87.725183 42.108439, -87.72518 42.108428, -87.725159 42.108419, -87.725139 42.10839, -87.725108 42.108379, -87.724924 42.108198, -87.72488 42.108168, -87.724847 42.108132, -87.724763 42.108078, -87.724712 42.108038, -87.724686 42.108003, -87.72466 42.107982, -87.724616 42.107955, -87.724568 42.107938, -87.72456 42.107932, -87.724558 42.107927, -87.724578 42.107915, -87.724672 42.107856, -87.724732 42.10782, -87.724724 42.107803, -87.7247 42.107757, -87.724682 42.107737, -87.724592 42.107665, -87.724513 42.107588, -87.72447 42.107551, -87.724412 42.107512, -87.724394 42.10748, -87.724364 42.107451, -87.724312 42.107388, -87.724292 42.107376, -87.724248 42.107332, -87.724214 42.107306, -87.724183 42.107297, -87.724133 42.107267, -87.724093 42.107258, -87.724048 42.107255, -87.724031 42.10722, -87.724006 42.107187, -87.723974 42.107168, -87.723959 42.107151, -87.723947 42.107146, -87.723935 42.107136, -87.723919 42.107096, -87.72387 42.107038, -87.723737 42.10692, -87.723664 42.10687, -87.723652 42.106857, -87.723609 42.106827, -87.723582 42.106778, -87.723563 42.106763, -87.723538 42.106732, -87.723488 42.106693, -87.72346 42.106679, -87.723443 42.106656, -87.723414 42.106634, -87.723306 42.106701, -87.723299 42.106699, -87.723153 42.106577, -87.723042 42.106465, -87.722922 42.106365, -87.722628 42.106086, -87.722529 42.106009, -87.722479 42.105971, -87.72242 42.105918, -87.722109 42.105688, -87.722032 42.105624, -87.721887 42.105526, -87.721848 42.105487, -87.721842 42.105449, -87.72181 42.105382, -87.721746 42.105311, -87.721684 42.105226, -87.721601 42.105132, -87.721558 42.105089, -87.721494 42.105, -87.721453 42.104964, -87.721359 42.10491, -87.721282 42.104833, -87.721196 42.104767, -87.721162 42.104724, -87.721089 42.104669, -87.721041 42.104627, -87.720964 42.104578, -87.720876 42.104514, -87.720842 42.1045, -87.720814 42.104478, -87.720781 42.104417, -87.720759 42.104318, -87.720747 42.104234, -87.720738 42.1042, -87.720727 42.10419, -87.720851 42.104111, -87.72082 42.104096, -87.720687 42.104178, -87.720666 42.104157, -87.72081 42.104068, -87.720778 42.104024, -87.720717 42.103975, -87.720678 42.103935, -87.720658 42.103906, -87.720621 42.103875, -87.720507 42.103762, -87.720475 42.10371, -87.720453 42.103691, -87.720445 42.103687, -87.720435 42.103693, -87.720273 42.103789, -87.720249 42.103765, -87.72043 42.103656, -87.720371 42.10359, -87.720287 42.103531, -87.720253 42.103514, -87.719995 42.103671, -87.719985 42.103657, -87.720353 42.103443, -87.719742 42.102889, -87.719664 42.102814, -87.719618 42.102762, -87.719488 42.10266, -87.719431 42.102644, -87.719282 42.102562, -87.719261 42.102554, -87.719072 42.102422, -87.718998 42.10237, -87.718858 42.102257, -87.718827 42.102238, -87.718795 42.102202, -87.71878 42.102193, -87.718691 42.102106, -87.718307 42.101835, -87.718257 42.101806, -87.718204 42.101765, -87.717954 42.101916, -87.717776 42.101765, -87.717735 42.101738, -87.717689 42.101697, -87.717529 42.101575, -87.717467 42.101538, -87.71745 42.101519, -87.717432 42.101484, -87.717414 42.101465, -87.717352 42.101412, -87.717276 42.101332, -87.717197 42.101258, -87.717163 42.101219, -87.717084 42.101152, -87.716904 42.100962, -87.71683 42.100768, -87.717136 42.100772, -87.716974 42.100668, -87.716957 42.100648, -87.716846 42.100507, -87.716838 42.100466, -87.716847 42.100446, -87.716844 42.100439, -87.716768 42.10041, -87.716686 42.100366, -87.716659 42.100349, -87.71659 42.10029, -87.716409 42.100388, -87.716402 42.100379, -87.716585 42.100278, -87.71656 42.100217, -87.716523 42.10015, -87.716518 42.100123, -87.716508 42.1001, -87.716402 42.100046, -87.716362 42.100032, -87.716324 42.100002, -87.716271 42.099974, -87.716254 42.099961, -87.716227 42.099923, -87.716054 42.10003, -87.71604 42.100018, -87.716219 42.099907, -87.716152 42.099826, -87.716111 42.099791, -87.716033 42.099743, -87.715992 42.099707, -87.715945 42.099675, -87.715888 42.099611, -87.715831 42.099573, -87.715804 42.099542, -87.715794 42.099507, -87.715775 42.099488, -87.71543 42.09971, -87.715419 42.099698, -87.715764 42.099479, -87.715765 42.09947, -87.715663 42.099409, -87.715636 42.099404, -87.715585 42.099404, -87.715579 42.0994, -87.715543 42.099375, -87.715518 42.099348, -87.715497 42.0993, -87.715446 42.099246, -87.715044 42.099503, -87.715013 42.099479, -87.71541 42.099221, -87.715351 42.099085, -87.715348 42.099061, -87.715311 42.09902, -87.715261 42.098976, -87.715249 42.098948, -87.715218 42.098905, -87.715204 42.098894, -87.715142 42.098879, -87.715108 42.098852, -87.715104 42.098851, -87.714812 42.099038, -87.714796 42.099028, -87.71523 42.098748, -87.715057 42.098592, -87.715038 42.09855, -87.714993 42.098502, -87.714898 42.098441, -87.714847 42.098394, -87.714815 42.098373, -87.714791 42.098351, -87.714769 42.098338, -87.714681 42.098273, -87.71466 42.098263, -87.714629 42.098233, -87.71458 42.098205, -87.714569 42.098193, -87.714521 42.098178, -87.714416 42.098094, -87.714255 42.098222, -87.714245 42.098213, -87.714401 42.098089, -87.714395 42.098083, -87.714346 42.09807, -87.714296 42.098039, -87.714259 42.098025, -87.714114 42.097929, -87.714022 42.097875, -87.713898 42.097796, -87.713846 42.097756, -87.713789 42.097698, -87.713767 42.097668, -87.713744 42.097625, -87.713731 42.097616, -87.713726 42.097591, -87.7134 42.097801, -87.71338 42.097791, -87.713709 42.097578, -87.713715 42.097571, -87.713704 42.097564, -87.713777 42.09751, -87.713776 42.097499, -87.713711 42.097444, -87.713617 42.097384, -87.713575 42.097351, -87.713555 42.097341, -87.713448 42.097262, -87.713401 42.097299, -87.713348 42.097252, -87.713314 42.097237, -87.713234 42.097178, -87.713182 42.09715, -87.713131 42.097131, -87.712896 42.097314, -87.712882 42.09731, -87.713086 42.097152, -87.713046 42.097127, -87.713021 42.097102, -87.712967 42.097035, -87.712923 42.096998, -87.712864 42.096966, -87.712851 42.096954, -87.712821 42.096943, -87.712722 42.096866, -87.712637 42.096814, -87.712601 42.096781, -87.712588 42.096777, -87.712584 42.096772, -87.712612 42.096748, -87.712612 42.096744, -87.71232 42.096522, -87.712245 42.096471, -87.712082 42.09635, -87.712075 42.096334, -87.71209 42.096319, -87.712023 42.096276, -87.71193 42.096202, -87.711896 42.096181, -87.711821 42.096124, -87.711773 42.096083, -87.711756 42.096096, -87.71158 42.095958, -87.711498 42.095904, -87.711472 42.095879, -87.711463 42.095875, -87.711451 42.095876, -87.711202 42.096076, -87.711192 42.096079, -87.711182 42.096073, -87.711179 42.096067, -87.711206 42.096038, -87.711414 42.095865, -87.711369 42.095843, -87.711274 42.095752, -87.711143 42.095654, -87.711119 42.095641, -87.711104 42.095617, -87.711023 42.095522, -87.710983 42.095497, -87.710895 42.095431, -87.710862 42.095458, -87.710633 42.095281, -87.710397 42.095085, -87.710253 42.095072, -87.710187 42.095038, -87.709998 42.094915, -87.709948 42.094887, -87.709738 42.094721, -87.709598 42.094619, -87.709543 42.094601, -87.709496 42.094577, -87.709351 42.094479, -87.709227 42.094408, -87.709104 42.094323, -87.709071 42.094291, -87.708832 42.09416, -87.708777 42.094134, -87.70871 42.094085, -87.708646 42.094048, -87.708553 42.094006, -87.708495 42.093973, -87.708313 42.093835, -87.708298 42.093834, -87.7082 42.09392, -87.708153 42.093969, -87.708135 42.093984, -87.708124 42.093988, -87.708122 42.093979, -87.708141 42.093951, -87.70825 42.093843, -87.708286 42.093801, -87.708308 42.093782, -87.708235 42.09372, -87.708149 42.093669, -87.708077 42.093635, -87.708042 42.093635, -87.708017 42.093621, -87.707992 42.093586, -87.707964 42.093531, -87.707949 42.093479, -87.707946 42.093448, -87.707916 42.093394, -87.707839 42.093328, -87.707804 42.093306, -87.707703 42.093215, -87.70752 42.093064, -87.707486 42.093044, -87.707438 42.093007, -87.707379 42.092974, -87.707296 42.09291, -87.707261 42.092849, -87.70723 42.092736, -87.707208 42.092715, -87.707074 42.092644, -87.707007 42.092597, -87.706883 42.092493, -87.706783 42.092408, -87.706734 42.092336, -87.706678 42.092292, -87.706538 42.092158, -87.706478 42.092115, -87.706428 42.092071, -87.706313 42.091994, -87.706258 42.091921, -87.70625 42.09186, -87.705733 42.091498, -87.705724 42.091485, -87.705723 42.09146, -87.70571 42.091445, -87.705374 42.091228, -87.705345 42.091212, -87.705241 42.091143, -87.70523 42.091138, -87.705219 42.091142, -87.705185 42.091167, -87.704632 42.090826, -87.704621 42.090832, -87.70457 42.090799, -87.704578 42.090753, -87.704578 42.090728, -87.704354 42.090576, -87.704078 42.090396, -87.703696 42.09074, -87.703658 42.090716, -87.704014 42.090395, -87.703796 42.090257, -87.70344 42.090578, -87.703415 42.090563, -87.703771 42.090242, -87.703483 42.090064, -87.70355 42.090005, -87.703266 42.089844, -87.703131 42.089789, -87.702979 42.089722, -87.702894 42.08966, -87.70286 42.089644, -87.702828 42.089621, -87.702796 42.089605, -87.70277 42.089579, -87.70269 42.089542, -87.702592 42.089476, -87.702571 42.089458, -87.702546 42.089451, -87.702509 42.089427, -87.702478 42.089415, -87.702455 42.0894, -87.702423 42.089386, -87.70236 42.089337, -87.702291 42.089288, -87.702262 42.08928, -87.702156 42.089363, -87.702047 42.089297, -87.701959 42.089232, -87.701863 42.089176, -87.701713 42.08908, -87.701725 42.089069, -87.701558 42.088946, -87.701556 42.088939, -87.701588 42.088913, -87.701567 42.088884, -87.701446 42.088848, -87.701242 42.088755, -87.701224 42.088738, -87.701179 42.088721, -87.701124 42.088708, -87.700942 42.088626, -87.700818 42.088531, -87.700727 42.088498, -87.700697 42.08848, -87.700615 42.088449, -87.700444 42.088339, -87.700288 42.08826, -87.700262 42.088242, -87.700229 42.088232, -87.700147 42.088146, -87.700111 42.088129, -87.700091 42.08811, -87.700062 42.088099, -87.70004 42.088078, -87.700009 42.088063, -87.699958 42.088026, -87.699908 42.088, -87.699902 42.087987, -87.699167 42.087611, -87.699048 42.087546, -87.698979 42.087496, -87.698926 42.087442, -87.698874 42.087325, -87.698867 42.087263, -87.698827 42.087245, -87.698811 42.087231, -87.69879 42.087221, -87.698757 42.087213, -87.698922 42.087105, -87.698918 42.087096, -87.698857 42.087071, -87.69874 42.086994, -87.698636 42.086941, -87.69856 42.086884, -87.698494 42.086843, -87.698056 42.087124, -87.69754 42.086827, -87.697438 42.086777, -87.697336 42.086719, -87.69781 42.086412, -87.697674 42.086303, -87.697655 42.086301, -87.697619 42.086273, -87.697492 42.086208, -87.697484 42.086198, -87.69733 42.086144, -87.697283 42.086137, -87.697215 42.086178, -87.69707 42.086101, -87.696877 42.085936, -87.696848 42.085922, -87.696696 42.085795, -87.696663 42.08571, -87.696661 42.08568, -87.696645 42.085669, -87.696599 42.085669, -87.696583 42.085677, -87.696553 42.085673, -87.69646 42.085602, -87.696385 42.085552, -87.696269 42.085506, -87.696227 42.085484, -87.696159 42.085417, -87.696145 42.085386, -87.69609 42.085325, -87.695875 42.085218, -87.695714 42.085128, -87.695676 42.0851, -87.695524 42.085039, -87.695422 42.085023, -87.695296 42.084972, -87.695138 42.084863, -87.694991 42.08482, -87.694787 42.084704, -87.694592 42.084604, -87.694276 42.084411, -87.693925 42.084234, -87.693855 42.084177, -87.693784 42.084091, -87.693735 42.084053, -87.693645 42.084005, -87.693535 42.083904, -87.693452 42.083858, -87.693358 42.083814, -87.69325 42.083739, -87.693169 42.083696, -87.693105 42.083674, -87.693066 42.083641, -87.692848 42.083552, -87.692801 42.083542, -87.69272 42.083524, -87.692596 42.083504, -87.692494 42.083479, -87.692348 42.083423, -87.692211 42.083336, -87.69207 42.083258, -87.69193 42.083193, -87.691672 42.08308, -87.69122 42.082892, -87.691016 42.082783, -87.690987 42.082762, -87.690833 42.082668, -87.69077 42.082646, -87.69072 42.082605, -87.690628 42.082564, -87.690343 42.082419, -87.690253 42.082383, -87.690213 42.08236, -87.689977 42.082274, -87.689681 42.082114, -87.689571 42.082059, -87.689485 42.082023, -87.689427 42.081988, -87.689393 42.081982, -87.689232 42.081896, -87.689191 42.081884, -87.689169 42.081858, -87.68893 42.081759, -87.688774 42.081672, -87.688666 42.081596, -87.68847 42.081524, -87.688319 42.081533, -87.688269 42.081521, -87.688242 42.081494, -87.688238 42.081465, -87.688185 42.081416, -87.688097 42.081363, -87.688041 42.081358, -87.687938 42.081309, -87.687752 42.081185, -87.687662 42.081144, -87.687489 42.081087, -87.687282 42.080997, -87.687194 42.080974, -87.686943 42.08085, -87.686705 42.080751, -87.686558 42.080698, -87.686496 42.080669, -87.686289 42.080556, -87.685999 42.080435, -87.685438 42.08015, -87.685099 42.08001, -87.684456 42.079727, -87.684171 42.079607, -87.683926 42.079488, -87.683538 42.079275, -87.683468 42.079241, -87.683426 42.079212, -87.68336 42.07919, -87.683129 42.079065, -87.683091 42.079057, -87.682444 42.078777, -87.682305 42.078705, -87.682084 42.0786, -87.683314 42.078614, -87.683333 42.075857, -87.683315 42.07587, -87.68331 42.075878, -87.683279 42.075898, -87.683207 42.075915, -87.683109 42.075916, -87.68305 42.075935, -87.683006 42.075933, -87.68297 42.075909, -87.682944 42.075882, -87.682924 42.075869, -87.682886 42.075825, -87.682862 42.075806, -87.682848 42.075768, -87.682806 42.075735, -87.682791 42.075706, -87.682738 42.07568, -87.682698 42.075647, -87.682647 42.075579, -87.682613 42.075472, -87.682581 42.075441, -87.682577 42.075384, -87.682539 42.075372, -87.682534 42.075354, -87.682567 42.075321, -87.682542 42.075248, -87.682542 42.075225, -87.682554 42.075187, -87.682571 42.075174, -87.682593 42.07514, -87.682594 42.075106, -87.682587 42.075081, -87.682589 42.07507, -87.682602 42.075039, -87.682612 42.075036, -87.682623 42.075025, -87.682631 42.075006, -87.682631 42.074989, -87.682622 42.07497, -87.682614 42.07496, -87.68256 42.07494, -87.682489 42.074879, -87.682448 42.074834, -87.682427 42.074802, -87.6824 42.074776, -87.68237 42.074768, -87.682264 42.074762, -87.682189 42.074712, -87.682156 42.074682, -87.682073 42.074627, -87.68204 42.074585, -87.682037 42.074571, -87.681991 42.074537, -87.681981 42.074499, -87.681986 42.07449, -87.681985 42.074467, -87.681948 42.074421, -87.681939 42.074418, -87.681922 42.074398, -87.68189 42.074377, -87.681878 42.074376, -87.681829 42.074322, -87.681798 42.074298, -87.681761 42.074282, -87.681763 42.074242, -87.681754 42.074228, -87.68174 42.074213, -87.681723 42.074205, -87.681691 42.074172, -87.681681 42.074165, -87.681654 42.07416, -87.681635 42.074133, -87.681615 42.074088, -87.681554 42.074042, -87.681523 42.074044, -87.681499 42.074034, -87.681488 42.074006, -87.681473 42.073992, -87.681442 42.073975, -87.68132 42.073828, -87.68131 42.073806, -87.681301 42.073726, -87.681292 42.073718, -87.681262 42.07372, -87.681245 42.073701, -87.681174 42.073559, -87.681157 42.073536, -87.680951 42.073336, -87.680772 42.073136, -87.680584 42.072975, -87.680444 42.072836, -87.680376 42.072779, -87.680281 42.072654, -87.680261 42.072609, -87.68018 42.072526, -87.680108 42.072428, -87.68007 42.072361, -87.679976 42.072256, -87.679774 42.07191, -87.67974 42.071843, -87.679711 42.071805, -87.679684 42.071733, -87.681039 42.071743, -87.6828 42.07177, -87.682808 42.07156, -87.682836 42.0708, -87.682877 42.070052, -87.682905 42.069488, -87.682978 42.069489, -87.683457 42.069493, -87.689003 42.069539, -87.689 42.068774, -87.692682 42.068823, -87.693087 42.068827, -87.694468 42.068843, -87.694876 42.068847, -87.697984 42.068874, -87.712566 42.069029, -87.723608 42.069163, -87.729098 42.069134, -87.729151 42.069516, -87.729163 42.069618, -87.729567 42.069526, -87.732362 42.068913, -87.732363 42.068855, -87.73242 42.064666, -87.74268 42.064818, -87.744863 42.064837, -87.746511 42.06486, -87.747532 42.064874, -87.748812 42.0649, -87.750227 42.064922, -87.752049 42.064941, -87.75433 42.064951, -87.755391 42.064966, -87.756192 42.064975, -87.758746 42.065018))\", \"region_name\": \"New Trier Township\", \"wikidata\": \"Q908337\", \"wikipedia\": \"en:New Trier Township, Cook County, Illinois\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/elevation_range+region/0003", "group": "raster_only", "template": "elevation_range+region", "question": "What is the elevation range in Brookville, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-73.589174 40.824962, -73.588544 40.824691, -73.588092 40.82454, -73.586013 40.82393, -73.585005 40.82358, -73.58329 40.822928, -73.582997 40.822799, -73.582762 40.822671, -73.582642 40.822498, -73.582568 40.822298, -73.582585 40.822075, -73.582579 40.821802, -73.582526 40.821587, -73.582451 40.82139, -73.582315 40.821202, -73.581993 40.820869, -73.581671 40.820634, -73.58125 40.820392, -73.580551 40.82002, -73.580226 40.819877, -73.579761 40.819732, -73.579501 40.819682, -73.579067 40.819693, -73.578417 40.819598, -73.577515 40.818999, -73.574034 40.816809, -73.573589 40.817219, -73.572535 40.818364, -73.571381 40.819572, -73.570836 40.820177, -73.569929 40.821229, -73.569815 40.821478, -73.569789 40.821889, -73.569861 40.822071, -73.570446 40.823043, -73.570656 40.823334, -73.570887 40.823739, -73.571007 40.824113, -73.571057 40.824344, -73.571074 40.824713, -73.571044 40.825524, -73.570781 40.828072, -73.570742 40.828046, -73.570528 40.828, -73.568605 40.827734, -73.568197 40.827651, -73.567955 40.827583, -73.566249 40.826987, -73.565602 40.826785, -73.564962 40.826652, -73.564041 40.826504, -73.563352 40.82635, -73.56307 40.826215, -73.562886 40.826109, -73.562831 40.826038, -73.562595 40.825863, -73.562354 40.825761, -73.561938 40.825622, -73.559657 40.825141, -73.558479 40.824926, -73.557673 40.824761, -73.557389 40.824662, -73.557179 40.824559, -73.556936 40.824375, -73.556713 40.824163, -73.556425 40.823841, -73.556212 40.823666, -73.556022 40.823543, -73.55289 40.821779, -73.552841 40.821746, -73.552634 40.82192, -73.552322 40.821667, -73.552107 40.821356, -73.551949 40.820943, -73.551789 40.820627, -73.550744 40.819765, -73.550561 40.81963, -73.550374 40.819494, -73.549918 40.819221, -73.549073 40.818841, -73.548036 40.818289, -73.547368 40.817883, -73.54698 40.817531, -73.54682 40.817323, -73.546575 40.816421, -73.546318 40.8158, -73.546162 40.81551, -73.545988 40.815265, -73.545584 40.814774, -73.545367 40.814483, -73.54516 40.814274, -73.545017 40.814035, -73.544886 40.813806, -73.544594 40.813178, -73.544484 40.812891, -73.543823 40.811517, -73.543471 40.810597, -73.543197 40.809258, -73.542592 40.808513, -73.541307 40.807071, -73.539768 40.805702, -73.537977 40.80446, -73.536876 40.803873, -73.537297 40.801069, -73.539028 40.801632, -73.539781 40.801964, -73.540405 40.802442, -73.540785 40.802693, -73.541289 40.803067, -73.543278 40.801291, -73.543486 40.801538, -73.54384 40.801906, -73.546154 40.799493, -73.546233 40.799373, -73.546291 40.799192, -73.546534 40.797943, -73.547203 40.798177, -73.548013 40.798557, -73.548667 40.798989, -73.549108 40.79932, -73.549434 40.799638, -73.555164 40.798175, -73.557514 40.797544, -73.559843 40.797144, -73.560444 40.797058, -73.563663 40.796823, -73.564983 40.799108, -73.566534 40.798246, -73.573225 40.802103, -73.573105 40.802292, -73.572503 40.805029, -73.574201 40.805667, -73.574671 40.80586, -73.57496 40.805487, -73.575436 40.805652, -73.576 40.80484, -73.57633 40.804938, -73.576996 40.805158, -73.57797 40.80566, -73.580563 40.8068, -73.580663 40.807546, -73.580979 40.807499, -73.581335 40.807466, -73.581746 40.807447, -73.582678 40.807371, -73.583235 40.80724, -73.583847 40.80696, -73.58424 40.806801, -73.584447 40.806756, -73.585402 40.806643, -73.585813 40.807846, -73.585772 40.808624, -73.586685 40.812561, -73.586815 40.813181, -73.590247 40.812927, -73.593451 40.817361, -73.596222 40.816285, -73.597803 40.815625, -73.600141 40.814831, -73.602568 40.814049, -73.603038 40.815159, -73.603307 40.81551, -73.60693 40.812589, -73.606951 40.812544, -73.608247 40.811552, -73.610465 40.811211, -73.610413 40.807219, -73.611851 40.805436, -73.615417 40.807786, -73.616412 40.808443, -73.616437 40.808509, -73.616518 40.808772, -73.616656 40.809279, -73.616989 40.81051, -73.617016 40.810612, -73.617227 40.811122, -73.617517 40.811826, -73.617765 40.812427, -73.617931 40.812608, -73.615913 40.813087, -73.614191 40.813667, -73.6134 40.813969, -73.61168 40.814764, -73.609118 40.816048, -73.604128 40.818501, -73.60091 40.819959, -73.59729 40.821639, -73.595619 40.82239, -73.594501 40.822869, -73.589174 40.824962))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 78.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Brookville, New York\", \"geo_wkt\": \"POLYGON ((-73.589174 40.824962, -73.588544 40.824691, -73.588092 40.82454, -73.586013 40.82393, -73.585005 40.82358, -73.58329 40.822928, -73.582997 40.822799, -73.582762 40.822671, -73.582642 40.822498, -73.582568 40.822298, -73.582585 40.822075, -73.582579 40.821802, -73.582526 40.821587, -73.582451 40.82139, -73.582315 40.821202, -73.581993 40.820869, -73.581671 40.820634, -73.58125 40.820392, -73.580551 40.82002, -73.580226 40.819877, -73.579761 40.819732, -73.579501 40.819682, -73.579067 40.819693, -73.578417 40.819598, -73.577515 40.818999, -73.574034 40.816809, -73.573589 40.817219, -73.572535 40.818364, -73.571381 40.819572, -73.570836 40.820177, -73.569929 40.821229, -73.569815 40.821478, -73.569789 40.821889, -73.569861 40.822071, -73.570446 40.823043, -73.570656 40.823334, -73.570887 40.823739, -73.571007 40.824113, -73.571057 40.824344, -73.571074 40.824713, -73.571044 40.825524, -73.570781 40.828072, -73.570742 40.828046, -73.570528 40.828, -73.568605 40.827734, -73.568197 40.827651, -73.567955 40.827583, -73.566249 40.826987, -73.565602 40.826785, -73.564962 40.826652, -73.564041 40.826504, -73.563352 40.82635, -73.56307 40.826215, -73.562886 40.826109, -73.562831 40.826038, -73.562595 40.825863, -73.562354 40.825761, -73.561938 40.825622, -73.559657 40.825141, -73.558479 40.824926, -73.557673 40.824761, -73.557389 40.824662, -73.557179 40.824559, -73.556936 40.824375, -73.556713 40.824163, -73.556425 40.823841, -73.556212 40.823666, -73.556022 40.823543, -73.55289 40.821779, -73.552841 40.821746, -73.552634 40.82192, -73.552322 40.821667, -73.552107 40.821356, -73.551949 40.820943, -73.551789 40.820627, -73.550744 40.819765, -73.550561 40.81963, -73.550374 40.819494, -73.549918 40.819221, -73.549073 40.818841, -73.548036 40.818289, -73.547368 40.817883, -73.54698 40.817531, -73.54682 40.817323, -73.546575 40.816421, -73.546318 40.8158, -73.546162 40.81551, -73.545988 40.815265, -73.545584 40.814774, -73.545367 40.814483, -73.54516 40.814274, -73.545017 40.814035, -73.544886 40.813806, -73.544594 40.813178, -73.544484 40.812891, -73.543823 40.811517, -73.543471 40.810597, -73.543197 40.809258, -73.542592 40.808513, -73.541307 40.807071, -73.539768 40.805702, -73.537977 40.80446, -73.536876 40.803873, -73.537297 40.801069, -73.539028 40.801632, -73.539781 40.801964, -73.540405 40.802442, -73.540785 40.802693, -73.541289 40.803067, -73.543278 40.801291, -73.543486 40.801538, -73.54384 40.801906, -73.546154 40.799493, -73.546233 40.799373, -73.546291 40.799192, -73.546534 40.797943, -73.547203 40.798177, -73.548013 40.798557, -73.548667 40.798989, -73.549108 40.79932, -73.549434 40.799638, -73.555164 40.798175, -73.557514 40.797544, -73.559843 40.797144, -73.560444 40.797058, -73.563663 40.796823, -73.564983 40.799108, -73.566534 40.798246, -73.573225 40.802103, -73.573105 40.802292, -73.572503 40.805029, -73.574201 40.805667, -73.574671 40.80586, -73.57496 40.805487, -73.575436 40.805652, -73.576 40.80484, -73.57633 40.804938, -73.576996 40.805158, -73.57797 40.80566, -73.580563 40.8068, -73.580663 40.807546, -73.580979 40.807499, -73.581335 40.807466, -73.581746 40.807447, -73.582678 40.807371, -73.583235 40.80724, -73.583847 40.80696, -73.58424 40.806801, -73.584447 40.806756, -73.585402 40.806643, -73.585813 40.807846, -73.585772 40.808624, -73.586685 40.812561, -73.586815 40.813181, -73.590247 40.812927, -73.593451 40.817361, -73.596222 40.816285, -73.597803 40.815625, -73.600141 40.814831, -73.602568 40.814049, -73.603038 40.815159, -73.603307 40.81551, -73.60693 40.812589, -73.606951 40.812544, -73.608247 40.811552, -73.610465 40.811211, -73.610413 40.807219, -73.611851 40.805436, -73.615417 40.807786, -73.616412 40.808443, -73.616437 40.808509, -73.616518 40.808772, -73.616656 40.809279, -73.616989 40.81051, -73.617016 40.810612, -73.617227 40.811122, -73.617517 40.811826, -73.617765 40.812427, -73.617931 40.812608, -73.615913 40.813087, -73.614191 40.813667, -73.6134 40.813969, -73.61168 40.814764, -73.609118 40.816048, -73.604128 40.818501, -73.60091 40.819959, -73.59729 40.821639, -73.595619 40.82239, -73.594501 40.822869, -73.589174 40.824962))\", \"region\": {\"id\": 9080, \"geometry\": \"POLYGON ((-73.589174 40.824962, -73.588544 40.824691, -73.588092 40.82454, -73.586013 40.82393, -73.585005 40.82358, -73.58329 40.822928, -73.582997 40.822799, -73.582762 40.822671, -73.582642 40.822498, -73.582568 40.822298, -73.582585 40.822075, -73.582579 40.821802, -73.582526 40.821587, -73.582451 40.82139, -73.582315 40.821202, -73.581993 40.820869, -73.581671 40.820634, -73.58125 40.820392, -73.580551 40.82002, -73.580226 40.819877, -73.579761 40.819732, -73.579501 40.819682, -73.579067 40.819693, -73.578417 40.819598, -73.577515 40.818999, -73.574034 40.816809, -73.573589 40.817219, -73.572535 40.818364, -73.571381 40.819572, -73.570836 40.820177, -73.569929 40.821229, -73.569815 40.821478, -73.569789 40.821889, -73.569861 40.822071, -73.570446 40.823043, -73.570656 40.823334, -73.570887 40.823739, -73.571007 40.824113, -73.571057 40.824344, -73.571074 40.824713, -73.571044 40.825524, -73.570781 40.828072, -73.570742 40.828046, -73.570528 40.828, -73.568605 40.827734, -73.568197 40.827651, -73.567955 40.827583, -73.566249 40.826987, -73.565602 40.826785, -73.564962 40.826652, -73.564041 40.826504, -73.563352 40.82635, -73.56307 40.826215, -73.562886 40.826109, -73.562831 40.826038, -73.562595 40.825863, -73.562354 40.825761, -73.561938 40.825622, -73.559657 40.825141, -73.558479 40.824926, -73.557673 40.824761, -73.557389 40.824662, -73.557179 40.824559, -73.556936 40.824375, -73.556713 40.824163, -73.556425 40.823841, -73.556212 40.823666, -73.556022 40.823543, -73.55289 40.821779, -73.552841 40.821746, -73.552634 40.82192, -73.552322 40.821667, -73.552107 40.821356, -73.551949 40.820943, -73.551789 40.820627, -73.550744 40.819765, -73.550561 40.81963, -73.550374 40.819494, -73.549918 40.819221, -73.549073 40.818841, -73.548036 40.818289, -73.547368 40.817883, -73.54698 40.817531, -73.54682 40.817323, -73.546575 40.816421, -73.546318 40.8158, -73.546162 40.81551, -73.545988 40.815265, -73.545584 40.814774, -73.545367 40.814483, -73.54516 40.814274, -73.545017 40.814035, -73.544886 40.813806, -73.544594 40.813178, -73.544484 40.812891, -73.543823 40.811517, -73.543471 40.810597, -73.543197 40.809258, -73.542592 40.808513, -73.541307 40.807071, -73.539768 40.805702, -73.537977 40.80446, -73.536876 40.803873, -73.537297 40.801069, -73.539028 40.801632, -73.539781 40.801964, -73.540405 40.802442, -73.540785 40.802693, -73.541289 40.803067, -73.543278 40.801291, -73.543486 40.801538, -73.54384 40.801906, -73.546154 40.799493, -73.546233 40.799373, -73.546291 40.799192, -73.546534 40.797943, -73.547203 40.798177, -73.548013 40.798557, -73.548667 40.798989, -73.549108 40.79932, -73.549434 40.799638, -73.555164 40.798175, -73.557514 40.797544, -73.559843 40.797144, -73.560444 40.797058, -73.563663 40.796823, -73.564983 40.799108, -73.566534 40.798246, -73.573225 40.802103, -73.573105 40.802292, -73.572503 40.805029, -73.574201 40.805667, -73.574671 40.80586, -73.57496 40.805487, -73.575436 40.805652, -73.576 40.80484, -73.57633 40.804938, -73.576996 40.805158, -73.57797 40.80566, -73.580563 40.8068, -73.580663 40.807546, -73.580979 40.807499, -73.581335 40.807466, -73.581746 40.807447, -73.582678 40.807371, -73.583235 40.80724, -73.583847 40.80696, -73.58424 40.806801, -73.584447 40.806756, -73.585402 40.806643, -73.585813 40.807846, -73.585772 40.808624, -73.586685 40.812561, -73.586815 40.813181, -73.590247 40.812927, -73.593451 40.817361, -73.596222 40.816285, -73.597803 40.815625, -73.600141 40.814831, -73.602568 40.814049, -73.603038 40.815159, -73.603307 40.81551, -73.60693 40.812589, -73.606951 40.812544, -73.608247 40.811552, -73.610465 40.811211, -73.610413 40.807219, -73.611851 40.805436, -73.615417 40.807786, -73.616412 40.808443, -73.616437 40.808509, -73.616518 40.808772, -73.616656 40.809279, -73.616989 40.81051, -73.617016 40.810612, -73.617227 40.811122, -73.617517 40.811826, -73.617765 40.812427, -73.617931 40.812608, -73.615913 40.813087, -73.614191 40.813667, -73.6134 40.813969, -73.61168 40.814764, -73.609118 40.816048, -73.604128 40.818501, -73.60091 40.819959, -73.59729 40.821639, -73.595619 40.82239, -73.594501 40.822869, -73.589174 40.824962))\", \"region_name\": \"Village of Brookville\", \"border_type\": \"village\", \"wikidata\": \"Q3449260\", \"wikipedia\": \"en:Brookville, New York\", \"place\": \"village\", \"admin_level\": \"8\", \"population\": \"2939\"}}}"} -{"id": "raster_only/elevation_range+region/0004", "group": "raster_only", "template": "elevation_range+region", "question": "What is the vertical range across Marshall County, Kansas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.806008 39.566429, -96.806724 40.001494, -96.805345 40.001496, -96.803507 40.001467, -96.801548 40.001458, -96.799738 40.001441, -96.797099 40.001437, -96.793014 40.001472, -96.791059 40.001485, -96.789713 40.001487, -96.788161 40.001471, -96.786761 40.001477, -96.768857 40.001429, -96.767971 40.00143, -96.766478 40.00142, -96.759938 40.001412, -96.7581 40.001401, -96.756119 40.001401, -96.754187 40.001414, -96.751105 40.001418, -96.750099 40.00143, -96.748575 40.001429, -96.747331 40.001417, -96.745948 40.001413, -96.74192 40.001439, -96.734112 40.001414, -96.730597 40.001443, -96.728846 40.001439, -96.727644 40.00146, -96.727226 40.001457, -96.724826 40.001485, -96.723709 40.001466, -96.722553 40.001481, -96.720761 40.001492, -96.719606 40.001507, -96.719188 40.001525, -96.718317 40.001529, -96.717773 40.001524, -96.714681 40.001524, -96.71271 40.001541, -96.710686 40.00153, -96.70957 40.001503, -96.707617 40.001476, -96.706084 40.00145, -96.701823 40.001396, -96.694134 40.001352, -96.692656 40.001369, -96.690863 40.001335, -96.687931 40.001346, -96.68334 40.001339, -96.680836 40.001341, -96.678777 40.001355, -96.674363 40.001352, -96.668813 40.00134, -96.666228 40.001342, -96.663145 40.001319, -96.660549 40.001348, -96.657423 40.001333, -96.653079 40.001325, -96.65046 40.001308, -96.648507 40.001318, -96.647339 40.001319, -96.645541 40.001305, -96.642935 40.001317, -96.638588 40.001305, -96.632525 40.001274, -96.630537 40.001281, -96.62845 40.001298, -96.625675 40.001283, -96.625001 40.001292, -96.623399 40.001289, -96.622081 40.0013, -96.621927 40.001331, -96.621786 40.001348, -96.621611 40.00136, -96.621387 40.001294, -96.621315 40.001265, -96.620706 40.001068, -96.61963 40.001017, -96.614281 40.000937, -96.611088 40.001046, -96.611066 40.001051, -96.610716 40.001059, -96.610458 40.001053, -96.61018 40.001094, -96.609561 40.001204, -96.60891 40.001209, -96.606788 40.00119, -96.605173 40.001211, -96.605014 40.001177, -96.604968 40.001158, -96.604838 40.001047, -96.604752 40.000897, -96.601285 40.000873, -96.596782 40.000912, -96.595426 40.00092, -96.581601 40.000963, -96.58155 40.001001, -96.581387 40.001081, -96.581245 40.001117, -96.581043 40.001147, -96.58014 40.001165, -96.578319 40.001159, -96.577372 40.001172, -96.577279 40.001189, -96.577245 40.001201, -96.577071 40.00118, -96.57688 40.001181, -96.576828 40.001197, -96.576736 40.001173, -96.576591 40.001123, -96.570581 40.001061, -96.569982 40.001071, -96.569852 40.001068, -96.569814 40.00106, -96.563821 40.001024, -96.559365 40.001103, -96.558821 40.001103, -96.554816 40.001139, -96.554151 40.001138, -96.552624 40.001122, -96.548489 40.00111, -96.545707 40.001133, -96.545179 40.001109, -96.544845 40.001101, -96.543928 40.001113, -96.542892 40.001097, -96.541941 40.00109, -96.539834 40.001089, -96.539431 40.001097, -96.539332 40.001094, -96.53922 40.001079, -96.539167 40.001034, -96.539131 40.000993, -96.539124 40.000841, -96.532286 40.000918, -96.531794 40.000959, -96.530587 40.000983, -96.529696 40.000992, -96.527103 40.001094, -96.526946 40.001079, -96.526013 40.001064, -96.52535 40.00107, -96.52034 40.001043, -96.519918 40.001037, -96.515955 40.001033, -96.514666 40.001024, -96.511341 40.001018, -96.510175 40.001025, -96.509256 40.001026, -96.507865 40.001015, -96.506131 40.001008, -96.50514 40.001021, -96.502367 40.001029, -96.501697 40.001019, -96.500893 40.001034, -96.500005 40.001057, -96.497283 40.001033, -96.495733 40.001039, -96.489791 40.001021, -96.488453 40.001032, -96.487096 40.001029, -96.485537 40.001014, -96.483733 40.001011, -96.481505 40.000995, -96.475088 40.001018, -96.474006 40.001006, -96.472636 40.001029, -96.472072 40.001026, -96.470952 40.001012, -96.470318 40.001014, -96.470066 40.001024, -96.469088 40.00099, -96.468319 40.001015, -96.467431 40.001036, -96.467367 40.001035, -96.467153 40.001012, -96.466356 40.000999, -96.463712 40.001023, -96.35482 40.00098, -96.350707 40.000944, -96.341833 40.000943, -96.238115 40.000937, -96.239568 39.78334, -96.238886 39.566091, -96.573441 39.566231, -96.580468 39.566211, -96.580883 39.566211, -96.581027 39.566211, -96.625533 39.5663, -96.638249 39.566378, -96.638307 39.566292, -96.63856 39.56638, -96.662773 39.566459, -96.673233 39.56647, -96.681442 39.566427, -96.698748 39.566446, -96.717871 39.566508, -96.731597 39.566508, -96.774485 39.566423, -96.806008 39.566429))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 174.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Marshall County, Kansas\", \"geo_wkt\": \"POLYGON ((-96.806008 39.566429, -96.806724 40.001494, -96.805345 40.001496, -96.803507 40.001467, -96.801548 40.001458, -96.799738 40.001441, -96.797099 40.001437, -96.793014 40.001472, -96.791059 40.001485, -96.789713 40.001487, -96.788161 40.001471, -96.786761 40.001477, -96.768857 40.001429, -96.767971 40.00143, -96.766478 40.00142, -96.759938 40.001412, -96.7581 40.001401, -96.756119 40.001401, -96.754187 40.001414, -96.751105 40.001418, -96.750099 40.00143, -96.748575 40.001429, -96.747331 40.001417, -96.745948 40.001413, -96.74192 40.001439, -96.734112 40.001414, -96.730597 40.001443, -96.728846 40.001439, -96.727644 40.00146, -96.727226 40.001457, -96.724826 40.001485, -96.723709 40.001466, -96.722553 40.001481, -96.720761 40.001492, -96.719606 40.001507, -96.719188 40.001525, -96.718317 40.001529, -96.717773 40.001524, -96.714681 40.001524, -96.71271 40.001541, -96.710686 40.00153, -96.70957 40.001503, -96.707617 40.001476, -96.706084 40.00145, -96.701823 40.001396, -96.694134 40.001352, -96.692656 40.001369, -96.690863 40.001335, -96.687931 40.001346, -96.68334 40.001339, -96.680836 40.001341, -96.678777 40.001355, -96.674363 40.001352, -96.668813 40.00134, -96.666228 40.001342, -96.663145 40.001319, -96.660549 40.001348, -96.657423 40.001333, -96.653079 40.001325, -96.65046 40.001308, -96.648507 40.001318, -96.647339 40.001319, -96.645541 40.001305, -96.642935 40.001317, -96.638588 40.001305, -96.632525 40.001274, -96.630537 40.001281, -96.62845 40.001298, -96.625675 40.001283, -96.625001 40.001292, -96.623399 40.001289, -96.622081 40.0013, -96.621927 40.001331, -96.621786 40.001348, -96.621611 40.00136, -96.621387 40.001294, -96.621315 40.001265, -96.620706 40.001068, -96.61963 40.001017, -96.614281 40.000937, -96.611088 40.001046, -96.611066 40.001051, -96.610716 40.001059, -96.610458 40.001053, -96.61018 40.001094, -96.609561 40.001204, -96.60891 40.001209, -96.606788 40.00119, -96.605173 40.001211, -96.605014 40.001177, -96.604968 40.001158, -96.604838 40.001047, -96.604752 40.000897, -96.601285 40.000873, -96.596782 40.000912, -96.595426 40.00092, -96.581601 40.000963, -96.58155 40.001001, -96.581387 40.001081, -96.581245 40.001117, -96.581043 40.001147, -96.58014 40.001165, -96.578319 40.001159, -96.577372 40.001172, -96.577279 40.001189, -96.577245 40.001201, -96.577071 40.00118, -96.57688 40.001181, -96.576828 40.001197, -96.576736 40.001173, -96.576591 40.001123, -96.570581 40.001061, -96.569982 40.001071, -96.569852 40.001068, -96.569814 40.00106, -96.563821 40.001024, -96.559365 40.001103, -96.558821 40.001103, -96.554816 40.001139, -96.554151 40.001138, -96.552624 40.001122, -96.548489 40.00111, -96.545707 40.001133, -96.545179 40.001109, -96.544845 40.001101, -96.543928 40.001113, -96.542892 40.001097, -96.541941 40.00109, -96.539834 40.001089, -96.539431 40.001097, -96.539332 40.001094, -96.53922 40.001079, -96.539167 40.001034, -96.539131 40.000993, -96.539124 40.000841, -96.532286 40.000918, -96.531794 40.000959, -96.530587 40.000983, -96.529696 40.000992, -96.527103 40.001094, -96.526946 40.001079, -96.526013 40.001064, -96.52535 40.00107, -96.52034 40.001043, -96.519918 40.001037, -96.515955 40.001033, -96.514666 40.001024, -96.511341 40.001018, -96.510175 40.001025, -96.509256 40.001026, -96.507865 40.001015, -96.506131 40.001008, -96.50514 40.001021, -96.502367 40.001029, -96.501697 40.001019, -96.500893 40.001034, -96.500005 40.001057, -96.497283 40.001033, -96.495733 40.001039, -96.489791 40.001021, -96.488453 40.001032, -96.487096 40.001029, -96.485537 40.001014, -96.483733 40.001011, -96.481505 40.000995, -96.475088 40.001018, -96.474006 40.001006, -96.472636 40.001029, -96.472072 40.001026, -96.470952 40.001012, -96.470318 40.001014, -96.470066 40.001024, -96.469088 40.00099, -96.468319 40.001015, -96.467431 40.001036, -96.467367 40.001035, -96.467153 40.001012, -96.466356 40.000999, -96.463712 40.001023, -96.35482 40.00098, -96.350707 40.000944, -96.341833 40.000943, -96.238115 40.000937, -96.239568 39.78334, -96.238886 39.566091, -96.573441 39.566231, -96.580468 39.566211, -96.580883 39.566211, -96.581027 39.566211, -96.625533 39.5663, -96.638249 39.566378, -96.638307 39.566292, -96.63856 39.56638, -96.662773 39.566459, -96.673233 39.56647, -96.681442 39.566427, -96.698748 39.566446, -96.717871 39.566508, -96.731597 39.566508, -96.774485 39.566423, -96.806008 39.566429))\", \"region\": {\"id\": 13671, \"geometry\": \"POLYGON ((-96.806008 39.566429, -96.806724 40.001494, -96.805345 40.001496, -96.803507 40.001467, -96.801548 40.001458, -96.799738 40.001441, -96.797099 40.001437, -96.793014 40.001472, -96.791059 40.001485, -96.789713 40.001487, -96.788161 40.001471, -96.786761 40.001477, -96.768857 40.001429, -96.767971 40.00143, -96.766478 40.00142, -96.759938 40.001412, -96.7581 40.001401, -96.756119 40.001401, -96.754187 40.001414, -96.751105 40.001418, -96.750099 40.00143, -96.748575 40.001429, -96.747331 40.001417, -96.745948 40.001413, -96.74192 40.001439, -96.734112 40.001414, -96.730597 40.001443, -96.728846 40.001439, -96.727644 40.00146, -96.727226 40.001457, -96.724826 40.001485, -96.723709 40.001466, -96.722553 40.001481, -96.720761 40.001492, -96.719606 40.001507, -96.719188 40.001525, -96.718317 40.001529, -96.717773 40.001524, -96.714681 40.001524, -96.71271 40.001541, -96.710686 40.00153, -96.70957 40.001503, -96.707617 40.001476, -96.706084 40.00145, -96.701823 40.001396, -96.694134 40.001352, -96.692656 40.001369, -96.690863 40.001335, -96.687931 40.001346, -96.68334 40.001339, -96.680836 40.001341, -96.678777 40.001355, -96.674363 40.001352, -96.668813 40.00134, -96.666228 40.001342, -96.663145 40.001319, -96.660549 40.001348, -96.657423 40.001333, -96.653079 40.001325, -96.65046 40.001308, -96.648507 40.001318, -96.647339 40.001319, -96.645541 40.001305, -96.642935 40.001317, -96.638588 40.001305, -96.632525 40.001274, -96.630537 40.001281, -96.62845 40.001298, -96.625675 40.001283, -96.625001 40.001292, -96.623399 40.001289, -96.622081 40.0013, -96.621927 40.001331, -96.621786 40.001348, -96.621611 40.00136, -96.621387 40.001294, -96.621315 40.001265, -96.620706 40.001068, -96.61963 40.001017, -96.614281 40.000937, -96.611088 40.001046, -96.611066 40.001051, -96.610716 40.001059, -96.610458 40.001053, -96.61018 40.001094, -96.609561 40.001204, -96.60891 40.001209, -96.606788 40.00119, -96.605173 40.001211, -96.605014 40.001177, -96.604968 40.001158, -96.604838 40.001047, -96.604752 40.000897, -96.601285 40.000873, -96.596782 40.000912, -96.595426 40.00092, -96.581601 40.000963, -96.58155 40.001001, -96.581387 40.001081, -96.581245 40.001117, -96.581043 40.001147, -96.58014 40.001165, -96.578319 40.001159, -96.577372 40.001172, -96.577279 40.001189, -96.577245 40.001201, -96.577071 40.00118, -96.57688 40.001181, -96.576828 40.001197, -96.576736 40.001173, -96.576591 40.001123, -96.570581 40.001061, -96.569982 40.001071, -96.569852 40.001068, -96.569814 40.00106, -96.563821 40.001024, -96.559365 40.001103, -96.558821 40.001103, -96.554816 40.001139, -96.554151 40.001138, -96.552624 40.001122, -96.548489 40.00111, -96.545707 40.001133, -96.545179 40.001109, -96.544845 40.001101, -96.543928 40.001113, -96.542892 40.001097, -96.541941 40.00109, -96.539834 40.001089, -96.539431 40.001097, -96.539332 40.001094, -96.53922 40.001079, -96.539167 40.001034, -96.539131 40.000993, -96.539124 40.000841, -96.532286 40.000918, -96.531794 40.000959, -96.530587 40.000983, -96.529696 40.000992, -96.527103 40.001094, -96.526946 40.001079, -96.526013 40.001064, -96.52535 40.00107, -96.52034 40.001043, -96.519918 40.001037, -96.515955 40.001033, -96.514666 40.001024, -96.511341 40.001018, -96.510175 40.001025, -96.509256 40.001026, -96.507865 40.001015, -96.506131 40.001008, -96.50514 40.001021, -96.502367 40.001029, -96.501697 40.001019, -96.500893 40.001034, -96.500005 40.001057, -96.497283 40.001033, -96.495733 40.001039, -96.489791 40.001021, -96.488453 40.001032, -96.487096 40.001029, -96.485537 40.001014, -96.483733 40.001011, -96.481505 40.000995, -96.475088 40.001018, -96.474006 40.001006, -96.472636 40.001029, -96.472072 40.001026, -96.470952 40.001012, -96.470318 40.001014, -96.470066 40.001024, -96.469088 40.00099, -96.468319 40.001015, -96.467431 40.001036, -96.467367 40.001035, -96.467153 40.001012, -96.466356 40.000999, -96.463712 40.001023, -96.35482 40.00098, -96.350707 40.000944, -96.341833 40.000943, -96.238115 40.000937, -96.239568 39.78334, -96.238886 39.566091, -96.573441 39.566231, -96.580468 39.566211, -96.580883 39.566211, -96.581027 39.566211, -96.625533 39.5663, -96.638249 39.566378, -96.638307 39.566292, -96.63856 39.56638, -96.662773 39.566459, -96.673233 39.56647, -96.681442 39.566427, -96.698748 39.566446, -96.717871 39.566508, -96.731597 39.566508, -96.774485 39.566423, -96.806008 39.566429))\", \"region_name\": \"Marshall County\", \"wikidata\": \"Q377011\", \"wikipedia\": \"en:Marshall County, Kansas\", \"admin_level\": \"6\"}}}"} -{"id": "raster_only/elevation_range+region/0005", "group": "raster_only", "template": "elevation_range+region", "question": "What is the vertical range across Rocky Point, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.912557 40.956341, -72.912701 40.95707, -72.913617 40.961514, -72.913316 40.961667, -72.913479 40.962472, -72.913836 40.962466, -72.913476 40.971299, -72.954814 40.974804, -72.954869 40.966277, -72.954639 40.963396, -72.954586 40.962321, -72.956043 40.962312, -72.957546 40.962416, -72.958057 40.96258, -72.958677 40.962748, -72.959935 40.96292, -72.960156 40.961653, -72.960521 40.96049, -72.960576 40.960097, -72.960683 40.959681, -72.961223 40.958052, -72.96124 40.957869, -72.961178 40.957693, -72.961079 40.95754, -72.960912 40.957358, -72.961178 40.95716, -72.961377 40.957034, -72.96166 40.956946, -72.961987 40.956919, -72.962765 40.957034, -72.963581 40.957198, -72.963833 40.957225, -72.964148 40.957206, -72.964039 40.957076, -72.963696 40.956526, -72.963581 40.956201, -72.963544 40.955973, -72.963399 40.955748, -72.963201 40.955291, -72.963115 40.955134, -72.962605 40.954565, -72.962361 40.954328, -72.962216 40.954135, -72.961606 40.953494, -72.961438 40.953345, -72.960911 40.953006, -72.960781 40.952822, -72.960706 40.95267, -72.960675 40.952422, -72.960659 40.951789, -72.960597 40.951113, -72.965146 40.950785, -72.965565 40.950118, -72.965253 40.948409, -72.964794 40.945506, -72.967976 40.946582, -72.968943 40.946893, -72.969433 40.947051, -72.968892 40.944814, -72.968748 40.94411, -72.967649 40.939662, -72.966663 40.935507, -72.964551 40.926451, -72.961152 40.911709, -72.960942 40.910874, -72.962034 40.910563, -72.962905 40.910182, -72.962606 40.909838, -72.962011 40.909037, -72.960882 40.906974, -72.960667 40.906668, -72.960088 40.905954, -72.959806 40.905741, -72.959417 40.905612, -72.958974 40.90544, -72.958761 40.905379, -72.957708 40.905406, -72.957249 40.905229, -72.956723 40.904928, -72.956663 40.904894, -72.956472 40.905069, -72.956267 40.905219, -72.956159 40.905272, -72.955853 40.905294, -72.955633 40.905368, -72.955319 40.905531, -72.954824 40.90666, -72.954239 40.907927, -72.95374 40.908068, -72.952902 40.908213, -72.952039 40.90829, -72.951131 40.908239, -72.950498 40.908244, -72.9483 40.908156, -72.945432 40.907983, -72.943829 40.907912, -72.942937 40.907843, -72.941953 40.907817, -72.941371 40.907544, -72.94094 40.907285, -72.940706 40.907162, -72.940185 40.907005, -72.939556 40.906845, -72.939229 40.906783, -72.938773 40.906752, -72.937934 40.906764, -72.936633 40.906752, -72.935986 40.906727, -72.935536 40.906684, -72.935277 40.906684, -72.934562 40.906832, -72.9336 40.907054, -72.932604 40.907231, -72.932203 40.907277, -72.931442 40.907257, -72.931269 40.907266, -72.931139 40.907283, -72.930948 40.907331, -72.930711 40.907422, -72.930421 40.907585, -72.930054 40.907863, -72.929466 40.908362, -72.92931 40.908453, -72.929134 40.908511, -72.928891 40.908527, -72.927777 40.908516, -72.926517 40.908484, -72.924411 40.908392, -72.922774 40.908281, -72.922219 40.908188, -72.92168 40.908039, -72.920974 40.90781, -72.92058 40.907649, -72.920115 40.907392, -72.918951 40.906627, -72.918793 40.906547, -72.918513 40.906442, -72.918282 40.906394, -72.918082 40.906391, -72.917825 40.906427, -72.916627 40.906678, -72.915378 40.906865, -72.91507 40.906952, -72.915022 40.907743, -72.914929 40.908263, -72.914779 40.908855, -72.91454 40.909667, -72.914105 40.910285, -72.913838 40.911139, -72.913708 40.913019, -72.913151 40.914088, -72.912656 40.914907, -72.912304 40.915663, -72.912068 40.915971, -72.911197 40.916868, -72.910885 40.917743, -72.909848 40.91949, -72.909557 40.92015, -72.908727 40.92108, -72.907429 40.922662, -72.906536 40.923677, -72.905842 40.924765, -72.904918 40.926287, -72.904515 40.926776, -72.904241 40.927751, -72.904026 40.92814, -72.903545 40.928599, -72.903346 40.92919, -72.903209 40.929374, -72.903089 40.929853, -72.902919 40.930406, -72.902904 40.930514, -72.90295 40.930781, -72.903049 40.931079, -72.903515 40.931994, -72.903957 40.932982, -72.904209 40.933615, -72.904369 40.934298, -72.904392 40.934832, -72.904385 40.935262, -72.904217 40.936674, -72.904111 40.937879, -72.903981 40.938788, -72.904149 40.939405, -72.904246 40.939962, -72.904148 40.942457, -72.904125 40.94335, -72.90414 40.943526, -72.904338 40.944781, -72.904736 40.946967, -72.904759 40.947281, -72.904768 40.947401, -72.906582 40.947382, -72.906366 40.948066, -72.907011 40.94797, -72.908115 40.947924, -72.908225 40.949062, -72.909078 40.950496, -72.909396 40.951122, -72.909604 40.951482, -72.910649 40.951465, -72.9107 40.9529, -72.910752 40.953121, -72.910529 40.953502, -72.910535 40.953889, -72.910693 40.954424, -72.910949 40.954898, -72.911005 40.955182, -72.912299 40.955031, -72.912557 40.956341))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 87.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Rocky Point, New York\", \"geo_wkt\": \"POLYGON ((-72.912557 40.956341, -72.912701 40.95707, -72.913617 40.961514, -72.913316 40.961667, -72.913479 40.962472, -72.913836 40.962466, -72.913476 40.971299, -72.954814 40.974804, -72.954869 40.966277, -72.954639 40.963396, -72.954586 40.962321, -72.956043 40.962312, -72.957546 40.962416, -72.958057 40.96258, -72.958677 40.962748, -72.959935 40.96292, -72.960156 40.961653, -72.960521 40.96049, -72.960576 40.960097, -72.960683 40.959681, -72.961223 40.958052, -72.96124 40.957869, -72.961178 40.957693, -72.961079 40.95754, -72.960912 40.957358, -72.961178 40.95716, -72.961377 40.957034, -72.96166 40.956946, -72.961987 40.956919, -72.962765 40.957034, -72.963581 40.957198, -72.963833 40.957225, -72.964148 40.957206, -72.964039 40.957076, -72.963696 40.956526, -72.963581 40.956201, -72.963544 40.955973, -72.963399 40.955748, -72.963201 40.955291, -72.963115 40.955134, -72.962605 40.954565, -72.962361 40.954328, -72.962216 40.954135, -72.961606 40.953494, -72.961438 40.953345, -72.960911 40.953006, -72.960781 40.952822, -72.960706 40.95267, -72.960675 40.952422, -72.960659 40.951789, -72.960597 40.951113, -72.965146 40.950785, -72.965565 40.950118, -72.965253 40.948409, -72.964794 40.945506, -72.967976 40.946582, -72.968943 40.946893, -72.969433 40.947051, -72.968892 40.944814, -72.968748 40.94411, -72.967649 40.939662, -72.966663 40.935507, -72.964551 40.926451, -72.961152 40.911709, -72.960942 40.910874, -72.962034 40.910563, -72.962905 40.910182, -72.962606 40.909838, -72.962011 40.909037, -72.960882 40.906974, -72.960667 40.906668, -72.960088 40.905954, -72.959806 40.905741, -72.959417 40.905612, -72.958974 40.90544, -72.958761 40.905379, -72.957708 40.905406, -72.957249 40.905229, -72.956723 40.904928, -72.956663 40.904894, -72.956472 40.905069, -72.956267 40.905219, -72.956159 40.905272, -72.955853 40.905294, -72.955633 40.905368, -72.955319 40.905531, -72.954824 40.90666, -72.954239 40.907927, -72.95374 40.908068, -72.952902 40.908213, -72.952039 40.90829, -72.951131 40.908239, -72.950498 40.908244, -72.9483 40.908156, -72.945432 40.907983, -72.943829 40.907912, -72.942937 40.907843, -72.941953 40.907817, -72.941371 40.907544, -72.94094 40.907285, -72.940706 40.907162, -72.940185 40.907005, -72.939556 40.906845, -72.939229 40.906783, -72.938773 40.906752, -72.937934 40.906764, -72.936633 40.906752, -72.935986 40.906727, -72.935536 40.906684, -72.935277 40.906684, -72.934562 40.906832, -72.9336 40.907054, -72.932604 40.907231, -72.932203 40.907277, -72.931442 40.907257, -72.931269 40.907266, -72.931139 40.907283, -72.930948 40.907331, -72.930711 40.907422, -72.930421 40.907585, -72.930054 40.907863, -72.929466 40.908362, -72.92931 40.908453, -72.929134 40.908511, -72.928891 40.908527, -72.927777 40.908516, -72.926517 40.908484, -72.924411 40.908392, -72.922774 40.908281, -72.922219 40.908188, -72.92168 40.908039, -72.920974 40.90781, -72.92058 40.907649, -72.920115 40.907392, -72.918951 40.906627, -72.918793 40.906547, -72.918513 40.906442, -72.918282 40.906394, -72.918082 40.906391, -72.917825 40.906427, -72.916627 40.906678, -72.915378 40.906865, -72.91507 40.906952, -72.915022 40.907743, -72.914929 40.908263, -72.914779 40.908855, -72.91454 40.909667, -72.914105 40.910285, -72.913838 40.911139, -72.913708 40.913019, -72.913151 40.914088, -72.912656 40.914907, -72.912304 40.915663, -72.912068 40.915971, -72.911197 40.916868, -72.910885 40.917743, -72.909848 40.91949, -72.909557 40.92015, -72.908727 40.92108, -72.907429 40.922662, -72.906536 40.923677, -72.905842 40.924765, -72.904918 40.926287, -72.904515 40.926776, -72.904241 40.927751, -72.904026 40.92814, -72.903545 40.928599, -72.903346 40.92919, -72.903209 40.929374, -72.903089 40.929853, -72.902919 40.930406, -72.902904 40.930514, -72.90295 40.930781, -72.903049 40.931079, -72.903515 40.931994, -72.903957 40.932982, -72.904209 40.933615, -72.904369 40.934298, -72.904392 40.934832, -72.904385 40.935262, -72.904217 40.936674, -72.904111 40.937879, -72.903981 40.938788, -72.904149 40.939405, -72.904246 40.939962, -72.904148 40.942457, -72.904125 40.94335, -72.90414 40.943526, -72.904338 40.944781, -72.904736 40.946967, -72.904759 40.947281, -72.904768 40.947401, -72.906582 40.947382, -72.906366 40.948066, -72.907011 40.94797, -72.908115 40.947924, -72.908225 40.949062, -72.909078 40.950496, -72.909396 40.951122, -72.909604 40.951482, -72.910649 40.951465, -72.9107 40.9529, -72.910752 40.953121, -72.910529 40.953502, -72.910535 40.953889, -72.910693 40.954424, -72.910949 40.954898, -72.911005 40.955182, -72.912299 40.955031, -72.912557 40.956341))\", \"region\": {\"id\": 16192, \"geometry\": \"POLYGON ((-72.912557 40.956341, -72.912701 40.95707, -72.913617 40.961514, -72.913316 40.961667, -72.913479 40.962472, -72.913836 40.962466, -72.913476 40.971299, -72.954814 40.974804, -72.954869 40.966277, -72.954639 40.963396, -72.954586 40.962321, -72.956043 40.962312, -72.957546 40.962416, -72.958057 40.96258, -72.958677 40.962748, -72.959935 40.96292, -72.960156 40.961653, -72.960521 40.96049, -72.960576 40.960097, -72.960683 40.959681, -72.961223 40.958052, -72.96124 40.957869, -72.961178 40.957693, -72.961079 40.95754, -72.960912 40.957358, -72.961178 40.95716, -72.961377 40.957034, -72.96166 40.956946, -72.961987 40.956919, -72.962765 40.957034, -72.963581 40.957198, -72.963833 40.957225, -72.964148 40.957206, -72.964039 40.957076, -72.963696 40.956526, -72.963581 40.956201, -72.963544 40.955973, -72.963399 40.955748, -72.963201 40.955291, -72.963115 40.955134, -72.962605 40.954565, -72.962361 40.954328, -72.962216 40.954135, -72.961606 40.953494, -72.961438 40.953345, -72.960911 40.953006, -72.960781 40.952822, -72.960706 40.95267, -72.960675 40.952422, -72.960659 40.951789, -72.960597 40.951113, -72.965146 40.950785, -72.965565 40.950118, -72.965253 40.948409, -72.964794 40.945506, -72.967976 40.946582, -72.968943 40.946893, -72.969433 40.947051, -72.968892 40.944814, -72.968748 40.94411, -72.967649 40.939662, -72.966663 40.935507, -72.964551 40.926451, -72.961152 40.911709, -72.960942 40.910874, -72.962034 40.910563, -72.962905 40.910182, -72.962606 40.909838, -72.962011 40.909037, -72.960882 40.906974, -72.960667 40.906668, -72.960088 40.905954, -72.959806 40.905741, -72.959417 40.905612, -72.958974 40.90544, -72.958761 40.905379, -72.957708 40.905406, -72.957249 40.905229, -72.956723 40.904928, -72.956663 40.904894, -72.956472 40.905069, -72.956267 40.905219, -72.956159 40.905272, -72.955853 40.905294, -72.955633 40.905368, -72.955319 40.905531, -72.954824 40.90666, -72.954239 40.907927, -72.95374 40.908068, -72.952902 40.908213, -72.952039 40.90829, -72.951131 40.908239, -72.950498 40.908244, -72.9483 40.908156, -72.945432 40.907983, -72.943829 40.907912, -72.942937 40.907843, -72.941953 40.907817, -72.941371 40.907544, -72.94094 40.907285, -72.940706 40.907162, -72.940185 40.907005, -72.939556 40.906845, -72.939229 40.906783, -72.938773 40.906752, -72.937934 40.906764, -72.936633 40.906752, -72.935986 40.906727, -72.935536 40.906684, -72.935277 40.906684, -72.934562 40.906832, -72.9336 40.907054, -72.932604 40.907231, -72.932203 40.907277, -72.931442 40.907257, -72.931269 40.907266, -72.931139 40.907283, -72.930948 40.907331, -72.930711 40.907422, -72.930421 40.907585, -72.930054 40.907863, -72.929466 40.908362, -72.92931 40.908453, -72.929134 40.908511, -72.928891 40.908527, -72.927777 40.908516, -72.926517 40.908484, -72.924411 40.908392, -72.922774 40.908281, -72.922219 40.908188, -72.92168 40.908039, -72.920974 40.90781, -72.92058 40.907649, -72.920115 40.907392, -72.918951 40.906627, -72.918793 40.906547, -72.918513 40.906442, -72.918282 40.906394, -72.918082 40.906391, -72.917825 40.906427, -72.916627 40.906678, -72.915378 40.906865, -72.91507 40.906952, -72.915022 40.907743, -72.914929 40.908263, -72.914779 40.908855, -72.91454 40.909667, -72.914105 40.910285, -72.913838 40.911139, -72.913708 40.913019, -72.913151 40.914088, -72.912656 40.914907, -72.912304 40.915663, -72.912068 40.915971, -72.911197 40.916868, -72.910885 40.917743, -72.909848 40.91949, -72.909557 40.92015, -72.908727 40.92108, -72.907429 40.922662, -72.906536 40.923677, -72.905842 40.924765, -72.904918 40.926287, -72.904515 40.926776, -72.904241 40.927751, -72.904026 40.92814, -72.903545 40.928599, -72.903346 40.92919, -72.903209 40.929374, -72.903089 40.929853, -72.902919 40.930406, -72.902904 40.930514, -72.90295 40.930781, -72.903049 40.931079, -72.903515 40.931994, -72.903957 40.932982, -72.904209 40.933615, -72.904369 40.934298, -72.904392 40.934832, -72.904385 40.935262, -72.904217 40.936674, -72.904111 40.937879, -72.903981 40.938788, -72.904149 40.939405, -72.904246 40.939962, -72.904148 40.942457, -72.904125 40.94335, -72.90414 40.943526, -72.904338 40.944781, -72.904736 40.946967, -72.904759 40.947281, -72.904768 40.947401, -72.906582 40.947382, -72.906366 40.948066, -72.907011 40.94797, -72.908115 40.947924, -72.908225 40.949062, -72.909078 40.950496, -72.909396 40.951122, -72.909604 40.951482, -72.910649 40.951465, -72.9107 40.9529, -72.910752 40.953121, -72.910529 40.953502, -72.910535 40.953889, -72.910693 40.954424, -72.910949 40.954898, -72.911005 40.955182, -72.912299 40.955031, -72.912557 40.956341))\", \"region_name\": \"Rocky Point\", \"border_type\": \"hamlet;CDP\", \"wikidata\": \"Q3459765\", \"wikipedia\": \"en:Rocky Point, New York\", \"place\": \"locality\", \"admin_level\": \"8\", \"population\": \"13633\"}}}"} -{"id": "raster_only/elevation_range+region/0006", "group": "raster_only", "template": "elevation_range+region", "question": "What is the elevation range in Saluda County, South Carolina?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-81.575159 33.875076, -81.567392 33.888613, -81.562442 33.897238, -81.561705 33.898942, -81.561428 33.899562, -81.559596 33.903651, -81.558355 33.906117, -81.556141 33.910583, -81.551656 33.920889, -81.544558 33.933372, -81.542084 33.937924, -81.541025 33.939862, -81.540167 33.941442, -81.538983 33.94372, -81.532867 33.956357, -81.53055 33.961146, -81.52368 33.974063, -81.520515 33.980016, -81.513778 33.99401, -81.50238 34.015945, -81.501636 34.017363, -81.496292 34.027871, -81.492943 34.034439, -81.47618 34.065821, -81.474879 34.068138, -81.473115 34.071335, -81.469975 34.07854, -81.476777 34.080382, -81.48175 34.079613, -81.496691 34.076511, -81.501066 34.074235, -81.502967 34.073924, -81.50589 34.075101, -81.509502 34.076853, -81.510713 34.078163, -81.511788 34.080358, -81.512493 34.081487, -81.513803 34.0822, -81.514948 34.082268, -81.518655 34.081551, -81.521298 34.081772, -81.522899 34.08231, -81.526877 34.08278, -81.529014 34.082713, -81.53305 34.082227, -81.534527 34.081826, -81.537641 34.081394, -81.538635 34.081798, -81.539897 34.082976, -81.541956 34.083907, -81.542661 34.084876, -81.546535 34.092432, -81.547952 34.093662, -81.54933 34.093814, -81.553364 34.093798, -81.557403 34.095571, -81.56262 34.098916, -81.564023 34.09963, -81.566336 34.099652, -81.571066 34.099544, -81.572418 34.100451, -81.574904 34.103314, -81.579657 34.107016, -81.58304 34.109373, -81.585119 34.111573, -81.588874 34.116904, -81.591786 34.117989, -81.593345 34.118355, -81.59517 34.118177, -81.596843 34.117115, -81.597535 34.116365, -81.598737 34.113229, -81.599344 34.112842, -81.600001 34.112715, -81.600881 34.113266, -81.60235 34.114888, -81.604136 34.119732, -81.605006 34.120984, -81.606632 34.122019, -81.607766 34.123453, -81.608982 34.123746, -81.615089 34.123738, -81.618439 34.124276, -81.621397 34.125428, -81.623067 34.126866, -81.625379 34.12927, -81.627355 34.133102, -81.630086 34.137361, -81.631408 34.141075, -81.631509 34.141356, -81.632756 34.142858, -81.635914 34.145424, -81.637344 34.146313, -81.639405 34.146693, -81.641881 34.14661, -81.645391 34.145903, -81.647712 34.146057, -81.649783 34.146737, -81.653751 34.147852, -81.655692 34.148712, -81.657401 34.149885, -81.659984 34.152167, -81.662815 34.153216, -81.667763 34.154959, -81.67141 34.155641, -81.673212 34.156264, -81.674141 34.157116, -81.67552 34.160047, -81.676753 34.163223, -81.677527 34.164191, -81.678659 34.164727, -81.683127 34.166156, -81.68468 34.167212, -81.689493 34.171094, -81.691298 34.172701, -81.692607 34.173507, -81.693719 34.173909, -81.695188 34.174109, -81.696567 34.174026, -81.699023 34.173192, -81.701418 34.172743, -81.704689 34.17271, -81.708029 34.173003, -81.711688 34.17396, -81.717184 34.175903, -81.71905 34.1769, -81.721064 34.178517, -81.724174 34.18148, -81.725418 34.183016, -81.726296 34.18438, -81.727382 34.185188, -81.729409 34.186658, -81.730786 34.187359, -81.731616 34.187664, -81.732587 34.187664, -81.734202 34.18714, -81.736207 34.186262, -81.737709 34.185765, -81.73921 34.184661, -81.741543 34.182255, -81.74248 34.18088, -81.74309 34.179886, -81.743722 34.179316, -81.744692 34.178921, -81.746354 34.178458, -81.747395 34.177986, -81.748478 34.177308, -81.749136 34.177174, -81.74998 34.177189, -81.753122 34.177679, -81.754065 34.177712, -81.755189 34.17747, -81.755873 34.17716, -81.758024 34.17572, -81.758558 34.175582, -81.760598 34.1756, -81.761032 34.175438, -81.761553 34.175019, -81.762057 34.174366, -81.762786 34.173978, -81.76396 34.174086, -81.76567 34.17457, -81.768148 34.174923, -81.769202 34.174855, -81.770042 34.17464, -81.770768 34.174028, -81.771283 34.173177, -81.771622 34.172046, -81.771676 34.170954, -81.77173 34.169842, -81.772117 34.168945, -81.772994 34.167344, -81.77368 34.166608, -81.77436 34.166264, -81.776422 34.165757, -81.77795 34.165086, -81.778906 34.164623, -81.779547 34.164642, -81.779847 34.164929, -81.77993 34.165831, -81.780225 34.166277, -81.780819 34.166409, -81.782864 34.166092, -81.784238 34.165983, -81.784908 34.165766, -81.785487 34.165826, -81.785969 34.166254, -81.785997 34.168093, -81.785726 34.16852, -81.785373 34.168693, -81.78469 34.168693, -81.78398 34.168087, -81.783415 34.167851, -81.782915 34.168046, -81.782284 34.169136, -81.781272 34.169905, -81.781146 34.170489, -81.78117 34.17107, -81.781674 34.171705, -81.782231 34.17217, -81.783552 34.172574, -81.784559 34.172677, -81.785477 34.172595, -81.78612 34.172283, -81.786882 34.171896, -81.788426 34.17203, -81.789184 34.171754, -81.789335 34.171368, -81.789501 34.170522, -81.790005 34.169752, -81.790822 34.169325, -81.791874 34.169107, -81.793178 34.169193, -81.794836 34.169624, -81.796406 34.170522, -81.798841 34.17199, -81.800963 34.172682, -81.804154 34.17342, -81.807375 34.174802, -81.809302 34.175387, -81.81057 34.175385, -81.81474 34.174466, -81.831612 34.175343, -81.839363 34.173016, -81.853859 34.178364, -81.864159 34.174494, -81.87043 34.170967, -81.878075 34.159546, -81.869011 34.142799, -81.870033 34.135063, -81.869965 34.129158, -81.882126 34.124519, -81.888334 34.116525, -81.898311 34.098758, -81.907104 34.093853, -81.913933 34.091999, -81.917137 34.08152, -81.920003 34.079026, -81.930313 34.070053, -81.930462 34.069826, -81.946155 34.039142, -81.965993 34.01927, -81.988926 33.998037, -81.991447 33.993629, -81.996844 33.983092, -82.010556 33.963932, -82.008358 33.961249, -81.998825 33.964474, -81.983821 33.967049, -81.959754 33.971679, -81.932033 33.976914, -81.922686 33.976472, -81.894836 33.975323, -81.894059 33.970524, -81.89327 33.968489, -81.891341 33.963812, -81.885922 33.945916, -81.885768 33.94541, -81.880205 33.925807, -81.880041 33.925315, -81.8758 33.912575, -81.869442 33.8916, -81.868244 33.891164, -81.867171 33.890272, -81.863724 33.885453, -81.863064 33.884562, -81.862103 33.88384, -81.857925 33.880658, -81.853974 33.87824, -81.853705 33.878116, -81.851218 33.877131, -81.847121 33.875222, -81.839736 33.869037, -81.837343 33.867042, -81.836182 33.866211, -81.83525 33.865673, -81.833819 33.865085, -81.83183 33.864906, -81.8304 33.864992, -81.828971 33.865316, -81.8261 33.86634, -81.824186 33.866687, -81.822883 33.866542, -81.821678 33.866238, -81.813354 33.863182, -81.810156 33.861267, -81.808017 33.858906, -81.799446 33.855771, -81.776517 33.84604, -81.773361 33.845272, -81.76643 33.843542, -81.754915 33.840664, -81.744642 33.838104, -81.744185 33.837991, -81.721056 33.832291, -81.706872 33.828697, -81.699695 33.826882, -81.692746 33.824936, -81.684433 33.822869, -81.652093 33.814239, -81.651764 33.814523, -81.646235 33.818647, -81.635347 33.82734, -81.622833 33.837178, -81.61593 33.842619, -81.608318 33.848555, -81.607147 33.849469, -81.603352 33.852429, -81.594377 33.859406, -81.585238 33.866858, -81.575159 33.875076))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 189.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Saluda County, South Carolina\", \"geo_wkt\": \"POLYGON ((-81.575159 33.875076, -81.567392 33.888613, -81.562442 33.897238, -81.561705 33.898942, -81.561428 33.899562, -81.559596 33.903651, -81.558355 33.906117, -81.556141 33.910583, -81.551656 33.920889, -81.544558 33.933372, -81.542084 33.937924, -81.541025 33.939862, -81.540167 33.941442, -81.538983 33.94372, -81.532867 33.956357, -81.53055 33.961146, -81.52368 33.974063, -81.520515 33.980016, -81.513778 33.99401, -81.50238 34.015945, -81.501636 34.017363, -81.496292 34.027871, -81.492943 34.034439, -81.47618 34.065821, -81.474879 34.068138, -81.473115 34.071335, -81.469975 34.07854, -81.476777 34.080382, -81.48175 34.079613, -81.496691 34.076511, -81.501066 34.074235, -81.502967 34.073924, -81.50589 34.075101, -81.509502 34.076853, -81.510713 34.078163, -81.511788 34.080358, -81.512493 34.081487, -81.513803 34.0822, -81.514948 34.082268, -81.518655 34.081551, -81.521298 34.081772, -81.522899 34.08231, -81.526877 34.08278, -81.529014 34.082713, -81.53305 34.082227, -81.534527 34.081826, -81.537641 34.081394, -81.538635 34.081798, -81.539897 34.082976, -81.541956 34.083907, -81.542661 34.084876, -81.546535 34.092432, -81.547952 34.093662, -81.54933 34.093814, -81.553364 34.093798, -81.557403 34.095571, -81.56262 34.098916, -81.564023 34.09963, -81.566336 34.099652, -81.571066 34.099544, -81.572418 34.100451, -81.574904 34.103314, -81.579657 34.107016, -81.58304 34.109373, -81.585119 34.111573, -81.588874 34.116904, -81.591786 34.117989, -81.593345 34.118355, -81.59517 34.118177, -81.596843 34.117115, -81.597535 34.116365, -81.598737 34.113229, -81.599344 34.112842, -81.600001 34.112715, -81.600881 34.113266, -81.60235 34.114888, -81.604136 34.119732, -81.605006 34.120984, -81.606632 34.122019, -81.607766 34.123453, -81.608982 34.123746, -81.615089 34.123738, -81.618439 34.124276, -81.621397 34.125428, -81.623067 34.126866, -81.625379 34.12927, -81.627355 34.133102, -81.630086 34.137361, -81.631408 34.141075, -81.631509 34.141356, -81.632756 34.142858, -81.635914 34.145424, -81.637344 34.146313, -81.639405 34.146693, -81.641881 34.14661, -81.645391 34.145903, -81.647712 34.146057, -81.649783 34.146737, -81.653751 34.147852, -81.655692 34.148712, -81.657401 34.149885, -81.659984 34.152167, -81.662815 34.153216, -81.667763 34.154959, -81.67141 34.155641, -81.673212 34.156264, -81.674141 34.157116, -81.67552 34.160047, -81.676753 34.163223, -81.677527 34.164191, -81.678659 34.164727, -81.683127 34.166156, -81.68468 34.167212, -81.689493 34.171094, -81.691298 34.172701, -81.692607 34.173507, -81.693719 34.173909, -81.695188 34.174109, -81.696567 34.174026, -81.699023 34.173192, -81.701418 34.172743, -81.704689 34.17271, -81.708029 34.173003, -81.711688 34.17396, -81.717184 34.175903, -81.71905 34.1769, -81.721064 34.178517, -81.724174 34.18148, -81.725418 34.183016, -81.726296 34.18438, -81.727382 34.185188, -81.729409 34.186658, -81.730786 34.187359, -81.731616 34.187664, -81.732587 34.187664, -81.734202 34.18714, -81.736207 34.186262, -81.737709 34.185765, -81.73921 34.184661, -81.741543 34.182255, -81.74248 34.18088, -81.74309 34.179886, -81.743722 34.179316, -81.744692 34.178921, -81.746354 34.178458, -81.747395 34.177986, -81.748478 34.177308, -81.749136 34.177174, -81.74998 34.177189, -81.753122 34.177679, -81.754065 34.177712, -81.755189 34.17747, -81.755873 34.17716, -81.758024 34.17572, -81.758558 34.175582, -81.760598 34.1756, -81.761032 34.175438, -81.761553 34.175019, -81.762057 34.174366, -81.762786 34.173978, -81.76396 34.174086, -81.76567 34.17457, -81.768148 34.174923, -81.769202 34.174855, -81.770042 34.17464, -81.770768 34.174028, -81.771283 34.173177, -81.771622 34.172046, -81.771676 34.170954, -81.77173 34.169842, -81.772117 34.168945, -81.772994 34.167344, -81.77368 34.166608, -81.77436 34.166264, -81.776422 34.165757, -81.77795 34.165086, -81.778906 34.164623, -81.779547 34.164642, -81.779847 34.164929, -81.77993 34.165831, -81.780225 34.166277, -81.780819 34.166409, -81.782864 34.166092, -81.784238 34.165983, -81.784908 34.165766, -81.785487 34.165826, -81.785969 34.166254, -81.785997 34.168093, -81.785726 34.16852, -81.785373 34.168693, -81.78469 34.168693, -81.78398 34.168087, -81.783415 34.167851, -81.782915 34.168046, -81.782284 34.169136, -81.781272 34.169905, -81.781146 34.170489, -81.78117 34.17107, -81.781674 34.171705, -81.782231 34.17217, -81.783552 34.172574, -81.784559 34.172677, -81.785477 34.172595, -81.78612 34.172283, -81.786882 34.171896, -81.788426 34.17203, -81.789184 34.171754, -81.789335 34.171368, -81.789501 34.170522, -81.790005 34.169752, -81.790822 34.169325, -81.791874 34.169107, -81.793178 34.169193, -81.794836 34.169624, -81.796406 34.170522, -81.798841 34.17199, -81.800963 34.172682, -81.804154 34.17342, -81.807375 34.174802, -81.809302 34.175387, -81.81057 34.175385, -81.81474 34.174466, -81.831612 34.175343, -81.839363 34.173016, -81.853859 34.178364, -81.864159 34.174494, -81.87043 34.170967, -81.878075 34.159546, -81.869011 34.142799, -81.870033 34.135063, -81.869965 34.129158, -81.882126 34.124519, -81.888334 34.116525, -81.898311 34.098758, -81.907104 34.093853, -81.913933 34.091999, -81.917137 34.08152, -81.920003 34.079026, -81.930313 34.070053, -81.930462 34.069826, -81.946155 34.039142, -81.965993 34.01927, -81.988926 33.998037, -81.991447 33.993629, -81.996844 33.983092, -82.010556 33.963932, -82.008358 33.961249, -81.998825 33.964474, -81.983821 33.967049, -81.959754 33.971679, -81.932033 33.976914, -81.922686 33.976472, -81.894836 33.975323, -81.894059 33.970524, -81.89327 33.968489, -81.891341 33.963812, -81.885922 33.945916, -81.885768 33.94541, -81.880205 33.925807, -81.880041 33.925315, -81.8758 33.912575, -81.869442 33.8916, -81.868244 33.891164, -81.867171 33.890272, -81.863724 33.885453, -81.863064 33.884562, -81.862103 33.88384, -81.857925 33.880658, -81.853974 33.87824, -81.853705 33.878116, -81.851218 33.877131, -81.847121 33.875222, -81.839736 33.869037, -81.837343 33.867042, -81.836182 33.866211, -81.83525 33.865673, -81.833819 33.865085, -81.83183 33.864906, -81.8304 33.864992, -81.828971 33.865316, -81.8261 33.86634, -81.824186 33.866687, -81.822883 33.866542, -81.821678 33.866238, -81.813354 33.863182, -81.810156 33.861267, -81.808017 33.858906, -81.799446 33.855771, -81.776517 33.84604, -81.773361 33.845272, -81.76643 33.843542, -81.754915 33.840664, -81.744642 33.838104, -81.744185 33.837991, -81.721056 33.832291, -81.706872 33.828697, -81.699695 33.826882, -81.692746 33.824936, -81.684433 33.822869, -81.652093 33.814239, -81.651764 33.814523, -81.646235 33.818647, -81.635347 33.82734, -81.622833 33.837178, -81.61593 33.842619, -81.608318 33.848555, -81.607147 33.849469, -81.603352 33.852429, -81.594377 33.859406, -81.585238 33.866858, -81.575159 33.875076))\", \"region\": {\"id\": 32376, \"geometry\": \"POLYGON ((-81.575159 33.875076, -81.567392 33.888613, -81.562442 33.897238, -81.561705 33.898942, -81.561428 33.899562, -81.559596 33.903651, -81.558355 33.906117, -81.556141 33.910583, -81.551656 33.920889, -81.544558 33.933372, -81.542084 33.937924, -81.541025 33.939862, -81.540167 33.941442, -81.538983 33.94372, -81.532867 33.956357, -81.53055 33.961146, -81.52368 33.974063, -81.520515 33.980016, -81.513778 33.99401, -81.50238 34.015945, -81.501636 34.017363, -81.496292 34.027871, -81.492943 34.034439, -81.47618 34.065821, -81.474879 34.068138, -81.473115 34.071335, -81.469975 34.07854, -81.476777 34.080382, -81.48175 34.079613, -81.496691 34.076511, -81.501066 34.074235, -81.502967 34.073924, -81.50589 34.075101, -81.509502 34.076853, -81.510713 34.078163, -81.511788 34.080358, -81.512493 34.081487, -81.513803 34.0822, -81.514948 34.082268, -81.518655 34.081551, -81.521298 34.081772, -81.522899 34.08231, -81.526877 34.08278, -81.529014 34.082713, -81.53305 34.082227, -81.534527 34.081826, -81.537641 34.081394, -81.538635 34.081798, -81.539897 34.082976, -81.541956 34.083907, -81.542661 34.084876, -81.546535 34.092432, -81.547952 34.093662, -81.54933 34.093814, -81.553364 34.093798, -81.557403 34.095571, -81.56262 34.098916, -81.564023 34.09963, -81.566336 34.099652, -81.571066 34.099544, -81.572418 34.100451, -81.574904 34.103314, -81.579657 34.107016, -81.58304 34.109373, -81.585119 34.111573, -81.588874 34.116904, -81.591786 34.117989, -81.593345 34.118355, -81.59517 34.118177, -81.596843 34.117115, -81.597535 34.116365, -81.598737 34.113229, -81.599344 34.112842, -81.600001 34.112715, -81.600881 34.113266, -81.60235 34.114888, -81.604136 34.119732, -81.605006 34.120984, -81.606632 34.122019, -81.607766 34.123453, -81.608982 34.123746, -81.615089 34.123738, -81.618439 34.124276, -81.621397 34.125428, -81.623067 34.126866, -81.625379 34.12927, -81.627355 34.133102, -81.630086 34.137361, -81.631408 34.141075, -81.631509 34.141356, -81.632756 34.142858, -81.635914 34.145424, -81.637344 34.146313, -81.639405 34.146693, -81.641881 34.14661, -81.645391 34.145903, -81.647712 34.146057, -81.649783 34.146737, -81.653751 34.147852, -81.655692 34.148712, -81.657401 34.149885, -81.659984 34.152167, -81.662815 34.153216, -81.667763 34.154959, -81.67141 34.155641, -81.673212 34.156264, -81.674141 34.157116, -81.67552 34.160047, -81.676753 34.163223, -81.677527 34.164191, -81.678659 34.164727, -81.683127 34.166156, -81.68468 34.167212, -81.689493 34.171094, -81.691298 34.172701, -81.692607 34.173507, -81.693719 34.173909, -81.695188 34.174109, -81.696567 34.174026, -81.699023 34.173192, -81.701418 34.172743, -81.704689 34.17271, -81.708029 34.173003, -81.711688 34.17396, -81.717184 34.175903, -81.71905 34.1769, -81.721064 34.178517, -81.724174 34.18148, -81.725418 34.183016, -81.726296 34.18438, -81.727382 34.185188, -81.729409 34.186658, -81.730786 34.187359, -81.731616 34.187664, -81.732587 34.187664, -81.734202 34.18714, -81.736207 34.186262, -81.737709 34.185765, -81.73921 34.184661, -81.741543 34.182255, -81.74248 34.18088, -81.74309 34.179886, -81.743722 34.179316, -81.744692 34.178921, -81.746354 34.178458, -81.747395 34.177986, -81.748478 34.177308, -81.749136 34.177174, -81.74998 34.177189, -81.753122 34.177679, -81.754065 34.177712, -81.755189 34.17747, -81.755873 34.17716, -81.758024 34.17572, -81.758558 34.175582, -81.760598 34.1756, -81.761032 34.175438, -81.761553 34.175019, -81.762057 34.174366, -81.762786 34.173978, -81.76396 34.174086, -81.76567 34.17457, -81.768148 34.174923, -81.769202 34.174855, -81.770042 34.17464, -81.770768 34.174028, -81.771283 34.173177, -81.771622 34.172046, -81.771676 34.170954, -81.77173 34.169842, -81.772117 34.168945, -81.772994 34.167344, -81.77368 34.166608, -81.77436 34.166264, -81.776422 34.165757, -81.77795 34.165086, -81.778906 34.164623, -81.779547 34.164642, -81.779847 34.164929, -81.77993 34.165831, -81.780225 34.166277, -81.780819 34.166409, -81.782864 34.166092, -81.784238 34.165983, -81.784908 34.165766, -81.785487 34.165826, -81.785969 34.166254, -81.785997 34.168093, -81.785726 34.16852, -81.785373 34.168693, -81.78469 34.168693, -81.78398 34.168087, -81.783415 34.167851, -81.782915 34.168046, -81.782284 34.169136, -81.781272 34.169905, -81.781146 34.170489, -81.78117 34.17107, -81.781674 34.171705, -81.782231 34.17217, -81.783552 34.172574, -81.784559 34.172677, -81.785477 34.172595, -81.78612 34.172283, -81.786882 34.171896, -81.788426 34.17203, -81.789184 34.171754, -81.789335 34.171368, -81.789501 34.170522, -81.790005 34.169752, -81.790822 34.169325, -81.791874 34.169107, -81.793178 34.169193, -81.794836 34.169624, -81.796406 34.170522, -81.798841 34.17199, -81.800963 34.172682, -81.804154 34.17342, -81.807375 34.174802, -81.809302 34.175387, -81.81057 34.175385, -81.81474 34.174466, -81.831612 34.175343, -81.839363 34.173016, -81.853859 34.178364, -81.864159 34.174494, -81.87043 34.170967, -81.878075 34.159546, -81.869011 34.142799, -81.870033 34.135063, -81.869965 34.129158, -81.882126 34.124519, -81.888334 34.116525, -81.898311 34.098758, -81.907104 34.093853, -81.913933 34.091999, -81.917137 34.08152, -81.920003 34.079026, -81.930313 34.070053, -81.930462 34.069826, -81.946155 34.039142, -81.965993 34.01927, -81.988926 33.998037, -81.991447 33.993629, -81.996844 33.983092, -82.010556 33.963932, -82.008358 33.961249, -81.998825 33.964474, -81.983821 33.967049, -81.959754 33.971679, -81.932033 33.976914, -81.922686 33.976472, -81.894836 33.975323, -81.894059 33.970524, -81.89327 33.968489, -81.891341 33.963812, -81.885922 33.945916, -81.885768 33.94541, -81.880205 33.925807, -81.880041 33.925315, -81.8758 33.912575, -81.869442 33.8916, -81.868244 33.891164, -81.867171 33.890272, -81.863724 33.885453, -81.863064 33.884562, -81.862103 33.88384, -81.857925 33.880658, -81.853974 33.87824, -81.853705 33.878116, -81.851218 33.877131, -81.847121 33.875222, -81.839736 33.869037, -81.837343 33.867042, -81.836182 33.866211, -81.83525 33.865673, -81.833819 33.865085, -81.83183 33.864906, -81.8304 33.864992, -81.828971 33.865316, -81.8261 33.86634, -81.824186 33.866687, -81.822883 33.866542, -81.821678 33.866238, -81.813354 33.863182, -81.810156 33.861267, -81.808017 33.858906, -81.799446 33.855771, -81.776517 33.84604, -81.773361 33.845272, -81.76643 33.843542, -81.754915 33.840664, -81.744642 33.838104, -81.744185 33.837991, -81.721056 33.832291, -81.706872 33.828697, -81.699695 33.826882, -81.692746 33.824936, -81.684433 33.822869, -81.652093 33.814239, -81.651764 33.814523, -81.646235 33.818647, -81.635347 33.82734, -81.622833 33.837178, -81.61593 33.842619, -81.608318 33.848555, -81.607147 33.849469, -81.603352 33.852429, -81.594377 33.859406, -81.585238 33.866858, -81.575159 33.875076))\", \"region_name\": \"Saluda County\", \"border_type\": \"county\", \"wikidata\": \"Q513775\", \"wikipedia\": \"en:Saluda County, South Carolina\", \"admin_level\": \"6\", \"population\": \"20053\"}}}"} -{"id": "raster_only/elevation_range+region/0007", "group": "raster_only", "template": "elevation_range+region", "question": "What is the difference between highest and lowest elevation in Little Elm, Texas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.946404 33.134186, -96.947936 33.142376, -96.947989 33.142446, -96.948068 33.142564, -96.948126 33.14266, -96.948139 33.142735, -96.948126 33.142882, -96.94813 33.143039, -96.948104 33.1432, -96.948117 33.143282, -96.948121 33.143349, -96.948219 33.143594, -96.948241 33.143752, -96.948258 33.143797, -96.948298 33.143827, -96.948298 33.143853, -96.94832 33.143904, -96.948378 33.143915, -96.948422 33.143898, -96.948457 33.143856, -96.948493 33.143801, -96.948663 33.143458, -96.948667 33.143372, -96.948641 33.143299, -96.948663 33.14325, -96.948752 33.143165, -96.948787 33.143084, -96.948853 33.143039, -96.948884 33.143002, -96.949039 33.142902, -96.949092 33.142832, -96.949101 33.142795, -96.949154 33.14271, -96.949216 33.142688, -96.949455 33.142739, -96.949601 33.142784, -96.949747 33.142798, -96.949875 33.142876, -96.949998 33.14291, -96.950034 33.142961, -96.950087 33.142988, -96.95014 33.142995, -96.950188 33.142984, -96.950228 33.14295, -96.950312 33.142936, -96.95033 33.14291, -96.950383 33.14291, -96.950458 33.142958, -96.950516 33.143006, -96.950693 33.143084, -96.950741 33.143091, -96.95079 33.143058, -96.950821 33.143062, -96.951073 33.14329, -96.951157 33.143425, -96.951201 33.143454, -96.951329 33.143469, -96.95144 33.14368, -96.951484 33.143754, -96.951484 33.143794, -96.95144 33.143832, -96.951414 33.143864, -96.951414 33.143906, -96.95144 33.143935, -96.951471 33.143946, -96.951515 33.143943, -96.951546 33.143957, -96.951612 33.144173, -96.951612 33.144272, -96.951599 33.144365, -96.951537 33.144443, -96.951506 33.144513, -96.951466 33.144561, -96.9514 33.144616, -96.951355 33.144698, -96.951329 33.144776, -96.951329 33.144858, -96.951377 33.144924, -96.951435 33.145028, -96.951475 33.145153, -96.951532 33.14528, -96.951745 33.14555, -96.951851 33.145631, -96.951947 33.145695, -96.952 33.145775, -96.950153 33.145733, -96.950345 33.146259, -96.95155 33.146258, -96.951569 33.147083, -96.951176 33.147645, -96.950699 33.148249, -96.950128 33.148605, -96.949798 33.148865, -96.95171 33.149175, -96.95263 33.149788, -96.952912 33.150449, -96.953114 33.151217, -96.95256 33.151403, -96.952658 33.151586, -96.952579 33.151626, -96.95371 33.154375, -96.953292 33.1547, -96.951973 33.15392, -96.951816 33.154051, -96.951673 33.154173, -96.950759 33.154992, -96.950948 33.155165, -96.95068 33.155413, -96.951792 33.156447, -96.951792 33.156573, -96.952228 33.157092, -96.952514 33.157178, -96.952464 33.157293, -96.952468 33.157367, -96.952521 33.157437, -96.952543 33.157504, -96.952917 33.157846, -96.954608 33.159284, -96.954738 33.159433, -96.954812 33.159446, -96.954981 33.159557, -96.955051 33.159616, -96.955131 33.159691, -96.955205 33.15974, -96.95527 33.159796, -96.955345 33.159833, -96.955409 33.159837, -96.955519 33.159861, -96.955619 33.159908, -96.955718 33.159933, -96.955828 33.15995, -96.955942 33.159975, -96.956242 33.160013, -96.956349 33.160282, -96.956861 33.16059, -96.957242 33.160777, -96.957887 33.160998, -96.95846 33.161124, -96.958916 33.161187, -96.958942 33.160376, -96.958139 33.159965, -96.957707 33.159022, -96.957382 33.158324, -96.958718 33.158745, -96.959255 33.158261, -96.960189 33.159002, -96.961504 33.158645, -96.963206 33.160058, -96.963175 33.159422, -96.963227 33.159377, -96.963246 33.159326, -96.963227 33.159247, -96.963232 33.159156, -96.963177 33.159027, -96.963202 33.158901, -96.963202 33.158797, -96.963177 33.158738, -96.963047 33.158634, -96.962799 33.158377, -96.962664 33.158273, -96.962614 33.158198, -96.96255 33.158123, -96.96249 33.158088, -96.96243 33.15804, -96.962361 33.157915, -96.962351 33.157865, -96.962376 33.157815, -96.962495 33.157722, -96.96251 33.157665, -96.962475 33.157606, -96.96242 33.157601, -96.962341 33.157601, -96.962226 33.157584, -96.962067 33.157594, -96.961987 33.157573, -96.961878 33.157527, -96.961788 33.157494, -96.961679 33.157418, -96.96154 33.157223, -96.961485 33.157185, -96.961425 33.157156, -96.961345 33.157144, -96.961176 33.157148, -96.960788 33.157035, -96.960599 33.156964, -96.960539 33.156973, -96.960504 33.157002, -96.960455 33.157013, -96.96041 33.156993, -96.9604 33.156934, -96.96037 33.156881, -96.960295 33.156844, -96.960206 33.156785, -96.960146 33.156756, -96.960081 33.15674, -96.959987 33.156709, -96.959892 33.156672, -96.959803 33.156652, -96.959743 33.156615, -96.959718 33.15656, -96.959688 33.156435, -96.959698 33.156365, -96.959728 33.156298, -96.959738 33.156227, -96.959733 33.156131, -96.959763 33.156064, -96.959842 33.15594, -96.959887 33.155811, -96.959896 33.155743, -96.959896 33.155701, -96.959936 33.155668, -96.959985 33.155651, -96.96001 33.155593, -96.960075 33.155484, -96.960085 33.155422, -96.96012 33.155358, -96.960234 33.155271, -96.960448 33.15506, -96.960593 33.154888, -96.960662 33.154835, -96.960732 33.154789, -96.960816 33.154743, -96.961006 33.154604, -96.961095 33.154493, -96.961135 33.154418, -96.96117 33.154364, -96.961195 33.1543, -96.961195 33.154072, -96.96118 33.153951, -96.961155 33.153847, -96.961121 33.153731, -96.961082 33.153474, -96.961086 33.153364, -96.961051 33.153173, -96.961066 33.153077, -96.961101 33.152977, -96.961151 33.152876, -96.961226 33.152785, -96.961285 33.152693, -96.961375 33.152619, -96.961499 33.152572, -96.961659 33.152531, -96.961927 33.152506, -96.962265 33.152493, -96.962449 33.152518, -96.962599 33.15258, -96.962763 33.152639, -96.962973 33.152757, -96.963096 33.15281, -96.963231 33.152814, -96.963375 33.152785, -96.963505 33.152735, -96.963594 33.152689, -96.963699 33.152685, -96.963798 33.152672, -96.964037 33.152622, -96.964107 33.152627, -96.964172 33.152652, -96.964236 33.152693, -96.964321 33.152731, -96.96442 33.152768, -96.96451 33.152793, -96.9646 33.152827, -96.964684 33.152881, -96.964868 33.152985, -96.964943 33.153047, -96.964998 33.153126, -96.965072 33.153222, -96.965277 33.153439, -96.965316 33.15348, -96.965401 33.153564, -96.96548 33.153655, -96.9656 33.153771, -96.965679 33.153897, -96.965774 33.154021, -96.965834 33.154168, -96.965878 33.154259, -96.965973 33.154313, -96.966058 33.154376, -96.966122 33.154417, -96.966197 33.154451, -96.966212 33.154483, -96.966172 33.154508, -96.966172 33.154534, -96.966217 33.154592, -96.966257 33.154597, -96.966301 33.154576, -96.966356 33.15458, -96.966391 33.154601, -96.966421 33.154626, -96.966453 33.154628, -96.966481 33.154609, -96.966481 33.15458, -96.966471 33.154547, -96.966446 33.154505, -96.966451 33.154446, -96.966481 33.154384, -96.96652 33.154322, -96.96656 33.154272, -96.966595 33.154197, -96.966645 33.154122, -96.966705 33.153979, -96.966734 33.153934, -96.966724 33.153909, -96.966675 33.153883, -96.966645 33.153838, -96.96663 33.153779, -96.9666 33.153739, -96.96651 33.153684, -96.96652 33.153633, -96.966555 33.153579, -96.96654 33.153501, -96.966476 33.153371, -96.966496 33.153122, -96.966461 33.153039, -96.966376 33.152939, -96.966302 33.152867, -96.966213 33.1528, -96.966178 33.152746, -96.966158 33.152655, -96.966128 33.152564, -96.966118 33.152479, -96.966063 33.152355, -96.965994 33.152256, -96.965939 33.152192, -96.965959 33.152018, -96.965954 33.151918, -96.965979 33.151818, -96.965979 33.151743, -96.966009 33.151693, -96.966058 33.151656, -96.966123 33.151552, -96.966173 33.151522, -96.966233 33.151455, -96.966372 33.151302, -96.966511 33.151117, -96.966672 33.150927, -96.966841 33.150744, -96.966892 33.150685, -96.966995 33.150568, -96.96711 33.150469, -96.967149 33.150456, -96.967194 33.150423, -96.967214 33.150381, -96.967229 33.150331, -96.967418 33.150239, -96.967462 33.15022, -96.967478 33.150214, -96.967533 33.150181, -96.967567 33.150148, -96.967642 33.150126, -96.967737 33.150126, -96.967841 33.150139, -96.967941 33.15016, -96.96795 33.15016, -96.96801 33.15016, -96.968045 33.150188, -96.968035 33.150226, -96.968025 33.150273, -96.96803 33.150343, -96.96807 33.150398, -96.96813 33.150439, -96.96817 33.150489, -96.968214 33.150502, -96.968219 33.150469, -96.968209 33.150435, -96.968155 33.150339, -96.968155 33.150302, -96.968194 33.150273, -96.968225 33.150228, -96.968239 33.15021, -96.968269 33.150135, -96.968269 33.150064, -96.968284 33.150022, -96.968324 33.150014, -96.968384 33.150014, -96.968433 33.150035, -96.968488 33.150027, -96.968523 33.150005, -96.968498 33.149977, -96.968354 33.149893, -96.968314 33.149831, -96.968254 33.149818, -96.968185 33.149831, -96.96813 33.149852, -96.96812 33.149956, -96.968125 33.149997, -96.96809 33.150002, -96.967975 33.149931, -96.967911 33.149901, -96.967821 33.149867, -96.967727 33.149827, -96.967657 33.149789, -96.967572 33.149755, -96.967515 33.14974, -96.967463 33.149727, -96.967383 33.149721, -96.967274 33.149755, -96.967179 33.149777, -96.967114 33.149777, -96.967045 33.14976, -96.966905 33.149735, -96.966836 33.149743, -96.966807 33.149617, -96.967141 33.149621, -96.967404 33.149634, -96.968587 33.149693, -96.969037 33.148612, -96.969823 33.147968, -96.970216 33.147356, -96.970721 33.146979, -96.972253 33.147026, -96.972342 33.147029, -96.973481 33.147064, -96.974991 33.147111, -96.974485 33.147675, -96.974203 33.150222, -96.973758 33.154269, -96.974263 33.154482, -96.974911 33.155092, -96.976351 33.156644, -96.976455 33.156858, -96.976646 33.157524, -96.976566 33.158408, -96.976535 33.159084, -96.977112 33.159082, -96.97712 33.159183, -96.977107 33.160165, -96.977114 33.161127, -96.976928 33.16147, -96.976908 33.16227, -96.976918 33.16302, -96.976915 33.163375, -96.976913 33.163657, -96.976888 33.165917, -96.976883 33.16642, -96.976858 33.167769, -96.976761 33.168127, -96.976858 33.1682, -96.976778 33.16831, -96.976818 33.1684, -96.976848 33.1685, -96.97684 33.169423, -96.976839 33.169553, -96.976833 33.170361, -96.97683 33.170651, -96.976826 33.170971, -96.976697 33.170966, -96.976545 33.171125, -96.976467 33.171207, -96.976236 33.171379, -96.975613 33.171779, -96.974827 33.172208, -96.974443 33.172396, -96.972413 33.172331, -96.96897 33.172213, -96.968985 33.171749, -96.969048 33.169368, -96.969101 33.167385, -96.969116 33.166827, -96.968946 33.16682, -96.968713 33.166824, -96.967618 33.166818, -96.966918 33.16682, -96.966615 33.166795, -96.966508 33.166779, -96.966503 33.167909, -96.963413 33.167641, -96.962158 33.167299, -96.962098 33.167286, -96.961265 33.167817, -96.96121 33.167828, -96.961181 33.167831, -96.960968 33.167851, -96.961045 33.168026, -96.961446 33.168175, -96.961959 33.168883, -96.962583 33.168194, -96.962895 33.168436, -96.962538 33.168902, -96.962538 33.169592, -96.962818 33.16988, -96.963329 33.170132, -96.963976 33.169629, -96.964689 33.169722, -96.965447 33.170039, -96.965603 33.170449, -96.963619 33.170505, -96.963798 33.171008, -96.9644 33.171362, -96.965403 33.171846, -96.966116 33.172536, -96.965915 33.172648, -96.967231 33.174157, -96.966852 33.174697, -96.965001 33.172275, -96.964622 33.172405, -96.964177 33.1722, -96.963307 33.173784, -96.962928 33.174138, -96.962571 33.173896, -96.962727 33.172797, -96.963441 33.171921, -96.962906 33.171511, -96.962616 33.171585, -96.962081 33.172219, -96.961657 33.172051, -96.962103 33.171362, -96.961345 33.170579, -96.960381 33.170212, -96.959863 33.170113, -96.959239 33.170113, -96.958458 33.170355, -96.958079 33.170654, -96.957611 33.171995, -96.956942 33.173561, -96.956742 33.173244, -96.956876 33.172778, -96.956987 33.171995, -96.957032 33.17084, -96.956831 33.169834, -96.956641 33.168809, -96.956466 33.168621, -96.956173 33.168306, -96.955348 33.168287, -96.954835 33.16851, -96.9543 33.167057, -96.954791 33.167001, -96.954813 33.166554, -96.955148 33.165827, -96.953988 33.164429, -96.953463 33.165046, -96.953234 33.165253, -96.952807 33.165641, -96.952562 33.166051, -96.95274 33.166647, -96.952584 33.167169, -96.951514 33.16715, -96.951469 33.167896, -96.951692 33.168641, -96.952071 33.168977, -96.952852 33.169387, -96.952852 33.169759, -96.952227 33.169685, -96.95145 33.170169, -96.951242 33.170442, -96.952521 33.171088, -96.952491 33.172778, -96.952454 33.172852, -96.952253 33.17325, -96.95243 33.173665, -96.953041 33.174244, -96.953398 33.17479, -96.952476 33.174865, -96.95209 33.175014, -96.951999 33.175247, -96.951945 33.175387, -96.951763 33.175859, -96.951287 33.176182, -96.950979 33.176262, -96.950812 33.176306, -96.950485 33.176828, -96.949946 33.177382, -96.950009 33.177896, -96.950029 33.178086, -96.950039 33.178169, -96.950118 33.178277, -96.950292 33.178516, -96.951654 33.177845, -96.95203 33.178762, -96.952069 33.178856, -96.952109 33.178952, -96.953571 33.178818, -96.953359 33.179187, -96.953593 33.179901, -96.953955 33.18346, -96.95577 33.183625, -96.956265 33.185045, -96.956382 33.185437, -96.956636 33.186122, -96.956891 33.186709, -96.957204 33.187199, -96.957537 33.187531, -96.957889 33.187708, -96.958233 33.187921, -96.958692 33.187828, -96.958326 33.188541, -96.959037 33.188558, -96.959829 33.188626, -96.960016 33.188717, -96.960006 33.188723, -96.960024 33.188763, -96.960042 33.188741, -96.960069 33.188744, -96.960079 33.188796, -96.960117 33.188789, -96.960162 33.188796, -96.960193 33.188831, -96.96069 33.189064, -96.9604 33.189321, -96.960252 33.189486, -96.958907 33.190019, -96.958525 33.190969, -96.95823 33.191113, -96.958235 33.191167, -96.958185 33.191217, -96.958096 33.191267, -96.958021 33.191288, -96.957932 33.191274, -96.955913 33.190216, -96.954769 33.189935, -96.954601 33.190048, -96.954466 33.190469, -96.954332 33.191396, -96.954332 33.192211, -96.954332 33.192267, -96.954466 33.193447, -96.955442 33.195947, -96.958133 33.19929, -96.958974 33.199093, -96.959365 33.200706, -96.959445 33.201032, -96.960353 33.201509, -96.960622 33.2012, -96.960799 33.201496, -96.961295 33.202268, -96.961093 33.202777, -96.962512 33.206886, -96.963318 33.206662, -96.963855 33.206758, -96.964431 33.206822, -96.965198 33.207496, -96.964124 33.208716, -96.961515 33.208363, -96.961745 33.208716, -96.96117 33.208909, -96.961323 33.209647, -96.962589 33.21, -96.96163 33.210771, -96.961055 33.210706, -96.960709 33.210514, -96.960211 33.210321, -96.959482 33.211284, -96.959865 33.212055, -96.959328 33.212536, -96.959367 33.215714, -96.958791 33.216164, -96.958446 33.216613, -96.957678 33.217608, -96.956374 33.217608, -96.955261 33.217448, -96.954801 33.217448, -96.954721 33.218957, -96.954619 33.220172, -96.954583 33.220203, -96.954601 33.221895, -96.955152 33.221909, -96.957461 33.221967, -96.957459 33.219651, -96.957944 33.21969, -96.957939 33.22198, -96.958346 33.221999, -96.96082 33.222084, -96.960801 33.22264, -96.960511 33.222634, -96.960188 33.222717, -96.960038 33.22281, -96.959863 33.22289, -96.954771 33.222704, -96.954495 33.224013, -96.954492 33.22472, -96.954509 33.225283, -96.954488 33.225914, -96.953712 33.225884, -96.95268 33.225862, -96.952102 33.225846, -96.951545 33.225591, -96.951384 33.225651, -96.950954 33.225668, -96.950463 33.225651, -96.949214 33.225582, -96.948969 33.225753, -96.948723 33.226096, -96.948542 33.22637, -96.948475 33.226764, -96.948542 33.227364, -96.948722 33.227889, -96.948767 33.228339, -96.949013 33.228789, -96.949417 33.228977, -96.950157 33.22924, -96.950426 33.229465, -96.950426 33.229821, -96.950628 33.23014, -96.951278 33.23059, -96.951457 33.231059, -96.951637 33.231602, -96.951816 33.232034, -96.951906 33.232521, -96.951991 33.232893, -96.951266 33.232856, -96.951125 33.232826, -96.950998 33.232796, -96.950857 33.232779, -96.950645 33.232725, -96.950342 33.232725, -96.950059 33.23272, -96.949805 33.232714, -96.949558 33.23266, -96.94922 33.232542, -96.948754 33.232342, -96.947872 33.23194, -96.947821 33.232825, -96.946827 33.23278, -96.945407 33.232694, -96.944641 33.232661, -96.943901 33.234059, -96.943946 33.234547, -96.943632 33.234528, -96.943721 33.234828, -96.943878 33.235034, -96.943834 33.235259, -96.943609 33.235334, -96.94334 33.235428, -96.942825 33.235428, -96.942354 33.235391, -96.942147 33.235291, -96.941782 33.235294, -96.941611 33.236192, -96.940536 33.235539, -96.940463 33.236213, -96.940023 33.236172, -96.939608 33.23607, -96.938338 33.235539, -96.937507 33.23513, -96.936921 33.23511, -96.936743 33.235077, -96.936423 33.235069, -96.936 33.235053, -96.935765 33.235116, -96.935595 33.235195, -96.935377 33.235318, -96.935321 33.235318, -96.935208 33.235472, -96.935178 33.235493, -96.935137 33.235514, -96.935081 33.235591, -96.935051 33.235621, -96.935005 33.235638, -96.934913 33.235743, -96.934867 33.235833, -96.934877 33.235881, -96.934944 33.235868, -96.934552 33.236621, -96.93421 33.237805, -96.934186 33.238234, -96.934235 33.239031, -96.934482 33.239434, -96.934623 33.239801, -96.934849 33.24015, -96.934556 33.240458, -96.932209 33.238853, -96.932146 33.238807, -96.93211 33.238776, -96.932111 33.238768, -96.932047 33.23872, -96.931575 33.238355, -96.931474 33.238309, -96.931392 33.238248, -96.930795 33.237806, -96.930546 33.237657, -96.930496 33.237661, -96.930488 33.237571, -96.930393 33.237543, -96.930112 33.237167, -96.929866 33.236777, -96.929866 33.236245, -96.929989 33.236019, -96.930117 33.235906, -96.930174 33.235872, -96.930299 33.235851, -96.930406 33.23565, -96.93029 33.235477, -96.930325 33.23531, -96.930362 33.235166, -96.930399 33.235111, -96.930423 33.235066, -96.930464 33.235008, -96.930514 33.234969, -96.930682 33.235014, -96.930916 33.234981, -96.931072 33.234905, -96.931147 33.234617, -96.93115 33.234495, -96.93122 33.234256, -96.931286 33.234245, -96.931335 33.234245, -96.931413 33.234265, -96.931438 33.234249, -96.931442 33.234214, -96.931483 33.234098, -96.931504 33.234067, -96.931577 33.234005, -96.931651 33.233919, -96.931754 33.233848, -96.93178 33.233151, -96.931755 33.23272, -96.93167 33.23257, -96.931535 33.232331, -96.930897 33.232044, -96.930136 33.231552, -96.929744 33.231183, -96.931191 33.231142, -96.930946 33.230774, -96.93048 33.230261, -96.929793 33.22979, -96.930459 33.229458, -96.930437 33.22888, -96.930126 33.227687, -96.930793 33.227612, -96.931705 33.22806, -96.932017 33.229533, -96.933174 33.230596, -96.934687 33.229924, -96.934731 33.231229, -96.936178 33.22998, -96.936078 33.229912, -96.93511 33.229253, -96.935393 33.22891, -96.936022 33.228153, -96.937535 33.229141, -96.939026 33.229775, -96.939515 33.228172, -96.938803 33.227724, -96.93956 33.226904, -96.939448 33.226307, -96.939315 33.225972, -96.938825 33.225636, -96.940583 33.225636, -96.940583 33.226382, -96.940663 33.226585, -96.940895 33.227165, -96.941526 33.227155, -96.942105 33.227406, -96.942363 33.227747, -96.942492 33.227962, -96.943157 33.227962, -96.943393 33.227926, -96.943393 33.22755, -96.943586 33.227639, -96.943951 33.228177, -96.944595 33.228679, -96.945346 33.228984, -96.946838 33.229788, -96.947042 33.229898, -96.947664 33.22902, -96.947256 33.228428, -96.946526 33.227316, -96.945926 33.225972, -96.945604 33.225021, -96.94541 33.223677, -96.945374 33.223107, -96.944584 33.223606, -96.945249 33.222583, -96.945022 33.222616, -96.944681 33.222632, -96.944454 33.222713, -96.944308 33.222859, -96.944001 33.222724, -96.943375 33.22245, -96.943347 33.221806, -96.943335 33.221584, -96.941369 33.2215, -96.940184 33.221343, -96.937444 33.221234, -96.937536 33.219303, -96.940666 33.219437, -96.940806 33.215664, -96.940454 33.215657, -96.940689 33.210911, -96.943104 33.210984, -96.94304 33.212334, -96.943117 33.212429, -96.943245 33.212588, -96.94342 33.212644, -96.94528 33.212528, -96.946317 33.210058, -96.946987 33.209142, -96.947636 33.208585, -96.948648 33.208329, -96.949687 33.208751, -96.950007 33.209768, -96.949634 33.210244, -96.950456 33.210924, -96.95153 33.211166, -96.95177 33.210882, -96.951544 33.210357, -96.950778 33.209081, -96.950838 33.208487, -96.95085 33.208177, -96.951013 33.207367, -96.951408 33.206823, -96.951904 33.206026, -96.95283 33.206058, -96.954106 33.20586, -96.954658 33.205082, -96.95437 33.204445, -96.953071 33.203381, -96.951885 33.202242, -96.951965 33.201643, -96.951686 33.201128, -96.951288 33.200513, -96.950632 33.200978, -96.950413 33.200413, -96.951295 33.199521, -96.95158 33.199234, -96.952817 33.197985, -96.952817 33.19793, -96.952776 33.197715, -96.952782 33.197598, -96.952787 33.197294, -96.952728 33.19708, -96.952658 33.196992, -96.952536 33.196917, -96.952431 33.196845, -96.95232 33.196801, -96.952232 33.196776, -96.952185 33.196738, -96.951283 33.196137, -96.950989 33.197497, -96.950798 33.198386, -96.950181 33.197906, -96.94982 33.197625, -96.949676 33.196935, -96.950087 33.195428, -96.950107 33.195212, -96.949676 33.195389, -96.94997 33.194899, -96.948521 33.194057, -96.948658 33.193294, -96.94811 33.190867, -96.948807 33.190093, -96.949049 33.189363, -96.948926 33.188846, -96.948926 33.188354, -96.948802 33.187578, -96.948616 33.186984, -96.948461 33.186596, -96.948585 33.186104, -96.948771 33.185561, -96.948771 33.185148, -96.948554 33.184863, -96.948523 33.184579, -96.948678 33.184294, -96.949048 33.183744, -96.94545 33.183771, -96.940277 33.183811, -96.940655 33.184981, -96.940688 33.185064, -96.940697 33.185299, -96.940683 33.185554, -96.940576 33.186446, -96.940585 33.187829, -96.940565 33.189053, -96.940673 33.189562, -96.940741 33.19009, -96.941045 33.191323, -96.941779 33.192674, -96.942395 33.193692, -96.942895 33.194504, -96.942978 33.194676, -96.943076 33.194925, -96.94313 33.19515, -96.943169 33.19541, -96.943198 33.19561, -96.943198 33.195757, -96.943181 33.195843, -96.943139 33.196056, -96.943056 33.196354, -96.94296 33.19663, -96.942797 33.196413, -96.942503 33.196041, -96.942092 33.195689, -96.941622 33.195434, -96.941015 33.195258, -96.940546 33.19516, -96.939998 33.195141, -96.939606 33.195121, -96.938843 33.19516, -96.938591 33.195138, -96.938784 33.195512, -96.938339 33.195593, -96.938539 33.196046, -96.938804 33.196584, -96.939114 33.197059, -96.937981 33.196766, -96.93766 33.197819, -96.937604 33.199051, -96.937782 33.200328, -96.937747 33.20196, -96.93777 33.202638, -96.936961 33.201977, -96.936283 33.198853, -96.935611 33.198856, -96.935592 33.199908, -96.935104 33.200202, -96.934987 33.202828, -96.931929 33.202858, -96.93107 33.203286, -96.930361 33.203767, -96.929946 33.204191, -96.929784 33.206206, -96.928695 33.206162, -96.927821 33.204928, -96.927309 33.20347, -96.926217 33.203606, -96.924989 33.203721, -96.923718 33.203462, -96.92382 33.201876, -96.919096 33.201908, -96.91905 33.204116, -96.9177 33.206738, -96.914114 33.209804, -96.914 33.209902, -96.915052 33.212989, -96.914638 33.213116, -96.913426 33.212108, -96.912247 33.212313, -96.912038 33.214686, -96.911014 33.214619, -96.910988 33.215138, -96.910902 33.216864, -96.91085 33.217918, -96.912435 33.217994, -96.912744 33.218721, -96.914363 33.218773, -96.915592 33.218812, -96.919077 33.218942, -96.919233 33.216109, -96.919303 33.214842, -96.922258 33.21495, -96.924174 33.215021, -96.927046 33.215126, -96.930179 33.215241, -96.930247 33.213759, -96.930264 33.213329, -96.930226 33.213187, -96.930152 33.212993, -96.930035 33.212802, -96.929687 33.212431, -96.929761 33.212388, -96.929282 33.211922, -96.929584 33.211712, -96.930364 33.212579, -96.930506 33.212801, -96.930556 33.212906, -96.930615 33.213058, -96.930672 33.213338, -96.930632 33.214326, -96.93062 33.214949, -96.930459 33.219038, -96.935046 33.219202, -96.937098 33.219288, -96.937002 33.220825, -96.934903 33.220751, -96.933647 33.220676, -96.930576 33.220542, -96.930292 33.220338, -96.930129 33.220329, -96.929845 33.220527, -96.929813 33.220963, -96.930078 33.221161, -96.929974 33.223273, -96.929864 33.223718, -96.929726 33.22621, -96.929658 33.227352, -96.929486 33.230766, -96.929416 33.232158, -96.918457 33.231959, -96.918492 33.231469, -96.918921 33.221728, -96.916089 33.221602, -96.916115 33.220118, -96.915769 33.220102, -96.915729 33.221629, -96.914046 33.221645, -96.913829 33.221647, -96.91349 33.221651, -96.913501 33.220861, -96.912754 33.220867, -96.910567 33.220886, -96.908554 33.220851, -96.90845 33.220849, -96.906356 33.220814, -96.906348 33.220083, -96.905793 33.220076, -96.905819 33.22092, -96.904952 33.220902, -96.904649 33.220895, -96.903277 33.220867, -96.903305 33.219989, -96.89823 33.219796, -96.898134 33.219789, -96.897884 33.219752, -96.8948 33.219641, -96.892132 33.219644, -96.889674 33.219569, -96.887756 33.219501, -96.887767 33.218963, -96.887772 33.218734, -96.88777 33.218431, -96.887815 33.218259, -96.888592 33.217008, -96.888858 33.216696, -96.889309 33.216288, -96.889791 33.215939, -96.891167 33.215225, -96.891807 33.214767, -96.892372 33.214221, -96.892359 33.214022, -96.89235 33.213875, -96.892985 33.213341, -96.893397 33.213, -96.893719 33.212782, -96.894249 33.212513, -96.89487 33.212266, -96.895076 33.212186, -96.895297 33.21206, -96.89552 33.211861, -96.895991 33.211385, -96.896332 33.211382, -96.897471 33.210181, -96.898409 33.209191, -96.898857 33.208809, -96.899351 33.208512, -96.899943 33.208263, -96.900547 33.208095, -96.901845 33.207904, -96.902267 33.20777, -96.902621 33.20759, -96.903083 33.207202, -96.904336 33.205783, -96.904475 33.199508, -96.900534 33.199822, -96.898713 33.200308, -96.897872 33.201826, -96.897363 33.201805, -96.895548 33.204466, -96.892831 33.203563, -96.891607 33.204552, -96.889965 33.204951, -96.888465 33.205526, -96.887859 33.205236, -96.887859 33.204901, -96.890174 33.202926, -96.891352 33.203477, -96.891995 33.202349, -96.892067 33.202222, -96.89405 33.201931, -96.895454 33.202395, -96.896396 33.199512, -96.896255 33.199509, -96.896145 33.199507, -96.892235 33.199426, -96.892192 33.198396, -96.887477 33.198304, -96.887543 33.194668, -96.886733 33.194658, -96.885123 33.194537, -96.886272 33.192489, -96.886476 33.192085, -96.886585 33.191868, -96.886777 33.191488, -96.886961 33.190821, -96.887105 33.190299, -96.887175 33.189728, -96.88722 33.188913, -96.887281 33.186859, -96.887084 33.186863, -96.887191 33.182154, -96.887214 33.180857, -96.887365 33.178331, -96.881967 33.17828, -96.881969 33.178127, -96.882062 33.169445, -96.882079 33.167182, -96.882111 33.163026, -96.886524 33.163206, -96.886598 33.158778, -96.890686 33.158639, -96.890819 33.158634, -96.890949 33.153778, -96.890958 33.153413, -96.89101 33.151466, -96.89778 33.151538, -96.898642 33.151529, -96.899552 33.151532, -96.899545 33.154604, -96.911823 33.154598, -96.912173 33.154594, -96.912151 33.15617, -96.912135 33.159118, -96.914319 33.160144, -96.917431 33.160309, -96.919204 33.160828, -96.921119 33.161701, -96.922217 33.162705, -96.922694 33.162336, -96.923696 33.161461, -96.924688 33.16103, -96.925122 33.160625, -96.925152 33.160196, -96.923371 33.160153, -96.923448 33.15542, -96.923455 33.155264, -96.923582 33.155354, -96.926444 33.158477, -96.926417 33.157241, -96.927701 33.157574, -96.927852 33.157073, -96.929644 33.15643, -96.930855 33.156066, -96.931257 33.155726, -96.931372 33.155156, -96.931225 33.154735, -96.930978 33.154455, -96.928439 33.154415, -96.928071 33.154409, -96.928072 33.154368, -96.928074 33.15398, -96.928094 33.150788, -96.928103 33.149208, -96.928105 33.149119, -96.928209 33.144399, -96.930541 33.14498, -96.932053 33.143939, -96.93214 33.142665, -96.933007 33.142358, -96.933913 33.143286, -96.935589 33.141922, -96.934953 33.14064, -96.935695 33.140333, -96.936726 33.14072, -96.937391 33.139873, -96.938275 33.139287, -96.939943 33.139107, -96.941153 33.137131, -96.941788 33.137142, -96.942294 33.137036, -96.942773 33.136744, -96.942606 33.136696, -96.942269 33.136598, -96.942067 33.136511, -96.94171 33.136358, -96.941547 33.136289, -96.940691 33.13593, -96.940822 33.135478, -96.941244 33.135288, -96.941338 33.135246, -96.941931 33.135323, -96.942485 33.135168, -96.94259 33.135175, -96.94349 33.135232, -96.944191 33.135346, -96.944479 33.135787, -96.945056 33.135697, -96.945126 33.135174, -96.944679 33.1348, -96.944324 33.134205, -96.944271 33.134115, -96.94414 33.133528, -96.944199 33.133436, -96.944533 33.132921, -96.945087 33.132876, -96.945226 33.133405, -96.945403 33.133922, -96.946404 33.134186))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 62.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Little Elm, Texas\", \"geo_wkt\": \"POLYGON ((-96.946404 33.134186, -96.947936 33.142376, -96.947989 33.142446, -96.948068 33.142564, -96.948126 33.14266, -96.948139 33.142735, -96.948126 33.142882, -96.94813 33.143039, -96.948104 33.1432, -96.948117 33.143282, -96.948121 33.143349, -96.948219 33.143594, -96.948241 33.143752, -96.948258 33.143797, -96.948298 33.143827, -96.948298 33.143853, -96.94832 33.143904, -96.948378 33.143915, -96.948422 33.143898, -96.948457 33.143856, -96.948493 33.143801, -96.948663 33.143458, -96.948667 33.143372, -96.948641 33.143299, -96.948663 33.14325, -96.948752 33.143165, -96.948787 33.143084, -96.948853 33.143039, -96.948884 33.143002, -96.949039 33.142902, -96.949092 33.142832, -96.949101 33.142795, -96.949154 33.14271, -96.949216 33.142688, -96.949455 33.142739, -96.949601 33.142784, -96.949747 33.142798, -96.949875 33.142876, -96.949998 33.14291, -96.950034 33.142961, -96.950087 33.142988, -96.95014 33.142995, -96.950188 33.142984, -96.950228 33.14295, -96.950312 33.142936, -96.95033 33.14291, -96.950383 33.14291, -96.950458 33.142958, -96.950516 33.143006, -96.950693 33.143084, -96.950741 33.143091, -96.95079 33.143058, -96.950821 33.143062, -96.951073 33.14329, -96.951157 33.143425, -96.951201 33.143454, -96.951329 33.143469, -96.95144 33.14368, -96.951484 33.143754, -96.951484 33.143794, -96.95144 33.143832, -96.951414 33.143864, -96.951414 33.143906, -96.95144 33.143935, -96.951471 33.143946, -96.951515 33.143943, -96.951546 33.143957, -96.951612 33.144173, -96.951612 33.144272, -96.951599 33.144365, -96.951537 33.144443, -96.951506 33.144513, -96.951466 33.144561, -96.9514 33.144616, -96.951355 33.144698, -96.951329 33.144776, -96.951329 33.144858, -96.951377 33.144924, -96.951435 33.145028, -96.951475 33.145153, -96.951532 33.14528, -96.951745 33.14555, -96.951851 33.145631, -96.951947 33.145695, -96.952 33.145775, -96.950153 33.145733, -96.950345 33.146259, -96.95155 33.146258, -96.951569 33.147083, -96.951176 33.147645, -96.950699 33.148249, -96.950128 33.148605, -96.949798 33.148865, -96.95171 33.149175, -96.95263 33.149788, -96.952912 33.150449, -96.953114 33.151217, -96.95256 33.151403, -96.952658 33.151586, -96.952579 33.151626, -96.95371 33.154375, -96.953292 33.1547, -96.951973 33.15392, -96.951816 33.154051, -96.951673 33.154173, -96.950759 33.154992, -96.950948 33.155165, -96.95068 33.155413, -96.951792 33.156447, -96.951792 33.156573, -96.952228 33.157092, -96.952514 33.157178, -96.952464 33.157293, -96.952468 33.157367, -96.952521 33.157437, -96.952543 33.157504, -96.952917 33.157846, -96.954608 33.159284, -96.954738 33.159433, -96.954812 33.159446, -96.954981 33.159557, -96.955051 33.159616, -96.955131 33.159691, -96.955205 33.15974, -96.95527 33.159796, -96.955345 33.159833, -96.955409 33.159837, -96.955519 33.159861, -96.955619 33.159908, -96.955718 33.159933, -96.955828 33.15995, -96.955942 33.159975, -96.956242 33.160013, -96.956349 33.160282, -96.956861 33.16059, -96.957242 33.160777, -96.957887 33.160998, -96.95846 33.161124, -96.958916 33.161187, -96.958942 33.160376, -96.958139 33.159965, -96.957707 33.159022, -96.957382 33.158324, -96.958718 33.158745, -96.959255 33.158261, -96.960189 33.159002, -96.961504 33.158645, -96.963206 33.160058, -96.963175 33.159422, -96.963227 33.159377, -96.963246 33.159326, -96.963227 33.159247, -96.963232 33.159156, -96.963177 33.159027, -96.963202 33.158901, -96.963202 33.158797, -96.963177 33.158738, -96.963047 33.158634, -96.962799 33.158377, -96.962664 33.158273, -96.962614 33.158198, -96.96255 33.158123, -96.96249 33.158088, -96.96243 33.15804, -96.962361 33.157915, -96.962351 33.157865, -96.962376 33.157815, -96.962495 33.157722, -96.96251 33.157665, -96.962475 33.157606, -96.96242 33.157601, -96.962341 33.157601, -96.962226 33.157584, -96.962067 33.157594, -96.961987 33.157573, -96.961878 33.157527, -96.961788 33.157494, -96.961679 33.157418, -96.96154 33.157223, -96.961485 33.157185, -96.961425 33.157156, -96.961345 33.157144, -96.961176 33.157148, -96.960788 33.157035, -96.960599 33.156964, -96.960539 33.156973, -96.960504 33.157002, -96.960455 33.157013, -96.96041 33.156993, -96.9604 33.156934, -96.96037 33.156881, -96.960295 33.156844, -96.960206 33.156785, -96.960146 33.156756, -96.960081 33.15674, -96.959987 33.156709, -96.959892 33.156672, -96.959803 33.156652, -96.959743 33.156615, -96.959718 33.15656, -96.959688 33.156435, -96.959698 33.156365, -96.959728 33.156298, -96.959738 33.156227, -96.959733 33.156131, -96.959763 33.156064, -96.959842 33.15594, -96.959887 33.155811, -96.959896 33.155743, -96.959896 33.155701, -96.959936 33.155668, -96.959985 33.155651, -96.96001 33.155593, -96.960075 33.155484, -96.960085 33.155422, -96.96012 33.155358, -96.960234 33.155271, -96.960448 33.15506, -96.960593 33.154888, -96.960662 33.154835, -96.960732 33.154789, -96.960816 33.154743, -96.961006 33.154604, -96.961095 33.154493, -96.961135 33.154418, -96.96117 33.154364, -96.961195 33.1543, -96.961195 33.154072, -96.96118 33.153951, -96.961155 33.153847, -96.961121 33.153731, -96.961082 33.153474, -96.961086 33.153364, -96.961051 33.153173, -96.961066 33.153077, -96.961101 33.152977, -96.961151 33.152876, -96.961226 33.152785, -96.961285 33.152693, -96.961375 33.152619, -96.961499 33.152572, -96.961659 33.152531, -96.961927 33.152506, -96.962265 33.152493, -96.962449 33.152518, -96.962599 33.15258, -96.962763 33.152639, -96.962973 33.152757, -96.963096 33.15281, -96.963231 33.152814, -96.963375 33.152785, -96.963505 33.152735, -96.963594 33.152689, -96.963699 33.152685, -96.963798 33.152672, -96.964037 33.152622, -96.964107 33.152627, -96.964172 33.152652, -96.964236 33.152693, -96.964321 33.152731, -96.96442 33.152768, -96.96451 33.152793, -96.9646 33.152827, -96.964684 33.152881, -96.964868 33.152985, -96.964943 33.153047, -96.964998 33.153126, -96.965072 33.153222, -96.965277 33.153439, -96.965316 33.15348, -96.965401 33.153564, -96.96548 33.153655, -96.9656 33.153771, -96.965679 33.153897, -96.965774 33.154021, -96.965834 33.154168, -96.965878 33.154259, -96.965973 33.154313, -96.966058 33.154376, -96.966122 33.154417, -96.966197 33.154451, -96.966212 33.154483, -96.966172 33.154508, -96.966172 33.154534, -96.966217 33.154592, -96.966257 33.154597, -96.966301 33.154576, -96.966356 33.15458, -96.966391 33.154601, -96.966421 33.154626, -96.966453 33.154628, -96.966481 33.154609, -96.966481 33.15458, -96.966471 33.154547, -96.966446 33.154505, -96.966451 33.154446, -96.966481 33.154384, -96.96652 33.154322, -96.96656 33.154272, -96.966595 33.154197, -96.966645 33.154122, -96.966705 33.153979, -96.966734 33.153934, -96.966724 33.153909, -96.966675 33.153883, -96.966645 33.153838, -96.96663 33.153779, -96.9666 33.153739, -96.96651 33.153684, -96.96652 33.153633, -96.966555 33.153579, -96.96654 33.153501, -96.966476 33.153371, -96.966496 33.153122, -96.966461 33.153039, -96.966376 33.152939, -96.966302 33.152867, -96.966213 33.1528, -96.966178 33.152746, -96.966158 33.152655, -96.966128 33.152564, -96.966118 33.152479, -96.966063 33.152355, -96.965994 33.152256, -96.965939 33.152192, -96.965959 33.152018, -96.965954 33.151918, -96.965979 33.151818, -96.965979 33.151743, -96.966009 33.151693, -96.966058 33.151656, -96.966123 33.151552, -96.966173 33.151522, -96.966233 33.151455, -96.966372 33.151302, -96.966511 33.151117, -96.966672 33.150927, -96.966841 33.150744, -96.966892 33.150685, -96.966995 33.150568, -96.96711 33.150469, -96.967149 33.150456, -96.967194 33.150423, -96.967214 33.150381, -96.967229 33.150331, -96.967418 33.150239, -96.967462 33.15022, -96.967478 33.150214, -96.967533 33.150181, -96.967567 33.150148, -96.967642 33.150126, -96.967737 33.150126, -96.967841 33.150139, -96.967941 33.15016, -96.96795 33.15016, -96.96801 33.15016, -96.968045 33.150188, -96.968035 33.150226, -96.968025 33.150273, -96.96803 33.150343, -96.96807 33.150398, -96.96813 33.150439, -96.96817 33.150489, -96.968214 33.150502, -96.968219 33.150469, -96.968209 33.150435, -96.968155 33.150339, -96.968155 33.150302, -96.968194 33.150273, -96.968225 33.150228, -96.968239 33.15021, -96.968269 33.150135, -96.968269 33.150064, -96.968284 33.150022, -96.968324 33.150014, -96.968384 33.150014, -96.968433 33.150035, -96.968488 33.150027, -96.968523 33.150005, -96.968498 33.149977, -96.968354 33.149893, -96.968314 33.149831, -96.968254 33.149818, -96.968185 33.149831, -96.96813 33.149852, -96.96812 33.149956, -96.968125 33.149997, -96.96809 33.150002, -96.967975 33.149931, -96.967911 33.149901, -96.967821 33.149867, -96.967727 33.149827, -96.967657 33.149789, -96.967572 33.149755, -96.967515 33.14974, -96.967463 33.149727, -96.967383 33.149721, -96.967274 33.149755, -96.967179 33.149777, -96.967114 33.149777, -96.967045 33.14976, -96.966905 33.149735, -96.966836 33.149743, -96.966807 33.149617, -96.967141 33.149621, -96.967404 33.149634, -96.968587 33.149693, -96.969037 33.148612, -96.969823 33.147968, -96.970216 33.147356, -96.970721 33.146979, -96.972253 33.147026, -96.972342 33.147029, -96.973481 33.147064, -96.974991 33.147111, -96.974485 33.147675, -96.974203 33.150222, -96.973758 33.154269, -96.974263 33.154482, -96.974911 33.155092, -96.976351 33.156644, -96.976455 33.156858, -96.976646 33.157524, -96.976566 33.158408, -96.976535 33.159084, -96.977112 33.159082, -96.97712 33.159183, -96.977107 33.160165, -96.977114 33.161127, -96.976928 33.16147, -96.976908 33.16227, -96.976918 33.16302, -96.976915 33.163375, -96.976913 33.163657, -96.976888 33.165917, -96.976883 33.16642, -96.976858 33.167769, -96.976761 33.168127, -96.976858 33.1682, -96.976778 33.16831, -96.976818 33.1684, -96.976848 33.1685, -96.97684 33.169423, -96.976839 33.169553, -96.976833 33.170361, -96.97683 33.170651, -96.976826 33.170971, -96.976697 33.170966, -96.976545 33.171125, -96.976467 33.171207, -96.976236 33.171379, -96.975613 33.171779, -96.974827 33.172208, -96.974443 33.172396, -96.972413 33.172331, -96.96897 33.172213, -96.968985 33.171749, -96.969048 33.169368, -96.969101 33.167385, -96.969116 33.166827, -96.968946 33.16682, -96.968713 33.166824, -96.967618 33.166818, -96.966918 33.16682, -96.966615 33.166795, -96.966508 33.166779, -96.966503 33.167909, -96.963413 33.167641, -96.962158 33.167299, -96.962098 33.167286, -96.961265 33.167817, -96.96121 33.167828, -96.961181 33.167831, -96.960968 33.167851, -96.961045 33.168026, -96.961446 33.168175, -96.961959 33.168883, -96.962583 33.168194, -96.962895 33.168436, -96.962538 33.168902, -96.962538 33.169592, -96.962818 33.16988, -96.963329 33.170132, -96.963976 33.169629, -96.964689 33.169722, -96.965447 33.170039, -96.965603 33.170449, -96.963619 33.170505, -96.963798 33.171008, -96.9644 33.171362, -96.965403 33.171846, -96.966116 33.172536, -96.965915 33.172648, -96.967231 33.174157, -96.966852 33.174697, -96.965001 33.172275, -96.964622 33.172405, -96.964177 33.1722, -96.963307 33.173784, -96.962928 33.174138, -96.962571 33.173896, -96.962727 33.172797, -96.963441 33.171921, -96.962906 33.171511, -96.962616 33.171585, -96.962081 33.172219, -96.961657 33.172051, -96.962103 33.171362, -96.961345 33.170579, -96.960381 33.170212, -96.959863 33.170113, -96.959239 33.170113, -96.958458 33.170355, -96.958079 33.170654, -96.957611 33.171995, -96.956942 33.173561, -96.956742 33.173244, -96.956876 33.172778, -96.956987 33.171995, -96.957032 33.17084, -96.956831 33.169834, -96.956641 33.168809, -96.956466 33.168621, -96.956173 33.168306, -96.955348 33.168287, -96.954835 33.16851, -96.9543 33.167057, -96.954791 33.167001, -96.954813 33.166554, -96.955148 33.165827, -96.953988 33.164429, -96.953463 33.165046, -96.953234 33.165253, -96.952807 33.165641, -96.952562 33.166051, -96.95274 33.166647, -96.952584 33.167169, -96.951514 33.16715, -96.951469 33.167896, -96.951692 33.168641, -96.952071 33.168977, -96.952852 33.169387, -96.952852 33.169759, -96.952227 33.169685, -96.95145 33.170169, -96.951242 33.170442, -96.952521 33.171088, -96.952491 33.172778, -96.952454 33.172852, -96.952253 33.17325, -96.95243 33.173665, -96.953041 33.174244, -96.953398 33.17479, -96.952476 33.174865, -96.95209 33.175014, -96.951999 33.175247, -96.951945 33.175387, -96.951763 33.175859, -96.951287 33.176182, -96.950979 33.176262, -96.950812 33.176306, -96.950485 33.176828, -96.949946 33.177382, -96.950009 33.177896, -96.950029 33.178086, -96.950039 33.178169, -96.950118 33.178277, -96.950292 33.178516, -96.951654 33.177845, -96.95203 33.178762, -96.952069 33.178856, -96.952109 33.178952, -96.953571 33.178818, -96.953359 33.179187, -96.953593 33.179901, -96.953955 33.18346, -96.95577 33.183625, -96.956265 33.185045, -96.956382 33.185437, -96.956636 33.186122, -96.956891 33.186709, -96.957204 33.187199, -96.957537 33.187531, -96.957889 33.187708, -96.958233 33.187921, -96.958692 33.187828, -96.958326 33.188541, -96.959037 33.188558, -96.959829 33.188626, -96.960016 33.188717, -96.960006 33.188723, -96.960024 33.188763, -96.960042 33.188741, -96.960069 33.188744, -96.960079 33.188796, -96.960117 33.188789, -96.960162 33.188796, -96.960193 33.188831, -96.96069 33.189064, -96.9604 33.189321, -96.960252 33.189486, -96.958907 33.190019, -96.958525 33.190969, -96.95823 33.191113, -96.958235 33.191167, -96.958185 33.191217, -96.958096 33.191267, -96.958021 33.191288, -96.957932 33.191274, -96.955913 33.190216, -96.954769 33.189935, -96.954601 33.190048, -96.954466 33.190469, -96.954332 33.191396, -96.954332 33.192211, -96.954332 33.192267, -96.954466 33.193447, -96.955442 33.195947, -96.958133 33.19929, -96.958974 33.199093, -96.959365 33.200706, -96.959445 33.201032, -96.960353 33.201509, -96.960622 33.2012, -96.960799 33.201496, -96.961295 33.202268, -96.961093 33.202777, -96.962512 33.206886, -96.963318 33.206662, -96.963855 33.206758, -96.964431 33.206822, -96.965198 33.207496, -96.964124 33.208716, -96.961515 33.208363, -96.961745 33.208716, -96.96117 33.208909, -96.961323 33.209647, -96.962589 33.21, -96.96163 33.210771, -96.961055 33.210706, -96.960709 33.210514, -96.960211 33.210321, -96.959482 33.211284, -96.959865 33.212055, -96.959328 33.212536, -96.959367 33.215714, -96.958791 33.216164, -96.958446 33.216613, -96.957678 33.217608, -96.956374 33.217608, -96.955261 33.217448, -96.954801 33.217448, -96.954721 33.218957, -96.954619 33.220172, -96.954583 33.220203, -96.954601 33.221895, -96.955152 33.221909, -96.957461 33.221967, -96.957459 33.219651, -96.957944 33.21969, -96.957939 33.22198, -96.958346 33.221999, -96.96082 33.222084, -96.960801 33.22264, -96.960511 33.222634, -96.960188 33.222717, -96.960038 33.22281, -96.959863 33.22289, -96.954771 33.222704, -96.954495 33.224013, -96.954492 33.22472, -96.954509 33.225283, -96.954488 33.225914, -96.953712 33.225884, -96.95268 33.225862, -96.952102 33.225846, -96.951545 33.225591, -96.951384 33.225651, -96.950954 33.225668, -96.950463 33.225651, -96.949214 33.225582, -96.948969 33.225753, -96.948723 33.226096, -96.948542 33.22637, -96.948475 33.226764, -96.948542 33.227364, -96.948722 33.227889, -96.948767 33.228339, -96.949013 33.228789, -96.949417 33.228977, -96.950157 33.22924, -96.950426 33.229465, -96.950426 33.229821, -96.950628 33.23014, -96.951278 33.23059, -96.951457 33.231059, -96.951637 33.231602, -96.951816 33.232034, -96.951906 33.232521, -96.951991 33.232893, -96.951266 33.232856, -96.951125 33.232826, -96.950998 33.232796, -96.950857 33.232779, -96.950645 33.232725, -96.950342 33.232725, -96.950059 33.23272, -96.949805 33.232714, -96.949558 33.23266, -96.94922 33.232542, -96.948754 33.232342, -96.947872 33.23194, -96.947821 33.232825, -96.946827 33.23278, -96.945407 33.232694, -96.944641 33.232661, -96.943901 33.234059, -96.943946 33.234547, -96.943632 33.234528, -96.943721 33.234828, -96.943878 33.235034, -96.943834 33.235259, -96.943609 33.235334, -96.94334 33.235428, -96.942825 33.235428, -96.942354 33.235391, -96.942147 33.235291, -96.941782 33.235294, -96.941611 33.236192, -96.940536 33.235539, -96.940463 33.236213, -96.940023 33.236172, -96.939608 33.23607, -96.938338 33.235539, -96.937507 33.23513, -96.936921 33.23511, -96.936743 33.235077, -96.936423 33.235069, -96.936 33.235053, -96.935765 33.235116, -96.935595 33.235195, -96.935377 33.235318, -96.935321 33.235318, -96.935208 33.235472, -96.935178 33.235493, -96.935137 33.235514, -96.935081 33.235591, -96.935051 33.235621, -96.935005 33.235638, -96.934913 33.235743, -96.934867 33.235833, -96.934877 33.235881, -96.934944 33.235868, -96.934552 33.236621, -96.93421 33.237805, -96.934186 33.238234, -96.934235 33.239031, -96.934482 33.239434, -96.934623 33.239801, -96.934849 33.24015, -96.934556 33.240458, -96.932209 33.238853, -96.932146 33.238807, -96.93211 33.238776, -96.932111 33.238768, -96.932047 33.23872, -96.931575 33.238355, -96.931474 33.238309, -96.931392 33.238248, -96.930795 33.237806, -96.930546 33.237657, -96.930496 33.237661, -96.930488 33.237571, -96.930393 33.237543, -96.930112 33.237167, -96.929866 33.236777, -96.929866 33.236245, -96.929989 33.236019, -96.930117 33.235906, -96.930174 33.235872, -96.930299 33.235851, -96.930406 33.23565, -96.93029 33.235477, -96.930325 33.23531, -96.930362 33.235166, -96.930399 33.235111, -96.930423 33.235066, -96.930464 33.235008, -96.930514 33.234969, -96.930682 33.235014, -96.930916 33.234981, -96.931072 33.234905, -96.931147 33.234617, -96.93115 33.234495, -96.93122 33.234256, -96.931286 33.234245, -96.931335 33.234245, -96.931413 33.234265, -96.931438 33.234249, -96.931442 33.234214, -96.931483 33.234098, -96.931504 33.234067, -96.931577 33.234005, -96.931651 33.233919, -96.931754 33.233848, -96.93178 33.233151, -96.931755 33.23272, -96.93167 33.23257, -96.931535 33.232331, -96.930897 33.232044, -96.930136 33.231552, -96.929744 33.231183, -96.931191 33.231142, -96.930946 33.230774, -96.93048 33.230261, -96.929793 33.22979, -96.930459 33.229458, -96.930437 33.22888, -96.930126 33.227687, -96.930793 33.227612, -96.931705 33.22806, -96.932017 33.229533, -96.933174 33.230596, -96.934687 33.229924, -96.934731 33.231229, -96.936178 33.22998, -96.936078 33.229912, -96.93511 33.229253, -96.935393 33.22891, -96.936022 33.228153, -96.937535 33.229141, -96.939026 33.229775, -96.939515 33.228172, -96.938803 33.227724, -96.93956 33.226904, -96.939448 33.226307, -96.939315 33.225972, -96.938825 33.225636, -96.940583 33.225636, -96.940583 33.226382, -96.940663 33.226585, -96.940895 33.227165, -96.941526 33.227155, -96.942105 33.227406, -96.942363 33.227747, -96.942492 33.227962, -96.943157 33.227962, -96.943393 33.227926, -96.943393 33.22755, -96.943586 33.227639, -96.943951 33.228177, -96.944595 33.228679, -96.945346 33.228984, -96.946838 33.229788, -96.947042 33.229898, -96.947664 33.22902, -96.947256 33.228428, -96.946526 33.227316, -96.945926 33.225972, -96.945604 33.225021, -96.94541 33.223677, -96.945374 33.223107, -96.944584 33.223606, -96.945249 33.222583, -96.945022 33.222616, -96.944681 33.222632, -96.944454 33.222713, -96.944308 33.222859, -96.944001 33.222724, -96.943375 33.22245, -96.943347 33.221806, -96.943335 33.221584, -96.941369 33.2215, -96.940184 33.221343, -96.937444 33.221234, -96.937536 33.219303, -96.940666 33.219437, -96.940806 33.215664, -96.940454 33.215657, -96.940689 33.210911, -96.943104 33.210984, -96.94304 33.212334, -96.943117 33.212429, -96.943245 33.212588, -96.94342 33.212644, -96.94528 33.212528, -96.946317 33.210058, -96.946987 33.209142, -96.947636 33.208585, -96.948648 33.208329, -96.949687 33.208751, -96.950007 33.209768, -96.949634 33.210244, -96.950456 33.210924, -96.95153 33.211166, -96.95177 33.210882, -96.951544 33.210357, -96.950778 33.209081, -96.950838 33.208487, -96.95085 33.208177, -96.951013 33.207367, -96.951408 33.206823, -96.951904 33.206026, -96.95283 33.206058, -96.954106 33.20586, -96.954658 33.205082, -96.95437 33.204445, -96.953071 33.203381, -96.951885 33.202242, -96.951965 33.201643, -96.951686 33.201128, -96.951288 33.200513, -96.950632 33.200978, -96.950413 33.200413, -96.951295 33.199521, -96.95158 33.199234, -96.952817 33.197985, -96.952817 33.19793, -96.952776 33.197715, -96.952782 33.197598, -96.952787 33.197294, -96.952728 33.19708, -96.952658 33.196992, -96.952536 33.196917, -96.952431 33.196845, -96.95232 33.196801, -96.952232 33.196776, -96.952185 33.196738, -96.951283 33.196137, -96.950989 33.197497, -96.950798 33.198386, -96.950181 33.197906, -96.94982 33.197625, -96.949676 33.196935, -96.950087 33.195428, -96.950107 33.195212, -96.949676 33.195389, -96.94997 33.194899, -96.948521 33.194057, -96.948658 33.193294, -96.94811 33.190867, -96.948807 33.190093, -96.949049 33.189363, -96.948926 33.188846, -96.948926 33.188354, -96.948802 33.187578, -96.948616 33.186984, -96.948461 33.186596, -96.948585 33.186104, -96.948771 33.185561, -96.948771 33.185148, -96.948554 33.184863, -96.948523 33.184579, -96.948678 33.184294, -96.949048 33.183744, -96.94545 33.183771, -96.940277 33.183811, -96.940655 33.184981, -96.940688 33.185064, -96.940697 33.185299, -96.940683 33.185554, -96.940576 33.186446, -96.940585 33.187829, -96.940565 33.189053, -96.940673 33.189562, -96.940741 33.19009, -96.941045 33.191323, -96.941779 33.192674, -96.942395 33.193692, -96.942895 33.194504, -96.942978 33.194676, -96.943076 33.194925, -96.94313 33.19515, -96.943169 33.19541, -96.943198 33.19561, -96.943198 33.195757, -96.943181 33.195843, -96.943139 33.196056, -96.943056 33.196354, -96.94296 33.19663, -96.942797 33.196413, -96.942503 33.196041, -96.942092 33.195689, -96.941622 33.195434, -96.941015 33.195258, -96.940546 33.19516, -96.939998 33.195141, -96.939606 33.195121, -96.938843 33.19516, -96.938591 33.195138, -96.938784 33.195512, -96.938339 33.195593, -96.938539 33.196046, -96.938804 33.196584, -96.939114 33.197059, -96.937981 33.196766, -96.93766 33.197819, -96.937604 33.199051, -96.937782 33.200328, -96.937747 33.20196, -96.93777 33.202638, -96.936961 33.201977, -96.936283 33.198853, -96.935611 33.198856, -96.935592 33.199908, -96.935104 33.200202, -96.934987 33.202828, -96.931929 33.202858, -96.93107 33.203286, -96.930361 33.203767, -96.929946 33.204191, -96.929784 33.206206, -96.928695 33.206162, -96.927821 33.204928, -96.927309 33.20347, -96.926217 33.203606, -96.924989 33.203721, -96.923718 33.203462, -96.92382 33.201876, -96.919096 33.201908, -96.91905 33.204116, -96.9177 33.206738, -96.914114 33.209804, -96.914 33.209902, -96.915052 33.212989, -96.914638 33.213116, -96.913426 33.212108, -96.912247 33.212313, -96.912038 33.214686, -96.911014 33.214619, -96.910988 33.215138, -96.910902 33.216864, -96.91085 33.217918, -96.912435 33.217994, -96.912744 33.218721, -96.914363 33.218773, -96.915592 33.218812, -96.919077 33.218942, -96.919233 33.216109, -96.919303 33.214842, -96.922258 33.21495, -96.924174 33.215021, -96.927046 33.215126, -96.930179 33.215241, -96.930247 33.213759, -96.930264 33.213329, -96.930226 33.213187, -96.930152 33.212993, -96.930035 33.212802, -96.929687 33.212431, -96.929761 33.212388, -96.929282 33.211922, -96.929584 33.211712, -96.930364 33.212579, -96.930506 33.212801, -96.930556 33.212906, -96.930615 33.213058, -96.930672 33.213338, -96.930632 33.214326, -96.93062 33.214949, -96.930459 33.219038, -96.935046 33.219202, -96.937098 33.219288, -96.937002 33.220825, -96.934903 33.220751, -96.933647 33.220676, -96.930576 33.220542, -96.930292 33.220338, -96.930129 33.220329, -96.929845 33.220527, -96.929813 33.220963, -96.930078 33.221161, -96.929974 33.223273, -96.929864 33.223718, -96.929726 33.22621, -96.929658 33.227352, -96.929486 33.230766, -96.929416 33.232158, -96.918457 33.231959, -96.918492 33.231469, -96.918921 33.221728, -96.916089 33.221602, -96.916115 33.220118, -96.915769 33.220102, -96.915729 33.221629, -96.914046 33.221645, -96.913829 33.221647, -96.91349 33.221651, -96.913501 33.220861, -96.912754 33.220867, -96.910567 33.220886, -96.908554 33.220851, -96.90845 33.220849, -96.906356 33.220814, -96.906348 33.220083, -96.905793 33.220076, -96.905819 33.22092, -96.904952 33.220902, -96.904649 33.220895, -96.903277 33.220867, -96.903305 33.219989, -96.89823 33.219796, -96.898134 33.219789, -96.897884 33.219752, -96.8948 33.219641, -96.892132 33.219644, -96.889674 33.219569, -96.887756 33.219501, -96.887767 33.218963, -96.887772 33.218734, -96.88777 33.218431, -96.887815 33.218259, -96.888592 33.217008, -96.888858 33.216696, -96.889309 33.216288, -96.889791 33.215939, -96.891167 33.215225, -96.891807 33.214767, -96.892372 33.214221, -96.892359 33.214022, -96.89235 33.213875, -96.892985 33.213341, -96.893397 33.213, -96.893719 33.212782, -96.894249 33.212513, -96.89487 33.212266, -96.895076 33.212186, -96.895297 33.21206, -96.89552 33.211861, -96.895991 33.211385, -96.896332 33.211382, -96.897471 33.210181, -96.898409 33.209191, -96.898857 33.208809, -96.899351 33.208512, -96.899943 33.208263, -96.900547 33.208095, -96.901845 33.207904, -96.902267 33.20777, -96.902621 33.20759, -96.903083 33.207202, -96.904336 33.205783, -96.904475 33.199508, -96.900534 33.199822, -96.898713 33.200308, -96.897872 33.201826, -96.897363 33.201805, -96.895548 33.204466, -96.892831 33.203563, -96.891607 33.204552, -96.889965 33.204951, -96.888465 33.205526, -96.887859 33.205236, -96.887859 33.204901, -96.890174 33.202926, -96.891352 33.203477, -96.891995 33.202349, -96.892067 33.202222, -96.89405 33.201931, -96.895454 33.202395, -96.896396 33.199512, -96.896255 33.199509, -96.896145 33.199507, -96.892235 33.199426, -96.892192 33.198396, -96.887477 33.198304, -96.887543 33.194668, -96.886733 33.194658, -96.885123 33.194537, -96.886272 33.192489, -96.886476 33.192085, -96.886585 33.191868, -96.886777 33.191488, -96.886961 33.190821, -96.887105 33.190299, -96.887175 33.189728, -96.88722 33.188913, -96.887281 33.186859, -96.887084 33.186863, -96.887191 33.182154, -96.887214 33.180857, -96.887365 33.178331, -96.881967 33.17828, -96.881969 33.178127, -96.882062 33.169445, -96.882079 33.167182, -96.882111 33.163026, -96.886524 33.163206, -96.886598 33.158778, -96.890686 33.158639, -96.890819 33.158634, -96.890949 33.153778, -96.890958 33.153413, -96.89101 33.151466, -96.89778 33.151538, -96.898642 33.151529, -96.899552 33.151532, -96.899545 33.154604, -96.911823 33.154598, -96.912173 33.154594, -96.912151 33.15617, -96.912135 33.159118, -96.914319 33.160144, -96.917431 33.160309, -96.919204 33.160828, -96.921119 33.161701, -96.922217 33.162705, -96.922694 33.162336, -96.923696 33.161461, -96.924688 33.16103, -96.925122 33.160625, -96.925152 33.160196, -96.923371 33.160153, -96.923448 33.15542, -96.923455 33.155264, -96.923582 33.155354, -96.926444 33.158477, -96.926417 33.157241, -96.927701 33.157574, -96.927852 33.157073, -96.929644 33.15643, -96.930855 33.156066, -96.931257 33.155726, -96.931372 33.155156, -96.931225 33.154735, -96.930978 33.154455, -96.928439 33.154415, -96.928071 33.154409, -96.928072 33.154368, -96.928074 33.15398, -96.928094 33.150788, -96.928103 33.149208, -96.928105 33.149119, -96.928209 33.144399, -96.930541 33.14498, -96.932053 33.143939, -96.93214 33.142665, -96.933007 33.142358, -96.933913 33.143286, -96.935589 33.141922, -96.934953 33.14064, -96.935695 33.140333, -96.936726 33.14072, -96.937391 33.139873, -96.938275 33.139287, -96.939943 33.139107, -96.941153 33.137131, -96.941788 33.137142, -96.942294 33.137036, -96.942773 33.136744, -96.942606 33.136696, -96.942269 33.136598, -96.942067 33.136511, -96.94171 33.136358, -96.941547 33.136289, -96.940691 33.13593, -96.940822 33.135478, -96.941244 33.135288, -96.941338 33.135246, -96.941931 33.135323, -96.942485 33.135168, -96.94259 33.135175, -96.94349 33.135232, -96.944191 33.135346, -96.944479 33.135787, -96.945056 33.135697, -96.945126 33.135174, -96.944679 33.1348, -96.944324 33.134205, -96.944271 33.134115, -96.94414 33.133528, -96.944199 33.133436, -96.944533 33.132921, -96.945087 33.132876, -96.945226 33.133405, -96.945403 33.133922, -96.946404 33.134186))\", \"region\": {\"id\": 35067, \"geometry\": \"POLYGON ((-96.946404 33.134186, -96.947936 33.142376, -96.947989 33.142446, -96.948068 33.142564, -96.948126 33.14266, -96.948139 33.142735, -96.948126 33.142882, -96.94813 33.143039, -96.948104 33.1432, -96.948117 33.143282, -96.948121 33.143349, -96.948219 33.143594, -96.948241 33.143752, -96.948258 33.143797, -96.948298 33.143827, -96.948298 33.143853, -96.94832 33.143904, -96.948378 33.143915, -96.948422 33.143898, -96.948457 33.143856, -96.948493 33.143801, -96.948663 33.143458, -96.948667 33.143372, -96.948641 33.143299, -96.948663 33.14325, -96.948752 33.143165, -96.948787 33.143084, -96.948853 33.143039, -96.948884 33.143002, -96.949039 33.142902, -96.949092 33.142832, -96.949101 33.142795, -96.949154 33.14271, -96.949216 33.142688, -96.949455 33.142739, -96.949601 33.142784, -96.949747 33.142798, -96.949875 33.142876, -96.949998 33.14291, -96.950034 33.142961, -96.950087 33.142988, -96.95014 33.142995, -96.950188 33.142984, -96.950228 33.14295, -96.950312 33.142936, -96.95033 33.14291, -96.950383 33.14291, -96.950458 33.142958, -96.950516 33.143006, -96.950693 33.143084, -96.950741 33.143091, -96.95079 33.143058, -96.950821 33.143062, -96.951073 33.14329, -96.951157 33.143425, -96.951201 33.143454, -96.951329 33.143469, -96.95144 33.14368, -96.951484 33.143754, -96.951484 33.143794, -96.95144 33.143832, -96.951414 33.143864, -96.951414 33.143906, -96.95144 33.143935, -96.951471 33.143946, -96.951515 33.143943, -96.951546 33.143957, -96.951612 33.144173, -96.951612 33.144272, -96.951599 33.144365, -96.951537 33.144443, -96.951506 33.144513, -96.951466 33.144561, -96.9514 33.144616, -96.951355 33.144698, -96.951329 33.144776, -96.951329 33.144858, -96.951377 33.144924, -96.951435 33.145028, -96.951475 33.145153, -96.951532 33.14528, -96.951745 33.14555, -96.951851 33.145631, -96.951947 33.145695, -96.952 33.145775, -96.950153 33.145733, -96.950345 33.146259, -96.95155 33.146258, -96.951569 33.147083, -96.951176 33.147645, -96.950699 33.148249, -96.950128 33.148605, -96.949798 33.148865, -96.95171 33.149175, -96.95263 33.149788, -96.952912 33.150449, -96.953114 33.151217, -96.95256 33.151403, -96.952658 33.151586, -96.952579 33.151626, -96.95371 33.154375, -96.953292 33.1547, -96.951973 33.15392, -96.951816 33.154051, -96.951673 33.154173, -96.950759 33.154992, -96.950948 33.155165, -96.95068 33.155413, -96.951792 33.156447, -96.951792 33.156573, -96.952228 33.157092, -96.952514 33.157178, -96.952464 33.157293, -96.952468 33.157367, -96.952521 33.157437, -96.952543 33.157504, -96.952917 33.157846, -96.954608 33.159284, -96.954738 33.159433, -96.954812 33.159446, -96.954981 33.159557, -96.955051 33.159616, -96.955131 33.159691, -96.955205 33.15974, -96.95527 33.159796, -96.955345 33.159833, -96.955409 33.159837, -96.955519 33.159861, -96.955619 33.159908, -96.955718 33.159933, -96.955828 33.15995, -96.955942 33.159975, -96.956242 33.160013, -96.956349 33.160282, -96.956861 33.16059, -96.957242 33.160777, -96.957887 33.160998, -96.95846 33.161124, -96.958916 33.161187, -96.958942 33.160376, -96.958139 33.159965, -96.957707 33.159022, -96.957382 33.158324, -96.958718 33.158745, -96.959255 33.158261, -96.960189 33.159002, -96.961504 33.158645, -96.963206 33.160058, -96.963175 33.159422, -96.963227 33.159377, -96.963246 33.159326, -96.963227 33.159247, -96.963232 33.159156, -96.963177 33.159027, -96.963202 33.158901, -96.963202 33.158797, -96.963177 33.158738, -96.963047 33.158634, -96.962799 33.158377, -96.962664 33.158273, -96.962614 33.158198, -96.96255 33.158123, -96.96249 33.158088, -96.96243 33.15804, -96.962361 33.157915, -96.962351 33.157865, -96.962376 33.157815, -96.962495 33.157722, -96.96251 33.157665, -96.962475 33.157606, -96.96242 33.157601, -96.962341 33.157601, -96.962226 33.157584, -96.962067 33.157594, -96.961987 33.157573, -96.961878 33.157527, -96.961788 33.157494, -96.961679 33.157418, -96.96154 33.157223, -96.961485 33.157185, -96.961425 33.157156, -96.961345 33.157144, -96.961176 33.157148, -96.960788 33.157035, -96.960599 33.156964, -96.960539 33.156973, -96.960504 33.157002, -96.960455 33.157013, -96.96041 33.156993, -96.9604 33.156934, -96.96037 33.156881, -96.960295 33.156844, -96.960206 33.156785, -96.960146 33.156756, -96.960081 33.15674, -96.959987 33.156709, -96.959892 33.156672, -96.959803 33.156652, -96.959743 33.156615, -96.959718 33.15656, -96.959688 33.156435, -96.959698 33.156365, -96.959728 33.156298, -96.959738 33.156227, -96.959733 33.156131, -96.959763 33.156064, -96.959842 33.15594, -96.959887 33.155811, -96.959896 33.155743, -96.959896 33.155701, -96.959936 33.155668, -96.959985 33.155651, -96.96001 33.155593, -96.960075 33.155484, -96.960085 33.155422, -96.96012 33.155358, -96.960234 33.155271, -96.960448 33.15506, -96.960593 33.154888, -96.960662 33.154835, -96.960732 33.154789, -96.960816 33.154743, -96.961006 33.154604, -96.961095 33.154493, -96.961135 33.154418, -96.96117 33.154364, -96.961195 33.1543, -96.961195 33.154072, -96.96118 33.153951, -96.961155 33.153847, -96.961121 33.153731, -96.961082 33.153474, -96.961086 33.153364, -96.961051 33.153173, -96.961066 33.153077, -96.961101 33.152977, -96.961151 33.152876, -96.961226 33.152785, -96.961285 33.152693, -96.961375 33.152619, -96.961499 33.152572, -96.961659 33.152531, -96.961927 33.152506, -96.962265 33.152493, -96.962449 33.152518, -96.962599 33.15258, -96.962763 33.152639, -96.962973 33.152757, -96.963096 33.15281, -96.963231 33.152814, -96.963375 33.152785, -96.963505 33.152735, -96.963594 33.152689, -96.963699 33.152685, -96.963798 33.152672, -96.964037 33.152622, -96.964107 33.152627, -96.964172 33.152652, -96.964236 33.152693, -96.964321 33.152731, -96.96442 33.152768, -96.96451 33.152793, -96.9646 33.152827, -96.964684 33.152881, -96.964868 33.152985, -96.964943 33.153047, -96.964998 33.153126, -96.965072 33.153222, -96.965277 33.153439, -96.965316 33.15348, -96.965401 33.153564, -96.96548 33.153655, -96.9656 33.153771, -96.965679 33.153897, -96.965774 33.154021, -96.965834 33.154168, -96.965878 33.154259, -96.965973 33.154313, -96.966058 33.154376, -96.966122 33.154417, -96.966197 33.154451, -96.966212 33.154483, -96.966172 33.154508, -96.966172 33.154534, -96.966217 33.154592, -96.966257 33.154597, -96.966301 33.154576, -96.966356 33.15458, -96.966391 33.154601, -96.966421 33.154626, -96.966453 33.154628, -96.966481 33.154609, -96.966481 33.15458, -96.966471 33.154547, -96.966446 33.154505, -96.966451 33.154446, -96.966481 33.154384, -96.96652 33.154322, -96.96656 33.154272, -96.966595 33.154197, -96.966645 33.154122, -96.966705 33.153979, -96.966734 33.153934, -96.966724 33.153909, -96.966675 33.153883, -96.966645 33.153838, -96.96663 33.153779, -96.9666 33.153739, -96.96651 33.153684, -96.96652 33.153633, -96.966555 33.153579, -96.96654 33.153501, -96.966476 33.153371, -96.966496 33.153122, -96.966461 33.153039, -96.966376 33.152939, -96.966302 33.152867, -96.966213 33.1528, -96.966178 33.152746, -96.966158 33.152655, -96.966128 33.152564, -96.966118 33.152479, -96.966063 33.152355, -96.965994 33.152256, -96.965939 33.152192, -96.965959 33.152018, -96.965954 33.151918, -96.965979 33.151818, -96.965979 33.151743, -96.966009 33.151693, -96.966058 33.151656, -96.966123 33.151552, -96.966173 33.151522, -96.966233 33.151455, -96.966372 33.151302, -96.966511 33.151117, -96.966672 33.150927, -96.966841 33.150744, -96.966892 33.150685, -96.966995 33.150568, -96.96711 33.150469, -96.967149 33.150456, -96.967194 33.150423, -96.967214 33.150381, -96.967229 33.150331, -96.967418 33.150239, -96.967462 33.15022, -96.967478 33.150214, -96.967533 33.150181, -96.967567 33.150148, -96.967642 33.150126, -96.967737 33.150126, -96.967841 33.150139, -96.967941 33.15016, -96.96795 33.15016, -96.96801 33.15016, -96.968045 33.150188, -96.968035 33.150226, -96.968025 33.150273, -96.96803 33.150343, -96.96807 33.150398, -96.96813 33.150439, -96.96817 33.150489, -96.968214 33.150502, -96.968219 33.150469, -96.968209 33.150435, -96.968155 33.150339, -96.968155 33.150302, -96.968194 33.150273, -96.968225 33.150228, -96.968239 33.15021, -96.968269 33.150135, -96.968269 33.150064, -96.968284 33.150022, -96.968324 33.150014, -96.968384 33.150014, -96.968433 33.150035, -96.968488 33.150027, -96.968523 33.150005, -96.968498 33.149977, -96.968354 33.149893, -96.968314 33.149831, -96.968254 33.149818, -96.968185 33.149831, -96.96813 33.149852, -96.96812 33.149956, -96.968125 33.149997, -96.96809 33.150002, -96.967975 33.149931, -96.967911 33.149901, -96.967821 33.149867, -96.967727 33.149827, -96.967657 33.149789, -96.967572 33.149755, -96.967515 33.14974, -96.967463 33.149727, -96.967383 33.149721, -96.967274 33.149755, -96.967179 33.149777, -96.967114 33.149777, -96.967045 33.14976, -96.966905 33.149735, -96.966836 33.149743, -96.966807 33.149617, -96.967141 33.149621, -96.967404 33.149634, -96.968587 33.149693, -96.969037 33.148612, -96.969823 33.147968, -96.970216 33.147356, -96.970721 33.146979, -96.972253 33.147026, -96.972342 33.147029, -96.973481 33.147064, -96.974991 33.147111, -96.974485 33.147675, -96.974203 33.150222, -96.973758 33.154269, -96.974263 33.154482, -96.974911 33.155092, -96.976351 33.156644, -96.976455 33.156858, -96.976646 33.157524, -96.976566 33.158408, -96.976535 33.159084, -96.977112 33.159082, -96.97712 33.159183, -96.977107 33.160165, -96.977114 33.161127, -96.976928 33.16147, -96.976908 33.16227, -96.976918 33.16302, -96.976915 33.163375, -96.976913 33.163657, -96.976888 33.165917, -96.976883 33.16642, -96.976858 33.167769, -96.976761 33.168127, -96.976858 33.1682, -96.976778 33.16831, -96.976818 33.1684, -96.976848 33.1685, -96.97684 33.169423, -96.976839 33.169553, -96.976833 33.170361, -96.97683 33.170651, -96.976826 33.170971, -96.976697 33.170966, -96.976545 33.171125, -96.976467 33.171207, -96.976236 33.171379, -96.975613 33.171779, -96.974827 33.172208, -96.974443 33.172396, -96.972413 33.172331, -96.96897 33.172213, -96.968985 33.171749, -96.969048 33.169368, -96.969101 33.167385, -96.969116 33.166827, -96.968946 33.16682, -96.968713 33.166824, -96.967618 33.166818, -96.966918 33.16682, -96.966615 33.166795, -96.966508 33.166779, -96.966503 33.167909, -96.963413 33.167641, -96.962158 33.167299, -96.962098 33.167286, -96.961265 33.167817, -96.96121 33.167828, -96.961181 33.167831, -96.960968 33.167851, -96.961045 33.168026, -96.961446 33.168175, -96.961959 33.168883, -96.962583 33.168194, -96.962895 33.168436, -96.962538 33.168902, -96.962538 33.169592, -96.962818 33.16988, -96.963329 33.170132, -96.963976 33.169629, -96.964689 33.169722, -96.965447 33.170039, -96.965603 33.170449, -96.963619 33.170505, -96.963798 33.171008, -96.9644 33.171362, -96.965403 33.171846, -96.966116 33.172536, -96.965915 33.172648, -96.967231 33.174157, -96.966852 33.174697, -96.965001 33.172275, -96.964622 33.172405, -96.964177 33.1722, -96.963307 33.173784, -96.962928 33.174138, -96.962571 33.173896, -96.962727 33.172797, -96.963441 33.171921, -96.962906 33.171511, -96.962616 33.171585, -96.962081 33.172219, -96.961657 33.172051, -96.962103 33.171362, -96.961345 33.170579, -96.960381 33.170212, -96.959863 33.170113, -96.959239 33.170113, -96.958458 33.170355, -96.958079 33.170654, -96.957611 33.171995, -96.956942 33.173561, -96.956742 33.173244, -96.956876 33.172778, -96.956987 33.171995, -96.957032 33.17084, -96.956831 33.169834, -96.956641 33.168809, -96.956466 33.168621, -96.956173 33.168306, -96.955348 33.168287, -96.954835 33.16851, -96.9543 33.167057, -96.954791 33.167001, -96.954813 33.166554, -96.955148 33.165827, -96.953988 33.164429, -96.953463 33.165046, -96.953234 33.165253, -96.952807 33.165641, -96.952562 33.166051, -96.95274 33.166647, -96.952584 33.167169, -96.951514 33.16715, -96.951469 33.167896, -96.951692 33.168641, -96.952071 33.168977, -96.952852 33.169387, -96.952852 33.169759, -96.952227 33.169685, -96.95145 33.170169, -96.951242 33.170442, -96.952521 33.171088, -96.952491 33.172778, -96.952454 33.172852, -96.952253 33.17325, -96.95243 33.173665, -96.953041 33.174244, -96.953398 33.17479, -96.952476 33.174865, -96.95209 33.175014, -96.951999 33.175247, -96.951945 33.175387, -96.951763 33.175859, -96.951287 33.176182, -96.950979 33.176262, -96.950812 33.176306, -96.950485 33.176828, -96.949946 33.177382, -96.950009 33.177896, -96.950029 33.178086, -96.950039 33.178169, -96.950118 33.178277, -96.950292 33.178516, -96.951654 33.177845, -96.95203 33.178762, -96.952069 33.178856, -96.952109 33.178952, -96.953571 33.178818, -96.953359 33.179187, -96.953593 33.179901, -96.953955 33.18346, -96.95577 33.183625, -96.956265 33.185045, -96.956382 33.185437, -96.956636 33.186122, -96.956891 33.186709, -96.957204 33.187199, -96.957537 33.187531, -96.957889 33.187708, -96.958233 33.187921, -96.958692 33.187828, -96.958326 33.188541, -96.959037 33.188558, -96.959829 33.188626, -96.960016 33.188717, -96.960006 33.188723, -96.960024 33.188763, -96.960042 33.188741, -96.960069 33.188744, -96.960079 33.188796, -96.960117 33.188789, -96.960162 33.188796, -96.960193 33.188831, -96.96069 33.189064, -96.9604 33.189321, -96.960252 33.189486, -96.958907 33.190019, -96.958525 33.190969, -96.95823 33.191113, -96.958235 33.191167, -96.958185 33.191217, -96.958096 33.191267, -96.958021 33.191288, -96.957932 33.191274, -96.955913 33.190216, -96.954769 33.189935, -96.954601 33.190048, -96.954466 33.190469, -96.954332 33.191396, -96.954332 33.192211, -96.954332 33.192267, -96.954466 33.193447, -96.955442 33.195947, -96.958133 33.19929, -96.958974 33.199093, -96.959365 33.200706, -96.959445 33.201032, -96.960353 33.201509, -96.960622 33.2012, -96.960799 33.201496, -96.961295 33.202268, -96.961093 33.202777, -96.962512 33.206886, -96.963318 33.206662, -96.963855 33.206758, -96.964431 33.206822, -96.965198 33.207496, -96.964124 33.208716, -96.961515 33.208363, -96.961745 33.208716, -96.96117 33.208909, -96.961323 33.209647, -96.962589 33.21, -96.96163 33.210771, -96.961055 33.210706, -96.960709 33.210514, -96.960211 33.210321, -96.959482 33.211284, -96.959865 33.212055, -96.959328 33.212536, -96.959367 33.215714, -96.958791 33.216164, -96.958446 33.216613, -96.957678 33.217608, -96.956374 33.217608, -96.955261 33.217448, -96.954801 33.217448, -96.954721 33.218957, -96.954619 33.220172, -96.954583 33.220203, -96.954601 33.221895, -96.955152 33.221909, -96.957461 33.221967, -96.957459 33.219651, -96.957944 33.21969, -96.957939 33.22198, -96.958346 33.221999, -96.96082 33.222084, -96.960801 33.22264, -96.960511 33.222634, -96.960188 33.222717, -96.960038 33.22281, -96.959863 33.22289, -96.954771 33.222704, -96.954495 33.224013, -96.954492 33.22472, -96.954509 33.225283, -96.954488 33.225914, -96.953712 33.225884, -96.95268 33.225862, -96.952102 33.225846, -96.951545 33.225591, -96.951384 33.225651, -96.950954 33.225668, -96.950463 33.225651, -96.949214 33.225582, -96.948969 33.225753, -96.948723 33.226096, -96.948542 33.22637, -96.948475 33.226764, -96.948542 33.227364, -96.948722 33.227889, -96.948767 33.228339, -96.949013 33.228789, -96.949417 33.228977, -96.950157 33.22924, -96.950426 33.229465, -96.950426 33.229821, -96.950628 33.23014, -96.951278 33.23059, -96.951457 33.231059, -96.951637 33.231602, -96.951816 33.232034, -96.951906 33.232521, -96.951991 33.232893, -96.951266 33.232856, -96.951125 33.232826, -96.950998 33.232796, -96.950857 33.232779, -96.950645 33.232725, -96.950342 33.232725, -96.950059 33.23272, -96.949805 33.232714, -96.949558 33.23266, -96.94922 33.232542, -96.948754 33.232342, -96.947872 33.23194, -96.947821 33.232825, -96.946827 33.23278, -96.945407 33.232694, -96.944641 33.232661, -96.943901 33.234059, -96.943946 33.234547, -96.943632 33.234528, -96.943721 33.234828, -96.943878 33.235034, -96.943834 33.235259, -96.943609 33.235334, -96.94334 33.235428, -96.942825 33.235428, -96.942354 33.235391, -96.942147 33.235291, -96.941782 33.235294, -96.941611 33.236192, -96.940536 33.235539, -96.940463 33.236213, -96.940023 33.236172, -96.939608 33.23607, -96.938338 33.235539, -96.937507 33.23513, -96.936921 33.23511, -96.936743 33.235077, -96.936423 33.235069, -96.936 33.235053, -96.935765 33.235116, -96.935595 33.235195, -96.935377 33.235318, -96.935321 33.235318, -96.935208 33.235472, -96.935178 33.235493, -96.935137 33.235514, -96.935081 33.235591, -96.935051 33.235621, -96.935005 33.235638, -96.934913 33.235743, -96.934867 33.235833, -96.934877 33.235881, -96.934944 33.235868, -96.934552 33.236621, -96.93421 33.237805, -96.934186 33.238234, -96.934235 33.239031, -96.934482 33.239434, -96.934623 33.239801, -96.934849 33.24015, -96.934556 33.240458, -96.932209 33.238853, -96.932146 33.238807, -96.93211 33.238776, -96.932111 33.238768, -96.932047 33.23872, -96.931575 33.238355, -96.931474 33.238309, -96.931392 33.238248, -96.930795 33.237806, -96.930546 33.237657, -96.930496 33.237661, -96.930488 33.237571, -96.930393 33.237543, -96.930112 33.237167, -96.929866 33.236777, -96.929866 33.236245, -96.929989 33.236019, -96.930117 33.235906, -96.930174 33.235872, -96.930299 33.235851, -96.930406 33.23565, -96.93029 33.235477, -96.930325 33.23531, -96.930362 33.235166, -96.930399 33.235111, -96.930423 33.235066, -96.930464 33.235008, -96.930514 33.234969, -96.930682 33.235014, -96.930916 33.234981, -96.931072 33.234905, -96.931147 33.234617, -96.93115 33.234495, -96.93122 33.234256, -96.931286 33.234245, -96.931335 33.234245, -96.931413 33.234265, -96.931438 33.234249, -96.931442 33.234214, -96.931483 33.234098, -96.931504 33.234067, -96.931577 33.234005, -96.931651 33.233919, -96.931754 33.233848, -96.93178 33.233151, -96.931755 33.23272, -96.93167 33.23257, -96.931535 33.232331, -96.930897 33.232044, -96.930136 33.231552, -96.929744 33.231183, -96.931191 33.231142, -96.930946 33.230774, -96.93048 33.230261, -96.929793 33.22979, -96.930459 33.229458, -96.930437 33.22888, -96.930126 33.227687, -96.930793 33.227612, -96.931705 33.22806, -96.932017 33.229533, -96.933174 33.230596, -96.934687 33.229924, -96.934731 33.231229, -96.936178 33.22998, -96.936078 33.229912, -96.93511 33.229253, -96.935393 33.22891, -96.936022 33.228153, -96.937535 33.229141, -96.939026 33.229775, -96.939515 33.228172, -96.938803 33.227724, -96.93956 33.226904, -96.939448 33.226307, -96.939315 33.225972, -96.938825 33.225636, -96.940583 33.225636, -96.940583 33.226382, -96.940663 33.226585, -96.940895 33.227165, -96.941526 33.227155, -96.942105 33.227406, -96.942363 33.227747, -96.942492 33.227962, -96.943157 33.227962, -96.943393 33.227926, -96.943393 33.22755, -96.943586 33.227639, -96.943951 33.228177, -96.944595 33.228679, -96.945346 33.228984, -96.946838 33.229788, -96.947042 33.229898, -96.947664 33.22902, -96.947256 33.228428, -96.946526 33.227316, -96.945926 33.225972, -96.945604 33.225021, -96.94541 33.223677, -96.945374 33.223107, -96.944584 33.223606, -96.945249 33.222583, -96.945022 33.222616, -96.944681 33.222632, -96.944454 33.222713, -96.944308 33.222859, -96.944001 33.222724, -96.943375 33.22245, -96.943347 33.221806, -96.943335 33.221584, -96.941369 33.2215, -96.940184 33.221343, -96.937444 33.221234, -96.937536 33.219303, -96.940666 33.219437, -96.940806 33.215664, -96.940454 33.215657, -96.940689 33.210911, -96.943104 33.210984, -96.94304 33.212334, -96.943117 33.212429, -96.943245 33.212588, -96.94342 33.212644, -96.94528 33.212528, -96.946317 33.210058, -96.946987 33.209142, -96.947636 33.208585, -96.948648 33.208329, -96.949687 33.208751, -96.950007 33.209768, -96.949634 33.210244, -96.950456 33.210924, -96.95153 33.211166, -96.95177 33.210882, -96.951544 33.210357, -96.950778 33.209081, -96.950838 33.208487, -96.95085 33.208177, -96.951013 33.207367, -96.951408 33.206823, -96.951904 33.206026, -96.95283 33.206058, -96.954106 33.20586, -96.954658 33.205082, -96.95437 33.204445, -96.953071 33.203381, -96.951885 33.202242, -96.951965 33.201643, -96.951686 33.201128, -96.951288 33.200513, -96.950632 33.200978, -96.950413 33.200413, -96.951295 33.199521, -96.95158 33.199234, -96.952817 33.197985, -96.952817 33.19793, -96.952776 33.197715, -96.952782 33.197598, -96.952787 33.197294, -96.952728 33.19708, -96.952658 33.196992, -96.952536 33.196917, -96.952431 33.196845, -96.95232 33.196801, -96.952232 33.196776, -96.952185 33.196738, -96.951283 33.196137, -96.950989 33.197497, -96.950798 33.198386, -96.950181 33.197906, -96.94982 33.197625, -96.949676 33.196935, -96.950087 33.195428, -96.950107 33.195212, -96.949676 33.195389, -96.94997 33.194899, -96.948521 33.194057, -96.948658 33.193294, -96.94811 33.190867, -96.948807 33.190093, -96.949049 33.189363, -96.948926 33.188846, -96.948926 33.188354, -96.948802 33.187578, -96.948616 33.186984, -96.948461 33.186596, -96.948585 33.186104, -96.948771 33.185561, -96.948771 33.185148, -96.948554 33.184863, -96.948523 33.184579, -96.948678 33.184294, -96.949048 33.183744, -96.94545 33.183771, -96.940277 33.183811, -96.940655 33.184981, -96.940688 33.185064, -96.940697 33.185299, -96.940683 33.185554, -96.940576 33.186446, -96.940585 33.187829, -96.940565 33.189053, -96.940673 33.189562, -96.940741 33.19009, -96.941045 33.191323, -96.941779 33.192674, -96.942395 33.193692, -96.942895 33.194504, -96.942978 33.194676, -96.943076 33.194925, -96.94313 33.19515, -96.943169 33.19541, -96.943198 33.19561, -96.943198 33.195757, -96.943181 33.195843, -96.943139 33.196056, -96.943056 33.196354, -96.94296 33.19663, -96.942797 33.196413, -96.942503 33.196041, -96.942092 33.195689, -96.941622 33.195434, -96.941015 33.195258, -96.940546 33.19516, -96.939998 33.195141, -96.939606 33.195121, -96.938843 33.19516, -96.938591 33.195138, -96.938784 33.195512, -96.938339 33.195593, -96.938539 33.196046, -96.938804 33.196584, -96.939114 33.197059, -96.937981 33.196766, -96.93766 33.197819, -96.937604 33.199051, -96.937782 33.200328, -96.937747 33.20196, -96.93777 33.202638, -96.936961 33.201977, -96.936283 33.198853, -96.935611 33.198856, -96.935592 33.199908, -96.935104 33.200202, -96.934987 33.202828, -96.931929 33.202858, -96.93107 33.203286, -96.930361 33.203767, -96.929946 33.204191, -96.929784 33.206206, -96.928695 33.206162, -96.927821 33.204928, -96.927309 33.20347, -96.926217 33.203606, -96.924989 33.203721, -96.923718 33.203462, -96.92382 33.201876, -96.919096 33.201908, -96.91905 33.204116, -96.9177 33.206738, -96.914114 33.209804, -96.914 33.209902, -96.915052 33.212989, -96.914638 33.213116, -96.913426 33.212108, -96.912247 33.212313, -96.912038 33.214686, -96.911014 33.214619, -96.910988 33.215138, -96.910902 33.216864, -96.91085 33.217918, -96.912435 33.217994, -96.912744 33.218721, -96.914363 33.218773, -96.915592 33.218812, -96.919077 33.218942, -96.919233 33.216109, -96.919303 33.214842, -96.922258 33.21495, -96.924174 33.215021, -96.927046 33.215126, -96.930179 33.215241, -96.930247 33.213759, -96.930264 33.213329, -96.930226 33.213187, -96.930152 33.212993, -96.930035 33.212802, -96.929687 33.212431, -96.929761 33.212388, -96.929282 33.211922, -96.929584 33.211712, -96.930364 33.212579, -96.930506 33.212801, -96.930556 33.212906, -96.930615 33.213058, -96.930672 33.213338, -96.930632 33.214326, -96.93062 33.214949, -96.930459 33.219038, -96.935046 33.219202, -96.937098 33.219288, -96.937002 33.220825, -96.934903 33.220751, -96.933647 33.220676, -96.930576 33.220542, -96.930292 33.220338, -96.930129 33.220329, -96.929845 33.220527, -96.929813 33.220963, -96.930078 33.221161, -96.929974 33.223273, -96.929864 33.223718, -96.929726 33.22621, -96.929658 33.227352, -96.929486 33.230766, -96.929416 33.232158, -96.918457 33.231959, -96.918492 33.231469, -96.918921 33.221728, -96.916089 33.221602, -96.916115 33.220118, -96.915769 33.220102, -96.915729 33.221629, -96.914046 33.221645, -96.913829 33.221647, -96.91349 33.221651, -96.913501 33.220861, -96.912754 33.220867, -96.910567 33.220886, -96.908554 33.220851, -96.90845 33.220849, -96.906356 33.220814, -96.906348 33.220083, -96.905793 33.220076, -96.905819 33.22092, -96.904952 33.220902, -96.904649 33.220895, -96.903277 33.220867, -96.903305 33.219989, -96.89823 33.219796, -96.898134 33.219789, -96.897884 33.219752, -96.8948 33.219641, -96.892132 33.219644, -96.889674 33.219569, -96.887756 33.219501, -96.887767 33.218963, -96.887772 33.218734, -96.88777 33.218431, -96.887815 33.218259, -96.888592 33.217008, -96.888858 33.216696, -96.889309 33.216288, -96.889791 33.215939, -96.891167 33.215225, -96.891807 33.214767, -96.892372 33.214221, -96.892359 33.214022, -96.89235 33.213875, -96.892985 33.213341, -96.893397 33.213, -96.893719 33.212782, -96.894249 33.212513, -96.89487 33.212266, -96.895076 33.212186, -96.895297 33.21206, -96.89552 33.211861, -96.895991 33.211385, -96.896332 33.211382, -96.897471 33.210181, -96.898409 33.209191, -96.898857 33.208809, -96.899351 33.208512, -96.899943 33.208263, -96.900547 33.208095, -96.901845 33.207904, -96.902267 33.20777, -96.902621 33.20759, -96.903083 33.207202, -96.904336 33.205783, -96.904475 33.199508, -96.900534 33.199822, -96.898713 33.200308, -96.897872 33.201826, -96.897363 33.201805, -96.895548 33.204466, -96.892831 33.203563, -96.891607 33.204552, -96.889965 33.204951, -96.888465 33.205526, -96.887859 33.205236, -96.887859 33.204901, -96.890174 33.202926, -96.891352 33.203477, -96.891995 33.202349, -96.892067 33.202222, -96.89405 33.201931, -96.895454 33.202395, -96.896396 33.199512, -96.896255 33.199509, -96.896145 33.199507, -96.892235 33.199426, -96.892192 33.198396, -96.887477 33.198304, -96.887543 33.194668, -96.886733 33.194658, -96.885123 33.194537, -96.886272 33.192489, -96.886476 33.192085, -96.886585 33.191868, -96.886777 33.191488, -96.886961 33.190821, -96.887105 33.190299, -96.887175 33.189728, -96.88722 33.188913, -96.887281 33.186859, -96.887084 33.186863, -96.887191 33.182154, -96.887214 33.180857, -96.887365 33.178331, -96.881967 33.17828, -96.881969 33.178127, -96.882062 33.169445, -96.882079 33.167182, -96.882111 33.163026, -96.886524 33.163206, -96.886598 33.158778, -96.890686 33.158639, -96.890819 33.158634, -96.890949 33.153778, -96.890958 33.153413, -96.89101 33.151466, -96.89778 33.151538, -96.898642 33.151529, -96.899552 33.151532, -96.899545 33.154604, -96.911823 33.154598, -96.912173 33.154594, -96.912151 33.15617, -96.912135 33.159118, -96.914319 33.160144, -96.917431 33.160309, -96.919204 33.160828, -96.921119 33.161701, -96.922217 33.162705, -96.922694 33.162336, -96.923696 33.161461, -96.924688 33.16103, -96.925122 33.160625, -96.925152 33.160196, -96.923371 33.160153, -96.923448 33.15542, -96.923455 33.155264, -96.923582 33.155354, -96.926444 33.158477, -96.926417 33.157241, -96.927701 33.157574, -96.927852 33.157073, -96.929644 33.15643, -96.930855 33.156066, -96.931257 33.155726, -96.931372 33.155156, -96.931225 33.154735, -96.930978 33.154455, -96.928439 33.154415, -96.928071 33.154409, -96.928072 33.154368, -96.928074 33.15398, -96.928094 33.150788, -96.928103 33.149208, -96.928105 33.149119, -96.928209 33.144399, -96.930541 33.14498, -96.932053 33.143939, -96.93214 33.142665, -96.933007 33.142358, -96.933913 33.143286, -96.935589 33.141922, -96.934953 33.14064, -96.935695 33.140333, -96.936726 33.14072, -96.937391 33.139873, -96.938275 33.139287, -96.939943 33.139107, -96.941153 33.137131, -96.941788 33.137142, -96.942294 33.137036, -96.942773 33.136744, -96.942606 33.136696, -96.942269 33.136598, -96.942067 33.136511, -96.94171 33.136358, -96.941547 33.136289, -96.940691 33.13593, -96.940822 33.135478, -96.941244 33.135288, -96.941338 33.135246, -96.941931 33.135323, -96.942485 33.135168, -96.94259 33.135175, -96.94349 33.135232, -96.944191 33.135346, -96.944479 33.135787, -96.945056 33.135697, -96.945126 33.135174, -96.944679 33.1348, -96.944324 33.134205, -96.944271 33.134115, -96.94414 33.133528, -96.944199 33.133436, -96.944533 33.132921, -96.945087 33.132876, -96.945226 33.133405, -96.945403 33.133922, -96.946404 33.134186))\", \"region_name\": \"Little Elm\", \"border_type\": \"city\", \"wikidata\": \"Q979944\", \"wikipedia\": \"en:Little Elm, Texas\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0008", "group": "raster_only", "template": "elevation_range+region", "question": "How much elevation spread does Fulton, Oswego County, New York have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.391122 43.300062, -76.413144 43.299305, -76.413752 43.301287, -76.415677 43.301201, -76.415703 43.301271, -76.426945 43.300895, -76.427253 43.306605, -76.445745 43.306184, -76.446204 43.313492, -76.436496 43.313819, -76.436616 43.317707, -76.436699 43.319233, -76.436799 43.322152, -76.437005 43.326001, -76.438548 43.325967, -76.438753 43.329913, -76.430784 43.330148, -76.423326 43.330317, -76.420213 43.330349, -76.419789 43.331766, -76.419994 43.333128, -76.419929 43.333545, -76.421535 43.333358, -76.42217 43.333241, -76.422154 43.333378, -76.423041 43.335131, -76.426002 43.334484, -76.426408 43.335121, -76.425811 43.335222, -76.426048 43.335592, -76.4258 43.335635, -76.425926 43.335839, -76.423582 43.336233, -76.42313 43.338065, -76.421274 43.338399, -76.41851 43.338325, -76.416983 43.338369, -76.415827 43.338424, -76.405349 43.338709, -76.405337 43.338695, -76.404985 43.332507, -76.404831 43.330532, -76.404771 43.330513, -76.404687 43.330447, -76.404593 43.330275, -76.404542 43.330238, -76.404426 43.330229, -76.404314 43.330263, -76.404248 43.330326, -76.404219 43.330383, -76.404201 43.330542, -76.404117 43.33071, -76.404156 43.33092, -76.404147 43.33098, -76.404114 43.331026, -76.403974 43.331109, -76.403892 43.331123, -76.403736 43.331109, -76.403674 43.331083, -76.403622 43.331028, -76.403324 43.33043, -76.403172 43.330298, -76.40297 43.330075, -76.402948 43.330013, -76.402993 43.32982, -76.402942 43.329709, -76.402891 43.32967, -76.402163 43.32948, -76.402027 43.329474, -76.401973 43.329445, -76.40188 43.329342, -76.401789 43.329321, -76.401707 43.329366, -76.401621 43.329518, -76.401592 43.32954, -76.401468 43.329565, -76.401334 43.329638, -76.401275 43.329636, -76.401157 43.329586, -76.400886 43.329293, -76.400829 43.329258, -76.400686 43.329249, -76.400543 43.329221, -76.400352 43.329273, -76.400155 43.329233, -76.399916 43.329214, -76.399676 43.329249, -76.399569 43.329207, -76.399324 43.32906, -76.399108 43.328901, -76.398994 43.328872, -76.398892 43.328693, -76.398809 43.328642, -76.398551 43.328623, -76.398379 43.328483, -76.398216 43.328424, -76.398134 43.328428, -76.397994 43.328477, -76.397839 43.328461, -76.39767 43.328276, -76.397355 43.32778, -76.397334 43.327695, -76.39725 43.327522, -76.397228 43.327385, -76.39723 43.32709, -76.397267 43.32685, -76.397002 43.3265, -76.396932 43.326446, -76.396858 43.326428, -76.396717 43.326471, -76.396669 43.326509, -76.396605 43.326698, -76.396537 43.326804, -76.396374 43.326953, -76.396326 43.326959, -76.396269 43.326932, -76.396162 43.326818, -76.395948 43.326532, -76.395749 43.326417, -76.395698 43.326408, -76.395662 43.326434, -76.395633 43.326526, -76.395566 43.326605, -76.395267 43.326733, -76.395137 43.326732, -76.395036 43.326678, -76.394996 43.326603, -76.394996 43.326551, -76.395041 43.326427, -76.395016 43.326323, -76.394862 43.326244, -76.394655 43.32595, -76.394345 43.325634, -76.394261 43.325521, -76.394289 43.32525, -76.393984 43.324602, -76.393993 43.324504, -76.394035 43.324451, -76.394265 43.324262, -76.394326 43.324188, -76.394298 43.32404, -76.394214 43.3239, -76.394156 43.323748, -76.394222 43.323598, -76.394251 43.32357, -76.394301 43.323397, -76.394342 43.323344, -76.394429 43.323298, -76.394435 43.323101, -76.394376 43.322912, -76.394293 43.32276, -76.394212 43.322707, -76.394016 43.322638, -76.393905 43.32262, -76.393735 43.322713, -76.393688 43.3227, -76.39366 43.322591, -76.393713 43.322454, -76.393715 43.322402, -76.393686 43.322373, -76.393595 43.322354, -76.393504 43.322354, -76.393341 43.322395, -76.393244 43.322382, -76.393174 43.322345, -76.393077 43.322323, -76.393151 43.3222, -76.394151 43.321163, -76.394313 43.320959, -76.394754 43.320499, -76.395361 43.319962, -76.395769 43.31965, -76.396056 43.319465, -76.398762 43.317933, -76.399525 43.317471, -76.399379 43.314858, -76.399109 43.311182, -76.399047 43.309807, -76.398971 43.308727, -76.397946 43.307992, -76.397165 43.308308, -76.397462 43.308539, -76.3973 43.308639, -76.397006 43.308421, -76.396852 43.308525, -76.396826 43.308505, -76.396449 43.30873, -76.39615 43.308538, -76.395998 43.308656, -76.396408 43.308956, -76.39619 43.308989, -76.395936 43.309001, -76.395519 43.309067, -76.395338 43.309069, -76.395379 43.309093, -76.393687 43.30947, -76.393121 43.309819, -76.392146 43.308974, -76.391799 43.308934, -76.391555 43.309075, -76.39076 43.308987, -76.390536 43.306231, -76.39297 43.306539, -76.395616 43.306992, -76.395843 43.306854, -76.396045 43.306698, -76.395624 43.306433, -76.394382 43.30575, -76.390506 43.305866, -76.390169 43.301147, -76.391122 43.300062))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 67.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fulton, Oswego County, New York\", \"geo_wkt\": \"POLYGON ((-76.391122 43.300062, -76.413144 43.299305, -76.413752 43.301287, -76.415677 43.301201, -76.415703 43.301271, -76.426945 43.300895, -76.427253 43.306605, -76.445745 43.306184, -76.446204 43.313492, -76.436496 43.313819, -76.436616 43.317707, -76.436699 43.319233, -76.436799 43.322152, -76.437005 43.326001, -76.438548 43.325967, -76.438753 43.329913, -76.430784 43.330148, -76.423326 43.330317, -76.420213 43.330349, -76.419789 43.331766, -76.419994 43.333128, -76.419929 43.333545, -76.421535 43.333358, -76.42217 43.333241, -76.422154 43.333378, -76.423041 43.335131, -76.426002 43.334484, -76.426408 43.335121, -76.425811 43.335222, -76.426048 43.335592, -76.4258 43.335635, -76.425926 43.335839, -76.423582 43.336233, -76.42313 43.338065, -76.421274 43.338399, -76.41851 43.338325, -76.416983 43.338369, -76.415827 43.338424, -76.405349 43.338709, -76.405337 43.338695, -76.404985 43.332507, -76.404831 43.330532, -76.404771 43.330513, -76.404687 43.330447, -76.404593 43.330275, -76.404542 43.330238, -76.404426 43.330229, -76.404314 43.330263, -76.404248 43.330326, -76.404219 43.330383, -76.404201 43.330542, -76.404117 43.33071, -76.404156 43.33092, -76.404147 43.33098, -76.404114 43.331026, -76.403974 43.331109, -76.403892 43.331123, -76.403736 43.331109, -76.403674 43.331083, -76.403622 43.331028, -76.403324 43.33043, -76.403172 43.330298, -76.40297 43.330075, -76.402948 43.330013, -76.402993 43.32982, -76.402942 43.329709, -76.402891 43.32967, -76.402163 43.32948, -76.402027 43.329474, -76.401973 43.329445, -76.40188 43.329342, -76.401789 43.329321, -76.401707 43.329366, -76.401621 43.329518, -76.401592 43.32954, -76.401468 43.329565, -76.401334 43.329638, -76.401275 43.329636, -76.401157 43.329586, -76.400886 43.329293, -76.400829 43.329258, -76.400686 43.329249, -76.400543 43.329221, -76.400352 43.329273, -76.400155 43.329233, -76.399916 43.329214, -76.399676 43.329249, -76.399569 43.329207, -76.399324 43.32906, -76.399108 43.328901, -76.398994 43.328872, -76.398892 43.328693, -76.398809 43.328642, -76.398551 43.328623, -76.398379 43.328483, -76.398216 43.328424, -76.398134 43.328428, -76.397994 43.328477, -76.397839 43.328461, -76.39767 43.328276, -76.397355 43.32778, -76.397334 43.327695, -76.39725 43.327522, -76.397228 43.327385, -76.39723 43.32709, -76.397267 43.32685, -76.397002 43.3265, -76.396932 43.326446, -76.396858 43.326428, -76.396717 43.326471, -76.396669 43.326509, -76.396605 43.326698, -76.396537 43.326804, -76.396374 43.326953, -76.396326 43.326959, -76.396269 43.326932, -76.396162 43.326818, -76.395948 43.326532, -76.395749 43.326417, -76.395698 43.326408, -76.395662 43.326434, -76.395633 43.326526, -76.395566 43.326605, -76.395267 43.326733, -76.395137 43.326732, -76.395036 43.326678, -76.394996 43.326603, -76.394996 43.326551, -76.395041 43.326427, -76.395016 43.326323, -76.394862 43.326244, -76.394655 43.32595, -76.394345 43.325634, -76.394261 43.325521, -76.394289 43.32525, -76.393984 43.324602, -76.393993 43.324504, -76.394035 43.324451, -76.394265 43.324262, -76.394326 43.324188, -76.394298 43.32404, -76.394214 43.3239, -76.394156 43.323748, -76.394222 43.323598, -76.394251 43.32357, -76.394301 43.323397, -76.394342 43.323344, -76.394429 43.323298, -76.394435 43.323101, -76.394376 43.322912, -76.394293 43.32276, -76.394212 43.322707, -76.394016 43.322638, -76.393905 43.32262, -76.393735 43.322713, -76.393688 43.3227, -76.39366 43.322591, -76.393713 43.322454, -76.393715 43.322402, -76.393686 43.322373, -76.393595 43.322354, -76.393504 43.322354, -76.393341 43.322395, -76.393244 43.322382, -76.393174 43.322345, -76.393077 43.322323, -76.393151 43.3222, -76.394151 43.321163, -76.394313 43.320959, -76.394754 43.320499, -76.395361 43.319962, -76.395769 43.31965, -76.396056 43.319465, -76.398762 43.317933, -76.399525 43.317471, -76.399379 43.314858, -76.399109 43.311182, -76.399047 43.309807, -76.398971 43.308727, -76.397946 43.307992, -76.397165 43.308308, -76.397462 43.308539, -76.3973 43.308639, -76.397006 43.308421, -76.396852 43.308525, -76.396826 43.308505, -76.396449 43.30873, -76.39615 43.308538, -76.395998 43.308656, -76.396408 43.308956, -76.39619 43.308989, -76.395936 43.309001, -76.395519 43.309067, -76.395338 43.309069, -76.395379 43.309093, -76.393687 43.30947, -76.393121 43.309819, -76.392146 43.308974, -76.391799 43.308934, -76.391555 43.309075, -76.39076 43.308987, -76.390536 43.306231, -76.39297 43.306539, -76.395616 43.306992, -76.395843 43.306854, -76.396045 43.306698, -76.395624 43.306433, -76.394382 43.30575, -76.390506 43.305866, -76.390169 43.301147, -76.391122 43.300062))\", \"region\": {\"id\": 37058, \"geometry\": \"POLYGON ((-76.391122 43.300062, -76.413144 43.299305, -76.413752 43.301287, -76.415677 43.301201, -76.415703 43.301271, -76.426945 43.300895, -76.427253 43.306605, -76.445745 43.306184, -76.446204 43.313492, -76.436496 43.313819, -76.436616 43.317707, -76.436699 43.319233, -76.436799 43.322152, -76.437005 43.326001, -76.438548 43.325967, -76.438753 43.329913, -76.430784 43.330148, -76.423326 43.330317, -76.420213 43.330349, -76.419789 43.331766, -76.419994 43.333128, -76.419929 43.333545, -76.421535 43.333358, -76.42217 43.333241, -76.422154 43.333378, -76.423041 43.335131, -76.426002 43.334484, -76.426408 43.335121, -76.425811 43.335222, -76.426048 43.335592, -76.4258 43.335635, -76.425926 43.335839, -76.423582 43.336233, -76.42313 43.338065, -76.421274 43.338399, -76.41851 43.338325, -76.416983 43.338369, -76.415827 43.338424, -76.405349 43.338709, -76.405337 43.338695, -76.404985 43.332507, -76.404831 43.330532, -76.404771 43.330513, -76.404687 43.330447, -76.404593 43.330275, -76.404542 43.330238, -76.404426 43.330229, -76.404314 43.330263, -76.404248 43.330326, -76.404219 43.330383, -76.404201 43.330542, -76.404117 43.33071, -76.404156 43.33092, -76.404147 43.33098, -76.404114 43.331026, -76.403974 43.331109, -76.403892 43.331123, -76.403736 43.331109, -76.403674 43.331083, -76.403622 43.331028, -76.403324 43.33043, -76.403172 43.330298, -76.40297 43.330075, -76.402948 43.330013, -76.402993 43.32982, -76.402942 43.329709, -76.402891 43.32967, -76.402163 43.32948, -76.402027 43.329474, -76.401973 43.329445, -76.40188 43.329342, -76.401789 43.329321, -76.401707 43.329366, -76.401621 43.329518, -76.401592 43.32954, -76.401468 43.329565, -76.401334 43.329638, -76.401275 43.329636, -76.401157 43.329586, -76.400886 43.329293, -76.400829 43.329258, -76.400686 43.329249, -76.400543 43.329221, -76.400352 43.329273, -76.400155 43.329233, -76.399916 43.329214, -76.399676 43.329249, -76.399569 43.329207, -76.399324 43.32906, -76.399108 43.328901, -76.398994 43.328872, -76.398892 43.328693, -76.398809 43.328642, -76.398551 43.328623, -76.398379 43.328483, -76.398216 43.328424, -76.398134 43.328428, -76.397994 43.328477, -76.397839 43.328461, -76.39767 43.328276, -76.397355 43.32778, -76.397334 43.327695, -76.39725 43.327522, -76.397228 43.327385, -76.39723 43.32709, -76.397267 43.32685, -76.397002 43.3265, -76.396932 43.326446, -76.396858 43.326428, -76.396717 43.326471, -76.396669 43.326509, -76.396605 43.326698, -76.396537 43.326804, -76.396374 43.326953, -76.396326 43.326959, -76.396269 43.326932, -76.396162 43.326818, -76.395948 43.326532, -76.395749 43.326417, -76.395698 43.326408, -76.395662 43.326434, -76.395633 43.326526, -76.395566 43.326605, -76.395267 43.326733, -76.395137 43.326732, -76.395036 43.326678, -76.394996 43.326603, -76.394996 43.326551, -76.395041 43.326427, -76.395016 43.326323, -76.394862 43.326244, -76.394655 43.32595, -76.394345 43.325634, -76.394261 43.325521, -76.394289 43.32525, -76.393984 43.324602, -76.393993 43.324504, -76.394035 43.324451, -76.394265 43.324262, -76.394326 43.324188, -76.394298 43.32404, -76.394214 43.3239, -76.394156 43.323748, -76.394222 43.323598, -76.394251 43.32357, -76.394301 43.323397, -76.394342 43.323344, -76.394429 43.323298, -76.394435 43.323101, -76.394376 43.322912, -76.394293 43.32276, -76.394212 43.322707, -76.394016 43.322638, -76.393905 43.32262, -76.393735 43.322713, -76.393688 43.3227, -76.39366 43.322591, -76.393713 43.322454, -76.393715 43.322402, -76.393686 43.322373, -76.393595 43.322354, -76.393504 43.322354, -76.393341 43.322395, -76.393244 43.322382, -76.393174 43.322345, -76.393077 43.322323, -76.393151 43.3222, -76.394151 43.321163, -76.394313 43.320959, -76.394754 43.320499, -76.395361 43.319962, -76.395769 43.31965, -76.396056 43.319465, -76.398762 43.317933, -76.399525 43.317471, -76.399379 43.314858, -76.399109 43.311182, -76.399047 43.309807, -76.398971 43.308727, -76.397946 43.307992, -76.397165 43.308308, -76.397462 43.308539, -76.3973 43.308639, -76.397006 43.308421, -76.396852 43.308525, -76.396826 43.308505, -76.396449 43.30873, -76.39615 43.308538, -76.395998 43.308656, -76.396408 43.308956, -76.39619 43.308989, -76.395936 43.309001, -76.395519 43.309067, -76.395338 43.309069, -76.395379 43.309093, -76.393687 43.30947, -76.393121 43.309819, -76.392146 43.308974, -76.391799 43.308934, -76.391555 43.309075, -76.39076 43.308987, -76.390536 43.306231, -76.39297 43.306539, -76.395616 43.306992, -76.395843 43.306854, -76.396045 43.306698, -76.395624 43.306433, -76.394382 43.30575, -76.390506 43.305866, -76.390169 43.301147, -76.391122 43.300062))\", \"region_name\": \"City of Fulton\", \"border_type\": \"city\", \"wikidata\": \"Q1428057\", \"wikipedia\": \"en:Fulton, Oswego County, New York\", \"place\": \"town\", \"admin_level\": \"7\", \"population\": \"11389\"}}}"} -{"id": "raster_only/elevation_range+region/0009", "group": "raster_only", "template": "elevation_range+region", "question": "In Rowesville, South Carolina, what is max minus min elevation?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-80.827959 33.373351, -80.827677 33.371711, -80.827793 33.370365, -80.828248 33.368925, -80.829829 33.366431, -80.830684 33.366054, -80.831325 33.365772, -80.83265 33.365281, -80.833303 33.365049, -80.834012 33.364799, -80.834195 33.364791, -80.83436 33.364776, -80.834858 33.364736, -80.835025 33.364723, -80.835297 33.364691, -80.836113 33.364598, -80.836386 33.364568, -80.837904 33.364829, -80.837939 33.364836, -80.839761 33.365455, -80.841158 33.366152, -80.842061 33.366782, -80.842648 33.367193, -80.843226 33.367783, -80.843817 33.36853, -80.843977 33.368733, -80.844566 33.369684, -80.844781 33.370726, -80.844776 33.37115, -80.844766 33.372105, -80.844675 33.372816, -80.844615 33.373289, -80.844295 33.374287, -80.84414 33.374893, -80.844075 33.375148, -80.843885 33.37556, -80.843435 33.376239, -80.843422 33.376252, -80.842762 33.37694, -80.8417 33.377788, -80.841543 33.377889, -80.840844 33.378342, -80.840204 33.378704, -80.840195 33.378711, -80.839495 33.378887, -80.838123 33.379215, -80.83806 33.379219, -80.837328 33.379282, -80.837257 33.379292, -80.837043 33.379325, -80.836973 33.379337, -80.836651 33.379331, -80.835754 33.379316, -80.835688 33.379308, -80.835369 33.379272, -80.834696 33.379191, -80.834218 33.379078, -80.833741 33.378966, -80.832478 33.378472, -80.831072 33.377592, -80.830868 33.377464, -80.830185 33.376837, -80.829365 33.37605, -80.828802 33.374997, -80.827959 33.373351))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 38.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Rowesville, South Carolina\", \"geo_wkt\": \"POLYGON ((-80.827959 33.373351, -80.827677 33.371711, -80.827793 33.370365, -80.828248 33.368925, -80.829829 33.366431, -80.830684 33.366054, -80.831325 33.365772, -80.83265 33.365281, -80.833303 33.365049, -80.834012 33.364799, -80.834195 33.364791, -80.83436 33.364776, -80.834858 33.364736, -80.835025 33.364723, -80.835297 33.364691, -80.836113 33.364598, -80.836386 33.364568, -80.837904 33.364829, -80.837939 33.364836, -80.839761 33.365455, -80.841158 33.366152, -80.842061 33.366782, -80.842648 33.367193, -80.843226 33.367783, -80.843817 33.36853, -80.843977 33.368733, -80.844566 33.369684, -80.844781 33.370726, -80.844776 33.37115, -80.844766 33.372105, -80.844675 33.372816, -80.844615 33.373289, -80.844295 33.374287, -80.84414 33.374893, -80.844075 33.375148, -80.843885 33.37556, -80.843435 33.376239, -80.843422 33.376252, -80.842762 33.37694, -80.8417 33.377788, -80.841543 33.377889, -80.840844 33.378342, -80.840204 33.378704, -80.840195 33.378711, -80.839495 33.378887, -80.838123 33.379215, -80.83806 33.379219, -80.837328 33.379282, -80.837257 33.379292, -80.837043 33.379325, -80.836973 33.379337, -80.836651 33.379331, -80.835754 33.379316, -80.835688 33.379308, -80.835369 33.379272, -80.834696 33.379191, -80.834218 33.379078, -80.833741 33.378966, -80.832478 33.378472, -80.831072 33.377592, -80.830868 33.377464, -80.830185 33.376837, -80.829365 33.37605, -80.828802 33.374997, -80.827959 33.373351))\", \"region\": {\"id\": 1555, \"geometry\": \"POLYGON ((-80.827959 33.373351, -80.827677 33.371711, -80.827793 33.370365, -80.828248 33.368925, -80.829829 33.366431, -80.830684 33.366054, -80.831325 33.365772, -80.83265 33.365281, -80.833303 33.365049, -80.834012 33.364799, -80.834195 33.364791, -80.83436 33.364776, -80.834858 33.364736, -80.835025 33.364723, -80.835297 33.364691, -80.836113 33.364598, -80.836386 33.364568, -80.837904 33.364829, -80.837939 33.364836, -80.839761 33.365455, -80.841158 33.366152, -80.842061 33.366782, -80.842648 33.367193, -80.843226 33.367783, -80.843817 33.36853, -80.843977 33.368733, -80.844566 33.369684, -80.844781 33.370726, -80.844776 33.37115, -80.844766 33.372105, -80.844675 33.372816, -80.844615 33.373289, -80.844295 33.374287, -80.84414 33.374893, -80.844075 33.375148, -80.843885 33.37556, -80.843435 33.376239, -80.843422 33.376252, -80.842762 33.37694, -80.8417 33.377788, -80.841543 33.377889, -80.840844 33.378342, -80.840204 33.378704, -80.840195 33.378711, -80.839495 33.378887, -80.838123 33.379215, -80.83806 33.379219, -80.837328 33.379282, -80.837257 33.379292, -80.837043 33.379325, -80.836973 33.379337, -80.836651 33.379331, -80.835754 33.379316, -80.835688 33.379308, -80.835369 33.379272, -80.834696 33.379191, -80.834218 33.379078, -80.833741 33.378966, -80.832478 33.378472, -80.831072 33.377592, -80.830868 33.377464, -80.830185 33.376837, -80.829365 33.37605, -80.828802 33.374997, -80.827959 33.373351))\", \"region_name\": \"Rowesville\", \"border_type\": \"town\", \"wikidata\": \"Q2253168\", \"wikipedia\": \"en:Rowesville, South Carolina\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0010", "group": "raster_only", "template": "elevation_range+region", "question": "What is the elevation range in Ogdensburg, Wisconsin?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.021261 44.460738, -89.021477 44.446139, -89.041988 44.446352, -89.041767 44.460848, -89.021261 44.460738))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 45.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ogdensburg, Wisconsin\", \"geo_wkt\": \"POLYGON ((-89.021261 44.460738, -89.021477 44.446139, -89.041988 44.446352, -89.041767 44.460848, -89.021261 44.460738))\", \"region\": {\"id\": 16254, \"geometry\": \"POLYGON ((-89.021261 44.460738, -89.021477 44.446139, -89.041988 44.446352, -89.041767 44.460848, -89.021261 44.460738))\", \"region_name\": \"Ogdensburg\", \"border_type\": \"village\", \"wikidata\": \"Q2224643\", \"wikipedia\": \"en:Ogdensburg, Wisconsin\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0011", "group": "raster_only", "template": "elevation_range+region", "question": "How much elevation spread does Fort Stockton, Texas have?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-102.901041 30.9015, -102.899234 30.901464, -102.897968 30.904982, -102.897814 30.905454, -102.895834 30.905432, -102.895834 30.906087, -102.895338 30.90614, -102.895333 30.906659, -102.896071 30.906605, -102.896747 30.906505, -102.897169 30.906426, -102.897389 30.906381, -102.897617 30.906314, -102.897989 30.90622, -102.898327 30.906109, -102.898696 30.905994, -102.899038 30.905867, -102.899357 30.905737, -102.899636 30.905601, -102.899975 30.905442, -102.90084 30.905015, -102.900995 30.904934, -102.901041 30.9015)), ((-102.867469 30.890144, -102.866935 30.890226, -102.866946 30.890922, -102.867474 30.890921, -102.867469 30.890144)), ((-102.889848 30.906349, -102.889824 30.905082, -102.888305 30.905087, -102.888318 30.903145, -102.884441 30.903152, -102.884415 30.905998, -102.884729 30.906276, -102.88724 30.906222, -102.887595 30.906245, -102.887896 30.906271, -102.888422 30.906335, -102.889272 30.906497, -102.889705 30.90656, -102.889991 30.906577, -102.890932 30.906576, -102.890925 30.906351, -102.889848 30.906349)), ((-102.8758 30.901895, -102.875301 30.901904, -102.874835 30.901898, -102.874791 30.90281, -102.87476 30.90281, -102.874756 30.902898, -102.874483 30.902907, -102.874025 30.902899, -102.874025 30.902143, -102.873779 30.90214, -102.871715 30.902161, -102.867341 30.902205, -102.867381 30.898631, -102.866383 30.898581, -102.866302 30.89858, -102.866305 30.898888, -102.866337 30.902268, -102.86635 30.902287, -102.867332 30.902708, -102.869476 30.903758, -102.87087 30.904511, -102.871215 30.904646, -102.87147 30.904727, -102.871681 30.904787, -102.871734 30.904793, -102.871735 30.904687, -102.87172 30.903733, -102.871717 30.903012, -102.874787 30.903012, -102.875788 30.903019, -102.8758 30.901895)), ((-102.872003 30.881101, -102.871469 30.880678, -102.869701 30.879493, -102.869393 30.879221, -102.868075 30.87811, -102.865808 30.877856, -102.86212 30.877517, -102.864008 30.882022, -102.86744 30.881298, -102.869546 30.881214, -102.871996 30.881177, -102.872003 30.881101)), ((-102.86752 30.892455, -102.867505 30.8921, -102.866984 30.892109, -102.866578 30.892082, -102.86656 30.892967, -102.867525 30.89298, -102.86752 30.892455)), ((-102.905479 30.895783, -102.901313 30.895756, -102.901321 30.895895, -102.904443 30.897842, -102.904707 30.897548, -102.904878 30.897407, -102.905067 30.897303, -102.905241 30.897254, -102.905478 30.897227, -102.905479 30.895783)), ((-102.869165 30.88103, -102.869015 30.881072, -102.867966 30.88113, -102.867642 30.880378, -102.866919 30.878701, -102.868014 30.878405, -102.868866 30.880322, -102.869165 30.88103)), ((-102.877995 30.902217, -102.877092 30.90223, -102.876878 30.902224, -102.876873 30.902583, -102.876828 30.903333, -102.877341 30.903341, -102.877987 30.902372, -102.878108 30.902211, -102.877995 30.902217)), ((-102.879041 30.903958, -102.879017 30.902566, -102.879023 30.902216, -102.87827 30.902211, -102.876632 30.904581, -102.876644 30.905461, -102.876881 30.905586, -102.876875 30.904846, -102.877948 30.904851, -102.879026 30.904844, -102.879041 30.903958)), ((-102.867479 30.891196, -102.866948 30.891181, -102.866488 30.891128, -102.866495 30.891747, -102.866975 30.891752, -102.866978 30.891839, -102.867497 30.891834, -102.867479 30.891196)), ((-102.920794 30.894791, -102.920778 30.894507, -102.91632 30.894441, -102.916951 30.894686, -102.917106 30.89479, -102.917217 30.894884, -102.917309 30.894978, -102.917871 30.89581, -102.914099 30.895778, -102.914109 30.894353, -102.913559 30.894345, -102.913563 30.895784, -102.913032 30.89578, -102.913058 30.89434, -102.912368 30.894331, -102.912378 30.895793, -102.909074 30.895807, -102.909076 30.89751, -102.909833 30.89751, -102.909869 30.898738, -102.909866 30.898741, -102.910491 30.898883, -102.910773 30.898941, -102.911139 30.898999, -102.911374 30.899005, -102.911679 30.899002, -102.91193 30.898976, -102.912196 30.89892, -102.91244 30.898857, -102.912725 30.898766, -102.913018 30.898638, -102.918749 30.89581, -102.920794 30.894791)), ((-102.851217 30.894272, -102.851353 30.894267, -102.85153 30.894289, -102.851694 30.894346, -102.851845 30.894419, -102.851988 30.894528, -102.852436 30.894935, -102.853417 30.895701, -102.853912 30.896013, -102.854479 30.89631, -102.856056 30.897157, -102.858808 30.898595, -102.858969 30.898393, -102.859111 30.898255, -102.859265 30.898162, -102.859487 30.898063, -102.859689 30.89802, -102.859881 30.897991, -102.860808 30.897954, -102.864255 30.897953, -102.864171 30.896802, -102.864188 30.894076, -102.863556 30.894065, -102.863934 30.893243, -102.864066 30.893139, -102.860515 30.893074, -102.860523 30.892933, -102.860508 30.892805, -102.866269 30.892954, -102.866303 30.891989, -102.866271 30.891004, -102.866281 30.890061, -102.865715 30.890057, -102.865032 30.890061, -102.865257 30.889526, -102.865922 30.889226, -102.866612 30.888904, -102.867391 30.888623, -102.867492 30.888554, -102.867659 30.888492, -102.867869 30.888431, -102.8679 30.889335, -102.867488 30.889549, -102.86747 30.889958, -102.868494 30.88992, -102.869457 30.88991, -102.869547 30.889914, -102.870508 30.889878, -102.871638 30.889918, -102.872441 30.88991, -102.872508 30.889912, -102.87241 30.889118, -102.872186 30.888068, -102.870676 30.884777, -102.861081 30.884618, -102.861129 30.883873, -102.861115 30.882338, -102.860579 30.88234, -102.85931 30.882365, -102.858961 30.881383, -102.858925 30.881344, -102.858849 30.881285, -102.856822 30.879961, -102.854472 30.879957, -102.85424 30.879967, -102.854243 30.878571, -102.853721 30.878558, -102.853736 30.877595, -102.850513 30.877619, -102.847301 30.877629, -102.844921 30.877651, -102.843771 30.877667, -102.843773 30.877397, -102.844916 30.877379, -102.847885 30.877356, -102.850276 30.877355, -102.860434 30.877234, -102.860538 30.877246, -102.862435 30.877395, -102.863727 30.877489, -102.865248 30.87762, -102.865763 30.877675, -102.868079 30.877914, -102.86845 30.878158, -102.869843 30.879271, -102.871561 30.880498, -102.873727 30.882187, -102.87368 30.879914, -102.87362 30.878181, -102.874626 30.878182, -102.874626 30.877481, -102.876741 30.877446, -102.87918 30.877419, -102.882906 30.877445, -102.882914 30.876542, -102.88441 30.876557, -102.884406 30.87565, -102.885306 30.875661, -102.885337 30.876516, -102.886542 30.876519, -102.886525 30.878532, -102.890899 30.878557, -102.890886 30.880476, -102.891233 30.880466, -102.891248 30.877501, -102.896939 30.877511, -102.896912 30.87992, -102.896917 30.881569, -102.904126 30.881536, -102.904154 30.888438, -102.906659 30.888466, -102.906664 30.887273, -102.906734 30.887274, -102.90721 30.887263, -102.908761 30.887264, -102.908863 30.887778, -102.908862 30.888692, -102.908846 30.889228, -102.911194 30.889267, -102.911215 30.889811, -102.91122 30.89177, -102.912413 30.891769, -102.912406 30.891976, -102.913414 30.891983, -102.913408 30.891797, -102.916401 30.891794, -102.916388 30.891286, -102.916749 30.891302, -102.916738 30.893044, -102.917639 30.893052, -102.917611 30.894175, -102.919409 30.894175, -102.919406 30.893067, -102.919983 30.893064, -102.919976 30.894171, -102.920642 30.894169, -102.920631 30.89344, -102.920917 30.893441, -102.920927 30.894181, -102.921246 30.894181, -102.921212 30.892973, -102.923993 30.892974, -102.92398 30.893483, -102.924298 30.893465, -102.924794 30.893439, -102.92518 30.893451, -102.927822 30.893513, -102.927836 30.894641, -102.926926 30.894625, -102.92663 30.894619, -102.926294 30.894663, -102.92593 30.894734, -102.925614 30.894815, -102.925044 30.894975, -102.922906 30.895688, -102.921965 30.895779, -102.92152 30.895941, -102.91363 30.899889, -102.912839 30.900519, -102.911524 30.902531, -102.910199 30.902927, -102.90771 30.903419, -102.907324 30.903409, -102.906866 30.903456, -102.906434 30.903535, -102.906826 30.90452, -102.905795 30.904836, -102.905372 30.903836, -102.905037 30.903962, -102.904719 30.904095, -102.902825 30.905034, -102.901133 30.905885, -102.900039 30.906439, -102.899155 30.906838, -102.899165 30.907113, -102.898757 30.907198, -102.898078 30.907456, -102.897573 30.907625, -102.897305 30.907645, -102.897457 30.907238, -102.896844 30.907362, -102.896488 30.90742, -102.896044 30.907484, -102.895654 30.907518, -102.895238 30.907544, -102.894704 30.907547, -102.890196 30.907593, -102.889626 30.907651, -102.888134 30.907919, -102.886888 30.908115, -102.88646 30.908154, -102.886261 30.908147, -102.886098 30.908102, -102.885971 30.908051, -102.885848 30.907966, -102.885716 30.907877, -102.885218 30.907878, -102.88524 30.908693, -102.884411 30.908688, -102.884412 30.908116, -102.884102 30.908111, -102.88409 30.909175, -102.883252 30.909187, -102.883252 30.909938, -102.882348 30.909947, -102.882355 30.909565, -102.881673 30.909565, -102.88167 30.910636, -102.88122 30.910852, -102.881265 30.908196, -102.875998 30.908918, -102.875669 30.908937, -102.87534 30.908935, -102.874964 30.90892, -102.874725 30.908894, -102.874408 30.90882, -102.874071 30.908723, -102.873562 30.908465, -102.873297 30.908214, -102.872982 30.907892, -102.872668 30.907533, -102.872577 30.907466, -102.872425 30.907411, -102.872249 30.907409, -102.872099 30.907376, -102.871978 30.907282, -102.87163 30.906938, -102.87141 30.906621, -102.870943 30.906221, -102.868265 30.904798, -102.866679 30.903954, -102.864944 30.90291, -102.860182 30.900459, -102.858377 30.89956, -102.854956 30.897822, -102.85358 30.897079, -102.852777 30.896726, -102.852153 30.89651, -102.85163 30.896354, -102.849702 30.895838, -102.849534 30.895734, -102.849426 30.895623, -102.849385 30.895493, -102.849376 30.895331, -102.849314 30.895237, -102.849186 30.895154, -102.848487 30.894843, -102.848299 30.8951, -102.848112 30.895356, -102.847841 30.895899, -102.847603 30.895808, -102.847892 30.895231, -102.847996 30.895067, -102.848 30.894584, -102.846833 30.893986, -102.846658 30.893961, -102.84643 30.893988, -102.846158 30.894015, -102.845982 30.893988, -102.845778 30.893918, -102.844707 30.893363, -102.844303 30.893169, -102.843921 30.893018, -102.843147 30.89282, -102.842739 30.892748, -102.842305 30.892687, -102.841757 30.892639, -102.841013 30.892619, -102.840873 30.884828, -102.847641 30.88486, -102.84746 30.892501, -102.847737 30.892534, -102.848521 30.89259, -102.849405 30.892621, -102.849644 30.892634, -102.849757 30.892656, -102.850926 30.892725, -102.850975 30.892723, -102.850962 30.893066, -102.850953 30.893531, -102.851067 30.893984, -102.851119 30.894118, -102.851217 30.894272)))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 63.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fort Stockton, Texas\", \"geo_wkt\": \"MULTIPOLYGON (((-102.901041 30.9015, -102.899234 30.901464, -102.897968 30.904982, -102.897814 30.905454, -102.895834 30.905432, -102.895834 30.906087, -102.895338 30.90614, -102.895333 30.906659, -102.896071 30.906605, -102.896747 30.906505, -102.897169 30.906426, -102.897389 30.906381, -102.897617 30.906314, -102.897989 30.90622, -102.898327 30.906109, -102.898696 30.905994, -102.899038 30.905867, -102.899357 30.905737, -102.899636 30.905601, -102.899975 30.905442, -102.90084 30.905015, -102.900995 30.904934, -102.901041 30.9015)), ((-102.867469 30.890144, -102.866935 30.890226, -102.866946 30.890922, -102.867474 30.890921, -102.867469 30.890144)), ((-102.889848 30.906349, -102.889824 30.905082, -102.888305 30.905087, -102.888318 30.903145, -102.884441 30.903152, -102.884415 30.905998, -102.884729 30.906276, -102.88724 30.906222, -102.887595 30.906245, -102.887896 30.906271, -102.888422 30.906335, -102.889272 30.906497, -102.889705 30.90656, -102.889991 30.906577, -102.890932 30.906576, -102.890925 30.906351, -102.889848 30.906349)), ((-102.8758 30.901895, -102.875301 30.901904, -102.874835 30.901898, -102.874791 30.90281, -102.87476 30.90281, -102.874756 30.902898, -102.874483 30.902907, -102.874025 30.902899, -102.874025 30.902143, -102.873779 30.90214, -102.871715 30.902161, -102.867341 30.902205, -102.867381 30.898631, -102.866383 30.898581, -102.866302 30.89858, -102.866305 30.898888, -102.866337 30.902268, -102.86635 30.902287, -102.867332 30.902708, -102.869476 30.903758, -102.87087 30.904511, -102.871215 30.904646, -102.87147 30.904727, -102.871681 30.904787, -102.871734 30.904793, -102.871735 30.904687, -102.87172 30.903733, -102.871717 30.903012, -102.874787 30.903012, -102.875788 30.903019, -102.8758 30.901895)), ((-102.872003 30.881101, -102.871469 30.880678, -102.869701 30.879493, -102.869393 30.879221, -102.868075 30.87811, -102.865808 30.877856, -102.86212 30.877517, -102.864008 30.882022, -102.86744 30.881298, -102.869546 30.881214, -102.871996 30.881177, -102.872003 30.881101)), ((-102.86752 30.892455, -102.867505 30.8921, -102.866984 30.892109, -102.866578 30.892082, -102.86656 30.892967, -102.867525 30.89298, -102.86752 30.892455)), ((-102.905479 30.895783, -102.901313 30.895756, -102.901321 30.895895, -102.904443 30.897842, -102.904707 30.897548, -102.904878 30.897407, -102.905067 30.897303, -102.905241 30.897254, -102.905478 30.897227, -102.905479 30.895783)), ((-102.869165 30.88103, -102.869015 30.881072, -102.867966 30.88113, -102.867642 30.880378, -102.866919 30.878701, -102.868014 30.878405, -102.868866 30.880322, -102.869165 30.88103)), ((-102.877995 30.902217, -102.877092 30.90223, -102.876878 30.902224, -102.876873 30.902583, -102.876828 30.903333, -102.877341 30.903341, -102.877987 30.902372, -102.878108 30.902211, -102.877995 30.902217)), ((-102.879041 30.903958, -102.879017 30.902566, -102.879023 30.902216, -102.87827 30.902211, -102.876632 30.904581, -102.876644 30.905461, -102.876881 30.905586, -102.876875 30.904846, -102.877948 30.904851, -102.879026 30.904844, -102.879041 30.903958)), ((-102.867479 30.891196, -102.866948 30.891181, -102.866488 30.891128, -102.866495 30.891747, -102.866975 30.891752, -102.866978 30.891839, -102.867497 30.891834, -102.867479 30.891196)), ((-102.920794 30.894791, -102.920778 30.894507, -102.91632 30.894441, -102.916951 30.894686, -102.917106 30.89479, -102.917217 30.894884, -102.917309 30.894978, -102.917871 30.89581, -102.914099 30.895778, -102.914109 30.894353, -102.913559 30.894345, -102.913563 30.895784, -102.913032 30.89578, -102.913058 30.89434, -102.912368 30.894331, -102.912378 30.895793, -102.909074 30.895807, -102.909076 30.89751, -102.909833 30.89751, -102.909869 30.898738, -102.909866 30.898741, -102.910491 30.898883, -102.910773 30.898941, -102.911139 30.898999, -102.911374 30.899005, -102.911679 30.899002, -102.91193 30.898976, -102.912196 30.89892, -102.91244 30.898857, -102.912725 30.898766, -102.913018 30.898638, -102.918749 30.89581, -102.920794 30.894791)), ((-102.851217 30.894272, -102.851353 30.894267, -102.85153 30.894289, -102.851694 30.894346, -102.851845 30.894419, -102.851988 30.894528, -102.852436 30.894935, -102.853417 30.895701, -102.853912 30.896013, -102.854479 30.89631, -102.856056 30.897157, -102.858808 30.898595, -102.858969 30.898393, -102.859111 30.898255, -102.859265 30.898162, -102.859487 30.898063, -102.859689 30.89802, -102.859881 30.897991, -102.860808 30.897954, -102.864255 30.897953, -102.864171 30.896802, -102.864188 30.894076, -102.863556 30.894065, -102.863934 30.893243, -102.864066 30.893139, -102.860515 30.893074, -102.860523 30.892933, -102.860508 30.892805, -102.866269 30.892954, -102.866303 30.891989, -102.866271 30.891004, -102.866281 30.890061, -102.865715 30.890057, -102.865032 30.890061, -102.865257 30.889526, -102.865922 30.889226, -102.866612 30.888904, -102.867391 30.888623, -102.867492 30.888554, -102.867659 30.888492, -102.867869 30.888431, -102.8679 30.889335, -102.867488 30.889549, -102.86747 30.889958, -102.868494 30.88992, -102.869457 30.88991, -102.869547 30.889914, -102.870508 30.889878, -102.871638 30.889918, -102.872441 30.88991, -102.872508 30.889912, -102.87241 30.889118, -102.872186 30.888068, -102.870676 30.884777, -102.861081 30.884618, -102.861129 30.883873, -102.861115 30.882338, -102.860579 30.88234, -102.85931 30.882365, -102.858961 30.881383, -102.858925 30.881344, -102.858849 30.881285, -102.856822 30.879961, -102.854472 30.879957, -102.85424 30.879967, -102.854243 30.878571, -102.853721 30.878558, -102.853736 30.877595, -102.850513 30.877619, -102.847301 30.877629, -102.844921 30.877651, -102.843771 30.877667, -102.843773 30.877397, -102.844916 30.877379, -102.847885 30.877356, -102.850276 30.877355, -102.860434 30.877234, -102.860538 30.877246, -102.862435 30.877395, -102.863727 30.877489, -102.865248 30.87762, -102.865763 30.877675, -102.868079 30.877914, -102.86845 30.878158, -102.869843 30.879271, -102.871561 30.880498, -102.873727 30.882187, -102.87368 30.879914, -102.87362 30.878181, -102.874626 30.878182, -102.874626 30.877481, -102.876741 30.877446, -102.87918 30.877419, -102.882906 30.877445, -102.882914 30.876542, -102.88441 30.876557, -102.884406 30.87565, -102.885306 30.875661, -102.885337 30.876516, -102.886542 30.876519, -102.886525 30.878532, -102.890899 30.878557, -102.890886 30.880476, -102.891233 30.880466, -102.891248 30.877501, -102.896939 30.877511, -102.896912 30.87992, -102.896917 30.881569, -102.904126 30.881536, -102.904154 30.888438, -102.906659 30.888466, -102.906664 30.887273, -102.906734 30.887274, -102.90721 30.887263, -102.908761 30.887264, -102.908863 30.887778, -102.908862 30.888692, -102.908846 30.889228, -102.911194 30.889267, -102.911215 30.889811, -102.91122 30.89177, -102.912413 30.891769, -102.912406 30.891976, -102.913414 30.891983, -102.913408 30.891797, -102.916401 30.891794, -102.916388 30.891286, -102.916749 30.891302, -102.916738 30.893044, -102.917639 30.893052, -102.917611 30.894175, -102.919409 30.894175, -102.919406 30.893067, -102.919983 30.893064, -102.919976 30.894171, -102.920642 30.894169, -102.920631 30.89344, -102.920917 30.893441, -102.920927 30.894181, -102.921246 30.894181, -102.921212 30.892973, -102.923993 30.892974, -102.92398 30.893483, -102.924298 30.893465, -102.924794 30.893439, -102.92518 30.893451, -102.927822 30.893513, -102.927836 30.894641, -102.926926 30.894625, -102.92663 30.894619, -102.926294 30.894663, -102.92593 30.894734, -102.925614 30.894815, -102.925044 30.894975, -102.922906 30.895688, -102.921965 30.895779, -102.92152 30.895941, -102.91363 30.899889, -102.912839 30.900519, -102.911524 30.902531, -102.910199 30.902927, -102.90771 30.903419, -102.907324 30.903409, -102.906866 30.903456, -102.906434 30.903535, -102.906826 30.90452, -102.905795 30.904836, -102.905372 30.903836, -102.905037 30.903962, -102.904719 30.904095, -102.902825 30.905034, -102.901133 30.905885, -102.900039 30.906439, -102.899155 30.906838, -102.899165 30.907113, -102.898757 30.907198, -102.898078 30.907456, -102.897573 30.907625, -102.897305 30.907645, -102.897457 30.907238, -102.896844 30.907362, -102.896488 30.90742, -102.896044 30.907484, -102.895654 30.907518, -102.895238 30.907544, -102.894704 30.907547, -102.890196 30.907593, -102.889626 30.907651, -102.888134 30.907919, -102.886888 30.908115, -102.88646 30.908154, -102.886261 30.908147, -102.886098 30.908102, -102.885971 30.908051, -102.885848 30.907966, -102.885716 30.907877, -102.885218 30.907878, -102.88524 30.908693, -102.884411 30.908688, -102.884412 30.908116, -102.884102 30.908111, -102.88409 30.909175, -102.883252 30.909187, -102.883252 30.909938, -102.882348 30.909947, -102.882355 30.909565, -102.881673 30.909565, -102.88167 30.910636, -102.88122 30.910852, -102.881265 30.908196, -102.875998 30.908918, -102.875669 30.908937, -102.87534 30.908935, -102.874964 30.90892, -102.874725 30.908894, -102.874408 30.90882, -102.874071 30.908723, -102.873562 30.908465, -102.873297 30.908214, -102.872982 30.907892, -102.872668 30.907533, -102.872577 30.907466, -102.872425 30.907411, -102.872249 30.907409, -102.872099 30.907376, -102.871978 30.907282, -102.87163 30.906938, -102.87141 30.906621, -102.870943 30.906221, -102.868265 30.904798, -102.866679 30.903954, -102.864944 30.90291, -102.860182 30.900459, -102.858377 30.89956, -102.854956 30.897822, -102.85358 30.897079, -102.852777 30.896726, -102.852153 30.89651, -102.85163 30.896354, -102.849702 30.895838, -102.849534 30.895734, -102.849426 30.895623, -102.849385 30.895493, -102.849376 30.895331, -102.849314 30.895237, -102.849186 30.895154, -102.848487 30.894843, -102.848299 30.8951, -102.848112 30.895356, -102.847841 30.895899, -102.847603 30.895808, -102.847892 30.895231, -102.847996 30.895067, -102.848 30.894584, -102.846833 30.893986, -102.846658 30.893961, -102.84643 30.893988, -102.846158 30.894015, -102.845982 30.893988, -102.845778 30.893918, -102.844707 30.893363, -102.844303 30.893169, -102.843921 30.893018, -102.843147 30.89282, -102.842739 30.892748, -102.842305 30.892687, -102.841757 30.892639, -102.841013 30.892619, -102.840873 30.884828, -102.847641 30.88486, -102.84746 30.892501, -102.847737 30.892534, -102.848521 30.89259, -102.849405 30.892621, -102.849644 30.892634, -102.849757 30.892656, -102.850926 30.892725, -102.850975 30.892723, -102.850962 30.893066, -102.850953 30.893531, -102.851067 30.893984, -102.851119 30.894118, -102.851217 30.894272)))\", \"region\": {\"id\": 3384, \"geometry\": \"MULTIPOLYGON (((-102.901041 30.9015, -102.899234 30.901464, -102.897968 30.904982, -102.897814 30.905454, -102.895834 30.905432, -102.895834 30.906087, -102.895338 30.90614, -102.895333 30.906659, -102.896071 30.906605, -102.896747 30.906505, -102.897169 30.906426, -102.897389 30.906381, -102.897617 30.906314, -102.897989 30.90622, -102.898327 30.906109, -102.898696 30.905994, -102.899038 30.905867, -102.899357 30.905737, -102.899636 30.905601, -102.899975 30.905442, -102.90084 30.905015, -102.900995 30.904934, -102.901041 30.9015)), ((-102.867469 30.890144, -102.866935 30.890226, -102.866946 30.890922, -102.867474 30.890921, -102.867469 30.890144)), ((-102.889848 30.906349, -102.889824 30.905082, -102.888305 30.905087, -102.888318 30.903145, -102.884441 30.903152, -102.884415 30.905998, -102.884729 30.906276, -102.88724 30.906222, -102.887595 30.906245, -102.887896 30.906271, -102.888422 30.906335, -102.889272 30.906497, -102.889705 30.90656, -102.889991 30.906577, -102.890932 30.906576, -102.890925 30.906351, -102.889848 30.906349)), ((-102.8758 30.901895, -102.875301 30.901904, -102.874835 30.901898, -102.874791 30.90281, -102.87476 30.90281, -102.874756 30.902898, -102.874483 30.902907, -102.874025 30.902899, -102.874025 30.902143, -102.873779 30.90214, -102.871715 30.902161, -102.867341 30.902205, -102.867381 30.898631, -102.866383 30.898581, -102.866302 30.89858, -102.866305 30.898888, -102.866337 30.902268, -102.86635 30.902287, -102.867332 30.902708, -102.869476 30.903758, -102.87087 30.904511, -102.871215 30.904646, -102.87147 30.904727, -102.871681 30.904787, -102.871734 30.904793, -102.871735 30.904687, -102.87172 30.903733, -102.871717 30.903012, -102.874787 30.903012, -102.875788 30.903019, -102.8758 30.901895)), ((-102.872003 30.881101, -102.871469 30.880678, -102.869701 30.879493, -102.869393 30.879221, -102.868075 30.87811, -102.865808 30.877856, -102.86212 30.877517, -102.864008 30.882022, -102.86744 30.881298, -102.869546 30.881214, -102.871996 30.881177, -102.872003 30.881101)), ((-102.86752 30.892455, -102.867505 30.8921, -102.866984 30.892109, -102.866578 30.892082, -102.86656 30.892967, -102.867525 30.89298, -102.86752 30.892455)), ((-102.905479 30.895783, -102.901313 30.895756, -102.901321 30.895895, -102.904443 30.897842, -102.904707 30.897548, -102.904878 30.897407, -102.905067 30.897303, -102.905241 30.897254, -102.905478 30.897227, -102.905479 30.895783)), ((-102.869165 30.88103, -102.869015 30.881072, -102.867966 30.88113, -102.867642 30.880378, -102.866919 30.878701, -102.868014 30.878405, -102.868866 30.880322, -102.869165 30.88103)), ((-102.877995 30.902217, -102.877092 30.90223, -102.876878 30.902224, -102.876873 30.902583, -102.876828 30.903333, -102.877341 30.903341, -102.877987 30.902372, -102.878108 30.902211, -102.877995 30.902217)), ((-102.879041 30.903958, -102.879017 30.902566, -102.879023 30.902216, -102.87827 30.902211, -102.876632 30.904581, -102.876644 30.905461, -102.876881 30.905586, -102.876875 30.904846, -102.877948 30.904851, -102.879026 30.904844, -102.879041 30.903958)), ((-102.867479 30.891196, -102.866948 30.891181, -102.866488 30.891128, -102.866495 30.891747, -102.866975 30.891752, -102.866978 30.891839, -102.867497 30.891834, -102.867479 30.891196)), ((-102.920794 30.894791, -102.920778 30.894507, -102.91632 30.894441, -102.916951 30.894686, -102.917106 30.89479, -102.917217 30.894884, -102.917309 30.894978, -102.917871 30.89581, -102.914099 30.895778, -102.914109 30.894353, -102.913559 30.894345, -102.913563 30.895784, -102.913032 30.89578, -102.913058 30.89434, -102.912368 30.894331, -102.912378 30.895793, -102.909074 30.895807, -102.909076 30.89751, -102.909833 30.89751, -102.909869 30.898738, -102.909866 30.898741, -102.910491 30.898883, -102.910773 30.898941, -102.911139 30.898999, -102.911374 30.899005, -102.911679 30.899002, -102.91193 30.898976, -102.912196 30.89892, -102.91244 30.898857, -102.912725 30.898766, -102.913018 30.898638, -102.918749 30.89581, -102.920794 30.894791)), ((-102.851217 30.894272, -102.851353 30.894267, -102.85153 30.894289, -102.851694 30.894346, -102.851845 30.894419, -102.851988 30.894528, -102.852436 30.894935, -102.853417 30.895701, -102.853912 30.896013, -102.854479 30.89631, -102.856056 30.897157, -102.858808 30.898595, -102.858969 30.898393, -102.859111 30.898255, -102.859265 30.898162, -102.859487 30.898063, -102.859689 30.89802, -102.859881 30.897991, -102.860808 30.897954, -102.864255 30.897953, -102.864171 30.896802, -102.864188 30.894076, -102.863556 30.894065, -102.863934 30.893243, -102.864066 30.893139, -102.860515 30.893074, -102.860523 30.892933, -102.860508 30.892805, -102.866269 30.892954, -102.866303 30.891989, -102.866271 30.891004, -102.866281 30.890061, -102.865715 30.890057, -102.865032 30.890061, -102.865257 30.889526, -102.865922 30.889226, -102.866612 30.888904, -102.867391 30.888623, -102.867492 30.888554, -102.867659 30.888492, -102.867869 30.888431, -102.8679 30.889335, -102.867488 30.889549, -102.86747 30.889958, -102.868494 30.88992, -102.869457 30.88991, -102.869547 30.889914, -102.870508 30.889878, -102.871638 30.889918, -102.872441 30.88991, -102.872508 30.889912, -102.87241 30.889118, -102.872186 30.888068, -102.870676 30.884777, -102.861081 30.884618, -102.861129 30.883873, -102.861115 30.882338, -102.860579 30.88234, -102.85931 30.882365, -102.858961 30.881383, -102.858925 30.881344, -102.858849 30.881285, -102.856822 30.879961, -102.854472 30.879957, -102.85424 30.879967, -102.854243 30.878571, -102.853721 30.878558, -102.853736 30.877595, -102.850513 30.877619, -102.847301 30.877629, -102.844921 30.877651, -102.843771 30.877667, -102.843773 30.877397, -102.844916 30.877379, -102.847885 30.877356, -102.850276 30.877355, -102.860434 30.877234, -102.860538 30.877246, -102.862435 30.877395, -102.863727 30.877489, -102.865248 30.87762, -102.865763 30.877675, -102.868079 30.877914, -102.86845 30.878158, -102.869843 30.879271, -102.871561 30.880498, -102.873727 30.882187, -102.87368 30.879914, -102.87362 30.878181, -102.874626 30.878182, -102.874626 30.877481, -102.876741 30.877446, -102.87918 30.877419, -102.882906 30.877445, -102.882914 30.876542, -102.88441 30.876557, -102.884406 30.87565, -102.885306 30.875661, -102.885337 30.876516, -102.886542 30.876519, -102.886525 30.878532, -102.890899 30.878557, -102.890886 30.880476, -102.891233 30.880466, -102.891248 30.877501, -102.896939 30.877511, -102.896912 30.87992, -102.896917 30.881569, -102.904126 30.881536, -102.904154 30.888438, -102.906659 30.888466, -102.906664 30.887273, -102.906734 30.887274, -102.90721 30.887263, -102.908761 30.887264, -102.908863 30.887778, -102.908862 30.888692, -102.908846 30.889228, -102.911194 30.889267, -102.911215 30.889811, -102.91122 30.89177, -102.912413 30.891769, -102.912406 30.891976, -102.913414 30.891983, -102.913408 30.891797, -102.916401 30.891794, -102.916388 30.891286, -102.916749 30.891302, -102.916738 30.893044, -102.917639 30.893052, -102.917611 30.894175, -102.919409 30.894175, -102.919406 30.893067, -102.919983 30.893064, -102.919976 30.894171, -102.920642 30.894169, -102.920631 30.89344, -102.920917 30.893441, -102.920927 30.894181, -102.921246 30.894181, -102.921212 30.892973, -102.923993 30.892974, -102.92398 30.893483, -102.924298 30.893465, -102.924794 30.893439, -102.92518 30.893451, -102.927822 30.893513, -102.927836 30.894641, -102.926926 30.894625, -102.92663 30.894619, -102.926294 30.894663, -102.92593 30.894734, -102.925614 30.894815, -102.925044 30.894975, -102.922906 30.895688, -102.921965 30.895779, -102.92152 30.895941, -102.91363 30.899889, -102.912839 30.900519, -102.911524 30.902531, -102.910199 30.902927, -102.90771 30.903419, -102.907324 30.903409, -102.906866 30.903456, -102.906434 30.903535, -102.906826 30.90452, -102.905795 30.904836, -102.905372 30.903836, -102.905037 30.903962, -102.904719 30.904095, -102.902825 30.905034, -102.901133 30.905885, -102.900039 30.906439, -102.899155 30.906838, -102.899165 30.907113, -102.898757 30.907198, -102.898078 30.907456, -102.897573 30.907625, -102.897305 30.907645, -102.897457 30.907238, -102.896844 30.907362, -102.896488 30.90742, -102.896044 30.907484, -102.895654 30.907518, -102.895238 30.907544, -102.894704 30.907547, -102.890196 30.907593, -102.889626 30.907651, -102.888134 30.907919, -102.886888 30.908115, -102.88646 30.908154, -102.886261 30.908147, -102.886098 30.908102, -102.885971 30.908051, -102.885848 30.907966, -102.885716 30.907877, -102.885218 30.907878, -102.88524 30.908693, -102.884411 30.908688, -102.884412 30.908116, -102.884102 30.908111, -102.88409 30.909175, -102.883252 30.909187, -102.883252 30.909938, -102.882348 30.909947, -102.882355 30.909565, -102.881673 30.909565, -102.88167 30.910636, -102.88122 30.910852, -102.881265 30.908196, -102.875998 30.908918, -102.875669 30.908937, -102.87534 30.908935, -102.874964 30.90892, -102.874725 30.908894, -102.874408 30.90882, -102.874071 30.908723, -102.873562 30.908465, -102.873297 30.908214, -102.872982 30.907892, -102.872668 30.907533, -102.872577 30.907466, -102.872425 30.907411, -102.872249 30.907409, -102.872099 30.907376, -102.871978 30.907282, -102.87163 30.906938, -102.87141 30.906621, -102.870943 30.906221, -102.868265 30.904798, -102.866679 30.903954, -102.864944 30.90291, -102.860182 30.900459, -102.858377 30.89956, -102.854956 30.897822, -102.85358 30.897079, -102.852777 30.896726, -102.852153 30.89651, -102.85163 30.896354, -102.849702 30.895838, -102.849534 30.895734, -102.849426 30.895623, -102.849385 30.895493, -102.849376 30.895331, -102.849314 30.895237, -102.849186 30.895154, -102.848487 30.894843, -102.848299 30.8951, -102.848112 30.895356, -102.847841 30.895899, -102.847603 30.895808, -102.847892 30.895231, -102.847996 30.895067, -102.848 30.894584, -102.846833 30.893986, -102.846658 30.893961, -102.84643 30.893988, -102.846158 30.894015, -102.845982 30.893988, -102.845778 30.893918, -102.844707 30.893363, -102.844303 30.893169, -102.843921 30.893018, -102.843147 30.89282, -102.842739 30.892748, -102.842305 30.892687, -102.841757 30.892639, -102.841013 30.892619, -102.840873 30.884828, -102.847641 30.88486, -102.84746 30.892501, -102.847737 30.892534, -102.848521 30.89259, -102.849405 30.892621, -102.849644 30.892634, -102.849757 30.892656, -102.850926 30.892725, -102.850975 30.892723, -102.850962 30.893066, -102.850953 30.893531, -102.851067 30.893984, -102.851119 30.894118, -102.851217 30.894272)))\", \"region_name\": \"Fort Stockton\", \"border_type\": \"town\", \"wikidata\": \"Q979901\", \"wikipedia\": \"en:Fort Stockton, Texas\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0012", "group": "raster_only", "template": "elevation_range+region", "question": "What is the vertical range across Harris, Minnesota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-93.022091 45.557235, -93.022088 45.55736, -93.021955 45.564425, -93.021955 45.564479, -93.021957 45.564967, -93.021967 45.568107, -93.021943 45.571709, -93.021914 45.576135, -93.021896 45.578908, -93.021812 45.579938, -93.021819 45.580473, -93.021841 45.582257, -93.021846 45.584109, -93.021851 45.586146, -93.021861 45.587052, -93.021865 45.58744, -93.021928 45.593148, -93.02193 45.593389, -93.021926 45.594864, -93.021926 45.595117, -93.021921 45.597009, -93.021914 45.60057, -93.02191 45.60063, -93.02191 45.601075, -93.021908 45.60159, -93.021901 45.603653, -93.021964 45.607872, -93.022094 45.617179, -93.022156 45.621255, -93.022133 45.621595, -93.022071 45.624619, -93.022087 45.625906, -93.022116 45.628409, -93.022128 45.629489, -93.02223 45.633108, -93.022329 45.636701, -93.02237 45.638761, -93.0224 45.640306, -93.022401 45.640334, -93.022404 45.640393, -93.022474 45.644088, -93.012264 45.644049, -93.012008 45.64405, -93.002083 45.644085, -92.994458 45.644102, -92.992484 45.644128, -92.992147 45.644124, -92.99187 45.644115, -92.991634 45.644107, -92.98659 45.644067, -92.976252 45.643984, -92.968678 45.643923, -92.966071 45.643901, -92.960875 45.643896, -92.960869 45.643372, -92.960863 45.643035, -92.960854 45.642181, -92.960828 45.640122, -92.960786 45.63685, -92.960764 45.635741, -92.960691 45.632088, -92.960672 45.631159, -92.960641 45.629608, -92.960589 45.625994, -92.960559 45.623868, -92.96055 45.623201, -92.960538 45.62237, -92.960532 45.621545, -92.960509 45.618565, -92.96055 45.617762, -92.960498 45.616894, -92.960486 45.615077, -92.960487 45.614186, -92.960494 45.61036, -92.960498 45.607789, -92.960498 45.607713, -92.960507 45.602075, -92.960509 45.600568, -92.960578 45.595572, -92.96061 45.593317, -92.960618 45.593202, -92.960585 45.589733, -92.959282 45.589731, -92.95762 45.589728, -92.955402 45.589725, -92.950228 45.589717, -92.950219 45.590924, -92.946837 45.590929, -92.945772 45.590933, -92.945771 45.590665, -92.945772 45.589727, -92.945488 45.588943, -92.945475 45.588902, -92.945568 45.588821, -92.945805 45.58855, -92.946006 45.588291, -92.946219 45.588022, -92.946412 45.587811, -92.946597 45.587658, -92.948013 45.586786, -92.949008 45.586284, -92.94934 45.586151, -92.949454 45.58612, -92.944965 45.586157, -92.939724 45.586194, -92.939727 45.586101, -92.93976 45.582503, -92.939762 45.582332, -92.939796 45.57889, -92.939792 45.578574, -92.939825 45.576639, -92.939838 45.575625, -92.939841 45.575372, -92.939854 45.57495, -92.939919 45.57164, -92.939852 45.567231, -92.939792 45.5646, -92.939758 45.561471, -92.939726 45.55844, -92.939713 45.557209, -92.943673 45.557193, -92.9485 45.557173, -92.949988 45.557167, -92.955643 45.557161, -92.955817 45.557161, -92.960292 45.557157, -92.960596 45.557157, -92.962425 45.557157, -92.973095 45.557154, -92.974865 45.557153, -92.977647 45.557152, -92.97798 45.557152, -92.980094 45.557151, -92.980672 45.557151, -92.98087 45.557151, -92.990529 45.557035, -92.990853 45.557031, -92.996417 45.557028, -93.022091 45.557235))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 119.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Harris, Minnesota\", \"geo_wkt\": \"POLYGON ((-93.022091 45.557235, -93.022088 45.55736, -93.021955 45.564425, -93.021955 45.564479, -93.021957 45.564967, -93.021967 45.568107, -93.021943 45.571709, -93.021914 45.576135, -93.021896 45.578908, -93.021812 45.579938, -93.021819 45.580473, -93.021841 45.582257, -93.021846 45.584109, -93.021851 45.586146, -93.021861 45.587052, -93.021865 45.58744, -93.021928 45.593148, -93.02193 45.593389, -93.021926 45.594864, -93.021926 45.595117, -93.021921 45.597009, -93.021914 45.60057, -93.02191 45.60063, -93.02191 45.601075, -93.021908 45.60159, -93.021901 45.603653, -93.021964 45.607872, -93.022094 45.617179, -93.022156 45.621255, -93.022133 45.621595, -93.022071 45.624619, -93.022087 45.625906, -93.022116 45.628409, -93.022128 45.629489, -93.02223 45.633108, -93.022329 45.636701, -93.02237 45.638761, -93.0224 45.640306, -93.022401 45.640334, -93.022404 45.640393, -93.022474 45.644088, -93.012264 45.644049, -93.012008 45.64405, -93.002083 45.644085, -92.994458 45.644102, -92.992484 45.644128, -92.992147 45.644124, -92.99187 45.644115, -92.991634 45.644107, -92.98659 45.644067, -92.976252 45.643984, -92.968678 45.643923, -92.966071 45.643901, -92.960875 45.643896, -92.960869 45.643372, -92.960863 45.643035, -92.960854 45.642181, -92.960828 45.640122, -92.960786 45.63685, -92.960764 45.635741, -92.960691 45.632088, -92.960672 45.631159, -92.960641 45.629608, -92.960589 45.625994, -92.960559 45.623868, -92.96055 45.623201, -92.960538 45.62237, -92.960532 45.621545, -92.960509 45.618565, -92.96055 45.617762, -92.960498 45.616894, -92.960486 45.615077, -92.960487 45.614186, -92.960494 45.61036, -92.960498 45.607789, -92.960498 45.607713, -92.960507 45.602075, -92.960509 45.600568, -92.960578 45.595572, -92.96061 45.593317, -92.960618 45.593202, -92.960585 45.589733, -92.959282 45.589731, -92.95762 45.589728, -92.955402 45.589725, -92.950228 45.589717, -92.950219 45.590924, -92.946837 45.590929, -92.945772 45.590933, -92.945771 45.590665, -92.945772 45.589727, -92.945488 45.588943, -92.945475 45.588902, -92.945568 45.588821, -92.945805 45.58855, -92.946006 45.588291, -92.946219 45.588022, -92.946412 45.587811, -92.946597 45.587658, -92.948013 45.586786, -92.949008 45.586284, -92.94934 45.586151, -92.949454 45.58612, -92.944965 45.586157, -92.939724 45.586194, -92.939727 45.586101, -92.93976 45.582503, -92.939762 45.582332, -92.939796 45.57889, -92.939792 45.578574, -92.939825 45.576639, -92.939838 45.575625, -92.939841 45.575372, -92.939854 45.57495, -92.939919 45.57164, -92.939852 45.567231, -92.939792 45.5646, -92.939758 45.561471, -92.939726 45.55844, -92.939713 45.557209, -92.943673 45.557193, -92.9485 45.557173, -92.949988 45.557167, -92.955643 45.557161, -92.955817 45.557161, -92.960292 45.557157, -92.960596 45.557157, -92.962425 45.557157, -92.973095 45.557154, -92.974865 45.557153, -92.977647 45.557152, -92.97798 45.557152, -92.980094 45.557151, -92.980672 45.557151, -92.98087 45.557151, -92.990529 45.557035, -92.990853 45.557031, -92.996417 45.557028, -93.022091 45.557235))\", \"region\": {\"id\": 9840, \"geometry\": \"POLYGON ((-93.022091 45.557235, -93.022088 45.55736, -93.021955 45.564425, -93.021955 45.564479, -93.021957 45.564967, -93.021967 45.568107, -93.021943 45.571709, -93.021914 45.576135, -93.021896 45.578908, -93.021812 45.579938, -93.021819 45.580473, -93.021841 45.582257, -93.021846 45.584109, -93.021851 45.586146, -93.021861 45.587052, -93.021865 45.58744, -93.021928 45.593148, -93.02193 45.593389, -93.021926 45.594864, -93.021926 45.595117, -93.021921 45.597009, -93.021914 45.60057, -93.02191 45.60063, -93.02191 45.601075, -93.021908 45.60159, -93.021901 45.603653, -93.021964 45.607872, -93.022094 45.617179, -93.022156 45.621255, -93.022133 45.621595, -93.022071 45.624619, -93.022087 45.625906, -93.022116 45.628409, -93.022128 45.629489, -93.02223 45.633108, -93.022329 45.636701, -93.02237 45.638761, -93.0224 45.640306, -93.022401 45.640334, -93.022404 45.640393, -93.022474 45.644088, -93.012264 45.644049, -93.012008 45.64405, -93.002083 45.644085, -92.994458 45.644102, -92.992484 45.644128, -92.992147 45.644124, -92.99187 45.644115, -92.991634 45.644107, -92.98659 45.644067, -92.976252 45.643984, -92.968678 45.643923, -92.966071 45.643901, -92.960875 45.643896, -92.960869 45.643372, -92.960863 45.643035, -92.960854 45.642181, -92.960828 45.640122, -92.960786 45.63685, -92.960764 45.635741, -92.960691 45.632088, -92.960672 45.631159, -92.960641 45.629608, -92.960589 45.625994, -92.960559 45.623868, -92.96055 45.623201, -92.960538 45.62237, -92.960532 45.621545, -92.960509 45.618565, -92.96055 45.617762, -92.960498 45.616894, -92.960486 45.615077, -92.960487 45.614186, -92.960494 45.61036, -92.960498 45.607789, -92.960498 45.607713, -92.960507 45.602075, -92.960509 45.600568, -92.960578 45.595572, -92.96061 45.593317, -92.960618 45.593202, -92.960585 45.589733, -92.959282 45.589731, -92.95762 45.589728, -92.955402 45.589725, -92.950228 45.589717, -92.950219 45.590924, -92.946837 45.590929, -92.945772 45.590933, -92.945771 45.590665, -92.945772 45.589727, -92.945488 45.588943, -92.945475 45.588902, -92.945568 45.588821, -92.945805 45.58855, -92.946006 45.588291, -92.946219 45.588022, -92.946412 45.587811, -92.946597 45.587658, -92.948013 45.586786, -92.949008 45.586284, -92.94934 45.586151, -92.949454 45.58612, -92.944965 45.586157, -92.939724 45.586194, -92.939727 45.586101, -92.93976 45.582503, -92.939762 45.582332, -92.939796 45.57889, -92.939792 45.578574, -92.939825 45.576639, -92.939838 45.575625, -92.939841 45.575372, -92.939854 45.57495, -92.939919 45.57164, -92.939852 45.567231, -92.939792 45.5646, -92.939758 45.561471, -92.939726 45.55844, -92.939713 45.557209, -92.943673 45.557193, -92.9485 45.557173, -92.949988 45.557167, -92.955643 45.557161, -92.955817 45.557161, -92.960292 45.557157, -92.960596 45.557157, -92.962425 45.557157, -92.973095 45.557154, -92.974865 45.557153, -92.977647 45.557152, -92.97798 45.557152, -92.980094 45.557151, -92.980672 45.557151, -92.98087 45.557151, -92.990529 45.557035, -92.990853 45.557031, -92.996417 45.557028, -93.022091 45.557235))\", \"region_name\": \"Harris\", \"border_type\": \"city\", \"wikidata\": \"Q2231653\", \"wikipedia\": \"en:Harris, Minnesota\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0013", "group": "raster_only", "template": "elevation_range+region", "question": "What is the vertical range across Kildare, Oklahoma?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-97.053354 36.81074, -97.05346 36.811838, -97.052673 36.811841, -97.049614 36.811855, -97.04962 36.812234, -97.050021 36.812212, -97.050046 36.812539, -97.050083 36.813011, -97.049452 36.813023, -97.049442 36.812628, -97.04944 36.812542, -97.049393 36.81074, -97.049051 36.810741, -97.04599 36.81075, -97.045859 36.810747, -97.04546 36.81074, -97.04532 36.810738, -97.045504 36.810425, -97.04556 36.810321, -97.04594 36.809622, -97.046176 36.809191, -97.046228 36.809043, -97.046391 36.808591, -97.046403 36.808555, -97.04644 36.80845, -97.046453 36.808415, -97.046529 36.808259, -97.04676 36.807795, -97.047298 36.806712, -97.047326 36.806658, -97.047816 36.805811, -97.047708 36.805665, -97.048619 36.804013, -97.048923 36.803463, -97.049329 36.803438, -97.04933 36.80362, -97.049328 36.803694, -97.049308 36.804465, -97.049302 36.804722, -97.0493 36.80481, -97.049299 36.804842, -97.049296 36.805205, -97.049296 36.805327, -97.050331 36.80534, -97.050656 36.805345, -97.050716 36.806361, -97.052481 36.806329, -97.053349 36.806314, -97.053335 36.806482, -97.053301 36.806983, -97.053764 36.806986, -97.053873 36.806987, -97.053888 36.809774, -97.053894 36.81074, -97.053786 36.81074, -97.053462 36.81074, -97.053354 36.81074))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 23.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Kildare, Oklahoma\", \"geo_wkt\": \"POLYGON ((-97.053354 36.81074, -97.05346 36.811838, -97.052673 36.811841, -97.049614 36.811855, -97.04962 36.812234, -97.050021 36.812212, -97.050046 36.812539, -97.050083 36.813011, -97.049452 36.813023, -97.049442 36.812628, -97.04944 36.812542, -97.049393 36.81074, -97.049051 36.810741, -97.04599 36.81075, -97.045859 36.810747, -97.04546 36.81074, -97.04532 36.810738, -97.045504 36.810425, -97.04556 36.810321, -97.04594 36.809622, -97.046176 36.809191, -97.046228 36.809043, -97.046391 36.808591, -97.046403 36.808555, -97.04644 36.80845, -97.046453 36.808415, -97.046529 36.808259, -97.04676 36.807795, -97.047298 36.806712, -97.047326 36.806658, -97.047816 36.805811, -97.047708 36.805665, -97.048619 36.804013, -97.048923 36.803463, -97.049329 36.803438, -97.04933 36.80362, -97.049328 36.803694, -97.049308 36.804465, -97.049302 36.804722, -97.0493 36.80481, -97.049299 36.804842, -97.049296 36.805205, -97.049296 36.805327, -97.050331 36.80534, -97.050656 36.805345, -97.050716 36.806361, -97.052481 36.806329, -97.053349 36.806314, -97.053335 36.806482, -97.053301 36.806983, -97.053764 36.806986, -97.053873 36.806987, -97.053888 36.809774, -97.053894 36.81074, -97.053786 36.81074, -97.053462 36.81074, -97.053354 36.81074))\", \"region\": {\"id\": 9908, \"geometry\": \"POLYGON ((-97.053354 36.81074, -97.05346 36.811838, -97.052673 36.811841, -97.049614 36.811855, -97.04962 36.812234, -97.050021 36.812212, -97.050046 36.812539, -97.050083 36.813011, -97.049452 36.813023, -97.049442 36.812628, -97.04944 36.812542, -97.049393 36.81074, -97.049051 36.810741, -97.04599 36.81075, -97.045859 36.810747, -97.04546 36.81074, -97.04532 36.810738, -97.045504 36.810425, -97.04556 36.810321, -97.04594 36.809622, -97.046176 36.809191, -97.046228 36.809043, -97.046391 36.808591, -97.046403 36.808555, -97.04644 36.80845, -97.046453 36.808415, -97.046529 36.808259, -97.04676 36.807795, -97.047298 36.806712, -97.047326 36.806658, -97.047816 36.805811, -97.047708 36.805665, -97.048619 36.804013, -97.048923 36.803463, -97.049329 36.803438, -97.04933 36.80362, -97.049328 36.803694, -97.049308 36.804465, -97.049302 36.804722, -97.0493 36.80481, -97.049299 36.804842, -97.049296 36.805205, -97.049296 36.805327, -97.050331 36.80534, -97.050656 36.805345, -97.050716 36.806361, -97.052481 36.806329, -97.053349 36.806314, -97.053335 36.806482, -97.053301 36.806983, -97.053764 36.806986, -97.053873 36.806987, -97.053888 36.809774, -97.053894 36.81074, -97.053786 36.81074, -97.053462 36.81074, -97.053354 36.81074))\", \"region_name\": \"Kildare\", \"border_type\": \"town\", \"wikidata\": \"Q3287497\", \"wikipedia\": \"en:Kildare, Oklahoma\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0014", "group": "raster_only", "template": "elevation_range+region", "question": "What is the difference between highest and lowest elevation in Ness City, Kansas?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-99.903765 38.458674, -99.903771 38.4591, -99.902344 38.459102, -99.902304 38.459297, -99.900035 38.459232, -99.900063 38.45752, -99.895553 38.457741, -99.89563 38.458706, -99.893666 38.458736, -99.893498 38.457515, -99.895149 38.457499, -99.895098 38.454499, -99.892626 38.454408, -99.892886 38.452333, -99.895164 38.452638, -99.895223 38.451889, -99.898942 38.45189, -99.898898 38.450492, -99.900112 38.450533, -99.900124 38.446197, -99.900649 38.4462, -99.900755 38.442852, -99.903563 38.441798, -99.904994 38.441763, -99.905026 38.442843, -99.90622 38.442908, -99.90631 38.443046, -99.906396 38.448428, -99.908132 38.448437, -99.908085 38.445167, -99.911151 38.445141, -99.911241 38.446535, -99.910647 38.446523, -99.910496 38.447006, -99.910117 38.447052, -99.910379 38.450095, -99.911905 38.450488, -99.912558 38.450503, -99.912602 38.451902, -99.917313 38.451889, -99.917082 38.452962, -99.917359 38.452946, -99.917466 38.453738, -99.921218 38.453726, -99.922244 38.454624, -99.917014 38.454679, -99.917023 38.457832, -99.913311 38.457796, -99.913265 38.457286, -99.912239 38.457293, -99.912221 38.458244, -99.913053 38.459047, -99.913037 38.45957, -99.912981 38.461373, -99.912528 38.461356, -99.912557 38.464981, -99.907944 38.464935, -99.907907 38.462058, -99.905131 38.462099, -99.904867 38.45787, -99.904246 38.457979, -99.904341 38.458298, -99.904357 38.45867, -99.903765 38.458674))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 38.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ness City, Kansas\", \"geo_wkt\": \"POLYGON ((-99.903765 38.458674, -99.903771 38.4591, -99.902344 38.459102, -99.902304 38.459297, -99.900035 38.459232, -99.900063 38.45752, -99.895553 38.457741, -99.89563 38.458706, -99.893666 38.458736, -99.893498 38.457515, -99.895149 38.457499, -99.895098 38.454499, -99.892626 38.454408, -99.892886 38.452333, -99.895164 38.452638, -99.895223 38.451889, -99.898942 38.45189, -99.898898 38.450492, -99.900112 38.450533, -99.900124 38.446197, -99.900649 38.4462, -99.900755 38.442852, -99.903563 38.441798, -99.904994 38.441763, -99.905026 38.442843, -99.90622 38.442908, -99.90631 38.443046, -99.906396 38.448428, -99.908132 38.448437, -99.908085 38.445167, -99.911151 38.445141, -99.911241 38.446535, -99.910647 38.446523, -99.910496 38.447006, -99.910117 38.447052, -99.910379 38.450095, -99.911905 38.450488, -99.912558 38.450503, -99.912602 38.451902, -99.917313 38.451889, -99.917082 38.452962, -99.917359 38.452946, -99.917466 38.453738, -99.921218 38.453726, -99.922244 38.454624, -99.917014 38.454679, -99.917023 38.457832, -99.913311 38.457796, -99.913265 38.457286, -99.912239 38.457293, -99.912221 38.458244, -99.913053 38.459047, -99.913037 38.45957, -99.912981 38.461373, -99.912528 38.461356, -99.912557 38.464981, -99.907944 38.464935, -99.907907 38.462058, -99.905131 38.462099, -99.904867 38.45787, -99.904246 38.457979, -99.904341 38.458298, -99.904357 38.45867, -99.903765 38.458674))\", \"region\": {\"id\": 27113, \"geometry\": \"POLYGON ((-99.903765 38.458674, -99.903771 38.4591, -99.902344 38.459102, -99.902304 38.459297, -99.900035 38.459232, -99.900063 38.45752, -99.895553 38.457741, -99.89563 38.458706, -99.893666 38.458736, -99.893498 38.457515, -99.895149 38.457499, -99.895098 38.454499, -99.892626 38.454408, -99.892886 38.452333, -99.895164 38.452638, -99.895223 38.451889, -99.898942 38.45189, -99.898898 38.450492, -99.900112 38.450533, -99.900124 38.446197, -99.900649 38.4462, -99.900755 38.442852, -99.903563 38.441798, -99.904994 38.441763, -99.905026 38.442843, -99.90622 38.442908, -99.90631 38.443046, -99.906396 38.448428, -99.908132 38.448437, -99.908085 38.445167, -99.911151 38.445141, -99.911241 38.446535, -99.910647 38.446523, -99.910496 38.447006, -99.910117 38.447052, -99.910379 38.450095, -99.911905 38.450488, -99.912558 38.450503, -99.912602 38.451902, -99.917313 38.451889, -99.917082 38.452962, -99.917359 38.452946, -99.917466 38.453738, -99.921218 38.453726, -99.922244 38.454624, -99.917014 38.454679, -99.917023 38.457832, -99.913311 38.457796, -99.913265 38.457286, -99.912239 38.457293, -99.912221 38.458244, -99.913053 38.459047, -99.913037 38.45957, -99.912981 38.461373, -99.912528 38.461356, -99.912557 38.464981, -99.907944 38.464935, -99.907907 38.462058, -99.905131 38.462099, -99.904867 38.45787, -99.904246 38.457979, -99.904341 38.458298, -99.904357 38.45867, -99.903765 38.458674))\", \"region_name\": \"Ness City\", \"border_type\": \"city\", \"wikidata\": \"Q2233463\", \"wikipedia\": \"en:Ness City, Kansas\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0015", "group": "raster_only", "template": "elevation_range+region", "question": "What is the elevation range in Chickasaw, Alabama?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-88.072279 30.7822, -88.072472 30.782254, -88.072467 30.782366, -88.07246 30.782504, -88.072678 30.782645, -88.072673 30.78277, -88.072646 30.78343, -88.072696 30.783676, -88.072688 30.783868, -88.072652 30.784739, -88.072608 30.785796, -88.072608 30.785831, -88.072552 30.787269, -88.072506 30.788201, -88.075844 30.788358, -88.076028 30.788366, -88.07621 30.788377, -88.076582 30.788395, -88.076562 30.788563, -88.076756 30.788999, -88.077079 30.789233, -88.077464 30.789512, -88.078438 30.789844, -88.07908 30.790084, -88.079323 30.790395, -88.079865 30.791118, -88.08012 30.791457, -88.080564 30.791751, -88.080763 30.791407, -88.080893 30.791361, -88.080975 30.79129, -88.081039 30.791174, -88.081084 30.79107, -88.08109 30.791026, -88.081116 30.79096, -88.081154 30.790756, -88.08118 30.790703, -88.081339 30.790613, -88.081499 30.790524, -88.08155 30.790434, -88.081659 30.790325, -88.081749 30.79025, -88.081849 30.790185, -88.08199 30.790107, -88.082215 30.790012, -88.082474 30.789895, -88.082901 30.789669, -88.083234 30.789451, -88.083607 30.78922, -88.08367 30.789173, -88.083759 30.789097, -88.083835 30.789011, -88.083977 30.788833, -88.084156 30.788634, -88.084304 30.788507, -88.084408 30.788446, -88.084446 30.788432, -88.084607 30.788393, -88.084649 30.788388, -88.084733 30.788385, -88.084773 30.788394, -88.084856 30.788422, -88.084916 30.788742, -88.084912 30.788886, -88.084887 30.789136, -88.084819 30.789417, -88.084773 30.789629, -88.084764 30.789701, -88.084756 30.789988, -88.084721 30.79031, -88.0847 30.790379, -88.084493 30.790848, -88.084484 30.790883, -88.084477 30.790955, -88.084478 30.791063, -88.084489 30.791097, -88.08451 30.791128, -88.084564 30.791182, -88.084633 30.791222, -88.084752 30.791257, -88.084793 30.791262, -88.085001 30.791267, -88.085042 30.791265, -88.085247 30.791234, -88.085327 30.791213, -88.085483 30.791161, -88.085588 30.791103, -88.085673 30.791023, -88.085721 30.790965, -88.085764 30.790903, -88.08584 30.790698, -88.085902 30.79049, -88.0859 30.790454, -88.085844 30.790244, -88.085841 30.790172, -88.085845 30.7901, -88.085853 30.790065, -88.085868 30.790031, -88.085912 30.789971, -88.085941 30.789944, -88.086008 30.789902, -88.086045 30.789884, -88.086083 30.789872, -88.086125 30.789867, -88.086167 30.789869, -88.086246 30.789892, -88.086275 30.789915, -88.086359 30.79004, -88.086448 30.790116, -88.086499 30.790173, -88.086655 30.790292, -88.086755 30.790357, -88.086903 30.790461, -88.086977 30.790495, -88.087016 30.790508, -88.087218 30.790555, -88.087469 30.790573, -88.087677 30.790574, -88.087928 30.790588, -88.088135 30.790611, -88.088335 30.790659, -88.088454 30.790693, -88.088576 30.790716, -88.088618 30.790718, -88.088742 30.790701, -88.088776 30.790682, -88.088871 30.790611, -88.088944 30.790523, -88.088961 30.79049, -88.088981 30.790384, -88.088984 30.790348, -88.088981 30.790312, -88.088949 30.790135, -88.088906 30.789996, -88.088829 30.789791, -88.088809 30.789721, -88.088771 30.789618, -88.088739 30.789514, -88.088726 30.789443, -88.088728 30.789371, -88.088735 30.789336, -88.088753 30.789304, -88.088777 30.789274, -88.088841 30.789227, -88.088877 30.78921, -88.088957 30.78919, -88.088999 30.789187, -88.089041 30.789189, -88.089122 30.789205, -88.08916 30.789221, -88.089229 30.789262, -88.089289 30.789312, -88.089321 30.789378, -88.089346 30.789446, -88.08937 30.789552, -88.089408 30.789692, -88.089478 30.78986, -88.089525 30.78996, -88.089551 30.790028, -88.089645 30.790189, -88.089722 30.790274, -88.089753 30.790298, -88.089823 30.790338, -88.08986 30.790354, -88.089981 30.790383, -88.090023 30.790386, -88.090147 30.790374, -88.090313 30.790348, -88.090394 30.790335, -88.090635 30.790276, -88.090825 30.7902, -88.090933 30.790146, -88.091002 30.790105, -88.091094 30.790033, -88.091119 30.790004, -88.09123 30.78981, -88.091339 30.789577, -88.091418 30.789373, -88.091576 30.788927, -88.091616 30.788825, -88.091725 30.788672, -88.091751 30.788644, -88.091841 30.788568, -88.091994 30.788512, -88.092073 30.788488, -88.092406 30.788462, -88.09274 30.788444, -88.092904 30.788416, -88.093093 30.788342, -88.093163 30.788302, -88.093261 30.788236, -88.093323 30.788186, -88.093479 30.788018, -88.093538 30.787922, -88.093651 30.787654, -88.093667 30.787582, -88.093665 30.78751, -88.09366 30.787476, -88.093577 30.787196, -88.093563 30.787126, -88.093563 30.78709, -88.093581 30.787058, -88.093609 30.787032, -88.093739 30.786942, -88.093814 30.786908, -88.093895 30.786892, -88.093979 30.786894, -88.09402 30.7869, -88.094181 30.786936, -88.094219 30.786918, -88.094298 30.786896, -88.09434 30.786892, -88.094381 30.786892, -88.094547 30.786912, -88.094668 30.78694, -88.095039 30.786994, -88.095212 30.78704, -88.095249 30.787058, -88.095289 30.787068, -88.095371 30.787082, -88.095578 30.787104, -88.095782 30.787142, -88.095866 30.787144, -88.095949 30.787136, -88.095988 30.787124, -88.096094 30.787182, -88.096132 30.787198, -88.096372 30.78726, -88.096575 30.787302, -88.096977 30.787398, -88.097305 30.78745, -88.097513 30.787468, -88.09768 30.787472, -88.097812 30.787482, -88.097894 30.78747, -88.098143 30.78744, -88.098227 30.787436, -88.098436 30.787444, -88.098601 30.787432, -88.098631 30.787458, -88.098697 30.787502, -88.098807 30.787554, -88.098886 30.787578, -88.099132 30.787622, -88.099256 30.787638, -88.099422 30.78765, -88.099547 30.787666, -88.099916 30.787728, -88.100016 30.787732, -88.099966 30.787542, -88.099917 30.787352, -88.098542 30.783104, -88.09832 30.782396, -88.096932 30.777982, -88.095835 30.774257, -88.095387 30.772849, -88.095488 30.772668, -88.095533 30.7726, -88.095678 30.772381, -88.095896 30.772052, -88.095934 30.771947, -88.096023 30.771733, -88.096048 30.771689, -88.096163 30.771661, -88.096208 30.771645, -88.096265 30.771584, -88.096437 30.771469, -88.096793 30.771309, -88.097112 30.771199, -88.097188 30.771122, -88.097246 30.771006, -88.097239 30.770847, -88.097277 30.77072, -88.097303 30.770654, -88.097895 30.770038, -88.098029 30.769912, -88.098175 30.769851, -88.09878 30.769708, -88.099048 30.769697, -88.099162 30.76968, -88.099372 30.76957, -88.099411 30.769526, -88.099462 30.769411, -88.099532 30.769383, -88.099576 30.769405, -88.099621 30.769383, -88.099659 30.769279, -88.099754 30.769202, -88.099761 30.76913, -88.099742 30.769086, -88.099652 30.768998, -88.099621 30.768954, -88.099614 30.768894, -88.099646 30.76885, -88.099703 30.768844, -88.099799 30.768866, -88.099824 30.768833, -88.099868 30.768729, -88.099938 30.768591, -88.100046 30.768498, -88.100194 30.768421, -88.100294 30.768322, -88.100314 30.768223, -88.100346 30.768129, -88.100416 30.768035, -88.100466 30.768013, -88.100576 30.767931, -88.100702 30.767804, -88.100926 30.767683, -88.101008 30.767656, -88.101194 30.767374, -88.100812 30.767363, -88.10006 30.767271, -88.09974 30.7672, -88.099776 30.765919, -88.099772 30.765313, -88.099846 30.765322, -88.10014 30.765331, -88.100282 30.765455, -88.100672 30.76547, -88.100612 30.765384, -88.100574 30.76534, -88.10058 30.765318, -88.100536 30.765258, -88.100478 30.765071, -88.100364 30.764934, -88.100344 30.76484, -88.100344 30.764593, -88.100364 30.764538, -88.100388 30.764439, -88.100466 30.764257, -88.100478 30.764169, -88.100548 30.763982, -88.100548 30.763894, -88.10058 30.763751, -88.100594 30.763707, -88.100612 30.763657, -88.100644 30.763459, -88.10065 30.763311, -88.100694 30.763146, -88.100682 30.762975, -88.10065 30.762821, -88.100554 30.762678, -88.100528 30.762618, -88.10047 30.762535, -88.10044 30.762442, -88.100408 30.762387, -88.100382 30.76226, -88.10033 30.762167, -88.100298 30.762079, -88.100274 30.761864, -88.100258 30.761811, -88.100236 30.761733, -88.10014 30.76159, -88.100056 30.761507, -88.099922 30.761419, -88.099424 30.761249, -88.099376 30.761232, -88.09926 30.761216, -88.098962 30.76121, -88.098726 30.761194, -88.098336 30.761139, -88.098148 30.761065, -88.097974 30.760996, -88.09775 30.760958, -88.09768 30.760881, -88.097438 30.760672, -88.09719 30.760408, -88.096592 30.75988, -88.095974 30.759391, -88.09561 30.759, -88.095476 30.758868, -88.09547 30.758835, -88.095183 30.758577, -88.09511 30.758526, -88.094852 30.758346, -88.094469 30.758055, -88.094183 30.757703, -88.094081 30.757521, -88.09396 30.757263, -88.093947 30.757208, -88.093902 30.757131, -88.093839 30.756966, -88.093832 30.756905, -88.093794 30.756795, -88.093617 30.756735, -88.09324 30.756608, -88.093052 30.756577, -88.092988 30.756567, -88.09291 30.756562, -88.091523 30.756472, -88.091465 30.756456, -88.090059 30.756449, -88.088637 30.756436, -88.087196 30.756424, -88.085748 30.756418, -88.084326 30.756413, -88.082782 30.756405, -88.082311 30.756406, -88.079175 30.756417, -88.077051 30.75642, -88.075838 30.756424, -88.075899 30.756168, -88.075897 30.75605, -88.075897 30.755999, -88.076067 30.755187, -88.076067 30.755084, -88.076068 30.754985, -88.076083 30.753692, -88.076085 30.753335, -88.075959 30.753335, -88.075907 30.753336, -88.073404 30.753357, -88.073326 30.753363, -88.073117 30.753379, -88.073115 30.753534, -88.073123 30.754974, -88.0732 30.754966, -88.073208 30.755424, -88.072204 30.75556, -88.072504 30.75649, -88.07261 30.75682, -88.072418 30.756812, -88.072344 30.756806, -88.07229 30.7568, -88.072227 30.75679, -88.072164 30.75678, -88.072101 30.756768, -88.072039 30.756752, -88.071978 30.756736, -88.071917 30.756716, -88.071857 30.756696, -88.071833 30.756688, -88.071799 30.756674, -88.07174 30.75665, -88.071684 30.756624, -88.071474 30.756624, -88.070873 30.756626, -88.071704 30.759026, -88.072093 30.760148, -88.071924 30.760148, -88.071854 30.760148, -88.071756 30.76015, -88.071631 30.76015, -88.07111 30.760152, -88.070077 30.76016, -88.069423 30.760164, -88.06912 30.76016, -88.069125 30.760254, -88.069126 30.76055, -88.069122 30.760566, -88.069128 30.760798, -88.069129 30.760858, -88.069181 30.763808, -88.069186 30.76407, -88.068404 30.764068, -88.06612 30.764059, -88.064591 30.764045, -88.064164 30.764009, -88.063818 30.764, -88.063493 30.763992, -88.063167 30.763863, -88.062855 30.76369, -88.062763 30.76362, -88.06262 30.763565, -88.06237 30.763501, -88.061819 30.763433, -88.061668 30.763397, -88.061561 30.763323, -88.061237 30.762993, -88.060709 30.762479, -88.060478 30.762323, -88.060167 30.762212, -88.059883 30.762166, -88.057678 30.762166, -88.054687 30.762143, -88.054224 30.762089, -88.053914 30.762065, -88.053299 30.762053, -88.052335 30.762048, -88.05208 30.762032, -88.051841 30.761968, -88.05157 30.761817, -88.051452 30.761713, -88.051177 30.761175, -88.051134 30.761076, -88.051143 30.760603, -88.051172 30.759169, -88.050758 30.759172, -88.050232 30.759176, -88.050225 30.759096, -88.050212 30.758815, -88.050512 30.758778, -88.050748 30.758662, -88.051104 30.758516, -88.051297 30.758427, -88.052078 30.758008, -88.052545 30.758074, -88.052586 30.757981, -88.05262 30.757917, -88.052667 30.757863, -88.05271 30.757814, -88.052637 30.756141, -88.05267 30.756147, -88.052676 30.75584, -88.052679 30.755515, -88.052688 30.755165, -88.052684 30.755007, -88.052684 30.754981, -88.052683 30.754944, -88.052682 30.754746, -88.052684 30.754721, -88.052685 30.754705, -88.052686 30.754673, -88.052685 30.754475, -88.052686 30.754454, -88.052685 30.754434, -88.052683 30.754359, -88.052683 30.754336, -88.052682 30.75432, -88.052674 30.754287, -88.052671 30.75426, -88.052658 30.754235, -88.052645 30.754204, -88.052636 30.754184, -88.052626 30.754172, -88.052609 30.754159, -88.052589 30.754143, -88.052568 30.754132, -88.052547 30.754121, -88.052511 30.754111, -88.052463 30.754107, -88.052357 30.754102, -88.052247 30.754096, -88.052175 30.754094, -88.052067 30.754094, -88.052044 30.754094, -88.050685 30.754099, -88.05008 30.754115, -88.049959 30.754093, -88.049935 30.754086, -88.04989 30.754074, -88.049846 30.754072, -88.04979 30.754064, -88.049668 30.754055, -88.049611 30.754054, -88.04958 30.754057, -88.049544 30.754056, -88.049506 30.754057, -88.049475 30.754057, -88.04917 30.754051, -88.048988 30.754054, -88.048915 30.754061, -88.04888 30.754064, -88.048845 30.754066, -88.048804 30.754066, -88.048767 30.754065, -88.048725 30.754065, -88.048695 30.754065, -88.048652 30.754068, -88.04859 30.75407, -88.048175 30.75407, -88.047726 30.754076, -88.047729 30.754321, -88.047761 30.755568, -88.047853 30.756158, -88.048018 30.756831, -88.048051 30.756963, -88.048127 30.757285, -88.048271 30.758452, -88.048274 30.758483, -88.048366 30.759447, -88.048459 30.760299, -88.048554 30.761403, -88.048602 30.761643, -88.048746 30.761827, -88.050831 30.76448, -88.053481 30.764812, -88.055151 30.765022, -88.056111 30.765374, -88.056087 30.765979, -88.056028 30.767488, -88.055824 30.772737, -88.056168 30.77381, -88.056842 30.775989, -88.056931 30.776189, -88.057008 30.776429, -88.057597 30.778336, -88.057636 30.778463, -88.057661 30.778467, -88.057735 30.778477, -88.059457 30.778722, -88.061001 30.77838, -88.061717 30.777988, -88.062145 30.777722, -88.062236 30.777648, -88.062442 30.777469, -88.062509 30.777426, -88.062721 30.77731, -88.062759 30.777295, -88.06284 30.777275, -88.063043 30.777234, -88.063126 30.777221, -88.063501 30.777192, -88.063878 30.777192, -88.064003 30.777203, -88.064501 30.777261, -88.064538 30.777267, -88.064872 30.777317, -88.064912 30.777329, -88.06518 30.77743, -88.065319 30.777489, -88.065203 30.776943, -88.065147 30.776675, -88.065089 30.776399, -88.065484 30.776335, -88.069635 30.775665, -88.069945 30.775017, -88.070042 30.774606, -88.070109 30.774393, -88.07089 30.77194, -88.071223 30.771944, -88.071392 30.771387, -88.071408 30.771309, -88.071414 30.771231, -88.071454 30.77075, -88.072264 30.770821, -88.072328 30.770827, -88.073038 30.770884, -88.073369 30.770882, -88.073521 30.770882, -88.073518 30.770966, -88.073508 30.771383, -88.073501 30.771961, -88.073484 30.772167, -88.073304 30.773244, -88.073057 30.775708, -88.073053 30.775745, -88.072957 30.776703, -88.072536 30.780023, -88.072522 30.780189, -88.072321 30.781844, -88.072279 30.7822))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 40.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Chickasaw, Alabama\", \"geo_wkt\": \"POLYGON ((-88.072279 30.7822, -88.072472 30.782254, -88.072467 30.782366, -88.07246 30.782504, -88.072678 30.782645, -88.072673 30.78277, -88.072646 30.78343, -88.072696 30.783676, -88.072688 30.783868, -88.072652 30.784739, -88.072608 30.785796, -88.072608 30.785831, -88.072552 30.787269, -88.072506 30.788201, -88.075844 30.788358, -88.076028 30.788366, -88.07621 30.788377, -88.076582 30.788395, -88.076562 30.788563, -88.076756 30.788999, -88.077079 30.789233, -88.077464 30.789512, -88.078438 30.789844, -88.07908 30.790084, -88.079323 30.790395, -88.079865 30.791118, -88.08012 30.791457, -88.080564 30.791751, -88.080763 30.791407, -88.080893 30.791361, -88.080975 30.79129, -88.081039 30.791174, -88.081084 30.79107, -88.08109 30.791026, -88.081116 30.79096, -88.081154 30.790756, -88.08118 30.790703, -88.081339 30.790613, -88.081499 30.790524, -88.08155 30.790434, -88.081659 30.790325, -88.081749 30.79025, -88.081849 30.790185, -88.08199 30.790107, -88.082215 30.790012, -88.082474 30.789895, -88.082901 30.789669, -88.083234 30.789451, -88.083607 30.78922, -88.08367 30.789173, -88.083759 30.789097, -88.083835 30.789011, -88.083977 30.788833, -88.084156 30.788634, -88.084304 30.788507, -88.084408 30.788446, -88.084446 30.788432, -88.084607 30.788393, -88.084649 30.788388, -88.084733 30.788385, -88.084773 30.788394, -88.084856 30.788422, -88.084916 30.788742, -88.084912 30.788886, -88.084887 30.789136, -88.084819 30.789417, -88.084773 30.789629, -88.084764 30.789701, -88.084756 30.789988, -88.084721 30.79031, -88.0847 30.790379, -88.084493 30.790848, -88.084484 30.790883, -88.084477 30.790955, -88.084478 30.791063, -88.084489 30.791097, -88.08451 30.791128, -88.084564 30.791182, -88.084633 30.791222, -88.084752 30.791257, -88.084793 30.791262, -88.085001 30.791267, -88.085042 30.791265, -88.085247 30.791234, -88.085327 30.791213, -88.085483 30.791161, -88.085588 30.791103, -88.085673 30.791023, -88.085721 30.790965, -88.085764 30.790903, -88.08584 30.790698, -88.085902 30.79049, -88.0859 30.790454, -88.085844 30.790244, -88.085841 30.790172, -88.085845 30.7901, -88.085853 30.790065, -88.085868 30.790031, -88.085912 30.789971, -88.085941 30.789944, -88.086008 30.789902, -88.086045 30.789884, -88.086083 30.789872, -88.086125 30.789867, -88.086167 30.789869, -88.086246 30.789892, -88.086275 30.789915, -88.086359 30.79004, -88.086448 30.790116, -88.086499 30.790173, -88.086655 30.790292, -88.086755 30.790357, -88.086903 30.790461, -88.086977 30.790495, -88.087016 30.790508, -88.087218 30.790555, -88.087469 30.790573, -88.087677 30.790574, -88.087928 30.790588, -88.088135 30.790611, -88.088335 30.790659, -88.088454 30.790693, -88.088576 30.790716, -88.088618 30.790718, -88.088742 30.790701, -88.088776 30.790682, -88.088871 30.790611, -88.088944 30.790523, -88.088961 30.79049, -88.088981 30.790384, -88.088984 30.790348, -88.088981 30.790312, -88.088949 30.790135, -88.088906 30.789996, -88.088829 30.789791, -88.088809 30.789721, -88.088771 30.789618, -88.088739 30.789514, -88.088726 30.789443, -88.088728 30.789371, -88.088735 30.789336, -88.088753 30.789304, -88.088777 30.789274, -88.088841 30.789227, -88.088877 30.78921, -88.088957 30.78919, -88.088999 30.789187, -88.089041 30.789189, -88.089122 30.789205, -88.08916 30.789221, -88.089229 30.789262, -88.089289 30.789312, -88.089321 30.789378, -88.089346 30.789446, -88.08937 30.789552, -88.089408 30.789692, -88.089478 30.78986, -88.089525 30.78996, -88.089551 30.790028, -88.089645 30.790189, -88.089722 30.790274, -88.089753 30.790298, -88.089823 30.790338, -88.08986 30.790354, -88.089981 30.790383, -88.090023 30.790386, -88.090147 30.790374, -88.090313 30.790348, -88.090394 30.790335, -88.090635 30.790276, -88.090825 30.7902, -88.090933 30.790146, -88.091002 30.790105, -88.091094 30.790033, -88.091119 30.790004, -88.09123 30.78981, -88.091339 30.789577, -88.091418 30.789373, -88.091576 30.788927, -88.091616 30.788825, -88.091725 30.788672, -88.091751 30.788644, -88.091841 30.788568, -88.091994 30.788512, -88.092073 30.788488, -88.092406 30.788462, -88.09274 30.788444, -88.092904 30.788416, -88.093093 30.788342, -88.093163 30.788302, -88.093261 30.788236, -88.093323 30.788186, -88.093479 30.788018, -88.093538 30.787922, -88.093651 30.787654, -88.093667 30.787582, -88.093665 30.78751, -88.09366 30.787476, -88.093577 30.787196, -88.093563 30.787126, -88.093563 30.78709, -88.093581 30.787058, -88.093609 30.787032, -88.093739 30.786942, -88.093814 30.786908, -88.093895 30.786892, -88.093979 30.786894, -88.09402 30.7869, -88.094181 30.786936, -88.094219 30.786918, -88.094298 30.786896, -88.09434 30.786892, -88.094381 30.786892, -88.094547 30.786912, -88.094668 30.78694, -88.095039 30.786994, -88.095212 30.78704, -88.095249 30.787058, -88.095289 30.787068, -88.095371 30.787082, -88.095578 30.787104, -88.095782 30.787142, -88.095866 30.787144, -88.095949 30.787136, -88.095988 30.787124, -88.096094 30.787182, -88.096132 30.787198, -88.096372 30.78726, -88.096575 30.787302, -88.096977 30.787398, -88.097305 30.78745, -88.097513 30.787468, -88.09768 30.787472, -88.097812 30.787482, -88.097894 30.78747, -88.098143 30.78744, -88.098227 30.787436, -88.098436 30.787444, -88.098601 30.787432, -88.098631 30.787458, -88.098697 30.787502, -88.098807 30.787554, -88.098886 30.787578, -88.099132 30.787622, -88.099256 30.787638, -88.099422 30.78765, -88.099547 30.787666, -88.099916 30.787728, -88.100016 30.787732, -88.099966 30.787542, -88.099917 30.787352, -88.098542 30.783104, -88.09832 30.782396, -88.096932 30.777982, -88.095835 30.774257, -88.095387 30.772849, -88.095488 30.772668, -88.095533 30.7726, -88.095678 30.772381, -88.095896 30.772052, -88.095934 30.771947, -88.096023 30.771733, -88.096048 30.771689, -88.096163 30.771661, -88.096208 30.771645, -88.096265 30.771584, -88.096437 30.771469, -88.096793 30.771309, -88.097112 30.771199, -88.097188 30.771122, -88.097246 30.771006, -88.097239 30.770847, -88.097277 30.77072, -88.097303 30.770654, -88.097895 30.770038, -88.098029 30.769912, -88.098175 30.769851, -88.09878 30.769708, -88.099048 30.769697, -88.099162 30.76968, -88.099372 30.76957, -88.099411 30.769526, -88.099462 30.769411, -88.099532 30.769383, -88.099576 30.769405, -88.099621 30.769383, -88.099659 30.769279, -88.099754 30.769202, -88.099761 30.76913, -88.099742 30.769086, -88.099652 30.768998, -88.099621 30.768954, -88.099614 30.768894, -88.099646 30.76885, -88.099703 30.768844, -88.099799 30.768866, -88.099824 30.768833, -88.099868 30.768729, -88.099938 30.768591, -88.100046 30.768498, -88.100194 30.768421, -88.100294 30.768322, -88.100314 30.768223, -88.100346 30.768129, -88.100416 30.768035, -88.100466 30.768013, -88.100576 30.767931, -88.100702 30.767804, -88.100926 30.767683, -88.101008 30.767656, -88.101194 30.767374, -88.100812 30.767363, -88.10006 30.767271, -88.09974 30.7672, -88.099776 30.765919, -88.099772 30.765313, -88.099846 30.765322, -88.10014 30.765331, -88.100282 30.765455, -88.100672 30.76547, -88.100612 30.765384, -88.100574 30.76534, -88.10058 30.765318, -88.100536 30.765258, -88.100478 30.765071, -88.100364 30.764934, -88.100344 30.76484, -88.100344 30.764593, -88.100364 30.764538, -88.100388 30.764439, -88.100466 30.764257, -88.100478 30.764169, -88.100548 30.763982, -88.100548 30.763894, -88.10058 30.763751, -88.100594 30.763707, -88.100612 30.763657, -88.100644 30.763459, -88.10065 30.763311, -88.100694 30.763146, -88.100682 30.762975, -88.10065 30.762821, -88.100554 30.762678, -88.100528 30.762618, -88.10047 30.762535, -88.10044 30.762442, -88.100408 30.762387, -88.100382 30.76226, -88.10033 30.762167, -88.100298 30.762079, -88.100274 30.761864, -88.100258 30.761811, -88.100236 30.761733, -88.10014 30.76159, -88.100056 30.761507, -88.099922 30.761419, -88.099424 30.761249, -88.099376 30.761232, -88.09926 30.761216, -88.098962 30.76121, -88.098726 30.761194, -88.098336 30.761139, -88.098148 30.761065, -88.097974 30.760996, -88.09775 30.760958, -88.09768 30.760881, -88.097438 30.760672, -88.09719 30.760408, -88.096592 30.75988, -88.095974 30.759391, -88.09561 30.759, -88.095476 30.758868, -88.09547 30.758835, -88.095183 30.758577, -88.09511 30.758526, -88.094852 30.758346, -88.094469 30.758055, -88.094183 30.757703, -88.094081 30.757521, -88.09396 30.757263, -88.093947 30.757208, -88.093902 30.757131, -88.093839 30.756966, -88.093832 30.756905, -88.093794 30.756795, -88.093617 30.756735, -88.09324 30.756608, -88.093052 30.756577, -88.092988 30.756567, -88.09291 30.756562, -88.091523 30.756472, -88.091465 30.756456, -88.090059 30.756449, -88.088637 30.756436, -88.087196 30.756424, -88.085748 30.756418, -88.084326 30.756413, -88.082782 30.756405, -88.082311 30.756406, -88.079175 30.756417, -88.077051 30.75642, -88.075838 30.756424, -88.075899 30.756168, -88.075897 30.75605, -88.075897 30.755999, -88.076067 30.755187, -88.076067 30.755084, -88.076068 30.754985, -88.076083 30.753692, -88.076085 30.753335, -88.075959 30.753335, -88.075907 30.753336, -88.073404 30.753357, -88.073326 30.753363, -88.073117 30.753379, -88.073115 30.753534, -88.073123 30.754974, -88.0732 30.754966, -88.073208 30.755424, -88.072204 30.75556, -88.072504 30.75649, -88.07261 30.75682, -88.072418 30.756812, -88.072344 30.756806, -88.07229 30.7568, -88.072227 30.75679, -88.072164 30.75678, -88.072101 30.756768, -88.072039 30.756752, -88.071978 30.756736, -88.071917 30.756716, -88.071857 30.756696, -88.071833 30.756688, -88.071799 30.756674, -88.07174 30.75665, -88.071684 30.756624, -88.071474 30.756624, -88.070873 30.756626, -88.071704 30.759026, -88.072093 30.760148, -88.071924 30.760148, -88.071854 30.760148, -88.071756 30.76015, -88.071631 30.76015, -88.07111 30.760152, -88.070077 30.76016, -88.069423 30.760164, -88.06912 30.76016, -88.069125 30.760254, -88.069126 30.76055, -88.069122 30.760566, -88.069128 30.760798, -88.069129 30.760858, -88.069181 30.763808, -88.069186 30.76407, -88.068404 30.764068, -88.06612 30.764059, -88.064591 30.764045, -88.064164 30.764009, -88.063818 30.764, -88.063493 30.763992, -88.063167 30.763863, -88.062855 30.76369, -88.062763 30.76362, -88.06262 30.763565, -88.06237 30.763501, -88.061819 30.763433, -88.061668 30.763397, -88.061561 30.763323, -88.061237 30.762993, -88.060709 30.762479, -88.060478 30.762323, -88.060167 30.762212, -88.059883 30.762166, -88.057678 30.762166, -88.054687 30.762143, -88.054224 30.762089, -88.053914 30.762065, -88.053299 30.762053, -88.052335 30.762048, -88.05208 30.762032, -88.051841 30.761968, -88.05157 30.761817, -88.051452 30.761713, -88.051177 30.761175, -88.051134 30.761076, -88.051143 30.760603, -88.051172 30.759169, -88.050758 30.759172, -88.050232 30.759176, -88.050225 30.759096, -88.050212 30.758815, -88.050512 30.758778, -88.050748 30.758662, -88.051104 30.758516, -88.051297 30.758427, -88.052078 30.758008, -88.052545 30.758074, -88.052586 30.757981, -88.05262 30.757917, -88.052667 30.757863, -88.05271 30.757814, -88.052637 30.756141, -88.05267 30.756147, -88.052676 30.75584, -88.052679 30.755515, -88.052688 30.755165, -88.052684 30.755007, -88.052684 30.754981, -88.052683 30.754944, -88.052682 30.754746, -88.052684 30.754721, -88.052685 30.754705, -88.052686 30.754673, -88.052685 30.754475, -88.052686 30.754454, -88.052685 30.754434, -88.052683 30.754359, -88.052683 30.754336, -88.052682 30.75432, -88.052674 30.754287, -88.052671 30.75426, -88.052658 30.754235, -88.052645 30.754204, -88.052636 30.754184, -88.052626 30.754172, -88.052609 30.754159, -88.052589 30.754143, -88.052568 30.754132, -88.052547 30.754121, -88.052511 30.754111, -88.052463 30.754107, -88.052357 30.754102, -88.052247 30.754096, -88.052175 30.754094, -88.052067 30.754094, -88.052044 30.754094, -88.050685 30.754099, -88.05008 30.754115, -88.049959 30.754093, -88.049935 30.754086, -88.04989 30.754074, -88.049846 30.754072, -88.04979 30.754064, -88.049668 30.754055, -88.049611 30.754054, -88.04958 30.754057, -88.049544 30.754056, -88.049506 30.754057, -88.049475 30.754057, -88.04917 30.754051, -88.048988 30.754054, -88.048915 30.754061, -88.04888 30.754064, -88.048845 30.754066, -88.048804 30.754066, -88.048767 30.754065, -88.048725 30.754065, -88.048695 30.754065, -88.048652 30.754068, -88.04859 30.75407, -88.048175 30.75407, -88.047726 30.754076, -88.047729 30.754321, -88.047761 30.755568, -88.047853 30.756158, -88.048018 30.756831, -88.048051 30.756963, -88.048127 30.757285, -88.048271 30.758452, -88.048274 30.758483, -88.048366 30.759447, -88.048459 30.760299, -88.048554 30.761403, -88.048602 30.761643, -88.048746 30.761827, -88.050831 30.76448, -88.053481 30.764812, -88.055151 30.765022, -88.056111 30.765374, -88.056087 30.765979, -88.056028 30.767488, -88.055824 30.772737, -88.056168 30.77381, -88.056842 30.775989, -88.056931 30.776189, -88.057008 30.776429, -88.057597 30.778336, -88.057636 30.778463, -88.057661 30.778467, -88.057735 30.778477, -88.059457 30.778722, -88.061001 30.77838, -88.061717 30.777988, -88.062145 30.777722, -88.062236 30.777648, -88.062442 30.777469, -88.062509 30.777426, -88.062721 30.77731, -88.062759 30.777295, -88.06284 30.777275, -88.063043 30.777234, -88.063126 30.777221, -88.063501 30.777192, -88.063878 30.777192, -88.064003 30.777203, -88.064501 30.777261, -88.064538 30.777267, -88.064872 30.777317, -88.064912 30.777329, -88.06518 30.77743, -88.065319 30.777489, -88.065203 30.776943, -88.065147 30.776675, -88.065089 30.776399, -88.065484 30.776335, -88.069635 30.775665, -88.069945 30.775017, -88.070042 30.774606, -88.070109 30.774393, -88.07089 30.77194, -88.071223 30.771944, -88.071392 30.771387, -88.071408 30.771309, -88.071414 30.771231, -88.071454 30.77075, -88.072264 30.770821, -88.072328 30.770827, -88.073038 30.770884, -88.073369 30.770882, -88.073521 30.770882, -88.073518 30.770966, -88.073508 30.771383, -88.073501 30.771961, -88.073484 30.772167, -88.073304 30.773244, -88.073057 30.775708, -88.073053 30.775745, -88.072957 30.776703, -88.072536 30.780023, -88.072522 30.780189, -88.072321 30.781844, -88.072279 30.7822))\", \"region\": {\"id\": 28141, \"geometry\": \"POLYGON ((-88.072279 30.7822, -88.072472 30.782254, -88.072467 30.782366, -88.07246 30.782504, -88.072678 30.782645, -88.072673 30.78277, -88.072646 30.78343, -88.072696 30.783676, -88.072688 30.783868, -88.072652 30.784739, -88.072608 30.785796, -88.072608 30.785831, -88.072552 30.787269, -88.072506 30.788201, -88.075844 30.788358, -88.076028 30.788366, -88.07621 30.788377, -88.076582 30.788395, -88.076562 30.788563, -88.076756 30.788999, -88.077079 30.789233, -88.077464 30.789512, -88.078438 30.789844, -88.07908 30.790084, -88.079323 30.790395, -88.079865 30.791118, -88.08012 30.791457, -88.080564 30.791751, -88.080763 30.791407, -88.080893 30.791361, -88.080975 30.79129, -88.081039 30.791174, -88.081084 30.79107, -88.08109 30.791026, -88.081116 30.79096, -88.081154 30.790756, -88.08118 30.790703, -88.081339 30.790613, -88.081499 30.790524, -88.08155 30.790434, -88.081659 30.790325, -88.081749 30.79025, -88.081849 30.790185, -88.08199 30.790107, -88.082215 30.790012, -88.082474 30.789895, -88.082901 30.789669, -88.083234 30.789451, -88.083607 30.78922, -88.08367 30.789173, -88.083759 30.789097, -88.083835 30.789011, -88.083977 30.788833, -88.084156 30.788634, -88.084304 30.788507, -88.084408 30.788446, -88.084446 30.788432, -88.084607 30.788393, -88.084649 30.788388, -88.084733 30.788385, -88.084773 30.788394, -88.084856 30.788422, -88.084916 30.788742, -88.084912 30.788886, -88.084887 30.789136, -88.084819 30.789417, -88.084773 30.789629, -88.084764 30.789701, -88.084756 30.789988, -88.084721 30.79031, -88.0847 30.790379, -88.084493 30.790848, -88.084484 30.790883, -88.084477 30.790955, -88.084478 30.791063, -88.084489 30.791097, -88.08451 30.791128, -88.084564 30.791182, -88.084633 30.791222, -88.084752 30.791257, -88.084793 30.791262, -88.085001 30.791267, -88.085042 30.791265, -88.085247 30.791234, -88.085327 30.791213, -88.085483 30.791161, -88.085588 30.791103, -88.085673 30.791023, -88.085721 30.790965, -88.085764 30.790903, -88.08584 30.790698, -88.085902 30.79049, -88.0859 30.790454, -88.085844 30.790244, -88.085841 30.790172, -88.085845 30.7901, -88.085853 30.790065, -88.085868 30.790031, -88.085912 30.789971, -88.085941 30.789944, -88.086008 30.789902, -88.086045 30.789884, -88.086083 30.789872, -88.086125 30.789867, -88.086167 30.789869, -88.086246 30.789892, -88.086275 30.789915, -88.086359 30.79004, -88.086448 30.790116, -88.086499 30.790173, -88.086655 30.790292, -88.086755 30.790357, -88.086903 30.790461, -88.086977 30.790495, -88.087016 30.790508, -88.087218 30.790555, -88.087469 30.790573, -88.087677 30.790574, -88.087928 30.790588, -88.088135 30.790611, -88.088335 30.790659, -88.088454 30.790693, -88.088576 30.790716, -88.088618 30.790718, -88.088742 30.790701, -88.088776 30.790682, -88.088871 30.790611, -88.088944 30.790523, -88.088961 30.79049, -88.088981 30.790384, -88.088984 30.790348, -88.088981 30.790312, -88.088949 30.790135, -88.088906 30.789996, -88.088829 30.789791, -88.088809 30.789721, -88.088771 30.789618, -88.088739 30.789514, -88.088726 30.789443, -88.088728 30.789371, -88.088735 30.789336, -88.088753 30.789304, -88.088777 30.789274, -88.088841 30.789227, -88.088877 30.78921, -88.088957 30.78919, -88.088999 30.789187, -88.089041 30.789189, -88.089122 30.789205, -88.08916 30.789221, -88.089229 30.789262, -88.089289 30.789312, -88.089321 30.789378, -88.089346 30.789446, -88.08937 30.789552, -88.089408 30.789692, -88.089478 30.78986, -88.089525 30.78996, -88.089551 30.790028, -88.089645 30.790189, -88.089722 30.790274, -88.089753 30.790298, -88.089823 30.790338, -88.08986 30.790354, -88.089981 30.790383, -88.090023 30.790386, -88.090147 30.790374, -88.090313 30.790348, -88.090394 30.790335, -88.090635 30.790276, -88.090825 30.7902, -88.090933 30.790146, -88.091002 30.790105, -88.091094 30.790033, -88.091119 30.790004, -88.09123 30.78981, -88.091339 30.789577, -88.091418 30.789373, -88.091576 30.788927, -88.091616 30.788825, -88.091725 30.788672, -88.091751 30.788644, -88.091841 30.788568, -88.091994 30.788512, -88.092073 30.788488, -88.092406 30.788462, -88.09274 30.788444, -88.092904 30.788416, -88.093093 30.788342, -88.093163 30.788302, -88.093261 30.788236, -88.093323 30.788186, -88.093479 30.788018, -88.093538 30.787922, -88.093651 30.787654, -88.093667 30.787582, -88.093665 30.78751, -88.09366 30.787476, -88.093577 30.787196, -88.093563 30.787126, -88.093563 30.78709, -88.093581 30.787058, -88.093609 30.787032, -88.093739 30.786942, -88.093814 30.786908, -88.093895 30.786892, -88.093979 30.786894, -88.09402 30.7869, -88.094181 30.786936, -88.094219 30.786918, -88.094298 30.786896, -88.09434 30.786892, -88.094381 30.786892, -88.094547 30.786912, -88.094668 30.78694, -88.095039 30.786994, -88.095212 30.78704, -88.095249 30.787058, -88.095289 30.787068, -88.095371 30.787082, -88.095578 30.787104, -88.095782 30.787142, -88.095866 30.787144, -88.095949 30.787136, -88.095988 30.787124, -88.096094 30.787182, -88.096132 30.787198, -88.096372 30.78726, -88.096575 30.787302, -88.096977 30.787398, -88.097305 30.78745, -88.097513 30.787468, -88.09768 30.787472, -88.097812 30.787482, -88.097894 30.78747, -88.098143 30.78744, -88.098227 30.787436, -88.098436 30.787444, -88.098601 30.787432, -88.098631 30.787458, -88.098697 30.787502, -88.098807 30.787554, -88.098886 30.787578, -88.099132 30.787622, -88.099256 30.787638, -88.099422 30.78765, -88.099547 30.787666, -88.099916 30.787728, -88.100016 30.787732, -88.099966 30.787542, -88.099917 30.787352, -88.098542 30.783104, -88.09832 30.782396, -88.096932 30.777982, -88.095835 30.774257, -88.095387 30.772849, -88.095488 30.772668, -88.095533 30.7726, -88.095678 30.772381, -88.095896 30.772052, -88.095934 30.771947, -88.096023 30.771733, -88.096048 30.771689, -88.096163 30.771661, -88.096208 30.771645, -88.096265 30.771584, -88.096437 30.771469, -88.096793 30.771309, -88.097112 30.771199, -88.097188 30.771122, -88.097246 30.771006, -88.097239 30.770847, -88.097277 30.77072, -88.097303 30.770654, -88.097895 30.770038, -88.098029 30.769912, -88.098175 30.769851, -88.09878 30.769708, -88.099048 30.769697, -88.099162 30.76968, -88.099372 30.76957, -88.099411 30.769526, -88.099462 30.769411, -88.099532 30.769383, -88.099576 30.769405, -88.099621 30.769383, -88.099659 30.769279, -88.099754 30.769202, -88.099761 30.76913, -88.099742 30.769086, -88.099652 30.768998, -88.099621 30.768954, -88.099614 30.768894, -88.099646 30.76885, -88.099703 30.768844, -88.099799 30.768866, -88.099824 30.768833, -88.099868 30.768729, -88.099938 30.768591, -88.100046 30.768498, -88.100194 30.768421, -88.100294 30.768322, -88.100314 30.768223, -88.100346 30.768129, -88.100416 30.768035, -88.100466 30.768013, -88.100576 30.767931, -88.100702 30.767804, -88.100926 30.767683, -88.101008 30.767656, -88.101194 30.767374, -88.100812 30.767363, -88.10006 30.767271, -88.09974 30.7672, -88.099776 30.765919, -88.099772 30.765313, -88.099846 30.765322, -88.10014 30.765331, -88.100282 30.765455, -88.100672 30.76547, -88.100612 30.765384, -88.100574 30.76534, -88.10058 30.765318, -88.100536 30.765258, -88.100478 30.765071, -88.100364 30.764934, -88.100344 30.76484, -88.100344 30.764593, -88.100364 30.764538, -88.100388 30.764439, -88.100466 30.764257, -88.100478 30.764169, -88.100548 30.763982, -88.100548 30.763894, -88.10058 30.763751, -88.100594 30.763707, -88.100612 30.763657, -88.100644 30.763459, -88.10065 30.763311, -88.100694 30.763146, -88.100682 30.762975, -88.10065 30.762821, -88.100554 30.762678, -88.100528 30.762618, -88.10047 30.762535, -88.10044 30.762442, -88.100408 30.762387, -88.100382 30.76226, -88.10033 30.762167, -88.100298 30.762079, -88.100274 30.761864, -88.100258 30.761811, -88.100236 30.761733, -88.10014 30.76159, -88.100056 30.761507, -88.099922 30.761419, -88.099424 30.761249, -88.099376 30.761232, -88.09926 30.761216, -88.098962 30.76121, -88.098726 30.761194, -88.098336 30.761139, -88.098148 30.761065, -88.097974 30.760996, -88.09775 30.760958, -88.09768 30.760881, -88.097438 30.760672, -88.09719 30.760408, -88.096592 30.75988, -88.095974 30.759391, -88.09561 30.759, -88.095476 30.758868, -88.09547 30.758835, -88.095183 30.758577, -88.09511 30.758526, -88.094852 30.758346, -88.094469 30.758055, -88.094183 30.757703, -88.094081 30.757521, -88.09396 30.757263, -88.093947 30.757208, -88.093902 30.757131, -88.093839 30.756966, -88.093832 30.756905, -88.093794 30.756795, -88.093617 30.756735, -88.09324 30.756608, -88.093052 30.756577, -88.092988 30.756567, -88.09291 30.756562, -88.091523 30.756472, -88.091465 30.756456, -88.090059 30.756449, -88.088637 30.756436, -88.087196 30.756424, -88.085748 30.756418, -88.084326 30.756413, -88.082782 30.756405, -88.082311 30.756406, -88.079175 30.756417, -88.077051 30.75642, -88.075838 30.756424, -88.075899 30.756168, -88.075897 30.75605, -88.075897 30.755999, -88.076067 30.755187, -88.076067 30.755084, -88.076068 30.754985, -88.076083 30.753692, -88.076085 30.753335, -88.075959 30.753335, -88.075907 30.753336, -88.073404 30.753357, -88.073326 30.753363, -88.073117 30.753379, -88.073115 30.753534, -88.073123 30.754974, -88.0732 30.754966, -88.073208 30.755424, -88.072204 30.75556, -88.072504 30.75649, -88.07261 30.75682, -88.072418 30.756812, -88.072344 30.756806, -88.07229 30.7568, -88.072227 30.75679, -88.072164 30.75678, -88.072101 30.756768, -88.072039 30.756752, -88.071978 30.756736, -88.071917 30.756716, -88.071857 30.756696, -88.071833 30.756688, -88.071799 30.756674, -88.07174 30.75665, -88.071684 30.756624, -88.071474 30.756624, -88.070873 30.756626, -88.071704 30.759026, -88.072093 30.760148, -88.071924 30.760148, -88.071854 30.760148, -88.071756 30.76015, -88.071631 30.76015, -88.07111 30.760152, -88.070077 30.76016, -88.069423 30.760164, -88.06912 30.76016, -88.069125 30.760254, -88.069126 30.76055, -88.069122 30.760566, -88.069128 30.760798, -88.069129 30.760858, -88.069181 30.763808, -88.069186 30.76407, -88.068404 30.764068, -88.06612 30.764059, -88.064591 30.764045, -88.064164 30.764009, -88.063818 30.764, -88.063493 30.763992, -88.063167 30.763863, -88.062855 30.76369, -88.062763 30.76362, -88.06262 30.763565, -88.06237 30.763501, -88.061819 30.763433, -88.061668 30.763397, -88.061561 30.763323, -88.061237 30.762993, -88.060709 30.762479, -88.060478 30.762323, -88.060167 30.762212, -88.059883 30.762166, -88.057678 30.762166, -88.054687 30.762143, -88.054224 30.762089, -88.053914 30.762065, -88.053299 30.762053, -88.052335 30.762048, -88.05208 30.762032, -88.051841 30.761968, -88.05157 30.761817, -88.051452 30.761713, -88.051177 30.761175, -88.051134 30.761076, -88.051143 30.760603, -88.051172 30.759169, -88.050758 30.759172, -88.050232 30.759176, -88.050225 30.759096, -88.050212 30.758815, -88.050512 30.758778, -88.050748 30.758662, -88.051104 30.758516, -88.051297 30.758427, -88.052078 30.758008, -88.052545 30.758074, -88.052586 30.757981, -88.05262 30.757917, -88.052667 30.757863, -88.05271 30.757814, -88.052637 30.756141, -88.05267 30.756147, -88.052676 30.75584, -88.052679 30.755515, -88.052688 30.755165, -88.052684 30.755007, -88.052684 30.754981, -88.052683 30.754944, -88.052682 30.754746, -88.052684 30.754721, -88.052685 30.754705, -88.052686 30.754673, -88.052685 30.754475, -88.052686 30.754454, -88.052685 30.754434, -88.052683 30.754359, -88.052683 30.754336, -88.052682 30.75432, -88.052674 30.754287, -88.052671 30.75426, -88.052658 30.754235, -88.052645 30.754204, -88.052636 30.754184, -88.052626 30.754172, -88.052609 30.754159, -88.052589 30.754143, -88.052568 30.754132, -88.052547 30.754121, -88.052511 30.754111, -88.052463 30.754107, -88.052357 30.754102, -88.052247 30.754096, -88.052175 30.754094, -88.052067 30.754094, -88.052044 30.754094, -88.050685 30.754099, -88.05008 30.754115, -88.049959 30.754093, -88.049935 30.754086, -88.04989 30.754074, -88.049846 30.754072, -88.04979 30.754064, -88.049668 30.754055, -88.049611 30.754054, -88.04958 30.754057, -88.049544 30.754056, -88.049506 30.754057, -88.049475 30.754057, -88.04917 30.754051, -88.048988 30.754054, -88.048915 30.754061, -88.04888 30.754064, -88.048845 30.754066, -88.048804 30.754066, -88.048767 30.754065, -88.048725 30.754065, -88.048695 30.754065, -88.048652 30.754068, -88.04859 30.75407, -88.048175 30.75407, -88.047726 30.754076, -88.047729 30.754321, -88.047761 30.755568, -88.047853 30.756158, -88.048018 30.756831, -88.048051 30.756963, -88.048127 30.757285, -88.048271 30.758452, -88.048274 30.758483, -88.048366 30.759447, -88.048459 30.760299, -88.048554 30.761403, -88.048602 30.761643, -88.048746 30.761827, -88.050831 30.76448, -88.053481 30.764812, -88.055151 30.765022, -88.056111 30.765374, -88.056087 30.765979, -88.056028 30.767488, -88.055824 30.772737, -88.056168 30.77381, -88.056842 30.775989, -88.056931 30.776189, -88.057008 30.776429, -88.057597 30.778336, -88.057636 30.778463, -88.057661 30.778467, -88.057735 30.778477, -88.059457 30.778722, -88.061001 30.77838, -88.061717 30.777988, -88.062145 30.777722, -88.062236 30.777648, -88.062442 30.777469, -88.062509 30.777426, -88.062721 30.77731, -88.062759 30.777295, -88.06284 30.777275, -88.063043 30.777234, -88.063126 30.777221, -88.063501 30.777192, -88.063878 30.777192, -88.064003 30.777203, -88.064501 30.777261, -88.064538 30.777267, -88.064872 30.777317, -88.064912 30.777329, -88.06518 30.77743, -88.065319 30.777489, -88.065203 30.776943, -88.065147 30.776675, -88.065089 30.776399, -88.065484 30.776335, -88.069635 30.775665, -88.069945 30.775017, -88.070042 30.774606, -88.070109 30.774393, -88.07089 30.77194, -88.071223 30.771944, -88.071392 30.771387, -88.071408 30.771309, -88.071414 30.771231, -88.071454 30.77075, -88.072264 30.770821, -88.072328 30.770827, -88.073038 30.770884, -88.073369 30.770882, -88.073521 30.770882, -88.073518 30.770966, -88.073508 30.771383, -88.073501 30.771961, -88.073484 30.772167, -88.073304 30.773244, -88.073057 30.775708, -88.073053 30.775745, -88.072957 30.776703, -88.072536 30.780023, -88.072522 30.780189, -88.072321 30.781844, -88.072279 30.7822))\", \"region_name\": \"Chickasaw\", \"border_type\": \"city\", \"wikidata\": \"Q80065\", \"wikipedia\": \"en:Chickasaw, Alabama\", \"admin_level\": \"8\", \"population\": \"6457\", \"official_name\": \"City of Chickasaw\"}}}"} -{"id": "raster_only/elevation_range+region/0016", "group": "raster_only", "template": "elevation_range+region", "question": "What is the vertical range across Glenville, Minnesota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-93.288637 43.56428, -93.288645 43.571318, -93.288652 43.576362, -93.28944 43.576339, -93.289632 43.576463, -93.289923 43.576641, -93.290172 43.576786, -93.290462 43.57695, -93.29072 43.577085, -93.290943 43.577197, -93.291637 43.577548, -93.291968 43.577546, -93.294013 43.578566, -93.293267 43.579358, -93.288653 43.577027, -93.288666 43.585847, -93.278847 43.585894, -93.279011 43.578796, -93.273954 43.578872, -93.274001 43.576971, -93.276692 43.576934, -93.276723 43.575105, -93.277872 43.575082, -93.277885 43.574335, -93.277102 43.574564, -93.27664 43.574648, -93.275831 43.57469, -93.275504 43.574803, -93.275366 43.575003, -93.273809 43.575068, -93.269358 43.575248, -93.268976 43.575258, -93.268998 43.573704, -93.26625 43.573665, -93.266245 43.571764, -93.269013 43.571789, -93.269102 43.564565, -93.27144 43.564531, -93.271361 43.563608, -93.270485 43.561089, -93.272258 43.561085, -93.276181 43.564462, -93.288637 43.56428))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 45.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Glenville, Minnesota\", \"geo_wkt\": \"POLYGON ((-93.288637 43.56428, -93.288645 43.571318, -93.288652 43.576362, -93.28944 43.576339, -93.289632 43.576463, -93.289923 43.576641, -93.290172 43.576786, -93.290462 43.57695, -93.29072 43.577085, -93.290943 43.577197, -93.291637 43.577548, -93.291968 43.577546, -93.294013 43.578566, -93.293267 43.579358, -93.288653 43.577027, -93.288666 43.585847, -93.278847 43.585894, -93.279011 43.578796, -93.273954 43.578872, -93.274001 43.576971, -93.276692 43.576934, -93.276723 43.575105, -93.277872 43.575082, -93.277885 43.574335, -93.277102 43.574564, -93.27664 43.574648, -93.275831 43.57469, -93.275504 43.574803, -93.275366 43.575003, -93.273809 43.575068, -93.269358 43.575248, -93.268976 43.575258, -93.268998 43.573704, -93.26625 43.573665, -93.266245 43.571764, -93.269013 43.571789, -93.269102 43.564565, -93.27144 43.564531, -93.271361 43.563608, -93.270485 43.561089, -93.272258 43.561085, -93.276181 43.564462, -93.288637 43.56428))\", \"region\": {\"id\": 21933, \"geometry\": \"POLYGON ((-93.288637 43.56428, -93.288645 43.571318, -93.288652 43.576362, -93.28944 43.576339, -93.289632 43.576463, -93.289923 43.576641, -93.290172 43.576786, -93.290462 43.57695, -93.29072 43.577085, -93.290943 43.577197, -93.291637 43.577548, -93.291968 43.577546, -93.294013 43.578566, -93.293267 43.579358, -93.288653 43.577027, -93.288666 43.585847, -93.278847 43.585894, -93.279011 43.578796, -93.273954 43.578872, -93.274001 43.576971, -93.276692 43.576934, -93.276723 43.575105, -93.277872 43.575082, -93.277885 43.574335, -93.277102 43.574564, -93.27664 43.574648, -93.275831 43.57469, -93.275504 43.574803, -93.275366 43.575003, -93.273809 43.575068, -93.269358 43.575248, -93.268976 43.575258, -93.268998 43.573704, -93.26625 43.573665, -93.266245 43.571764, -93.269013 43.571789, -93.269102 43.564565, -93.27144 43.564531, -93.271361 43.563608, -93.270485 43.561089, -93.272258 43.561085, -93.276181 43.564462, -93.288637 43.56428))\", \"region_name\": \"Glenville\", \"border_type\": \"city\", \"wikidata\": \"Q936497\", \"wikipedia\": \"en:Glenville, Minnesota\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0017", "group": "raster_only", "template": "elevation_range+region", "question": "What is the difference between highest and lowest elevation in Grove City, Minnesota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-94.68102 45.160073, -94.680816 45.154991, -94.679346 45.155013, -94.679322 45.154502, -94.675797 45.154482, -94.675753 45.152895, -94.675763 45.152551, -94.67721 45.152437, -94.678304 45.15219, -94.677909 45.151765, -94.677423 45.151861, -94.676533 45.152019, -94.675751 45.152089, -94.67568 45.149196, -94.67408 45.149205, -94.67403 45.145582, -94.675958 45.145601, -94.676374 45.146162, -94.67662 45.146071, -94.675995 45.145248, -94.675768 45.14493, -94.675675 45.14463, -94.675659 45.143966, -94.680369 45.143897, -94.680143 45.1383, -94.685547 45.138358, -94.685679 45.143818, -94.685947 45.143814, -94.687284 45.145637, -94.684724 45.146596, -94.685141 45.146767, -94.685233 45.147069, -94.685418 45.147431, -94.685665 45.147756, -94.686381 45.148789, -94.688923 45.14787, -94.690149 45.14954, -94.685856 45.15106, -94.685858 45.151148, -94.687642 45.151164, -94.688883 45.150755, -94.689118 45.151299, -94.688812 45.151429, -94.688849 45.152966, -94.687206 45.152956, -94.686877 45.152498, -94.686665 45.152305, -94.686415 45.152245, -94.68588 45.152072, -94.685902 45.152949, -94.686076 45.160091, -94.68102 45.160073))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 40.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Grove City, Minnesota\", \"geo_wkt\": \"POLYGON ((-94.68102 45.160073, -94.680816 45.154991, -94.679346 45.155013, -94.679322 45.154502, -94.675797 45.154482, -94.675753 45.152895, -94.675763 45.152551, -94.67721 45.152437, -94.678304 45.15219, -94.677909 45.151765, -94.677423 45.151861, -94.676533 45.152019, -94.675751 45.152089, -94.67568 45.149196, -94.67408 45.149205, -94.67403 45.145582, -94.675958 45.145601, -94.676374 45.146162, -94.67662 45.146071, -94.675995 45.145248, -94.675768 45.14493, -94.675675 45.14463, -94.675659 45.143966, -94.680369 45.143897, -94.680143 45.1383, -94.685547 45.138358, -94.685679 45.143818, -94.685947 45.143814, -94.687284 45.145637, -94.684724 45.146596, -94.685141 45.146767, -94.685233 45.147069, -94.685418 45.147431, -94.685665 45.147756, -94.686381 45.148789, -94.688923 45.14787, -94.690149 45.14954, -94.685856 45.15106, -94.685858 45.151148, -94.687642 45.151164, -94.688883 45.150755, -94.689118 45.151299, -94.688812 45.151429, -94.688849 45.152966, -94.687206 45.152956, -94.686877 45.152498, -94.686665 45.152305, -94.686415 45.152245, -94.68588 45.152072, -94.685902 45.152949, -94.686076 45.160091, -94.68102 45.160073))\", \"region\": {\"id\": 25923, \"geometry\": \"POLYGON ((-94.68102 45.160073, -94.680816 45.154991, -94.679346 45.155013, -94.679322 45.154502, -94.675797 45.154482, -94.675753 45.152895, -94.675763 45.152551, -94.67721 45.152437, -94.678304 45.15219, -94.677909 45.151765, -94.677423 45.151861, -94.676533 45.152019, -94.675751 45.152089, -94.67568 45.149196, -94.67408 45.149205, -94.67403 45.145582, -94.675958 45.145601, -94.676374 45.146162, -94.67662 45.146071, -94.675995 45.145248, -94.675768 45.14493, -94.675675 45.14463, -94.675659 45.143966, -94.680369 45.143897, -94.680143 45.1383, -94.685547 45.138358, -94.685679 45.143818, -94.685947 45.143814, -94.687284 45.145637, -94.684724 45.146596, -94.685141 45.146767, -94.685233 45.147069, -94.685418 45.147431, -94.685665 45.147756, -94.686381 45.148789, -94.688923 45.14787, -94.690149 45.14954, -94.685856 45.15106, -94.685858 45.151148, -94.687642 45.151164, -94.688883 45.150755, -94.689118 45.151299, -94.688812 45.151429, -94.688849 45.152966, -94.687206 45.152956, -94.686877 45.152498, -94.686665 45.152305, -94.686415 45.152245, -94.68588 45.152072, -94.685902 45.152949, -94.686076 45.160091, -94.68102 45.160073))\", \"region_name\": \"Grove City\", \"border_type\": \"city\", \"wikidata\": \"Q2011131\", \"wikipedia\": \"en:Grove City, Minnesota\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_range+region/0018", "group": "raster_only", "template": "elevation_range+region", "question": "What is the elevation range in Tolland, Connecticut?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.31283 41.837592, -72.312882 41.837586, -72.313166 41.837546, -72.31402 41.83743, -72.314305 41.837392, -72.314671 41.83734, -72.315773 41.837184, -72.31614 41.837132, -72.316336 41.837108, -72.318515 41.836834, -72.318621 41.83682, -72.319613 41.836694, -72.320829 41.83654, -72.326063 41.835882, -72.328545 41.835572, -72.32918 41.83548, -72.329805 41.835404, -72.330233 41.835352, -72.330896 41.835277, -72.332015 41.83515, -72.332926 41.835036, -72.333165 41.835009, -72.333595 41.834956, -72.333655 41.83495, -72.3341 41.834898, -72.334861 41.834826, -72.335371 41.83477, -72.335672 41.834738, -72.336511 41.834626, -72.336769 41.834582, -72.336887 41.834554, -72.336894 41.83455, -72.337001 41.834518, -72.337082 41.834486, -72.337234 41.834408, -72.337301 41.834362, -72.337348 41.83432, -72.338877 41.834156, -72.342235 41.833796, -72.342382 41.833782, -72.342531 41.833764, -72.342695 41.833748, -72.342856 41.83373, -72.342968 41.833716, -72.343464 41.833662, -72.344993 41.833494, -72.346926 41.833292, -72.347537 41.833228, -72.347904 41.833192, -72.350001 41.83298, -72.352728 41.832694, -72.354662 41.83249, -72.355256 41.832428, -72.357041 41.832244, -72.357636 41.832184, -72.361325 41.83174, -72.372394 41.830412, -72.376084 41.829968, -72.379987 41.82962, -72.391698 41.828578, -72.395602 41.828232, -72.396241 41.82813, -72.398161 41.82783, -72.398801 41.82773, -72.400073 41.827588, -72.401557 41.827426, -72.401897 41.827388, -72.402237 41.82735, -72.403891 41.827168, -72.405164 41.827028, -72.408436 41.826722, -72.418255 41.82581, -72.420889 41.825566, -72.421528 41.825506, -72.421657 41.826564, -72.422038 41.829664, -72.422047 41.82974, -72.422177 41.8308, -72.422203 41.831006, -72.422282 41.831624, -72.422309 41.831832, -72.422311 41.831852, -72.422319 41.831912, -72.422322 41.831932, -72.422602 41.834156, -72.422861 41.836206, -72.423938 41.840611, -72.424413 41.842888, -72.424658 41.845847, -72.424903 41.849039, -72.425029 41.854406, -72.425111 41.854838, -72.425146 41.854988, -72.425208 41.85528, -72.425215 41.85532, -72.425399 41.856254, -72.425519 41.856864, -72.425528 41.856906, -72.426153 41.861626, -72.426264 41.862272, -72.426272 41.862346, -72.426656 41.86596, -72.42694 41.867408, -72.427017 41.868084, -72.427248 41.870108, -72.427325 41.870784, -72.427405 41.871468, -72.427414 41.871526, -72.427505 41.872054, -72.427771 41.873364, -72.427847 41.873726, -72.427912 41.874034, -72.428001 41.874458, -72.428018 41.874606, -72.428049 41.874878, -72.428157 41.875822, -72.428353 41.877524, -72.428624 41.879914, -72.428678 41.880384, -72.428729 41.88083, -72.42878 41.881278, -72.428922 41.883624, -72.429062 41.885906, -72.429503 41.890646, -72.429503 41.890648, -72.429623 41.891906, -72.429376 41.892964, -72.42938 41.892976, -72.429394 41.893014, -72.429399 41.893028, -72.429349 41.893156, -72.42933 41.893206, -72.429326 41.893564, -72.429325 41.893702, -72.42933 41.89391, -72.429514 41.895942, -72.430123 41.902656, -72.430327 41.904896, -72.43037 41.90541, -72.4305 41.906956, -72.430544 41.907472, -72.430573 41.907792, -72.430662 41.908752, -72.430692 41.909072, -72.430798 41.910154, -72.431119 41.913404, -72.431226 41.914488, -72.431243 41.914602, -72.431244 41.914608, -72.431294 41.914942, -72.431312 41.915056, -72.430953 41.91505, -72.429876 41.915036, -72.429518 41.915031, -72.425921 41.915555, -72.4244 41.915778, -72.416278 41.916966, -72.415137 41.917132, -72.411543 41.917656, -72.411227 41.917706, -72.408416 41.917962, -72.405671 41.918272, -72.397437 41.919204, -72.394693 41.919516, -72.390547 41.919898, -72.389457 41.919998, -72.383472 41.920594, -72.382364 41.920726, -72.37904 41.92112, -72.377933 41.921252, -72.377058 41.921336, -72.374432 41.921594, -72.373558 41.92168, -72.372703 41.921782, -72.369478 41.922178, -72.360013 41.923344, -72.357242 41.923686, -72.353164 41.924188, -72.353063 41.924198, -72.353038 41.924202, -72.352841 41.924228, -72.352761 41.924238, -72.352661 41.924252, -72.352336 41.92429, -72.352091 41.924324, -72.351061 41.924464, -72.346267 41.925116, -72.344669 41.925334, -72.342887 41.925546, -72.33754 41.926184, -72.335759 41.926398, -72.332922 41.926748, -72.324412 41.927802, -72.321576 41.928154, -72.320472 41.928252, -72.31881 41.9284, -72.316693 41.92859, -72.310512 41.92914, -72.309402 41.92924, -72.307747 41.929388, -72.307578 41.929436, -72.307357 41.929502, -72.307073 41.929586, -72.306992 41.92961, -72.306864 41.929646, -72.30686 41.92964, -72.306835 41.92958, -72.306811 41.929521, -72.306786 41.929455, -72.306763 41.929391, -72.30674 41.92932, -72.306715 41.929242, -72.306697 41.92918, -72.306683 41.929127, -72.306668 41.929064, -72.306656 41.929, -72.306645 41.928936, -72.306636 41.928873, -72.306627 41.928799, -72.306622 41.928747, -72.306618 41.928685, -72.306616 41.928634, -72.306614 41.928574, -72.306614 41.928516, -72.306615 41.928459, -72.306617 41.928404, -72.30662 41.92835, -72.306627 41.928275, -72.306631 41.928235, -72.306636 41.928196, -72.306647 41.928124, -72.306676 41.927955, -72.306689 41.927872, -72.3067 41.927795, -72.306709 41.927714, -72.306718 41.927628, -72.306724 41.927537, -72.306726 41.927489, -72.306728 41.92744, -72.306728 41.927351, -72.306727 41.92727, -72.30672 41.927077, -72.306716 41.926906, -72.306709 41.926794, -72.306701 41.926752, -72.306687 41.92671, -72.306618 41.92656, -72.306575 41.92648, -72.306468 41.926309, -72.306375 41.926182, -72.306272 41.926058, -72.30621 41.925993, -72.306159 41.925947, -72.306088 41.925893, -72.305989 41.925825, -72.305852 41.925736, -72.3057 41.925641, -72.305496 41.925518, -72.30532 41.925416, -72.305049 41.925275, -72.305006 41.925246, -72.304997 41.925239, -72.304988 41.925231, -72.304973 41.925216, -72.304964 41.925203, -72.304956 41.925189, -72.304951 41.925174, -72.304947 41.925159, -72.304946 41.925142, -72.304947 41.925132, -72.304947 41.925124, -72.304956 41.925085, -72.305 41.924984, -72.305077 41.924816, -72.305166 41.924607, -72.30522 41.92446, -72.305227 41.924418, -72.305226 41.924376, -72.305222 41.924358, -72.305216 41.92434, -72.305198 41.924306, -72.305166 41.924269, -72.305121 41.924228, -72.304979 41.924115, -72.30492 41.924075, -72.304786 41.924004, -72.304544 41.923897, -72.304419 41.923837, -72.304335 41.923786, -72.304238 41.923699, -72.303978 41.923424, -72.30391 41.923362, -72.303843 41.923314, -72.303609 41.923165, -72.303491 41.923086, -72.303389 41.92301, -72.303291 41.922923, -72.303145 41.92274, -72.303021 41.922577, -72.30294 41.922459, -72.302882 41.922362, -72.30285 41.922294, -72.302842 41.922271, -72.30284 41.922264, -72.302831 41.922229, -72.302826 41.922201, -72.302824 41.922182, -72.30282 41.922115, -72.302816 41.922099, -72.30281 41.922081, -72.302796 41.922055, -72.30275 41.921987, -72.302626 41.921836, -72.302549 41.921733, -72.302452 41.921597, -72.302358 41.921482, -72.302261 41.921389, -72.302153 41.921263, -72.302097 41.921184, -72.302049 41.9211, -72.302008 41.920995, -72.30197 41.920851, -72.301959 41.920822, -72.301957 41.920818, -72.30195 41.920803, -72.301944 41.920791, -72.30193 41.92077, -72.301901 41.920735, -72.301862 41.920699, -72.301736 41.920609, -72.30167 41.920573, -72.301598 41.920542, -72.301523 41.920519, -72.301413 41.920498, -72.3013 41.920487, -72.301098 41.920479, -72.300964 41.920466, -72.30088 41.92045, -72.300762 41.920419, -72.300681 41.920393, -72.300461 41.920313, -72.300187 41.920206, -72.299869 41.920074, -72.299663 41.919983, -72.299555 41.919926, -72.29944 41.919853, -72.299313 41.919763, -72.299181 41.91966, -72.299009 41.919512, -72.298928 41.91943, -72.298887 41.919376, -72.298867 41.919343, -72.298846 41.919295, -72.298833 41.919248, -72.298803 41.919014, -72.29879 41.918957, -72.298748 41.91882, -72.29871 41.91872, -72.298662 41.918616, -72.298588 41.918484, -72.298511 41.918363, -72.2984 41.918197, -72.298316 41.918079, -72.298124 41.917826, -72.298009 41.917664, -72.297956 41.917585, -72.297863 41.917435, -72.297799 41.917318, -72.297746 41.917202, -72.297694 41.917075, -72.297647 41.916948, -72.297605 41.916822, -72.297535 41.916584, -72.297484 41.916365, -72.29746 41.916222, -72.297451 41.916128, -72.297444 41.915987, -72.297448 41.91581, -72.297458 41.915728, -72.29748 41.915613, -72.297512 41.915516, -72.297557 41.91542, -72.297665 41.915216, -72.297702 41.915128, -72.297719 41.915057, -72.297718 41.914982, -72.297705 41.914881, -72.297645 41.914542, -72.297631 41.914412, -72.297626 41.914265, -72.297618 41.914147, -72.297596 41.913968, -72.297562 41.913799, -72.297532 41.91369, -72.297502 41.913598, -72.29744 41.913425, -72.297407 41.913301, -72.297398 41.913202, -72.297396 41.913066, -72.29739 41.912986, -72.297359 41.912767, -72.297309 41.912495, -72.297265 41.912273, -72.297214 41.912029, -72.297166 41.911808, -72.297129 41.911651, -72.297093 41.911533, -72.297073 41.911492, -72.29705 41.911456, -72.296922 41.911314, -72.296816 41.911183, -72.296706 41.91104, -72.296479 41.910734, -72.296382 41.910597, -72.296333 41.910542, -72.296274 41.910491, -72.296206 41.910442, -72.296122 41.91039, -72.295862 41.910237, -72.295784 41.910185, -72.295648 41.910081, -72.295502 41.909946, -72.295344 41.909784, -72.295291 41.909741, -72.295248 41.909712, -72.295205 41.909688, -72.295127 41.909656, -72.294993 41.909615, -72.294677 41.909537, -72.294568 41.909509, -72.294455 41.909474, -72.294365 41.909439, -72.294289 41.909401, -72.294161 41.909326, -72.294083 41.909277, -72.293984 41.909204, -72.29391 41.909134, -72.293889 41.909107, -72.293872 41.90908, -72.293861 41.909053, -72.293854 41.909026, -72.293853 41.908958, -72.293861 41.908756, -72.293857 41.90862, -72.293846 41.908499, -72.293827 41.908393, -72.293809 41.90832, -72.293764 41.908175, -72.293666 41.90791, -72.293616 41.907748, -72.293556 41.907508, -72.293518 41.907387, -72.293489 41.907319, -72.293454 41.907256, -72.293416 41.907204, -72.293396 41.907182, -72.293314 41.907109, -72.293223 41.907045, -72.293088 41.906972, -72.292934 41.906912, -72.29282 41.906879, -72.292701 41.906854, -72.292617 41.906842, -72.292487 41.906829, -72.29232 41.906824, -72.292082 41.906831, -72.291934 41.906824, -72.291842 41.906811, -72.29174 41.90679, -72.291609 41.906747, -72.291566 41.906728, -72.291499 41.90669, -72.291446 41.906651, -72.291405 41.906612, -72.291341 41.906522, -72.291258 41.906369, -72.291128 41.906084, -72.291063 41.905955, -72.291015 41.905882, -72.290969 41.905787, -72.290948 41.905715, -72.290937 41.905657, -72.290928 41.905499, -72.290934 41.90531, -72.290927 41.90523, -72.290907 41.905153, -72.290858 41.905042, -72.290841 41.904994, -72.290829 41.904909, -72.290831 41.904867, -72.290841 41.904823, -72.290849 41.904803, -72.29087 41.904764, -72.290903 41.904719, -72.290951 41.904669, -72.291133 41.904509, -72.291185 41.904471, -72.291306 41.904397, -72.291356 41.904357, -72.291383 41.904328, -72.291407 41.904292, -72.291426 41.904256, -72.291441 41.904213, -72.291457 41.904139, -72.291466 41.904054, -72.291468 41.903958, -72.291462 41.903871, -72.291437 41.903726, -72.291376 41.903506, -72.291349 41.903388, -72.291334 41.903249, -72.291338 41.90316, -72.291365 41.903032, -72.291398 41.902941, -72.29144 41.902849, -72.291505 41.902727, -72.291764 41.902229, -72.29183 41.902107, -72.29192 41.901949, -72.291974 41.901861, -72.292048 41.90176, -72.292185 41.90159, -72.292264 41.901479, -72.292339 41.901355, -72.292408 41.901215, -72.292466 41.901077, -72.292542 41.900855, -72.292607 41.900638, -72.292664 41.900433, -72.292699 41.900287, -72.292723 41.900166, -72.292733 41.900033, -72.292726 41.899952, -72.292701 41.89984, -72.292657 41.899725, -72.292611 41.899636, -72.292502 41.89946, -72.292401 41.89931, -72.292291 41.899154, -72.292207 41.899038, -72.292123 41.89893, -72.292003 41.898785, -72.291778 41.898524, -72.291648 41.898367, -72.291558 41.898251, -72.291435 41.898082, -72.29138 41.898016, -72.291324 41.897958, -72.29117 41.89782, -72.29095 41.897635, -72.290912 41.897598, -72.290884 41.897564, -72.290864 41.897531, -72.290854 41.8975, -72.29085 41.897468, -72.29085 41.897446, -72.290858 41.897402, -72.290873 41.897352, -72.29092 41.897233, -72.29095 41.89717, -72.291018 41.897061, -72.291097 41.89696, -72.291149 41.896903, -72.291246 41.896807, -72.291474 41.896593, -72.291691 41.8964, -72.291866 41.896253, -72.291984 41.896159, -72.2921 41.896073, -72.292201 41.896004, -72.292296 41.895946, -72.292394 41.895895, -72.292553 41.895827, -72.292775 41.895746, -72.29286 41.895708, -72.292916 41.895677, -72.292994 41.895623, -72.293129 41.895504, -72.293201 41.895448, -72.293263 41.895406, -72.293312 41.89538, -72.293385 41.895348, -72.293423 41.895336, -72.293525 41.895314, -72.293634 41.895301, -72.293839 41.895289, -72.293982 41.895292, -72.294216 41.895303, -72.294322 41.895305, -72.29442 41.8953, -72.2945 41.895287, -72.294537 41.895277, -72.294564 41.895267, -72.294589 41.895255, -72.294612 41.895241, -72.294637 41.89522, -72.294728 41.895124, -72.29477 41.895085, -72.294821 41.895049, -72.294889 41.895013, -72.29494 41.894991, -72.295064 41.894946, -72.295124 41.894926, -72.295206 41.894901, -72.295316 41.894869, -72.295421 41.89484, -72.295528 41.894811, -72.295594 41.894794, -72.295661 41.894778, -72.295719 41.894765, -72.295768 41.894755, -72.295812 41.894748, -72.29585 41.894742, -72.295887 41.894738, -72.295979 41.894727, -72.29603 41.894721, -72.296061 41.894716, -72.29623 41.894686, -72.29646 41.894637, -72.296745 41.894582, -72.297 41.894539, -72.297118 41.894516, -72.297614 41.894395, -72.297873 41.894336, -72.298181 41.894268, -72.298436 41.894214, -72.298668 41.894166, -72.298906 41.89412, -72.29917 41.894072, -72.299398 41.894022, -72.299524 41.89399, -72.299661 41.89395, -72.299771 41.893915, -72.299866 41.893882, -72.300034 41.893819, -72.300192 41.893753, -72.300355 41.89368, -72.300519 41.893599, -72.300675 41.893515, -72.300829 41.893426, -72.30099 41.893326, -72.30114 41.893227, -72.301318 41.8931, -72.301479 41.892976, -72.301659 41.892822, -72.301768 41.892719, -72.30187 41.892617, -72.302058 41.892445, -72.302256 41.892273, -72.302374 41.892158, -72.30246 41.89205, -72.302509 41.891974, -72.302582 41.891835, -72.302637 41.891708, -72.302693 41.891556, -72.302734 41.891431, -72.302773 41.8913, -72.302848 41.891026, -72.302894 41.89087, -72.302922 41.890795, -72.302971 41.890678, -72.303033 41.890543, -72.303101 41.890406, -72.303241 41.890126, -72.303308 41.889985, -72.303339 41.889891, -72.303347 41.889809, -72.303347 41.889798, -72.303345 41.889768, -72.30334 41.889734, -72.303333 41.889701, -72.303323 41.889668, -72.303308 41.889628, -72.303193 41.889383, -72.303165 41.889335, -72.303132 41.889294, -72.303105 41.88927, -72.303072 41.889247, -72.303032 41.889227, -72.303009 41.889218, -72.302964 41.889203, -72.302887 41.889186, -72.302753 41.889171, -72.302628 41.889167, -72.302496 41.88917, -72.302375 41.889178, -72.302068 41.889203, -72.30183 41.889214, -72.301627 41.889211, -72.301441 41.889201, -72.301174 41.889182, -72.300898 41.88916, -72.300199 41.889102, -72.299891 41.889078, -72.2996 41.88906, -72.299382 41.889049, -72.299238 41.889032, -72.299175 41.889017, -72.299126 41.889, -72.299083 41.888979, -72.299041 41.888953, -72.298956 41.888883, -72.298804 41.888741, -72.298674 41.888628, -72.298555 41.888533, -72.298523 41.888506, -72.298448 41.888431, -72.29838 41.888352, -72.298317 41.888272, -72.298266 41.888196, -72.298227 41.888129, -72.298203 41.888078, -72.298191 41.888033, -72.298189 41.888015, -72.29819 41.887994, -72.298193 41.887977, -72.298199 41.887956, -72.29821 41.887932, -72.298237 41.88789, -72.29826 41.887863, -72.298308 41.887814, -72.298394 41.887743, -72.298498 41.887665, -72.298563 41.887623, -72.29863 41.887588, -72.298704 41.887558, -72.298788 41.887534, -72.298884 41.887516, -72.299012 41.887497, -72.299056 41.887496, -72.299125 41.887501, -72.299197 41.887512, -72.299411 41.887553, -72.299581 41.887574, -72.299656 41.887578, -72.299759 41.887576, -72.299825 41.887568, -72.299969 41.887537, -72.300235 41.887461, -72.30032 41.887441, -72.300465 41.887417, -72.300574 41.887407, -72.300774 41.887392, -72.300823 41.887384, -72.300862 41.887374, -72.300892 41.887362, -72.301052 41.887276, -72.301184 41.887197, -72.301286 41.887127, -72.301383 41.887049, -72.301441 41.886992, -72.301488 41.886935, -72.301516 41.886887, -72.301545 41.886812, -72.301557 41.886754, -72.301562 41.88669, -72.30156 41.886618, -72.301551 41.886468, -72.301553 41.886402, -72.301559 41.886362, -72.301578 41.8863, -72.301609 41.886237, -72.301668 41.886146, -72.301728 41.886064, -72.301885 41.885877, -72.301981 41.885771, -72.302119 41.885627, -72.302246 41.885499, -72.302309 41.885413, -72.302335 41.885366, -72.302414 41.885208, -72.302564 41.884922, -72.302619 41.884804, -72.302688 41.884637, -72.302727 41.884525, -72.302764 41.884405, -72.302789 41.884291, -72.302803 41.884178, -72.302812 41.884044, -72.302822 41.883982, -72.302834 41.883945, -72.302844 41.883924, -72.302852 41.883912, -72.302875 41.883885, -72.302896 41.883867, -72.302921 41.88385, -72.302951 41.883833, -72.303252 41.883688, -72.303433 41.883614, -72.303532 41.883581, -72.303632 41.883553, -72.304084 41.88345, -72.304282 41.8834, -72.30444 41.883348, -72.304497 41.883322, -72.304536 41.883299, -72.304553 41.883285, -72.304603 41.883226, -72.304665 41.88314, -72.304706 41.883068, -72.304738 41.882998, -72.30476 41.88293, -72.304774 41.882834, -72.304778 41.882686, -72.304784 41.882645, -72.304794 41.882609, -72.304811 41.88257, -72.304836 41.882533, -72.304853 41.882516, -72.304876 41.882496, -72.30489 41.882486, -72.304943 41.882454, -72.305002 41.882426, -72.305059 41.882406, -72.305085 41.8824, -72.305124 41.882395, -72.305165 41.882394, -72.305192 41.882397, -72.305205 41.8824, -72.305231 41.882406, -72.305243 41.882411, -72.30526 41.882419, -72.305269 41.882424, -72.305276 41.882429, -72.305289 41.882442, -72.3053 41.882457, -72.305312 41.88248, -72.305319 41.882504, -72.305325 41.882566, -72.305321 41.882628, -72.305296 41.882789, -72.305286 41.882902, -72.305286 41.88302, -72.305294 41.883095, -72.305303 41.883133, -72.305344 41.883235, -72.305382 41.883305, -72.305409 41.883344, -72.305454 41.883391, -72.305487 41.883416, -72.305526 41.883439, -72.305687 41.883506, -72.305771 41.883532, -72.305821 41.883544, -72.305879 41.883551, -72.305904 41.883552, -72.305956 41.883551, -72.306034 41.883542, -72.306074 41.883533, -72.30611 41.883523, -72.30616 41.883503, -72.306337 41.883401, -72.306496 41.88333, -72.306531 41.88331, -72.306563 41.883285, -72.3066 41.883249, -72.306637 41.8832, -72.306877 41.882849, -72.306993 41.882672, -72.307074 41.882544, -72.30711 41.88248, -72.307133 41.882424, -72.307147 41.88237, -72.307152 41.882316, -72.30715 41.882281, -72.307138 41.882222, -72.307104 41.882118, -72.307072 41.882045, -72.307025 41.881968, -72.306988 41.881924, -72.306945 41.881883, -72.306865 41.881818, -72.306812 41.881769, -72.306722 41.881667, -72.306642 41.881548, -72.306603 41.88147, -72.306584 41.881424, -72.30656 41.881342, -72.306538 41.881189, -72.30654 41.881116, -72.306556 41.881049, -72.306576 41.881003, -72.306604 41.880956, -72.30669 41.880838, -72.30677 41.880746, -72.306837 41.880676, -72.306978 41.880542, -72.307118 41.880421, -72.307262 41.88031, -72.307409 41.880208, -72.307532 41.88011, -72.307649 41.880002, -72.307852 41.87981, -72.30798 41.879696, -72.308133 41.879578, -72.308301 41.879468, -72.308423 41.879378, -72.308514 41.879302, -72.308624 41.879197, -72.308692 41.879123, -72.308772 41.879026, -72.308848 41.878919, -72.308922 41.878802, -72.308998 41.878665, -72.30907 41.87852, -72.309123 41.878398, -72.309166 41.878264, -72.309178 41.878182, -72.309178 41.878133, -72.309173 41.878108, -72.309165 41.878084, -72.309162 41.878078, -72.309069 41.877935, -72.309048 41.877891, -72.309024 41.877826, -72.309007 41.877728, -72.308993 41.877582, -72.308966 41.877441, -72.308924 41.877296, -72.308897 41.877227, -72.308854 41.877134, -72.308815 41.877065, -72.308715 41.876914, -72.308606 41.876759, -72.308334 41.876384, -72.308257 41.876275, -72.308187 41.876167, -72.308125 41.876051, -72.308102 41.875966, -72.308096 41.875896, -72.308094 41.875733, -72.308102 41.875576, -72.308122 41.875418, -72.308154 41.875296, -72.308181 41.875233, -72.308236 41.875149, -72.308288 41.875081, -72.308387 41.874959, -72.308464 41.874871, -72.308591 41.874732, -72.308702 41.874618, -72.308815 41.874517, -72.308915 41.874445, -72.309006 41.874393, -72.309151 41.874331, -72.309299 41.874289, -72.309379 41.874273, -72.309533 41.874251, -72.309643 41.874239, -72.309823 41.874225, -72.309979 41.874219, -72.310182 41.874218, -72.310353 41.874227, -72.310675 41.874255, -72.310864 41.874262, -72.31103 41.874256, -72.311104 41.874247, -72.311165 41.874235, -72.311261 41.874204, -72.31137 41.874155, -72.311438 41.874113, -72.311489 41.874073, -72.311558 41.874005, -72.311642 41.87391, -72.311707 41.873816, -72.311756 41.873725, -72.311799 41.873631, -72.311857 41.873476, -72.311914 41.873297, -72.31198 41.873069, -72.312013 41.872944, -72.312036 41.872838, -72.312053 41.872705, -72.312052 41.872575, -72.312031 41.872441, -72.311982 41.872288, -72.311934 41.872178, -72.311899 41.872115, -72.311834 41.872031, -72.311783 41.871982, -72.311661 41.871879, -72.311533 41.871754, -72.311446 41.871657, -72.311356 41.871536, -72.311307 41.871447, -72.311275 41.87136, -72.311236 41.871269, -72.311195 41.871199, -72.311138 41.871119, -72.311091 41.871069, -72.311062 41.871044, -72.311032 41.871023, -72.310917 41.87096, -72.310763 41.870881, -72.310459 41.870731, -72.310287 41.870649, -72.310229 41.870617, -72.310185 41.870585, -72.310165 41.870566, -72.310151 41.870548, -72.310138 41.870529, -72.310128 41.870507, -72.31012 41.870484, -72.31011 41.870433, -72.310107 41.870366, -72.310112 41.870287, -72.310133 41.870133, -72.310168 41.869972, -72.310213 41.869818, -72.310246 41.869729, -72.310284 41.869648, -72.310339 41.869559, -72.310403 41.869471, -72.31055 41.869282, -72.310604 41.869203, -72.310698 41.869031, -72.310786 41.868857, -72.310788 41.868848, -72.310787 41.868839, -72.310785 41.86883, -72.310779 41.868818, -72.310768 41.868803, -72.310737 41.868774, -72.310577 41.868661, -72.310464 41.868562, -72.310414 41.868506, -72.310375 41.868454, -72.310321 41.868357, -72.310298 41.868288, -72.310282 41.86821, -72.310258 41.868117, -72.310201 41.867962, -72.31015 41.867857, -72.310095 41.867765, -72.310037 41.867684, -72.309889 41.867456, -72.309658 41.867086, -72.309489 41.866834, -72.309373 41.866669, -72.309211 41.866454, -72.309116 41.866337, -72.308998 41.866206, -72.308815 41.866024, -72.308621 41.86584, -72.308439 41.865673, -72.308362 41.865605, -72.308204 41.865472, -72.308135 41.865405, -72.308029 41.865281, -72.307958 41.865174, -72.307895 41.865055, -72.30786 41.864972, -72.307819 41.864842, -72.307797 41.864746, -72.307757 41.864489, -72.307743 41.864322, -72.307743 41.864223, -72.307753 41.864106, -72.307767 41.864024, -72.307808 41.86387, -72.307861 41.863728, -72.307932 41.863558, -72.30796 41.863469, -72.307966 41.863428, -72.307966 41.863393, -72.30796 41.863351, -72.307948 41.863313, -72.307915 41.863245, -72.307862 41.863166, -72.307813 41.863102, -72.307695 41.86296, -72.307615 41.86286, -72.307523 41.862739, -72.307419 41.862595, -72.307241 41.862337, -72.307148 41.862197, -72.30694 41.861878, -72.30663 41.861397, -72.306542 41.861253, -72.306494 41.861167, -72.306451 41.861082, -72.306416 41.860997, -72.30639 41.860921, -72.306368 41.860831, -72.306356 41.860749, -72.306351 41.860628, -72.306353 41.860559, -72.306364 41.860461, -72.306388 41.860323, -72.306412 41.860205, -72.306468 41.859964, -72.306488 41.859863, -72.306511 41.8597, -72.306522 41.859574, -72.306531 41.859407, -72.306535 41.859159, -72.306534 41.858928, -72.306536 41.85866, -72.306542 41.85846, -72.306548 41.858374, -72.306565 41.858238, -72.306619 41.857934, -72.306663 41.857748, -72.3067 41.857627, -72.30675 41.857489, -72.30681 41.85734, -72.30686 41.857225, -72.307032 41.856852, -72.307048 41.856796, -72.307054 41.856754, -72.307055 41.856712, -72.307046 41.856608, -72.30705 41.856539, -72.307071 41.856453, -72.307133 41.856275, -72.307165 41.856134, -72.307166 41.85611, -72.307162 41.856086, -72.307155 41.856065, -72.307141 41.856039, -72.307119 41.85601, -72.307054 41.855946, -72.306983 41.855888, -72.306752 41.855712, -72.306612 41.855594, -72.306516 41.8555, -72.306393 41.855364, -72.306341 41.855319, -72.306289 41.855284, -72.306221 41.855245, -72.305988 41.855136, -72.305899 41.85509, -72.305839 41.855053, -72.305764 41.854996, -72.305696 41.854924, -72.305636 41.854839, -72.30558 41.854744, -72.305447 41.854498, -72.305409 41.854436, -72.305348 41.854352, -72.305297 41.854297, -72.305128 41.854153, -72.305021 41.854069, -72.304873 41.853968, -72.304762 41.853904, -72.304632 41.853838, -72.304496 41.853778, -72.30431 41.853708, -72.304109 41.853639, -72.304004 41.853597, -72.303935 41.853561, -72.303877 41.853522, -72.303796 41.853455, -72.303754 41.85341, -72.30372 41.853365, -72.303697 41.853326, -72.303684 41.853294, -72.30367 41.853249, -72.303664 41.8532, -72.303668 41.853153, -72.303677 41.853119, -72.303685 41.853102, -72.303711 41.853063, -72.303756 41.853011, -72.303878 41.85289, -72.304117 41.852674, -72.304248 41.85255, -72.304286 41.852506, -72.304346 41.85242, -72.304382 41.852357, -72.304406 41.852306, -72.304432 41.852226, -72.30445 41.85213, -72.304455 41.852042, -72.304449 41.851935, -72.304426 41.851831, -72.30437 41.851674, -72.304312 41.851548, -72.304255 41.851442, -72.304176 41.851306, -72.304055 41.851127, -72.30402 41.851066, -72.303997 41.851009, -72.30399 41.850982, -72.303986 41.850945, -72.303988 41.850904, -72.303995 41.850868, -72.30401 41.850829, -72.304044 41.850771, -72.304111 41.850693, -72.30417 41.850637, -72.304344 41.850491, -72.304408 41.850449, -72.304451 41.850428, -72.304472 41.85042, -72.304522 41.850405, -72.304573 41.850396, -72.304686 41.850387, -72.30478 41.850388, -72.304864 41.850394, -72.304978 41.850411, -72.305057 41.850431, -72.305291 41.850508, -72.30539 41.850534, -72.30545 41.850544, -72.305595 41.850553, -72.305749 41.850547, -72.305881 41.850528, -72.305978 41.850508, -72.306142 41.850465, -72.306267 41.850429, -72.306428 41.850382, -72.30651 41.850352, -72.30657 41.850323, -72.306609 41.850298, -72.306627 41.850284, -72.306661 41.850253, -72.306692 41.850216, -72.306716 41.850178, -72.306746 41.850121, -72.306826 41.849923, -72.306865 41.849841, -72.306898 41.849788, -72.30692 41.84976, -72.306946 41.849735, -72.306979 41.849709, -72.307023 41.849684, -72.307034 41.849678, -72.307123 41.849643, -72.307307 41.84958, -72.30739 41.849549, -72.30747 41.849514, -72.307539 41.849475, -72.307576 41.849449, -72.307735 41.849325, -72.307978 41.849153, -72.308141 41.849045, -72.30828 41.848957, -72.308364 41.848897, -72.308468 41.848813, -72.308604 41.848686, -72.308703 41.848601, -72.308754 41.848563, -72.308852 41.848498, -72.309094 41.848357, -72.30916 41.848311, -72.30922 41.848262, -72.309282 41.848201, -72.309394 41.848067, -72.309478 41.847957, -72.309546 41.847858, -72.309548 41.847855, -72.309579 41.847807, -72.309608 41.847759, -72.309631 41.847719, -72.309652 41.847679, -72.309671 41.847639, -72.309688 41.8476, -72.309703 41.847561, -72.309716 41.847524, -72.309724 41.847494, -72.30973 41.847465, -72.309734 41.847437, -72.30974 41.847374, -72.309747 41.847298, -72.309748 41.847284, -72.30976 41.847113, -72.309763 41.846925, -72.309753 41.846781, -72.309727 41.846663, -72.309696 41.846584, -72.309651 41.846496, -72.3096 41.84641, -72.309462 41.846191, -72.309393 41.846077, -72.309311 41.845923, -72.309208 41.845736, -72.309006 41.845381, -72.308906 41.845193, -72.308868 41.845112, -72.308847 41.845053, -72.308832 41.844969, -72.308825 41.84487, -72.30883 41.844711, -72.308853 41.844571, -72.308878 41.84449, -72.308916 41.844412, -72.309006 41.844295, -72.309212 41.84405, -72.309281 41.843964, -72.309364 41.843854, -72.30945 41.843719, -72.309479 41.843663, -72.309517 41.843566, -72.309557 41.843422, -72.309578 41.843279, -72.309581 41.843207, -72.309577 41.843105, -72.309568 41.843045, -72.309549 41.842967, -72.309523 41.842901, -72.30943 41.842736, -72.309259 41.842465, -72.309194 41.842356, -72.309137 41.842248, -72.309108 41.842179, -72.309064 41.842034, -72.30903 41.841889, -72.30897 41.841595, -72.308948 41.841505, -72.308909 41.841364, -72.308882 41.841286, -72.3088 41.841067, -72.308749 41.840914, -72.308716 41.840785, -72.308683 41.84062, -72.30867 41.840502, -72.30867 41.840409, -72.308677 41.840296, -72.308694 41.840131, -72.308733 41.839787, -72.308768 41.839568, -72.30879 41.839465, -72.308826 41.839339, -72.308866 41.839236, -72.308893 41.839175, -72.309003 41.838963, -72.309078 41.838797, -72.309122 41.838713, -72.309206 41.838582, -72.30936 41.838368, -72.309453 41.838231, -72.309523 41.83811, -72.309565 41.838021, -72.309612 41.8379, -72.309648 41.837788, -72.309745 41.83778, -72.309819 41.837774, -72.30989 41.837772, -72.310372 41.837744, -72.312255 41.837632, -72.312723 41.837604, -72.31283 41.837592))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 220.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Tolland, Connecticut\", \"geo_wkt\": \"POLYGON ((-72.31283 41.837592, -72.312882 41.837586, -72.313166 41.837546, -72.31402 41.83743, -72.314305 41.837392, -72.314671 41.83734, -72.315773 41.837184, -72.31614 41.837132, -72.316336 41.837108, -72.318515 41.836834, -72.318621 41.83682, -72.319613 41.836694, -72.320829 41.83654, -72.326063 41.835882, -72.328545 41.835572, -72.32918 41.83548, -72.329805 41.835404, -72.330233 41.835352, -72.330896 41.835277, -72.332015 41.83515, -72.332926 41.835036, -72.333165 41.835009, -72.333595 41.834956, -72.333655 41.83495, -72.3341 41.834898, -72.334861 41.834826, -72.335371 41.83477, -72.335672 41.834738, -72.336511 41.834626, -72.336769 41.834582, -72.336887 41.834554, -72.336894 41.83455, -72.337001 41.834518, -72.337082 41.834486, -72.337234 41.834408, -72.337301 41.834362, -72.337348 41.83432, -72.338877 41.834156, -72.342235 41.833796, -72.342382 41.833782, -72.342531 41.833764, -72.342695 41.833748, -72.342856 41.83373, -72.342968 41.833716, -72.343464 41.833662, -72.344993 41.833494, -72.346926 41.833292, -72.347537 41.833228, -72.347904 41.833192, -72.350001 41.83298, -72.352728 41.832694, -72.354662 41.83249, -72.355256 41.832428, -72.357041 41.832244, -72.357636 41.832184, -72.361325 41.83174, -72.372394 41.830412, -72.376084 41.829968, -72.379987 41.82962, -72.391698 41.828578, -72.395602 41.828232, -72.396241 41.82813, -72.398161 41.82783, -72.398801 41.82773, -72.400073 41.827588, -72.401557 41.827426, -72.401897 41.827388, -72.402237 41.82735, -72.403891 41.827168, -72.405164 41.827028, -72.408436 41.826722, -72.418255 41.82581, -72.420889 41.825566, -72.421528 41.825506, -72.421657 41.826564, -72.422038 41.829664, -72.422047 41.82974, -72.422177 41.8308, -72.422203 41.831006, -72.422282 41.831624, -72.422309 41.831832, -72.422311 41.831852, -72.422319 41.831912, -72.422322 41.831932, -72.422602 41.834156, -72.422861 41.836206, -72.423938 41.840611, -72.424413 41.842888, -72.424658 41.845847, -72.424903 41.849039, -72.425029 41.854406, -72.425111 41.854838, -72.425146 41.854988, -72.425208 41.85528, -72.425215 41.85532, -72.425399 41.856254, -72.425519 41.856864, -72.425528 41.856906, -72.426153 41.861626, -72.426264 41.862272, -72.426272 41.862346, -72.426656 41.86596, -72.42694 41.867408, -72.427017 41.868084, -72.427248 41.870108, -72.427325 41.870784, -72.427405 41.871468, -72.427414 41.871526, -72.427505 41.872054, -72.427771 41.873364, -72.427847 41.873726, -72.427912 41.874034, -72.428001 41.874458, -72.428018 41.874606, -72.428049 41.874878, -72.428157 41.875822, -72.428353 41.877524, -72.428624 41.879914, -72.428678 41.880384, -72.428729 41.88083, -72.42878 41.881278, -72.428922 41.883624, -72.429062 41.885906, -72.429503 41.890646, -72.429503 41.890648, -72.429623 41.891906, -72.429376 41.892964, -72.42938 41.892976, -72.429394 41.893014, -72.429399 41.893028, -72.429349 41.893156, -72.42933 41.893206, -72.429326 41.893564, -72.429325 41.893702, -72.42933 41.89391, -72.429514 41.895942, -72.430123 41.902656, -72.430327 41.904896, -72.43037 41.90541, -72.4305 41.906956, -72.430544 41.907472, -72.430573 41.907792, -72.430662 41.908752, -72.430692 41.909072, -72.430798 41.910154, -72.431119 41.913404, -72.431226 41.914488, -72.431243 41.914602, -72.431244 41.914608, -72.431294 41.914942, -72.431312 41.915056, -72.430953 41.91505, -72.429876 41.915036, -72.429518 41.915031, -72.425921 41.915555, -72.4244 41.915778, -72.416278 41.916966, -72.415137 41.917132, -72.411543 41.917656, -72.411227 41.917706, -72.408416 41.917962, -72.405671 41.918272, -72.397437 41.919204, -72.394693 41.919516, -72.390547 41.919898, -72.389457 41.919998, -72.383472 41.920594, -72.382364 41.920726, -72.37904 41.92112, -72.377933 41.921252, -72.377058 41.921336, -72.374432 41.921594, -72.373558 41.92168, -72.372703 41.921782, -72.369478 41.922178, -72.360013 41.923344, -72.357242 41.923686, -72.353164 41.924188, -72.353063 41.924198, -72.353038 41.924202, -72.352841 41.924228, -72.352761 41.924238, -72.352661 41.924252, -72.352336 41.92429, -72.352091 41.924324, -72.351061 41.924464, -72.346267 41.925116, -72.344669 41.925334, -72.342887 41.925546, -72.33754 41.926184, -72.335759 41.926398, -72.332922 41.926748, -72.324412 41.927802, -72.321576 41.928154, -72.320472 41.928252, -72.31881 41.9284, -72.316693 41.92859, -72.310512 41.92914, -72.309402 41.92924, -72.307747 41.929388, -72.307578 41.929436, -72.307357 41.929502, -72.307073 41.929586, -72.306992 41.92961, -72.306864 41.929646, -72.30686 41.92964, -72.306835 41.92958, -72.306811 41.929521, -72.306786 41.929455, -72.306763 41.929391, -72.30674 41.92932, -72.306715 41.929242, -72.306697 41.92918, -72.306683 41.929127, -72.306668 41.929064, -72.306656 41.929, -72.306645 41.928936, -72.306636 41.928873, -72.306627 41.928799, -72.306622 41.928747, -72.306618 41.928685, -72.306616 41.928634, -72.306614 41.928574, -72.306614 41.928516, -72.306615 41.928459, -72.306617 41.928404, -72.30662 41.92835, -72.306627 41.928275, -72.306631 41.928235, -72.306636 41.928196, -72.306647 41.928124, -72.306676 41.927955, -72.306689 41.927872, -72.3067 41.927795, -72.306709 41.927714, -72.306718 41.927628, -72.306724 41.927537, -72.306726 41.927489, -72.306728 41.92744, -72.306728 41.927351, -72.306727 41.92727, -72.30672 41.927077, -72.306716 41.926906, -72.306709 41.926794, -72.306701 41.926752, -72.306687 41.92671, -72.306618 41.92656, -72.306575 41.92648, -72.306468 41.926309, -72.306375 41.926182, -72.306272 41.926058, -72.30621 41.925993, -72.306159 41.925947, -72.306088 41.925893, -72.305989 41.925825, -72.305852 41.925736, -72.3057 41.925641, -72.305496 41.925518, -72.30532 41.925416, -72.305049 41.925275, -72.305006 41.925246, -72.304997 41.925239, -72.304988 41.925231, -72.304973 41.925216, -72.304964 41.925203, -72.304956 41.925189, -72.304951 41.925174, -72.304947 41.925159, -72.304946 41.925142, -72.304947 41.925132, -72.304947 41.925124, -72.304956 41.925085, -72.305 41.924984, -72.305077 41.924816, -72.305166 41.924607, -72.30522 41.92446, -72.305227 41.924418, -72.305226 41.924376, -72.305222 41.924358, -72.305216 41.92434, -72.305198 41.924306, -72.305166 41.924269, -72.305121 41.924228, -72.304979 41.924115, -72.30492 41.924075, -72.304786 41.924004, -72.304544 41.923897, -72.304419 41.923837, -72.304335 41.923786, -72.304238 41.923699, -72.303978 41.923424, -72.30391 41.923362, -72.303843 41.923314, -72.303609 41.923165, -72.303491 41.923086, -72.303389 41.92301, -72.303291 41.922923, -72.303145 41.92274, -72.303021 41.922577, -72.30294 41.922459, -72.302882 41.922362, -72.30285 41.922294, -72.302842 41.922271, -72.30284 41.922264, -72.302831 41.922229, -72.302826 41.922201, -72.302824 41.922182, -72.30282 41.922115, -72.302816 41.922099, -72.30281 41.922081, -72.302796 41.922055, -72.30275 41.921987, -72.302626 41.921836, -72.302549 41.921733, -72.302452 41.921597, -72.302358 41.921482, -72.302261 41.921389, -72.302153 41.921263, -72.302097 41.921184, -72.302049 41.9211, -72.302008 41.920995, -72.30197 41.920851, -72.301959 41.920822, -72.301957 41.920818, -72.30195 41.920803, -72.301944 41.920791, -72.30193 41.92077, -72.301901 41.920735, -72.301862 41.920699, -72.301736 41.920609, -72.30167 41.920573, -72.301598 41.920542, -72.301523 41.920519, -72.301413 41.920498, -72.3013 41.920487, -72.301098 41.920479, -72.300964 41.920466, -72.30088 41.92045, -72.300762 41.920419, -72.300681 41.920393, -72.300461 41.920313, -72.300187 41.920206, -72.299869 41.920074, -72.299663 41.919983, -72.299555 41.919926, -72.29944 41.919853, -72.299313 41.919763, -72.299181 41.91966, -72.299009 41.919512, -72.298928 41.91943, -72.298887 41.919376, -72.298867 41.919343, -72.298846 41.919295, -72.298833 41.919248, -72.298803 41.919014, -72.29879 41.918957, -72.298748 41.91882, -72.29871 41.91872, -72.298662 41.918616, -72.298588 41.918484, -72.298511 41.918363, -72.2984 41.918197, -72.298316 41.918079, -72.298124 41.917826, -72.298009 41.917664, -72.297956 41.917585, -72.297863 41.917435, -72.297799 41.917318, -72.297746 41.917202, -72.297694 41.917075, -72.297647 41.916948, -72.297605 41.916822, -72.297535 41.916584, -72.297484 41.916365, -72.29746 41.916222, -72.297451 41.916128, -72.297444 41.915987, -72.297448 41.91581, -72.297458 41.915728, -72.29748 41.915613, -72.297512 41.915516, -72.297557 41.91542, -72.297665 41.915216, -72.297702 41.915128, -72.297719 41.915057, -72.297718 41.914982, -72.297705 41.914881, -72.297645 41.914542, -72.297631 41.914412, -72.297626 41.914265, -72.297618 41.914147, -72.297596 41.913968, -72.297562 41.913799, -72.297532 41.91369, -72.297502 41.913598, -72.29744 41.913425, -72.297407 41.913301, -72.297398 41.913202, -72.297396 41.913066, -72.29739 41.912986, -72.297359 41.912767, -72.297309 41.912495, -72.297265 41.912273, -72.297214 41.912029, -72.297166 41.911808, -72.297129 41.911651, -72.297093 41.911533, -72.297073 41.911492, -72.29705 41.911456, -72.296922 41.911314, -72.296816 41.911183, -72.296706 41.91104, -72.296479 41.910734, -72.296382 41.910597, -72.296333 41.910542, -72.296274 41.910491, -72.296206 41.910442, -72.296122 41.91039, -72.295862 41.910237, -72.295784 41.910185, -72.295648 41.910081, -72.295502 41.909946, -72.295344 41.909784, -72.295291 41.909741, -72.295248 41.909712, -72.295205 41.909688, -72.295127 41.909656, -72.294993 41.909615, -72.294677 41.909537, -72.294568 41.909509, -72.294455 41.909474, -72.294365 41.909439, -72.294289 41.909401, -72.294161 41.909326, -72.294083 41.909277, -72.293984 41.909204, -72.29391 41.909134, -72.293889 41.909107, -72.293872 41.90908, -72.293861 41.909053, -72.293854 41.909026, -72.293853 41.908958, -72.293861 41.908756, -72.293857 41.90862, -72.293846 41.908499, -72.293827 41.908393, -72.293809 41.90832, -72.293764 41.908175, -72.293666 41.90791, -72.293616 41.907748, -72.293556 41.907508, -72.293518 41.907387, -72.293489 41.907319, -72.293454 41.907256, -72.293416 41.907204, -72.293396 41.907182, -72.293314 41.907109, -72.293223 41.907045, -72.293088 41.906972, -72.292934 41.906912, -72.29282 41.906879, -72.292701 41.906854, -72.292617 41.906842, -72.292487 41.906829, -72.29232 41.906824, -72.292082 41.906831, -72.291934 41.906824, -72.291842 41.906811, -72.29174 41.90679, -72.291609 41.906747, -72.291566 41.906728, -72.291499 41.90669, -72.291446 41.906651, -72.291405 41.906612, -72.291341 41.906522, -72.291258 41.906369, -72.291128 41.906084, -72.291063 41.905955, -72.291015 41.905882, -72.290969 41.905787, -72.290948 41.905715, -72.290937 41.905657, -72.290928 41.905499, -72.290934 41.90531, -72.290927 41.90523, -72.290907 41.905153, -72.290858 41.905042, -72.290841 41.904994, -72.290829 41.904909, -72.290831 41.904867, -72.290841 41.904823, -72.290849 41.904803, -72.29087 41.904764, -72.290903 41.904719, -72.290951 41.904669, -72.291133 41.904509, -72.291185 41.904471, -72.291306 41.904397, -72.291356 41.904357, -72.291383 41.904328, -72.291407 41.904292, -72.291426 41.904256, -72.291441 41.904213, -72.291457 41.904139, -72.291466 41.904054, -72.291468 41.903958, -72.291462 41.903871, -72.291437 41.903726, -72.291376 41.903506, -72.291349 41.903388, -72.291334 41.903249, -72.291338 41.90316, -72.291365 41.903032, -72.291398 41.902941, -72.29144 41.902849, -72.291505 41.902727, -72.291764 41.902229, -72.29183 41.902107, -72.29192 41.901949, -72.291974 41.901861, -72.292048 41.90176, -72.292185 41.90159, -72.292264 41.901479, -72.292339 41.901355, -72.292408 41.901215, -72.292466 41.901077, -72.292542 41.900855, -72.292607 41.900638, -72.292664 41.900433, -72.292699 41.900287, -72.292723 41.900166, -72.292733 41.900033, -72.292726 41.899952, -72.292701 41.89984, -72.292657 41.899725, -72.292611 41.899636, -72.292502 41.89946, -72.292401 41.89931, -72.292291 41.899154, -72.292207 41.899038, -72.292123 41.89893, -72.292003 41.898785, -72.291778 41.898524, -72.291648 41.898367, -72.291558 41.898251, -72.291435 41.898082, -72.29138 41.898016, -72.291324 41.897958, -72.29117 41.89782, -72.29095 41.897635, -72.290912 41.897598, -72.290884 41.897564, -72.290864 41.897531, -72.290854 41.8975, -72.29085 41.897468, -72.29085 41.897446, -72.290858 41.897402, -72.290873 41.897352, -72.29092 41.897233, -72.29095 41.89717, -72.291018 41.897061, -72.291097 41.89696, -72.291149 41.896903, -72.291246 41.896807, -72.291474 41.896593, -72.291691 41.8964, -72.291866 41.896253, -72.291984 41.896159, -72.2921 41.896073, -72.292201 41.896004, -72.292296 41.895946, -72.292394 41.895895, -72.292553 41.895827, -72.292775 41.895746, -72.29286 41.895708, -72.292916 41.895677, -72.292994 41.895623, -72.293129 41.895504, -72.293201 41.895448, -72.293263 41.895406, -72.293312 41.89538, -72.293385 41.895348, -72.293423 41.895336, -72.293525 41.895314, -72.293634 41.895301, -72.293839 41.895289, -72.293982 41.895292, -72.294216 41.895303, -72.294322 41.895305, -72.29442 41.8953, -72.2945 41.895287, -72.294537 41.895277, -72.294564 41.895267, -72.294589 41.895255, -72.294612 41.895241, -72.294637 41.89522, -72.294728 41.895124, -72.29477 41.895085, -72.294821 41.895049, -72.294889 41.895013, -72.29494 41.894991, -72.295064 41.894946, -72.295124 41.894926, -72.295206 41.894901, -72.295316 41.894869, -72.295421 41.89484, -72.295528 41.894811, -72.295594 41.894794, -72.295661 41.894778, -72.295719 41.894765, -72.295768 41.894755, -72.295812 41.894748, -72.29585 41.894742, -72.295887 41.894738, -72.295979 41.894727, -72.29603 41.894721, -72.296061 41.894716, -72.29623 41.894686, -72.29646 41.894637, -72.296745 41.894582, -72.297 41.894539, -72.297118 41.894516, -72.297614 41.894395, -72.297873 41.894336, -72.298181 41.894268, -72.298436 41.894214, -72.298668 41.894166, -72.298906 41.89412, -72.29917 41.894072, -72.299398 41.894022, -72.299524 41.89399, -72.299661 41.89395, -72.299771 41.893915, -72.299866 41.893882, -72.300034 41.893819, -72.300192 41.893753, -72.300355 41.89368, -72.300519 41.893599, -72.300675 41.893515, -72.300829 41.893426, -72.30099 41.893326, -72.30114 41.893227, -72.301318 41.8931, -72.301479 41.892976, -72.301659 41.892822, -72.301768 41.892719, -72.30187 41.892617, -72.302058 41.892445, -72.302256 41.892273, -72.302374 41.892158, -72.30246 41.89205, -72.302509 41.891974, -72.302582 41.891835, -72.302637 41.891708, -72.302693 41.891556, -72.302734 41.891431, -72.302773 41.8913, -72.302848 41.891026, -72.302894 41.89087, -72.302922 41.890795, -72.302971 41.890678, -72.303033 41.890543, -72.303101 41.890406, -72.303241 41.890126, -72.303308 41.889985, -72.303339 41.889891, -72.303347 41.889809, -72.303347 41.889798, -72.303345 41.889768, -72.30334 41.889734, -72.303333 41.889701, -72.303323 41.889668, -72.303308 41.889628, -72.303193 41.889383, -72.303165 41.889335, -72.303132 41.889294, -72.303105 41.88927, -72.303072 41.889247, -72.303032 41.889227, -72.303009 41.889218, -72.302964 41.889203, -72.302887 41.889186, -72.302753 41.889171, -72.302628 41.889167, -72.302496 41.88917, -72.302375 41.889178, -72.302068 41.889203, -72.30183 41.889214, -72.301627 41.889211, -72.301441 41.889201, -72.301174 41.889182, -72.300898 41.88916, -72.300199 41.889102, -72.299891 41.889078, -72.2996 41.88906, -72.299382 41.889049, -72.299238 41.889032, -72.299175 41.889017, -72.299126 41.889, -72.299083 41.888979, -72.299041 41.888953, -72.298956 41.888883, -72.298804 41.888741, -72.298674 41.888628, -72.298555 41.888533, -72.298523 41.888506, -72.298448 41.888431, -72.29838 41.888352, -72.298317 41.888272, -72.298266 41.888196, -72.298227 41.888129, -72.298203 41.888078, -72.298191 41.888033, -72.298189 41.888015, -72.29819 41.887994, -72.298193 41.887977, -72.298199 41.887956, -72.29821 41.887932, -72.298237 41.88789, -72.29826 41.887863, -72.298308 41.887814, -72.298394 41.887743, -72.298498 41.887665, -72.298563 41.887623, -72.29863 41.887588, -72.298704 41.887558, -72.298788 41.887534, -72.298884 41.887516, -72.299012 41.887497, -72.299056 41.887496, -72.299125 41.887501, -72.299197 41.887512, -72.299411 41.887553, -72.299581 41.887574, -72.299656 41.887578, -72.299759 41.887576, -72.299825 41.887568, -72.299969 41.887537, -72.300235 41.887461, -72.30032 41.887441, -72.300465 41.887417, -72.300574 41.887407, -72.300774 41.887392, -72.300823 41.887384, -72.300862 41.887374, -72.300892 41.887362, -72.301052 41.887276, -72.301184 41.887197, -72.301286 41.887127, -72.301383 41.887049, -72.301441 41.886992, -72.301488 41.886935, -72.301516 41.886887, -72.301545 41.886812, -72.301557 41.886754, -72.301562 41.88669, -72.30156 41.886618, -72.301551 41.886468, -72.301553 41.886402, -72.301559 41.886362, -72.301578 41.8863, -72.301609 41.886237, -72.301668 41.886146, -72.301728 41.886064, -72.301885 41.885877, -72.301981 41.885771, -72.302119 41.885627, -72.302246 41.885499, -72.302309 41.885413, -72.302335 41.885366, -72.302414 41.885208, -72.302564 41.884922, -72.302619 41.884804, -72.302688 41.884637, -72.302727 41.884525, -72.302764 41.884405, -72.302789 41.884291, -72.302803 41.884178, -72.302812 41.884044, -72.302822 41.883982, -72.302834 41.883945, -72.302844 41.883924, -72.302852 41.883912, -72.302875 41.883885, -72.302896 41.883867, -72.302921 41.88385, -72.302951 41.883833, -72.303252 41.883688, -72.303433 41.883614, -72.303532 41.883581, -72.303632 41.883553, -72.304084 41.88345, -72.304282 41.8834, -72.30444 41.883348, -72.304497 41.883322, -72.304536 41.883299, -72.304553 41.883285, -72.304603 41.883226, -72.304665 41.88314, -72.304706 41.883068, -72.304738 41.882998, -72.30476 41.88293, -72.304774 41.882834, -72.304778 41.882686, -72.304784 41.882645, -72.304794 41.882609, -72.304811 41.88257, -72.304836 41.882533, -72.304853 41.882516, -72.304876 41.882496, -72.30489 41.882486, -72.304943 41.882454, -72.305002 41.882426, -72.305059 41.882406, -72.305085 41.8824, -72.305124 41.882395, -72.305165 41.882394, -72.305192 41.882397, -72.305205 41.8824, -72.305231 41.882406, -72.305243 41.882411, -72.30526 41.882419, -72.305269 41.882424, -72.305276 41.882429, -72.305289 41.882442, -72.3053 41.882457, -72.305312 41.88248, -72.305319 41.882504, -72.305325 41.882566, -72.305321 41.882628, -72.305296 41.882789, -72.305286 41.882902, -72.305286 41.88302, -72.305294 41.883095, -72.305303 41.883133, -72.305344 41.883235, -72.305382 41.883305, -72.305409 41.883344, -72.305454 41.883391, -72.305487 41.883416, -72.305526 41.883439, -72.305687 41.883506, -72.305771 41.883532, -72.305821 41.883544, -72.305879 41.883551, -72.305904 41.883552, -72.305956 41.883551, -72.306034 41.883542, -72.306074 41.883533, -72.30611 41.883523, -72.30616 41.883503, -72.306337 41.883401, -72.306496 41.88333, -72.306531 41.88331, -72.306563 41.883285, -72.3066 41.883249, -72.306637 41.8832, -72.306877 41.882849, -72.306993 41.882672, -72.307074 41.882544, -72.30711 41.88248, -72.307133 41.882424, -72.307147 41.88237, -72.307152 41.882316, -72.30715 41.882281, -72.307138 41.882222, -72.307104 41.882118, -72.307072 41.882045, -72.307025 41.881968, -72.306988 41.881924, -72.306945 41.881883, -72.306865 41.881818, -72.306812 41.881769, -72.306722 41.881667, -72.306642 41.881548, -72.306603 41.88147, -72.306584 41.881424, -72.30656 41.881342, -72.306538 41.881189, -72.30654 41.881116, -72.306556 41.881049, -72.306576 41.881003, -72.306604 41.880956, -72.30669 41.880838, -72.30677 41.880746, -72.306837 41.880676, -72.306978 41.880542, -72.307118 41.880421, -72.307262 41.88031, -72.307409 41.880208, -72.307532 41.88011, -72.307649 41.880002, -72.307852 41.87981, -72.30798 41.879696, -72.308133 41.879578, -72.308301 41.879468, -72.308423 41.879378, -72.308514 41.879302, -72.308624 41.879197, -72.308692 41.879123, -72.308772 41.879026, -72.308848 41.878919, -72.308922 41.878802, -72.308998 41.878665, -72.30907 41.87852, -72.309123 41.878398, -72.309166 41.878264, -72.309178 41.878182, -72.309178 41.878133, -72.309173 41.878108, -72.309165 41.878084, -72.309162 41.878078, -72.309069 41.877935, -72.309048 41.877891, -72.309024 41.877826, -72.309007 41.877728, -72.308993 41.877582, -72.308966 41.877441, -72.308924 41.877296, -72.308897 41.877227, -72.308854 41.877134, -72.308815 41.877065, -72.308715 41.876914, -72.308606 41.876759, -72.308334 41.876384, -72.308257 41.876275, -72.308187 41.876167, -72.308125 41.876051, -72.308102 41.875966, -72.308096 41.875896, -72.308094 41.875733, -72.308102 41.875576, -72.308122 41.875418, -72.308154 41.875296, -72.308181 41.875233, -72.308236 41.875149, -72.308288 41.875081, -72.308387 41.874959, -72.308464 41.874871, -72.308591 41.874732, -72.308702 41.874618, -72.308815 41.874517, -72.308915 41.874445, -72.309006 41.874393, -72.309151 41.874331, -72.309299 41.874289, -72.309379 41.874273, -72.309533 41.874251, -72.309643 41.874239, -72.309823 41.874225, -72.309979 41.874219, -72.310182 41.874218, -72.310353 41.874227, -72.310675 41.874255, -72.310864 41.874262, -72.31103 41.874256, -72.311104 41.874247, -72.311165 41.874235, -72.311261 41.874204, -72.31137 41.874155, -72.311438 41.874113, -72.311489 41.874073, -72.311558 41.874005, -72.311642 41.87391, -72.311707 41.873816, -72.311756 41.873725, -72.311799 41.873631, -72.311857 41.873476, -72.311914 41.873297, -72.31198 41.873069, -72.312013 41.872944, -72.312036 41.872838, -72.312053 41.872705, -72.312052 41.872575, -72.312031 41.872441, -72.311982 41.872288, -72.311934 41.872178, -72.311899 41.872115, -72.311834 41.872031, -72.311783 41.871982, -72.311661 41.871879, -72.311533 41.871754, -72.311446 41.871657, -72.311356 41.871536, -72.311307 41.871447, -72.311275 41.87136, -72.311236 41.871269, -72.311195 41.871199, -72.311138 41.871119, -72.311091 41.871069, -72.311062 41.871044, -72.311032 41.871023, -72.310917 41.87096, -72.310763 41.870881, -72.310459 41.870731, -72.310287 41.870649, -72.310229 41.870617, -72.310185 41.870585, -72.310165 41.870566, -72.310151 41.870548, -72.310138 41.870529, -72.310128 41.870507, -72.31012 41.870484, -72.31011 41.870433, -72.310107 41.870366, -72.310112 41.870287, -72.310133 41.870133, -72.310168 41.869972, -72.310213 41.869818, -72.310246 41.869729, -72.310284 41.869648, -72.310339 41.869559, -72.310403 41.869471, -72.31055 41.869282, -72.310604 41.869203, -72.310698 41.869031, -72.310786 41.868857, -72.310788 41.868848, -72.310787 41.868839, -72.310785 41.86883, -72.310779 41.868818, -72.310768 41.868803, -72.310737 41.868774, -72.310577 41.868661, -72.310464 41.868562, -72.310414 41.868506, -72.310375 41.868454, -72.310321 41.868357, -72.310298 41.868288, -72.310282 41.86821, -72.310258 41.868117, -72.310201 41.867962, -72.31015 41.867857, -72.310095 41.867765, -72.310037 41.867684, -72.309889 41.867456, -72.309658 41.867086, -72.309489 41.866834, -72.309373 41.866669, -72.309211 41.866454, -72.309116 41.866337, -72.308998 41.866206, -72.308815 41.866024, -72.308621 41.86584, -72.308439 41.865673, -72.308362 41.865605, -72.308204 41.865472, -72.308135 41.865405, -72.308029 41.865281, -72.307958 41.865174, -72.307895 41.865055, -72.30786 41.864972, -72.307819 41.864842, -72.307797 41.864746, -72.307757 41.864489, -72.307743 41.864322, -72.307743 41.864223, -72.307753 41.864106, -72.307767 41.864024, -72.307808 41.86387, -72.307861 41.863728, -72.307932 41.863558, -72.30796 41.863469, -72.307966 41.863428, -72.307966 41.863393, -72.30796 41.863351, -72.307948 41.863313, -72.307915 41.863245, -72.307862 41.863166, -72.307813 41.863102, -72.307695 41.86296, -72.307615 41.86286, -72.307523 41.862739, -72.307419 41.862595, -72.307241 41.862337, -72.307148 41.862197, -72.30694 41.861878, -72.30663 41.861397, -72.306542 41.861253, -72.306494 41.861167, -72.306451 41.861082, -72.306416 41.860997, -72.30639 41.860921, -72.306368 41.860831, -72.306356 41.860749, -72.306351 41.860628, -72.306353 41.860559, -72.306364 41.860461, -72.306388 41.860323, -72.306412 41.860205, -72.306468 41.859964, -72.306488 41.859863, -72.306511 41.8597, -72.306522 41.859574, -72.306531 41.859407, -72.306535 41.859159, -72.306534 41.858928, -72.306536 41.85866, -72.306542 41.85846, -72.306548 41.858374, -72.306565 41.858238, -72.306619 41.857934, -72.306663 41.857748, -72.3067 41.857627, -72.30675 41.857489, -72.30681 41.85734, -72.30686 41.857225, -72.307032 41.856852, -72.307048 41.856796, -72.307054 41.856754, -72.307055 41.856712, -72.307046 41.856608, -72.30705 41.856539, -72.307071 41.856453, -72.307133 41.856275, -72.307165 41.856134, -72.307166 41.85611, -72.307162 41.856086, -72.307155 41.856065, -72.307141 41.856039, -72.307119 41.85601, -72.307054 41.855946, -72.306983 41.855888, -72.306752 41.855712, -72.306612 41.855594, -72.306516 41.8555, -72.306393 41.855364, -72.306341 41.855319, -72.306289 41.855284, -72.306221 41.855245, -72.305988 41.855136, -72.305899 41.85509, -72.305839 41.855053, -72.305764 41.854996, -72.305696 41.854924, -72.305636 41.854839, -72.30558 41.854744, -72.305447 41.854498, -72.305409 41.854436, -72.305348 41.854352, -72.305297 41.854297, -72.305128 41.854153, -72.305021 41.854069, -72.304873 41.853968, -72.304762 41.853904, -72.304632 41.853838, -72.304496 41.853778, -72.30431 41.853708, -72.304109 41.853639, -72.304004 41.853597, -72.303935 41.853561, -72.303877 41.853522, -72.303796 41.853455, -72.303754 41.85341, -72.30372 41.853365, -72.303697 41.853326, -72.303684 41.853294, -72.30367 41.853249, -72.303664 41.8532, -72.303668 41.853153, -72.303677 41.853119, -72.303685 41.853102, -72.303711 41.853063, -72.303756 41.853011, -72.303878 41.85289, -72.304117 41.852674, -72.304248 41.85255, -72.304286 41.852506, -72.304346 41.85242, -72.304382 41.852357, -72.304406 41.852306, -72.304432 41.852226, -72.30445 41.85213, -72.304455 41.852042, -72.304449 41.851935, -72.304426 41.851831, -72.30437 41.851674, -72.304312 41.851548, -72.304255 41.851442, -72.304176 41.851306, -72.304055 41.851127, -72.30402 41.851066, -72.303997 41.851009, -72.30399 41.850982, -72.303986 41.850945, -72.303988 41.850904, -72.303995 41.850868, -72.30401 41.850829, -72.304044 41.850771, -72.304111 41.850693, -72.30417 41.850637, -72.304344 41.850491, -72.304408 41.850449, -72.304451 41.850428, -72.304472 41.85042, -72.304522 41.850405, -72.304573 41.850396, -72.304686 41.850387, -72.30478 41.850388, -72.304864 41.850394, -72.304978 41.850411, -72.305057 41.850431, -72.305291 41.850508, -72.30539 41.850534, -72.30545 41.850544, -72.305595 41.850553, -72.305749 41.850547, -72.305881 41.850528, -72.305978 41.850508, -72.306142 41.850465, -72.306267 41.850429, -72.306428 41.850382, -72.30651 41.850352, -72.30657 41.850323, -72.306609 41.850298, -72.306627 41.850284, -72.306661 41.850253, -72.306692 41.850216, -72.306716 41.850178, -72.306746 41.850121, -72.306826 41.849923, -72.306865 41.849841, -72.306898 41.849788, -72.30692 41.84976, -72.306946 41.849735, -72.306979 41.849709, -72.307023 41.849684, -72.307034 41.849678, -72.307123 41.849643, -72.307307 41.84958, -72.30739 41.849549, -72.30747 41.849514, -72.307539 41.849475, -72.307576 41.849449, -72.307735 41.849325, -72.307978 41.849153, -72.308141 41.849045, -72.30828 41.848957, -72.308364 41.848897, -72.308468 41.848813, -72.308604 41.848686, -72.308703 41.848601, -72.308754 41.848563, -72.308852 41.848498, -72.309094 41.848357, -72.30916 41.848311, -72.30922 41.848262, -72.309282 41.848201, -72.309394 41.848067, -72.309478 41.847957, -72.309546 41.847858, -72.309548 41.847855, -72.309579 41.847807, -72.309608 41.847759, -72.309631 41.847719, -72.309652 41.847679, -72.309671 41.847639, -72.309688 41.8476, -72.309703 41.847561, -72.309716 41.847524, -72.309724 41.847494, -72.30973 41.847465, -72.309734 41.847437, -72.30974 41.847374, -72.309747 41.847298, -72.309748 41.847284, -72.30976 41.847113, -72.309763 41.846925, -72.309753 41.846781, -72.309727 41.846663, -72.309696 41.846584, -72.309651 41.846496, -72.3096 41.84641, -72.309462 41.846191, -72.309393 41.846077, -72.309311 41.845923, -72.309208 41.845736, -72.309006 41.845381, -72.308906 41.845193, -72.308868 41.845112, -72.308847 41.845053, -72.308832 41.844969, -72.308825 41.84487, -72.30883 41.844711, -72.308853 41.844571, -72.308878 41.84449, -72.308916 41.844412, -72.309006 41.844295, -72.309212 41.84405, -72.309281 41.843964, -72.309364 41.843854, -72.30945 41.843719, -72.309479 41.843663, -72.309517 41.843566, -72.309557 41.843422, -72.309578 41.843279, -72.309581 41.843207, -72.309577 41.843105, -72.309568 41.843045, -72.309549 41.842967, -72.309523 41.842901, -72.30943 41.842736, -72.309259 41.842465, -72.309194 41.842356, -72.309137 41.842248, -72.309108 41.842179, -72.309064 41.842034, -72.30903 41.841889, -72.30897 41.841595, -72.308948 41.841505, -72.308909 41.841364, -72.308882 41.841286, -72.3088 41.841067, -72.308749 41.840914, -72.308716 41.840785, -72.308683 41.84062, -72.30867 41.840502, -72.30867 41.840409, -72.308677 41.840296, -72.308694 41.840131, -72.308733 41.839787, -72.308768 41.839568, -72.30879 41.839465, -72.308826 41.839339, -72.308866 41.839236, -72.308893 41.839175, -72.309003 41.838963, -72.309078 41.838797, -72.309122 41.838713, -72.309206 41.838582, -72.30936 41.838368, -72.309453 41.838231, -72.309523 41.83811, -72.309565 41.838021, -72.309612 41.8379, -72.309648 41.837788, -72.309745 41.83778, -72.309819 41.837774, -72.30989 41.837772, -72.310372 41.837744, -72.312255 41.837632, -72.312723 41.837604, -72.31283 41.837592))\", \"region\": {\"id\": 17181, \"geometry\": \"POLYGON ((-72.31283 41.837592, -72.312882 41.837586, -72.313166 41.837546, -72.31402 41.83743, -72.314305 41.837392, -72.314671 41.83734, -72.315773 41.837184, -72.31614 41.837132, -72.316336 41.837108, -72.318515 41.836834, -72.318621 41.83682, -72.319613 41.836694, -72.320829 41.83654, -72.326063 41.835882, -72.328545 41.835572, -72.32918 41.83548, -72.329805 41.835404, -72.330233 41.835352, -72.330896 41.835277, -72.332015 41.83515, -72.332926 41.835036, -72.333165 41.835009, -72.333595 41.834956, -72.333655 41.83495, -72.3341 41.834898, -72.334861 41.834826, -72.335371 41.83477, -72.335672 41.834738, -72.336511 41.834626, -72.336769 41.834582, -72.336887 41.834554, -72.336894 41.83455, -72.337001 41.834518, -72.337082 41.834486, -72.337234 41.834408, -72.337301 41.834362, -72.337348 41.83432, -72.338877 41.834156, -72.342235 41.833796, -72.342382 41.833782, -72.342531 41.833764, -72.342695 41.833748, -72.342856 41.83373, -72.342968 41.833716, -72.343464 41.833662, -72.344993 41.833494, -72.346926 41.833292, -72.347537 41.833228, -72.347904 41.833192, -72.350001 41.83298, -72.352728 41.832694, -72.354662 41.83249, -72.355256 41.832428, -72.357041 41.832244, -72.357636 41.832184, -72.361325 41.83174, -72.372394 41.830412, -72.376084 41.829968, -72.379987 41.82962, -72.391698 41.828578, -72.395602 41.828232, -72.396241 41.82813, -72.398161 41.82783, -72.398801 41.82773, -72.400073 41.827588, -72.401557 41.827426, -72.401897 41.827388, -72.402237 41.82735, -72.403891 41.827168, -72.405164 41.827028, -72.408436 41.826722, -72.418255 41.82581, -72.420889 41.825566, -72.421528 41.825506, -72.421657 41.826564, -72.422038 41.829664, -72.422047 41.82974, -72.422177 41.8308, -72.422203 41.831006, -72.422282 41.831624, -72.422309 41.831832, -72.422311 41.831852, -72.422319 41.831912, -72.422322 41.831932, -72.422602 41.834156, -72.422861 41.836206, -72.423938 41.840611, -72.424413 41.842888, -72.424658 41.845847, -72.424903 41.849039, -72.425029 41.854406, -72.425111 41.854838, -72.425146 41.854988, -72.425208 41.85528, -72.425215 41.85532, -72.425399 41.856254, -72.425519 41.856864, -72.425528 41.856906, -72.426153 41.861626, -72.426264 41.862272, -72.426272 41.862346, -72.426656 41.86596, -72.42694 41.867408, -72.427017 41.868084, -72.427248 41.870108, -72.427325 41.870784, -72.427405 41.871468, -72.427414 41.871526, -72.427505 41.872054, -72.427771 41.873364, -72.427847 41.873726, -72.427912 41.874034, -72.428001 41.874458, -72.428018 41.874606, -72.428049 41.874878, -72.428157 41.875822, -72.428353 41.877524, -72.428624 41.879914, -72.428678 41.880384, -72.428729 41.88083, -72.42878 41.881278, -72.428922 41.883624, -72.429062 41.885906, -72.429503 41.890646, -72.429503 41.890648, -72.429623 41.891906, -72.429376 41.892964, -72.42938 41.892976, -72.429394 41.893014, -72.429399 41.893028, -72.429349 41.893156, -72.42933 41.893206, -72.429326 41.893564, -72.429325 41.893702, -72.42933 41.89391, -72.429514 41.895942, -72.430123 41.902656, -72.430327 41.904896, -72.43037 41.90541, -72.4305 41.906956, -72.430544 41.907472, -72.430573 41.907792, -72.430662 41.908752, -72.430692 41.909072, -72.430798 41.910154, -72.431119 41.913404, -72.431226 41.914488, -72.431243 41.914602, -72.431244 41.914608, -72.431294 41.914942, -72.431312 41.915056, -72.430953 41.91505, -72.429876 41.915036, -72.429518 41.915031, -72.425921 41.915555, -72.4244 41.915778, -72.416278 41.916966, -72.415137 41.917132, -72.411543 41.917656, -72.411227 41.917706, -72.408416 41.917962, -72.405671 41.918272, -72.397437 41.919204, -72.394693 41.919516, -72.390547 41.919898, -72.389457 41.919998, -72.383472 41.920594, -72.382364 41.920726, -72.37904 41.92112, -72.377933 41.921252, -72.377058 41.921336, -72.374432 41.921594, -72.373558 41.92168, -72.372703 41.921782, -72.369478 41.922178, -72.360013 41.923344, -72.357242 41.923686, -72.353164 41.924188, -72.353063 41.924198, -72.353038 41.924202, -72.352841 41.924228, -72.352761 41.924238, -72.352661 41.924252, -72.352336 41.92429, -72.352091 41.924324, -72.351061 41.924464, -72.346267 41.925116, -72.344669 41.925334, -72.342887 41.925546, -72.33754 41.926184, -72.335759 41.926398, -72.332922 41.926748, -72.324412 41.927802, -72.321576 41.928154, -72.320472 41.928252, -72.31881 41.9284, -72.316693 41.92859, -72.310512 41.92914, -72.309402 41.92924, -72.307747 41.929388, -72.307578 41.929436, -72.307357 41.929502, -72.307073 41.929586, -72.306992 41.92961, -72.306864 41.929646, -72.30686 41.92964, -72.306835 41.92958, -72.306811 41.929521, -72.306786 41.929455, -72.306763 41.929391, -72.30674 41.92932, -72.306715 41.929242, -72.306697 41.92918, -72.306683 41.929127, -72.306668 41.929064, -72.306656 41.929, -72.306645 41.928936, -72.306636 41.928873, -72.306627 41.928799, -72.306622 41.928747, -72.306618 41.928685, -72.306616 41.928634, -72.306614 41.928574, -72.306614 41.928516, -72.306615 41.928459, -72.306617 41.928404, -72.30662 41.92835, -72.306627 41.928275, -72.306631 41.928235, -72.306636 41.928196, -72.306647 41.928124, -72.306676 41.927955, -72.306689 41.927872, -72.3067 41.927795, -72.306709 41.927714, -72.306718 41.927628, -72.306724 41.927537, -72.306726 41.927489, -72.306728 41.92744, -72.306728 41.927351, -72.306727 41.92727, -72.30672 41.927077, -72.306716 41.926906, -72.306709 41.926794, -72.306701 41.926752, -72.306687 41.92671, -72.306618 41.92656, -72.306575 41.92648, -72.306468 41.926309, -72.306375 41.926182, -72.306272 41.926058, -72.30621 41.925993, -72.306159 41.925947, -72.306088 41.925893, -72.305989 41.925825, -72.305852 41.925736, -72.3057 41.925641, -72.305496 41.925518, -72.30532 41.925416, -72.305049 41.925275, -72.305006 41.925246, -72.304997 41.925239, -72.304988 41.925231, -72.304973 41.925216, -72.304964 41.925203, -72.304956 41.925189, -72.304951 41.925174, -72.304947 41.925159, -72.304946 41.925142, -72.304947 41.925132, -72.304947 41.925124, -72.304956 41.925085, -72.305 41.924984, -72.305077 41.924816, -72.305166 41.924607, -72.30522 41.92446, -72.305227 41.924418, -72.305226 41.924376, -72.305222 41.924358, -72.305216 41.92434, -72.305198 41.924306, -72.305166 41.924269, -72.305121 41.924228, -72.304979 41.924115, -72.30492 41.924075, -72.304786 41.924004, -72.304544 41.923897, -72.304419 41.923837, -72.304335 41.923786, -72.304238 41.923699, -72.303978 41.923424, -72.30391 41.923362, -72.303843 41.923314, -72.303609 41.923165, -72.303491 41.923086, -72.303389 41.92301, -72.303291 41.922923, -72.303145 41.92274, -72.303021 41.922577, -72.30294 41.922459, -72.302882 41.922362, -72.30285 41.922294, -72.302842 41.922271, -72.30284 41.922264, -72.302831 41.922229, -72.302826 41.922201, -72.302824 41.922182, -72.30282 41.922115, -72.302816 41.922099, -72.30281 41.922081, -72.302796 41.922055, -72.30275 41.921987, -72.302626 41.921836, -72.302549 41.921733, -72.302452 41.921597, -72.302358 41.921482, -72.302261 41.921389, -72.302153 41.921263, -72.302097 41.921184, -72.302049 41.9211, -72.302008 41.920995, -72.30197 41.920851, -72.301959 41.920822, -72.301957 41.920818, -72.30195 41.920803, -72.301944 41.920791, -72.30193 41.92077, -72.301901 41.920735, -72.301862 41.920699, -72.301736 41.920609, -72.30167 41.920573, -72.301598 41.920542, -72.301523 41.920519, -72.301413 41.920498, -72.3013 41.920487, -72.301098 41.920479, -72.300964 41.920466, -72.30088 41.92045, -72.300762 41.920419, -72.300681 41.920393, -72.300461 41.920313, -72.300187 41.920206, -72.299869 41.920074, -72.299663 41.919983, -72.299555 41.919926, -72.29944 41.919853, -72.299313 41.919763, -72.299181 41.91966, -72.299009 41.919512, -72.298928 41.91943, -72.298887 41.919376, -72.298867 41.919343, -72.298846 41.919295, -72.298833 41.919248, -72.298803 41.919014, -72.29879 41.918957, -72.298748 41.91882, -72.29871 41.91872, -72.298662 41.918616, -72.298588 41.918484, -72.298511 41.918363, -72.2984 41.918197, -72.298316 41.918079, -72.298124 41.917826, -72.298009 41.917664, -72.297956 41.917585, -72.297863 41.917435, -72.297799 41.917318, -72.297746 41.917202, -72.297694 41.917075, -72.297647 41.916948, -72.297605 41.916822, -72.297535 41.916584, -72.297484 41.916365, -72.29746 41.916222, -72.297451 41.916128, -72.297444 41.915987, -72.297448 41.91581, -72.297458 41.915728, -72.29748 41.915613, -72.297512 41.915516, -72.297557 41.91542, -72.297665 41.915216, -72.297702 41.915128, -72.297719 41.915057, -72.297718 41.914982, -72.297705 41.914881, -72.297645 41.914542, -72.297631 41.914412, -72.297626 41.914265, -72.297618 41.914147, -72.297596 41.913968, -72.297562 41.913799, -72.297532 41.91369, -72.297502 41.913598, -72.29744 41.913425, -72.297407 41.913301, -72.297398 41.913202, -72.297396 41.913066, -72.29739 41.912986, -72.297359 41.912767, -72.297309 41.912495, -72.297265 41.912273, -72.297214 41.912029, -72.297166 41.911808, -72.297129 41.911651, -72.297093 41.911533, -72.297073 41.911492, -72.29705 41.911456, -72.296922 41.911314, -72.296816 41.911183, -72.296706 41.91104, -72.296479 41.910734, -72.296382 41.910597, -72.296333 41.910542, -72.296274 41.910491, -72.296206 41.910442, -72.296122 41.91039, -72.295862 41.910237, -72.295784 41.910185, -72.295648 41.910081, -72.295502 41.909946, -72.295344 41.909784, -72.295291 41.909741, -72.295248 41.909712, -72.295205 41.909688, -72.295127 41.909656, -72.294993 41.909615, -72.294677 41.909537, -72.294568 41.909509, -72.294455 41.909474, -72.294365 41.909439, -72.294289 41.909401, -72.294161 41.909326, -72.294083 41.909277, -72.293984 41.909204, -72.29391 41.909134, -72.293889 41.909107, -72.293872 41.90908, -72.293861 41.909053, -72.293854 41.909026, -72.293853 41.908958, -72.293861 41.908756, -72.293857 41.90862, -72.293846 41.908499, -72.293827 41.908393, -72.293809 41.90832, -72.293764 41.908175, -72.293666 41.90791, -72.293616 41.907748, -72.293556 41.907508, -72.293518 41.907387, -72.293489 41.907319, -72.293454 41.907256, -72.293416 41.907204, -72.293396 41.907182, -72.293314 41.907109, -72.293223 41.907045, -72.293088 41.906972, -72.292934 41.906912, -72.29282 41.906879, -72.292701 41.906854, -72.292617 41.906842, -72.292487 41.906829, -72.29232 41.906824, -72.292082 41.906831, -72.291934 41.906824, -72.291842 41.906811, -72.29174 41.90679, -72.291609 41.906747, -72.291566 41.906728, -72.291499 41.90669, -72.291446 41.906651, -72.291405 41.906612, -72.291341 41.906522, -72.291258 41.906369, -72.291128 41.906084, -72.291063 41.905955, -72.291015 41.905882, -72.290969 41.905787, -72.290948 41.905715, -72.290937 41.905657, -72.290928 41.905499, -72.290934 41.90531, -72.290927 41.90523, -72.290907 41.905153, -72.290858 41.905042, -72.290841 41.904994, -72.290829 41.904909, -72.290831 41.904867, -72.290841 41.904823, -72.290849 41.904803, -72.29087 41.904764, -72.290903 41.904719, -72.290951 41.904669, -72.291133 41.904509, -72.291185 41.904471, -72.291306 41.904397, -72.291356 41.904357, -72.291383 41.904328, -72.291407 41.904292, -72.291426 41.904256, -72.291441 41.904213, -72.291457 41.904139, -72.291466 41.904054, -72.291468 41.903958, -72.291462 41.903871, -72.291437 41.903726, -72.291376 41.903506, -72.291349 41.903388, -72.291334 41.903249, -72.291338 41.90316, -72.291365 41.903032, -72.291398 41.902941, -72.29144 41.902849, -72.291505 41.902727, -72.291764 41.902229, -72.29183 41.902107, -72.29192 41.901949, -72.291974 41.901861, -72.292048 41.90176, -72.292185 41.90159, -72.292264 41.901479, -72.292339 41.901355, -72.292408 41.901215, -72.292466 41.901077, -72.292542 41.900855, -72.292607 41.900638, -72.292664 41.900433, -72.292699 41.900287, -72.292723 41.900166, -72.292733 41.900033, -72.292726 41.899952, -72.292701 41.89984, -72.292657 41.899725, -72.292611 41.899636, -72.292502 41.89946, -72.292401 41.89931, -72.292291 41.899154, -72.292207 41.899038, -72.292123 41.89893, -72.292003 41.898785, -72.291778 41.898524, -72.291648 41.898367, -72.291558 41.898251, -72.291435 41.898082, -72.29138 41.898016, -72.291324 41.897958, -72.29117 41.89782, -72.29095 41.897635, -72.290912 41.897598, -72.290884 41.897564, -72.290864 41.897531, -72.290854 41.8975, -72.29085 41.897468, -72.29085 41.897446, -72.290858 41.897402, -72.290873 41.897352, -72.29092 41.897233, -72.29095 41.89717, -72.291018 41.897061, -72.291097 41.89696, -72.291149 41.896903, -72.291246 41.896807, -72.291474 41.896593, -72.291691 41.8964, -72.291866 41.896253, -72.291984 41.896159, -72.2921 41.896073, -72.292201 41.896004, -72.292296 41.895946, -72.292394 41.895895, -72.292553 41.895827, -72.292775 41.895746, -72.29286 41.895708, -72.292916 41.895677, -72.292994 41.895623, -72.293129 41.895504, -72.293201 41.895448, -72.293263 41.895406, -72.293312 41.89538, -72.293385 41.895348, -72.293423 41.895336, -72.293525 41.895314, -72.293634 41.895301, -72.293839 41.895289, -72.293982 41.895292, -72.294216 41.895303, -72.294322 41.895305, -72.29442 41.8953, -72.2945 41.895287, -72.294537 41.895277, -72.294564 41.895267, -72.294589 41.895255, -72.294612 41.895241, -72.294637 41.89522, -72.294728 41.895124, -72.29477 41.895085, -72.294821 41.895049, -72.294889 41.895013, -72.29494 41.894991, -72.295064 41.894946, -72.295124 41.894926, -72.295206 41.894901, -72.295316 41.894869, -72.295421 41.89484, -72.295528 41.894811, -72.295594 41.894794, -72.295661 41.894778, -72.295719 41.894765, -72.295768 41.894755, -72.295812 41.894748, -72.29585 41.894742, -72.295887 41.894738, -72.295979 41.894727, -72.29603 41.894721, -72.296061 41.894716, -72.29623 41.894686, -72.29646 41.894637, -72.296745 41.894582, -72.297 41.894539, -72.297118 41.894516, -72.297614 41.894395, -72.297873 41.894336, -72.298181 41.894268, -72.298436 41.894214, -72.298668 41.894166, -72.298906 41.89412, -72.29917 41.894072, -72.299398 41.894022, -72.299524 41.89399, -72.299661 41.89395, -72.299771 41.893915, -72.299866 41.893882, -72.300034 41.893819, -72.300192 41.893753, -72.300355 41.89368, -72.300519 41.893599, -72.300675 41.893515, -72.300829 41.893426, -72.30099 41.893326, -72.30114 41.893227, -72.301318 41.8931, -72.301479 41.892976, -72.301659 41.892822, -72.301768 41.892719, -72.30187 41.892617, -72.302058 41.892445, -72.302256 41.892273, -72.302374 41.892158, -72.30246 41.89205, -72.302509 41.891974, -72.302582 41.891835, -72.302637 41.891708, -72.302693 41.891556, -72.302734 41.891431, -72.302773 41.8913, -72.302848 41.891026, -72.302894 41.89087, -72.302922 41.890795, -72.302971 41.890678, -72.303033 41.890543, -72.303101 41.890406, -72.303241 41.890126, -72.303308 41.889985, -72.303339 41.889891, -72.303347 41.889809, -72.303347 41.889798, -72.303345 41.889768, -72.30334 41.889734, -72.303333 41.889701, -72.303323 41.889668, -72.303308 41.889628, -72.303193 41.889383, -72.303165 41.889335, -72.303132 41.889294, -72.303105 41.88927, -72.303072 41.889247, -72.303032 41.889227, -72.303009 41.889218, -72.302964 41.889203, -72.302887 41.889186, -72.302753 41.889171, -72.302628 41.889167, -72.302496 41.88917, -72.302375 41.889178, -72.302068 41.889203, -72.30183 41.889214, -72.301627 41.889211, -72.301441 41.889201, -72.301174 41.889182, -72.300898 41.88916, -72.300199 41.889102, -72.299891 41.889078, -72.2996 41.88906, -72.299382 41.889049, -72.299238 41.889032, -72.299175 41.889017, -72.299126 41.889, -72.299083 41.888979, -72.299041 41.888953, -72.298956 41.888883, -72.298804 41.888741, -72.298674 41.888628, -72.298555 41.888533, -72.298523 41.888506, -72.298448 41.888431, -72.29838 41.888352, -72.298317 41.888272, -72.298266 41.888196, -72.298227 41.888129, -72.298203 41.888078, -72.298191 41.888033, -72.298189 41.888015, -72.29819 41.887994, -72.298193 41.887977, -72.298199 41.887956, -72.29821 41.887932, -72.298237 41.88789, -72.29826 41.887863, -72.298308 41.887814, -72.298394 41.887743, -72.298498 41.887665, -72.298563 41.887623, -72.29863 41.887588, -72.298704 41.887558, -72.298788 41.887534, -72.298884 41.887516, -72.299012 41.887497, -72.299056 41.887496, -72.299125 41.887501, -72.299197 41.887512, -72.299411 41.887553, -72.299581 41.887574, -72.299656 41.887578, -72.299759 41.887576, -72.299825 41.887568, -72.299969 41.887537, -72.300235 41.887461, -72.30032 41.887441, -72.300465 41.887417, -72.300574 41.887407, -72.300774 41.887392, -72.300823 41.887384, -72.300862 41.887374, -72.300892 41.887362, -72.301052 41.887276, -72.301184 41.887197, -72.301286 41.887127, -72.301383 41.887049, -72.301441 41.886992, -72.301488 41.886935, -72.301516 41.886887, -72.301545 41.886812, -72.301557 41.886754, -72.301562 41.88669, -72.30156 41.886618, -72.301551 41.886468, -72.301553 41.886402, -72.301559 41.886362, -72.301578 41.8863, -72.301609 41.886237, -72.301668 41.886146, -72.301728 41.886064, -72.301885 41.885877, -72.301981 41.885771, -72.302119 41.885627, -72.302246 41.885499, -72.302309 41.885413, -72.302335 41.885366, -72.302414 41.885208, -72.302564 41.884922, -72.302619 41.884804, -72.302688 41.884637, -72.302727 41.884525, -72.302764 41.884405, -72.302789 41.884291, -72.302803 41.884178, -72.302812 41.884044, -72.302822 41.883982, -72.302834 41.883945, -72.302844 41.883924, -72.302852 41.883912, -72.302875 41.883885, -72.302896 41.883867, -72.302921 41.88385, -72.302951 41.883833, -72.303252 41.883688, -72.303433 41.883614, -72.303532 41.883581, -72.303632 41.883553, -72.304084 41.88345, -72.304282 41.8834, -72.30444 41.883348, -72.304497 41.883322, -72.304536 41.883299, -72.304553 41.883285, -72.304603 41.883226, -72.304665 41.88314, -72.304706 41.883068, -72.304738 41.882998, -72.30476 41.88293, -72.304774 41.882834, -72.304778 41.882686, -72.304784 41.882645, -72.304794 41.882609, -72.304811 41.88257, -72.304836 41.882533, -72.304853 41.882516, -72.304876 41.882496, -72.30489 41.882486, -72.304943 41.882454, -72.305002 41.882426, -72.305059 41.882406, -72.305085 41.8824, -72.305124 41.882395, -72.305165 41.882394, -72.305192 41.882397, -72.305205 41.8824, -72.305231 41.882406, -72.305243 41.882411, -72.30526 41.882419, -72.305269 41.882424, -72.305276 41.882429, -72.305289 41.882442, -72.3053 41.882457, -72.305312 41.88248, -72.305319 41.882504, -72.305325 41.882566, -72.305321 41.882628, -72.305296 41.882789, -72.305286 41.882902, -72.305286 41.88302, -72.305294 41.883095, -72.305303 41.883133, -72.305344 41.883235, -72.305382 41.883305, -72.305409 41.883344, -72.305454 41.883391, -72.305487 41.883416, -72.305526 41.883439, -72.305687 41.883506, -72.305771 41.883532, -72.305821 41.883544, -72.305879 41.883551, -72.305904 41.883552, -72.305956 41.883551, -72.306034 41.883542, -72.306074 41.883533, -72.30611 41.883523, -72.30616 41.883503, -72.306337 41.883401, -72.306496 41.88333, -72.306531 41.88331, -72.306563 41.883285, -72.3066 41.883249, -72.306637 41.8832, -72.306877 41.882849, -72.306993 41.882672, -72.307074 41.882544, -72.30711 41.88248, -72.307133 41.882424, -72.307147 41.88237, -72.307152 41.882316, -72.30715 41.882281, -72.307138 41.882222, -72.307104 41.882118, -72.307072 41.882045, -72.307025 41.881968, -72.306988 41.881924, -72.306945 41.881883, -72.306865 41.881818, -72.306812 41.881769, -72.306722 41.881667, -72.306642 41.881548, -72.306603 41.88147, -72.306584 41.881424, -72.30656 41.881342, -72.306538 41.881189, -72.30654 41.881116, -72.306556 41.881049, -72.306576 41.881003, -72.306604 41.880956, -72.30669 41.880838, -72.30677 41.880746, -72.306837 41.880676, -72.306978 41.880542, -72.307118 41.880421, -72.307262 41.88031, -72.307409 41.880208, -72.307532 41.88011, -72.307649 41.880002, -72.307852 41.87981, -72.30798 41.879696, -72.308133 41.879578, -72.308301 41.879468, -72.308423 41.879378, -72.308514 41.879302, -72.308624 41.879197, -72.308692 41.879123, -72.308772 41.879026, -72.308848 41.878919, -72.308922 41.878802, -72.308998 41.878665, -72.30907 41.87852, -72.309123 41.878398, -72.309166 41.878264, -72.309178 41.878182, -72.309178 41.878133, -72.309173 41.878108, -72.309165 41.878084, -72.309162 41.878078, -72.309069 41.877935, -72.309048 41.877891, -72.309024 41.877826, -72.309007 41.877728, -72.308993 41.877582, -72.308966 41.877441, -72.308924 41.877296, -72.308897 41.877227, -72.308854 41.877134, -72.308815 41.877065, -72.308715 41.876914, -72.308606 41.876759, -72.308334 41.876384, -72.308257 41.876275, -72.308187 41.876167, -72.308125 41.876051, -72.308102 41.875966, -72.308096 41.875896, -72.308094 41.875733, -72.308102 41.875576, -72.308122 41.875418, -72.308154 41.875296, -72.308181 41.875233, -72.308236 41.875149, -72.308288 41.875081, -72.308387 41.874959, -72.308464 41.874871, -72.308591 41.874732, -72.308702 41.874618, -72.308815 41.874517, -72.308915 41.874445, -72.309006 41.874393, -72.309151 41.874331, -72.309299 41.874289, -72.309379 41.874273, -72.309533 41.874251, -72.309643 41.874239, -72.309823 41.874225, -72.309979 41.874219, -72.310182 41.874218, -72.310353 41.874227, -72.310675 41.874255, -72.310864 41.874262, -72.31103 41.874256, -72.311104 41.874247, -72.311165 41.874235, -72.311261 41.874204, -72.31137 41.874155, -72.311438 41.874113, -72.311489 41.874073, -72.311558 41.874005, -72.311642 41.87391, -72.311707 41.873816, -72.311756 41.873725, -72.311799 41.873631, -72.311857 41.873476, -72.311914 41.873297, -72.31198 41.873069, -72.312013 41.872944, -72.312036 41.872838, -72.312053 41.872705, -72.312052 41.872575, -72.312031 41.872441, -72.311982 41.872288, -72.311934 41.872178, -72.311899 41.872115, -72.311834 41.872031, -72.311783 41.871982, -72.311661 41.871879, -72.311533 41.871754, -72.311446 41.871657, -72.311356 41.871536, -72.311307 41.871447, -72.311275 41.87136, -72.311236 41.871269, -72.311195 41.871199, -72.311138 41.871119, -72.311091 41.871069, -72.311062 41.871044, -72.311032 41.871023, -72.310917 41.87096, -72.310763 41.870881, -72.310459 41.870731, -72.310287 41.870649, -72.310229 41.870617, -72.310185 41.870585, -72.310165 41.870566, -72.310151 41.870548, -72.310138 41.870529, -72.310128 41.870507, -72.31012 41.870484, -72.31011 41.870433, -72.310107 41.870366, -72.310112 41.870287, -72.310133 41.870133, -72.310168 41.869972, -72.310213 41.869818, -72.310246 41.869729, -72.310284 41.869648, -72.310339 41.869559, -72.310403 41.869471, -72.31055 41.869282, -72.310604 41.869203, -72.310698 41.869031, -72.310786 41.868857, -72.310788 41.868848, -72.310787 41.868839, -72.310785 41.86883, -72.310779 41.868818, -72.310768 41.868803, -72.310737 41.868774, -72.310577 41.868661, -72.310464 41.868562, -72.310414 41.868506, -72.310375 41.868454, -72.310321 41.868357, -72.310298 41.868288, -72.310282 41.86821, -72.310258 41.868117, -72.310201 41.867962, -72.31015 41.867857, -72.310095 41.867765, -72.310037 41.867684, -72.309889 41.867456, -72.309658 41.867086, -72.309489 41.866834, -72.309373 41.866669, -72.309211 41.866454, -72.309116 41.866337, -72.308998 41.866206, -72.308815 41.866024, -72.308621 41.86584, -72.308439 41.865673, -72.308362 41.865605, -72.308204 41.865472, -72.308135 41.865405, -72.308029 41.865281, -72.307958 41.865174, -72.307895 41.865055, -72.30786 41.864972, -72.307819 41.864842, -72.307797 41.864746, -72.307757 41.864489, -72.307743 41.864322, -72.307743 41.864223, -72.307753 41.864106, -72.307767 41.864024, -72.307808 41.86387, -72.307861 41.863728, -72.307932 41.863558, -72.30796 41.863469, -72.307966 41.863428, -72.307966 41.863393, -72.30796 41.863351, -72.307948 41.863313, -72.307915 41.863245, -72.307862 41.863166, -72.307813 41.863102, -72.307695 41.86296, -72.307615 41.86286, -72.307523 41.862739, -72.307419 41.862595, -72.307241 41.862337, -72.307148 41.862197, -72.30694 41.861878, -72.30663 41.861397, -72.306542 41.861253, -72.306494 41.861167, -72.306451 41.861082, -72.306416 41.860997, -72.30639 41.860921, -72.306368 41.860831, -72.306356 41.860749, -72.306351 41.860628, -72.306353 41.860559, -72.306364 41.860461, -72.306388 41.860323, -72.306412 41.860205, -72.306468 41.859964, -72.306488 41.859863, -72.306511 41.8597, -72.306522 41.859574, -72.306531 41.859407, -72.306535 41.859159, -72.306534 41.858928, -72.306536 41.85866, -72.306542 41.85846, -72.306548 41.858374, -72.306565 41.858238, -72.306619 41.857934, -72.306663 41.857748, -72.3067 41.857627, -72.30675 41.857489, -72.30681 41.85734, -72.30686 41.857225, -72.307032 41.856852, -72.307048 41.856796, -72.307054 41.856754, -72.307055 41.856712, -72.307046 41.856608, -72.30705 41.856539, -72.307071 41.856453, -72.307133 41.856275, -72.307165 41.856134, -72.307166 41.85611, -72.307162 41.856086, -72.307155 41.856065, -72.307141 41.856039, -72.307119 41.85601, -72.307054 41.855946, -72.306983 41.855888, -72.306752 41.855712, -72.306612 41.855594, -72.306516 41.8555, -72.306393 41.855364, -72.306341 41.855319, -72.306289 41.855284, -72.306221 41.855245, -72.305988 41.855136, -72.305899 41.85509, -72.305839 41.855053, -72.305764 41.854996, -72.305696 41.854924, -72.305636 41.854839, -72.30558 41.854744, -72.305447 41.854498, -72.305409 41.854436, -72.305348 41.854352, -72.305297 41.854297, -72.305128 41.854153, -72.305021 41.854069, -72.304873 41.853968, -72.304762 41.853904, -72.304632 41.853838, -72.304496 41.853778, -72.30431 41.853708, -72.304109 41.853639, -72.304004 41.853597, -72.303935 41.853561, -72.303877 41.853522, -72.303796 41.853455, -72.303754 41.85341, -72.30372 41.853365, -72.303697 41.853326, -72.303684 41.853294, -72.30367 41.853249, -72.303664 41.8532, -72.303668 41.853153, -72.303677 41.853119, -72.303685 41.853102, -72.303711 41.853063, -72.303756 41.853011, -72.303878 41.85289, -72.304117 41.852674, -72.304248 41.85255, -72.304286 41.852506, -72.304346 41.85242, -72.304382 41.852357, -72.304406 41.852306, -72.304432 41.852226, -72.30445 41.85213, -72.304455 41.852042, -72.304449 41.851935, -72.304426 41.851831, -72.30437 41.851674, -72.304312 41.851548, -72.304255 41.851442, -72.304176 41.851306, -72.304055 41.851127, -72.30402 41.851066, -72.303997 41.851009, -72.30399 41.850982, -72.303986 41.850945, -72.303988 41.850904, -72.303995 41.850868, -72.30401 41.850829, -72.304044 41.850771, -72.304111 41.850693, -72.30417 41.850637, -72.304344 41.850491, -72.304408 41.850449, -72.304451 41.850428, -72.304472 41.85042, -72.304522 41.850405, -72.304573 41.850396, -72.304686 41.850387, -72.30478 41.850388, -72.304864 41.850394, -72.304978 41.850411, -72.305057 41.850431, -72.305291 41.850508, -72.30539 41.850534, -72.30545 41.850544, -72.305595 41.850553, -72.305749 41.850547, -72.305881 41.850528, -72.305978 41.850508, -72.306142 41.850465, -72.306267 41.850429, -72.306428 41.850382, -72.30651 41.850352, -72.30657 41.850323, -72.306609 41.850298, -72.306627 41.850284, -72.306661 41.850253, -72.306692 41.850216, -72.306716 41.850178, -72.306746 41.850121, -72.306826 41.849923, -72.306865 41.849841, -72.306898 41.849788, -72.30692 41.84976, -72.306946 41.849735, -72.306979 41.849709, -72.307023 41.849684, -72.307034 41.849678, -72.307123 41.849643, -72.307307 41.84958, -72.30739 41.849549, -72.30747 41.849514, -72.307539 41.849475, -72.307576 41.849449, -72.307735 41.849325, -72.307978 41.849153, -72.308141 41.849045, -72.30828 41.848957, -72.308364 41.848897, -72.308468 41.848813, -72.308604 41.848686, -72.308703 41.848601, -72.308754 41.848563, -72.308852 41.848498, -72.309094 41.848357, -72.30916 41.848311, -72.30922 41.848262, -72.309282 41.848201, -72.309394 41.848067, -72.309478 41.847957, -72.309546 41.847858, -72.309548 41.847855, -72.309579 41.847807, -72.309608 41.847759, -72.309631 41.847719, -72.309652 41.847679, -72.309671 41.847639, -72.309688 41.8476, -72.309703 41.847561, -72.309716 41.847524, -72.309724 41.847494, -72.30973 41.847465, -72.309734 41.847437, -72.30974 41.847374, -72.309747 41.847298, -72.309748 41.847284, -72.30976 41.847113, -72.309763 41.846925, -72.309753 41.846781, -72.309727 41.846663, -72.309696 41.846584, -72.309651 41.846496, -72.3096 41.84641, -72.309462 41.846191, -72.309393 41.846077, -72.309311 41.845923, -72.309208 41.845736, -72.309006 41.845381, -72.308906 41.845193, -72.308868 41.845112, -72.308847 41.845053, -72.308832 41.844969, -72.308825 41.84487, -72.30883 41.844711, -72.308853 41.844571, -72.308878 41.84449, -72.308916 41.844412, -72.309006 41.844295, -72.309212 41.84405, -72.309281 41.843964, -72.309364 41.843854, -72.30945 41.843719, -72.309479 41.843663, -72.309517 41.843566, -72.309557 41.843422, -72.309578 41.843279, -72.309581 41.843207, -72.309577 41.843105, -72.309568 41.843045, -72.309549 41.842967, -72.309523 41.842901, -72.30943 41.842736, -72.309259 41.842465, -72.309194 41.842356, -72.309137 41.842248, -72.309108 41.842179, -72.309064 41.842034, -72.30903 41.841889, -72.30897 41.841595, -72.308948 41.841505, -72.308909 41.841364, -72.308882 41.841286, -72.3088 41.841067, -72.308749 41.840914, -72.308716 41.840785, -72.308683 41.84062, -72.30867 41.840502, -72.30867 41.840409, -72.308677 41.840296, -72.308694 41.840131, -72.308733 41.839787, -72.308768 41.839568, -72.30879 41.839465, -72.308826 41.839339, -72.308866 41.839236, -72.308893 41.839175, -72.309003 41.838963, -72.309078 41.838797, -72.309122 41.838713, -72.309206 41.838582, -72.30936 41.838368, -72.309453 41.838231, -72.309523 41.83811, -72.309565 41.838021, -72.309612 41.8379, -72.309648 41.837788, -72.309745 41.83778, -72.309819 41.837774, -72.30989 41.837772, -72.310372 41.837744, -72.312255 41.837632, -72.312723 41.837604, -72.31283 41.837592))\", \"region_name\": \"Tolland\", \"border_type\": \"town\", \"wikidata\": \"Q2305767\", \"wikipedia\": \"en:Tolland, Connecticut\", \"place\": \"town\", \"admin_level\": \"8\", \"population\": \"14674\"}}}"} -{"id": "raster_only/elevation_range+region/0019", "group": "raster_only", "template": "elevation_range+region", "question": "What is the vertical range across Pittsburg, Oklahoma?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-95.855855 34.713137, -95.855885 34.716706, -95.851577 34.716709, -95.844422 34.716747, -95.844462 34.713249, -95.842629 34.713245, -95.842666 34.709766, -95.843469 34.709763, -95.844356 34.709759, -95.845214 34.709759, -95.845428 34.709759, -95.84712 34.70976, -95.84712 34.709599, -95.847074 34.705867, -95.855803 34.705778, -95.8558 34.706803, -95.855799 34.707591, -95.855807 34.708714, -95.855855 34.713137))', 4326) AS g\n),\nclipped AS (\n SELECT ST_Clip(d.rast, r.g) AS rast\n FROM public.dem_us d\n JOIN region r\n ON ST_Intersects(d.rast, r.g)\n),\nstats AS (\n SELECT ST_SummaryStats(ST_Union(rast)) AS s\n FROM clipped\n)\nSELECT (s).max - (s).min AS elevation\nFROM stats;", "answer_type": "elevation", "answers": "[{\"elevation\": 25.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Pittsburg, Oklahoma\", \"geo_wkt\": \"POLYGON ((-95.855855 34.713137, -95.855885 34.716706, -95.851577 34.716709, -95.844422 34.716747, -95.844462 34.713249, -95.842629 34.713245, -95.842666 34.709766, -95.843469 34.709763, -95.844356 34.709759, -95.845214 34.709759, -95.845428 34.709759, -95.84712 34.70976, -95.84712 34.709599, -95.847074 34.705867, -95.855803 34.705778, -95.8558 34.706803, -95.855799 34.707591, -95.855807 34.708714, -95.855855 34.713137))\", \"region\": {\"id\": 38160, \"geometry\": \"POLYGON ((-95.855855 34.713137, -95.855885 34.716706, -95.851577 34.716709, -95.844422 34.716747, -95.844462 34.713249, -95.842629 34.713245, -95.842666 34.709766, -95.843469 34.709763, -95.844356 34.709759, -95.845214 34.709759, -95.845428 34.709759, -95.84712 34.70976, -95.84712 34.709599, -95.847074 34.705867, -95.855803 34.705778, -95.8558 34.706803, -95.855799 34.707591, -95.855807 34.708714, -95.855855 34.713137))\", \"region_name\": \"Pittsburg\", \"border_type\": \"town\", \"wikidata\": \"Q637229\", \"wikipedia\": \"en:Pittsburg, Oklahoma\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0000", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Ted's Restaurant Steamed Cheeseburgers, Meriden, CT sit higher than 100 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.783301 41.546876)',4326)) > 100\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.783301 41.546876)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.783301 41.546876)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 54.0}]", "question_entities": "{\"[2]\": {\"elevation\": 100}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Ted's Restaurant Steamed Cheeseburgers, Meriden, CT\", \"geo_wkt\": \"POINT (-72.783301 41.546876)\", \"poi\": {\"id\": 28241, \"geometry\": \"POINT (-72.783301 41.546876)\", \"poi_name\": \"Ted's Restaurant Steamed Cheeseburgers\", \"osm_id\": 3989381568, \"amenity\": \"restaurant\", \"cuisine\": \"burger\", \"opening_hours\": \"Mo-We 11:00-21:00; Th-Sa 11:00-22:00; Su 11:00-21:00\", \"website\": \"https://www.tedsrestaurant.com/\", \"phone\": \"+1 203 2376660\", \"takeaway\": \"yes\", \"wikidata\": \"Q7692932\", \"addr_state\": \"CT\", \"addr_city\": \"Meriden\", \"addr_postcode\": \"06450\", \"addr_street\": \"Broad Street\", \"addr_housenumber\": \"1046\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0001", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is the elevation at Harvard Graduate School of Education, Cambridge, MA greater than 460 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) > 460\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.121891 42.375395)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 15.0}]", "question_entities": "{\"[2]\": {\"elevation\": 460}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Harvard Graduate School of Education, Cambridge, MA\", \"geo_wkt\": \"POINT (-71.121891 42.375395)\", \"poi\": {\"id\": 152549, \"geometry\": \"POINT (-71.121891 42.375395)\", \"poi_name\": \"Harvard Graduate School of Education\", \"osm_id\": 9444773346, \"amenity\": \"university\", \"operator\": \"Harvard University\", \"wikidata\": \"Q14715517\", \"addr_state\": \"MA\", \"addr_city\": \"Cambridge\", \"addr_postcode\": \"02138\", \"addr_street\": \"Appian Way\", \"addr_housenumber\": \"13\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0002", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Bonnie Lure State Park, OR above the 480-meter elevation mark?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.376642 45.350384)',4326)) > 480\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.376642 45.350384)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.376642 45.350384)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 68.0}]", "question_entities": "{\"[2]\": {\"elevation\": 480}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0003", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Rhode Island Hospital, Providence, RI sit higher than 280 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.409129 41.811862)',4326)) > 280\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.409129 41.811862)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.409129 41.811862)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 16.0}]", "question_entities": "{\"[2]\": {\"elevation\": 280}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rhode Island Hospital, Providence, RI\", \"geo_wkt\": \"POINT (-71.409129 41.811862)\", \"poi\": {\"id\": 227085, \"geometry\": \"POINT (-71.409129 41.811862)\", \"poi_name\": \"Rhode Island Hospital\", \"osm_id\": 357258005, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Lifespan\", \"website\": \"https://www.rhodeislandhospital.org/\", \"phone\": \"+1 401 444 4000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7320925\", \"addr_state\": \"RI\", \"addr_city\": \"Providence\", \"addr_postcode\": \"02903\", \"addr_street\": \"Eddy Street\", \"addr_housenumber\": \"593\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0004", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Fort DuPont State Park, Delaware City, DE at an elevation above 20 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) > 20\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.580795 39.573261)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 5.0}]", "question_entities": "{\"[2]\": {\"elevation\": 20}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Fort DuPont State Park, Delaware City, DE\", \"geo_wkt\": \"POINT (-75.580795 39.573261)\", \"poi\": {\"id\": 247256, \"geometry\": \"POINT (-75.580795 39.573261)\", \"poi_name\": \"Fort DuPont State Park\", \"osm_id\": 4689054657, \"leisure\": \"park\", \"description\": \"Historic Fort DuPont, established in 1861. Nature trail along Delaware River bunkers, gun batteries, wildlife, nature trail, parking\", \"wikidata\": \"Q5471094\", \"addr_state\": \"DE\", \"addr_city\": \"Delaware City\", \"addr_postcode\": \"19706\", \"addr_street\": \"Old Battery Lane\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0005", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Maryvale Baseball Park, Phoenix, AZ above the 240-meter elevation mark?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-112.173653 33.489497)',4326)) > 240\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-112.173653 33.489497)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-112.173653 33.489497)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"yes\", \"elevation_m\": 335.0}]", "question_entities": "{\"[2]\": {\"elevation\": 240}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Maryvale Baseball Park, Phoenix, AZ\", \"geo_wkt\": \"POINT (-112.173653 33.489497)\", \"poi\": {\"id\": 250172, \"geometry\": \"POINT (-112.173653 33.489497)\", \"poi_name\": \"Maryvale Baseball Park\", \"osm_id\": 3136386495, \"leisure\": \"park\", \"wikidata\": \"Q6781782\", \"addr_state\": \"AZ\", \"addr_city\": \"Phoenix\", \"addr_postcode\": \"85031\", \"addr_street\": \"North 51st Avenue\", \"addr_housenumber\": \"3600\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0006", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Tusculum University Historical District, Greeneville, TN exceed 280 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) > 280\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"yes\", \"elevation_m\": 437.0}]", "question_entities": "{\"[2]\": {\"elevation\": 280}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0007", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Courthouse Square Park, OR more than 440 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) > 440\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.076491 45.221228)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 49.0}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0008", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Tewksbury Hospital, Tewksbury, MA above the 380-meter elevation mark?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) > 380\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.21808 42.606947)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 46.0}]", "question_entities": "{\"[2]\": {\"elevation\": 380}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Tewksbury Hospital, Tewksbury, MA\", \"geo_wkt\": \"POINT (-71.21808 42.606947)\", \"poi\": {\"id\": 44995, \"geometry\": \"POINT (-71.21808 42.606947)\", \"poi_name\": \"Tewksbury Hospital\", \"osm_id\": 257489501, \"amenity\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q7707206\", \"addr_state\": \"MA\", \"addr_city\": \"Tewksbury\", \"addr_street\": \"East Street\", \"addr_housenumber\": \"365\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0009", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Portland City Grill, Portland, OR exceed 120 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.675993 45.522611)',4326)) > 120\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.675993 45.522611)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.675993 45.522611)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 23.0}]", "question_entities": "{\"[2]\": {\"elevation\": 120}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Portland City Grill, Portland, OR\", \"geo_wkt\": \"POINT (-122.675993 45.522611)\", \"poi\": {\"id\": 30894, \"geometry\": \"POINT (-122.675993 45.522611)\", \"poi_name\": \"Portland City Grill\", \"osm_id\": 4106707895, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Fr 11:00-24:00; Sa 00:00-01:00,16:00-24:00; Su 00:00-01:00,12:00-23:00\", \"website\": \"http://www.portlandcitygrill.com/\", \"phone\": \"+1-503-450-0030\", \"wikidata\": \"Q7231899\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97204\", \"addr_street\": \"Southwest 5th Avenue\", \"addr_housenumber\": \"111\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0010", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is the elevation at Mount Hope Estate, Manheim, PA greater than 220 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-76.429747 40.227758)',4326)) > 220\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-76.429747 40.227758)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-76.429747 40.227758)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 173.0}]", "question_entities": "{\"[2]\": {\"elevation\": 220}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Mount Hope Estate, Manheim, PA\", \"geo_wkt\": \"POINT (-76.429747 40.227758)\", \"poi\": {\"id\": 20447, \"geometry\": \"POINT (-76.429747 40.227758)\", \"poi_name\": \"Mount Hope Estate\", \"osm_id\": 3102603200, \"tourism\": \"attraction\", \"website\": \"https://mounthope.estate/store/\", \"phone\": \"(717) 665-7021\", \"wikidata\": \"Q6921302\", \"addr_state\": \"PA\", \"addr_city\": \"Manheim\", \"addr_postcode\": \"17545\", \"addr_street\": \"Lebanon Road\", \"addr_housenumber\": \"2775\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0011", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Strafford Village Historic District, VT sit higher than 500 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) > 500\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.377447 43.866048)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 277.0}]", "question_entities": "{\"[2]\": {\"elevation\": 500}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Strafford Village Historic District, VT\", \"geo_wkt\": \"POINT (-72.377447 43.866048)\", \"poi\": {\"id\": 252814, \"geometry\": \"POINT (-72.377447 43.866048)\", \"poi_name\": \"Strafford Village Historic District\", \"osm_id\": 356557755, \"leisure\": \"park\", \"historic\": \"heritage\", \"wikidata\": \"Q28153353\", \"addr_state\": \"VT\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0012", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Harvard Graduate School of Education, Cambridge, MA at an elevation above 60 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) > 60\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.121891 42.375395)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 15.0}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Harvard Graduate School of Education, Cambridge, MA\", \"geo_wkt\": \"POINT (-71.121891 42.375395)\", \"poi\": {\"id\": 152549, \"geometry\": \"POINT (-71.121891 42.375395)\", \"poi_name\": \"Harvard Graduate School of Education\", \"osm_id\": 9444773346, \"amenity\": \"university\", \"operator\": \"Harvard University\", \"wikidata\": \"Q14715517\", \"addr_state\": \"MA\", \"addr_city\": \"Cambridge\", \"addr_postcode\": \"02138\", \"addr_street\": \"Appian Way\", \"addr_housenumber\": \"13\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0013", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is the elevation at Good Samaritan Hospital, Vincennes, IN greater than 320 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) > 320\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.53358 38.672428)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 126.0}]", "question_entities": "{\"[2]\": {\"elevation\": 320}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Good Samaritan Hospital, Vincennes, IN\", \"geo_wkt\": \"POINT (-87.53358 38.672428)\", \"poi\": {\"id\": 69383, \"geometry\": \"POINT (-87.53358 38.672428)\", \"poi_name\": \"Good Samaritan Hospital\", \"osm_id\": 3821320364, \"amenity\": \"hospital\", \"wheelchair\": \"yes\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q5582915\", \"addr_state\": \"IN\", \"addr_city\": \"Vincennes\", \"addr_postcode\": \"47591\", \"addr_street\": \"South 7th Street\", \"addr_housenumber\": \"520\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0014", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Silas Condict County Park, Kinnelon, NJ at an elevation above 440 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) > 440\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.38466 41.004704)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 253.0}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Silas Condict County Park, Kinnelon, NJ\", \"geo_wkt\": \"POINT (-74.38466 41.004704)\", \"poi\": {\"id\": 249280, \"geometry\": \"POINT (-74.38466 41.004704)\", \"poi_name\": \"Silas Condict County Park\", \"osm_id\": 5140202721, \"leisure\": \"park\", \"operator\": \"Morris County Park Commission\", \"wikidata\": \"Q34861408\", \"addr_state\": \"NJ\", \"addr_city\": \"Kinnelon\", \"addr_postcode\": \"07405\", \"addr_street\": \"Kinnelon Road\", \"addr_housenumber\": \"100\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0015", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does New Mexico Highlands University, Las Vegas, NM sit higher than 200 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.221648 35.597175)',4326)) > 200\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.221648 35.597175)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.221648 35.597175)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"yes\", \"elevation_m\": 1982.0}]", "question_entities": "{\"[2]\": {\"elevation\": 200}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"New Mexico Highlands University, Las Vegas, NM\", \"geo_wkt\": \"POINT (-105.221648 35.597175)\", \"poi\": {\"id\": 227126, \"geometry\": \"POINT (-105.221648 35.597175)\", \"poi_name\": \"New Mexico Highlands University\", \"osm_id\": 357574967, \"amenity\": \"university\", \"wheelchair\": \"limited\", \"website\": \"https://www.nmhu.edu/\", \"phone\": \"+1 877 850 9064\", \"wikidata\": \"Q7010189\", \"addr_state\": \"NM\", \"addr_city\": \"Las Vegas\", \"addr_postcode\": \"87701\", \"addr_street\": \"University Avenue\", \"addr_housenumber\": \"800\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0016", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Regional Mental Health Center - Strawhun Center, Merrillville, IN at an elevation above 380 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.363564 41.463382)',4326)) > 380\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.363564 41.463382)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.363564 41.463382)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 201.0}]", "question_entities": "{\"[2]\": {\"elevation\": 380}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Regional Mental Health Center - Strawhun Center, Merrillville, IN\", \"geo_wkt\": \"POINT (-87.363564 41.463382)\", \"poi\": {\"id\": 227286, \"geometry\": \"POINT (-87.363564 41.463382)\", \"poi_name\": \"Regional Mental Health Center - Strawhun Center\", \"osm_id\": 358677260, \"amenity\": \"hospital\", \"operator\": \"Regional Mental Health Center\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q87932094\", \"addr_state\": \"IN\", \"addr_city\": \"Merrillville\", \"addr_postcode\": \"46410\", \"addr_street\": \"Taft Street\", \"addr_housenumber\": \"8555\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0017", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Catawba County Historical Museum, Newton, NC at an elevation above 420 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.221948 35.663044)',4326)) > 420\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.221948 35.663044)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.221948 35.663044)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 307.0}]", "question_entities": "{\"[2]\": {\"elevation\": 420}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Catawba County Historical Museum, Newton, NC\", \"geo_wkt\": \"POINT (-81.221948 35.663044)\", \"poi\": {\"id\": 868, \"geometry\": \"POINT (-81.221948 35.663044)\", \"poi_name\": \"Catawba County Historical Museum\", \"osm_id\": 4134015698, \"tourism\": \"museum\", \"opening_hours\": \"Tu-Fr 09:00-16:00\", \"website\": \"https://www.catawbahistory.org/our-sites/history-museum-of-catawba-county\", \"wikidata\": \"Q18148844\", \"addr_state\": \"NC\", \"addr_city\": \"Newton\", \"addr_postcode\": \"28658\", \"addr_street\": \"North College Avenue\", \"addr_housenumber\": \"30\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0018", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Hilton, Brooklyn, NY at an elevation above 80 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.987961 40.689544)',4326)) > 80\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.987961 40.689544)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.987961 40.689544)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 21.0}]", "question_entities": "{\"[2]\": {\"elevation\": 80}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Hilton, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.987961 40.689544)\", \"poi\": {\"id\": 16175, \"geometry\": \"POINT (-73.987961 40.689544)\", \"poi_name\": \"Hilton\", \"osm_id\": 5043356681, \"tourism\": \"hotel\", \"website\": \"https://www3.hilton.com/en/hotels/new-york/hilton-brooklyn-new-york-NYCBSHH/\", \"phone\": \"+1-718-834-8800\", \"wikidata\": \"Q111395087\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_postcode\": \"11201\", \"addr_street\": \"Schermerhorn Street\", \"addr_housenumber\": \"140\"}}}"} -{"id": "raster_only/elevation_threshold+poi/0019", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is The Henry Norman Hotel, Brooklyn, NY more than 260 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) > 260\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.944251 40.728028)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 20.0}]", "question_entities": "{\"[2]\": {\"elevation\": 260}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Henry Norman Hotel, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.944251 40.728028)\", \"poi\": {\"id\": 1912, \"geometry\": \"POINT (-73.944251 40.728028)\", \"poi_name\": \"The Henry Norman Hotel\", \"osm_id\": 7026934319, \"tourism\": \"hotel\", \"website\": \"https://henrynormanhotel.com\", \"internet_access\": \"yes\", \"phone\": \"+1-718-804-5845\", \"wikidata\": \"Q111395098\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_street\": \"North Henry Street\", \"addr_housenumber\": \"251\"}}}"} -{"id": "raster_only/max_slope+area/0000", "group": "raster_only", "template": "max_slope+area", "question": "How steep is the steepest part of Tamaha, Oklahoma?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-95.020115 35.40837, -95.020135 35.409009, -95.020141 35.409397, -95.014061 35.409453, -95.014084 35.411692, -95.011732 35.412553, -95.008969 35.412724, -95.008038 35.412769, -95.007832 35.412689, -95.007598 35.412617, -95.007349 35.412496, -95.007088 35.412342, -95.006699 35.412084, -95.006484 35.411968, -95.006267 35.411832, -95.005538 35.411506, -95.00539 35.411457, -95.005229 35.411435, -95.005122 35.41138, -95.004719 35.41105, -95.00435 35.410852, -95.00376 35.410703, -95.003337 35.410566, -95.00323 35.410544, -95.003008 35.410478, -95.002364 35.410357, -95.001559 35.410263, -95.001451 35.410263, -95.000868 35.410197, -95.000646 35.410185, -95.000469 35.410164, -95.00023 35.410136, -95.000065 35.410144, -94.999851 35.410122, -94.999743 35.4101, -94.998884 35.410001, -94.998777 35.409979, -94.998347 35.409963, -94.998132 35.409941, -94.997938 35.409949, -94.993041 35.405831, -94.991119 35.405614, -94.991015 35.404401, -94.98804 35.401611, -94.987939 35.401517, -94.987507 35.401111, -94.986915 35.401399, -94.985838 35.400921, -94.985546 35.400312, -94.985419 35.400024, -94.983939 35.400074, -94.98389 35.400017, -94.983876 35.399992, -94.985853 35.398235, -94.984879 35.39827, -94.984828 35.39869, -94.983776 35.398597, -94.983087 35.399255, -94.982909 35.399299, -94.982604 35.399159, -94.981347 35.398584, -94.980959 35.3984, -94.980238 35.399237, -94.979659 35.400085, -94.978751 35.399876, -94.978488 35.400606, -94.978137 35.399927, -94.977833 35.400157, -94.97559 35.399675, -94.969402 35.397519, -94.969231 35.397485, -94.968962 35.397431, -94.968966 35.397353, -94.968912 35.394363, -94.968853 35.391301, -94.971479 35.39133, -94.97343 35.391366, -94.981734 35.391496, -94.984249 35.391458, -94.987038 35.391508, -94.995239 35.391627, -94.996533 35.391646, -94.998276 35.391672, -95.000225 35.391701, -95.000225 35.391293, -95.001361 35.391305, -95.001593 35.391308, -95.003517 35.391292, -95.004298 35.391292, -95.005486 35.3913, -95.005867 35.391303, -95.007325 35.391315, -95.008691 35.391316, -95.009875 35.391319, -95.012093 35.391334, -95.015051 35.391364, -95.018752 35.391387, -95.02238 35.391399, -95.029227 35.391422, -95.033524 35.391437, -95.034708 35.391453, -95.036802 35.391466, -95.039477 35.391472, -95.041375 35.391453, -95.042252 35.391446, -95.043108 35.391431, -95.043923 35.391416, -95.043936 35.392603, -95.043933 35.393881, -95.043917 35.39543, -95.043922 35.396464, -95.04393 35.39707, -95.04393 35.397311, -95.043931 35.398752, -95.04391 35.400527, -95.04392 35.401064, -95.043903 35.403343, -95.043902 35.40353, -95.043913 35.403838, -95.043903 35.405073, -95.043876 35.405898, -95.043874 35.408064, -95.043874 35.408283, -95.043877 35.408412, -95.04406 35.417316, -95.044055 35.424146, -95.044046 35.434734, -95.04334 35.434659, -95.038892 35.434188, -95.033078 35.430976, -95.029223 35.428982, -95.026261 35.427173, -95.026284 35.422581, -95.026256 35.420259, -95.017081 35.420269, -95.0122 35.415314, -95.012089 35.414838, -95.016921 35.413059, -95.016904 35.412008, -95.02229 35.411964, -95.022292 35.411881, -95.022302 35.411121, -95.0213 35.411111, -95.022596 35.409415, -95.022571 35.408372, -95.022269 35.408372, -95.021876 35.408372, -95.020115 35.40837))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 22.183292388916016}]", "question_entities": "{\"[3]\": {\"region_name\": \"Tamaha, Oklahoma\", \"geo_wkt\": \"POLYGON ((-95.020115 35.40837, -95.020135 35.409009, -95.020141 35.409397, -95.014061 35.409453, -95.014084 35.411692, -95.011732 35.412553, -95.008969 35.412724, -95.008038 35.412769, -95.007832 35.412689, -95.007598 35.412617, -95.007349 35.412496, -95.007088 35.412342, -95.006699 35.412084, -95.006484 35.411968, -95.006267 35.411832, -95.005538 35.411506, -95.00539 35.411457, -95.005229 35.411435, -95.005122 35.41138, -95.004719 35.41105, -95.00435 35.410852, -95.00376 35.410703, -95.003337 35.410566, -95.00323 35.410544, -95.003008 35.410478, -95.002364 35.410357, -95.001559 35.410263, -95.001451 35.410263, -95.000868 35.410197, -95.000646 35.410185, -95.000469 35.410164, -95.00023 35.410136, -95.000065 35.410144, -94.999851 35.410122, -94.999743 35.4101, -94.998884 35.410001, -94.998777 35.409979, -94.998347 35.409963, -94.998132 35.409941, -94.997938 35.409949, -94.993041 35.405831, -94.991119 35.405614, -94.991015 35.404401, -94.98804 35.401611, -94.987939 35.401517, -94.987507 35.401111, -94.986915 35.401399, -94.985838 35.400921, -94.985546 35.400312, -94.985419 35.400024, -94.983939 35.400074, -94.98389 35.400017, -94.983876 35.399992, -94.985853 35.398235, -94.984879 35.39827, -94.984828 35.39869, -94.983776 35.398597, -94.983087 35.399255, -94.982909 35.399299, -94.982604 35.399159, -94.981347 35.398584, -94.980959 35.3984, -94.980238 35.399237, -94.979659 35.400085, -94.978751 35.399876, -94.978488 35.400606, -94.978137 35.399927, -94.977833 35.400157, -94.97559 35.399675, -94.969402 35.397519, -94.969231 35.397485, -94.968962 35.397431, -94.968966 35.397353, -94.968912 35.394363, -94.968853 35.391301, -94.971479 35.39133, -94.97343 35.391366, -94.981734 35.391496, -94.984249 35.391458, -94.987038 35.391508, -94.995239 35.391627, -94.996533 35.391646, -94.998276 35.391672, -95.000225 35.391701, -95.000225 35.391293, -95.001361 35.391305, -95.001593 35.391308, -95.003517 35.391292, -95.004298 35.391292, -95.005486 35.3913, -95.005867 35.391303, -95.007325 35.391315, -95.008691 35.391316, -95.009875 35.391319, -95.012093 35.391334, -95.015051 35.391364, -95.018752 35.391387, -95.02238 35.391399, -95.029227 35.391422, -95.033524 35.391437, -95.034708 35.391453, -95.036802 35.391466, -95.039477 35.391472, -95.041375 35.391453, -95.042252 35.391446, -95.043108 35.391431, -95.043923 35.391416, -95.043936 35.392603, -95.043933 35.393881, -95.043917 35.39543, -95.043922 35.396464, -95.04393 35.39707, -95.04393 35.397311, -95.043931 35.398752, -95.04391 35.400527, -95.04392 35.401064, -95.043903 35.403343, -95.043902 35.40353, -95.043913 35.403838, -95.043903 35.405073, -95.043876 35.405898, -95.043874 35.408064, -95.043874 35.408283, -95.043877 35.408412, -95.04406 35.417316, -95.044055 35.424146, -95.044046 35.434734, -95.04334 35.434659, -95.038892 35.434188, -95.033078 35.430976, -95.029223 35.428982, -95.026261 35.427173, -95.026284 35.422581, -95.026256 35.420259, -95.017081 35.420269, -95.0122 35.415314, -95.012089 35.414838, -95.016921 35.413059, -95.016904 35.412008, -95.02229 35.411964, -95.022292 35.411881, -95.022302 35.411121, -95.0213 35.411111, -95.022596 35.409415, -95.022571 35.408372, -95.022269 35.408372, -95.021876 35.408372, -95.020115 35.40837))\", \"region\": {\"id\": 16622, \"geometry\": \"POLYGON ((-95.020115 35.40837, -95.020135 35.409009, -95.020141 35.409397, -95.014061 35.409453, -95.014084 35.411692, -95.011732 35.412553, -95.008969 35.412724, -95.008038 35.412769, -95.007832 35.412689, -95.007598 35.412617, -95.007349 35.412496, -95.007088 35.412342, -95.006699 35.412084, -95.006484 35.411968, -95.006267 35.411832, -95.005538 35.411506, -95.00539 35.411457, -95.005229 35.411435, -95.005122 35.41138, -95.004719 35.41105, -95.00435 35.410852, -95.00376 35.410703, -95.003337 35.410566, -95.00323 35.410544, -95.003008 35.410478, -95.002364 35.410357, -95.001559 35.410263, -95.001451 35.410263, -95.000868 35.410197, -95.000646 35.410185, -95.000469 35.410164, -95.00023 35.410136, -95.000065 35.410144, -94.999851 35.410122, -94.999743 35.4101, -94.998884 35.410001, -94.998777 35.409979, -94.998347 35.409963, -94.998132 35.409941, -94.997938 35.409949, -94.993041 35.405831, -94.991119 35.405614, -94.991015 35.404401, -94.98804 35.401611, -94.987939 35.401517, -94.987507 35.401111, -94.986915 35.401399, -94.985838 35.400921, -94.985546 35.400312, -94.985419 35.400024, -94.983939 35.400074, -94.98389 35.400017, -94.983876 35.399992, -94.985853 35.398235, -94.984879 35.39827, -94.984828 35.39869, -94.983776 35.398597, -94.983087 35.399255, -94.982909 35.399299, -94.982604 35.399159, -94.981347 35.398584, -94.980959 35.3984, -94.980238 35.399237, -94.979659 35.400085, -94.978751 35.399876, -94.978488 35.400606, -94.978137 35.399927, -94.977833 35.400157, -94.97559 35.399675, -94.969402 35.397519, -94.969231 35.397485, -94.968962 35.397431, -94.968966 35.397353, -94.968912 35.394363, -94.968853 35.391301, -94.971479 35.39133, -94.97343 35.391366, -94.981734 35.391496, -94.984249 35.391458, -94.987038 35.391508, -94.995239 35.391627, -94.996533 35.391646, -94.998276 35.391672, -95.000225 35.391701, -95.000225 35.391293, -95.001361 35.391305, -95.001593 35.391308, -95.003517 35.391292, -95.004298 35.391292, -95.005486 35.3913, -95.005867 35.391303, -95.007325 35.391315, -95.008691 35.391316, -95.009875 35.391319, -95.012093 35.391334, -95.015051 35.391364, -95.018752 35.391387, -95.02238 35.391399, -95.029227 35.391422, -95.033524 35.391437, -95.034708 35.391453, -95.036802 35.391466, -95.039477 35.391472, -95.041375 35.391453, -95.042252 35.391446, -95.043108 35.391431, -95.043923 35.391416, -95.043936 35.392603, -95.043933 35.393881, -95.043917 35.39543, -95.043922 35.396464, -95.04393 35.39707, -95.04393 35.397311, -95.043931 35.398752, -95.04391 35.400527, -95.04392 35.401064, -95.043903 35.403343, -95.043902 35.40353, -95.043913 35.403838, -95.043903 35.405073, -95.043876 35.405898, -95.043874 35.408064, -95.043874 35.408283, -95.043877 35.408412, -95.04406 35.417316, -95.044055 35.424146, -95.044046 35.434734, -95.04334 35.434659, -95.038892 35.434188, -95.033078 35.430976, -95.029223 35.428982, -95.026261 35.427173, -95.026284 35.422581, -95.026256 35.420259, -95.017081 35.420269, -95.0122 35.415314, -95.012089 35.414838, -95.016921 35.413059, -95.016904 35.412008, -95.02229 35.411964, -95.022292 35.411881, -95.022302 35.411121, -95.0213 35.411111, -95.022596 35.409415, -95.022571 35.408372, -95.022269 35.408372, -95.021876 35.408372, -95.020115 35.40837))\", \"region_name\": \"Tamaha\", \"border_type\": \"town\", \"wikidata\": \"Q2601095\", \"wikipedia\": \"en:Tamaha, Oklahoma\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0001", "group": "raster_only", "template": "max_slope+area", "question": "What is the maximum slope in Benton City, Missouri?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-91.763827 39.131775, -91.767488 39.13181, -91.767385 39.136278, -91.767096 39.13633, -91.767069 39.137398, -91.762222 39.13728, -91.762445 39.131796, -91.763827 39.131775))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 12.294312477111816}]", "question_entities": "{\"[3]\": {\"region_name\": \"Benton City, Missouri\", \"geo_wkt\": \"POLYGON ((-91.763827 39.131775, -91.767488 39.13181, -91.767385 39.136278, -91.767096 39.13633, -91.767069 39.137398, -91.762222 39.13728, -91.762445 39.131796, -91.763827 39.131775))\", \"region\": {\"id\": 12754, \"geometry\": \"POLYGON ((-91.763827 39.131775, -91.767488 39.13181, -91.767385 39.136278, -91.767096 39.13633, -91.767069 39.137398, -91.762222 39.13728, -91.762445 39.131796, -91.763827 39.131775))\", \"region_name\": \"Benton City\", \"border_type\": \"village\", \"wikidata\": \"Q2329067\", \"wikipedia\": \"en:Benton City, Missouri\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0002", "group": "raster_only", "template": "max_slope+area", "question": "In Belvidere, Illinois, what is the highest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-88.866706 42.251217, -88.86472 42.251388, -88.864721 42.252058, -88.864711 42.252299, -88.864688 42.254623, -88.864687 42.254708, -88.865066 42.254727, -88.865851 42.254743, -88.866384 42.254747, -88.866669 42.254737, -88.866707 42.251418, -88.866706 42.251217)), ((-88.920118 42.251713, -88.920098 42.249155, -88.919557 42.249153, -88.919492 42.249159, -88.919307 42.249256, -88.919293 42.249268, -88.918967 42.249431, -88.91621 42.250861, -88.916199 42.251066, -88.916196 42.251246, -88.916813 42.25134, -88.920106 42.251956, -88.920118 42.251713)), ((-88.820829 42.252137, -88.820049 42.251995, -88.820053 42.253657, -88.820053 42.253753, -88.820761 42.253863, -88.820777 42.253462, -88.820829 42.252137)), ((-88.851447 42.236745, -88.850569 42.236756, -88.850229 42.236779, -88.850287 42.240292, -88.851325 42.240222, -88.851481 42.240215, -88.851447 42.236745)), ((-88.864972 42.273293, -88.864705 42.273618, -88.864966 42.273738, -88.865232 42.273413, -88.864972 42.273293)), ((-88.885924 42.254648, -88.885679 42.254651, -88.885678 42.253273, -88.885707 42.252484, -88.884583 42.252496, -88.884583 42.252528, -88.883736 42.252537, -88.883498 42.253729, -88.883491 42.254585, -88.881778 42.254593, -88.881778 42.254418, -88.88177 42.253653, -88.881783 42.252636, -88.881784 42.252407, -88.8817 42.252408, -88.881702 42.250106, -88.881702 42.24992, -88.881446 42.249942, -88.880857 42.249993, -88.876466 42.250374, -88.876039 42.250415, -88.875368 42.250471, -88.87424 42.250573, -88.871012 42.250845, -88.870978 42.254706, -88.876614 42.254649, -88.876603 42.256442, -88.876574 42.26125, -88.878407 42.263329, -88.879418 42.264476, -88.879823 42.265388, -88.88001 42.26589, -88.880572 42.265882, -88.881369 42.265871, -88.881646 42.265876, -88.881645 42.265912, -88.881625 42.266945, -88.883739 42.266941, -88.885559 42.266922, -88.885568 42.265693, -88.88557 42.265289, -88.885582 42.263619, -88.88559 42.263241, -88.885605 42.262528, -88.88561 42.262312, -88.885597 42.261783, -88.885653 42.256221, -88.88566 42.255506, -88.885664 42.255091, -88.88592 42.255089, -88.885924 42.254648)), ((-88.863725 42.25654, -88.863514 42.256425, -88.863229 42.256305, -88.863075 42.256249, -88.862794 42.256155, -88.862498 42.256012, -88.862204 42.255881, -88.862057 42.255741, -88.86191 42.255511, -88.861862 42.255337, -88.861833 42.255135, -88.861775 42.255051, -88.861743 42.255013, -88.861738 42.254992, -88.861712 42.254954, -88.861673 42.254915, -88.86166 42.254889, -88.861617 42.25485, -88.861462 42.254744, -88.861311 42.254663, -88.861301 42.25475, -88.861199 42.254691, -88.86118 42.255583, -88.861122 42.256747, -88.861071 42.257376, -88.861061 42.25751, -88.861179 42.2576, -88.861179 42.259229, -88.861174 42.259602, -88.861799 42.259601, -88.861674 42.259511, -88.862409 42.259506, -88.862403 42.259443, -88.862411 42.259161, -88.862418 42.2582, -88.862423 42.257394, -88.863233 42.257407, -88.863191 42.257497, -88.863293 42.257499, -88.863725 42.25654)), ((-88.875891 42.249862, -88.874693 42.249971, -88.874639 42.247402, -88.873484 42.247412, -88.873451 42.250364, -88.875894 42.250144, -88.875891 42.249862)), ((-88.868866 42.248777, -88.86692 42.248857, -88.86694 42.249807, -88.866301 42.249804, -88.866317 42.25013, -88.866321 42.250387, -88.866329 42.250535, -88.86444 42.250705, -88.863132 42.250837, -88.861253 42.251039, -88.861257 42.251474, -88.861435 42.25146, -88.864669 42.251114, -88.866707 42.250937, -88.86819 42.250802, -88.868881 42.250743, -88.868879 42.250446, -88.868866 42.248777)), ((-88.819792 42.251945, -88.819744 42.251935, -88.818777 42.251741, -88.818191 42.251624, -88.817949 42.251575, -88.816884 42.251376, -88.816856 42.253135, -88.818002 42.25335, -88.819373 42.253607, -88.819782 42.253711, -88.819792 42.251945)), ((-88.908552 42.251486, -88.907437 42.251712, -88.906713 42.251888, -88.906599 42.251921, -88.906593 42.252268, -88.90743 42.252125, -88.90855 42.251885, -88.908552 42.251486)), ((-88.869693 42.275472, -88.869314 42.275954, -88.869154 42.276283, -88.869 42.276581, -88.868832 42.277511, -88.86888 42.27779, -88.868871 42.278587, -88.868826 42.281177, -88.865137 42.281212, -88.861077 42.281259, -88.860944 42.28125, -88.860971 42.276887, -88.866575 42.276833, -88.867323 42.276826, -88.867325 42.276552, -88.867344 42.276552, -88.868148 42.275589, -88.868389 42.2757, -88.868892 42.275101, -88.869693 42.275472)), ((-88.912656 42.268835, -88.912165 42.268837, -88.912135 42.268837, -88.911963 42.268808, -88.91179 42.268773, -88.911629 42.268772, -88.911263 42.268832, -88.910879 42.26885, -88.910335 42.268856, -88.910336 42.270369, -88.910322 42.27071, -88.910412 42.27071, -88.912638 42.270708, -88.912656 42.268835)), ((-88.840096 42.272835, -88.840032 42.272688, -88.839855 42.272231, -88.839677 42.271803, -88.839522 42.271483, -88.839411 42.271512, -88.8389 42.2705, -88.838717 42.270104, -88.837818 42.270323, -88.837646 42.269882, -88.837629 42.269785, -88.837056 42.269787, -88.836852 42.269793, -88.835177 42.269818, -88.835454 42.270083, -88.835879 42.270072, -88.836291 42.270066, -88.836288 42.270885, -88.835402 42.27091, -88.835532 42.271036, -88.835762 42.271272, -88.835787 42.271311, -88.836291 42.271315, -88.836291 42.271327, -88.83752 42.271309, -88.838468 42.273112, -88.838482 42.273697, -88.840586 42.273705, -88.840096 42.272835)), ((-88.892269 42.254487, -88.890807 42.254505, -88.8908 42.256106, -88.892262 42.256089, -88.892277 42.254601, -88.892269 42.254487)), ((-88.906472 42.2493, -88.90294 42.249334, -88.902831 42.249337, -88.902696 42.249356, -88.902692 42.248935, -88.902695 42.247992, -88.902697 42.247142, -88.905516 42.247114, -88.905522 42.245758, -88.904079 42.246053, -88.902843 42.24631, -88.902278 42.246418, -88.89981 42.246922, -88.899815 42.247901, -88.89982 42.248905, -88.89982 42.248955, -88.899392 42.248958, -88.899022 42.248961, -88.89902 42.247984, -88.899089 42.247982, -88.899095 42.247068, -88.897982 42.247295, -88.898003 42.248969, -88.897762 42.248971, -88.897665 42.248994, -88.897625 42.249021, -88.897594 42.249058, -88.897583 42.249093, -88.897578 42.249143, -88.897578 42.249184, -88.897584 42.250313, -88.896982 42.250388, -88.896965 42.250394, -88.895492 42.250583, -88.895467 42.254585, -88.895462 42.255376, -88.89545 42.256568, -88.895415 42.260004, -88.895419 42.260832, -88.895404 42.260976, -88.895401 42.261322, -88.895397 42.261798, -88.892129 42.261867, -88.891874 42.261862, -88.891884 42.262093, -88.891875 42.262252, -88.891879 42.263987, -88.891874 42.26415, -88.89188 42.264287, -88.891873 42.264417, -88.891885 42.265468, -88.892228 42.265456, -88.892994 42.265443, -88.893217 42.26545, -88.8934 42.265439, -88.894071 42.265416, -88.894491 42.265419, -88.900252 42.265324, -88.900272 42.264368, -88.900267 42.263946, -88.900282 42.263315, -88.900282 42.262524, -88.900314 42.259639, -88.902795 42.259651, -88.90281 42.256597, -88.902824 42.256579, -88.902896 42.256512, -88.902998 42.256425, -88.903114 42.25605, -88.90316 42.255912, -88.903215 42.255771, -88.903215 42.255754, -88.903325 42.255608, -88.903394 42.255489, -88.903569 42.255357, -88.903712 42.255288, -88.903847 42.255283, -88.903926 42.255233, -88.903937 42.255218, -88.903979 42.255232, -88.904011 42.255202, -88.904086 42.255215, -88.904086 42.255199, -88.904613 42.25507, -88.904864 42.255034, -88.904923 42.255033, -88.904928 42.254003, -88.904936 42.252454, -88.905784 42.252164, -88.90642 42.251975, -88.906472 42.2493)), ((-88.841728 42.238204, -88.840272 42.238201, -88.840269 42.236018, -88.841375 42.235985, -88.841356 42.235526, -88.841408 42.234929, -88.841239 42.234916, -88.840688 42.234934, -88.8403 42.234801, -88.838788 42.234241, -88.837143 42.23429, -88.837044 42.234316, -88.836865 42.234464, -88.836884 42.236799, -88.836835 42.240519, -88.838928 42.240505, -88.838921 42.23989, -88.839468 42.239884, -88.839475 42.2405, -88.839652 42.2405, -88.839944 42.240481, -88.840019 42.24047, -88.840016 42.23988, -88.840124 42.239877, -88.840133 42.239242, -88.840865 42.239235, -88.841486 42.239234, -88.841683 42.239226, -88.841712 42.239222, -88.841728 42.238204)), ((-88.864345 42.259563, -88.862464 42.259574, -88.862409 42.259578, -88.862407 42.260223, -88.861182 42.260231, -88.86117 42.262099, -88.862532 42.262079, -88.862535 42.262331, -88.86333 42.262334, -88.863328 42.262056, -88.863129 42.26206, -88.862532 42.262058, -88.862526 42.26185, -88.86253 42.261136, -88.863279 42.261142, -88.863741 42.261137, -88.863745 42.260911, -88.863738 42.260773, -88.863949 42.260772, -88.864352 42.260763, -88.864345 42.259563)), ((-88.822145 42.246477, -88.821087 42.246479, -88.821078 42.248089, -88.822153 42.248091, -88.822156 42.247956, -88.822145 42.246477)), ((-88.822224 42.237977, -88.82457 42.237957, -88.826302 42.237942, -88.826294 42.238708, -88.827063 42.238701, -88.8271 42.235264, -88.827095 42.234964, -88.827081 42.234066, -88.82217 42.234092, -88.818784 42.234109, -88.819604 42.235557, -88.820387 42.236991, -88.821239 42.238693, -88.821474 42.23926, -88.821624 42.239232, -88.821714 42.239238, -88.821865 42.239294, -88.822007 42.239387, -88.821982 42.240166, -88.822115 42.240475, -88.822172 42.240544, -88.822256 42.240597, -88.822339 42.24063, -88.822478 42.240656, -88.824146 42.24063, -88.826777 42.240606, -88.826926 42.240598, -88.826979 42.240585, -88.827011 42.240565, -88.827031 42.240542, -88.827045 42.240498, -88.827049 42.240433, -88.827053 42.239867, -88.824328 42.239904, -88.82215 42.239924, -88.822152 42.23978, -88.822152 42.239267, -88.822162 42.239036, -88.822156 42.238834, -88.822232 42.23855, -88.822224 42.237977)), ((-88.930603 42.246059, -88.930608 42.246373, -88.930612 42.24663, -88.930619 42.246945, -88.93072 42.25123, -88.93072 42.251237, -88.930728 42.2516, -88.930738 42.251983, -88.930743 42.252251, -88.930764 42.253153, -88.930768 42.253312, -88.930767 42.253383, -88.930764 42.253611, -88.93076 42.253936, -88.931219 42.254018, -88.93116 42.254136, -88.930862 42.254733, -88.931665 42.255577, -88.932939 42.257043, -88.934795 42.259022, -88.933832 42.259373, -88.934532 42.260603, -88.93273 42.260939, -88.930781 42.261266, -88.929939 42.261438, -88.929941 42.264602, -88.929943 42.267076, -88.928606 42.267087, -88.927861 42.267097, -88.927858 42.267829, -88.927847 42.268791, -88.924113 42.2688, -88.920178 42.268821, -88.920189 42.269689, -88.920152 42.272382, -88.919605 42.272382, -88.910179 42.272471, -88.91006 42.272478, -88.910075 42.270706, -88.905395 42.270746, -88.905119 42.270745, -88.90512 42.268933, -88.900212 42.268967, -88.900243 42.266147, -88.89684 42.266198, -88.896807 42.26914, -88.890727 42.269202, -88.89067 42.271514, -88.890662 42.271841, -88.889184 42.271837, -88.889198 42.271212, -88.889224 42.271212, -88.889247 42.2712, -88.889271 42.271172, -88.889278 42.271144, -88.889294 42.271127, -88.889356 42.271099, -88.889387 42.271076, -88.889418 42.271032, -88.889465 42.270986, -88.889542 42.270941, -88.88958 42.270924, -88.889634 42.270862, -88.889719 42.270828, -88.889735 42.270806, -88.889743 42.2707, -88.889759 42.270672, -88.889875 42.270553, -88.889929 42.270464, -88.890007 42.270262, -88.890032 42.270132, -88.890034 42.269967, -88.889971 42.269859, -88.889918 42.269753, -88.889872 42.269692, -88.88981 42.269636, -88.889726 42.269603, -88.889657 42.269581, -88.889627 42.269511, -88.889579 42.269478, -88.889489 42.26947, -88.889378 42.269412, -88.889293 42.269353, -88.889264 42.269328, -88.889222 42.269335, -88.889148 42.269312, -88.889131 42.269287, -88.889219 42.269274, -88.889292 42.269232, -88.889331 42.269244, -88.889399 42.269204, -88.889423 42.269122, -88.889447 42.269078, -88.881383 42.26916, -88.87159 42.269241, -88.871593 42.268606, -88.870935 42.268623, -88.8709 42.267937, -88.869029 42.267668, -88.869028 42.270248, -88.86665 42.270291, -88.866661 42.270493, -88.866658 42.270553, -88.866642 42.270666, -88.866601 42.270739, -88.866794 42.270678, -88.866988 42.270444, -88.86906 42.2714, -88.868744 42.271778, -88.868653 42.271871, -88.867906 42.272784, -88.867543 42.273219, -88.869684 42.274206, -88.869363 42.274591, -88.870117 42.274925, -88.870044 42.275025, -88.869852 42.275269, -88.869052 42.274908, -88.868892 42.275101, -88.867691 42.274547, -88.867623 42.274634, -88.86719 42.275148, -88.866513 42.274836, -88.865532 42.27601, -88.865201 42.276431, -88.863336 42.276453, -88.863113 42.276456, -88.863381 42.27659, -88.855556 42.27666, -88.85552 42.273096, -88.855487 42.270543, -88.855993 42.270769, -88.855994 42.269797, -88.855227 42.269442, -88.855243 42.270541, -88.854831 42.270538, -88.854426 42.27053, -88.854462 42.269818, -88.854874 42.269278, -88.854606 42.269154, -88.854131 42.26973, -88.853654 42.269507, -88.853724 42.269419, -88.852153 42.269427, -88.852152 42.269675, -88.852341 42.269676, -88.852336 42.270128, -88.851345 42.270128, -88.851346 42.270027, -88.850293 42.270035, -88.850299 42.269433, -88.848831 42.269448, -88.844956 42.269474, -88.84481 42.269548, -88.844433 42.269539, -88.844259 42.269551, -88.844041 42.269543, -88.844054 42.269743, -88.84406 42.270315, -88.844046 42.270342, -88.844 42.270384, -88.843971 42.270398, -88.843938 42.270408, -88.84388 42.270418, -88.843643 42.270418, -88.842218 42.270398, -88.842218 42.270878, -88.843921 42.270862, -88.843929 42.270849, -88.8447 42.270843, -88.844686 42.271903, -88.843784 42.27191, -88.84378 42.272655, -88.850267 42.272589, -88.850271 42.272152, -88.851324 42.272141, -88.851448 42.272146, -88.851448 42.27258, -88.851439 42.273426, -88.851429 42.276438, -88.851433 42.276734, -88.850857 42.276747, -88.841963 42.276883, -88.841512 42.276887, -88.841521 42.276681, -88.841502 42.275345, -88.840057 42.275336, -88.839886 42.27501, -88.838506 42.275644, -88.838524 42.276713, -88.838518 42.27693, -88.836464 42.276937, -88.831781 42.276953, -88.831775 42.276757, -88.831776 42.274579, -88.831401 42.274583, -88.830939 42.274526, -88.830911 42.274537, -88.830855 42.274546, -88.829668 42.274552, -88.829021 42.274563, -88.828479 42.274631, -88.82816 42.274686, -88.827841 42.274724, -88.827842 42.274825, -88.827859 42.276389, -88.827859 42.276844, -88.827865 42.277027, -88.827266 42.277035, -88.826773 42.276999, -88.826237 42.27693, -88.825411 42.276778, -88.824517 42.27647, -88.823603 42.275924, -88.822781 42.275408, -88.822062 42.274738, -88.82206 42.27366, -88.822201 42.273374, -88.822922 42.273365, -88.822994 42.273045, -88.823069 42.272542, -88.823244 42.271054, -88.823945 42.271078, -88.823957 42.270927, -88.82397 42.270576, -88.823357 42.27058, -88.823301 42.270573, -88.823326 42.270357, -88.823572 42.268816, -88.823894 42.266832, -88.823983 42.266385, -88.82401 42.266299, -88.824061 42.266141, -88.824167 42.265902, -88.824302 42.265668, -88.824469 42.265445, -88.824669 42.265236, -88.824899 42.265028, -88.824922 42.265008, -88.825091 42.264864, -88.825231 42.264756, -88.825975 42.265154, -88.82643 42.265362, -88.82727 42.265735, -88.827082 42.265964, -88.826755 42.266326, -88.826655 42.266551, -88.826574 42.266995, -88.82637 42.268345, -88.828558 42.268331, -88.828547 42.267483, -88.829052 42.266795, -88.829163 42.266651, -88.829394 42.266763, -88.829594 42.266844, -88.829802 42.266915, -88.830924 42.2672, -88.831071 42.267228, -88.831249 42.267256, -88.831812 42.267384, -88.83183 42.266566, -88.831821 42.26655, -88.831821 42.266342, -88.831401 42.266557, -88.830985 42.266631, -88.830711 42.266602, -88.830314 42.26646, -88.830041 42.266258, -88.829724 42.265867, -88.829505 42.265516, -88.829361 42.265246, -88.829155 42.264734, -88.828901 42.264152, -88.828668 42.263764, -88.828514 42.263495, -88.828362 42.263303, -88.828224 42.263096, -88.828171 42.263051, -88.828081 42.262993, -88.828028 42.262954, -88.827983 42.262908, -88.827926 42.262872, -88.827861 42.262845, -88.827832 42.262827, -88.827799 42.262815, -88.827742 42.262778, -88.827709 42.262766, -88.827652 42.26273, -88.827619 42.262572, -88.827517 42.262518, -88.82735 42.262473, -88.827308 42.26245, -88.827232 42.262391, -88.826958 42.262239, -88.82676 42.26212, -88.826645 42.262058, -88.826523 42.261953, -88.826405 42.261863, -88.826139 42.261773, -88.825978 42.261705, -88.825798 42.261575, -88.825696 42.261516, -88.825369 42.261458, -88.825383 42.260844, -88.825534 42.260879, -88.826526 42.260991, -88.827182 42.261019, -88.827181 42.26086, -88.826809 42.260845, -88.826552 42.26083, -88.82615 42.260791, -88.825717 42.260727, -88.825246 42.260641, -88.824845 42.260544, -88.82447 42.260432, -88.82406 42.260282, -88.823673 42.260128, -88.823316 42.259995, -88.822911 42.259854, -88.822078 42.259592, -88.821687 42.25949, -88.821346 42.259411, -88.821033 42.259347, -88.820578 42.259268, -88.820184 42.259214, -88.815398 42.258692, -88.815407 42.255176, -88.812922 42.255188, -88.812992 42.250805, -88.813078 42.250649, -88.813079 42.250557, -88.81406 42.250751, -88.815478 42.251018, -88.814461 42.247903, -88.805693 42.247894, -88.805666 42.247955, -88.805538 42.248112, -88.805509 42.24816, -88.805148 42.249129, -88.804855 42.249072, -88.805224 42.248098, -88.805254 42.248044, -88.805291 42.247991, -88.805373 42.247894, -88.803235 42.247892, -88.80335 42.242583, -88.803377 42.24132, -88.803387 42.241044, -88.805565 42.241045, -88.812861 42.241059, -88.812644 42.235816, -88.812662 42.233476, -88.818258 42.233461, -88.82216 42.23343, -88.827083 42.23339, -88.827076 42.231405, -88.827213 42.23142, -88.827213 42.231471, -88.82735 42.232013, -88.827363 42.233391, -88.830379 42.233332, -88.831932 42.23331, -88.832764 42.232913, -88.833715 42.232167, -88.835759 42.232192, -88.836646 42.232864, -88.837755 42.233061, -88.838044 42.233068, -88.839136 42.233035, -88.83973 42.232851, -88.84 42.232722, -88.840519 42.232527, -88.841751 42.23243, -88.841751 42.233243, -88.846564 42.233228, -88.848985 42.233247, -88.861217 42.23308, -88.865541 42.233149, -88.880856 42.232955, -88.880858 42.238442, -88.880824 42.239466, -88.880829 42.240276, -88.880842 42.242274, -88.883465 42.242243, -88.88346 42.240776, -88.883452 42.240251, -88.883455 42.240037, -88.890616 42.23997, -88.890619 42.240183, -88.890612 42.240595, -88.890612 42.242195, -88.890599 42.245143, -88.887432 42.245177, -88.881248 42.245244, -88.880961 42.245243, -88.880941 42.24735, -88.880792 42.24735, -88.880787 42.249022, -88.880787 42.249171, -88.881118 42.249144, -88.885588 42.248731, -88.886635 42.248622, -88.887168 42.248548, -88.887631 42.248474, -88.888177 42.248376, -88.888709 42.248287, -88.89059 42.247949, -88.890589 42.248331, -88.897983 42.246964, -88.897969 42.246444, -88.902847 42.245435, -88.902844 42.246066, -88.906579 42.245257, -88.919991 42.242525, -88.920002 42.242852, -88.916399 42.243542, -88.916413 42.245381, -88.917437 42.24538, -88.920056 42.245323, -88.920039 42.244492, -88.923099 42.244488, -88.923089 42.24385, -88.92384 42.243242, -88.92448 42.243624, -88.924917 42.243872, -88.92544 42.244148, -88.925923 42.244385, -88.926599 42.244697, -88.927076 42.244902, -88.927634 42.245126, -88.928214 42.245342, -88.92873 42.24552, -88.929269 42.245693, -88.929896 42.245879, -88.930248 42.245969, -88.930603 42.246059)), ((-88.822145 42.246297, -88.822148 42.244975, -88.822139 42.241926, -88.820439 42.241913, -88.8193 42.241911, -88.819179 42.241916, -88.81796 42.241931, -88.817961 42.244456, -88.817948 42.24462, -88.817945 42.245524, -88.821092 42.245518, -88.821088 42.246297, -88.822145 42.246297)), ((-88.840655 42.240875, -88.840662 42.241274, -88.841673 42.241264, -88.841669 42.240863, -88.840655 42.240875)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 22.29355239868164}]", "question_entities": "{\"[3]\": {\"region_name\": \"Belvidere, Illinois\", \"geo_wkt\": \"MULTIPOLYGON (((-88.866706 42.251217, -88.86472 42.251388, -88.864721 42.252058, -88.864711 42.252299, -88.864688 42.254623, -88.864687 42.254708, -88.865066 42.254727, -88.865851 42.254743, -88.866384 42.254747, -88.866669 42.254737, -88.866707 42.251418, -88.866706 42.251217)), ((-88.920118 42.251713, -88.920098 42.249155, -88.919557 42.249153, -88.919492 42.249159, -88.919307 42.249256, -88.919293 42.249268, -88.918967 42.249431, -88.91621 42.250861, -88.916199 42.251066, -88.916196 42.251246, -88.916813 42.25134, -88.920106 42.251956, -88.920118 42.251713)), ((-88.820829 42.252137, -88.820049 42.251995, -88.820053 42.253657, -88.820053 42.253753, -88.820761 42.253863, -88.820777 42.253462, -88.820829 42.252137)), ((-88.851447 42.236745, -88.850569 42.236756, -88.850229 42.236779, -88.850287 42.240292, -88.851325 42.240222, -88.851481 42.240215, -88.851447 42.236745)), ((-88.864972 42.273293, -88.864705 42.273618, -88.864966 42.273738, -88.865232 42.273413, -88.864972 42.273293)), ((-88.885924 42.254648, -88.885679 42.254651, -88.885678 42.253273, -88.885707 42.252484, -88.884583 42.252496, -88.884583 42.252528, -88.883736 42.252537, -88.883498 42.253729, -88.883491 42.254585, -88.881778 42.254593, -88.881778 42.254418, -88.88177 42.253653, -88.881783 42.252636, -88.881784 42.252407, -88.8817 42.252408, -88.881702 42.250106, -88.881702 42.24992, -88.881446 42.249942, -88.880857 42.249993, -88.876466 42.250374, -88.876039 42.250415, -88.875368 42.250471, -88.87424 42.250573, -88.871012 42.250845, -88.870978 42.254706, -88.876614 42.254649, -88.876603 42.256442, -88.876574 42.26125, -88.878407 42.263329, -88.879418 42.264476, -88.879823 42.265388, -88.88001 42.26589, -88.880572 42.265882, -88.881369 42.265871, -88.881646 42.265876, -88.881645 42.265912, -88.881625 42.266945, -88.883739 42.266941, -88.885559 42.266922, -88.885568 42.265693, -88.88557 42.265289, -88.885582 42.263619, -88.88559 42.263241, -88.885605 42.262528, -88.88561 42.262312, -88.885597 42.261783, -88.885653 42.256221, -88.88566 42.255506, -88.885664 42.255091, -88.88592 42.255089, -88.885924 42.254648)), ((-88.863725 42.25654, -88.863514 42.256425, -88.863229 42.256305, -88.863075 42.256249, -88.862794 42.256155, -88.862498 42.256012, -88.862204 42.255881, -88.862057 42.255741, -88.86191 42.255511, -88.861862 42.255337, -88.861833 42.255135, -88.861775 42.255051, -88.861743 42.255013, -88.861738 42.254992, -88.861712 42.254954, -88.861673 42.254915, -88.86166 42.254889, -88.861617 42.25485, -88.861462 42.254744, -88.861311 42.254663, -88.861301 42.25475, -88.861199 42.254691, -88.86118 42.255583, -88.861122 42.256747, -88.861071 42.257376, -88.861061 42.25751, -88.861179 42.2576, -88.861179 42.259229, -88.861174 42.259602, -88.861799 42.259601, -88.861674 42.259511, -88.862409 42.259506, -88.862403 42.259443, -88.862411 42.259161, -88.862418 42.2582, -88.862423 42.257394, -88.863233 42.257407, -88.863191 42.257497, -88.863293 42.257499, -88.863725 42.25654)), ((-88.875891 42.249862, -88.874693 42.249971, -88.874639 42.247402, -88.873484 42.247412, -88.873451 42.250364, -88.875894 42.250144, -88.875891 42.249862)), ((-88.868866 42.248777, -88.86692 42.248857, -88.86694 42.249807, -88.866301 42.249804, -88.866317 42.25013, -88.866321 42.250387, -88.866329 42.250535, -88.86444 42.250705, -88.863132 42.250837, -88.861253 42.251039, -88.861257 42.251474, -88.861435 42.25146, -88.864669 42.251114, -88.866707 42.250937, -88.86819 42.250802, -88.868881 42.250743, -88.868879 42.250446, -88.868866 42.248777)), ((-88.819792 42.251945, -88.819744 42.251935, -88.818777 42.251741, -88.818191 42.251624, -88.817949 42.251575, -88.816884 42.251376, -88.816856 42.253135, -88.818002 42.25335, -88.819373 42.253607, -88.819782 42.253711, -88.819792 42.251945)), ((-88.908552 42.251486, -88.907437 42.251712, -88.906713 42.251888, -88.906599 42.251921, -88.906593 42.252268, -88.90743 42.252125, -88.90855 42.251885, -88.908552 42.251486)), ((-88.869693 42.275472, -88.869314 42.275954, -88.869154 42.276283, -88.869 42.276581, -88.868832 42.277511, -88.86888 42.27779, -88.868871 42.278587, -88.868826 42.281177, -88.865137 42.281212, -88.861077 42.281259, -88.860944 42.28125, -88.860971 42.276887, -88.866575 42.276833, -88.867323 42.276826, -88.867325 42.276552, -88.867344 42.276552, -88.868148 42.275589, -88.868389 42.2757, -88.868892 42.275101, -88.869693 42.275472)), ((-88.912656 42.268835, -88.912165 42.268837, -88.912135 42.268837, -88.911963 42.268808, -88.91179 42.268773, -88.911629 42.268772, -88.911263 42.268832, -88.910879 42.26885, -88.910335 42.268856, -88.910336 42.270369, -88.910322 42.27071, -88.910412 42.27071, -88.912638 42.270708, -88.912656 42.268835)), ((-88.840096 42.272835, -88.840032 42.272688, -88.839855 42.272231, -88.839677 42.271803, -88.839522 42.271483, -88.839411 42.271512, -88.8389 42.2705, -88.838717 42.270104, -88.837818 42.270323, -88.837646 42.269882, -88.837629 42.269785, -88.837056 42.269787, -88.836852 42.269793, -88.835177 42.269818, -88.835454 42.270083, -88.835879 42.270072, -88.836291 42.270066, -88.836288 42.270885, -88.835402 42.27091, -88.835532 42.271036, -88.835762 42.271272, -88.835787 42.271311, -88.836291 42.271315, -88.836291 42.271327, -88.83752 42.271309, -88.838468 42.273112, -88.838482 42.273697, -88.840586 42.273705, -88.840096 42.272835)), ((-88.892269 42.254487, -88.890807 42.254505, -88.8908 42.256106, -88.892262 42.256089, -88.892277 42.254601, -88.892269 42.254487)), ((-88.906472 42.2493, -88.90294 42.249334, -88.902831 42.249337, -88.902696 42.249356, -88.902692 42.248935, -88.902695 42.247992, -88.902697 42.247142, -88.905516 42.247114, -88.905522 42.245758, -88.904079 42.246053, -88.902843 42.24631, -88.902278 42.246418, -88.89981 42.246922, -88.899815 42.247901, -88.89982 42.248905, -88.89982 42.248955, -88.899392 42.248958, -88.899022 42.248961, -88.89902 42.247984, -88.899089 42.247982, -88.899095 42.247068, -88.897982 42.247295, -88.898003 42.248969, -88.897762 42.248971, -88.897665 42.248994, -88.897625 42.249021, -88.897594 42.249058, -88.897583 42.249093, -88.897578 42.249143, -88.897578 42.249184, -88.897584 42.250313, -88.896982 42.250388, -88.896965 42.250394, -88.895492 42.250583, -88.895467 42.254585, -88.895462 42.255376, -88.89545 42.256568, -88.895415 42.260004, -88.895419 42.260832, -88.895404 42.260976, -88.895401 42.261322, -88.895397 42.261798, -88.892129 42.261867, -88.891874 42.261862, -88.891884 42.262093, -88.891875 42.262252, -88.891879 42.263987, -88.891874 42.26415, -88.89188 42.264287, -88.891873 42.264417, -88.891885 42.265468, -88.892228 42.265456, -88.892994 42.265443, -88.893217 42.26545, -88.8934 42.265439, -88.894071 42.265416, -88.894491 42.265419, -88.900252 42.265324, -88.900272 42.264368, -88.900267 42.263946, -88.900282 42.263315, -88.900282 42.262524, -88.900314 42.259639, -88.902795 42.259651, -88.90281 42.256597, -88.902824 42.256579, -88.902896 42.256512, -88.902998 42.256425, -88.903114 42.25605, -88.90316 42.255912, -88.903215 42.255771, -88.903215 42.255754, -88.903325 42.255608, -88.903394 42.255489, -88.903569 42.255357, -88.903712 42.255288, -88.903847 42.255283, -88.903926 42.255233, -88.903937 42.255218, -88.903979 42.255232, -88.904011 42.255202, -88.904086 42.255215, -88.904086 42.255199, -88.904613 42.25507, -88.904864 42.255034, -88.904923 42.255033, -88.904928 42.254003, -88.904936 42.252454, -88.905784 42.252164, -88.90642 42.251975, -88.906472 42.2493)), ((-88.841728 42.238204, -88.840272 42.238201, -88.840269 42.236018, -88.841375 42.235985, -88.841356 42.235526, -88.841408 42.234929, -88.841239 42.234916, -88.840688 42.234934, -88.8403 42.234801, -88.838788 42.234241, -88.837143 42.23429, -88.837044 42.234316, -88.836865 42.234464, -88.836884 42.236799, -88.836835 42.240519, -88.838928 42.240505, -88.838921 42.23989, -88.839468 42.239884, -88.839475 42.2405, -88.839652 42.2405, -88.839944 42.240481, -88.840019 42.24047, -88.840016 42.23988, -88.840124 42.239877, -88.840133 42.239242, -88.840865 42.239235, -88.841486 42.239234, -88.841683 42.239226, -88.841712 42.239222, -88.841728 42.238204)), ((-88.864345 42.259563, -88.862464 42.259574, -88.862409 42.259578, -88.862407 42.260223, -88.861182 42.260231, -88.86117 42.262099, -88.862532 42.262079, -88.862535 42.262331, -88.86333 42.262334, -88.863328 42.262056, -88.863129 42.26206, -88.862532 42.262058, -88.862526 42.26185, -88.86253 42.261136, -88.863279 42.261142, -88.863741 42.261137, -88.863745 42.260911, -88.863738 42.260773, -88.863949 42.260772, -88.864352 42.260763, -88.864345 42.259563)), ((-88.822145 42.246477, -88.821087 42.246479, -88.821078 42.248089, -88.822153 42.248091, -88.822156 42.247956, -88.822145 42.246477)), ((-88.822224 42.237977, -88.82457 42.237957, -88.826302 42.237942, -88.826294 42.238708, -88.827063 42.238701, -88.8271 42.235264, -88.827095 42.234964, -88.827081 42.234066, -88.82217 42.234092, -88.818784 42.234109, -88.819604 42.235557, -88.820387 42.236991, -88.821239 42.238693, -88.821474 42.23926, -88.821624 42.239232, -88.821714 42.239238, -88.821865 42.239294, -88.822007 42.239387, -88.821982 42.240166, -88.822115 42.240475, -88.822172 42.240544, -88.822256 42.240597, -88.822339 42.24063, -88.822478 42.240656, -88.824146 42.24063, -88.826777 42.240606, -88.826926 42.240598, -88.826979 42.240585, -88.827011 42.240565, -88.827031 42.240542, -88.827045 42.240498, -88.827049 42.240433, -88.827053 42.239867, -88.824328 42.239904, -88.82215 42.239924, -88.822152 42.23978, -88.822152 42.239267, -88.822162 42.239036, -88.822156 42.238834, -88.822232 42.23855, -88.822224 42.237977)), ((-88.930603 42.246059, -88.930608 42.246373, -88.930612 42.24663, -88.930619 42.246945, -88.93072 42.25123, -88.93072 42.251237, -88.930728 42.2516, -88.930738 42.251983, -88.930743 42.252251, -88.930764 42.253153, -88.930768 42.253312, -88.930767 42.253383, -88.930764 42.253611, -88.93076 42.253936, -88.931219 42.254018, -88.93116 42.254136, -88.930862 42.254733, -88.931665 42.255577, -88.932939 42.257043, -88.934795 42.259022, -88.933832 42.259373, -88.934532 42.260603, -88.93273 42.260939, -88.930781 42.261266, -88.929939 42.261438, -88.929941 42.264602, -88.929943 42.267076, -88.928606 42.267087, -88.927861 42.267097, -88.927858 42.267829, -88.927847 42.268791, -88.924113 42.2688, -88.920178 42.268821, -88.920189 42.269689, -88.920152 42.272382, -88.919605 42.272382, -88.910179 42.272471, -88.91006 42.272478, -88.910075 42.270706, -88.905395 42.270746, -88.905119 42.270745, -88.90512 42.268933, -88.900212 42.268967, -88.900243 42.266147, -88.89684 42.266198, -88.896807 42.26914, -88.890727 42.269202, -88.89067 42.271514, -88.890662 42.271841, -88.889184 42.271837, -88.889198 42.271212, -88.889224 42.271212, -88.889247 42.2712, -88.889271 42.271172, -88.889278 42.271144, -88.889294 42.271127, -88.889356 42.271099, -88.889387 42.271076, -88.889418 42.271032, -88.889465 42.270986, -88.889542 42.270941, -88.88958 42.270924, -88.889634 42.270862, -88.889719 42.270828, -88.889735 42.270806, -88.889743 42.2707, -88.889759 42.270672, -88.889875 42.270553, -88.889929 42.270464, -88.890007 42.270262, -88.890032 42.270132, -88.890034 42.269967, -88.889971 42.269859, -88.889918 42.269753, -88.889872 42.269692, -88.88981 42.269636, -88.889726 42.269603, -88.889657 42.269581, -88.889627 42.269511, -88.889579 42.269478, -88.889489 42.26947, -88.889378 42.269412, -88.889293 42.269353, -88.889264 42.269328, -88.889222 42.269335, -88.889148 42.269312, -88.889131 42.269287, -88.889219 42.269274, -88.889292 42.269232, -88.889331 42.269244, -88.889399 42.269204, -88.889423 42.269122, -88.889447 42.269078, -88.881383 42.26916, -88.87159 42.269241, -88.871593 42.268606, -88.870935 42.268623, -88.8709 42.267937, -88.869029 42.267668, -88.869028 42.270248, -88.86665 42.270291, -88.866661 42.270493, -88.866658 42.270553, -88.866642 42.270666, -88.866601 42.270739, -88.866794 42.270678, -88.866988 42.270444, -88.86906 42.2714, -88.868744 42.271778, -88.868653 42.271871, -88.867906 42.272784, -88.867543 42.273219, -88.869684 42.274206, -88.869363 42.274591, -88.870117 42.274925, -88.870044 42.275025, -88.869852 42.275269, -88.869052 42.274908, -88.868892 42.275101, -88.867691 42.274547, -88.867623 42.274634, -88.86719 42.275148, -88.866513 42.274836, -88.865532 42.27601, -88.865201 42.276431, -88.863336 42.276453, -88.863113 42.276456, -88.863381 42.27659, -88.855556 42.27666, -88.85552 42.273096, -88.855487 42.270543, -88.855993 42.270769, -88.855994 42.269797, -88.855227 42.269442, -88.855243 42.270541, -88.854831 42.270538, -88.854426 42.27053, -88.854462 42.269818, -88.854874 42.269278, -88.854606 42.269154, -88.854131 42.26973, -88.853654 42.269507, -88.853724 42.269419, -88.852153 42.269427, -88.852152 42.269675, -88.852341 42.269676, -88.852336 42.270128, -88.851345 42.270128, -88.851346 42.270027, -88.850293 42.270035, -88.850299 42.269433, -88.848831 42.269448, -88.844956 42.269474, -88.84481 42.269548, -88.844433 42.269539, -88.844259 42.269551, -88.844041 42.269543, -88.844054 42.269743, -88.84406 42.270315, -88.844046 42.270342, -88.844 42.270384, -88.843971 42.270398, -88.843938 42.270408, -88.84388 42.270418, -88.843643 42.270418, -88.842218 42.270398, -88.842218 42.270878, -88.843921 42.270862, -88.843929 42.270849, -88.8447 42.270843, -88.844686 42.271903, -88.843784 42.27191, -88.84378 42.272655, -88.850267 42.272589, -88.850271 42.272152, -88.851324 42.272141, -88.851448 42.272146, -88.851448 42.27258, -88.851439 42.273426, -88.851429 42.276438, -88.851433 42.276734, -88.850857 42.276747, -88.841963 42.276883, -88.841512 42.276887, -88.841521 42.276681, -88.841502 42.275345, -88.840057 42.275336, -88.839886 42.27501, -88.838506 42.275644, -88.838524 42.276713, -88.838518 42.27693, -88.836464 42.276937, -88.831781 42.276953, -88.831775 42.276757, -88.831776 42.274579, -88.831401 42.274583, -88.830939 42.274526, -88.830911 42.274537, -88.830855 42.274546, -88.829668 42.274552, -88.829021 42.274563, -88.828479 42.274631, -88.82816 42.274686, -88.827841 42.274724, -88.827842 42.274825, -88.827859 42.276389, -88.827859 42.276844, -88.827865 42.277027, -88.827266 42.277035, -88.826773 42.276999, -88.826237 42.27693, -88.825411 42.276778, -88.824517 42.27647, -88.823603 42.275924, -88.822781 42.275408, -88.822062 42.274738, -88.82206 42.27366, -88.822201 42.273374, -88.822922 42.273365, -88.822994 42.273045, -88.823069 42.272542, -88.823244 42.271054, -88.823945 42.271078, -88.823957 42.270927, -88.82397 42.270576, -88.823357 42.27058, -88.823301 42.270573, -88.823326 42.270357, -88.823572 42.268816, -88.823894 42.266832, -88.823983 42.266385, -88.82401 42.266299, -88.824061 42.266141, -88.824167 42.265902, -88.824302 42.265668, -88.824469 42.265445, -88.824669 42.265236, -88.824899 42.265028, -88.824922 42.265008, -88.825091 42.264864, -88.825231 42.264756, -88.825975 42.265154, -88.82643 42.265362, -88.82727 42.265735, -88.827082 42.265964, -88.826755 42.266326, -88.826655 42.266551, -88.826574 42.266995, -88.82637 42.268345, -88.828558 42.268331, -88.828547 42.267483, -88.829052 42.266795, -88.829163 42.266651, -88.829394 42.266763, -88.829594 42.266844, -88.829802 42.266915, -88.830924 42.2672, -88.831071 42.267228, -88.831249 42.267256, -88.831812 42.267384, -88.83183 42.266566, -88.831821 42.26655, -88.831821 42.266342, -88.831401 42.266557, -88.830985 42.266631, -88.830711 42.266602, -88.830314 42.26646, -88.830041 42.266258, -88.829724 42.265867, -88.829505 42.265516, -88.829361 42.265246, -88.829155 42.264734, -88.828901 42.264152, -88.828668 42.263764, -88.828514 42.263495, -88.828362 42.263303, -88.828224 42.263096, -88.828171 42.263051, -88.828081 42.262993, -88.828028 42.262954, -88.827983 42.262908, -88.827926 42.262872, -88.827861 42.262845, -88.827832 42.262827, -88.827799 42.262815, -88.827742 42.262778, -88.827709 42.262766, -88.827652 42.26273, -88.827619 42.262572, -88.827517 42.262518, -88.82735 42.262473, -88.827308 42.26245, -88.827232 42.262391, -88.826958 42.262239, -88.82676 42.26212, -88.826645 42.262058, -88.826523 42.261953, -88.826405 42.261863, -88.826139 42.261773, -88.825978 42.261705, -88.825798 42.261575, -88.825696 42.261516, -88.825369 42.261458, -88.825383 42.260844, -88.825534 42.260879, -88.826526 42.260991, -88.827182 42.261019, -88.827181 42.26086, -88.826809 42.260845, -88.826552 42.26083, -88.82615 42.260791, -88.825717 42.260727, -88.825246 42.260641, -88.824845 42.260544, -88.82447 42.260432, -88.82406 42.260282, -88.823673 42.260128, -88.823316 42.259995, -88.822911 42.259854, -88.822078 42.259592, -88.821687 42.25949, -88.821346 42.259411, -88.821033 42.259347, -88.820578 42.259268, -88.820184 42.259214, -88.815398 42.258692, -88.815407 42.255176, -88.812922 42.255188, -88.812992 42.250805, -88.813078 42.250649, -88.813079 42.250557, -88.81406 42.250751, -88.815478 42.251018, -88.814461 42.247903, -88.805693 42.247894, -88.805666 42.247955, -88.805538 42.248112, -88.805509 42.24816, -88.805148 42.249129, -88.804855 42.249072, -88.805224 42.248098, -88.805254 42.248044, -88.805291 42.247991, -88.805373 42.247894, -88.803235 42.247892, -88.80335 42.242583, -88.803377 42.24132, -88.803387 42.241044, -88.805565 42.241045, -88.812861 42.241059, -88.812644 42.235816, -88.812662 42.233476, -88.818258 42.233461, -88.82216 42.23343, -88.827083 42.23339, -88.827076 42.231405, -88.827213 42.23142, -88.827213 42.231471, -88.82735 42.232013, -88.827363 42.233391, -88.830379 42.233332, -88.831932 42.23331, -88.832764 42.232913, -88.833715 42.232167, -88.835759 42.232192, -88.836646 42.232864, -88.837755 42.233061, -88.838044 42.233068, -88.839136 42.233035, -88.83973 42.232851, -88.84 42.232722, -88.840519 42.232527, -88.841751 42.23243, -88.841751 42.233243, -88.846564 42.233228, -88.848985 42.233247, -88.861217 42.23308, -88.865541 42.233149, -88.880856 42.232955, -88.880858 42.238442, -88.880824 42.239466, -88.880829 42.240276, -88.880842 42.242274, -88.883465 42.242243, -88.88346 42.240776, -88.883452 42.240251, -88.883455 42.240037, -88.890616 42.23997, -88.890619 42.240183, -88.890612 42.240595, -88.890612 42.242195, -88.890599 42.245143, -88.887432 42.245177, -88.881248 42.245244, -88.880961 42.245243, -88.880941 42.24735, -88.880792 42.24735, -88.880787 42.249022, -88.880787 42.249171, -88.881118 42.249144, -88.885588 42.248731, -88.886635 42.248622, -88.887168 42.248548, -88.887631 42.248474, -88.888177 42.248376, -88.888709 42.248287, -88.89059 42.247949, -88.890589 42.248331, -88.897983 42.246964, -88.897969 42.246444, -88.902847 42.245435, -88.902844 42.246066, -88.906579 42.245257, -88.919991 42.242525, -88.920002 42.242852, -88.916399 42.243542, -88.916413 42.245381, -88.917437 42.24538, -88.920056 42.245323, -88.920039 42.244492, -88.923099 42.244488, -88.923089 42.24385, -88.92384 42.243242, -88.92448 42.243624, -88.924917 42.243872, -88.92544 42.244148, -88.925923 42.244385, -88.926599 42.244697, -88.927076 42.244902, -88.927634 42.245126, -88.928214 42.245342, -88.92873 42.24552, -88.929269 42.245693, -88.929896 42.245879, -88.930248 42.245969, -88.930603 42.246059)), ((-88.822145 42.246297, -88.822148 42.244975, -88.822139 42.241926, -88.820439 42.241913, -88.8193 42.241911, -88.819179 42.241916, -88.81796 42.241931, -88.817961 42.244456, -88.817948 42.24462, -88.817945 42.245524, -88.821092 42.245518, -88.821088 42.246297, -88.822145 42.246297)), ((-88.840655 42.240875, -88.840662 42.241274, -88.841673 42.241264, -88.841669 42.240863, -88.840655 42.240875)))\", \"region\": {\"id\": 17968, \"geometry\": \"MULTIPOLYGON (((-88.866706 42.251217, -88.86472 42.251388, -88.864721 42.252058, -88.864711 42.252299, -88.864688 42.254623, -88.864687 42.254708, -88.865066 42.254727, -88.865851 42.254743, -88.866384 42.254747, -88.866669 42.254737, -88.866707 42.251418, -88.866706 42.251217)), ((-88.920118 42.251713, -88.920098 42.249155, -88.919557 42.249153, -88.919492 42.249159, -88.919307 42.249256, -88.919293 42.249268, -88.918967 42.249431, -88.91621 42.250861, -88.916199 42.251066, -88.916196 42.251246, -88.916813 42.25134, -88.920106 42.251956, -88.920118 42.251713)), ((-88.820829 42.252137, -88.820049 42.251995, -88.820053 42.253657, -88.820053 42.253753, -88.820761 42.253863, -88.820777 42.253462, -88.820829 42.252137)), ((-88.851447 42.236745, -88.850569 42.236756, -88.850229 42.236779, -88.850287 42.240292, -88.851325 42.240222, -88.851481 42.240215, -88.851447 42.236745)), ((-88.864972 42.273293, -88.864705 42.273618, -88.864966 42.273738, -88.865232 42.273413, -88.864972 42.273293)), ((-88.885924 42.254648, -88.885679 42.254651, -88.885678 42.253273, -88.885707 42.252484, -88.884583 42.252496, -88.884583 42.252528, -88.883736 42.252537, -88.883498 42.253729, -88.883491 42.254585, -88.881778 42.254593, -88.881778 42.254418, -88.88177 42.253653, -88.881783 42.252636, -88.881784 42.252407, -88.8817 42.252408, -88.881702 42.250106, -88.881702 42.24992, -88.881446 42.249942, -88.880857 42.249993, -88.876466 42.250374, -88.876039 42.250415, -88.875368 42.250471, -88.87424 42.250573, -88.871012 42.250845, -88.870978 42.254706, -88.876614 42.254649, -88.876603 42.256442, -88.876574 42.26125, -88.878407 42.263329, -88.879418 42.264476, -88.879823 42.265388, -88.88001 42.26589, -88.880572 42.265882, -88.881369 42.265871, -88.881646 42.265876, -88.881645 42.265912, -88.881625 42.266945, -88.883739 42.266941, -88.885559 42.266922, -88.885568 42.265693, -88.88557 42.265289, -88.885582 42.263619, -88.88559 42.263241, -88.885605 42.262528, -88.88561 42.262312, -88.885597 42.261783, -88.885653 42.256221, -88.88566 42.255506, -88.885664 42.255091, -88.88592 42.255089, -88.885924 42.254648)), ((-88.863725 42.25654, -88.863514 42.256425, -88.863229 42.256305, -88.863075 42.256249, -88.862794 42.256155, -88.862498 42.256012, -88.862204 42.255881, -88.862057 42.255741, -88.86191 42.255511, -88.861862 42.255337, -88.861833 42.255135, -88.861775 42.255051, -88.861743 42.255013, -88.861738 42.254992, -88.861712 42.254954, -88.861673 42.254915, -88.86166 42.254889, -88.861617 42.25485, -88.861462 42.254744, -88.861311 42.254663, -88.861301 42.25475, -88.861199 42.254691, -88.86118 42.255583, -88.861122 42.256747, -88.861071 42.257376, -88.861061 42.25751, -88.861179 42.2576, -88.861179 42.259229, -88.861174 42.259602, -88.861799 42.259601, -88.861674 42.259511, -88.862409 42.259506, -88.862403 42.259443, -88.862411 42.259161, -88.862418 42.2582, -88.862423 42.257394, -88.863233 42.257407, -88.863191 42.257497, -88.863293 42.257499, -88.863725 42.25654)), ((-88.875891 42.249862, -88.874693 42.249971, -88.874639 42.247402, -88.873484 42.247412, -88.873451 42.250364, -88.875894 42.250144, -88.875891 42.249862)), ((-88.868866 42.248777, -88.86692 42.248857, -88.86694 42.249807, -88.866301 42.249804, -88.866317 42.25013, -88.866321 42.250387, -88.866329 42.250535, -88.86444 42.250705, -88.863132 42.250837, -88.861253 42.251039, -88.861257 42.251474, -88.861435 42.25146, -88.864669 42.251114, -88.866707 42.250937, -88.86819 42.250802, -88.868881 42.250743, -88.868879 42.250446, -88.868866 42.248777)), ((-88.819792 42.251945, -88.819744 42.251935, -88.818777 42.251741, -88.818191 42.251624, -88.817949 42.251575, -88.816884 42.251376, -88.816856 42.253135, -88.818002 42.25335, -88.819373 42.253607, -88.819782 42.253711, -88.819792 42.251945)), ((-88.908552 42.251486, -88.907437 42.251712, -88.906713 42.251888, -88.906599 42.251921, -88.906593 42.252268, -88.90743 42.252125, -88.90855 42.251885, -88.908552 42.251486)), ((-88.869693 42.275472, -88.869314 42.275954, -88.869154 42.276283, -88.869 42.276581, -88.868832 42.277511, -88.86888 42.27779, -88.868871 42.278587, -88.868826 42.281177, -88.865137 42.281212, -88.861077 42.281259, -88.860944 42.28125, -88.860971 42.276887, -88.866575 42.276833, -88.867323 42.276826, -88.867325 42.276552, -88.867344 42.276552, -88.868148 42.275589, -88.868389 42.2757, -88.868892 42.275101, -88.869693 42.275472)), ((-88.912656 42.268835, -88.912165 42.268837, -88.912135 42.268837, -88.911963 42.268808, -88.91179 42.268773, -88.911629 42.268772, -88.911263 42.268832, -88.910879 42.26885, -88.910335 42.268856, -88.910336 42.270369, -88.910322 42.27071, -88.910412 42.27071, -88.912638 42.270708, -88.912656 42.268835)), ((-88.840096 42.272835, -88.840032 42.272688, -88.839855 42.272231, -88.839677 42.271803, -88.839522 42.271483, -88.839411 42.271512, -88.8389 42.2705, -88.838717 42.270104, -88.837818 42.270323, -88.837646 42.269882, -88.837629 42.269785, -88.837056 42.269787, -88.836852 42.269793, -88.835177 42.269818, -88.835454 42.270083, -88.835879 42.270072, -88.836291 42.270066, -88.836288 42.270885, -88.835402 42.27091, -88.835532 42.271036, -88.835762 42.271272, -88.835787 42.271311, -88.836291 42.271315, -88.836291 42.271327, -88.83752 42.271309, -88.838468 42.273112, -88.838482 42.273697, -88.840586 42.273705, -88.840096 42.272835)), ((-88.892269 42.254487, -88.890807 42.254505, -88.8908 42.256106, -88.892262 42.256089, -88.892277 42.254601, -88.892269 42.254487)), ((-88.906472 42.2493, -88.90294 42.249334, -88.902831 42.249337, -88.902696 42.249356, -88.902692 42.248935, -88.902695 42.247992, -88.902697 42.247142, -88.905516 42.247114, -88.905522 42.245758, -88.904079 42.246053, -88.902843 42.24631, -88.902278 42.246418, -88.89981 42.246922, -88.899815 42.247901, -88.89982 42.248905, -88.89982 42.248955, -88.899392 42.248958, -88.899022 42.248961, -88.89902 42.247984, -88.899089 42.247982, -88.899095 42.247068, -88.897982 42.247295, -88.898003 42.248969, -88.897762 42.248971, -88.897665 42.248994, -88.897625 42.249021, -88.897594 42.249058, -88.897583 42.249093, -88.897578 42.249143, -88.897578 42.249184, -88.897584 42.250313, -88.896982 42.250388, -88.896965 42.250394, -88.895492 42.250583, -88.895467 42.254585, -88.895462 42.255376, -88.89545 42.256568, -88.895415 42.260004, -88.895419 42.260832, -88.895404 42.260976, -88.895401 42.261322, -88.895397 42.261798, -88.892129 42.261867, -88.891874 42.261862, -88.891884 42.262093, -88.891875 42.262252, -88.891879 42.263987, -88.891874 42.26415, -88.89188 42.264287, -88.891873 42.264417, -88.891885 42.265468, -88.892228 42.265456, -88.892994 42.265443, -88.893217 42.26545, -88.8934 42.265439, -88.894071 42.265416, -88.894491 42.265419, -88.900252 42.265324, -88.900272 42.264368, -88.900267 42.263946, -88.900282 42.263315, -88.900282 42.262524, -88.900314 42.259639, -88.902795 42.259651, -88.90281 42.256597, -88.902824 42.256579, -88.902896 42.256512, -88.902998 42.256425, -88.903114 42.25605, -88.90316 42.255912, -88.903215 42.255771, -88.903215 42.255754, -88.903325 42.255608, -88.903394 42.255489, -88.903569 42.255357, -88.903712 42.255288, -88.903847 42.255283, -88.903926 42.255233, -88.903937 42.255218, -88.903979 42.255232, -88.904011 42.255202, -88.904086 42.255215, -88.904086 42.255199, -88.904613 42.25507, -88.904864 42.255034, -88.904923 42.255033, -88.904928 42.254003, -88.904936 42.252454, -88.905784 42.252164, -88.90642 42.251975, -88.906472 42.2493)), ((-88.841728 42.238204, -88.840272 42.238201, -88.840269 42.236018, -88.841375 42.235985, -88.841356 42.235526, -88.841408 42.234929, -88.841239 42.234916, -88.840688 42.234934, -88.8403 42.234801, -88.838788 42.234241, -88.837143 42.23429, -88.837044 42.234316, -88.836865 42.234464, -88.836884 42.236799, -88.836835 42.240519, -88.838928 42.240505, -88.838921 42.23989, -88.839468 42.239884, -88.839475 42.2405, -88.839652 42.2405, -88.839944 42.240481, -88.840019 42.24047, -88.840016 42.23988, -88.840124 42.239877, -88.840133 42.239242, -88.840865 42.239235, -88.841486 42.239234, -88.841683 42.239226, -88.841712 42.239222, -88.841728 42.238204)), ((-88.864345 42.259563, -88.862464 42.259574, -88.862409 42.259578, -88.862407 42.260223, -88.861182 42.260231, -88.86117 42.262099, -88.862532 42.262079, -88.862535 42.262331, -88.86333 42.262334, -88.863328 42.262056, -88.863129 42.26206, -88.862532 42.262058, -88.862526 42.26185, -88.86253 42.261136, -88.863279 42.261142, -88.863741 42.261137, -88.863745 42.260911, -88.863738 42.260773, -88.863949 42.260772, -88.864352 42.260763, -88.864345 42.259563)), ((-88.822145 42.246477, -88.821087 42.246479, -88.821078 42.248089, -88.822153 42.248091, -88.822156 42.247956, -88.822145 42.246477)), ((-88.822224 42.237977, -88.82457 42.237957, -88.826302 42.237942, -88.826294 42.238708, -88.827063 42.238701, -88.8271 42.235264, -88.827095 42.234964, -88.827081 42.234066, -88.82217 42.234092, -88.818784 42.234109, -88.819604 42.235557, -88.820387 42.236991, -88.821239 42.238693, -88.821474 42.23926, -88.821624 42.239232, -88.821714 42.239238, -88.821865 42.239294, -88.822007 42.239387, -88.821982 42.240166, -88.822115 42.240475, -88.822172 42.240544, -88.822256 42.240597, -88.822339 42.24063, -88.822478 42.240656, -88.824146 42.24063, -88.826777 42.240606, -88.826926 42.240598, -88.826979 42.240585, -88.827011 42.240565, -88.827031 42.240542, -88.827045 42.240498, -88.827049 42.240433, -88.827053 42.239867, -88.824328 42.239904, -88.82215 42.239924, -88.822152 42.23978, -88.822152 42.239267, -88.822162 42.239036, -88.822156 42.238834, -88.822232 42.23855, -88.822224 42.237977)), ((-88.930603 42.246059, -88.930608 42.246373, -88.930612 42.24663, -88.930619 42.246945, -88.93072 42.25123, -88.93072 42.251237, -88.930728 42.2516, -88.930738 42.251983, -88.930743 42.252251, -88.930764 42.253153, -88.930768 42.253312, -88.930767 42.253383, -88.930764 42.253611, -88.93076 42.253936, -88.931219 42.254018, -88.93116 42.254136, -88.930862 42.254733, -88.931665 42.255577, -88.932939 42.257043, -88.934795 42.259022, -88.933832 42.259373, -88.934532 42.260603, -88.93273 42.260939, -88.930781 42.261266, -88.929939 42.261438, -88.929941 42.264602, -88.929943 42.267076, -88.928606 42.267087, -88.927861 42.267097, -88.927858 42.267829, -88.927847 42.268791, -88.924113 42.2688, -88.920178 42.268821, -88.920189 42.269689, -88.920152 42.272382, -88.919605 42.272382, -88.910179 42.272471, -88.91006 42.272478, -88.910075 42.270706, -88.905395 42.270746, -88.905119 42.270745, -88.90512 42.268933, -88.900212 42.268967, -88.900243 42.266147, -88.89684 42.266198, -88.896807 42.26914, -88.890727 42.269202, -88.89067 42.271514, -88.890662 42.271841, -88.889184 42.271837, -88.889198 42.271212, -88.889224 42.271212, -88.889247 42.2712, -88.889271 42.271172, -88.889278 42.271144, -88.889294 42.271127, -88.889356 42.271099, -88.889387 42.271076, -88.889418 42.271032, -88.889465 42.270986, -88.889542 42.270941, -88.88958 42.270924, -88.889634 42.270862, -88.889719 42.270828, -88.889735 42.270806, -88.889743 42.2707, -88.889759 42.270672, -88.889875 42.270553, -88.889929 42.270464, -88.890007 42.270262, -88.890032 42.270132, -88.890034 42.269967, -88.889971 42.269859, -88.889918 42.269753, -88.889872 42.269692, -88.88981 42.269636, -88.889726 42.269603, -88.889657 42.269581, -88.889627 42.269511, -88.889579 42.269478, -88.889489 42.26947, -88.889378 42.269412, -88.889293 42.269353, -88.889264 42.269328, -88.889222 42.269335, -88.889148 42.269312, -88.889131 42.269287, -88.889219 42.269274, -88.889292 42.269232, -88.889331 42.269244, -88.889399 42.269204, -88.889423 42.269122, -88.889447 42.269078, -88.881383 42.26916, -88.87159 42.269241, -88.871593 42.268606, -88.870935 42.268623, -88.8709 42.267937, -88.869029 42.267668, -88.869028 42.270248, -88.86665 42.270291, -88.866661 42.270493, -88.866658 42.270553, -88.866642 42.270666, -88.866601 42.270739, -88.866794 42.270678, -88.866988 42.270444, -88.86906 42.2714, -88.868744 42.271778, -88.868653 42.271871, -88.867906 42.272784, -88.867543 42.273219, -88.869684 42.274206, -88.869363 42.274591, -88.870117 42.274925, -88.870044 42.275025, -88.869852 42.275269, -88.869052 42.274908, -88.868892 42.275101, -88.867691 42.274547, -88.867623 42.274634, -88.86719 42.275148, -88.866513 42.274836, -88.865532 42.27601, -88.865201 42.276431, -88.863336 42.276453, -88.863113 42.276456, -88.863381 42.27659, -88.855556 42.27666, -88.85552 42.273096, -88.855487 42.270543, -88.855993 42.270769, -88.855994 42.269797, -88.855227 42.269442, -88.855243 42.270541, -88.854831 42.270538, -88.854426 42.27053, -88.854462 42.269818, -88.854874 42.269278, -88.854606 42.269154, -88.854131 42.26973, -88.853654 42.269507, -88.853724 42.269419, -88.852153 42.269427, -88.852152 42.269675, -88.852341 42.269676, -88.852336 42.270128, -88.851345 42.270128, -88.851346 42.270027, -88.850293 42.270035, -88.850299 42.269433, -88.848831 42.269448, -88.844956 42.269474, -88.84481 42.269548, -88.844433 42.269539, -88.844259 42.269551, -88.844041 42.269543, -88.844054 42.269743, -88.84406 42.270315, -88.844046 42.270342, -88.844 42.270384, -88.843971 42.270398, -88.843938 42.270408, -88.84388 42.270418, -88.843643 42.270418, -88.842218 42.270398, -88.842218 42.270878, -88.843921 42.270862, -88.843929 42.270849, -88.8447 42.270843, -88.844686 42.271903, -88.843784 42.27191, -88.84378 42.272655, -88.850267 42.272589, -88.850271 42.272152, -88.851324 42.272141, -88.851448 42.272146, -88.851448 42.27258, -88.851439 42.273426, -88.851429 42.276438, -88.851433 42.276734, -88.850857 42.276747, -88.841963 42.276883, -88.841512 42.276887, -88.841521 42.276681, -88.841502 42.275345, -88.840057 42.275336, -88.839886 42.27501, -88.838506 42.275644, -88.838524 42.276713, -88.838518 42.27693, -88.836464 42.276937, -88.831781 42.276953, -88.831775 42.276757, -88.831776 42.274579, -88.831401 42.274583, -88.830939 42.274526, -88.830911 42.274537, -88.830855 42.274546, -88.829668 42.274552, -88.829021 42.274563, -88.828479 42.274631, -88.82816 42.274686, -88.827841 42.274724, -88.827842 42.274825, -88.827859 42.276389, -88.827859 42.276844, -88.827865 42.277027, -88.827266 42.277035, -88.826773 42.276999, -88.826237 42.27693, -88.825411 42.276778, -88.824517 42.27647, -88.823603 42.275924, -88.822781 42.275408, -88.822062 42.274738, -88.82206 42.27366, -88.822201 42.273374, -88.822922 42.273365, -88.822994 42.273045, -88.823069 42.272542, -88.823244 42.271054, -88.823945 42.271078, -88.823957 42.270927, -88.82397 42.270576, -88.823357 42.27058, -88.823301 42.270573, -88.823326 42.270357, -88.823572 42.268816, -88.823894 42.266832, -88.823983 42.266385, -88.82401 42.266299, -88.824061 42.266141, -88.824167 42.265902, -88.824302 42.265668, -88.824469 42.265445, -88.824669 42.265236, -88.824899 42.265028, -88.824922 42.265008, -88.825091 42.264864, -88.825231 42.264756, -88.825975 42.265154, -88.82643 42.265362, -88.82727 42.265735, -88.827082 42.265964, -88.826755 42.266326, -88.826655 42.266551, -88.826574 42.266995, -88.82637 42.268345, -88.828558 42.268331, -88.828547 42.267483, -88.829052 42.266795, -88.829163 42.266651, -88.829394 42.266763, -88.829594 42.266844, -88.829802 42.266915, -88.830924 42.2672, -88.831071 42.267228, -88.831249 42.267256, -88.831812 42.267384, -88.83183 42.266566, -88.831821 42.26655, -88.831821 42.266342, -88.831401 42.266557, -88.830985 42.266631, -88.830711 42.266602, -88.830314 42.26646, -88.830041 42.266258, -88.829724 42.265867, -88.829505 42.265516, -88.829361 42.265246, -88.829155 42.264734, -88.828901 42.264152, -88.828668 42.263764, -88.828514 42.263495, -88.828362 42.263303, -88.828224 42.263096, -88.828171 42.263051, -88.828081 42.262993, -88.828028 42.262954, -88.827983 42.262908, -88.827926 42.262872, -88.827861 42.262845, -88.827832 42.262827, -88.827799 42.262815, -88.827742 42.262778, -88.827709 42.262766, -88.827652 42.26273, -88.827619 42.262572, -88.827517 42.262518, -88.82735 42.262473, -88.827308 42.26245, -88.827232 42.262391, -88.826958 42.262239, -88.82676 42.26212, -88.826645 42.262058, -88.826523 42.261953, -88.826405 42.261863, -88.826139 42.261773, -88.825978 42.261705, -88.825798 42.261575, -88.825696 42.261516, -88.825369 42.261458, -88.825383 42.260844, -88.825534 42.260879, -88.826526 42.260991, -88.827182 42.261019, -88.827181 42.26086, -88.826809 42.260845, -88.826552 42.26083, -88.82615 42.260791, -88.825717 42.260727, -88.825246 42.260641, -88.824845 42.260544, -88.82447 42.260432, -88.82406 42.260282, -88.823673 42.260128, -88.823316 42.259995, -88.822911 42.259854, -88.822078 42.259592, -88.821687 42.25949, -88.821346 42.259411, -88.821033 42.259347, -88.820578 42.259268, -88.820184 42.259214, -88.815398 42.258692, -88.815407 42.255176, -88.812922 42.255188, -88.812992 42.250805, -88.813078 42.250649, -88.813079 42.250557, -88.81406 42.250751, -88.815478 42.251018, -88.814461 42.247903, -88.805693 42.247894, -88.805666 42.247955, -88.805538 42.248112, -88.805509 42.24816, -88.805148 42.249129, -88.804855 42.249072, -88.805224 42.248098, -88.805254 42.248044, -88.805291 42.247991, -88.805373 42.247894, -88.803235 42.247892, -88.80335 42.242583, -88.803377 42.24132, -88.803387 42.241044, -88.805565 42.241045, -88.812861 42.241059, -88.812644 42.235816, -88.812662 42.233476, -88.818258 42.233461, -88.82216 42.23343, -88.827083 42.23339, -88.827076 42.231405, -88.827213 42.23142, -88.827213 42.231471, -88.82735 42.232013, -88.827363 42.233391, -88.830379 42.233332, -88.831932 42.23331, -88.832764 42.232913, -88.833715 42.232167, -88.835759 42.232192, -88.836646 42.232864, -88.837755 42.233061, -88.838044 42.233068, -88.839136 42.233035, -88.83973 42.232851, -88.84 42.232722, -88.840519 42.232527, -88.841751 42.23243, -88.841751 42.233243, -88.846564 42.233228, -88.848985 42.233247, -88.861217 42.23308, -88.865541 42.233149, -88.880856 42.232955, -88.880858 42.238442, -88.880824 42.239466, -88.880829 42.240276, -88.880842 42.242274, -88.883465 42.242243, -88.88346 42.240776, -88.883452 42.240251, -88.883455 42.240037, -88.890616 42.23997, -88.890619 42.240183, -88.890612 42.240595, -88.890612 42.242195, -88.890599 42.245143, -88.887432 42.245177, -88.881248 42.245244, -88.880961 42.245243, -88.880941 42.24735, -88.880792 42.24735, -88.880787 42.249022, -88.880787 42.249171, -88.881118 42.249144, -88.885588 42.248731, -88.886635 42.248622, -88.887168 42.248548, -88.887631 42.248474, -88.888177 42.248376, -88.888709 42.248287, -88.89059 42.247949, -88.890589 42.248331, -88.897983 42.246964, -88.897969 42.246444, -88.902847 42.245435, -88.902844 42.246066, -88.906579 42.245257, -88.919991 42.242525, -88.920002 42.242852, -88.916399 42.243542, -88.916413 42.245381, -88.917437 42.24538, -88.920056 42.245323, -88.920039 42.244492, -88.923099 42.244488, -88.923089 42.24385, -88.92384 42.243242, -88.92448 42.243624, -88.924917 42.243872, -88.92544 42.244148, -88.925923 42.244385, -88.926599 42.244697, -88.927076 42.244902, -88.927634 42.245126, -88.928214 42.245342, -88.92873 42.24552, -88.929269 42.245693, -88.929896 42.245879, -88.930248 42.245969, -88.930603 42.246059)), ((-88.822145 42.246297, -88.822148 42.244975, -88.822139 42.241926, -88.820439 42.241913, -88.8193 42.241911, -88.819179 42.241916, -88.81796 42.241931, -88.817961 42.244456, -88.817948 42.24462, -88.817945 42.245524, -88.821092 42.245518, -88.821088 42.246297, -88.822145 42.246297)), ((-88.840655 42.240875, -88.840662 42.241274, -88.841673 42.241264, -88.841669 42.240863, -88.840655 42.240875)))\", \"region_name\": \"Belvidere\", \"border_type\": \"city\", \"wikidata\": \"Q185609\", \"wikipedia\": \"en:Belvidere, Illinois\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0003", "group": "raster_only", "template": "max_slope+area", "question": "How steep is the steepest part of Pellston, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-84.790369 45.565387, -84.771372 45.565442, -84.771329 45.561553, -84.771561 45.551012, -84.771963 45.539986, -84.787355 45.539734, -84.797778 45.539563, -84.797082 45.55095, -84.79203 45.550957, -84.792015 45.558068, -84.79043 45.558067, -84.790392 45.564028, -84.79039 45.564396, -84.790369 45.565387))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 20.504596710205078}]", "question_entities": "{\"[3]\": {\"region_name\": \"Pellston, Michigan\", \"geo_wkt\": \"POLYGON ((-84.790369 45.565387, -84.771372 45.565442, -84.771329 45.561553, -84.771561 45.551012, -84.771963 45.539986, -84.787355 45.539734, -84.797778 45.539563, -84.797082 45.55095, -84.79203 45.550957, -84.792015 45.558068, -84.79043 45.558067, -84.790392 45.564028, -84.79039 45.564396, -84.790369 45.565387))\", \"region\": {\"id\": 21544, \"geometry\": \"POLYGON ((-84.790369 45.565387, -84.771372 45.565442, -84.771329 45.561553, -84.771561 45.551012, -84.771963 45.539986, -84.787355 45.539734, -84.797778 45.539563, -84.797082 45.55095, -84.79203 45.550957, -84.792015 45.558068, -84.79043 45.558067, -84.790392 45.564028, -84.79039 45.564396, -84.790369 45.565387))\", \"region_name\": \"Pellston\", \"border_type\": \"village\", \"wikidata\": \"Q2781932\", \"wikipedia\": \"en:Pellston, Michigan\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0004", "group": "raster_only", "template": "max_slope+area", "question": "In Red River Parish, Louisiana, what is the highest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-93.187193 32.148206, -93.188889 32.156822, -93.191727 32.163162, -93.192413 32.169991, -93.19371 32.18, -93.195404 32.183167, -93.198738 32.187222, -93.202011 32.188538, -93.209702 32.193436, -93.21473 32.20602, -93.214302 32.214341, -93.21299 32.220734, -93.212013 32.225765, -93.212662 32.23077, -93.213852 32.235764, -93.247459 32.23616, -93.341743 32.236031, -93.355843 32.236256, -93.395935 32.236046, -93.405693 32.23634, -93.428444 32.235954, -93.433319 32.23587, -93.435486 32.235832, -93.471283 32.237038, -93.532532 32.237774, -93.534698 32.237736, -93.614899 32.237633, -93.614694 32.23751, -93.614169 32.23576, -93.613737 32.235165, -93.613359 32.23489, -93.613199 32.234858, -93.610771 32.234364, -93.608506 32.233425, -93.607023 32.232532, -93.60616 32.231799, -93.606025 32.231387, -93.605971 32.230745, -93.605404 32.229921, -93.605431 32.229829, -93.605215 32.229554, -93.604838 32.228615, -93.604513 32.226873, -93.604324 32.226507, -93.60338 32.225201, -93.602598 32.224514, -93.600549 32.223208, -93.598581 32.221376, -93.598122 32.22078, -93.597987 32.22078, -93.597933 32.220459, -93.597367 32.219543, -93.597151 32.218558, -93.59715 32.21567, -93.597069 32.2148, -93.598361 32.212508, -93.598361 32.211912, -93.59828 32.2115, -93.598091 32.211225, -93.596285 32.209667, -93.59526 32.208338, -93.594424 32.206803, -93.593885 32.206253, -93.593184 32.205795, -93.592025 32.205452, -93.591055 32.20504, -93.588737 32.204421, -93.587282 32.203872, -93.582781 32.202429, -93.580787 32.201879, -93.579924 32.201582, -93.578658 32.201078, -93.576367 32.199567, -93.575154 32.198948, -93.57413 32.198604, -93.572997 32.198375, -93.570167 32.197001, -93.567553 32.19542, -93.566934 32.195168, -93.564454 32.195099, -93.563511 32.194893, -93.559173 32.193014, -93.557368 32.192395, -93.556344 32.192189, -93.55567 32.192189, -93.554873 32.192377, -93.554161 32.19267, -93.553299 32.193243, -93.552706 32.193495, -93.551574 32.193632, -93.549311 32.193768, -93.545547 32.193371, -93.545403 32.193356, -93.543463 32.192943, -93.542116 32.192943, -93.539287 32.193469, -93.537831 32.193629, -93.536915 32.193537, -93.536215 32.193377, -93.535299 32.193033, -93.534652 32.192254, -93.534437 32.191773, -93.534437 32.191108, -93.53468 32.190352, -93.53468 32.18907, -93.534411 32.188611, -93.533899 32.18813, -93.532444 32.187396, -93.529562 32.185654, -93.528457 32.184714, -93.526788 32.182308, -93.525953 32.180841, -93.525845 32.180474, -93.525765 32.180429, -93.525415 32.179214, -93.525065 32.178687, -93.523799 32.177403, -93.523718 32.176991, -93.523733 32.176378, -93.52407 32.174218, -93.524097 32.172637, -93.524206 32.171812, -93.524502 32.170941, -93.524395 32.17046, -93.523722 32.169039, -93.523291 32.168329, -93.521891 32.166885, -93.521568 32.166426, -93.521433 32.165762, -93.521434 32.16441, -93.522054 32.163264, -93.522066 32.162747, -93.522082 32.162096, -93.521974 32.161179, -93.521975 32.159987, -93.522083 32.159735, -93.521841 32.157856, -93.52176 32.157719, -93.521681 32.154533, -93.521735 32.15419, -93.52172 32.152806, -93.521709 32.151829, -93.521367 32.151154, -93.521117 32.150661, -93.521117 32.150631, -93.521065 32.145871, -93.520931 32.144886, -93.520743 32.144405, -93.520258 32.14374, -93.51937 32.142938, -93.51927 32.142783, -93.519208 32.142686, -93.518398 32.141484, -93.517374 32.140656, -93.51638 32.140069, -93.515821 32.139635, -93.51547 32.139313, -93.515034 32.138887, -93.514597 32.13842, -93.514283 32.137872, -93.513399 32.136551, -93.513263 32.136344, -93.513162 32.136189, -93.512612 32.135738, -93.511958 32.135256, -93.511275 32.134677, -93.510554 32.133815, -93.51007 32.133155, -93.509715 32.132579, -93.509504 32.132177, -93.509338 32.13133, -93.509493 32.130418, -93.509772 32.129658, -93.510276 32.128664, -93.510799 32.127725, -93.51141 32.127125, -93.513096 32.126206, -93.515114 32.125592, -93.516087 32.125507, -93.517231 32.125559, -93.518147 32.125531, -93.519027 32.125592, -93.51966 32.125637, -93.520313 32.125699, -93.52123 32.12576, -93.521919 32.125716, -93.522706 32.125678, -93.523526 32.12516, -93.523984 32.124749, -93.524631 32.124129, -93.524819 32.123693, -93.525008 32.122662, -93.525197 32.122296, -93.527513 32.119294, -93.52851 32.117668, -93.529641 32.116201, -93.529965 32.116018, -93.531742 32.115996, -93.532522 32.115813, -93.533303 32.115469, -93.534488 32.114599, -93.535754 32.113888, -93.536832 32.113064, -93.537424 32.112445, -93.538179 32.11091, -93.538233 32.10965, -93.538475 32.10871, -93.538664 32.108321, -93.540953 32.106557, -93.541249 32.105984, -93.541276 32.10525, -93.541195 32.104815, -93.540603 32.103784, -93.540305 32.103373, -93.539607 32.102409, -93.539513 32.102323, -93.538881 32.101744, -93.537319 32.101675, -93.536566 32.101491, -93.536496 32.101448, -93.535974 32.101125, -93.535382 32.100506, -93.534117 32.099474, -93.532837 32.09862, -93.532744 32.098558, -93.531318 32.097778, -93.530974 32.097468, -93.529945 32.09654, -93.529569 32.095967, -93.529246 32.095188, -93.528841 32.094821, -93.528142 32.094363, -93.527146 32.093881, -93.526996 32.093754, -93.526123 32.09301, -93.526016 32.092552, -93.525666 32.091658, -93.525074 32.090948, -93.524956 32.090908, -93.524805 32.090856, -93.523271 32.090397, -93.522687 32.090153, -93.521953 32.089847, -93.519531 32.088632, -93.516356 32.086752, -93.515118 32.086247, -93.51466 32.086178, -93.514203 32.085949, -93.51388 32.085674, -93.513907 32.085124, -93.514446 32.08407, -93.514339 32.083588, -93.514258 32.083543, -93.514016 32.082397, -93.513936 32.081205, -93.513694 32.080289, -93.513479 32.080129, -93.513156 32.079648, -93.512242 32.078914, -93.511569 32.078593, -93.510959 32.078372, -93.510668 32.078267, -93.509982 32.078019, -93.50904 32.077469, -93.508173 32.076624, -93.508099 32.076552, -93.50791 32.076048, -93.506673 32.074443, -93.506324 32.073847, -93.506028 32.073022, -93.506002 32.07206, -93.50611 32.07167, -93.506784 32.070433, -93.507107 32.069379, -93.507162 32.06789, -93.507028 32.067019, -93.505361 32.065093, -93.504392 32.064314, -93.50181 32.063121, -93.500176 32.062627, -93.494236 32.061426, -93.493159 32.061014, -93.491652 32.060625, -93.490361 32.060443, -93.489607 32.060214, -93.489165 32.060199, -93.488325 32.060021, -93.487691 32.0599, -93.487332 32.059851, -93.486888 32.059867, -93.485792 32.05989, -93.485274 32.059886, -93.484818 32.059882, -93.484195 32.0598, -93.483798 32.059671, -93.483137 32.05938, -93.482683 32.059097, -93.482286 32.05883, -93.481757 32.058386, -93.481295 32.05799, -93.480312 32.057044, -93.480029 32.056697, -93.479821 32.056382, -93.479746 32.05614, -93.479705 32.055714, -93.479398 32.05362, -93.479407 32.05245, -93.479429 32.049833, -93.479459 32.047363, -93.479753 32.045368, -93.479971 32.044141, -93.480218 32.043076, -93.48053 32.042147, -93.480966 32.040848, -93.481089 32.039887, -93.481099 32.038724, -93.481034 32.037747, -93.481101 32.036479, -93.481334 32.033406, -93.481334 32.032789, -93.481333 32.0321, -93.481037 32.03116, -93.480498 32.030038, -93.480202 32.029648, -93.477162 32.027403, -93.476355 32.026991, -93.474149 32.026946, -93.472265 32.02713, -93.471916 32.027084, -93.47162 32.026947, -93.470113 32.025893, -93.469387 32.025641, -93.468822 32.025595, -93.468069 32.025779, -93.466831 32.025871, -93.465755 32.025436, -93.465217 32.025092, -93.465056 32.024703, -93.464706 32.023007, -93.464168 32.022045, -93.463683 32.02177, -93.462903 32.021907, -93.461827 32.021724, -93.461182 32.021449, -93.460482 32.020647, -93.460455 32.020281, -93.460563 32.019914, -93.461289 32.018768, -93.461665 32.017966, -93.461665 32.016981, -93.46153 32.016706, -93.459378 32.014575, -93.458733 32.013636, -93.458436 32.011734, -93.458221 32.010887, -93.45814 32.010841, -93.45814 32.010658, -93.45806 32.010589, -93.457817 32.009054, -93.457817 32.00832, -93.457898 32.008091, -93.45814 32.007885, -93.458597 32.007197, -93.45865 32.006831, -93.45857 32.006716, -93.458139 32.006487, -93.456956 32.006258, -93.456337 32.00596, -93.454804 32.004608, -93.454213 32.003784, -93.454186 32.003577, -93.453836 32.00289, -93.453352 32.00163, -93.452841 32.001057, -93.451874 32.000162, -93.451497 31.999789, -93.45061 31.999572, -93.448163 31.99916, -93.447705 31.998908, -93.446953 31.99829, -93.44585 31.996983, -93.444936 31.995838, -93.444398 31.995036, -93.443806 31.994073, -93.443483 31.993271, -93.44343 31.992721, -93.44351 31.991576, -93.443349 31.991094, -93.442919 31.990453, -93.441897 31.989674, -93.441578 31.989506, -93.441531 31.989481, -93.441332 31.989376, -93.440042 31.988917, -93.439181 31.988734, -93.437676 31.988597, -93.436573 31.988597, -93.435551 31.988803, -93.434152 31.989238, -93.43305 31.98949, -93.431813 31.989536, -93.431275 31.989422, -93.429985 31.989421, -93.426785 31.990109, -93.424527 31.990384, -93.423989 31.990406, -93.423398 31.990177, -93.423075 31.989925, -93.422699 31.989329, -93.422699 31.988367, -93.422887 31.987748, -93.423748 31.986029, -93.42407 31.985273, -93.42399 31.984586, -93.423667 31.984219, -93.423103 31.984036, -93.422646 31.984127, -93.419903 31.985181, -93.417967 31.985823, -93.417564 31.986097, -93.416165 31.987885, -93.415224 31.988847, -93.414794 31.989122, -93.414229 31.989305, -93.413476 31.989351, -93.411138 31.988319, -93.41017 31.98809, -93.408341 31.988319, -93.407562 31.988318, -93.40697 31.988043, -93.406271 31.987539, -93.406191 31.987241, -93.405492 31.986003, -93.404955 31.984789, -93.40466 31.982703, -93.404364 31.982107, -93.4038 31.981512, -93.403343 31.981191, -93.403262 31.981053, -93.403074 31.981007, -93.401541 31.979815, -93.401246 31.979334, -93.400476 31.978452, -93.400225 31.978165, -93.39966 31.977729, -93.398558 31.977248, -93.398389 31.977208, -93.397187 31.976926, -93.395924 31.976376, -93.395511 31.976052, -93.394204 31.975024, -93.393505 31.974657, -93.392323 31.97445, -93.391624 31.974175, -93.390468 31.97312, -93.388883 31.971836, -93.387889 31.971309, -93.386599 31.970208, -93.383536 31.967228, -93.382273 31.966196, -93.381655 31.965806, -93.381548 31.965669, -93.381306 31.965646, -93.38007 31.965095, -93.37929 31.965072, -93.378941 31.965278, -93.378188 31.965897, -93.377892 31.966034, -93.377005 31.966125, -93.376387 31.965804, -93.375173 31.964681, -93.374719 31.96413, -93.374335 31.963558, -93.374146 31.963122, -93.373985 31.963008, -93.373958 31.962893, -93.372936 31.961633, -93.372693 31.961015, -93.3727 31.960817, -93.37272 31.960235, -93.372908 31.959937, -93.373929 31.959181, -93.374197 31.958699, -93.374358 31.958585, -93.374277 31.958493, -93.374358 31.957989, -93.374357 31.956568, -93.374114 31.955331, -93.373872 31.954643, -93.373737 31.954621, -93.373173 31.954048, -93.372553 31.953675, -93.371156 31.952834, -93.370376 31.952147, -93.369892 31.951368, -93.369621 31.9502, -93.36954 31.948733, -93.3697 31.946144, -93.369808 31.94541, -93.369807 31.944516, -93.369375 31.943508, -93.368031 31.942111, -93.367923 31.941722, -93.367896 31.941103, -93.368083 31.940026, -93.368056 31.938513, -93.367652 31.937574, -93.366818 31.936589, -93.366334 31.936199, -93.365474 31.93581, -93.36499 31.935696, -93.364184 31.935673, -93.360396 31.936546, -93.359724 31.936546, -93.358568 31.936134, -93.357897 31.936088, -93.356607 31.936547, -93.355882 31.936708, -93.355129 31.936525, -93.354403 31.936158, -93.353678 31.935677, -93.353328 31.935334, -93.35279 31.93428, -93.352763 31.933775, -93.352951 31.9335, -93.353247 31.933294, -93.3533 31.933111, -93.353515 31.933088, -93.353972 31.932835, -93.354585 31.932413, -93.354752 31.932144, -93.352821 31.918949, -93.352722 31.914391, -93.352623 31.910288, -93.350807 31.901653, -93.350746 31.898916, -93.341492 31.89542, -93.331711 31.892385, -93.320824 31.888456, -93.318672 31.888947, -93.30751 31.896425, -93.301018 31.895617, -93.299332 31.892452, -93.293335 31.889811, -93.285233 31.889484, -93.279877 31.890936, -93.277718 31.89097, -93.271301 31.893808, -93.263863 31.898943, -93.259247 31.909962, -93.252258 31.910984, -93.247917 31.910139, -93.245186 31.908358, -93.240295 31.907064, -93.238922 31.968201, -93.23848 31.972767, -93.234169 31.973289, -93.213104 31.973156, -93.121284 31.972692, -93.130623 31.980309, -93.138313 31.986582, -93.146027 31.994223, -93.152168 32.003708, -93.158203 32.008179, -93.155632 32.014603, -93.155746 32.020073, -93.155365 32.027828, -93.150635 32.034283, -93.146919 32.037529, -93.143181 32.039864, -93.142204 32.044895, -93.138023 32.051796, -93.139297 32.061352, -93.144371 32.071308, -93.148531 32.074985, -93.14885 32.075188, -93.149132 32.075443, -93.149228 32.075578, -93.149428 32.075775, -93.14959 32.075847, -93.149783 32.075896, -93.149997 32.075892, -93.150087 32.075885, -93.150358 32.07582, -93.150533 32.075881, -93.150602 32.07591, -93.150881 32.076029, -93.151153 32.076117, -93.151327 32.076144, -93.151463 32.076211, -93.151605 32.07631, -93.151702 32.076414, -93.152147 32.076425, -93.15227 32.076514, -93.15238 32.07676, -93.152522 32.076881, -93.152632 32.076932, -93.152806 32.077151, -93.152909 32.077185, -93.153206 32.077123, -93.153368 32.077025, -93.153529 32.077025, -93.153665 32.077075, -93.153762 32.077185, -93.153852 32.077382, -93.153962 32.077444, -93.154175 32.077531, -93.154214 32.077773, -93.154272 32.077939, -93.154362 32.078104, -93.154472 32.078218, -93.15462 32.078246, -93.154763 32.078218, -93.154963 32.078136, -93.155111 32.077972, -93.155234 32.077866, -93.155428 32.077878, -93.155544 32.077956, -93.155693 32.078071, -93.155673 32.07822, -93.155609 32.078313, -93.155428 32.078439, -93.155221 32.078676, -93.155195 32.078786, -93.15524 32.07894, -93.155357 32.079022, -93.155486 32.079039, -93.155602 32.079127, -93.15566 32.079237, -93.155751 32.079347, -93.155854 32.07938, -93.156248 32.079375, -93.156403 32.079462, -93.156603 32.079633, -93.157042 32.079963, -93.157217 32.080084, -93.157275 32.080222, -93.157288 32.080337, -93.157262 32.080486, -93.1571 32.080623, -93.156964 32.080618, -93.15648 32.080804, -93.156318 32.080776, -93.156125 32.080788, -93.156125 32.080854, -93.156305 32.081063, -93.15648 32.081195, -93.156738 32.081359, -93.157255 32.081542, -93.157481 32.081652, -93.157765 32.081722, -93.157914 32.081729, -93.158062 32.081623, -93.158224 32.081536, -93.158321 32.081519, -93.158611 32.081515, -93.159219 32.081531, -93.159684 32.081636, -93.16002 32.081592, -93.160142 32.081531, -93.160333 32.081395, -93.160524 32.081262, -93.160678 32.081619, -93.160853 32.082197, -93.160982 32.082379, -93.161208 32.082774, -93.161363 32.082984, -93.161718 32.083138, -93.161938 32.083292, -93.161996 32.083413, -93.161996 32.083605, -93.161905 32.083692, -93.161602 32.083714, -93.161285 32.083655, -93.161136 32.083742, -93.161117 32.083897, -93.161162 32.084029, -93.161382 32.084524, -93.161705 32.085068, -93.162105 32.08558, -93.162499 32.086278, -93.162576 32.086542, -93.162693 32.086691, -93.162951 32.086894, -93.163003 32.087114, -93.162996 32.087362, -93.163125 32.087674, -93.163254 32.08806, -93.163319 32.088572, -93.163286 32.088973, -93.163222 32.089364, -93.163305 32.089748, -93.16346 32.090106, -93.163706 32.090425, -93.163919 32.090629, -93.164035 32.090898, -93.163996 32.091151, -93.163615 32.092059, -93.163583 32.092312, -93.163692 32.092356, -93.163822 32.092295, -93.163964 32.092185, -93.164125 32.092196, -93.164209 32.092278, -93.164274 32.092537, -93.164312 32.09301, -93.164306 32.093317, -93.16406 32.093395, -93.16375 32.093412, -93.163201 32.093626, -93.162781 32.093593, -93.162536 32.09346, -93.162303 32.093411, -93.162129 32.093581, -93.162006 32.093801, -93.161831 32.094037, -93.161705 32.094254, -93.161683 32.094291, -93.161792 32.094533, -93.161967 32.0951, -93.16185 32.09527, -93.16165 32.095512, -93.161456 32.095809, -93.161004 32.095974, -93.160132 32.096364, -93.159375 32.096727, -93.159259 32.096952, -93.159369 32.097277, -93.159304 32.097788, -93.159336 32.098019, -93.159543 32.098205, -93.159614 32.09836, -93.159633 32.098459, -93.159485 32.098706, -93.159013 32.098723, -93.158283 32.098641, -93.157837 32.098767, -93.157146 32.09913, -93.156138 32.099856, -93.155065 32.10069, -93.154593 32.101098, -93.154134 32.101131, -93.153869 32.101367, -93.153255 32.102131, -93.152796 32.102506, -93.152428 32.102505, -93.152318 32.102563, -93.152208 32.102621, -93.152395 32.104512, -93.153099 32.105683, -93.153467 32.105756, -93.153784 32.105987, -93.153906 32.106223, -93.154068 32.106636, -93.154649 32.106966, -93.154882 32.107197, -93.155004 32.107566, -93.155004 32.107885, -93.155166 32.108154, -93.155275 32.108362, -93.155482 32.108545, -93.155643 32.108846, -93.15563 32.109172, -93.155779 32.109596, -93.156197 32.110028, -93.156509 32.110289, -93.156683 32.110613, -93.156819 32.110778, -93.157219 32.110905, -93.157336 32.11113, -93.157271 32.11141, -93.157155 32.111669, -93.1572 32.111922, -93.157271 32.112142, -93.15709 32.11234, -93.156825 32.112527, -93.156973 32.112665, -93.15718 32.112747, -93.15751 32.112934, -93.157561 32.113214, -93.157794 32.113318, -93.158065 32.113329, -93.158304 32.113456, -93.158304 32.11367, -93.158233 32.114007, -93.158369 32.114078, -93.158647 32.113912, -93.158711 32.113715, -93.158931 32.113484, -93.159041 32.113556, -93.159306 32.113754, -93.159894 32.113722, -93.160004 32.113715, -93.160243 32.11354, -93.160443 32.113577, -93.160611 32.113749, -93.160979 32.11376, -93.161134 32.113968, -93.16116 32.114227, -93.161244 32.114458, -93.1616 32.114569, -93.161987 32.114767, -93.162304 32.114987, -93.162669 32.115274, -93.162827 32.115398, -93.16289 32.115457, -93.163157 32.115702, -93.16353 32.11671, -93.163854 32.117587, -93.164229 32.118045, -93.164138 32.1186, -93.164371 32.118837, -93.164642 32.11898, -93.164687 32.119128, -93.164597 32.119293, -93.164571 32.119464, -93.164933 32.119871, -93.164942 32.119893, -93.164997 32.12003, -93.164978 32.120151, -93.164803 32.120234, -93.164874 32.120745, -93.164958 32.120849, -93.16501 32.121026, -93.165546 32.121631, -93.166037 32.121829, -93.166115 32.121994, -93.166418 32.121938, -93.166813 32.121802, -93.167065 32.121845, -93.167187 32.12195, -93.167162 32.122137, -93.167078 32.122301, -93.166813 32.1225, -93.166787 32.122664, -93.166974 32.12277, -93.167246 32.122836, -93.167291 32.123012, -93.167323 32.123269, -93.167452 32.123457, -93.167594 32.123699, -93.167562 32.123831, -93.167355 32.123996, -93.167336 32.124211, -93.167368 32.124474, -93.167607 32.124678, -93.167937 32.12482, -93.168014 32.12493, -93.168039 32.125157, -93.167891 32.125273, -93.1674 32.125366, -93.167309 32.125537, -93.16738 32.125785, -93.167645 32.12595, -93.168007 32.126132, -93.168201 32.126429, -93.168207 32.127363, -93.168252 32.128348, -93.16842 32.128452, -93.168814 32.128524, -93.169112 32.128475, -93.169222 32.128255, -93.169099 32.127881, -93.169138 32.127567, -93.169364 32.127556, -93.169609 32.127665, -93.169861 32.127831, -93.170107 32.127919, -93.170294 32.127798, -93.170546 32.127775, -93.170915 32.127885, -93.171244 32.127952, -93.171503 32.128189, -93.171697 32.128574, -93.171671 32.128838, -93.171522 32.129052, -93.171328 32.129382, -93.171283 32.129707, -93.17149 32.12981, -93.17211 32.129877, -93.17253 32.129953, -93.172886 32.129832, -93.173202 32.129877, -93.173771 32.130322, -93.173958 32.130681, -93.173668 32.131231, -93.173525 32.131555, -93.173196 32.131687, -93.172969 32.131867, -93.172982 32.132033, -93.173137 32.132143, -93.173519 32.132226, -93.173829 32.132171, -93.174042 32.132111, -93.174301 32.132116, -93.174411 32.132247, -93.17443 32.132424, -93.174365 32.132776, -93.174456 32.133117, -93.174501 32.133397, -93.174391 32.133507, -93.174216 32.133507, -93.174158 32.133507, -93.173809 32.133425, -93.173557 32.133474, -93.173518 32.133645, -93.173654 32.13392, -93.173635 32.134057, -93.173564 32.134233, -93.173505 32.134645, -93.173602 32.134866, -93.1739 32.134921, -93.174158 32.1348, -93.174346 32.13465, -93.174553 32.134639, -93.174811 32.1348, -93.175108 32.134887, -93.1756 32.134734, -93.175806 32.134734, -93.176026 32.13485, -93.176226 32.135064, -93.176246 32.135465, -93.176349 32.135548, -93.176776 32.135741, -93.177396 32.13595, -93.177668 32.136153, -93.177616 32.136329, -93.177428 32.136598, -93.17684 32.136885, -93.176381 32.137048, -93.176317 32.137258, -93.176414 32.137632, -93.176498 32.13778, -93.176704 32.137962, -93.176918 32.138111, -93.177693 32.138584, -93.178062 32.138727, -93.178288 32.13931, -93.178385 32.139457, -93.178585 32.13993, -93.178779 32.140074, -93.179096 32.14014, -93.179244 32.140091, -93.17927 32.139941, -93.179257 32.139705, -93.179329 32.139629, -93.179484 32.139722, -93.179631 32.139822, -93.179962 32.140047, -93.180246 32.140107, -93.180712 32.140344, -93.180925 32.14063, -93.181067 32.140932, -93.181229 32.141208, -93.181662 32.141323, -93.182121 32.141598, -93.182612 32.141868, -93.183181 32.142104, -93.183788 32.142263, -93.184234 32.142335, -93.184545 32.142494, -93.185029 32.142709, -93.185663 32.14294, -93.185921 32.143375, -93.186135 32.14371, -93.186083 32.144156, -93.185999 32.144601, -93.18607 32.144788, -93.186335 32.144964, -93.186658 32.145342, -93.18671 32.145443, -93.186645 32.145718, -93.186639 32.145865, -93.186652 32.146096, -93.186645 32.146333, -93.186536 32.146614, -93.18638 32.146867, -93.18638 32.147191, -93.186445 32.14734, -93.186529 32.147637, -93.186529 32.147785, -93.186503 32.148032, -93.186542 32.148131, -93.1866 32.148159, -93.186755 32.148077, -93.186833 32.14795, -93.186956 32.147911, -93.187104 32.147967, -93.187201 32.148114, -93.187193 32.148206))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 38.506988525390625}]", "question_entities": "{\"[3]\": {\"region_name\": \"Red River Parish, Louisiana\", \"geo_wkt\": \"POLYGON ((-93.187193 32.148206, -93.188889 32.156822, -93.191727 32.163162, -93.192413 32.169991, -93.19371 32.18, -93.195404 32.183167, -93.198738 32.187222, -93.202011 32.188538, -93.209702 32.193436, -93.21473 32.20602, -93.214302 32.214341, -93.21299 32.220734, -93.212013 32.225765, -93.212662 32.23077, -93.213852 32.235764, -93.247459 32.23616, -93.341743 32.236031, -93.355843 32.236256, -93.395935 32.236046, -93.405693 32.23634, -93.428444 32.235954, -93.433319 32.23587, -93.435486 32.235832, -93.471283 32.237038, -93.532532 32.237774, -93.534698 32.237736, -93.614899 32.237633, -93.614694 32.23751, -93.614169 32.23576, -93.613737 32.235165, -93.613359 32.23489, -93.613199 32.234858, -93.610771 32.234364, -93.608506 32.233425, -93.607023 32.232532, -93.60616 32.231799, -93.606025 32.231387, -93.605971 32.230745, -93.605404 32.229921, -93.605431 32.229829, -93.605215 32.229554, -93.604838 32.228615, -93.604513 32.226873, -93.604324 32.226507, -93.60338 32.225201, -93.602598 32.224514, -93.600549 32.223208, -93.598581 32.221376, -93.598122 32.22078, -93.597987 32.22078, -93.597933 32.220459, -93.597367 32.219543, -93.597151 32.218558, -93.59715 32.21567, -93.597069 32.2148, -93.598361 32.212508, -93.598361 32.211912, -93.59828 32.2115, -93.598091 32.211225, -93.596285 32.209667, -93.59526 32.208338, -93.594424 32.206803, -93.593885 32.206253, -93.593184 32.205795, -93.592025 32.205452, -93.591055 32.20504, -93.588737 32.204421, -93.587282 32.203872, -93.582781 32.202429, -93.580787 32.201879, -93.579924 32.201582, -93.578658 32.201078, -93.576367 32.199567, -93.575154 32.198948, -93.57413 32.198604, -93.572997 32.198375, -93.570167 32.197001, -93.567553 32.19542, -93.566934 32.195168, -93.564454 32.195099, -93.563511 32.194893, -93.559173 32.193014, -93.557368 32.192395, -93.556344 32.192189, -93.55567 32.192189, -93.554873 32.192377, -93.554161 32.19267, -93.553299 32.193243, -93.552706 32.193495, -93.551574 32.193632, -93.549311 32.193768, -93.545547 32.193371, -93.545403 32.193356, -93.543463 32.192943, -93.542116 32.192943, -93.539287 32.193469, -93.537831 32.193629, -93.536915 32.193537, -93.536215 32.193377, -93.535299 32.193033, -93.534652 32.192254, -93.534437 32.191773, -93.534437 32.191108, -93.53468 32.190352, -93.53468 32.18907, -93.534411 32.188611, -93.533899 32.18813, -93.532444 32.187396, -93.529562 32.185654, -93.528457 32.184714, -93.526788 32.182308, -93.525953 32.180841, -93.525845 32.180474, -93.525765 32.180429, -93.525415 32.179214, -93.525065 32.178687, -93.523799 32.177403, -93.523718 32.176991, -93.523733 32.176378, -93.52407 32.174218, -93.524097 32.172637, -93.524206 32.171812, -93.524502 32.170941, -93.524395 32.17046, -93.523722 32.169039, -93.523291 32.168329, -93.521891 32.166885, -93.521568 32.166426, -93.521433 32.165762, -93.521434 32.16441, -93.522054 32.163264, -93.522066 32.162747, -93.522082 32.162096, -93.521974 32.161179, -93.521975 32.159987, -93.522083 32.159735, -93.521841 32.157856, -93.52176 32.157719, -93.521681 32.154533, -93.521735 32.15419, -93.52172 32.152806, -93.521709 32.151829, -93.521367 32.151154, -93.521117 32.150661, -93.521117 32.150631, -93.521065 32.145871, -93.520931 32.144886, -93.520743 32.144405, -93.520258 32.14374, -93.51937 32.142938, -93.51927 32.142783, -93.519208 32.142686, -93.518398 32.141484, -93.517374 32.140656, -93.51638 32.140069, -93.515821 32.139635, -93.51547 32.139313, -93.515034 32.138887, -93.514597 32.13842, -93.514283 32.137872, -93.513399 32.136551, -93.513263 32.136344, -93.513162 32.136189, -93.512612 32.135738, -93.511958 32.135256, -93.511275 32.134677, -93.510554 32.133815, -93.51007 32.133155, -93.509715 32.132579, -93.509504 32.132177, -93.509338 32.13133, -93.509493 32.130418, -93.509772 32.129658, -93.510276 32.128664, -93.510799 32.127725, -93.51141 32.127125, -93.513096 32.126206, -93.515114 32.125592, -93.516087 32.125507, -93.517231 32.125559, -93.518147 32.125531, -93.519027 32.125592, -93.51966 32.125637, -93.520313 32.125699, -93.52123 32.12576, -93.521919 32.125716, -93.522706 32.125678, -93.523526 32.12516, -93.523984 32.124749, -93.524631 32.124129, -93.524819 32.123693, -93.525008 32.122662, -93.525197 32.122296, -93.527513 32.119294, -93.52851 32.117668, -93.529641 32.116201, -93.529965 32.116018, -93.531742 32.115996, -93.532522 32.115813, -93.533303 32.115469, -93.534488 32.114599, -93.535754 32.113888, -93.536832 32.113064, -93.537424 32.112445, -93.538179 32.11091, -93.538233 32.10965, -93.538475 32.10871, -93.538664 32.108321, -93.540953 32.106557, -93.541249 32.105984, -93.541276 32.10525, -93.541195 32.104815, -93.540603 32.103784, -93.540305 32.103373, -93.539607 32.102409, -93.539513 32.102323, -93.538881 32.101744, -93.537319 32.101675, -93.536566 32.101491, -93.536496 32.101448, -93.535974 32.101125, -93.535382 32.100506, -93.534117 32.099474, -93.532837 32.09862, -93.532744 32.098558, -93.531318 32.097778, -93.530974 32.097468, -93.529945 32.09654, -93.529569 32.095967, -93.529246 32.095188, -93.528841 32.094821, -93.528142 32.094363, -93.527146 32.093881, -93.526996 32.093754, -93.526123 32.09301, -93.526016 32.092552, -93.525666 32.091658, -93.525074 32.090948, -93.524956 32.090908, -93.524805 32.090856, -93.523271 32.090397, -93.522687 32.090153, -93.521953 32.089847, -93.519531 32.088632, -93.516356 32.086752, -93.515118 32.086247, -93.51466 32.086178, -93.514203 32.085949, -93.51388 32.085674, -93.513907 32.085124, -93.514446 32.08407, -93.514339 32.083588, -93.514258 32.083543, -93.514016 32.082397, -93.513936 32.081205, -93.513694 32.080289, -93.513479 32.080129, -93.513156 32.079648, -93.512242 32.078914, -93.511569 32.078593, -93.510959 32.078372, -93.510668 32.078267, -93.509982 32.078019, -93.50904 32.077469, -93.508173 32.076624, -93.508099 32.076552, -93.50791 32.076048, -93.506673 32.074443, -93.506324 32.073847, -93.506028 32.073022, -93.506002 32.07206, -93.50611 32.07167, -93.506784 32.070433, -93.507107 32.069379, -93.507162 32.06789, -93.507028 32.067019, -93.505361 32.065093, -93.504392 32.064314, -93.50181 32.063121, -93.500176 32.062627, -93.494236 32.061426, -93.493159 32.061014, -93.491652 32.060625, -93.490361 32.060443, -93.489607 32.060214, -93.489165 32.060199, -93.488325 32.060021, -93.487691 32.0599, -93.487332 32.059851, -93.486888 32.059867, -93.485792 32.05989, -93.485274 32.059886, -93.484818 32.059882, -93.484195 32.0598, -93.483798 32.059671, -93.483137 32.05938, -93.482683 32.059097, -93.482286 32.05883, -93.481757 32.058386, -93.481295 32.05799, -93.480312 32.057044, -93.480029 32.056697, -93.479821 32.056382, -93.479746 32.05614, -93.479705 32.055714, -93.479398 32.05362, -93.479407 32.05245, -93.479429 32.049833, -93.479459 32.047363, -93.479753 32.045368, -93.479971 32.044141, -93.480218 32.043076, -93.48053 32.042147, -93.480966 32.040848, -93.481089 32.039887, -93.481099 32.038724, -93.481034 32.037747, -93.481101 32.036479, -93.481334 32.033406, -93.481334 32.032789, -93.481333 32.0321, -93.481037 32.03116, -93.480498 32.030038, -93.480202 32.029648, -93.477162 32.027403, -93.476355 32.026991, -93.474149 32.026946, -93.472265 32.02713, -93.471916 32.027084, -93.47162 32.026947, -93.470113 32.025893, -93.469387 32.025641, -93.468822 32.025595, -93.468069 32.025779, -93.466831 32.025871, -93.465755 32.025436, -93.465217 32.025092, -93.465056 32.024703, -93.464706 32.023007, -93.464168 32.022045, -93.463683 32.02177, -93.462903 32.021907, -93.461827 32.021724, -93.461182 32.021449, -93.460482 32.020647, -93.460455 32.020281, -93.460563 32.019914, -93.461289 32.018768, -93.461665 32.017966, -93.461665 32.016981, -93.46153 32.016706, -93.459378 32.014575, -93.458733 32.013636, -93.458436 32.011734, -93.458221 32.010887, -93.45814 32.010841, -93.45814 32.010658, -93.45806 32.010589, -93.457817 32.009054, -93.457817 32.00832, -93.457898 32.008091, -93.45814 32.007885, -93.458597 32.007197, -93.45865 32.006831, -93.45857 32.006716, -93.458139 32.006487, -93.456956 32.006258, -93.456337 32.00596, -93.454804 32.004608, -93.454213 32.003784, -93.454186 32.003577, -93.453836 32.00289, -93.453352 32.00163, -93.452841 32.001057, -93.451874 32.000162, -93.451497 31.999789, -93.45061 31.999572, -93.448163 31.99916, -93.447705 31.998908, -93.446953 31.99829, -93.44585 31.996983, -93.444936 31.995838, -93.444398 31.995036, -93.443806 31.994073, -93.443483 31.993271, -93.44343 31.992721, -93.44351 31.991576, -93.443349 31.991094, -93.442919 31.990453, -93.441897 31.989674, -93.441578 31.989506, -93.441531 31.989481, -93.441332 31.989376, -93.440042 31.988917, -93.439181 31.988734, -93.437676 31.988597, -93.436573 31.988597, -93.435551 31.988803, -93.434152 31.989238, -93.43305 31.98949, -93.431813 31.989536, -93.431275 31.989422, -93.429985 31.989421, -93.426785 31.990109, -93.424527 31.990384, -93.423989 31.990406, -93.423398 31.990177, -93.423075 31.989925, -93.422699 31.989329, -93.422699 31.988367, -93.422887 31.987748, -93.423748 31.986029, -93.42407 31.985273, -93.42399 31.984586, -93.423667 31.984219, -93.423103 31.984036, -93.422646 31.984127, -93.419903 31.985181, -93.417967 31.985823, -93.417564 31.986097, -93.416165 31.987885, -93.415224 31.988847, -93.414794 31.989122, -93.414229 31.989305, -93.413476 31.989351, -93.411138 31.988319, -93.41017 31.98809, -93.408341 31.988319, -93.407562 31.988318, -93.40697 31.988043, -93.406271 31.987539, -93.406191 31.987241, -93.405492 31.986003, -93.404955 31.984789, -93.40466 31.982703, -93.404364 31.982107, -93.4038 31.981512, -93.403343 31.981191, -93.403262 31.981053, -93.403074 31.981007, -93.401541 31.979815, -93.401246 31.979334, -93.400476 31.978452, -93.400225 31.978165, -93.39966 31.977729, -93.398558 31.977248, -93.398389 31.977208, -93.397187 31.976926, -93.395924 31.976376, -93.395511 31.976052, -93.394204 31.975024, -93.393505 31.974657, -93.392323 31.97445, -93.391624 31.974175, -93.390468 31.97312, -93.388883 31.971836, -93.387889 31.971309, -93.386599 31.970208, -93.383536 31.967228, -93.382273 31.966196, -93.381655 31.965806, -93.381548 31.965669, -93.381306 31.965646, -93.38007 31.965095, -93.37929 31.965072, -93.378941 31.965278, -93.378188 31.965897, -93.377892 31.966034, -93.377005 31.966125, -93.376387 31.965804, -93.375173 31.964681, -93.374719 31.96413, -93.374335 31.963558, -93.374146 31.963122, -93.373985 31.963008, -93.373958 31.962893, -93.372936 31.961633, -93.372693 31.961015, -93.3727 31.960817, -93.37272 31.960235, -93.372908 31.959937, -93.373929 31.959181, -93.374197 31.958699, -93.374358 31.958585, -93.374277 31.958493, -93.374358 31.957989, -93.374357 31.956568, -93.374114 31.955331, -93.373872 31.954643, -93.373737 31.954621, -93.373173 31.954048, -93.372553 31.953675, -93.371156 31.952834, -93.370376 31.952147, -93.369892 31.951368, -93.369621 31.9502, -93.36954 31.948733, -93.3697 31.946144, -93.369808 31.94541, -93.369807 31.944516, -93.369375 31.943508, -93.368031 31.942111, -93.367923 31.941722, -93.367896 31.941103, -93.368083 31.940026, -93.368056 31.938513, -93.367652 31.937574, -93.366818 31.936589, -93.366334 31.936199, -93.365474 31.93581, -93.36499 31.935696, -93.364184 31.935673, -93.360396 31.936546, -93.359724 31.936546, -93.358568 31.936134, -93.357897 31.936088, -93.356607 31.936547, -93.355882 31.936708, -93.355129 31.936525, -93.354403 31.936158, -93.353678 31.935677, -93.353328 31.935334, -93.35279 31.93428, -93.352763 31.933775, -93.352951 31.9335, -93.353247 31.933294, -93.3533 31.933111, -93.353515 31.933088, -93.353972 31.932835, -93.354585 31.932413, -93.354752 31.932144, -93.352821 31.918949, -93.352722 31.914391, -93.352623 31.910288, -93.350807 31.901653, -93.350746 31.898916, -93.341492 31.89542, -93.331711 31.892385, -93.320824 31.888456, -93.318672 31.888947, -93.30751 31.896425, -93.301018 31.895617, -93.299332 31.892452, -93.293335 31.889811, -93.285233 31.889484, -93.279877 31.890936, -93.277718 31.89097, -93.271301 31.893808, -93.263863 31.898943, -93.259247 31.909962, -93.252258 31.910984, -93.247917 31.910139, -93.245186 31.908358, -93.240295 31.907064, -93.238922 31.968201, -93.23848 31.972767, -93.234169 31.973289, -93.213104 31.973156, -93.121284 31.972692, -93.130623 31.980309, -93.138313 31.986582, -93.146027 31.994223, -93.152168 32.003708, -93.158203 32.008179, -93.155632 32.014603, -93.155746 32.020073, -93.155365 32.027828, -93.150635 32.034283, -93.146919 32.037529, -93.143181 32.039864, -93.142204 32.044895, -93.138023 32.051796, -93.139297 32.061352, -93.144371 32.071308, -93.148531 32.074985, -93.14885 32.075188, -93.149132 32.075443, -93.149228 32.075578, -93.149428 32.075775, -93.14959 32.075847, -93.149783 32.075896, -93.149997 32.075892, -93.150087 32.075885, -93.150358 32.07582, -93.150533 32.075881, -93.150602 32.07591, -93.150881 32.076029, -93.151153 32.076117, -93.151327 32.076144, -93.151463 32.076211, -93.151605 32.07631, -93.151702 32.076414, -93.152147 32.076425, -93.15227 32.076514, -93.15238 32.07676, -93.152522 32.076881, -93.152632 32.076932, -93.152806 32.077151, -93.152909 32.077185, -93.153206 32.077123, -93.153368 32.077025, -93.153529 32.077025, -93.153665 32.077075, -93.153762 32.077185, -93.153852 32.077382, -93.153962 32.077444, -93.154175 32.077531, -93.154214 32.077773, -93.154272 32.077939, -93.154362 32.078104, -93.154472 32.078218, -93.15462 32.078246, -93.154763 32.078218, -93.154963 32.078136, -93.155111 32.077972, -93.155234 32.077866, -93.155428 32.077878, -93.155544 32.077956, -93.155693 32.078071, -93.155673 32.07822, -93.155609 32.078313, -93.155428 32.078439, -93.155221 32.078676, -93.155195 32.078786, -93.15524 32.07894, -93.155357 32.079022, -93.155486 32.079039, -93.155602 32.079127, -93.15566 32.079237, -93.155751 32.079347, -93.155854 32.07938, -93.156248 32.079375, -93.156403 32.079462, -93.156603 32.079633, -93.157042 32.079963, -93.157217 32.080084, -93.157275 32.080222, -93.157288 32.080337, -93.157262 32.080486, -93.1571 32.080623, -93.156964 32.080618, -93.15648 32.080804, -93.156318 32.080776, -93.156125 32.080788, -93.156125 32.080854, -93.156305 32.081063, -93.15648 32.081195, -93.156738 32.081359, -93.157255 32.081542, -93.157481 32.081652, -93.157765 32.081722, -93.157914 32.081729, -93.158062 32.081623, -93.158224 32.081536, -93.158321 32.081519, -93.158611 32.081515, -93.159219 32.081531, -93.159684 32.081636, -93.16002 32.081592, -93.160142 32.081531, -93.160333 32.081395, -93.160524 32.081262, -93.160678 32.081619, -93.160853 32.082197, -93.160982 32.082379, -93.161208 32.082774, -93.161363 32.082984, -93.161718 32.083138, -93.161938 32.083292, -93.161996 32.083413, -93.161996 32.083605, -93.161905 32.083692, -93.161602 32.083714, -93.161285 32.083655, -93.161136 32.083742, -93.161117 32.083897, -93.161162 32.084029, -93.161382 32.084524, -93.161705 32.085068, -93.162105 32.08558, -93.162499 32.086278, -93.162576 32.086542, -93.162693 32.086691, -93.162951 32.086894, -93.163003 32.087114, -93.162996 32.087362, -93.163125 32.087674, -93.163254 32.08806, -93.163319 32.088572, -93.163286 32.088973, -93.163222 32.089364, -93.163305 32.089748, -93.16346 32.090106, -93.163706 32.090425, -93.163919 32.090629, -93.164035 32.090898, -93.163996 32.091151, -93.163615 32.092059, -93.163583 32.092312, -93.163692 32.092356, -93.163822 32.092295, -93.163964 32.092185, -93.164125 32.092196, -93.164209 32.092278, -93.164274 32.092537, -93.164312 32.09301, -93.164306 32.093317, -93.16406 32.093395, -93.16375 32.093412, -93.163201 32.093626, -93.162781 32.093593, -93.162536 32.09346, -93.162303 32.093411, -93.162129 32.093581, -93.162006 32.093801, -93.161831 32.094037, -93.161705 32.094254, -93.161683 32.094291, -93.161792 32.094533, -93.161967 32.0951, -93.16185 32.09527, -93.16165 32.095512, -93.161456 32.095809, -93.161004 32.095974, -93.160132 32.096364, -93.159375 32.096727, -93.159259 32.096952, -93.159369 32.097277, -93.159304 32.097788, -93.159336 32.098019, -93.159543 32.098205, -93.159614 32.09836, -93.159633 32.098459, -93.159485 32.098706, -93.159013 32.098723, -93.158283 32.098641, -93.157837 32.098767, -93.157146 32.09913, -93.156138 32.099856, -93.155065 32.10069, -93.154593 32.101098, -93.154134 32.101131, -93.153869 32.101367, -93.153255 32.102131, -93.152796 32.102506, -93.152428 32.102505, -93.152318 32.102563, -93.152208 32.102621, -93.152395 32.104512, -93.153099 32.105683, -93.153467 32.105756, -93.153784 32.105987, -93.153906 32.106223, -93.154068 32.106636, -93.154649 32.106966, -93.154882 32.107197, -93.155004 32.107566, -93.155004 32.107885, -93.155166 32.108154, -93.155275 32.108362, -93.155482 32.108545, -93.155643 32.108846, -93.15563 32.109172, -93.155779 32.109596, -93.156197 32.110028, -93.156509 32.110289, -93.156683 32.110613, -93.156819 32.110778, -93.157219 32.110905, -93.157336 32.11113, -93.157271 32.11141, -93.157155 32.111669, -93.1572 32.111922, -93.157271 32.112142, -93.15709 32.11234, -93.156825 32.112527, -93.156973 32.112665, -93.15718 32.112747, -93.15751 32.112934, -93.157561 32.113214, -93.157794 32.113318, -93.158065 32.113329, -93.158304 32.113456, -93.158304 32.11367, -93.158233 32.114007, -93.158369 32.114078, -93.158647 32.113912, -93.158711 32.113715, -93.158931 32.113484, -93.159041 32.113556, -93.159306 32.113754, -93.159894 32.113722, -93.160004 32.113715, -93.160243 32.11354, -93.160443 32.113577, -93.160611 32.113749, -93.160979 32.11376, -93.161134 32.113968, -93.16116 32.114227, -93.161244 32.114458, -93.1616 32.114569, -93.161987 32.114767, -93.162304 32.114987, -93.162669 32.115274, -93.162827 32.115398, -93.16289 32.115457, -93.163157 32.115702, -93.16353 32.11671, -93.163854 32.117587, -93.164229 32.118045, -93.164138 32.1186, -93.164371 32.118837, -93.164642 32.11898, -93.164687 32.119128, -93.164597 32.119293, -93.164571 32.119464, -93.164933 32.119871, -93.164942 32.119893, -93.164997 32.12003, -93.164978 32.120151, -93.164803 32.120234, -93.164874 32.120745, -93.164958 32.120849, -93.16501 32.121026, -93.165546 32.121631, -93.166037 32.121829, -93.166115 32.121994, -93.166418 32.121938, -93.166813 32.121802, -93.167065 32.121845, -93.167187 32.12195, -93.167162 32.122137, -93.167078 32.122301, -93.166813 32.1225, -93.166787 32.122664, -93.166974 32.12277, -93.167246 32.122836, -93.167291 32.123012, -93.167323 32.123269, -93.167452 32.123457, -93.167594 32.123699, -93.167562 32.123831, -93.167355 32.123996, -93.167336 32.124211, -93.167368 32.124474, -93.167607 32.124678, -93.167937 32.12482, -93.168014 32.12493, -93.168039 32.125157, -93.167891 32.125273, -93.1674 32.125366, -93.167309 32.125537, -93.16738 32.125785, -93.167645 32.12595, -93.168007 32.126132, -93.168201 32.126429, -93.168207 32.127363, -93.168252 32.128348, -93.16842 32.128452, -93.168814 32.128524, -93.169112 32.128475, -93.169222 32.128255, -93.169099 32.127881, -93.169138 32.127567, -93.169364 32.127556, -93.169609 32.127665, -93.169861 32.127831, -93.170107 32.127919, -93.170294 32.127798, -93.170546 32.127775, -93.170915 32.127885, -93.171244 32.127952, -93.171503 32.128189, -93.171697 32.128574, -93.171671 32.128838, -93.171522 32.129052, -93.171328 32.129382, -93.171283 32.129707, -93.17149 32.12981, -93.17211 32.129877, -93.17253 32.129953, -93.172886 32.129832, -93.173202 32.129877, -93.173771 32.130322, -93.173958 32.130681, -93.173668 32.131231, -93.173525 32.131555, -93.173196 32.131687, -93.172969 32.131867, -93.172982 32.132033, -93.173137 32.132143, -93.173519 32.132226, -93.173829 32.132171, -93.174042 32.132111, -93.174301 32.132116, -93.174411 32.132247, -93.17443 32.132424, -93.174365 32.132776, -93.174456 32.133117, -93.174501 32.133397, -93.174391 32.133507, -93.174216 32.133507, -93.174158 32.133507, -93.173809 32.133425, -93.173557 32.133474, -93.173518 32.133645, -93.173654 32.13392, -93.173635 32.134057, -93.173564 32.134233, -93.173505 32.134645, -93.173602 32.134866, -93.1739 32.134921, -93.174158 32.1348, -93.174346 32.13465, -93.174553 32.134639, -93.174811 32.1348, -93.175108 32.134887, -93.1756 32.134734, -93.175806 32.134734, -93.176026 32.13485, -93.176226 32.135064, -93.176246 32.135465, -93.176349 32.135548, -93.176776 32.135741, -93.177396 32.13595, -93.177668 32.136153, -93.177616 32.136329, -93.177428 32.136598, -93.17684 32.136885, -93.176381 32.137048, -93.176317 32.137258, -93.176414 32.137632, -93.176498 32.13778, -93.176704 32.137962, -93.176918 32.138111, -93.177693 32.138584, -93.178062 32.138727, -93.178288 32.13931, -93.178385 32.139457, -93.178585 32.13993, -93.178779 32.140074, -93.179096 32.14014, -93.179244 32.140091, -93.17927 32.139941, -93.179257 32.139705, -93.179329 32.139629, -93.179484 32.139722, -93.179631 32.139822, -93.179962 32.140047, -93.180246 32.140107, -93.180712 32.140344, -93.180925 32.14063, -93.181067 32.140932, -93.181229 32.141208, -93.181662 32.141323, -93.182121 32.141598, -93.182612 32.141868, -93.183181 32.142104, -93.183788 32.142263, -93.184234 32.142335, -93.184545 32.142494, -93.185029 32.142709, -93.185663 32.14294, -93.185921 32.143375, -93.186135 32.14371, -93.186083 32.144156, -93.185999 32.144601, -93.18607 32.144788, -93.186335 32.144964, -93.186658 32.145342, -93.18671 32.145443, -93.186645 32.145718, -93.186639 32.145865, -93.186652 32.146096, -93.186645 32.146333, -93.186536 32.146614, -93.18638 32.146867, -93.18638 32.147191, -93.186445 32.14734, -93.186529 32.147637, -93.186529 32.147785, -93.186503 32.148032, -93.186542 32.148131, -93.1866 32.148159, -93.186755 32.148077, -93.186833 32.14795, -93.186956 32.147911, -93.187104 32.147967, -93.187201 32.148114, -93.187193 32.148206))\", \"region\": {\"id\": 21266, \"geometry\": \"POLYGON ((-93.187193 32.148206, -93.188889 32.156822, -93.191727 32.163162, -93.192413 32.169991, -93.19371 32.18, -93.195404 32.183167, -93.198738 32.187222, -93.202011 32.188538, -93.209702 32.193436, -93.21473 32.20602, -93.214302 32.214341, -93.21299 32.220734, -93.212013 32.225765, -93.212662 32.23077, -93.213852 32.235764, -93.247459 32.23616, -93.341743 32.236031, -93.355843 32.236256, -93.395935 32.236046, -93.405693 32.23634, -93.428444 32.235954, -93.433319 32.23587, -93.435486 32.235832, -93.471283 32.237038, -93.532532 32.237774, -93.534698 32.237736, -93.614899 32.237633, -93.614694 32.23751, -93.614169 32.23576, -93.613737 32.235165, -93.613359 32.23489, -93.613199 32.234858, -93.610771 32.234364, -93.608506 32.233425, -93.607023 32.232532, -93.60616 32.231799, -93.606025 32.231387, -93.605971 32.230745, -93.605404 32.229921, -93.605431 32.229829, -93.605215 32.229554, -93.604838 32.228615, -93.604513 32.226873, -93.604324 32.226507, -93.60338 32.225201, -93.602598 32.224514, -93.600549 32.223208, -93.598581 32.221376, -93.598122 32.22078, -93.597987 32.22078, -93.597933 32.220459, -93.597367 32.219543, -93.597151 32.218558, -93.59715 32.21567, -93.597069 32.2148, -93.598361 32.212508, -93.598361 32.211912, -93.59828 32.2115, -93.598091 32.211225, -93.596285 32.209667, -93.59526 32.208338, -93.594424 32.206803, -93.593885 32.206253, -93.593184 32.205795, -93.592025 32.205452, -93.591055 32.20504, -93.588737 32.204421, -93.587282 32.203872, -93.582781 32.202429, -93.580787 32.201879, -93.579924 32.201582, -93.578658 32.201078, -93.576367 32.199567, -93.575154 32.198948, -93.57413 32.198604, -93.572997 32.198375, -93.570167 32.197001, -93.567553 32.19542, -93.566934 32.195168, -93.564454 32.195099, -93.563511 32.194893, -93.559173 32.193014, -93.557368 32.192395, -93.556344 32.192189, -93.55567 32.192189, -93.554873 32.192377, -93.554161 32.19267, -93.553299 32.193243, -93.552706 32.193495, -93.551574 32.193632, -93.549311 32.193768, -93.545547 32.193371, -93.545403 32.193356, -93.543463 32.192943, -93.542116 32.192943, -93.539287 32.193469, -93.537831 32.193629, -93.536915 32.193537, -93.536215 32.193377, -93.535299 32.193033, -93.534652 32.192254, -93.534437 32.191773, -93.534437 32.191108, -93.53468 32.190352, -93.53468 32.18907, -93.534411 32.188611, -93.533899 32.18813, -93.532444 32.187396, -93.529562 32.185654, -93.528457 32.184714, -93.526788 32.182308, -93.525953 32.180841, -93.525845 32.180474, -93.525765 32.180429, -93.525415 32.179214, -93.525065 32.178687, -93.523799 32.177403, -93.523718 32.176991, -93.523733 32.176378, -93.52407 32.174218, -93.524097 32.172637, -93.524206 32.171812, -93.524502 32.170941, -93.524395 32.17046, -93.523722 32.169039, -93.523291 32.168329, -93.521891 32.166885, -93.521568 32.166426, -93.521433 32.165762, -93.521434 32.16441, -93.522054 32.163264, -93.522066 32.162747, -93.522082 32.162096, -93.521974 32.161179, -93.521975 32.159987, -93.522083 32.159735, -93.521841 32.157856, -93.52176 32.157719, -93.521681 32.154533, -93.521735 32.15419, -93.52172 32.152806, -93.521709 32.151829, -93.521367 32.151154, -93.521117 32.150661, -93.521117 32.150631, -93.521065 32.145871, -93.520931 32.144886, -93.520743 32.144405, -93.520258 32.14374, -93.51937 32.142938, -93.51927 32.142783, -93.519208 32.142686, -93.518398 32.141484, -93.517374 32.140656, -93.51638 32.140069, -93.515821 32.139635, -93.51547 32.139313, -93.515034 32.138887, -93.514597 32.13842, -93.514283 32.137872, -93.513399 32.136551, -93.513263 32.136344, -93.513162 32.136189, -93.512612 32.135738, -93.511958 32.135256, -93.511275 32.134677, -93.510554 32.133815, -93.51007 32.133155, -93.509715 32.132579, -93.509504 32.132177, -93.509338 32.13133, -93.509493 32.130418, -93.509772 32.129658, -93.510276 32.128664, -93.510799 32.127725, -93.51141 32.127125, -93.513096 32.126206, -93.515114 32.125592, -93.516087 32.125507, -93.517231 32.125559, -93.518147 32.125531, -93.519027 32.125592, -93.51966 32.125637, -93.520313 32.125699, -93.52123 32.12576, -93.521919 32.125716, -93.522706 32.125678, -93.523526 32.12516, -93.523984 32.124749, -93.524631 32.124129, -93.524819 32.123693, -93.525008 32.122662, -93.525197 32.122296, -93.527513 32.119294, -93.52851 32.117668, -93.529641 32.116201, -93.529965 32.116018, -93.531742 32.115996, -93.532522 32.115813, -93.533303 32.115469, -93.534488 32.114599, -93.535754 32.113888, -93.536832 32.113064, -93.537424 32.112445, -93.538179 32.11091, -93.538233 32.10965, -93.538475 32.10871, -93.538664 32.108321, -93.540953 32.106557, -93.541249 32.105984, -93.541276 32.10525, -93.541195 32.104815, -93.540603 32.103784, -93.540305 32.103373, -93.539607 32.102409, -93.539513 32.102323, -93.538881 32.101744, -93.537319 32.101675, -93.536566 32.101491, -93.536496 32.101448, -93.535974 32.101125, -93.535382 32.100506, -93.534117 32.099474, -93.532837 32.09862, -93.532744 32.098558, -93.531318 32.097778, -93.530974 32.097468, -93.529945 32.09654, -93.529569 32.095967, -93.529246 32.095188, -93.528841 32.094821, -93.528142 32.094363, -93.527146 32.093881, -93.526996 32.093754, -93.526123 32.09301, -93.526016 32.092552, -93.525666 32.091658, -93.525074 32.090948, -93.524956 32.090908, -93.524805 32.090856, -93.523271 32.090397, -93.522687 32.090153, -93.521953 32.089847, -93.519531 32.088632, -93.516356 32.086752, -93.515118 32.086247, -93.51466 32.086178, -93.514203 32.085949, -93.51388 32.085674, -93.513907 32.085124, -93.514446 32.08407, -93.514339 32.083588, -93.514258 32.083543, -93.514016 32.082397, -93.513936 32.081205, -93.513694 32.080289, -93.513479 32.080129, -93.513156 32.079648, -93.512242 32.078914, -93.511569 32.078593, -93.510959 32.078372, -93.510668 32.078267, -93.509982 32.078019, -93.50904 32.077469, -93.508173 32.076624, -93.508099 32.076552, -93.50791 32.076048, -93.506673 32.074443, -93.506324 32.073847, -93.506028 32.073022, -93.506002 32.07206, -93.50611 32.07167, -93.506784 32.070433, -93.507107 32.069379, -93.507162 32.06789, -93.507028 32.067019, -93.505361 32.065093, -93.504392 32.064314, -93.50181 32.063121, -93.500176 32.062627, -93.494236 32.061426, -93.493159 32.061014, -93.491652 32.060625, -93.490361 32.060443, -93.489607 32.060214, -93.489165 32.060199, -93.488325 32.060021, -93.487691 32.0599, -93.487332 32.059851, -93.486888 32.059867, -93.485792 32.05989, -93.485274 32.059886, -93.484818 32.059882, -93.484195 32.0598, -93.483798 32.059671, -93.483137 32.05938, -93.482683 32.059097, -93.482286 32.05883, -93.481757 32.058386, -93.481295 32.05799, -93.480312 32.057044, -93.480029 32.056697, -93.479821 32.056382, -93.479746 32.05614, -93.479705 32.055714, -93.479398 32.05362, -93.479407 32.05245, -93.479429 32.049833, -93.479459 32.047363, -93.479753 32.045368, -93.479971 32.044141, -93.480218 32.043076, -93.48053 32.042147, -93.480966 32.040848, -93.481089 32.039887, -93.481099 32.038724, -93.481034 32.037747, -93.481101 32.036479, -93.481334 32.033406, -93.481334 32.032789, -93.481333 32.0321, -93.481037 32.03116, -93.480498 32.030038, -93.480202 32.029648, -93.477162 32.027403, -93.476355 32.026991, -93.474149 32.026946, -93.472265 32.02713, -93.471916 32.027084, -93.47162 32.026947, -93.470113 32.025893, -93.469387 32.025641, -93.468822 32.025595, -93.468069 32.025779, -93.466831 32.025871, -93.465755 32.025436, -93.465217 32.025092, -93.465056 32.024703, -93.464706 32.023007, -93.464168 32.022045, -93.463683 32.02177, -93.462903 32.021907, -93.461827 32.021724, -93.461182 32.021449, -93.460482 32.020647, -93.460455 32.020281, -93.460563 32.019914, -93.461289 32.018768, -93.461665 32.017966, -93.461665 32.016981, -93.46153 32.016706, -93.459378 32.014575, -93.458733 32.013636, -93.458436 32.011734, -93.458221 32.010887, -93.45814 32.010841, -93.45814 32.010658, -93.45806 32.010589, -93.457817 32.009054, -93.457817 32.00832, -93.457898 32.008091, -93.45814 32.007885, -93.458597 32.007197, -93.45865 32.006831, -93.45857 32.006716, -93.458139 32.006487, -93.456956 32.006258, -93.456337 32.00596, -93.454804 32.004608, -93.454213 32.003784, -93.454186 32.003577, -93.453836 32.00289, -93.453352 32.00163, -93.452841 32.001057, -93.451874 32.000162, -93.451497 31.999789, -93.45061 31.999572, -93.448163 31.99916, -93.447705 31.998908, -93.446953 31.99829, -93.44585 31.996983, -93.444936 31.995838, -93.444398 31.995036, -93.443806 31.994073, -93.443483 31.993271, -93.44343 31.992721, -93.44351 31.991576, -93.443349 31.991094, -93.442919 31.990453, -93.441897 31.989674, -93.441578 31.989506, -93.441531 31.989481, -93.441332 31.989376, -93.440042 31.988917, -93.439181 31.988734, -93.437676 31.988597, -93.436573 31.988597, -93.435551 31.988803, -93.434152 31.989238, -93.43305 31.98949, -93.431813 31.989536, -93.431275 31.989422, -93.429985 31.989421, -93.426785 31.990109, -93.424527 31.990384, -93.423989 31.990406, -93.423398 31.990177, -93.423075 31.989925, -93.422699 31.989329, -93.422699 31.988367, -93.422887 31.987748, -93.423748 31.986029, -93.42407 31.985273, -93.42399 31.984586, -93.423667 31.984219, -93.423103 31.984036, -93.422646 31.984127, -93.419903 31.985181, -93.417967 31.985823, -93.417564 31.986097, -93.416165 31.987885, -93.415224 31.988847, -93.414794 31.989122, -93.414229 31.989305, -93.413476 31.989351, -93.411138 31.988319, -93.41017 31.98809, -93.408341 31.988319, -93.407562 31.988318, -93.40697 31.988043, -93.406271 31.987539, -93.406191 31.987241, -93.405492 31.986003, -93.404955 31.984789, -93.40466 31.982703, -93.404364 31.982107, -93.4038 31.981512, -93.403343 31.981191, -93.403262 31.981053, -93.403074 31.981007, -93.401541 31.979815, -93.401246 31.979334, -93.400476 31.978452, -93.400225 31.978165, -93.39966 31.977729, -93.398558 31.977248, -93.398389 31.977208, -93.397187 31.976926, -93.395924 31.976376, -93.395511 31.976052, -93.394204 31.975024, -93.393505 31.974657, -93.392323 31.97445, -93.391624 31.974175, -93.390468 31.97312, -93.388883 31.971836, -93.387889 31.971309, -93.386599 31.970208, -93.383536 31.967228, -93.382273 31.966196, -93.381655 31.965806, -93.381548 31.965669, -93.381306 31.965646, -93.38007 31.965095, -93.37929 31.965072, -93.378941 31.965278, -93.378188 31.965897, -93.377892 31.966034, -93.377005 31.966125, -93.376387 31.965804, -93.375173 31.964681, -93.374719 31.96413, -93.374335 31.963558, -93.374146 31.963122, -93.373985 31.963008, -93.373958 31.962893, -93.372936 31.961633, -93.372693 31.961015, -93.3727 31.960817, -93.37272 31.960235, -93.372908 31.959937, -93.373929 31.959181, -93.374197 31.958699, -93.374358 31.958585, -93.374277 31.958493, -93.374358 31.957989, -93.374357 31.956568, -93.374114 31.955331, -93.373872 31.954643, -93.373737 31.954621, -93.373173 31.954048, -93.372553 31.953675, -93.371156 31.952834, -93.370376 31.952147, -93.369892 31.951368, -93.369621 31.9502, -93.36954 31.948733, -93.3697 31.946144, -93.369808 31.94541, -93.369807 31.944516, -93.369375 31.943508, -93.368031 31.942111, -93.367923 31.941722, -93.367896 31.941103, -93.368083 31.940026, -93.368056 31.938513, -93.367652 31.937574, -93.366818 31.936589, -93.366334 31.936199, -93.365474 31.93581, -93.36499 31.935696, -93.364184 31.935673, -93.360396 31.936546, -93.359724 31.936546, -93.358568 31.936134, -93.357897 31.936088, -93.356607 31.936547, -93.355882 31.936708, -93.355129 31.936525, -93.354403 31.936158, -93.353678 31.935677, -93.353328 31.935334, -93.35279 31.93428, -93.352763 31.933775, -93.352951 31.9335, -93.353247 31.933294, -93.3533 31.933111, -93.353515 31.933088, -93.353972 31.932835, -93.354585 31.932413, -93.354752 31.932144, -93.352821 31.918949, -93.352722 31.914391, -93.352623 31.910288, -93.350807 31.901653, -93.350746 31.898916, -93.341492 31.89542, -93.331711 31.892385, -93.320824 31.888456, -93.318672 31.888947, -93.30751 31.896425, -93.301018 31.895617, -93.299332 31.892452, -93.293335 31.889811, -93.285233 31.889484, -93.279877 31.890936, -93.277718 31.89097, -93.271301 31.893808, -93.263863 31.898943, -93.259247 31.909962, -93.252258 31.910984, -93.247917 31.910139, -93.245186 31.908358, -93.240295 31.907064, -93.238922 31.968201, -93.23848 31.972767, -93.234169 31.973289, -93.213104 31.973156, -93.121284 31.972692, -93.130623 31.980309, -93.138313 31.986582, -93.146027 31.994223, -93.152168 32.003708, -93.158203 32.008179, -93.155632 32.014603, -93.155746 32.020073, -93.155365 32.027828, -93.150635 32.034283, -93.146919 32.037529, -93.143181 32.039864, -93.142204 32.044895, -93.138023 32.051796, -93.139297 32.061352, -93.144371 32.071308, -93.148531 32.074985, -93.14885 32.075188, -93.149132 32.075443, -93.149228 32.075578, -93.149428 32.075775, -93.14959 32.075847, -93.149783 32.075896, -93.149997 32.075892, -93.150087 32.075885, -93.150358 32.07582, -93.150533 32.075881, -93.150602 32.07591, -93.150881 32.076029, -93.151153 32.076117, -93.151327 32.076144, -93.151463 32.076211, -93.151605 32.07631, -93.151702 32.076414, -93.152147 32.076425, -93.15227 32.076514, -93.15238 32.07676, -93.152522 32.076881, -93.152632 32.076932, -93.152806 32.077151, -93.152909 32.077185, -93.153206 32.077123, -93.153368 32.077025, -93.153529 32.077025, -93.153665 32.077075, -93.153762 32.077185, -93.153852 32.077382, -93.153962 32.077444, -93.154175 32.077531, -93.154214 32.077773, -93.154272 32.077939, -93.154362 32.078104, -93.154472 32.078218, -93.15462 32.078246, -93.154763 32.078218, -93.154963 32.078136, -93.155111 32.077972, -93.155234 32.077866, -93.155428 32.077878, -93.155544 32.077956, -93.155693 32.078071, -93.155673 32.07822, -93.155609 32.078313, -93.155428 32.078439, -93.155221 32.078676, -93.155195 32.078786, -93.15524 32.07894, -93.155357 32.079022, -93.155486 32.079039, -93.155602 32.079127, -93.15566 32.079237, -93.155751 32.079347, -93.155854 32.07938, -93.156248 32.079375, -93.156403 32.079462, -93.156603 32.079633, -93.157042 32.079963, -93.157217 32.080084, -93.157275 32.080222, -93.157288 32.080337, -93.157262 32.080486, -93.1571 32.080623, -93.156964 32.080618, -93.15648 32.080804, -93.156318 32.080776, -93.156125 32.080788, -93.156125 32.080854, -93.156305 32.081063, -93.15648 32.081195, -93.156738 32.081359, -93.157255 32.081542, -93.157481 32.081652, -93.157765 32.081722, -93.157914 32.081729, -93.158062 32.081623, -93.158224 32.081536, -93.158321 32.081519, -93.158611 32.081515, -93.159219 32.081531, -93.159684 32.081636, -93.16002 32.081592, -93.160142 32.081531, -93.160333 32.081395, -93.160524 32.081262, -93.160678 32.081619, -93.160853 32.082197, -93.160982 32.082379, -93.161208 32.082774, -93.161363 32.082984, -93.161718 32.083138, -93.161938 32.083292, -93.161996 32.083413, -93.161996 32.083605, -93.161905 32.083692, -93.161602 32.083714, -93.161285 32.083655, -93.161136 32.083742, -93.161117 32.083897, -93.161162 32.084029, -93.161382 32.084524, -93.161705 32.085068, -93.162105 32.08558, -93.162499 32.086278, -93.162576 32.086542, -93.162693 32.086691, -93.162951 32.086894, -93.163003 32.087114, -93.162996 32.087362, -93.163125 32.087674, -93.163254 32.08806, -93.163319 32.088572, -93.163286 32.088973, -93.163222 32.089364, -93.163305 32.089748, -93.16346 32.090106, -93.163706 32.090425, -93.163919 32.090629, -93.164035 32.090898, -93.163996 32.091151, -93.163615 32.092059, -93.163583 32.092312, -93.163692 32.092356, -93.163822 32.092295, -93.163964 32.092185, -93.164125 32.092196, -93.164209 32.092278, -93.164274 32.092537, -93.164312 32.09301, -93.164306 32.093317, -93.16406 32.093395, -93.16375 32.093412, -93.163201 32.093626, -93.162781 32.093593, -93.162536 32.09346, -93.162303 32.093411, -93.162129 32.093581, -93.162006 32.093801, -93.161831 32.094037, -93.161705 32.094254, -93.161683 32.094291, -93.161792 32.094533, -93.161967 32.0951, -93.16185 32.09527, -93.16165 32.095512, -93.161456 32.095809, -93.161004 32.095974, -93.160132 32.096364, -93.159375 32.096727, -93.159259 32.096952, -93.159369 32.097277, -93.159304 32.097788, -93.159336 32.098019, -93.159543 32.098205, -93.159614 32.09836, -93.159633 32.098459, -93.159485 32.098706, -93.159013 32.098723, -93.158283 32.098641, -93.157837 32.098767, -93.157146 32.09913, -93.156138 32.099856, -93.155065 32.10069, -93.154593 32.101098, -93.154134 32.101131, -93.153869 32.101367, -93.153255 32.102131, -93.152796 32.102506, -93.152428 32.102505, -93.152318 32.102563, -93.152208 32.102621, -93.152395 32.104512, -93.153099 32.105683, -93.153467 32.105756, -93.153784 32.105987, -93.153906 32.106223, -93.154068 32.106636, -93.154649 32.106966, -93.154882 32.107197, -93.155004 32.107566, -93.155004 32.107885, -93.155166 32.108154, -93.155275 32.108362, -93.155482 32.108545, -93.155643 32.108846, -93.15563 32.109172, -93.155779 32.109596, -93.156197 32.110028, -93.156509 32.110289, -93.156683 32.110613, -93.156819 32.110778, -93.157219 32.110905, -93.157336 32.11113, -93.157271 32.11141, -93.157155 32.111669, -93.1572 32.111922, -93.157271 32.112142, -93.15709 32.11234, -93.156825 32.112527, -93.156973 32.112665, -93.15718 32.112747, -93.15751 32.112934, -93.157561 32.113214, -93.157794 32.113318, -93.158065 32.113329, -93.158304 32.113456, -93.158304 32.11367, -93.158233 32.114007, -93.158369 32.114078, -93.158647 32.113912, -93.158711 32.113715, -93.158931 32.113484, -93.159041 32.113556, -93.159306 32.113754, -93.159894 32.113722, -93.160004 32.113715, -93.160243 32.11354, -93.160443 32.113577, -93.160611 32.113749, -93.160979 32.11376, -93.161134 32.113968, -93.16116 32.114227, -93.161244 32.114458, -93.1616 32.114569, -93.161987 32.114767, -93.162304 32.114987, -93.162669 32.115274, -93.162827 32.115398, -93.16289 32.115457, -93.163157 32.115702, -93.16353 32.11671, -93.163854 32.117587, -93.164229 32.118045, -93.164138 32.1186, -93.164371 32.118837, -93.164642 32.11898, -93.164687 32.119128, -93.164597 32.119293, -93.164571 32.119464, -93.164933 32.119871, -93.164942 32.119893, -93.164997 32.12003, -93.164978 32.120151, -93.164803 32.120234, -93.164874 32.120745, -93.164958 32.120849, -93.16501 32.121026, -93.165546 32.121631, -93.166037 32.121829, -93.166115 32.121994, -93.166418 32.121938, -93.166813 32.121802, -93.167065 32.121845, -93.167187 32.12195, -93.167162 32.122137, -93.167078 32.122301, -93.166813 32.1225, -93.166787 32.122664, -93.166974 32.12277, -93.167246 32.122836, -93.167291 32.123012, -93.167323 32.123269, -93.167452 32.123457, -93.167594 32.123699, -93.167562 32.123831, -93.167355 32.123996, -93.167336 32.124211, -93.167368 32.124474, -93.167607 32.124678, -93.167937 32.12482, -93.168014 32.12493, -93.168039 32.125157, -93.167891 32.125273, -93.1674 32.125366, -93.167309 32.125537, -93.16738 32.125785, -93.167645 32.12595, -93.168007 32.126132, -93.168201 32.126429, -93.168207 32.127363, -93.168252 32.128348, -93.16842 32.128452, -93.168814 32.128524, -93.169112 32.128475, -93.169222 32.128255, -93.169099 32.127881, -93.169138 32.127567, -93.169364 32.127556, -93.169609 32.127665, -93.169861 32.127831, -93.170107 32.127919, -93.170294 32.127798, -93.170546 32.127775, -93.170915 32.127885, -93.171244 32.127952, -93.171503 32.128189, -93.171697 32.128574, -93.171671 32.128838, -93.171522 32.129052, -93.171328 32.129382, -93.171283 32.129707, -93.17149 32.12981, -93.17211 32.129877, -93.17253 32.129953, -93.172886 32.129832, -93.173202 32.129877, -93.173771 32.130322, -93.173958 32.130681, -93.173668 32.131231, -93.173525 32.131555, -93.173196 32.131687, -93.172969 32.131867, -93.172982 32.132033, -93.173137 32.132143, -93.173519 32.132226, -93.173829 32.132171, -93.174042 32.132111, -93.174301 32.132116, -93.174411 32.132247, -93.17443 32.132424, -93.174365 32.132776, -93.174456 32.133117, -93.174501 32.133397, -93.174391 32.133507, -93.174216 32.133507, -93.174158 32.133507, -93.173809 32.133425, -93.173557 32.133474, -93.173518 32.133645, -93.173654 32.13392, -93.173635 32.134057, -93.173564 32.134233, -93.173505 32.134645, -93.173602 32.134866, -93.1739 32.134921, -93.174158 32.1348, -93.174346 32.13465, -93.174553 32.134639, -93.174811 32.1348, -93.175108 32.134887, -93.1756 32.134734, -93.175806 32.134734, -93.176026 32.13485, -93.176226 32.135064, -93.176246 32.135465, -93.176349 32.135548, -93.176776 32.135741, -93.177396 32.13595, -93.177668 32.136153, -93.177616 32.136329, -93.177428 32.136598, -93.17684 32.136885, -93.176381 32.137048, -93.176317 32.137258, -93.176414 32.137632, -93.176498 32.13778, -93.176704 32.137962, -93.176918 32.138111, -93.177693 32.138584, -93.178062 32.138727, -93.178288 32.13931, -93.178385 32.139457, -93.178585 32.13993, -93.178779 32.140074, -93.179096 32.14014, -93.179244 32.140091, -93.17927 32.139941, -93.179257 32.139705, -93.179329 32.139629, -93.179484 32.139722, -93.179631 32.139822, -93.179962 32.140047, -93.180246 32.140107, -93.180712 32.140344, -93.180925 32.14063, -93.181067 32.140932, -93.181229 32.141208, -93.181662 32.141323, -93.182121 32.141598, -93.182612 32.141868, -93.183181 32.142104, -93.183788 32.142263, -93.184234 32.142335, -93.184545 32.142494, -93.185029 32.142709, -93.185663 32.14294, -93.185921 32.143375, -93.186135 32.14371, -93.186083 32.144156, -93.185999 32.144601, -93.18607 32.144788, -93.186335 32.144964, -93.186658 32.145342, -93.18671 32.145443, -93.186645 32.145718, -93.186639 32.145865, -93.186652 32.146096, -93.186645 32.146333, -93.186536 32.146614, -93.18638 32.146867, -93.18638 32.147191, -93.186445 32.14734, -93.186529 32.147637, -93.186529 32.147785, -93.186503 32.148032, -93.186542 32.148131, -93.1866 32.148159, -93.186755 32.148077, -93.186833 32.14795, -93.186956 32.147911, -93.187104 32.147967, -93.187201 32.148114, -93.187193 32.148206))\", \"region_name\": \"Red River Parish\", \"border_type\": \"county\", \"wikidata\": \"Q507126\", \"wikipedia\": \"en:Red River Parish, Louisiana\", \"admin_level\": \"6\"}}}"} -{"id": "raster_only/max_slope+area/0005", "group": "raster_only", "template": "max_slope+area", "question": "How steep is the steepest part of Star Prairie, Wisconsin?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-92.51857 45.191132, -92.518534 45.187514, -92.525592 45.187502, -92.526792 45.187493, -92.52913 45.187476, -92.529196 45.187475, -92.529185 45.186749, -92.529153 45.184571, -92.529172 45.183933, -92.529222 45.183935, -92.530654 45.183915, -92.534144 45.183868, -92.543789 45.183902, -92.544673 45.183906, -92.544584 45.187463, -92.544603 45.187966, -92.544689 45.190222, -92.544678 45.190285, -92.54467 45.190313, -92.544655 45.190374, -92.544648 45.190398, -92.544641 45.190427, -92.544625 45.190504, -92.544601 45.190616, -92.544608 45.191828, -92.544612 45.192501, -92.544623 45.194208, -92.544649 45.198424, -92.544651 45.198737, -92.544651 45.198799, -92.544655 45.199388, -92.544659 45.199908, -92.544665 45.200816, -92.544693 45.202185, -92.544703 45.202671, -92.544758 45.205359, -92.544794 45.207126, -92.544817 45.208238, -92.544854 45.210005, -92.544855 45.210052, -92.518677 45.209684, -92.518677 45.209603, -92.518677 45.209519, -92.518651 45.206844, -92.518642 45.205618, -92.518627 45.203516, -92.518619 45.202364, -92.518613 45.201875, -92.518613 45.201848, -92.518613 45.201819, -92.518587 45.199736, -92.518577 45.19836, -92.518566 45.19701, -92.518572 45.196446, -92.518589 45.194809, -92.518589 45.194751, -92.51857 45.191132))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 26.885128021240234}]", "question_entities": "{\"[3]\": {\"region_name\": \"Star Prairie, Wisconsin\", \"geo_wkt\": \"POLYGON ((-92.51857 45.191132, -92.518534 45.187514, -92.525592 45.187502, -92.526792 45.187493, -92.52913 45.187476, -92.529196 45.187475, -92.529185 45.186749, -92.529153 45.184571, -92.529172 45.183933, -92.529222 45.183935, -92.530654 45.183915, -92.534144 45.183868, -92.543789 45.183902, -92.544673 45.183906, -92.544584 45.187463, -92.544603 45.187966, -92.544689 45.190222, -92.544678 45.190285, -92.54467 45.190313, -92.544655 45.190374, -92.544648 45.190398, -92.544641 45.190427, -92.544625 45.190504, -92.544601 45.190616, -92.544608 45.191828, -92.544612 45.192501, -92.544623 45.194208, -92.544649 45.198424, -92.544651 45.198737, -92.544651 45.198799, -92.544655 45.199388, -92.544659 45.199908, -92.544665 45.200816, -92.544693 45.202185, -92.544703 45.202671, -92.544758 45.205359, -92.544794 45.207126, -92.544817 45.208238, -92.544854 45.210005, -92.544855 45.210052, -92.518677 45.209684, -92.518677 45.209603, -92.518677 45.209519, -92.518651 45.206844, -92.518642 45.205618, -92.518627 45.203516, -92.518619 45.202364, -92.518613 45.201875, -92.518613 45.201848, -92.518613 45.201819, -92.518587 45.199736, -92.518577 45.19836, -92.518566 45.19701, -92.518572 45.196446, -92.518589 45.194809, -92.518589 45.194751, -92.51857 45.191132))\", \"region\": {\"id\": 34630, \"geometry\": \"POLYGON ((-92.51857 45.191132, -92.518534 45.187514, -92.525592 45.187502, -92.526792 45.187493, -92.52913 45.187476, -92.529196 45.187475, -92.529185 45.186749, -92.529153 45.184571, -92.529172 45.183933, -92.529222 45.183935, -92.530654 45.183915, -92.534144 45.183868, -92.543789 45.183902, -92.544673 45.183906, -92.544584 45.187463, -92.544603 45.187966, -92.544689 45.190222, -92.544678 45.190285, -92.54467 45.190313, -92.544655 45.190374, -92.544648 45.190398, -92.544641 45.190427, -92.544625 45.190504, -92.544601 45.190616, -92.544608 45.191828, -92.544612 45.192501, -92.544623 45.194208, -92.544649 45.198424, -92.544651 45.198737, -92.544651 45.198799, -92.544655 45.199388, -92.544659 45.199908, -92.544665 45.200816, -92.544693 45.202185, -92.544703 45.202671, -92.544758 45.205359, -92.544794 45.207126, -92.544817 45.208238, -92.544854 45.210005, -92.544855 45.210052, -92.518677 45.209684, -92.518677 45.209603, -92.518677 45.209519, -92.518651 45.206844, -92.518642 45.205618, -92.518627 45.203516, -92.518619 45.202364, -92.518613 45.201875, -92.518613 45.201848, -92.518613 45.201819, -92.518587 45.199736, -92.518577 45.19836, -92.518566 45.19701, -92.518572 45.196446, -92.518589 45.194809, -92.518589 45.194751, -92.51857 45.191132))\", \"region_name\": \"Star Prairie\", \"border_type\": \"village\", \"wikidata\": \"Q1841136\", \"wikipedia\": \"en:Star Prairie, Wisconsin\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0006", "group": "raster_only", "template": "max_slope+area", "question": "What is the maximum slope in Rice Township, Pennsylvania?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-75.923948 41.128879, -75.924166 41.128758, -75.924594 41.128303, -75.924754 41.1281, -75.925262 41.127677, -75.926446 41.126908, -75.926577 41.126535, -75.926766 41.126156, -75.926998 41.126024, -75.927071 41.126002, -75.927281 41.125975, -75.927434 41.125964, -75.927761 41.125958, -75.928182 41.125848, -75.928596 41.12559, -75.929206 41.125294, -75.929467 41.125234, -75.929634 41.125206, -75.929859 41.125217, -75.930273 41.125354, -75.930709 41.125514, -75.930978 41.125673, -75.93121 41.125788, -75.931827 41.125871, -75.932147 41.125838, -75.932466 41.12575, -75.932677 41.125607, -75.932786 41.125486, -75.932902 41.125086, -75.933036 41.124955, -75.933101 41.1249, -75.933159 41.124839, -75.933224 41.124812, -75.933355 41.124817, -75.933442 41.124828, -75.933587 41.124867, -75.933667 41.124911, -75.93374 41.124998, -75.933788 41.125245, -75.933919 41.125261, -75.93397 41.125239, -75.934122 41.12508, -75.934415 41.124971, -75.934539 41.124976, -75.934652 41.12508, -75.935175 41.125349, -75.935415 41.125448, -75.935807 41.125486, -75.936293 41.125498, -75.936656 41.125464, -75.937237 41.125393, -75.937746 41.125448, -75.938334 41.125607, -75.939205 41.126008, -75.939518 41.126195, -75.939743 41.126244, -75.9402 41.126239, -75.94044 41.12637, -75.940701 41.126398, -75.941406 41.126321, -75.942112 41.126272, -75.942626 41.126354, -75.942974 41.126387, -75.943773 41.126288, -75.944753 41.126151, -75.945276 41.126019, -75.945726 41.126019, -75.946031 41.125931, -75.946445 41.125678, -75.946561 41.125486, -75.946426 41.124998, -75.946324 41.124822, -75.946302 41.124471, -75.946179 41.12429, -75.946026 41.124043, -75.945932 41.123796, -75.945794 41.123653, -75.945649 41.123548, -75.945482 41.123428, -75.945525 41.123224, -75.945699 41.123043, -75.945939 41.122972, -75.946251 41.122933, -75.946578 41.122955, -75.946745 41.122933, -75.947115 41.122774, -75.947304 41.122681, -75.947529 41.122598, -75.94766 41.122351, -75.947652 41.121978, -75.947587 41.121709, -75.947856 41.121703, -75.948103 41.12178, -75.948596 41.121879, -75.948938 41.121851, -75.949177 41.121818, -75.949468 41.12161, -75.949765 41.12145, -75.950034 41.121176, -75.950295 41.120929, -75.95044 41.120621, -75.950636 41.12044, -75.951014 41.120165, -75.95145 41.119968, -75.951864 41.119979, -75.952198 41.12011, -75.952408 41.120302, -75.952575 41.12039, -75.95288 41.120412, -75.954316 41.119701, -75.95455 41.11961, -75.954791 41.119473, -75.954942 41.119435, -75.955254 41.119215, -75.955574 41.118984, -75.956292 41.118451, -75.956612 41.118149, -75.956757 41.117941, -75.956757 41.117666, -75.956916 41.117205, -75.957105 41.116744, -75.957453 41.116474, -75.957766 41.116266, -75.957765 41.116079, -75.957744 41.115876, -75.957613 41.115667, -75.957664 41.115464, -75.957794 41.115195, -75.958122 41.114671, -75.958332 41.114352, -75.958893 41.11547, -75.960276 41.118238, -75.961941 41.121559, -75.967338 41.133218, -75.968434 41.134422, -75.976523 41.147601, -75.9729 41.148997, -75.963694 41.152175, -75.966299 41.15654, -75.967319 41.158162, -75.970877 41.16379, -75.97358 41.168062, -75.95747 41.171265, -75.945691 41.173395, -75.924578 41.17721, -75.896516 41.182277, -75.892467 41.175316, -75.897473 41.173626, -75.897116 41.162356, -75.896829 41.162358, -75.893717 41.16238, -75.893671 41.161649, -75.893741 41.161625, -75.893812 41.161436, -75.893853 41.1614, -75.894036 41.161411, -75.894188 41.161422, -75.89429 41.161461, -75.894493 41.16151, -75.89474 41.161626, -75.89482 41.161757, -75.895045 41.161895, -75.895285 41.161961, -75.895358 41.16195, -75.895481 41.161807, -75.895605 41.161747, -75.895764 41.161719, -75.895888 41.161664, -75.895939 41.161538, -75.896041 41.161505, -75.896186 41.16156, -75.896586 41.161577, -75.896636 41.161555, -75.896709 41.161489, -75.89684 41.16133, -75.896978 41.16128, -75.897087 41.161176, -75.897225 41.160874, -75.897334 41.160836, -75.897596 41.16083, -75.897865 41.160957, -75.898141 41.16094, -75.898337 41.160869, -75.898635 41.160677, -75.898933 41.160551, -75.89918 41.160298, -75.899769 41.159925, -75.899943 41.159684, -75.900343 41.159321, -75.900939 41.15874, -75.901208 41.158569, -75.901528 41.158531, -75.902356 41.15835, -75.9028 41.158279, -75.903294 41.158262, -75.903882 41.158164, -75.904049 41.15807, -75.904224 41.157895, -75.904333 41.157653, -75.904471 41.15751, -75.904587 41.157439, -75.904892 41.157362, -75.905321 41.157324, -75.905459 41.157236, -75.905684 41.15705, -75.905822 41.157017, -75.905975 41.157039, -75.906106 41.157121, -75.906236 41.157269, -75.906447 41.157368, -75.906607 41.157396, -75.90673 41.157368, -75.906869 41.157292, -75.906905 41.157116, -75.906898 41.15666, -75.906847 41.156479, -75.90684 41.156133, -75.907611 41.155068, -75.907981 41.154695, -75.908192 41.154228, -75.908272 41.154102, -75.908636 41.153723, -75.90881 41.153476, -75.909152 41.152883, -75.909798 41.152334, -75.910009 41.152038, -75.91006 41.15156, -75.910075 41.151247, -75.909923 41.150873, -75.909974 41.15067, -75.910308 41.150401, -75.910686 41.150314, -75.910846 41.150215, -75.910925 41.150006, -75.911049 41.149891, -75.911238 41.149748, -75.9115 41.149677, -75.911957 41.149666, -75.912059 41.149682, -75.912357 41.149655, -75.91256 41.149704, -75.912662 41.149748, -75.912756 41.149754, -75.912887 41.149694, -75.912974 41.149694, -75.913025 41.149732, -75.91317 41.149726, -75.913272 41.149639, -75.913519 41.149661, -75.913555 41.149683, -75.913672 41.149655, -75.913795 41.149534, -75.91394 41.14948, -75.914122 41.149441, -75.914158 41.149304, -75.914129 41.148985, -75.91426 41.148887, -75.914297 41.14881, -75.914318 41.148662, -75.914493 41.148601, -75.914602 41.148502, -75.914602 41.148436, -75.914624 41.148354, -75.914827 41.148124, -75.914834 41.14797, -75.914914 41.147849, -75.914944 41.147574, -75.91498 41.147487, -75.915103 41.147399, -75.915212 41.147338, -75.915292 41.147322, -75.915285 41.147481, -75.915365 41.147591, -75.91559 41.147574, -75.915786 41.147349, -75.915743 41.147234, -75.91567 41.147102, -75.915685 41.146954, -75.915757 41.146949, -75.915982 41.146982, -75.916164 41.147031, -75.916302 41.146954, -75.916331 41.146888, -75.916288 41.146729, -75.91607 41.146625, -75.916034 41.14657, -75.916041 41.146493, -75.91615 41.146301, -75.916288 41.146015, -75.91631 41.145845, -75.916355 41.145545, -75.916404 41.14529, -75.916427 41.145267, -75.916465 41.145249, -75.916516 41.145227, -75.916554 41.145201, -75.91661 41.145127, -75.91663 41.145005, -75.916678 41.144803, -75.916681 41.144674, -75.91648 41.143903, -75.916422 41.143534, -75.916443 41.143428, -75.916507 41.143226, -75.916503 41.142948, -75.916513 41.142848, -75.91653 41.142721, -75.916503 41.142666, -75.916454 41.142597, -75.916372 41.142536, -75.916292 41.142506, -75.916224 41.142479, -75.91618 41.142507, -75.916132 41.142595, -75.916085 41.142675, -75.915963 41.142738, -75.915775 41.142771, -75.915628 41.142771, -75.915417 41.142737, -75.915225 41.142677, -75.915069 41.142616, -75.914873 41.142479, -75.914807 41.142045, -75.914793 41.14188, -75.914597 41.141869, -75.914401 41.141875, -75.914321 41.141864, -75.914263 41.141803, -75.914234 41.14149, -75.91411 41.141408, -75.913966 41.141288, -75.913652 41.141071, -75.913519 41.140973, -75.913748 41.140562, -75.913905 41.140248, -75.914242 41.139931, -75.914445 41.139805, -75.914736 41.139689, -75.915186 41.139607, -75.915848 41.139251, -75.915906 41.139172, -75.915941 41.139091, -75.916061 41.138738, -75.916134 41.138537, -75.916196 41.138354, -75.916254 41.138138, -75.916334 41.137631, -75.916465 41.137318, -75.916697 41.137114, -75.917155 41.136802, -75.918957 41.135495, -75.919364 41.135369, -75.919596 41.135385, -75.919814 41.135539, -75.919988 41.13561, -75.920111 41.135605, -75.92025 41.135517, -75.920569 41.135243, -75.920954 41.135034, -75.920976 41.134974, -75.92099 41.134787, -75.921034 41.134699, -75.921165 41.134551, -75.921557 41.134518, -75.92359 41.134678, -75.923787 41.134661, -75.923946 41.134408, -75.924193 41.134161, -75.924179 41.134019, -75.924034 41.133865, -75.923656 41.133354, -75.923598 41.133014, -75.923598 41.13241, -75.922589 41.131234, -75.922335 41.130718, -75.922306 41.130581, -75.922299 41.129829, -75.922565 41.129306, -75.922695 41.129156, -75.923012 41.12894, -75.923144 41.1289, -75.92338 41.128926, -75.923948 41.128879))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 35.63311004638672}]", "question_entities": "{\"[3]\": {\"region_name\": \"Rice Township, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-75.923948 41.128879, -75.924166 41.128758, -75.924594 41.128303, -75.924754 41.1281, -75.925262 41.127677, -75.926446 41.126908, -75.926577 41.126535, -75.926766 41.126156, -75.926998 41.126024, -75.927071 41.126002, -75.927281 41.125975, -75.927434 41.125964, -75.927761 41.125958, -75.928182 41.125848, -75.928596 41.12559, -75.929206 41.125294, -75.929467 41.125234, -75.929634 41.125206, -75.929859 41.125217, -75.930273 41.125354, -75.930709 41.125514, -75.930978 41.125673, -75.93121 41.125788, -75.931827 41.125871, -75.932147 41.125838, -75.932466 41.12575, -75.932677 41.125607, -75.932786 41.125486, -75.932902 41.125086, -75.933036 41.124955, -75.933101 41.1249, -75.933159 41.124839, -75.933224 41.124812, -75.933355 41.124817, -75.933442 41.124828, -75.933587 41.124867, -75.933667 41.124911, -75.93374 41.124998, -75.933788 41.125245, -75.933919 41.125261, -75.93397 41.125239, -75.934122 41.12508, -75.934415 41.124971, -75.934539 41.124976, -75.934652 41.12508, -75.935175 41.125349, -75.935415 41.125448, -75.935807 41.125486, -75.936293 41.125498, -75.936656 41.125464, -75.937237 41.125393, -75.937746 41.125448, -75.938334 41.125607, -75.939205 41.126008, -75.939518 41.126195, -75.939743 41.126244, -75.9402 41.126239, -75.94044 41.12637, -75.940701 41.126398, -75.941406 41.126321, -75.942112 41.126272, -75.942626 41.126354, -75.942974 41.126387, -75.943773 41.126288, -75.944753 41.126151, -75.945276 41.126019, -75.945726 41.126019, -75.946031 41.125931, -75.946445 41.125678, -75.946561 41.125486, -75.946426 41.124998, -75.946324 41.124822, -75.946302 41.124471, -75.946179 41.12429, -75.946026 41.124043, -75.945932 41.123796, -75.945794 41.123653, -75.945649 41.123548, -75.945482 41.123428, -75.945525 41.123224, -75.945699 41.123043, -75.945939 41.122972, -75.946251 41.122933, -75.946578 41.122955, -75.946745 41.122933, -75.947115 41.122774, -75.947304 41.122681, -75.947529 41.122598, -75.94766 41.122351, -75.947652 41.121978, -75.947587 41.121709, -75.947856 41.121703, -75.948103 41.12178, -75.948596 41.121879, -75.948938 41.121851, -75.949177 41.121818, -75.949468 41.12161, -75.949765 41.12145, -75.950034 41.121176, -75.950295 41.120929, -75.95044 41.120621, -75.950636 41.12044, -75.951014 41.120165, -75.95145 41.119968, -75.951864 41.119979, -75.952198 41.12011, -75.952408 41.120302, -75.952575 41.12039, -75.95288 41.120412, -75.954316 41.119701, -75.95455 41.11961, -75.954791 41.119473, -75.954942 41.119435, -75.955254 41.119215, -75.955574 41.118984, -75.956292 41.118451, -75.956612 41.118149, -75.956757 41.117941, -75.956757 41.117666, -75.956916 41.117205, -75.957105 41.116744, -75.957453 41.116474, -75.957766 41.116266, -75.957765 41.116079, -75.957744 41.115876, -75.957613 41.115667, -75.957664 41.115464, -75.957794 41.115195, -75.958122 41.114671, -75.958332 41.114352, -75.958893 41.11547, -75.960276 41.118238, -75.961941 41.121559, -75.967338 41.133218, -75.968434 41.134422, -75.976523 41.147601, -75.9729 41.148997, -75.963694 41.152175, -75.966299 41.15654, -75.967319 41.158162, -75.970877 41.16379, -75.97358 41.168062, -75.95747 41.171265, -75.945691 41.173395, -75.924578 41.17721, -75.896516 41.182277, -75.892467 41.175316, -75.897473 41.173626, -75.897116 41.162356, -75.896829 41.162358, -75.893717 41.16238, -75.893671 41.161649, -75.893741 41.161625, -75.893812 41.161436, -75.893853 41.1614, -75.894036 41.161411, -75.894188 41.161422, -75.89429 41.161461, -75.894493 41.16151, -75.89474 41.161626, -75.89482 41.161757, -75.895045 41.161895, -75.895285 41.161961, -75.895358 41.16195, -75.895481 41.161807, -75.895605 41.161747, -75.895764 41.161719, -75.895888 41.161664, -75.895939 41.161538, -75.896041 41.161505, -75.896186 41.16156, -75.896586 41.161577, -75.896636 41.161555, -75.896709 41.161489, -75.89684 41.16133, -75.896978 41.16128, -75.897087 41.161176, -75.897225 41.160874, -75.897334 41.160836, -75.897596 41.16083, -75.897865 41.160957, -75.898141 41.16094, -75.898337 41.160869, -75.898635 41.160677, -75.898933 41.160551, -75.89918 41.160298, -75.899769 41.159925, -75.899943 41.159684, -75.900343 41.159321, -75.900939 41.15874, -75.901208 41.158569, -75.901528 41.158531, -75.902356 41.15835, -75.9028 41.158279, -75.903294 41.158262, -75.903882 41.158164, -75.904049 41.15807, -75.904224 41.157895, -75.904333 41.157653, -75.904471 41.15751, -75.904587 41.157439, -75.904892 41.157362, -75.905321 41.157324, -75.905459 41.157236, -75.905684 41.15705, -75.905822 41.157017, -75.905975 41.157039, -75.906106 41.157121, -75.906236 41.157269, -75.906447 41.157368, -75.906607 41.157396, -75.90673 41.157368, -75.906869 41.157292, -75.906905 41.157116, -75.906898 41.15666, -75.906847 41.156479, -75.90684 41.156133, -75.907611 41.155068, -75.907981 41.154695, -75.908192 41.154228, -75.908272 41.154102, -75.908636 41.153723, -75.90881 41.153476, -75.909152 41.152883, -75.909798 41.152334, -75.910009 41.152038, -75.91006 41.15156, -75.910075 41.151247, -75.909923 41.150873, -75.909974 41.15067, -75.910308 41.150401, -75.910686 41.150314, -75.910846 41.150215, -75.910925 41.150006, -75.911049 41.149891, -75.911238 41.149748, -75.9115 41.149677, -75.911957 41.149666, -75.912059 41.149682, -75.912357 41.149655, -75.91256 41.149704, -75.912662 41.149748, -75.912756 41.149754, -75.912887 41.149694, -75.912974 41.149694, -75.913025 41.149732, -75.91317 41.149726, -75.913272 41.149639, -75.913519 41.149661, -75.913555 41.149683, -75.913672 41.149655, -75.913795 41.149534, -75.91394 41.14948, -75.914122 41.149441, -75.914158 41.149304, -75.914129 41.148985, -75.91426 41.148887, -75.914297 41.14881, -75.914318 41.148662, -75.914493 41.148601, -75.914602 41.148502, -75.914602 41.148436, -75.914624 41.148354, -75.914827 41.148124, -75.914834 41.14797, -75.914914 41.147849, -75.914944 41.147574, -75.91498 41.147487, -75.915103 41.147399, -75.915212 41.147338, -75.915292 41.147322, -75.915285 41.147481, -75.915365 41.147591, -75.91559 41.147574, -75.915786 41.147349, -75.915743 41.147234, -75.91567 41.147102, -75.915685 41.146954, -75.915757 41.146949, -75.915982 41.146982, -75.916164 41.147031, -75.916302 41.146954, -75.916331 41.146888, -75.916288 41.146729, -75.91607 41.146625, -75.916034 41.14657, -75.916041 41.146493, -75.91615 41.146301, -75.916288 41.146015, -75.91631 41.145845, -75.916355 41.145545, -75.916404 41.14529, -75.916427 41.145267, -75.916465 41.145249, -75.916516 41.145227, -75.916554 41.145201, -75.91661 41.145127, -75.91663 41.145005, -75.916678 41.144803, -75.916681 41.144674, -75.91648 41.143903, -75.916422 41.143534, -75.916443 41.143428, -75.916507 41.143226, -75.916503 41.142948, -75.916513 41.142848, -75.91653 41.142721, -75.916503 41.142666, -75.916454 41.142597, -75.916372 41.142536, -75.916292 41.142506, -75.916224 41.142479, -75.91618 41.142507, -75.916132 41.142595, -75.916085 41.142675, -75.915963 41.142738, -75.915775 41.142771, -75.915628 41.142771, -75.915417 41.142737, -75.915225 41.142677, -75.915069 41.142616, -75.914873 41.142479, -75.914807 41.142045, -75.914793 41.14188, -75.914597 41.141869, -75.914401 41.141875, -75.914321 41.141864, -75.914263 41.141803, -75.914234 41.14149, -75.91411 41.141408, -75.913966 41.141288, -75.913652 41.141071, -75.913519 41.140973, -75.913748 41.140562, -75.913905 41.140248, -75.914242 41.139931, -75.914445 41.139805, -75.914736 41.139689, -75.915186 41.139607, -75.915848 41.139251, -75.915906 41.139172, -75.915941 41.139091, -75.916061 41.138738, -75.916134 41.138537, -75.916196 41.138354, -75.916254 41.138138, -75.916334 41.137631, -75.916465 41.137318, -75.916697 41.137114, -75.917155 41.136802, -75.918957 41.135495, -75.919364 41.135369, -75.919596 41.135385, -75.919814 41.135539, -75.919988 41.13561, -75.920111 41.135605, -75.92025 41.135517, -75.920569 41.135243, -75.920954 41.135034, -75.920976 41.134974, -75.92099 41.134787, -75.921034 41.134699, -75.921165 41.134551, -75.921557 41.134518, -75.92359 41.134678, -75.923787 41.134661, -75.923946 41.134408, -75.924193 41.134161, -75.924179 41.134019, -75.924034 41.133865, -75.923656 41.133354, -75.923598 41.133014, -75.923598 41.13241, -75.922589 41.131234, -75.922335 41.130718, -75.922306 41.130581, -75.922299 41.129829, -75.922565 41.129306, -75.922695 41.129156, -75.923012 41.12894, -75.923144 41.1289, -75.92338 41.128926, -75.923948 41.128879))\", \"region\": {\"id\": 13036, \"geometry\": \"POLYGON ((-75.923948 41.128879, -75.924166 41.128758, -75.924594 41.128303, -75.924754 41.1281, -75.925262 41.127677, -75.926446 41.126908, -75.926577 41.126535, -75.926766 41.126156, -75.926998 41.126024, -75.927071 41.126002, -75.927281 41.125975, -75.927434 41.125964, -75.927761 41.125958, -75.928182 41.125848, -75.928596 41.12559, -75.929206 41.125294, -75.929467 41.125234, -75.929634 41.125206, -75.929859 41.125217, -75.930273 41.125354, -75.930709 41.125514, -75.930978 41.125673, -75.93121 41.125788, -75.931827 41.125871, -75.932147 41.125838, -75.932466 41.12575, -75.932677 41.125607, -75.932786 41.125486, -75.932902 41.125086, -75.933036 41.124955, -75.933101 41.1249, -75.933159 41.124839, -75.933224 41.124812, -75.933355 41.124817, -75.933442 41.124828, -75.933587 41.124867, -75.933667 41.124911, -75.93374 41.124998, -75.933788 41.125245, -75.933919 41.125261, -75.93397 41.125239, -75.934122 41.12508, -75.934415 41.124971, -75.934539 41.124976, -75.934652 41.12508, -75.935175 41.125349, -75.935415 41.125448, -75.935807 41.125486, -75.936293 41.125498, -75.936656 41.125464, -75.937237 41.125393, -75.937746 41.125448, -75.938334 41.125607, -75.939205 41.126008, -75.939518 41.126195, -75.939743 41.126244, -75.9402 41.126239, -75.94044 41.12637, -75.940701 41.126398, -75.941406 41.126321, -75.942112 41.126272, -75.942626 41.126354, -75.942974 41.126387, -75.943773 41.126288, -75.944753 41.126151, -75.945276 41.126019, -75.945726 41.126019, -75.946031 41.125931, -75.946445 41.125678, -75.946561 41.125486, -75.946426 41.124998, -75.946324 41.124822, -75.946302 41.124471, -75.946179 41.12429, -75.946026 41.124043, -75.945932 41.123796, -75.945794 41.123653, -75.945649 41.123548, -75.945482 41.123428, -75.945525 41.123224, -75.945699 41.123043, -75.945939 41.122972, -75.946251 41.122933, -75.946578 41.122955, -75.946745 41.122933, -75.947115 41.122774, -75.947304 41.122681, -75.947529 41.122598, -75.94766 41.122351, -75.947652 41.121978, -75.947587 41.121709, -75.947856 41.121703, -75.948103 41.12178, -75.948596 41.121879, -75.948938 41.121851, -75.949177 41.121818, -75.949468 41.12161, -75.949765 41.12145, -75.950034 41.121176, -75.950295 41.120929, -75.95044 41.120621, -75.950636 41.12044, -75.951014 41.120165, -75.95145 41.119968, -75.951864 41.119979, -75.952198 41.12011, -75.952408 41.120302, -75.952575 41.12039, -75.95288 41.120412, -75.954316 41.119701, -75.95455 41.11961, -75.954791 41.119473, -75.954942 41.119435, -75.955254 41.119215, -75.955574 41.118984, -75.956292 41.118451, -75.956612 41.118149, -75.956757 41.117941, -75.956757 41.117666, -75.956916 41.117205, -75.957105 41.116744, -75.957453 41.116474, -75.957766 41.116266, -75.957765 41.116079, -75.957744 41.115876, -75.957613 41.115667, -75.957664 41.115464, -75.957794 41.115195, -75.958122 41.114671, -75.958332 41.114352, -75.958893 41.11547, -75.960276 41.118238, -75.961941 41.121559, -75.967338 41.133218, -75.968434 41.134422, -75.976523 41.147601, -75.9729 41.148997, -75.963694 41.152175, -75.966299 41.15654, -75.967319 41.158162, -75.970877 41.16379, -75.97358 41.168062, -75.95747 41.171265, -75.945691 41.173395, -75.924578 41.17721, -75.896516 41.182277, -75.892467 41.175316, -75.897473 41.173626, -75.897116 41.162356, -75.896829 41.162358, -75.893717 41.16238, -75.893671 41.161649, -75.893741 41.161625, -75.893812 41.161436, -75.893853 41.1614, -75.894036 41.161411, -75.894188 41.161422, -75.89429 41.161461, -75.894493 41.16151, -75.89474 41.161626, -75.89482 41.161757, -75.895045 41.161895, -75.895285 41.161961, -75.895358 41.16195, -75.895481 41.161807, -75.895605 41.161747, -75.895764 41.161719, -75.895888 41.161664, -75.895939 41.161538, -75.896041 41.161505, -75.896186 41.16156, -75.896586 41.161577, -75.896636 41.161555, -75.896709 41.161489, -75.89684 41.16133, -75.896978 41.16128, -75.897087 41.161176, -75.897225 41.160874, -75.897334 41.160836, -75.897596 41.16083, -75.897865 41.160957, -75.898141 41.16094, -75.898337 41.160869, -75.898635 41.160677, -75.898933 41.160551, -75.89918 41.160298, -75.899769 41.159925, -75.899943 41.159684, -75.900343 41.159321, -75.900939 41.15874, -75.901208 41.158569, -75.901528 41.158531, -75.902356 41.15835, -75.9028 41.158279, -75.903294 41.158262, -75.903882 41.158164, -75.904049 41.15807, -75.904224 41.157895, -75.904333 41.157653, -75.904471 41.15751, -75.904587 41.157439, -75.904892 41.157362, -75.905321 41.157324, -75.905459 41.157236, -75.905684 41.15705, -75.905822 41.157017, -75.905975 41.157039, -75.906106 41.157121, -75.906236 41.157269, -75.906447 41.157368, -75.906607 41.157396, -75.90673 41.157368, -75.906869 41.157292, -75.906905 41.157116, -75.906898 41.15666, -75.906847 41.156479, -75.90684 41.156133, -75.907611 41.155068, -75.907981 41.154695, -75.908192 41.154228, -75.908272 41.154102, -75.908636 41.153723, -75.90881 41.153476, -75.909152 41.152883, -75.909798 41.152334, -75.910009 41.152038, -75.91006 41.15156, -75.910075 41.151247, -75.909923 41.150873, -75.909974 41.15067, -75.910308 41.150401, -75.910686 41.150314, -75.910846 41.150215, -75.910925 41.150006, -75.911049 41.149891, -75.911238 41.149748, -75.9115 41.149677, -75.911957 41.149666, -75.912059 41.149682, -75.912357 41.149655, -75.91256 41.149704, -75.912662 41.149748, -75.912756 41.149754, -75.912887 41.149694, -75.912974 41.149694, -75.913025 41.149732, -75.91317 41.149726, -75.913272 41.149639, -75.913519 41.149661, -75.913555 41.149683, -75.913672 41.149655, -75.913795 41.149534, -75.91394 41.14948, -75.914122 41.149441, -75.914158 41.149304, -75.914129 41.148985, -75.91426 41.148887, -75.914297 41.14881, -75.914318 41.148662, -75.914493 41.148601, -75.914602 41.148502, -75.914602 41.148436, -75.914624 41.148354, -75.914827 41.148124, -75.914834 41.14797, -75.914914 41.147849, -75.914944 41.147574, -75.91498 41.147487, -75.915103 41.147399, -75.915212 41.147338, -75.915292 41.147322, -75.915285 41.147481, -75.915365 41.147591, -75.91559 41.147574, -75.915786 41.147349, -75.915743 41.147234, -75.91567 41.147102, -75.915685 41.146954, -75.915757 41.146949, -75.915982 41.146982, -75.916164 41.147031, -75.916302 41.146954, -75.916331 41.146888, -75.916288 41.146729, -75.91607 41.146625, -75.916034 41.14657, -75.916041 41.146493, -75.91615 41.146301, -75.916288 41.146015, -75.91631 41.145845, -75.916355 41.145545, -75.916404 41.14529, -75.916427 41.145267, -75.916465 41.145249, -75.916516 41.145227, -75.916554 41.145201, -75.91661 41.145127, -75.91663 41.145005, -75.916678 41.144803, -75.916681 41.144674, -75.91648 41.143903, -75.916422 41.143534, -75.916443 41.143428, -75.916507 41.143226, -75.916503 41.142948, -75.916513 41.142848, -75.91653 41.142721, -75.916503 41.142666, -75.916454 41.142597, -75.916372 41.142536, -75.916292 41.142506, -75.916224 41.142479, -75.91618 41.142507, -75.916132 41.142595, -75.916085 41.142675, -75.915963 41.142738, -75.915775 41.142771, -75.915628 41.142771, -75.915417 41.142737, -75.915225 41.142677, -75.915069 41.142616, -75.914873 41.142479, -75.914807 41.142045, -75.914793 41.14188, -75.914597 41.141869, -75.914401 41.141875, -75.914321 41.141864, -75.914263 41.141803, -75.914234 41.14149, -75.91411 41.141408, -75.913966 41.141288, -75.913652 41.141071, -75.913519 41.140973, -75.913748 41.140562, -75.913905 41.140248, -75.914242 41.139931, -75.914445 41.139805, -75.914736 41.139689, -75.915186 41.139607, -75.915848 41.139251, -75.915906 41.139172, -75.915941 41.139091, -75.916061 41.138738, -75.916134 41.138537, -75.916196 41.138354, -75.916254 41.138138, -75.916334 41.137631, -75.916465 41.137318, -75.916697 41.137114, -75.917155 41.136802, -75.918957 41.135495, -75.919364 41.135369, -75.919596 41.135385, -75.919814 41.135539, -75.919988 41.13561, -75.920111 41.135605, -75.92025 41.135517, -75.920569 41.135243, -75.920954 41.135034, -75.920976 41.134974, -75.92099 41.134787, -75.921034 41.134699, -75.921165 41.134551, -75.921557 41.134518, -75.92359 41.134678, -75.923787 41.134661, -75.923946 41.134408, -75.924193 41.134161, -75.924179 41.134019, -75.924034 41.133865, -75.923656 41.133354, -75.923598 41.133014, -75.923598 41.13241, -75.922589 41.131234, -75.922335 41.130718, -75.922306 41.130581, -75.922299 41.129829, -75.922565 41.129306, -75.922695 41.129156, -75.923012 41.12894, -75.923144 41.1289, -75.92338 41.128926, -75.923948 41.128879))\", \"region_name\": \"Rice Township\", \"border_type\": \"township\", \"wikidata\": \"Q7323053\", \"wikipedia\": \"en:Rice Township, Pennsylvania\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0007", "group": "raster_only", "template": "max_slope+area", "question": "In Houston, Mississippi, what is the highest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-89.005627 33.921863, -89.004715 33.921869, -89.003934 33.921875, -89.000656 33.921896, -89.00006 33.9219, -88.998569 33.92193, -88.996521 33.921972, -88.996476 33.921972, -88.996342 33.921973, -88.996298 33.921974, -88.995513 33.921975, -88.994453 33.921978, -88.994489 33.920686, -88.994512 33.919902, -88.994522 33.919498, -88.994554 33.918286, -88.994565 33.917883, -88.994626 33.915056, -88.994723 33.910599, -88.994724 33.910555, -88.994734 33.910236, -88.994807 33.90777, -88.993789 33.907149, -88.991375 33.905679, -88.990448 33.905106, -88.98767 33.90339, -88.986744 33.902819, -88.986407 33.902616, -88.985398 33.902007, -88.985062 33.901805, -88.984176 33.901273, -88.98166 33.899763, -88.981495 33.899761, -88.980462 33.899754, -88.978813 33.899755, -88.97451 33.899758, -88.973867 33.899758, -88.97344 33.899759, -88.972755 33.899759, -88.97275 33.899223, -88.972733 33.898659, -88.972704 33.897648, -88.972683 33.896969, -88.972667 33.896406, -88.972668 33.895673, -88.972671 33.893474, -88.972673 33.892742, -88.972606 33.891418, -88.972407 33.887446, -88.972341 33.886122, -88.972305 33.885695, -88.9722 33.884414, -88.972165 33.883988, -88.972164 33.883934, -88.972161 33.883772, -88.972161 33.883719, -88.972163 33.883659, -88.972171 33.88348, -88.972174 33.883421, -88.972189 33.883217, -88.972236 33.882606, -88.972253 33.882403, -88.972303 33.879935, -88.972349 33.877683, -88.977499 33.877755, -88.979967 33.87779, -88.980289 33.87779, -88.981061 33.877792, -88.981175 33.877859, -88.981238 33.877864, -88.981559 33.877895, -88.98249 33.877906, -88.985284 33.877941, -88.986216 33.877953, -88.987204 33.877946, -88.990168 33.877926, -88.990645 33.877923, -88.991157 33.87792, -88.991532 33.877893, -88.991966 33.877864, -88.992662 33.877864, -88.993039 33.877864, -88.993178 33.877865, -88.993597 33.877869, -88.993737 33.877871, -88.994844 33.877896, -88.995269 33.877906, -88.99546 33.87791, -88.995652 33.877915, -88.997978 33.877968, -88.998165 33.877972, -88.999273 33.877997, -89.000382 33.877984, -89.003712 33.877948, -89.003823 33.877947, -89.004822 33.877936, -89.006176 33.877912, -89.008145 33.877879, -89.008286 33.877876, -89.008428 33.877874, -89.010238 33.877842, -89.011593 33.877819, -89.01224 33.87783, -89.014183 33.877864, -89.014831 33.877876, -89.016608 33.877866, -89.016734 33.877866, -89.021942 33.877852, -89.02372 33.877848, -89.024086 33.877847, -89.025186 33.877845, -89.025553 33.877845, -89.025545 33.878324, -89.025524 33.879762, -89.025517 33.880242, -89.025522 33.881192, -89.025538 33.884043, -89.025544 33.884994, -89.025546 33.885201, -89.025543 33.887964, -89.02554 33.892178, -89.030239 33.892175, -89.032441 33.892174, -89.033211 33.892173, -89.033439 33.892174, -89.033522 33.892175, -89.034123 33.892177, -89.034206 33.892178, -89.034303 33.892179, -89.034352 33.892179, -89.035597 33.89219, -89.039334 33.892224, -89.04058 33.892236, -89.041083 33.89223, -89.042593 33.892214, -89.043097 33.892209, -89.043096 33.895079, -89.043096 33.897804, -89.04183 33.897804, -89.037209 33.897803, -89.035174 33.897803, -89.034688 33.897984, -89.034392 33.898095, -89.034461 33.89911, -89.034504 33.899717, -89.034585 33.900837, -89.035038 33.902927, -89.035579 33.904451, -89.035667 33.904697, -89.034303 33.904622, -89.033446 33.904622, -89.033364 33.904622, -89.03169 33.904622, -89.031124 33.904622, -89.030887 33.904622, -89.030547 33.904622, -89.029609 33.904622, -89.029605 33.904118, -89.029603 33.903934, -89.029585 33.90187, -89.029579 33.901183, -89.029575 33.90056, -89.029564 33.898694, -89.029561 33.898072, -89.026674 33.898064, -89.018013 33.898041, -89.016775 33.898038, -89.016777 33.899687, -89.016779 33.899877, -89.016779 33.899927, -89.016782 33.900647, -89.016783 33.900888, -89.016784 33.901158, -89.016787 33.901969, -89.016788 33.90224, -89.016787 33.902534, -89.016787 33.902553, -89.016686 33.903414, -89.016652 33.903707, -89.016648 33.90389, -89.016638 33.904438, -89.016635 33.904622, -89.016629 33.905303, -89.016627 33.905632, -89.016618 33.906543, -89.016639 33.907347, -89.016658 33.908029, -89.016765 33.909357, -89.017086 33.913342, -89.017193 33.914671, -89.01703 33.914665, -89.017016 33.914888, -89.017013 33.914944, -89.016981 33.915447, -89.016963 33.915613, -89.016946 33.915782, -89.016935 33.916023, -89.016933 33.916647, -89.01695 33.917625, -89.016957 33.917954, -89.016974 33.918296, -89.016964 33.918927, -89.016965 33.918983, -89.016984 33.920048, -89.016988 33.921048, -89.016989 33.921118, -89.016999 33.921736, -89.016649 33.921752, -89.015812 33.921793, -89.015603 33.921808, -89.015255 33.921836, -89.012952 33.921787, -89.013086 33.923362, -89.013113 33.923704, -89.013206 33.924484, -89.013248 33.924825, -89.013295 33.925839, -89.013341 33.926837, -89.013378 33.927622, -89.013394 33.927979, -89.013445 33.929052, -89.013462 33.92941, -89.012153 33.929422, -89.008228 33.929459, -89.007279 33.929469, -89.00692 33.929472, -89.00694 33.92941, -89.007004 33.929227, -89.007025 33.929166, -89.007137 33.928792, -89.007164 33.928704, -89.00731 33.928239, -89.007451 33.927667, -89.007467 33.927606, -89.007529 33.927285, -89.007578 33.927029, -89.00762 33.926814, -89.007691 33.926257, -89.007724 33.926, -89.007766 33.925669, -89.007779 33.925573, -89.00784 33.924834, -89.00784 33.924674, -89.007841 33.924341, -89.007841 33.923886, -89.007839 33.923865, -89.007771 33.922739, -89.007747 33.922439, -89.007716 33.922028, -89.007706 33.921966, -89.007703 33.921947, -89.007694 33.921891, -89.007691 33.921873, -89.007505 33.921869, -89.006949 33.921859, -89.006764 33.921856, -89.005627 33.921863))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 28.582794189453125}]", "question_entities": "{\"[3]\": {\"region_name\": \"Houston, Mississippi\", \"geo_wkt\": \"POLYGON ((-89.005627 33.921863, -89.004715 33.921869, -89.003934 33.921875, -89.000656 33.921896, -89.00006 33.9219, -88.998569 33.92193, -88.996521 33.921972, -88.996476 33.921972, -88.996342 33.921973, -88.996298 33.921974, -88.995513 33.921975, -88.994453 33.921978, -88.994489 33.920686, -88.994512 33.919902, -88.994522 33.919498, -88.994554 33.918286, -88.994565 33.917883, -88.994626 33.915056, -88.994723 33.910599, -88.994724 33.910555, -88.994734 33.910236, -88.994807 33.90777, -88.993789 33.907149, -88.991375 33.905679, -88.990448 33.905106, -88.98767 33.90339, -88.986744 33.902819, -88.986407 33.902616, -88.985398 33.902007, -88.985062 33.901805, -88.984176 33.901273, -88.98166 33.899763, -88.981495 33.899761, -88.980462 33.899754, -88.978813 33.899755, -88.97451 33.899758, -88.973867 33.899758, -88.97344 33.899759, -88.972755 33.899759, -88.97275 33.899223, -88.972733 33.898659, -88.972704 33.897648, -88.972683 33.896969, -88.972667 33.896406, -88.972668 33.895673, -88.972671 33.893474, -88.972673 33.892742, -88.972606 33.891418, -88.972407 33.887446, -88.972341 33.886122, -88.972305 33.885695, -88.9722 33.884414, -88.972165 33.883988, -88.972164 33.883934, -88.972161 33.883772, -88.972161 33.883719, -88.972163 33.883659, -88.972171 33.88348, -88.972174 33.883421, -88.972189 33.883217, -88.972236 33.882606, -88.972253 33.882403, -88.972303 33.879935, -88.972349 33.877683, -88.977499 33.877755, -88.979967 33.87779, -88.980289 33.87779, -88.981061 33.877792, -88.981175 33.877859, -88.981238 33.877864, -88.981559 33.877895, -88.98249 33.877906, -88.985284 33.877941, -88.986216 33.877953, -88.987204 33.877946, -88.990168 33.877926, -88.990645 33.877923, -88.991157 33.87792, -88.991532 33.877893, -88.991966 33.877864, -88.992662 33.877864, -88.993039 33.877864, -88.993178 33.877865, -88.993597 33.877869, -88.993737 33.877871, -88.994844 33.877896, -88.995269 33.877906, -88.99546 33.87791, -88.995652 33.877915, -88.997978 33.877968, -88.998165 33.877972, -88.999273 33.877997, -89.000382 33.877984, -89.003712 33.877948, -89.003823 33.877947, -89.004822 33.877936, -89.006176 33.877912, -89.008145 33.877879, -89.008286 33.877876, -89.008428 33.877874, -89.010238 33.877842, -89.011593 33.877819, -89.01224 33.87783, -89.014183 33.877864, -89.014831 33.877876, -89.016608 33.877866, -89.016734 33.877866, -89.021942 33.877852, -89.02372 33.877848, -89.024086 33.877847, -89.025186 33.877845, -89.025553 33.877845, -89.025545 33.878324, -89.025524 33.879762, -89.025517 33.880242, -89.025522 33.881192, -89.025538 33.884043, -89.025544 33.884994, -89.025546 33.885201, -89.025543 33.887964, -89.02554 33.892178, -89.030239 33.892175, -89.032441 33.892174, -89.033211 33.892173, -89.033439 33.892174, -89.033522 33.892175, -89.034123 33.892177, -89.034206 33.892178, -89.034303 33.892179, -89.034352 33.892179, -89.035597 33.89219, -89.039334 33.892224, -89.04058 33.892236, -89.041083 33.89223, -89.042593 33.892214, -89.043097 33.892209, -89.043096 33.895079, -89.043096 33.897804, -89.04183 33.897804, -89.037209 33.897803, -89.035174 33.897803, -89.034688 33.897984, -89.034392 33.898095, -89.034461 33.89911, -89.034504 33.899717, -89.034585 33.900837, -89.035038 33.902927, -89.035579 33.904451, -89.035667 33.904697, -89.034303 33.904622, -89.033446 33.904622, -89.033364 33.904622, -89.03169 33.904622, -89.031124 33.904622, -89.030887 33.904622, -89.030547 33.904622, -89.029609 33.904622, -89.029605 33.904118, -89.029603 33.903934, -89.029585 33.90187, -89.029579 33.901183, -89.029575 33.90056, -89.029564 33.898694, -89.029561 33.898072, -89.026674 33.898064, -89.018013 33.898041, -89.016775 33.898038, -89.016777 33.899687, -89.016779 33.899877, -89.016779 33.899927, -89.016782 33.900647, -89.016783 33.900888, -89.016784 33.901158, -89.016787 33.901969, -89.016788 33.90224, -89.016787 33.902534, -89.016787 33.902553, -89.016686 33.903414, -89.016652 33.903707, -89.016648 33.90389, -89.016638 33.904438, -89.016635 33.904622, -89.016629 33.905303, -89.016627 33.905632, -89.016618 33.906543, -89.016639 33.907347, -89.016658 33.908029, -89.016765 33.909357, -89.017086 33.913342, -89.017193 33.914671, -89.01703 33.914665, -89.017016 33.914888, -89.017013 33.914944, -89.016981 33.915447, -89.016963 33.915613, -89.016946 33.915782, -89.016935 33.916023, -89.016933 33.916647, -89.01695 33.917625, -89.016957 33.917954, -89.016974 33.918296, -89.016964 33.918927, -89.016965 33.918983, -89.016984 33.920048, -89.016988 33.921048, -89.016989 33.921118, -89.016999 33.921736, -89.016649 33.921752, -89.015812 33.921793, -89.015603 33.921808, -89.015255 33.921836, -89.012952 33.921787, -89.013086 33.923362, -89.013113 33.923704, -89.013206 33.924484, -89.013248 33.924825, -89.013295 33.925839, -89.013341 33.926837, -89.013378 33.927622, -89.013394 33.927979, -89.013445 33.929052, -89.013462 33.92941, -89.012153 33.929422, -89.008228 33.929459, -89.007279 33.929469, -89.00692 33.929472, -89.00694 33.92941, -89.007004 33.929227, -89.007025 33.929166, -89.007137 33.928792, -89.007164 33.928704, -89.00731 33.928239, -89.007451 33.927667, -89.007467 33.927606, -89.007529 33.927285, -89.007578 33.927029, -89.00762 33.926814, -89.007691 33.926257, -89.007724 33.926, -89.007766 33.925669, -89.007779 33.925573, -89.00784 33.924834, -89.00784 33.924674, -89.007841 33.924341, -89.007841 33.923886, -89.007839 33.923865, -89.007771 33.922739, -89.007747 33.922439, -89.007716 33.922028, -89.007706 33.921966, -89.007703 33.921947, -89.007694 33.921891, -89.007691 33.921873, -89.007505 33.921869, -89.006949 33.921859, -89.006764 33.921856, -89.005627 33.921863))\", \"region\": {\"id\": 23474, \"geometry\": \"POLYGON ((-89.005627 33.921863, -89.004715 33.921869, -89.003934 33.921875, -89.000656 33.921896, -89.00006 33.9219, -88.998569 33.92193, -88.996521 33.921972, -88.996476 33.921972, -88.996342 33.921973, -88.996298 33.921974, -88.995513 33.921975, -88.994453 33.921978, -88.994489 33.920686, -88.994512 33.919902, -88.994522 33.919498, -88.994554 33.918286, -88.994565 33.917883, -88.994626 33.915056, -88.994723 33.910599, -88.994724 33.910555, -88.994734 33.910236, -88.994807 33.90777, -88.993789 33.907149, -88.991375 33.905679, -88.990448 33.905106, -88.98767 33.90339, -88.986744 33.902819, -88.986407 33.902616, -88.985398 33.902007, -88.985062 33.901805, -88.984176 33.901273, -88.98166 33.899763, -88.981495 33.899761, -88.980462 33.899754, -88.978813 33.899755, -88.97451 33.899758, -88.973867 33.899758, -88.97344 33.899759, -88.972755 33.899759, -88.97275 33.899223, -88.972733 33.898659, -88.972704 33.897648, -88.972683 33.896969, -88.972667 33.896406, -88.972668 33.895673, -88.972671 33.893474, -88.972673 33.892742, -88.972606 33.891418, -88.972407 33.887446, -88.972341 33.886122, -88.972305 33.885695, -88.9722 33.884414, -88.972165 33.883988, -88.972164 33.883934, -88.972161 33.883772, -88.972161 33.883719, -88.972163 33.883659, -88.972171 33.88348, -88.972174 33.883421, -88.972189 33.883217, -88.972236 33.882606, -88.972253 33.882403, -88.972303 33.879935, -88.972349 33.877683, -88.977499 33.877755, -88.979967 33.87779, -88.980289 33.87779, -88.981061 33.877792, -88.981175 33.877859, -88.981238 33.877864, -88.981559 33.877895, -88.98249 33.877906, -88.985284 33.877941, -88.986216 33.877953, -88.987204 33.877946, -88.990168 33.877926, -88.990645 33.877923, -88.991157 33.87792, -88.991532 33.877893, -88.991966 33.877864, -88.992662 33.877864, -88.993039 33.877864, -88.993178 33.877865, -88.993597 33.877869, -88.993737 33.877871, -88.994844 33.877896, -88.995269 33.877906, -88.99546 33.87791, -88.995652 33.877915, -88.997978 33.877968, -88.998165 33.877972, -88.999273 33.877997, -89.000382 33.877984, -89.003712 33.877948, -89.003823 33.877947, -89.004822 33.877936, -89.006176 33.877912, -89.008145 33.877879, -89.008286 33.877876, -89.008428 33.877874, -89.010238 33.877842, -89.011593 33.877819, -89.01224 33.87783, -89.014183 33.877864, -89.014831 33.877876, -89.016608 33.877866, -89.016734 33.877866, -89.021942 33.877852, -89.02372 33.877848, -89.024086 33.877847, -89.025186 33.877845, -89.025553 33.877845, -89.025545 33.878324, -89.025524 33.879762, -89.025517 33.880242, -89.025522 33.881192, -89.025538 33.884043, -89.025544 33.884994, -89.025546 33.885201, -89.025543 33.887964, -89.02554 33.892178, -89.030239 33.892175, -89.032441 33.892174, -89.033211 33.892173, -89.033439 33.892174, -89.033522 33.892175, -89.034123 33.892177, -89.034206 33.892178, -89.034303 33.892179, -89.034352 33.892179, -89.035597 33.89219, -89.039334 33.892224, -89.04058 33.892236, -89.041083 33.89223, -89.042593 33.892214, -89.043097 33.892209, -89.043096 33.895079, -89.043096 33.897804, -89.04183 33.897804, -89.037209 33.897803, -89.035174 33.897803, -89.034688 33.897984, -89.034392 33.898095, -89.034461 33.89911, -89.034504 33.899717, -89.034585 33.900837, -89.035038 33.902927, -89.035579 33.904451, -89.035667 33.904697, -89.034303 33.904622, -89.033446 33.904622, -89.033364 33.904622, -89.03169 33.904622, -89.031124 33.904622, -89.030887 33.904622, -89.030547 33.904622, -89.029609 33.904622, -89.029605 33.904118, -89.029603 33.903934, -89.029585 33.90187, -89.029579 33.901183, -89.029575 33.90056, -89.029564 33.898694, -89.029561 33.898072, -89.026674 33.898064, -89.018013 33.898041, -89.016775 33.898038, -89.016777 33.899687, -89.016779 33.899877, -89.016779 33.899927, -89.016782 33.900647, -89.016783 33.900888, -89.016784 33.901158, -89.016787 33.901969, -89.016788 33.90224, -89.016787 33.902534, -89.016787 33.902553, -89.016686 33.903414, -89.016652 33.903707, -89.016648 33.90389, -89.016638 33.904438, -89.016635 33.904622, -89.016629 33.905303, -89.016627 33.905632, -89.016618 33.906543, -89.016639 33.907347, -89.016658 33.908029, -89.016765 33.909357, -89.017086 33.913342, -89.017193 33.914671, -89.01703 33.914665, -89.017016 33.914888, -89.017013 33.914944, -89.016981 33.915447, -89.016963 33.915613, -89.016946 33.915782, -89.016935 33.916023, -89.016933 33.916647, -89.01695 33.917625, -89.016957 33.917954, -89.016974 33.918296, -89.016964 33.918927, -89.016965 33.918983, -89.016984 33.920048, -89.016988 33.921048, -89.016989 33.921118, -89.016999 33.921736, -89.016649 33.921752, -89.015812 33.921793, -89.015603 33.921808, -89.015255 33.921836, -89.012952 33.921787, -89.013086 33.923362, -89.013113 33.923704, -89.013206 33.924484, -89.013248 33.924825, -89.013295 33.925839, -89.013341 33.926837, -89.013378 33.927622, -89.013394 33.927979, -89.013445 33.929052, -89.013462 33.92941, -89.012153 33.929422, -89.008228 33.929459, -89.007279 33.929469, -89.00692 33.929472, -89.00694 33.92941, -89.007004 33.929227, -89.007025 33.929166, -89.007137 33.928792, -89.007164 33.928704, -89.00731 33.928239, -89.007451 33.927667, -89.007467 33.927606, -89.007529 33.927285, -89.007578 33.927029, -89.00762 33.926814, -89.007691 33.926257, -89.007724 33.926, -89.007766 33.925669, -89.007779 33.925573, -89.00784 33.924834, -89.00784 33.924674, -89.007841 33.924341, -89.007841 33.923886, -89.007839 33.923865, -89.007771 33.922739, -89.007747 33.922439, -89.007716 33.922028, -89.007706 33.921966, -89.007703 33.921947, -89.007694 33.921891, -89.007691 33.921873, -89.007505 33.921869, -89.006949 33.921859, -89.006764 33.921856, -89.005627 33.921863))\", \"region_name\": \"Houston\", \"border_type\": \"city\", \"wikidata\": \"Q1004374\", \"wikipedia\": \"en:Houston, Mississippi\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0008", "group": "raster_only", "template": "max_slope+area", "question": "What is the maximum slope in Elliott, North Dakota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-97.811924 46.398537, -97.812405 46.398537, -97.814204 46.398526, -97.814829 46.398527, -97.81709 46.398531, -97.818105 46.398533, -97.818074 46.404751, -97.816916 46.404697, -97.816998 46.406186, -97.814836 46.406192, -97.811764 46.406189, -97.811726 46.404475, -97.811924 46.398537))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 10.113471984863281}]", "question_entities": "{\"[3]\": {\"region_name\": \"Elliott, North Dakota\", \"geo_wkt\": \"POLYGON ((-97.811924 46.398537, -97.812405 46.398537, -97.814204 46.398526, -97.814829 46.398527, -97.81709 46.398531, -97.818105 46.398533, -97.818074 46.404751, -97.816916 46.404697, -97.816998 46.406186, -97.814836 46.406192, -97.811764 46.406189, -97.811726 46.404475, -97.811924 46.398537))\", \"region\": {\"id\": 15440, \"geometry\": \"POLYGON ((-97.811924 46.398537, -97.812405 46.398537, -97.814204 46.398526, -97.814829 46.398527, -97.81709 46.398531, -97.818105 46.398533, -97.818074 46.404751, -97.816916 46.404697, -97.816998 46.406186, -97.814836 46.406192, -97.811764 46.406189, -97.811726 46.404475, -97.811924 46.398537))\", \"region_name\": \"Elliott\", \"border_type\": \"city\", \"wikidata\": \"Q771127\", \"wikipedia\": \"en:Elliott, North Dakota\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0009", "group": "raster_only", "template": "max_slope+area", "question": "What is the max slope value within Cornell Township, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-87.218735 45.967508, -87.219552 45.968156, -87.221957 45.969336, -87.222709 45.969879, -87.222837 45.970009, -87.223783 45.970507, -87.225148 45.971016, -87.226066 45.971254, -87.227554 45.97155, -87.229232 45.972011, -87.231733 45.972233, -87.234367 45.972741, -87.23498 45.972797, -87.2355 45.972784, -87.238827 45.973041, -87.241273 45.97329, -87.242097 45.973262, -87.243368 45.973119, -87.244736 45.973082, -87.245796 45.973063, -87.24698 45.973084, -87.249481 45.972795, -87.25186 45.972637, -87.252763 45.972746, -87.255535 45.973156, -87.257881 45.97371, -87.260632 45.974616, -87.263942 45.975308, -87.264941 45.975683, -87.265885 45.976238, -87.266392 45.976413, -87.266838 45.97648, -87.267214 45.976565, -87.267858 45.976792, -87.268512 45.977141, -87.268809 45.977413, -87.268912 45.977578, -87.269531 45.978972, -87.269504 45.97947, -87.269315 45.979843, -87.26916 45.980366, -87.269194 45.98059, -87.269226 45.980618, -87.269173 45.981247, -87.268855 45.981984, -87.268431 45.982785, -87.268151 45.983316, -87.268046 45.983709, -87.267817 45.984189, -87.267306 45.98508, -87.367648 45.985237, -87.367553 45.898968, -87.346502 45.898716, -87.325321 45.898652, -87.325376 45.869844, -87.270606 45.869453, -87.250092 45.869468, -87.193358 45.869438, -87.163424 45.869872, -87.142654 45.869972, -87.14186 45.898237, -87.137733 45.898212, -87.138078 45.899312, -87.138318 45.899863, -87.138811 45.900623, -87.139334 45.9012, -87.14053 45.901938, -87.141289 45.902526, -87.141521 45.902764, -87.142217 45.903886, -87.142508 45.904183, -87.143069 45.904554, -87.143574 45.904803, -87.144084 45.904975, -87.145061 45.905205, -87.145715 45.905274, -87.146384 45.905267, -87.147763 45.905135, -87.149174 45.904921, -87.150213 45.90471, -87.15185 45.904183, -87.153295 45.903493, -87.15456 45.902648, -87.154897 45.902461, -87.156699 45.901444, -87.157993 45.901091, -87.159626 45.900338, -87.160664 45.900022, -87.161305 45.899884, -87.162018 45.899806, -87.16316 45.89966, -87.164103 45.899556, -87.165439 45.899304, -87.167926 45.898998, -87.169104 45.898909, -87.170906 45.898953, -87.175086 45.899383, -87.176681 45.899364, -87.181346 45.898598, -87.184147 45.898292, -87.186649 45.897861, -87.18706 45.897847, -87.187324 45.897856, -87.188869 45.897885, -87.189845 45.897831, -87.191263 45.897647, -87.19208 45.897468, -87.192649 45.897301, -87.193276 45.897052, -87.195021 45.896101, -87.195807 45.895832, -87.196202 45.89575, -87.196968 45.895681, -87.197792 45.895689, -87.198196 45.895747, -87.199996 45.896186, -87.201035 45.896652, -87.202995 45.897764, -87.204905 45.899076, -87.20725 45.900926, -87.210519 45.903323, -87.212364 45.90536, -87.212669 45.905856, -87.212902 45.906557, -87.212957 45.906987, -87.212909 45.908138, -87.212623 45.909235, -87.21231 45.910985, -87.212258 45.911739, -87.212629 45.912919, -87.212708 45.913878, -87.212717 45.914501, -87.212829 45.915558, -87.21254 45.916618, -87.212222 45.918403, -87.211494 45.920278, -87.211254 45.92138, -87.211429 45.921754, -87.211356 45.922327, -87.211153 45.922732, -87.210874 45.922973, -87.210696 45.924182, -87.210843 45.926304, -87.21091 45.92695, -87.211144 45.927614, -87.21135 45.92805, -87.211992 45.929079, -87.212461 45.929678, -87.212765 45.930477, -87.21284 45.931531, -87.212781 45.933977, -87.212882 45.93509, -87.2133 45.93741, -87.21341 45.938486, -87.213248 45.939632, -87.212953 45.940544, -87.212956 45.940976, -87.213066 45.941473, -87.213397 45.942306, -87.214087 45.943391, -87.215495 45.94491, -87.217377 45.94747, -87.217556 45.947804, -87.217651 45.948009, -87.218131 45.948561, -87.218446 45.949054, -87.218766 45.9497, -87.218975 45.950331, -87.218986 45.950834, -87.218755 45.952589, -87.218666 45.953052, -87.218328 45.953958, -87.217552 45.955597, -87.21718 45.956191, -87.216646 45.957393, -87.216384 45.958142, -87.216086 45.959457, -87.215385 45.961554, -87.215223 45.962907, -87.215393 45.963594, -87.21575 45.96429, -87.216321 45.965293, -87.216466 45.965484, -87.218463 45.967226, -87.218735 45.967508))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 34.507259368896484}]", "question_entities": "{\"[3]\": {\"region_name\": \"Cornell Township, Michigan\", \"geo_wkt\": \"POLYGON ((-87.218735 45.967508, -87.219552 45.968156, -87.221957 45.969336, -87.222709 45.969879, -87.222837 45.970009, -87.223783 45.970507, -87.225148 45.971016, -87.226066 45.971254, -87.227554 45.97155, -87.229232 45.972011, -87.231733 45.972233, -87.234367 45.972741, -87.23498 45.972797, -87.2355 45.972784, -87.238827 45.973041, -87.241273 45.97329, -87.242097 45.973262, -87.243368 45.973119, -87.244736 45.973082, -87.245796 45.973063, -87.24698 45.973084, -87.249481 45.972795, -87.25186 45.972637, -87.252763 45.972746, -87.255535 45.973156, -87.257881 45.97371, -87.260632 45.974616, -87.263942 45.975308, -87.264941 45.975683, -87.265885 45.976238, -87.266392 45.976413, -87.266838 45.97648, -87.267214 45.976565, -87.267858 45.976792, -87.268512 45.977141, -87.268809 45.977413, -87.268912 45.977578, -87.269531 45.978972, -87.269504 45.97947, -87.269315 45.979843, -87.26916 45.980366, -87.269194 45.98059, -87.269226 45.980618, -87.269173 45.981247, -87.268855 45.981984, -87.268431 45.982785, -87.268151 45.983316, -87.268046 45.983709, -87.267817 45.984189, -87.267306 45.98508, -87.367648 45.985237, -87.367553 45.898968, -87.346502 45.898716, -87.325321 45.898652, -87.325376 45.869844, -87.270606 45.869453, -87.250092 45.869468, -87.193358 45.869438, -87.163424 45.869872, -87.142654 45.869972, -87.14186 45.898237, -87.137733 45.898212, -87.138078 45.899312, -87.138318 45.899863, -87.138811 45.900623, -87.139334 45.9012, -87.14053 45.901938, -87.141289 45.902526, -87.141521 45.902764, -87.142217 45.903886, -87.142508 45.904183, -87.143069 45.904554, -87.143574 45.904803, -87.144084 45.904975, -87.145061 45.905205, -87.145715 45.905274, -87.146384 45.905267, -87.147763 45.905135, -87.149174 45.904921, -87.150213 45.90471, -87.15185 45.904183, -87.153295 45.903493, -87.15456 45.902648, -87.154897 45.902461, -87.156699 45.901444, -87.157993 45.901091, -87.159626 45.900338, -87.160664 45.900022, -87.161305 45.899884, -87.162018 45.899806, -87.16316 45.89966, -87.164103 45.899556, -87.165439 45.899304, -87.167926 45.898998, -87.169104 45.898909, -87.170906 45.898953, -87.175086 45.899383, -87.176681 45.899364, -87.181346 45.898598, -87.184147 45.898292, -87.186649 45.897861, -87.18706 45.897847, -87.187324 45.897856, -87.188869 45.897885, -87.189845 45.897831, -87.191263 45.897647, -87.19208 45.897468, -87.192649 45.897301, -87.193276 45.897052, -87.195021 45.896101, -87.195807 45.895832, -87.196202 45.89575, -87.196968 45.895681, -87.197792 45.895689, -87.198196 45.895747, -87.199996 45.896186, -87.201035 45.896652, -87.202995 45.897764, -87.204905 45.899076, -87.20725 45.900926, -87.210519 45.903323, -87.212364 45.90536, -87.212669 45.905856, -87.212902 45.906557, -87.212957 45.906987, -87.212909 45.908138, -87.212623 45.909235, -87.21231 45.910985, -87.212258 45.911739, -87.212629 45.912919, -87.212708 45.913878, -87.212717 45.914501, -87.212829 45.915558, -87.21254 45.916618, -87.212222 45.918403, -87.211494 45.920278, -87.211254 45.92138, -87.211429 45.921754, -87.211356 45.922327, -87.211153 45.922732, -87.210874 45.922973, -87.210696 45.924182, -87.210843 45.926304, -87.21091 45.92695, -87.211144 45.927614, -87.21135 45.92805, -87.211992 45.929079, -87.212461 45.929678, -87.212765 45.930477, -87.21284 45.931531, -87.212781 45.933977, -87.212882 45.93509, -87.2133 45.93741, -87.21341 45.938486, -87.213248 45.939632, -87.212953 45.940544, -87.212956 45.940976, -87.213066 45.941473, -87.213397 45.942306, -87.214087 45.943391, -87.215495 45.94491, -87.217377 45.94747, -87.217556 45.947804, -87.217651 45.948009, -87.218131 45.948561, -87.218446 45.949054, -87.218766 45.9497, -87.218975 45.950331, -87.218986 45.950834, -87.218755 45.952589, -87.218666 45.953052, -87.218328 45.953958, -87.217552 45.955597, -87.21718 45.956191, -87.216646 45.957393, -87.216384 45.958142, -87.216086 45.959457, -87.215385 45.961554, -87.215223 45.962907, -87.215393 45.963594, -87.21575 45.96429, -87.216321 45.965293, -87.216466 45.965484, -87.218463 45.967226, -87.218735 45.967508))\", \"region\": {\"id\": 17175, \"geometry\": \"POLYGON ((-87.218735 45.967508, -87.219552 45.968156, -87.221957 45.969336, -87.222709 45.969879, -87.222837 45.970009, -87.223783 45.970507, -87.225148 45.971016, -87.226066 45.971254, -87.227554 45.97155, -87.229232 45.972011, -87.231733 45.972233, -87.234367 45.972741, -87.23498 45.972797, -87.2355 45.972784, -87.238827 45.973041, -87.241273 45.97329, -87.242097 45.973262, -87.243368 45.973119, -87.244736 45.973082, -87.245796 45.973063, -87.24698 45.973084, -87.249481 45.972795, -87.25186 45.972637, -87.252763 45.972746, -87.255535 45.973156, -87.257881 45.97371, -87.260632 45.974616, -87.263942 45.975308, -87.264941 45.975683, -87.265885 45.976238, -87.266392 45.976413, -87.266838 45.97648, -87.267214 45.976565, -87.267858 45.976792, -87.268512 45.977141, -87.268809 45.977413, -87.268912 45.977578, -87.269531 45.978972, -87.269504 45.97947, -87.269315 45.979843, -87.26916 45.980366, -87.269194 45.98059, -87.269226 45.980618, -87.269173 45.981247, -87.268855 45.981984, -87.268431 45.982785, -87.268151 45.983316, -87.268046 45.983709, -87.267817 45.984189, -87.267306 45.98508, -87.367648 45.985237, -87.367553 45.898968, -87.346502 45.898716, -87.325321 45.898652, -87.325376 45.869844, -87.270606 45.869453, -87.250092 45.869468, -87.193358 45.869438, -87.163424 45.869872, -87.142654 45.869972, -87.14186 45.898237, -87.137733 45.898212, -87.138078 45.899312, -87.138318 45.899863, -87.138811 45.900623, -87.139334 45.9012, -87.14053 45.901938, -87.141289 45.902526, -87.141521 45.902764, -87.142217 45.903886, -87.142508 45.904183, -87.143069 45.904554, -87.143574 45.904803, -87.144084 45.904975, -87.145061 45.905205, -87.145715 45.905274, -87.146384 45.905267, -87.147763 45.905135, -87.149174 45.904921, -87.150213 45.90471, -87.15185 45.904183, -87.153295 45.903493, -87.15456 45.902648, -87.154897 45.902461, -87.156699 45.901444, -87.157993 45.901091, -87.159626 45.900338, -87.160664 45.900022, -87.161305 45.899884, -87.162018 45.899806, -87.16316 45.89966, -87.164103 45.899556, -87.165439 45.899304, -87.167926 45.898998, -87.169104 45.898909, -87.170906 45.898953, -87.175086 45.899383, -87.176681 45.899364, -87.181346 45.898598, -87.184147 45.898292, -87.186649 45.897861, -87.18706 45.897847, -87.187324 45.897856, -87.188869 45.897885, -87.189845 45.897831, -87.191263 45.897647, -87.19208 45.897468, -87.192649 45.897301, -87.193276 45.897052, -87.195021 45.896101, -87.195807 45.895832, -87.196202 45.89575, -87.196968 45.895681, -87.197792 45.895689, -87.198196 45.895747, -87.199996 45.896186, -87.201035 45.896652, -87.202995 45.897764, -87.204905 45.899076, -87.20725 45.900926, -87.210519 45.903323, -87.212364 45.90536, -87.212669 45.905856, -87.212902 45.906557, -87.212957 45.906987, -87.212909 45.908138, -87.212623 45.909235, -87.21231 45.910985, -87.212258 45.911739, -87.212629 45.912919, -87.212708 45.913878, -87.212717 45.914501, -87.212829 45.915558, -87.21254 45.916618, -87.212222 45.918403, -87.211494 45.920278, -87.211254 45.92138, -87.211429 45.921754, -87.211356 45.922327, -87.211153 45.922732, -87.210874 45.922973, -87.210696 45.924182, -87.210843 45.926304, -87.21091 45.92695, -87.211144 45.927614, -87.21135 45.92805, -87.211992 45.929079, -87.212461 45.929678, -87.212765 45.930477, -87.21284 45.931531, -87.212781 45.933977, -87.212882 45.93509, -87.2133 45.93741, -87.21341 45.938486, -87.213248 45.939632, -87.212953 45.940544, -87.212956 45.940976, -87.213066 45.941473, -87.213397 45.942306, -87.214087 45.943391, -87.215495 45.94491, -87.217377 45.94747, -87.217556 45.947804, -87.217651 45.948009, -87.218131 45.948561, -87.218446 45.949054, -87.218766 45.9497, -87.218975 45.950331, -87.218986 45.950834, -87.218755 45.952589, -87.218666 45.953052, -87.218328 45.953958, -87.217552 45.955597, -87.21718 45.956191, -87.216646 45.957393, -87.216384 45.958142, -87.216086 45.959457, -87.215385 45.961554, -87.215223 45.962907, -87.215393 45.963594, -87.21575 45.96429, -87.216321 45.965293, -87.216466 45.965484, -87.218463 45.967226, -87.218735 45.967508))\", \"region_name\": \"Cornell Township\", \"border_type\": \"township\", \"wikidata\": \"Q5171558\", \"wikipedia\": \"en:Cornell Township, Michigan\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/max_slope+area/0010", "group": "raster_only", "template": "max_slope+area", "question": "How steep is the steepest part of Le Center, Minnesota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-93.717542 44.398983, -93.71756 44.395306, -93.717587 44.39167, -93.717618 44.386688, -93.718818 44.386803, -93.718806 44.386871, -93.720394 44.387023, -93.720395 44.38723, -93.7217 44.387355, -93.722802 44.387457, -93.722803 44.388194, -93.722994 44.388194, -93.722947 44.384362, -93.717912 44.384368, -93.717827 44.380826, -93.727692 44.380647, -93.727649 44.378876, -93.727555 44.374973, -93.727545 44.369804, -93.732671 44.369809, -93.732686 44.377072, -93.727988 44.377061, -93.728032 44.378874, -93.735442 44.378825, -93.735805 44.377079, -93.74287 44.377095, -93.742881 44.380744, -93.747889 44.380729, -93.747924 44.384205, -93.747947 44.387756, -93.747948 44.387853, -93.743022 44.38789, -93.742902 44.387891, -93.742914 44.389157, -93.742915 44.389222, -93.742937 44.391534, -93.740398 44.391554, -93.740389 44.390697, -93.740528 44.389896, -93.740539 44.389832, -93.739246 44.389842, -93.739242 44.38992, -93.739214 44.390458, -93.73903 44.390476, -93.739032 44.390597, -93.738398 44.390598, -93.737878 44.390591, -93.737903 44.393319, -93.735793 44.393332, -93.735777 44.393272, -93.733606 44.393275, -93.733594 44.395251, -93.732952 44.395257, -93.732919 44.39551, -93.732788 44.398884, -93.730051 44.398909, -93.730062 44.398112, -93.726889 44.398108, -93.726907 44.398932, -93.717542 44.398983)), ((-93.727967 44.393346, -93.728362 44.393337, -93.728362 44.394117, -93.727968 44.394121, -93.727967 44.393346)), ((-93.726637 44.395258, -93.726658 44.39355, -93.727684 44.39354, -93.727677 44.394673, -93.727791 44.394679, -93.727792 44.395214, -93.727965 44.39521, -93.727948 44.394325, -93.728394 44.394329, -93.728386 44.395234, -93.728488 44.395233, -93.728491 44.393199, -93.72779 44.393211, -93.72779 44.39345, -93.725755 44.393464, -93.725757 44.393552, -93.726363 44.393554, -93.726367 44.395248, -93.726637 44.395258)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 21.198272705078125}]", "question_entities": "{\"[3]\": {\"region_name\": \"Le Center, Minnesota\", \"geo_wkt\": \"MULTIPOLYGON (((-93.717542 44.398983, -93.71756 44.395306, -93.717587 44.39167, -93.717618 44.386688, -93.718818 44.386803, -93.718806 44.386871, -93.720394 44.387023, -93.720395 44.38723, -93.7217 44.387355, -93.722802 44.387457, -93.722803 44.388194, -93.722994 44.388194, -93.722947 44.384362, -93.717912 44.384368, -93.717827 44.380826, -93.727692 44.380647, -93.727649 44.378876, -93.727555 44.374973, -93.727545 44.369804, -93.732671 44.369809, -93.732686 44.377072, -93.727988 44.377061, -93.728032 44.378874, -93.735442 44.378825, -93.735805 44.377079, -93.74287 44.377095, -93.742881 44.380744, -93.747889 44.380729, -93.747924 44.384205, -93.747947 44.387756, -93.747948 44.387853, -93.743022 44.38789, -93.742902 44.387891, -93.742914 44.389157, -93.742915 44.389222, -93.742937 44.391534, -93.740398 44.391554, -93.740389 44.390697, -93.740528 44.389896, -93.740539 44.389832, -93.739246 44.389842, -93.739242 44.38992, -93.739214 44.390458, -93.73903 44.390476, -93.739032 44.390597, -93.738398 44.390598, -93.737878 44.390591, -93.737903 44.393319, -93.735793 44.393332, -93.735777 44.393272, -93.733606 44.393275, -93.733594 44.395251, -93.732952 44.395257, -93.732919 44.39551, -93.732788 44.398884, -93.730051 44.398909, -93.730062 44.398112, -93.726889 44.398108, -93.726907 44.398932, -93.717542 44.398983)), ((-93.727967 44.393346, -93.728362 44.393337, -93.728362 44.394117, -93.727968 44.394121, -93.727967 44.393346)), ((-93.726637 44.395258, -93.726658 44.39355, -93.727684 44.39354, -93.727677 44.394673, -93.727791 44.394679, -93.727792 44.395214, -93.727965 44.39521, -93.727948 44.394325, -93.728394 44.394329, -93.728386 44.395234, -93.728488 44.395233, -93.728491 44.393199, -93.72779 44.393211, -93.72779 44.39345, -93.725755 44.393464, -93.725757 44.393552, -93.726363 44.393554, -93.726367 44.395248, -93.726637 44.395258)))\", \"region\": {\"id\": 11575, \"geometry\": \"MULTIPOLYGON (((-93.717542 44.398983, -93.71756 44.395306, -93.717587 44.39167, -93.717618 44.386688, -93.718818 44.386803, -93.718806 44.386871, -93.720394 44.387023, -93.720395 44.38723, -93.7217 44.387355, -93.722802 44.387457, -93.722803 44.388194, -93.722994 44.388194, -93.722947 44.384362, -93.717912 44.384368, -93.717827 44.380826, -93.727692 44.380647, -93.727649 44.378876, -93.727555 44.374973, -93.727545 44.369804, -93.732671 44.369809, -93.732686 44.377072, -93.727988 44.377061, -93.728032 44.378874, -93.735442 44.378825, -93.735805 44.377079, -93.74287 44.377095, -93.742881 44.380744, -93.747889 44.380729, -93.747924 44.384205, -93.747947 44.387756, -93.747948 44.387853, -93.743022 44.38789, -93.742902 44.387891, -93.742914 44.389157, -93.742915 44.389222, -93.742937 44.391534, -93.740398 44.391554, -93.740389 44.390697, -93.740528 44.389896, -93.740539 44.389832, -93.739246 44.389842, -93.739242 44.38992, -93.739214 44.390458, -93.73903 44.390476, -93.739032 44.390597, -93.738398 44.390598, -93.737878 44.390591, -93.737903 44.393319, -93.735793 44.393332, -93.735777 44.393272, -93.733606 44.393275, -93.733594 44.395251, -93.732952 44.395257, -93.732919 44.39551, -93.732788 44.398884, -93.730051 44.398909, -93.730062 44.398112, -93.726889 44.398108, -93.726907 44.398932, -93.717542 44.398983)), ((-93.727967 44.393346, -93.728362 44.393337, -93.728362 44.394117, -93.727968 44.394121, -93.727967 44.393346)), ((-93.726637 44.395258, -93.726658 44.39355, -93.727684 44.39354, -93.727677 44.394673, -93.727791 44.394679, -93.727792 44.395214, -93.727965 44.39521, -93.727948 44.394325, -93.728394 44.394329, -93.728386 44.395234, -93.728488 44.395233, -93.728491 44.393199, -93.72779 44.393211, -93.72779 44.39345, -93.725755 44.393464, -93.725757 44.393552, -93.726363 44.393554, -93.726367 44.395248, -93.726637 44.395258)))\", \"region_name\": \"Le Center\", \"border_type\": \"city\", \"wikidata\": \"Q1911184\", \"wikipedia\": \"en:Le Center, Minnesota\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0011", "group": "raster_only", "template": "max_slope+area", "question": "What is the maximum slope in Medina Township, Medina County, Ohio?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-81.784902 41.201512, -81.806986 41.201547, -81.829259 41.201264, -81.851747 41.200925, -81.878281 41.200511, -81.878281 41.200466, -81.878273 41.196854, -81.878276 41.196676, -81.878259 41.192816, -81.878256 41.192264, -81.878248 41.191904, -81.878251 41.190972, -81.878249 41.18927, -81.878248 41.188494, -81.878247 41.187761, -81.878213 41.186648, -81.878243 41.185098, -81.8782 41.184792, -81.878239 41.182548, -81.878239 41.182172, -81.878237 41.180966, -81.878236 41.179623, -81.878238 41.171639, -81.878233 41.170683, -81.878236 41.169067, -81.878245 41.167797, -81.878247 41.167545, -81.878247 41.167482, -81.87827 41.165168, -81.87827 41.165089, -81.878281 41.160357, -81.878283 41.159384, -81.878289 41.156791, -81.872756 41.156743, -81.872871 41.16329, -81.869663 41.163298, -81.867829 41.16335, -81.867901 41.160628, -81.867858 41.16046, -81.865319 41.160464, -81.862376 41.160478, -81.86238 41.160346, -81.862401 41.159389, -81.862417 41.158631, -81.858605 41.158512, -81.858036 41.158488, -81.851471 41.15837, -81.848664 41.158199, -81.848663 41.156522, -81.84865 41.156145, -81.845451 41.156153, -81.844055 41.15617, -81.843716 41.156172, -81.843399 41.156173, -81.842728 41.156151, -81.842737 41.156487, -81.84274 41.157091, -81.842769 41.159982, -81.842339 41.16063, -81.842537 41.160937, -81.842621 41.161233, -81.842517 41.161286, -81.842374 41.16136, -81.842503 41.161589, -81.842622 41.161718, -81.842852 41.161819, -81.842852 41.162168, -81.842861 41.163491, -81.842575 41.163477, -81.839009 41.163453, -81.838674 41.163451, -81.838543 41.160984, -81.838569 41.160815, -81.829028 41.160842, -81.829028 41.16068, -81.830106 41.160615, -81.830095 41.159387, -81.830483 41.159382, -81.830481 41.158928, -81.829026 41.158944, -81.829025 41.158472, -81.830412 41.158467, -81.830387 41.15699, -81.829024 41.15694, -81.829022 41.155385, -81.829022 41.155353, -81.832454 41.152963, -81.832571 41.152876, -81.832796 41.152731, -81.832946 41.152651, -81.833071 41.1526, -81.831969 41.152589, -81.830641 41.152583, -81.828269 41.152573, -81.82776 41.152575, -81.82682 41.152578, -81.824248 41.152572, -81.822811 41.15257, -81.823599 41.151689, -81.823928 41.151477, -81.824421 41.151138, -81.824671 41.151033, -81.824281 41.151048, -81.824284 41.150892, -81.824285 41.150814, -81.824286 41.150741, -81.824308 41.149476, -81.824202 41.149437, -81.82411 41.149311, -81.824044 41.149106, -81.823667 41.149126, -81.82343 41.14908, -81.823132 41.148928, -81.822967 41.148684, -81.822948 41.148413, -81.82308 41.148195, -81.823284 41.147944, -81.823546 41.14802, -81.823951 41.148149, -81.824209 41.148301, -81.824229 41.147889, -81.824248 41.147179, -81.82407 41.147179, -81.824228 41.146881, -81.82407 41.146433, -81.823945 41.14698, -81.822987 41.146941, -81.822875 41.146571, -81.822677 41.146571, -81.822703 41.145951, -81.822287 41.145752, -81.822096 41.145898, -81.821733 41.14547, -81.821733 41.145766, -81.821687 41.145898, -81.821475 41.145739, -81.821363 41.145739, -81.821244 41.145785, -81.821277 41.1457, -81.821099 41.14568, -81.820974 41.1457, -81.820624 41.145673, -81.820076 41.145409, -81.819864 41.144888, -81.819878 41.144544, -81.819653 41.144538, -81.819528 41.144379, -81.819407 41.144079, -81.818918 41.14444, -81.818762 41.144538, -81.818768 41.144643, -81.818834 41.144782, -81.818861 41.14502, -81.818841 41.145185, -81.818795 41.145264, -81.818669 41.145343, -81.818564 41.145383, -81.818458 41.145409, -81.818471 41.145323, -81.818531 41.145092, -81.818511 41.144907, -81.818484 41.144716, -81.818418 41.144452, -81.81828 41.14428, -81.81914 41.144012, -81.819013 41.143838, -81.818432 41.143924, -81.818918 41.143117, -81.818616 41.143065, -81.818095 41.143046, -81.817938 41.143066, -81.817404 41.143309, -81.817177 41.143435, -81.817032 41.143481, -81.816821 41.143468, -81.816702 41.143415, -81.816629 41.143415, -81.816543 41.143468, -81.816431 41.143527, -81.816319 41.143547, -81.81624 41.143527, -81.816143 41.143449, -81.816135 41.143305, -81.816266 41.143224, -81.816411 41.143211, -81.81655 41.143118, -81.816675 41.143013, -81.816785 41.142618, -81.816948 41.142773, -81.817426 41.142832, -81.817637 41.142806, -81.817683 41.14272, -81.817776 41.142764, -81.818469 41.142525, -81.818517 41.142423, -81.81861 41.142501, -81.819474 41.142321, -81.819673 41.141837, -81.820086 41.142178, -81.819979 41.141512, -81.820106 41.141377, -81.820295 41.141287, -81.820512 41.141194, -81.820782 41.14116, -81.82098 41.141133, -81.821233 41.140989, -81.821341 41.140746, -81.821215 41.140358, -81.821107 41.140096, -81.821053 41.139964, -81.820953 41.139718, -81.820953 41.139312, -81.821079 41.13887, -81.821149 41.138697, -81.821154 41.138669, -81.821846 41.13868, -81.821973 41.137065, -81.822351 41.137107, -81.822771 41.137154, -81.822549 41.138446, -81.822657 41.138514, -81.822736 41.138565, -81.822946 41.138707, -81.823794 41.139258, -81.824642 41.140448, -81.825183 41.141296, -81.825796 41.141296, -81.825814 41.142576, -81.82897 41.142612, -81.828961 41.144136, -81.828939 41.14709, -81.828925 41.147843, -81.829007 41.147897, -81.829421 41.148198, -81.829503 41.148258, -81.829764 41.148591, -81.829926 41.148961, -81.830008 41.149169, -81.830189 41.149254, -81.830652 41.149472, -81.831774 41.150002, -81.83228 41.150242, -81.832317 41.150259, -81.832457 41.150325, -81.833119 41.150639, -81.833196 41.152248, -81.833614 41.152109, -81.833836 41.152054, -81.834102 41.152, -81.834425 41.151922, -81.835539 41.152269, -81.835823 41.15219, -81.835918 41.152163, -81.836193 41.152073, -81.836425 41.151981, -81.836648 41.151878, -81.836905 41.151736, -81.836912 41.151732, -81.837051 41.151643, -81.837208 41.151531, -81.838994 41.153487, -81.838965 41.152929, -81.838829 41.151411, -81.839084 41.151359, -81.838478 41.150637, -81.838688 41.150489, -81.839491 41.151402, -81.839775 41.151724, -81.840349 41.151477, -81.840226 41.151405, -81.840807 41.151013, -81.839628 41.149823, -81.839843 41.149672, -81.840368 41.149304, -81.840799 41.149002, -81.840872 41.148951, -81.840455 41.148958, -81.839294 41.148942, -81.838841 41.148949, -81.838863 41.147654, -81.838936 41.142364, -81.83799 41.14233, -81.837975 41.14462, -81.837931 41.144631, -81.833385 41.144549, -81.833332 41.144513, -81.833224 41.144439, -81.833893 41.142532, -81.834165 41.142543, -81.834563 41.141336, -81.831596 41.141406, -81.831593 41.141259, -81.831588 41.14108, -81.831583 41.140906, -81.833238 41.140884, -81.833243 41.140795, -81.833311 41.140489, -81.834104 41.140485, -81.834316 41.138765, -81.836069 41.138964, -81.836063 41.138781, -81.835858 41.136213, -81.808455 41.136228, -81.808189 41.13623, -81.803881 41.136265, -81.795208 41.136291, -81.792772 41.136266, -81.78519 41.136227, -81.784832 41.136228, -81.784838 41.137363, -81.78485 41.139532, -81.784785 41.156417, -81.784817 41.17085, -81.784822 41.183327, -81.784903 41.198126, -81.784902 41.201512)), ((-81.878289 41.15617, -81.878289 41.15609, -81.878289 41.156086, -81.878298 41.154538, -81.878302 41.153573, -81.878304 41.153213, -81.878307 41.152506, -81.87831 41.151718, -81.878314 41.150939, -81.878323 41.149356, -81.878236 41.149356, -81.873319 41.149355, -81.873372 41.156184, -81.875191 41.156179, -81.878289 41.15617)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 28.117481231689453}]", "question_entities": "{\"[3]\": {\"region_name\": \"Medina Township, Medina County, Ohio\", \"geo_wkt\": \"MULTIPOLYGON (((-81.784902 41.201512, -81.806986 41.201547, -81.829259 41.201264, -81.851747 41.200925, -81.878281 41.200511, -81.878281 41.200466, -81.878273 41.196854, -81.878276 41.196676, -81.878259 41.192816, -81.878256 41.192264, -81.878248 41.191904, -81.878251 41.190972, -81.878249 41.18927, -81.878248 41.188494, -81.878247 41.187761, -81.878213 41.186648, -81.878243 41.185098, -81.8782 41.184792, -81.878239 41.182548, -81.878239 41.182172, -81.878237 41.180966, -81.878236 41.179623, -81.878238 41.171639, -81.878233 41.170683, -81.878236 41.169067, -81.878245 41.167797, -81.878247 41.167545, -81.878247 41.167482, -81.87827 41.165168, -81.87827 41.165089, -81.878281 41.160357, -81.878283 41.159384, -81.878289 41.156791, -81.872756 41.156743, -81.872871 41.16329, -81.869663 41.163298, -81.867829 41.16335, -81.867901 41.160628, -81.867858 41.16046, -81.865319 41.160464, -81.862376 41.160478, -81.86238 41.160346, -81.862401 41.159389, -81.862417 41.158631, -81.858605 41.158512, -81.858036 41.158488, -81.851471 41.15837, -81.848664 41.158199, -81.848663 41.156522, -81.84865 41.156145, -81.845451 41.156153, -81.844055 41.15617, -81.843716 41.156172, -81.843399 41.156173, -81.842728 41.156151, -81.842737 41.156487, -81.84274 41.157091, -81.842769 41.159982, -81.842339 41.16063, -81.842537 41.160937, -81.842621 41.161233, -81.842517 41.161286, -81.842374 41.16136, -81.842503 41.161589, -81.842622 41.161718, -81.842852 41.161819, -81.842852 41.162168, -81.842861 41.163491, -81.842575 41.163477, -81.839009 41.163453, -81.838674 41.163451, -81.838543 41.160984, -81.838569 41.160815, -81.829028 41.160842, -81.829028 41.16068, -81.830106 41.160615, -81.830095 41.159387, -81.830483 41.159382, -81.830481 41.158928, -81.829026 41.158944, -81.829025 41.158472, -81.830412 41.158467, -81.830387 41.15699, -81.829024 41.15694, -81.829022 41.155385, -81.829022 41.155353, -81.832454 41.152963, -81.832571 41.152876, -81.832796 41.152731, -81.832946 41.152651, -81.833071 41.1526, -81.831969 41.152589, -81.830641 41.152583, -81.828269 41.152573, -81.82776 41.152575, -81.82682 41.152578, -81.824248 41.152572, -81.822811 41.15257, -81.823599 41.151689, -81.823928 41.151477, -81.824421 41.151138, -81.824671 41.151033, -81.824281 41.151048, -81.824284 41.150892, -81.824285 41.150814, -81.824286 41.150741, -81.824308 41.149476, -81.824202 41.149437, -81.82411 41.149311, -81.824044 41.149106, -81.823667 41.149126, -81.82343 41.14908, -81.823132 41.148928, -81.822967 41.148684, -81.822948 41.148413, -81.82308 41.148195, -81.823284 41.147944, -81.823546 41.14802, -81.823951 41.148149, -81.824209 41.148301, -81.824229 41.147889, -81.824248 41.147179, -81.82407 41.147179, -81.824228 41.146881, -81.82407 41.146433, -81.823945 41.14698, -81.822987 41.146941, -81.822875 41.146571, -81.822677 41.146571, -81.822703 41.145951, -81.822287 41.145752, -81.822096 41.145898, -81.821733 41.14547, -81.821733 41.145766, -81.821687 41.145898, -81.821475 41.145739, -81.821363 41.145739, -81.821244 41.145785, -81.821277 41.1457, -81.821099 41.14568, -81.820974 41.1457, -81.820624 41.145673, -81.820076 41.145409, -81.819864 41.144888, -81.819878 41.144544, -81.819653 41.144538, -81.819528 41.144379, -81.819407 41.144079, -81.818918 41.14444, -81.818762 41.144538, -81.818768 41.144643, -81.818834 41.144782, -81.818861 41.14502, -81.818841 41.145185, -81.818795 41.145264, -81.818669 41.145343, -81.818564 41.145383, -81.818458 41.145409, -81.818471 41.145323, -81.818531 41.145092, -81.818511 41.144907, -81.818484 41.144716, -81.818418 41.144452, -81.81828 41.14428, -81.81914 41.144012, -81.819013 41.143838, -81.818432 41.143924, -81.818918 41.143117, -81.818616 41.143065, -81.818095 41.143046, -81.817938 41.143066, -81.817404 41.143309, -81.817177 41.143435, -81.817032 41.143481, -81.816821 41.143468, -81.816702 41.143415, -81.816629 41.143415, -81.816543 41.143468, -81.816431 41.143527, -81.816319 41.143547, -81.81624 41.143527, -81.816143 41.143449, -81.816135 41.143305, -81.816266 41.143224, -81.816411 41.143211, -81.81655 41.143118, -81.816675 41.143013, -81.816785 41.142618, -81.816948 41.142773, -81.817426 41.142832, -81.817637 41.142806, -81.817683 41.14272, -81.817776 41.142764, -81.818469 41.142525, -81.818517 41.142423, -81.81861 41.142501, -81.819474 41.142321, -81.819673 41.141837, -81.820086 41.142178, -81.819979 41.141512, -81.820106 41.141377, -81.820295 41.141287, -81.820512 41.141194, -81.820782 41.14116, -81.82098 41.141133, -81.821233 41.140989, -81.821341 41.140746, -81.821215 41.140358, -81.821107 41.140096, -81.821053 41.139964, -81.820953 41.139718, -81.820953 41.139312, -81.821079 41.13887, -81.821149 41.138697, -81.821154 41.138669, -81.821846 41.13868, -81.821973 41.137065, -81.822351 41.137107, -81.822771 41.137154, -81.822549 41.138446, -81.822657 41.138514, -81.822736 41.138565, -81.822946 41.138707, -81.823794 41.139258, -81.824642 41.140448, -81.825183 41.141296, -81.825796 41.141296, -81.825814 41.142576, -81.82897 41.142612, -81.828961 41.144136, -81.828939 41.14709, -81.828925 41.147843, -81.829007 41.147897, -81.829421 41.148198, -81.829503 41.148258, -81.829764 41.148591, -81.829926 41.148961, -81.830008 41.149169, -81.830189 41.149254, -81.830652 41.149472, -81.831774 41.150002, -81.83228 41.150242, -81.832317 41.150259, -81.832457 41.150325, -81.833119 41.150639, -81.833196 41.152248, -81.833614 41.152109, -81.833836 41.152054, -81.834102 41.152, -81.834425 41.151922, -81.835539 41.152269, -81.835823 41.15219, -81.835918 41.152163, -81.836193 41.152073, -81.836425 41.151981, -81.836648 41.151878, -81.836905 41.151736, -81.836912 41.151732, -81.837051 41.151643, -81.837208 41.151531, -81.838994 41.153487, -81.838965 41.152929, -81.838829 41.151411, -81.839084 41.151359, -81.838478 41.150637, -81.838688 41.150489, -81.839491 41.151402, -81.839775 41.151724, -81.840349 41.151477, -81.840226 41.151405, -81.840807 41.151013, -81.839628 41.149823, -81.839843 41.149672, -81.840368 41.149304, -81.840799 41.149002, -81.840872 41.148951, -81.840455 41.148958, -81.839294 41.148942, -81.838841 41.148949, -81.838863 41.147654, -81.838936 41.142364, -81.83799 41.14233, -81.837975 41.14462, -81.837931 41.144631, -81.833385 41.144549, -81.833332 41.144513, -81.833224 41.144439, -81.833893 41.142532, -81.834165 41.142543, -81.834563 41.141336, -81.831596 41.141406, -81.831593 41.141259, -81.831588 41.14108, -81.831583 41.140906, -81.833238 41.140884, -81.833243 41.140795, -81.833311 41.140489, -81.834104 41.140485, -81.834316 41.138765, -81.836069 41.138964, -81.836063 41.138781, -81.835858 41.136213, -81.808455 41.136228, -81.808189 41.13623, -81.803881 41.136265, -81.795208 41.136291, -81.792772 41.136266, -81.78519 41.136227, -81.784832 41.136228, -81.784838 41.137363, -81.78485 41.139532, -81.784785 41.156417, -81.784817 41.17085, -81.784822 41.183327, -81.784903 41.198126, -81.784902 41.201512)), ((-81.878289 41.15617, -81.878289 41.15609, -81.878289 41.156086, -81.878298 41.154538, -81.878302 41.153573, -81.878304 41.153213, -81.878307 41.152506, -81.87831 41.151718, -81.878314 41.150939, -81.878323 41.149356, -81.878236 41.149356, -81.873319 41.149355, -81.873372 41.156184, -81.875191 41.156179, -81.878289 41.15617)))\", \"region\": {\"id\": 20137, \"geometry\": \"MULTIPOLYGON (((-81.784902 41.201512, -81.806986 41.201547, -81.829259 41.201264, -81.851747 41.200925, -81.878281 41.200511, -81.878281 41.200466, -81.878273 41.196854, -81.878276 41.196676, -81.878259 41.192816, -81.878256 41.192264, -81.878248 41.191904, -81.878251 41.190972, -81.878249 41.18927, -81.878248 41.188494, -81.878247 41.187761, -81.878213 41.186648, -81.878243 41.185098, -81.8782 41.184792, -81.878239 41.182548, -81.878239 41.182172, -81.878237 41.180966, -81.878236 41.179623, -81.878238 41.171639, -81.878233 41.170683, -81.878236 41.169067, -81.878245 41.167797, -81.878247 41.167545, -81.878247 41.167482, -81.87827 41.165168, -81.87827 41.165089, -81.878281 41.160357, -81.878283 41.159384, -81.878289 41.156791, -81.872756 41.156743, -81.872871 41.16329, -81.869663 41.163298, -81.867829 41.16335, -81.867901 41.160628, -81.867858 41.16046, -81.865319 41.160464, -81.862376 41.160478, -81.86238 41.160346, -81.862401 41.159389, -81.862417 41.158631, -81.858605 41.158512, -81.858036 41.158488, -81.851471 41.15837, -81.848664 41.158199, -81.848663 41.156522, -81.84865 41.156145, -81.845451 41.156153, -81.844055 41.15617, -81.843716 41.156172, -81.843399 41.156173, -81.842728 41.156151, -81.842737 41.156487, -81.84274 41.157091, -81.842769 41.159982, -81.842339 41.16063, -81.842537 41.160937, -81.842621 41.161233, -81.842517 41.161286, -81.842374 41.16136, -81.842503 41.161589, -81.842622 41.161718, -81.842852 41.161819, -81.842852 41.162168, -81.842861 41.163491, -81.842575 41.163477, -81.839009 41.163453, -81.838674 41.163451, -81.838543 41.160984, -81.838569 41.160815, -81.829028 41.160842, -81.829028 41.16068, -81.830106 41.160615, -81.830095 41.159387, -81.830483 41.159382, -81.830481 41.158928, -81.829026 41.158944, -81.829025 41.158472, -81.830412 41.158467, -81.830387 41.15699, -81.829024 41.15694, -81.829022 41.155385, -81.829022 41.155353, -81.832454 41.152963, -81.832571 41.152876, -81.832796 41.152731, -81.832946 41.152651, -81.833071 41.1526, -81.831969 41.152589, -81.830641 41.152583, -81.828269 41.152573, -81.82776 41.152575, -81.82682 41.152578, -81.824248 41.152572, -81.822811 41.15257, -81.823599 41.151689, -81.823928 41.151477, -81.824421 41.151138, -81.824671 41.151033, -81.824281 41.151048, -81.824284 41.150892, -81.824285 41.150814, -81.824286 41.150741, -81.824308 41.149476, -81.824202 41.149437, -81.82411 41.149311, -81.824044 41.149106, -81.823667 41.149126, -81.82343 41.14908, -81.823132 41.148928, -81.822967 41.148684, -81.822948 41.148413, -81.82308 41.148195, -81.823284 41.147944, -81.823546 41.14802, -81.823951 41.148149, -81.824209 41.148301, -81.824229 41.147889, -81.824248 41.147179, -81.82407 41.147179, -81.824228 41.146881, -81.82407 41.146433, -81.823945 41.14698, -81.822987 41.146941, -81.822875 41.146571, -81.822677 41.146571, -81.822703 41.145951, -81.822287 41.145752, -81.822096 41.145898, -81.821733 41.14547, -81.821733 41.145766, -81.821687 41.145898, -81.821475 41.145739, -81.821363 41.145739, -81.821244 41.145785, -81.821277 41.1457, -81.821099 41.14568, -81.820974 41.1457, -81.820624 41.145673, -81.820076 41.145409, -81.819864 41.144888, -81.819878 41.144544, -81.819653 41.144538, -81.819528 41.144379, -81.819407 41.144079, -81.818918 41.14444, -81.818762 41.144538, -81.818768 41.144643, -81.818834 41.144782, -81.818861 41.14502, -81.818841 41.145185, -81.818795 41.145264, -81.818669 41.145343, -81.818564 41.145383, -81.818458 41.145409, -81.818471 41.145323, -81.818531 41.145092, -81.818511 41.144907, -81.818484 41.144716, -81.818418 41.144452, -81.81828 41.14428, -81.81914 41.144012, -81.819013 41.143838, -81.818432 41.143924, -81.818918 41.143117, -81.818616 41.143065, -81.818095 41.143046, -81.817938 41.143066, -81.817404 41.143309, -81.817177 41.143435, -81.817032 41.143481, -81.816821 41.143468, -81.816702 41.143415, -81.816629 41.143415, -81.816543 41.143468, -81.816431 41.143527, -81.816319 41.143547, -81.81624 41.143527, -81.816143 41.143449, -81.816135 41.143305, -81.816266 41.143224, -81.816411 41.143211, -81.81655 41.143118, -81.816675 41.143013, -81.816785 41.142618, -81.816948 41.142773, -81.817426 41.142832, -81.817637 41.142806, -81.817683 41.14272, -81.817776 41.142764, -81.818469 41.142525, -81.818517 41.142423, -81.81861 41.142501, -81.819474 41.142321, -81.819673 41.141837, -81.820086 41.142178, -81.819979 41.141512, -81.820106 41.141377, -81.820295 41.141287, -81.820512 41.141194, -81.820782 41.14116, -81.82098 41.141133, -81.821233 41.140989, -81.821341 41.140746, -81.821215 41.140358, -81.821107 41.140096, -81.821053 41.139964, -81.820953 41.139718, -81.820953 41.139312, -81.821079 41.13887, -81.821149 41.138697, -81.821154 41.138669, -81.821846 41.13868, -81.821973 41.137065, -81.822351 41.137107, -81.822771 41.137154, -81.822549 41.138446, -81.822657 41.138514, -81.822736 41.138565, -81.822946 41.138707, -81.823794 41.139258, -81.824642 41.140448, -81.825183 41.141296, -81.825796 41.141296, -81.825814 41.142576, -81.82897 41.142612, -81.828961 41.144136, -81.828939 41.14709, -81.828925 41.147843, -81.829007 41.147897, -81.829421 41.148198, -81.829503 41.148258, -81.829764 41.148591, -81.829926 41.148961, -81.830008 41.149169, -81.830189 41.149254, -81.830652 41.149472, -81.831774 41.150002, -81.83228 41.150242, -81.832317 41.150259, -81.832457 41.150325, -81.833119 41.150639, -81.833196 41.152248, -81.833614 41.152109, -81.833836 41.152054, -81.834102 41.152, -81.834425 41.151922, -81.835539 41.152269, -81.835823 41.15219, -81.835918 41.152163, -81.836193 41.152073, -81.836425 41.151981, -81.836648 41.151878, -81.836905 41.151736, -81.836912 41.151732, -81.837051 41.151643, -81.837208 41.151531, -81.838994 41.153487, -81.838965 41.152929, -81.838829 41.151411, -81.839084 41.151359, -81.838478 41.150637, -81.838688 41.150489, -81.839491 41.151402, -81.839775 41.151724, -81.840349 41.151477, -81.840226 41.151405, -81.840807 41.151013, -81.839628 41.149823, -81.839843 41.149672, -81.840368 41.149304, -81.840799 41.149002, -81.840872 41.148951, -81.840455 41.148958, -81.839294 41.148942, -81.838841 41.148949, -81.838863 41.147654, -81.838936 41.142364, -81.83799 41.14233, -81.837975 41.14462, -81.837931 41.144631, -81.833385 41.144549, -81.833332 41.144513, -81.833224 41.144439, -81.833893 41.142532, -81.834165 41.142543, -81.834563 41.141336, -81.831596 41.141406, -81.831593 41.141259, -81.831588 41.14108, -81.831583 41.140906, -81.833238 41.140884, -81.833243 41.140795, -81.833311 41.140489, -81.834104 41.140485, -81.834316 41.138765, -81.836069 41.138964, -81.836063 41.138781, -81.835858 41.136213, -81.808455 41.136228, -81.808189 41.13623, -81.803881 41.136265, -81.795208 41.136291, -81.792772 41.136266, -81.78519 41.136227, -81.784832 41.136228, -81.784838 41.137363, -81.78485 41.139532, -81.784785 41.156417, -81.784817 41.17085, -81.784822 41.183327, -81.784903 41.198126, -81.784902 41.201512)), ((-81.878289 41.15617, -81.878289 41.15609, -81.878289 41.156086, -81.878298 41.154538, -81.878302 41.153573, -81.878304 41.153213, -81.878307 41.152506, -81.87831 41.151718, -81.878314 41.150939, -81.878323 41.149356, -81.878236 41.149356, -81.873319 41.149355, -81.873372 41.156184, -81.875191 41.156179, -81.878289 41.15617)))\", \"region_name\": \"Medina Township\", \"border_type\": \"township\", \"wikidata\": \"Q7998108\", \"wikipedia\": \"en:Medina Township, Medina County, Ohio\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/max_slope+area/0012", "group": "raster_only", "template": "max_slope+area", "question": "What is the maximum slope in Kosciusko County, Indiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.653526 41.436918, -85.756847 41.435905, -85.757411 41.435906, -85.757958 41.435901, -85.768943 41.435796, -85.891655 41.435698, -85.972731 41.435432, -85.973103 41.435431, -85.974728 41.435426, -85.982118 41.435418, -85.986325 41.435411, -85.991615 41.435404, -86.000748 41.435393, -86.001431 41.435394, -86.058982 41.435489, -86.058986 41.433647, -86.058983 41.433578, -86.05735 41.303318, -86.053894 41.173523, -86.07769 41.173603, -86.075783 41.085117, -86.018414 41.086118, -86.018605 41.054509, -86.018612 41.053294, -86.018616 41.052541, -86.018623 41.051333, -86.018659 41.046014, -86.01866 41.045882, -86.018649 41.045869, -86.018658 41.045399, -86.018691 41.042836, -85.981351 41.042795, -85.980894 41.042274, -85.980407 41.041682, -85.980041 41.041196, -85.980161 41.040773, -85.980275 41.040404, -85.9802 41.039959, -85.979769 41.039275, -85.979307 41.03893, -85.978837 41.038811, -85.978352 41.038752, -85.977913 41.038818, -85.977621 41.03891, -85.977285 41.039083, -85.97716 41.039174, -85.977145 41.039263, -85.97715 41.039377, -85.977233 41.039468, -85.977274 41.039511, -85.977202 41.039744, -85.977079 41.040014, -85.976936 41.040138, -85.976719 41.040211, -85.976357 41.04038, -85.976018 41.040651, -85.975969 41.040719, -85.975998 41.04083, -85.976056 41.040978, -85.975802 41.041353, -85.975662 41.04145, -85.97556 41.041504, -85.975496 41.041743, -85.97556 41.041962, -85.975935 41.04218, -85.976449 41.042348, -85.977688 41.042706, -85.977772 41.042741, -85.977823 41.042791, -85.9778 41.042875, -85.945633 41.042828, -85.940751 41.042903, -85.927174 41.042638, -85.907338 41.042982, -85.888706 41.04313, -85.870366 41.043028, -85.853422 41.043214, -85.815049 41.04362, -85.795657 41.043521, -85.77975 41.044123, -85.760519 41.044509, -85.749975 41.04475, -85.733718 41.045086, -85.723521 41.04533, -85.699649 41.045702, -85.693337 41.045937, -85.684139 41.046667, -85.685623 41.089581, -85.687637 41.178982, -85.652245 41.178753, -85.651794 41.266785, -85.652679 41.294926, -85.653831 41.352119, -85.653526 41.436918))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 37.941551208496094}]", "question_entities": "{\"[3]\": {\"region_name\": \"Kosciusko County, Indiana\", \"geo_wkt\": \"POLYGON ((-85.653526 41.436918, -85.756847 41.435905, -85.757411 41.435906, -85.757958 41.435901, -85.768943 41.435796, -85.891655 41.435698, -85.972731 41.435432, -85.973103 41.435431, -85.974728 41.435426, -85.982118 41.435418, -85.986325 41.435411, -85.991615 41.435404, -86.000748 41.435393, -86.001431 41.435394, -86.058982 41.435489, -86.058986 41.433647, -86.058983 41.433578, -86.05735 41.303318, -86.053894 41.173523, -86.07769 41.173603, -86.075783 41.085117, -86.018414 41.086118, -86.018605 41.054509, -86.018612 41.053294, -86.018616 41.052541, -86.018623 41.051333, -86.018659 41.046014, -86.01866 41.045882, -86.018649 41.045869, -86.018658 41.045399, -86.018691 41.042836, -85.981351 41.042795, -85.980894 41.042274, -85.980407 41.041682, -85.980041 41.041196, -85.980161 41.040773, -85.980275 41.040404, -85.9802 41.039959, -85.979769 41.039275, -85.979307 41.03893, -85.978837 41.038811, -85.978352 41.038752, -85.977913 41.038818, -85.977621 41.03891, -85.977285 41.039083, -85.97716 41.039174, -85.977145 41.039263, -85.97715 41.039377, -85.977233 41.039468, -85.977274 41.039511, -85.977202 41.039744, -85.977079 41.040014, -85.976936 41.040138, -85.976719 41.040211, -85.976357 41.04038, -85.976018 41.040651, -85.975969 41.040719, -85.975998 41.04083, -85.976056 41.040978, -85.975802 41.041353, -85.975662 41.04145, -85.97556 41.041504, -85.975496 41.041743, -85.97556 41.041962, -85.975935 41.04218, -85.976449 41.042348, -85.977688 41.042706, -85.977772 41.042741, -85.977823 41.042791, -85.9778 41.042875, -85.945633 41.042828, -85.940751 41.042903, -85.927174 41.042638, -85.907338 41.042982, -85.888706 41.04313, -85.870366 41.043028, -85.853422 41.043214, -85.815049 41.04362, -85.795657 41.043521, -85.77975 41.044123, -85.760519 41.044509, -85.749975 41.04475, -85.733718 41.045086, -85.723521 41.04533, -85.699649 41.045702, -85.693337 41.045937, -85.684139 41.046667, -85.685623 41.089581, -85.687637 41.178982, -85.652245 41.178753, -85.651794 41.266785, -85.652679 41.294926, -85.653831 41.352119, -85.653526 41.436918))\", \"region\": {\"id\": 38595, \"geometry\": \"POLYGON ((-85.653526 41.436918, -85.756847 41.435905, -85.757411 41.435906, -85.757958 41.435901, -85.768943 41.435796, -85.891655 41.435698, -85.972731 41.435432, -85.973103 41.435431, -85.974728 41.435426, -85.982118 41.435418, -85.986325 41.435411, -85.991615 41.435404, -86.000748 41.435393, -86.001431 41.435394, -86.058982 41.435489, -86.058986 41.433647, -86.058983 41.433578, -86.05735 41.303318, -86.053894 41.173523, -86.07769 41.173603, -86.075783 41.085117, -86.018414 41.086118, -86.018605 41.054509, -86.018612 41.053294, -86.018616 41.052541, -86.018623 41.051333, -86.018659 41.046014, -86.01866 41.045882, -86.018649 41.045869, -86.018658 41.045399, -86.018691 41.042836, -85.981351 41.042795, -85.980894 41.042274, -85.980407 41.041682, -85.980041 41.041196, -85.980161 41.040773, -85.980275 41.040404, -85.9802 41.039959, -85.979769 41.039275, -85.979307 41.03893, -85.978837 41.038811, -85.978352 41.038752, -85.977913 41.038818, -85.977621 41.03891, -85.977285 41.039083, -85.97716 41.039174, -85.977145 41.039263, -85.97715 41.039377, -85.977233 41.039468, -85.977274 41.039511, -85.977202 41.039744, -85.977079 41.040014, -85.976936 41.040138, -85.976719 41.040211, -85.976357 41.04038, -85.976018 41.040651, -85.975969 41.040719, -85.975998 41.04083, -85.976056 41.040978, -85.975802 41.041353, -85.975662 41.04145, -85.97556 41.041504, -85.975496 41.041743, -85.97556 41.041962, -85.975935 41.04218, -85.976449 41.042348, -85.977688 41.042706, -85.977772 41.042741, -85.977823 41.042791, -85.9778 41.042875, -85.945633 41.042828, -85.940751 41.042903, -85.927174 41.042638, -85.907338 41.042982, -85.888706 41.04313, -85.870366 41.043028, -85.853422 41.043214, -85.815049 41.04362, -85.795657 41.043521, -85.77975 41.044123, -85.760519 41.044509, -85.749975 41.04475, -85.733718 41.045086, -85.723521 41.04533, -85.699649 41.045702, -85.693337 41.045937, -85.684139 41.046667, -85.685623 41.089581, -85.687637 41.178982, -85.652245 41.178753, -85.651794 41.266785, -85.652679 41.294926, -85.653831 41.352119, -85.653526 41.436918))\", \"region_name\": \"Kosciusko County\", \"border_type\": \"county\", \"wikidata\": \"Q506376\", \"wikipedia\": \"en:Kosciusko County, Indiana\", \"admin_level\": \"6\", \"population\": \"78620\"}}}"} -{"id": "raster_only/max_slope+area/0013", "group": "raster_only", "template": "max_slope+area", "question": "How steep is the steepest part of Scotland, Connecticut?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.102779 41.744496, -72.107491 41.745196, -72.108612 41.74537, -72.108663 41.745378, -72.108707 41.745384, -72.108746 41.745391, -72.109366 41.745488, -72.110134 41.745608, -72.110356 41.745642, -72.111256 41.745783, -72.111343 41.745796, -72.111933 41.74589, -72.112002 41.7459, -72.11201 41.7459, -72.112037 41.745904, -72.112046 41.745906, -72.11236 41.744906, -72.113304 41.741912, -72.113492 41.741314, -72.113601 41.740971, -72.113619 41.740914, -72.113631 41.740874, -72.113902 41.740013, -72.1141 41.739381, -72.114288 41.738784, -72.114298 41.738751, -72.114308 41.738722, -72.11538 41.735314, -72.115712 41.734259, -72.115768 41.734081, -72.116297 41.7324, -72.116853 41.730638, -72.116968 41.730272, -72.117274 41.729292, -72.117854 41.727437, -72.118194 41.726352, -72.118474 41.725459, -72.118501 41.725374, -72.118512 41.725339, -72.11894 41.723983, -72.119303 41.722836, -72.119642 41.721768, -72.12171 41.715226, -72.12211 41.713961, -72.12249 41.712762, -72.122476 41.712618, -72.122381 41.711648, -72.122249 41.710294, -72.122186 41.709647, -72.122 41.707737, -72.121977 41.707496, -72.12194 41.707083, -72.121925 41.706911, -72.121801 41.705488, -72.121676 41.704057, -72.121452 41.701501, -72.12145 41.701473, -72.121375 41.70062, -72.121275 41.699468, -72.121264 41.699343, -72.121114 41.697625, -72.1211 41.69746, -72.121096 41.697399, -72.121088 41.697289, -72.121086 41.697244, -72.120917 41.694666, -72.120912 41.694589, -72.120757 41.692198, -72.120682 41.691053, -72.120466 41.687746, -72.120434 41.68726, -72.120371 41.686284, -72.12033 41.685661, -72.120246 41.684376, -72.120192 41.683538, -72.120189 41.683492, -72.120187 41.683421, -72.120163 41.682522, -72.12014 41.681693, -72.120076 41.679301, -72.120014 41.676977, -72.120011 41.676844, -72.119962 41.675031, -72.119914 41.673235, -72.11985 41.670888, -72.11978 41.668258, -72.119722 41.666093, -72.11968 41.664552, -72.119679 41.664498, -72.119678 41.664452, -72.119684 41.664421, -72.119762 41.664056, -72.119778 41.663992, -72.119804 41.663894, -72.119908 41.6635, -72.119974 41.663247, -72.119983 41.663214, -72.120123 41.66271, -72.120241 41.662264, -72.120329 41.661934, -72.110927 41.66033, -72.109693 41.66012, -72.1055 41.659405, -72.096123 41.657876, -72.064035 41.652574, -72.062051 41.652246, -72.062001 41.652554, -72.061906 41.65291, -72.061385 41.654886, -72.061219 41.655516, -72.061212 41.655544, -72.060896 41.656754, -72.059949 41.660382, -72.059634 41.661592, -72.059383 41.662484, -72.058631 41.665164, -72.058381 41.666058, -72.058189 41.66678, -72.057614 41.668952, -72.057423 41.669678, -72.057328 41.67001, -72.057045 41.671012, -72.056951 41.671346, -72.056251 41.673952, -72.056121 41.674438, -72.056114 41.674464, -72.056091 41.674548, -72.056069 41.674632, -72.054151 41.681774, -72.053452 41.684382, -72.053349 41.68509, -72.053299 41.685444, -72.053273 41.685626, -72.053246 41.685808, -72.053218 41.686, -72.05319 41.686194, -72.053042 41.687216, -72.05294 41.687926, -72.052935 41.687996, -72.052924 41.68821, -72.052921 41.688282, -72.053436 41.69035, -72.054982 41.696554, -72.055498 41.698622, -72.055521 41.69872, -72.055619 41.69914, -72.055983 41.700694, -72.056105 41.701212, -72.056179 41.701384, -72.056117 41.701848, -72.05586 41.703798, -72.055848 41.703896, -72.055825 41.70407, -72.055775 41.70445, -72.055711 41.70493, -72.055523 41.70637, -72.055461 41.70685, -72.055459 41.707366, -72.0554 41.70767, -72.055312 41.708522, -72.055254 41.708842, -72.055215 41.70919, -72.055039 41.710648, -72.054792 41.712703, -72.054438 41.715734, -72.053388 41.72483, -72.053335 41.72529, -72.053074 41.72755, -72.053063 41.727642, -72.053038 41.727862, -72.052943 41.728574, -72.05266 41.730718, -72.052583 41.731679, -72.066213 41.733475, -72.079714 41.734994, -72.083906 41.736698, -72.084143 41.73675, -72.084241 41.736771, -72.084911 41.73701, -72.086676 41.73764, -72.094622 41.741023, -72.1027 41.744462, -72.102779 41.744496))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 33.790035247802734}]", "question_entities": "{\"[3]\": {\"region_name\": \"Scotland, Connecticut\", \"geo_wkt\": \"POLYGON ((-72.102779 41.744496, -72.107491 41.745196, -72.108612 41.74537, -72.108663 41.745378, -72.108707 41.745384, -72.108746 41.745391, -72.109366 41.745488, -72.110134 41.745608, -72.110356 41.745642, -72.111256 41.745783, -72.111343 41.745796, -72.111933 41.74589, -72.112002 41.7459, -72.11201 41.7459, -72.112037 41.745904, -72.112046 41.745906, -72.11236 41.744906, -72.113304 41.741912, -72.113492 41.741314, -72.113601 41.740971, -72.113619 41.740914, -72.113631 41.740874, -72.113902 41.740013, -72.1141 41.739381, -72.114288 41.738784, -72.114298 41.738751, -72.114308 41.738722, -72.11538 41.735314, -72.115712 41.734259, -72.115768 41.734081, -72.116297 41.7324, -72.116853 41.730638, -72.116968 41.730272, -72.117274 41.729292, -72.117854 41.727437, -72.118194 41.726352, -72.118474 41.725459, -72.118501 41.725374, -72.118512 41.725339, -72.11894 41.723983, -72.119303 41.722836, -72.119642 41.721768, -72.12171 41.715226, -72.12211 41.713961, -72.12249 41.712762, -72.122476 41.712618, -72.122381 41.711648, -72.122249 41.710294, -72.122186 41.709647, -72.122 41.707737, -72.121977 41.707496, -72.12194 41.707083, -72.121925 41.706911, -72.121801 41.705488, -72.121676 41.704057, -72.121452 41.701501, -72.12145 41.701473, -72.121375 41.70062, -72.121275 41.699468, -72.121264 41.699343, -72.121114 41.697625, -72.1211 41.69746, -72.121096 41.697399, -72.121088 41.697289, -72.121086 41.697244, -72.120917 41.694666, -72.120912 41.694589, -72.120757 41.692198, -72.120682 41.691053, -72.120466 41.687746, -72.120434 41.68726, -72.120371 41.686284, -72.12033 41.685661, -72.120246 41.684376, -72.120192 41.683538, -72.120189 41.683492, -72.120187 41.683421, -72.120163 41.682522, -72.12014 41.681693, -72.120076 41.679301, -72.120014 41.676977, -72.120011 41.676844, -72.119962 41.675031, -72.119914 41.673235, -72.11985 41.670888, -72.11978 41.668258, -72.119722 41.666093, -72.11968 41.664552, -72.119679 41.664498, -72.119678 41.664452, -72.119684 41.664421, -72.119762 41.664056, -72.119778 41.663992, -72.119804 41.663894, -72.119908 41.6635, -72.119974 41.663247, -72.119983 41.663214, -72.120123 41.66271, -72.120241 41.662264, -72.120329 41.661934, -72.110927 41.66033, -72.109693 41.66012, -72.1055 41.659405, -72.096123 41.657876, -72.064035 41.652574, -72.062051 41.652246, -72.062001 41.652554, -72.061906 41.65291, -72.061385 41.654886, -72.061219 41.655516, -72.061212 41.655544, -72.060896 41.656754, -72.059949 41.660382, -72.059634 41.661592, -72.059383 41.662484, -72.058631 41.665164, -72.058381 41.666058, -72.058189 41.66678, -72.057614 41.668952, -72.057423 41.669678, -72.057328 41.67001, -72.057045 41.671012, -72.056951 41.671346, -72.056251 41.673952, -72.056121 41.674438, -72.056114 41.674464, -72.056091 41.674548, -72.056069 41.674632, -72.054151 41.681774, -72.053452 41.684382, -72.053349 41.68509, -72.053299 41.685444, -72.053273 41.685626, -72.053246 41.685808, -72.053218 41.686, -72.05319 41.686194, -72.053042 41.687216, -72.05294 41.687926, -72.052935 41.687996, -72.052924 41.68821, -72.052921 41.688282, -72.053436 41.69035, -72.054982 41.696554, -72.055498 41.698622, -72.055521 41.69872, -72.055619 41.69914, -72.055983 41.700694, -72.056105 41.701212, -72.056179 41.701384, -72.056117 41.701848, -72.05586 41.703798, -72.055848 41.703896, -72.055825 41.70407, -72.055775 41.70445, -72.055711 41.70493, -72.055523 41.70637, -72.055461 41.70685, -72.055459 41.707366, -72.0554 41.70767, -72.055312 41.708522, -72.055254 41.708842, -72.055215 41.70919, -72.055039 41.710648, -72.054792 41.712703, -72.054438 41.715734, -72.053388 41.72483, -72.053335 41.72529, -72.053074 41.72755, -72.053063 41.727642, -72.053038 41.727862, -72.052943 41.728574, -72.05266 41.730718, -72.052583 41.731679, -72.066213 41.733475, -72.079714 41.734994, -72.083906 41.736698, -72.084143 41.73675, -72.084241 41.736771, -72.084911 41.73701, -72.086676 41.73764, -72.094622 41.741023, -72.1027 41.744462, -72.102779 41.744496))\", \"region\": {\"id\": 21358, \"geometry\": \"POLYGON ((-72.102779 41.744496, -72.107491 41.745196, -72.108612 41.74537, -72.108663 41.745378, -72.108707 41.745384, -72.108746 41.745391, -72.109366 41.745488, -72.110134 41.745608, -72.110356 41.745642, -72.111256 41.745783, -72.111343 41.745796, -72.111933 41.74589, -72.112002 41.7459, -72.11201 41.7459, -72.112037 41.745904, -72.112046 41.745906, -72.11236 41.744906, -72.113304 41.741912, -72.113492 41.741314, -72.113601 41.740971, -72.113619 41.740914, -72.113631 41.740874, -72.113902 41.740013, -72.1141 41.739381, -72.114288 41.738784, -72.114298 41.738751, -72.114308 41.738722, -72.11538 41.735314, -72.115712 41.734259, -72.115768 41.734081, -72.116297 41.7324, -72.116853 41.730638, -72.116968 41.730272, -72.117274 41.729292, -72.117854 41.727437, -72.118194 41.726352, -72.118474 41.725459, -72.118501 41.725374, -72.118512 41.725339, -72.11894 41.723983, -72.119303 41.722836, -72.119642 41.721768, -72.12171 41.715226, -72.12211 41.713961, -72.12249 41.712762, -72.122476 41.712618, -72.122381 41.711648, -72.122249 41.710294, -72.122186 41.709647, -72.122 41.707737, -72.121977 41.707496, -72.12194 41.707083, -72.121925 41.706911, -72.121801 41.705488, -72.121676 41.704057, -72.121452 41.701501, -72.12145 41.701473, -72.121375 41.70062, -72.121275 41.699468, -72.121264 41.699343, -72.121114 41.697625, -72.1211 41.69746, -72.121096 41.697399, -72.121088 41.697289, -72.121086 41.697244, -72.120917 41.694666, -72.120912 41.694589, -72.120757 41.692198, -72.120682 41.691053, -72.120466 41.687746, -72.120434 41.68726, -72.120371 41.686284, -72.12033 41.685661, -72.120246 41.684376, -72.120192 41.683538, -72.120189 41.683492, -72.120187 41.683421, -72.120163 41.682522, -72.12014 41.681693, -72.120076 41.679301, -72.120014 41.676977, -72.120011 41.676844, -72.119962 41.675031, -72.119914 41.673235, -72.11985 41.670888, -72.11978 41.668258, -72.119722 41.666093, -72.11968 41.664552, -72.119679 41.664498, -72.119678 41.664452, -72.119684 41.664421, -72.119762 41.664056, -72.119778 41.663992, -72.119804 41.663894, -72.119908 41.6635, -72.119974 41.663247, -72.119983 41.663214, -72.120123 41.66271, -72.120241 41.662264, -72.120329 41.661934, -72.110927 41.66033, -72.109693 41.66012, -72.1055 41.659405, -72.096123 41.657876, -72.064035 41.652574, -72.062051 41.652246, -72.062001 41.652554, -72.061906 41.65291, -72.061385 41.654886, -72.061219 41.655516, -72.061212 41.655544, -72.060896 41.656754, -72.059949 41.660382, -72.059634 41.661592, -72.059383 41.662484, -72.058631 41.665164, -72.058381 41.666058, -72.058189 41.66678, -72.057614 41.668952, -72.057423 41.669678, -72.057328 41.67001, -72.057045 41.671012, -72.056951 41.671346, -72.056251 41.673952, -72.056121 41.674438, -72.056114 41.674464, -72.056091 41.674548, -72.056069 41.674632, -72.054151 41.681774, -72.053452 41.684382, -72.053349 41.68509, -72.053299 41.685444, -72.053273 41.685626, -72.053246 41.685808, -72.053218 41.686, -72.05319 41.686194, -72.053042 41.687216, -72.05294 41.687926, -72.052935 41.687996, -72.052924 41.68821, -72.052921 41.688282, -72.053436 41.69035, -72.054982 41.696554, -72.055498 41.698622, -72.055521 41.69872, -72.055619 41.69914, -72.055983 41.700694, -72.056105 41.701212, -72.056179 41.701384, -72.056117 41.701848, -72.05586 41.703798, -72.055848 41.703896, -72.055825 41.70407, -72.055775 41.70445, -72.055711 41.70493, -72.055523 41.70637, -72.055461 41.70685, -72.055459 41.707366, -72.0554 41.70767, -72.055312 41.708522, -72.055254 41.708842, -72.055215 41.70919, -72.055039 41.710648, -72.054792 41.712703, -72.054438 41.715734, -72.053388 41.72483, -72.053335 41.72529, -72.053074 41.72755, -72.053063 41.727642, -72.053038 41.727862, -72.052943 41.728574, -72.05266 41.730718, -72.052583 41.731679, -72.066213 41.733475, -72.079714 41.734994, -72.083906 41.736698, -72.084143 41.73675, -72.084241 41.736771, -72.084911 41.73701, -72.086676 41.73764, -72.094622 41.741023, -72.1027 41.744462, -72.102779 41.744496))\", \"region_name\": \"Scotland\", \"border_type\": \"town\", \"wikidata\": \"Q2446275\", \"wikipedia\": \"en:Scotland, Connecticut\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0014", "group": "raster_only", "template": "max_slope+area", "question": "In North Centre Township, Pennsylvania, what is the highest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.360536 41.040432, -76.360748 41.040407, -76.360958 41.040371, -76.361208 41.040314, -76.361458 41.040252, -76.36183 41.040155, -76.363557 41.039715, -76.36599 41.039094, -76.366941 41.038863, -76.367981 41.038589, -76.369088 41.038304, -76.369448 41.038216, -76.370606 41.037964, -76.37115 41.037837, -76.371646 41.037707, -76.372533 41.037471, -76.373364 41.037265, -76.37358 41.037221, -76.373806 41.037185, -76.374028 41.037168, -76.374199 41.037164, -76.374394 41.037163, -76.374472 41.037168, -76.377382 41.034784, -76.381853 41.033855, -76.382028 41.033788, -76.382278 41.033726, -76.382732 41.03363, -76.385383 41.033124, -76.386338 41.032931, -76.386439 41.032911, -76.386834 41.032814, -76.387126 41.032678, -76.38746 41.032458, -76.387769 41.032335, -76.388044 41.032244, -76.391065 41.031512, -76.395528 41.030517, -76.404168 41.040053, -76.404709 41.041549, -76.40692 41.047709, -76.407558 41.04949, -76.407728 41.049959, -76.394817 41.053865, -76.389286 41.055504, -76.384534 41.056911, -76.38592 41.060577, -76.385916 41.060648, -76.386047 41.061012, -76.386606 41.062492, -76.38678 41.062924, -76.386917 41.063293, -76.387337 41.064348, -76.387477 41.064688, -76.387536 41.064874, -76.387564 41.064997, -76.395168 41.084962, -76.391218 41.085808, -76.389275 41.08616, -76.384496 41.08672, -76.383252 41.087143, -76.381971 41.087702, -76.377383 41.088636, -76.375966 41.088846, -76.374792 41.08935, -76.371267 41.089849, -76.36389 41.091835, -76.361923 41.092099, -76.357913 41.092895, -76.355397 41.093107, -76.348904 41.095015, -76.345451 41.09579, -76.344132 41.096033, -76.342945 41.096009, -76.340779 41.095665, -76.339447 41.097021, -76.337422 41.097627, -76.336935 41.097654, -76.334698 41.097634, -76.33038 41.098859, -76.327904 41.09934, -76.326248 41.099561, -76.320597 41.084271, -76.314648 41.068169, -76.307584 41.049043, -76.310184 41.048294, -76.32202 41.04467, -76.325662 41.043994, -76.34058 41.043482, -76.345013 41.044111, -76.3452 41.044061, -76.349037 41.04315, -76.349648 41.043008, -76.351432 41.042574, -76.35383 41.042017, -76.353986 41.041979, -76.354094 41.04193, -76.354141 41.041885, -76.354365 41.041865, -76.358951 41.040782, -76.359061 41.04075, -76.359136 41.040715, -76.360536 41.040432))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 37.28109359741211}]", "question_entities": "{\"[3]\": {\"region_name\": \"North Centre Township, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-76.360536 41.040432, -76.360748 41.040407, -76.360958 41.040371, -76.361208 41.040314, -76.361458 41.040252, -76.36183 41.040155, -76.363557 41.039715, -76.36599 41.039094, -76.366941 41.038863, -76.367981 41.038589, -76.369088 41.038304, -76.369448 41.038216, -76.370606 41.037964, -76.37115 41.037837, -76.371646 41.037707, -76.372533 41.037471, -76.373364 41.037265, -76.37358 41.037221, -76.373806 41.037185, -76.374028 41.037168, -76.374199 41.037164, -76.374394 41.037163, -76.374472 41.037168, -76.377382 41.034784, -76.381853 41.033855, -76.382028 41.033788, -76.382278 41.033726, -76.382732 41.03363, -76.385383 41.033124, -76.386338 41.032931, -76.386439 41.032911, -76.386834 41.032814, -76.387126 41.032678, -76.38746 41.032458, -76.387769 41.032335, -76.388044 41.032244, -76.391065 41.031512, -76.395528 41.030517, -76.404168 41.040053, -76.404709 41.041549, -76.40692 41.047709, -76.407558 41.04949, -76.407728 41.049959, -76.394817 41.053865, -76.389286 41.055504, -76.384534 41.056911, -76.38592 41.060577, -76.385916 41.060648, -76.386047 41.061012, -76.386606 41.062492, -76.38678 41.062924, -76.386917 41.063293, -76.387337 41.064348, -76.387477 41.064688, -76.387536 41.064874, -76.387564 41.064997, -76.395168 41.084962, -76.391218 41.085808, -76.389275 41.08616, -76.384496 41.08672, -76.383252 41.087143, -76.381971 41.087702, -76.377383 41.088636, -76.375966 41.088846, -76.374792 41.08935, -76.371267 41.089849, -76.36389 41.091835, -76.361923 41.092099, -76.357913 41.092895, -76.355397 41.093107, -76.348904 41.095015, -76.345451 41.09579, -76.344132 41.096033, -76.342945 41.096009, -76.340779 41.095665, -76.339447 41.097021, -76.337422 41.097627, -76.336935 41.097654, -76.334698 41.097634, -76.33038 41.098859, -76.327904 41.09934, -76.326248 41.099561, -76.320597 41.084271, -76.314648 41.068169, -76.307584 41.049043, -76.310184 41.048294, -76.32202 41.04467, -76.325662 41.043994, -76.34058 41.043482, -76.345013 41.044111, -76.3452 41.044061, -76.349037 41.04315, -76.349648 41.043008, -76.351432 41.042574, -76.35383 41.042017, -76.353986 41.041979, -76.354094 41.04193, -76.354141 41.041885, -76.354365 41.041865, -76.358951 41.040782, -76.359061 41.04075, -76.359136 41.040715, -76.360536 41.040432))\", \"region\": {\"id\": 32538, \"geometry\": \"POLYGON ((-76.360536 41.040432, -76.360748 41.040407, -76.360958 41.040371, -76.361208 41.040314, -76.361458 41.040252, -76.36183 41.040155, -76.363557 41.039715, -76.36599 41.039094, -76.366941 41.038863, -76.367981 41.038589, -76.369088 41.038304, -76.369448 41.038216, -76.370606 41.037964, -76.37115 41.037837, -76.371646 41.037707, -76.372533 41.037471, -76.373364 41.037265, -76.37358 41.037221, -76.373806 41.037185, -76.374028 41.037168, -76.374199 41.037164, -76.374394 41.037163, -76.374472 41.037168, -76.377382 41.034784, -76.381853 41.033855, -76.382028 41.033788, -76.382278 41.033726, -76.382732 41.03363, -76.385383 41.033124, -76.386338 41.032931, -76.386439 41.032911, -76.386834 41.032814, -76.387126 41.032678, -76.38746 41.032458, -76.387769 41.032335, -76.388044 41.032244, -76.391065 41.031512, -76.395528 41.030517, -76.404168 41.040053, -76.404709 41.041549, -76.40692 41.047709, -76.407558 41.04949, -76.407728 41.049959, -76.394817 41.053865, -76.389286 41.055504, -76.384534 41.056911, -76.38592 41.060577, -76.385916 41.060648, -76.386047 41.061012, -76.386606 41.062492, -76.38678 41.062924, -76.386917 41.063293, -76.387337 41.064348, -76.387477 41.064688, -76.387536 41.064874, -76.387564 41.064997, -76.395168 41.084962, -76.391218 41.085808, -76.389275 41.08616, -76.384496 41.08672, -76.383252 41.087143, -76.381971 41.087702, -76.377383 41.088636, -76.375966 41.088846, -76.374792 41.08935, -76.371267 41.089849, -76.36389 41.091835, -76.361923 41.092099, -76.357913 41.092895, -76.355397 41.093107, -76.348904 41.095015, -76.345451 41.09579, -76.344132 41.096033, -76.342945 41.096009, -76.340779 41.095665, -76.339447 41.097021, -76.337422 41.097627, -76.336935 41.097654, -76.334698 41.097634, -76.33038 41.098859, -76.327904 41.09934, -76.326248 41.099561, -76.320597 41.084271, -76.314648 41.068169, -76.307584 41.049043, -76.310184 41.048294, -76.32202 41.04467, -76.325662 41.043994, -76.34058 41.043482, -76.345013 41.044111, -76.3452 41.044061, -76.349037 41.04315, -76.349648 41.043008, -76.351432 41.042574, -76.35383 41.042017, -76.353986 41.041979, -76.354094 41.04193, -76.354141 41.041885, -76.354365 41.041865, -76.358951 41.040782, -76.359061 41.04075, -76.359136 41.040715, -76.360536 41.040432))\", \"region_name\": \"North Centre Township\", \"border_type\": \"township\", \"wikidata\": \"Q7054778\", \"wikipedia\": \"en:North Centre Township, Pennsylvania\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0015", "group": "raster_only", "template": "max_slope+area", "question": "In Averys Gore, Vermont, what is the highest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-71.846095 44.946032, -71.858095 44.875062, -71.857965 44.86803, -71.85317 44.865438, -71.834282 44.855222, -71.815353 44.875048, -71.81517 44.875258, -71.811133 44.879898, -71.777887 44.918093, -71.76652 44.931146, -71.754887 44.944628, -71.752211 44.947728, -71.785666 44.947196, -71.796196 44.947029, -71.846095 44.946032))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 46.83952713012695}]", "question_entities": "{\"[3]\": {\"region_name\": \"Averys Gore, Vermont\", \"geo_wkt\": \"POLYGON ((-71.846095 44.946032, -71.858095 44.875062, -71.857965 44.86803, -71.85317 44.865438, -71.834282 44.855222, -71.815353 44.875048, -71.81517 44.875258, -71.811133 44.879898, -71.777887 44.918093, -71.76652 44.931146, -71.754887 44.944628, -71.752211 44.947728, -71.785666 44.947196, -71.796196 44.947029, -71.846095 44.946032))\", \"region\": {\"id\": 9186, \"geometry\": \"POLYGON ((-71.846095 44.946032, -71.858095 44.875062, -71.857965 44.86803, -71.85317 44.865438, -71.834282 44.855222, -71.815353 44.875048, -71.81517 44.875258, -71.811133 44.879898, -71.777887 44.918093, -71.76652 44.931146, -71.754887 44.944628, -71.752211 44.947728, -71.785666 44.947196, -71.796196 44.947029, -71.846095 44.946032))\", \"region_name\": \"Averys Gore\", \"border_type\": \"gore\", \"wikidata\": \"Q1974105\", \"wikipedia\": \"en:Averys Gore, Vermont\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0016", "group": "raster_only", "template": "max_slope+area", "question": "What is the greatest slope across Fairfield, Utah?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-112.139401 40.244294, -112.139487 40.24701, -112.139533 40.261604, -112.139501 40.276301, -112.139545 40.283646, -112.120393 40.283499, -112.115629 40.283537, -112.101259 40.283573, -112.092154 40.283547, -112.092458 40.278337, -112.08223 40.27822, -112.072682 40.278076, -112.072723 40.279843, -112.069416 40.279735, -112.069338 40.279688, -112.069064 40.279953, -112.069264 40.280039, -112.072729 40.280117, -112.072787 40.283525, -112.063039 40.283531, -112.063023 40.276236, -112.053429 40.276226, -112.043885 40.276201, -112.043874 40.268903, -112.043887 40.261548, -112.043881 40.254217, -112.043926 40.246924, -112.034178 40.246951, -112.02443 40.246974, -112.01527 40.246869, -112.005716 40.246863, -112.005707 40.239563, -112.005723 40.232251, -112.01525 40.232255, -112.02466 40.232204, -112.024905 40.224917, -112.024854 40.21761, -112.043989 40.217573, -112.053358 40.217565, -112.063025 40.217773, -112.063007 40.210443, -112.062996 40.203135, -112.072649 40.203072, -112.082164 40.203112, -112.08206 40.217763, -112.091708 40.21765, -112.101066 40.217589, -112.110602 40.217691, -112.120247 40.217777, -112.129627 40.217801, -112.139026 40.21775, -112.139053 40.232307, -112.139253 40.239596, -112.139401 40.244294))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 33.82587814331055}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fairfield, Utah\", \"geo_wkt\": \"POLYGON ((-112.139401 40.244294, -112.139487 40.24701, -112.139533 40.261604, -112.139501 40.276301, -112.139545 40.283646, -112.120393 40.283499, -112.115629 40.283537, -112.101259 40.283573, -112.092154 40.283547, -112.092458 40.278337, -112.08223 40.27822, -112.072682 40.278076, -112.072723 40.279843, -112.069416 40.279735, -112.069338 40.279688, -112.069064 40.279953, -112.069264 40.280039, -112.072729 40.280117, -112.072787 40.283525, -112.063039 40.283531, -112.063023 40.276236, -112.053429 40.276226, -112.043885 40.276201, -112.043874 40.268903, -112.043887 40.261548, -112.043881 40.254217, -112.043926 40.246924, -112.034178 40.246951, -112.02443 40.246974, -112.01527 40.246869, -112.005716 40.246863, -112.005707 40.239563, -112.005723 40.232251, -112.01525 40.232255, -112.02466 40.232204, -112.024905 40.224917, -112.024854 40.21761, -112.043989 40.217573, -112.053358 40.217565, -112.063025 40.217773, -112.063007 40.210443, -112.062996 40.203135, -112.072649 40.203072, -112.082164 40.203112, -112.08206 40.217763, -112.091708 40.21765, -112.101066 40.217589, -112.110602 40.217691, -112.120247 40.217777, -112.129627 40.217801, -112.139026 40.21775, -112.139053 40.232307, -112.139253 40.239596, -112.139401 40.244294))\", \"region\": {\"id\": 20823, \"geometry\": \"POLYGON ((-112.139401 40.244294, -112.139487 40.24701, -112.139533 40.261604, -112.139501 40.276301, -112.139545 40.283646, -112.120393 40.283499, -112.115629 40.283537, -112.101259 40.283573, -112.092154 40.283547, -112.092458 40.278337, -112.08223 40.27822, -112.072682 40.278076, -112.072723 40.279843, -112.069416 40.279735, -112.069338 40.279688, -112.069064 40.279953, -112.069264 40.280039, -112.072729 40.280117, -112.072787 40.283525, -112.063039 40.283531, -112.063023 40.276236, -112.053429 40.276226, -112.043885 40.276201, -112.043874 40.268903, -112.043887 40.261548, -112.043881 40.254217, -112.043926 40.246924, -112.034178 40.246951, -112.02443 40.246974, -112.01527 40.246869, -112.005716 40.246863, -112.005707 40.239563, -112.005723 40.232251, -112.01525 40.232255, -112.02466 40.232204, -112.024905 40.224917, -112.024854 40.21761, -112.043989 40.217573, -112.053358 40.217565, -112.063025 40.217773, -112.063007 40.210443, -112.062996 40.203135, -112.072649 40.203072, -112.082164 40.203112, -112.08206 40.217763, -112.091708 40.21765, -112.101066 40.217589, -112.110602 40.217691, -112.120247 40.217777, -112.129627 40.217801, -112.139026 40.21775, -112.139053 40.232307, -112.139253 40.239596, -112.139401 40.244294))\", \"region_name\": \"Fairfield\", \"border_type\": \"town\", \"wikidata\": \"Q483448\", \"wikipedia\": \"en:Fairfield, Utah\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0017", "group": "raster_only", "template": "max_slope+area", "question": "What is the maximum slope in Essex County, Ontario?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('GEOMETRYCOLLECTION (POLYGON ((-82.860648 41.825659, -82.860609 41.825605, -82.860597 41.825564, -82.860593 41.825524, -82.860604 41.825471, -82.860622 41.825425, -82.860635 41.825382, -82.860632 41.825353, -82.860614 41.825336, -82.86059 41.82533, -82.860538 41.82533, -82.860507 41.825325, -82.860491 41.825294, -82.860468 41.825217, -82.860439 41.825131, -82.860423 41.825093, -82.860428 41.825052, -82.860436 41.82501, -82.860435 41.824971, -82.860411 41.824916, -82.860388 41.824883, -82.860368 41.824849, -82.860364 41.824806, -82.860356 41.824765, -82.860329 41.824718, -82.860298 41.824672, -82.860248 41.824628, -82.860206 41.824623, -82.860174 41.824627, -82.860157 41.824636, -82.860143 41.824633, -82.860124 41.82461, -82.860078 41.824539, -82.860032 41.824488, -82.859989 41.824451, -82.859942 41.824413, -82.859889 41.824382, -82.859817 41.824371, -82.859702 41.824367, -82.859566 41.824374, -82.859472 41.824389, -82.859462 41.824401, -82.859476 41.82441, -82.859546 41.824427, -82.859631 41.824453, -82.85971 41.824505, -82.859766 41.824566, -82.859792 41.82462, -82.859806 41.824688, -82.859799 41.824724, -82.859782 41.824752, -82.859779 41.824784, -82.859787 41.824831, -82.859799 41.824887, -82.859799 41.824921, -82.859791 41.824968, -82.859768 41.82501, -82.859726 41.825065, -82.85972 41.82509, -82.859801 41.825089, -82.859803 41.825128, -82.859826 41.825194, -82.859889 41.825324, -82.85993 41.825432, -82.85994 41.825474, -82.859956 41.825545, -82.85997 41.825626, -82.860003 41.825716, -82.860075 41.825843, -82.860127 41.825937, -82.860179 41.825981, -82.860254 41.82601, -82.860347 41.826023, -82.860444 41.826016, -82.860508 41.826, -82.860587 41.825966, -82.860629 41.825921, -82.860666 41.825852, -82.860683 41.825788, -82.860679 41.825714, -82.860648 41.825659)), POLYGON ((-82.81791 41.770216, -82.817659 41.770268, -82.817603 41.770348, -82.81762 41.770422, -82.818053 41.771079, -82.818161 41.771121, -82.818313 41.770992, -82.8183 41.770538, -82.81818 41.770317, -82.818015 41.770222, -82.81791 41.770216)), POLYGON ((-82.81418 41.776228, -82.814237 41.776286, -82.814343 41.77635, -82.81443 41.776396, -82.8145 41.776472, -82.814531 41.77652, -82.814556 41.776555, -82.814601 41.776574, -82.814597 41.776533, -82.814587 41.776462, -82.814536 41.776402, -82.814508 41.776378, -82.814475 41.77635, -82.814392 41.776304, -82.8143 41.776268, -82.81418 41.776228)), POLYGON ((-82.796588 41.788048, -82.796591 41.788172, -82.79643 41.788335, -82.796398 41.78896, -82.796438 41.789081, -82.796656 41.789246, -82.797278 41.789451, -82.797645 41.789452, -82.797998 41.78937, -82.798116 41.789325, -82.798572 41.788983, -82.798727 41.78866, -82.798704 41.788249, -82.798584 41.787841, -82.798396 41.787654, -82.797835 41.78767, -82.797723 41.787645, -82.797689 41.787684, -82.797715 41.787768, -82.797433 41.78794, -82.797268 41.787866, -82.797138 41.78788, -82.7971 41.787784, -82.796807 41.787805, -82.796826 41.787916, -82.797008 41.787888, -82.797037 41.788006, -82.796788 41.788034, -82.796701 41.787794, -82.796571 41.787902, -82.796588 41.788048)), POLYGON ((-82.685724 41.681396, -82.684356 41.681381, -82.682763 41.681457, -82.68249 41.681506, -82.682213 41.681616, -82.68033 41.681809, -82.6798 41.681979, -82.679469 41.682161, -82.679337 41.682301, -82.678924 41.682568, -82.678612 41.682859, -82.678497 41.683073, -82.678356 41.683566, -82.678411 41.683672, -82.678314 41.68395, -82.678381 41.684102, -82.678377 41.684252, -82.678255 41.684358, -82.67859 41.68439, -82.678856 41.684456, -82.679171 41.684475, -82.679343 41.684447, -82.679605 41.684486, -82.679842 41.684441, -82.680304 41.684438, -82.680872 41.684256, -82.681562 41.684242, -82.681873 41.684181, -82.68216 41.684259, -82.682453 41.684133, -82.68259 41.684109, -82.682813 41.684115, -82.683325 41.684058, -82.683352 41.684118, -82.68384 41.684058, -82.683964 41.68399, -82.684484 41.683926, -82.685187 41.683858, -82.68567 41.683758, -82.686571 41.683675, -82.686745 41.683625, -82.687056 41.683537, -82.687394 41.683477, -82.687984 41.683465, -82.688258 41.683525, -82.68873 41.683645, -82.689175 41.683697, -82.688719 41.683593, -82.688295 41.683437, -82.688086 41.6833, -82.687964 41.683188, -82.687515 41.682776, -82.687314 41.682431, -82.687158 41.682102, -82.687083 41.681958, -82.686976 41.681814, -82.68674 41.68163, -82.686396 41.681482, -82.686003 41.68141, -82.685724 41.681396)), POLYGON ((-82.856798 41.810841, -82.856694 41.810879, -82.856587 41.81097, -82.856312 41.811896, -82.85615 41.812112, -82.855716 41.812555, -82.855137 41.812959, -82.854266 41.813259, -82.853701 41.813381, -82.852752 41.813519, -82.852195 41.813704, -82.851438 41.814064, -82.851151 41.81412, -82.850945 41.814091, -82.850822 41.814108, -82.850654 41.814208, -82.850842 41.814306, -82.851034 41.814343, -82.851522 41.814289, -82.85183 41.81429, -82.852048 41.814366, -82.852477 41.814632, -82.852857 41.814766, -82.853393 41.8148, -82.854128 41.814755, -82.854297 41.814788, -82.854867 41.814693, -82.855247 41.814553, -82.855401 41.81446, -82.85565 41.81423, -82.8558 41.813924, -82.856193 41.813573, -82.85643 41.813459, -82.856847 41.813385, -82.857181 41.813396, -82.857554 41.813468, -82.858301 41.813284, -82.859099 41.813177, -82.859576 41.81298, -82.860435 41.812732, -82.860778 41.812595, -82.861549 41.812503, -82.861624 41.812443, -82.861263 41.812186, -82.860505 41.811953, -82.860067 41.811677, -82.859458 41.81142, -82.858334 41.811089, -82.856798 41.810841)), POLYGON ((-82.999909 41.849144, -83.000106 41.849871, -83.000001 41.850036, -82.999788 41.8502, -82.999374 41.850489, -82.999638 41.850403, -83.00015 41.850053, -83.000368 41.849753, -83.000635 41.849598, -83.000752 41.84952, -83.000906 41.849403, -83.001016 41.849307, -83.001138 41.849157, -83.001356 41.848931, -83.001509 41.848767, -83.001718 41.848504, -83.002286 41.848, -83.002385 41.847761, -83.002294 41.847562, -83.002133 41.847252, -83.001814 41.847156, -83.001584 41.847545, -83.001516 41.847855, -83.00125 41.847942, -83.000622 41.848116, -83.000033 41.848163, -82.999908 41.848166, -82.999836 41.84812, -82.999488 41.848, -82.999336 41.848129, -82.999424 41.848203, -82.999565 41.848206, -82.999674 41.84815, -82.999766 41.848208, -82.999764 41.848402, -82.999813 41.848489, -82.999814 41.849047, -82.999909 41.849144)), POLYGON ((-82.791986 41.772322, -82.792279 41.772471, -82.792795 41.772581, -82.792536 41.772348, -82.791986 41.772322)), LINESTRING (-82.898007 42.297208, -82.897865 42.297268, -82.897865 42.298011, -82.897797 42.298283, -82.897736 42.298608, -82.897278 42.299836, -82.896889 42.300743, -82.896484 42.301816, -82.896256 42.302311, -82.895386 42.303244, -82.89505 42.303542, -82.895112 42.303822, -82.895159 42.304039, -82.895279 42.304583, -82.895678 42.304525, -82.895838 42.305185, -82.89592 42.30551, -82.89595 42.305634, -82.895993 42.305811, -82.896009 42.305873, -82.896024 42.305935, -82.896039 42.305998, -82.896054 42.30606, -82.89607 42.306122, -82.896092 42.306213, -82.896114 42.306304, -82.896129 42.306366, -82.896145 42.306428, -82.896201 42.306658, -82.896224 42.306752, -82.896289 42.307015, -82.896304 42.307077, -82.896326 42.307167, -82.896348 42.307258, -82.896364 42.30732, -82.896379 42.307382, -82.896394 42.307444, -82.896409 42.307506, -82.896424 42.307568, -82.896447 42.30766, -82.896469 42.307749, -82.896484 42.307811, -82.896499 42.307873, -82.896568 42.308154, -82.897175 42.31063, -82.897202 42.310738, -82.897214 42.310786, -82.897362 42.311392, -82.897471 42.311834, -82.897478 42.311863, -82.897485 42.311892, -82.897495 42.311934, -82.897511 42.312, -82.897527 42.312065, -82.897541 42.312122, -82.897555 42.31218, -82.897633 42.3125, -82.897783 42.313116, -82.897872 42.313478, -82.897095 42.313401, -82.896728 42.313362, -82.896354 42.313324, -82.895607 42.313246, -82.894882 42.313172, -82.894493 42.313134, -82.894127 42.313095, -82.893379 42.313017, -82.893204 42.313002, -82.892838 42.312963, -82.89251 42.312928, -82.892219 42.312901, -82.89164 42.312838, -82.891136 42.312788, -82.891824 42.316019, -82.891826 42.316026, -82.891862 42.316172, -82.891875 42.316224, -82.891882 42.316253, -82.891899 42.316322, -82.891929 42.316442, -82.891974 42.316624, -82.891993 42.316699, -82.89206 42.316972, -82.8921 42.317133, -82.892143 42.317306, -82.892211 42.317582, -82.892231 42.317662, -82.892263 42.317792, -82.892313 42.317993, -82.892377 42.318251, -82.892403 42.318358, -82.892428 42.318459, -82.892495 42.318729, -82.892538 42.318904, -82.892679 42.319472, -82.892708 42.319589, -82.892829 42.320076, -82.892863 42.320216, -82.892912 42.320412, -82.892979 42.320685, -82.893005 42.320789, -82.893033 42.320901, -82.893084 42.321107, -82.893148 42.321365, -82.893172 42.321462, -82.893203 42.321588, -82.893241 42.321741, -82.893286 42.321925, -82.893346 42.322164, -82.893503 42.3228, -82.89354 42.322947, -82.893654 42.323409, -82.893691 42.32356, -82.893692 42.323562, -82.893697 42.323583, -82.893718 42.323667, -82.893724 42.32369, -82.89374 42.323755, -82.89378 42.323919, -82.893787 42.323947, -82.893812 42.324048, -82.893816 42.324064, -82.893829 42.324116, -82.893846 42.324183, -82.893853 42.324213, -82.893871 42.324284, -82.89389 42.324365, -82.893891 42.324366, -82.893903 42.324416, -82.893929 42.32452, -82.893936 42.324548, -82.893966 42.32467, -82.893997 42.324796, -82.893999 42.324803, -82.894013 42.32486, -82.894032 42.324938, -82.894065 42.325069, -82.894066 42.325073, -82.894081 42.325136, -82.894099 42.325208, -82.894138 42.325362, -82.894162 42.32546, -82.894176 42.32552, -82.89418 42.325535, -82.894213 42.325667, -82.894231 42.325741, -82.894249 42.325813, -82.894283 42.325951, -82.894316 42.326082, -82.894324 42.326114, -82.894332 42.32615, -82.894349 42.326216, -82.89436 42.326262, -82.894382 42.326351, -82.894396 42.326405, -82.894406 42.326448, -82.894414 42.326478, -82.894434 42.326562, -82.89444 42.326584, -82.894473 42.326718, -82.894489 42.326785, -82.894496 42.326811, -82.894511 42.326875, -82.89452 42.326908, -82.89453 42.326949, -82.89455 42.327031, -82.894616 42.327301, -82.89463 42.327355, -82.894644 42.327415, -82.89465 42.327439, -82.894654 42.327452, -82.89467 42.32752, -82.894685 42.327578, -82.894691 42.327604, -82.894706 42.327664, -82.894728 42.327755, -82.894732 42.327772, -82.89474 42.327804, -82.894756 42.327866, -82.894766 42.327907, -82.894768 42.327916, -82.894771 42.327928, -82.894801 42.328052, -82.894802 42.328056, -82.894803 42.328058, -82.894836 42.328194, -82.89484 42.328209, -82.894864 42.328306, -82.894872 42.32834, -82.894874 42.328348, -82.894878 42.328361, -82.894898 42.328446, -82.894915 42.328512, -82.894921 42.328538, -82.894926 42.328556, -82.89494 42.328615, -82.894952 42.328664, -82.894953 42.328668, -82.894955 42.328676, -82.894985 42.328799, -82.894989 42.328813, -82.894989 42.328815, -82.895026 42.328961, -82.895027 42.328966, -82.895029 42.328975, -82.895046 42.329043, -82.895059 42.329096, -82.895064 42.329118, -82.895078 42.329176, -82.895102 42.329269, -82.895108 42.329298, -82.895111 42.329309, -82.895117 42.329331, -82.895139 42.329421, -82.895142 42.329432, -82.895144 42.329442, -82.895155 42.329488, -82.895177 42.329575, -82.89521 42.32971, -82.89522 42.329749, -82.895243 42.329845, -82.895272 42.329963, -82.895298 42.330066, -82.895298 42.330067, -82.895336 42.33022, -82.895357 42.330307, -82.895395 42.330459, -82.89541 42.330522, -82.895432 42.33061, -82.895462 42.330733, -82.895469 42.330762, -82.895475 42.330784, -82.895495 42.330868, -82.895513 42.330938, -82.895529 42.331005, -82.895552 42.331096, -82.895562 42.331137, -82.895596 42.331274, -82.89561 42.331332, -82.895614 42.331349, -82.89565 42.331496, -82.895699 42.331692, -82.895699 42.331693, -82.895748 42.331891, -82.89579 42.332064, -82.895832 42.332235, -82.895833 42.332237, -82.89588 42.332429, -82.895911 42.332547, -82.89596 42.332739, -82.895977 42.332803, -82.895977 42.332804, -82.896025 42.332829, -82.89605 42.332864, -82.896065 42.332954, -82.896067 42.333017, -82.896056 42.333062, -82.896057 42.333117, -82.896096 42.333188, -82.896113 42.333341, -82.896129 42.333494, -82.896186 42.333763, -82.896244 42.334086, -82.8963 42.334328, -82.89633 42.334517, -82.896372 42.334678, -82.896715 42.335618, -82.901941 42.357206, -82.898813 42.357937, -82.898107 42.35809, -82.892812 42.359237, -82.891592 42.359526, -82.889539 42.360012, -82.885212 42.361037, -82.874912 42.363524, -82.854887 42.367994, -82.83025 42.373492, -82.828722 42.375037, -82.819261 42.384166, -82.810717 42.392412, -82.80365 42.398104, -82.588614 42.397699), LINESTRING (-83.103351 42.253059, -83.106361 42.25379, -83.114841 42.255919, -83.12793 42.238725, -83.128392 42.234924, -83.128423 42.234592, -83.129102 42.227344, -83.131039 42.207371, -83.13138 42.202999, -83.132032 42.195541, -83.132438 42.192849, -83.132865 42.186901, -83.133892 42.174709, -83.128086 42.150761, -83.123862 42.131383, -83.127183 42.108486, -83.127526 42.104968, -83.128193 42.101939, -83.135369 42.084175, -83.141509 42.065489, -83.148945 42.043262, -83.149694 42.041, -83.148824 42.039087, -83.143956 42.02793, -83.131263 42.000464, -83.11246 41.95941, -83.109168 41.951838, -83.107483 41.948127, -83.086241 41.901338, -83.071768 41.86944, -83.069111 41.863583, -83.06256 41.860441, -83.017046 41.838607, -82.977704 41.819728, -82.911851 41.788176, -82.846218 41.756592, -82.783501 41.726455, -82.729906 41.70069, -82.689271 41.681148, -82.679722 41.676556, -82.674232 41.676556, -82.640982 41.676556, -82.596708 41.676556, -82.552433 41.676556, -82.508158 41.676556, -82.491004 41.676556, -82.4698 42), POLYGON ((-82.662596 41.821832, -82.667533 41.82173, -82.675558 41.825788, -82.676561 41.826055, -82.678066 41.826268, -82.680144 41.826482, -82.682078 41.826268, -82.684443 41.825521, -82.687022 41.824506, -82.689709 41.823118, -82.691509 41.821783, -82.695549 41.81938, -82.698719 41.816377, -82.702306 41.812175, -82.711384 41.78712, -82.715683 41.757196, -82.716542 41.737095, -82.705938 41.722872, -82.702355 41.721374, -82.692468 41.715705, -82.671858 41.705182, -82.667216 41.704346, -82.65952 41.704793, -82.65584 41.706829, -82.65386 41.709465, -82.653337 41.713913, -82.653393 41.719002, -82.652776 41.72306, -82.6516 41.724984, -82.646388 41.726587, -82.641699 41.727716, -82.636469 41.728831, -82.63206 41.730462, -82.627764 41.733669, -82.622814 41.736025, -82.617733 41.737823, -82.613754 41.73969, -82.610373 41.741656, -82.607403 41.744471, -82.606058 41.747175, -82.606077 41.750074, -82.606263 41.754589, -82.607085 41.758379, -82.607851 41.762838, -82.609028 41.765932, -82.610242 41.768565, -82.611176 41.771602, -82.612054 41.775795, -82.613679 41.78035, -82.614109 41.785741, -82.613847 41.789418, -82.613623 41.793499, -82.613455 41.797287, -82.613586 41.800086, -82.613997 41.803929, -82.614669 41.807661, -82.616089 41.810668, -82.617247 41.814525, -82.619302 41.818688, -82.620273 41.821263, -82.620442 41.824228, -82.620311 41.826942, -82.621656 41.830659, -82.623393 41.832997, -82.624906 41.835795, -82.626419 41.838787, -82.628044 41.841723, -82.630398 41.843254, -82.632677 41.84402, -82.634993 41.843922, -82.6383 41.8437, -82.641494 41.843769, -82.643287 41.843018, -82.645174 41.841167, -82.647285 41.83862, -82.649134 41.835419, -82.651376 41.83283, -82.653897 41.829573, -82.656569 41.827193, -82.660099 41.824005, -82.661855 41.822641, -82.662596 41.821832)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 26.497243881225586}]", "question_entities": "{\"[3]\": {\"region_name\": \"Essex County, Ontario\", \"geo_wkt\": \"GEOMETRYCOLLECTION (POLYGON ((-82.860648 41.825659, -82.860609 41.825605, -82.860597 41.825564, -82.860593 41.825524, -82.860604 41.825471, -82.860622 41.825425, -82.860635 41.825382, -82.860632 41.825353, -82.860614 41.825336, -82.86059 41.82533, -82.860538 41.82533, -82.860507 41.825325, -82.860491 41.825294, -82.860468 41.825217, -82.860439 41.825131, -82.860423 41.825093, -82.860428 41.825052, -82.860436 41.82501, -82.860435 41.824971, -82.860411 41.824916, -82.860388 41.824883, -82.860368 41.824849, -82.860364 41.824806, -82.860356 41.824765, -82.860329 41.824718, -82.860298 41.824672, -82.860248 41.824628, -82.860206 41.824623, -82.860174 41.824627, -82.860157 41.824636, -82.860143 41.824633, -82.860124 41.82461, -82.860078 41.824539, -82.860032 41.824488, -82.859989 41.824451, -82.859942 41.824413, -82.859889 41.824382, -82.859817 41.824371, -82.859702 41.824367, -82.859566 41.824374, -82.859472 41.824389, -82.859462 41.824401, -82.859476 41.82441, -82.859546 41.824427, -82.859631 41.824453, -82.85971 41.824505, -82.859766 41.824566, -82.859792 41.82462, -82.859806 41.824688, -82.859799 41.824724, -82.859782 41.824752, -82.859779 41.824784, -82.859787 41.824831, -82.859799 41.824887, -82.859799 41.824921, -82.859791 41.824968, -82.859768 41.82501, -82.859726 41.825065, -82.85972 41.82509, -82.859801 41.825089, -82.859803 41.825128, -82.859826 41.825194, -82.859889 41.825324, -82.85993 41.825432, -82.85994 41.825474, -82.859956 41.825545, -82.85997 41.825626, -82.860003 41.825716, -82.860075 41.825843, -82.860127 41.825937, -82.860179 41.825981, -82.860254 41.82601, -82.860347 41.826023, -82.860444 41.826016, -82.860508 41.826, -82.860587 41.825966, -82.860629 41.825921, -82.860666 41.825852, -82.860683 41.825788, -82.860679 41.825714, -82.860648 41.825659)), POLYGON ((-82.81791 41.770216, -82.817659 41.770268, -82.817603 41.770348, -82.81762 41.770422, -82.818053 41.771079, -82.818161 41.771121, -82.818313 41.770992, -82.8183 41.770538, -82.81818 41.770317, -82.818015 41.770222, -82.81791 41.770216)), POLYGON ((-82.81418 41.776228, -82.814237 41.776286, -82.814343 41.77635, -82.81443 41.776396, -82.8145 41.776472, -82.814531 41.77652, -82.814556 41.776555, -82.814601 41.776574, -82.814597 41.776533, -82.814587 41.776462, -82.814536 41.776402, -82.814508 41.776378, -82.814475 41.77635, -82.814392 41.776304, -82.8143 41.776268, -82.81418 41.776228)), POLYGON ((-82.796588 41.788048, -82.796591 41.788172, -82.79643 41.788335, -82.796398 41.78896, -82.796438 41.789081, -82.796656 41.789246, -82.797278 41.789451, -82.797645 41.789452, -82.797998 41.78937, -82.798116 41.789325, -82.798572 41.788983, -82.798727 41.78866, -82.798704 41.788249, -82.798584 41.787841, -82.798396 41.787654, -82.797835 41.78767, -82.797723 41.787645, -82.797689 41.787684, -82.797715 41.787768, -82.797433 41.78794, -82.797268 41.787866, -82.797138 41.78788, -82.7971 41.787784, -82.796807 41.787805, -82.796826 41.787916, -82.797008 41.787888, -82.797037 41.788006, -82.796788 41.788034, -82.796701 41.787794, -82.796571 41.787902, -82.796588 41.788048)), POLYGON ((-82.685724 41.681396, -82.684356 41.681381, -82.682763 41.681457, -82.68249 41.681506, -82.682213 41.681616, -82.68033 41.681809, -82.6798 41.681979, -82.679469 41.682161, -82.679337 41.682301, -82.678924 41.682568, -82.678612 41.682859, -82.678497 41.683073, -82.678356 41.683566, -82.678411 41.683672, -82.678314 41.68395, -82.678381 41.684102, -82.678377 41.684252, -82.678255 41.684358, -82.67859 41.68439, -82.678856 41.684456, -82.679171 41.684475, -82.679343 41.684447, -82.679605 41.684486, -82.679842 41.684441, -82.680304 41.684438, -82.680872 41.684256, -82.681562 41.684242, -82.681873 41.684181, -82.68216 41.684259, -82.682453 41.684133, -82.68259 41.684109, -82.682813 41.684115, -82.683325 41.684058, -82.683352 41.684118, -82.68384 41.684058, -82.683964 41.68399, -82.684484 41.683926, -82.685187 41.683858, -82.68567 41.683758, -82.686571 41.683675, -82.686745 41.683625, -82.687056 41.683537, -82.687394 41.683477, -82.687984 41.683465, -82.688258 41.683525, -82.68873 41.683645, -82.689175 41.683697, -82.688719 41.683593, -82.688295 41.683437, -82.688086 41.6833, -82.687964 41.683188, -82.687515 41.682776, -82.687314 41.682431, -82.687158 41.682102, -82.687083 41.681958, -82.686976 41.681814, -82.68674 41.68163, -82.686396 41.681482, -82.686003 41.68141, -82.685724 41.681396)), POLYGON ((-82.856798 41.810841, -82.856694 41.810879, -82.856587 41.81097, -82.856312 41.811896, -82.85615 41.812112, -82.855716 41.812555, -82.855137 41.812959, -82.854266 41.813259, -82.853701 41.813381, -82.852752 41.813519, -82.852195 41.813704, -82.851438 41.814064, -82.851151 41.81412, -82.850945 41.814091, -82.850822 41.814108, -82.850654 41.814208, -82.850842 41.814306, -82.851034 41.814343, -82.851522 41.814289, -82.85183 41.81429, -82.852048 41.814366, -82.852477 41.814632, -82.852857 41.814766, -82.853393 41.8148, -82.854128 41.814755, -82.854297 41.814788, -82.854867 41.814693, -82.855247 41.814553, -82.855401 41.81446, -82.85565 41.81423, -82.8558 41.813924, -82.856193 41.813573, -82.85643 41.813459, -82.856847 41.813385, -82.857181 41.813396, -82.857554 41.813468, -82.858301 41.813284, -82.859099 41.813177, -82.859576 41.81298, -82.860435 41.812732, -82.860778 41.812595, -82.861549 41.812503, -82.861624 41.812443, -82.861263 41.812186, -82.860505 41.811953, -82.860067 41.811677, -82.859458 41.81142, -82.858334 41.811089, -82.856798 41.810841)), POLYGON ((-82.999909 41.849144, -83.000106 41.849871, -83.000001 41.850036, -82.999788 41.8502, -82.999374 41.850489, -82.999638 41.850403, -83.00015 41.850053, -83.000368 41.849753, -83.000635 41.849598, -83.000752 41.84952, -83.000906 41.849403, -83.001016 41.849307, -83.001138 41.849157, -83.001356 41.848931, -83.001509 41.848767, -83.001718 41.848504, -83.002286 41.848, -83.002385 41.847761, -83.002294 41.847562, -83.002133 41.847252, -83.001814 41.847156, -83.001584 41.847545, -83.001516 41.847855, -83.00125 41.847942, -83.000622 41.848116, -83.000033 41.848163, -82.999908 41.848166, -82.999836 41.84812, -82.999488 41.848, -82.999336 41.848129, -82.999424 41.848203, -82.999565 41.848206, -82.999674 41.84815, -82.999766 41.848208, -82.999764 41.848402, -82.999813 41.848489, -82.999814 41.849047, -82.999909 41.849144)), POLYGON ((-82.791986 41.772322, -82.792279 41.772471, -82.792795 41.772581, -82.792536 41.772348, -82.791986 41.772322)), LINESTRING (-82.898007 42.297208, -82.897865 42.297268, -82.897865 42.298011, -82.897797 42.298283, -82.897736 42.298608, -82.897278 42.299836, -82.896889 42.300743, -82.896484 42.301816, -82.896256 42.302311, -82.895386 42.303244, -82.89505 42.303542, -82.895112 42.303822, -82.895159 42.304039, -82.895279 42.304583, -82.895678 42.304525, -82.895838 42.305185, -82.89592 42.30551, -82.89595 42.305634, -82.895993 42.305811, -82.896009 42.305873, -82.896024 42.305935, -82.896039 42.305998, -82.896054 42.30606, -82.89607 42.306122, -82.896092 42.306213, -82.896114 42.306304, -82.896129 42.306366, -82.896145 42.306428, -82.896201 42.306658, -82.896224 42.306752, -82.896289 42.307015, -82.896304 42.307077, -82.896326 42.307167, -82.896348 42.307258, -82.896364 42.30732, -82.896379 42.307382, -82.896394 42.307444, -82.896409 42.307506, -82.896424 42.307568, -82.896447 42.30766, -82.896469 42.307749, -82.896484 42.307811, -82.896499 42.307873, -82.896568 42.308154, -82.897175 42.31063, -82.897202 42.310738, -82.897214 42.310786, -82.897362 42.311392, -82.897471 42.311834, -82.897478 42.311863, -82.897485 42.311892, -82.897495 42.311934, -82.897511 42.312, -82.897527 42.312065, -82.897541 42.312122, -82.897555 42.31218, -82.897633 42.3125, -82.897783 42.313116, -82.897872 42.313478, -82.897095 42.313401, -82.896728 42.313362, -82.896354 42.313324, -82.895607 42.313246, -82.894882 42.313172, -82.894493 42.313134, -82.894127 42.313095, -82.893379 42.313017, -82.893204 42.313002, -82.892838 42.312963, -82.89251 42.312928, -82.892219 42.312901, -82.89164 42.312838, -82.891136 42.312788, -82.891824 42.316019, -82.891826 42.316026, -82.891862 42.316172, -82.891875 42.316224, -82.891882 42.316253, -82.891899 42.316322, -82.891929 42.316442, -82.891974 42.316624, -82.891993 42.316699, -82.89206 42.316972, -82.8921 42.317133, -82.892143 42.317306, -82.892211 42.317582, -82.892231 42.317662, -82.892263 42.317792, -82.892313 42.317993, -82.892377 42.318251, -82.892403 42.318358, -82.892428 42.318459, -82.892495 42.318729, -82.892538 42.318904, -82.892679 42.319472, -82.892708 42.319589, -82.892829 42.320076, -82.892863 42.320216, -82.892912 42.320412, -82.892979 42.320685, -82.893005 42.320789, -82.893033 42.320901, -82.893084 42.321107, -82.893148 42.321365, -82.893172 42.321462, -82.893203 42.321588, -82.893241 42.321741, -82.893286 42.321925, -82.893346 42.322164, -82.893503 42.3228, -82.89354 42.322947, -82.893654 42.323409, -82.893691 42.32356, -82.893692 42.323562, -82.893697 42.323583, -82.893718 42.323667, -82.893724 42.32369, -82.89374 42.323755, -82.89378 42.323919, -82.893787 42.323947, -82.893812 42.324048, -82.893816 42.324064, -82.893829 42.324116, -82.893846 42.324183, -82.893853 42.324213, -82.893871 42.324284, -82.89389 42.324365, -82.893891 42.324366, -82.893903 42.324416, -82.893929 42.32452, -82.893936 42.324548, -82.893966 42.32467, -82.893997 42.324796, -82.893999 42.324803, -82.894013 42.32486, -82.894032 42.324938, -82.894065 42.325069, -82.894066 42.325073, -82.894081 42.325136, -82.894099 42.325208, -82.894138 42.325362, -82.894162 42.32546, -82.894176 42.32552, -82.89418 42.325535, -82.894213 42.325667, -82.894231 42.325741, -82.894249 42.325813, -82.894283 42.325951, -82.894316 42.326082, -82.894324 42.326114, -82.894332 42.32615, -82.894349 42.326216, -82.89436 42.326262, -82.894382 42.326351, -82.894396 42.326405, -82.894406 42.326448, -82.894414 42.326478, -82.894434 42.326562, -82.89444 42.326584, -82.894473 42.326718, -82.894489 42.326785, -82.894496 42.326811, -82.894511 42.326875, -82.89452 42.326908, -82.89453 42.326949, -82.89455 42.327031, -82.894616 42.327301, -82.89463 42.327355, -82.894644 42.327415, -82.89465 42.327439, -82.894654 42.327452, -82.89467 42.32752, -82.894685 42.327578, -82.894691 42.327604, -82.894706 42.327664, -82.894728 42.327755, -82.894732 42.327772, -82.89474 42.327804, -82.894756 42.327866, -82.894766 42.327907, -82.894768 42.327916, -82.894771 42.327928, -82.894801 42.328052, -82.894802 42.328056, -82.894803 42.328058, -82.894836 42.328194, -82.89484 42.328209, -82.894864 42.328306, -82.894872 42.32834, -82.894874 42.328348, -82.894878 42.328361, -82.894898 42.328446, -82.894915 42.328512, -82.894921 42.328538, -82.894926 42.328556, -82.89494 42.328615, -82.894952 42.328664, -82.894953 42.328668, -82.894955 42.328676, -82.894985 42.328799, -82.894989 42.328813, -82.894989 42.328815, -82.895026 42.328961, -82.895027 42.328966, -82.895029 42.328975, -82.895046 42.329043, -82.895059 42.329096, -82.895064 42.329118, -82.895078 42.329176, -82.895102 42.329269, -82.895108 42.329298, -82.895111 42.329309, -82.895117 42.329331, -82.895139 42.329421, -82.895142 42.329432, -82.895144 42.329442, -82.895155 42.329488, -82.895177 42.329575, -82.89521 42.32971, -82.89522 42.329749, -82.895243 42.329845, -82.895272 42.329963, -82.895298 42.330066, -82.895298 42.330067, -82.895336 42.33022, -82.895357 42.330307, -82.895395 42.330459, -82.89541 42.330522, -82.895432 42.33061, -82.895462 42.330733, -82.895469 42.330762, -82.895475 42.330784, -82.895495 42.330868, -82.895513 42.330938, -82.895529 42.331005, -82.895552 42.331096, -82.895562 42.331137, -82.895596 42.331274, -82.89561 42.331332, -82.895614 42.331349, -82.89565 42.331496, -82.895699 42.331692, -82.895699 42.331693, -82.895748 42.331891, -82.89579 42.332064, -82.895832 42.332235, -82.895833 42.332237, -82.89588 42.332429, -82.895911 42.332547, -82.89596 42.332739, -82.895977 42.332803, -82.895977 42.332804, -82.896025 42.332829, -82.89605 42.332864, -82.896065 42.332954, -82.896067 42.333017, -82.896056 42.333062, -82.896057 42.333117, -82.896096 42.333188, -82.896113 42.333341, -82.896129 42.333494, -82.896186 42.333763, -82.896244 42.334086, -82.8963 42.334328, -82.89633 42.334517, -82.896372 42.334678, -82.896715 42.335618, -82.901941 42.357206, -82.898813 42.357937, -82.898107 42.35809, -82.892812 42.359237, -82.891592 42.359526, -82.889539 42.360012, -82.885212 42.361037, -82.874912 42.363524, -82.854887 42.367994, -82.83025 42.373492, -82.828722 42.375037, -82.819261 42.384166, -82.810717 42.392412, -82.80365 42.398104, -82.588614 42.397699), LINESTRING (-83.103351 42.253059, -83.106361 42.25379, -83.114841 42.255919, -83.12793 42.238725, -83.128392 42.234924, -83.128423 42.234592, -83.129102 42.227344, -83.131039 42.207371, -83.13138 42.202999, -83.132032 42.195541, -83.132438 42.192849, -83.132865 42.186901, -83.133892 42.174709, -83.128086 42.150761, -83.123862 42.131383, -83.127183 42.108486, -83.127526 42.104968, -83.128193 42.101939, -83.135369 42.084175, -83.141509 42.065489, -83.148945 42.043262, -83.149694 42.041, -83.148824 42.039087, -83.143956 42.02793, -83.131263 42.000464, -83.11246 41.95941, -83.109168 41.951838, -83.107483 41.948127, -83.086241 41.901338, -83.071768 41.86944, -83.069111 41.863583, -83.06256 41.860441, -83.017046 41.838607, -82.977704 41.819728, -82.911851 41.788176, -82.846218 41.756592, -82.783501 41.726455, -82.729906 41.70069, -82.689271 41.681148, -82.679722 41.676556, -82.674232 41.676556, -82.640982 41.676556, -82.596708 41.676556, -82.552433 41.676556, -82.508158 41.676556, -82.491004 41.676556, -82.4698 42), POLYGON ((-82.662596 41.821832, -82.667533 41.82173, -82.675558 41.825788, -82.676561 41.826055, -82.678066 41.826268, -82.680144 41.826482, -82.682078 41.826268, -82.684443 41.825521, -82.687022 41.824506, -82.689709 41.823118, -82.691509 41.821783, -82.695549 41.81938, -82.698719 41.816377, -82.702306 41.812175, -82.711384 41.78712, -82.715683 41.757196, -82.716542 41.737095, -82.705938 41.722872, -82.702355 41.721374, -82.692468 41.715705, -82.671858 41.705182, -82.667216 41.704346, -82.65952 41.704793, -82.65584 41.706829, -82.65386 41.709465, -82.653337 41.713913, -82.653393 41.719002, -82.652776 41.72306, -82.6516 41.724984, -82.646388 41.726587, -82.641699 41.727716, -82.636469 41.728831, -82.63206 41.730462, -82.627764 41.733669, -82.622814 41.736025, -82.617733 41.737823, -82.613754 41.73969, -82.610373 41.741656, -82.607403 41.744471, -82.606058 41.747175, -82.606077 41.750074, -82.606263 41.754589, -82.607085 41.758379, -82.607851 41.762838, -82.609028 41.765932, -82.610242 41.768565, -82.611176 41.771602, -82.612054 41.775795, -82.613679 41.78035, -82.614109 41.785741, -82.613847 41.789418, -82.613623 41.793499, -82.613455 41.797287, -82.613586 41.800086, -82.613997 41.803929, -82.614669 41.807661, -82.616089 41.810668, -82.617247 41.814525, -82.619302 41.818688, -82.620273 41.821263, -82.620442 41.824228, -82.620311 41.826942, -82.621656 41.830659, -82.623393 41.832997, -82.624906 41.835795, -82.626419 41.838787, -82.628044 41.841723, -82.630398 41.843254, -82.632677 41.84402, -82.634993 41.843922, -82.6383 41.8437, -82.641494 41.843769, -82.643287 41.843018, -82.645174 41.841167, -82.647285 41.83862, -82.649134 41.835419, -82.651376 41.83283, -82.653897 41.829573, -82.656569 41.827193, -82.660099 41.824005, -82.661855 41.822641, -82.662596 41.821832)))\", \"region\": {\"id\": 22124, \"geometry\": \"GEOMETRYCOLLECTION (POLYGON ((-82.860648 41.825659, -82.860609 41.825605, -82.860597 41.825564, -82.860593 41.825524, -82.860604 41.825471, -82.860622 41.825425, -82.860635 41.825382, -82.860632 41.825353, -82.860614 41.825336, -82.86059 41.82533, -82.860538 41.82533, -82.860507 41.825325, -82.860491 41.825294, -82.860468 41.825217, -82.860439 41.825131, -82.860423 41.825093, -82.860428 41.825052, -82.860436 41.82501, -82.860435 41.824971, -82.860411 41.824916, -82.860388 41.824883, -82.860368 41.824849, -82.860364 41.824806, -82.860356 41.824765, -82.860329 41.824718, -82.860298 41.824672, -82.860248 41.824628, -82.860206 41.824623, -82.860174 41.824627, -82.860157 41.824636, -82.860143 41.824633, -82.860124 41.82461, -82.860078 41.824539, -82.860032 41.824488, -82.859989 41.824451, -82.859942 41.824413, -82.859889 41.824382, -82.859817 41.824371, -82.859702 41.824367, -82.859566 41.824374, -82.859472 41.824389, -82.859462 41.824401, -82.859476 41.82441, -82.859546 41.824427, -82.859631 41.824453, -82.85971 41.824505, -82.859766 41.824566, -82.859792 41.82462, -82.859806 41.824688, -82.859799 41.824724, -82.859782 41.824752, -82.859779 41.824784, -82.859787 41.824831, -82.859799 41.824887, -82.859799 41.824921, -82.859791 41.824968, -82.859768 41.82501, -82.859726 41.825065, -82.85972 41.82509, -82.859801 41.825089, -82.859803 41.825128, -82.859826 41.825194, -82.859889 41.825324, -82.85993 41.825432, -82.85994 41.825474, -82.859956 41.825545, -82.85997 41.825626, -82.860003 41.825716, -82.860075 41.825843, -82.860127 41.825937, -82.860179 41.825981, -82.860254 41.82601, -82.860347 41.826023, -82.860444 41.826016, -82.860508 41.826, -82.860587 41.825966, -82.860629 41.825921, -82.860666 41.825852, -82.860683 41.825788, -82.860679 41.825714, -82.860648 41.825659)), POLYGON ((-82.81791 41.770216, -82.817659 41.770268, -82.817603 41.770348, -82.81762 41.770422, -82.818053 41.771079, -82.818161 41.771121, -82.818313 41.770992, -82.8183 41.770538, -82.81818 41.770317, -82.818015 41.770222, -82.81791 41.770216)), POLYGON ((-82.81418 41.776228, -82.814237 41.776286, -82.814343 41.77635, -82.81443 41.776396, -82.8145 41.776472, -82.814531 41.77652, -82.814556 41.776555, -82.814601 41.776574, -82.814597 41.776533, -82.814587 41.776462, -82.814536 41.776402, -82.814508 41.776378, -82.814475 41.77635, -82.814392 41.776304, -82.8143 41.776268, -82.81418 41.776228)), POLYGON ((-82.796588 41.788048, -82.796591 41.788172, -82.79643 41.788335, -82.796398 41.78896, -82.796438 41.789081, -82.796656 41.789246, -82.797278 41.789451, -82.797645 41.789452, -82.797998 41.78937, -82.798116 41.789325, -82.798572 41.788983, -82.798727 41.78866, -82.798704 41.788249, -82.798584 41.787841, -82.798396 41.787654, -82.797835 41.78767, -82.797723 41.787645, -82.797689 41.787684, -82.797715 41.787768, -82.797433 41.78794, -82.797268 41.787866, -82.797138 41.78788, -82.7971 41.787784, -82.796807 41.787805, -82.796826 41.787916, -82.797008 41.787888, -82.797037 41.788006, -82.796788 41.788034, -82.796701 41.787794, -82.796571 41.787902, -82.796588 41.788048)), POLYGON ((-82.685724 41.681396, -82.684356 41.681381, -82.682763 41.681457, -82.68249 41.681506, -82.682213 41.681616, -82.68033 41.681809, -82.6798 41.681979, -82.679469 41.682161, -82.679337 41.682301, -82.678924 41.682568, -82.678612 41.682859, -82.678497 41.683073, -82.678356 41.683566, -82.678411 41.683672, -82.678314 41.68395, -82.678381 41.684102, -82.678377 41.684252, -82.678255 41.684358, -82.67859 41.68439, -82.678856 41.684456, -82.679171 41.684475, -82.679343 41.684447, -82.679605 41.684486, -82.679842 41.684441, -82.680304 41.684438, -82.680872 41.684256, -82.681562 41.684242, -82.681873 41.684181, -82.68216 41.684259, -82.682453 41.684133, -82.68259 41.684109, -82.682813 41.684115, -82.683325 41.684058, -82.683352 41.684118, -82.68384 41.684058, -82.683964 41.68399, -82.684484 41.683926, -82.685187 41.683858, -82.68567 41.683758, -82.686571 41.683675, -82.686745 41.683625, -82.687056 41.683537, -82.687394 41.683477, -82.687984 41.683465, -82.688258 41.683525, -82.68873 41.683645, -82.689175 41.683697, -82.688719 41.683593, -82.688295 41.683437, -82.688086 41.6833, -82.687964 41.683188, -82.687515 41.682776, -82.687314 41.682431, -82.687158 41.682102, -82.687083 41.681958, -82.686976 41.681814, -82.68674 41.68163, -82.686396 41.681482, -82.686003 41.68141, -82.685724 41.681396)), POLYGON ((-82.856798 41.810841, -82.856694 41.810879, -82.856587 41.81097, -82.856312 41.811896, -82.85615 41.812112, -82.855716 41.812555, -82.855137 41.812959, -82.854266 41.813259, -82.853701 41.813381, -82.852752 41.813519, -82.852195 41.813704, -82.851438 41.814064, -82.851151 41.81412, -82.850945 41.814091, -82.850822 41.814108, -82.850654 41.814208, -82.850842 41.814306, -82.851034 41.814343, -82.851522 41.814289, -82.85183 41.81429, -82.852048 41.814366, -82.852477 41.814632, -82.852857 41.814766, -82.853393 41.8148, -82.854128 41.814755, -82.854297 41.814788, -82.854867 41.814693, -82.855247 41.814553, -82.855401 41.81446, -82.85565 41.81423, -82.8558 41.813924, -82.856193 41.813573, -82.85643 41.813459, -82.856847 41.813385, -82.857181 41.813396, -82.857554 41.813468, -82.858301 41.813284, -82.859099 41.813177, -82.859576 41.81298, -82.860435 41.812732, -82.860778 41.812595, -82.861549 41.812503, -82.861624 41.812443, -82.861263 41.812186, -82.860505 41.811953, -82.860067 41.811677, -82.859458 41.81142, -82.858334 41.811089, -82.856798 41.810841)), POLYGON ((-82.999909 41.849144, -83.000106 41.849871, -83.000001 41.850036, -82.999788 41.8502, -82.999374 41.850489, -82.999638 41.850403, -83.00015 41.850053, -83.000368 41.849753, -83.000635 41.849598, -83.000752 41.84952, -83.000906 41.849403, -83.001016 41.849307, -83.001138 41.849157, -83.001356 41.848931, -83.001509 41.848767, -83.001718 41.848504, -83.002286 41.848, -83.002385 41.847761, -83.002294 41.847562, -83.002133 41.847252, -83.001814 41.847156, -83.001584 41.847545, -83.001516 41.847855, -83.00125 41.847942, -83.000622 41.848116, -83.000033 41.848163, -82.999908 41.848166, -82.999836 41.84812, -82.999488 41.848, -82.999336 41.848129, -82.999424 41.848203, -82.999565 41.848206, -82.999674 41.84815, -82.999766 41.848208, -82.999764 41.848402, -82.999813 41.848489, -82.999814 41.849047, -82.999909 41.849144)), POLYGON ((-82.791986 41.772322, -82.792279 41.772471, -82.792795 41.772581, -82.792536 41.772348, -82.791986 41.772322)), LINESTRING (-82.898007 42.297208, -82.897865 42.297268, -82.897865 42.298011, -82.897797 42.298283, -82.897736 42.298608, -82.897278 42.299836, -82.896889 42.300743, -82.896484 42.301816, -82.896256 42.302311, -82.895386 42.303244, -82.89505 42.303542, -82.895112 42.303822, -82.895159 42.304039, -82.895279 42.304583, -82.895678 42.304525, -82.895838 42.305185, -82.89592 42.30551, -82.89595 42.305634, -82.895993 42.305811, -82.896009 42.305873, -82.896024 42.305935, -82.896039 42.305998, -82.896054 42.30606, -82.89607 42.306122, -82.896092 42.306213, -82.896114 42.306304, -82.896129 42.306366, -82.896145 42.306428, -82.896201 42.306658, -82.896224 42.306752, -82.896289 42.307015, -82.896304 42.307077, -82.896326 42.307167, -82.896348 42.307258, -82.896364 42.30732, -82.896379 42.307382, -82.896394 42.307444, -82.896409 42.307506, -82.896424 42.307568, -82.896447 42.30766, -82.896469 42.307749, -82.896484 42.307811, -82.896499 42.307873, -82.896568 42.308154, -82.897175 42.31063, -82.897202 42.310738, -82.897214 42.310786, -82.897362 42.311392, -82.897471 42.311834, -82.897478 42.311863, -82.897485 42.311892, -82.897495 42.311934, -82.897511 42.312, -82.897527 42.312065, -82.897541 42.312122, -82.897555 42.31218, -82.897633 42.3125, -82.897783 42.313116, -82.897872 42.313478, -82.897095 42.313401, -82.896728 42.313362, -82.896354 42.313324, -82.895607 42.313246, -82.894882 42.313172, -82.894493 42.313134, -82.894127 42.313095, -82.893379 42.313017, -82.893204 42.313002, -82.892838 42.312963, -82.89251 42.312928, -82.892219 42.312901, -82.89164 42.312838, -82.891136 42.312788, -82.891824 42.316019, -82.891826 42.316026, -82.891862 42.316172, -82.891875 42.316224, -82.891882 42.316253, -82.891899 42.316322, -82.891929 42.316442, -82.891974 42.316624, -82.891993 42.316699, -82.89206 42.316972, -82.8921 42.317133, -82.892143 42.317306, -82.892211 42.317582, -82.892231 42.317662, -82.892263 42.317792, -82.892313 42.317993, -82.892377 42.318251, -82.892403 42.318358, -82.892428 42.318459, -82.892495 42.318729, -82.892538 42.318904, -82.892679 42.319472, -82.892708 42.319589, -82.892829 42.320076, -82.892863 42.320216, -82.892912 42.320412, -82.892979 42.320685, -82.893005 42.320789, -82.893033 42.320901, -82.893084 42.321107, -82.893148 42.321365, -82.893172 42.321462, -82.893203 42.321588, -82.893241 42.321741, -82.893286 42.321925, -82.893346 42.322164, -82.893503 42.3228, -82.89354 42.322947, -82.893654 42.323409, -82.893691 42.32356, -82.893692 42.323562, -82.893697 42.323583, -82.893718 42.323667, -82.893724 42.32369, -82.89374 42.323755, -82.89378 42.323919, -82.893787 42.323947, -82.893812 42.324048, -82.893816 42.324064, -82.893829 42.324116, -82.893846 42.324183, -82.893853 42.324213, -82.893871 42.324284, -82.89389 42.324365, -82.893891 42.324366, -82.893903 42.324416, -82.893929 42.32452, -82.893936 42.324548, -82.893966 42.32467, -82.893997 42.324796, -82.893999 42.324803, -82.894013 42.32486, -82.894032 42.324938, -82.894065 42.325069, -82.894066 42.325073, -82.894081 42.325136, -82.894099 42.325208, -82.894138 42.325362, -82.894162 42.32546, -82.894176 42.32552, -82.89418 42.325535, -82.894213 42.325667, -82.894231 42.325741, -82.894249 42.325813, -82.894283 42.325951, -82.894316 42.326082, -82.894324 42.326114, -82.894332 42.32615, -82.894349 42.326216, -82.89436 42.326262, -82.894382 42.326351, -82.894396 42.326405, -82.894406 42.326448, -82.894414 42.326478, -82.894434 42.326562, -82.89444 42.326584, -82.894473 42.326718, -82.894489 42.326785, -82.894496 42.326811, -82.894511 42.326875, -82.89452 42.326908, -82.89453 42.326949, -82.89455 42.327031, -82.894616 42.327301, -82.89463 42.327355, -82.894644 42.327415, -82.89465 42.327439, -82.894654 42.327452, -82.89467 42.32752, -82.894685 42.327578, -82.894691 42.327604, -82.894706 42.327664, -82.894728 42.327755, -82.894732 42.327772, -82.89474 42.327804, -82.894756 42.327866, -82.894766 42.327907, -82.894768 42.327916, -82.894771 42.327928, -82.894801 42.328052, -82.894802 42.328056, -82.894803 42.328058, -82.894836 42.328194, -82.89484 42.328209, -82.894864 42.328306, -82.894872 42.32834, -82.894874 42.328348, -82.894878 42.328361, -82.894898 42.328446, -82.894915 42.328512, -82.894921 42.328538, -82.894926 42.328556, -82.89494 42.328615, -82.894952 42.328664, -82.894953 42.328668, -82.894955 42.328676, -82.894985 42.328799, -82.894989 42.328813, -82.894989 42.328815, -82.895026 42.328961, -82.895027 42.328966, -82.895029 42.328975, -82.895046 42.329043, -82.895059 42.329096, -82.895064 42.329118, -82.895078 42.329176, -82.895102 42.329269, -82.895108 42.329298, -82.895111 42.329309, -82.895117 42.329331, -82.895139 42.329421, -82.895142 42.329432, -82.895144 42.329442, -82.895155 42.329488, -82.895177 42.329575, -82.89521 42.32971, -82.89522 42.329749, -82.895243 42.329845, -82.895272 42.329963, -82.895298 42.330066, -82.895298 42.330067, -82.895336 42.33022, -82.895357 42.330307, -82.895395 42.330459, -82.89541 42.330522, -82.895432 42.33061, -82.895462 42.330733, -82.895469 42.330762, -82.895475 42.330784, -82.895495 42.330868, -82.895513 42.330938, -82.895529 42.331005, -82.895552 42.331096, -82.895562 42.331137, -82.895596 42.331274, -82.89561 42.331332, -82.895614 42.331349, -82.89565 42.331496, -82.895699 42.331692, -82.895699 42.331693, -82.895748 42.331891, -82.89579 42.332064, -82.895832 42.332235, -82.895833 42.332237, -82.89588 42.332429, -82.895911 42.332547, -82.89596 42.332739, -82.895977 42.332803, -82.895977 42.332804, -82.896025 42.332829, -82.89605 42.332864, -82.896065 42.332954, -82.896067 42.333017, -82.896056 42.333062, -82.896057 42.333117, -82.896096 42.333188, -82.896113 42.333341, -82.896129 42.333494, -82.896186 42.333763, -82.896244 42.334086, -82.8963 42.334328, -82.89633 42.334517, -82.896372 42.334678, -82.896715 42.335618, -82.901941 42.357206, -82.898813 42.357937, -82.898107 42.35809, -82.892812 42.359237, -82.891592 42.359526, -82.889539 42.360012, -82.885212 42.361037, -82.874912 42.363524, -82.854887 42.367994, -82.83025 42.373492, -82.828722 42.375037, -82.819261 42.384166, -82.810717 42.392412, -82.80365 42.398104, -82.588614 42.397699), LINESTRING (-83.103351 42.253059, -83.106361 42.25379, -83.114841 42.255919, -83.12793 42.238725, -83.128392 42.234924, -83.128423 42.234592, -83.129102 42.227344, -83.131039 42.207371, -83.13138 42.202999, -83.132032 42.195541, -83.132438 42.192849, -83.132865 42.186901, -83.133892 42.174709, -83.128086 42.150761, -83.123862 42.131383, -83.127183 42.108486, -83.127526 42.104968, -83.128193 42.101939, -83.135369 42.084175, -83.141509 42.065489, -83.148945 42.043262, -83.149694 42.041, -83.148824 42.039087, -83.143956 42.02793, -83.131263 42.000464, -83.11246 41.95941, -83.109168 41.951838, -83.107483 41.948127, -83.086241 41.901338, -83.071768 41.86944, -83.069111 41.863583, -83.06256 41.860441, -83.017046 41.838607, -82.977704 41.819728, -82.911851 41.788176, -82.846218 41.756592, -82.783501 41.726455, -82.729906 41.70069, -82.689271 41.681148, -82.679722 41.676556, -82.674232 41.676556, -82.640982 41.676556, -82.596708 41.676556, -82.552433 41.676556, -82.508158 41.676556, -82.491004 41.676556, -82.4698 42), POLYGON ((-82.662596 41.821832, -82.667533 41.82173, -82.675558 41.825788, -82.676561 41.826055, -82.678066 41.826268, -82.680144 41.826482, -82.682078 41.826268, -82.684443 41.825521, -82.687022 41.824506, -82.689709 41.823118, -82.691509 41.821783, -82.695549 41.81938, -82.698719 41.816377, -82.702306 41.812175, -82.711384 41.78712, -82.715683 41.757196, -82.716542 41.737095, -82.705938 41.722872, -82.702355 41.721374, -82.692468 41.715705, -82.671858 41.705182, -82.667216 41.704346, -82.65952 41.704793, -82.65584 41.706829, -82.65386 41.709465, -82.653337 41.713913, -82.653393 41.719002, -82.652776 41.72306, -82.6516 41.724984, -82.646388 41.726587, -82.641699 41.727716, -82.636469 41.728831, -82.63206 41.730462, -82.627764 41.733669, -82.622814 41.736025, -82.617733 41.737823, -82.613754 41.73969, -82.610373 41.741656, -82.607403 41.744471, -82.606058 41.747175, -82.606077 41.750074, -82.606263 41.754589, -82.607085 41.758379, -82.607851 41.762838, -82.609028 41.765932, -82.610242 41.768565, -82.611176 41.771602, -82.612054 41.775795, -82.613679 41.78035, -82.614109 41.785741, -82.613847 41.789418, -82.613623 41.793499, -82.613455 41.797287, -82.613586 41.800086, -82.613997 41.803929, -82.614669 41.807661, -82.616089 41.810668, -82.617247 41.814525, -82.619302 41.818688, -82.620273 41.821263, -82.620442 41.824228, -82.620311 41.826942, -82.621656 41.830659, -82.623393 41.832997, -82.624906 41.835795, -82.626419 41.838787, -82.628044 41.841723, -82.630398 41.843254, -82.632677 41.84402, -82.634993 41.843922, -82.6383 41.8437, -82.641494 41.843769, -82.643287 41.843018, -82.645174 41.841167, -82.647285 41.83862, -82.649134 41.835419, -82.651376 41.83283, -82.653897 41.829573, -82.656569 41.827193, -82.660099 41.824005, -82.661855 41.822641, -82.662596 41.821832)))\", \"region_name\": \"Essex County\", \"wikidata\": \"Q953088\", \"wikipedia\": \"en:Essex County, Ontario\", \"place\": \"county\", \"admin_level\": \"6\", \"official_name\": \"County of Essex\"}}}"} -{"id": "raster_only/max_slope+area/0018", "group": "raster_only", "template": "max_slope+area", "question": "In Le Roy, Illinois, what is the highest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-88.766605 40.340438, -88.766498 40.34044, -88.766305 40.340506, -88.766183 40.340641, -88.76613 40.340835, -88.766606 40.340827, -88.766605 40.340438)), ((-88.764347 40.326084, -88.764319 40.325813, -88.764322 40.325456, -88.763653 40.325445, -88.76365 40.325365, -88.763421 40.325371, -88.763422 40.325294, -88.762545 40.325318, -88.762544 40.325604, -88.762559 40.325687, -88.764094 40.325678, -88.764084 40.326223, -88.764347 40.326225, -88.764347 40.326084)), ((-88.766322 40.333319, -88.766329 40.334289, -88.766522 40.334417, -88.767223 40.334418, -88.76716 40.333311, -88.767289 40.33331, -88.768119 40.333303, -88.768426 40.333323, -88.768539 40.333331, -88.768492 40.333224, -88.768488 40.332993, -88.768546 40.332671, -88.76853 40.332439, -88.768511 40.332309, -88.768486 40.332134, -88.768485 40.331931, -88.767043 40.331854, -88.765239 40.331882, -88.765239 40.332313, -88.764751 40.332335, -88.764368 40.332313, -88.764371 40.331896, -88.764669 40.331898, -88.764662 40.331593, -88.764659 40.331494, -88.764667 40.331441, -88.764665 40.331366, -88.764655 40.331051, -88.764671 40.33017, -88.764374 40.330174, -88.76295 40.330138, -88.762901 40.330241, -88.762725 40.333545, -88.762891 40.333551, -88.763336 40.333595, -88.763462 40.333608, -88.763792 40.333663, -88.763649 40.335022, -88.761244 40.335007, -88.761241 40.336121, -88.763126 40.336939, -88.764448 40.336902, -88.764843 40.333898, -88.76495 40.333331, -88.766322 40.333319)), ((-88.760907 40.342669, -88.760958 40.342587, -88.761016 40.342502, -88.76111 40.342389, -88.761086 40.342123, -88.760622 40.342102, -88.760648 40.342512, -88.760907 40.342669)), ((-88.783904 40.322504, -88.781691 40.322492, -88.78168 40.323181, -88.781355 40.323175, -88.781313 40.326144, -88.774115 40.326174, -88.774114 40.332015, -88.771814 40.332976, -88.771413 40.333163, -88.771168 40.333266, -88.771168 40.332262, -88.769475 40.332251, -88.769302 40.332242, -88.769285 40.333456, -88.769712 40.333457, -88.770431 40.333516, -88.770584 40.333571, -88.770707 40.333632, -88.770827 40.333751, -88.771356 40.334018, -88.771239 40.334114, -88.770724 40.334644, -88.770724 40.337341, -88.770699 40.340637, -88.770729 40.341161, -88.770691 40.345248, -88.770986 40.345257, -88.770973 40.346127, -88.769929 40.346142, -88.769955 40.346273, -88.771587 40.346293, -88.771587 40.349029, -88.771558 40.350536, -88.770751 40.350556, -88.770729 40.351587, -88.769577 40.351579, -88.769524 40.355342, -88.77007 40.355352, -88.771423 40.355375, -88.77142 40.356945, -88.764387 40.356957, -88.760288 40.356957, -88.760287 40.357617, -88.759616 40.35758, -88.757834 40.357483, -88.757419 40.357509, -88.757506 40.356857, -88.753047 40.35684, -88.753027 40.355205, -88.750243 40.355192, -88.750243 40.354955, -88.750211 40.35373, -88.750179 40.353002, -88.750114 40.352059, -88.750091 40.351482, -88.750096 40.351421, -88.750076 40.348138, -88.750075 40.347266, -88.748649 40.34729, -88.74865 40.347132, -88.748679 40.343948, -88.749059 40.344294, -88.749256 40.344696, -88.749513 40.344765, -88.749849 40.344672, -88.749623 40.34414, -88.749721 40.343738, -88.750067 40.343718, -88.750936 40.343726, -88.751086 40.343728, -88.751554 40.343732, -88.751709 40.343521, -88.752163 40.34374, -88.75252 40.343757, -88.752617 40.342734, -88.75687 40.342641, -88.757152 40.342641, -88.756466 40.34212, -88.751223 40.338454, -88.750071 40.337626, -88.750068 40.337026, -88.752647 40.337046, -88.757916 40.337068, -88.757916 40.336519, -88.757906 40.336277, -88.759476 40.336275, -88.758753 40.335959, -88.758072 40.335656, -88.757285 40.335278, -88.756181 40.334779, -88.75547 40.334431, -88.753897 40.333674, -88.753276 40.333387, -88.751767 40.332596, -88.751984 40.332208, -88.752104 40.331783, -88.752361 40.331526, -88.753351 40.331578, -88.753094 40.331231, -88.752992 40.331019, -88.752913 40.330554, -88.752684 40.328247, -88.752397 40.324661, -88.764349 40.32468, -88.76435 40.323616, -88.764373 40.322766, -88.76438 40.322509, -88.767944 40.322523, -88.767976 40.31947, -88.768836 40.31909, -88.76908 40.318994, -88.769311 40.31894, -88.769911 40.318914, -88.770299 40.31892, -88.770202 40.323801, -88.770547 40.323755, -88.771624 40.323069, -88.771828 40.323023, -88.772132 40.322955, -88.774045 40.322956, -88.774216 40.322989, -88.774221 40.32249, -88.781439 40.322477, -88.781428 40.319138, -88.783967 40.319166, -88.783904 40.322504)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 16.41194725036621}]", "question_entities": "{\"[3]\": {\"region_name\": \"Le Roy, Illinois\", \"geo_wkt\": \"MULTIPOLYGON (((-88.766605 40.340438, -88.766498 40.34044, -88.766305 40.340506, -88.766183 40.340641, -88.76613 40.340835, -88.766606 40.340827, -88.766605 40.340438)), ((-88.764347 40.326084, -88.764319 40.325813, -88.764322 40.325456, -88.763653 40.325445, -88.76365 40.325365, -88.763421 40.325371, -88.763422 40.325294, -88.762545 40.325318, -88.762544 40.325604, -88.762559 40.325687, -88.764094 40.325678, -88.764084 40.326223, -88.764347 40.326225, -88.764347 40.326084)), ((-88.766322 40.333319, -88.766329 40.334289, -88.766522 40.334417, -88.767223 40.334418, -88.76716 40.333311, -88.767289 40.33331, -88.768119 40.333303, -88.768426 40.333323, -88.768539 40.333331, -88.768492 40.333224, -88.768488 40.332993, -88.768546 40.332671, -88.76853 40.332439, -88.768511 40.332309, -88.768486 40.332134, -88.768485 40.331931, -88.767043 40.331854, -88.765239 40.331882, -88.765239 40.332313, -88.764751 40.332335, -88.764368 40.332313, -88.764371 40.331896, -88.764669 40.331898, -88.764662 40.331593, -88.764659 40.331494, -88.764667 40.331441, -88.764665 40.331366, -88.764655 40.331051, -88.764671 40.33017, -88.764374 40.330174, -88.76295 40.330138, -88.762901 40.330241, -88.762725 40.333545, -88.762891 40.333551, -88.763336 40.333595, -88.763462 40.333608, -88.763792 40.333663, -88.763649 40.335022, -88.761244 40.335007, -88.761241 40.336121, -88.763126 40.336939, -88.764448 40.336902, -88.764843 40.333898, -88.76495 40.333331, -88.766322 40.333319)), ((-88.760907 40.342669, -88.760958 40.342587, -88.761016 40.342502, -88.76111 40.342389, -88.761086 40.342123, -88.760622 40.342102, -88.760648 40.342512, -88.760907 40.342669)), ((-88.783904 40.322504, -88.781691 40.322492, -88.78168 40.323181, -88.781355 40.323175, -88.781313 40.326144, -88.774115 40.326174, -88.774114 40.332015, -88.771814 40.332976, -88.771413 40.333163, -88.771168 40.333266, -88.771168 40.332262, -88.769475 40.332251, -88.769302 40.332242, -88.769285 40.333456, -88.769712 40.333457, -88.770431 40.333516, -88.770584 40.333571, -88.770707 40.333632, -88.770827 40.333751, -88.771356 40.334018, -88.771239 40.334114, -88.770724 40.334644, -88.770724 40.337341, -88.770699 40.340637, -88.770729 40.341161, -88.770691 40.345248, -88.770986 40.345257, -88.770973 40.346127, -88.769929 40.346142, -88.769955 40.346273, -88.771587 40.346293, -88.771587 40.349029, -88.771558 40.350536, -88.770751 40.350556, -88.770729 40.351587, -88.769577 40.351579, -88.769524 40.355342, -88.77007 40.355352, -88.771423 40.355375, -88.77142 40.356945, -88.764387 40.356957, -88.760288 40.356957, -88.760287 40.357617, -88.759616 40.35758, -88.757834 40.357483, -88.757419 40.357509, -88.757506 40.356857, -88.753047 40.35684, -88.753027 40.355205, -88.750243 40.355192, -88.750243 40.354955, -88.750211 40.35373, -88.750179 40.353002, -88.750114 40.352059, -88.750091 40.351482, -88.750096 40.351421, -88.750076 40.348138, -88.750075 40.347266, -88.748649 40.34729, -88.74865 40.347132, -88.748679 40.343948, -88.749059 40.344294, -88.749256 40.344696, -88.749513 40.344765, -88.749849 40.344672, -88.749623 40.34414, -88.749721 40.343738, -88.750067 40.343718, -88.750936 40.343726, -88.751086 40.343728, -88.751554 40.343732, -88.751709 40.343521, -88.752163 40.34374, -88.75252 40.343757, -88.752617 40.342734, -88.75687 40.342641, -88.757152 40.342641, -88.756466 40.34212, -88.751223 40.338454, -88.750071 40.337626, -88.750068 40.337026, -88.752647 40.337046, -88.757916 40.337068, -88.757916 40.336519, -88.757906 40.336277, -88.759476 40.336275, -88.758753 40.335959, -88.758072 40.335656, -88.757285 40.335278, -88.756181 40.334779, -88.75547 40.334431, -88.753897 40.333674, -88.753276 40.333387, -88.751767 40.332596, -88.751984 40.332208, -88.752104 40.331783, -88.752361 40.331526, -88.753351 40.331578, -88.753094 40.331231, -88.752992 40.331019, -88.752913 40.330554, -88.752684 40.328247, -88.752397 40.324661, -88.764349 40.32468, -88.76435 40.323616, -88.764373 40.322766, -88.76438 40.322509, -88.767944 40.322523, -88.767976 40.31947, -88.768836 40.31909, -88.76908 40.318994, -88.769311 40.31894, -88.769911 40.318914, -88.770299 40.31892, -88.770202 40.323801, -88.770547 40.323755, -88.771624 40.323069, -88.771828 40.323023, -88.772132 40.322955, -88.774045 40.322956, -88.774216 40.322989, -88.774221 40.32249, -88.781439 40.322477, -88.781428 40.319138, -88.783967 40.319166, -88.783904 40.322504)))\", \"region\": {\"id\": 17975, \"geometry\": \"MULTIPOLYGON (((-88.766605 40.340438, -88.766498 40.34044, -88.766305 40.340506, -88.766183 40.340641, -88.76613 40.340835, -88.766606 40.340827, -88.766605 40.340438)), ((-88.764347 40.326084, -88.764319 40.325813, -88.764322 40.325456, -88.763653 40.325445, -88.76365 40.325365, -88.763421 40.325371, -88.763422 40.325294, -88.762545 40.325318, -88.762544 40.325604, -88.762559 40.325687, -88.764094 40.325678, -88.764084 40.326223, -88.764347 40.326225, -88.764347 40.326084)), ((-88.766322 40.333319, -88.766329 40.334289, -88.766522 40.334417, -88.767223 40.334418, -88.76716 40.333311, -88.767289 40.33331, -88.768119 40.333303, -88.768426 40.333323, -88.768539 40.333331, -88.768492 40.333224, -88.768488 40.332993, -88.768546 40.332671, -88.76853 40.332439, -88.768511 40.332309, -88.768486 40.332134, -88.768485 40.331931, -88.767043 40.331854, -88.765239 40.331882, -88.765239 40.332313, -88.764751 40.332335, -88.764368 40.332313, -88.764371 40.331896, -88.764669 40.331898, -88.764662 40.331593, -88.764659 40.331494, -88.764667 40.331441, -88.764665 40.331366, -88.764655 40.331051, -88.764671 40.33017, -88.764374 40.330174, -88.76295 40.330138, -88.762901 40.330241, -88.762725 40.333545, -88.762891 40.333551, -88.763336 40.333595, -88.763462 40.333608, -88.763792 40.333663, -88.763649 40.335022, -88.761244 40.335007, -88.761241 40.336121, -88.763126 40.336939, -88.764448 40.336902, -88.764843 40.333898, -88.76495 40.333331, -88.766322 40.333319)), ((-88.760907 40.342669, -88.760958 40.342587, -88.761016 40.342502, -88.76111 40.342389, -88.761086 40.342123, -88.760622 40.342102, -88.760648 40.342512, -88.760907 40.342669)), ((-88.783904 40.322504, -88.781691 40.322492, -88.78168 40.323181, -88.781355 40.323175, -88.781313 40.326144, -88.774115 40.326174, -88.774114 40.332015, -88.771814 40.332976, -88.771413 40.333163, -88.771168 40.333266, -88.771168 40.332262, -88.769475 40.332251, -88.769302 40.332242, -88.769285 40.333456, -88.769712 40.333457, -88.770431 40.333516, -88.770584 40.333571, -88.770707 40.333632, -88.770827 40.333751, -88.771356 40.334018, -88.771239 40.334114, -88.770724 40.334644, -88.770724 40.337341, -88.770699 40.340637, -88.770729 40.341161, -88.770691 40.345248, -88.770986 40.345257, -88.770973 40.346127, -88.769929 40.346142, -88.769955 40.346273, -88.771587 40.346293, -88.771587 40.349029, -88.771558 40.350536, -88.770751 40.350556, -88.770729 40.351587, -88.769577 40.351579, -88.769524 40.355342, -88.77007 40.355352, -88.771423 40.355375, -88.77142 40.356945, -88.764387 40.356957, -88.760288 40.356957, -88.760287 40.357617, -88.759616 40.35758, -88.757834 40.357483, -88.757419 40.357509, -88.757506 40.356857, -88.753047 40.35684, -88.753027 40.355205, -88.750243 40.355192, -88.750243 40.354955, -88.750211 40.35373, -88.750179 40.353002, -88.750114 40.352059, -88.750091 40.351482, -88.750096 40.351421, -88.750076 40.348138, -88.750075 40.347266, -88.748649 40.34729, -88.74865 40.347132, -88.748679 40.343948, -88.749059 40.344294, -88.749256 40.344696, -88.749513 40.344765, -88.749849 40.344672, -88.749623 40.34414, -88.749721 40.343738, -88.750067 40.343718, -88.750936 40.343726, -88.751086 40.343728, -88.751554 40.343732, -88.751709 40.343521, -88.752163 40.34374, -88.75252 40.343757, -88.752617 40.342734, -88.75687 40.342641, -88.757152 40.342641, -88.756466 40.34212, -88.751223 40.338454, -88.750071 40.337626, -88.750068 40.337026, -88.752647 40.337046, -88.757916 40.337068, -88.757916 40.336519, -88.757906 40.336277, -88.759476 40.336275, -88.758753 40.335959, -88.758072 40.335656, -88.757285 40.335278, -88.756181 40.334779, -88.75547 40.334431, -88.753897 40.333674, -88.753276 40.333387, -88.751767 40.332596, -88.751984 40.332208, -88.752104 40.331783, -88.752361 40.331526, -88.753351 40.331578, -88.753094 40.331231, -88.752992 40.331019, -88.752913 40.330554, -88.752684 40.328247, -88.752397 40.324661, -88.764349 40.32468, -88.76435 40.323616, -88.764373 40.322766, -88.76438 40.322509, -88.767944 40.322523, -88.767976 40.31947, -88.768836 40.31909, -88.76908 40.318994, -88.769311 40.31894, -88.769911 40.318914, -88.770299 40.31892, -88.770202 40.323801, -88.770547 40.323755, -88.771624 40.323069, -88.771828 40.323023, -88.772132 40.322955, -88.774045 40.322956, -88.774216 40.322989, -88.774221 40.32249, -88.781439 40.322477, -88.781428 40.319138, -88.783967 40.319166, -88.783904 40.322504)))\", \"region_name\": \"Le Roy\", \"border_type\": \"city\", \"wikidata\": \"Q575549\", \"wikipedia\": \"en:Le Roy, Illinois\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/max_slope+area/0019", "group": "raster_only", "template": "max_slope+area", "question": "How steep is the steepest part of Saint Marks, Georgia?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-84.825365 33.124977, -84.825412 33.125351, -84.825412 33.125707, -84.825322 33.12617, -84.825163 33.126652, -84.824876 33.127159, -84.824579 33.127583, -84.824172 33.127971, -84.823764 33.12828, -84.823288 33.128564, -84.822743 33.128787, -84.822206 33.128945, -84.821614 33.129038, -84.820974 33.129064, -84.820412 33.12902, -84.819769 33.128902, -84.819206 33.128719, -84.81867 33.128471, -84.818185 33.128158, -84.81779 33.12782, -84.817395 33.127374, -84.817108 33.12695, -84.816906 33.126472, -84.816764 33.125973, -84.816709 33.125509, -84.816764 33.124873, -84.81691 33.124391, -84.817151 33.12391, -84.817498 33.123346, -84.817859 33.12295, -84.818408 33.12253, -84.819005 33.122188, -84.819696 33.121908, -84.820382 33.121764, -84.820992 33.121717, -84.821562 33.121746, -84.82218 33.12184, -84.82267 33.121983, -84.823249 33.122238, -84.823652 33.122472, -84.824124 33.122817, -84.824438 33.123112, -84.824764 33.1235, -84.824996 33.123885, -84.825159 33.124222, -84.825292 33.124636, -84.825365 33.124977))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).max AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 19.228246688842773}]", "question_entities": "{\"[3]\": {\"region_name\": \"Saint Marks, Georgia\", \"geo_wkt\": \"POLYGON ((-84.825365 33.124977, -84.825412 33.125351, -84.825412 33.125707, -84.825322 33.12617, -84.825163 33.126652, -84.824876 33.127159, -84.824579 33.127583, -84.824172 33.127971, -84.823764 33.12828, -84.823288 33.128564, -84.822743 33.128787, -84.822206 33.128945, -84.821614 33.129038, -84.820974 33.129064, -84.820412 33.12902, -84.819769 33.128902, -84.819206 33.128719, -84.81867 33.128471, -84.818185 33.128158, -84.81779 33.12782, -84.817395 33.127374, -84.817108 33.12695, -84.816906 33.126472, -84.816764 33.125973, -84.816709 33.125509, -84.816764 33.124873, -84.81691 33.124391, -84.817151 33.12391, -84.817498 33.123346, -84.817859 33.12295, -84.818408 33.12253, -84.819005 33.122188, -84.819696 33.121908, -84.820382 33.121764, -84.820992 33.121717, -84.821562 33.121746, -84.82218 33.12184, -84.82267 33.121983, -84.823249 33.122238, -84.823652 33.122472, -84.824124 33.122817, -84.824438 33.123112, -84.824764 33.1235, -84.824996 33.123885, -84.825159 33.124222, -84.825292 33.124636, -84.825365 33.124977))\", \"region\": {\"id\": 2107, \"geometry\": \"POLYGON ((-84.825365 33.124977, -84.825412 33.125351, -84.825412 33.125707, -84.825322 33.12617, -84.825163 33.126652, -84.824876 33.127159, -84.824579 33.127583, -84.824172 33.127971, -84.823764 33.12828, -84.823288 33.128564, -84.822743 33.128787, -84.822206 33.128945, -84.821614 33.129038, -84.820974 33.129064, -84.820412 33.12902, -84.819769 33.128902, -84.819206 33.128719, -84.81867 33.128471, -84.818185 33.128158, -84.81779 33.12782, -84.817395 33.127374, -84.817108 33.12695, -84.816906 33.126472, -84.816764 33.125973, -84.816709 33.125509, -84.816764 33.124873, -84.81691 33.124391, -84.817151 33.12391, -84.817498 33.123346, -84.817859 33.12295, -84.818408 33.12253, -84.819005 33.122188, -84.819696 33.121908, -84.820382 33.121764, -84.820992 33.121717, -84.821562 33.121746, -84.82218 33.12184, -84.82267 33.121983, -84.823249 33.122238, -84.823652 33.122472, -84.824124 33.122817, -84.824438 33.123112, -84.824764 33.1235, -84.824996 33.123885, -84.825159 33.124222, -84.825292 33.124636, -84.825365 33.124977))\", \"region_name\": \"Saint Marks\", \"wikidata\": \"Q65041557\", \"wikipedia\": \"en:Saint Marks, Georgia\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0000", "group": "raster_only", "template": "min_slope+area", "question": "What is the least steep slope across Elkland Township, Sullivan County, Pennsylvania?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-76.691614 41.487021, -76.710351 41.492271, -76.701705 41.506343, -76.702211 41.514289, -76.692065 41.526427, -76.691759 41.534977, -76.704409 41.539964, -76.702735 41.542222, -76.678824 41.57862, -76.603912 41.572486, -76.555171 41.568498, -76.606674 41.49821, -76.61999 41.492918, -76.61891 41.4912, -76.618626 41.490734, -76.6177 41.489254, -76.619083 41.488642, -76.619421 41.488518, -76.619651 41.488514, -76.61984 41.488552, -76.620139 41.488666, -76.621298 41.489851, -76.621761 41.49041, -76.622973 41.492522, -76.62317 41.4929, -76.623483 41.493005, -76.624051 41.492974, -76.624326 41.492722, -76.625096 41.492161, -76.626845 41.490585, -76.630469 41.488416, -76.631398 41.487926, -76.632076 41.487463, -76.632437 41.487167, -76.632995 41.486633, -76.633364 41.486119, -76.63363 41.485605, -76.63387 41.485116, -76.634033 41.484634, -76.634042 41.484235, -76.634042 41.483862, -76.633973 41.483373, -76.633888 41.483071, -76.633836 41.482441, -76.633682 41.48185, -76.63357 41.481245, -76.633338 41.480673, -76.633072 41.480075, -76.632978 41.47965, -76.632909 41.479168, -76.632858 41.478789, -76.632858 41.478384, -76.632909 41.477869, -76.632898 41.477766, -76.632872 41.477518, -76.634071 41.477192, -76.634319 41.476965, -76.634789 41.475616, -76.635144 41.474842, -76.635334 41.474225, -76.635553 41.473818, -76.635672 41.473618, -76.635913 41.473213, -76.636686 41.472454, -76.637393 41.471936, -76.639976 41.472902, -76.658915 41.465755, -76.659035 41.465806, -76.659148 41.465926, -76.659671 41.466132, -76.660246 41.466422, -76.660761 41.466705, -76.661353 41.466981, -76.661731 41.467206, -76.662194 41.467425, -76.662916 41.467631, -76.663473 41.467843, -76.66392 41.467972, -76.664435 41.468081, -76.66483 41.468178, -76.665224 41.468171, -76.665499 41.46812, -76.665945 41.468158, -76.66634 41.467991, -76.666795 41.467586, -76.667301 41.467155, -76.667808 41.466628, -76.668263 41.466177, -76.668572 41.465862, -76.668898 41.465515, -76.669207 41.465103, -76.669464 41.464788, -76.669627 41.464364, -76.669739 41.463907, -76.669934 41.463446, -76.67003 41.463488, -76.688998 41.471934, -76.688857 41.472057, -76.688846 41.472242, -76.689306 41.472456, -76.689631 41.472696, -76.689892 41.473231, -76.690033 41.473568, -76.690265 41.473884, -76.690495 41.474319, -76.690665 41.474932, -76.690868 41.475346, -76.691105 41.475739, -76.691229 41.476307, -76.691378 41.476712, -76.691497 41.477353, -76.691519 41.478034, -76.691544 41.478636, -76.691501 41.47918, -76.69155 41.479804, -76.691578 41.480204, -76.691795 41.480667, -76.692098 41.481147, -76.692346 41.481857, -76.692325 41.482483, -76.692478 41.48293, -76.692631 41.483441, -76.692682 41.483871, -76.69252 41.484212, -76.692467 41.484738, -76.692428 41.485356, -76.692118 41.486, -76.691934 41.486567, -76.691614 41.487021))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Elkland Township, Sullivan County, Pennsylvania\", \"geo_wkt\": \"POLYGON ((-76.691614 41.487021, -76.710351 41.492271, -76.701705 41.506343, -76.702211 41.514289, -76.692065 41.526427, -76.691759 41.534977, -76.704409 41.539964, -76.702735 41.542222, -76.678824 41.57862, -76.603912 41.572486, -76.555171 41.568498, -76.606674 41.49821, -76.61999 41.492918, -76.61891 41.4912, -76.618626 41.490734, -76.6177 41.489254, -76.619083 41.488642, -76.619421 41.488518, -76.619651 41.488514, -76.61984 41.488552, -76.620139 41.488666, -76.621298 41.489851, -76.621761 41.49041, -76.622973 41.492522, -76.62317 41.4929, -76.623483 41.493005, -76.624051 41.492974, -76.624326 41.492722, -76.625096 41.492161, -76.626845 41.490585, -76.630469 41.488416, -76.631398 41.487926, -76.632076 41.487463, -76.632437 41.487167, -76.632995 41.486633, -76.633364 41.486119, -76.63363 41.485605, -76.63387 41.485116, -76.634033 41.484634, -76.634042 41.484235, -76.634042 41.483862, -76.633973 41.483373, -76.633888 41.483071, -76.633836 41.482441, -76.633682 41.48185, -76.63357 41.481245, -76.633338 41.480673, -76.633072 41.480075, -76.632978 41.47965, -76.632909 41.479168, -76.632858 41.478789, -76.632858 41.478384, -76.632909 41.477869, -76.632898 41.477766, -76.632872 41.477518, -76.634071 41.477192, -76.634319 41.476965, -76.634789 41.475616, -76.635144 41.474842, -76.635334 41.474225, -76.635553 41.473818, -76.635672 41.473618, -76.635913 41.473213, -76.636686 41.472454, -76.637393 41.471936, -76.639976 41.472902, -76.658915 41.465755, -76.659035 41.465806, -76.659148 41.465926, -76.659671 41.466132, -76.660246 41.466422, -76.660761 41.466705, -76.661353 41.466981, -76.661731 41.467206, -76.662194 41.467425, -76.662916 41.467631, -76.663473 41.467843, -76.66392 41.467972, -76.664435 41.468081, -76.66483 41.468178, -76.665224 41.468171, -76.665499 41.46812, -76.665945 41.468158, -76.66634 41.467991, -76.666795 41.467586, -76.667301 41.467155, -76.667808 41.466628, -76.668263 41.466177, -76.668572 41.465862, -76.668898 41.465515, -76.669207 41.465103, -76.669464 41.464788, -76.669627 41.464364, -76.669739 41.463907, -76.669934 41.463446, -76.67003 41.463488, -76.688998 41.471934, -76.688857 41.472057, -76.688846 41.472242, -76.689306 41.472456, -76.689631 41.472696, -76.689892 41.473231, -76.690033 41.473568, -76.690265 41.473884, -76.690495 41.474319, -76.690665 41.474932, -76.690868 41.475346, -76.691105 41.475739, -76.691229 41.476307, -76.691378 41.476712, -76.691497 41.477353, -76.691519 41.478034, -76.691544 41.478636, -76.691501 41.47918, -76.69155 41.479804, -76.691578 41.480204, -76.691795 41.480667, -76.692098 41.481147, -76.692346 41.481857, -76.692325 41.482483, -76.692478 41.48293, -76.692631 41.483441, -76.692682 41.483871, -76.69252 41.484212, -76.692467 41.484738, -76.692428 41.485356, -76.692118 41.486, -76.691934 41.486567, -76.691614 41.487021))\", \"region\": {\"id\": 15304, \"geometry\": \"POLYGON ((-76.691614 41.487021, -76.710351 41.492271, -76.701705 41.506343, -76.702211 41.514289, -76.692065 41.526427, -76.691759 41.534977, -76.704409 41.539964, -76.702735 41.542222, -76.678824 41.57862, -76.603912 41.572486, -76.555171 41.568498, -76.606674 41.49821, -76.61999 41.492918, -76.61891 41.4912, -76.618626 41.490734, -76.6177 41.489254, -76.619083 41.488642, -76.619421 41.488518, -76.619651 41.488514, -76.61984 41.488552, -76.620139 41.488666, -76.621298 41.489851, -76.621761 41.49041, -76.622973 41.492522, -76.62317 41.4929, -76.623483 41.493005, -76.624051 41.492974, -76.624326 41.492722, -76.625096 41.492161, -76.626845 41.490585, -76.630469 41.488416, -76.631398 41.487926, -76.632076 41.487463, -76.632437 41.487167, -76.632995 41.486633, -76.633364 41.486119, -76.63363 41.485605, -76.63387 41.485116, -76.634033 41.484634, -76.634042 41.484235, -76.634042 41.483862, -76.633973 41.483373, -76.633888 41.483071, -76.633836 41.482441, -76.633682 41.48185, -76.63357 41.481245, -76.633338 41.480673, -76.633072 41.480075, -76.632978 41.47965, -76.632909 41.479168, -76.632858 41.478789, -76.632858 41.478384, -76.632909 41.477869, -76.632898 41.477766, -76.632872 41.477518, -76.634071 41.477192, -76.634319 41.476965, -76.634789 41.475616, -76.635144 41.474842, -76.635334 41.474225, -76.635553 41.473818, -76.635672 41.473618, -76.635913 41.473213, -76.636686 41.472454, -76.637393 41.471936, -76.639976 41.472902, -76.658915 41.465755, -76.659035 41.465806, -76.659148 41.465926, -76.659671 41.466132, -76.660246 41.466422, -76.660761 41.466705, -76.661353 41.466981, -76.661731 41.467206, -76.662194 41.467425, -76.662916 41.467631, -76.663473 41.467843, -76.66392 41.467972, -76.664435 41.468081, -76.66483 41.468178, -76.665224 41.468171, -76.665499 41.46812, -76.665945 41.468158, -76.66634 41.467991, -76.666795 41.467586, -76.667301 41.467155, -76.667808 41.466628, -76.668263 41.466177, -76.668572 41.465862, -76.668898 41.465515, -76.669207 41.465103, -76.669464 41.464788, -76.669627 41.464364, -76.669739 41.463907, -76.669934 41.463446, -76.67003 41.463488, -76.688998 41.471934, -76.688857 41.472057, -76.688846 41.472242, -76.689306 41.472456, -76.689631 41.472696, -76.689892 41.473231, -76.690033 41.473568, -76.690265 41.473884, -76.690495 41.474319, -76.690665 41.474932, -76.690868 41.475346, -76.691105 41.475739, -76.691229 41.476307, -76.691378 41.476712, -76.691497 41.477353, -76.691519 41.478034, -76.691544 41.478636, -76.691501 41.47918, -76.69155 41.479804, -76.691578 41.480204, -76.691795 41.480667, -76.692098 41.481147, -76.692346 41.481857, -76.692325 41.482483, -76.692478 41.48293, -76.692631 41.483441, -76.692682 41.483871, -76.69252 41.484212, -76.692467 41.484738, -76.692428 41.485356, -76.692118 41.486, -76.691934 41.486567, -76.691614 41.487021))\", \"region_name\": \"Elkland Township\", \"border_type\": \"township\", \"wikidata\": \"Q5364347\", \"wikipedia\": \"en:Elkland Township, Sullivan County, Pennsylvania\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0001", "group": "raster_only", "template": "min_slope+area", "question": "In Fox Lake, Illinois, what is the lowest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('MULTIPOLYGON (((-88.178723 42.43603, -88.178723 42.436253, -88.179015 42.436242, -88.179015 42.436049, -88.178723 42.43603)), ((-88.206567 42.474617, -88.206071 42.475808, -88.208002 42.475778, -88.207975 42.474582, -88.206567 42.474617)), ((-88.16968 42.372514, -88.169143 42.373272, -88.168982 42.373071, -88.168493 42.370415, -88.168325 42.370412, -88.168471 42.369824, -88.167585 42.369927, -88.167795 42.369079, -88.166478 42.369115, -88.166669 42.369361, -88.165759 42.369486, -88.165658 42.369496, -88.165634 42.369387, -88.165546 42.369288, -88.165522 42.369276, -88.165422 42.369226, -88.163555 42.369282, -88.163624 42.371971, -88.166183 42.372002, -88.166162 42.373411, -88.165134 42.373457, -88.165134 42.373906, -88.168858 42.373898, -88.169008 42.373897, -88.169005 42.373739, -88.169141 42.37374, -88.16968 42.372837, -88.170685 42.37283, -88.170623 42.372254, -88.16968 42.372514)), ((-88.165058 42.368, -88.164538 42.367994, -88.164602 42.368218, -88.165147 42.368232, -88.165058 42.368)), ((-88.163051 42.365236, -88.163095 42.365888, -88.163288 42.365894, -88.163399 42.367039, -88.163534 42.36703, -88.164486 42.367065, -88.164348 42.366667, -88.164214 42.366343, -88.164081 42.366009, -88.16394 42.365707, -88.163792 42.365483, -88.163599 42.365329, -88.163317 42.365252, -88.163051 42.365236)), ((-88.20446 42.479902, -88.204836 42.47895, -88.204962 42.478633, -88.204093 42.478643, -88.202921 42.478657, -88.202474 42.480018, -88.202204 42.480844, -88.202425 42.480842, -88.203089 42.480839, -88.203311 42.480838, -88.203464 42.480607, -88.203754 42.480173, -88.204059 42.480197, -88.204335 42.48022, -88.20446 42.479902)), ((-88.199272 42.477032, -88.199278 42.477382, -88.199909 42.477373, -88.200666 42.477364, -88.20067 42.476994, -88.199903 42.477014, -88.199272 42.477032)), ((-88.213234 42.451784, -88.213202 42.451952, -88.213107 42.452455, -88.213076 42.452624, -88.212884 42.453671, -88.212801 42.454127, -88.212296 42.456778, -88.212289 42.456808, -88.212078 42.457852, -88.211946 42.458498, -88.211929 42.458583, -88.211709 42.459672, -88.211547 42.460437, -88.211411 42.461083, -88.211172 42.462145, -88.211095 42.462489, -88.210799 42.463876, -88.210673 42.464419, -88.210457 42.465086, -88.210369 42.465307, -88.210151 42.465859, -88.209962 42.466317, -88.210612 42.466306, -88.212561 42.466276, -88.213212 42.466267, -88.214052 42.466259, -88.218653 42.466298, -88.218465 42.469857, -88.213714 42.469933, -88.213686 42.471957, -88.213675 42.472801, -88.212683 42.472782, -88.212689 42.473541, -88.212882 42.473539, -88.213461 42.473536, -88.213655 42.473535, -88.213661 42.475293, -88.213668 42.477256, -88.21698 42.477259, -88.218739 42.477262, -88.218745 42.477958, -88.218763 42.480049, -88.218769 42.480746, -88.216724 42.48076, -88.215417 42.48077, -88.211346 42.480785, -88.210589 42.480789, -88.208545 42.480801, -88.20854 42.48303, -88.208533 42.486314, -88.211939 42.48632, -88.214169 42.486325, -88.214149 42.488075, -88.214091 42.493329, -88.21407 42.495028, -88.21313 42.494998, -88.205402 42.494889, -88.199543 42.494807, -88.199486 42.492204, -88.199468 42.491405, -88.188393 42.491255, -88.185707 42.491218, -88.185188 42.491211, -88.185119 42.491211, -88.185111 42.491209, -88.185042 42.491209, -88.180483 42.491155, -88.180258 42.490935, -88.180208 42.490911, -88.180147 42.490862, -88.180108 42.490794, -88.18 42.490651, -88.179913 42.490554, -88.179867 42.49048, -88.17977 42.49041, -88.179732 42.490342, -88.179754 42.490271, -88.179855 42.490241, -88.180281 42.490217, -88.180365 42.490144, -88.180348 42.490077, -88.180282 42.490052, -88.180242 42.490051, -88.180143 42.490082, -88.180035 42.490069, -88.17992 42.490101, -88.179836 42.490098, -88.17966 42.490075, -88.179552 42.490007, -88.17953 42.489923, -88.179484 42.489565, -88.179482 42.489458, -88.179494 42.489334, -88.179484 42.489061, -88.179503 42.488877, -88.179498 42.488722, -88.179461 42.488577, -88.179378 42.488347, -88.17939 42.488241, -88.179321 42.488157, -88.179254 42.488014, -88.179216 42.487861, -88.1792 42.487708, -88.179147 42.487497, -88.179091 42.487418, -88.179053 42.487336, -88.178936 42.486912, -88.178888 42.486648, -88.178849 42.48643, -88.178788 42.486192, -88.178621 42.485623, -88.178665 42.485584, -88.178793 42.485578, -88.178976 42.485601, -88.17917 42.485608, -88.179584 42.485585, -88.179762 42.485515, -88.180029 42.485494, -88.180113 42.485477, -88.179921 42.485457, -88.179313 42.485461, -88.178855 42.485425, -88.178662 42.485417, -88.178568 42.485361, -88.178535 42.48527, -88.178469 42.485175, -88.178419 42.48512, -88.178709 42.485062, -88.180578 42.485218, -88.180591 42.483196, -88.179747 42.483176, -88.179772 42.483491, -88.179601 42.483466, -88.179571 42.483462, -88.178537 42.483313, -88.178403 42.483295, -88.178163 42.483292, -88.17804 42.483264, -88.177989 42.483201, -88.177787 42.4827, -88.179822 42.48273, -88.179728 42.481127, -88.184527 42.481107, -88.184522 42.477328, -88.185763 42.477299, -88.185839 42.473809, -88.199597 42.473706, -88.199492 42.466382, -88.206956 42.466319, -88.208919 42.466318, -88.209327 42.464624, -88.210555 42.459542, -88.210964 42.457849, -88.211674 42.454929, -88.211529 42.454928, -88.202079 42.454916, -88.19893 42.454913, -88.198891 42.452368, -88.198887 42.451619, -88.202092 42.451469, -88.202719 42.45144, -88.202652 42.448231, -88.201453 42.448182, -88.201249 42.444013, -88.200835 42.443982, -88.200075 42.443926, -88.200072 42.442912, -88.198744 42.442375, -88.198744 42.442326, -88.19888 42.441017, -88.198713 42.441012, -88.197608 42.441026, -88.194934 42.441061, -88.194305 42.441063, -88.194283 42.439982, -88.194252 42.438538, -88.194144 42.438539, -88.194145 42.438238, -88.194164 42.437393, -88.192311 42.437372, -88.189286 42.437419, -88.185489 42.437466, -88.181186 42.437519, -88.179574 42.437083, -88.179303 42.437017, -88.179142 42.436545, -88.179015 42.436543, -88.178779 42.436591, -88.178208 42.436261, -88.178127 42.436251, -88.178031 42.436271, -88.178002 42.436288, -88.176808 42.434112, -88.176574 42.433983, -88.176287 42.433615, -88.176297 42.43335, -88.175934 42.433423, -88.17593 42.433659, -88.175909 42.433976, -88.175888 42.43389, -88.175764 42.433682, -88.17572 42.433661, -88.175399 42.433447, -88.175827 42.43311, -88.175773 42.433069, -88.175938 42.432909, -88.176001 42.432681, -88.176115 42.432727, -88.176052 42.431959, -88.175213 42.43193, -88.175134 42.431903, -88.175182 42.431385, -88.175158 42.429886, -88.174996 42.429758, -88.174891 42.429675, -88.173377 42.429913, -88.173365 42.429719, -88.172906 42.430048, -88.172565 42.430053, -88.171269 42.430093, -88.171241 42.429493, -88.171217 42.429241, -88.170622 42.429346, -88.170615 42.429215, -88.170572 42.429121, -88.170603 42.429036, -88.170664 42.428959, -88.170704 42.428832, -88.170658 42.428704, -88.170585 42.428583, -88.170544 42.428485, -88.170622 42.428427, -88.170794 42.428389, -88.17102 42.428366, -88.171281 42.428368, -88.171407 42.428321, -88.171516 42.428255, -88.171642 42.42823, -88.171832 42.428132, -88.171979 42.428091, -88.172132 42.428143, -88.172206 42.428185, -88.172239 42.42815, -88.172267 42.428097, -88.172187 42.428015, -88.17203 42.427935, -88.171835 42.427958, -88.171649 42.42805, -88.171573 42.428036, -88.17153 42.427867, -88.171521 42.427739, -88.171453 42.427581, -88.171374 42.427457, -88.171265 42.427392, -88.171076 42.427515, -88.170988 42.427614, -88.171023 42.427693, -88.171135 42.42779, -88.171279 42.427885, -88.171402 42.42802, -88.171384 42.428133, -88.171325 42.428211, -88.171162 42.428244, -88.170948 42.428246, -88.170747 42.428263, -88.170575 42.428311, -88.170407 42.428345, -88.170322 42.428316, -88.170477 42.428212, -88.17022 42.427729, -88.170652 42.427342, -88.170442 42.427126, -88.170805 42.426928, -88.170893 42.426348, -88.170976 42.425878, -88.172345 42.425958, -88.173157 42.426025, -88.17331 42.426017, -88.17383 42.426048, -88.174207 42.426071, -88.174066 42.425368, -88.174203 42.425281, -88.174197 42.424421, -88.174442 42.424397, -88.174586 42.424397, -88.174735 42.424416, -88.174901 42.424457, -88.175042 42.424508, -88.175182 42.424574, -88.175304 42.424621, -88.175417 42.424642, -88.17546 42.424646, -88.176134 42.424939, -88.176648 42.424967, -88.176803 42.425024, -88.178713 42.425246, -88.178784 42.425253, -88.178765 42.425571, -88.178764 42.426058, -88.179009 42.426017, -88.179008 42.42559, -88.179001 42.424552, -88.179003 42.423723, -88.179001 42.422654, -88.179372 42.422644, -88.179758 42.422649, -88.180155 42.422655, -88.180444 42.422659, -88.182981 42.422671, -88.183766 42.422674, -88.18384 42.422674, -88.183884 42.426811, -88.185219 42.426816, -88.1856 42.4268, -88.18677 42.426833, -88.186763 42.42427, -88.186782 42.423184, -88.186444 42.423217, -88.18589 42.423209, -88.185627 42.42322, -88.185297 42.423161, -88.185143 42.423146, -88.185241 42.422637, -88.185624 42.422498, -88.186058 42.422012, -88.186296 42.421607, -88.186425 42.4216, -88.186802 42.421372, -88.187085 42.420861, -88.18708 42.420761, -88.18706 42.420574, -88.187065 42.420427, -88.187092 42.420127, -88.187104 42.420058, -88.186864 42.419869, -88.186687 42.419999, -88.186556 42.419919, -88.185795 42.419919, -88.185216 42.419852, -88.184626 42.419768, -88.183752 42.419634, -88.182957 42.41945, -88.182621 42.419525, -88.182311 42.419283, -88.180994 42.418773, -88.179927 42.418379, -88.1792 42.418337, -88.179116 42.418462, -88.179072 42.418136, -88.179102 42.417506, -88.17897 42.416329, -88.178947 42.41608, -88.178227 42.415789, -88.175386 42.414642, -88.169104 42.412105, -88.168975 42.412174, -88.168597 42.412341, -88.168423 42.412411, -88.168224 42.412519, -88.168079 42.412651, -88.16796 42.412706, -88.167776 42.412765, -88.167561 42.412805, -88.167369 42.412823, -88.167232 42.412894, -88.167088 42.412943, -88.167056 42.412906, -88.166967 42.412889, -88.166675 42.413034, -88.166486 42.413172, -88.166331 42.413304, -88.166222 42.413452, -88.166156 42.413569, -88.166067 42.413768, -88.166 42.413963, -88.165881 42.414238, -88.16585 42.414354, -88.165831 42.414498, -88.165782 42.414587, -88.165753 42.414712, -88.165753 42.414837, -88.165789 42.415069, -88.165843 42.415253, -88.165923 42.415453, -88.16596 42.415586, -88.166025 42.415671, -88.166087 42.415773, -88.166102 42.41591, -88.166162 42.41605, -88.166171 42.416144, -88.165965 42.416374, -88.165805 42.416264, -88.165685 42.41612, -88.165437 42.415604, -88.165099 42.415209, -88.164777 42.415299, -88.164679 42.415308, -88.16451 42.415078, -88.164445 42.414991, -88.16438 42.415064, -88.164298 42.415091, -88.164208 42.415008, -88.164022 42.414511, -88.163396 42.413739, -88.163538 42.413272, -88.163633 42.413206, -88.16384 42.412993, -88.163935 42.412829, -88.164025 42.412618, -88.164048 42.412499, -88.164034 42.412153, -88.16404 42.412022, -88.163998 42.411938, -88.163899 42.411863, -88.163849 42.411808, -88.163882 42.411752, -88.163968 42.411744, -88.164215 42.411867, -88.164302 42.411855, -88.164313 42.4118, -88.164246 42.4118, -88.164182 42.411767, -88.164151 42.411679, -88.163979 42.411549, -88.163916 42.411465, -88.163919 42.411255, -88.163905 42.411169, -88.164038 42.411165, -88.164089 42.411131, -88.164067 42.411087, -88.163937 42.411058, -88.163862 42.410944, -88.163797 42.410813, -88.163668 42.410707, -88.163575 42.410589, -88.163553 42.41049, -88.163591 42.410375, -88.163662 42.410272, -88.16383 42.410206, -88.164037 42.410195, -88.164295 42.410196, -88.164512 42.410151, -88.164794 42.410179, -88.165201 42.41016, -88.165481 42.410195, -88.165847 42.41023, -88.166346 42.410237, -88.166562 42.410285, -88.166829 42.410291, -88.166995 42.410343, -88.167156 42.410362, -88.167231 42.410397, -88.168188 42.405133, -88.160236 42.405624, -88.159023 42.402103, -88.158424 42.401231, -88.158309 42.400877, -88.157833 42.398337, -88.157704 42.398071, -88.157409 42.397129, -88.157414 42.397479, -88.157404 42.397549, -88.157388 42.397669, -88.157303 42.397826, -88.15716 42.397891, -88.157034 42.397852, -88.157006 42.397801, -88.156901 42.397846, -88.156581 42.397425, -88.156242 42.396925, -88.15556 42.39655, -88.155278 42.396335, -88.155116 42.396411, -88.155119 42.398301, -88.155148 42.398948, -88.153844 42.398952, -88.151369 42.398216, -88.149982 42.397872, -88.147826 42.397838, -88.147787 42.39725, -88.147769 42.397153, -88.147731 42.39705, -88.147663 42.396967, -88.147582 42.396892, -88.147494 42.396836, -88.147576 42.396237, -88.147001 42.396221, -88.14709 42.39581, -88.147213 42.395246, -88.147471 42.394049, -88.148034 42.394053, -88.148375 42.394056, -88.14841 42.394055, -88.148913 42.394085, -88.149638 42.394194, -88.149748 42.393912, -88.150074 42.393838, -88.15001 42.394148, -88.150764 42.394332, -88.15222 42.394415, -88.15266 42.394546, -88.153361 42.394315, -88.153423 42.393707, -88.153448 42.393641, -88.152965 42.393342, -88.152659 42.392977, -88.152387 42.39277, -88.152068 42.392493, -88.152018 42.392281, -88.152029 42.392076, -88.151871 42.392152, -88.151571 42.391982, -88.150549 42.391404, -88.150057 42.388478, -88.150034 42.388294, -88.149895 42.388167, -88.149958 42.3881, -88.149922 42.387535, -88.149974 42.38644, -88.149816 42.386261, -88.14979 42.386072, -88.149781 42.386009, -88.15029 42.385613, -88.149802 42.384714, -88.149857 42.384515, -88.149743 42.384196, -88.150288 42.384546, -88.149988 42.384283, -88.150105 42.384234, -88.150065 42.384198, -88.150061 42.38411, -88.150035 42.38395, -88.150028 42.383834, -88.149998 42.383741, -88.149914 42.383563, -88.149856 42.383035, -88.149821 42.382859, -88.149781 42.38274, -88.149694 42.382696, -88.149681 42.382599, -88.149627 42.382537, -88.149688 42.382414, -88.149547 42.382283, -88.149551 42.382102, -88.149573 42.382042, -88.145495 42.380315, -88.149588 42.38193, -88.149585 42.381794, -88.149658 42.38186, -88.150339 42.381622, -88.150404 42.381724, -88.150524 42.381791, -88.150274 42.381371, -88.150266 42.381318, -88.150256 42.381246, -88.150355 42.3811, -88.150374 42.381056, -88.150556 42.380947, -88.150827 42.380903, -88.151162 42.380955, -88.151451 42.381059, -88.151656 42.38118, -88.15265 42.381385, -88.153806 42.381699, -88.154588 42.382034, -88.154793 42.38219, -88.154906 42.382203, -88.154978 42.382207, -88.154972 42.379793, -88.159574 42.379693, -88.160277 42.379626, -88.162166 42.380121, -88.162685 42.37953, -88.162787 42.379547, -88.163076 42.379556, -88.163727 42.379551, -88.164302 42.379511, -88.16456 42.379511, -88.164703 42.379526, -88.165119 42.379538, -88.165639 42.379536, -88.165901 42.379521, -88.166162 42.379507, -88.166337 42.379505, -88.166352 42.379508, -88.166468 42.379531, -88.166516 42.379552, -88.166658 42.379612, -88.166971 42.379403, -88.167032 42.379234, -88.166536 42.37924, -88.166535 42.379191, -88.165698 42.379147, -88.164424 42.379103, -88.163628 42.379147, -88.162851 42.379052, -88.162413 42.379022, -88.161129 42.378809, -88.159954 42.378574, -88.159593 42.378526, -88.159537 42.378488, -88.159616 42.376596, -88.16072 42.376562, -88.161285 42.376545, -88.161282 42.376072, -88.161276 42.374802, -88.160721 42.374813, -88.16071 42.374201, -88.158464 42.374187, -88.158146 42.37417, -88.158087 42.373839, -88.158051 42.373856, -88.158016 42.373125, -88.159729 42.373096, -88.159729 42.37309, -88.159772 42.372105, -88.160641 42.372054, -88.160724 42.36967, -88.160807 42.368991, -88.160816 42.368921, -88.160192 42.368924, -88.159803 42.368983, -88.159458 42.369065, -88.159019 42.369237, -88.158441 42.369524, -88.15795 42.369874, -88.157295 42.370256, -88.156761 42.370568, -88.156218 42.370829, -88.155598 42.370962, -88.154986 42.371001, -88.154227 42.370987, -88.154305 42.37079, -88.154363 42.369758, -88.154043 42.369742, -88.153797 42.369733, -88.153797 42.369523, -88.154043 42.36952, -88.154387 42.36952, -88.154422 42.369274, -88.154043 42.369275, -88.153779 42.369261, -88.153784 42.36828, -88.153724 42.368084, -88.152283 42.367568, -88.149841 42.367505, -88.149715 42.365064, -88.152376 42.365009, -88.153391 42.364959, -88.155036 42.364877, -88.155276 42.364878, -88.15532 42.364877, -88.155604 42.364886, -88.155705 42.364998, -88.155758 42.365054, -88.156553 42.365071, -88.156514 42.365006, -88.156483 42.364858, -88.155772 42.364877, -88.155797 42.364676, -88.155707 42.364465, -88.155046 42.364479, -88.154918 42.364674, -88.154861 42.364674, -88.154597 42.364673, -88.154334 42.364681, -88.154138 42.364688, -88.152345 42.364745, -88.149799 42.364809, -88.149789 42.364399, -88.15259 42.364262, -88.154889 42.364097, -88.156281 42.363731, -88.156321 42.363721, -88.156362 42.364137, -88.159407 42.363979, -88.159407 42.363996, -88.159407 42.364019, -88.159406 42.364089, -88.159405 42.364122, -88.159404 42.364162, -88.157332 42.364208, -88.157332 42.364518, -88.158192 42.364529, -88.158182 42.364666, -88.1582 42.365174, -88.159327 42.365187, -88.159338 42.364672, -88.159364 42.364654, -88.15937 42.36465, -88.15938 42.364644, -88.159381 42.364643, -88.159389 42.36463, -88.159393 42.364612, -88.159399 42.36459, -88.1594 42.364512, -88.1594 42.364498, -88.1594 42.364459, -88.1594 42.364433, -88.159404 42.364218, -88.159985 42.364198, -88.160269 42.363911, -88.160555 42.363565, -88.160723 42.363694, -88.161268 42.36411, -88.161595 42.364359, -88.16169 42.364432, -88.161748 42.364474, -88.162349 42.364907, -88.163565 42.364428, -88.164232 42.365054, -88.164224 42.365426, -88.165029 42.365494, -88.165024 42.365704, -88.165059 42.366161, -88.165853 42.366232, -88.165818 42.367049, -88.165814 42.367096, -88.165988 42.367388, -88.166013 42.367436, -88.165071 42.367809, -88.165087 42.367846, -88.165143 42.367973, -88.166094 42.367599, -88.166325 42.367967, -88.16693 42.367983, -88.166981 42.367983, -88.167004 42.367717, -88.167633 42.367717, -88.167872 42.367707, -88.167834 42.366232, -88.168462 42.366232, -88.168693 42.366232, -88.168863 42.366292, -88.168982 42.365572, -88.169119 42.363938, -88.169119 42.362572, -88.169038 42.362549, -88.169056 42.361453, -88.16909 42.3604, -88.176118 42.360306, -88.176201 42.361366, -88.176186 42.361371, -88.175948 42.361446, -88.175725 42.361507, -88.175133 42.361635, -88.174959 42.361687, -88.174858 42.36173, -88.174716 42.361826, -88.174654 42.361883, -88.174622 42.361923, -88.174584 42.361969, -88.174547 42.362042, -88.174501 42.362167, -88.174467 42.362242, -88.174365 42.362469, -88.174512 42.362521, -88.174174 42.3654, -88.173993 42.365547, -88.173428 42.366636, -88.173729 42.368706, -88.174261 42.369717, -88.174331 42.370752, -88.174331 42.371716, -88.170864 42.372067, -88.171064 42.372827, -88.171033 42.374563, -88.170659 42.374582, -88.170687 42.37547, -88.170745 42.376338, -88.171031 42.377396, -88.171947 42.377121, -88.172373 42.37796, -88.172399 42.378021, -88.173254 42.378646, -88.173662 42.379152, -88.173805 42.379338, -88.174215 42.379338, -88.174242 42.380049, -88.171846 42.380132, -88.171093 42.380118, -88.171415 42.380596, -88.171698 42.38101, -88.17188 42.381288, -88.17226 42.381765, -88.172557 42.382093, -88.172809 42.38202, -88.172577 42.381766, -88.172724 42.381728, -88.17298 42.381661, -88.17434 42.381669, -88.174459 42.382624, -88.174587 42.38257, -88.174689 42.382666, -88.174794 42.382733, -88.176117 42.383841, -88.177182 42.384778, -88.177285 42.384885, -88.178196 42.385535, -88.178101 42.385536, -88.17792 42.385583, -88.177932 42.385694, -88.177992 42.385792, -88.178239 42.385839, -88.178482 42.385818, -88.178727 42.385744, -88.178908 42.385661, -88.179072 42.385542, -88.17918 42.38545, -88.179313 42.385294, -88.179358 42.385168, -88.179321 42.384963, -88.179134 42.384659, -88.179039 42.384549, -88.178895 42.384479, -88.178746 42.384378, -88.178559 42.384323, -88.17833 42.384281, -88.178116 42.384267, -88.177929 42.384242, -88.177817 42.384193, -88.177768 42.384172, -88.177689 42.384078, -88.177543 42.384016, -88.17746 42.383844, -88.177424 42.383784, -88.17739 42.383727, -88.177356 42.383635, -88.17742 42.383502, -88.177512 42.383425, -88.177866 42.383197, -88.178034 42.383127, -88.178154 42.38312, -88.178257 42.383114, -88.178576 42.383085, -88.178813 42.383085, -88.179021 42.383121, -88.179345 42.383023, -88.179884 42.38298, -88.180044 42.382942, -88.180234 42.382924, -88.180624 42.382918, -88.180967 42.382841, -88.181118 42.382783, -88.181242 42.382763, -88.181406 42.382752, -88.181521 42.382757, -88.181833 42.382882, -88.181881 42.382913, -88.181961 42.382964, -88.182075 42.383011, -88.182205 42.383091, -88.182373 42.383211, -88.182524 42.383344, -88.182628 42.383466, -88.182676 42.383591, -88.182713 42.383718, -88.182685 42.383882, -88.182622 42.383997, -88.182583 42.384058, -88.182643 42.384125, -88.182738 42.384393, -88.182791 42.384511, -88.182823 42.384637, -88.182865 42.384754, -88.182845 42.384891, -88.182783 42.385008, -88.182746 42.385045, -88.182723 42.385068, -88.182576 42.3851, -88.182483 42.385182, -88.182423 42.385222, -88.182279 42.385265, -88.182219 42.385327, -88.18232 42.385379, -88.182432 42.385473, -88.182424 42.385543, -88.182338 42.385587, -88.182236 42.385606, -88.182105 42.385573, -88.182035 42.385502, -88.181853 42.38538, -88.181765 42.385357, -88.181683 42.385419, -88.181649 42.38548, -88.181685 42.385538, -88.181798 42.385594, -88.18189 42.385665, -88.181799 42.385746, -88.181939 42.385888, -88.181912 42.385915, -88.181857 42.385956, -88.181807 42.385963, -88.181722 42.385926, -88.181476 42.385792, -88.181275 42.385659, -88.180916 42.385441, -88.180837 42.385428, -88.180824 42.385457, -88.180943 42.385547, -88.181075 42.385629, -88.181161 42.385692, -88.181326 42.385785, -88.181536 42.385926, -88.18164 42.385984, -88.18193 42.38612, -88.181938 42.386176, -88.181913 42.386217, -88.181879 42.38624, -88.181137 42.386806, -88.18113 42.38698, -88.181214 42.387084, -88.181265 42.387236, -88.186263 42.386722, -88.192832 42.386519, -88.192967 42.386456, -88.193169 42.386425, -88.193351 42.386374, -88.193704 42.386334, -88.193821 42.386331, -88.193994 42.386341, -88.194207 42.386537, -88.194225 42.386685, -88.194283 42.386773, -88.19434 42.386932, -88.194476 42.387255, -88.19443 42.387387, -88.194331 42.387486, -88.194298 42.387558, -88.194302 42.387629, -88.194193 42.38773, -88.194651 42.39489, -88.194979 42.400648, -88.195057 42.400701, -88.196485 42.401214, -88.196707 42.401248, -88.196866 42.401251, -88.198252 42.40117, -88.198594 42.4011, -88.198808 42.401165, -88.198808 42.401489, -88.198806 42.403732, -88.198829 42.407313, -88.198814 42.408748, -88.198766 42.408439, -88.197532 42.409249, -88.19718 42.409283, -88.196911 42.408342, -88.196849 42.408125, -88.196602 42.407546, -88.196234 42.406769, -88.195641 42.406254, -88.195207 42.406529, -88.194661 42.406699, -88.194656 42.409124, -88.194074 42.409096, -88.193918 42.409084, -88.193709 42.409042, -88.190163 42.408513, -88.190139 42.408622, -88.189693 42.409008, -88.188691 42.409009, -88.187903 42.412383, -88.188327 42.412907, -88.188365 42.413178, -88.188585 42.413916, -88.188514 42.41426, -88.187737 42.415289, -88.187436 42.41569, -88.187508 42.4164, -88.187523 42.416543, -88.18803 42.41865, -88.188387 42.418851, -88.188442 42.418791, -88.188608 42.418672, -88.18892 42.418591, -88.189575 42.418589, -88.190113 42.418556, -88.19022 42.418623, -88.190334 42.418734, -88.190519 42.418848, -88.190658 42.418904, -88.190842 42.418849, -88.191024 42.418804, -88.191231 42.419026, -88.191503 42.419139, -88.192061 42.419304, -88.192162 42.419298, -88.192268 42.419214, -88.192525 42.419237, -88.192926 42.419219, -88.193621 42.419237, -88.193828 42.419237, -88.194316 42.419182, -88.195018 42.419168, -88.19523 42.419191, -88.196272 42.419298, -88.196925 42.419753, -88.197375 42.419904, -88.197523 42.419934, -88.197576 42.420038, -88.197661 42.42002, -88.197723 42.420038, -88.198654 42.420019, -88.198835 42.420021, -88.198837 42.420567, -88.19884 42.421499, -88.198842 42.421878, -88.198845 42.422891, -88.198846 42.423069, -88.198848 42.423812, -88.198852 42.424702, -88.198854 42.425344, -88.198987 42.425311, -88.199715 42.425162, -88.199877 42.425129, -88.199979 42.42511, -88.200177 42.425134, -88.20029 42.425225, -88.200409 42.425321, -88.200298 42.425584, -88.200284 42.425618, -88.20018 42.425652, -88.199832 42.425608, -88.199592 42.425578, -88.199502 42.425918, -88.199045 42.425892, -88.198856 42.425975, -88.198697 42.425976, -88.19886 42.427053, -88.199307 42.427067, -88.19988 42.427102, -88.19986 42.427433, -88.199723 42.427429, -88.199677 42.42784, -88.199312 42.427829, -88.198706 42.427811, -88.198714 42.428712, -88.198734 42.429242, -88.198735 42.429588, -88.198732 42.430075, -88.200938 42.429926, -88.203351 42.429764, -88.203377 42.431552, -88.200949 42.431631, -88.198739 42.431704, -88.198871 42.432322, -88.198874 42.434136, -88.198875 42.434955, -88.198876 42.435786, -88.198876 42.435906, -88.200902 42.437357, -88.201049 42.437356, -88.201494 42.437355, -88.201642 42.437355, -88.201941 42.437353, -88.20284 42.437348, -88.20314 42.437347, -88.203383 42.437345, -88.204112 42.437341, -88.204356 42.43734, -88.204382 42.440196, -88.204422 42.444374, -88.204447 42.444374, -88.204966 42.444383, -88.205484 42.444392, -88.206573 42.444411, -88.20679 42.444414, -88.207007 42.444418, -88.208812 42.444448, -88.211668 42.444497, -88.213209 42.444503, -88.213486 42.444505, -88.213442 42.440155, -88.213427 42.438614, -88.213816 42.438625, -88.214268 42.438639, -88.21431 42.437924, -88.214333 42.437536, -88.21446 42.437566, -88.21475 42.437647, -88.214775 42.437654, -88.215084 42.437755, -88.215511 42.437914, -88.215929 42.438085, -88.215963 42.4381, -88.216357 42.438277, -88.215952 42.438898, -88.216033 42.43892, -88.216157 42.438955, -88.215378 42.44072, -88.215782 42.44083, -88.216579 42.441048, -88.216353 42.441521, -88.216053 42.44215, -88.215973 42.442318, -88.215675 42.442941, -88.21545 42.443415, -88.215 42.44343, -88.214663 42.443443, -88.214459 42.444287, -88.214601 42.44429, -88.215051 42.444301, -88.21504 42.444328, -88.215034 42.444343, -88.214988 42.444472, -88.214974 42.444515, -88.214931 42.444638, -88.214876 42.44482, -88.214688 42.445558, -88.214205 42.447458, -88.213894 42.448707, -88.213869 42.448812, -88.213654 42.449763, -88.213478 42.450404, -88.213585 42.450071, -88.213565 42.450166, -88.213313 42.451378, -88.213283 42.451526, -88.213234 42.451784)))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Fox Lake, Illinois\", \"geo_wkt\": \"MULTIPOLYGON (((-88.178723 42.43603, -88.178723 42.436253, -88.179015 42.436242, -88.179015 42.436049, -88.178723 42.43603)), ((-88.206567 42.474617, -88.206071 42.475808, -88.208002 42.475778, -88.207975 42.474582, -88.206567 42.474617)), ((-88.16968 42.372514, -88.169143 42.373272, -88.168982 42.373071, -88.168493 42.370415, -88.168325 42.370412, -88.168471 42.369824, -88.167585 42.369927, -88.167795 42.369079, -88.166478 42.369115, -88.166669 42.369361, -88.165759 42.369486, -88.165658 42.369496, -88.165634 42.369387, -88.165546 42.369288, -88.165522 42.369276, -88.165422 42.369226, -88.163555 42.369282, -88.163624 42.371971, -88.166183 42.372002, -88.166162 42.373411, -88.165134 42.373457, -88.165134 42.373906, -88.168858 42.373898, -88.169008 42.373897, -88.169005 42.373739, -88.169141 42.37374, -88.16968 42.372837, -88.170685 42.37283, -88.170623 42.372254, -88.16968 42.372514)), ((-88.165058 42.368, -88.164538 42.367994, -88.164602 42.368218, -88.165147 42.368232, -88.165058 42.368)), ((-88.163051 42.365236, -88.163095 42.365888, -88.163288 42.365894, -88.163399 42.367039, -88.163534 42.36703, -88.164486 42.367065, -88.164348 42.366667, -88.164214 42.366343, -88.164081 42.366009, -88.16394 42.365707, -88.163792 42.365483, -88.163599 42.365329, -88.163317 42.365252, -88.163051 42.365236)), ((-88.20446 42.479902, -88.204836 42.47895, -88.204962 42.478633, -88.204093 42.478643, -88.202921 42.478657, -88.202474 42.480018, -88.202204 42.480844, -88.202425 42.480842, -88.203089 42.480839, -88.203311 42.480838, -88.203464 42.480607, -88.203754 42.480173, -88.204059 42.480197, -88.204335 42.48022, -88.20446 42.479902)), ((-88.199272 42.477032, -88.199278 42.477382, -88.199909 42.477373, -88.200666 42.477364, -88.20067 42.476994, -88.199903 42.477014, -88.199272 42.477032)), ((-88.213234 42.451784, -88.213202 42.451952, -88.213107 42.452455, -88.213076 42.452624, -88.212884 42.453671, -88.212801 42.454127, -88.212296 42.456778, -88.212289 42.456808, -88.212078 42.457852, -88.211946 42.458498, -88.211929 42.458583, -88.211709 42.459672, -88.211547 42.460437, -88.211411 42.461083, -88.211172 42.462145, -88.211095 42.462489, -88.210799 42.463876, -88.210673 42.464419, -88.210457 42.465086, -88.210369 42.465307, -88.210151 42.465859, -88.209962 42.466317, -88.210612 42.466306, -88.212561 42.466276, -88.213212 42.466267, -88.214052 42.466259, -88.218653 42.466298, -88.218465 42.469857, -88.213714 42.469933, -88.213686 42.471957, -88.213675 42.472801, -88.212683 42.472782, -88.212689 42.473541, -88.212882 42.473539, -88.213461 42.473536, -88.213655 42.473535, -88.213661 42.475293, -88.213668 42.477256, -88.21698 42.477259, -88.218739 42.477262, -88.218745 42.477958, -88.218763 42.480049, -88.218769 42.480746, -88.216724 42.48076, -88.215417 42.48077, -88.211346 42.480785, -88.210589 42.480789, -88.208545 42.480801, -88.20854 42.48303, -88.208533 42.486314, -88.211939 42.48632, -88.214169 42.486325, -88.214149 42.488075, -88.214091 42.493329, -88.21407 42.495028, -88.21313 42.494998, -88.205402 42.494889, -88.199543 42.494807, -88.199486 42.492204, -88.199468 42.491405, -88.188393 42.491255, -88.185707 42.491218, -88.185188 42.491211, -88.185119 42.491211, -88.185111 42.491209, -88.185042 42.491209, -88.180483 42.491155, -88.180258 42.490935, -88.180208 42.490911, -88.180147 42.490862, -88.180108 42.490794, -88.18 42.490651, -88.179913 42.490554, -88.179867 42.49048, -88.17977 42.49041, -88.179732 42.490342, -88.179754 42.490271, -88.179855 42.490241, -88.180281 42.490217, -88.180365 42.490144, -88.180348 42.490077, -88.180282 42.490052, -88.180242 42.490051, -88.180143 42.490082, -88.180035 42.490069, -88.17992 42.490101, -88.179836 42.490098, -88.17966 42.490075, -88.179552 42.490007, -88.17953 42.489923, -88.179484 42.489565, -88.179482 42.489458, -88.179494 42.489334, -88.179484 42.489061, -88.179503 42.488877, -88.179498 42.488722, -88.179461 42.488577, -88.179378 42.488347, -88.17939 42.488241, -88.179321 42.488157, -88.179254 42.488014, -88.179216 42.487861, -88.1792 42.487708, -88.179147 42.487497, -88.179091 42.487418, -88.179053 42.487336, -88.178936 42.486912, -88.178888 42.486648, -88.178849 42.48643, -88.178788 42.486192, -88.178621 42.485623, -88.178665 42.485584, -88.178793 42.485578, -88.178976 42.485601, -88.17917 42.485608, -88.179584 42.485585, -88.179762 42.485515, -88.180029 42.485494, -88.180113 42.485477, -88.179921 42.485457, -88.179313 42.485461, -88.178855 42.485425, -88.178662 42.485417, -88.178568 42.485361, -88.178535 42.48527, -88.178469 42.485175, -88.178419 42.48512, -88.178709 42.485062, -88.180578 42.485218, -88.180591 42.483196, -88.179747 42.483176, -88.179772 42.483491, -88.179601 42.483466, -88.179571 42.483462, -88.178537 42.483313, -88.178403 42.483295, -88.178163 42.483292, -88.17804 42.483264, -88.177989 42.483201, -88.177787 42.4827, -88.179822 42.48273, -88.179728 42.481127, -88.184527 42.481107, -88.184522 42.477328, -88.185763 42.477299, -88.185839 42.473809, -88.199597 42.473706, -88.199492 42.466382, -88.206956 42.466319, -88.208919 42.466318, -88.209327 42.464624, -88.210555 42.459542, -88.210964 42.457849, -88.211674 42.454929, -88.211529 42.454928, -88.202079 42.454916, -88.19893 42.454913, -88.198891 42.452368, -88.198887 42.451619, -88.202092 42.451469, -88.202719 42.45144, -88.202652 42.448231, -88.201453 42.448182, -88.201249 42.444013, -88.200835 42.443982, -88.200075 42.443926, -88.200072 42.442912, -88.198744 42.442375, -88.198744 42.442326, -88.19888 42.441017, -88.198713 42.441012, -88.197608 42.441026, -88.194934 42.441061, -88.194305 42.441063, -88.194283 42.439982, -88.194252 42.438538, -88.194144 42.438539, -88.194145 42.438238, -88.194164 42.437393, -88.192311 42.437372, -88.189286 42.437419, -88.185489 42.437466, -88.181186 42.437519, -88.179574 42.437083, -88.179303 42.437017, -88.179142 42.436545, -88.179015 42.436543, -88.178779 42.436591, -88.178208 42.436261, -88.178127 42.436251, -88.178031 42.436271, -88.178002 42.436288, -88.176808 42.434112, -88.176574 42.433983, -88.176287 42.433615, -88.176297 42.43335, -88.175934 42.433423, -88.17593 42.433659, -88.175909 42.433976, -88.175888 42.43389, -88.175764 42.433682, -88.17572 42.433661, -88.175399 42.433447, -88.175827 42.43311, -88.175773 42.433069, -88.175938 42.432909, -88.176001 42.432681, -88.176115 42.432727, -88.176052 42.431959, -88.175213 42.43193, -88.175134 42.431903, -88.175182 42.431385, -88.175158 42.429886, -88.174996 42.429758, -88.174891 42.429675, -88.173377 42.429913, -88.173365 42.429719, -88.172906 42.430048, -88.172565 42.430053, -88.171269 42.430093, -88.171241 42.429493, -88.171217 42.429241, -88.170622 42.429346, -88.170615 42.429215, -88.170572 42.429121, -88.170603 42.429036, -88.170664 42.428959, -88.170704 42.428832, -88.170658 42.428704, -88.170585 42.428583, -88.170544 42.428485, -88.170622 42.428427, -88.170794 42.428389, -88.17102 42.428366, -88.171281 42.428368, -88.171407 42.428321, -88.171516 42.428255, -88.171642 42.42823, -88.171832 42.428132, -88.171979 42.428091, -88.172132 42.428143, -88.172206 42.428185, -88.172239 42.42815, -88.172267 42.428097, -88.172187 42.428015, -88.17203 42.427935, -88.171835 42.427958, -88.171649 42.42805, -88.171573 42.428036, -88.17153 42.427867, -88.171521 42.427739, -88.171453 42.427581, -88.171374 42.427457, -88.171265 42.427392, -88.171076 42.427515, -88.170988 42.427614, -88.171023 42.427693, -88.171135 42.42779, -88.171279 42.427885, -88.171402 42.42802, -88.171384 42.428133, -88.171325 42.428211, -88.171162 42.428244, -88.170948 42.428246, -88.170747 42.428263, -88.170575 42.428311, -88.170407 42.428345, -88.170322 42.428316, -88.170477 42.428212, -88.17022 42.427729, -88.170652 42.427342, -88.170442 42.427126, -88.170805 42.426928, -88.170893 42.426348, -88.170976 42.425878, -88.172345 42.425958, -88.173157 42.426025, -88.17331 42.426017, -88.17383 42.426048, -88.174207 42.426071, -88.174066 42.425368, -88.174203 42.425281, -88.174197 42.424421, -88.174442 42.424397, -88.174586 42.424397, -88.174735 42.424416, -88.174901 42.424457, -88.175042 42.424508, -88.175182 42.424574, -88.175304 42.424621, -88.175417 42.424642, -88.17546 42.424646, -88.176134 42.424939, -88.176648 42.424967, -88.176803 42.425024, -88.178713 42.425246, -88.178784 42.425253, -88.178765 42.425571, -88.178764 42.426058, -88.179009 42.426017, -88.179008 42.42559, -88.179001 42.424552, -88.179003 42.423723, -88.179001 42.422654, -88.179372 42.422644, -88.179758 42.422649, -88.180155 42.422655, -88.180444 42.422659, -88.182981 42.422671, -88.183766 42.422674, -88.18384 42.422674, -88.183884 42.426811, -88.185219 42.426816, -88.1856 42.4268, -88.18677 42.426833, -88.186763 42.42427, -88.186782 42.423184, -88.186444 42.423217, -88.18589 42.423209, -88.185627 42.42322, -88.185297 42.423161, -88.185143 42.423146, -88.185241 42.422637, -88.185624 42.422498, -88.186058 42.422012, -88.186296 42.421607, -88.186425 42.4216, -88.186802 42.421372, -88.187085 42.420861, -88.18708 42.420761, -88.18706 42.420574, -88.187065 42.420427, -88.187092 42.420127, -88.187104 42.420058, -88.186864 42.419869, -88.186687 42.419999, -88.186556 42.419919, -88.185795 42.419919, -88.185216 42.419852, -88.184626 42.419768, -88.183752 42.419634, -88.182957 42.41945, -88.182621 42.419525, -88.182311 42.419283, -88.180994 42.418773, -88.179927 42.418379, -88.1792 42.418337, -88.179116 42.418462, -88.179072 42.418136, -88.179102 42.417506, -88.17897 42.416329, -88.178947 42.41608, -88.178227 42.415789, -88.175386 42.414642, -88.169104 42.412105, -88.168975 42.412174, -88.168597 42.412341, -88.168423 42.412411, -88.168224 42.412519, -88.168079 42.412651, -88.16796 42.412706, -88.167776 42.412765, -88.167561 42.412805, -88.167369 42.412823, -88.167232 42.412894, -88.167088 42.412943, -88.167056 42.412906, -88.166967 42.412889, -88.166675 42.413034, -88.166486 42.413172, -88.166331 42.413304, -88.166222 42.413452, -88.166156 42.413569, -88.166067 42.413768, -88.166 42.413963, -88.165881 42.414238, -88.16585 42.414354, -88.165831 42.414498, -88.165782 42.414587, -88.165753 42.414712, -88.165753 42.414837, -88.165789 42.415069, -88.165843 42.415253, -88.165923 42.415453, -88.16596 42.415586, -88.166025 42.415671, -88.166087 42.415773, -88.166102 42.41591, -88.166162 42.41605, -88.166171 42.416144, -88.165965 42.416374, -88.165805 42.416264, -88.165685 42.41612, -88.165437 42.415604, -88.165099 42.415209, -88.164777 42.415299, -88.164679 42.415308, -88.16451 42.415078, -88.164445 42.414991, -88.16438 42.415064, -88.164298 42.415091, -88.164208 42.415008, -88.164022 42.414511, -88.163396 42.413739, -88.163538 42.413272, -88.163633 42.413206, -88.16384 42.412993, -88.163935 42.412829, -88.164025 42.412618, -88.164048 42.412499, -88.164034 42.412153, -88.16404 42.412022, -88.163998 42.411938, -88.163899 42.411863, -88.163849 42.411808, -88.163882 42.411752, -88.163968 42.411744, -88.164215 42.411867, -88.164302 42.411855, -88.164313 42.4118, -88.164246 42.4118, -88.164182 42.411767, -88.164151 42.411679, -88.163979 42.411549, -88.163916 42.411465, -88.163919 42.411255, -88.163905 42.411169, -88.164038 42.411165, -88.164089 42.411131, -88.164067 42.411087, -88.163937 42.411058, -88.163862 42.410944, -88.163797 42.410813, -88.163668 42.410707, -88.163575 42.410589, -88.163553 42.41049, -88.163591 42.410375, -88.163662 42.410272, -88.16383 42.410206, -88.164037 42.410195, -88.164295 42.410196, -88.164512 42.410151, -88.164794 42.410179, -88.165201 42.41016, -88.165481 42.410195, -88.165847 42.41023, -88.166346 42.410237, -88.166562 42.410285, -88.166829 42.410291, -88.166995 42.410343, -88.167156 42.410362, -88.167231 42.410397, -88.168188 42.405133, -88.160236 42.405624, -88.159023 42.402103, -88.158424 42.401231, -88.158309 42.400877, -88.157833 42.398337, -88.157704 42.398071, -88.157409 42.397129, -88.157414 42.397479, -88.157404 42.397549, -88.157388 42.397669, -88.157303 42.397826, -88.15716 42.397891, -88.157034 42.397852, -88.157006 42.397801, -88.156901 42.397846, -88.156581 42.397425, -88.156242 42.396925, -88.15556 42.39655, -88.155278 42.396335, -88.155116 42.396411, -88.155119 42.398301, -88.155148 42.398948, -88.153844 42.398952, -88.151369 42.398216, -88.149982 42.397872, -88.147826 42.397838, -88.147787 42.39725, -88.147769 42.397153, -88.147731 42.39705, -88.147663 42.396967, -88.147582 42.396892, -88.147494 42.396836, -88.147576 42.396237, -88.147001 42.396221, -88.14709 42.39581, -88.147213 42.395246, -88.147471 42.394049, -88.148034 42.394053, -88.148375 42.394056, -88.14841 42.394055, -88.148913 42.394085, -88.149638 42.394194, -88.149748 42.393912, -88.150074 42.393838, -88.15001 42.394148, -88.150764 42.394332, -88.15222 42.394415, -88.15266 42.394546, -88.153361 42.394315, -88.153423 42.393707, -88.153448 42.393641, -88.152965 42.393342, -88.152659 42.392977, -88.152387 42.39277, -88.152068 42.392493, -88.152018 42.392281, -88.152029 42.392076, -88.151871 42.392152, -88.151571 42.391982, -88.150549 42.391404, -88.150057 42.388478, -88.150034 42.388294, -88.149895 42.388167, -88.149958 42.3881, -88.149922 42.387535, -88.149974 42.38644, -88.149816 42.386261, -88.14979 42.386072, -88.149781 42.386009, -88.15029 42.385613, -88.149802 42.384714, -88.149857 42.384515, -88.149743 42.384196, -88.150288 42.384546, -88.149988 42.384283, -88.150105 42.384234, -88.150065 42.384198, -88.150061 42.38411, -88.150035 42.38395, -88.150028 42.383834, -88.149998 42.383741, -88.149914 42.383563, -88.149856 42.383035, -88.149821 42.382859, -88.149781 42.38274, -88.149694 42.382696, -88.149681 42.382599, -88.149627 42.382537, -88.149688 42.382414, -88.149547 42.382283, -88.149551 42.382102, -88.149573 42.382042, -88.145495 42.380315, -88.149588 42.38193, -88.149585 42.381794, -88.149658 42.38186, -88.150339 42.381622, -88.150404 42.381724, -88.150524 42.381791, -88.150274 42.381371, -88.150266 42.381318, -88.150256 42.381246, -88.150355 42.3811, -88.150374 42.381056, -88.150556 42.380947, -88.150827 42.380903, -88.151162 42.380955, -88.151451 42.381059, -88.151656 42.38118, -88.15265 42.381385, -88.153806 42.381699, -88.154588 42.382034, -88.154793 42.38219, -88.154906 42.382203, -88.154978 42.382207, -88.154972 42.379793, -88.159574 42.379693, -88.160277 42.379626, -88.162166 42.380121, -88.162685 42.37953, -88.162787 42.379547, -88.163076 42.379556, -88.163727 42.379551, -88.164302 42.379511, -88.16456 42.379511, -88.164703 42.379526, -88.165119 42.379538, -88.165639 42.379536, -88.165901 42.379521, -88.166162 42.379507, -88.166337 42.379505, -88.166352 42.379508, -88.166468 42.379531, -88.166516 42.379552, -88.166658 42.379612, -88.166971 42.379403, -88.167032 42.379234, -88.166536 42.37924, -88.166535 42.379191, -88.165698 42.379147, -88.164424 42.379103, -88.163628 42.379147, -88.162851 42.379052, -88.162413 42.379022, -88.161129 42.378809, -88.159954 42.378574, -88.159593 42.378526, -88.159537 42.378488, -88.159616 42.376596, -88.16072 42.376562, -88.161285 42.376545, -88.161282 42.376072, -88.161276 42.374802, -88.160721 42.374813, -88.16071 42.374201, -88.158464 42.374187, -88.158146 42.37417, -88.158087 42.373839, -88.158051 42.373856, -88.158016 42.373125, -88.159729 42.373096, -88.159729 42.37309, -88.159772 42.372105, -88.160641 42.372054, -88.160724 42.36967, -88.160807 42.368991, -88.160816 42.368921, -88.160192 42.368924, -88.159803 42.368983, -88.159458 42.369065, -88.159019 42.369237, -88.158441 42.369524, -88.15795 42.369874, -88.157295 42.370256, -88.156761 42.370568, -88.156218 42.370829, -88.155598 42.370962, -88.154986 42.371001, -88.154227 42.370987, -88.154305 42.37079, -88.154363 42.369758, -88.154043 42.369742, -88.153797 42.369733, -88.153797 42.369523, -88.154043 42.36952, -88.154387 42.36952, -88.154422 42.369274, -88.154043 42.369275, -88.153779 42.369261, -88.153784 42.36828, -88.153724 42.368084, -88.152283 42.367568, -88.149841 42.367505, -88.149715 42.365064, -88.152376 42.365009, -88.153391 42.364959, -88.155036 42.364877, -88.155276 42.364878, -88.15532 42.364877, -88.155604 42.364886, -88.155705 42.364998, -88.155758 42.365054, -88.156553 42.365071, -88.156514 42.365006, -88.156483 42.364858, -88.155772 42.364877, -88.155797 42.364676, -88.155707 42.364465, -88.155046 42.364479, -88.154918 42.364674, -88.154861 42.364674, -88.154597 42.364673, -88.154334 42.364681, -88.154138 42.364688, -88.152345 42.364745, -88.149799 42.364809, -88.149789 42.364399, -88.15259 42.364262, -88.154889 42.364097, -88.156281 42.363731, -88.156321 42.363721, -88.156362 42.364137, -88.159407 42.363979, -88.159407 42.363996, -88.159407 42.364019, -88.159406 42.364089, -88.159405 42.364122, -88.159404 42.364162, -88.157332 42.364208, -88.157332 42.364518, -88.158192 42.364529, -88.158182 42.364666, -88.1582 42.365174, -88.159327 42.365187, -88.159338 42.364672, -88.159364 42.364654, -88.15937 42.36465, -88.15938 42.364644, -88.159381 42.364643, -88.159389 42.36463, -88.159393 42.364612, -88.159399 42.36459, -88.1594 42.364512, -88.1594 42.364498, -88.1594 42.364459, -88.1594 42.364433, -88.159404 42.364218, -88.159985 42.364198, -88.160269 42.363911, -88.160555 42.363565, -88.160723 42.363694, -88.161268 42.36411, -88.161595 42.364359, -88.16169 42.364432, -88.161748 42.364474, -88.162349 42.364907, -88.163565 42.364428, -88.164232 42.365054, -88.164224 42.365426, -88.165029 42.365494, -88.165024 42.365704, -88.165059 42.366161, -88.165853 42.366232, -88.165818 42.367049, -88.165814 42.367096, -88.165988 42.367388, -88.166013 42.367436, -88.165071 42.367809, -88.165087 42.367846, -88.165143 42.367973, -88.166094 42.367599, -88.166325 42.367967, -88.16693 42.367983, -88.166981 42.367983, -88.167004 42.367717, -88.167633 42.367717, -88.167872 42.367707, -88.167834 42.366232, -88.168462 42.366232, -88.168693 42.366232, -88.168863 42.366292, -88.168982 42.365572, -88.169119 42.363938, -88.169119 42.362572, -88.169038 42.362549, -88.169056 42.361453, -88.16909 42.3604, -88.176118 42.360306, -88.176201 42.361366, -88.176186 42.361371, -88.175948 42.361446, -88.175725 42.361507, -88.175133 42.361635, -88.174959 42.361687, -88.174858 42.36173, -88.174716 42.361826, -88.174654 42.361883, -88.174622 42.361923, -88.174584 42.361969, -88.174547 42.362042, -88.174501 42.362167, -88.174467 42.362242, -88.174365 42.362469, -88.174512 42.362521, -88.174174 42.3654, -88.173993 42.365547, -88.173428 42.366636, -88.173729 42.368706, -88.174261 42.369717, -88.174331 42.370752, -88.174331 42.371716, -88.170864 42.372067, -88.171064 42.372827, -88.171033 42.374563, -88.170659 42.374582, -88.170687 42.37547, -88.170745 42.376338, -88.171031 42.377396, -88.171947 42.377121, -88.172373 42.37796, -88.172399 42.378021, -88.173254 42.378646, -88.173662 42.379152, -88.173805 42.379338, -88.174215 42.379338, -88.174242 42.380049, -88.171846 42.380132, -88.171093 42.380118, -88.171415 42.380596, -88.171698 42.38101, -88.17188 42.381288, -88.17226 42.381765, -88.172557 42.382093, -88.172809 42.38202, -88.172577 42.381766, -88.172724 42.381728, -88.17298 42.381661, -88.17434 42.381669, -88.174459 42.382624, -88.174587 42.38257, -88.174689 42.382666, -88.174794 42.382733, -88.176117 42.383841, -88.177182 42.384778, -88.177285 42.384885, -88.178196 42.385535, -88.178101 42.385536, -88.17792 42.385583, -88.177932 42.385694, -88.177992 42.385792, -88.178239 42.385839, -88.178482 42.385818, -88.178727 42.385744, -88.178908 42.385661, -88.179072 42.385542, -88.17918 42.38545, -88.179313 42.385294, -88.179358 42.385168, -88.179321 42.384963, -88.179134 42.384659, -88.179039 42.384549, -88.178895 42.384479, -88.178746 42.384378, -88.178559 42.384323, -88.17833 42.384281, -88.178116 42.384267, -88.177929 42.384242, -88.177817 42.384193, -88.177768 42.384172, -88.177689 42.384078, -88.177543 42.384016, -88.17746 42.383844, -88.177424 42.383784, -88.17739 42.383727, -88.177356 42.383635, -88.17742 42.383502, -88.177512 42.383425, -88.177866 42.383197, -88.178034 42.383127, -88.178154 42.38312, -88.178257 42.383114, -88.178576 42.383085, -88.178813 42.383085, -88.179021 42.383121, -88.179345 42.383023, -88.179884 42.38298, -88.180044 42.382942, -88.180234 42.382924, -88.180624 42.382918, -88.180967 42.382841, -88.181118 42.382783, -88.181242 42.382763, -88.181406 42.382752, -88.181521 42.382757, -88.181833 42.382882, -88.181881 42.382913, -88.181961 42.382964, -88.182075 42.383011, -88.182205 42.383091, -88.182373 42.383211, -88.182524 42.383344, -88.182628 42.383466, -88.182676 42.383591, -88.182713 42.383718, -88.182685 42.383882, -88.182622 42.383997, -88.182583 42.384058, -88.182643 42.384125, -88.182738 42.384393, -88.182791 42.384511, -88.182823 42.384637, -88.182865 42.384754, -88.182845 42.384891, -88.182783 42.385008, -88.182746 42.385045, -88.182723 42.385068, -88.182576 42.3851, -88.182483 42.385182, -88.182423 42.385222, -88.182279 42.385265, -88.182219 42.385327, -88.18232 42.385379, -88.182432 42.385473, -88.182424 42.385543, -88.182338 42.385587, -88.182236 42.385606, -88.182105 42.385573, -88.182035 42.385502, -88.181853 42.38538, -88.181765 42.385357, -88.181683 42.385419, -88.181649 42.38548, -88.181685 42.385538, -88.181798 42.385594, -88.18189 42.385665, -88.181799 42.385746, -88.181939 42.385888, -88.181912 42.385915, -88.181857 42.385956, -88.181807 42.385963, -88.181722 42.385926, -88.181476 42.385792, -88.181275 42.385659, -88.180916 42.385441, -88.180837 42.385428, -88.180824 42.385457, -88.180943 42.385547, -88.181075 42.385629, -88.181161 42.385692, -88.181326 42.385785, -88.181536 42.385926, -88.18164 42.385984, -88.18193 42.38612, -88.181938 42.386176, -88.181913 42.386217, -88.181879 42.38624, -88.181137 42.386806, -88.18113 42.38698, -88.181214 42.387084, -88.181265 42.387236, -88.186263 42.386722, -88.192832 42.386519, -88.192967 42.386456, -88.193169 42.386425, -88.193351 42.386374, -88.193704 42.386334, -88.193821 42.386331, -88.193994 42.386341, -88.194207 42.386537, -88.194225 42.386685, -88.194283 42.386773, -88.19434 42.386932, -88.194476 42.387255, -88.19443 42.387387, -88.194331 42.387486, -88.194298 42.387558, -88.194302 42.387629, -88.194193 42.38773, -88.194651 42.39489, -88.194979 42.400648, -88.195057 42.400701, -88.196485 42.401214, -88.196707 42.401248, -88.196866 42.401251, -88.198252 42.40117, -88.198594 42.4011, -88.198808 42.401165, -88.198808 42.401489, -88.198806 42.403732, -88.198829 42.407313, -88.198814 42.408748, -88.198766 42.408439, -88.197532 42.409249, -88.19718 42.409283, -88.196911 42.408342, -88.196849 42.408125, -88.196602 42.407546, -88.196234 42.406769, -88.195641 42.406254, -88.195207 42.406529, -88.194661 42.406699, -88.194656 42.409124, -88.194074 42.409096, -88.193918 42.409084, -88.193709 42.409042, -88.190163 42.408513, -88.190139 42.408622, -88.189693 42.409008, -88.188691 42.409009, -88.187903 42.412383, -88.188327 42.412907, -88.188365 42.413178, -88.188585 42.413916, -88.188514 42.41426, -88.187737 42.415289, -88.187436 42.41569, -88.187508 42.4164, -88.187523 42.416543, -88.18803 42.41865, -88.188387 42.418851, -88.188442 42.418791, -88.188608 42.418672, -88.18892 42.418591, -88.189575 42.418589, -88.190113 42.418556, -88.19022 42.418623, -88.190334 42.418734, -88.190519 42.418848, -88.190658 42.418904, -88.190842 42.418849, -88.191024 42.418804, -88.191231 42.419026, -88.191503 42.419139, -88.192061 42.419304, -88.192162 42.419298, -88.192268 42.419214, -88.192525 42.419237, -88.192926 42.419219, -88.193621 42.419237, -88.193828 42.419237, -88.194316 42.419182, -88.195018 42.419168, -88.19523 42.419191, -88.196272 42.419298, -88.196925 42.419753, -88.197375 42.419904, -88.197523 42.419934, -88.197576 42.420038, -88.197661 42.42002, -88.197723 42.420038, -88.198654 42.420019, -88.198835 42.420021, -88.198837 42.420567, -88.19884 42.421499, -88.198842 42.421878, -88.198845 42.422891, -88.198846 42.423069, -88.198848 42.423812, -88.198852 42.424702, -88.198854 42.425344, -88.198987 42.425311, -88.199715 42.425162, -88.199877 42.425129, -88.199979 42.42511, -88.200177 42.425134, -88.20029 42.425225, -88.200409 42.425321, -88.200298 42.425584, -88.200284 42.425618, -88.20018 42.425652, -88.199832 42.425608, -88.199592 42.425578, -88.199502 42.425918, -88.199045 42.425892, -88.198856 42.425975, -88.198697 42.425976, -88.19886 42.427053, -88.199307 42.427067, -88.19988 42.427102, -88.19986 42.427433, -88.199723 42.427429, -88.199677 42.42784, -88.199312 42.427829, -88.198706 42.427811, -88.198714 42.428712, -88.198734 42.429242, -88.198735 42.429588, -88.198732 42.430075, -88.200938 42.429926, -88.203351 42.429764, -88.203377 42.431552, -88.200949 42.431631, -88.198739 42.431704, -88.198871 42.432322, -88.198874 42.434136, -88.198875 42.434955, -88.198876 42.435786, -88.198876 42.435906, -88.200902 42.437357, -88.201049 42.437356, -88.201494 42.437355, -88.201642 42.437355, -88.201941 42.437353, -88.20284 42.437348, -88.20314 42.437347, -88.203383 42.437345, -88.204112 42.437341, -88.204356 42.43734, -88.204382 42.440196, -88.204422 42.444374, -88.204447 42.444374, -88.204966 42.444383, -88.205484 42.444392, -88.206573 42.444411, -88.20679 42.444414, -88.207007 42.444418, -88.208812 42.444448, -88.211668 42.444497, -88.213209 42.444503, -88.213486 42.444505, -88.213442 42.440155, -88.213427 42.438614, -88.213816 42.438625, -88.214268 42.438639, -88.21431 42.437924, -88.214333 42.437536, -88.21446 42.437566, -88.21475 42.437647, -88.214775 42.437654, -88.215084 42.437755, -88.215511 42.437914, -88.215929 42.438085, -88.215963 42.4381, -88.216357 42.438277, -88.215952 42.438898, -88.216033 42.43892, -88.216157 42.438955, -88.215378 42.44072, -88.215782 42.44083, -88.216579 42.441048, -88.216353 42.441521, -88.216053 42.44215, -88.215973 42.442318, -88.215675 42.442941, -88.21545 42.443415, -88.215 42.44343, -88.214663 42.443443, -88.214459 42.444287, -88.214601 42.44429, -88.215051 42.444301, -88.21504 42.444328, -88.215034 42.444343, -88.214988 42.444472, -88.214974 42.444515, -88.214931 42.444638, -88.214876 42.44482, -88.214688 42.445558, -88.214205 42.447458, -88.213894 42.448707, -88.213869 42.448812, -88.213654 42.449763, -88.213478 42.450404, -88.213585 42.450071, -88.213565 42.450166, -88.213313 42.451378, -88.213283 42.451526, -88.213234 42.451784)))\", \"region\": {\"id\": 14001, \"geometry\": \"MULTIPOLYGON (((-88.178723 42.43603, -88.178723 42.436253, -88.179015 42.436242, -88.179015 42.436049, -88.178723 42.43603)), ((-88.206567 42.474617, -88.206071 42.475808, -88.208002 42.475778, -88.207975 42.474582, -88.206567 42.474617)), ((-88.16968 42.372514, -88.169143 42.373272, -88.168982 42.373071, -88.168493 42.370415, -88.168325 42.370412, -88.168471 42.369824, -88.167585 42.369927, -88.167795 42.369079, -88.166478 42.369115, -88.166669 42.369361, -88.165759 42.369486, -88.165658 42.369496, -88.165634 42.369387, -88.165546 42.369288, -88.165522 42.369276, -88.165422 42.369226, -88.163555 42.369282, -88.163624 42.371971, -88.166183 42.372002, -88.166162 42.373411, -88.165134 42.373457, -88.165134 42.373906, -88.168858 42.373898, -88.169008 42.373897, -88.169005 42.373739, -88.169141 42.37374, -88.16968 42.372837, -88.170685 42.37283, -88.170623 42.372254, -88.16968 42.372514)), ((-88.165058 42.368, -88.164538 42.367994, -88.164602 42.368218, -88.165147 42.368232, -88.165058 42.368)), ((-88.163051 42.365236, -88.163095 42.365888, -88.163288 42.365894, -88.163399 42.367039, -88.163534 42.36703, -88.164486 42.367065, -88.164348 42.366667, -88.164214 42.366343, -88.164081 42.366009, -88.16394 42.365707, -88.163792 42.365483, -88.163599 42.365329, -88.163317 42.365252, -88.163051 42.365236)), ((-88.20446 42.479902, -88.204836 42.47895, -88.204962 42.478633, -88.204093 42.478643, -88.202921 42.478657, -88.202474 42.480018, -88.202204 42.480844, -88.202425 42.480842, -88.203089 42.480839, -88.203311 42.480838, -88.203464 42.480607, -88.203754 42.480173, -88.204059 42.480197, -88.204335 42.48022, -88.20446 42.479902)), ((-88.199272 42.477032, -88.199278 42.477382, -88.199909 42.477373, -88.200666 42.477364, -88.20067 42.476994, -88.199903 42.477014, -88.199272 42.477032)), ((-88.213234 42.451784, -88.213202 42.451952, -88.213107 42.452455, -88.213076 42.452624, -88.212884 42.453671, -88.212801 42.454127, -88.212296 42.456778, -88.212289 42.456808, -88.212078 42.457852, -88.211946 42.458498, -88.211929 42.458583, -88.211709 42.459672, -88.211547 42.460437, -88.211411 42.461083, -88.211172 42.462145, -88.211095 42.462489, -88.210799 42.463876, -88.210673 42.464419, -88.210457 42.465086, -88.210369 42.465307, -88.210151 42.465859, -88.209962 42.466317, -88.210612 42.466306, -88.212561 42.466276, -88.213212 42.466267, -88.214052 42.466259, -88.218653 42.466298, -88.218465 42.469857, -88.213714 42.469933, -88.213686 42.471957, -88.213675 42.472801, -88.212683 42.472782, -88.212689 42.473541, -88.212882 42.473539, -88.213461 42.473536, -88.213655 42.473535, -88.213661 42.475293, -88.213668 42.477256, -88.21698 42.477259, -88.218739 42.477262, -88.218745 42.477958, -88.218763 42.480049, -88.218769 42.480746, -88.216724 42.48076, -88.215417 42.48077, -88.211346 42.480785, -88.210589 42.480789, -88.208545 42.480801, -88.20854 42.48303, -88.208533 42.486314, -88.211939 42.48632, -88.214169 42.486325, -88.214149 42.488075, -88.214091 42.493329, -88.21407 42.495028, -88.21313 42.494998, -88.205402 42.494889, -88.199543 42.494807, -88.199486 42.492204, -88.199468 42.491405, -88.188393 42.491255, -88.185707 42.491218, -88.185188 42.491211, -88.185119 42.491211, -88.185111 42.491209, -88.185042 42.491209, -88.180483 42.491155, -88.180258 42.490935, -88.180208 42.490911, -88.180147 42.490862, -88.180108 42.490794, -88.18 42.490651, -88.179913 42.490554, -88.179867 42.49048, -88.17977 42.49041, -88.179732 42.490342, -88.179754 42.490271, -88.179855 42.490241, -88.180281 42.490217, -88.180365 42.490144, -88.180348 42.490077, -88.180282 42.490052, -88.180242 42.490051, -88.180143 42.490082, -88.180035 42.490069, -88.17992 42.490101, -88.179836 42.490098, -88.17966 42.490075, -88.179552 42.490007, -88.17953 42.489923, -88.179484 42.489565, -88.179482 42.489458, -88.179494 42.489334, -88.179484 42.489061, -88.179503 42.488877, -88.179498 42.488722, -88.179461 42.488577, -88.179378 42.488347, -88.17939 42.488241, -88.179321 42.488157, -88.179254 42.488014, -88.179216 42.487861, -88.1792 42.487708, -88.179147 42.487497, -88.179091 42.487418, -88.179053 42.487336, -88.178936 42.486912, -88.178888 42.486648, -88.178849 42.48643, -88.178788 42.486192, -88.178621 42.485623, -88.178665 42.485584, -88.178793 42.485578, -88.178976 42.485601, -88.17917 42.485608, -88.179584 42.485585, -88.179762 42.485515, -88.180029 42.485494, -88.180113 42.485477, -88.179921 42.485457, -88.179313 42.485461, -88.178855 42.485425, -88.178662 42.485417, -88.178568 42.485361, -88.178535 42.48527, -88.178469 42.485175, -88.178419 42.48512, -88.178709 42.485062, -88.180578 42.485218, -88.180591 42.483196, -88.179747 42.483176, -88.179772 42.483491, -88.179601 42.483466, -88.179571 42.483462, -88.178537 42.483313, -88.178403 42.483295, -88.178163 42.483292, -88.17804 42.483264, -88.177989 42.483201, -88.177787 42.4827, -88.179822 42.48273, -88.179728 42.481127, -88.184527 42.481107, -88.184522 42.477328, -88.185763 42.477299, -88.185839 42.473809, -88.199597 42.473706, -88.199492 42.466382, -88.206956 42.466319, -88.208919 42.466318, -88.209327 42.464624, -88.210555 42.459542, -88.210964 42.457849, -88.211674 42.454929, -88.211529 42.454928, -88.202079 42.454916, -88.19893 42.454913, -88.198891 42.452368, -88.198887 42.451619, -88.202092 42.451469, -88.202719 42.45144, -88.202652 42.448231, -88.201453 42.448182, -88.201249 42.444013, -88.200835 42.443982, -88.200075 42.443926, -88.200072 42.442912, -88.198744 42.442375, -88.198744 42.442326, -88.19888 42.441017, -88.198713 42.441012, -88.197608 42.441026, -88.194934 42.441061, -88.194305 42.441063, -88.194283 42.439982, -88.194252 42.438538, -88.194144 42.438539, -88.194145 42.438238, -88.194164 42.437393, -88.192311 42.437372, -88.189286 42.437419, -88.185489 42.437466, -88.181186 42.437519, -88.179574 42.437083, -88.179303 42.437017, -88.179142 42.436545, -88.179015 42.436543, -88.178779 42.436591, -88.178208 42.436261, -88.178127 42.436251, -88.178031 42.436271, -88.178002 42.436288, -88.176808 42.434112, -88.176574 42.433983, -88.176287 42.433615, -88.176297 42.43335, -88.175934 42.433423, -88.17593 42.433659, -88.175909 42.433976, -88.175888 42.43389, -88.175764 42.433682, -88.17572 42.433661, -88.175399 42.433447, -88.175827 42.43311, -88.175773 42.433069, -88.175938 42.432909, -88.176001 42.432681, -88.176115 42.432727, -88.176052 42.431959, -88.175213 42.43193, -88.175134 42.431903, -88.175182 42.431385, -88.175158 42.429886, -88.174996 42.429758, -88.174891 42.429675, -88.173377 42.429913, -88.173365 42.429719, -88.172906 42.430048, -88.172565 42.430053, -88.171269 42.430093, -88.171241 42.429493, -88.171217 42.429241, -88.170622 42.429346, -88.170615 42.429215, -88.170572 42.429121, -88.170603 42.429036, -88.170664 42.428959, -88.170704 42.428832, -88.170658 42.428704, -88.170585 42.428583, -88.170544 42.428485, -88.170622 42.428427, -88.170794 42.428389, -88.17102 42.428366, -88.171281 42.428368, -88.171407 42.428321, -88.171516 42.428255, -88.171642 42.42823, -88.171832 42.428132, -88.171979 42.428091, -88.172132 42.428143, -88.172206 42.428185, -88.172239 42.42815, -88.172267 42.428097, -88.172187 42.428015, -88.17203 42.427935, -88.171835 42.427958, -88.171649 42.42805, -88.171573 42.428036, -88.17153 42.427867, -88.171521 42.427739, -88.171453 42.427581, -88.171374 42.427457, -88.171265 42.427392, -88.171076 42.427515, -88.170988 42.427614, -88.171023 42.427693, -88.171135 42.42779, -88.171279 42.427885, -88.171402 42.42802, -88.171384 42.428133, -88.171325 42.428211, -88.171162 42.428244, -88.170948 42.428246, -88.170747 42.428263, -88.170575 42.428311, -88.170407 42.428345, -88.170322 42.428316, -88.170477 42.428212, -88.17022 42.427729, -88.170652 42.427342, -88.170442 42.427126, -88.170805 42.426928, -88.170893 42.426348, -88.170976 42.425878, -88.172345 42.425958, -88.173157 42.426025, -88.17331 42.426017, -88.17383 42.426048, -88.174207 42.426071, -88.174066 42.425368, -88.174203 42.425281, -88.174197 42.424421, -88.174442 42.424397, -88.174586 42.424397, -88.174735 42.424416, -88.174901 42.424457, -88.175042 42.424508, -88.175182 42.424574, -88.175304 42.424621, -88.175417 42.424642, -88.17546 42.424646, -88.176134 42.424939, -88.176648 42.424967, -88.176803 42.425024, -88.178713 42.425246, -88.178784 42.425253, -88.178765 42.425571, -88.178764 42.426058, -88.179009 42.426017, -88.179008 42.42559, -88.179001 42.424552, -88.179003 42.423723, -88.179001 42.422654, -88.179372 42.422644, -88.179758 42.422649, -88.180155 42.422655, -88.180444 42.422659, -88.182981 42.422671, -88.183766 42.422674, -88.18384 42.422674, -88.183884 42.426811, -88.185219 42.426816, -88.1856 42.4268, -88.18677 42.426833, -88.186763 42.42427, -88.186782 42.423184, -88.186444 42.423217, -88.18589 42.423209, -88.185627 42.42322, -88.185297 42.423161, -88.185143 42.423146, -88.185241 42.422637, -88.185624 42.422498, -88.186058 42.422012, -88.186296 42.421607, -88.186425 42.4216, -88.186802 42.421372, -88.187085 42.420861, -88.18708 42.420761, -88.18706 42.420574, -88.187065 42.420427, -88.187092 42.420127, -88.187104 42.420058, -88.186864 42.419869, -88.186687 42.419999, -88.186556 42.419919, -88.185795 42.419919, -88.185216 42.419852, -88.184626 42.419768, -88.183752 42.419634, -88.182957 42.41945, -88.182621 42.419525, -88.182311 42.419283, -88.180994 42.418773, -88.179927 42.418379, -88.1792 42.418337, -88.179116 42.418462, -88.179072 42.418136, -88.179102 42.417506, -88.17897 42.416329, -88.178947 42.41608, -88.178227 42.415789, -88.175386 42.414642, -88.169104 42.412105, -88.168975 42.412174, -88.168597 42.412341, -88.168423 42.412411, -88.168224 42.412519, -88.168079 42.412651, -88.16796 42.412706, -88.167776 42.412765, -88.167561 42.412805, -88.167369 42.412823, -88.167232 42.412894, -88.167088 42.412943, -88.167056 42.412906, -88.166967 42.412889, -88.166675 42.413034, -88.166486 42.413172, -88.166331 42.413304, -88.166222 42.413452, -88.166156 42.413569, -88.166067 42.413768, -88.166 42.413963, -88.165881 42.414238, -88.16585 42.414354, -88.165831 42.414498, -88.165782 42.414587, -88.165753 42.414712, -88.165753 42.414837, -88.165789 42.415069, -88.165843 42.415253, -88.165923 42.415453, -88.16596 42.415586, -88.166025 42.415671, -88.166087 42.415773, -88.166102 42.41591, -88.166162 42.41605, -88.166171 42.416144, -88.165965 42.416374, -88.165805 42.416264, -88.165685 42.41612, -88.165437 42.415604, -88.165099 42.415209, -88.164777 42.415299, -88.164679 42.415308, -88.16451 42.415078, -88.164445 42.414991, -88.16438 42.415064, -88.164298 42.415091, -88.164208 42.415008, -88.164022 42.414511, -88.163396 42.413739, -88.163538 42.413272, -88.163633 42.413206, -88.16384 42.412993, -88.163935 42.412829, -88.164025 42.412618, -88.164048 42.412499, -88.164034 42.412153, -88.16404 42.412022, -88.163998 42.411938, -88.163899 42.411863, -88.163849 42.411808, -88.163882 42.411752, -88.163968 42.411744, -88.164215 42.411867, -88.164302 42.411855, -88.164313 42.4118, -88.164246 42.4118, -88.164182 42.411767, -88.164151 42.411679, -88.163979 42.411549, -88.163916 42.411465, -88.163919 42.411255, -88.163905 42.411169, -88.164038 42.411165, -88.164089 42.411131, -88.164067 42.411087, -88.163937 42.411058, -88.163862 42.410944, -88.163797 42.410813, -88.163668 42.410707, -88.163575 42.410589, -88.163553 42.41049, -88.163591 42.410375, -88.163662 42.410272, -88.16383 42.410206, -88.164037 42.410195, -88.164295 42.410196, -88.164512 42.410151, -88.164794 42.410179, -88.165201 42.41016, -88.165481 42.410195, -88.165847 42.41023, -88.166346 42.410237, -88.166562 42.410285, -88.166829 42.410291, -88.166995 42.410343, -88.167156 42.410362, -88.167231 42.410397, -88.168188 42.405133, -88.160236 42.405624, -88.159023 42.402103, -88.158424 42.401231, -88.158309 42.400877, -88.157833 42.398337, -88.157704 42.398071, -88.157409 42.397129, -88.157414 42.397479, -88.157404 42.397549, -88.157388 42.397669, -88.157303 42.397826, -88.15716 42.397891, -88.157034 42.397852, -88.157006 42.397801, -88.156901 42.397846, -88.156581 42.397425, -88.156242 42.396925, -88.15556 42.39655, -88.155278 42.396335, -88.155116 42.396411, -88.155119 42.398301, -88.155148 42.398948, -88.153844 42.398952, -88.151369 42.398216, -88.149982 42.397872, -88.147826 42.397838, -88.147787 42.39725, -88.147769 42.397153, -88.147731 42.39705, -88.147663 42.396967, -88.147582 42.396892, -88.147494 42.396836, -88.147576 42.396237, -88.147001 42.396221, -88.14709 42.39581, -88.147213 42.395246, -88.147471 42.394049, -88.148034 42.394053, -88.148375 42.394056, -88.14841 42.394055, -88.148913 42.394085, -88.149638 42.394194, -88.149748 42.393912, -88.150074 42.393838, -88.15001 42.394148, -88.150764 42.394332, -88.15222 42.394415, -88.15266 42.394546, -88.153361 42.394315, -88.153423 42.393707, -88.153448 42.393641, -88.152965 42.393342, -88.152659 42.392977, -88.152387 42.39277, -88.152068 42.392493, -88.152018 42.392281, -88.152029 42.392076, -88.151871 42.392152, -88.151571 42.391982, -88.150549 42.391404, -88.150057 42.388478, -88.150034 42.388294, -88.149895 42.388167, -88.149958 42.3881, -88.149922 42.387535, -88.149974 42.38644, -88.149816 42.386261, -88.14979 42.386072, -88.149781 42.386009, -88.15029 42.385613, -88.149802 42.384714, -88.149857 42.384515, -88.149743 42.384196, -88.150288 42.384546, -88.149988 42.384283, -88.150105 42.384234, -88.150065 42.384198, -88.150061 42.38411, -88.150035 42.38395, -88.150028 42.383834, -88.149998 42.383741, -88.149914 42.383563, -88.149856 42.383035, -88.149821 42.382859, -88.149781 42.38274, -88.149694 42.382696, -88.149681 42.382599, -88.149627 42.382537, -88.149688 42.382414, -88.149547 42.382283, -88.149551 42.382102, -88.149573 42.382042, -88.145495 42.380315, -88.149588 42.38193, -88.149585 42.381794, -88.149658 42.38186, -88.150339 42.381622, -88.150404 42.381724, -88.150524 42.381791, -88.150274 42.381371, -88.150266 42.381318, -88.150256 42.381246, -88.150355 42.3811, -88.150374 42.381056, -88.150556 42.380947, -88.150827 42.380903, -88.151162 42.380955, -88.151451 42.381059, -88.151656 42.38118, -88.15265 42.381385, -88.153806 42.381699, -88.154588 42.382034, -88.154793 42.38219, -88.154906 42.382203, -88.154978 42.382207, -88.154972 42.379793, -88.159574 42.379693, -88.160277 42.379626, -88.162166 42.380121, -88.162685 42.37953, -88.162787 42.379547, -88.163076 42.379556, -88.163727 42.379551, -88.164302 42.379511, -88.16456 42.379511, -88.164703 42.379526, -88.165119 42.379538, -88.165639 42.379536, -88.165901 42.379521, -88.166162 42.379507, -88.166337 42.379505, -88.166352 42.379508, -88.166468 42.379531, -88.166516 42.379552, -88.166658 42.379612, -88.166971 42.379403, -88.167032 42.379234, -88.166536 42.37924, -88.166535 42.379191, -88.165698 42.379147, -88.164424 42.379103, -88.163628 42.379147, -88.162851 42.379052, -88.162413 42.379022, -88.161129 42.378809, -88.159954 42.378574, -88.159593 42.378526, -88.159537 42.378488, -88.159616 42.376596, -88.16072 42.376562, -88.161285 42.376545, -88.161282 42.376072, -88.161276 42.374802, -88.160721 42.374813, -88.16071 42.374201, -88.158464 42.374187, -88.158146 42.37417, -88.158087 42.373839, -88.158051 42.373856, -88.158016 42.373125, -88.159729 42.373096, -88.159729 42.37309, -88.159772 42.372105, -88.160641 42.372054, -88.160724 42.36967, -88.160807 42.368991, -88.160816 42.368921, -88.160192 42.368924, -88.159803 42.368983, -88.159458 42.369065, -88.159019 42.369237, -88.158441 42.369524, -88.15795 42.369874, -88.157295 42.370256, -88.156761 42.370568, -88.156218 42.370829, -88.155598 42.370962, -88.154986 42.371001, -88.154227 42.370987, -88.154305 42.37079, -88.154363 42.369758, -88.154043 42.369742, -88.153797 42.369733, -88.153797 42.369523, -88.154043 42.36952, -88.154387 42.36952, -88.154422 42.369274, -88.154043 42.369275, -88.153779 42.369261, -88.153784 42.36828, -88.153724 42.368084, -88.152283 42.367568, -88.149841 42.367505, -88.149715 42.365064, -88.152376 42.365009, -88.153391 42.364959, -88.155036 42.364877, -88.155276 42.364878, -88.15532 42.364877, -88.155604 42.364886, -88.155705 42.364998, -88.155758 42.365054, -88.156553 42.365071, -88.156514 42.365006, -88.156483 42.364858, -88.155772 42.364877, -88.155797 42.364676, -88.155707 42.364465, -88.155046 42.364479, -88.154918 42.364674, -88.154861 42.364674, -88.154597 42.364673, -88.154334 42.364681, -88.154138 42.364688, -88.152345 42.364745, -88.149799 42.364809, -88.149789 42.364399, -88.15259 42.364262, -88.154889 42.364097, -88.156281 42.363731, -88.156321 42.363721, -88.156362 42.364137, -88.159407 42.363979, -88.159407 42.363996, -88.159407 42.364019, -88.159406 42.364089, -88.159405 42.364122, -88.159404 42.364162, -88.157332 42.364208, -88.157332 42.364518, -88.158192 42.364529, -88.158182 42.364666, -88.1582 42.365174, -88.159327 42.365187, -88.159338 42.364672, -88.159364 42.364654, -88.15937 42.36465, -88.15938 42.364644, -88.159381 42.364643, -88.159389 42.36463, -88.159393 42.364612, -88.159399 42.36459, -88.1594 42.364512, -88.1594 42.364498, -88.1594 42.364459, -88.1594 42.364433, -88.159404 42.364218, -88.159985 42.364198, -88.160269 42.363911, -88.160555 42.363565, -88.160723 42.363694, -88.161268 42.36411, -88.161595 42.364359, -88.16169 42.364432, -88.161748 42.364474, -88.162349 42.364907, -88.163565 42.364428, -88.164232 42.365054, -88.164224 42.365426, -88.165029 42.365494, -88.165024 42.365704, -88.165059 42.366161, -88.165853 42.366232, -88.165818 42.367049, -88.165814 42.367096, -88.165988 42.367388, -88.166013 42.367436, -88.165071 42.367809, -88.165087 42.367846, -88.165143 42.367973, -88.166094 42.367599, -88.166325 42.367967, -88.16693 42.367983, -88.166981 42.367983, -88.167004 42.367717, -88.167633 42.367717, -88.167872 42.367707, -88.167834 42.366232, -88.168462 42.366232, -88.168693 42.366232, -88.168863 42.366292, -88.168982 42.365572, -88.169119 42.363938, -88.169119 42.362572, -88.169038 42.362549, -88.169056 42.361453, -88.16909 42.3604, -88.176118 42.360306, -88.176201 42.361366, -88.176186 42.361371, -88.175948 42.361446, -88.175725 42.361507, -88.175133 42.361635, -88.174959 42.361687, -88.174858 42.36173, -88.174716 42.361826, -88.174654 42.361883, -88.174622 42.361923, -88.174584 42.361969, -88.174547 42.362042, -88.174501 42.362167, -88.174467 42.362242, -88.174365 42.362469, -88.174512 42.362521, -88.174174 42.3654, -88.173993 42.365547, -88.173428 42.366636, -88.173729 42.368706, -88.174261 42.369717, -88.174331 42.370752, -88.174331 42.371716, -88.170864 42.372067, -88.171064 42.372827, -88.171033 42.374563, -88.170659 42.374582, -88.170687 42.37547, -88.170745 42.376338, -88.171031 42.377396, -88.171947 42.377121, -88.172373 42.37796, -88.172399 42.378021, -88.173254 42.378646, -88.173662 42.379152, -88.173805 42.379338, -88.174215 42.379338, -88.174242 42.380049, -88.171846 42.380132, -88.171093 42.380118, -88.171415 42.380596, -88.171698 42.38101, -88.17188 42.381288, -88.17226 42.381765, -88.172557 42.382093, -88.172809 42.38202, -88.172577 42.381766, -88.172724 42.381728, -88.17298 42.381661, -88.17434 42.381669, -88.174459 42.382624, -88.174587 42.38257, -88.174689 42.382666, -88.174794 42.382733, -88.176117 42.383841, -88.177182 42.384778, -88.177285 42.384885, -88.178196 42.385535, -88.178101 42.385536, -88.17792 42.385583, -88.177932 42.385694, -88.177992 42.385792, -88.178239 42.385839, -88.178482 42.385818, -88.178727 42.385744, -88.178908 42.385661, -88.179072 42.385542, -88.17918 42.38545, -88.179313 42.385294, -88.179358 42.385168, -88.179321 42.384963, -88.179134 42.384659, -88.179039 42.384549, -88.178895 42.384479, -88.178746 42.384378, -88.178559 42.384323, -88.17833 42.384281, -88.178116 42.384267, -88.177929 42.384242, -88.177817 42.384193, -88.177768 42.384172, -88.177689 42.384078, -88.177543 42.384016, -88.17746 42.383844, -88.177424 42.383784, -88.17739 42.383727, -88.177356 42.383635, -88.17742 42.383502, -88.177512 42.383425, -88.177866 42.383197, -88.178034 42.383127, -88.178154 42.38312, -88.178257 42.383114, -88.178576 42.383085, -88.178813 42.383085, -88.179021 42.383121, -88.179345 42.383023, -88.179884 42.38298, -88.180044 42.382942, -88.180234 42.382924, -88.180624 42.382918, -88.180967 42.382841, -88.181118 42.382783, -88.181242 42.382763, -88.181406 42.382752, -88.181521 42.382757, -88.181833 42.382882, -88.181881 42.382913, -88.181961 42.382964, -88.182075 42.383011, -88.182205 42.383091, -88.182373 42.383211, -88.182524 42.383344, -88.182628 42.383466, -88.182676 42.383591, -88.182713 42.383718, -88.182685 42.383882, -88.182622 42.383997, -88.182583 42.384058, -88.182643 42.384125, -88.182738 42.384393, -88.182791 42.384511, -88.182823 42.384637, -88.182865 42.384754, -88.182845 42.384891, -88.182783 42.385008, -88.182746 42.385045, -88.182723 42.385068, -88.182576 42.3851, -88.182483 42.385182, -88.182423 42.385222, -88.182279 42.385265, -88.182219 42.385327, -88.18232 42.385379, -88.182432 42.385473, -88.182424 42.385543, -88.182338 42.385587, -88.182236 42.385606, -88.182105 42.385573, -88.182035 42.385502, -88.181853 42.38538, -88.181765 42.385357, -88.181683 42.385419, -88.181649 42.38548, -88.181685 42.385538, -88.181798 42.385594, -88.18189 42.385665, -88.181799 42.385746, -88.181939 42.385888, -88.181912 42.385915, -88.181857 42.385956, -88.181807 42.385963, -88.181722 42.385926, -88.181476 42.385792, -88.181275 42.385659, -88.180916 42.385441, -88.180837 42.385428, -88.180824 42.385457, -88.180943 42.385547, -88.181075 42.385629, -88.181161 42.385692, -88.181326 42.385785, -88.181536 42.385926, -88.18164 42.385984, -88.18193 42.38612, -88.181938 42.386176, -88.181913 42.386217, -88.181879 42.38624, -88.181137 42.386806, -88.18113 42.38698, -88.181214 42.387084, -88.181265 42.387236, -88.186263 42.386722, -88.192832 42.386519, -88.192967 42.386456, -88.193169 42.386425, -88.193351 42.386374, -88.193704 42.386334, -88.193821 42.386331, -88.193994 42.386341, -88.194207 42.386537, -88.194225 42.386685, -88.194283 42.386773, -88.19434 42.386932, -88.194476 42.387255, -88.19443 42.387387, -88.194331 42.387486, -88.194298 42.387558, -88.194302 42.387629, -88.194193 42.38773, -88.194651 42.39489, -88.194979 42.400648, -88.195057 42.400701, -88.196485 42.401214, -88.196707 42.401248, -88.196866 42.401251, -88.198252 42.40117, -88.198594 42.4011, -88.198808 42.401165, -88.198808 42.401489, -88.198806 42.403732, -88.198829 42.407313, -88.198814 42.408748, -88.198766 42.408439, -88.197532 42.409249, -88.19718 42.409283, -88.196911 42.408342, -88.196849 42.408125, -88.196602 42.407546, -88.196234 42.406769, -88.195641 42.406254, -88.195207 42.406529, -88.194661 42.406699, -88.194656 42.409124, -88.194074 42.409096, -88.193918 42.409084, -88.193709 42.409042, -88.190163 42.408513, -88.190139 42.408622, -88.189693 42.409008, -88.188691 42.409009, -88.187903 42.412383, -88.188327 42.412907, -88.188365 42.413178, -88.188585 42.413916, -88.188514 42.41426, -88.187737 42.415289, -88.187436 42.41569, -88.187508 42.4164, -88.187523 42.416543, -88.18803 42.41865, -88.188387 42.418851, -88.188442 42.418791, -88.188608 42.418672, -88.18892 42.418591, -88.189575 42.418589, -88.190113 42.418556, -88.19022 42.418623, -88.190334 42.418734, -88.190519 42.418848, -88.190658 42.418904, -88.190842 42.418849, -88.191024 42.418804, -88.191231 42.419026, -88.191503 42.419139, -88.192061 42.419304, -88.192162 42.419298, -88.192268 42.419214, -88.192525 42.419237, -88.192926 42.419219, -88.193621 42.419237, -88.193828 42.419237, -88.194316 42.419182, -88.195018 42.419168, -88.19523 42.419191, -88.196272 42.419298, -88.196925 42.419753, -88.197375 42.419904, -88.197523 42.419934, -88.197576 42.420038, -88.197661 42.42002, -88.197723 42.420038, -88.198654 42.420019, -88.198835 42.420021, -88.198837 42.420567, -88.19884 42.421499, -88.198842 42.421878, -88.198845 42.422891, -88.198846 42.423069, -88.198848 42.423812, -88.198852 42.424702, -88.198854 42.425344, -88.198987 42.425311, -88.199715 42.425162, -88.199877 42.425129, -88.199979 42.42511, -88.200177 42.425134, -88.20029 42.425225, -88.200409 42.425321, -88.200298 42.425584, -88.200284 42.425618, -88.20018 42.425652, -88.199832 42.425608, -88.199592 42.425578, -88.199502 42.425918, -88.199045 42.425892, -88.198856 42.425975, -88.198697 42.425976, -88.19886 42.427053, -88.199307 42.427067, -88.19988 42.427102, -88.19986 42.427433, -88.199723 42.427429, -88.199677 42.42784, -88.199312 42.427829, -88.198706 42.427811, -88.198714 42.428712, -88.198734 42.429242, -88.198735 42.429588, -88.198732 42.430075, -88.200938 42.429926, -88.203351 42.429764, -88.203377 42.431552, -88.200949 42.431631, -88.198739 42.431704, -88.198871 42.432322, -88.198874 42.434136, -88.198875 42.434955, -88.198876 42.435786, -88.198876 42.435906, -88.200902 42.437357, -88.201049 42.437356, -88.201494 42.437355, -88.201642 42.437355, -88.201941 42.437353, -88.20284 42.437348, -88.20314 42.437347, -88.203383 42.437345, -88.204112 42.437341, -88.204356 42.43734, -88.204382 42.440196, -88.204422 42.444374, -88.204447 42.444374, -88.204966 42.444383, -88.205484 42.444392, -88.206573 42.444411, -88.20679 42.444414, -88.207007 42.444418, -88.208812 42.444448, -88.211668 42.444497, -88.213209 42.444503, -88.213486 42.444505, -88.213442 42.440155, -88.213427 42.438614, -88.213816 42.438625, -88.214268 42.438639, -88.21431 42.437924, -88.214333 42.437536, -88.21446 42.437566, -88.21475 42.437647, -88.214775 42.437654, -88.215084 42.437755, -88.215511 42.437914, -88.215929 42.438085, -88.215963 42.4381, -88.216357 42.438277, -88.215952 42.438898, -88.216033 42.43892, -88.216157 42.438955, -88.215378 42.44072, -88.215782 42.44083, -88.216579 42.441048, -88.216353 42.441521, -88.216053 42.44215, -88.215973 42.442318, -88.215675 42.442941, -88.21545 42.443415, -88.215 42.44343, -88.214663 42.443443, -88.214459 42.444287, -88.214601 42.44429, -88.215051 42.444301, -88.21504 42.444328, -88.215034 42.444343, -88.214988 42.444472, -88.214974 42.444515, -88.214931 42.444638, -88.214876 42.44482, -88.214688 42.445558, -88.214205 42.447458, -88.213894 42.448707, -88.213869 42.448812, -88.213654 42.449763, -88.213478 42.450404, -88.213585 42.450071, -88.213565 42.450166, -88.213313 42.451378, -88.213283 42.451526, -88.213234 42.451784)))\", \"region_name\": \"Fox Lake\", \"border_type\": \"village\", \"wikidata\": \"Q2896251\", \"wikipedia\": \"en:Fox Lake, Illinois\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0002", "group": "raster_only", "template": "min_slope+area", "question": "In Washington, Louisiana, what is the lowest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-92.056701 30.621306, -92.056827 30.620557, -92.056726 30.619379, -92.056597 30.618928, -92.056437 30.618678, -92.055959 30.618181, -92.055914 30.618125, -92.055523 30.61764, -92.055413 30.617503, -92.054846 30.617025, -92.053996 30.616438, -92.053553 30.616242, -92.053197 30.616139, -92.052531 30.616122, -92.052276 30.616134, -92.05041 30.616223, -92.049764 30.615899, -92.049646 30.615711, -92.049578 30.615674, -92.049505 30.615635, -92.049178 30.615264, -92.048514 30.614772, -92.047348 30.614295, -92.046831 30.614015, -92.046608 30.613894, -92.046524 30.61387, -92.046331 30.613813, -92.046082 30.613795, -92.045766 30.613837, -92.04541 30.614019, -92.044284 30.615123, -92.043864 30.615421, -92.043585 30.615427, -92.042647 30.615448, -92.042588 30.615143, -92.042499 30.614694, -92.043436 30.613935, -92.044653 30.612951, -92.045024 30.612628, -92.045364 30.612349, -92.045559 30.61219, -92.046653 30.611296, -92.047107 30.610926, -92.049454 30.612705, -92.050056 30.613162, -92.050161 30.613073, -92.05252 30.611057, -92.056621 30.607552, -92.05717 30.607083, -92.058246 30.606158, -92.058256 30.606177, -92.058351 30.606199, -92.058802 30.606193, -92.059019 30.606243, -92.05914 30.606408, -92.059155 30.606504, -92.059159 30.606523, -92.059165 30.606661, -92.059254 30.606815, -92.059419 30.606903, -92.059574 30.606995, -92.059763 30.607107, -92.059807 30.60726, -92.059801 30.607712, -92.059737 30.607948, -92.059744 30.608212, -92.059839 30.608432, -92.059922 30.608581, -92.060131 30.608823, -92.060602 30.609279, -92.060952 30.609681, -92.061174 30.609736, -92.061588 30.609719, -92.061823 30.609719, -92.061963 30.609675, -92.062103 30.609648, -92.062151 30.609668, -92.062516 30.609818, -92.062739 30.60984, -92.063031 30.609884, -92.063311 30.609961, -92.063527 30.610055, -92.063813 30.610258, -92.063886 30.61035, -92.064017 30.610517, -92.064131 30.610841, -92.064112 30.610946, -92.064112 30.611007, -92.064042 30.611138, -92.064004 30.611259, -92.06401 30.611507, -92.064099 30.611711, -92.064227 30.611876, -92.06436 30.612013, -92.064602 30.612178, -92.064913 30.612448, -92.065238 30.612569, -92.065301 30.612591, -92.065467 30.612602, -92.065607 30.612547, -92.065689 30.612387, -92.065817 30.612013, -92.065931 30.611914, -92.066033 30.611887, -92.066243 30.61187, -92.066516 30.611865, -92.066847 30.611799, -92.067082 30.611672, -92.067247 30.611502, -92.067712 30.611238, -92.067871 30.611199, -92.067998 30.611232, -92.06808 30.611315, -92.068125 30.611425, -92.068176 30.611617, -92.068284 30.611887, -92.068526 30.612272, -92.068729 30.612492, -92.069365 30.613124, -92.069607 30.613328, -92.06981 30.613383, -92.070014 30.613344, -92.07023 30.613256, -92.070338 30.613174, -92.07044 30.613014, -92.070637 30.612882, -92.070809 30.612849, -92.071119 30.612884, -92.070192 30.61394, -92.069938 30.614231, -92.069678 30.614527, -92.068807 30.615568, -92.067179 30.617468, -92.070102 30.619795, -92.067917 30.620793, -92.069567 30.622601, -92.070301 30.623404, -92.069463 30.624195, -92.068401 30.6239, -92.065512 30.622455, -92.065401 30.62233, -92.065315 30.622222, -92.062561 30.620425, -92.062108 30.620135, -92.061991 30.620267, -92.06152 30.620849, -92.061079 30.620537, -92.059999 30.619781, -92.059927 30.619854, -92.059888 30.619874, -92.059854 30.619892, -92.059777 30.619924, -92.059706 30.619964, -92.059578 30.620062, -92.059214 30.620374, -92.059191 30.620404, -92.057361 30.622138, -92.05764 30.622426, -92.057912 30.622716, -92.057997 30.623022, -92.058002 30.623307, -92.056076 30.623021, -92.055913 30.622997, -92.056313 30.622502, -92.056619 30.621799, -92.056701 30.621306))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Washington, Louisiana\", \"geo_wkt\": \"POLYGON ((-92.056701 30.621306, -92.056827 30.620557, -92.056726 30.619379, -92.056597 30.618928, -92.056437 30.618678, -92.055959 30.618181, -92.055914 30.618125, -92.055523 30.61764, -92.055413 30.617503, -92.054846 30.617025, -92.053996 30.616438, -92.053553 30.616242, -92.053197 30.616139, -92.052531 30.616122, -92.052276 30.616134, -92.05041 30.616223, -92.049764 30.615899, -92.049646 30.615711, -92.049578 30.615674, -92.049505 30.615635, -92.049178 30.615264, -92.048514 30.614772, -92.047348 30.614295, -92.046831 30.614015, -92.046608 30.613894, -92.046524 30.61387, -92.046331 30.613813, -92.046082 30.613795, -92.045766 30.613837, -92.04541 30.614019, -92.044284 30.615123, -92.043864 30.615421, -92.043585 30.615427, -92.042647 30.615448, -92.042588 30.615143, -92.042499 30.614694, -92.043436 30.613935, -92.044653 30.612951, -92.045024 30.612628, -92.045364 30.612349, -92.045559 30.61219, -92.046653 30.611296, -92.047107 30.610926, -92.049454 30.612705, -92.050056 30.613162, -92.050161 30.613073, -92.05252 30.611057, -92.056621 30.607552, -92.05717 30.607083, -92.058246 30.606158, -92.058256 30.606177, -92.058351 30.606199, -92.058802 30.606193, -92.059019 30.606243, -92.05914 30.606408, -92.059155 30.606504, -92.059159 30.606523, -92.059165 30.606661, -92.059254 30.606815, -92.059419 30.606903, -92.059574 30.606995, -92.059763 30.607107, -92.059807 30.60726, -92.059801 30.607712, -92.059737 30.607948, -92.059744 30.608212, -92.059839 30.608432, -92.059922 30.608581, -92.060131 30.608823, -92.060602 30.609279, -92.060952 30.609681, -92.061174 30.609736, -92.061588 30.609719, -92.061823 30.609719, -92.061963 30.609675, -92.062103 30.609648, -92.062151 30.609668, -92.062516 30.609818, -92.062739 30.60984, -92.063031 30.609884, -92.063311 30.609961, -92.063527 30.610055, -92.063813 30.610258, -92.063886 30.61035, -92.064017 30.610517, -92.064131 30.610841, -92.064112 30.610946, -92.064112 30.611007, -92.064042 30.611138, -92.064004 30.611259, -92.06401 30.611507, -92.064099 30.611711, -92.064227 30.611876, -92.06436 30.612013, -92.064602 30.612178, -92.064913 30.612448, -92.065238 30.612569, -92.065301 30.612591, -92.065467 30.612602, -92.065607 30.612547, -92.065689 30.612387, -92.065817 30.612013, -92.065931 30.611914, -92.066033 30.611887, -92.066243 30.61187, -92.066516 30.611865, -92.066847 30.611799, -92.067082 30.611672, -92.067247 30.611502, -92.067712 30.611238, -92.067871 30.611199, -92.067998 30.611232, -92.06808 30.611315, -92.068125 30.611425, -92.068176 30.611617, -92.068284 30.611887, -92.068526 30.612272, -92.068729 30.612492, -92.069365 30.613124, -92.069607 30.613328, -92.06981 30.613383, -92.070014 30.613344, -92.07023 30.613256, -92.070338 30.613174, -92.07044 30.613014, -92.070637 30.612882, -92.070809 30.612849, -92.071119 30.612884, -92.070192 30.61394, -92.069938 30.614231, -92.069678 30.614527, -92.068807 30.615568, -92.067179 30.617468, -92.070102 30.619795, -92.067917 30.620793, -92.069567 30.622601, -92.070301 30.623404, -92.069463 30.624195, -92.068401 30.6239, -92.065512 30.622455, -92.065401 30.62233, -92.065315 30.622222, -92.062561 30.620425, -92.062108 30.620135, -92.061991 30.620267, -92.06152 30.620849, -92.061079 30.620537, -92.059999 30.619781, -92.059927 30.619854, -92.059888 30.619874, -92.059854 30.619892, -92.059777 30.619924, -92.059706 30.619964, -92.059578 30.620062, -92.059214 30.620374, -92.059191 30.620404, -92.057361 30.622138, -92.05764 30.622426, -92.057912 30.622716, -92.057997 30.623022, -92.058002 30.623307, -92.056076 30.623021, -92.055913 30.622997, -92.056313 30.622502, -92.056619 30.621799, -92.056701 30.621306))\", \"region\": {\"id\": 17311, \"geometry\": \"POLYGON ((-92.056701 30.621306, -92.056827 30.620557, -92.056726 30.619379, -92.056597 30.618928, -92.056437 30.618678, -92.055959 30.618181, -92.055914 30.618125, -92.055523 30.61764, -92.055413 30.617503, -92.054846 30.617025, -92.053996 30.616438, -92.053553 30.616242, -92.053197 30.616139, -92.052531 30.616122, -92.052276 30.616134, -92.05041 30.616223, -92.049764 30.615899, -92.049646 30.615711, -92.049578 30.615674, -92.049505 30.615635, -92.049178 30.615264, -92.048514 30.614772, -92.047348 30.614295, -92.046831 30.614015, -92.046608 30.613894, -92.046524 30.61387, -92.046331 30.613813, -92.046082 30.613795, -92.045766 30.613837, -92.04541 30.614019, -92.044284 30.615123, -92.043864 30.615421, -92.043585 30.615427, -92.042647 30.615448, -92.042588 30.615143, -92.042499 30.614694, -92.043436 30.613935, -92.044653 30.612951, -92.045024 30.612628, -92.045364 30.612349, -92.045559 30.61219, -92.046653 30.611296, -92.047107 30.610926, -92.049454 30.612705, -92.050056 30.613162, -92.050161 30.613073, -92.05252 30.611057, -92.056621 30.607552, -92.05717 30.607083, -92.058246 30.606158, -92.058256 30.606177, -92.058351 30.606199, -92.058802 30.606193, -92.059019 30.606243, -92.05914 30.606408, -92.059155 30.606504, -92.059159 30.606523, -92.059165 30.606661, -92.059254 30.606815, -92.059419 30.606903, -92.059574 30.606995, -92.059763 30.607107, -92.059807 30.60726, -92.059801 30.607712, -92.059737 30.607948, -92.059744 30.608212, -92.059839 30.608432, -92.059922 30.608581, -92.060131 30.608823, -92.060602 30.609279, -92.060952 30.609681, -92.061174 30.609736, -92.061588 30.609719, -92.061823 30.609719, -92.061963 30.609675, -92.062103 30.609648, -92.062151 30.609668, -92.062516 30.609818, -92.062739 30.60984, -92.063031 30.609884, -92.063311 30.609961, -92.063527 30.610055, -92.063813 30.610258, -92.063886 30.61035, -92.064017 30.610517, -92.064131 30.610841, -92.064112 30.610946, -92.064112 30.611007, -92.064042 30.611138, -92.064004 30.611259, -92.06401 30.611507, -92.064099 30.611711, -92.064227 30.611876, -92.06436 30.612013, -92.064602 30.612178, -92.064913 30.612448, -92.065238 30.612569, -92.065301 30.612591, -92.065467 30.612602, -92.065607 30.612547, -92.065689 30.612387, -92.065817 30.612013, -92.065931 30.611914, -92.066033 30.611887, -92.066243 30.61187, -92.066516 30.611865, -92.066847 30.611799, -92.067082 30.611672, -92.067247 30.611502, -92.067712 30.611238, -92.067871 30.611199, -92.067998 30.611232, -92.06808 30.611315, -92.068125 30.611425, -92.068176 30.611617, -92.068284 30.611887, -92.068526 30.612272, -92.068729 30.612492, -92.069365 30.613124, -92.069607 30.613328, -92.06981 30.613383, -92.070014 30.613344, -92.07023 30.613256, -92.070338 30.613174, -92.07044 30.613014, -92.070637 30.612882, -92.070809 30.612849, -92.071119 30.612884, -92.070192 30.61394, -92.069938 30.614231, -92.069678 30.614527, -92.068807 30.615568, -92.067179 30.617468, -92.070102 30.619795, -92.067917 30.620793, -92.069567 30.622601, -92.070301 30.623404, -92.069463 30.624195, -92.068401 30.6239, -92.065512 30.622455, -92.065401 30.62233, -92.065315 30.622222, -92.062561 30.620425, -92.062108 30.620135, -92.061991 30.620267, -92.06152 30.620849, -92.061079 30.620537, -92.059999 30.619781, -92.059927 30.619854, -92.059888 30.619874, -92.059854 30.619892, -92.059777 30.619924, -92.059706 30.619964, -92.059578 30.620062, -92.059214 30.620374, -92.059191 30.620404, -92.057361 30.622138, -92.05764 30.622426, -92.057912 30.622716, -92.057997 30.623022, -92.058002 30.623307, -92.056076 30.623021, -92.055913 30.622997, -92.056313 30.622502, -92.056619 30.621799, -92.056701 30.621306))\", \"region_name\": \"Washington\", \"border_type\": \"town\", \"wikidata\": \"Q939412\", \"wikipedia\": \"en:Washington, Louisiana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0003", "group": "raster_only", "template": "min_slope+area", "question": "In Greendale, Missouri, what is the lowest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-90.311616 38.689168, -90.3121 38.689491, -90.313555 38.690461, -90.31404 38.690785, -90.314114 38.690834, -90.314338 38.690984, -90.314413 38.691034, -90.314604 38.691138, -90.314766 38.691227, -90.315145 38.691504, -90.315322 38.691633, -90.315383 38.691678, -90.315569 38.691813, -90.315631 38.691859, -90.315782 38.69197, -90.316235 38.692303, -90.316386 38.692415, -90.316516 38.692511, -90.316623 38.69259, -90.316686 38.692636, -90.316907 38.692799, -90.317038 38.692896, -90.316893 38.693166, -90.316781 38.693376, -90.316778 38.693382, -90.316457 38.693976, -90.316312 38.694246, -90.316222 38.694409, -90.315955 38.6949, -90.315867 38.695064, -90.315776 38.695229, -90.315506 38.695725, -90.315416 38.695891, -90.315301 38.696101, -90.315181 38.696323, -90.314962 38.696736, -90.31485 38.696949, -90.314685 38.697258, -90.314478 38.697651, -90.314193 38.698187, -90.31403 38.698497, -90.313924 38.698695, -90.313609 38.699289, -90.3136 38.699308, -90.313505 38.699488, -90.312926 38.6992, -90.311192 38.698338, -90.310614 38.698051, -90.310334 38.697851, -90.309494 38.697251, -90.309214 38.697051, -90.309307 38.695641, -90.309514 38.692551, -90.309514 38.691409, -90.309514 38.690551, -90.30896 38.690551, -90.309034 38.690026, -90.309258 38.688454, -90.309333 38.687931, -90.309793 38.688172, -90.311173 38.688897, -90.311347 38.688989, -90.311616 38.689168))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Greendale, Missouri\", \"geo_wkt\": \"POLYGON ((-90.311616 38.689168, -90.3121 38.689491, -90.313555 38.690461, -90.31404 38.690785, -90.314114 38.690834, -90.314338 38.690984, -90.314413 38.691034, -90.314604 38.691138, -90.314766 38.691227, -90.315145 38.691504, -90.315322 38.691633, -90.315383 38.691678, -90.315569 38.691813, -90.315631 38.691859, -90.315782 38.69197, -90.316235 38.692303, -90.316386 38.692415, -90.316516 38.692511, -90.316623 38.69259, -90.316686 38.692636, -90.316907 38.692799, -90.317038 38.692896, -90.316893 38.693166, -90.316781 38.693376, -90.316778 38.693382, -90.316457 38.693976, -90.316312 38.694246, -90.316222 38.694409, -90.315955 38.6949, -90.315867 38.695064, -90.315776 38.695229, -90.315506 38.695725, -90.315416 38.695891, -90.315301 38.696101, -90.315181 38.696323, -90.314962 38.696736, -90.31485 38.696949, -90.314685 38.697258, -90.314478 38.697651, -90.314193 38.698187, -90.31403 38.698497, -90.313924 38.698695, -90.313609 38.699289, -90.3136 38.699308, -90.313505 38.699488, -90.312926 38.6992, -90.311192 38.698338, -90.310614 38.698051, -90.310334 38.697851, -90.309494 38.697251, -90.309214 38.697051, -90.309307 38.695641, -90.309514 38.692551, -90.309514 38.691409, -90.309514 38.690551, -90.30896 38.690551, -90.309034 38.690026, -90.309258 38.688454, -90.309333 38.687931, -90.309793 38.688172, -90.311173 38.688897, -90.311347 38.688989, -90.311616 38.689168))\", \"region\": {\"id\": 25167, \"geometry\": \"POLYGON ((-90.311616 38.689168, -90.3121 38.689491, -90.313555 38.690461, -90.31404 38.690785, -90.314114 38.690834, -90.314338 38.690984, -90.314413 38.691034, -90.314604 38.691138, -90.314766 38.691227, -90.315145 38.691504, -90.315322 38.691633, -90.315383 38.691678, -90.315569 38.691813, -90.315631 38.691859, -90.315782 38.69197, -90.316235 38.692303, -90.316386 38.692415, -90.316516 38.692511, -90.316623 38.69259, -90.316686 38.692636, -90.316907 38.692799, -90.317038 38.692896, -90.316893 38.693166, -90.316781 38.693376, -90.316778 38.693382, -90.316457 38.693976, -90.316312 38.694246, -90.316222 38.694409, -90.315955 38.6949, -90.315867 38.695064, -90.315776 38.695229, -90.315506 38.695725, -90.315416 38.695891, -90.315301 38.696101, -90.315181 38.696323, -90.314962 38.696736, -90.31485 38.696949, -90.314685 38.697258, -90.314478 38.697651, -90.314193 38.698187, -90.31403 38.698497, -90.313924 38.698695, -90.313609 38.699289, -90.3136 38.699308, -90.313505 38.699488, -90.312926 38.6992, -90.311192 38.698338, -90.310614 38.698051, -90.310334 38.697851, -90.309494 38.697251, -90.309214 38.697051, -90.309307 38.695641, -90.309514 38.692551, -90.309514 38.691409, -90.309514 38.690551, -90.30896 38.690551, -90.309034 38.690026, -90.309258 38.688454, -90.309333 38.687931, -90.309793 38.688172, -90.311173 38.688897, -90.311347 38.688989, -90.311616 38.689168))\", \"region_name\": \"Greendale\", \"border_type\": \"city\", \"wikidata\": \"Q953193\", \"wikipedia\": \"en:Greendale, Missouri\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0004", "group": "raster_only", "template": "min_slope+area", "question": "How flat is the flattest part of Orleans, Vermont?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-72.212988 44.807775, -72.209297 44.81301, -72.204811 44.81921, -72.204496 44.819651, -72.204435 44.819652, -72.200122 44.815559, -72.199332 44.816735, -72.197264 44.815479, -72.196797 44.816194, -72.19282 44.815074, -72.192481 44.815357, -72.191518 44.815156, -72.191159 44.815352, -72.186729 44.814506, -72.189367 44.811481, -72.192588 44.809052, -72.188461 44.807882, -72.187937 44.807022, -72.192611 44.806754, -72.197643 44.804751, -72.197369 44.803556, -72.197321 44.803187, -72.197335 44.80276, -72.197313 44.802347, -72.197295 44.802243, -72.200708 44.803699, -72.201499 44.802378, -72.203817 44.803202, -72.207822 44.802355, -72.208112 44.802675, -72.206355 44.805719, -72.210928 44.807145, -72.212988 44.807775))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Orleans, Vermont\", \"geo_wkt\": \"POLYGON ((-72.212988 44.807775, -72.209297 44.81301, -72.204811 44.81921, -72.204496 44.819651, -72.204435 44.819652, -72.200122 44.815559, -72.199332 44.816735, -72.197264 44.815479, -72.196797 44.816194, -72.19282 44.815074, -72.192481 44.815357, -72.191518 44.815156, -72.191159 44.815352, -72.186729 44.814506, -72.189367 44.811481, -72.192588 44.809052, -72.188461 44.807882, -72.187937 44.807022, -72.192611 44.806754, -72.197643 44.804751, -72.197369 44.803556, -72.197321 44.803187, -72.197335 44.80276, -72.197313 44.802347, -72.197295 44.802243, -72.200708 44.803699, -72.201499 44.802378, -72.203817 44.803202, -72.207822 44.802355, -72.208112 44.802675, -72.206355 44.805719, -72.210928 44.807145, -72.212988 44.807775))\", \"region\": {\"id\": 16247, \"geometry\": \"POLYGON ((-72.212988 44.807775, -72.209297 44.81301, -72.204811 44.81921, -72.204496 44.819651, -72.204435 44.819652, -72.200122 44.815559, -72.199332 44.816735, -72.197264 44.815479, -72.196797 44.816194, -72.19282 44.815074, -72.192481 44.815357, -72.191518 44.815156, -72.191159 44.815352, -72.186729 44.814506, -72.189367 44.811481, -72.192588 44.809052, -72.188461 44.807882, -72.187937 44.807022, -72.192611 44.806754, -72.197643 44.804751, -72.197369 44.803556, -72.197321 44.803187, -72.197335 44.80276, -72.197313 44.802347, -72.197295 44.802243, -72.200708 44.803699, -72.201499 44.802378, -72.203817 44.803202, -72.207822 44.802355, -72.208112 44.802675, -72.206355 44.805719, -72.210928 44.807145, -72.212988 44.807775))\", \"region_name\": \"Orleans\", \"border_type\": \"village\", \"wikidata\": \"Q958285\", \"wikipedia\": \"en:Orleans, Vermont\", \"admin_level\": \"9\", \"official_name\": \"Village of Orleans\"}}}"} -{"id": "raster_only/min_slope+area/0005", "group": "raster_only", "template": "min_slope+area", "question": "In Garrison, Iowa, what is the lowest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-92.138753 42.14859, -92.138766 42.147393, -92.13882 42.145444, -92.138181 42.145435, -92.138274 42.141378, -92.138191 42.141378, -92.138228 42.13992, -92.138584 42.139965, -92.139066 42.140052, -92.139844 42.140207, -92.140431 42.140373, -92.140903 42.140539, -92.141242 42.140689, -92.14177 42.140945, -92.142132 42.141146, -92.150946 42.141299, -92.150804 42.148751, -92.138753 42.14859))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Garrison, Iowa\", \"geo_wkt\": \"POLYGON ((-92.138753 42.14859, -92.138766 42.147393, -92.13882 42.145444, -92.138181 42.145435, -92.138274 42.141378, -92.138191 42.141378, -92.138228 42.13992, -92.138584 42.139965, -92.139066 42.140052, -92.139844 42.140207, -92.140431 42.140373, -92.140903 42.140539, -92.141242 42.140689, -92.14177 42.140945, -92.142132 42.141146, -92.150946 42.141299, -92.150804 42.148751, -92.138753 42.14859))\", \"region\": {\"id\": 18454, \"geometry\": \"POLYGON ((-92.138753 42.14859, -92.138766 42.147393, -92.13882 42.145444, -92.138181 42.145435, -92.138274 42.141378, -92.138191 42.141378, -92.138228 42.13992, -92.138584 42.139965, -92.139066 42.140052, -92.139844 42.140207, -92.140431 42.140373, -92.140903 42.140539, -92.141242 42.140689, -92.14177 42.140945, -92.142132 42.141146, -92.150946 42.141299, -92.150804 42.148751, -92.138753 42.14859))\", \"region_name\": \"Garrison\", \"border_type\": \"city\", \"wikidata\": \"Q1933213\", \"wikipedia\": \"en:Garrison, Iowa\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0006", "group": "raster_only", "template": "min_slope+area", "question": "How flat is the flattest part of Port Gibson, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-77.143618 43.039934, -77.143587 43.039866, -77.143407 43.039152, -77.143262 43.038062, -77.143178 43.037796, -77.142549 43.036596, -77.141878 43.035452, -77.141809 43.035225, -77.141767 43.034767, -77.141757 43.033977, -77.141673 43.032006, -77.141471 43.028295, -77.147125 43.028266, -77.149964 43.028222, -77.153573 43.028235, -77.153575 43.026315, -77.156501 43.026263, -77.161185 43.026248, -77.162442 43.026298, -77.163951 43.026394, -77.164512 43.026443, -77.165582 43.025129, -77.172601 43.030338, -77.172337 43.031046, -77.171985 43.031997, -77.171904 43.032118, -77.171793 43.032214, -77.17166 43.032278, -77.171502 43.032316, -77.171296 43.03233, -77.170094 43.032331, -77.170558 43.039107, -77.171011 43.03984, -77.171025 43.039863, -77.143618 43.039934))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Port Gibson, New York\", \"geo_wkt\": \"POLYGON ((-77.143618 43.039934, -77.143587 43.039866, -77.143407 43.039152, -77.143262 43.038062, -77.143178 43.037796, -77.142549 43.036596, -77.141878 43.035452, -77.141809 43.035225, -77.141767 43.034767, -77.141757 43.033977, -77.141673 43.032006, -77.141471 43.028295, -77.147125 43.028266, -77.149964 43.028222, -77.153573 43.028235, -77.153575 43.026315, -77.156501 43.026263, -77.161185 43.026248, -77.162442 43.026298, -77.163951 43.026394, -77.164512 43.026443, -77.165582 43.025129, -77.172601 43.030338, -77.172337 43.031046, -77.171985 43.031997, -77.171904 43.032118, -77.171793 43.032214, -77.17166 43.032278, -77.171502 43.032316, -77.171296 43.03233, -77.170094 43.032331, -77.170558 43.039107, -77.171011 43.03984, -77.171025 43.039863, -77.143618 43.039934))\", \"region\": {\"id\": 5665, \"geometry\": \"POLYGON ((-77.143618 43.039934, -77.143587 43.039866, -77.143407 43.039152, -77.143262 43.038062, -77.143178 43.037796, -77.142549 43.036596, -77.141878 43.035452, -77.141809 43.035225, -77.141767 43.034767, -77.141757 43.033977, -77.141673 43.032006, -77.141471 43.028295, -77.147125 43.028266, -77.149964 43.028222, -77.153573 43.028235, -77.153575 43.026315, -77.156501 43.026263, -77.161185 43.026248, -77.162442 43.026298, -77.163951 43.026394, -77.164512 43.026443, -77.165582 43.025129, -77.172601 43.030338, -77.172337 43.031046, -77.171985 43.031997, -77.171904 43.032118, -77.171793 43.032214, -77.17166 43.032278, -77.171502 43.032316, -77.171296 43.03233, -77.170094 43.032331, -77.170558 43.039107, -77.171011 43.03984, -77.171025 43.039863, -77.143618 43.039934))\", \"region_name\": \"Port Gibson\", \"wikidata\": \"Q6083028\", \"wikipedia\": \"en:Port Gibson, New York\", \"place\": \"hamlet\", \"admin_level\": \"8\", \"population\": \"405\"}}}"} -{"id": "raster_only/min_slope+area/0007", "group": "raster_only", "template": "min_slope+area", "question": "In Ismay, Montana, what is the lowest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-104.801489 46.496784, -104.801499 46.497364, -104.801529 46.499105, -104.801539 46.499686, -104.801534 46.49985, -104.801531 46.500005, -104.801193 46.500003, -104.801029 46.500003, -104.801025 46.500004, -104.801021 46.500008, -104.801016 46.500009, -104.801013 46.500011, -104.801006 46.50036, -104.800988 46.501409, -104.800986 46.501528, -104.800984 46.501644, -104.800982 46.501759, -104.800981 46.50187, -104.800979 46.501932, -104.800979 46.501981, -104.800971 46.502451, -104.800969 46.502624, -104.800966 46.502752, -104.800961 46.503139, -104.80096 46.503268, -104.800977 46.50368, -104.800979 46.503728, -104.800646 46.50373, -104.800357 46.503731, -104.799401 46.503737, -104.799137 46.503738, -104.798873 46.503739, -104.797111 46.503748, -104.79603 46.503755, -104.796013 46.503967, -104.796004 46.504092, -104.795991 46.504606, -104.795987 46.504819, -104.793227 46.504803, -104.792262 46.504797, -104.791196 46.504791, -104.791176 46.503789, -104.785383 46.503763, -104.785486 46.500452, -104.785501 46.499973, -104.785422 46.496729, -104.785409 46.495754, -104.785468 46.495754, -104.788573 46.495759, -104.789609 46.495761, -104.789711 46.49576, -104.790019 46.495758, -104.790122 46.495758, -104.790296 46.495759, -104.79082 46.495762, -104.790995 46.495763, -104.792448 46.495742, -104.793048 46.495734, -104.794483 46.495714, -104.795998 46.495693, -104.795987 46.496503, -104.795984 46.496768, -104.796954 46.496797, -104.797063 46.4968, -104.797172 46.496804, -104.797282 46.496802, -104.797393 46.496799, -104.797552 46.496795, -104.798693 46.496766, -104.799074 46.496757, -104.799572 46.496746, -104.801067 46.496713, -104.801487 46.496705, -104.801489 46.496784))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ismay, Montana\", \"geo_wkt\": \"POLYGON ((-104.801489 46.496784, -104.801499 46.497364, -104.801529 46.499105, -104.801539 46.499686, -104.801534 46.49985, -104.801531 46.500005, -104.801193 46.500003, -104.801029 46.500003, -104.801025 46.500004, -104.801021 46.500008, -104.801016 46.500009, -104.801013 46.500011, -104.801006 46.50036, -104.800988 46.501409, -104.800986 46.501528, -104.800984 46.501644, -104.800982 46.501759, -104.800981 46.50187, -104.800979 46.501932, -104.800979 46.501981, -104.800971 46.502451, -104.800969 46.502624, -104.800966 46.502752, -104.800961 46.503139, -104.80096 46.503268, -104.800977 46.50368, -104.800979 46.503728, -104.800646 46.50373, -104.800357 46.503731, -104.799401 46.503737, -104.799137 46.503738, -104.798873 46.503739, -104.797111 46.503748, -104.79603 46.503755, -104.796013 46.503967, -104.796004 46.504092, -104.795991 46.504606, -104.795987 46.504819, -104.793227 46.504803, -104.792262 46.504797, -104.791196 46.504791, -104.791176 46.503789, -104.785383 46.503763, -104.785486 46.500452, -104.785501 46.499973, -104.785422 46.496729, -104.785409 46.495754, -104.785468 46.495754, -104.788573 46.495759, -104.789609 46.495761, -104.789711 46.49576, -104.790019 46.495758, -104.790122 46.495758, -104.790296 46.495759, -104.79082 46.495762, -104.790995 46.495763, -104.792448 46.495742, -104.793048 46.495734, -104.794483 46.495714, -104.795998 46.495693, -104.795987 46.496503, -104.795984 46.496768, -104.796954 46.496797, -104.797063 46.4968, -104.797172 46.496804, -104.797282 46.496802, -104.797393 46.496799, -104.797552 46.496795, -104.798693 46.496766, -104.799074 46.496757, -104.799572 46.496746, -104.801067 46.496713, -104.801487 46.496705, -104.801489 46.496784))\", \"region\": {\"id\": 9478, \"geometry\": \"POLYGON ((-104.801489 46.496784, -104.801499 46.497364, -104.801529 46.499105, -104.801539 46.499686, -104.801534 46.49985, -104.801531 46.500005, -104.801193 46.500003, -104.801029 46.500003, -104.801025 46.500004, -104.801021 46.500008, -104.801016 46.500009, -104.801013 46.500011, -104.801006 46.50036, -104.800988 46.501409, -104.800986 46.501528, -104.800984 46.501644, -104.800982 46.501759, -104.800981 46.50187, -104.800979 46.501932, -104.800979 46.501981, -104.800971 46.502451, -104.800969 46.502624, -104.800966 46.502752, -104.800961 46.503139, -104.80096 46.503268, -104.800977 46.50368, -104.800979 46.503728, -104.800646 46.50373, -104.800357 46.503731, -104.799401 46.503737, -104.799137 46.503738, -104.798873 46.503739, -104.797111 46.503748, -104.79603 46.503755, -104.796013 46.503967, -104.796004 46.504092, -104.795991 46.504606, -104.795987 46.504819, -104.793227 46.504803, -104.792262 46.504797, -104.791196 46.504791, -104.791176 46.503789, -104.785383 46.503763, -104.785486 46.500452, -104.785501 46.499973, -104.785422 46.496729, -104.785409 46.495754, -104.785468 46.495754, -104.788573 46.495759, -104.789609 46.495761, -104.789711 46.49576, -104.790019 46.495758, -104.790122 46.495758, -104.790296 46.495759, -104.79082 46.495762, -104.790995 46.495763, -104.792448 46.495742, -104.793048 46.495734, -104.794483 46.495714, -104.795998 46.495693, -104.795987 46.496503, -104.795984 46.496768, -104.796954 46.496797, -104.797063 46.4968, -104.797172 46.496804, -104.797282 46.496802, -104.797393 46.496799, -104.797552 46.496795, -104.798693 46.496766, -104.799074 46.496757, -104.799572 46.496746, -104.801067 46.496713, -104.801487 46.496705, -104.801489 46.496784))\", \"region_name\": \"Ismay\", \"border_type\": \"town\", \"wikidata\": \"Q958787\", \"wikipedia\": \"en:Ismay, Montana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0008", "group": "raster_only", "template": "min_slope+area", "question": "What is the least steep slope across East Williston, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-73.640633 40.766608, -73.636511 40.767322, -73.633043 40.767495, -73.630786 40.767561, -73.630159 40.76744, -73.629326 40.76709, -73.628936 40.766817, -73.628504 40.766358, -73.62817 40.765722, -73.627933 40.765141, -73.626987 40.763164, -73.626196 40.761795, -73.626097 40.761447, -73.626077 40.760891, -73.626129 40.760578, -73.626216 40.760277, -73.62657 40.759638, -73.626632 40.759536, -73.626648 40.759499, -73.625407 40.757094, -73.629348 40.755766, -73.629333 40.755736, -73.631931 40.754864, -73.632267 40.755509, -73.634178 40.754864, -73.635811 40.754787, -73.63582 40.754484, -73.635875 40.754342, -73.635843 40.754099, -73.639028 40.753862, -73.639045 40.754001, -73.640633 40.766608))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"East Williston, New York\", \"geo_wkt\": \"POLYGON ((-73.640633 40.766608, -73.636511 40.767322, -73.633043 40.767495, -73.630786 40.767561, -73.630159 40.76744, -73.629326 40.76709, -73.628936 40.766817, -73.628504 40.766358, -73.62817 40.765722, -73.627933 40.765141, -73.626987 40.763164, -73.626196 40.761795, -73.626097 40.761447, -73.626077 40.760891, -73.626129 40.760578, -73.626216 40.760277, -73.62657 40.759638, -73.626632 40.759536, -73.626648 40.759499, -73.625407 40.757094, -73.629348 40.755766, -73.629333 40.755736, -73.631931 40.754864, -73.632267 40.755509, -73.634178 40.754864, -73.635811 40.754787, -73.63582 40.754484, -73.635875 40.754342, -73.635843 40.754099, -73.639028 40.753862, -73.639045 40.754001, -73.640633 40.766608))\", \"region\": {\"id\": 20765, \"geometry\": \"POLYGON ((-73.640633 40.766608, -73.636511 40.767322, -73.633043 40.767495, -73.630786 40.767561, -73.630159 40.76744, -73.629326 40.76709, -73.628936 40.766817, -73.628504 40.766358, -73.62817 40.765722, -73.627933 40.765141, -73.626987 40.763164, -73.626196 40.761795, -73.626097 40.761447, -73.626077 40.760891, -73.626129 40.760578, -73.626216 40.760277, -73.62657 40.759638, -73.626632 40.759536, -73.626648 40.759499, -73.625407 40.757094, -73.629348 40.755766, -73.629333 40.755736, -73.631931 40.754864, -73.632267 40.755509, -73.634178 40.754864, -73.635811 40.754787, -73.63582 40.754484, -73.635875 40.754342, -73.635843 40.754099, -73.639028 40.753862, -73.639045 40.754001, -73.640633 40.766608))\", \"region_name\": \"Village of East Williston\", \"border_type\": \"village\", \"wikidata\": \"Q3451936\", \"wikipedia\": \"en:East Williston, New York\", \"place\": \"village\", \"admin_level\": \"8\", \"population\": \"2645\"}}}"} -{"id": "raster_only/min_slope+area/0009", "group": "raster_only", "template": "min_slope+area", "question": "What is the least steep slope across Ginger Blue, Missouri?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-94.460667 36.58586, -94.461772 36.585934, -94.462808 36.586004, -94.462929 36.586012, -94.46305 36.58602, -94.463144 36.586025, -94.463162 36.586026, -94.463273 36.586031, -94.46343 36.586039, -94.463525 36.586044, -94.463728 36.586059, -94.464338 36.586104, -94.464542 36.58612, -94.46479 36.586137, -94.465536 36.586189, -94.465785 36.586207, -94.46577 36.587054, -94.465727 36.589599, -94.465713 36.590447, -94.465712 36.590497, -94.465694 36.591277, -94.465671 36.592291, -94.46509 36.592275, -94.460226 36.592149, -94.460235 36.593877, -94.459551 36.593879, -94.458306 36.593884, -94.457126 36.593888, -94.456903 36.593886, -94.456236 36.593883, -94.456014 36.593882, -94.455424 36.593882, -94.455424 36.593841, -94.455424 36.591947, -94.455424 36.591317, -94.455424 36.590876, -94.455424 36.590383, -94.454594 36.590381, -94.454154 36.590381, -94.453702 36.590314, -94.453701 36.590011, -94.4537 36.589824, -94.4537 36.589668, -94.453699 36.589326, -94.45369 36.586985, -94.453687 36.586039, -94.453827 36.586037, -94.454249 36.58603, -94.45439 36.586029, -94.454771 36.586022, -94.455914 36.586004, -94.45612 36.586001, -94.456208 36.586, -94.456295 36.585998, -94.456367 36.585996, -94.456417 36.585996, -94.456586 36.585993, -94.456659 36.585993, -94.457937 36.58594, -94.460362 36.58584, -94.460667 36.58586))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ginger Blue, Missouri\", \"geo_wkt\": \"POLYGON ((-94.460667 36.58586, -94.461772 36.585934, -94.462808 36.586004, -94.462929 36.586012, -94.46305 36.58602, -94.463144 36.586025, -94.463162 36.586026, -94.463273 36.586031, -94.46343 36.586039, -94.463525 36.586044, -94.463728 36.586059, -94.464338 36.586104, -94.464542 36.58612, -94.46479 36.586137, -94.465536 36.586189, -94.465785 36.586207, -94.46577 36.587054, -94.465727 36.589599, -94.465713 36.590447, -94.465712 36.590497, -94.465694 36.591277, -94.465671 36.592291, -94.46509 36.592275, -94.460226 36.592149, -94.460235 36.593877, -94.459551 36.593879, -94.458306 36.593884, -94.457126 36.593888, -94.456903 36.593886, -94.456236 36.593883, -94.456014 36.593882, -94.455424 36.593882, -94.455424 36.593841, -94.455424 36.591947, -94.455424 36.591317, -94.455424 36.590876, -94.455424 36.590383, -94.454594 36.590381, -94.454154 36.590381, -94.453702 36.590314, -94.453701 36.590011, -94.4537 36.589824, -94.4537 36.589668, -94.453699 36.589326, -94.45369 36.586985, -94.453687 36.586039, -94.453827 36.586037, -94.454249 36.58603, -94.45439 36.586029, -94.454771 36.586022, -94.455914 36.586004, -94.45612 36.586001, -94.456208 36.586, -94.456295 36.585998, -94.456367 36.585996, -94.456417 36.585996, -94.456586 36.585993, -94.456659 36.585993, -94.457937 36.58594, -94.460362 36.58584, -94.460667 36.58586))\", \"region\": {\"id\": 8656, \"geometry\": \"POLYGON ((-94.460667 36.58586, -94.461772 36.585934, -94.462808 36.586004, -94.462929 36.586012, -94.46305 36.58602, -94.463144 36.586025, -94.463162 36.586026, -94.463273 36.586031, -94.46343 36.586039, -94.463525 36.586044, -94.463728 36.586059, -94.464338 36.586104, -94.464542 36.58612, -94.46479 36.586137, -94.465536 36.586189, -94.465785 36.586207, -94.46577 36.587054, -94.465727 36.589599, -94.465713 36.590447, -94.465712 36.590497, -94.465694 36.591277, -94.465671 36.592291, -94.46509 36.592275, -94.460226 36.592149, -94.460235 36.593877, -94.459551 36.593879, -94.458306 36.593884, -94.457126 36.593888, -94.456903 36.593886, -94.456236 36.593883, -94.456014 36.593882, -94.455424 36.593882, -94.455424 36.593841, -94.455424 36.591947, -94.455424 36.591317, -94.455424 36.590876, -94.455424 36.590383, -94.454594 36.590381, -94.454154 36.590381, -94.453702 36.590314, -94.453701 36.590011, -94.4537 36.589824, -94.4537 36.589668, -94.453699 36.589326, -94.45369 36.586985, -94.453687 36.586039, -94.453827 36.586037, -94.454249 36.58603, -94.45439 36.586029, -94.454771 36.586022, -94.455914 36.586004, -94.45612 36.586001, -94.456208 36.586, -94.456295 36.585998, -94.456367 36.585996, -94.456417 36.585996, -94.456586 36.585993, -94.456659 36.585993, -94.457937 36.58594, -94.460362 36.58584, -94.460667 36.58586))\", \"region_name\": \"Ginger Blue\", \"border_type\": \"village\", \"wikidata\": \"Q3459614\", \"wikipedia\": \"en:Ginger Blue, Missouri\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0010", "group": "raster_only", "template": "min_slope+area", "question": "In Barnes, Kansas, what is the lowest slope?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.875038 39.711336, -96.875693 39.711373, -96.875692 39.711872, -96.877479 39.71186, -96.877478 39.712129, -96.875888 39.712147, -96.875885 39.717225, -96.874761 39.717195, -96.874771 39.717366, -96.874332 39.717359, -96.874314 39.716931, -96.872695 39.716917, -96.87272 39.715175, -96.87229 39.715163, -96.87229 39.714994, -96.870325 39.714999, -96.870301 39.712124, -96.869167 39.712123, -96.869169 39.71182, -96.868934 39.711806, -96.868924 39.710487, -96.870865 39.711112, -96.870811 39.707358, -96.872763 39.70737, -96.872757 39.705837, -96.874092 39.705722, -96.874055 39.707151, -96.874392 39.707406, -96.875031 39.707427, -96.875038 39.711336))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Barnes, Kansas\", \"geo_wkt\": \"POLYGON ((-96.875038 39.711336, -96.875693 39.711373, -96.875692 39.711872, -96.877479 39.71186, -96.877478 39.712129, -96.875888 39.712147, -96.875885 39.717225, -96.874761 39.717195, -96.874771 39.717366, -96.874332 39.717359, -96.874314 39.716931, -96.872695 39.716917, -96.87272 39.715175, -96.87229 39.715163, -96.87229 39.714994, -96.870325 39.714999, -96.870301 39.712124, -96.869167 39.712123, -96.869169 39.71182, -96.868934 39.711806, -96.868924 39.710487, -96.870865 39.711112, -96.870811 39.707358, -96.872763 39.70737, -96.872757 39.705837, -96.874092 39.705722, -96.874055 39.707151, -96.874392 39.707406, -96.875031 39.707427, -96.875038 39.711336))\", \"region\": {\"id\": 8611, \"geometry\": \"POLYGON ((-96.875038 39.711336, -96.875693 39.711373, -96.875692 39.711872, -96.877479 39.71186, -96.877478 39.712129, -96.875888 39.712147, -96.875885 39.717225, -96.874761 39.717195, -96.874771 39.717366, -96.874332 39.717359, -96.874314 39.716931, -96.872695 39.716917, -96.87272 39.715175, -96.87229 39.715163, -96.87229 39.714994, -96.870325 39.714999, -96.870301 39.712124, -96.869167 39.712123, -96.869169 39.71182, -96.868934 39.711806, -96.868924 39.710487, -96.870865 39.711112, -96.870811 39.707358, -96.872763 39.70737, -96.872757 39.705837, -96.874092 39.705722, -96.874055 39.707151, -96.874392 39.707406, -96.875031 39.707427, -96.875038 39.711336))\", \"region_name\": \"Barnes\", \"border_type\": \"city\", \"wikidata\": \"Q2149658\", \"wikipedia\": \"en:Barnes, Kansas\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0011", "group": "raster_only", "template": "min_slope+area", "question": "How flat is the flattest part of Almira Township, Michigan?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-85.815042 44.774572, -85.828318 44.774984, -85.937125 44.77836, -85.937178 44.771166, -85.937787 44.689175, -85.882338 44.688807, -85.878137 44.689338, -85.868025 44.689352, -85.847791 44.689383, -85.817448 44.689072, -85.817401 44.694528, -85.816567 44.725203, -85.815212 44.765215, -85.815109 44.767149, -85.815031 44.772414, -85.815042 44.774572))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Almira Township, Michigan\", \"geo_wkt\": \"POLYGON ((-85.815042 44.774572, -85.828318 44.774984, -85.937125 44.77836, -85.937178 44.771166, -85.937787 44.689175, -85.882338 44.688807, -85.878137 44.689338, -85.868025 44.689352, -85.847791 44.689383, -85.817448 44.689072, -85.817401 44.694528, -85.816567 44.725203, -85.815212 44.765215, -85.815109 44.767149, -85.815031 44.772414, -85.815042 44.774572))\", \"region\": {\"id\": 12154, \"geometry\": \"POLYGON ((-85.815042 44.774572, -85.828318 44.774984, -85.937125 44.77836, -85.937178 44.771166, -85.937787 44.689175, -85.882338 44.688807, -85.878137 44.689338, -85.868025 44.689352, -85.847791 44.689383, -85.817448 44.689072, -85.817401 44.694528, -85.816567 44.725203, -85.815212 44.765215, -85.815109 44.767149, -85.815031 44.772414, -85.815042 44.774572))\", \"region_name\": \"Almira Township\", \"border_type\": \"township\", \"wikidata\": \"Q4733838\", \"wikipedia\": \"en:Almira Township, Michigan\", \"admin_level\": \"7\"}}}"} -{"id": "raster_only/min_slope+area/0012", "group": "raster_only", "template": "min_slope+area", "question": "What is the minimum slope in Ingram, Wisconsin?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-90.80186 45.50076, -90.80194 45.50084, -90.80211 45.5009, -90.802965 45.500925, -90.80509 45.50099, -90.806411 45.501047, -90.80647 45.50105, -90.807559 45.501108, -90.807089 45.499968, -90.807076 45.49942, -90.807032 45.497384, -90.810332 45.49753, -90.812111 45.49761, -90.812333 45.49762, -90.813002 45.49765, -90.813225 45.49766, -90.815856 45.497776, -90.817299 45.497841, -90.817274 45.501514, -90.819273 45.501586, -90.822469 45.501701, -90.822495 45.501702, -90.827614 45.501865, -90.82756 45.503955, -90.827525 45.505284, -90.827525 45.50529, -90.827527 45.505311, -90.827528 45.505318, -90.827483 45.507061, -90.827432 45.509052, -90.824193 45.508985, -90.82245 45.50895, -90.82244 45.50954, -90.82244 45.509614, -90.82245 45.51093, -90.822485 45.511606, -90.82249 45.5117, -90.82249 45.51206, -90.82251 45.51227, -90.82251 45.512299, -90.82251 45.512386, -90.82251 45.512416, -90.822414 45.512413, -90.822348 45.512411, -90.822308 45.51241, -90.822129 45.512404, -90.822034 45.512401, -90.820804 45.512362, -90.820037 45.512337, -90.819769 45.512328, -90.817089 45.512244, -90.81617 45.512215, -90.814047 45.512148, -90.812118 45.512087, -90.812051 45.512085, -90.812028 45.512084, -90.810012 45.51202, -90.806978 45.511924, -90.803895 45.511826, -90.803542 45.511815, -90.801856 45.511762, -90.80183 45.51127, -90.801832 45.511178, -90.80184 45.51085, -90.80184 45.51036, -90.80185 45.50998, -90.80183 45.50945, -90.80183 45.509428, -90.80183 45.5091, -90.80182 45.50897, -90.801815 45.508845, -90.801807 45.508672, -90.801786 45.508153, -90.801779 45.507981, -90.801779 45.507955, -90.801782 45.50788, -90.801783 45.507855, -90.801798 45.506435, -90.801844 45.502179, -90.80186 45.50076))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Ingram, Wisconsin\", \"geo_wkt\": \"POLYGON ((-90.80186 45.50076, -90.80194 45.50084, -90.80211 45.5009, -90.802965 45.500925, -90.80509 45.50099, -90.806411 45.501047, -90.80647 45.50105, -90.807559 45.501108, -90.807089 45.499968, -90.807076 45.49942, -90.807032 45.497384, -90.810332 45.49753, -90.812111 45.49761, -90.812333 45.49762, -90.813002 45.49765, -90.813225 45.49766, -90.815856 45.497776, -90.817299 45.497841, -90.817274 45.501514, -90.819273 45.501586, -90.822469 45.501701, -90.822495 45.501702, -90.827614 45.501865, -90.82756 45.503955, -90.827525 45.505284, -90.827525 45.50529, -90.827527 45.505311, -90.827528 45.505318, -90.827483 45.507061, -90.827432 45.509052, -90.824193 45.508985, -90.82245 45.50895, -90.82244 45.50954, -90.82244 45.509614, -90.82245 45.51093, -90.822485 45.511606, -90.82249 45.5117, -90.82249 45.51206, -90.82251 45.51227, -90.82251 45.512299, -90.82251 45.512386, -90.82251 45.512416, -90.822414 45.512413, -90.822348 45.512411, -90.822308 45.51241, -90.822129 45.512404, -90.822034 45.512401, -90.820804 45.512362, -90.820037 45.512337, -90.819769 45.512328, -90.817089 45.512244, -90.81617 45.512215, -90.814047 45.512148, -90.812118 45.512087, -90.812051 45.512085, -90.812028 45.512084, -90.810012 45.51202, -90.806978 45.511924, -90.803895 45.511826, -90.803542 45.511815, -90.801856 45.511762, -90.80183 45.51127, -90.801832 45.511178, -90.80184 45.51085, -90.80184 45.51036, -90.80185 45.50998, -90.80183 45.50945, -90.80183 45.509428, -90.80183 45.5091, -90.80182 45.50897, -90.801815 45.508845, -90.801807 45.508672, -90.801786 45.508153, -90.801779 45.507981, -90.801779 45.507955, -90.801782 45.50788, -90.801783 45.507855, -90.801798 45.506435, -90.801844 45.502179, -90.80186 45.50076))\", \"region\": {\"id\": 10328, \"geometry\": \"POLYGON ((-90.80186 45.50076, -90.80194 45.50084, -90.80211 45.5009, -90.802965 45.500925, -90.80509 45.50099, -90.806411 45.501047, -90.80647 45.50105, -90.807559 45.501108, -90.807089 45.499968, -90.807076 45.49942, -90.807032 45.497384, -90.810332 45.49753, -90.812111 45.49761, -90.812333 45.49762, -90.813002 45.49765, -90.813225 45.49766, -90.815856 45.497776, -90.817299 45.497841, -90.817274 45.501514, -90.819273 45.501586, -90.822469 45.501701, -90.822495 45.501702, -90.827614 45.501865, -90.82756 45.503955, -90.827525 45.505284, -90.827525 45.50529, -90.827527 45.505311, -90.827528 45.505318, -90.827483 45.507061, -90.827432 45.509052, -90.824193 45.508985, -90.82245 45.50895, -90.82244 45.50954, -90.82244 45.509614, -90.82245 45.51093, -90.822485 45.511606, -90.82249 45.5117, -90.82249 45.51206, -90.82251 45.51227, -90.82251 45.512299, -90.82251 45.512386, -90.82251 45.512416, -90.822414 45.512413, -90.822348 45.512411, -90.822308 45.51241, -90.822129 45.512404, -90.822034 45.512401, -90.820804 45.512362, -90.820037 45.512337, -90.819769 45.512328, -90.817089 45.512244, -90.81617 45.512215, -90.814047 45.512148, -90.812118 45.512087, -90.812051 45.512085, -90.812028 45.512084, -90.810012 45.51202, -90.806978 45.511924, -90.803895 45.511826, -90.803542 45.511815, -90.801856 45.511762, -90.80183 45.51127, -90.801832 45.511178, -90.80184 45.51085, -90.80184 45.51036, -90.80185 45.50998, -90.80183 45.50945, -90.80183 45.509428, -90.80183 45.5091, -90.80182 45.50897, -90.801815 45.508845, -90.801807 45.508672, -90.801786 45.508153, -90.801779 45.507981, -90.801779 45.507955, -90.801782 45.50788, -90.801783 45.507855, -90.801798 45.506435, -90.801844 45.502179, -90.80186 45.50076))\", \"region_name\": \"Ingram\", \"border_type\": \"village\", \"wikidata\": \"Q2088362\", \"wikipedia\": \"en:Ingram, Wisconsin\", \"place\": \"village\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0013", "group": "raster_only", "template": "min_slope+area", "question": "How flat is the flattest part of Clinton County, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-73.348607 44.999639, -73.348899 44.999133, -73.349524 44.997918, -73.349918 44.996628, -73.350495 44.995349, -73.350766 44.993931, -73.351685 44.992666, -73.352495 44.991597, -73.353251 44.990555, -73.354131 44.989271, -73.354608 44.988108, -73.354762 44.986795, -73.354527 44.985469, -73.354248 44.98397, -73.353643 44.98254, -73.353384 44.981537, -73.352816 44.980295, -73.352157 44.979026, -73.351451 44.97789, -73.350504 44.976499, -73.349663 44.975419, -73.349497 44.975206, -73.34845 44.973966, -73.347286 44.972789, -73.345893 44.971589, -73.344706 44.970528, -73.34341 44.96951, -73.342269 44.968746, -73.341096 44.967883, -73.340094 44.967104, -73.338884 44.966042, -73.338187 44.964798, -73.33803 44.963716, -73.337958 44.962346, -73.338019 44.960988, -73.338164 44.959595, -73.338309 44.958291, -73.338432 44.956889, -73.338562 44.95573, -73.338755 44.954338, -73.338854 44.953052, -73.339016 44.951506, -73.339153 44.950373, -73.339361 44.948872, -73.339456 44.947596, -73.339615 44.945942, -73.339627 44.945042, -73.339605 44.942926, -73.339611 44.941774, -73.339565 44.94027, -73.339414 44.937693, -73.339412 44.936558, -73.339296 44.934982, -73.339254 44.932263, -73.339122 44.930847, -73.339027 44.929666, -73.338839 44.928466, -73.338793 44.92698, -73.338674 44.925718, -73.338565 44.924349, -73.338563 44.923269, -73.3385 44.921746, -73.33856 44.920424, -73.338714 44.91904, -73.339115 44.917569, -73.339334 44.916938, -73.3397 44.91638, -73.340673 44.915216, -73.341884 44.914243, -73.343418 44.913329, -73.344984 44.912622, -73.346571 44.91198, -73.348244 44.911247, -73.349848 44.910298, -73.351081 44.909505, -73.352532 44.908437, -73.353656 44.907544, -73.354829 44.9064, -73.355699 44.905269, -73.3565 44.904092, -73.357349 44.90279, -73.358034 44.901549, -73.358734 44.90047, -73.359406 44.899183, -73.360099 44.897915, -73.360753 44.896619, -73.361161 44.895401, -73.361953 44.892774, -73.362189 44.891751, -73.36266 44.890138, -73.362966 44.889026, -73.363367 44.887456, -73.363703 44.886444, -73.36408 44.884865, -73.364819 44.882202, -73.365077 44.881179, -73.365395 44.879582, -73.365661 44.878559, -73.365886 44.877662, -73.366085 44.876657, -73.366377 44.875329, -73.366744 44.874236, -73.36696 44.873303, -73.367208 44.872334, -73.367801 44.870417, -73.368079 44.869439, -73.368533 44.868284, -73.368935 44.867309, -73.369405 44.866307, -73.369792 44.865439, -73.370416 44.864439, -73.371042 44.863521, -73.371706 44.862658, -73.37265 44.862032, -73.373718 44.861508, -73.375004 44.860977, -73.376045 44.860397, -73.376646 44.859532, -73.37707 44.858674, -73.377852 44.85792, -73.37895 44.857467, -73.379849 44.856787, -73.379838 44.85577, -73.379673 44.85484, -73.37953 44.85383, -73.379327 44.852855, -73.379477 44.851831, -73.380113 44.850868, -73.38102 44.85016, -73.381588 44.849223, -73.38101 44.848387, -73.380426 44.847559, -73.380509 44.846633, -73.38097 44.845749, -73.381355 44.84489, -73.380458 44.84422, -73.379508 44.843576, -73.379551 44.842605, -73.379926 44.840539, -73.3799 44.839576, -73.379736 44.838646, -73.379157 44.837702, -73.377934 44.837009, -73.376684 44.836623, -73.375377 44.836226, -73.374549 44.835494, -73.373955 44.834559, -73.373309 44.833757, -73.372677 44.83283, -73.372015 44.831812, -73.371421 44.830931, -73.370621 44.830028, -73.369643 44.829113, -73.368573 44.828306, -73.36802 44.827894, -73.367588 44.827572, -73.366487 44.826845, -73.365101 44.826087, -73.363858 44.825655, -73.362389 44.825112, -73.361068 44.824616, -73.359806 44.824004, -73.358476 44.823247, -73.357355 44.822798, -73.356218 44.822214, -73.355048 44.821514, -73.354172 44.820862, -73.353257 44.820029, -73.352041 44.818292, -73.351064 44.817271, -73.350248 44.816377, -73.349379 44.815625, -73.348194 44.81478, -73.346918 44.81424, -73.345773 44.813431, -73.344524 44.812414, -73.343632 44.811564, -73.342807 44.810561, -73.342068 44.809552, -73.341422 44.80875, -73.340375 44.807771, -73.339368 44.806946, -73.33833 44.806221, -73.337209 44.805736, -73.33611 44.80509, -73.335173 44.804257, -73.334725 44.803179, -73.334331 44.801868, -73.334235 44.800364, -73.333519 44.798336, -73.33371 44.796808, -73.333523 44.79433, -73.333313 44.79304, -73.333314 44.792032, -73.333214 44.790941, -73.333198 44.789698, -73.333243 44.788547, -73.333342 44.78727, -73.333472 44.786209, -73.333827 44.785171, -73.334344 44.784134, -73.33496 44.783035, -73.335961 44.782024, -73.336887 44.781336, -73.337983 44.780469, -73.340236 44.778899, -73.341361 44.778042, -73.342788 44.777262, -73.344022 44.776388, -73.345239 44.775416, -73.345988 44.774626, -73.346674 44.773664, -73.347129 44.772634, -73.347535 44.771462, -73.347903 44.770188, -73.348258 44.769104, -73.348711 44.767941, -73.349065 44.766937, -73.349604 44.765937, -73.350151 44.764819, -73.350868 44.763921, -73.3514 44.763082, -73.351754 44.762042, -73.352157 44.761157, -73.352423 44.759802, -73.352846 44.758881, -73.353307 44.757672, -73.353792 44.756527, -73.353961 44.756168, -73.354232 44.755597, -73.354808 44.754534, -73.355379 44.753687, -73.357251 44.751661, -73.357744 44.750805, -73.358692 44.749998, -73.35958 44.749274, -73.360591 44.748568, -73.361596 44.747727, -73.36236 44.746873, -73.363217 44.745896, -73.363919 44.745015, -73.364599 44.743971, -73.365185 44.742836, -73.365619 44.741807, -73.365765 44.740585, -73.365712 44.739549, -73.365526 44.738232, -73.365358 44.736933, -73.365118 44.7353, -73.365042 44.733706, -73.365127 44.732105, -73.365073 44.730547, -73.365096 44.729071, -73.365044 44.72735, -73.365044 44.725721, -73.365167 44.724193, -73.365184 44.722941, -73.365331 44.721926, -73.365454 44.720811, -73.365538 44.719823, -73.36557 44.718527, -73.365323 44.716911, -73.365431 44.715716, -73.365439 44.714591, -73.36544 44.713322, -73.365286 44.711844, -73.365217 44.710725, -73.36541 44.709351, -73.365711 44.708473, -73.365803 44.707151, -73.365726 44.706223, -73.365511 44.704869, -73.365381 44.703481, -73.365412 44.701807, -73.365543 44.700342, -73.365744 44.69903, -73.365984 44.697981, -73.365737 44.696942, -73.364618 44.696368, -73.363346 44.696133, -73.362028 44.695881, -73.361278 44.694978, -73.361611 44.693813, -73.362182 44.692822, -73.363571 44.690924, -73.364273 44.690133, -73.364589 44.688796, -73.365244 44.687753, -73.366163 44.687055, -73.367589 44.686255, -73.369086 44.685548, -73.370074 44.684968, -73.369688 44.683972, -73.368755 44.68295, -73.368022 44.682211, -73.367368 44.681013, -73.367174 44.67957, -73.367313 44.678617, -73.36881 44.677946, -73.370753 44.677677, -73.371932 44.67709, -73.372048 44.676183, -73.371829 44.675216, -73.370851 44.6734, -73.371581 44.671685, -73.37275 44.669606, -73.372501 44.668323, -73.370065 44.666071, -73.369669 44.663478, -73.37059 44.662518, -73.373063 44.662713, -73.374134 44.66234, -73.379074 44.656772, -73.378968 44.65518, -73.378014 44.653846, -73.377973 44.652918, -73.383157 44.645764, -73.378561 44.641475, -73.379748 44.64036, -73.386783 44.636369, -73.387169 44.635542, -73.386522 44.633251, -73.386509 44.633206, -73.386432 44.63293, -73.386158 44.631963, -73.385899 44.631044, -73.385962 44.630611, -73.386219 44.628837, -73.386497 44.626924, -73.387346 44.623672, -73.389966 44.61962, -73.390231 44.618353, -73.38982 44.61721, -73.382932 44.612184, -73.382001 44.609253, -73.380871 44.605696, -73.380726 44.605239, -73.380448 44.604834, -73.376849 44.599598, -73.376332 44.597218, -73.376806 44.595455, -73.377897 44.593848, -73.381318 44.590863, -73.38164 44.590583, -73.381682 44.590328, -73.381848 44.589316, -73.377794 44.585128, -73.375666 44.582038, -73.374389 44.575455, -73.367275 44.567545, -73.362042 44.564454, -73.361334 44.563763, -73.360088 44.562546, -73.356788 44.557918, -73.356327 44.55763, -73.355926 44.55738, -73.355186 44.556918, -73.350027 44.555392, -73.342932 44.551907, -73.340935 44.55002, -73.339814 44.54896, -73.339442 44.548609, -73.338751 44.548046, -73.338636 44.546902, -73.372852 44.544382, -73.419142 44.540997, -73.442901 44.539349, -73.450606 44.53872, -73.464521 44.537424, -73.464887 44.537034, -73.465079 44.536795, -73.465219 44.536573, -73.465279 44.536411, -73.465298 44.536285, -73.465291 44.536188, -73.465238 44.536068, -73.465176 44.535992, -73.465075 44.535923, -73.464763 44.535778, -73.464478 44.535677, -73.464348 44.535586, -73.464266 44.535483, -73.464225 44.535342, -73.464232 44.535269, -73.464533 44.534607, -73.464914 44.534064, -73.464978 44.533919, -73.464951 44.533808, -73.464732 44.533653, -73.464582 44.5336, -73.463947 44.533443, -73.463521 44.53337, -73.463 44.533247, -73.462808 44.533179, -73.46244 44.532854, -73.462173 44.532045, -73.461987 44.531552, -73.461809 44.531234, -73.461505 44.530787, -73.461399 44.530578, -73.461102 44.52983, -73.461119 44.529523, -73.46118 44.529258, -73.461213 44.528901, -73.461451 44.528331, -73.461549 44.528194, -73.461801 44.527072, -73.461843 44.527005, -73.461915 44.526938, -73.462162 44.526803, -73.462545 44.526556, -73.463206 44.525912, -73.463437 44.525571, -73.463535 44.52516, -73.463518 44.525091, -73.463388 44.524944, -73.463291 44.524875, -73.46282 44.524624, -73.461463 44.523989, -73.460834 44.523773, -73.459986 44.523448, -73.45942 44.52317, -73.45933 44.522975, -73.459512 44.522834, -73.459474 44.521785, -73.459444 44.521531, -73.459318 44.52112, -73.459386 44.520732, -73.459577 44.520366, -73.460082 44.519867, -73.460513 44.519767, -73.460931 44.519729, -73.461419 44.519758, -73.461887 44.519853, -73.462535 44.520127, -73.462707 44.519976, -73.462776 44.519845, -73.463046 44.519448, -73.463214 44.519322, -73.463563 44.519245, -73.464516 44.519114, -73.464892 44.519063, -73.465608 44.519048, -73.46602 44.518999, -73.466256 44.518883, -73.466672 44.518661, -73.466984 44.518447, -73.467247 44.518208, -73.467455 44.517971, -73.467562 44.517808, -73.467692 44.517609, -73.46784 44.517265, -73.467979 44.516325, -73.468285 44.516015, -73.468547 44.515786, -73.468938 44.515622, -73.469459 44.515349, -73.469783 44.515259, -73.470083 44.515113, -73.470512 44.514949, -73.470798 44.514868, -73.471065 44.514709, -73.471196 44.51458, -73.471406 44.514337, -73.471477 44.513866, -73.471496 44.513553, -73.471468 44.513142, -73.471407 44.512864, -73.471273 44.512555, -73.47105 44.512262, -73.470365 44.51085, -73.469856 44.50899, -73.469927 44.508553, -73.470157 44.508311, -73.470378 44.508163, -73.470677 44.507927, -73.471012 44.507749, -73.471221 44.507715, -73.471593 44.507675, -73.471995 44.50766, -73.472277 44.507673, -73.472589 44.507718, -73.473473 44.507959, -73.47404 44.508187, -73.47443 44.508321, -73.474711 44.508394, -73.475023 44.508442, -73.47534 44.508431, -73.476275 44.508282, -73.476484 44.508214, -73.477917 44.507614, -73.478468 44.507419, -73.478741 44.507293, -73.479073 44.507123, -73.479553 44.50682, -73.479755 44.506644, -73.479911 44.50644, -73.48065 44.505327, -73.480842 44.505076, -73.481057 44.504847, -73.481171 44.504756, -73.482103 44.504282, -73.482218 44.504182, -73.482391 44.503973, -73.482653 44.503504, -73.482716 44.503233, -73.482751 44.50278, -73.482718 44.502261, -73.482757 44.501989, -73.482906 44.501615, -73.483045 44.501409, -73.48319 44.501272, -73.483442 44.501133, -73.483846 44.500984, -73.484198 44.500883, -73.485227 44.500686, -73.485944 44.500606, -73.48624 44.50055, -73.486555 44.500469, -73.486887 44.500367, -73.488096 44.499924, -73.488457 44.499738, -73.488752 44.499554, -73.489045 44.499343, -73.490646 44.49802, -73.49115 44.497355, -73.49128 44.496876, -73.491334 44.496551, -73.491343 44.496204, -73.49131 44.495704, -73.491245 44.495348, -73.491194 44.494846, -73.491124 44.493585, -73.491549 44.492957, -73.492058 44.492564, -73.492973 44.491913, -73.493722 44.491451, -73.494421 44.490896, -73.494486 44.490844, -73.49467 44.490481, -73.494742 44.489675, -73.494917 44.488901, -73.495016 44.488109, -73.495539 44.486771, -73.495961 44.486296, -73.496479 44.486093, -73.497046 44.486052, -73.497282 44.48627, -73.498001 44.486852, -73.498347 44.487342, -73.498854 44.487918, -73.499639 44.488364, -73.499962 44.488438, -73.50032 44.488598, -73.500949 44.488594, -73.501604 44.488535, -73.502474 44.488416, -73.504004 44.487931, -73.505379 44.487671, -73.506728 44.4875, -73.507484 44.487425, -73.50834 44.487404, -73.508944 44.487418, -73.510729 44.487574, -73.511669 44.487797, -73.51207 44.487935, -73.512622 44.488074, -73.513553 44.488117, -73.514535 44.488079, -73.515528 44.488149, -73.51617 44.488127, -73.516711 44.488131, -73.5172 44.48826, -73.517587 44.488507, -73.518395 44.489206, -73.518894 44.489543, -73.520984 44.491269, -73.521454 44.491849, -73.521808 44.492192, -73.521955 44.492409, -73.522255 44.492571, -73.522674 44.492858, -73.523273 44.493186, -73.523687 44.493315, -73.524253 44.493319, -73.524544 44.493213, -73.524722 44.493079, -73.524752 44.492755, -73.52462 44.49225, -73.524134 44.491922, -73.523574 44.491477, -73.523304 44.490925, -73.523276 44.490303, -73.523494 44.489999, -73.523987 44.489831, -73.524419 44.489501, -73.524777 44.489116, -73.525159 44.488776, -73.525794 44.488376, -73.526566 44.488057, -73.527311 44.487873, -73.527978 44.487868, -73.528759 44.487802, -73.532979 44.487331, -73.534049 44.487117, -73.535353 44.486756, -73.536033 44.486736, -73.536978 44.486619, -73.53794 44.48659, -73.540055 44.486568, -73.541317 44.486361, -73.541889 44.48624, -73.543141 44.485775, -73.543692 44.485532, -73.544212 44.485265, -73.5456 44.484424, -73.546553 44.483975, -73.547183 44.483215, -73.547571 44.482503, -73.548417 44.482275, -73.549307 44.482638, -73.549956 44.483012, -73.552152 44.482941, -73.553926 44.482787, -73.554735 44.482805, -73.555141 44.482678, -73.555541 44.482379, -73.55576 44.482097, -73.556197 44.481607, -73.557121 44.48069, -73.557537 44.480458, -73.55798 44.480184, -73.558562 44.479714, -73.559809 44.478514, -73.559979 44.478017, -73.559763 44.47738, -73.55969 44.476394, -73.559744 44.475569, -73.560055 44.474838, -73.560426 44.474146, -73.560904 44.472911, -73.56145 44.47181, -73.562824 44.470152, -73.563948 44.469313, -73.565122 44.468634, -73.566602 44.468092, -73.567893 44.467549, -73.569825 44.46647, -73.57233 44.464844, -73.573459 44.464509, -73.573713 44.464445, -73.574157 44.464376, -73.574868 44.464403, -73.576532 44.464586, -73.577668 44.464629, -73.579376 44.464816, -73.580331 44.464822, -73.580882 44.464772, -73.583056 44.464039, -73.584712 44.463509, -73.585311 44.463257, -73.586386 44.463062, -73.587412 44.462947, -73.587914 44.462788, -73.588296 44.462632, -73.588446 44.462517, -73.588643 44.462288, -73.588933 44.461715, -73.589011 44.461594, -73.589146 44.461496, -73.589448 44.461382, -73.589876 44.461133, -73.590412 44.460967, -73.591012 44.460804, -73.59158 44.460737, -73.592051 44.460763, -73.592338 44.460813, -73.592586 44.460886, -73.592771 44.46096, -73.592947 44.461056, -73.593756 44.461657, -73.594549 44.462356, -73.595267 44.462749, -73.595916 44.462935, -73.596712 44.462836, -73.597077 44.46258, -73.597807 44.461976, -73.598138 44.461525, -73.598903 44.461077, -73.599633 44.460474, -73.600124 44.459858, -73.600653 44.459406, -73.603412 44.457878, -73.604264 44.457542, -73.606866 44.45667, -73.608353 44.456266, -73.61167 44.455212, -73.612603 44.454978, -73.613716 44.454737, -73.614197 44.454651, -73.615245 44.454619, -73.61737 44.455215, -73.61784 44.455205, -73.618831 44.45547, -73.619876 44.455709, -73.620793 44.456091, -73.622228 44.456992, -73.622947 44.457282, -73.623722 44.457442, -73.624425 44.457556, -73.625957 44.457928, -73.627231 44.458418, -73.627602 44.45852, -73.627997 44.458574, -73.628467 44.458592, -73.628926 44.458565, -73.629283 44.458505, -73.629657 44.458398, -73.630077 44.458246, -73.630454 44.458073, -73.630752 44.457906, -73.631049 44.457711, -73.631696 44.457199, -73.632191 44.456766, -73.634157 44.454957, -73.634473 44.454707, -73.635125 44.454304, -73.635754 44.453959, -73.636465 44.45364, -73.637204 44.453357, -73.638914 44.452791, -73.6416 44.451995, -73.642196 44.451797, -73.644584 44.451081, -73.645729 44.450838, -73.648453 44.450389, -73.650136 44.450056, -73.650728 44.449913, -73.65092 44.449867, -73.65174 44.449621, -73.652396 44.449455, -73.65269 44.449342, -73.653138 44.449171, -73.653876 44.448806, -73.654747 44.44816, -73.655078 44.447887, -73.655372 44.447603, -73.655721 44.447216, -73.65713 44.445325, -73.657468 44.444924, -73.657829 44.444542, -73.658069 44.444332, -73.65836 44.444133, -73.658952 44.443808, -73.65926 44.443678, -73.659737 44.443514, -73.660328 44.443333, -73.660997 44.44315, -73.661596 44.443006, -73.663236 44.442681, -73.664472 44.442482, -73.665008 44.442413, -73.665671 44.442367, -73.665986 44.442322, -73.666395 44.442228, -73.668125 44.441728, -73.668396 44.441669, -73.668747 44.441656, -73.668994 44.441677, -73.66981 44.441885, -73.670209 44.441951, -73.670632 44.441972, -73.67111 44.441962, -73.671649 44.441851, -73.672129 44.441697, -73.672671 44.441447, -73.67404 44.440725, -73.674318 44.440683, -73.67451 44.440688, -73.67483 44.440795, -73.675615 44.441111, -73.676378 44.441346, -73.6767 44.441406, -73.678276 44.441607, -73.678639 44.441671, -73.679103 44.441756, -73.680411 44.442086, -73.680799 44.442169, -73.681046 44.442207, -73.681298 44.442223, -73.681591 44.442218, -73.681828 44.442186, -73.682426 44.442005, -73.68302 44.441788, -73.683605 44.441544, -73.684089 44.441318, -73.684746 44.440971, -73.684969 44.440906, -73.685342 44.440847, -73.685674 44.440844, -73.685993 44.440874, -73.686259 44.440926, -73.686871 44.441078, -73.68748 44.441158, -73.68772 44.441173, -73.687961 44.441164, -73.688186 44.441131, -73.688407 44.441078, -73.688861 44.441121, -73.69375 44.442343, -73.694319 44.442444, -73.694947 44.442491, -73.695428 44.442462, -73.695924 44.442394, -73.6963 44.442318, -73.697108 44.442122, -73.697973 44.441855, -73.699633 44.441228, -73.700532 44.446008, -73.701141 44.445967, -73.717026 44.444888, -73.735412 44.443502, -73.747345 44.442636, -73.778832 44.440219, -73.784391 44.439835, -73.801083 44.438533, -73.824283 44.436744, -73.853624 44.434493, -73.909678 44.430056, -73.912005 44.446037, -73.918138 44.488809, -73.919609 44.498643, -73.920644 44.505155, -73.922151 44.513752, -73.924272 44.526223, -73.926815 44.540423, -73.928619 44.550849, -73.930519 44.561577, -73.933055 44.576102, -73.945973 44.574875, -73.947327 44.583462, -73.951703 44.612549, -73.95423 44.62886, -73.954763 44.632302, -73.957176 44.648401, -73.96165 44.677646, -73.964776 44.699284, -73.966196 44.709047, -73.986427 44.707701, -73.989632 44.732203, -73.990715 44.740205, -73.991673 44.746729, -73.991999 44.748835, -73.992121 44.750048, -73.992299 44.751312, -73.993149 44.756879, -73.994165 44.763096, -73.995364 44.770847, -73.998891 44.792394, -73.999503 44.796725, -74.000585 44.804909, -74.000882 44.806756, -74.000978 44.807279, -74.001053 44.807568, -74.001127 44.808383, -74.001608 44.810577, -74.002026 44.812117, -74.002542 44.814593, -74.002925 44.816682, -74.003989 44.822068, -74.004709 44.825986, -74.006514 44.836851, -74.006272 44.852156, -74.005975 44.858147, -74.005875 44.859607, -74.005989 44.872572, -74.006293 44.87947, -74.006667 44.886016, -74.007098 44.889551, -74.007197 44.890142, -74.007424 44.891906, -74.007942 44.895563, -74.00823 44.897021, -74.00906 44.901633, -74.009445 44.903517, -74.010359 44.907506, -74.010444 44.907795, -74.010655 44.90885, -74.010876 44.909762, -74.011371 44.912196, -74.012055 44.915258, -74.012807 44.918824, -74.013871 44.92362, -74.014587 44.927121, -74.015684 44.932061, -74.017714 44.941755, -74.019619 44.951408, -74.019827 44.952701, -74.021029 44.958659, -74.021077 44.958818, -74.022393 44.965699, -74.022619 44.967094, -74.023771 44.973164, -74.024031 44.974759, -74.024971 44.980089, -74.027399 44.995661, -74.027405 44.995696, -74.022899 44.995858, -74.00752 44.996402, -74.004845 44.996496, -73.992411 44.996935, -73.982784 44.997293, -73.977249 44.997499, -73.971801 44.997702, -73.962981 44.998032, -73.952136 44.99846, -73.94151 44.998879, -73.939299 44.998959, -73.932074 44.999218, -73.921498 44.999598, -73.912922 44.999909, -73.902741 45.000273, -73.899466 45.000389, -73.892986 45.00062, -73.882766 45.000984, -73.872574 45.001267, -73.861826 45.001569, -73.857978 45.001675, -73.850028 45.001894, -73.841411 45.002133, -73.823488 45.002391, -73.813673 45.00253, -73.804737 45.002657, -73.801757 45.002699, -73.792893 45.002824, -73.78362 45.002951, -73.774603 45.003018, -73.767486 45.003068, -73.756471 45.003142, -73.756349 45.003142, -73.745974 45.003151, -73.729334 45.003165, -73.723129 45.003168, -73.718168 45.003168, -73.716684 45.00317, -73.705472 45.003176, -73.694406 45.00308, -73.692255 45.003054, -73.681516 45.002948, -73.67533 45.002887, -73.674569 45.002888, -73.667182 45.002879, -73.666671 45.002885, -73.666272 45.002888, -73.665225 45.002896, -73.660887 45.00293, -73.660124 45.002934, -73.659762 45.002939, -73.658952 45.002945, -73.652458 45.002994, -73.652073 45.002995, -73.650243 45.003006, -73.6483 45.003069, -73.643476 45.003218, -73.639678 45.003339, -73.639267 45.003352, -73.6315 45.003592, -73.624943 45.0038, -73.618894 45.003987, -73.618073 45.004014, -73.607858 45.004328, -73.603723 45.00445, -73.60313 45.004464, -73.60303 45.004468, -73.601088 45.004523, -73.600128 45.00455, -73.596877 45.00464, -73.595813 45.004667, -73.587477 45.004901, -73.580202 45.005109, -73.580121 45.005109, -73.58009 45.005109, -73.572604 45.00532, -73.568681 45.005446, -73.5639 45.005595, -73.560103 45.005717, -73.552447 45.005962, -73.542308 45.006284, -73.538099 45.006421, -73.532196 45.006598, -73.519595 45.006993, -73.517228 45.007067, -73.506161 45.007412, -73.492065 45.007851, -73.490344 45.0079, -73.484821 45.008051, -73.481854 45.008134, -73.471843 45.008406, -73.460365 45.00867, -73.453651 45.008823, -73.452828 45.008842, -73.452692 45.008844, -73.452134 45.008854, -73.452079 45.008855, -73.452073 45.008854, -73.452024 45.008858, -73.451973 45.008862, -73.451973 45.008862, -73.451931 45.008856, -73.451893 45.008863, -73.451739 45.008865, -73.451218 45.008877, -73.451147 45.008879, -73.451073 45.00888, -73.441736 45.009095, -73.43815 45.009176, -73.427891 45.009409, -73.417927 45.009592, -73.414338 45.009656, -73.410618 45.009736, -73.408193 45.009768, -73.400415 45.009912, -73.400301 45.009915, -73.39944 45.009929, -73.391129 45.010079, -73.376395 45.010265, -73.371244 45.010329, -73.369456 45.010352, -73.367448 45.010377, -73.358062 45.010497, -73.353033 45.010559, -73.351355 45.010582, -73.343627 45.010719, -73.343166 45.010725, -73.34332 45.010071, -73.34382 45.00907, -73.344335 45.008204, -73.34486 45.00706, -73.345492 45.005862, -73.34614 45.004693, -73.346594 45.003664, -73.347087 45.002636, -73.347197 45.002376, -73.347541 45.001563, -73.348321 45.000134, -73.348607 44.999639))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Clinton County, New York\", \"geo_wkt\": \"POLYGON ((-73.348607 44.999639, -73.348899 44.999133, -73.349524 44.997918, -73.349918 44.996628, -73.350495 44.995349, -73.350766 44.993931, -73.351685 44.992666, -73.352495 44.991597, -73.353251 44.990555, -73.354131 44.989271, -73.354608 44.988108, -73.354762 44.986795, -73.354527 44.985469, -73.354248 44.98397, -73.353643 44.98254, -73.353384 44.981537, -73.352816 44.980295, -73.352157 44.979026, -73.351451 44.97789, -73.350504 44.976499, -73.349663 44.975419, -73.349497 44.975206, -73.34845 44.973966, -73.347286 44.972789, -73.345893 44.971589, -73.344706 44.970528, -73.34341 44.96951, -73.342269 44.968746, -73.341096 44.967883, -73.340094 44.967104, -73.338884 44.966042, -73.338187 44.964798, -73.33803 44.963716, -73.337958 44.962346, -73.338019 44.960988, -73.338164 44.959595, -73.338309 44.958291, -73.338432 44.956889, -73.338562 44.95573, -73.338755 44.954338, -73.338854 44.953052, -73.339016 44.951506, -73.339153 44.950373, -73.339361 44.948872, -73.339456 44.947596, -73.339615 44.945942, -73.339627 44.945042, -73.339605 44.942926, -73.339611 44.941774, -73.339565 44.94027, -73.339414 44.937693, -73.339412 44.936558, -73.339296 44.934982, -73.339254 44.932263, -73.339122 44.930847, -73.339027 44.929666, -73.338839 44.928466, -73.338793 44.92698, -73.338674 44.925718, -73.338565 44.924349, -73.338563 44.923269, -73.3385 44.921746, -73.33856 44.920424, -73.338714 44.91904, -73.339115 44.917569, -73.339334 44.916938, -73.3397 44.91638, -73.340673 44.915216, -73.341884 44.914243, -73.343418 44.913329, -73.344984 44.912622, -73.346571 44.91198, -73.348244 44.911247, -73.349848 44.910298, -73.351081 44.909505, -73.352532 44.908437, -73.353656 44.907544, -73.354829 44.9064, -73.355699 44.905269, -73.3565 44.904092, -73.357349 44.90279, -73.358034 44.901549, -73.358734 44.90047, -73.359406 44.899183, -73.360099 44.897915, -73.360753 44.896619, -73.361161 44.895401, -73.361953 44.892774, -73.362189 44.891751, -73.36266 44.890138, -73.362966 44.889026, -73.363367 44.887456, -73.363703 44.886444, -73.36408 44.884865, -73.364819 44.882202, -73.365077 44.881179, -73.365395 44.879582, -73.365661 44.878559, -73.365886 44.877662, -73.366085 44.876657, -73.366377 44.875329, -73.366744 44.874236, -73.36696 44.873303, -73.367208 44.872334, -73.367801 44.870417, -73.368079 44.869439, -73.368533 44.868284, -73.368935 44.867309, -73.369405 44.866307, -73.369792 44.865439, -73.370416 44.864439, -73.371042 44.863521, -73.371706 44.862658, -73.37265 44.862032, -73.373718 44.861508, -73.375004 44.860977, -73.376045 44.860397, -73.376646 44.859532, -73.37707 44.858674, -73.377852 44.85792, -73.37895 44.857467, -73.379849 44.856787, -73.379838 44.85577, -73.379673 44.85484, -73.37953 44.85383, -73.379327 44.852855, -73.379477 44.851831, -73.380113 44.850868, -73.38102 44.85016, -73.381588 44.849223, -73.38101 44.848387, -73.380426 44.847559, -73.380509 44.846633, -73.38097 44.845749, -73.381355 44.84489, -73.380458 44.84422, -73.379508 44.843576, -73.379551 44.842605, -73.379926 44.840539, -73.3799 44.839576, -73.379736 44.838646, -73.379157 44.837702, -73.377934 44.837009, -73.376684 44.836623, -73.375377 44.836226, -73.374549 44.835494, -73.373955 44.834559, -73.373309 44.833757, -73.372677 44.83283, -73.372015 44.831812, -73.371421 44.830931, -73.370621 44.830028, -73.369643 44.829113, -73.368573 44.828306, -73.36802 44.827894, -73.367588 44.827572, -73.366487 44.826845, -73.365101 44.826087, -73.363858 44.825655, -73.362389 44.825112, -73.361068 44.824616, -73.359806 44.824004, -73.358476 44.823247, -73.357355 44.822798, -73.356218 44.822214, -73.355048 44.821514, -73.354172 44.820862, -73.353257 44.820029, -73.352041 44.818292, -73.351064 44.817271, -73.350248 44.816377, -73.349379 44.815625, -73.348194 44.81478, -73.346918 44.81424, -73.345773 44.813431, -73.344524 44.812414, -73.343632 44.811564, -73.342807 44.810561, -73.342068 44.809552, -73.341422 44.80875, -73.340375 44.807771, -73.339368 44.806946, -73.33833 44.806221, -73.337209 44.805736, -73.33611 44.80509, -73.335173 44.804257, -73.334725 44.803179, -73.334331 44.801868, -73.334235 44.800364, -73.333519 44.798336, -73.33371 44.796808, -73.333523 44.79433, -73.333313 44.79304, -73.333314 44.792032, -73.333214 44.790941, -73.333198 44.789698, -73.333243 44.788547, -73.333342 44.78727, -73.333472 44.786209, -73.333827 44.785171, -73.334344 44.784134, -73.33496 44.783035, -73.335961 44.782024, -73.336887 44.781336, -73.337983 44.780469, -73.340236 44.778899, -73.341361 44.778042, -73.342788 44.777262, -73.344022 44.776388, -73.345239 44.775416, -73.345988 44.774626, -73.346674 44.773664, -73.347129 44.772634, -73.347535 44.771462, -73.347903 44.770188, -73.348258 44.769104, -73.348711 44.767941, -73.349065 44.766937, -73.349604 44.765937, -73.350151 44.764819, -73.350868 44.763921, -73.3514 44.763082, -73.351754 44.762042, -73.352157 44.761157, -73.352423 44.759802, -73.352846 44.758881, -73.353307 44.757672, -73.353792 44.756527, -73.353961 44.756168, -73.354232 44.755597, -73.354808 44.754534, -73.355379 44.753687, -73.357251 44.751661, -73.357744 44.750805, -73.358692 44.749998, -73.35958 44.749274, -73.360591 44.748568, -73.361596 44.747727, -73.36236 44.746873, -73.363217 44.745896, -73.363919 44.745015, -73.364599 44.743971, -73.365185 44.742836, -73.365619 44.741807, -73.365765 44.740585, -73.365712 44.739549, -73.365526 44.738232, -73.365358 44.736933, -73.365118 44.7353, -73.365042 44.733706, -73.365127 44.732105, -73.365073 44.730547, -73.365096 44.729071, -73.365044 44.72735, -73.365044 44.725721, -73.365167 44.724193, -73.365184 44.722941, -73.365331 44.721926, -73.365454 44.720811, -73.365538 44.719823, -73.36557 44.718527, -73.365323 44.716911, -73.365431 44.715716, -73.365439 44.714591, -73.36544 44.713322, -73.365286 44.711844, -73.365217 44.710725, -73.36541 44.709351, -73.365711 44.708473, -73.365803 44.707151, -73.365726 44.706223, -73.365511 44.704869, -73.365381 44.703481, -73.365412 44.701807, -73.365543 44.700342, -73.365744 44.69903, -73.365984 44.697981, -73.365737 44.696942, -73.364618 44.696368, -73.363346 44.696133, -73.362028 44.695881, -73.361278 44.694978, -73.361611 44.693813, -73.362182 44.692822, -73.363571 44.690924, -73.364273 44.690133, -73.364589 44.688796, -73.365244 44.687753, -73.366163 44.687055, -73.367589 44.686255, -73.369086 44.685548, -73.370074 44.684968, -73.369688 44.683972, -73.368755 44.68295, -73.368022 44.682211, -73.367368 44.681013, -73.367174 44.67957, -73.367313 44.678617, -73.36881 44.677946, -73.370753 44.677677, -73.371932 44.67709, -73.372048 44.676183, -73.371829 44.675216, -73.370851 44.6734, -73.371581 44.671685, -73.37275 44.669606, -73.372501 44.668323, -73.370065 44.666071, -73.369669 44.663478, -73.37059 44.662518, -73.373063 44.662713, -73.374134 44.66234, -73.379074 44.656772, -73.378968 44.65518, -73.378014 44.653846, -73.377973 44.652918, -73.383157 44.645764, -73.378561 44.641475, -73.379748 44.64036, -73.386783 44.636369, -73.387169 44.635542, -73.386522 44.633251, -73.386509 44.633206, -73.386432 44.63293, -73.386158 44.631963, -73.385899 44.631044, -73.385962 44.630611, -73.386219 44.628837, -73.386497 44.626924, -73.387346 44.623672, -73.389966 44.61962, -73.390231 44.618353, -73.38982 44.61721, -73.382932 44.612184, -73.382001 44.609253, -73.380871 44.605696, -73.380726 44.605239, -73.380448 44.604834, -73.376849 44.599598, -73.376332 44.597218, -73.376806 44.595455, -73.377897 44.593848, -73.381318 44.590863, -73.38164 44.590583, -73.381682 44.590328, -73.381848 44.589316, -73.377794 44.585128, -73.375666 44.582038, -73.374389 44.575455, -73.367275 44.567545, -73.362042 44.564454, -73.361334 44.563763, -73.360088 44.562546, -73.356788 44.557918, -73.356327 44.55763, -73.355926 44.55738, -73.355186 44.556918, -73.350027 44.555392, -73.342932 44.551907, -73.340935 44.55002, -73.339814 44.54896, -73.339442 44.548609, -73.338751 44.548046, -73.338636 44.546902, -73.372852 44.544382, -73.419142 44.540997, -73.442901 44.539349, -73.450606 44.53872, -73.464521 44.537424, -73.464887 44.537034, -73.465079 44.536795, -73.465219 44.536573, -73.465279 44.536411, -73.465298 44.536285, -73.465291 44.536188, -73.465238 44.536068, -73.465176 44.535992, -73.465075 44.535923, -73.464763 44.535778, -73.464478 44.535677, -73.464348 44.535586, -73.464266 44.535483, -73.464225 44.535342, -73.464232 44.535269, -73.464533 44.534607, -73.464914 44.534064, -73.464978 44.533919, -73.464951 44.533808, -73.464732 44.533653, -73.464582 44.5336, -73.463947 44.533443, -73.463521 44.53337, -73.463 44.533247, -73.462808 44.533179, -73.46244 44.532854, -73.462173 44.532045, -73.461987 44.531552, -73.461809 44.531234, -73.461505 44.530787, -73.461399 44.530578, -73.461102 44.52983, -73.461119 44.529523, -73.46118 44.529258, -73.461213 44.528901, -73.461451 44.528331, -73.461549 44.528194, -73.461801 44.527072, -73.461843 44.527005, -73.461915 44.526938, -73.462162 44.526803, -73.462545 44.526556, -73.463206 44.525912, -73.463437 44.525571, -73.463535 44.52516, -73.463518 44.525091, -73.463388 44.524944, -73.463291 44.524875, -73.46282 44.524624, -73.461463 44.523989, -73.460834 44.523773, -73.459986 44.523448, -73.45942 44.52317, -73.45933 44.522975, -73.459512 44.522834, -73.459474 44.521785, -73.459444 44.521531, -73.459318 44.52112, -73.459386 44.520732, -73.459577 44.520366, -73.460082 44.519867, -73.460513 44.519767, -73.460931 44.519729, -73.461419 44.519758, -73.461887 44.519853, -73.462535 44.520127, -73.462707 44.519976, -73.462776 44.519845, -73.463046 44.519448, -73.463214 44.519322, -73.463563 44.519245, -73.464516 44.519114, -73.464892 44.519063, -73.465608 44.519048, -73.46602 44.518999, -73.466256 44.518883, -73.466672 44.518661, -73.466984 44.518447, -73.467247 44.518208, -73.467455 44.517971, -73.467562 44.517808, -73.467692 44.517609, -73.46784 44.517265, -73.467979 44.516325, -73.468285 44.516015, -73.468547 44.515786, -73.468938 44.515622, -73.469459 44.515349, -73.469783 44.515259, -73.470083 44.515113, -73.470512 44.514949, -73.470798 44.514868, -73.471065 44.514709, -73.471196 44.51458, -73.471406 44.514337, -73.471477 44.513866, -73.471496 44.513553, -73.471468 44.513142, -73.471407 44.512864, -73.471273 44.512555, -73.47105 44.512262, -73.470365 44.51085, -73.469856 44.50899, -73.469927 44.508553, -73.470157 44.508311, -73.470378 44.508163, -73.470677 44.507927, -73.471012 44.507749, -73.471221 44.507715, -73.471593 44.507675, -73.471995 44.50766, -73.472277 44.507673, -73.472589 44.507718, -73.473473 44.507959, -73.47404 44.508187, -73.47443 44.508321, -73.474711 44.508394, -73.475023 44.508442, -73.47534 44.508431, -73.476275 44.508282, -73.476484 44.508214, -73.477917 44.507614, -73.478468 44.507419, -73.478741 44.507293, -73.479073 44.507123, -73.479553 44.50682, -73.479755 44.506644, -73.479911 44.50644, -73.48065 44.505327, -73.480842 44.505076, -73.481057 44.504847, -73.481171 44.504756, -73.482103 44.504282, -73.482218 44.504182, -73.482391 44.503973, -73.482653 44.503504, -73.482716 44.503233, -73.482751 44.50278, -73.482718 44.502261, -73.482757 44.501989, -73.482906 44.501615, -73.483045 44.501409, -73.48319 44.501272, -73.483442 44.501133, -73.483846 44.500984, -73.484198 44.500883, -73.485227 44.500686, -73.485944 44.500606, -73.48624 44.50055, -73.486555 44.500469, -73.486887 44.500367, -73.488096 44.499924, -73.488457 44.499738, -73.488752 44.499554, -73.489045 44.499343, -73.490646 44.49802, -73.49115 44.497355, -73.49128 44.496876, -73.491334 44.496551, -73.491343 44.496204, -73.49131 44.495704, -73.491245 44.495348, -73.491194 44.494846, -73.491124 44.493585, -73.491549 44.492957, -73.492058 44.492564, -73.492973 44.491913, -73.493722 44.491451, -73.494421 44.490896, -73.494486 44.490844, -73.49467 44.490481, -73.494742 44.489675, -73.494917 44.488901, -73.495016 44.488109, -73.495539 44.486771, -73.495961 44.486296, -73.496479 44.486093, -73.497046 44.486052, -73.497282 44.48627, -73.498001 44.486852, -73.498347 44.487342, -73.498854 44.487918, -73.499639 44.488364, -73.499962 44.488438, -73.50032 44.488598, -73.500949 44.488594, -73.501604 44.488535, -73.502474 44.488416, -73.504004 44.487931, -73.505379 44.487671, -73.506728 44.4875, -73.507484 44.487425, -73.50834 44.487404, -73.508944 44.487418, -73.510729 44.487574, -73.511669 44.487797, -73.51207 44.487935, -73.512622 44.488074, -73.513553 44.488117, -73.514535 44.488079, -73.515528 44.488149, -73.51617 44.488127, -73.516711 44.488131, -73.5172 44.48826, -73.517587 44.488507, -73.518395 44.489206, -73.518894 44.489543, -73.520984 44.491269, -73.521454 44.491849, -73.521808 44.492192, -73.521955 44.492409, -73.522255 44.492571, -73.522674 44.492858, -73.523273 44.493186, -73.523687 44.493315, -73.524253 44.493319, -73.524544 44.493213, -73.524722 44.493079, -73.524752 44.492755, -73.52462 44.49225, -73.524134 44.491922, -73.523574 44.491477, -73.523304 44.490925, -73.523276 44.490303, -73.523494 44.489999, -73.523987 44.489831, -73.524419 44.489501, -73.524777 44.489116, -73.525159 44.488776, -73.525794 44.488376, -73.526566 44.488057, -73.527311 44.487873, -73.527978 44.487868, -73.528759 44.487802, -73.532979 44.487331, -73.534049 44.487117, -73.535353 44.486756, -73.536033 44.486736, -73.536978 44.486619, -73.53794 44.48659, -73.540055 44.486568, -73.541317 44.486361, -73.541889 44.48624, -73.543141 44.485775, -73.543692 44.485532, -73.544212 44.485265, -73.5456 44.484424, -73.546553 44.483975, -73.547183 44.483215, -73.547571 44.482503, -73.548417 44.482275, -73.549307 44.482638, -73.549956 44.483012, -73.552152 44.482941, -73.553926 44.482787, -73.554735 44.482805, -73.555141 44.482678, -73.555541 44.482379, -73.55576 44.482097, -73.556197 44.481607, -73.557121 44.48069, -73.557537 44.480458, -73.55798 44.480184, -73.558562 44.479714, -73.559809 44.478514, -73.559979 44.478017, -73.559763 44.47738, -73.55969 44.476394, -73.559744 44.475569, -73.560055 44.474838, -73.560426 44.474146, -73.560904 44.472911, -73.56145 44.47181, -73.562824 44.470152, -73.563948 44.469313, -73.565122 44.468634, -73.566602 44.468092, -73.567893 44.467549, -73.569825 44.46647, -73.57233 44.464844, -73.573459 44.464509, -73.573713 44.464445, -73.574157 44.464376, -73.574868 44.464403, -73.576532 44.464586, -73.577668 44.464629, -73.579376 44.464816, -73.580331 44.464822, -73.580882 44.464772, -73.583056 44.464039, -73.584712 44.463509, -73.585311 44.463257, -73.586386 44.463062, -73.587412 44.462947, -73.587914 44.462788, -73.588296 44.462632, -73.588446 44.462517, -73.588643 44.462288, -73.588933 44.461715, -73.589011 44.461594, -73.589146 44.461496, -73.589448 44.461382, -73.589876 44.461133, -73.590412 44.460967, -73.591012 44.460804, -73.59158 44.460737, -73.592051 44.460763, -73.592338 44.460813, -73.592586 44.460886, -73.592771 44.46096, -73.592947 44.461056, -73.593756 44.461657, -73.594549 44.462356, -73.595267 44.462749, -73.595916 44.462935, -73.596712 44.462836, -73.597077 44.46258, -73.597807 44.461976, -73.598138 44.461525, -73.598903 44.461077, -73.599633 44.460474, -73.600124 44.459858, -73.600653 44.459406, -73.603412 44.457878, -73.604264 44.457542, -73.606866 44.45667, -73.608353 44.456266, -73.61167 44.455212, -73.612603 44.454978, -73.613716 44.454737, -73.614197 44.454651, -73.615245 44.454619, -73.61737 44.455215, -73.61784 44.455205, -73.618831 44.45547, -73.619876 44.455709, -73.620793 44.456091, -73.622228 44.456992, -73.622947 44.457282, -73.623722 44.457442, -73.624425 44.457556, -73.625957 44.457928, -73.627231 44.458418, -73.627602 44.45852, -73.627997 44.458574, -73.628467 44.458592, -73.628926 44.458565, -73.629283 44.458505, -73.629657 44.458398, -73.630077 44.458246, -73.630454 44.458073, -73.630752 44.457906, -73.631049 44.457711, -73.631696 44.457199, -73.632191 44.456766, -73.634157 44.454957, -73.634473 44.454707, -73.635125 44.454304, -73.635754 44.453959, -73.636465 44.45364, -73.637204 44.453357, -73.638914 44.452791, -73.6416 44.451995, -73.642196 44.451797, -73.644584 44.451081, -73.645729 44.450838, -73.648453 44.450389, -73.650136 44.450056, -73.650728 44.449913, -73.65092 44.449867, -73.65174 44.449621, -73.652396 44.449455, -73.65269 44.449342, -73.653138 44.449171, -73.653876 44.448806, -73.654747 44.44816, -73.655078 44.447887, -73.655372 44.447603, -73.655721 44.447216, -73.65713 44.445325, -73.657468 44.444924, -73.657829 44.444542, -73.658069 44.444332, -73.65836 44.444133, -73.658952 44.443808, -73.65926 44.443678, -73.659737 44.443514, -73.660328 44.443333, -73.660997 44.44315, -73.661596 44.443006, -73.663236 44.442681, -73.664472 44.442482, -73.665008 44.442413, -73.665671 44.442367, -73.665986 44.442322, -73.666395 44.442228, -73.668125 44.441728, -73.668396 44.441669, -73.668747 44.441656, -73.668994 44.441677, -73.66981 44.441885, -73.670209 44.441951, -73.670632 44.441972, -73.67111 44.441962, -73.671649 44.441851, -73.672129 44.441697, -73.672671 44.441447, -73.67404 44.440725, -73.674318 44.440683, -73.67451 44.440688, -73.67483 44.440795, -73.675615 44.441111, -73.676378 44.441346, -73.6767 44.441406, -73.678276 44.441607, -73.678639 44.441671, -73.679103 44.441756, -73.680411 44.442086, -73.680799 44.442169, -73.681046 44.442207, -73.681298 44.442223, -73.681591 44.442218, -73.681828 44.442186, -73.682426 44.442005, -73.68302 44.441788, -73.683605 44.441544, -73.684089 44.441318, -73.684746 44.440971, -73.684969 44.440906, -73.685342 44.440847, -73.685674 44.440844, -73.685993 44.440874, -73.686259 44.440926, -73.686871 44.441078, -73.68748 44.441158, -73.68772 44.441173, -73.687961 44.441164, -73.688186 44.441131, -73.688407 44.441078, -73.688861 44.441121, -73.69375 44.442343, -73.694319 44.442444, -73.694947 44.442491, -73.695428 44.442462, -73.695924 44.442394, -73.6963 44.442318, -73.697108 44.442122, -73.697973 44.441855, -73.699633 44.441228, -73.700532 44.446008, -73.701141 44.445967, -73.717026 44.444888, -73.735412 44.443502, -73.747345 44.442636, -73.778832 44.440219, -73.784391 44.439835, -73.801083 44.438533, -73.824283 44.436744, -73.853624 44.434493, -73.909678 44.430056, -73.912005 44.446037, -73.918138 44.488809, -73.919609 44.498643, -73.920644 44.505155, -73.922151 44.513752, -73.924272 44.526223, -73.926815 44.540423, -73.928619 44.550849, -73.930519 44.561577, -73.933055 44.576102, -73.945973 44.574875, -73.947327 44.583462, -73.951703 44.612549, -73.95423 44.62886, -73.954763 44.632302, -73.957176 44.648401, -73.96165 44.677646, -73.964776 44.699284, -73.966196 44.709047, -73.986427 44.707701, -73.989632 44.732203, -73.990715 44.740205, -73.991673 44.746729, -73.991999 44.748835, -73.992121 44.750048, -73.992299 44.751312, -73.993149 44.756879, -73.994165 44.763096, -73.995364 44.770847, -73.998891 44.792394, -73.999503 44.796725, -74.000585 44.804909, -74.000882 44.806756, -74.000978 44.807279, -74.001053 44.807568, -74.001127 44.808383, -74.001608 44.810577, -74.002026 44.812117, -74.002542 44.814593, -74.002925 44.816682, -74.003989 44.822068, -74.004709 44.825986, -74.006514 44.836851, -74.006272 44.852156, -74.005975 44.858147, -74.005875 44.859607, -74.005989 44.872572, -74.006293 44.87947, -74.006667 44.886016, -74.007098 44.889551, -74.007197 44.890142, -74.007424 44.891906, -74.007942 44.895563, -74.00823 44.897021, -74.00906 44.901633, -74.009445 44.903517, -74.010359 44.907506, -74.010444 44.907795, -74.010655 44.90885, -74.010876 44.909762, -74.011371 44.912196, -74.012055 44.915258, -74.012807 44.918824, -74.013871 44.92362, -74.014587 44.927121, -74.015684 44.932061, -74.017714 44.941755, -74.019619 44.951408, -74.019827 44.952701, -74.021029 44.958659, -74.021077 44.958818, -74.022393 44.965699, -74.022619 44.967094, -74.023771 44.973164, -74.024031 44.974759, -74.024971 44.980089, -74.027399 44.995661, -74.027405 44.995696, -74.022899 44.995858, -74.00752 44.996402, -74.004845 44.996496, -73.992411 44.996935, -73.982784 44.997293, -73.977249 44.997499, -73.971801 44.997702, -73.962981 44.998032, -73.952136 44.99846, -73.94151 44.998879, -73.939299 44.998959, -73.932074 44.999218, -73.921498 44.999598, -73.912922 44.999909, -73.902741 45.000273, -73.899466 45.000389, -73.892986 45.00062, -73.882766 45.000984, -73.872574 45.001267, -73.861826 45.001569, -73.857978 45.001675, -73.850028 45.001894, -73.841411 45.002133, -73.823488 45.002391, -73.813673 45.00253, -73.804737 45.002657, -73.801757 45.002699, -73.792893 45.002824, -73.78362 45.002951, -73.774603 45.003018, -73.767486 45.003068, -73.756471 45.003142, -73.756349 45.003142, -73.745974 45.003151, -73.729334 45.003165, -73.723129 45.003168, -73.718168 45.003168, -73.716684 45.00317, -73.705472 45.003176, -73.694406 45.00308, -73.692255 45.003054, -73.681516 45.002948, -73.67533 45.002887, -73.674569 45.002888, -73.667182 45.002879, -73.666671 45.002885, -73.666272 45.002888, -73.665225 45.002896, -73.660887 45.00293, -73.660124 45.002934, -73.659762 45.002939, -73.658952 45.002945, -73.652458 45.002994, -73.652073 45.002995, -73.650243 45.003006, -73.6483 45.003069, -73.643476 45.003218, -73.639678 45.003339, -73.639267 45.003352, -73.6315 45.003592, -73.624943 45.0038, -73.618894 45.003987, -73.618073 45.004014, -73.607858 45.004328, -73.603723 45.00445, -73.60313 45.004464, -73.60303 45.004468, -73.601088 45.004523, -73.600128 45.00455, -73.596877 45.00464, -73.595813 45.004667, -73.587477 45.004901, -73.580202 45.005109, -73.580121 45.005109, -73.58009 45.005109, -73.572604 45.00532, -73.568681 45.005446, -73.5639 45.005595, -73.560103 45.005717, -73.552447 45.005962, -73.542308 45.006284, -73.538099 45.006421, -73.532196 45.006598, -73.519595 45.006993, -73.517228 45.007067, -73.506161 45.007412, -73.492065 45.007851, -73.490344 45.0079, -73.484821 45.008051, -73.481854 45.008134, -73.471843 45.008406, -73.460365 45.00867, -73.453651 45.008823, -73.452828 45.008842, -73.452692 45.008844, -73.452134 45.008854, -73.452079 45.008855, -73.452073 45.008854, -73.452024 45.008858, -73.451973 45.008862, -73.451973 45.008862, -73.451931 45.008856, -73.451893 45.008863, -73.451739 45.008865, -73.451218 45.008877, -73.451147 45.008879, -73.451073 45.00888, -73.441736 45.009095, -73.43815 45.009176, -73.427891 45.009409, -73.417927 45.009592, -73.414338 45.009656, -73.410618 45.009736, -73.408193 45.009768, -73.400415 45.009912, -73.400301 45.009915, -73.39944 45.009929, -73.391129 45.010079, -73.376395 45.010265, -73.371244 45.010329, -73.369456 45.010352, -73.367448 45.010377, -73.358062 45.010497, -73.353033 45.010559, -73.351355 45.010582, -73.343627 45.010719, -73.343166 45.010725, -73.34332 45.010071, -73.34382 45.00907, -73.344335 45.008204, -73.34486 45.00706, -73.345492 45.005862, -73.34614 45.004693, -73.346594 45.003664, -73.347087 45.002636, -73.347197 45.002376, -73.347541 45.001563, -73.348321 45.000134, -73.348607 44.999639))\", \"region\": {\"id\": 10487, \"geometry\": \"POLYGON ((-73.348607 44.999639, -73.348899 44.999133, -73.349524 44.997918, -73.349918 44.996628, -73.350495 44.995349, -73.350766 44.993931, -73.351685 44.992666, -73.352495 44.991597, -73.353251 44.990555, -73.354131 44.989271, -73.354608 44.988108, -73.354762 44.986795, -73.354527 44.985469, -73.354248 44.98397, -73.353643 44.98254, -73.353384 44.981537, -73.352816 44.980295, -73.352157 44.979026, -73.351451 44.97789, -73.350504 44.976499, -73.349663 44.975419, -73.349497 44.975206, -73.34845 44.973966, -73.347286 44.972789, -73.345893 44.971589, -73.344706 44.970528, -73.34341 44.96951, -73.342269 44.968746, -73.341096 44.967883, -73.340094 44.967104, -73.338884 44.966042, -73.338187 44.964798, -73.33803 44.963716, -73.337958 44.962346, -73.338019 44.960988, -73.338164 44.959595, -73.338309 44.958291, -73.338432 44.956889, -73.338562 44.95573, -73.338755 44.954338, -73.338854 44.953052, -73.339016 44.951506, -73.339153 44.950373, -73.339361 44.948872, -73.339456 44.947596, -73.339615 44.945942, -73.339627 44.945042, -73.339605 44.942926, -73.339611 44.941774, -73.339565 44.94027, -73.339414 44.937693, -73.339412 44.936558, -73.339296 44.934982, -73.339254 44.932263, -73.339122 44.930847, -73.339027 44.929666, -73.338839 44.928466, -73.338793 44.92698, -73.338674 44.925718, -73.338565 44.924349, -73.338563 44.923269, -73.3385 44.921746, -73.33856 44.920424, -73.338714 44.91904, -73.339115 44.917569, -73.339334 44.916938, -73.3397 44.91638, -73.340673 44.915216, -73.341884 44.914243, -73.343418 44.913329, -73.344984 44.912622, -73.346571 44.91198, -73.348244 44.911247, -73.349848 44.910298, -73.351081 44.909505, -73.352532 44.908437, -73.353656 44.907544, -73.354829 44.9064, -73.355699 44.905269, -73.3565 44.904092, -73.357349 44.90279, -73.358034 44.901549, -73.358734 44.90047, -73.359406 44.899183, -73.360099 44.897915, -73.360753 44.896619, -73.361161 44.895401, -73.361953 44.892774, -73.362189 44.891751, -73.36266 44.890138, -73.362966 44.889026, -73.363367 44.887456, -73.363703 44.886444, -73.36408 44.884865, -73.364819 44.882202, -73.365077 44.881179, -73.365395 44.879582, -73.365661 44.878559, -73.365886 44.877662, -73.366085 44.876657, -73.366377 44.875329, -73.366744 44.874236, -73.36696 44.873303, -73.367208 44.872334, -73.367801 44.870417, -73.368079 44.869439, -73.368533 44.868284, -73.368935 44.867309, -73.369405 44.866307, -73.369792 44.865439, -73.370416 44.864439, -73.371042 44.863521, -73.371706 44.862658, -73.37265 44.862032, -73.373718 44.861508, -73.375004 44.860977, -73.376045 44.860397, -73.376646 44.859532, -73.37707 44.858674, -73.377852 44.85792, -73.37895 44.857467, -73.379849 44.856787, -73.379838 44.85577, -73.379673 44.85484, -73.37953 44.85383, -73.379327 44.852855, -73.379477 44.851831, -73.380113 44.850868, -73.38102 44.85016, -73.381588 44.849223, -73.38101 44.848387, -73.380426 44.847559, -73.380509 44.846633, -73.38097 44.845749, -73.381355 44.84489, -73.380458 44.84422, -73.379508 44.843576, -73.379551 44.842605, -73.379926 44.840539, -73.3799 44.839576, -73.379736 44.838646, -73.379157 44.837702, -73.377934 44.837009, -73.376684 44.836623, -73.375377 44.836226, -73.374549 44.835494, -73.373955 44.834559, -73.373309 44.833757, -73.372677 44.83283, -73.372015 44.831812, -73.371421 44.830931, -73.370621 44.830028, -73.369643 44.829113, -73.368573 44.828306, -73.36802 44.827894, -73.367588 44.827572, -73.366487 44.826845, -73.365101 44.826087, -73.363858 44.825655, -73.362389 44.825112, -73.361068 44.824616, -73.359806 44.824004, -73.358476 44.823247, -73.357355 44.822798, -73.356218 44.822214, -73.355048 44.821514, -73.354172 44.820862, -73.353257 44.820029, -73.352041 44.818292, -73.351064 44.817271, -73.350248 44.816377, -73.349379 44.815625, -73.348194 44.81478, -73.346918 44.81424, -73.345773 44.813431, -73.344524 44.812414, -73.343632 44.811564, -73.342807 44.810561, -73.342068 44.809552, -73.341422 44.80875, -73.340375 44.807771, -73.339368 44.806946, -73.33833 44.806221, -73.337209 44.805736, -73.33611 44.80509, -73.335173 44.804257, -73.334725 44.803179, -73.334331 44.801868, -73.334235 44.800364, -73.333519 44.798336, -73.33371 44.796808, -73.333523 44.79433, -73.333313 44.79304, -73.333314 44.792032, -73.333214 44.790941, -73.333198 44.789698, -73.333243 44.788547, -73.333342 44.78727, -73.333472 44.786209, -73.333827 44.785171, -73.334344 44.784134, -73.33496 44.783035, -73.335961 44.782024, -73.336887 44.781336, -73.337983 44.780469, -73.340236 44.778899, -73.341361 44.778042, -73.342788 44.777262, -73.344022 44.776388, -73.345239 44.775416, -73.345988 44.774626, -73.346674 44.773664, -73.347129 44.772634, -73.347535 44.771462, -73.347903 44.770188, -73.348258 44.769104, -73.348711 44.767941, -73.349065 44.766937, -73.349604 44.765937, -73.350151 44.764819, -73.350868 44.763921, -73.3514 44.763082, -73.351754 44.762042, -73.352157 44.761157, -73.352423 44.759802, -73.352846 44.758881, -73.353307 44.757672, -73.353792 44.756527, -73.353961 44.756168, -73.354232 44.755597, -73.354808 44.754534, -73.355379 44.753687, -73.357251 44.751661, -73.357744 44.750805, -73.358692 44.749998, -73.35958 44.749274, -73.360591 44.748568, -73.361596 44.747727, -73.36236 44.746873, -73.363217 44.745896, -73.363919 44.745015, -73.364599 44.743971, -73.365185 44.742836, -73.365619 44.741807, -73.365765 44.740585, -73.365712 44.739549, -73.365526 44.738232, -73.365358 44.736933, -73.365118 44.7353, -73.365042 44.733706, -73.365127 44.732105, -73.365073 44.730547, -73.365096 44.729071, -73.365044 44.72735, -73.365044 44.725721, -73.365167 44.724193, -73.365184 44.722941, -73.365331 44.721926, -73.365454 44.720811, -73.365538 44.719823, -73.36557 44.718527, -73.365323 44.716911, -73.365431 44.715716, -73.365439 44.714591, -73.36544 44.713322, -73.365286 44.711844, -73.365217 44.710725, -73.36541 44.709351, -73.365711 44.708473, -73.365803 44.707151, -73.365726 44.706223, -73.365511 44.704869, -73.365381 44.703481, -73.365412 44.701807, -73.365543 44.700342, -73.365744 44.69903, -73.365984 44.697981, -73.365737 44.696942, -73.364618 44.696368, -73.363346 44.696133, -73.362028 44.695881, -73.361278 44.694978, -73.361611 44.693813, -73.362182 44.692822, -73.363571 44.690924, -73.364273 44.690133, -73.364589 44.688796, -73.365244 44.687753, -73.366163 44.687055, -73.367589 44.686255, -73.369086 44.685548, -73.370074 44.684968, -73.369688 44.683972, -73.368755 44.68295, -73.368022 44.682211, -73.367368 44.681013, -73.367174 44.67957, -73.367313 44.678617, -73.36881 44.677946, -73.370753 44.677677, -73.371932 44.67709, -73.372048 44.676183, -73.371829 44.675216, -73.370851 44.6734, -73.371581 44.671685, -73.37275 44.669606, -73.372501 44.668323, -73.370065 44.666071, -73.369669 44.663478, -73.37059 44.662518, -73.373063 44.662713, -73.374134 44.66234, -73.379074 44.656772, -73.378968 44.65518, -73.378014 44.653846, -73.377973 44.652918, -73.383157 44.645764, -73.378561 44.641475, -73.379748 44.64036, -73.386783 44.636369, -73.387169 44.635542, -73.386522 44.633251, -73.386509 44.633206, -73.386432 44.63293, -73.386158 44.631963, -73.385899 44.631044, -73.385962 44.630611, -73.386219 44.628837, -73.386497 44.626924, -73.387346 44.623672, -73.389966 44.61962, -73.390231 44.618353, -73.38982 44.61721, -73.382932 44.612184, -73.382001 44.609253, -73.380871 44.605696, -73.380726 44.605239, -73.380448 44.604834, -73.376849 44.599598, -73.376332 44.597218, -73.376806 44.595455, -73.377897 44.593848, -73.381318 44.590863, -73.38164 44.590583, -73.381682 44.590328, -73.381848 44.589316, -73.377794 44.585128, -73.375666 44.582038, -73.374389 44.575455, -73.367275 44.567545, -73.362042 44.564454, -73.361334 44.563763, -73.360088 44.562546, -73.356788 44.557918, -73.356327 44.55763, -73.355926 44.55738, -73.355186 44.556918, -73.350027 44.555392, -73.342932 44.551907, -73.340935 44.55002, -73.339814 44.54896, -73.339442 44.548609, -73.338751 44.548046, -73.338636 44.546902, -73.372852 44.544382, -73.419142 44.540997, -73.442901 44.539349, -73.450606 44.53872, -73.464521 44.537424, -73.464887 44.537034, -73.465079 44.536795, -73.465219 44.536573, -73.465279 44.536411, -73.465298 44.536285, -73.465291 44.536188, -73.465238 44.536068, -73.465176 44.535992, -73.465075 44.535923, -73.464763 44.535778, -73.464478 44.535677, -73.464348 44.535586, -73.464266 44.535483, -73.464225 44.535342, -73.464232 44.535269, -73.464533 44.534607, -73.464914 44.534064, -73.464978 44.533919, -73.464951 44.533808, -73.464732 44.533653, -73.464582 44.5336, -73.463947 44.533443, -73.463521 44.53337, -73.463 44.533247, -73.462808 44.533179, -73.46244 44.532854, -73.462173 44.532045, -73.461987 44.531552, -73.461809 44.531234, -73.461505 44.530787, -73.461399 44.530578, -73.461102 44.52983, -73.461119 44.529523, -73.46118 44.529258, -73.461213 44.528901, -73.461451 44.528331, -73.461549 44.528194, -73.461801 44.527072, -73.461843 44.527005, -73.461915 44.526938, -73.462162 44.526803, -73.462545 44.526556, -73.463206 44.525912, -73.463437 44.525571, -73.463535 44.52516, -73.463518 44.525091, -73.463388 44.524944, -73.463291 44.524875, -73.46282 44.524624, -73.461463 44.523989, -73.460834 44.523773, -73.459986 44.523448, -73.45942 44.52317, -73.45933 44.522975, -73.459512 44.522834, -73.459474 44.521785, -73.459444 44.521531, -73.459318 44.52112, -73.459386 44.520732, -73.459577 44.520366, -73.460082 44.519867, -73.460513 44.519767, -73.460931 44.519729, -73.461419 44.519758, -73.461887 44.519853, -73.462535 44.520127, -73.462707 44.519976, -73.462776 44.519845, -73.463046 44.519448, -73.463214 44.519322, -73.463563 44.519245, -73.464516 44.519114, -73.464892 44.519063, -73.465608 44.519048, -73.46602 44.518999, -73.466256 44.518883, -73.466672 44.518661, -73.466984 44.518447, -73.467247 44.518208, -73.467455 44.517971, -73.467562 44.517808, -73.467692 44.517609, -73.46784 44.517265, -73.467979 44.516325, -73.468285 44.516015, -73.468547 44.515786, -73.468938 44.515622, -73.469459 44.515349, -73.469783 44.515259, -73.470083 44.515113, -73.470512 44.514949, -73.470798 44.514868, -73.471065 44.514709, -73.471196 44.51458, -73.471406 44.514337, -73.471477 44.513866, -73.471496 44.513553, -73.471468 44.513142, -73.471407 44.512864, -73.471273 44.512555, -73.47105 44.512262, -73.470365 44.51085, -73.469856 44.50899, -73.469927 44.508553, -73.470157 44.508311, -73.470378 44.508163, -73.470677 44.507927, -73.471012 44.507749, -73.471221 44.507715, -73.471593 44.507675, -73.471995 44.50766, -73.472277 44.507673, -73.472589 44.507718, -73.473473 44.507959, -73.47404 44.508187, -73.47443 44.508321, -73.474711 44.508394, -73.475023 44.508442, -73.47534 44.508431, -73.476275 44.508282, -73.476484 44.508214, -73.477917 44.507614, -73.478468 44.507419, -73.478741 44.507293, -73.479073 44.507123, -73.479553 44.50682, -73.479755 44.506644, -73.479911 44.50644, -73.48065 44.505327, -73.480842 44.505076, -73.481057 44.504847, -73.481171 44.504756, -73.482103 44.504282, -73.482218 44.504182, -73.482391 44.503973, -73.482653 44.503504, -73.482716 44.503233, -73.482751 44.50278, -73.482718 44.502261, -73.482757 44.501989, -73.482906 44.501615, -73.483045 44.501409, -73.48319 44.501272, -73.483442 44.501133, -73.483846 44.500984, -73.484198 44.500883, -73.485227 44.500686, -73.485944 44.500606, -73.48624 44.50055, -73.486555 44.500469, -73.486887 44.500367, -73.488096 44.499924, -73.488457 44.499738, -73.488752 44.499554, -73.489045 44.499343, -73.490646 44.49802, -73.49115 44.497355, -73.49128 44.496876, -73.491334 44.496551, -73.491343 44.496204, -73.49131 44.495704, -73.491245 44.495348, -73.491194 44.494846, -73.491124 44.493585, -73.491549 44.492957, -73.492058 44.492564, -73.492973 44.491913, -73.493722 44.491451, -73.494421 44.490896, -73.494486 44.490844, -73.49467 44.490481, -73.494742 44.489675, -73.494917 44.488901, -73.495016 44.488109, -73.495539 44.486771, -73.495961 44.486296, -73.496479 44.486093, -73.497046 44.486052, -73.497282 44.48627, -73.498001 44.486852, -73.498347 44.487342, -73.498854 44.487918, -73.499639 44.488364, -73.499962 44.488438, -73.50032 44.488598, -73.500949 44.488594, -73.501604 44.488535, -73.502474 44.488416, -73.504004 44.487931, -73.505379 44.487671, -73.506728 44.4875, -73.507484 44.487425, -73.50834 44.487404, -73.508944 44.487418, -73.510729 44.487574, -73.511669 44.487797, -73.51207 44.487935, -73.512622 44.488074, -73.513553 44.488117, -73.514535 44.488079, -73.515528 44.488149, -73.51617 44.488127, -73.516711 44.488131, -73.5172 44.48826, -73.517587 44.488507, -73.518395 44.489206, -73.518894 44.489543, -73.520984 44.491269, -73.521454 44.491849, -73.521808 44.492192, -73.521955 44.492409, -73.522255 44.492571, -73.522674 44.492858, -73.523273 44.493186, -73.523687 44.493315, -73.524253 44.493319, -73.524544 44.493213, -73.524722 44.493079, -73.524752 44.492755, -73.52462 44.49225, -73.524134 44.491922, -73.523574 44.491477, -73.523304 44.490925, -73.523276 44.490303, -73.523494 44.489999, -73.523987 44.489831, -73.524419 44.489501, -73.524777 44.489116, -73.525159 44.488776, -73.525794 44.488376, -73.526566 44.488057, -73.527311 44.487873, -73.527978 44.487868, -73.528759 44.487802, -73.532979 44.487331, -73.534049 44.487117, -73.535353 44.486756, -73.536033 44.486736, -73.536978 44.486619, -73.53794 44.48659, -73.540055 44.486568, -73.541317 44.486361, -73.541889 44.48624, -73.543141 44.485775, -73.543692 44.485532, -73.544212 44.485265, -73.5456 44.484424, -73.546553 44.483975, -73.547183 44.483215, -73.547571 44.482503, -73.548417 44.482275, -73.549307 44.482638, -73.549956 44.483012, -73.552152 44.482941, -73.553926 44.482787, -73.554735 44.482805, -73.555141 44.482678, -73.555541 44.482379, -73.55576 44.482097, -73.556197 44.481607, -73.557121 44.48069, -73.557537 44.480458, -73.55798 44.480184, -73.558562 44.479714, -73.559809 44.478514, -73.559979 44.478017, -73.559763 44.47738, -73.55969 44.476394, -73.559744 44.475569, -73.560055 44.474838, -73.560426 44.474146, -73.560904 44.472911, -73.56145 44.47181, -73.562824 44.470152, -73.563948 44.469313, -73.565122 44.468634, -73.566602 44.468092, -73.567893 44.467549, -73.569825 44.46647, -73.57233 44.464844, -73.573459 44.464509, -73.573713 44.464445, -73.574157 44.464376, -73.574868 44.464403, -73.576532 44.464586, -73.577668 44.464629, -73.579376 44.464816, -73.580331 44.464822, -73.580882 44.464772, -73.583056 44.464039, -73.584712 44.463509, -73.585311 44.463257, -73.586386 44.463062, -73.587412 44.462947, -73.587914 44.462788, -73.588296 44.462632, -73.588446 44.462517, -73.588643 44.462288, -73.588933 44.461715, -73.589011 44.461594, -73.589146 44.461496, -73.589448 44.461382, -73.589876 44.461133, -73.590412 44.460967, -73.591012 44.460804, -73.59158 44.460737, -73.592051 44.460763, -73.592338 44.460813, -73.592586 44.460886, -73.592771 44.46096, -73.592947 44.461056, -73.593756 44.461657, -73.594549 44.462356, -73.595267 44.462749, -73.595916 44.462935, -73.596712 44.462836, -73.597077 44.46258, -73.597807 44.461976, -73.598138 44.461525, -73.598903 44.461077, -73.599633 44.460474, -73.600124 44.459858, -73.600653 44.459406, -73.603412 44.457878, -73.604264 44.457542, -73.606866 44.45667, -73.608353 44.456266, -73.61167 44.455212, -73.612603 44.454978, -73.613716 44.454737, -73.614197 44.454651, -73.615245 44.454619, -73.61737 44.455215, -73.61784 44.455205, -73.618831 44.45547, -73.619876 44.455709, -73.620793 44.456091, -73.622228 44.456992, -73.622947 44.457282, -73.623722 44.457442, -73.624425 44.457556, -73.625957 44.457928, -73.627231 44.458418, -73.627602 44.45852, -73.627997 44.458574, -73.628467 44.458592, -73.628926 44.458565, -73.629283 44.458505, -73.629657 44.458398, -73.630077 44.458246, -73.630454 44.458073, -73.630752 44.457906, -73.631049 44.457711, -73.631696 44.457199, -73.632191 44.456766, -73.634157 44.454957, -73.634473 44.454707, -73.635125 44.454304, -73.635754 44.453959, -73.636465 44.45364, -73.637204 44.453357, -73.638914 44.452791, -73.6416 44.451995, -73.642196 44.451797, -73.644584 44.451081, -73.645729 44.450838, -73.648453 44.450389, -73.650136 44.450056, -73.650728 44.449913, -73.65092 44.449867, -73.65174 44.449621, -73.652396 44.449455, -73.65269 44.449342, -73.653138 44.449171, -73.653876 44.448806, -73.654747 44.44816, -73.655078 44.447887, -73.655372 44.447603, -73.655721 44.447216, -73.65713 44.445325, -73.657468 44.444924, -73.657829 44.444542, -73.658069 44.444332, -73.65836 44.444133, -73.658952 44.443808, -73.65926 44.443678, -73.659737 44.443514, -73.660328 44.443333, -73.660997 44.44315, -73.661596 44.443006, -73.663236 44.442681, -73.664472 44.442482, -73.665008 44.442413, -73.665671 44.442367, -73.665986 44.442322, -73.666395 44.442228, -73.668125 44.441728, -73.668396 44.441669, -73.668747 44.441656, -73.668994 44.441677, -73.66981 44.441885, -73.670209 44.441951, -73.670632 44.441972, -73.67111 44.441962, -73.671649 44.441851, -73.672129 44.441697, -73.672671 44.441447, -73.67404 44.440725, -73.674318 44.440683, -73.67451 44.440688, -73.67483 44.440795, -73.675615 44.441111, -73.676378 44.441346, -73.6767 44.441406, -73.678276 44.441607, -73.678639 44.441671, -73.679103 44.441756, -73.680411 44.442086, -73.680799 44.442169, -73.681046 44.442207, -73.681298 44.442223, -73.681591 44.442218, -73.681828 44.442186, -73.682426 44.442005, -73.68302 44.441788, -73.683605 44.441544, -73.684089 44.441318, -73.684746 44.440971, -73.684969 44.440906, -73.685342 44.440847, -73.685674 44.440844, -73.685993 44.440874, -73.686259 44.440926, -73.686871 44.441078, -73.68748 44.441158, -73.68772 44.441173, -73.687961 44.441164, -73.688186 44.441131, -73.688407 44.441078, -73.688861 44.441121, -73.69375 44.442343, -73.694319 44.442444, -73.694947 44.442491, -73.695428 44.442462, -73.695924 44.442394, -73.6963 44.442318, -73.697108 44.442122, -73.697973 44.441855, -73.699633 44.441228, -73.700532 44.446008, -73.701141 44.445967, -73.717026 44.444888, -73.735412 44.443502, -73.747345 44.442636, -73.778832 44.440219, -73.784391 44.439835, -73.801083 44.438533, -73.824283 44.436744, -73.853624 44.434493, -73.909678 44.430056, -73.912005 44.446037, -73.918138 44.488809, -73.919609 44.498643, -73.920644 44.505155, -73.922151 44.513752, -73.924272 44.526223, -73.926815 44.540423, -73.928619 44.550849, -73.930519 44.561577, -73.933055 44.576102, -73.945973 44.574875, -73.947327 44.583462, -73.951703 44.612549, -73.95423 44.62886, -73.954763 44.632302, -73.957176 44.648401, -73.96165 44.677646, -73.964776 44.699284, -73.966196 44.709047, -73.986427 44.707701, -73.989632 44.732203, -73.990715 44.740205, -73.991673 44.746729, -73.991999 44.748835, -73.992121 44.750048, -73.992299 44.751312, -73.993149 44.756879, -73.994165 44.763096, -73.995364 44.770847, -73.998891 44.792394, -73.999503 44.796725, -74.000585 44.804909, -74.000882 44.806756, -74.000978 44.807279, -74.001053 44.807568, -74.001127 44.808383, -74.001608 44.810577, -74.002026 44.812117, -74.002542 44.814593, -74.002925 44.816682, -74.003989 44.822068, -74.004709 44.825986, -74.006514 44.836851, -74.006272 44.852156, -74.005975 44.858147, -74.005875 44.859607, -74.005989 44.872572, -74.006293 44.87947, -74.006667 44.886016, -74.007098 44.889551, -74.007197 44.890142, -74.007424 44.891906, -74.007942 44.895563, -74.00823 44.897021, -74.00906 44.901633, -74.009445 44.903517, -74.010359 44.907506, -74.010444 44.907795, -74.010655 44.90885, -74.010876 44.909762, -74.011371 44.912196, -74.012055 44.915258, -74.012807 44.918824, -74.013871 44.92362, -74.014587 44.927121, -74.015684 44.932061, -74.017714 44.941755, -74.019619 44.951408, -74.019827 44.952701, -74.021029 44.958659, -74.021077 44.958818, -74.022393 44.965699, -74.022619 44.967094, -74.023771 44.973164, -74.024031 44.974759, -74.024971 44.980089, -74.027399 44.995661, -74.027405 44.995696, -74.022899 44.995858, -74.00752 44.996402, -74.004845 44.996496, -73.992411 44.996935, -73.982784 44.997293, -73.977249 44.997499, -73.971801 44.997702, -73.962981 44.998032, -73.952136 44.99846, -73.94151 44.998879, -73.939299 44.998959, -73.932074 44.999218, -73.921498 44.999598, -73.912922 44.999909, -73.902741 45.000273, -73.899466 45.000389, -73.892986 45.00062, -73.882766 45.000984, -73.872574 45.001267, -73.861826 45.001569, -73.857978 45.001675, -73.850028 45.001894, -73.841411 45.002133, -73.823488 45.002391, -73.813673 45.00253, -73.804737 45.002657, -73.801757 45.002699, -73.792893 45.002824, -73.78362 45.002951, -73.774603 45.003018, -73.767486 45.003068, -73.756471 45.003142, -73.756349 45.003142, -73.745974 45.003151, -73.729334 45.003165, -73.723129 45.003168, -73.718168 45.003168, -73.716684 45.00317, -73.705472 45.003176, -73.694406 45.00308, -73.692255 45.003054, -73.681516 45.002948, -73.67533 45.002887, -73.674569 45.002888, -73.667182 45.002879, -73.666671 45.002885, -73.666272 45.002888, -73.665225 45.002896, -73.660887 45.00293, -73.660124 45.002934, -73.659762 45.002939, -73.658952 45.002945, -73.652458 45.002994, -73.652073 45.002995, -73.650243 45.003006, -73.6483 45.003069, -73.643476 45.003218, -73.639678 45.003339, -73.639267 45.003352, -73.6315 45.003592, -73.624943 45.0038, -73.618894 45.003987, -73.618073 45.004014, -73.607858 45.004328, -73.603723 45.00445, -73.60313 45.004464, -73.60303 45.004468, -73.601088 45.004523, -73.600128 45.00455, -73.596877 45.00464, -73.595813 45.004667, -73.587477 45.004901, -73.580202 45.005109, -73.580121 45.005109, -73.58009 45.005109, -73.572604 45.00532, -73.568681 45.005446, -73.5639 45.005595, -73.560103 45.005717, -73.552447 45.005962, -73.542308 45.006284, -73.538099 45.006421, -73.532196 45.006598, -73.519595 45.006993, -73.517228 45.007067, -73.506161 45.007412, -73.492065 45.007851, -73.490344 45.0079, -73.484821 45.008051, -73.481854 45.008134, -73.471843 45.008406, -73.460365 45.00867, -73.453651 45.008823, -73.452828 45.008842, -73.452692 45.008844, -73.452134 45.008854, -73.452079 45.008855, -73.452073 45.008854, -73.452024 45.008858, -73.451973 45.008862, -73.451973 45.008862, -73.451931 45.008856, -73.451893 45.008863, -73.451739 45.008865, -73.451218 45.008877, -73.451147 45.008879, -73.451073 45.00888, -73.441736 45.009095, -73.43815 45.009176, -73.427891 45.009409, -73.417927 45.009592, -73.414338 45.009656, -73.410618 45.009736, -73.408193 45.009768, -73.400415 45.009912, -73.400301 45.009915, -73.39944 45.009929, -73.391129 45.010079, -73.376395 45.010265, -73.371244 45.010329, -73.369456 45.010352, -73.367448 45.010377, -73.358062 45.010497, -73.353033 45.010559, -73.351355 45.010582, -73.343627 45.010719, -73.343166 45.010725, -73.34332 45.010071, -73.34382 45.00907, -73.344335 45.008204, -73.34486 45.00706, -73.345492 45.005862, -73.34614 45.004693, -73.346594 45.003664, -73.347087 45.002636, -73.347197 45.002376, -73.347541 45.001563, -73.348321 45.000134, -73.348607 44.999639))\", \"region_name\": \"Clinton County\", \"border_type\": \"county\", \"wikidata\": \"Q114884\", \"wikipedia\": \"en:Clinton County, New York\", \"admin_level\": \"6\", \"population\": \"81251\"}}}"} -{"id": "raster_only/min_slope+area/0014", "group": "raster_only", "template": "min_slope+area", "question": "How flat is the flattest part of Red Willow County, Nebraska?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-100.191844 40.001658, -100.196465 40.350086, -100.311089 40.349854, -100.327988 40.351173, -100.419678 40.350449, -100.553001 40.350388, -100.652534 40.349911, -100.662186 40.349861, -100.703812 40.349636, -100.70623 40.349625, -100.71949 40.349094, -100.756889 40.348877, -100.756854 40.002214, -100.739866 40.002172, -100.645205 40.001914, -100.566525 40.001926, -100.519014 40.001851, -100.477509 40.001843, -100.346168 40.001778, -100.271564 40.001705, -100.191844 40.001658))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Red Willow County, Nebraska\", \"geo_wkt\": \"POLYGON ((-100.191844 40.001658, -100.196465 40.350086, -100.311089 40.349854, -100.327988 40.351173, -100.419678 40.350449, -100.553001 40.350388, -100.652534 40.349911, -100.662186 40.349861, -100.703812 40.349636, -100.70623 40.349625, -100.71949 40.349094, -100.756889 40.348877, -100.756854 40.002214, -100.739866 40.002172, -100.645205 40.001914, -100.566525 40.001926, -100.519014 40.001851, -100.477509 40.001843, -100.346168 40.001778, -100.271564 40.001705, -100.191844 40.001658))\", \"region\": {\"id\": 1603, \"geometry\": \"POLYGON ((-100.191844 40.001658, -100.196465 40.350086, -100.311089 40.349854, -100.327988 40.351173, -100.419678 40.350449, -100.553001 40.350388, -100.652534 40.349911, -100.662186 40.349861, -100.703812 40.349636, -100.70623 40.349625, -100.71949 40.349094, -100.756889 40.348877, -100.756854 40.002214, -100.739866 40.002172, -100.645205 40.001914, -100.566525 40.001926, -100.519014 40.001851, -100.477509 40.001843, -100.346168 40.001778, -100.271564 40.001705, -100.191844 40.001658))\", \"region_name\": \"Red Willow County\", \"border_type\": \"county\", \"wikidata\": \"Q490678\", \"wikipedia\": \"en:Red Willow County, Nebraska\", \"admin_level\": \"6\"}}}"} -{"id": "raster_only/min_slope+area/0015", "group": "raster_only", "template": "min_slope+area", "question": "How flat is the flattest part of Cementon, New York?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-73.926017 42.133334, -73.925916 42.133353, -73.925777 42.133396, -73.925645 42.133468, -73.925459 42.133638, -73.925235 42.133877, -73.925037 42.134124, -73.924823 42.134406, -73.924722 42.134547, -73.924676 42.134637, -73.924637 42.13474, -73.924491 42.135192, -73.924414 42.135369, -73.924025 42.136475, -73.923867 42.13685, -73.923549 42.137547, -73.923023 42.138619, -73.92285 42.139006, -73.922613 42.13951, -73.922378 42.140032, -73.922029 42.14085, -73.921942 42.141028, -73.921751 42.141385, -73.921614 42.141699, -73.9215 42.142042, -73.919558 42.141513, -73.918268 42.141032, -73.917192 42.140186, -73.916424 42.139248, -73.916056 42.139065, -73.916086 42.138882, -73.916147 42.138833, -73.915846 42.138689, -73.915479 42.138495, -73.915087 42.138317, -73.914766 42.138209, -73.914418 42.13801, -73.914247 42.137745, -73.914173 42.137415, -73.913972 42.137284, -73.913585 42.137311, -73.913262 42.137415, -73.912801 42.137531, -73.912704 42.137572, -73.912463 42.137532, -73.912485 42.137484, -73.912668 42.137251, -73.91269 42.137208, -73.912704 42.137076, -73.912672 42.136979, -73.912399 42.136733, -73.912284 42.13654, -73.912266 42.136447, -73.912245 42.136232, -73.912263 42.136131, -73.912331 42.136031, -73.912543 42.135866, -73.912647 42.135848, -73.913224 42.135843, -73.913317 42.135803, -73.913407 42.135746, -73.913472 42.135689, -73.913572 42.135578, -73.913626 42.135481, -73.913676 42.135431, -73.913769 42.135363, -73.913891 42.135287, -73.913963 42.135205, -73.914035 42.135067, -73.914078 42.134938, -73.914096 42.134784, -73.914085 42.134414, -73.914121 42.134101, -73.914121 42.133997, -73.914178 42.133793, -73.914257 42.133613, -73.914271 42.133531, -73.914261 42.133466, -73.914221 42.133352, -73.914178 42.133323, -73.914103 42.133316, -73.914071 42.133305, -73.914035 42.133269, -73.914042 42.133187, -73.914221 42.132927, -73.9143 42.132716, -73.914408 42.132594, -73.914487 42.132454, -73.914555 42.132386, -73.914601 42.132368, -73.914709 42.132361, -73.914813 42.132382, -73.914971 42.132382, -73.915287 42.132294, -73.915412 42.132244, -73.915531 42.132183, -73.915656 42.132079, -73.915789 42.131914, -73.915853 42.131796, -73.915929 42.131778, -73.915957 42.131757, -73.916008 42.131646, -73.916018 42.131578, -73.916069 42.131563, -73.916302 42.131581, -73.916478 42.131621, -73.916643 42.131784, -73.916779 42.131859, -73.916883 42.131877, -73.917514 42.131877, -73.917625 42.131863, -73.917988 42.13176, -73.918558 42.131488, -73.918773 42.131398, -73.918888 42.131373, -73.919028 42.131406, -73.919229 42.131402, -73.919236 42.131359, -73.919225 42.131341, -73.919114 42.131255, -73.919092 42.131212, -73.919071 42.130992, -73.918877 42.130529, -73.91892 42.130305, -73.91891 42.130162, -73.918834 42.130065, -73.918777 42.129854, -73.918759 42.129389, -73.918786 42.129143, -73.921863 42.13094, -73.926017 42.133334))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Cementon, New York\", \"geo_wkt\": \"POLYGON ((-73.926017 42.133334, -73.925916 42.133353, -73.925777 42.133396, -73.925645 42.133468, -73.925459 42.133638, -73.925235 42.133877, -73.925037 42.134124, -73.924823 42.134406, -73.924722 42.134547, -73.924676 42.134637, -73.924637 42.13474, -73.924491 42.135192, -73.924414 42.135369, -73.924025 42.136475, -73.923867 42.13685, -73.923549 42.137547, -73.923023 42.138619, -73.92285 42.139006, -73.922613 42.13951, -73.922378 42.140032, -73.922029 42.14085, -73.921942 42.141028, -73.921751 42.141385, -73.921614 42.141699, -73.9215 42.142042, -73.919558 42.141513, -73.918268 42.141032, -73.917192 42.140186, -73.916424 42.139248, -73.916056 42.139065, -73.916086 42.138882, -73.916147 42.138833, -73.915846 42.138689, -73.915479 42.138495, -73.915087 42.138317, -73.914766 42.138209, -73.914418 42.13801, -73.914247 42.137745, -73.914173 42.137415, -73.913972 42.137284, -73.913585 42.137311, -73.913262 42.137415, -73.912801 42.137531, -73.912704 42.137572, -73.912463 42.137532, -73.912485 42.137484, -73.912668 42.137251, -73.91269 42.137208, -73.912704 42.137076, -73.912672 42.136979, -73.912399 42.136733, -73.912284 42.13654, -73.912266 42.136447, -73.912245 42.136232, -73.912263 42.136131, -73.912331 42.136031, -73.912543 42.135866, -73.912647 42.135848, -73.913224 42.135843, -73.913317 42.135803, -73.913407 42.135746, -73.913472 42.135689, -73.913572 42.135578, -73.913626 42.135481, -73.913676 42.135431, -73.913769 42.135363, -73.913891 42.135287, -73.913963 42.135205, -73.914035 42.135067, -73.914078 42.134938, -73.914096 42.134784, -73.914085 42.134414, -73.914121 42.134101, -73.914121 42.133997, -73.914178 42.133793, -73.914257 42.133613, -73.914271 42.133531, -73.914261 42.133466, -73.914221 42.133352, -73.914178 42.133323, -73.914103 42.133316, -73.914071 42.133305, -73.914035 42.133269, -73.914042 42.133187, -73.914221 42.132927, -73.9143 42.132716, -73.914408 42.132594, -73.914487 42.132454, -73.914555 42.132386, -73.914601 42.132368, -73.914709 42.132361, -73.914813 42.132382, -73.914971 42.132382, -73.915287 42.132294, -73.915412 42.132244, -73.915531 42.132183, -73.915656 42.132079, -73.915789 42.131914, -73.915853 42.131796, -73.915929 42.131778, -73.915957 42.131757, -73.916008 42.131646, -73.916018 42.131578, -73.916069 42.131563, -73.916302 42.131581, -73.916478 42.131621, -73.916643 42.131784, -73.916779 42.131859, -73.916883 42.131877, -73.917514 42.131877, -73.917625 42.131863, -73.917988 42.13176, -73.918558 42.131488, -73.918773 42.131398, -73.918888 42.131373, -73.919028 42.131406, -73.919229 42.131402, -73.919236 42.131359, -73.919225 42.131341, -73.919114 42.131255, -73.919092 42.131212, -73.919071 42.130992, -73.918877 42.130529, -73.91892 42.130305, -73.91891 42.130162, -73.918834 42.130065, -73.918777 42.129854, -73.918759 42.129389, -73.918786 42.129143, -73.921863 42.13094, -73.926017 42.133334))\", \"region\": {\"id\": 38732, \"geometry\": \"POLYGON ((-73.926017 42.133334, -73.925916 42.133353, -73.925777 42.133396, -73.925645 42.133468, -73.925459 42.133638, -73.925235 42.133877, -73.925037 42.134124, -73.924823 42.134406, -73.924722 42.134547, -73.924676 42.134637, -73.924637 42.13474, -73.924491 42.135192, -73.924414 42.135369, -73.924025 42.136475, -73.923867 42.13685, -73.923549 42.137547, -73.923023 42.138619, -73.92285 42.139006, -73.922613 42.13951, -73.922378 42.140032, -73.922029 42.14085, -73.921942 42.141028, -73.921751 42.141385, -73.921614 42.141699, -73.9215 42.142042, -73.919558 42.141513, -73.918268 42.141032, -73.917192 42.140186, -73.916424 42.139248, -73.916056 42.139065, -73.916086 42.138882, -73.916147 42.138833, -73.915846 42.138689, -73.915479 42.138495, -73.915087 42.138317, -73.914766 42.138209, -73.914418 42.13801, -73.914247 42.137745, -73.914173 42.137415, -73.913972 42.137284, -73.913585 42.137311, -73.913262 42.137415, -73.912801 42.137531, -73.912704 42.137572, -73.912463 42.137532, -73.912485 42.137484, -73.912668 42.137251, -73.91269 42.137208, -73.912704 42.137076, -73.912672 42.136979, -73.912399 42.136733, -73.912284 42.13654, -73.912266 42.136447, -73.912245 42.136232, -73.912263 42.136131, -73.912331 42.136031, -73.912543 42.135866, -73.912647 42.135848, -73.913224 42.135843, -73.913317 42.135803, -73.913407 42.135746, -73.913472 42.135689, -73.913572 42.135578, -73.913626 42.135481, -73.913676 42.135431, -73.913769 42.135363, -73.913891 42.135287, -73.913963 42.135205, -73.914035 42.135067, -73.914078 42.134938, -73.914096 42.134784, -73.914085 42.134414, -73.914121 42.134101, -73.914121 42.133997, -73.914178 42.133793, -73.914257 42.133613, -73.914271 42.133531, -73.914261 42.133466, -73.914221 42.133352, -73.914178 42.133323, -73.914103 42.133316, -73.914071 42.133305, -73.914035 42.133269, -73.914042 42.133187, -73.914221 42.132927, -73.9143 42.132716, -73.914408 42.132594, -73.914487 42.132454, -73.914555 42.132386, -73.914601 42.132368, -73.914709 42.132361, -73.914813 42.132382, -73.914971 42.132382, -73.915287 42.132294, -73.915412 42.132244, -73.915531 42.132183, -73.915656 42.132079, -73.915789 42.131914, -73.915853 42.131796, -73.915929 42.131778, -73.915957 42.131757, -73.916008 42.131646, -73.916018 42.131578, -73.916069 42.131563, -73.916302 42.131581, -73.916478 42.131621, -73.916643 42.131784, -73.916779 42.131859, -73.916883 42.131877, -73.917514 42.131877, -73.917625 42.131863, -73.917988 42.13176, -73.918558 42.131488, -73.918773 42.131398, -73.918888 42.131373, -73.919028 42.131406, -73.919229 42.131402, -73.919236 42.131359, -73.919225 42.131341, -73.919114 42.131255, -73.919092 42.131212, -73.919071 42.130992, -73.918877 42.130529, -73.91892 42.130305, -73.91891 42.130162, -73.918834 42.130065, -73.918777 42.129854, -73.918759 42.129389, -73.918786 42.129143, -73.921863 42.13094, -73.926017 42.133334))\", \"region_name\": \"Cementon\", \"wikidata\": \"Q108084140\", \"wikipedia\": \"en:Cementon, New York\", \"admin_level\": \"8\", \"population\": \"164\"}}}"} -{"id": "raster_only/min_slope+area/0016", "group": "raster_only", "template": "min_slope+area", "question": "What is the least steep slope across Poway, California?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-116.997839 32.947882, -116.997834 32.945096, -116.997825 32.943092, -116.997882 32.943116, -116.999297 32.944206, -116.999788 32.944432, -117.000112 32.944582, -117.000877 32.944738, -117.000944 32.9447, -117.001014 32.944644, -117.001037 32.944622, -117.001102 32.944544, -117.001143 32.94447, -117.001171 32.94439, -117.001501 32.944276, -117.002201 32.944033, -117.002494 32.943934, -117.002826 32.943823, -117.003674 32.943537, -117.006219 32.942682, -117.007068 32.942397, -117.007847 32.942135, -117.007922 32.942071, -117.008462 32.941617, -117.009457 32.941358, -117.010482 32.941363, -117.010497 32.941365, -117.010548 32.940461, -117.012551 32.938832, -117.012803 32.937985, -117.01296 32.937458, -117.012998 32.937329, -117.013277 32.937303, -117.013675 32.937265, -117.01489 32.937151, -117.014971 32.937143, -117.016018 32.936062, -117.016582 32.935366, -117.017706 32.934535, -117.018324 32.934297, -117.019329 32.93391, -117.019804 32.933727, -117.020533 32.933514, -117.02128 32.933248, -117.021406 32.933214, -117.023874 32.932557, -117.024755 32.932324, -117.025331 32.932163, -117.026147 32.931938, -117.026949 32.931429, -117.027455 32.931109, -117.027922 32.930813, -117.028521 32.930702, -117.029871 32.930458, -117.031817 32.929633, -117.032887 32.929181, -117.03306 32.929108, -117.033908 32.928107, -117.033973 32.928031, -117.03654 32.92793, -117.037476 32.927263, -117.038155 32.927294, -117.039402 32.927353, -117.039654 32.927365, -117.040606 32.927409, -117.040779 32.927417, -117.040935 32.927424, -117.041521 32.927466, -117.044184 32.927664, -117.046526 32.927168, -117.046946 32.927327, -117.047039 32.927362, -117.047183 32.927416, -117.047445 32.927516, -117.048227 32.927811, -117.048884 32.927838, -117.049264 32.927854, -117.049913 32.92768, -117.050203 32.927603, -117.053123 32.928397, -117.054193 32.928689, -117.054343 32.928714, -117.054511 32.928741, -117.05556 32.929011, -117.055608 32.929108, -117.055644 32.92918, -117.055689 32.929268, -117.055882 32.929377, -117.056103 32.929502, -117.05619 32.92956, -117.056451 32.929733, -117.0566 32.929832, -117.056755 32.930009, -117.056844 32.930226, -117.05702 32.930448, -117.057231 32.93063, -117.057388 32.930722, -117.057555 32.930781, -117.05776 32.930864, -117.057869 32.930887, -117.058122 32.930974, -117.058168 32.930989, -117.058243 32.931035, -117.058241 32.930663, -117.058235 32.930426, -117.058231 32.930096, -117.058224 32.929519, -117.058204 32.929138, -117.058199 32.929053, -117.058213 32.928595, -117.058217 32.92842, -117.05823 32.927899, -117.058232 32.927823, -117.059342 32.927808, -117.059868 32.927804, -117.060919 32.927784, -117.061632 32.92777, -117.062151 32.927764, -117.062462 32.927761, -117.06546 32.927733, -117.065469 32.927743, -117.065496 32.927776, -117.065506 32.927787, -117.065851 32.927752, -117.066195 32.927727, -117.06631 32.927727, -117.066658 32.927727, -117.066659 32.927918, -117.066674 32.928567, -117.066676 32.92914, -117.066677 32.929351, -117.066681 32.930525, -117.066681 32.930576, -117.066684 32.930865, -117.066688 32.931349, -117.066695 32.931782, -117.066713 32.932617, -117.066729 32.933246, -117.066749 32.93404, -117.066759 32.934445, -117.066717 32.9345, -117.066716 32.934643, -117.066716 32.935056, -117.067344 32.935093, -117.067198 32.935679, -117.067154 32.935819, -117.067087 32.935939, -117.067034 32.93604, -117.06701 32.936099, -117.066958 32.936235, -117.066876 32.936391, -117.066832 32.936446, -117.066789 32.936477, -117.066767 32.936491, -117.066716 32.936506, -117.06677 32.940385, -117.066783 32.94232, -117.067162 32.942321, -117.070824 32.942334, -117.07108 32.94243, -117.071089 32.945951, -117.071159 32.945953, -117.075417 32.945989, -117.075418 32.947174, -117.075417 32.947651, -117.075417 32.948539, -117.075418 32.949586, -117.078965 32.949617, -117.083909 32.949638, -117.083948 32.950865, -117.08396 32.951247, -117.084134 32.956761, -117.084156 32.957452, -117.084237 32.959879, -117.084239 32.959924, -117.084259 32.960566, -117.084301 32.961942, -117.084303 32.962421, -117.084311 32.964035, -117.084311 32.964057, -117.084314 32.964583, -117.084259 32.964582, -117.078607 32.964514, -117.075199 32.964473, -117.071658 32.96443, -117.069114 32.964399, -117.06859 32.964393, -117.067382 32.964375, -117.067181 32.964372, -117.066895 32.96437, -117.066862 32.965555, -117.066844 32.968341, -117.066831 32.971245, -117.066823 32.972204, -117.066723 32.9753, -117.066626 32.97923, -117.06662 32.979723, -117.066587 32.98222, -117.066582 32.982729, -117.066576 32.982963, -117.066538 32.984513, -117.066519 32.985109, -117.06648 32.986284, -117.066441 32.987285, -117.066283 32.991454, -117.066362 32.992954, -117.06636 32.993261, -117.063069 32.993215, -117.062387 32.993206, -117.062255 32.993207, -117.062113 32.993208, -117.062112 32.994137, -117.062113 32.994761, -117.062085 32.994899, -117.060419 32.994745, -117.060268 32.994731, -117.06012 32.994718, -117.058954 32.999128, -117.058767 32.999835, -117.058659 33.000275, -117.05842 33.00126, -117.058356 33.001459, -117.058336 33.001508, -117.058231 33.001893, -117.057882 33.003168, -117.057626 33.00411, -117.057654 33.004167, -117.057302 33.005463, -117.057219 33.005757, -117.057025 33.006361, -117.056886 33.006811, -117.056729 33.007316, -117.056693 33.007441, -117.056618 33.007703, -117.056082 33.009648, -117.056027 33.009843, -117.056009 33.009943, -117.055991 33.010098, -117.055694 33.011261, -117.055634 33.011376, -117.055584 33.011562, -117.055335 33.012488, -117.055258 33.012793, -117.054559 33.015569, -117.054429 33.016059, -117.05373 33.018755, -117.053789 33.018743, -117.053651 33.019247, -117.053585 33.019488, -117.053432 33.020044, -117.053381 33.020231, -117.053246 33.020724, -117.053161 33.021032, -117.053067 33.021377, -117.052908 33.021957, -117.052779 33.022426, -117.052772 33.02245, -117.052479 33.023521, -117.05242 33.023734, -117.052382 33.023873, -117.051919 33.02475, -117.051763 33.025032, -117.051641 33.025255, -117.047774 33.032296, -117.047605 33.032401, -117.047427 33.032512, -117.047328 33.032691, -117.047192 33.032941, -117.046884 33.03351, -117.046248 33.034687, -117.04621 33.034757, -117.045962 33.035218, -117.045655 33.035788, -117.045607 33.035919, -117.044871 33.037247, -117.042935 33.040744, -117.041566 33.043098, -117.041345 33.043476, -117.041027 33.044025, -117.03972 33.044025, -117.039511 33.04442, -117.038908 33.044881, -117.038438 33.045012, -117.038437 33.045122, -117.038463 33.045144, -117.038542 33.045122, -117.03862 33.045122, -117.038646 33.045144, -117.038672 33.045232, -117.038673 33.045319, -117.038699 33.045363, -117.038464 33.045626, -117.03815 33.045714, -117.03828 33.045758, -117.038359 33.045846, -117.038411 33.045933, -117.038412 33.046087, -117.038385 33.046218, -117.038307 33.04635, -117.038224 33.04642, -117.038332 33.0467, -117.038306 33.04681, -117.038255 33.046876, -117.037937 33.046999, -117.037783 33.04703, -117.037597 33.047008, -117.037859 33.047227, -117.03799 33.047446, -117.037938 33.048017, -117.037729 33.048039, -117.037728 33.048169, -117.037782 33.048147, -117.037833 33.04817, -117.037885 33.048258, -117.038096 33.048192, -117.038226 33.048433, -117.038304 33.048609, -117.038279 33.04874, -117.038356 33.048894, -117.03833 33.049025, -117.038279 33.049639, -117.038068 33.049924, -117.037729 33.050056, -117.036866 33.0501, -117.036472 33.050757, -117.036107 33.05113, -117.035479 33.05159, -117.035295 33.051701, -117.035426 33.05181, -117.035374 33.051964, -117.034956 33.052095, -117.035374 33.052094, -117.035617 33.052625, -117.035664 33.052658, -117.03566 33.052962, -117.035626 33.053153, -117.035374 33.053389, -117.035112 33.053477, -117.03493 33.053521, -117.034824 33.05363, -117.034564 33.053806, -117.034326 33.053897, -117.034144 33.053981, -117.034066 33.054003, -117.033988 33.054003, -117.033882 33.054025, -117.033726 33.054025, -117.033542 33.053981, -117.033228 33.053499, -117.033046 33.05363, -117.032784 33.05363, -117.032548 33.053674, -117.032183 33.053543, -117.031895 33.05317, -117.03179 33.052973, -117.031686 33.052709, -117.031764 33.052622, -117.031738 33.052578, -117.031633 33.052578, -117.031398 33.052183, -117.031189 33.052052, -117.031215 33.051876, -117.030875 33.051701, -117.030848 33.052008, -117.030221 33.052249, -117.030194 33.052381, -117.030064 33.052468, -117.029919 33.052461, -117.029828 33.052534, -117.029697 33.052797, -117.029776 33.052819, -117.029959 33.05306, -117.02988 33.053214, -117.03009 33.053214, -117.030325 33.053587, -117.030011 33.053674, -117.030273 33.05385, -117.030168 33.054244, -117.029932 33.05431, -117.030168 33.05453, -117.030142 33.054793, -117.029592 33.055253, -117.029566 33.055538, -117.029114 33.055988, -117.02844 33.056657, -117.027708 33.056788, -117.027524 33.057074, -117.02687 33.057402, -117.026634 33.057183, -117.026374 33.057249, -117.026504 33.057402, -117.026164 33.057534, -117.026034 33.057512, -117.02606 33.057666, -117.025692 33.058148, -117.02517 33.058499, -117.02454 33.058543, -117.024202 33.058739, -117.02441 33.059025, -117.024592 33.059727, -117.024462 33.059902, -117.023624 33.05988, -117.023336 33.059705, -117.023172 33.059854, -117.023174 33.059448, -117.023184 33.059089, -117.023192 33.058643, -117.018818 33.058724, -117.018818 33.06025, -117.018636 33.060226, -117.01865 33.062626, -117.01769 33.062651, -117.018 33.063317, -117.018642 33.064712, -117.01832 33.064896, -117.017996 33.06507, -117.01785 33.065128, -117.01771 33.06517, -117.017552 33.065204, -117.01646 33.065349, -117.01617 33.065376, -117.015262 33.065423, -117.015118 33.065439, -117.014908 33.065477, -117.014812 33.065515, -117.014726 33.065568, -117.01468 33.065608, -117.01463 33.065662, -117.014582 33.065734, -117.014554 33.065812, -117.014546 33.065853, -117.014474 33.066097, -117.01444 33.066159, -117.014396 33.066216, -117.01434 33.066267, -117.014278 33.066311, -117.014196 33.06635, -117.014072 33.066384, -117.013928 33.066408, -117.01378 33.066416, -117.013554 33.066406, -117.012166 33.066362, -117.01212 33.062544, -117.010442 33.062609, -117.010024 33.062577, -117.010016 33.062511, -117.010022 33.062319, -117.010036 33.062102, -117.010044 33.061731, -117.010038 33.061666, -117.009986 33.059129, -117.005477 33.059242, -117.005432 33.05183, -116.996655 33.052075, -116.99668 33.050032, -116.99651 33.030173, -117.001014 33.030062, -117.001197 33.02274, -116.998688 33.022681, -116.996919 33.022649, -116.996787 33.022558, -116.996564 33.022326, -116.996444 33.022237, -116.996143 33.007681, -116.991991 33.007607, -116.992043 33.011264, -116.983159 33.011019, -116.983206 33.014997, -116.970208 33.014959, -116.970208 33.011222, -116.978819 33.011183, -116.978796 33.007505, -116.979325 33.000176, -116.961897 33.000099, -116.961989 32.996142, -116.96208 32.992481, -116.957787 32.992423, -116.95781 32.988705, -116.96208 32.988686, -116.962127 32.977457, -116.957787 32.977669, -116.95781 32.981367, -116.953471 32.981445, -116.953448 32.988725, -116.944865 32.988704, -116.944862 32.985162, -116.940419 32.985203, -116.940356 32.970667, -116.953498 32.970458, -116.953569 32.963257, -116.957819 32.963074, -116.957834 32.963402, -116.957812 32.966704, -116.962149 32.966574, -116.96217 32.964493, -116.962075 32.963974, -116.962089 32.963977, -116.962129 32.963997, -116.962144 32.96296, -116.97257 32.962969, -116.988554 32.963078, -116.988806 32.95953, -116.997202 32.95958, -116.997847 32.959578, -116.997839 32.95283, -116.997833 32.952406, -116.997839 32.947882))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Poway, California\", \"geo_wkt\": \"POLYGON ((-116.997839 32.947882, -116.997834 32.945096, -116.997825 32.943092, -116.997882 32.943116, -116.999297 32.944206, -116.999788 32.944432, -117.000112 32.944582, -117.000877 32.944738, -117.000944 32.9447, -117.001014 32.944644, -117.001037 32.944622, -117.001102 32.944544, -117.001143 32.94447, -117.001171 32.94439, -117.001501 32.944276, -117.002201 32.944033, -117.002494 32.943934, -117.002826 32.943823, -117.003674 32.943537, -117.006219 32.942682, -117.007068 32.942397, -117.007847 32.942135, -117.007922 32.942071, -117.008462 32.941617, -117.009457 32.941358, -117.010482 32.941363, -117.010497 32.941365, -117.010548 32.940461, -117.012551 32.938832, -117.012803 32.937985, -117.01296 32.937458, -117.012998 32.937329, -117.013277 32.937303, -117.013675 32.937265, -117.01489 32.937151, -117.014971 32.937143, -117.016018 32.936062, -117.016582 32.935366, -117.017706 32.934535, -117.018324 32.934297, -117.019329 32.93391, -117.019804 32.933727, -117.020533 32.933514, -117.02128 32.933248, -117.021406 32.933214, -117.023874 32.932557, -117.024755 32.932324, -117.025331 32.932163, -117.026147 32.931938, -117.026949 32.931429, -117.027455 32.931109, -117.027922 32.930813, -117.028521 32.930702, -117.029871 32.930458, -117.031817 32.929633, -117.032887 32.929181, -117.03306 32.929108, -117.033908 32.928107, -117.033973 32.928031, -117.03654 32.92793, -117.037476 32.927263, -117.038155 32.927294, -117.039402 32.927353, -117.039654 32.927365, -117.040606 32.927409, -117.040779 32.927417, -117.040935 32.927424, -117.041521 32.927466, -117.044184 32.927664, -117.046526 32.927168, -117.046946 32.927327, -117.047039 32.927362, -117.047183 32.927416, -117.047445 32.927516, -117.048227 32.927811, -117.048884 32.927838, -117.049264 32.927854, -117.049913 32.92768, -117.050203 32.927603, -117.053123 32.928397, -117.054193 32.928689, -117.054343 32.928714, -117.054511 32.928741, -117.05556 32.929011, -117.055608 32.929108, -117.055644 32.92918, -117.055689 32.929268, -117.055882 32.929377, -117.056103 32.929502, -117.05619 32.92956, -117.056451 32.929733, -117.0566 32.929832, -117.056755 32.930009, -117.056844 32.930226, -117.05702 32.930448, -117.057231 32.93063, -117.057388 32.930722, -117.057555 32.930781, -117.05776 32.930864, -117.057869 32.930887, -117.058122 32.930974, -117.058168 32.930989, -117.058243 32.931035, -117.058241 32.930663, -117.058235 32.930426, -117.058231 32.930096, -117.058224 32.929519, -117.058204 32.929138, -117.058199 32.929053, -117.058213 32.928595, -117.058217 32.92842, -117.05823 32.927899, -117.058232 32.927823, -117.059342 32.927808, -117.059868 32.927804, -117.060919 32.927784, -117.061632 32.92777, -117.062151 32.927764, -117.062462 32.927761, -117.06546 32.927733, -117.065469 32.927743, -117.065496 32.927776, -117.065506 32.927787, -117.065851 32.927752, -117.066195 32.927727, -117.06631 32.927727, -117.066658 32.927727, -117.066659 32.927918, -117.066674 32.928567, -117.066676 32.92914, -117.066677 32.929351, -117.066681 32.930525, -117.066681 32.930576, -117.066684 32.930865, -117.066688 32.931349, -117.066695 32.931782, -117.066713 32.932617, -117.066729 32.933246, -117.066749 32.93404, -117.066759 32.934445, -117.066717 32.9345, -117.066716 32.934643, -117.066716 32.935056, -117.067344 32.935093, -117.067198 32.935679, -117.067154 32.935819, -117.067087 32.935939, -117.067034 32.93604, -117.06701 32.936099, -117.066958 32.936235, -117.066876 32.936391, -117.066832 32.936446, -117.066789 32.936477, -117.066767 32.936491, -117.066716 32.936506, -117.06677 32.940385, -117.066783 32.94232, -117.067162 32.942321, -117.070824 32.942334, -117.07108 32.94243, -117.071089 32.945951, -117.071159 32.945953, -117.075417 32.945989, -117.075418 32.947174, -117.075417 32.947651, -117.075417 32.948539, -117.075418 32.949586, -117.078965 32.949617, -117.083909 32.949638, -117.083948 32.950865, -117.08396 32.951247, -117.084134 32.956761, -117.084156 32.957452, -117.084237 32.959879, -117.084239 32.959924, -117.084259 32.960566, -117.084301 32.961942, -117.084303 32.962421, -117.084311 32.964035, -117.084311 32.964057, -117.084314 32.964583, -117.084259 32.964582, -117.078607 32.964514, -117.075199 32.964473, -117.071658 32.96443, -117.069114 32.964399, -117.06859 32.964393, -117.067382 32.964375, -117.067181 32.964372, -117.066895 32.96437, -117.066862 32.965555, -117.066844 32.968341, -117.066831 32.971245, -117.066823 32.972204, -117.066723 32.9753, -117.066626 32.97923, -117.06662 32.979723, -117.066587 32.98222, -117.066582 32.982729, -117.066576 32.982963, -117.066538 32.984513, -117.066519 32.985109, -117.06648 32.986284, -117.066441 32.987285, -117.066283 32.991454, -117.066362 32.992954, -117.06636 32.993261, -117.063069 32.993215, -117.062387 32.993206, -117.062255 32.993207, -117.062113 32.993208, -117.062112 32.994137, -117.062113 32.994761, -117.062085 32.994899, -117.060419 32.994745, -117.060268 32.994731, -117.06012 32.994718, -117.058954 32.999128, -117.058767 32.999835, -117.058659 33.000275, -117.05842 33.00126, -117.058356 33.001459, -117.058336 33.001508, -117.058231 33.001893, -117.057882 33.003168, -117.057626 33.00411, -117.057654 33.004167, -117.057302 33.005463, -117.057219 33.005757, -117.057025 33.006361, -117.056886 33.006811, -117.056729 33.007316, -117.056693 33.007441, -117.056618 33.007703, -117.056082 33.009648, -117.056027 33.009843, -117.056009 33.009943, -117.055991 33.010098, -117.055694 33.011261, -117.055634 33.011376, -117.055584 33.011562, -117.055335 33.012488, -117.055258 33.012793, -117.054559 33.015569, -117.054429 33.016059, -117.05373 33.018755, -117.053789 33.018743, -117.053651 33.019247, -117.053585 33.019488, -117.053432 33.020044, -117.053381 33.020231, -117.053246 33.020724, -117.053161 33.021032, -117.053067 33.021377, -117.052908 33.021957, -117.052779 33.022426, -117.052772 33.02245, -117.052479 33.023521, -117.05242 33.023734, -117.052382 33.023873, -117.051919 33.02475, -117.051763 33.025032, -117.051641 33.025255, -117.047774 33.032296, -117.047605 33.032401, -117.047427 33.032512, -117.047328 33.032691, -117.047192 33.032941, -117.046884 33.03351, -117.046248 33.034687, -117.04621 33.034757, -117.045962 33.035218, -117.045655 33.035788, -117.045607 33.035919, -117.044871 33.037247, -117.042935 33.040744, -117.041566 33.043098, -117.041345 33.043476, -117.041027 33.044025, -117.03972 33.044025, -117.039511 33.04442, -117.038908 33.044881, -117.038438 33.045012, -117.038437 33.045122, -117.038463 33.045144, -117.038542 33.045122, -117.03862 33.045122, -117.038646 33.045144, -117.038672 33.045232, -117.038673 33.045319, -117.038699 33.045363, -117.038464 33.045626, -117.03815 33.045714, -117.03828 33.045758, -117.038359 33.045846, -117.038411 33.045933, -117.038412 33.046087, -117.038385 33.046218, -117.038307 33.04635, -117.038224 33.04642, -117.038332 33.0467, -117.038306 33.04681, -117.038255 33.046876, -117.037937 33.046999, -117.037783 33.04703, -117.037597 33.047008, -117.037859 33.047227, -117.03799 33.047446, -117.037938 33.048017, -117.037729 33.048039, -117.037728 33.048169, -117.037782 33.048147, -117.037833 33.04817, -117.037885 33.048258, -117.038096 33.048192, -117.038226 33.048433, -117.038304 33.048609, -117.038279 33.04874, -117.038356 33.048894, -117.03833 33.049025, -117.038279 33.049639, -117.038068 33.049924, -117.037729 33.050056, -117.036866 33.0501, -117.036472 33.050757, -117.036107 33.05113, -117.035479 33.05159, -117.035295 33.051701, -117.035426 33.05181, -117.035374 33.051964, -117.034956 33.052095, -117.035374 33.052094, -117.035617 33.052625, -117.035664 33.052658, -117.03566 33.052962, -117.035626 33.053153, -117.035374 33.053389, -117.035112 33.053477, -117.03493 33.053521, -117.034824 33.05363, -117.034564 33.053806, -117.034326 33.053897, -117.034144 33.053981, -117.034066 33.054003, -117.033988 33.054003, -117.033882 33.054025, -117.033726 33.054025, -117.033542 33.053981, -117.033228 33.053499, -117.033046 33.05363, -117.032784 33.05363, -117.032548 33.053674, -117.032183 33.053543, -117.031895 33.05317, -117.03179 33.052973, -117.031686 33.052709, -117.031764 33.052622, -117.031738 33.052578, -117.031633 33.052578, -117.031398 33.052183, -117.031189 33.052052, -117.031215 33.051876, -117.030875 33.051701, -117.030848 33.052008, -117.030221 33.052249, -117.030194 33.052381, -117.030064 33.052468, -117.029919 33.052461, -117.029828 33.052534, -117.029697 33.052797, -117.029776 33.052819, -117.029959 33.05306, -117.02988 33.053214, -117.03009 33.053214, -117.030325 33.053587, -117.030011 33.053674, -117.030273 33.05385, -117.030168 33.054244, -117.029932 33.05431, -117.030168 33.05453, -117.030142 33.054793, -117.029592 33.055253, -117.029566 33.055538, -117.029114 33.055988, -117.02844 33.056657, -117.027708 33.056788, -117.027524 33.057074, -117.02687 33.057402, -117.026634 33.057183, -117.026374 33.057249, -117.026504 33.057402, -117.026164 33.057534, -117.026034 33.057512, -117.02606 33.057666, -117.025692 33.058148, -117.02517 33.058499, -117.02454 33.058543, -117.024202 33.058739, -117.02441 33.059025, -117.024592 33.059727, -117.024462 33.059902, -117.023624 33.05988, -117.023336 33.059705, -117.023172 33.059854, -117.023174 33.059448, -117.023184 33.059089, -117.023192 33.058643, -117.018818 33.058724, -117.018818 33.06025, -117.018636 33.060226, -117.01865 33.062626, -117.01769 33.062651, -117.018 33.063317, -117.018642 33.064712, -117.01832 33.064896, -117.017996 33.06507, -117.01785 33.065128, -117.01771 33.06517, -117.017552 33.065204, -117.01646 33.065349, -117.01617 33.065376, -117.015262 33.065423, -117.015118 33.065439, -117.014908 33.065477, -117.014812 33.065515, -117.014726 33.065568, -117.01468 33.065608, -117.01463 33.065662, -117.014582 33.065734, -117.014554 33.065812, -117.014546 33.065853, -117.014474 33.066097, -117.01444 33.066159, -117.014396 33.066216, -117.01434 33.066267, -117.014278 33.066311, -117.014196 33.06635, -117.014072 33.066384, -117.013928 33.066408, -117.01378 33.066416, -117.013554 33.066406, -117.012166 33.066362, -117.01212 33.062544, -117.010442 33.062609, -117.010024 33.062577, -117.010016 33.062511, -117.010022 33.062319, -117.010036 33.062102, -117.010044 33.061731, -117.010038 33.061666, -117.009986 33.059129, -117.005477 33.059242, -117.005432 33.05183, -116.996655 33.052075, -116.99668 33.050032, -116.99651 33.030173, -117.001014 33.030062, -117.001197 33.02274, -116.998688 33.022681, -116.996919 33.022649, -116.996787 33.022558, -116.996564 33.022326, -116.996444 33.022237, -116.996143 33.007681, -116.991991 33.007607, -116.992043 33.011264, -116.983159 33.011019, -116.983206 33.014997, -116.970208 33.014959, -116.970208 33.011222, -116.978819 33.011183, -116.978796 33.007505, -116.979325 33.000176, -116.961897 33.000099, -116.961989 32.996142, -116.96208 32.992481, -116.957787 32.992423, -116.95781 32.988705, -116.96208 32.988686, -116.962127 32.977457, -116.957787 32.977669, -116.95781 32.981367, -116.953471 32.981445, -116.953448 32.988725, -116.944865 32.988704, -116.944862 32.985162, -116.940419 32.985203, -116.940356 32.970667, -116.953498 32.970458, -116.953569 32.963257, -116.957819 32.963074, -116.957834 32.963402, -116.957812 32.966704, -116.962149 32.966574, -116.96217 32.964493, -116.962075 32.963974, -116.962089 32.963977, -116.962129 32.963997, -116.962144 32.96296, -116.97257 32.962969, -116.988554 32.963078, -116.988806 32.95953, -116.997202 32.95958, -116.997847 32.959578, -116.997839 32.95283, -116.997833 32.952406, -116.997839 32.947882))\", \"region\": {\"id\": 33219, \"geometry\": \"POLYGON ((-116.997839 32.947882, -116.997834 32.945096, -116.997825 32.943092, -116.997882 32.943116, -116.999297 32.944206, -116.999788 32.944432, -117.000112 32.944582, -117.000877 32.944738, -117.000944 32.9447, -117.001014 32.944644, -117.001037 32.944622, -117.001102 32.944544, -117.001143 32.94447, -117.001171 32.94439, -117.001501 32.944276, -117.002201 32.944033, -117.002494 32.943934, -117.002826 32.943823, -117.003674 32.943537, -117.006219 32.942682, -117.007068 32.942397, -117.007847 32.942135, -117.007922 32.942071, -117.008462 32.941617, -117.009457 32.941358, -117.010482 32.941363, -117.010497 32.941365, -117.010548 32.940461, -117.012551 32.938832, -117.012803 32.937985, -117.01296 32.937458, -117.012998 32.937329, -117.013277 32.937303, -117.013675 32.937265, -117.01489 32.937151, -117.014971 32.937143, -117.016018 32.936062, -117.016582 32.935366, -117.017706 32.934535, -117.018324 32.934297, -117.019329 32.93391, -117.019804 32.933727, -117.020533 32.933514, -117.02128 32.933248, -117.021406 32.933214, -117.023874 32.932557, -117.024755 32.932324, -117.025331 32.932163, -117.026147 32.931938, -117.026949 32.931429, -117.027455 32.931109, -117.027922 32.930813, -117.028521 32.930702, -117.029871 32.930458, -117.031817 32.929633, -117.032887 32.929181, -117.03306 32.929108, -117.033908 32.928107, -117.033973 32.928031, -117.03654 32.92793, -117.037476 32.927263, -117.038155 32.927294, -117.039402 32.927353, -117.039654 32.927365, -117.040606 32.927409, -117.040779 32.927417, -117.040935 32.927424, -117.041521 32.927466, -117.044184 32.927664, -117.046526 32.927168, -117.046946 32.927327, -117.047039 32.927362, -117.047183 32.927416, -117.047445 32.927516, -117.048227 32.927811, -117.048884 32.927838, -117.049264 32.927854, -117.049913 32.92768, -117.050203 32.927603, -117.053123 32.928397, -117.054193 32.928689, -117.054343 32.928714, -117.054511 32.928741, -117.05556 32.929011, -117.055608 32.929108, -117.055644 32.92918, -117.055689 32.929268, -117.055882 32.929377, -117.056103 32.929502, -117.05619 32.92956, -117.056451 32.929733, -117.0566 32.929832, -117.056755 32.930009, -117.056844 32.930226, -117.05702 32.930448, -117.057231 32.93063, -117.057388 32.930722, -117.057555 32.930781, -117.05776 32.930864, -117.057869 32.930887, -117.058122 32.930974, -117.058168 32.930989, -117.058243 32.931035, -117.058241 32.930663, -117.058235 32.930426, -117.058231 32.930096, -117.058224 32.929519, -117.058204 32.929138, -117.058199 32.929053, -117.058213 32.928595, -117.058217 32.92842, -117.05823 32.927899, -117.058232 32.927823, -117.059342 32.927808, -117.059868 32.927804, -117.060919 32.927784, -117.061632 32.92777, -117.062151 32.927764, -117.062462 32.927761, -117.06546 32.927733, -117.065469 32.927743, -117.065496 32.927776, -117.065506 32.927787, -117.065851 32.927752, -117.066195 32.927727, -117.06631 32.927727, -117.066658 32.927727, -117.066659 32.927918, -117.066674 32.928567, -117.066676 32.92914, -117.066677 32.929351, -117.066681 32.930525, -117.066681 32.930576, -117.066684 32.930865, -117.066688 32.931349, -117.066695 32.931782, -117.066713 32.932617, -117.066729 32.933246, -117.066749 32.93404, -117.066759 32.934445, -117.066717 32.9345, -117.066716 32.934643, -117.066716 32.935056, -117.067344 32.935093, -117.067198 32.935679, -117.067154 32.935819, -117.067087 32.935939, -117.067034 32.93604, -117.06701 32.936099, -117.066958 32.936235, -117.066876 32.936391, -117.066832 32.936446, -117.066789 32.936477, -117.066767 32.936491, -117.066716 32.936506, -117.06677 32.940385, -117.066783 32.94232, -117.067162 32.942321, -117.070824 32.942334, -117.07108 32.94243, -117.071089 32.945951, -117.071159 32.945953, -117.075417 32.945989, -117.075418 32.947174, -117.075417 32.947651, -117.075417 32.948539, -117.075418 32.949586, -117.078965 32.949617, -117.083909 32.949638, -117.083948 32.950865, -117.08396 32.951247, -117.084134 32.956761, -117.084156 32.957452, -117.084237 32.959879, -117.084239 32.959924, -117.084259 32.960566, -117.084301 32.961942, -117.084303 32.962421, -117.084311 32.964035, -117.084311 32.964057, -117.084314 32.964583, -117.084259 32.964582, -117.078607 32.964514, -117.075199 32.964473, -117.071658 32.96443, -117.069114 32.964399, -117.06859 32.964393, -117.067382 32.964375, -117.067181 32.964372, -117.066895 32.96437, -117.066862 32.965555, -117.066844 32.968341, -117.066831 32.971245, -117.066823 32.972204, -117.066723 32.9753, -117.066626 32.97923, -117.06662 32.979723, -117.066587 32.98222, -117.066582 32.982729, -117.066576 32.982963, -117.066538 32.984513, -117.066519 32.985109, -117.06648 32.986284, -117.066441 32.987285, -117.066283 32.991454, -117.066362 32.992954, -117.06636 32.993261, -117.063069 32.993215, -117.062387 32.993206, -117.062255 32.993207, -117.062113 32.993208, -117.062112 32.994137, -117.062113 32.994761, -117.062085 32.994899, -117.060419 32.994745, -117.060268 32.994731, -117.06012 32.994718, -117.058954 32.999128, -117.058767 32.999835, -117.058659 33.000275, -117.05842 33.00126, -117.058356 33.001459, -117.058336 33.001508, -117.058231 33.001893, -117.057882 33.003168, -117.057626 33.00411, -117.057654 33.004167, -117.057302 33.005463, -117.057219 33.005757, -117.057025 33.006361, -117.056886 33.006811, -117.056729 33.007316, -117.056693 33.007441, -117.056618 33.007703, -117.056082 33.009648, -117.056027 33.009843, -117.056009 33.009943, -117.055991 33.010098, -117.055694 33.011261, -117.055634 33.011376, -117.055584 33.011562, -117.055335 33.012488, -117.055258 33.012793, -117.054559 33.015569, -117.054429 33.016059, -117.05373 33.018755, -117.053789 33.018743, -117.053651 33.019247, -117.053585 33.019488, -117.053432 33.020044, -117.053381 33.020231, -117.053246 33.020724, -117.053161 33.021032, -117.053067 33.021377, -117.052908 33.021957, -117.052779 33.022426, -117.052772 33.02245, -117.052479 33.023521, -117.05242 33.023734, -117.052382 33.023873, -117.051919 33.02475, -117.051763 33.025032, -117.051641 33.025255, -117.047774 33.032296, -117.047605 33.032401, -117.047427 33.032512, -117.047328 33.032691, -117.047192 33.032941, -117.046884 33.03351, -117.046248 33.034687, -117.04621 33.034757, -117.045962 33.035218, -117.045655 33.035788, -117.045607 33.035919, -117.044871 33.037247, -117.042935 33.040744, -117.041566 33.043098, -117.041345 33.043476, -117.041027 33.044025, -117.03972 33.044025, -117.039511 33.04442, -117.038908 33.044881, -117.038438 33.045012, -117.038437 33.045122, -117.038463 33.045144, -117.038542 33.045122, -117.03862 33.045122, -117.038646 33.045144, -117.038672 33.045232, -117.038673 33.045319, -117.038699 33.045363, -117.038464 33.045626, -117.03815 33.045714, -117.03828 33.045758, -117.038359 33.045846, -117.038411 33.045933, -117.038412 33.046087, -117.038385 33.046218, -117.038307 33.04635, -117.038224 33.04642, -117.038332 33.0467, -117.038306 33.04681, -117.038255 33.046876, -117.037937 33.046999, -117.037783 33.04703, -117.037597 33.047008, -117.037859 33.047227, -117.03799 33.047446, -117.037938 33.048017, -117.037729 33.048039, -117.037728 33.048169, -117.037782 33.048147, -117.037833 33.04817, -117.037885 33.048258, -117.038096 33.048192, -117.038226 33.048433, -117.038304 33.048609, -117.038279 33.04874, -117.038356 33.048894, -117.03833 33.049025, -117.038279 33.049639, -117.038068 33.049924, -117.037729 33.050056, -117.036866 33.0501, -117.036472 33.050757, -117.036107 33.05113, -117.035479 33.05159, -117.035295 33.051701, -117.035426 33.05181, -117.035374 33.051964, -117.034956 33.052095, -117.035374 33.052094, -117.035617 33.052625, -117.035664 33.052658, -117.03566 33.052962, -117.035626 33.053153, -117.035374 33.053389, -117.035112 33.053477, -117.03493 33.053521, -117.034824 33.05363, -117.034564 33.053806, -117.034326 33.053897, -117.034144 33.053981, -117.034066 33.054003, -117.033988 33.054003, -117.033882 33.054025, -117.033726 33.054025, -117.033542 33.053981, -117.033228 33.053499, -117.033046 33.05363, -117.032784 33.05363, -117.032548 33.053674, -117.032183 33.053543, -117.031895 33.05317, -117.03179 33.052973, -117.031686 33.052709, -117.031764 33.052622, -117.031738 33.052578, -117.031633 33.052578, -117.031398 33.052183, -117.031189 33.052052, -117.031215 33.051876, -117.030875 33.051701, -117.030848 33.052008, -117.030221 33.052249, -117.030194 33.052381, -117.030064 33.052468, -117.029919 33.052461, -117.029828 33.052534, -117.029697 33.052797, -117.029776 33.052819, -117.029959 33.05306, -117.02988 33.053214, -117.03009 33.053214, -117.030325 33.053587, -117.030011 33.053674, -117.030273 33.05385, -117.030168 33.054244, -117.029932 33.05431, -117.030168 33.05453, -117.030142 33.054793, -117.029592 33.055253, -117.029566 33.055538, -117.029114 33.055988, -117.02844 33.056657, -117.027708 33.056788, -117.027524 33.057074, -117.02687 33.057402, -117.026634 33.057183, -117.026374 33.057249, -117.026504 33.057402, -117.026164 33.057534, -117.026034 33.057512, -117.02606 33.057666, -117.025692 33.058148, -117.02517 33.058499, -117.02454 33.058543, -117.024202 33.058739, -117.02441 33.059025, -117.024592 33.059727, -117.024462 33.059902, -117.023624 33.05988, -117.023336 33.059705, -117.023172 33.059854, -117.023174 33.059448, -117.023184 33.059089, -117.023192 33.058643, -117.018818 33.058724, -117.018818 33.06025, -117.018636 33.060226, -117.01865 33.062626, -117.01769 33.062651, -117.018 33.063317, -117.018642 33.064712, -117.01832 33.064896, -117.017996 33.06507, -117.01785 33.065128, -117.01771 33.06517, -117.017552 33.065204, -117.01646 33.065349, -117.01617 33.065376, -117.015262 33.065423, -117.015118 33.065439, -117.014908 33.065477, -117.014812 33.065515, -117.014726 33.065568, -117.01468 33.065608, -117.01463 33.065662, -117.014582 33.065734, -117.014554 33.065812, -117.014546 33.065853, -117.014474 33.066097, -117.01444 33.066159, -117.014396 33.066216, -117.01434 33.066267, -117.014278 33.066311, -117.014196 33.06635, -117.014072 33.066384, -117.013928 33.066408, -117.01378 33.066416, -117.013554 33.066406, -117.012166 33.066362, -117.01212 33.062544, -117.010442 33.062609, -117.010024 33.062577, -117.010016 33.062511, -117.010022 33.062319, -117.010036 33.062102, -117.010044 33.061731, -117.010038 33.061666, -117.009986 33.059129, -117.005477 33.059242, -117.005432 33.05183, -116.996655 33.052075, -116.99668 33.050032, -116.99651 33.030173, -117.001014 33.030062, -117.001197 33.02274, -116.998688 33.022681, -116.996919 33.022649, -116.996787 33.022558, -116.996564 33.022326, -116.996444 33.022237, -116.996143 33.007681, -116.991991 33.007607, -116.992043 33.011264, -116.983159 33.011019, -116.983206 33.014997, -116.970208 33.014959, -116.970208 33.011222, -116.978819 33.011183, -116.978796 33.007505, -116.979325 33.000176, -116.961897 33.000099, -116.961989 32.996142, -116.96208 32.992481, -116.957787 32.992423, -116.95781 32.988705, -116.96208 32.988686, -116.962127 32.977457, -116.957787 32.977669, -116.95781 32.981367, -116.953471 32.981445, -116.953448 32.988725, -116.944865 32.988704, -116.944862 32.985162, -116.940419 32.985203, -116.940356 32.970667, -116.953498 32.970458, -116.953569 32.963257, -116.957819 32.963074, -116.957834 32.963402, -116.957812 32.966704, -116.962149 32.966574, -116.96217 32.964493, -116.962075 32.963974, -116.962089 32.963977, -116.962129 32.963997, -116.962144 32.96296, -116.97257 32.962969, -116.988554 32.963078, -116.988806 32.95953, -116.997202 32.95958, -116.997847 32.959578, -116.997839 32.95283, -116.997833 32.952406, -116.997839 32.947882))\", \"region_name\": \"Poway\", \"border_type\": \"city\", \"wikidata\": \"Q540727\", \"wikipedia\": \"en:Poway, California\", \"admin_level\": \"8\", \"population\": \"48841\"}}}"} -{"id": "raster_only/min_slope+area/0017", "group": "raster_only", "template": "min_slope+area", "question": "What is the least steep slope across Jasper, Minnesota?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-96.411281 43.84805, -96.411271 43.848306, -96.411249 43.848832, -96.41124 43.849074, -96.411231 43.849331, -96.41108 43.84933, -96.411067 43.849329, -96.410576 43.849327, -96.410413 43.849327, -96.410217 43.849326, -96.409629 43.849323, -96.409433 43.849322, -96.409286 43.849321, -96.40897 43.84932, -96.408846 43.849336, -96.40882 43.84934, -96.4087 43.84935, -96.40862 43.84932, -96.408367 43.849311, -96.408283 43.849308, -96.408236 43.849306, -96.408096 43.849301, -96.40805 43.8493, -96.407988 43.8493, -96.407802 43.8493, -96.40774 43.8493, -96.407623 43.849298, -96.407274 43.849292, -96.407158 43.84929, -96.407139 43.849782, -96.407324 43.850162, -96.407376 43.850331, -96.407427 43.850516, -96.407428 43.850669, -96.407395 43.852639, -96.407382 43.853091, -96.407358 43.854843, -96.407355 43.855162, -96.40735 43.855542, -96.407345 43.856138, -96.407339 43.856795, -96.405292 43.856778, -96.405119 43.856776, -96.405087 43.856781, -96.404541 43.856836, -96.404291 43.856781, -96.404278 43.856772, -96.403045 43.856772, -96.402433 43.856657, -96.400641 43.856653, -96.397421 43.856651, -96.38732 43.85664, -96.387322 43.856353, -96.387316 43.854561, -96.387311 43.852846, -96.387311 43.85199, -96.387311 43.851521, -96.387314 43.850218, -96.387312 43.849787, -96.38729 43.84911, -96.387351 43.84911, -96.387534 43.84911, -96.387595 43.84911, -96.387672 43.84911, -96.387903 43.84911, -96.38798 43.84911, -96.388434 43.849114, -96.389796 43.849126, -96.39025 43.84913, -96.390452 43.849127, -96.391059 43.849122, -96.391262 43.849121, -96.391329 43.84912, -96.3914 43.84912, -96.391532 43.84912, -96.391742 43.849123, -96.392168 43.849134, -96.39231 43.849138, -96.392378 43.849057, -96.392583 43.848817, -96.392652 43.848737, -96.392641 43.848357, -96.392611 43.847217, -96.392601 43.846838, -96.392583 43.846308, -96.392532 43.844718, -96.392527 43.844564, -96.392515 43.844188, -96.392517 43.844149, -96.392524 43.844033, -96.392527 43.843995, -96.394494 43.843997, -96.400396 43.844005, -96.402364 43.844008, -96.402876 43.844006, -96.404413 43.844004, -96.404408 43.844011, -96.405285 43.844008, -96.406364 43.844022, -96.406724 43.844027, -96.406828 43.843974, -96.407012 43.843879, -96.407179 43.843715, -96.407266 43.843683, -96.407331 43.84366, -96.407429 43.843534, -96.407483 43.843166, -96.407733 43.842683, -96.408333 43.842139, -96.408567 43.841927, -96.40887 43.841783, -96.41031 43.841797, -96.411295 43.841807, -96.411286 43.845144, -96.411283 43.846585, -96.411283 43.84675, -96.411283 43.847245, -96.411284 43.84741, -96.411283 43.847538, -96.411281 43.847921, -96.411281 43.84805))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Jasper, Minnesota\", \"geo_wkt\": \"POLYGON ((-96.411281 43.84805, -96.411271 43.848306, -96.411249 43.848832, -96.41124 43.849074, -96.411231 43.849331, -96.41108 43.84933, -96.411067 43.849329, -96.410576 43.849327, -96.410413 43.849327, -96.410217 43.849326, -96.409629 43.849323, -96.409433 43.849322, -96.409286 43.849321, -96.40897 43.84932, -96.408846 43.849336, -96.40882 43.84934, -96.4087 43.84935, -96.40862 43.84932, -96.408367 43.849311, -96.408283 43.849308, -96.408236 43.849306, -96.408096 43.849301, -96.40805 43.8493, -96.407988 43.8493, -96.407802 43.8493, -96.40774 43.8493, -96.407623 43.849298, -96.407274 43.849292, -96.407158 43.84929, -96.407139 43.849782, -96.407324 43.850162, -96.407376 43.850331, -96.407427 43.850516, -96.407428 43.850669, -96.407395 43.852639, -96.407382 43.853091, -96.407358 43.854843, -96.407355 43.855162, -96.40735 43.855542, -96.407345 43.856138, -96.407339 43.856795, -96.405292 43.856778, -96.405119 43.856776, -96.405087 43.856781, -96.404541 43.856836, -96.404291 43.856781, -96.404278 43.856772, -96.403045 43.856772, -96.402433 43.856657, -96.400641 43.856653, -96.397421 43.856651, -96.38732 43.85664, -96.387322 43.856353, -96.387316 43.854561, -96.387311 43.852846, -96.387311 43.85199, -96.387311 43.851521, -96.387314 43.850218, -96.387312 43.849787, -96.38729 43.84911, -96.387351 43.84911, -96.387534 43.84911, -96.387595 43.84911, -96.387672 43.84911, -96.387903 43.84911, -96.38798 43.84911, -96.388434 43.849114, -96.389796 43.849126, -96.39025 43.84913, -96.390452 43.849127, -96.391059 43.849122, -96.391262 43.849121, -96.391329 43.84912, -96.3914 43.84912, -96.391532 43.84912, -96.391742 43.849123, -96.392168 43.849134, -96.39231 43.849138, -96.392378 43.849057, -96.392583 43.848817, -96.392652 43.848737, -96.392641 43.848357, -96.392611 43.847217, -96.392601 43.846838, -96.392583 43.846308, -96.392532 43.844718, -96.392527 43.844564, -96.392515 43.844188, -96.392517 43.844149, -96.392524 43.844033, -96.392527 43.843995, -96.394494 43.843997, -96.400396 43.844005, -96.402364 43.844008, -96.402876 43.844006, -96.404413 43.844004, -96.404408 43.844011, -96.405285 43.844008, -96.406364 43.844022, -96.406724 43.844027, -96.406828 43.843974, -96.407012 43.843879, -96.407179 43.843715, -96.407266 43.843683, -96.407331 43.84366, -96.407429 43.843534, -96.407483 43.843166, -96.407733 43.842683, -96.408333 43.842139, -96.408567 43.841927, -96.40887 43.841783, -96.41031 43.841797, -96.411295 43.841807, -96.411286 43.845144, -96.411283 43.846585, -96.411283 43.84675, -96.411283 43.847245, -96.411284 43.84741, -96.411283 43.847538, -96.411281 43.847921, -96.411281 43.84805))\", \"region\": {\"id\": 36259, \"geometry\": \"POLYGON ((-96.411281 43.84805, -96.411271 43.848306, -96.411249 43.848832, -96.41124 43.849074, -96.411231 43.849331, -96.41108 43.84933, -96.411067 43.849329, -96.410576 43.849327, -96.410413 43.849327, -96.410217 43.849326, -96.409629 43.849323, -96.409433 43.849322, -96.409286 43.849321, -96.40897 43.84932, -96.408846 43.849336, -96.40882 43.84934, -96.4087 43.84935, -96.40862 43.84932, -96.408367 43.849311, -96.408283 43.849308, -96.408236 43.849306, -96.408096 43.849301, -96.40805 43.8493, -96.407988 43.8493, -96.407802 43.8493, -96.40774 43.8493, -96.407623 43.849298, -96.407274 43.849292, -96.407158 43.84929, -96.407139 43.849782, -96.407324 43.850162, -96.407376 43.850331, -96.407427 43.850516, -96.407428 43.850669, -96.407395 43.852639, -96.407382 43.853091, -96.407358 43.854843, -96.407355 43.855162, -96.40735 43.855542, -96.407345 43.856138, -96.407339 43.856795, -96.405292 43.856778, -96.405119 43.856776, -96.405087 43.856781, -96.404541 43.856836, -96.404291 43.856781, -96.404278 43.856772, -96.403045 43.856772, -96.402433 43.856657, -96.400641 43.856653, -96.397421 43.856651, -96.38732 43.85664, -96.387322 43.856353, -96.387316 43.854561, -96.387311 43.852846, -96.387311 43.85199, -96.387311 43.851521, -96.387314 43.850218, -96.387312 43.849787, -96.38729 43.84911, -96.387351 43.84911, -96.387534 43.84911, -96.387595 43.84911, -96.387672 43.84911, -96.387903 43.84911, -96.38798 43.84911, -96.388434 43.849114, -96.389796 43.849126, -96.39025 43.84913, -96.390452 43.849127, -96.391059 43.849122, -96.391262 43.849121, -96.391329 43.84912, -96.3914 43.84912, -96.391532 43.84912, -96.391742 43.849123, -96.392168 43.849134, -96.39231 43.849138, -96.392378 43.849057, -96.392583 43.848817, -96.392652 43.848737, -96.392641 43.848357, -96.392611 43.847217, -96.392601 43.846838, -96.392583 43.846308, -96.392532 43.844718, -96.392527 43.844564, -96.392515 43.844188, -96.392517 43.844149, -96.392524 43.844033, -96.392527 43.843995, -96.394494 43.843997, -96.400396 43.844005, -96.402364 43.844008, -96.402876 43.844006, -96.404413 43.844004, -96.404408 43.844011, -96.405285 43.844008, -96.406364 43.844022, -96.406724 43.844027, -96.406828 43.843974, -96.407012 43.843879, -96.407179 43.843715, -96.407266 43.843683, -96.407331 43.84366, -96.407429 43.843534, -96.407483 43.843166, -96.407733 43.842683, -96.408333 43.842139, -96.408567 43.841927, -96.40887 43.841783, -96.41031 43.841797, -96.411295 43.841807, -96.411286 43.845144, -96.411283 43.846585, -96.411283 43.84675, -96.411283 43.847245, -96.411284 43.84741, -96.411283 43.847538, -96.411281 43.847921, -96.411281 43.84805))\", \"region_name\": \"Jasper\", \"border_type\": \"city\", \"wikidata\": \"Q1922047\", \"wikipedia\": \"en:Jasper, Minnesota\", \"place\": \"city\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0018", "group": "raster_only", "template": "min_slope+area", "question": "What is the minimum slope in Alton, Indiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-86.418919 38.124359, -86.418701 38.124228, -86.418048 38.123837, -86.417831 38.123707, -86.417669 38.123625, -86.417183 38.123382, -86.417022 38.123301, -86.416571 38.12291, -86.41522 38.121738, -86.41477 38.121348, -86.414571 38.121208, -86.413975 38.120789, -86.413777 38.12065, -86.413738 38.120622, -86.413624 38.120539, -86.413586 38.120512, -86.413684 38.120366, -86.413782 38.12022, -86.413935 38.119991, -86.414137 38.119672, -86.414319 38.119389, -86.414735 38.118797, -86.415058 38.118415, -86.415305 38.118049, -86.415373 38.117982, -86.415679 38.117676, -86.416038 38.117352, -86.416461 38.116972, -86.416894 38.116927, -86.416905 38.116922, -86.41694 38.116908, -86.416952 38.116904, -86.417121 38.116964, -86.417199 38.116991, -86.417441 38.117078, -86.417962 38.117174, -86.418013 38.117184, -86.418211 38.117258, -86.418761 38.117693, -86.419859 38.118436, -86.422804 38.12043, -86.424827 38.121945, -86.426451 38.123161, -86.426397 38.123205, -86.426238 38.123336, -86.426185 38.123381, -86.426074 38.123464, -86.425744 38.123715, -86.425634 38.123799, -86.425333 38.124033, -86.42443 38.124737, -86.42413 38.124972, -86.42406 38.125037, -86.423681 38.124736, -86.423033 38.124223, -86.42233 38.123644, -86.422224 38.123556, -86.421979 38.12319, -86.421936 38.123156, -86.421809 38.123057, -86.421767 38.123024, -86.421579 38.12318, -86.421469 38.123261, -86.421061 38.123565, -86.420576 38.123972, -86.420285 38.124217, -86.420201 38.12432, -86.42016 38.124359, -86.420034 38.124481, -86.419732 38.124731, -86.41966 38.124792, -86.419601 38.124867, -86.419464 38.124765, -86.419055 38.12446, -86.418919 38.124359))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"Alton, Indiana\", \"geo_wkt\": \"POLYGON ((-86.418919 38.124359, -86.418701 38.124228, -86.418048 38.123837, -86.417831 38.123707, -86.417669 38.123625, -86.417183 38.123382, -86.417022 38.123301, -86.416571 38.12291, -86.41522 38.121738, -86.41477 38.121348, -86.414571 38.121208, -86.413975 38.120789, -86.413777 38.12065, -86.413738 38.120622, -86.413624 38.120539, -86.413586 38.120512, -86.413684 38.120366, -86.413782 38.12022, -86.413935 38.119991, -86.414137 38.119672, -86.414319 38.119389, -86.414735 38.118797, -86.415058 38.118415, -86.415305 38.118049, -86.415373 38.117982, -86.415679 38.117676, -86.416038 38.117352, -86.416461 38.116972, -86.416894 38.116927, -86.416905 38.116922, -86.41694 38.116908, -86.416952 38.116904, -86.417121 38.116964, -86.417199 38.116991, -86.417441 38.117078, -86.417962 38.117174, -86.418013 38.117184, -86.418211 38.117258, -86.418761 38.117693, -86.419859 38.118436, -86.422804 38.12043, -86.424827 38.121945, -86.426451 38.123161, -86.426397 38.123205, -86.426238 38.123336, -86.426185 38.123381, -86.426074 38.123464, -86.425744 38.123715, -86.425634 38.123799, -86.425333 38.124033, -86.42443 38.124737, -86.42413 38.124972, -86.42406 38.125037, -86.423681 38.124736, -86.423033 38.124223, -86.42233 38.123644, -86.422224 38.123556, -86.421979 38.12319, -86.421936 38.123156, -86.421809 38.123057, -86.421767 38.123024, -86.421579 38.12318, -86.421469 38.123261, -86.421061 38.123565, -86.420576 38.123972, -86.420285 38.124217, -86.420201 38.12432, -86.42016 38.124359, -86.420034 38.124481, -86.419732 38.124731, -86.41966 38.124792, -86.419601 38.124867, -86.419464 38.124765, -86.419055 38.12446, -86.418919 38.124359))\", \"region\": {\"id\": 37350, \"geometry\": \"POLYGON ((-86.418919 38.124359, -86.418701 38.124228, -86.418048 38.123837, -86.417831 38.123707, -86.417669 38.123625, -86.417183 38.123382, -86.417022 38.123301, -86.416571 38.12291, -86.41522 38.121738, -86.41477 38.121348, -86.414571 38.121208, -86.413975 38.120789, -86.413777 38.12065, -86.413738 38.120622, -86.413624 38.120539, -86.413586 38.120512, -86.413684 38.120366, -86.413782 38.12022, -86.413935 38.119991, -86.414137 38.119672, -86.414319 38.119389, -86.414735 38.118797, -86.415058 38.118415, -86.415305 38.118049, -86.415373 38.117982, -86.415679 38.117676, -86.416038 38.117352, -86.416461 38.116972, -86.416894 38.116927, -86.416905 38.116922, -86.41694 38.116908, -86.416952 38.116904, -86.417121 38.116964, -86.417199 38.116991, -86.417441 38.117078, -86.417962 38.117174, -86.418013 38.117184, -86.418211 38.117258, -86.418761 38.117693, -86.419859 38.118436, -86.422804 38.12043, -86.424827 38.121945, -86.426451 38.123161, -86.426397 38.123205, -86.426238 38.123336, -86.426185 38.123381, -86.426074 38.123464, -86.425744 38.123715, -86.425634 38.123799, -86.425333 38.124033, -86.42443 38.124737, -86.42413 38.124972, -86.42406 38.125037, -86.423681 38.124736, -86.423033 38.124223, -86.42233 38.123644, -86.422224 38.123556, -86.421979 38.12319, -86.421936 38.123156, -86.421809 38.123057, -86.421767 38.123024, -86.421579 38.12318, -86.421469 38.123261, -86.421061 38.123565, -86.420576 38.123972, -86.420285 38.124217, -86.420201 38.12432, -86.42016 38.124359, -86.420034 38.124481, -86.419732 38.124731, -86.41966 38.124792, -86.419601 38.124867, -86.419464 38.124765, -86.419055 38.12446, -86.418919 38.124359))\", \"region_name\": \"Alton\", \"border_type\": \"town\", \"wikidata\": \"Q598864\", \"wikipedia\": \"en:Alton, Indiana\", \"place\": \"town\", \"admin_level\": \"8\"}}}"} -{"id": "raster_only/min_slope+area/0019", "group": "raster_only", "template": "min_slope+area", "question": "What is the min slope value within St. Landry Parish, Louisiana?", "sql": "WITH region AS (\n SELECT ST_GeomFromText('POLYGON ((-92.436106 30.480185, -92.458738 30.480419, -92.493102 30.480433, -92.487366 30.48777, -92.48053 30.492405, -92.471001 30.49386, -92.465736 30.496651, -92.463661 30.500786, -92.465897 30.510826, -92.46225 30.516346, -92.461137 30.519328, -92.459167 30.524605, -92.450768 30.531994, -92.439667 30.536203, -92.428528 30.536299, -92.422714 30.538633, -92.415716 30.538575, -92.313191 30.539051, -92.262719 30.538738, -92.262238 30.568209, -92.211288 30.569006, -92.21167 30.612894, -92.210663 30.619759, -92.206436 30.621614, -92.203812 30.625746, -92.205971 30.629847, -92.204407 30.633057, -92.20549 30.635336, -92.203384 30.637177, -92.204987 30.638996, -92.200813 30.647709, -92.20089 30.656395, -92.194542 30.659634, -92.188744 30.6647, -92.186104 30.667002, -92.179718 30.666126, -92.175018 30.676212, -92.17289 30.675768, -92.169388 30.767664, -92.177376 30.76853, -92.181641 30.769419, -92.187019 30.775784, -92.191826 30.778496, -92.197693 30.779831, -92.207314 30.784798, -92.207878 30.788904, -92.212723 30.794815, -92.212638 30.848614, -92.126207 30.849766, -92.110101 30.850015, -92.098836 30.849925, -92.041339 30.84953, -92.003417 30.849256, -91.987068 30.849311, -91.970566 30.849429, -91.952552 30.849351, -91.814496 30.847645, -91.805503 30.842193, -91.801105 30.838757, -91.797745 30.833715, -91.797609 30.829871, -91.799006 30.8266, -91.800893 30.82468, -91.805715 30.82189, -91.808965 30.817148, -91.809139 30.815648, -91.808685 30.813097, -91.807602 30.810756, -91.806709 30.810387, -91.80554 30.809076, -91.8025 30.807905, -91.797644 30.805624, -91.786972 30.797644, -91.777908 30.794008, -91.768837 30.785805, -91.76133 30.767542, -91.756523 30.760696, -91.755432 30.753387, -91.757545 30.749269, -91.758057 30.741499, -91.748451 30.730095, -91.746834 30.7237, -91.737228 30.711836, -91.733475 30.701788, -91.736603 30.679382, -91.73233 30.672537, -91.732849 30.667965, -91.744522 30.662455, -91.746635 30.658792, -91.744453 30.640053, -91.741249 30.632746, -91.744942 30.625423, -91.750778 30.623123, -91.753944 30.617632, -91.754997 30.6126, -91.751236 30.599352, -91.754379 30.586084, -91.754875 30.574196, -91.756981 30.568705, -91.757492 30.562761, -91.75589 30.559565, -91.742538 30.531702, -91.732964 30.520292, -91.73188 30.51252, -91.732399 30.510233, -91.736107 30.508396, -91.747246 30.509285, -91.752548 30.507902, -91.755874 30.498, -91.754601 30.485491, -91.75087 30.47864, -91.74395 30.470882, -91.742325 30.457623, -91.740137 30.45387, -91.739662 30.453054, -91.736473 30.451691, -91.722702 30.452633, -91.718979 30.44944, -91.713104 30.432072, -91.698761 30.414719, -91.697693 30.411976, -91.694489 30.401918, -91.680183 30.397369, -91.679115 30.395084, -91.734086 30.395527, -91.812576 30.39616, -91.820526 30.397966, -91.830078 30.402514, -91.832741 30.405706, -91.843338 30.407503, -91.849693 30.406569, -91.854485 30.411585, -91.85714 30.412949, -91.865631 30.41658, -91.868813 30.418398, -91.891556 30.410088, -91.895256 30.408701, -91.907417 30.404541, -91.914291 30.402685, -91.93174 30.397129, -91.938095 30.397104, -91.942879 30.39983, -91.954567 30.406643, -91.965187 30.410717, -91.97049 30.412067, -91.978409 30.407915, -91.980507 30.404247, -91.983086 30.392344, -91.981438 30.38183, -91.986168 30.375406, -91.989319 30.370361, -91.996201 30.370787, -92.001472 30.367104, -92.005173 30.366173, -92.008896 30.368443, -92.012619 30.371628, -92.022636 30.36426, -92.025787 30.361044, -92.029495 30.360569, -92.035339 30.364201, -92.040665 30.369205, -92.042297 30.375143, -92.046555 30.37924, -92.049736 30.380138, -92.052515 30.37825, -92.052718 30.378112, -92.052955 30.37795, -92.053144 30.377823, -92.054482 30.376913, -92.058167 30.373692, -92.063446 30.371378, -92.072403 30.364471, -92.081375 30.361221, -92.085052 30.357544, -92.086044 30.347475, -92.088074 30.335569, -92.093338 30.331425, -92.098625 30.330481, -92.142296 30.299126, -92.141891 30.31514, -92.141907 30.316971, -92.141937 30.320631, -92.150406 30.321037, -92.158875 30.320988, -92.158432 30.331968, -92.159103 30.350264, -92.175522 30.351078, -92.17569 30.371662, -92.176262 30.376234, -92.176399 30.393158, -92.175926 30.400478, -92.177299 30.437973, -92.211746 30.438213, -92.244591 30.437084, -92.244728 30.451717, -92.244795 30.480193, -92.380343 30.480187, -92.401859 30.480065, -92.414696 30.480094, -92.419994 30.48008, -92.427034 30.480134, -92.431736 30.48017, -92.436106 30.480185))', 4326) AS g\n),\nbuffered_region AS (\n SELECT\n g,\n ST_Buffer(g::geography, 100)::geometry AS g_buffer\n FROM region\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, r.g_buffer)) AS rast\n FROM public.dem_us d\n JOIN buffered_region r\n ON ST_Intersects(d.rast, r.g_buffer)\n),\nslope AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n),\nregion_slope AS (\n SELECT ST_Clip(s.rast, r.g) AS rast\n FROM slope s, buffered_region r\n)\nSELECT (ST_SummaryStats(rast, 1, TRUE)).min AS slope\nFROM region_slope;", "answer_type": "slope", "answers": "[{\"slope\": 0.0}]", "question_entities": "{\"[3]\": {\"region_name\": \"St. Landry Parish, Louisiana\", \"geo_wkt\": \"POLYGON ((-92.436106 30.480185, -92.458738 30.480419, -92.493102 30.480433, -92.487366 30.48777, -92.48053 30.492405, -92.471001 30.49386, -92.465736 30.496651, -92.463661 30.500786, -92.465897 30.510826, -92.46225 30.516346, -92.461137 30.519328, -92.459167 30.524605, -92.450768 30.531994, -92.439667 30.536203, -92.428528 30.536299, -92.422714 30.538633, -92.415716 30.538575, -92.313191 30.539051, -92.262719 30.538738, -92.262238 30.568209, -92.211288 30.569006, -92.21167 30.612894, -92.210663 30.619759, -92.206436 30.621614, -92.203812 30.625746, -92.205971 30.629847, -92.204407 30.633057, -92.20549 30.635336, -92.203384 30.637177, -92.204987 30.638996, -92.200813 30.647709, -92.20089 30.656395, -92.194542 30.659634, -92.188744 30.6647, -92.186104 30.667002, -92.179718 30.666126, -92.175018 30.676212, -92.17289 30.675768, -92.169388 30.767664, -92.177376 30.76853, -92.181641 30.769419, -92.187019 30.775784, -92.191826 30.778496, -92.197693 30.779831, -92.207314 30.784798, -92.207878 30.788904, -92.212723 30.794815, -92.212638 30.848614, -92.126207 30.849766, -92.110101 30.850015, -92.098836 30.849925, -92.041339 30.84953, -92.003417 30.849256, -91.987068 30.849311, -91.970566 30.849429, -91.952552 30.849351, -91.814496 30.847645, -91.805503 30.842193, -91.801105 30.838757, -91.797745 30.833715, -91.797609 30.829871, -91.799006 30.8266, -91.800893 30.82468, -91.805715 30.82189, -91.808965 30.817148, -91.809139 30.815648, -91.808685 30.813097, -91.807602 30.810756, -91.806709 30.810387, -91.80554 30.809076, -91.8025 30.807905, -91.797644 30.805624, -91.786972 30.797644, -91.777908 30.794008, -91.768837 30.785805, -91.76133 30.767542, -91.756523 30.760696, -91.755432 30.753387, -91.757545 30.749269, -91.758057 30.741499, -91.748451 30.730095, -91.746834 30.7237, -91.737228 30.711836, -91.733475 30.701788, -91.736603 30.679382, -91.73233 30.672537, -91.732849 30.667965, -91.744522 30.662455, -91.746635 30.658792, -91.744453 30.640053, -91.741249 30.632746, -91.744942 30.625423, -91.750778 30.623123, -91.753944 30.617632, -91.754997 30.6126, -91.751236 30.599352, -91.754379 30.586084, -91.754875 30.574196, -91.756981 30.568705, -91.757492 30.562761, -91.75589 30.559565, -91.742538 30.531702, -91.732964 30.520292, -91.73188 30.51252, -91.732399 30.510233, -91.736107 30.508396, -91.747246 30.509285, -91.752548 30.507902, -91.755874 30.498, -91.754601 30.485491, -91.75087 30.47864, -91.74395 30.470882, -91.742325 30.457623, -91.740137 30.45387, -91.739662 30.453054, -91.736473 30.451691, -91.722702 30.452633, -91.718979 30.44944, -91.713104 30.432072, -91.698761 30.414719, -91.697693 30.411976, -91.694489 30.401918, -91.680183 30.397369, -91.679115 30.395084, -91.734086 30.395527, -91.812576 30.39616, -91.820526 30.397966, -91.830078 30.402514, -91.832741 30.405706, -91.843338 30.407503, -91.849693 30.406569, -91.854485 30.411585, -91.85714 30.412949, -91.865631 30.41658, -91.868813 30.418398, -91.891556 30.410088, -91.895256 30.408701, -91.907417 30.404541, -91.914291 30.402685, -91.93174 30.397129, -91.938095 30.397104, -91.942879 30.39983, -91.954567 30.406643, -91.965187 30.410717, -91.97049 30.412067, -91.978409 30.407915, -91.980507 30.404247, -91.983086 30.392344, -91.981438 30.38183, -91.986168 30.375406, -91.989319 30.370361, -91.996201 30.370787, -92.001472 30.367104, -92.005173 30.366173, -92.008896 30.368443, -92.012619 30.371628, -92.022636 30.36426, -92.025787 30.361044, -92.029495 30.360569, -92.035339 30.364201, -92.040665 30.369205, -92.042297 30.375143, -92.046555 30.37924, -92.049736 30.380138, -92.052515 30.37825, -92.052718 30.378112, -92.052955 30.37795, -92.053144 30.377823, -92.054482 30.376913, -92.058167 30.373692, -92.063446 30.371378, -92.072403 30.364471, -92.081375 30.361221, -92.085052 30.357544, -92.086044 30.347475, -92.088074 30.335569, -92.093338 30.331425, -92.098625 30.330481, -92.142296 30.299126, -92.141891 30.31514, -92.141907 30.316971, -92.141937 30.320631, -92.150406 30.321037, -92.158875 30.320988, -92.158432 30.331968, -92.159103 30.350264, -92.175522 30.351078, -92.17569 30.371662, -92.176262 30.376234, -92.176399 30.393158, -92.175926 30.400478, -92.177299 30.437973, -92.211746 30.438213, -92.244591 30.437084, -92.244728 30.451717, -92.244795 30.480193, -92.380343 30.480187, -92.401859 30.480065, -92.414696 30.480094, -92.419994 30.48008, -92.427034 30.480134, -92.431736 30.48017, -92.436106 30.480185))\", \"region\": {\"id\": 1616, \"geometry\": \"POLYGON ((-92.436106 30.480185, -92.458738 30.480419, -92.493102 30.480433, -92.487366 30.48777, -92.48053 30.492405, -92.471001 30.49386, -92.465736 30.496651, -92.463661 30.500786, -92.465897 30.510826, -92.46225 30.516346, -92.461137 30.519328, -92.459167 30.524605, -92.450768 30.531994, -92.439667 30.536203, -92.428528 30.536299, -92.422714 30.538633, -92.415716 30.538575, -92.313191 30.539051, -92.262719 30.538738, -92.262238 30.568209, -92.211288 30.569006, -92.21167 30.612894, -92.210663 30.619759, -92.206436 30.621614, -92.203812 30.625746, -92.205971 30.629847, -92.204407 30.633057, -92.20549 30.635336, -92.203384 30.637177, -92.204987 30.638996, -92.200813 30.647709, -92.20089 30.656395, -92.194542 30.659634, -92.188744 30.6647, -92.186104 30.667002, -92.179718 30.666126, -92.175018 30.676212, -92.17289 30.675768, -92.169388 30.767664, -92.177376 30.76853, -92.181641 30.769419, -92.187019 30.775784, -92.191826 30.778496, -92.197693 30.779831, -92.207314 30.784798, -92.207878 30.788904, -92.212723 30.794815, -92.212638 30.848614, -92.126207 30.849766, -92.110101 30.850015, -92.098836 30.849925, -92.041339 30.84953, -92.003417 30.849256, -91.987068 30.849311, -91.970566 30.849429, -91.952552 30.849351, -91.814496 30.847645, -91.805503 30.842193, -91.801105 30.838757, -91.797745 30.833715, -91.797609 30.829871, -91.799006 30.8266, -91.800893 30.82468, -91.805715 30.82189, -91.808965 30.817148, -91.809139 30.815648, -91.808685 30.813097, -91.807602 30.810756, -91.806709 30.810387, -91.80554 30.809076, -91.8025 30.807905, -91.797644 30.805624, -91.786972 30.797644, -91.777908 30.794008, -91.768837 30.785805, -91.76133 30.767542, -91.756523 30.760696, -91.755432 30.753387, -91.757545 30.749269, -91.758057 30.741499, -91.748451 30.730095, -91.746834 30.7237, -91.737228 30.711836, -91.733475 30.701788, -91.736603 30.679382, -91.73233 30.672537, -91.732849 30.667965, -91.744522 30.662455, -91.746635 30.658792, -91.744453 30.640053, -91.741249 30.632746, -91.744942 30.625423, -91.750778 30.623123, -91.753944 30.617632, -91.754997 30.6126, -91.751236 30.599352, -91.754379 30.586084, -91.754875 30.574196, -91.756981 30.568705, -91.757492 30.562761, -91.75589 30.559565, -91.742538 30.531702, -91.732964 30.520292, -91.73188 30.51252, -91.732399 30.510233, -91.736107 30.508396, -91.747246 30.509285, -91.752548 30.507902, -91.755874 30.498, -91.754601 30.485491, -91.75087 30.47864, -91.74395 30.470882, -91.742325 30.457623, -91.740137 30.45387, -91.739662 30.453054, -91.736473 30.451691, -91.722702 30.452633, -91.718979 30.44944, -91.713104 30.432072, -91.698761 30.414719, -91.697693 30.411976, -91.694489 30.401918, -91.680183 30.397369, -91.679115 30.395084, -91.734086 30.395527, -91.812576 30.39616, -91.820526 30.397966, -91.830078 30.402514, -91.832741 30.405706, -91.843338 30.407503, -91.849693 30.406569, -91.854485 30.411585, -91.85714 30.412949, -91.865631 30.41658, -91.868813 30.418398, -91.891556 30.410088, -91.895256 30.408701, -91.907417 30.404541, -91.914291 30.402685, -91.93174 30.397129, -91.938095 30.397104, -91.942879 30.39983, -91.954567 30.406643, -91.965187 30.410717, -91.97049 30.412067, -91.978409 30.407915, -91.980507 30.404247, -91.983086 30.392344, -91.981438 30.38183, -91.986168 30.375406, -91.989319 30.370361, -91.996201 30.370787, -92.001472 30.367104, -92.005173 30.366173, -92.008896 30.368443, -92.012619 30.371628, -92.022636 30.36426, -92.025787 30.361044, -92.029495 30.360569, -92.035339 30.364201, -92.040665 30.369205, -92.042297 30.375143, -92.046555 30.37924, -92.049736 30.380138, -92.052515 30.37825, -92.052718 30.378112, -92.052955 30.37795, -92.053144 30.377823, -92.054482 30.376913, -92.058167 30.373692, -92.063446 30.371378, -92.072403 30.364471, -92.081375 30.361221, -92.085052 30.357544, -92.086044 30.347475, -92.088074 30.335569, -92.093338 30.331425, -92.098625 30.330481, -92.142296 30.299126, -92.141891 30.31514, -92.141907 30.316971, -92.141937 30.320631, -92.150406 30.321037, -92.158875 30.320988, -92.158432 30.331968, -92.159103 30.350264, -92.175522 30.351078, -92.17569 30.371662, -92.176262 30.376234, -92.176399 30.393158, -92.175926 30.400478, -92.177299 30.437973, -92.211746 30.438213, -92.244591 30.437084, -92.244728 30.451717, -92.244795 30.480193, -92.380343 30.480187, -92.401859 30.480065, -92.414696 30.480094, -92.419994 30.48008, -92.427034 30.480134, -92.431736 30.48017, -92.436106 30.480185))\", \"region_name\": \"St. Landry Parish\", \"border_type\": \"county\", \"wikidata\": \"Q507099\", \"wikipedia\": \"en:St. Landry Parish, Louisiana\", \"admin_level\": \"6\", \"population\": \"83848\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0000", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from West Coast Game Park Safari, Bandon, OR to the closest point higher than 1600 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-124.415369 43.009953)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1600 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 63334.18691685}]", "question_entities": "{\"[2]\": {\"elevation\": 1600}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"West Coast Game Park Safari, Bandon, OR\", \"geo_wkt\": \"POINT (-124.415369 43.009953)\", \"poi\": {\"id\": 13236, \"geometry\": \"POINT (-124.415369 43.009953)\", \"poi_name\": \"West Coast Game Park Safari\", \"osm_id\": 2309095817, \"tourism\": \"attraction\", \"website\": \"https://www.westcoastgameparksafari.com/\", \"phone\": \"(541) 347-3106\", \"wikidata\": \"Q7984796\", \"addr_state\": \"OR\", \"addr_city\": \"Bandon\", \"addr_postcode\": \"97411\", \"addr_street\": \"Oregon Coast Highway\", \"addr_housenumber\": \"46914\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0001", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Bonnie Lure State Park, OR, what is the distance to the nearest cell of land above 1100 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 22976.69044858}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0002", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Horseshoe Bend, Page, AZ, what is the distance to the nearest cell of land above 1400 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-111.516134 36.880453)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1400 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 3067.91177999}]", "question_entities": "{\"[2]\": {\"elevation\": 1400}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Horseshoe Bend, Page, AZ\", \"geo_wkt\": \"POINT (-111.516134 36.880453)\", \"poi\": {\"id\": 9465, \"geometry\": \"POINT (-111.516134 36.880453)\", \"poi_name\": \"Horseshoe Bend\", \"osm_id\": 4346013600, \"tourism\": \"attraction\", \"wikidata\": \"Q1064449\", \"addr_state\": \"AZ\", \"addr_city\": \"Page\", \"addr_postcode\": \"86040\", \"addr_street\": \"South Highway 89\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0003", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Hyak Park, OR, what is the distance to the nearest cell of land above 1100 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.160374 44.638732)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 33766.37777583}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Hyak Park, OR\", \"geo_wkt\": \"POINT (-123.160374 44.638732)\", \"poi\": {\"id\": 255954, \"geometry\": \"POINT (-123.160374 44.638732)\", \"poi_name\": \"Hyak Park\", \"osm_id\": 357349809, \"leisure\": \"park\", \"operator\": \"Benton County\", \"website\": \"https://www.co.benton.or.us/parks/page/hyak-park\", \"wikidata\": \"Q49504368\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0004", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Future Generations Univerisity, Franklin, WV to the closest point higher than 1200 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-79.405425 38.70907)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1200 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 425.18341026}]", "question_entities": "{\"[2]\": {\"elevation\": 1200}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Future Generations Univerisity, Franklin, WV\", \"geo_wkt\": \"POINT (-79.405425 38.70907)\", \"poi\": {\"id\": 33649, \"geometry\": \"POINT (-79.405425 38.70907)\", \"poi_name\": \"Future Generations Univerisity\", \"osm_id\": 4234073161, \"amenity\": \"university\", \"operator\": \"Future Generations University\", \"wikidata\": \"Q5510680\", \"addr_state\": \"WV\", \"addr_city\": \"Franklin\", \"addr_postcode\": \"26807\", \"addr_street\": \"Road Less Traveled\", \"addr_housenumber\": \"390\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0005", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from Pacific Pinball Museum, Alameda, CA before reaching terrain higher than 1000 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.276585 37.773754)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 32911.4440392}]", "question_entities": "{\"[2]\": {\"elevation\": 1000}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Pacific Pinball Museum, Alameda, CA\", \"geo_wkt\": \"POINT (-122.276585 37.773754)\", \"poi\": {\"id\": 110, \"geometry\": \"POINT (-122.276585 37.773754)\", \"poi_name\": \"Pacific Pinball Museum\", \"osm_id\": 3983311426, \"tourism\": \"museum\", \"website\": \"https://www.pacificpinball.org/\", \"phone\": \"(510) 769-1349\", \"wikidata\": \"Q924109\", \"addr_state\": \"CA\", \"addr_city\": \"Alameda\", \"addr_postcode\": \"94501\", \"addr_street\": \"Webster Street\", \"addr_housenumber\": \"1510\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0006", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance to the nearest elevation higher than 1600 meters from Weera Thai, Las Vegas, NV?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-115.193325 36.144059)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1600 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 17702.38142026}]", "question_entities": "{\"[2]\": {\"elevation\": 1600}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Weera Thai, Las Vegas, NV\", \"geo_wkt\": \"POINT (-115.193325 36.144059)\", \"poi\": {\"id\": 40467, \"geometry\": \"POINT (-115.193325 36.144059)\", \"poi_name\": \"Weera Thai\", \"osm_id\": 7140749328, \"amenity\": \"restaurant\", \"cuisine\": \"thai\", \"opening_hours\": \"11:00-22:00\", \"website\": \"https://www.weerathai.com\", \"phone\": \"+1 702-873-8749\", \"takeaway\": \"yes\", \"wikidata\": \"Q64149051\", \"addr_state\": \"NV\", \"addr_city\": \"Las Vegas\", \"addr_postcode\": \"89102-0540\", \"addr_street\": \"West Sahara Avenue\", \"addr_housenumber\": \"3839\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0007", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Future Generations Univerisity, Franklin, WV, what is the distance to the nearest cell of land above 1000 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-79.405425 38.70907)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 15.62388743}]", "question_entities": "{\"[2]\": {\"elevation\": 1000}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Future Generations Univerisity, Franklin, WV\", \"geo_wkt\": \"POINT (-79.405425 38.70907)\", \"poi\": {\"id\": 33649, \"geometry\": \"POINT (-79.405425 38.70907)\", \"poi_name\": \"Future Generations Univerisity\", \"osm_id\": 4234073161, \"amenity\": \"university\", \"operator\": \"Future Generations University\", \"wikidata\": \"Q5510680\", \"addr_state\": \"WV\", \"addr_city\": \"Franklin\", \"addr_postcode\": \"26807\", \"addr_street\": \"Road Less Traveled\", \"addr_housenumber\": \"390\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0008", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from New Mexico Highlands University, Las Vegas, NM before reaching terrain higher than 1600 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-105.221648 35.597175)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1600 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 5.50567964}]", "question_entities": "{\"[2]\": {\"elevation\": 1600}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"New Mexico Highlands University, Las Vegas, NM\", \"geo_wkt\": \"POINT (-105.221648 35.597175)\", \"poi\": {\"id\": 227126, \"geometry\": \"POINT (-105.221648 35.597175)\", \"poi_name\": \"New Mexico Highlands University\", \"osm_id\": 357574967, \"amenity\": \"university\", \"wheelchair\": \"limited\", \"website\": \"https://www.nmhu.edu/\", \"phone\": \"+1 877 850 9064\", \"wikidata\": \"Q7010189\", \"addr_state\": \"NM\", \"addr_city\": \"Las Vegas\", \"addr_postcode\": \"87701\", \"addr_street\": \"University Avenue\", \"addr_housenumber\": \"800\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0009", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from Dayton State Park, Dayton, NV before reaching terrain higher than 1800 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-119.586504 39.248316)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1800 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 3182.06478374}]", "question_entities": "{\"[2]\": {\"elevation\": 1800}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Dayton State Park, Dayton, NV\", \"geo_wkt\": \"POINT (-119.586504 39.248316)\", \"poi\": {\"id\": 257190, \"geometry\": \"POINT (-119.586504 39.248316)\", \"poi_name\": \"Dayton State Park\", \"osm_id\": 357553879, \"leisure\": \"park\", \"wikidata\": \"Q5243572\", \"addr_state\": \"NV\", \"addr_city\": \"Dayton\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0010", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from Tuckaleechee Caverns, Townsend, TN before reaching terrain higher than 1100 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-83.77419 35.658059)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 3292.93996604}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Tuckaleechee Caverns, Townsend, TN\", \"geo_wkt\": \"POINT (-83.77419 35.658059)\", \"poi\": {\"id\": 1372, \"geometry\": \"POINT (-83.77419 35.658059)\", \"poi_name\": \"Tuckaleechee Caverns\", \"osm_id\": 4250456499, \"tourism\": \"attraction\", \"website\": \"https://www.tuckaleecheecaverns.com/\", \"phone\": \"+1 865-448-2274\", \"wikidata\": \"Q18217524\", \"addr_state\": \"TN\", \"addr_city\": \"Townsend\", \"addr_street\": \"Cavern Road\", \"addr_housenumber\": \"825\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0011", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance to the nearest elevation higher than 2000 meters from Bonnie Lure State Park, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 2000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 50170.02618832}]", "question_entities": "{\"[2]\": {\"elevation\": 2000}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0012", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How many meters separate Courthouse Square Park, OR from the nearest cell exceeding 1900 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.076491 45.221228)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1900 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 126444.66084351}]", "question_entities": "{\"[2]\": {\"elevation\": 1900}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0013", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far is Jemez State Monument, Jemez Springs, NM from the nearest terrain above 1000 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.68725 35.778228)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.95406277}]", "question_entities": "{\"[2]\": {\"elevation\": 1000}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jemez State Monument, Jemez Springs, NM\", \"geo_wkt\": \"POINT (-106.68725 35.778228)\", \"poi\": {\"id\": 257919, \"geometry\": \"POINT (-106.68725 35.778228)\", \"poi_name\": \"Jemez State Monument\", \"osm_id\": 357615343, \"leisure\": \"park\", \"wikidata\": \"Q6177135\", \"addr_state\": \"NM\", \"addr_city\": \"Jemez Springs\", \"addr_postcode\": \"87025\", \"addr_street\": \"NM 4\", \"addr_housenumber\": \"18160\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0014", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far is North Carolina Arboretum, Asheville, NC from the nearest terrain above 1300 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.608284 35.498511)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1300 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 12215.21891797}]", "question_entities": "{\"[2]\": {\"elevation\": 1300}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"North Carolina Arboretum, Asheville, NC\", \"geo_wkt\": \"POINT (-82.608284 35.498511)\", \"poi\": {\"id\": 245226, \"geometry\": \"POINT (-82.608284 35.498511)\", \"poi_name\": \"North Carolina Arboretum\", \"osm_id\": 4104047702, \"leisure\": \"park\", \"opening_hours\": \"08:00-19:00\", \"website\": \"https://www.ncarboretum.org/\", \"phone\": \"+1 828-665-2492\", \"wikidata\": \"Q2539422\", \"addr_state\": \"NC\", \"addr_city\": \"Asheville\", \"addr_postcode\": \"28806\", \"addr_street\": \"Frederick Law Olmsted Way\", \"addr_housenumber\": \"100\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0015", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Ojito Wilderness Study Area, San Luis, NM, what is the distance to the nearest cell of land above 1900 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.960317 35.59114)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1900 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 5272.06604911}]", "question_entities": "{\"[2]\": {\"elevation\": 1900}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0016", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Portland City Grill, Portland, OR to the closest point higher than 1800 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.675993 45.522611)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1800 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 74321.48283594}]", "question_entities": "{\"[2]\": {\"elevation\": 1800}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Portland City Grill, Portland, OR\", \"geo_wkt\": \"POINT (-122.675993 45.522611)\", \"poi\": {\"id\": 30894, \"geometry\": \"POINT (-122.675993 45.522611)\", \"poi_name\": \"Portland City Grill\", \"osm_id\": 4106707895, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Fr 11:00-24:00; Sa 00:00-01:00,16:00-24:00; Su 00:00-01:00,12:00-23:00\", \"website\": \"http://www.portlandcitygrill.com/\", \"phone\": \"+1-503-450-0030\", \"wikidata\": \"Q7231899\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97204\", \"addr_street\": \"Southwest 5th Avenue\", \"addr_housenumber\": \"111\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0017", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Ayres Natural Bridge State Park, Douglas, WY to the closest point higher than 1100 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-105.6114 42.733737)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 14.01425867}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ayres Natural Bridge State Park, Douglas, WY\", \"geo_wkt\": \"POINT (-105.6114 42.733737)\", \"poi\": {\"id\": 249218, \"geometry\": \"POINT (-105.6114 42.733737)\", \"poi_name\": \"Ayres Natural Bridge State Park\", \"osm_id\": 4991095763, \"leisure\": \"park\", \"fee\": \"no\", \"opening_hours\": \"Apr 15-Oct 15 08:00-20:20\", \"capacity\": \"10\", \"phone\": \"+1-307-358-3532\", \"wikidata\": \"Q793266\", \"addr_state\": \"WY\", \"addr_city\": \"Douglas\", \"addr_street\": \"Natural Bridge Road\", \"addr_housenumber\": \"208\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0018", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance to the nearest elevation higher than 1100 meters from Silas Condict County Park, Kinnelon, NJ?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.38466 41.004704)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 104719.50421709}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Silas Condict County Park, Kinnelon, NJ\", \"geo_wkt\": \"POINT (-74.38466 41.004704)\", \"poi\": {\"id\": 249280, \"geometry\": \"POINT (-74.38466 41.004704)\", \"poi_name\": \"Silas Condict County Park\", \"osm_id\": 5140202721, \"leisure\": \"park\", \"operator\": \"Morris County Park Commission\", \"wikidata\": \"Q34861408\", \"addr_state\": \"NJ\", \"addr_city\": \"Kinnelon\", \"addr_postcode\": \"07405\", \"addr_street\": \"Kinnelon Road\", \"addr_housenumber\": \"100\"}}}"} -{"id": "raster_only/nearest_high_terrain+poi/0019", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Hotel Per La, Autograph Collection, Los Angeles, CA to the closest point higher than 1200 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-118.255517 34.046847)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1200 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 22589.05371575}]", "question_entities": "{\"[2]\": {\"elevation\": 1200}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Hotel Per La, Autograph Collection, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.255517 34.046847)\", \"poi\": {\"id\": 3702, \"geometry\": \"POINT (-118.255517 34.046847)\", \"poi_name\": \"Hotel Per La, Autograph Collection\", \"osm_id\": 6486255301, \"tourism\": \"hotel\", \"website\": \"https://www.hotelperla.com/\", \"internet_access\": \"yes\", \"phone\": \"+1-213-358-0000\", \"wikidata\": \"Q21593056\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90014\", \"addr_street\": \"South Olive Street\", \"addr_housenumber\": \"649\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0000", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Tam O'Shanter, Los Angeles, CA, what is the distance to the closest cell beneath 360 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-118.264199 34.125454)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 360 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.65320162}]", "question_entities": "{\"[2]\": {\"elevation\": 360}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Tam O'Shanter, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.264199 34.125454)\", \"poi\": {\"id\": 31658, \"geometry\": \"POINT (-118.264199 34.125454)\", \"poi_name\": \"Tam O'Shanter\", \"osm_id\": 4140126364, \"amenity\": \"restaurant\", \"cuisine\": \"fish_and_chips;sandwich;steak_house\", \"opening_hours\": \"Mo-Su 11:00-23:00\", \"website\": \"https://www.lawrysonline.com/tam-oshanter/\", \"phone\": \"+1-323-664-0228\", \"wikidata\": \"Q7680476\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90039\", \"addr_street\": \"Los Feliz Boulevard\", \"addr_housenumber\": \"2980\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0001", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far must one travel from The Dublin Pub, Springfield, IL to reach land lower than 500 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.688025 39.764682)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 500 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 5.17677385}]", "question_entities": "{\"[2]\": {\"elevation\": 500}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"The Dublin Pub, Springfield, IL\", \"geo_wkt\": \"POINT (-89.688025 39.764682)\", \"poi\": {\"id\": 40159, \"geometry\": \"POINT (-89.688025 39.764682)\", \"poi_name\": \"The Dublin Pub\", \"osm_id\": 7125425111, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Su 11:00-25:00\", \"website\": \"https://springfielddublinpub.com/\", \"phone\": \"+1-217-793-6871\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q113900975\", \"addr_state\": \"IL\", \"addr_city\": \"Springfield\", \"addr_postcode\": \"62704\", \"addr_street\": \"Wabash Avenue\", \"addr_housenumber\": \"1975\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0002", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Pentagon Barracks Museum, Baton Rouge, LA, what is the distance to the closest cell beneath 380 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-91.189337 30.455516)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 380 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.21232006}]", "question_entities": "{\"[2]\": {\"elevation\": 380}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Pentagon Barracks Museum, Baton Rouge, LA\", \"geo_wkt\": \"POINT (-91.189337 30.455516)\", \"poi\": {\"id\": 1325, \"geometry\": \"POINT (-91.189337 30.455516)\", \"poi_name\": \"Pentagon Barracks Museum\", \"osm_id\": 4241352809, \"tourism\": \"museum\", \"website\": \"https://www.nps.gov/nr/travel/louisiana/pen.htm\", \"museum\": \"history\", \"wikidata\": \"Q7164969\", \"addr_state\": \"LA\", \"addr_city\": \"Baton Rouge\", \"addr_postcode\": \"70802\", \"addr_street\": \"North 3rd Street\", \"addr_housenumber\": \"959\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0003", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 180 meters from CUNY Graduate School of Journalism, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.988988 40.755324)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 180 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 9.81812178}]", "question_entities": "{\"[2]\": {\"elevation\": 180}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0004", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is The Wilson Museum, Castine, ME from the nearest terrain below 160 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-68.806064 44.383943)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 160 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 7.08855247}]", "question_entities": "{\"[2]\": {\"elevation\": 160}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"The Wilson Museum, Castine, ME\", \"geo_wkt\": \"POINT (-68.806064 44.383943)\", \"poi\": {\"id\": 3885, \"geometry\": \"POINT (-68.806064 44.383943)\", \"poi_name\": \"The Wilson Museum\", \"osm_id\": 6573331538, \"historic\": \"house\", \"tourism\": \"museum\", \"fee\": \"no\", \"website\": \"https://www.wilsonmuseum.org/\", \"phone\": \"+1 (207) 326-9247\", \"wikidata\": \"Q8023151\", \"addr_state\": \"ME\", \"addr_city\": \"Castine\", \"addr_postcode\": \"04421\", \"addr_street\": \"Perkins Street\", \"addr_housenumber\": \"120\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0005", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far must one travel from Chinese American Historical Museum, San Jose, CA to reach land lower than 440 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-121.858204 37.319739)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 440 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.61403625}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Chinese American Historical Museum, San Jose, CA\", \"geo_wkt\": \"POINT (-121.858204 37.319739)\", \"poi\": {\"id\": 5265, \"geometry\": \"POINT (-121.858204 37.319739)\", \"poi_name\": \"Chinese American Historical Museum\", \"osm_id\": 11282523160, \"tourism\": \"museum\", \"website\": \"https://chcp.org/Museum\", \"museum\": \"history\", \"wikidata\": \"Q123159442\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_postcode\": \"95112\", \"addr_street\": \"Phelan Avenue\", \"addr_housenumber\": \"635\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0006", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 340 meters from Redding Historical Society, Redding, CT?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.385373 41.311256)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 340 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 16.77490552}]", "question_entities": "{\"[2]\": {\"elevation\": 340}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Redding Historical Society, Redding, CT\", \"geo_wkt\": \"POINT (-73.385373 41.311256)\", \"poi\": {\"id\": 2729, \"geometry\": \"POINT (-73.385373 41.311256)\", \"poi_name\": \"Redding Historical Society\", \"osm_id\": 7862964899, \"tourism\": \"museum\", \"website\": \"https://reddingcthistoricalsociety.org/\", \"wikidata\": \"Q5219161\", \"addr_state\": \"CT\", \"addr_city\": \"Redding\", \"addr_postcode\": \"06896\", \"addr_street\": \"Lonetown Road\", \"addr_housenumber\": \"43\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0007", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How many meters separate White Stadium, Jamaica Plain, MA from the nearest cell below 100 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.095885 42.309542)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.6436105}]", "question_entities": "{\"[2]\": {\"elevation\": 100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"White Stadium, Jamaica Plain, MA\", \"geo_wkt\": \"POINT (-71.095885 42.309542)\", \"poi\": {\"id\": 261471, \"geometry\": \"POINT (-71.095885 42.309542)\", \"poi_name\": \"White Stadium\", \"osm_id\": 358278622, \"leisure\": \"park\", \"website\": \"https://www.franklinparkcoalition.org/whitestadium/\", \"wikidata\": \"Q18749284\", \"addr_state\": \"MA\", \"addr_city\": \"Jamaica Plain\", \"addr_postcode\": \"02130\", \"addr_street\": \"Walnut Avenue\", \"addr_housenumber\": \"450\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0008", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is Palomar Medical Center Poway, Poway, CA from the nearest terrain below 80 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-117.055952 32.996822)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 80 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 7965.22863536}]", "question_entities": "{\"[2]\": {\"elevation\": 80}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Palomar Medical Center Poway, Poway, CA\", \"geo_wkt\": \"POINT (-117.055952 32.996822)\", \"poi\": {\"id\": 227356, \"geometry\": \"POINT (-117.055952 32.996822)\", \"poi_name\": \"Palomar Medical Center Poway\", \"osm_id\": 358845273, \"amenity\": \"hospital\", \"operator\": \"Palomar Health\", \"website\": \"http://www.pph.org/ContentPage.aspx?nd=420\", \"phone\": \"+18586134000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7227263\", \"addr_state\": \"CA\", \"addr_city\": \"Poway\", \"addr_postcode\": \"92064\", \"addr_street\": \"Pomerado Road\", \"addr_housenumber\": \"15615\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0009", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far must one travel from Yuma Regional Medical Center, Yuma, AZ to reach land lower than 60 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-114.635103 32.682658)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 60 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 20.00841294}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Yuma Regional Medical Center, Yuma, AZ\", \"geo_wkt\": \"POINT (-114.635103 32.682658)\", \"poi\": {\"id\": 227416, \"geometry\": \"POINT (-114.635103 32.682658)\", \"poi_name\": \"Yuma Regional Medical Center\", \"osm_id\": 359260360, \"amenity\": \"hospital\", \"operator\": \"Yuma Regional Medical Center\", \"website\": \"https://www.yumaregional.org/\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q8061043\", \"addr_state\": \"AZ\", \"addr_city\": \"Yuma\", \"addr_postcode\": \"85364\", \"addr_street\": \"South Avenue A\", \"addr_housenumber\": \"2400\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0010", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance from Marianne Boesky Gallery, New York, NY to the closest point under 100 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.004314 40.748756)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 18.41570958}]", "question_entities": "{\"[2]\": {\"elevation\": 100}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Marianne Boesky Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004314 40.748756)\", \"poi\": {\"id\": 26927, \"geometry\": \"POINT (-74.004314 40.748756)\", \"poi_name\": \"Marianne Boesky Gallery\", \"osm_id\": 10859974155, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://marianneboeskygallery.com\", \"phone\": \"+1-212-680-9889\", \"wikidata\": \"Q51594553\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 24th Street\", \"addr_housenumber\": \"509\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0011", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 480 meters from Boston Duck Tours, Boston, MA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.070095 42.36737)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 480 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 16.42447323}]", "question_entities": "{\"[2]\": {\"elevation\": 480}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Boston Duck Tours, Boston, MA\", \"geo_wkt\": \"POINT (-71.070095 42.36737)\", \"poi\": {\"id\": 26546, \"geometry\": \"POINT (-71.070095 42.36737)\", \"poi_name\": \"Boston Duck Tours\", \"osm_id\": 7745736227, \"tourism\": \"attraction\", \"website\": \"https://bostonducktours.com/the-tour/departure-locations/museum-of-science/\", \"phone\": \"+1-617-450-0065\", \"wikidata\": \"Q4947891\", \"addr_state\": \"MA\", \"addr_city\": \"Boston\", \"addr_postcode\": \"02114\", \"addr_street\": \"Science Park\", \"addr_housenumber\": \"1\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0012", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From David Zwirner, New York, NY, what is the distance to the closest cell beneath 40 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.007033 40.745807)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 40 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 8.03054869}]", "question_entities": "{\"[2]\": {\"elevation\": 40}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0013", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Gabatoni's, Springfield, IL, what is the distance to the closest cell beneath 120 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.652014 39.782569)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 120 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 6404.74348216}]", "question_entities": "{\"[2]\": {\"elevation\": 120}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Gabatoni's, Springfield, IL\", \"geo_wkt\": \"POINT (-89.652014 39.782569)\", \"poi\": {\"id\": 33776, \"geometry\": \"POINT (-89.652014 39.782569)\", \"poi_name\": \"Gabatoni's\", \"osm_id\": 4240088965, \"amenity\": \"restaurant\", \"cuisine\": \"pizza\", \"opening_hours\": \"Mo-Su 11:00-21:00\", \"website\": \"http://www.gabatonispizza.com/\", \"phone\": \"+1-217-528-9629\", \"takeaway\": \"yes\", \"delivery\": \"no\", \"wikidata\": \"Q114184166\", \"addr_state\": \"IL\", \"addr_city\": \"Springfield\", \"addr_postcode\": \"62703\", \"addr_street\": \"East Laurel Street\", \"addr_housenumber\": \"300\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0014", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Courthouse Square Park, OR, what is the distance to the closest cell beneath 320 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.076491 45.221228)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 320 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 15.26686295}]", "question_entities": "{\"[2]\": {\"elevation\": 320}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0015", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is Harrison Park and Golf Course, Danville, IL from the nearest terrain below 60 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.654322 40.146491)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 60 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 105986.29822572}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Harrison Park and Golf Course, Danville, IL\", \"geo_wkt\": \"POINT (-87.654322 40.146491)\", \"poi\": {\"id\": 251066, \"geometry\": \"POINT (-87.654322 40.146491)\", \"poi_name\": \"Harrison Park and Golf Course\", \"osm_id\": 354110626, \"leisure\": \"park\", \"wikidata\": \"Q34886246\", \"addr_state\": \"IL\", \"addr_city\": \"Danville\", \"addr_postcode\": \"61832\", \"addr_street\": \"West Voorhees\", \"addr_housenumber\": \"1300\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0016", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 240 meters from Rockton Historic District, Rockton, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.072332 42.453627)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 240 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 9.20115628}]", "question_entities": "{\"[2]\": {\"elevation\": 240}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Rockton Historic District, Rockton, IL\", \"geo_wkt\": \"POINT (-89.072332 42.453627)\", \"poi\": {\"id\": 251549, \"geometry\": \"POINT (-89.072332 42.453627)\", \"poi_name\": \"Rockton Historic District\", \"osm_id\": 354231850, \"leisure\": \"park\", \"historic\": \"district\", \"wikidata\": \"Q26813714\", \"addr_state\": \"IL\", \"addr_city\": \"Rockton\", \"addr_postcode\": \"61072\", \"addr_street\": \"North Blackhawk Boulevard\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0017", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is Wake Forest University School of Business, Winston-Salem, NC from the nearest terrain below 400 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-80.278335 36.136398)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 400 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 1.02205205}]", "question_entities": "{\"[2]\": {\"elevation\": 400}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Wake Forest University School of Business, Winston Salem, NC\", \"geo_wkt\": \"POINT (-80.278335 36.136398)\", \"poi\": {\"id\": 148232, \"geometry\": \"POINT (-80.278335 36.136398)\", \"poi_name\": \"Wake Forest University School of Business\", \"osm_id\": 2498593917, \"amenity\": \"university\", \"operator\": \"Wake Forest University\", \"wikidata\": \"Q4837616\", \"addr_state\": \"NC\", \"addr_city\": \"Winston Salem\", \"addr_postcode\": \"27109\", \"addr_street\": \"Wake Forest Rd\", \"addr_housenumber\": \"1834\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0018", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is CUNY Graduate School of Journalism, New York, NY from the nearest terrain below 440 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.988988 40.755324)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 440 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 9.81812178}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} -{"id": "raster_only/nearest_low_terrain+poi/0019", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance from David Zwirner, New York, NY to the closest point under 140 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.007033 40.745807)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 140 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 8.03054869}]", "question_entities": "{\"[2]\": {\"elevation\": 140}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} -{"id": "raster_only/ruggedness+poi/0000", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at SCL Health Saint Joseph Hospital, Denver, CO?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-104.971086 39.746176)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"SCL Health Saint Joseph Hospital, Denver, CO\", \"geo_wkt\": \"POINT (-104.971086 39.746176)\", \"poi\": {\"id\": 188192, \"geometry\": \"POINT (-104.971086 39.746176)\", \"poi_name\": \"SCL Health Saint Joseph Hospital\", \"osm_id\": 5523640617, \"amenity\": \"hospital\", \"website\": \"https://www.sclhealth.org/locations/saint-joseph-hospital/\", \"phone\": \"+1-303-812-2000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q5419994\", \"addr_state\": \"CO\", \"addr_city\": \"Denver\", \"addr_postcode\": \"80218\", \"addr_street\": \"East 19th Avenue\", \"addr_housenumber\": \"1375\"}}}"} -{"id": "raster_only/ruggedness+poi/0001", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Good Samaritan Hospital, Vincennes, IN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.53358 38.672428)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 3.125}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Good Samaritan Hospital, Vincennes, IN\", \"geo_wkt\": \"POINT (-87.53358 38.672428)\", \"poi\": {\"id\": 69383, \"geometry\": \"POINT (-87.53358 38.672428)\", \"poi_name\": \"Good Samaritan Hospital\", \"osm_id\": 3821320364, \"amenity\": \"hospital\", \"wheelchair\": \"yes\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q5582915\", \"addr_state\": \"IN\", \"addr_city\": \"Vincennes\", \"addr_postcode\": \"47591\", \"addr_street\": \"South 7th Street\", \"addr_housenumber\": \"520\"}}}"} -{"id": "raster_only/ruggedness+poi/0002", "group": "raster_only", "template": "ruggedness+poi", "question": "How much does elevation fluctuate near Moroleon Tropical, Springfield, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.670723 39.765282)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.125}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Moroleon Tropical, Springfield, IL\", \"geo_wkt\": \"POINT (-89.670723 39.765282)\", \"poi\": {\"id\": 31867, \"geometry\": \"POINT (-89.670723 39.765282)\", \"poi_name\": \"Moroleon Tropical\", \"osm_id\": 4149660131, \"amenity\": \"restaurant\", \"cuisine\": \"mexican\", \"opening_hours\": \"Mo-Th 11:00-21:30; Fr-Sa 11:00-22:30\", \"phone\": \"+1-217-679-0879\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q114147134\", \"addr_state\": \"IL\", \"addr_city\": \"Springfield\", \"addr_postcode\": \"62704\", \"addr_street\": \"Wabash Avenue\", \"addr_housenumber\": \"1101\"}}}"} -{"id": "raster_only/ruggedness+poi/0003", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Rhode Island Hospital, Providence, RI?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.409129 41.811862)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.5}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rhode Island Hospital, Providence, RI\", \"geo_wkt\": \"POINT (-71.409129 41.811862)\", \"poi\": {\"id\": 227085, \"geometry\": \"POINT (-71.409129 41.811862)\", \"poi_name\": \"Rhode Island Hospital\", \"osm_id\": 357258005, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Lifespan\", \"website\": \"https://www.rhodeislandhospital.org/\", \"phone\": \"+1 401 444 4000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7320925\", \"addr_state\": \"RI\", \"addr_city\": \"Providence\", \"addr_postcode\": \"02903\", \"addr_street\": \"Eddy Street\", \"addr_housenumber\": \"593\"}}}"} -{"id": "raster_only/ruggedness+poi/0004", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at Antioch University - Santa Barbara, Santa Barbara, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-119.695763 34.419304)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Antioch University - Santa Barbara, Santa Barbara, CA\", \"geo_wkt\": \"POINT (-119.695763 34.419304)\", \"poi\": {\"id\": 227338, \"geometry\": \"POINT (-119.695763 34.419304)\", \"poi_name\": \"Antioch University - Santa Barbara\", \"osm_id\": 358792225, \"amenity\": \"university\", \"wikidata\": \"Q4775042\", \"addr_state\": \"CA\", \"addr_city\": \"Santa Barbara\", \"addr_postcode\": \"93101\", \"addr_street\": \"Anacapa Street\", \"addr_housenumber\": \"602\"}}}"} -{"id": "raster_only/ruggedness+poi/0005", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Carolina Hemlocks Recreation Area, Burnsville, NC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.203894 35.80555)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 3.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Carolina Hemlocks Recreation Area, Burnsville, NC\", \"geo_wkt\": \"POINT (-82.203894 35.80555)\", \"poi\": {\"id\": 259694, \"geometry\": \"POINT (-82.203894 35.80555)\", \"poi_name\": \"Carolina Hemlocks Recreation Area\", \"osm_id\": 357801125, \"leisure\": \"park\", \"description\": \"Open Season: April 13th - October 30th Usage: Heavy Closest Towns: Burnsville Water: Drinking Water Restroom: Flush toilets and showers\", \"tourism\": \"camp_site\", \"fee\": \"yes\", \"operator\": \"Cradle of Forestry in America Campground Division\", \"website\": \"https://www.fs.usda.gov/recarea/nfsnc/recarea/?recid=48596\", \"phone\": \"+1-(828) 689-9694\", \"wikidata\": \"Q34871246\", \"addr_state\": \"NC\", \"addr_city\": \"Burnsville\"}}}"} -{"id": "raster_only/ruggedness+poi/0006", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at 1890 House, Cortland, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-76.182071 42.596044)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"1890 House, Cortland, NY\", \"geo_wkt\": \"POINT (-76.182071 42.596044)\", \"poi\": {\"id\": 1237, \"geometry\": \"POINT (-76.182071 42.596044)\", \"poi_name\": \"1890 House\", \"osm_id\": 4218830795, \"tourism\": \"museum\", \"website\": \"https://the1890house.org/\", \"phone\": \"+1 607-756-7551\", \"wikidata\": \"Q56045803\", \"addr_state\": \"NY\", \"addr_city\": \"Cortland\", \"addr_postcode\": \"13045\", \"addr_street\": \"Tompkins Street\", \"addr_housenumber\": \"37\"}}}"} -{"id": "raster_only/ruggedness+poi/0007", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Maryvale Baseball Park, Phoenix, AZ?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-112.173653 33.489497)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Maryvale Baseball Park, Phoenix, AZ\", \"geo_wkt\": \"POINT (-112.173653 33.489497)\", \"poi\": {\"id\": 250172, \"geometry\": \"POINT (-112.173653 33.489497)\", \"poi_name\": \"Maryvale Baseball Park\", \"osm_id\": 3136386495, \"leisure\": \"park\", \"wikidata\": \"Q6781782\", \"addr_state\": \"AZ\", \"addr_city\": \"Phoenix\", \"addr_postcode\": \"85031\", \"addr_street\": \"North 51st Avenue\", \"addr_housenumber\": \"3600\"}}}"} -{"id": "raster_only/ruggedness+poi/0008", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Strafford Village Historic District, VT?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-72.377447 43.866048)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Strafford Village Historic District, VT\", \"geo_wkt\": \"POINT (-72.377447 43.866048)\", \"poi\": {\"id\": 252814, \"geometry\": \"POINT (-72.377447 43.866048)\", \"poi_name\": \"Strafford Village Historic District\", \"osm_id\": 356557755, \"leisure\": \"park\", \"historic\": \"heritage\", \"wikidata\": \"Q28153353\", \"addr_state\": \"VT\"}}}"} -{"id": "raster_only/ruggedness+poi/0009", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Rio Tinto Borax Mine Visitor Center, Boron, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-117.687369 35.029884)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.875}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Rio Tinto Borax Mine Visitor Center, Boron, CA\", \"geo_wkt\": \"POINT (-117.687369 35.029884)\", \"poi\": {\"id\": 9582, \"geometry\": \"POINT (-117.687369 35.029884)\", \"poi_name\": \"Rio Tinto Borax Mine Visitor Center\", \"osm_id\": 4364229578, \"tourism\": \"museum\", \"opening_hours\": \"Mo-Su 09:00-17:00\", \"operator\": \"Rio Tinto Borax Mine\", \"website\": \"https://www.borax.com/about/community/borax-visitor-center\", \"wikidata\": \"Q7335340\", \"addr_state\": \"CA\", \"addr_city\": \"Boron\", \"addr_postcode\": \"93516\", \"addr_street\": \"Suckow Road\"}}}"} -{"id": "raster_only/ruggedness+poi/0010", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at UH Rainbow Babies & Children’s Hospital, Cleveland, OH?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.605748 41.504861)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 4.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"UH Rainbow Babies & Children’s Hospital, Cleveland, OH\", \"geo_wkt\": \"POINT (-81.605748 41.504861)\", \"poi\": {\"id\": 191132, \"geometry\": \"POINT (-81.605748 41.504861)\", \"poi_name\": \"UH Rainbow Babies & Children’s Hospital\", \"osm_id\": 5656050761, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"University Hospitals\", \"website\": \"https://www.uhhospitals.org/rainbow\", \"phone\": \"+1 216 844 5437\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7284577\", \"addr_state\": \"OH\", \"addr_city\": \"Cleveland\", \"addr_postcode\": \"44106\", \"addr_street\": \"Adelbert Road\", \"addr_housenumber\": \"2101\"}}}"} -{"id": "raster_only/ruggedness+poi/0011", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Old Courthouse Museum, Sioux Falls, SD?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-96.7287 43.551472)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Old Courthouse Museum, Sioux Falls, SD\", \"geo_wkt\": \"POINT (-96.7287 43.551472)\", \"poi\": {\"id\": 285, \"geometry\": \"POINT (-96.7287 43.551472)\", \"poi_name\": \"Old Courthouse Museum\", \"osm_id\": 4065575094, \"tourism\": \"museum\", \"website\": \"http://www.siouxlandmuseums.com/museums/exhibits/old_courthouse_museum.asp\", \"wikidata\": \"Q18385386\", \"addr_state\": \"SD\", \"addr_city\": \"Sioux Falls\", \"addr_postcode\": \"57104\", \"addr_street\": \"West 6th Street\", \"addr_housenumber\": \"200\"}}}"} -{"id": "raster_only/ruggedness+poi/0012", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Tusculum University Historical District, Greeneville, TN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.760985 36.173714)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 6.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}}"} -{"id": "raster_only/ruggedness+poi/0013", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at David Zwirner, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.007033 40.745807)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 4.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} -{"id": "raster_only/ruggedness+poi/0014", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Equinox, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.002416 40.754471)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Equinox, New York, NY\", \"geo_wkt\": \"POINT (-74.002416 40.754471)\", \"poi\": {\"id\": 14144, \"geometry\": \"POINT (-74.002416 40.754471)\", \"poi_name\": \"Equinox\", \"osm_id\": 9423683677, \"tourism\": \"hotel\", \"website\": \"https://equinox-hotels.com/\", \"internet_access\": \"yes\", \"phone\": \"+1-212-812-9200\", \"wikidata\": \"Q111394932\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"Hudson Yards\", \"addr_housenumber\": \"32\"}}}"} -{"id": "raster_only/ruggedness+poi/0015", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Sushi Nakazawa, Washington, DC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.02759 38.893662)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 3.875}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sushi Nakazawa, Washington, DC\", \"geo_wkt\": \"POINT (-77.02759 38.893662)\", \"poi\": {\"id\": 88005, \"geometry\": \"POINT (-77.02759 38.893662)\", \"poi_name\": \"Sushi Nakazawa\", \"osm_id\": 6300458085, \"amenity\": \"restaurant\", \"website\": \"https://www.sushinakazawa.com/washington-dc\", \"outdoor_seating\": \"no\", \"wikidata\": \"Q73785844\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20004\", \"addr_street\": \"Pennsylvania Avenue Northwest\", \"addr_housenumber\": \"1100\"}}}"} -{"id": "raster_only/ruggedness+poi/0016", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at Courtyard Restaurant, Portland, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.629998 45.564574)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Courtyard Restaurant, Portland, OR\", \"geo_wkt\": \"POINT (-122.629998 45.564574)\", \"poi\": {\"id\": 33153, \"geometry\": \"POINT (-122.629998 45.564574)\", \"poi_name\": \"Courtyard Restaurant\", \"osm_id\": 4214263337, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Fr 07:00-24:00; Sa-Su 00:00-01:00,07:00-24:00\", \"website\": \"https://www.mcmenamins.com/\", \"phone\": \"+1-503-288-2192\", \"wikidata\": \"Q6389685\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97211\", \"addr_street\": \"Northeast 33rd Avenue\", \"addr_housenumber\": \"5736\"}}}"} -{"id": "raster_only/ruggedness+poi/0017", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Louisiana History Museum, Alexandria, LA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-92.444743 31.308973)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.5}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Louisiana History Museum, Alexandria, LA\", \"geo_wkt\": \"POINT (-92.444743 31.308973)\", \"poi\": {\"id\": 1359, \"geometry\": \"POINT (-92.444743 31.308973)\", \"poi_name\": \"Louisiana History Museum\", \"osm_id\": 4247447687, \"tourism\": \"museum\", \"website\": \"http://www.louisianahistorymuseum.org/\", \"wikidata\": \"Q6689220\", \"addr_state\": \"LA\", \"addr_city\": \"Alexandria\", \"addr_street\": \"Washington Street\", \"addr_housenumber\": \"503\"}}}"} -{"id": "raster_only/ruggedness+poi/0018", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Charlie's Kitchen, Cambridge, MA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.12152 42.372407)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.125}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Charlie's Kitchen, Cambridge, MA\", \"geo_wkt\": \"POINT (-71.12152 42.372407)\", \"poi\": {\"id\": 34353, \"geometry\": \"POINT (-71.12152 42.372407)\", \"poi_name\": \"Charlie's Kitchen\", \"osm_id\": 4267292053, \"amenity\": \"restaurant\", \"cuisine\": \"diner;american;burger\", \"opening_hours\": \"Su-We 11:00-01:00; Th-Sa 11:00-02:00\", \"website\": \"https://www.charlieskitchen.com/\", \"phone\": \"+1 617 492 9646\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q14715437\", \"addr_state\": \"MA\", \"addr_city\": \"Cambridge\", \"addr_postcode\": \"02138\", \"addr_street\": \"Eliot Street\", \"addr_housenumber\": \"10\"}}}"} -{"id": "raster_only/ruggedness+poi/0019", "group": "raster_only", "template": "ruggedness+poi", "question": "How variable is the elevation immediately around Palisade, Seattle, WA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.391516 47.63038)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.625}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Palisade, Seattle, WA\", \"geo_wkt\": \"POINT (-122.391516 47.63038)\", \"poi\": {\"id\": 43512, \"geometry\": \"POINT (-122.391516 47.63038)\", \"poi_name\": \"Palisade\", \"osm_id\": 928699079, \"amenity\": \"restaurant\", \"website\": \"https://www.palisaderestaurant.com/\", \"wikidata\": \"Q114451594\", \"addr_state\": \"WA\", \"addr_city\": \"Seattle\", \"addr_postcode\": \"98199\", \"addr_street\": \"West Marina Place\", \"addr_housenumber\": \"2601\"}}}"} -{"id": "raster_only/slope+compare_route/0000", "group": "raster_only", "template": "slope+compare_route", "question": "Does Greenwood Cemetery Road have a higher average slope than Barrel Springs Road?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-106.000822 45.61557, -106.001316 45.615596, -106.001434 45.6156, -106.001728 45.615588, -106.00219 45.615456, -106.002691 45.61551, -106.003086 45.615571, -106.003524 45.615637, -106.004178 45.615746, -106.004586 45.615818, -106.005165 45.615938, -106.005783 45.616091, -106.006117 45.616146, -106.006407 45.616169, -106.006847 45.616151, -106.007222 45.616127, -106.007691 45.616207, -106.008217 45.616424, -106.008953 45.616746, -106.009186 45.616902)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Greenwood Cemetery Road' ELSE 'Barrel Springs Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Greenwood Cemetery Road\", \"slope_deg_3\": 4.322847902978429, \"slope_deg_4\": 1.9798170827093695}]", "question_entities": "{\"[3]\": {\"display_name\": \"Greenwood Cemetery Road\", \"geo_wkt\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road\": {\"id\": 486, \"geometry\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road_name\": \"Greenwood Cemetery Road\", \"highway\": \"service\", \"access\": \"private\"}}, \"[4]\": {\"display_name\": \"Barrel Springs Road\", \"geo_wkt\": \"LINESTRING (-106.000822 45.61557, -106.001316 45.615596, -106.001434 45.6156, -106.001728 45.615588, -106.00219 45.615456, -106.002691 45.61551, -106.003086 45.615571, -106.003524 45.615637, -106.004178 45.615746, -106.004586 45.615818, -106.005165 45.615938, -106.005783 45.616091, -106.006117 45.616146, -106.006407 45.616169, -106.006847 45.616151, -106.007222 45.616127, -106.007691 45.616207, -106.008217 45.616424, -106.008953 45.616746, -106.009186 45.616902)\", \"road\": {\"id\": 2010, \"geometry\": \"LINESTRING (-106.000822 45.61557, -106.001316 45.615596, -106.001434 45.6156, -106.001728 45.615588, -106.00219 45.615456, -106.002691 45.61551, -106.003086 45.615571, -106.003524 45.615637, -106.004178 45.615746, -106.004586 45.615818, -106.005165 45.615938, -106.005783 45.616091, -106.006117 45.616146, -106.006407 45.616169, -106.006847 45.616151, -106.007222 45.616127, -106.007691 45.616207, -106.008217 45.616424, -106.008953 45.616746, -106.009186 45.616902)\", \"road_name\": \"Barrel Springs Road\", \"highway\": \"service\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+compare_route/0001", "group": "raster_only", "template": "slope+compare_route", "question": "Is Sand Lane steeper than Patterson Street Northwest?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-74.066578 40.590315, -74.066573 40.590209, -74.066219 40.589802, -74.066169 40.589747, -74.066113 40.589716, -74.066045 40.589695, -74.06598 40.58969, -74.065915 40.589697, -74.065848 40.589719, -74.065801 40.589747, -74.065775 40.589768, -74.065743 40.589808, -74.065715 40.589857, -74.065711 40.58992, -74.065724 40.589975, -74.065747 40.590018, -74.065776 40.59005, -74.066331 40.59028, -74.066446 40.590317, -74.066578 40.590315))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.058284 44.949283, -123.058273 44.949312, -123.058272 44.949341, -123.058644 44.950003, -123.058657 44.950046, -123.058665 44.950141)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Sand Lane' ELSE 'Patterson Street Northwest' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Patterson Street Northwest\", \"slope_deg_3\": 0.8019223320754529, \"slope_deg_4\": 1.9676839643791286}]", "question_entities": "{\"[3]\": {\"display_name\": \"Sand Lane\", \"geo_wkt\": \"POLYGON ((-74.066578 40.590315, -74.066573 40.590209, -74.066219 40.589802, -74.066169 40.589747, -74.066113 40.589716, -74.066045 40.589695, -74.06598 40.58969, -74.065915 40.589697, -74.065848 40.589719, -74.065801 40.589747, -74.065775 40.589768, -74.065743 40.589808, -74.065715 40.589857, -74.065711 40.58992, -74.065724 40.589975, -74.065747 40.590018, -74.065776 40.59005, -74.066331 40.59028, -74.066446 40.590317, -74.066578 40.590315))\", \"road\": {\"id\": 1784, \"geometry\": \"POLYGON ((-74.066578 40.590315, -74.066573 40.590209, -74.066219 40.589802, -74.066169 40.589747, -74.066113 40.589716, -74.066045 40.589695, -74.06598 40.58969, -74.065915 40.589697, -74.065848 40.589719, -74.065801 40.589747, -74.065775 40.589768, -74.065743 40.589808, -74.065715 40.589857, -74.065711 40.58992, -74.065724 40.589975, -74.065747 40.590018, -74.065776 40.59005, -74.066331 40.59028, -74.066446 40.590317, -74.066578 40.590315))\", \"road_name\": \"Sand Lane\", \"highway\": \"service\", \"sidewalk\": \"right\", \"oneway\": \"yes\"}}, \"[4]\": {\"display_name\": \"Patterson Street Northwest\", \"geo_wkt\": \"LINESTRING (-123.058284 44.949283, -123.058273 44.949312, -123.058272 44.949341, -123.058644 44.950003, -123.058657 44.950046, -123.058665 44.950141)\", \"road\": {\"id\": 683, \"geometry\": \"LINESTRING (-123.058284 44.949283, -123.058273 44.949312, -123.058272 44.949341, -123.058644 44.950003, -123.058657 44.950046, -123.058665 44.950141)\", \"road_name\": \"Patterson Street Northwest\", \"highway\": \"residential\", \"sidewalk\": \"right\"}}}"} -{"id": "raster_only/slope+compare_route/0002", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, Coal Creek Trail or Fawcett Creek Road?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-105.152624 39.957711, -105.152194 39.957807)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Coal Creek Trail' ELSE 'Fawcett Creek Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Fawcett Creek Road\", \"slope_deg_3\": 1.497316824146733, \"slope_deg_4\": 8.470011193479747}]", "question_entities": "{\"[3]\": {\"display_name\": \"Coal Creek Trail\", \"geo_wkt\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road\": {\"id\": 62233, \"geometry\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road_name\": \"Coal Creek Trail\", \"highway\": \"cycleway\", \"foot\": \"designated\", \"bicycle\": \"designated\", \"oneway\": \"no\", \"maxspeed\": \"15 mph\", \"horse\": \"no\"}}, \"[4]\": {\"display_name\": \"Fawcett Creek Road\", \"geo_wkt\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road\": {\"id\": 290, \"geometry\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road_name\": \"Fawcett Creek Road\", \"highway\": \"residential\"}}}"} -{"id": "raster_only/slope+compare_route/0003", "group": "raster_only", "template": "slope+compare_route", "question": "Does Mayger Fill Road have a higher average slope than Southeast Anna Marie Court?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-122.589431 45.416123, -122.589455 45.416843, -122.589474 45.416946, -122.589516 45.417068, -122.589516 45.417144, -122.589519 45.417494)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Mayger Fill Road' ELSE 'Southeast Anna Marie Court' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Southeast Anna Marie Court\", \"slope_deg_3\": 1.1800114724843211, \"slope_deg_4\": 1.687553684029975}]", "question_entities": "{\"[3]\": {\"display_name\": \"Mayger Fill Road\", \"geo_wkt\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road\": {\"id\": 528, \"geometry\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road_name\": \"Mayger Fill Road\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Southeast Anna Marie Court\", \"geo_wkt\": \"LINESTRING (-122.589431 45.416123, -122.589455 45.416843, -122.589474 45.416946, -122.589516 45.417068, -122.589516 45.417144, -122.589519 45.417494)\", \"road\": {\"id\": 416, \"geometry\": \"LINESTRING (-122.589431 45.416123, -122.589455 45.416843, -122.589474 45.416946, -122.589516 45.417068, -122.589516 45.417144, -122.589519 45.417494)\", \"road_name\": \"Southeast Anna Marie Court\", \"highway\": \"residential\", \"sidewalk\": \"both\"}}}"} -{"id": "raster_only/slope+compare_route/0004", "group": "raster_only", "template": "slope+compare_route", "question": "Does Westwood Drive have a higher average slope than SD Aqueduct service road (private)?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-117.168199 33.258874, -117.168134 33.259087, -117.168122 33.259128, -117.167916 33.259447, -117.167857 33.259594, -117.167862 33.259886, -117.167954 33.260215, -117.167967 33.260267)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'SD Aqueduct service road (private)' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Westwood Drive\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 0.0}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"SD Aqueduct service road (private)\", \"geo_wkt\": \"LINESTRING (-117.168199 33.258874, -117.168134 33.259087, -117.168122 33.259128, -117.167916 33.259447, -117.167857 33.259594, -117.167862 33.259886, -117.167954 33.260215, -117.167967 33.260267)\", \"road\": {\"id\": 2573, \"geometry\": \"LINESTRING (-117.168199 33.258874, -117.168134 33.259087, -117.168122 33.259128, -117.167916 33.259447, -117.167857 33.259594, -117.167862 33.259886, -117.167954 33.260215, -117.167967 33.260267)\", \"road_name\": \"SD Aqueduct service road (private)\", \"highway\": \"service\", \"foot\": \"yes\", \"bicycle\": \"yes\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+compare_route/0005", "group": "raster_only", "template": "slope+compare_route", "question": "Which route is steeper, West Tunnel or 10th Street?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'West Tunnel' ELSE '10th Street' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"10th Street\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 0.7636474386974808}]", "question_entities": "{\"[3]\": {\"display_name\": \"West Tunnel\", \"geo_wkt\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road\": {\"id\": 2009314, \"geometry\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road_name\": \"West Tunnel\", \"highway\": \"pedestrian\", \"access\": \"customers\"}}, \"[4]\": {\"display_name\": \"10th Street\", \"geo_wkt\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road\": {\"id\": 16886581, \"geometry\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road_name\": \"10th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\", \"horse\": \"no\"}}}"} -{"id": "raster_only/slope+compare_route/0006", "group": "raster_only", "template": "slope+compare_route", "question": "Which route is steeper, Westwood Drive or Cord Street?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'Cord Street' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Westwood Drive\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 2.426824109620872}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Cord Street\", \"geo_wkt\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road\": {\"id\": 436, \"geometry\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road_name\": \"Cord Street\", \"highway\": \"residential\", \"maxspeed\": \"25 mph\"}}}"} -{"id": "raster_only/slope+compare_route/0007", "group": "raster_only", "template": "slope+compare_route", "question": "Between South 69th East Place and Rich Way, which route has the higher average slope?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-95.900075 36.030706, -95.899971 36.030928, -95.900035 36.031155, -95.900026 36.031289)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.362019 42.541572, -121.362463 42.541672, -121.3635 42.541853, -121.364141 42.542136)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'South 69th East Place' ELSE 'Rich Way' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Rich Way\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 1.30902594872915}]", "question_entities": "{\"[3]\": {\"display_name\": \"South 69th East Place\", \"geo_wkt\": \"LINESTRING (-95.900075 36.030706, -95.899971 36.030928, -95.900035 36.031155, -95.900026 36.031289)\", \"road\": {\"id\": 212406, \"geometry\": \"LINESTRING (-95.900075 36.030706, -95.899971 36.030928, -95.900035 36.031155, -95.900026 36.031289)\", \"road_name\": \"South 69th East Place\", \"highway\": \"living_street\"}}, \"[4]\": {\"display_name\": \"Rich Way\", \"geo_wkt\": \"LINESTRING (-121.362019 42.541572, -121.362463 42.541672, -121.3635 42.541853, -121.364141 42.542136)\", \"road\": {\"id\": 1002, \"geometry\": \"LINESTRING (-121.362019 42.541572, -121.362463 42.541672, -121.3635 42.541853, -121.364141 42.542136)\", \"road_name\": \"Rich Way\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+compare_route/0008", "group": "raster_only", "template": "slope+compare_route", "question": "Does Westwood Drive have a higher average slope than South Red Pine Circle?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-85.659984 42.198758, -85.659915 42.198655, -85.659784 42.198603, -85.659166 42.198577, -85.658801 42.198642, -85.65855 42.198738, -85.658284 42.198954, -85.658142 42.199224)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'South Red Pine Circle' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Westwood Drive\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 2.0755240130691104}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"South Red Pine Circle\", \"geo_wkt\": \"LINESTRING (-85.659984 42.198758, -85.659915 42.198655, -85.659784 42.198603, -85.659166 42.198577, -85.658801 42.198642, -85.65855 42.198738, -85.658284 42.198954, -85.658142 42.199224)\", \"road\": {\"id\": 97883, \"geometry\": \"LINESTRING (-85.659984 42.198758, -85.659915 42.198655, -85.659784 42.198603, -85.659166 42.198577, -85.658801 42.198642, -85.65855 42.198738, -85.658284 42.198954, -85.658142 42.199224)\", \"road_name\": \"South Red Pine Circle\", \"highway\": \"living_street\"}}}"} -{"id": "raster_only/slope+compare_route/0009", "group": "raster_only", "template": "slope+compare_route", "question": "Does Don Wallace Trail have a higher average slope than Mayger Fill Road?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-118.70154 34.144705, -118.701564 34.145124, -118.701449 34.145489, -118.701319 34.14566)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Don Wallace Trail' ELSE 'Mayger Fill Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Mayger Fill Road\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 1.1800114724843211}]", "question_entities": "{\"[3]\": {\"display_name\": \"Don Wallace Trail\", \"geo_wkt\": \"LINESTRING (-118.70154 34.144705, -118.701564 34.145124, -118.701449 34.145489, -118.701319 34.14566)\", \"road\": {\"id\": 1025161, \"geometry\": \"LINESTRING (-118.70154 34.144705, -118.701564 34.145124, -118.701449 34.145489, -118.701319 34.14566)\", \"road_name\": \"Don Wallace Trail\", \"highway\": \"footway\"}}, \"[4]\": {\"display_name\": \"Mayger Fill Road\", \"geo_wkt\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road\": {\"id\": 528, \"geometry\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road_name\": \"Mayger Fill Road\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+compare_route/0010", "group": "raster_only", "template": "slope+compare_route", "question": "Is Tunnel System steeper than Edgartown Lane Southeast?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-95.980531 36.750176, -95.980432 36.750269, -95.978962 36.750097, -95.979067 36.749607, -95.97871 36.749564, -95.978764 36.749291)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Tunnel System' ELSE 'Edgartown Lane Southeast' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Tunnel System\", \"slope_deg_3\": 2.075804332218216, \"slope_deg_4\": 1.0527333933745415}]", "question_entities": "{\"[3]\": {\"display_name\": \"Tunnel System\", \"geo_wkt\": \"LINESTRING (-95.980531 36.750176, -95.980432 36.750269, -95.978962 36.750097, -95.979067 36.749607, -95.97871 36.749564, -95.978764 36.749291)\", \"road\": {\"id\": 18491387, \"geometry\": \"LINESTRING (-95.980531 36.750176, -95.980432 36.750269, -95.978962 36.750097, -95.979067 36.749607, -95.97871 36.749564, -95.978764 36.749291)\", \"road_name\": \"Tunnel System\", \"highway\": \"pedestrian\"}}, \"[4]\": {\"display_name\": \"Edgartown Lane Southeast\", \"geo_wkt\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road\": {\"id\": 69045, \"geometry\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road_name\": \"Edgartown Lane Southeast\", \"highway\": \"living_street\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+compare_route/0011", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, West Tunnel or North 97th Court?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-96.065062 41.271102, -96.065093 41.271175, -96.06512 41.271218, -96.065145 41.271349, -96.06515 41.271565, -96.065172 41.271675, -96.065212 41.271787, -96.065332 41.272044, -96.065339 41.272153, -96.065347 41.272283, -96.065303 41.272513, -96.065296 41.272637, -96.065354 41.273152, -96.065368 41.273168)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'West Tunnel' ELSE 'North 97th Court' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"North 97th Court\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 5.013438114574442}]", "question_entities": "{\"[3]\": {\"display_name\": \"West Tunnel\", \"geo_wkt\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road\": {\"id\": 2009314, \"geometry\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road_name\": \"West Tunnel\", \"highway\": \"pedestrian\", \"access\": \"customers\"}}, \"[4]\": {\"display_name\": \"North 97th Court\", \"geo_wkt\": \"LINESTRING (-96.065062 41.271102, -96.065093 41.271175, -96.06512 41.271218, -96.065145 41.271349, -96.06515 41.271565, -96.065172 41.271675, -96.065212 41.271787, -96.065332 41.272044, -96.065339 41.272153, -96.065347 41.272283, -96.065303 41.272513, -96.065296 41.272637, -96.065354 41.273152, -96.065368 41.273168)\", \"road\": {\"id\": 209045, \"geometry\": \"LINESTRING (-96.065062 41.271102, -96.065093 41.271175, -96.06512 41.271218, -96.065145 41.271349, -96.06515 41.271565, -96.065172 41.271675, -96.065212 41.271787, -96.065332 41.272044, -96.065339 41.272153, -96.065347 41.272283, -96.065303 41.272513, -96.065296 41.272637, -96.065354 41.273152, -96.065368 41.273168)\", \"road_name\": \"North 97th Court\", \"highway\": \"living_street\", \"oneway\": \"no\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+compare_route/0012", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, Pedway or National Forest Development Road 012?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-87.621382 41.88722, -87.621106 41.887223, -87.620986 41.887224, -87.620592 41.887224, -87.62041 41.887225)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Pedway' ELSE 'National Forest Development Road 012' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Pedway\", \"slope_deg_3\": 15.710614063752333, \"slope_deg_4\": 4.340163549563563}]", "question_entities": "{\"[3]\": {\"display_name\": \"Pedway\", \"geo_wkt\": \"LINESTRING (-87.621382 41.88722, -87.621106 41.887223, -87.620986 41.887224, -87.620592 41.887224, -87.62041 41.887225)\", \"road\": {\"id\": 435789, \"geometry\": \"LINESTRING (-87.621382 41.88722, -87.621106 41.887223, -87.620986 41.887224, -87.620592 41.887224, -87.62041 41.887225)\", \"road_name\": \"Pedway\", \"highway\": \"footway\"}}, \"[4]\": {\"display_name\": \"National Forest Development Road 012\", \"geo_wkt\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road\": {\"id\": 295, \"geometry\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road_name\": \"National Forest Development Road 012\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+compare_route/0013", "group": "raster_only", "template": "slope+compare_route", "question": "Does Grant Street have a higher average slope than 9th Street?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-86.875419 40.417368, -86.875414 40.417302, -86.875412 40.417274, -86.874618 40.416585, -86.874562 40.416536, -86.874494 40.416476, -86.874121 40.416145, -86.873706 40.415775, -86.873289 40.415405, -86.872927 40.415082, -86.872867 40.415028)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Grant Street' ELSE '9th Street' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Grant Street\", \"slope_deg_3\": 2.26622655761105, \"slope_deg_4\": 1.3591608426144763}]", "question_entities": "{\"[3]\": {\"display_name\": \"Grant Street\", \"geo_wkt\": \"LINESTRING (-86.875419 40.417368, -86.875414 40.417302, -86.875412 40.417274, -86.874618 40.416585, -86.874562 40.416536, -86.874494 40.416476, -86.874121 40.416145, -86.873706 40.415775, -86.873289 40.415405, -86.872927 40.415082, -86.872867 40.415028)\", \"road\": {\"id\": 537, \"geometry\": \"LINESTRING (-86.875419 40.417368, -86.875414 40.417302, -86.875412 40.417274, -86.874618 40.416585, -86.874562 40.416536, -86.874494 40.416476, -86.874121 40.416145, -86.873706 40.415775, -86.873289 40.415405, -86.872927 40.415082, -86.872867 40.415028)\", \"road_name\": \"Grant Street\", \"highway\": \"residential\"}}, \"[4]\": {\"display_name\": \"9th Street\", \"geo_wkt\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road\": {\"id\": 441798, \"geometry\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road_name\": \"9th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\"}}}"} -{"id": "raster_only/slope+compare_route/0014", "group": "raster_only", "template": "slope+compare_route", "question": "Between National Grid parking lot and Middle Fork Road, which route has the higher average slope?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-73.784258 42.895102, -73.78413 42.89402, -73.782758 42.894089, -73.78258 42.894108, -73.782528 42.894134, -73.782505 42.894169, -73.782489 42.894238, -73.782645 42.895252, -73.782676 42.89528, -73.782742 42.895287, -73.784175 42.895175, -73.784238 42.89515, -73.784258 42.895102))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-110.042392 46.635993, -110.04207 46.635493, -110.040953 46.634248, -110.039704 46.632867, -110.038858 46.631887, -110.038224 46.63119, -110.037486 46.630647, -110.036811 46.630299, -110.035619 46.629911, -110.033639 46.629108, -110.03291 46.628739, -110.032674 46.628459, -110.030802 46.627391, -110.030437 46.62715, -110.029648 46.626814, -110.028817 46.626431, -110.02851 46.626243, -110.028226 46.62597, -110.027036 46.6245, -110.025928 46.62343, -110.025215 46.622684, -110.024663 46.622248, -110.023648 46.621316, -110.02191 46.619697, -110.02059 46.618464, -110.019853 46.617884, -110.019584 46.617699, -110.019298 46.617519, -110.019008 46.617305, -110.018082 46.616307, -110.017829 46.615993)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'National Grid parking lot' ELSE 'Middle Fork Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"National Grid parking lot\", \"slope_deg_3\": 2.420578788393685, \"slope_deg_4\": 1.6613406034551843}]", "question_entities": "{\"[3]\": {\"display_name\": \"National Grid parking lot\", \"geo_wkt\": \"POLYGON ((-73.784258 42.895102, -73.78413 42.89402, -73.782758 42.894089, -73.78258 42.894108, -73.782528 42.894134, -73.782505 42.894169, -73.782489 42.894238, -73.782645 42.895252, -73.782676 42.89528, -73.782742 42.895287, -73.784175 42.895175, -73.784238 42.89515, -73.784258 42.895102))\", \"road\": {\"id\": 1461, \"geometry\": \"POLYGON ((-73.784258 42.895102, -73.78413 42.89402, -73.782758 42.894089, -73.78258 42.894108, -73.782528 42.894134, -73.782505 42.894169, -73.782489 42.894238, -73.782645 42.895252, -73.782676 42.89528, -73.782742 42.895287, -73.784175 42.895175, -73.784238 42.89515, -73.784258 42.895102))\", \"road_name\": \"National Grid parking lot\", \"highway\": \"service\", \"foot\": \"no\", \"bicycle\": \"no\", \"access\": \"no\", \"horse\": \"no\"}}, \"[4]\": {\"display_name\": \"Middle Fork Road\", \"geo_wkt\": \"LINESTRING (-110.042392 46.635993, -110.04207 46.635493, -110.040953 46.634248, -110.039704 46.632867, -110.038858 46.631887, -110.038224 46.63119, -110.037486 46.630647, -110.036811 46.630299, -110.035619 46.629911, -110.033639 46.629108, -110.03291 46.628739, -110.032674 46.628459, -110.030802 46.627391, -110.030437 46.62715, -110.029648 46.626814, -110.028817 46.626431, -110.02851 46.626243, -110.028226 46.62597, -110.027036 46.6245, -110.025928 46.62343, -110.025215 46.622684, -110.024663 46.622248, -110.023648 46.621316, -110.02191 46.619697, -110.02059 46.618464, -110.019853 46.617884, -110.019584 46.617699, -110.019298 46.617519, -110.019008 46.617305, -110.018082 46.616307, -110.017829 46.615993)\", \"road\": {\"id\": 2150, \"geometry\": \"LINESTRING (-110.042392 46.635993, -110.04207 46.635493, -110.040953 46.634248, -110.039704 46.632867, -110.038858 46.631887, -110.038224 46.63119, -110.037486 46.630647, -110.036811 46.630299, -110.035619 46.629911, -110.033639 46.629108, -110.03291 46.628739, -110.032674 46.628459, -110.030802 46.627391, -110.030437 46.62715, -110.029648 46.626814, -110.028817 46.626431, -110.02851 46.626243, -110.028226 46.62597, -110.027036 46.6245, -110.025928 46.62343, -110.025215 46.622684, -110.024663 46.622248, -110.023648 46.621316, -110.02191 46.619697, -110.02059 46.618464, -110.019853 46.617884, -110.019584 46.617699, -110.019298 46.617519, -110.019008 46.617305, -110.018082 46.616307, -110.017829 46.615993)\", \"road_name\": \"Middle Fork Road\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+compare_route/0015", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, White Trail Run or Edgartown Lane Southeast?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-98.147807 42.83262, -98.148106 42.832605, -98.148594 42.832619, -98.14937 42.832635, -98.149432 42.832625, -98.149489 42.832605, -98.149527 42.832581, -98.149554 42.832521, -98.149545 42.832012, -98.149555 42.83158, -98.149576 42.831468, -98.149609 42.831363)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'White Trail Run' ELSE 'Edgartown Lane Southeast' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"White Trail Run\", \"slope_deg_3\": 5.19491635050992, \"slope_deg_4\": 1.0527333933745415}]", "question_entities": "{\"[3]\": {\"display_name\": \"White Trail Run\", \"geo_wkt\": \"LINESTRING (-98.147807 42.83262, -98.148106 42.832605, -98.148594 42.832619, -98.14937 42.832635, -98.149432 42.832625, -98.149489 42.832605, -98.149527 42.832581, -98.149554 42.832521, -98.149545 42.832012, -98.149555 42.83158, -98.149576 42.831468, -98.149609 42.831363)\", \"road\": {\"id\": 25335, \"geometry\": \"LINESTRING (-98.147807 42.83262, -98.148106 42.832605, -98.148594 42.832619, -98.14937 42.832635, -98.149432 42.832625, -98.149489 42.832605, -98.149527 42.832581, -98.149554 42.832521, -98.149545 42.832012, -98.149555 42.83158, -98.149576 42.831468, -98.149609 42.831363)\", \"road_name\": \"White Trail Run\", \"highway\": \"living_street\", \"access\": \"private\"}}, \"[4]\": {\"display_name\": \"Edgartown Lane Southeast\", \"geo_wkt\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road\": {\"id\": 69045, \"geometry\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road_name\": \"Edgartown Lane Southeast\", \"highway\": \"living_street\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+compare_route/0016", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, Westwood Drive or Empire State Plaza Concourse?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'Empire State Plaza Concourse' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Empire State Plaza Concourse\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 6.521557283041974}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Empire State Plaza Concourse\", \"geo_wkt\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road\": {\"id\": 85599, \"geometry\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road_name\": \"Empire State Plaza Concourse\", \"highway\": \"footway\", \"access\": \"designated\"}}}"} -{"id": "raster_only/slope+compare_route/0017", "group": "raster_only", "template": "slope+compare_route", "question": "Does National Forest Development Road 012 have a higher average slope than Gudrun Drive?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.041691 43.265228, -123.041476 43.265542, -123.041378 43.265761, -123.041411 43.265986, -123.041476 43.266211, -123.041728 43.266471, -123.042012 43.266809, -123.042167 43.266821, -123.042443 43.266827, -123.043061 43.266779, -123.043826 43.266684, -123.044393 43.266611, -123.044679 43.266649, -123.044948 43.26672, -123.045257 43.26698, -123.045907 43.267555, -123.04685 43.268443, -123.047119 43.268662)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'National Forest Development Road 012' ELSE 'Gudrun Drive' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Gudrun Drive\", \"slope_deg_3\": 4.340163549563563, \"slope_deg_4\": 5.770067810212948}]", "question_entities": "{\"[3]\": {\"display_name\": \"National Forest Development Road 012\", \"geo_wkt\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road\": {\"id\": 295, \"geometry\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road_name\": \"National Forest Development Road 012\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Gudrun Drive\", \"geo_wkt\": \"LINESTRING (-123.041691 43.265228, -123.041476 43.265542, -123.041378 43.265761, -123.041411 43.265986, -123.041476 43.266211, -123.041728 43.266471, -123.042012 43.266809, -123.042167 43.266821, -123.042443 43.266827, -123.043061 43.266779, -123.043826 43.266684, -123.044393 43.266611, -123.044679 43.266649, -123.044948 43.26672, -123.045257 43.26698, -123.045907 43.267555, -123.04685 43.268443, -123.047119 43.268662)\", \"road\": {\"id\": 849, \"geometry\": \"LINESTRING (-123.041691 43.265228, -123.041476 43.265542, -123.041378 43.265761, -123.041411 43.265986, -123.041476 43.266211, -123.041728 43.266471, -123.042012 43.266809, -123.042167 43.266821, -123.042443 43.266827, -123.043061 43.266779, -123.043826 43.266684, -123.044393 43.266611, -123.044679 43.266649, -123.044948 43.26672, -123.045257 43.26698, -123.045907 43.267555, -123.04685 43.268443, -123.047119 43.268662)\", \"road_name\": \"Gudrun Drive\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+compare_route/0018", "group": "raster_only", "template": "slope+compare_route", "question": "Does East Tunnel have a higher average slope than Buzan Lane?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-94.590727 38.912284, -94.590636 38.912203, -94.59055 38.912132)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-93.345493 36.62336, -93.345494 36.623977, -93.345475 36.624134, -93.345391 36.624286, -93.345133 36.624506, -93.344262 36.625227)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'East Tunnel' ELSE 'Buzan Lane' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Buzan Lane\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 6.790075117347671}]", "question_entities": "{\"[3]\": {\"display_name\": \"East Tunnel\", \"geo_wkt\": \"LINESTRING (-94.590727 38.912284, -94.590636 38.912203, -94.59055 38.912132)\", \"road\": {\"id\": 1191991, \"geometry\": \"LINESTRING (-94.590727 38.912284, -94.590636 38.912203, -94.59055 38.912132)\", \"road_name\": \"East Tunnel\", \"highway\": \"footway\"}}, \"[4]\": {\"display_name\": \"Buzan Lane\", \"geo_wkt\": \"LINESTRING (-93.345493 36.62336, -93.345494 36.623977, -93.345475 36.624134, -93.345391 36.624286, -93.345133 36.624506, -93.344262 36.625227)\", \"road\": {\"id\": 68096, \"geometry\": \"LINESTRING (-93.345493 36.62336, -93.345494 36.623977, -93.345475 36.624134, -93.345391 36.624286, -93.345133 36.624506, -93.344262 36.625227)\", \"road_name\": \"Buzan Lane\", \"highway\": \"living_street\"}}}"} -{"id": "raster_only/slope+compare_route/0019", "group": "raster_only", "template": "slope+compare_route", "question": "Is East Hoye Drive steeper than Empire State Plaza Concourse?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'East Hoye Drive' ELSE 'Empire State Plaza Concourse' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Empire State Plaza Concourse\", \"slope_deg_3\": 1.5767328989593519, \"slope_deg_4\": 6.521557283041974}]", "question_entities": "{\"[3]\": {\"display_name\": \"East Hoye Drive\", \"geo_wkt\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road\": {\"id\": 35149, \"geometry\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road_name\": \"East Hoye Drive\", \"highway\": \"living_street\", \"oneway\": \"no\"}}, \"[4]\": {\"display_name\": \"Empire State Plaza Concourse\", \"geo_wkt\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road\": {\"id\": 85599, \"geometry\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road_name\": \"Empire State Plaza Concourse\", \"highway\": \"footway\", \"access\": \"designated\"}}}"} -{"id": "raster_only/slope+poi/0000", "group": "raster_only", "template": "slope+poi", "question": "What is the gradient of the terrain at Reptile Gardens, Rapid City, SD?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-103.271398 43.990679)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.646209716796875}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Reptile Gardens, Rapid City, SD\", \"geo_wkt\": \"POINT (-103.271398 43.990679)\", \"poi\": {\"id\": 11121, \"geometry\": \"POINT (-103.271398 43.990679)\", \"poi_name\": \"Reptile Gardens\", \"osm_id\": 2897438619, \"tourism\": \"attraction\", \"website\": \"https://www.reptilegardens.com/\", \"wikidata\": \"Q3427461\", \"addr_state\": \"SD\", \"addr_city\": \"Rapid City\", \"addr_postcode\": \"57702\", \"addr_street\": \"South Highway 16\", \"addr_housenumber\": \"8955\"}}}"} -{"id": "raster_only/slope+poi/0001", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Jesse Owens State Park, OH?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.731108 39.734554)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 12.281956672668457}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jesse Owens State Park, OH\", \"geo_wkt\": \"POINT (-81.731108 39.734554)\", \"poi\": {\"id\": 246530, \"geometry\": \"POINT (-81.731108 39.734554)\", \"poi_name\": \"Jesse Owens State Park\", \"osm_id\": 9891605872, \"leisure\": \"park\", \"website\": \"https://ohiodnr.gov/go-and-do/plan-a-visit/find-a-property/jesse-owens-state-park\", \"wikidata\": \"Q113119233\", \"addr_state\": \"OH\"}}}"} -{"id": "raster_only/slope+poi/0002", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Cafe Boulud, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.963954 40.77439)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 8.24396800994873}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Cafe Boulud, New York, NY\", \"geo_wkt\": \"POINT (-73.963954 40.77439)\", \"poi\": {\"id\": 56246, \"geometry\": \"POINT (-73.963954 40.77439)\", \"poi_name\": \"Cafe Boulud\", \"osm_id\": 6418373475, \"amenity\": \"restaurant\", \"cuisine\": \"french\", \"website\": \"https://www.cafeboulud.com/nyc/\", \"phone\": \"+1-212-772-2600\", \"wikidata\": \"Q5017226\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10021\", \"addr_street\": \"East 76th Street\", \"addr_housenumber\": \"20\"}}}"} -{"id": "raster_only/slope+poi/0003", "group": "raster_only", "template": "slope+poi", "question": "How sharply does the terrain incline at Tusculum University Historical District, Greeneville, TN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.760985 36.173714)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 14.772382736206055}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}}"} -{"id": "raster_only/slope+poi/0004", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Rhode Island Hospital, Providence, RI?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.409129 41.811862)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.2941222190856934}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rhode Island Hospital, Providence, RI\", \"geo_wkt\": \"POINT (-71.409129 41.811862)\", \"poi\": {\"id\": 227085, \"geometry\": \"POINT (-71.409129 41.811862)\", \"poi_name\": \"Rhode Island Hospital\", \"osm_id\": 357258005, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Lifespan\", \"website\": \"https://www.rhodeislandhospital.org/\", \"phone\": \"+1 401 444 4000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7320925\", \"addr_state\": \"RI\", \"addr_city\": \"Providence\", \"addr_postcode\": \"02903\", \"addr_street\": \"Eddy Street\", \"addr_housenumber\": \"593\"}}}"} -{"id": "raster_only/slope+poi/0005", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Tewksbury Hospital, Tewksbury, MA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.21808 42.606947)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.037553310394287}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Tewksbury Hospital, Tewksbury, MA\", \"geo_wkt\": \"POINT (-71.21808 42.606947)\", \"poi\": {\"id\": 44995, \"geometry\": \"POINT (-71.21808 42.606947)\", \"poi_name\": \"Tewksbury Hospital\", \"osm_id\": 257489501, \"amenity\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q7707206\", \"addr_state\": \"MA\", \"addr_city\": \"Tewksbury\", \"addr_street\": \"East Street\", \"addr_housenumber\": \"365\"}}}"} -{"id": "raster_only/slope+poi/0006", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at Palisade, Seattle, WA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.391516 47.63038)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.3425774574279785}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Palisade, Seattle, WA\", \"geo_wkt\": \"POINT (-122.391516 47.63038)\", \"poi\": {\"id\": 43512, \"geometry\": \"POINT (-122.391516 47.63038)\", \"poi_name\": \"Palisade\", \"osm_id\": 928699079, \"amenity\": \"restaurant\", \"website\": \"https://www.palisaderestaurant.com/\", \"wikidata\": \"Q114451594\", \"addr_state\": \"WA\", \"addr_city\": \"Seattle\", \"addr_postcode\": \"98199\", \"addr_street\": \"West Marina Place\", \"addr_housenumber\": \"2601\"}}}"} -{"id": "raster_only/slope+poi/0007", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Florida Botanical Garden, Largo, FL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.808431 27.883426)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.39579963684082}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Florida Botanical Garden, Largo, FL\", \"geo_wkt\": \"POINT (-82.808431 27.883426)\", \"poi\": {\"id\": 247212, \"geometry\": \"POINT (-82.808431 27.883426)\", \"poi_name\": \"Florida Botanical Garden\", \"osm_id\": 4641286338, \"leisure\": \"park\", \"wikidata\": \"Q7734512\", \"addr_state\": \"FL\", \"addr_city\": \"Largo\", \"addr_postcode\": \"33774\", \"addr_street\": \"Ulmerton Road\", \"addr_housenumber\": \"12520\"}}}"} -{"id": "raster_only/slope+poi/0008", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at Pace Gallery, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.004968 40.749576)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 12.425244331359863}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Pace Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004968 40.749576)\", \"poi\": {\"id\": 14214, \"geometry\": \"POINT (-74.004968 40.749576)\", \"poi_name\": \"Pace Gallery\", \"osm_id\": 9470785217, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.pacegallery.com/galleries/new-york/\", \"phone\": \"+1-212-421-3292\", \"wikidata\": \"Q7121900\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"West 25th Street\", \"addr_housenumber\": \"540\"}}}"} -{"id": "raster_only/slope+poi/0009", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at Bonnie Lure State Park, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 7.032797336578369}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} -{"id": "raster_only/slope+poi/0010", "group": "raster_only", "template": "slope+poi", "question": "How steep is the terrain at Robert Morris University Illinois—Peoria Campus, Peoria, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.590248 40.690162)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 12.98060131072998}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Robert Morris University Illinois—Peoria Campus, Peoria, IL\", \"geo_wkt\": \"POINT (-89.590248 40.690162)\", \"poi\": {\"id\": 85584, \"geometry\": \"POINT (-89.590248 40.690162)\", \"poi_name\": \"Robert Morris University Illinois—Peoria Campus\", \"osm_id\": 6202521229, \"amenity\": \"university\", \"operator\": \"Robert Morris University Illinois\", \"website\": \"https://robertmorris.edu/peoria/\", \"phone\": \"+1 309 636 8600\", \"wikidata\": \"Q7347822\", \"addr_state\": \"IL\", \"addr_city\": \"Peoria\", \"addr_postcode\": \"61602\", \"addr_street\": \"Fulton Street\", \"addr_housenumber\": \"211\"}}}"} -{"id": "raster_only/slope+poi/0011", "group": "raster_only", "template": "slope+poi", "question": "How steep is the terrain at Catawba County Historical Museum, Newton, NC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.221948 35.663044)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.483865976333618}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Catawba County Historical Museum, Newton, NC\", \"geo_wkt\": \"POINT (-81.221948 35.663044)\", \"poi\": {\"id\": 868, \"geometry\": \"POINT (-81.221948 35.663044)\", \"poi_name\": \"Catawba County Historical Museum\", \"osm_id\": 4134015698, \"tourism\": \"museum\", \"opening_hours\": \"Tu-Fr 09:00-16:00\", \"website\": \"https://www.catawbahistory.org/our-sites/history-museum-of-catawba-county\", \"wikidata\": \"Q18148844\", \"addr_state\": \"NC\", \"addr_city\": \"Newton\", \"addr_postcode\": \"28658\", \"addr_street\": \"North College Avenue\", \"addr_housenumber\": \"30\"}}}"} -{"id": "raster_only/slope+poi/0012", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Rockton Historic District, Rockton, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.072332 42.453627)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.6402469873428345}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Rockton Historic District, Rockton, IL\", \"geo_wkt\": \"POINT (-89.072332 42.453627)\", \"poi\": {\"id\": 251549, \"geometry\": \"POINT (-89.072332 42.453627)\", \"poi_name\": \"Rockton Historic District\", \"osm_id\": 354231850, \"leisure\": \"park\", \"historic\": \"district\", \"wikidata\": \"Q26813714\", \"addr_state\": \"IL\", \"addr_city\": \"Rockton\", \"addr_postcode\": \"61072\", \"addr_street\": \"North Blackhawk Boulevard\"}}}"} -{"id": "raster_only/slope+poi/0013", "group": "raster_only", "template": "slope+poi", "question": "What is the gradient of the terrain at The Henry Norman Hotel, Brooklyn, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.944251 40.728028)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.200141668319702}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Henry Norman Hotel, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.944251 40.728028)\", \"poi\": {\"id\": 1912, \"geometry\": \"POINT (-73.944251 40.728028)\", \"poi_name\": \"The Henry Norman Hotel\", \"osm_id\": 7026934319, \"tourism\": \"hotel\", \"website\": \"https://henrynormanhotel.com\", \"internet_access\": \"yes\", \"phone\": \"+1-718-804-5845\", \"wikidata\": \"Q111395098\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_street\": \"North Henry Street\", \"addr_housenumber\": \"251\"}}}"} -{"id": "raster_only/slope+poi/0014", "group": "raster_only", "template": "slope+poi", "question": "How sharply does the terrain incline at Twin Oaks, Washington, DC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.063126 38.932122)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 8.070538520812988}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Twin Oaks, Washington, DC\", \"geo_wkt\": \"POINT (-77.063126 38.932122)\", \"poi\": {\"id\": 6698, \"geometry\": \"POINT (-77.063126 38.932122)\", \"poi_name\": \"Twin Oaks\", \"osm_id\": 5736540221, \"tourism\": \"attraction\", \"opening_hours\": \"Mo-Fr 09:00-17:00\", \"phone\": \"+1 202-363-6855\", \"wikidata\": \"Q7858247\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_street\": \"Woodley Road Northwest\", \"addr_housenumber\": \"3220\"}}}"} -{"id": "raster_only/slope+poi/0015", "group": "raster_only", "template": "slope+poi", "question": "What is the gradient of the terrain at Swanson School of Engineering, Pittsburgh, PA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-79.958626 40.443874)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 10.39016342163086}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Swanson School of Engineering, Pittsburgh, PA\", \"geo_wkt\": \"POINT (-79.958626 40.443874)\", \"poi\": {\"id\": 176365, \"geometry\": \"POINT (-79.958626 40.443874)\", \"poi_name\": \"Swanson School of Engineering\", \"osm_id\": 5258284133, \"amenity\": \"university\", \"operator\": \"University of Pittsburgh\", \"internet_access\": \"yes\", \"wikidata\": \"Q7653743\", \"addr_state\": \"PA\", \"addr_city\": \"Pittsburgh\", \"addr_postcode\": \"15213\", \"addr_street\": \"O'Hara Street\", \"addr_housenumber\": \"3700\"}}}"} -{"id": "raster_only/slope+poi/0016", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Fort DuPont State Park, Delaware City, DE?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-75.580795 39.573261)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.4671616554260254}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Fort DuPont State Park, Delaware City, DE\", \"geo_wkt\": \"POINT (-75.580795 39.573261)\", \"poi\": {\"id\": 247256, \"geometry\": \"POINT (-75.580795 39.573261)\", \"poi_name\": \"Fort DuPont State Park\", \"osm_id\": 4689054657, \"leisure\": \"park\", \"description\": \"Historic Fort DuPont, established in 1861. Nature trail along Delaware River bunkers, gun batteries, wildlife, nature trail, parking\", \"wikidata\": \"Q5471094\", \"addr_state\": \"DE\", \"addr_city\": \"Delaware City\", \"addr_postcode\": \"19706\", \"addr_street\": \"Old Battery Lane\"}}}"} -{"id": "raster_only/slope+poi/0017", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at New York University School of Law, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.999408 40.730677)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.94507098197937}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"New York University School of Law, New York, NY\", \"geo_wkt\": \"POINT (-73.999408 40.730677)\", \"poi\": {\"id\": 104772, \"geometry\": \"POINT (-73.999408 40.730677)\", \"poi_name\": \"New York University School of Law\", \"osm_id\": 4738808806, \"amenity\": \"university\", \"wheelchair\": \"yes\", \"operator\": \"New York University\", \"wikidata\": \"Q846173\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10012\", \"addr_street\": \"Washington Square South\", \"addr_housenumber\": \"40\"}}}"} -{"id": "raster_only/slope+poi/0018", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at WORKS/San José, San Jose, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-121.887315 37.329661)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 7.7521233558654785}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"WORKS/San José, San Jose, CA\", \"geo_wkt\": \"POINT (-121.887315 37.329661)\", \"poi\": {\"id\": 25522, \"geometry\": \"POINT (-121.887315 37.329661)\", \"poi_name\": \"WORKS/San José\", \"osm_id\": 10052566494, \"tourism\": \"gallery\", \"wikidata\": \"Q106986491\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_street\": \"South Market Street\", \"addr_housenumber\": \"365\"}}}"} -{"id": "raster_only/slope+poi/0019", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Bryant-Lake Bowl, Minneapolis, MN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-93.290136 44.9485)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.295743942260742}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Bryant-Lake Bowl, Minneapolis, MN\", \"geo_wkt\": \"POINT (-93.290136 44.9485)\", \"poi\": {\"id\": 193768, \"geometry\": \"POINT (-93.290136 44.9485)\", \"poi_name\": \"Bryant-Lake Bowl\", \"osm_id\": 550910340, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"description\": \"Funky alley & bar hosts DJs plus music & theater performers while serving a simple American menu.\", \"sport\": \"10pin\", \"website\": \"https://www.bryantlakebowl.com/\", \"wikidata\": \"Q4980544\", \"addr_state\": \"MN\", \"addr_city\": \"Minneapolis\", \"addr_postcode\": \"55408\", \"addr_street\": \"West Lake Street\", \"addr_housenumber\": \"810\"}}}"} -{"id": "raster_only/slope+route/0000", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Pr Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-118.336238 45.899365, -118.336015 45.899471, -118.335481 45.899546, -118.334629 45.899586, -118.333434 45.899564)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.9064190070631106}]", "question_entities": "{\"[3]\": {\"display_name\": \"Pr Road\", \"geo_wkt\": \"LINESTRING (-118.336238 45.899365, -118.336015 45.899471, -118.335481 45.899546, -118.334629 45.899586, -118.333434 45.899564)\", \"road\": {\"id\": 1718, \"geometry\": \"LINESTRING (-118.336238 45.899365, -118.336015 45.899471, -118.335481 45.899546, -118.334629 45.899586, -118.333434 45.899564)\", \"road_name\": \"Pr Road\", \"highway\": \"service\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+route/0001", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Green Valley Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-117.257147 45.396457, -117.258332 45.399858, -117.25911 45.401048, -117.259304 45.401779, -117.259401 45.401848, -117.259692 45.403357, -117.260598 45.405941, -117.261149 45.406719, -117.261636 45.407108, -117.262057 45.407245, -117.264749 45.407235, -117.265095 45.407335, -117.268781 45.409813, -117.269651 45.410158, -117.270686 45.410496, -117.271156 45.410602, -117.271646 45.410653, -117.276468 45.410699)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.9965878178906245}]", "question_entities": "{\"[3]\": {\"display_name\": \"Green Valley Road\", \"geo_wkt\": \"LINESTRING (-117.257147 45.396457, -117.258332 45.399858, -117.25911 45.401048, -117.259304 45.401779, -117.259401 45.401848, -117.259692 45.403357, -117.260598 45.405941, -117.261149 45.406719, -117.261636 45.407108, -117.262057 45.407245, -117.264749 45.407235, -117.265095 45.407335, -117.268781 45.409813, -117.269651 45.410158, -117.270686 45.410496, -117.271156 45.410602, -117.271646 45.410653, -117.276468 45.410699)\", \"road\": {\"id\": 224, \"geometry\": \"LINESTRING (-117.257147 45.396457, -117.258332 45.399858, -117.25911 45.401048, -117.259304 45.401779, -117.259401 45.401848, -117.259692 45.403357, -117.260598 45.405941, -117.261149 45.406719, -117.261636 45.407108, -117.262057 45.407245, -117.264749 45.407235, -117.265095 45.407335, -117.268781 45.409813, -117.269651 45.410158, -117.270686 45.410496, -117.271156 45.410602, -117.271646 45.410653, -117.276468 45.410699)\", \"road_name\": \"Green Valley Road\", \"highway\": \"residential\"}}}"} -{"id": "raster_only/slope+route/0002", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Fawcett Creek Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 8.470011193479747}]", "question_entities": "{\"[3]\": {\"display_name\": \"Fawcett Creek Road\", \"geo_wkt\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road\": {\"id\": 290, \"geometry\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road_name\": \"Fawcett Creek Road\", \"highway\": \"residential\"}}}"} -{"id": "raster_only/slope+route/0003", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Cord Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.426824109620872}]", "question_entities": "{\"[3]\": {\"display_name\": \"Cord Street\", \"geo_wkt\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road\": {\"id\": 436, \"geometry\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road_name\": \"Cord Street\", \"highway\": \"residential\", \"maxspeed\": \"25 mph\"}}}"} -{"id": "raster_only/slope+route/0004", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Cty Rd 1-11E?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-120.473939 42.076494, -120.473896 42.079667, -120.473853 42.08373, -120.473848 42.086513, -120.473888 42.095876, -120.473904 42.098408)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.3853277225553252}]", "question_entities": "{\"[3]\": {\"display_name\": \"Cty Rd 1-11E\", \"geo_wkt\": \"LINESTRING (-120.473939 42.076494, -120.473896 42.079667, -120.473853 42.08373, -120.473848 42.086513, -120.473888 42.095876, -120.473904 42.098408)\", \"road\": {\"id\": 93, \"geometry\": \"LINESTRING (-120.473939 42.076494, -120.473896 42.079667, -120.473853 42.08373, -120.473848 42.086513, -120.473888 42.095876, -120.473904 42.098408)\", \"road_name\": \"Cty Rd 1-11E\", \"highway\": \"residential\"}}}"} -{"id": "raster_only/slope+route/0005", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Lawrence Street Mall?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.001295 39.745063, -105.001878 39.744802, -105.002124 39.744691, -105.00245 39.744545, -105.00254 39.744504, -105.002909 39.744339, -105.002969 39.744312, -105.003926 39.743882, -105.003972 39.743861, -105.004058 39.743822, -105.004623 39.743569, -105.004968 39.743414, -105.005133 39.743339, -105.005355 39.74324)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.4229420255723093}]", "question_entities": "{\"[3]\": {\"display_name\": \"Lawrence Street Mall\", \"geo_wkt\": \"LINESTRING (-105.001295 39.745063, -105.001878 39.744802, -105.002124 39.744691, -105.00245 39.744545, -105.00254 39.744504, -105.002909 39.744339, -105.002969 39.744312, -105.003926 39.743882, -105.003972 39.743861, -105.004058 39.743822, -105.004623 39.743569, -105.004968 39.743414, -105.005133 39.743339, -105.005355 39.74324)\", \"road\": {\"id\": 10759454, \"geometry\": \"LINESTRING (-105.001295 39.745063, -105.001878 39.744802, -105.002124 39.744691, -105.00245 39.744545, -105.00254 39.744504, -105.002909 39.744339, -105.002969 39.744312, -105.003926 39.743882, -105.003972 39.743861, -105.004058 39.743822, -105.004623 39.743569, -105.004968 39.743414, -105.005133 39.743339, -105.005355 39.74324)\", \"road_name\": \"Lawrence Street Mall\", \"highway\": \"pedestrian\", \"bicycle\": \"no\"}}}"} -{"id": "raster_only/slope+route/0006", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Greenwood Cemetery Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 4.322847902978429}]", "question_entities": "{\"[3]\": {\"display_name\": \"Greenwood Cemetery Road\", \"geo_wkt\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road\": {\"id\": 486, \"geometry\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road_name\": \"Greenwood Cemetery Road\", \"highway\": \"service\", \"access\": \"private\"}}}"} -{"id": "raster_only/slope+route/0007", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along 10th Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.7636474386974808}]", "question_entities": "{\"[3]\": {\"display_name\": \"10th Street\", \"geo_wkt\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road\": {\"id\": 16886581, \"geometry\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road_name\": \"10th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\", \"horse\": \"no\"}}}"} -{"id": "raster_only/slope+route/0008", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Interurban Trail?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-122.330002 47.799009, -122.329964 47.799242, -122.329968 47.799497)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 6.039693896818559}]", "question_entities": "{\"[3]\": {\"display_name\": \"Interurban Trail\", \"geo_wkt\": \"LINESTRING (-122.330002 47.799009, -122.329964 47.799242, -122.329968 47.799497)\", \"road\": {\"id\": 62198, \"geometry\": \"LINESTRING (-122.330002 47.799009, -122.329964 47.799242, -122.329968 47.799497)\", \"road_name\": \"Interurban Trail\", \"highway\": \"cycleway\", \"foot\": \"designated\", \"bicycle\": \"designated\"}}}"} -{"id": "raster_only/slope+route/0009", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Northwest Harvest Lane?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-122.820659 45.541128, -122.821221 45.541163, -122.821452 45.541144, -122.822112 45.541061, -122.82232 45.541053, -122.822428 45.541062, -122.822489 45.541077)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.265864433730358}]", "question_entities": "{\"[3]\": {\"display_name\": \"Northwest Harvest Lane\", \"geo_wkt\": \"LINESTRING (-122.820659 45.541128, -122.821221 45.541163, -122.821452 45.541144, -122.822112 45.541061, -122.82232 45.541053, -122.822428 45.541062, -122.822489 45.541077)\", \"road\": {\"id\": 709, \"geometry\": \"LINESTRING (-122.820659 45.541128, -122.821221 45.541163, -122.821452 45.541144, -122.822112 45.541061, -122.82232 45.541053, -122.822428 45.541062, -122.822489 45.541077)\", \"road_name\": \"Northwest Harvest Lane\", \"highway\": \"residential\", \"sidewalk\": \"no\"}}}"} -{"id": "raster_only/slope+route/0010", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along 9th Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.3591608426144763}]", "question_entities": "{\"[3]\": {\"display_name\": \"9th Street\", \"geo_wkt\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road\": {\"id\": 441798, \"geometry\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road_name\": \"9th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\"}}}"} -{"id": "raster_only/slope+route/0011", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along the route Westwood Drive?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 6.357073795762816}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+route/0012", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along the route Coal Creek Trail?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.152624 39.957711, -105.152194 39.957807)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.497316824146733}]", "question_entities": "{\"[3]\": {\"display_name\": \"Coal Creek Trail\", \"geo_wkt\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road\": {\"id\": 62233, \"geometry\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road_name\": \"Coal Creek Trail\", \"highway\": \"cycleway\", \"foot\": \"designated\", \"bicycle\": \"designated\", \"oneway\": \"no\", \"maxspeed\": \"15 mph\", \"horse\": \"no\"}}}"} -{"id": "raster_only/slope+route/0013", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along National Forest Development Road 11?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-117.769801 44.550957, -117.769609 44.551277, -117.769481 44.551323, -117.769353 44.551369, -117.768682 44.551186, -117.768427 44.550454, -117.768332 44.549287, -117.767693 44.548052, -117.767502 44.547321, -117.767406 44.547252, -117.767406 44.546978, -117.767215 44.546566, -117.767247 44.545994, -117.767599 44.545423, -117.767696 44.5446, -117.767568 44.544348, -117.766865 44.543799, -117.766641 44.543753, -117.765842 44.543227, -117.765715 44.542953, -117.765587 44.541695, -117.76562 44.54094, -117.765908 44.540392, -117.765844 44.539889, -117.764918 44.538768, -117.764311 44.537716, -117.764088 44.537533, -117.763673 44.536755, -117.763705 44.536069)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.091867872458874}]", "question_entities": "{\"[3]\": {\"display_name\": \"National Forest Development Road 11\", \"geo_wkt\": \"LINESTRING (-117.769801 44.550957, -117.769609 44.551277, -117.769481 44.551323, -117.769353 44.551369, -117.768682 44.551186, -117.768427 44.550454, -117.768332 44.549287, -117.767693 44.548052, -117.767502 44.547321, -117.767406 44.547252, -117.767406 44.546978, -117.767215 44.546566, -117.767247 44.545994, -117.767599 44.545423, -117.767696 44.5446, -117.767568 44.544348, -117.766865 44.543799, -117.766641 44.543753, -117.765842 44.543227, -117.765715 44.542953, -117.765587 44.541695, -117.76562 44.54094, -117.765908 44.540392, -117.765844 44.539889, -117.764918 44.538768, -117.764311 44.537716, -117.764088 44.537533, -117.763673 44.536755, -117.763705 44.536069)\", \"road\": {\"id\": 190, \"geometry\": \"LINESTRING (-117.769801 44.550957, -117.769609 44.551277, -117.769481 44.551323, -117.769353 44.551369, -117.768682 44.551186, -117.768427 44.550454, -117.768332 44.549287, -117.767693 44.548052, -117.767502 44.547321, -117.767406 44.547252, -117.767406 44.546978, -117.767215 44.546566, -117.767247 44.545994, -117.767599 44.545423, -117.767696 44.5446, -117.767568 44.544348, -117.766865 44.543799, -117.766641 44.543753, -117.765842 44.543227, -117.765715 44.542953, -117.765587 44.541695, -117.76562 44.54094, -117.765908 44.540392, -117.765844 44.539889, -117.764918 44.538768, -117.764311 44.537716, -117.764088 44.537533, -117.763673 44.536755, -117.763705 44.536069)\", \"road_name\": \"National Forest Development Road 11\", \"highway\": \"residential\"}}}"} -{"id": "raster_only/slope+route/0014", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Greenway Trail?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-88.633355 37.099405, -88.633202 37.099454, -88.633026 37.099512)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.4290523143668805}]", "question_entities": "{\"[3]\": {\"display_name\": \"Greenway Trail\", \"geo_wkt\": \"LINESTRING (-88.633355 37.099405, -88.633202 37.099454, -88.633026 37.099512)\", \"road\": {\"id\": 521900, \"geometry\": \"LINESTRING (-88.633355 37.099405, -88.633202 37.099454, -88.633026 37.099512)\", \"road_name\": \"Greenway Trail\", \"highway\": \"cycleway\", \"foot\": \"yes\"}}}"} -{"id": "raster_only/slope+route/0015", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along Beaver Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-111.249209 44.684521, -111.249271 44.684729, -111.249369 44.684961, -111.249421 44.685043, -111.249491 44.685115, -111.249598 44.685197, -111.250226 44.685521, -111.250512 44.685724, -111.2507 44.685872, -111.250798 44.685978, -111.250856 44.68605, -111.250885 44.68611, -111.250892 44.686183, -111.250878 44.686278, -111.250868 44.68635, -111.250852 44.686435, -111.250848 44.686546, -111.250866 44.686636)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.1357529851377337}]", "question_entities": "{\"[3]\": {\"display_name\": \"Beaver Street\", \"geo_wkt\": \"LINESTRING (-111.249209 44.684521, -111.249271 44.684729, -111.249369 44.684961, -111.249421 44.685043, -111.249491 44.685115, -111.249598 44.685197, -111.250226 44.685521, -111.250512 44.685724, -111.2507 44.685872, -111.250798 44.685978, -111.250856 44.68605, -111.250885 44.68611, -111.250892 44.686183, -111.250878 44.686278, -111.250868 44.68635, -111.250852 44.686435, -111.250848 44.686546, -111.250866 44.686636)\", \"road\": {\"id\": 1229, \"geometry\": \"LINESTRING (-111.249209 44.684521, -111.249271 44.684729, -111.249369 44.684961, -111.249421 44.685043, -111.249491 44.685115, -111.249598 44.685197, -111.250226 44.685521, -111.250512 44.685724, -111.2507 44.685872, -111.250798 44.685978, -111.250856 44.68605, -111.250885 44.68611, -111.250892 44.686183, -111.250878 44.686278, -111.250868 44.68635, -111.250852 44.686435, -111.250848 44.686546, -111.250866 44.686636)\", \"road_name\": \"Beaver Street\", \"highway\": \"residential\"}}}"} -{"id": "raster_only/slope+route/0016", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Southeast Main Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-122.551049 45.513647, -122.550925 45.513785, -122.550864 45.513839, -122.550768 45.513897, -122.550655 45.513944)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.0}]", "question_entities": "{\"[3]\": {\"display_name\": \"Southeast Main Street\", \"geo_wkt\": \"LINESTRING (-122.551049 45.513647, -122.550925 45.513785, -122.550864 45.513839, -122.550768 45.513897, -122.550655 45.513944)\", \"road\": {\"id\": 1105, \"geometry\": \"LINESTRING (-122.551049 45.513647, -122.550925 45.513785, -122.550864 45.513839, -122.550768 45.513897, -122.550655 45.513944)\", \"road_name\": \"Southeast Main Street\", \"highway\": \"residential\", \"sidewalk\": \"no\", \"maxspeed\": \"20 mph\", \"lanes\": \"2\"}}}"} -{"id": "raster_only/slope+route/0017", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along East Hoye Drive?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.5767328989593519}]", "question_entities": "{\"[3]\": {\"display_name\": \"East Hoye Drive\", \"geo_wkt\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road\": {\"id\": 35149, \"geometry\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road_name\": \"East Hoye Drive\", \"highway\": \"living_street\", \"oneway\": \"no\"}}}"} -{"id": "raster_only/slope+route/0018", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along Fish Hatchery Land Access?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-71.700669 42.849254, -71.700495 42.849089, -71.700084 42.848699, -71.698127 42.847211)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.0}]", "question_entities": "{\"[3]\": {\"display_name\": \"Fish Hatchery Land Access\", \"geo_wkt\": \"LINESTRING (-71.700669 42.849254, -71.700495 42.849089, -71.700084 42.848699, -71.698127 42.847211)\", \"road\": {\"id\": 1250, \"geometry\": \"LINESTRING (-71.700669 42.849254, -71.700495 42.849089, -71.700084 42.848699, -71.698127 42.847211)\", \"road_name\": \"Fish Hatchery Land Access\", \"highway\": \"service\"}}}"} -{"id": "raster_only/slope+route/0019", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along North 42nd Lane?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-112.15062 33.611577, -112.150604 33.611635, -112.150583 33.611726, -112.150582 33.611768, -112.150573 33.611901, -112.150576 33.612213, -112.15057 33.612279, -112.150548 33.612341, -112.150518 33.612383, -112.150478 33.61242)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.3492253911982126}]", "question_entities": "{\"[3]\": {\"display_name\": \"North 42nd Lane\", \"geo_wkt\": \"LINESTRING (-112.15062 33.611577, -112.150604 33.611635, -112.150583 33.611726, -112.150582 33.611768, -112.150573 33.611901, -112.150576 33.612213, -112.15057 33.612279, -112.150548 33.612341, -112.150518 33.612383, -112.150478 33.61242)\", \"road\": {\"id\": 1343, \"geometry\": \"LINESTRING (-112.15062 33.611577, -112.150604 33.611635, -112.150583 33.611726, -112.150582 33.611768, -112.150573 33.611901, -112.150576 33.612213, -112.15057 33.612279, -112.150548 33.612341, -112.150518 33.612383, -112.150478 33.61242)\", \"road_name\": \"North 42nd Lane\", \"highway\": \"service\", \"oneway\": \"no\", \"access\": \"private\", \"lanes\": \"2\"}}}"} +{"id": "raster_only/elevation+poi/0000", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Cousins Subs, Chicago, IL?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.631702 41.88228)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.631702 41.88228)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 286.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"fast food restaurant\", \"display_name\": \"Cousins Subs, Chicago, IL\", \"geo_wkt\": \"POINT (-87.631702 41.88228)\", \"poi\": {\"id\": 33237, \"geometry\": \"POINT (-87.631702 41.88228)\", \"poi_name\": \"Cousins Subs\", \"osm_id\": 4217607951, \"amenity\": \"fast_food\", \"cuisine\": \"sandwich\", \"website\": \"https://www.cousinssubs.com/\", \"phone\": \"+1-312-872-5826\", \"takeaway\": \"yes\", \"drive_through\": \"no\", \"addr_state\": \"IL\", \"addr_city\": \"Chicago\", \"addr_postcode\": \"60602\", \"addr_street\": \"West Madison Street\", \"addr_housenumber\": \"120\"}}}"} +{"id": "raster_only/elevation+poi/0001", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Olive Branch, West Seneca, NY is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-78.753874 42.86388)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-78.753874 42.86388)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 185.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Olive Branch, West Seneca, NY\", \"geo_wkt\": \"POINT (-78.753874 42.86388)\", \"poi\": {\"id\": 27570, \"geometry\": \"POINT (-78.753874 42.86388)\", \"poi_name\": \"Olive Branch\", \"osm_id\": 3940872829, \"amenity\": \"restaurant\", \"addr_state\": \"NY\", \"addr_city\": \"West Seneca\", \"addr_postcode\": \"14224\", \"addr_street\": \"Union Road\", \"addr_housenumber\": \"2343\"}}}"} +{"id": "raster_only/elevation+poi/0002", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Aroma, Burlingame, CA?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-122.363678 37.594847)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-122.363678 37.594847)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 24.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"cafe\", \"display_name\": \"Aroma, Burlingame, CA\", \"geo_wkt\": \"POINT (-122.363678 37.594847)\", \"poi\": {\"id\": 27897, \"geometry\": \"POINT (-122.363678 37.594847)\", \"poi_name\": \"Aroma\", \"osm_id\": 3965441221, \"amenity\": \"cafe\", \"cuisine\": \"coffee_shop\", \"opening_hours\": \"07:30-14:30\", \"website\": \"http://aroma1350.com/\", \"phone\": \"(650) 627-4980\", \"takeaway\": \"yes\", \"addr_state\": \"CA\", \"addr_city\": \"Burlingame\", \"addr_postcode\": \"94010\", \"addr_street\": \"Bayshore Highway\", \"addr_housenumber\": \"1350\"}}}"} +{"id": "raster_only/elevation+poi/0003", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Ducks Unlimited National Headquarters, Memphis, TN is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-89.808044 35.130821)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-89.808044 35.130821)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 86.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"nature reserve\", \"display_name\": \"Ducks Unlimited National Headquarters, Memphis, TN\", \"geo_wkt\": \"POINT (-89.808044 35.130821)\", \"poi\": {\"id\": 267153, \"geometry\": \"POINT (-89.808044 35.130821)\", \"poi_name\": \"Ducks Unlimited National Headquarters\", \"osm_id\": 10189100936, \"leisure\": \"nature_reserve\", \"opening_hours\": \"Mo-Fr 08:00-17:00\", \"operator\": \"Ducks Unlimited\", \"website\": \"https://www.ducks.org/\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38120\", \"addr_street\": \"Waterfowl Way\", \"addr_housenumber\": \"1\"}}}"} +{"id": "raster_only/elevation+poi/0004", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation of the ground at Clinica Hispana Rubymed - Katy, Katy, TX?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-95.811683 29.790485)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-95.811683 29.790485)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 55.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Clinica Hispana Rubymed - Katy, Katy, TX\", \"geo_wkt\": \"POINT (-95.811683 29.790485)\", \"poi\": {\"id\": 52706, \"geometry\": \"POINT (-95.811683 29.790485)\", \"poi_name\": \"Clinica Hispana Rubymed - Katy\", \"osm_id\": 11115815477, \"amenity\": \"hospital\", \"description\": \"Clinica Hispana Rubymed es una red de clínicas familiares localizada en Texas. Estamos especializados en medicina familiar, lo cual incluye todos los miembros de la familia mayores de 5 años.\", \"opening_hours\": \"Mo-Fr 09:00-21:00; Sa 09:00-16:00; Su 09:00-14:00\", \"website\": \"https://www.clinicahispanarubymed.com/?utm_campaign=gmb&utm_medium=referral&utm_source=gmb_katy\", \"phone\": \"+1-346-517-1202\", \"healthcare\": \"hospital\", \"addr_state\": \"TX\", \"addr_city\": \"Katy\", \"addr_postcode\": \"77493\", \"addr_street\": \"East 5th Street\", \"addr_housenumber\": \"5304\"}}}"} +{"id": "raster_only/elevation+poi/0005", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Bardstown Country Club, Bardstown, KY?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-85.430326 37.789703)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-85.430326 37.789703)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 203.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"golf course\", \"display_name\": \"Bardstown Country Club, Bardstown, KY\", \"geo_wkt\": \"POINT (-85.430326 37.789703)\", \"poi\": {\"id\": 246083, \"geometry\": \"POINT (-85.430326 37.789703)\", \"poi_name\": \"Bardstown Country Club\", \"osm_id\": 6586861906, \"leisure\": \"golf_course\", \"website\": \"https://bardstowncc.com/\", \"addr_state\": \"KY\", \"addr_city\": \"Bardstown\", \"addr_postcode\": \"40004\", \"addr_street\": \"Maywood Avenue\", \"addr_housenumber\": \"130\"}}}"} +{"id": "raster_only/elevation+poi/0006", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Great Chebeague Golf Club, Chebeague Island, ME?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-70.105519 43.750366)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-70.105519 43.750366)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 12.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"golf course\", \"display_name\": \"Great Chebeague Golf Club, Chebeague Island, ME\", \"geo_wkt\": \"POINT (-70.105519 43.750366)\", \"poi\": {\"id\": 245549, \"geometry\": \"POINT (-70.105519 43.750366)\", \"poi_name\": \"Great Chebeague Golf Club\", \"osm_id\": 7167204736, \"leisure\": \"golf_course\", \"addr_state\": \"ME\", \"addr_city\": \"Chebeague Island\", \"addr_postcode\": \"04017\", \"addr_street\": \"Stone Wharf Road\", \"addr_housenumber\": \"16\"}}}"} +{"id": "raster_only/elevation+poi/0007", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "How high is the terrain at Claremont Lincoln University, Claremont, CA?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-117.71559 34.094359)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-117.71559 34.094359)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 349.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Claremont Lincoln University, Claremont, CA\", \"geo_wkt\": \"POINT (-117.71559 34.094359)\", \"poi\": {\"id\": 46255, \"geometry\": \"POINT (-117.71559 34.094359)\", \"poi_name\": \"Claremont Lincoln University\", \"osm_id\": 7840092828, \"amenity\": \"university\", \"description\": \"University, Graduate School, College, Non-Profit Organization\", \"website\": \"https://www.claremontlincoln.edu/\", \"internet_access\": \"yes\", \"phone\": \"909-667-4400\", \"addr_state\": \"CA\", \"addr_city\": \"Claremont\", \"addr_postcode\": \"91711\", \"addr_street\": \"W. First Street\", \"addr_housenumber\": \"150\"}}}"} +{"id": "raster_only/elevation+poi/0008", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Go Ape Treetop Adventure Course, Strongsville, OH is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-81.818381 41.322133)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-81.818381 41.322133)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 260.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"theme park\", \"display_name\": \"Go Ape Treetop Adventure Course, Strongsville, OH\", \"geo_wkt\": \"POINT (-81.818381 41.322133)\", \"poi\": {\"id\": 1184, \"geometry\": \"POINT (-81.818381 41.322133)\", \"poi_name\": \"Go Ape Treetop Adventure Course\", \"osm_id\": 4214519779, \"tourism\": \"theme_park\", \"operator\": \"Go Ape\", \"website\": \"https://goape.com/zip-line/mill-stream-run-reservation\", \"addr_state\": \"OH\", \"addr_city\": \"Strongsville\", \"addr_postcode\": \"44136\", \"addr_street\": \"Valley Parkway\", \"addr_housenumber\": \"16200\"}}}"} +{"id": "raster_only/elevation+poi/0009", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Midwest Orthopedic Specialty Hospital, Franklin, WI is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.954123 42.860295)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.954123 42.860295)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 222.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Midwest Orthopedic Specialty Hospital, Franklin, WI\", \"geo_wkt\": \"POINT (-87.954123 42.860295)\", \"poi\": {\"id\": 37646, \"geometry\": \"POINT (-87.954123 42.860295)\", \"poi_name\": \"Midwest Orthopedic Specialty Hospital\", \"osm_id\": 8215444654, \"amenity\": \"hospital\", \"operator\": \"Ascension\", \"website\": \"https://healthcare.ascension.org/locations/wisconsin/wiwhe/franklin%20midwest%20orthopedic%20specialty%20hospital\", \"healthcare\": \"hospital\", \"addr_state\": \"WI\", \"addr_city\": \"Franklin\", \"addr_postcode\": \"53132\", \"addr_street\": \"South 27th Street\", \"addr_housenumber\": \"10101\"}}}"} +{"id": "raster_only/elevation+poi/0010", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation of the ground at Amazing Air, San Antonio, TX?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-98.39639 29.503891)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-98.39639 29.503891)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 224.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"theme park\", \"display_name\": \"Amazing Air, San Antonio, TX\", \"geo_wkt\": \"POINT (-98.39639 29.503891)\", \"poi\": {\"id\": 3480, \"geometry\": \"POINT (-98.39639 29.503891)\", \"poi_name\": \"Amazing Air\", \"osm_id\": 6382562047, \"tourism\": \"theme_park\", \"opening_hours\": \"Mo-Th 16:00-21:00;Fr 14:00-23:00; Sa 10:00-23:00; Su 12:00-20:00\", \"website\": \"https://amazingairsa.com/\", \"phone\": \"+1-210-946-9800\", \"addr_state\": \"TX\", \"addr_city\": \"San Antonio\", \"addr_postcode\": \"78218\", \"addr_street\": \"North Interstate Highway 35\", \"addr_housenumber\": \"7702\"}}}"} +{"id": "raster_only/elevation+poi/0011", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at the location of Timp Hospital Greenspace, Orem, UT?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-111.713273 40.315412)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-111.713273 40.315412)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 1444.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Timp Hospital Greenspace, Orem, UT\", \"geo_wkt\": \"POINT (-111.713273 40.315412)\", \"poi\": {\"id\": 246125, \"geometry\": \"POINT (-111.713273 40.315412)\", \"poi_name\": \"Timp Hospital Greenspace\", \"osm_id\": 6624603578, \"leisure\": \"park\", \"description\": \"Greenspace left over from hospital build, former residential area.\", \"addr_state\": \"UT\", \"addr_city\": \"Orem\", \"addr_postcode\": \"84057\", \"addr_street\": \"West 1000 North\", \"addr_housenumber\": \"723\"}}}"} +{"id": "raster_only/elevation+poi/0012", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "How high is The Suminski Innski, Tivoli, NY above sea level?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-73.923036 42.060111)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-73.923036 42.060111)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 19.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Suminski Innski, Tivoli, NY\", \"geo_wkt\": \"POINT (-73.923036 42.060111)\", \"poi\": {\"id\": 7220, \"geometry\": \"POINT (-73.923036 42.060111)\", \"poi_name\": \"The Suminski Innski\", \"osm_id\": 5874755899, \"tourism\": \"hotel\", \"addr_state\": \"NY\", \"addr_city\": \"Tivoli\", \"addr_postcode\": \"12583\", \"addr_street\": \"Friendship Street\", \"addr_housenumber\": \"8\"}}}"} +{"id": "raster_only/elevation+poi/0013", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where In the Game - Hollywood Park, Crestwood, IL is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.747217 41.655827)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.747217 41.655827)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 189.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"theme park\", \"display_name\": \"In the Game - Hollywood Park, Crestwood, IL\", \"geo_wkt\": \"POINT (-87.747217 41.655827)\", \"poi\": {\"id\": 2192, \"geometry\": \"POINT (-87.747217 41.655827)\", \"poi_name\": \"In the Game - Hollywood Park\", \"osm_id\": 7217378704, \"tourism\": \"theme_park\", \"website\": \"https://crestwood.inthegame.net\", \"phone\": \"+1 708 389 7275\", \"addr_state\": \"IL\", \"addr_city\": \"Crestwood\", \"addr_postcode\": \"60445\", \"addr_street\": \"Cal Sag Road\", \"addr_housenumber\": \"5051\"}}}"} +{"id": "raster_only/elevation+poi/0014", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Cal, Sr.'s Yard, Aberdeen, MD is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-76.186327 39.533089)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-76.186327 39.533089)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 79.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"stadium\", \"display_name\": \"Cal, Sr.'s Yard, Aberdeen, MD\", \"geo_wkt\": \"POINT (-76.186327 39.533089)\", \"poi\": {\"id\": 245976, \"geometry\": \"POINT (-76.186327 39.533089)\", \"poi_name\": \"Cal, Sr.'s Yard\", \"osm_id\": 6441911494, \"leisure\": \"stadium\", \"sport\": \"baseball\", \"website\": \"https://www.ripkenfoundation.org/park/cal-srs-yard\", \"addr_state\": \"MD\", \"addr_city\": \"Aberdeen\", \"addr_postcode\": \"21001\", \"addr_street\": \"Long Drive\", \"addr_housenumber\": \"873\"}}}"} +{"id": "raster_only/elevation+poi/0015", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation at Balls Creek Campground, Catawba, NC?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-81.097893 35.629208)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-81.097893 35.629208)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 313.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Balls Creek Campground, Catawba, NC\", \"geo_wkt\": \"POINT (-81.097893 35.629208)\", \"poi\": {\"id\": 2534, \"geometry\": \"POINT (-81.097893 35.629208)\", \"poi_name\": \"Balls Creek Campground\", \"osm_id\": 1041658729, \"tourism\": \"attraction\", \"wheelchair\": \"yes\", \"operator\": \"Balls Creek Campground\", \"website\": \"https://www.ballscreekcampground.org/\", \"phone\": \"(828) 465-2205\", \"wikidata\": \"Q18148188\", \"addr_state\": \"NC\", \"addr_city\": \"Catawba\", \"addr_postcode\": \"28609\", \"addr_street\": \"Buffalo Shoals Road\", \"addr_housenumber\": \"2090\"}}}"} +{"id": "raster_only/elevation+poi/0016", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation where Cedar River Golf Course, Indian Lake, NY is located?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-74.301636 43.783544)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-74.301636 43.783544)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 496.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"golf course\", \"display_name\": \"Cedar River Golf Course, Indian Lake, NY\", \"geo_wkt\": \"POINT (-74.301636 43.783544)\", \"poi\": {\"id\": 247095, \"geometry\": \"POINT (-74.301636 43.783544)\", \"poi_name\": \"Cedar River Golf Course\", \"osm_id\": 6033212585, \"leisure\": \"golf_course\", \"description\": \"Cedar River Golf Course, Driving Range, Restaurant, & Motel\", \"website\": \"https://cedarrivergolf.com/\", \"addr_state\": \"NY\", \"addr_city\": \"Indian Lake\", \"addr_postcode\": \"12842\", \"addr_street\": \"State Highway 30\", \"addr_housenumber\": \"6689\"}}}"} +{"id": "raster_only/elevation+poi/0017", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "How high is Viewpoint | Photographic Art Center, Sacramento, CA above sea level?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-121.479002 38.576604)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-121.479002 38.576604)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 18.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Viewpoint | Photographic Art Center, Sacramento, CA\", \"geo_wkt\": \"POINT (-121.479002 38.576604)\", \"poi\": {\"id\": 1781, \"geometry\": \"POINT (-121.479002 38.576604)\", \"poi_name\": \"Viewpoint | Photographic Art Center\", \"osm_id\": 8147229792, \"tourism\": \"gallery\", \"addr_state\": \"CA\", \"addr_city\": \"Sacramento\", \"addr_postcode\": \"95811\", \"addr_street\": \"J Street\", \"addr_housenumber\": \"2015\"}}}"} +{"id": "raster_only/elevation+poi/0018", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "How high is the terrain at Chestatee Overlook, Dahlonega, GA?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-83.982699 34.665048)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-83.982699 34.665048)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 854.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"viewpoint\", \"display_name\": \"Chestatee Overlook, Dahlonega, GA\", \"geo_wkt\": \"POINT (-83.982699 34.665048)\", \"poi\": {\"id\": 100, \"geometry\": \"POINT (-83.982699 34.665048)\", \"poi_name\": \"Chestatee Overlook\", \"osm_id\": 3980488412, \"tourism\": \"viewpoint\", \"wheelchair\": \"yes\", \"opening_hours\": \"sunrise-sunset\", \"operator\": \"United States Forest Service\", \"website\": \"https://www.fs.usda.gov/recarea/conf/recarea/?recid=77736\", \"addr_state\": \"GA\", \"addr_city\": \"Dahlonega\", \"addr_postcode\": \"30533\", \"addr_street\": \"GA 60\"}}}"} +{"id": "raster_only/elevation+poi/0019", "template_id": "R1", "group": "raster_only", "template": "elevation+poi", "question": "What is the elevation of the ground at Dyken Pond Environmental Education Center, Cropseyville, NY?", "sql": "SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-73.434447 42.723028)',4326)) AS elevation\nFROM public.dem_us\nWHERE ST_Intersects(rast, ST_GeomFromText('POINT (-73.434447 42.723028)',4326))\nLIMIT 1;", "answer_type": "elevation - point based", "answers": "[{\"elevation\": 508.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"nature reserve\", \"display_name\": \"Dyken Pond Environmental Education Center, Cropseyville, NY\", \"geo_wkt\": \"POINT (-73.434447 42.723028)\", \"poi\": {\"id\": 245335, \"geometry\": \"POINT (-73.434447 42.723028)\", \"poi_name\": \"Dyken Pond Environmental Education Center\", \"osm_id\": 4298976883, \"leisure\": \"nature_reserve\", \"website\": \"https://www.dykenpond.org/\", \"phone\": \"+1-518-658-2055\", \"addr_state\": \"NY\", \"addr_city\": \"Cropseyville\", \"addr_postcode\": \"12052\", \"addr_street\": \"Dyken Pond Road\", \"addr_housenumber\": \"475\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0000", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of the two, AAAS / Science, Washington, DC and Diamond Mill OHV Staging Area, OR, which lies at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02832 38.900025)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02832 38.900025)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.548452 45.604832)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.548452 45.604832)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'AAAS / Science, Washington, DC'\n WHEN p2.elev > p1.elev THEN 'Diamond Mill OHV Staging Area, OR'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Diamond Mill OHV Staging Area, OR\", \"poi1_elevation_m\": 39.0, \"poi2_elevation_m\": 217.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"AAAS / Science, Washington, DC\", \"geo_wkt\": \"POINT (-77.02832 38.900025)\", \"poi\": {\"id\": 2266, \"geometry\": \"POINT (-77.02832 38.900025)\", \"poi_name\": \"AAAS / Science\", \"osm_id\": 909026696, \"tourism\": \"attraction\", \"operator\": \"American Association for the Advancement of Science\", \"shop\": \"publisher of Science, the scientific journal\", \"wikidata\": \"Q40358\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20005\", \"addr_street\": \"New York Avenue Northwest\", \"addr_housenumber\": \"1200\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Diamond Mill OHV Staging Area, OR\", \"geo_wkt\": \"POINT (-123.548452 45.604832)\", \"poi\": {\"id\": 255589, \"geometry\": \"POINT (-123.548452 45.604832)\", \"poi_name\": \"Diamond Mill OHV Staging Area\", \"osm_id\": 357303178, \"leisure\": \"park\", \"wikidata\": \"Q49483166\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0001", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of Sushi Nakazawa, Washington, DC and Blue Hill, New York, NY, which sits at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02759 38.893662)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02759 38.893662)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.99957 40.73204)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.99957 40.73204)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sushi Nakazawa, Washington, DC'\n WHEN p2.elev > p1.elev THEN 'Blue Hill, New York, NY'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sushi Nakazawa, Washington, DC\", \"poi1_elevation_m\": 21.0, \"poi2_elevation_m\": 16.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sushi Nakazawa, Washington, DC\", \"geo_wkt\": \"POINT (-77.02759 38.893662)\", \"poi\": {\"id\": 88005, \"geometry\": \"POINT (-77.02759 38.893662)\", \"poi_name\": \"Sushi Nakazawa\", \"osm_id\": 6300458085, \"amenity\": \"restaurant\", \"website\": \"https://www.sushinakazawa.com/washington-dc\", \"outdoor_seating\": \"no\", \"wikidata\": \"Q73785844\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20004\", \"addr_street\": \"Pennsylvania Avenue Northwest\", \"addr_housenumber\": \"1100\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Blue Hill, New York, NY\", \"geo_wkt\": \"POINT (-73.99957 40.73204)\", \"poi\": {\"id\": 34209, \"geometry\": \"POINT (-73.99957 40.73204)\", \"poi_name\": \"Blue Hill\", \"osm_id\": 4260987502, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"website\": \"https://www.bluehillfarm.com/dine/new-york\", \"phone\": \"+1-212-539-1776\", \"wikidata\": \"Q14706188\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"Washington Place\", \"addr_housenumber\": \"75\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0002", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Sonoratown, Los Angeles, CA and The Carlile Room, Seattle, WA stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.252172 34.041563)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.252172 34.041563)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.332396 47.613548)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.332396 47.613548)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sonoratown, Los Angeles, CA'\n WHEN p2.elev > p1.elev THEN 'The Carlile Room, Seattle, WA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sonoratown, Los Angeles, CA\", \"poi1_elevation_m\": 87.0, \"poi2_elevation_m\": 32.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sonoratown, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.252172 34.041563)\", \"poi\": {\"id\": 32938, \"geometry\": \"POINT (-118.252172 34.041563)\", \"poi_name\": \"Sonoratown\", \"osm_id\": 4207350987, \"amenity\": \"restaurant\", \"cuisine\": \"mexican\", \"wikidata\": \"Q64118618\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90014\", \"addr_street\": \"East 8th Street\", \"addr_housenumber\": \"208\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"The Carlile Room, Seattle, WA\", \"geo_wkt\": \"POINT (-122.332396 47.613548)\", \"poi\": {\"id\": 64165, \"geometry\": \"POINT (-122.332396 47.613548)\", \"poi_name\": \"The Carlile Room\", \"osm_id\": 3584221907, \"amenity\": \"restaurant\", \"cuisine\": \"american;regional\", \"opening_hours\": \"We-Su 16:30-24:00\", \"operator\": \"Tom Douglas\", \"website\": \"https://www.thecarlile.com/\", \"phone\": \"+1-206-946-9720\", \"wikidata\": \"Q115649689\", \"addr_state\": \"WA\", \"addr_city\": \"Seattle\", \"addr_postcode\": \"98101\", \"addr_street\": \"Pine Street\", \"addr_housenumber\": \"820\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0003", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Oven and Shaker, Portland, OR Grace Christian University, Wyoming, MI?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.68279 45.52496)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.68279 45.52496)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-85.692172 42.919232)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-85.692172 42.919232)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Oven and Shaker, Portland, OR'\n WHEN p2.elev > p1.elev THEN 'Grace Christian University, Wyoming, MI'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Grace Christian University, Wyoming, MI\", \"poi1_elevation_m\": 19.0, \"poi2_elevation_m\": 208.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Oven and Shaker, Portland, OR\", \"geo_wkt\": \"POINT (-122.68279 45.52496)\", \"poi\": {\"id\": 54802, \"geometry\": \"POINT (-122.68279 45.52496)\", \"poi_name\": \"Oven and Shaker\", \"osm_id\": 6369206850, \"amenity\": \"restaurant\", \"cuisine\": \"pizza\", \"opening_hours\": \"Su-Th 11:30-23:00; Fr-Sa 11:30-24:00\", \"website\": \"https://www.ovenandshaker.com/\", \"phone\": \"+1-503-241-1600\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q28228853\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97209\", \"addr_street\": \"Northwest Everett Street\", \"addr_housenumber\": \"1134\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Grace Christian University, Wyoming, MI\", \"geo_wkt\": \"POINT (-85.692172 42.919232)\", \"poi\": {\"id\": 226934, \"geometry\": \"POINT (-85.692172 42.919232)\", \"poi_name\": \"Grace Christian University\", \"osm_id\": 353934698, \"amenity\": \"university\", \"wheelchair\": \"yes\", \"operator\": \"Grace Christian University\", \"internet_access\": \"wlan\", \"wikidata\": \"Q5591004\", \"addr_state\": \"MI\", \"addr_city\": \"Wyoming\", \"addr_postcode\": \"49509\", \"addr_street\": \"Aldon Street Southwest\", \"addr_housenumber\": \"1011\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0004", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Canyonlands National Park, UT or Chinese American Historical Museum, San Jose, CA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-109.984017 38.166652)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-109.984017 38.166652)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-121.858204 37.319739)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-121.858204 37.319739)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Canyonlands National Park, UT'\n WHEN p2.elev > p1.elev THEN 'Chinese American Historical Museum, San Jose, CA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Canyonlands National Park, UT\", \"poi1_elevation_m\": 1666.0, \"poi2_elevation_m\": 38.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Canyonlands National Park, UT\", \"geo_wkt\": \"POINT (-109.984017 38.166652)\", \"poi\": {\"id\": 253191, \"geometry\": \"POINT (-109.984017 38.166652)\", \"poi_name\": \"Canyonlands National Park\", \"osm_id\": 356681150, \"leisure\": \"park\", \"website\": \"https://cliffsandcanyons.com/contact-us/\", \"wikidata\": \"Q541856\", \"addr_state\": \"UT\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Chinese American Historical Museum, San Jose, CA\", \"geo_wkt\": \"POINT (-121.858204 37.319739)\", \"poi\": {\"id\": 5265, \"geometry\": \"POINT (-121.858204 37.319739)\", \"poi_name\": \"Chinese American Historical Museum\", \"osm_id\": 11282523160, \"tourism\": \"museum\", \"website\": \"https://chcp.org/Museum\", \"museum\": \"history\", \"wikidata\": \"Q123159442\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_postcode\": \"95112\", \"addr_street\": \"Phelan Avenue\", \"addr_housenumber\": \"635\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0005", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Wilmington & Western Railroad, Wilmington, DE and Radcliffe Institute for Advanced Studies, MA stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.632218 39.738888)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.632218 39.738888)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.122317 42.376159)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.122317 42.376159)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Wilmington & Western Railroad, Wilmington, DE'\n WHEN p2.elev > p1.elev THEN 'Radcliffe Institute for Advanced Studies, MA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Wilmington & Western Railroad, Wilmington, DE\", \"poi1_elevation_m\": 28.0, \"poi2_elevation_m\": 12.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Wilmington & Western Railroad, Wilmington, DE\", \"geo_wkt\": \"POINT (-75.632218 39.738888)\", \"poi\": {\"id\": 10383, \"geometry\": \"POINT (-75.632218 39.738888)\", \"poi_name\": \"Wilmington & Western Railroad\", \"osm_id\": 4601510422, \"tourism\": \"attraction\", \"website\": \"http://www.wwrr.com/\", \"phone\": \"+1 302-998-1930\", \"wikidata\": \"Q8022799\", \"addr_state\": \"DE\", \"addr_city\": \"Wilmington\", \"addr_street\": \"Newport Gap Pike\", \"addr_housenumber\": \"2201\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Radcliffe Institute for Advanced Studies, MA\", \"geo_wkt\": \"POINT (-71.122317 42.376159)\", \"poi\": {\"id\": 76135, \"geometry\": \"POINT (-71.122317 42.376159)\", \"poi_name\": \"Radcliffe Institute for Advanced Studies\", \"osm_id\": 11378728082, \"amenity\": \"university\", \"wikidata\": \"Q7280030\", \"addr_state\": \"MA\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0006", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of Good Samaritan Hospital, Vincennes, IN and Chicago Portage National Historic Site, Lyons, IL, which sits at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.53358 38.672428)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.802535 41.805303)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.802535 41.805303)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Good Samaritan Hospital, Vincennes, IN'\n WHEN p2.elev > p1.elev THEN 'Chicago Portage National Historic Site, Lyons, IL'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Chicago Portage National Historic Site, Lyons, IL\", \"poi1_elevation_m\": 126.0, \"poi2_elevation_m\": 179.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Good Samaritan Hospital, Vincennes, IN\", \"geo_wkt\": \"POINT (-87.53358 38.672428)\", \"poi\": {\"id\": 69383, \"geometry\": \"POINT (-87.53358 38.672428)\", \"poi_name\": \"Good Samaritan Hospital\", \"osm_id\": 3821320364, \"amenity\": \"hospital\", \"wheelchair\": \"yes\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q5582915\", \"addr_state\": \"IN\", \"addr_city\": \"Vincennes\", \"addr_postcode\": \"47591\", \"addr_street\": \"South 7th Street\", \"addr_housenumber\": \"520\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Chicago Portage National Historic Site, Lyons, IL\", \"geo_wkt\": \"POINT (-87.802535 41.805303)\", \"poi\": {\"id\": 251170, \"geometry\": \"POINT (-87.802535 41.805303)\", \"poi_name\": \"Chicago Portage National Historic Site\", \"osm_id\": 354160458, \"leisure\": \"park\", \"wikidata\": \"Q5095746\", \"addr_state\": \"IL\", \"addr_city\": \"Lyons\", \"addr_street\": \"South Harlem Avenue\", \"addr_housenumber\": \"4800\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0007", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Turner Carroll Gallery, Santa Fe, NM and David Zwirner, New York, NY stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.923142 35.678585)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.923142 35.678585)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.007033 40.745807)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.007033 40.745807)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Turner Carroll Gallery, Santa Fe, NM'\n WHEN p2.elev > p1.elev THEN 'David Zwirner, New York, NY'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Turner Carroll Gallery, Santa Fe, NM\", \"poi1_elevation_m\": 2176.0, \"poi2_elevation_m\": 23.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Turner Carroll Gallery, Santa Fe, NM\", \"geo_wkt\": \"POINT (-105.923142 35.678585)\", \"poi\": {\"id\": 10293, \"geometry\": \"POINT (-105.923142 35.678585)\", \"poi_name\": \"Turner Carroll Gallery\", \"osm_id\": 4576232040, \"tourism\": \"gallery\", \"website\": \"http://www.turnercarroll.com/index.html\", \"wikidata\": \"Q7855908\", \"addr_state\": \"NM\", \"addr_city\": \"Santa Fe\", \"addr_postcode\": \"87501\", \"addr_street\": \"Canyon Road\", \"addr_housenumber\": \"725\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0008", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Between Rockland Psychiatric Center, Orangeburg, NY and The University of Tennessee Health Science Center, Memphis, TN, which one is more elevated?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.967704 41.049287)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.967704 41.049287)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Rockland Psychiatric Center, Orangeburg, NY'\n WHEN p2.elev > p1.elev THEN 'The University of Tennessee Health Science Center, Memphis, TN'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"poi1_elevation_m\": 65.0, \"poi2_elevation_m\": 88.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rockland Psychiatric Center, Orangeburg, NY\", \"geo_wkt\": \"POINT (-73.967704 41.049287)\", \"poi\": {\"id\": 227128, \"geometry\": \"POINT (-73.967704 41.049287)\", \"poi_name\": \"Rockland Psychiatric Center\", \"osm_id\": 357582607, \"amenity\": \"hospital\", \"website\": \"https://www.omh.ny.gov/omhweb/facilities/rppc/\", \"phone\": \"+1 845 359 1000\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q22061059\", \"addr_state\": \"NY\", \"addr_city\": \"Orangeburg\", \"addr_postcode\": \"10962\", \"addr_street\": \"Old Orangeburg Road\", \"addr_housenumber\": \"140\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"geo_wkt\": \"POINT (-90.031353 35.139317)\", \"poi\": {\"id\": 215769, \"geometry\": \"POINT (-90.031353 35.139317)\", \"poi_name\": \"The University of Tennessee Health Science Center\", \"osm_id\": 8364364991, \"amenity\": \"university\", \"wikidata\": \"Q7896420\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38163\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0009", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of the two, AAAS / Science, Washington, DC and Centinela Adobe, Los Angeles, CA, which lies at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02832 38.900025)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02832 38.900025)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.37225 33.967599)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.37225 33.967599)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'AAAS / Science, Washington, DC'\n WHEN p2.elev > p1.elev THEN 'Centinela Adobe, Los Angeles, CA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"AAAS / Science, Washington, DC\", \"poi1_elevation_m\": 39.0, \"poi2_elevation_m\": 29.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"AAAS / Science, Washington, DC\", \"geo_wkt\": \"POINT (-77.02832 38.900025)\", \"poi\": {\"id\": 2266, \"geometry\": \"POINT (-77.02832 38.900025)\", \"poi_name\": \"AAAS / Science\", \"osm_id\": 909026696, \"tourism\": \"attraction\", \"operator\": \"American Association for the Advancement of Science\", \"shop\": \"publisher of Science, the scientific journal\", \"wikidata\": \"Q40358\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20005\", \"addr_street\": \"New York Avenue Northwest\", \"addr_housenumber\": \"1200\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Centinela Adobe, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.37225 33.967599)\", \"poi\": {\"id\": 13520, \"geometry\": \"POINT (-118.37225 33.967599)\", \"poi_name\": \"Centinela Adobe\", \"osm_id\": 2395435997, \"tourism\": \"museum\", \"website\": \"https://centinelaadobe.org/\", \"wikidata\": \"Q5060150\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90045\", \"addr_street\": \"Midfield Avenue\", \"addr_housenumber\": \"7634\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0010", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of North Carolina Arboretum, Asheville, NC and East End Park, Frostburg, MD stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.608284 35.498511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.608284 35.498511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.918865 39.651391)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.918865 39.651391)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'North Carolina Arboretum, Asheville, NC'\n WHEN p2.elev > p1.elev THEN 'East End Park, Frostburg, MD'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"North Carolina Arboretum, Asheville, NC\", \"poi1_elevation_m\": 664.0, \"poi2_elevation_m\": 579.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"North Carolina Arboretum, Asheville, NC\", \"geo_wkt\": \"POINT (-82.608284 35.498511)\", \"poi\": {\"id\": 245226, \"geometry\": \"POINT (-82.608284 35.498511)\", \"poi_name\": \"North Carolina Arboretum\", \"osm_id\": 4104047702, \"leisure\": \"park\", \"opening_hours\": \"08:00-19:00\", \"website\": \"https://www.ncarboretum.org/\", \"phone\": \"+1 828-665-2492\", \"wikidata\": \"Q2539422\", \"addr_state\": \"NC\", \"addr_city\": \"Asheville\", \"addr_postcode\": \"28806\", \"addr_street\": \"Frederick Law Olmsted Way\", \"addr_housenumber\": \"100\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"East End Park, Frostburg, MD\", \"geo_wkt\": \"POINT (-78.918865 39.651391)\", \"poi\": {\"id\": 261162, \"geometry\": \"POINT (-78.918865 39.651391)\", \"poi_name\": \"East End Park\", \"osm_id\": 358252199, \"leisure\": \"park\", \"wikidata\": \"Q49485107\", \"addr_state\": \"MD\", \"addr_city\": \"Frostburg\", \"addr_street\": \"Cemetary Road\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0011", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which has a higher elevation, Tusculum University Historical District, Greeneville, TN or Ojito Wilderness Study Area, San Luis, NM?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.960317 35.59114)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.960317 35.59114)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Tusculum University Historical District, Greeneville, TN'\n WHEN p2.elev > p1.elev THEN 'Ojito Wilderness Study Area, San Luis, NM'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Ojito Wilderness Study Area, San Luis, NM\", \"poi1_elevation_m\": 437.0, \"poi2_elevation_m\": 1759.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0012", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Pittsford Green Historic District, VT or Sanders Park, Mount Pleasant, WI?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.028276 43.706802)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.028276 43.706802)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.840903 42.674171)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.840903 42.674171)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Pittsford Green Historic District, VT'\n WHEN p2.elev > p1.elev THEN 'Sanders Park, Mount Pleasant, WI'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sanders Park, Mount Pleasant, WI\", \"poi1_elevation_m\": 159.0, \"poi2_elevation_m\": 211.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Pittsford Green Historic District, VT\", \"geo_wkt\": \"POINT (-73.028276 43.706802)\", \"poi\": {\"id\": 252838, \"geometry\": \"POINT (-73.028276 43.706802)\", \"poi_name\": \"Pittsford Green Historic District\", \"osm_id\": 356557990, \"leisure\": \"park\", \"historic\": \"district\", \"wikidata\": \"Q25005861\", \"addr_state\": \"VT\", \"addr_postcode\": \"05763\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Sanders Park, Mount Pleasant, WI\", \"geo_wkt\": \"POINT (-87.840903 42.674171)\", \"poi\": {\"id\": 250880, \"geometry\": \"POINT (-87.840903 42.674171)\", \"poi_name\": \"Sanders Park\", \"osm_id\": 353889876, \"leisure\": \"park\", \"opening_hours\": \"sunrise-sunset\", \"website\": \"https://www.racinecounty.com/departments/public-works-and-development-services/parks-department/sanders-park-campground\", \"phone\": \"+1-262-886-8457\", \"wikidata\": \"Q49557332\", \"addr_state\": \"WI\", \"addr_city\": \"Mount Pleasant\", \"addr_postcode\": \"53403\", \"addr_street\": \"Wood Road\", \"addr_housenumber\": \"4809\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0013", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Sequoia Hospital, Redwood City, CA or Franklin Pierce University, Rindge, NH?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.255023 37.479511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.255023 37.479511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.055892 42.779337)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.055892 42.779337)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sequoia Hospital, Redwood City, CA'\n WHEN p2.elev > p1.elev THEN 'Franklin Pierce University, Rindge, NH'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Franklin Pierce University, Rindge, NH\", \"poi1_elevation_m\": 45.0, \"poi2_elevation_m\": 327.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Sequoia Hospital, Redwood City, CA\", \"geo_wkt\": \"POINT (-122.255023 37.479511)\", \"poi\": {\"id\": 92214, \"geometry\": \"POINT (-122.255023 37.479511)\", \"poi_name\": \"Sequoia Hospital\", \"osm_id\": 5805243057, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Dignity Health\", \"website\": \"https://www.dignityhealth.org/bayarea/locations/sequoia\", \"phone\": \"+1 650 369 5811\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7452546\", \"addr_state\": \"CA\", \"addr_city\": \"Redwood City\", \"addr_postcode\": \"94062\", \"addr_street\": \"Alameda de las Pulgas\", \"addr_housenumber\": \"170\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Franklin Pierce University, Rindge, NH\", \"geo_wkt\": \"POINT (-72.055892 42.779337)\", \"poi\": {\"id\": 57803, \"geometry\": \"POINT (-72.055892 42.779337)\", \"poi_name\": \"Franklin Pierce University\", \"osm_id\": 6484120956, \"amenity\": \"university\", \"website\": \"https://franklinpierce.edu/\", \"wikidata\": \"Q5491762\", \"addr_state\": \"NH\", \"addr_city\": \"Rindge\", \"addr_postcode\": \"03461\", \"addr_street\": \"University Drive\", \"addr_housenumber\": \"40\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0014", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Between Sequoia Hospital, Redwood City, CA and Fort Steuben, Steubenville, OH, which one is more elevated?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.255023 37.479511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.255023 37.479511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-80.613308 40.357934)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-80.613308 40.357934)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Sequoia Hospital, Redwood City, CA'\n WHEN p2.elev > p1.elev THEN 'Fort Steuben, Steubenville, OH'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Fort Steuben, Steubenville, OH\", \"poi1_elevation_m\": 45.0, \"poi2_elevation_m\": 210.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Sequoia Hospital, Redwood City, CA\", \"geo_wkt\": \"POINT (-122.255023 37.479511)\", \"poi\": {\"id\": 92214, \"geometry\": \"POINT (-122.255023 37.479511)\", \"poi_name\": \"Sequoia Hospital\", \"osm_id\": 5805243057, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Dignity Health\", \"website\": \"https://www.dignityhealth.org/bayarea/locations/sequoia\", \"phone\": \"+1 650 369 5811\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7452546\", \"addr_state\": \"CA\", \"addr_city\": \"Redwood City\", \"addr_postcode\": \"94062\", \"addr_street\": \"Alameda de las Pulgas\", \"addr_housenumber\": \"170\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Fort Steuben, Steubenville, OH\", \"geo_wkt\": \"POINT (-80.613308 40.357934)\", \"poi\": {\"id\": 1317, \"geometry\": \"POINT (-80.613308 40.357934)\", \"poi_name\": \"Fort Steuben\", \"osm_id\": 4239526821, \"historic\": \"fort\", \"tourism\": \"attraction\", \"website\": \"https://www.oldfortsteuben.com/\", \"wikidata\": \"Q5472108\", \"addr_state\": \"OH\", \"addr_city\": \"Steubenville\", \"addr_postcode\": \"43952\", \"addr_street\": \"South 3rd Street\", \"addr_housenumber\": \"120\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0015", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which of Florida Botanical Garden, Largo, FL and CUNY Graduate School of Journalism, New York, NY stands at the higher elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.808431 27.883426)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.808431 27.883426)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.988988 40.755324)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.988988 40.755324)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Florida Botanical Garden, Largo, FL'\n WHEN p2.elev > p1.elev THEN 'CUNY Graduate School of Journalism, New York, NY'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"CUNY Graduate School of Journalism, New York, NY\", \"poi1_elevation_m\": 16.0, \"poi2_elevation_m\": 55.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Florida Botanical Garden, Largo, FL\", \"geo_wkt\": \"POINT (-82.808431 27.883426)\", \"poi\": {\"id\": 247212, \"geometry\": \"POINT (-82.808431 27.883426)\", \"poi_name\": \"Florida Botanical Garden\", \"osm_id\": 4641286338, \"leisure\": \"park\", \"wikidata\": \"Q7734512\", \"addr_state\": \"FL\", \"addr_city\": \"Largo\", \"addr_postcode\": \"33774\", \"addr_street\": \"Ulmerton Road\", \"addr_housenumber\": \"12520\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0016", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which has a higher elevation, Fantastic Caverns, Springfield, MO or Ojito Wilderness Study Area, San Luis, NM?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-93.358596 37.287518)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-93.358596 37.287518)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.960317 35.59114)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.960317 35.59114)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Fantastic Caverns, Springfield, MO'\n WHEN p2.elev > p1.elev THEN 'Ojito Wilderness Study Area, San Luis, NM'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Ojito Wilderness Study Area, San Luis, NM\", \"poi1_elevation_m\": 346.0, \"poi2_elevation_m\": 1759.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Fantastic Caverns, Springfield, MO\", \"geo_wkt\": \"POINT (-93.358596 37.287518)\", \"poi\": {\"id\": 1030, \"geometry\": \"POINT (-93.358596 37.287518)\", \"poi_name\": \"Fantastic Caverns\", \"osm_id\": 4165231772, \"tourism\": \"attraction\", \"wikidata\": \"Q5434180\", \"addr_state\": \"MO\", \"addr_city\": \"Springfield\", \"addr_street\": \"North Farm Road 125\", \"addr_housenumber\": \"4872\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0017", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which is at a higher elevation, Tewksbury Hospital, Tewksbury, MA or Sonoratown, Los Angeles, CA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.21808 42.606947)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.252172 34.041563)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.252172 34.041563)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Tewksbury Hospital, Tewksbury, MA'\n WHEN p2.elev > p1.elev THEN 'Sonoratown, Los Angeles, CA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Sonoratown, Los Angeles, CA\", \"poi1_elevation_m\": 46.0, \"poi2_elevation_m\": 87.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Tewksbury Hospital, Tewksbury, MA\", \"geo_wkt\": \"POINT (-71.21808 42.606947)\", \"poi\": {\"id\": 44995, \"geometry\": \"POINT (-71.21808 42.606947)\", \"poi_name\": \"Tewksbury Hospital\", \"osm_id\": 257489501, \"amenity\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q7707206\", \"addr_state\": \"MA\", \"addr_city\": \"Tewksbury\", \"addr_street\": \"East Street\", \"addr_housenumber\": \"365\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sonoratown, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.252172 34.041563)\", \"poi\": {\"id\": 32938, \"geometry\": \"POINT (-118.252172 34.041563)\", \"poi_name\": \"Sonoratown\", \"osm_id\": 4207350987, \"amenity\": \"restaurant\", \"cuisine\": \"mexican\", \"wikidata\": \"Q64118618\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90014\", \"addr_street\": \"East 8th Street\", \"addr_housenumber\": \"208\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0018", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Which has a higher elevation, Ayres Natural Bridge State Park, Douglas, WY or Fort DuPont State Park, Delaware City, DE?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.6114 42.733737)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.6114 42.733737)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.580795 39.573261)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'Ayres Natural Bridge State Park, Douglas, WY'\n WHEN p2.elev > p1.elev THEN 'Fort DuPont State Park, Delaware City, DE'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Ayres Natural Bridge State Park, Douglas, WY\", \"poi1_elevation_m\": 1618.0, \"poi2_elevation_m\": 5.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ayres Natural Bridge State Park, Douglas, WY\", \"geo_wkt\": \"POINT (-105.6114 42.733737)\", \"poi\": {\"id\": 249218, \"geometry\": \"POINT (-105.6114 42.733737)\", \"poi_name\": \"Ayres Natural Bridge State Park\", \"osm_id\": 4991095763, \"leisure\": \"park\", \"fee\": \"no\", \"opening_hours\": \"Apr 15-Oct 15 08:00-20:20\", \"capacity\": \"10\", \"phone\": \"+1-307-358-3532\", \"wikidata\": \"Q793266\", \"addr_state\": \"WY\", \"addr_city\": \"Douglas\", \"addr_street\": \"Natural Bridge Road\", \"addr_housenumber\": \"208\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Fort DuPont State Park, Delaware City, DE\", \"geo_wkt\": \"POINT (-75.580795 39.573261)\", \"poi\": {\"id\": 247256, \"geometry\": \"POINT (-75.580795 39.573261)\", \"poi_name\": \"Fort DuPont State Park\", \"osm_id\": 4689054657, \"leisure\": \"park\", \"description\": \"Historic Fort DuPont, established in 1861. Nature trail along Delaware River bunkers, gun batteries, wildlife, nature trail, parking\", \"wikidata\": \"Q5471094\", \"addr_state\": \"DE\", \"addr_city\": \"Delaware City\", \"addr_postcode\": \"19706\", \"addr_street\": \"Old Battery Lane\"}}}"} +{"id": "raster_only/elevation_compare+two_pois/0019", "template_id": "R2", "group": "raster_only", "template": "elevation_compare+two_pois", "question": "Of The University of Tennessee Health Science Center, Memphis, TN and Shenandoah Caverns, VA, which sits at a greater elevation?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.669276 38.715515)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.669276 38.715515)',4326))\n LIMIT 1\n)\nSELECT\n CASE\n WHEN p1.elev > p2.elev THEN 'The University of Tennessee Health Science Center, Memphis, TN'\n WHEN p2.elev > p1.elev THEN 'Shenandoah Caverns, VA'\n ELSE 'equal'\n END AS higher_poi,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "name", "answers": "[{\"higher_poi\": \"Shenandoah Caverns, VA\", \"poi1_elevation_m\": 88.0, \"poi2_elevation_m\": 305.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"geo_wkt\": \"POINT (-90.031353 35.139317)\", \"poi\": {\"id\": 215769, \"geometry\": \"POINT (-90.031353 35.139317)\", \"poi_name\": \"The University of Tennessee Health Science Center\", \"osm_id\": 8364364991, \"amenity\": \"university\", \"wikidata\": \"Q7896420\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38163\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Shenandoah Caverns, VA\", \"geo_wkt\": \"POINT (-78.669276 38.715515)\", \"poi\": {\"id\": 17210, \"geometry\": \"POINT (-78.669276 38.715515)\", \"poi_name\": \"Shenandoah Caverns\", \"osm_id\": 9081231937, \"tourism\": \"attraction\", \"fee\": \"yes\", \"opening_hours\": \"Mo-Su 09:00-17:00\", \"website\": \"https://shenandoahcaverns.com/\", \"phone\": \"+1 540 477 3115\", \"wikidata\": \"Q7494160\", \"addr_state\": \"VA\", \"addr_postcode\": \"22847\", \"addr_street\": \"Caverns Road\", \"addr_housenumber\": \"261\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0000", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Eleven Madison Park, New York, NY and 303 Gallery, New York, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.98719 40.741598)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.98719 40.741598)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.007539 40.747543)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.007539 40.747543)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 26.0, \"poi1_elevation_m\": 44.0, \"poi2_elevation_m\": 18.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Eleven Madison Park, New York, NY\", \"geo_wkt\": \"POINT (-73.98719 40.741598)\", \"poi\": {\"id\": 27449, \"geometry\": \"POINT (-73.98719 40.741598)\", \"poi_name\": \"Eleven Madison Park\", \"osm_id\": 3932353662, \"amenity\": \"restaurant\", \"cuisine\": \"french;american\", \"opening_hours\": \"Mo-We 17:30-22:00; Th-Su 12:00-13:00, 17:30-22:00\", \"website\": \"https://www.elevenmadisonpark.com/\", \"phone\": \"+1 212.889.0905\", \"wikidata\": \"Q5359767\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10010\", \"addr_street\": \"Madison Avenue\", \"addr_housenumber\": \"11\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"303 Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.007539 40.747543)\", \"poi\": {\"id\": 1682, \"geometry\": \"POINT (-74.007539 40.747543)\", \"poi_name\": \"303 Gallery\", \"osm_id\": 8062794938, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 11:00-17:00\", \"website\": \"https://www.303gallery.com\", \"phone\": \"+1-212-255-1121\", \"wikidata\": \"Q60742541\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 21st Street\", \"addr_housenumber\": \"555\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0001", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Tree That Owns Itself, Athens, GA and Michael Altman Fine Art, New York, NY differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-83.382376 33.955038)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-83.382376 33.955038)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.965721 40.770052)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.965721 40.770052)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 188.0, \"poi1_elevation_m\": 219.0, \"poi2_elevation_m\": 31.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Tree That Owns Itself, Athens, GA\", \"geo_wkt\": \"POINT (-83.382376 33.955038)\", \"poi\": {\"id\": 10554, \"geometry\": \"POINT (-83.382376 33.955038)\", \"poi_name\": \"Tree That Owns Itself\", \"osm_id\": 2626985473, \"historic\": \"tree\", \"tourism\": \"attraction\", \"wikidata\": \"Q1421130\", \"addr_state\": \"GA\", \"addr_city\": \"Athens\", \"addr_street\": \"South Finley Street\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Michael Altman Fine Art, New York, NY\", \"geo_wkt\": \"POINT (-73.965721 40.770052)\", \"poi\": {\"id\": 8844, \"geometry\": \"POINT (-73.965721 40.770052)\", \"poi_name\": \"Michael Altman Fine Art\", \"osm_id\": 4798493527, \"tourism\": \"gallery\", \"opening_hours\": \"Mo-Fr 10:00-17:00; PH off\", \"website\": \"https://mnafineart.com/\", \"phone\": \"+1-212-879-0002\", \"wikidata\": \"Q29441896\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10021\", \"addr_street\": \"East 70th Street\", \"addr_housenumber\": \"38\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0002", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Tina Kim Gallery, New York, NY and The Henry Norman Hotel, Brooklyn, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.006345 40.747055)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.006345 40.747055)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.944251 40.728028)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 10.0, \"poi1_elevation_m\": 30.0, \"poi2_elevation_m\": 20.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Tina Kim Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.006345 40.747055)\", \"poi\": {\"id\": 27021, \"geometry\": \"POINT (-74.006345 40.747055)\", \"poi_name\": \"Tina Kim Gallery\", \"osm_id\": 10873196735, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.tinakimgallery.com\", \"phone\": \"+1-212-716-1100\", \"wikidata\": \"Q16901731\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 21st Street\", \"addr_housenumber\": \"525\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Henry Norman Hotel, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.944251 40.728028)\", \"poi\": {\"id\": 1912, \"geometry\": \"POINT (-73.944251 40.728028)\", \"poi_name\": \"The Henry Norman Hotel\", \"osm_id\": 7026934319, \"tourism\": \"hotel\", \"website\": \"https://henrynormanhotel.com\", \"internet_access\": \"yes\", \"phone\": \"+1-718-804-5845\", \"wikidata\": \"Q111395098\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_street\": \"North Henry Street\", \"addr_housenumber\": \"251\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0003", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between White Stadium, Jamaica Plain, MA and University Guest House & Conference Center, Salt Lake City, UT?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.095885 42.309542)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.095885 42.309542)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-111.835626 40.766885)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-111.835626 40.766885)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 1466.0, \"poi1_elevation_m\": 28.0, \"poi2_elevation_m\": 1494.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"White Stadium, Jamaica Plain, MA\", \"geo_wkt\": \"POINT (-71.095885 42.309542)\", \"poi\": {\"id\": 261471, \"geometry\": \"POINT (-71.095885 42.309542)\", \"poi_name\": \"White Stadium\", \"osm_id\": 358278622, \"leisure\": \"park\", \"website\": \"https://www.franklinparkcoalition.org/whitestadium/\", \"wikidata\": \"Q18749284\", \"addr_state\": \"MA\", \"addr_city\": \"Jamaica Plain\", \"addr_postcode\": \"02130\", \"addr_street\": \"Walnut Avenue\", \"addr_housenumber\": \"450\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"University Guest House & Conference Center, Salt Lake City, UT\", \"geo_wkt\": \"POINT (-111.835626 40.766885)\", \"poi\": {\"id\": 5515, \"geometry\": \"POINT (-111.835626 40.766885)\", \"poi_name\": \"University Guest House & Conference Center\", \"osm_id\": 11447482824, \"tourism\": \"hotel\", \"operator\": \"University of Utah Conference & Event Management\", \"website\": \"https://www.universityguesthouse.com/\", \"internet_access\": \"wlan\", \"wikidata\": \"Q123987812\", \"addr_state\": \"UT\", \"addr_city\": \"Salt Lake City\", \"addr_postcode\": \"84113\", \"addr_street\": \"South Fort Douglas Boulevard\", \"addr_housenumber\": \"110\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0004", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the absolute elevation difference between Salus University, Elkins Park, PA and Giant Glacial Boulder Historical Marker, Lincoln, NE?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.129394 40.086172)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.129394 40.086172)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-96.701366 40.848198)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-96.701366 40.848198)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 269.0, \"poi1_elevation_m\": 99.0, \"poi2_elevation_m\": 368.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Salus University, Elkins Park, PA\", \"geo_wkt\": \"POINT (-75.129394 40.086172)\", \"poi\": {\"id\": 124092, \"geometry\": \"POINT (-75.129394 40.086172)\", \"poi_name\": \"Salus University\", \"osm_id\": 2903322114, \"amenity\": \"university\", \"website\": \"https://www.salus.edu/\", \"phone\": \"+1-215-780-1400\", \"wikidata\": \"Q7406311\", \"addr_state\": \"PA\", \"addr_city\": \"Elkins Park\", \"addr_postcode\": \"19027\", \"addr_street\": \"Old York Road\", \"addr_housenumber\": \"8360\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Giant Glacial Boulder Historical Marker, Lincoln, NE\", \"geo_wkt\": \"POINT (-96.701366 40.848198)\", \"poi\": {\"id\": 259539, \"geometry\": \"POINT (-96.701366 40.848198)\", \"poi_name\": \"Giant Glacial Boulder Historical Marker\", \"osm_id\": 357792602, \"leisure\": \"park\", \"wikidata\": \"Q34881171\", \"addr_state\": \"NE\", \"addr_city\": \"Lincoln\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0005", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Courthouse Square Park, OR and Silas Condict County Park, Kinnelon, NJ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.076491 45.221228)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.38466 41.004704)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 204.0, \"poi1_elevation_m\": 49.0, \"poi2_elevation_m\": 253.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Silas Condict County Park, Kinnelon, NJ\", \"geo_wkt\": \"POINT (-74.38466 41.004704)\", \"poi\": {\"id\": 249280, \"geometry\": \"POINT (-74.38466 41.004704)\", \"poi_name\": \"Silas Condict County Park\", \"osm_id\": 5140202721, \"leisure\": \"park\", \"operator\": \"Morris County Park Commission\", \"wikidata\": \"Q34861408\", \"addr_state\": \"NJ\", \"addr_city\": \"Kinnelon\", \"addr_postcode\": \"07405\", \"addr_street\": \"Kinnelon Road\", \"addr_housenumber\": \"100\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0006", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the magnitude of the elevation gap between Advocate Children's Hospital, Oak Lawn, IL and Harrison Park and Golf Course, Danville, IL?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.732089 41.72357)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.732089 41.72357)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.654322 40.146491)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.654322 40.146491)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 27.0, \"poi1_elevation_m\": 204.0, \"poi2_elevation_m\": 177.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Advocate Children's Hospital, Oak Lawn, IL\", \"geo_wkt\": \"POINT (-87.732089 41.72357)\", \"poi\": {\"id\": 177285, \"geometry\": \"POINT (-87.732089 41.72357)\", \"poi_name\": \"Advocate Children's Hospital\", \"osm_id\": 5276572197, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Advocate Aurora Health\", \"website\": \"https://www.advocatechildrenshospital.com/\", \"phone\": \"+1 708 684 8000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q30254234\", \"addr_state\": \"IL\", \"addr_city\": \"Oak Lawn\", \"addr_postcode\": \"60453\", \"addr_street\": \"West 95th Street\", \"addr_housenumber\": \"4440\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Harrison Park and Golf Course, Danville, IL\", \"geo_wkt\": \"POINT (-87.654322 40.146491)\", \"poi\": {\"id\": 251066, \"geometry\": \"POINT (-87.654322 40.146491)\", \"poi_name\": \"Harrison Park and Golf Course\", \"osm_id\": 354110626, \"leisure\": \"park\", \"wikidata\": \"Q34886246\", \"addr_state\": \"IL\", \"addr_city\": \"Danville\", \"addr_postcode\": \"61832\", \"addr_street\": \"West Voorhees\", \"addr_housenumber\": \"1300\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0007", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between Jesse Owens State Park, OH and Florida Botanical Garden, Largo, FL?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.731108 39.734554)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.731108 39.734554)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.808431 27.883426)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.808431 27.883426)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 250.0, \"poi1_elevation_m\": 266.0, \"poi2_elevation_m\": 16.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jesse Owens State Park, OH\", \"geo_wkt\": \"POINT (-81.731108 39.734554)\", \"poi\": {\"id\": 246530, \"geometry\": \"POINT (-81.731108 39.734554)\", \"poi_name\": \"Jesse Owens State Park\", \"osm_id\": 9891605872, \"leisure\": \"park\", \"website\": \"https://ohiodnr.gov/go-and-do/plan-a-visit/find-a-property/jesse-owens-state-park\", \"wikidata\": \"Q113119233\", \"addr_state\": \"OH\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Florida Botanical Garden, Largo, FL\", \"geo_wkt\": \"POINT (-82.808431 27.883426)\", \"poi\": {\"id\": 247212, \"geometry\": \"POINT (-82.808431 27.883426)\", \"poi_name\": \"Florida Botanical Garden\", \"osm_id\": 4641286338, \"leisure\": \"park\", \"wikidata\": \"Q7734512\", \"addr_state\": \"FL\", \"addr_city\": \"Largo\", \"addr_postcode\": \"33774\", \"addr_street\": \"Ulmerton Road\", \"addr_housenumber\": \"12520\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0008", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Tusculum University Historical District, Greeneville, TN and RJ Grunts, Chicago, IL differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.636601 41.920045)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.636601 41.920045)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 239.0, \"poi1_elevation_m\": 437.0, \"poi2_elevation_m\": 198.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"RJ Grunts, Chicago, IL\", \"geo_wkt\": \"POINT (-87.636601 41.920045)\", \"poi\": {\"id\": 30748, \"geometry\": \"POINT (-87.636601 41.920045)\", \"poi_name\": \"RJ Grunts\", \"osm_id\": 4100246313, \"amenity\": \"restaurant\", \"opening_hours\": \"Mo-Fr 11:30-23:00; Sa 10:00-23:00; Su 10:00-21:00\", \"website\": \"http://www.rjgruntschicago.com/\", \"phone\": \"+1-773-929-5363\", \"wikidata\": \"Q6533864\", \"addr_state\": \"IL\", \"addr_city\": \"Chicago\", \"addr_postcode\": \"60614\", \"addr_street\": \"Lincoln Park West\", \"addr_housenumber\": \"2056\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0009", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "How many meters apart in elevation are The University of Tennessee Health Science Center, Memphis, TN and Strafford Village Historic District, VT?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.377447 43.866048)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 189.0, \"poi1_elevation_m\": 88.0, \"poi2_elevation_m\": 277.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"The University of Tennessee Health Science Center, Memphis, TN\", \"geo_wkt\": \"POINT (-90.031353 35.139317)\", \"poi\": {\"id\": 215769, \"geometry\": \"POINT (-90.031353 35.139317)\", \"poi_name\": \"The University of Tennessee Health Science Center\", \"osm_id\": 8364364991, \"amenity\": \"university\", \"wikidata\": \"Q7896420\", \"addr_state\": \"TN\", \"addr_city\": \"Memphis\", \"addr_postcode\": \"38163\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Strafford Village Historic District, VT\", \"geo_wkt\": \"POINT (-72.377447 43.866048)\", \"poi\": {\"id\": 252814, \"geometry\": \"POINT (-72.377447 43.866048)\", \"poi_name\": \"Strafford Village Historic District\", \"osm_id\": 356557755, \"leisure\": \"park\", \"historic\": \"heritage\", \"wikidata\": \"Q28153353\", \"addr_state\": \"VT\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0010", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between New London County Historical Society, New London, CT and Shanks Roadside Park, Shanks, WV?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.098236 41.351365)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.098236 41.351365)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.691404 39.316489)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.691404 39.316489)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 370.0, \"poi1_elevation_m\": 12.0, \"poi2_elevation_m\": 382.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"New London County Historical Society, New London, CT\", \"geo_wkt\": \"POINT (-72.098236 41.351365)\", \"poi\": {\"id\": 6852, \"geometry\": \"POINT (-72.098236 41.351365)\", \"poi_name\": \"New London County Historical Society\", \"osm_id\": 5773747058, \"historic\": \"house\", \"tourism\": \"museum\", \"website\": \"https://www.nlchs.org\", \"phone\": \"+1 860 443 1209\", \"museum\": \"history\", \"wikidata\": \"Q72081273\", \"addr_state\": \"CT\", \"addr_city\": \"New London\", \"addr_postcode\": \"06320\", \"addr_street\": \"Blinman Street\", \"addr_housenumber\": \"11\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Shanks Roadside Park, Shanks, WV\", \"geo_wkt\": \"POINT (-78.691404 39.316489)\", \"poi\": {\"id\": 252551, \"geometry\": \"POINT (-78.691404 39.316489)\", \"poi_name\": \"Shanks Roadside Park\", \"osm_id\": 356535107, \"leisure\": \"park\", \"wikidata\": \"Q31516586\", \"addr_state\": \"WV\", \"addr_city\": \"Shanks\", \"addr_postcode\": \"26761\", \"addr_street\": \"Northwestern Turnpike\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0011", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the absolute elevation difference between Voorhees College, Denmark, SC and UH Rainbow Babies & Children’s Hospital, Cleveland, OH?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.128567 33.305858)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.128567 33.305858)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.605748 41.504861)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.605748 41.504861)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 154.0, \"poi1_elevation_m\": 68.0, \"poi2_elevation_m\": 222.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Voorhees College, Denmark, SC\", \"geo_wkt\": \"POINT (-81.128567 33.305858)\", \"poi\": {\"id\": 188213, \"geometry\": \"POINT (-81.128567 33.305858)\", \"poi_name\": \"Voorhees College\", \"osm_id\": 5525414124, \"amenity\": \"university\", \"wikidata\": \"Q7941707\", \"addr_state\": \"SC\", \"addr_city\": \"Denmark\", \"addr_postcode\": \"29042\", \"addr_street\": \"Porter Drive\", \"addr_housenumber\": \"481\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"UH Rainbow Babies & Children’s Hospital, Cleveland, OH\", \"geo_wkt\": \"POINT (-81.605748 41.504861)\", \"poi\": {\"id\": 191132, \"geometry\": \"POINT (-81.605748 41.504861)\", \"poi_name\": \"UH Rainbow Babies & Children’s Hospital\", \"osm_id\": 5656050761, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"University Hospitals\", \"website\": \"https://www.uhhospitals.org/rainbow\", \"phone\": \"+1 216 844 5437\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7284577\", \"addr_state\": \"OH\", \"addr_city\": \"Cleveland\", \"addr_postcode\": \"44106\", \"addr_street\": \"Adelbert Road\", \"addr_housenumber\": \"2101\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0012", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between North Carolina Arboretum, Asheville, NC and CUNY Graduate School of Journalism, New York, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.608284 35.498511)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.608284 35.498511)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.988988 40.755324)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.988988 40.755324)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 609.0, \"poi1_elevation_m\": 664.0, \"poi2_elevation_m\": 55.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"North Carolina Arboretum, Asheville, NC\", \"geo_wkt\": \"POINT (-82.608284 35.498511)\", \"poi\": {\"id\": 245226, \"geometry\": \"POINT (-82.608284 35.498511)\", \"poi_name\": \"North Carolina Arboretum\", \"osm_id\": 4104047702, \"leisure\": \"park\", \"opening_hours\": \"08:00-19:00\", \"website\": \"https://www.ncarboretum.org/\", \"phone\": \"+1 828-665-2492\", \"wikidata\": \"Q2539422\", \"addr_state\": \"NC\", \"addr_city\": \"Asheville\", \"addr_postcode\": \"28806\", \"addr_street\": \"Frederick Law Olmsted Way\", \"addr_housenumber\": \"100\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0013", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between Kasmin Gallery, New York, NY and Chinese American Historical Museum, San Jose, CA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.00247 40.750406)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.00247 40.750406)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-121.858204 37.319739)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-121.858204 37.319739)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 14.0, \"poi1_elevation_m\": 24.0, \"poi2_elevation_m\": 38.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Kasmin Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.00247 40.750406)\", \"poi\": {\"id\": 26963, \"geometry\": \"POINT (-74.00247 40.750406)\", \"poi_name\": \"Kasmin Gallery\", \"osm_id\": 10860703833, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.kasmingallery.com\", \"phone\": \"+1-212-563-4474\", \"wikidata\": \"Q28207019\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"10th Avenue\", \"addr_housenumber\": \"297\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Chinese American Historical Museum, San Jose, CA\", \"geo_wkt\": \"POINT (-121.858204 37.319739)\", \"poi\": {\"id\": 5265, \"geometry\": \"POINT (-121.858204 37.319739)\", \"poi_name\": \"Chinese American Historical Museum\", \"osm_id\": 11282523160, \"tourism\": \"museum\", \"website\": \"https://chcp.org/Museum\", \"museum\": \"history\", \"wikidata\": \"Q123159442\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_postcode\": \"95112\", \"addr_street\": \"Phelan Avenue\", \"addr_housenumber\": \"635\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0014", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Pennsylvania Trolley Museum, Washington, PA and White Stadium, Jamaica Plain, MA differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-80.244929 40.2113)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-80.244929 40.2113)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.095885 42.309542)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.095885 42.309542)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 268.0, \"poi1_elevation_m\": 296.0, \"poi2_elevation_m\": 28.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Pennsylvania Trolley Museum, Washington, PA\", \"geo_wkt\": \"POINT (-80.244929 40.2113)\", \"poi\": {\"id\": 5403, \"geometry\": \"POINT (-80.244929 40.2113)\", \"poi_name\": \"Pennsylvania Trolley Museum\", \"osm_id\": 11375823337, \"tourism\": \"museum\", \"website\": \"https://pa-trolley.org/\", \"wikidata\": \"Q7164216\", \"addr_state\": \"PA\", \"addr_city\": \"Washington\", \"addr_postcode\": \"15301\", \"addr_street\": \"Electric Way\", \"addr_housenumber\": \"1\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"White Stadium, Jamaica Plain, MA\", \"geo_wkt\": \"POINT (-71.095885 42.309542)\", \"poi\": {\"id\": 261471, \"geometry\": \"POINT (-71.095885 42.309542)\", \"poi_name\": \"White Stadium\", \"osm_id\": 358278622, \"leisure\": \"park\", \"website\": \"https://www.franklinparkcoalition.org/whitestadium/\", \"wikidata\": \"Q18749284\", \"addr_state\": \"MA\", \"addr_city\": \"Jamaica Plain\", \"addr_postcode\": \"02130\", \"addr_street\": \"Walnut Avenue\", \"addr_housenumber\": \"450\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0015", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the vertical separation in meters between Children's Hospital at Montefiore, Bronx, NY and Swanson School of Engineering, Pittsburgh, PA?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.878898 40.880372)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.878898 40.880372)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-79.958626 40.443874)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-79.958626 40.443874)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 230.0, \"poi1_elevation_m\": 86.0, \"poi2_elevation_m\": 316.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Children's Hospital at Montefiore, Bronx, NY\", \"geo_wkt\": \"POINT (-73.878898 40.880372)\", \"poi\": {\"id\": 122363, \"geometry\": \"POINT (-73.878898 40.880372)\", \"poi_name\": \"Children's Hospital at Montefiore\", \"osm_id\": 2810045562, \"amenity\": \"hospital\", \"operator\": \"Montefiore Medical Center\", \"healthcare\": \"hospital\", \"wikidata\": \"Q30279893\", \"addr_state\": \"NY\", \"addr_city\": \"Bronx\", \"addr_postcode\": \"10467\", \"addr_street\": \"Bainbridge Avenue\", \"addr_housenumber\": \"3415\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Swanson School of Engineering, Pittsburgh, PA\", \"geo_wkt\": \"POINT (-79.958626 40.443874)\", \"poi\": {\"id\": 176365, \"geometry\": \"POINT (-79.958626 40.443874)\", \"poi_name\": \"Swanson School of Engineering\", \"osm_id\": 5258284133, \"amenity\": \"university\", \"operator\": \"University of Pittsburgh\", \"internet_access\": \"yes\", \"wikidata\": \"Q7653743\", \"addr_state\": \"PA\", \"addr_city\": \"Pittsburgh\", \"addr_postcode\": \"15213\", \"addr_street\": \"O'Hara Street\", \"addr_housenumber\": \"3700\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0016", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the magnitude of the elevation gap between Berry Campbell Gallery, New York, NY and Shanks Roadside Park, Shanks, WV?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.004016 40.749949)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.004016 40.749949)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.691404 39.316489)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-78.691404 39.316489)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 351.0, \"poi1_elevation_m\": 31.0, \"poi2_elevation_m\": 382.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Berry Campbell Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004016 40.749949)\", \"poi\": {\"id\": 26914, \"geometry\": \"POINT (-74.004016 40.749949)\", \"poi_name\": \"Berry Campbell Gallery\", \"osm_id\": 10859974142, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://berrycampbell.com\", \"phone\": \"+1-212-924-2178\", \"wikidata\": \"Q116312206\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"West 26th Street\", \"addr_housenumber\": \"524\"}}, \"[4]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Shanks Roadside Park, Shanks, WV\", \"geo_wkt\": \"POINT (-78.691404 39.316489)\", \"poi\": {\"id\": 252551, \"geometry\": \"POINT (-78.691404 39.316489)\", \"poi_name\": \"Shanks Roadside Park\", \"osm_id\": 356535107, \"leisure\": \"park\", \"wikidata\": \"Q31516586\", \"addr_state\": \"WV\", \"addr_city\": \"Shanks\", \"addr_postcode\": \"26761\", \"addr_street\": \"Northwestern Turnpike\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0017", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the absolute elevation difference between Canyonlands National Park, UT and Pace Gallery, New York, NY?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-109.984017 38.166652)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-109.984017 38.166652)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.004968 40.749576)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.004968 40.749576)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 1638.0, \"poi1_elevation_m\": 1666.0, \"poi2_elevation_m\": 28.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Canyonlands National Park, UT\", \"geo_wkt\": \"POINT (-109.984017 38.166652)\", \"poi\": {\"id\": 253191, \"geometry\": \"POINT (-109.984017 38.166652)\", \"poi_name\": \"Canyonlands National Park\", \"osm_id\": 356681150, \"leisure\": \"park\", \"website\": \"https://cliffsandcanyons.com/contact-us/\", \"wikidata\": \"Q541856\", \"addr_state\": \"UT\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Pace Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004968 40.749576)\", \"poi\": {\"id\": 14214, \"geometry\": \"POINT (-74.004968 40.749576)\", \"poi_name\": \"Pace Gallery\", \"osm_id\": 9470785217, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.pacegallery.com/galleries/new-york/\", \"phone\": \"+1-212-421-3292\", \"wikidata\": \"Q7121900\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"West 25th Street\", \"addr_housenumber\": \"540\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0018", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "What is the elevation difference between Huber's, Portland, OR and Eaton DC, Washington, DC?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.67483 45.520027)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.67483 45.520027)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.028462 38.902787)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.028462 38.902787)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 17.0, \"poi1_elevation_m\": 31.0, \"poi2_elevation_m\": 48.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Huber's, Portland, OR\", \"geo_wkt\": \"POINT (-122.67483 45.520027)\", \"poi\": {\"id\": 58201, \"geometry\": \"POINT (-122.67483 45.520027)\", \"poi_name\": \"Huber's\", \"osm_id\": 6503444852, \"amenity\": \"restaurant\", \"opening_hours\": \"Mo-Fr 11:30-24:00; Sa 00:00-01:00,11:30-24:00; Su 00:00-01:00,16:00-23:00\", \"website\": \"https://www.hubers.com/\", \"phone\": \"+1-503-228-5686\", \"wikidata\": \"Q7284154\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97204\", \"addr_street\": \"Southwest 3rd Avenue\", \"addr_housenumber\": \"411\"}}, \"[4]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Eaton DC, Washington, DC\", \"geo_wkt\": \"POINT (-77.028462 38.902787)\", \"poi\": {\"id\": 3452, \"geometry\": \"POINT (-77.028462 38.902787)\", \"poi_name\": \"Eaton DC\", \"osm_id\": 6372830485, \"tourism\": \"hotel\", \"phone\": \"+1-202-289-7600\", \"wikidata\": \"Q111888038\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_street\": \"K Street Northwest\", \"addr_housenumber\": \"1201\"}}}"} +{"id": "raster_only/elevation_diff+two_pois/0019", "template_id": "R3", "group": "raster_only", "template": "elevation_diff+two_pois", "question": "By how many meters do the elevations of Jemez State Monument, Jemez Springs, NM and Eleven Madison Park, New York, NY differ?", "sql": "WITH p1 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.68725 35.778228)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.68725 35.778228)',4326))\n LIMIT 1\n),\np2 AS (\n SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.98719 40.741598)',4326)) AS elev\n FROM public.dem_us d\n WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.98719 40.741598)',4326))\n LIMIT 1\n)\nSELECT\n ABS(p1.elev - p2.elev) AS elevation_difference_m,\n p1.elev AS poi1_elevation_m,\n p2.elev AS poi2_elevation_m\nFROM p1, p2;", "answer_type": "elevation difference", "answers": "[{\"elevation_difference_m\": 1877.0, \"poi1_elevation_m\": 1921.0, \"poi2_elevation_m\": 44.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jemez State Monument, Jemez Springs, NM\", \"geo_wkt\": \"POINT (-106.68725 35.778228)\", \"poi\": {\"id\": 257919, \"geometry\": \"POINT (-106.68725 35.778228)\", \"poi_name\": \"Jemez State Monument\", \"osm_id\": 357615343, \"leisure\": \"park\", \"wikidata\": \"Q6177135\", \"addr_state\": \"NM\", \"addr_city\": \"Jemez Springs\", \"addr_postcode\": \"87025\", \"addr_street\": \"NM 4\", \"addr_housenumber\": \"18160\"}}, \"[4]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Eleven Madison Park, New York, NY\", \"geo_wkt\": \"POINT (-73.98719 40.741598)\", \"poi\": {\"id\": 27449, \"geometry\": \"POINT (-73.98719 40.741598)\", \"poi_name\": \"Eleven Madison Park\", \"osm_id\": 3932353662, \"amenity\": \"restaurant\", \"cuisine\": \"french;american\", \"opening_hours\": \"Mo-We 17:30-22:00; Th-Su 12:00-13:00, 17:30-22:00\", \"website\": \"https://www.elevenmadisonpark.com/\", \"phone\": \"+1 212.889.0905\", \"wikidata\": \"Q5359767\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10010\", \"addr_street\": \"Madison Avenue\", \"addr_housenumber\": \"11\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0000", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Ted's Restaurant Steamed Cheeseburgers, Meriden, CT sit higher than 100 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.783301 41.546876)',4326)) > 100\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.783301 41.546876)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.783301 41.546876)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 54.0}]", "question_entities": "{\"[2]\": {\"elevation\": 100}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Ted's Restaurant Steamed Cheeseburgers, Meriden, CT\", \"geo_wkt\": \"POINT (-72.783301 41.546876)\", \"poi\": {\"id\": 28241, \"geometry\": \"POINT (-72.783301 41.546876)\", \"poi_name\": \"Ted's Restaurant Steamed Cheeseburgers\", \"osm_id\": 3989381568, \"amenity\": \"restaurant\", \"cuisine\": \"burger\", \"opening_hours\": \"Mo-We 11:00-21:00; Th-Sa 11:00-22:00; Su 11:00-21:00\", \"website\": \"https://www.tedsrestaurant.com/\", \"phone\": \"+1 203 2376660\", \"takeaway\": \"yes\", \"wikidata\": \"Q7692932\", \"addr_state\": \"CT\", \"addr_city\": \"Meriden\", \"addr_postcode\": \"06450\", \"addr_street\": \"Broad Street\", \"addr_housenumber\": \"1046\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0001", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is the elevation at Harvard Graduate School of Education, Cambridge, MA greater than 460 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) > 460\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.121891 42.375395)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 15.0}]", "question_entities": "{\"[2]\": {\"elevation\": 460}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Harvard Graduate School of Education, Cambridge, MA\", \"geo_wkt\": \"POINT (-71.121891 42.375395)\", \"poi\": {\"id\": 152549, \"geometry\": \"POINT (-71.121891 42.375395)\", \"poi_name\": \"Harvard Graduate School of Education\", \"osm_id\": 9444773346, \"amenity\": \"university\", \"operator\": \"Harvard University\", \"wikidata\": \"Q14715517\", \"addr_state\": \"MA\", \"addr_city\": \"Cambridge\", \"addr_postcode\": \"02138\", \"addr_street\": \"Appian Way\", \"addr_housenumber\": \"13\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0002", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Bonnie Lure State Park, OR above the 480-meter elevation mark?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.376642 45.350384)',4326)) > 480\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.376642 45.350384)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.376642 45.350384)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 68.0}]", "question_entities": "{\"[2]\": {\"elevation\": 480}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0003", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Rhode Island Hospital, Providence, RI sit higher than 280 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.409129 41.811862)',4326)) > 280\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.409129 41.811862)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.409129 41.811862)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 16.0}]", "question_entities": "{\"[2]\": {\"elevation\": 280}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rhode Island Hospital, Providence, RI\", \"geo_wkt\": \"POINT (-71.409129 41.811862)\", \"poi\": {\"id\": 227085, \"geometry\": \"POINT (-71.409129 41.811862)\", \"poi_name\": \"Rhode Island Hospital\", \"osm_id\": 357258005, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Lifespan\", \"website\": \"https://www.rhodeislandhospital.org/\", \"phone\": \"+1 401 444 4000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7320925\", \"addr_state\": \"RI\", \"addr_city\": \"Providence\", \"addr_postcode\": \"02903\", \"addr_street\": \"Eddy Street\", \"addr_housenumber\": \"593\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0004", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Fort DuPont State Park, Delaware City, DE at an elevation above 20 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) > 20\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.580795 39.573261)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 5.0}]", "question_entities": "{\"[2]\": {\"elevation\": 20}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Fort DuPont State Park, Delaware City, DE\", \"geo_wkt\": \"POINT (-75.580795 39.573261)\", \"poi\": {\"id\": 247256, \"geometry\": \"POINT (-75.580795 39.573261)\", \"poi_name\": \"Fort DuPont State Park\", \"osm_id\": 4689054657, \"leisure\": \"park\", \"description\": \"Historic Fort DuPont, established in 1861. Nature trail along Delaware River bunkers, gun batteries, wildlife, nature trail, parking\", \"wikidata\": \"Q5471094\", \"addr_state\": \"DE\", \"addr_city\": \"Delaware City\", \"addr_postcode\": \"19706\", \"addr_street\": \"Old Battery Lane\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0005", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Maryvale Baseball Park, Phoenix, AZ above the 240-meter elevation mark?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-112.173653 33.489497)',4326)) > 240\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-112.173653 33.489497)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-112.173653 33.489497)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"yes\", \"elevation_m\": 335.0}]", "question_entities": "{\"[2]\": {\"elevation\": 240}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Maryvale Baseball Park, Phoenix, AZ\", \"geo_wkt\": \"POINT (-112.173653 33.489497)\", \"poi\": {\"id\": 250172, \"geometry\": \"POINT (-112.173653 33.489497)\", \"poi_name\": \"Maryvale Baseball Park\", \"osm_id\": 3136386495, \"leisure\": \"park\", \"wikidata\": \"Q6781782\", \"addr_state\": \"AZ\", \"addr_city\": \"Phoenix\", \"addr_postcode\": \"85031\", \"addr_street\": \"North 51st Avenue\", \"addr_housenumber\": \"3600\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0006", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Tusculum University Historical District, Greeneville, TN exceed 280 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) > 280\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"yes\", \"elevation_m\": 437.0}]", "question_entities": "{\"[2]\": {\"elevation\": 280}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0007", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Courthouse Square Park, OR more than 440 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) > 440\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.076491 45.221228)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 49.0}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0008", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Tewksbury Hospital, Tewksbury, MA above the 380-meter elevation mark?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) > 380\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.21808 42.606947)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 46.0}]", "question_entities": "{\"[2]\": {\"elevation\": 380}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Tewksbury Hospital, Tewksbury, MA\", \"geo_wkt\": \"POINT (-71.21808 42.606947)\", \"poi\": {\"id\": 44995, \"geometry\": \"POINT (-71.21808 42.606947)\", \"poi_name\": \"Tewksbury Hospital\", \"osm_id\": 257489501, \"amenity\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q7707206\", \"addr_state\": \"MA\", \"addr_city\": \"Tewksbury\", \"addr_street\": \"East Street\", \"addr_housenumber\": \"365\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0009", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Portland City Grill, Portland, OR exceed 120 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.675993 45.522611)',4326)) > 120\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.675993 45.522611)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.675993 45.522611)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 23.0}]", "question_entities": "{\"[2]\": {\"elevation\": 120}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Portland City Grill, Portland, OR\", \"geo_wkt\": \"POINT (-122.675993 45.522611)\", \"poi\": {\"id\": 30894, \"geometry\": \"POINT (-122.675993 45.522611)\", \"poi_name\": \"Portland City Grill\", \"osm_id\": 4106707895, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Fr 11:00-24:00; Sa 00:00-01:00,16:00-24:00; Su 00:00-01:00,12:00-23:00\", \"website\": \"http://www.portlandcitygrill.com/\", \"phone\": \"+1-503-450-0030\", \"wikidata\": \"Q7231899\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97204\", \"addr_street\": \"Southwest 5th Avenue\", \"addr_housenumber\": \"111\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0010", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is the elevation at Mount Hope Estate, Manheim, PA greater than 220 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-76.429747 40.227758)',4326)) > 220\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-76.429747 40.227758)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-76.429747 40.227758)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 173.0}]", "question_entities": "{\"[2]\": {\"elevation\": 220}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Mount Hope Estate, Manheim, PA\", \"geo_wkt\": \"POINT (-76.429747 40.227758)\", \"poi\": {\"id\": 20447, \"geometry\": \"POINT (-76.429747 40.227758)\", \"poi_name\": \"Mount Hope Estate\", \"osm_id\": 3102603200, \"tourism\": \"attraction\", \"website\": \"https://mounthope.estate/store/\", \"phone\": \"(717) 665-7021\", \"wikidata\": \"Q6921302\", \"addr_state\": \"PA\", \"addr_city\": \"Manheim\", \"addr_postcode\": \"17545\", \"addr_street\": \"Lebanon Road\", \"addr_housenumber\": \"2775\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0011", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does Strafford Village Historic District, VT sit higher than 500 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) > 500\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.377447 43.866048)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 277.0}]", "question_entities": "{\"[2]\": {\"elevation\": 500}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Strafford Village Historic District, VT\", \"geo_wkt\": \"POINT (-72.377447 43.866048)\", \"poi\": {\"id\": 252814, \"geometry\": \"POINT (-72.377447 43.866048)\", \"poi_name\": \"Strafford Village Historic District\", \"osm_id\": 356557755, \"leisure\": \"park\", \"historic\": \"heritage\", \"wikidata\": \"Q28153353\", \"addr_state\": \"VT\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0012", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Harvard Graduate School of Education, Cambridge, MA at an elevation above 60 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) > 60\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.121891 42.375395)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 15.0}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Harvard Graduate School of Education, Cambridge, MA\", \"geo_wkt\": \"POINT (-71.121891 42.375395)\", \"poi\": {\"id\": 152549, \"geometry\": \"POINT (-71.121891 42.375395)\", \"poi_name\": \"Harvard Graduate School of Education\", \"osm_id\": 9444773346, \"amenity\": \"university\", \"operator\": \"Harvard University\", \"wikidata\": \"Q14715517\", \"addr_state\": \"MA\", \"addr_city\": \"Cambridge\", \"addr_postcode\": \"02138\", \"addr_street\": \"Appian Way\", \"addr_housenumber\": \"13\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0013", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is the elevation at Good Samaritan Hospital, Vincennes, IN greater than 320 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) > 320\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.53358 38.672428)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 126.0}]", "question_entities": "{\"[2]\": {\"elevation\": 320}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Good Samaritan Hospital, Vincennes, IN\", \"geo_wkt\": \"POINT (-87.53358 38.672428)\", \"poi\": {\"id\": 69383, \"geometry\": \"POINT (-87.53358 38.672428)\", \"poi_name\": \"Good Samaritan Hospital\", \"osm_id\": 3821320364, \"amenity\": \"hospital\", \"wheelchair\": \"yes\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q5582915\", \"addr_state\": \"IN\", \"addr_city\": \"Vincennes\", \"addr_postcode\": \"47591\", \"addr_street\": \"South 7th Street\", \"addr_housenumber\": \"520\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0014", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Silas Condict County Park, Kinnelon, NJ at an elevation above 440 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) > 440\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.38466 41.004704)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 253.0}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Silas Condict County Park, Kinnelon, NJ\", \"geo_wkt\": \"POINT (-74.38466 41.004704)\", \"poi\": {\"id\": 249280, \"geometry\": \"POINT (-74.38466 41.004704)\", \"poi_name\": \"Silas Condict County Park\", \"osm_id\": 5140202721, \"leisure\": \"park\", \"operator\": \"Morris County Park Commission\", \"wikidata\": \"Q34861408\", \"addr_state\": \"NJ\", \"addr_city\": \"Kinnelon\", \"addr_postcode\": \"07405\", \"addr_street\": \"Kinnelon Road\", \"addr_housenumber\": \"100\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0015", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Does New Mexico Highlands University, Las Vegas, NM sit higher than 200 meters above sea level?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.221648 35.597175)',4326)) > 200\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.221648 35.597175)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.221648 35.597175)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"yes\", \"elevation_m\": 1982.0}]", "question_entities": "{\"[2]\": {\"elevation\": 200}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"New Mexico Highlands University, Las Vegas, NM\", \"geo_wkt\": \"POINT (-105.221648 35.597175)\", \"poi\": {\"id\": 227126, \"geometry\": \"POINT (-105.221648 35.597175)\", \"poi_name\": \"New Mexico Highlands University\", \"osm_id\": 357574967, \"amenity\": \"university\", \"wheelchair\": \"limited\", \"website\": \"https://www.nmhu.edu/\", \"phone\": \"+1 877 850 9064\", \"wikidata\": \"Q7010189\", \"addr_state\": \"NM\", \"addr_city\": \"Las Vegas\", \"addr_postcode\": \"87701\", \"addr_street\": \"University Avenue\", \"addr_housenumber\": \"800\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0016", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Regional Mental Health Center - Strawhun Center, Merrillville, IN at an elevation above 380 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.363564 41.463382)',4326)) > 380\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.363564 41.463382)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.363564 41.463382)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 201.0}]", "question_entities": "{\"[2]\": {\"elevation\": 380}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Regional Mental Health Center - Strawhun Center, Merrillville, IN\", \"geo_wkt\": \"POINT (-87.363564 41.463382)\", \"poi\": {\"id\": 227286, \"geometry\": \"POINT (-87.363564 41.463382)\", \"poi_name\": \"Regional Mental Health Center - Strawhun Center\", \"osm_id\": 358677260, \"amenity\": \"hospital\", \"operator\": \"Regional Mental Health Center\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q87932094\", \"addr_state\": \"IN\", \"addr_city\": \"Merrillville\", \"addr_postcode\": \"46410\", \"addr_street\": \"Taft Street\", \"addr_housenumber\": \"8555\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0017", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Catawba County Historical Museum, Newton, NC at an elevation above 420 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.221948 35.663044)',4326)) > 420\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.221948 35.663044)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.221948 35.663044)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 307.0}]", "question_entities": "{\"[2]\": {\"elevation\": 420}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Catawba County Historical Museum, Newton, NC\", \"geo_wkt\": \"POINT (-81.221948 35.663044)\", \"poi\": {\"id\": 868, \"geometry\": \"POINT (-81.221948 35.663044)\", \"poi_name\": \"Catawba County Historical Museum\", \"osm_id\": 4134015698, \"tourism\": \"museum\", \"opening_hours\": \"Tu-Fr 09:00-16:00\", \"website\": \"https://www.catawbahistory.org/our-sites/history-museum-of-catawba-county\", \"wikidata\": \"Q18148844\", \"addr_state\": \"NC\", \"addr_city\": \"Newton\", \"addr_postcode\": \"28658\", \"addr_street\": \"North College Avenue\", \"addr_housenumber\": \"30\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0018", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is Hilton, Brooklyn, NY at an elevation above 80 meters?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.987961 40.689544)',4326)) > 80\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.987961 40.689544)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.987961 40.689544)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 21.0}]", "question_entities": "{\"[2]\": {\"elevation\": 80}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Hilton, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.987961 40.689544)\", \"poi\": {\"id\": 16175, \"geometry\": \"POINT (-73.987961 40.689544)\", \"poi_name\": \"Hilton\", \"osm_id\": 5043356681, \"tourism\": \"hotel\", \"website\": \"https://www3.hilton.com/en/hotels/new-york/hilton-brooklyn-new-york-NYCBSHH/\", \"phone\": \"+1-718-834-8800\", \"wikidata\": \"Q111395087\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_postcode\": \"11201\", \"addr_street\": \"Schermerhorn Street\", \"addr_housenumber\": \"140\"}}}"} +{"id": "raster_only/elevation_threshold+poi/0019", "template_id": "R4", "group": "raster_only", "template": "elevation_threshold+poi", "question": "Is The Henry Norman Hotel, Brooklyn, NY more than 260 meters in elevation?", "sql": "SELECT\n CASE\n WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) > 260\n THEN 'yes' ELSE 'no'\n END AS answer,\n ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) AS elevation_m\nFROM public.dem_us d\nWHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.944251 40.728028)',4326))\nLIMIT 1;", "answer_type": "yes-no", "answers": "[{\"answer\": \"no\", \"elevation_m\": 20.0}]", "question_entities": "{\"[2]\": {\"elevation\": 260}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Henry Norman Hotel, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.944251 40.728028)\", \"poi\": {\"id\": 1912, \"geometry\": \"POINT (-73.944251 40.728028)\", \"poi_name\": \"The Henry Norman Hotel\", \"osm_id\": 7026934319, \"tourism\": \"hotel\", \"website\": \"https://henrynormanhotel.com\", \"internet_access\": \"yes\", \"phone\": \"+1-718-804-5845\", \"wikidata\": \"Q111395098\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_street\": \"North Henry Street\", \"addr_housenumber\": \"251\"}}}"} +{"id": "raster_only/slope+poi/0000", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the gradient of the terrain at Reptile Gardens, Rapid City, SD?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-103.271398 43.990679)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.646209716796875}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Reptile Gardens, Rapid City, SD\", \"geo_wkt\": \"POINT (-103.271398 43.990679)\", \"poi\": {\"id\": 11121, \"geometry\": \"POINT (-103.271398 43.990679)\", \"poi_name\": \"Reptile Gardens\", \"osm_id\": 2897438619, \"tourism\": \"attraction\", \"website\": \"https://www.reptilegardens.com/\", \"wikidata\": \"Q3427461\", \"addr_state\": \"SD\", \"addr_city\": \"Rapid City\", \"addr_postcode\": \"57702\", \"addr_street\": \"South Highway 16\", \"addr_housenumber\": \"8955\"}}}"} +{"id": "raster_only/slope+poi/0001", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Jesse Owens State Park, OH?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.731108 39.734554)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 12.281956672668457}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jesse Owens State Park, OH\", \"geo_wkt\": \"POINT (-81.731108 39.734554)\", \"poi\": {\"id\": 246530, \"geometry\": \"POINT (-81.731108 39.734554)\", \"poi_name\": \"Jesse Owens State Park\", \"osm_id\": 9891605872, \"leisure\": \"park\", \"website\": \"https://ohiodnr.gov/go-and-do/plan-a-visit/find-a-property/jesse-owens-state-park\", \"wikidata\": \"Q113119233\", \"addr_state\": \"OH\"}}}"} +{"id": "raster_only/slope+poi/0002", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Cafe Boulud, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.963954 40.77439)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 8.24396800994873}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Cafe Boulud, New York, NY\", \"geo_wkt\": \"POINT (-73.963954 40.77439)\", \"poi\": {\"id\": 56246, \"geometry\": \"POINT (-73.963954 40.77439)\", \"poi_name\": \"Cafe Boulud\", \"osm_id\": 6418373475, \"amenity\": \"restaurant\", \"cuisine\": \"french\", \"website\": \"https://www.cafeboulud.com/nyc/\", \"phone\": \"+1-212-772-2600\", \"wikidata\": \"Q5017226\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10021\", \"addr_street\": \"East 76th Street\", \"addr_housenumber\": \"20\"}}}"} +{"id": "raster_only/slope+poi/0003", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "How sharply does the terrain incline at Tusculum University Historical District, Greeneville, TN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.760985 36.173714)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 14.772382736206055}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}}"} +{"id": "raster_only/slope+poi/0004", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Rhode Island Hospital, Providence, RI?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.409129 41.811862)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.2941222190856934}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rhode Island Hospital, Providence, RI\", \"geo_wkt\": \"POINT (-71.409129 41.811862)\", \"poi\": {\"id\": 227085, \"geometry\": \"POINT (-71.409129 41.811862)\", \"poi_name\": \"Rhode Island Hospital\", \"osm_id\": 357258005, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Lifespan\", \"website\": \"https://www.rhodeislandhospital.org/\", \"phone\": \"+1 401 444 4000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7320925\", \"addr_state\": \"RI\", \"addr_city\": \"Providence\", \"addr_postcode\": \"02903\", \"addr_street\": \"Eddy Street\", \"addr_housenumber\": \"593\"}}}"} +{"id": "raster_only/slope+poi/0005", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Tewksbury Hospital, Tewksbury, MA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.21808 42.606947)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.037553310394287}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Tewksbury Hospital, Tewksbury, MA\", \"geo_wkt\": \"POINT (-71.21808 42.606947)\", \"poi\": {\"id\": 44995, \"geometry\": \"POINT (-71.21808 42.606947)\", \"poi_name\": \"Tewksbury Hospital\", \"osm_id\": 257489501, \"amenity\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q7707206\", \"addr_state\": \"MA\", \"addr_city\": \"Tewksbury\", \"addr_street\": \"East Street\", \"addr_housenumber\": \"365\"}}}"} +{"id": "raster_only/slope+poi/0006", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at Palisade, Seattle, WA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.391516 47.63038)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.3425774574279785}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Palisade, Seattle, WA\", \"geo_wkt\": \"POINT (-122.391516 47.63038)\", \"poi\": {\"id\": 43512, \"geometry\": \"POINT (-122.391516 47.63038)\", \"poi_name\": \"Palisade\", \"osm_id\": 928699079, \"amenity\": \"restaurant\", \"website\": \"https://www.palisaderestaurant.com/\", \"wikidata\": \"Q114451594\", \"addr_state\": \"WA\", \"addr_city\": \"Seattle\", \"addr_postcode\": \"98199\", \"addr_street\": \"West Marina Place\", \"addr_housenumber\": \"2601\"}}}"} +{"id": "raster_only/slope+poi/0007", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Florida Botanical Garden, Largo, FL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.808431 27.883426)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.39579963684082}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Florida Botanical Garden, Largo, FL\", \"geo_wkt\": \"POINT (-82.808431 27.883426)\", \"poi\": {\"id\": 247212, \"geometry\": \"POINT (-82.808431 27.883426)\", \"poi_name\": \"Florida Botanical Garden\", \"osm_id\": 4641286338, \"leisure\": \"park\", \"wikidata\": \"Q7734512\", \"addr_state\": \"FL\", \"addr_city\": \"Largo\", \"addr_postcode\": \"33774\", \"addr_street\": \"Ulmerton Road\", \"addr_housenumber\": \"12520\"}}}"} +{"id": "raster_only/slope+poi/0008", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at Pace Gallery, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.004968 40.749576)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 12.425244331359863}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Pace Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004968 40.749576)\", \"poi\": {\"id\": 14214, \"geometry\": \"POINT (-74.004968 40.749576)\", \"poi_name\": \"Pace Gallery\", \"osm_id\": 9470785217, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.pacegallery.com/galleries/new-york/\", \"phone\": \"+1-212-421-3292\", \"wikidata\": \"Q7121900\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"West 25th Street\", \"addr_housenumber\": \"540\"}}}"} +{"id": "raster_only/slope+poi/0009", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at Bonnie Lure State Park, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 7.032797336578369}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/slope+poi/0010", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "How steep is the terrain at Robert Morris University Illinois—Peoria Campus, Peoria, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.590248 40.690162)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 12.98060131072998}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Robert Morris University Illinois—Peoria Campus, Peoria, IL\", \"geo_wkt\": \"POINT (-89.590248 40.690162)\", \"poi\": {\"id\": 85584, \"geometry\": \"POINT (-89.590248 40.690162)\", \"poi_name\": \"Robert Morris University Illinois—Peoria Campus\", \"osm_id\": 6202521229, \"amenity\": \"university\", \"operator\": \"Robert Morris University Illinois\", \"website\": \"https://robertmorris.edu/peoria/\", \"phone\": \"+1 309 636 8600\", \"wikidata\": \"Q7347822\", \"addr_state\": \"IL\", \"addr_city\": \"Peoria\", \"addr_postcode\": \"61602\", \"addr_street\": \"Fulton Street\", \"addr_housenumber\": \"211\"}}}"} +{"id": "raster_only/slope+poi/0011", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "How steep is the terrain at Catawba County Historical Museum, Newton, NC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.221948 35.663044)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.483865976333618}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Catawba County Historical Museum, Newton, NC\", \"geo_wkt\": \"POINT (-81.221948 35.663044)\", \"poi\": {\"id\": 868, \"geometry\": \"POINT (-81.221948 35.663044)\", \"poi_name\": \"Catawba County Historical Museum\", \"osm_id\": 4134015698, \"tourism\": \"museum\", \"opening_hours\": \"Tu-Fr 09:00-16:00\", \"website\": \"https://www.catawbahistory.org/our-sites/history-museum-of-catawba-county\", \"wikidata\": \"Q18148844\", \"addr_state\": \"NC\", \"addr_city\": \"Newton\", \"addr_postcode\": \"28658\", \"addr_street\": \"North College Avenue\", \"addr_housenumber\": \"30\"}}}"} +{"id": "raster_only/slope+poi/0012", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What slope angle does the surface have at Rockton Historic District, Rockton, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.072332 42.453627)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.6402469873428345}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Rockton Historic District, Rockton, IL\", \"geo_wkt\": \"POINT (-89.072332 42.453627)\", \"poi\": {\"id\": 251549, \"geometry\": \"POINT (-89.072332 42.453627)\", \"poi_name\": \"Rockton Historic District\", \"osm_id\": 354231850, \"leisure\": \"park\", \"historic\": \"district\", \"wikidata\": \"Q26813714\", \"addr_state\": \"IL\", \"addr_city\": \"Rockton\", \"addr_postcode\": \"61072\", \"addr_street\": \"North Blackhawk Boulevard\"}}}"} +{"id": "raster_only/slope+poi/0013", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the gradient of the terrain at The Henry Norman Hotel, Brooklyn, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.944251 40.728028)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.200141668319702}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The Henry Norman Hotel, Brooklyn, NY\", \"geo_wkt\": \"POINT (-73.944251 40.728028)\", \"poi\": {\"id\": 1912, \"geometry\": \"POINT (-73.944251 40.728028)\", \"poi_name\": \"The Henry Norman Hotel\", \"osm_id\": 7026934319, \"tourism\": \"hotel\", \"website\": \"https://henrynormanhotel.com\", \"internet_access\": \"yes\", \"phone\": \"+1-718-804-5845\", \"wikidata\": \"Q111395098\", \"addr_state\": \"NY\", \"addr_city\": \"Brooklyn\", \"addr_street\": \"North Henry Street\", \"addr_housenumber\": \"251\"}}}"} +{"id": "raster_only/slope+poi/0014", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "How sharply does the terrain incline at Twin Oaks, Washington, DC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.063126 38.932122)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 8.070538520812988}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Twin Oaks, Washington, DC\", \"geo_wkt\": \"POINT (-77.063126 38.932122)\", \"poi\": {\"id\": 6698, \"geometry\": \"POINT (-77.063126 38.932122)\", \"poi_name\": \"Twin Oaks\", \"osm_id\": 5736540221, \"tourism\": \"attraction\", \"opening_hours\": \"Mo-Fr 09:00-17:00\", \"phone\": \"+1 202-363-6855\", \"wikidata\": \"Q7858247\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_street\": \"Woodley Road Northwest\", \"addr_housenumber\": \"3220\"}}}"} +{"id": "raster_only/slope+poi/0015", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the gradient of the terrain at Swanson School of Engineering, Pittsburgh, PA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-79.958626 40.443874)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 10.39016342163086}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Swanson School of Engineering, Pittsburgh, PA\", \"geo_wkt\": \"POINT (-79.958626 40.443874)\", \"poi\": {\"id\": 176365, \"geometry\": \"POINT (-79.958626 40.443874)\", \"poi_name\": \"Swanson School of Engineering\", \"osm_id\": 5258284133, \"amenity\": \"university\", \"operator\": \"University of Pittsburgh\", \"internet_access\": \"yes\", \"wikidata\": \"Q7653743\", \"addr_state\": \"PA\", \"addr_city\": \"Pittsburgh\", \"addr_postcode\": \"15213\", \"addr_street\": \"O'Hara Street\", \"addr_housenumber\": \"3700\"}}}"} +{"id": "raster_only/slope+poi/0016", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Fort DuPont State Park, Delaware City, DE?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-75.580795 39.573261)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.4671616554260254}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Fort DuPont State Park, Delaware City, DE\", \"geo_wkt\": \"POINT (-75.580795 39.573261)\", \"poi\": {\"id\": 247256, \"geometry\": \"POINT (-75.580795 39.573261)\", \"poi_name\": \"Fort DuPont State Park\", \"osm_id\": 4689054657, \"leisure\": \"park\", \"description\": \"Historic Fort DuPont, established in 1861. Nature trail along Delaware River bunkers, gun batteries, wildlife, nature trail, parking\", \"wikidata\": \"Q5471094\", \"addr_state\": \"DE\", \"addr_city\": \"Delaware City\", \"addr_postcode\": \"19706\", \"addr_street\": \"Old Battery Lane\"}}}"} +{"id": "raster_only/slope+poi/0017", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at New York University School of Law, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.999408 40.730677)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.94507098197937}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"New York University School of Law, New York, NY\", \"geo_wkt\": \"POINT (-73.999408 40.730677)\", \"poi\": {\"id\": 104772, \"geometry\": \"POINT (-73.999408 40.730677)\", \"poi_name\": \"New York University School of Law\", \"osm_id\": 4738808806, \"amenity\": \"university\", \"wheelchair\": \"yes\", \"operator\": \"New York University\", \"wikidata\": \"Q846173\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10012\", \"addr_street\": \"Washington Square South\", \"addr_housenumber\": \"40\"}}}"} +{"id": "raster_only/slope+poi/0018", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the terrain slope in degrees at WORKS/San José, San Jose, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-121.887315 37.329661)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 7.7521233558654785}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"WORKS/San José, San Jose, CA\", \"geo_wkt\": \"POINT (-121.887315 37.329661)\", \"poi\": {\"id\": 25522, \"geometry\": \"POINT (-121.887315 37.329661)\", \"poi_name\": \"WORKS/San José\", \"osm_id\": 10052566494, \"tourism\": \"gallery\", \"wikidata\": \"Q106986491\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_street\": \"South Market Street\", \"addr_housenumber\": \"365\"}}}"} +{"id": "raster_only/slope+poi/0019", "template_id": "R5", "group": "raster_only", "template": "slope+poi", "question": "What is the slope of the ground at Bryant-Lake Bowl, Minneapolis, MN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-93.290136 44.9485)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\nslope_rast AS (\n SELECT ST_Slope(rast, 1, '32BF', 'DEGREES', 111120) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(s.rast, 1, o.pt) AS slope_degrees\nFROM slope_rast s, origin o;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.295743942260742}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Bryant-Lake Bowl, Minneapolis, MN\", \"geo_wkt\": \"POINT (-93.290136 44.9485)\", \"poi\": {\"id\": 193768, \"geometry\": \"POINT (-93.290136 44.9485)\", \"poi_name\": \"Bryant-Lake Bowl\", \"osm_id\": 550910340, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"description\": \"Funky alley & bar hosts DJs plus music & theater performers while serving a simple American menu.\", \"sport\": \"10pin\", \"website\": \"https://www.bryantlakebowl.com/\", \"wikidata\": \"Q4980544\", \"addr_state\": \"MN\", \"addr_city\": \"Minneapolis\", \"addr_postcode\": \"55408\", \"addr_street\": \"West Lake Street\", \"addr_housenumber\": \"810\"}}}"} +{"id": "raster_only/aspect+poi/0000", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the slope orientation in degrees at Tina Kim Gallery, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.006345 40.747055)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 315.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Tina Kim Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.006345 40.747055)\", \"poi\": {\"id\": 27021, \"geometry\": \"POINT (-74.006345 40.747055)\", \"poi_name\": \"Tina Kim Gallery\", \"osm_id\": 10873196735, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://www.tinakimgallery.com\", \"phone\": \"+1-212-716-1100\", \"wikidata\": \"Q16901731\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 21st Street\", \"addr_housenumber\": \"525\"}}}"} +{"id": "raster_only/aspect+poi/0001", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "At how many degrees from north does the surface point at Hyak Park, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.160374 44.638732)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 53.130104064941406}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Hyak Park, OR\", \"geo_wkt\": \"POINT (-123.160374 44.638732)\", \"poi\": {\"id\": 255954, \"geometry\": \"POINT (-123.160374 44.638732)\", \"poi_name\": \"Hyak Park\", \"osm_id\": 357349809, \"leisure\": \"park\", \"operator\": \"Benton County\", \"website\": \"https://www.co.benton.or.us/parks/page/hyak-park\", \"wikidata\": \"Q49504368\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/aspect+poi/0002", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Oregon Film Museum, Astoria, OR face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.835493 46.188544)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 36.25383758544922}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Oregon Film Museum, Astoria, OR\", \"geo_wkt\": \"POINT (-123.835493 46.188544)\", \"poi\": {\"id\": 7456, \"geometry\": \"POINT (-123.835493 46.188544)\", \"poi_name\": \"Oregon Film Museum\", \"osm_id\": 5962090573, \"tourism\": \"museum\", \"fee\": \"fee\", \"opening_hours\": \"May-Sep 10:00-17:00; Oct-Apr 10:00-16:00\", \"website\": \"https://astoriamuseums.org/explore/oregon-film-museum/\", \"wikidata\": \"Q7101207\", \"addr_state\": \"OR\", \"addr_city\": \"Astoria\", \"addr_postcode\": \"97103\", \"addr_street\": \"Duane Street\", \"addr_housenumber\": \"732\"}}}"} +{"id": "raster_only/aspect+poi/0003", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the terrain aspect angle at East End Park, Frostburg, MD?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-78.918865 39.651391)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 217.87498474121094}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"East End Park, Frostburg, MD\", \"geo_wkt\": \"POINT (-78.918865 39.651391)\", \"poi\": {\"id\": 261162, \"geometry\": \"POINT (-78.918865 39.651391)\", \"poi_name\": \"East End Park\", \"osm_id\": 358252199, \"leisure\": \"park\", \"wikidata\": \"Q49485107\", \"addr_state\": \"MD\", \"addr_city\": \"Frostburg\", \"addr_street\": \"Cemetary Road\"}}}"} +{"id": "raster_only/aspect+poi/0004", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the terrain aspect angle at Jemez State Monument, Jemez Springs, NM?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.68725 35.778228)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 174.80557250976562}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jemez State Monument, Jemez Springs, NM\", \"geo_wkt\": \"POINT (-106.68725 35.778228)\", \"poi\": {\"id\": 257919, \"geometry\": \"POINT (-106.68725 35.778228)\", \"poi_name\": \"Jemez State Monument\", \"osm_id\": 357615343, \"leisure\": \"park\", \"wikidata\": \"Q6177135\", \"addr_state\": \"NM\", \"addr_city\": \"Jemez Springs\", \"addr_postcode\": \"87025\", \"addr_street\": \"NM 4\", \"addr_housenumber\": \"18160\"}}}"} +{"id": "raster_only/aspect+poi/0005", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Catawba County Historical Museum, Newton, NC face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.221948 35.663044)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 273.8140869140625}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Catawba County Historical Museum, Newton, NC\", \"geo_wkt\": \"POINT (-81.221948 35.663044)\", \"poi\": {\"id\": 868, \"geometry\": \"POINT (-81.221948 35.663044)\", \"poi_name\": \"Catawba County Historical Museum\", \"osm_id\": 4134015698, \"tourism\": \"museum\", \"opening_hours\": \"Tu-Fr 09:00-16:00\", \"website\": \"https://www.catawbahistory.org/our-sites/history-museum-of-catawba-county\", \"wikidata\": \"Q18148844\", \"addr_state\": \"NC\", \"addr_city\": \"Newton\", \"addr_postcode\": \"28658\", \"addr_street\": \"North College Avenue\", \"addr_housenumber\": \"30\"}}}"} +{"id": "raster_only/aspect+poi/0006", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "In what direction does the terrain face at Fort Steuben, Steubenville, OH, measured in degrees from north?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-80.613308 40.357934)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 171.86990356445312}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Fort Steuben, Steubenville, OH\", \"geo_wkt\": \"POINT (-80.613308 40.357934)\", \"poi\": {\"id\": 1317, \"geometry\": \"POINT (-80.613308 40.357934)\", \"poi_name\": \"Fort Steuben\", \"osm_id\": 4239526821, \"historic\": \"fort\", \"tourism\": \"attraction\", \"website\": \"https://www.oldfortsteuben.com/\", \"wikidata\": \"Q5472108\", \"addr_state\": \"OH\", \"addr_city\": \"Steubenville\", \"addr_postcode\": \"43952\", \"addr_street\": \"South 3rd Street\", \"addr_housenumber\": \"120\"}}}"} +{"id": "raster_only/aspect+poi/0007", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Sikorsky HH-52A Seaguard, Mobile, AL face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-88.016862 30.682417)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 45.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Sikorsky HH-52A Seaguard, Mobile, AL\", \"geo_wkt\": \"POINT (-88.016862 30.682417)\", \"poi\": {\"id\": 16704, \"geometry\": \"POINT (-88.016862 30.682417)\", \"poi_name\": \"Sikorsky HH-52A Seaguard\", \"osm_id\": 5263602764, \"historic\": \"aircraft\", \"tourism\": \"attraction\", \"operator\": \"Battleship Memorial Park\", \"website\": \"https://www.history.uscg.mil/browse-by-topic/Aviation/Article/2390838/sikorsky-hh-52a-seaguard/\", \"wikidata\": \"Q2164371\", \"addr_state\": \"AL\", \"addr_city\": \"Mobile\", \"addr_postcode\": \"36602\", \"addr_street\": \"Battleship Parkway\", \"addr_housenumber\": \"2703\"}}}"} +{"id": "raster_only/aspect+poi/0008", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Oyster, Washington, DC face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.023093 38.909352)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 119.05460357666016}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Oyster Oyster, Washington, DC\", \"geo_wkt\": \"POINT (-77.023093 38.909352)\", \"poi\": {\"id\": 37582, \"geometry\": \"POINT (-77.023093 38.909352)\", \"poi_name\": \"Oyster Oyster\", \"osm_id\": 8203806929, \"amenity\": \"restaurant\", \"cuisine\": \"regional;american;local\", \"opening_hours\": \"Tu-Sa 17:30-20:30\", \"website\": \"https://www.oysteroysterdc.com/\", \"wikidata\": \"Q113001580\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20001\", \"addr_street\": \"8th Street Northwest\", \"addr_housenumber\": \"1440\"}}}"} +{"id": "raster_only/aspect+poi/0009", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "In what direction does the terrain face at Eaton DC, Washington, DC, measured in degrees from north?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.028462 38.902787)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 135.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Eaton DC, Washington, DC\", \"geo_wkt\": \"POINT (-77.028462 38.902787)\", \"poi\": {\"id\": 3452, \"geometry\": \"POINT (-77.028462 38.902787)\", \"poi_name\": \"Eaton DC\", \"osm_id\": 6372830485, \"tourism\": \"hotel\", \"phone\": \"+1-202-289-7600\", \"wikidata\": \"Q111888038\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_street\": \"K Street Northwest\", \"addr_housenumber\": \"1201\"}}}"} +{"id": "raster_only/aspect+poi/0010", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the terrain aspect angle at Canyonlands National Park, UT?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-109.984017 38.166652)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 213.36636352539062}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Canyonlands National Park, UT\", \"geo_wkt\": \"POINT (-109.984017 38.166652)\", \"poi\": {\"id\": 253191, \"geometry\": \"POINT (-109.984017 38.166652)\", \"poi_name\": \"Canyonlands National Park\", \"osm_id\": 356681150, \"leisure\": \"park\", \"website\": \"https://cliffsandcanyons.com/contact-us/\", \"wikidata\": \"Q541856\", \"addr_state\": \"UT\"}}}"} +{"id": "raster_only/aspect+poi/0011", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at The Baker Museum, Naples, FL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.804431 26.21589)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 232.43141174316406}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"The Baker Museum, Naples, FL\", \"geo_wkt\": \"POINT (-81.804431 26.21589)\", \"poi\": {\"id\": 9955, \"geometry\": \"POINT (-81.804431 26.21589)\", \"poi_name\": \"The Baker Museum\", \"osm_id\": 4459684191, \"tourism\": \"museum\", \"website\": \"https://artisnaples.org/baker-museum\", \"phone\": \"+1-239-597-1900\", \"wikidata\": \"Q6964980\", \"addr_state\": \"FL\", \"addr_city\": \"Naples\", \"addr_postcode\": \"34108-2740\", \"addr_street\": \"Pelican Bay Boulevard\", \"addr_housenumber\": \"5833\"}}}"} +{"id": "raster_only/aspect+poi/0012", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the slope orientation in degrees at Ohio Caverns, West Liberty, OH?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-83.696429 40.238092)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 3.814074754714966}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Ohio Caverns, West Liberty, OH\", \"geo_wkt\": \"POINT (-83.696429 40.238092)\", \"poi\": {\"id\": 36, \"geometry\": \"POINT (-83.696429 40.238092)\", \"poi_name\": \"Ohio Caverns\", \"osm_id\": 3927941197, \"tourism\": \"attraction\", \"wheelchair\": \"no\", \"wikidata\": \"Q7080761\", \"addr_state\": \"OH\", \"addr_city\": \"West Liberty\", \"addr_postcode\": \"43357\", \"addr_street\": \"East State Route 245\", \"addr_housenumber\": \"2210\"}}}"} +{"id": "raster_only/aspect+poi/0013", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Ojito Wilderness Study Area, San Luis, NM face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.960317 35.59114)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 32.0053825378418}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} +{"id": "raster_only/aspect+poi/0014", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "In what direction does the terrain face at Antioch University - Santa Barbara, Santa Barbara, CA, measured in degrees from north?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-119.695763 34.419304)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 164.74488830566406}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Antioch University - Santa Barbara, Santa Barbara, CA\", \"geo_wkt\": \"POINT (-119.695763 34.419304)\", \"poi\": {\"id\": 227338, \"geometry\": \"POINT (-119.695763 34.419304)\", \"poi_name\": \"Antioch University - Santa Barbara\", \"osm_id\": 358792225, \"amenity\": \"university\", \"wikidata\": \"Q4775042\", \"addr_state\": \"CA\", \"addr_city\": \"Santa Barbara\", \"addr_postcode\": \"93101\", \"addr_street\": \"Anacapa Street\", \"addr_housenumber\": \"602\"}}}"} +{"id": "raster_only/aspect+poi/0015", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at Tam O'Shanter, Los Angeles, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-118.264199 34.125454)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 225.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Tam O'Shanter, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.264199 34.125454)\", \"poi\": {\"id\": 31658, \"geometry\": \"POINT (-118.264199 34.125454)\", \"poi_name\": \"Tam O'Shanter\", \"osm_id\": 4140126364, \"amenity\": \"restaurant\", \"cuisine\": \"fish_and_chips;sandwich;steak_house\", \"opening_hours\": \"Mo-Su 11:00-23:00\", \"website\": \"https://www.lawrysonline.com/tam-oshanter/\", \"phone\": \"+1-323-664-0228\", \"wikidata\": \"Q7680476\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90039\", \"addr_street\": \"Los Feliz Boulevard\", \"addr_housenumber\": \"2980\"}}}"} +{"id": "raster_only/aspect+poi/0016", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at The James, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.985532 40.744512)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 274.3987121582031}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"The James, New York, NY\", \"geo_wkt\": \"POINT (-73.985532 40.744512)\", \"poi\": {\"id\": 84, \"geometry\": \"POINT (-73.985532 40.744512)\", \"poi_name\": \"The James\", \"osm_id\": 3966939350, \"tourism\": \"hotel\", \"wheelchair\": \"yes\", \"operator\": \"Denihan Hospitality Group\", \"website\": \"https://www.jameshotels.com/new-york/nomad\", \"internet_access\": \"yes\", \"phone\": \"+1 212-532-4100\", \"wikidata\": \"Q9076588\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10016\", \"addr_street\": \"East 29th Street\", \"addr_housenumber\": \"22\"}}}"} +{"id": "raster_only/aspect+poi/0017", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Harrison Park and Golf Course, Danville, IL face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.654322 40.146491)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 282.52880859375}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Harrison Park and Golf Course, Danville, IL\", \"geo_wkt\": \"POINT (-87.654322 40.146491)\", \"poi\": {\"id\": 251066, \"geometry\": \"POINT (-87.654322 40.146491)\", \"poi_name\": \"Harrison Park and Golf Course\", \"osm_id\": 354110626, \"leisure\": \"park\", \"wikidata\": \"Q34886246\", \"addr_state\": \"IL\", \"addr_city\": \"Danville\", \"addr_postcode\": \"61832\", \"addr_street\": \"West Voorhees\", \"addr_housenumber\": \"1300\"}}}"} +{"id": "raster_only/aspect+poi/0018", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What compass bearing does the hillside at Chicago Portage National Historic Site, Lyons, IL face?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.802535 41.805303)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 117.6459732055664}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Chicago Portage National Historic Site, Lyons, IL\", \"geo_wkt\": \"POINT (-87.802535 41.805303)\", \"poi\": {\"id\": 251170, \"geometry\": \"POINT (-87.802535 41.805303)\", \"poi_name\": \"Chicago Portage National Historic Site\", \"osm_id\": 354160458, \"leisure\": \"park\", \"wikidata\": \"Q5095746\", \"addr_state\": \"IL\", \"addr_city\": \"Lyons\", \"addr_street\": \"South Harlem Avenue\", \"addr_housenumber\": \"4800\"}}}"} +{"id": "raster_only/aspect+poi/0019", "template_id": "R6", "group": "raster_only", "template": "aspect+poi", "question": "What is the aspect of the slope at Sondek Park, Monmouth Junction, NJ?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.547655 40.363996)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\naspect_rast AS (\n SELECT ST_Aspect(rast, 1, '32BF', 'DEGREES') AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(a.rast, 1, o.pt) AS aspect_degrees\nFROM aspect_rast a, origin o;", "answer_type": "aspect", "answers": "[{\"aspect_degrees\": 135.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Sondek Park, Monmouth Junction, NJ\", \"geo_wkt\": \"POINT (-74.547655 40.363996)\", \"poi\": {\"id\": 258590, \"geometry\": \"POINT (-74.547655 40.363996)\", \"poi_name\": \"Sondek Park\", \"osm_id\": 357737629, \"leisure\": \"park\", \"opening_hours\": \"Mo-Su sunrise-sunset\", \"wikidata\": \"Q34871877\", \"addr_state\": \"NJ\", \"addr_city\": \"Monmouth Junction\", \"addr_street\": \"New Road\", \"addr_housenumber\": \"493\"}}}"} +{"id": "raster_only/ruggedness+poi/0000", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at SCL Health Saint Joseph Hospital, Denver, CO?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-104.971086 39.746176)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"SCL Health Saint Joseph Hospital, Denver, CO\", \"geo_wkt\": \"POINT (-104.971086 39.746176)\", \"poi\": {\"id\": 188192, \"geometry\": \"POINT (-104.971086 39.746176)\", \"poi_name\": \"SCL Health Saint Joseph Hospital\", \"osm_id\": 5523640617, \"amenity\": \"hospital\", \"website\": \"https://www.sclhealth.org/locations/saint-joseph-hospital/\", \"phone\": \"+1-303-812-2000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q5419994\", \"addr_state\": \"CO\", \"addr_city\": \"Denver\", \"addr_postcode\": \"80218\", \"addr_street\": \"East 19th Avenue\", \"addr_housenumber\": \"1375\"}}}"} +{"id": "raster_only/ruggedness+poi/0001", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Good Samaritan Hospital, Vincennes, IN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.53358 38.672428)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 3.125}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Good Samaritan Hospital, Vincennes, IN\", \"geo_wkt\": \"POINT (-87.53358 38.672428)\", \"poi\": {\"id\": 69383, \"geometry\": \"POINT (-87.53358 38.672428)\", \"poi_name\": \"Good Samaritan Hospital\", \"osm_id\": 3821320364, \"amenity\": \"hospital\", \"wheelchair\": \"yes\", \"healthcare\": \"hospital\", \"emergency\": \"no\", \"wikidata\": \"Q5582915\", \"addr_state\": \"IN\", \"addr_city\": \"Vincennes\", \"addr_postcode\": \"47591\", \"addr_street\": \"South 7th Street\", \"addr_housenumber\": \"520\"}}}"} +{"id": "raster_only/ruggedness+poi/0002", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "How much does elevation fluctuate near Moroleon Tropical, Springfield, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.670723 39.765282)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.125}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Moroleon Tropical, Springfield, IL\", \"geo_wkt\": \"POINT (-89.670723 39.765282)\", \"poi\": {\"id\": 31867, \"geometry\": \"POINT (-89.670723 39.765282)\", \"poi_name\": \"Moroleon Tropical\", \"osm_id\": 4149660131, \"amenity\": \"restaurant\", \"cuisine\": \"mexican\", \"opening_hours\": \"Mo-Th 11:00-21:30; Fr-Sa 11:00-22:30\", \"phone\": \"+1-217-679-0879\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q114147134\", \"addr_state\": \"IL\", \"addr_city\": \"Springfield\", \"addr_postcode\": \"62704\", \"addr_street\": \"Wabash Avenue\", \"addr_housenumber\": \"1101\"}}}"} +{"id": "raster_only/ruggedness+poi/0003", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Rhode Island Hospital, Providence, RI?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.409129 41.811862)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.5}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Rhode Island Hospital, Providence, RI\", \"geo_wkt\": \"POINT (-71.409129 41.811862)\", \"poi\": {\"id\": 227085, \"geometry\": \"POINT (-71.409129 41.811862)\", \"poi_name\": \"Rhode Island Hospital\", \"osm_id\": 357258005, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"Lifespan\", \"website\": \"https://www.rhodeislandhospital.org/\", \"phone\": \"+1 401 444 4000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7320925\", \"addr_state\": \"RI\", \"addr_city\": \"Providence\", \"addr_postcode\": \"02903\", \"addr_street\": \"Eddy Street\", \"addr_housenumber\": \"593\"}}}"} +{"id": "raster_only/ruggedness+poi/0004", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at Antioch University - Santa Barbara, Santa Barbara, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-119.695763 34.419304)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Antioch University - Santa Barbara, Santa Barbara, CA\", \"geo_wkt\": \"POINT (-119.695763 34.419304)\", \"poi\": {\"id\": 227338, \"geometry\": \"POINT (-119.695763 34.419304)\", \"poi_name\": \"Antioch University - Santa Barbara\", \"osm_id\": 358792225, \"amenity\": \"university\", \"wikidata\": \"Q4775042\", \"addr_state\": \"CA\", \"addr_city\": \"Santa Barbara\", \"addr_postcode\": \"93101\", \"addr_street\": \"Anacapa Street\", \"addr_housenumber\": \"602\"}}}"} +{"id": "raster_only/ruggedness+poi/0005", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Carolina Hemlocks Recreation Area, Burnsville, NC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.203894 35.80555)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 3.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Carolina Hemlocks Recreation Area, Burnsville, NC\", \"geo_wkt\": \"POINT (-82.203894 35.80555)\", \"poi\": {\"id\": 259694, \"geometry\": \"POINT (-82.203894 35.80555)\", \"poi_name\": \"Carolina Hemlocks Recreation Area\", \"osm_id\": 357801125, \"leisure\": \"park\", \"description\": \"Open Season: April 13th - October 30th Usage: Heavy Closest Towns: Burnsville Water: Drinking Water Restroom: Flush toilets and showers\", \"tourism\": \"camp_site\", \"fee\": \"yes\", \"operator\": \"Cradle of Forestry in America Campground Division\", \"website\": \"https://www.fs.usda.gov/recarea/nfsnc/recarea/?recid=48596\", \"phone\": \"+1-(828) 689-9694\", \"wikidata\": \"Q34871246\", \"addr_state\": \"NC\", \"addr_city\": \"Burnsville\"}}}"} +{"id": "raster_only/ruggedness+poi/0006", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at 1890 House, Cortland, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-76.182071 42.596044)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"1890 House, Cortland, NY\", \"geo_wkt\": \"POINT (-76.182071 42.596044)\", \"poi\": {\"id\": 1237, \"geometry\": \"POINT (-76.182071 42.596044)\", \"poi_name\": \"1890 House\", \"osm_id\": 4218830795, \"tourism\": \"museum\", \"website\": \"https://the1890house.org/\", \"phone\": \"+1 607-756-7551\", \"wikidata\": \"Q56045803\", \"addr_state\": \"NY\", \"addr_city\": \"Cortland\", \"addr_postcode\": \"13045\", \"addr_street\": \"Tompkins Street\", \"addr_housenumber\": \"37\"}}}"} +{"id": "raster_only/ruggedness+poi/0007", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Maryvale Baseball Park, Phoenix, AZ?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-112.173653 33.489497)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Maryvale Baseball Park, Phoenix, AZ\", \"geo_wkt\": \"POINT (-112.173653 33.489497)\", \"poi\": {\"id\": 250172, \"geometry\": \"POINT (-112.173653 33.489497)\", \"poi_name\": \"Maryvale Baseball Park\", \"osm_id\": 3136386495, \"leisure\": \"park\", \"wikidata\": \"Q6781782\", \"addr_state\": \"AZ\", \"addr_city\": \"Phoenix\", \"addr_postcode\": \"85031\", \"addr_street\": \"North 51st Avenue\", \"addr_housenumber\": \"3600\"}}}"} +{"id": "raster_only/ruggedness+poi/0008", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Strafford Village Historic District, VT?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-72.377447 43.866048)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Strafford Village Historic District, VT\", \"geo_wkt\": \"POINT (-72.377447 43.866048)\", \"poi\": {\"id\": 252814, \"geometry\": \"POINT (-72.377447 43.866048)\", \"poi_name\": \"Strafford Village Historic District\", \"osm_id\": 356557755, \"leisure\": \"park\", \"historic\": \"heritage\", \"wikidata\": \"Q28153353\", \"addr_state\": \"VT\"}}}"} +{"id": "raster_only/ruggedness+poi/0009", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Rio Tinto Borax Mine Visitor Center, Boron, CA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-117.687369 35.029884)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.875}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Rio Tinto Borax Mine Visitor Center, Boron, CA\", \"geo_wkt\": \"POINT (-117.687369 35.029884)\", \"poi\": {\"id\": 9582, \"geometry\": \"POINT (-117.687369 35.029884)\", \"poi_name\": \"Rio Tinto Borax Mine Visitor Center\", \"osm_id\": 4364229578, \"tourism\": \"museum\", \"opening_hours\": \"Mo-Su 09:00-17:00\", \"operator\": \"Rio Tinto Borax Mine\", \"website\": \"https://www.borax.com/about/community/borax-visitor-center\", \"wikidata\": \"Q7335340\", \"addr_state\": \"CA\", \"addr_city\": \"Boron\", \"addr_postcode\": \"93516\", \"addr_street\": \"Suckow Road\"}}}"} +{"id": "raster_only/ruggedness+poi/0010", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at UH Rainbow Babies & Children’s Hospital, Cleveland, OH?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-81.605748 41.504861)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 4.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"UH Rainbow Babies & Children’s Hospital, Cleveland, OH\", \"geo_wkt\": \"POINT (-81.605748 41.504861)\", \"poi\": {\"id\": 191132, \"geometry\": \"POINT (-81.605748 41.504861)\", \"poi_name\": \"UH Rainbow Babies & Children’s Hospital\", \"osm_id\": 5656050761, \"amenity\": \"hospital\", \"opening_hours\": \"24/7\", \"operator\": \"University Hospitals\", \"website\": \"https://www.uhhospitals.org/rainbow\", \"phone\": \"+1 216 844 5437\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7284577\", \"addr_state\": \"OH\", \"addr_city\": \"Cleveland\", \"addr_postcode\": \"44106\", \"addr_street\": \"Adelbert Road\", \"addr_housenumber\": \"2101\"}}}"} +{"id": "raster_only/ruggedness+poi/0011", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Old Courthouse Museum, Sioux Falls, SD?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-96.7287 43.551472)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.375}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Old Courthouse Museum, Sioux Falls, SD\", \"geo_wkt\": \"POINT (-96.7287 43.551472)\", \"poi\": {\"id\": 285, \"geometry\": \"POINT (-96.7287 43.551472)\", \"poi_name\": \"Old Courthouse Museum\", \"osm_id\": 4065575094, \"tourism\": \"museum\", \"website\": \"http://www.siouxlandmuseums.com/museums/exhibits/old_courthouse_museum.asp\", \"wikidata\": \"Q18385386\", \"addr_state\": \"SD\", \"addr_city\": \"Sioux Falls\", \"addr_postcode\": \"57104\", \"addr_street\": \"West 6th Street\", \"addr_housenumber\": \"200\"}}}"} +{"id": "raster_only/ruggedness+poi/0012", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Tusculum University Historical District, Greeneville, TN?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.760985 36.173714)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 6.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Tusculum University Historical District, Greeneville, TN\", \"geo_wkt\": \"POINT (-82.760985 36.173714)\", \"poi\": {\"id\": 254731, \"geometry\": \"POINT (-82.760985 36.173714)\", \"poi_name\": \"Tusculum University Historical District\", \"osm_id\": 356882737, \"leisure\": \"park\", \"wikidata\": \"Q49572621\", \"addr_state\": \"TN\", \"addr_city\": \"Greeneville\", \"addr_postcode\": \"37743\", \"addr_street\": \"Shiloh Road\", \"addr_housenumber\": \"60\"}}}"} +{"id": "raster_only/ruggedness+poi/0013", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at David Zwirner, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.007033 40.745807)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 4.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} +{"id": "raster_only/ruggedness+poi/0014", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Equinox, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.002416 40.754471)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.25}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Equinox, New York, NY\", \"geo_wkt\": \"POINT (-74.002416 40.754471)\", \"poi\": {\"id\": 14144, \"geometry\": \"POINT (-74.002416 40.754471)\", \"poi_name\": \"Equinox\", \"osm_id\": 9423683677, \"tourism\": \"hotel\", \"website\": \"https://equinox-hotels.com/\", \"internet_access\": \"yes\", \"phone\": \"+1-212-812-9200\", \"wikidata\": \"Q111394932\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10001\", \"addr_street\": \"Hudson Yards\", \"addr_housenumber\": \"32\"}}}"} +{"id": "raster_only/ruggedness+poi/0015", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the local terrain roughness at Sushi Nakazawa, Washington, DC?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-77.02759 38.893662)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 3.875}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Sushi Nakazawa, Washington, DC\", \"geo_wkt\": \"POINT (-77.02759 38.893662)\", \"poi\": {\"id\": 88005, \"geometry\": \"POINT (-77.02759 38.893662)\", \"poi_name\": \"Sushi Nakazawa\", \"osm_id\": 6300458085, \"amenity\": \"restaurant\", \"website\": \"https://www.sushinakazawa.com/washington-dc\", \"outdoor_seating\": \"no\", \"wikidata\": \"Q73785844\", \"addr_state\": \"DC\", \"addr_city\": \"Washington\", \"addr_postcode\": \"20004\", \"addr_street\": \"Pennsylvania Avenue Northwest\", \"addr_housenumber\": \"1100\"}}}"} +{"id": "raster_only/ruggedness+poi/0016", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the TRI value at Courtyard Restaurant, Portland, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.629998 45.564574)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 2.0}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Courtyard Restaurant, Portland, OR\", \"geo_wkt\": \"POINT (-122.629998 45.564574)\", \"poi\": {\"id\": 33153, \"geometry\": \"POINT (-122.629998 45.564574)\", \"poi_name\": \"Courtyard Restaurant\", \"osm_id\": 4214263337, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Fr 07:00-24:00; Sa-Su 00:00-01:00,07:00-24:00\", \"website\": \"https://www.mcmenamins.com/\", \"phone\": \"+1-503-288-2192\", \"wikidata\": \"Q6389685\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97211\", \"addr_street\": \"Northeast 33rd Avenue\", \"addr_housenumber\": \"5736\"}}}"} +{"id": "raster_only/ruggedness+poi/0017", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "How rugged is the terrain around Louisiana History Museum, Alexandria, LA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-92.444743 31.308973)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.5}]", "question_entities": "{\"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Louisiana History Museum, Alexandria, LA\", \"geo_wkt\": \"POINT (-92.444743 31.308973)\", \"poi\": {\"id\": 1359, \"geometry\": \"POINT (-92.444743 31.308973)\", \"poi_name\": \"Louisiana History Museum\", \"osm_id\": 4247447687, \"tourism\": \"museum\", \"website\": \"http://www.louisianahistorymuseum.org/\", \"wikidata\": \"Q6689220\", \"addr_state\": \"LA\", \"addr_city\": \"Alexandria\", \"addr_street\": \"Washington Street\", \"addr_housenumber\": \"503\"}}}"} +{"id": "raster_only/ruggedness+poi/0018", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "What is the terrain ruggedness index at Charlie's Kitchen, Cambridge, MA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.12152 42.372407)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.125}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Charlie's Kitchen, Cambridge, MA\", \"geo_wkt\": \"POINT (-71.12152 42.372407)\", \"poi\": {\"id\": 34353, \"geometry\": \"POINT (-71.12152 42.372407)\", \"poi_name\": \"Charlie's Kitchen\", \"osm_id\": 4267292053, \"amenity\": \"restaurant\", \"cuisine\": \"diner;american;burger\", \"opening_hours\": \"Su-We 11:00-01:00; Th-Sa 11:00-02:00\", \"website\": \"https://www.charlieskitchen.com/\", \"phone\": \"+1 617 492 9646\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q14715437\", \"addr_state\": \"MA\", \"addr_city\": \"Cambridge\", \"addr_postcode\": \"02138\", \"addr_street\": \"Eliot Street\", \"addr_housenumber\": \"10\"}}}"} +{"id": "raster_only/ruggedness+poi/0019", "template_id": "R7", "group": "raster_only", "template": "ruggedness+poi", "question": "How variable is the elevation immediately around Palisade, Seattle, WA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.391516 47.63038)',4326) AS pt\n),\npatch AS (\n SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin\n),\nclipped_dem AS (\n SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast\n FROM public.dem_us d\n JOIN patch p ON ST_Intersects(d.rast, p.g)\n),\ntri_rast AS (\n SELECT ST_TRI(rast, 1) AS rast\n FROM clipped_dem\n)\nSELECT ST_Value(t.rast, 1, o.pt) AS tri_value\nFROM tri_rast t, origin o;", "answer_type": "ruggedness_index", "answers": "[{\"tri_value\": 1.625}]", "question_entities": "{\"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Palisade, Seattle, WA\", \"geo_wkt\": \"POINT (-122.391516 47.63038)\", \"poi\": {\"id\": 43512, \"geometry\": \"POINT (-122.391516 47.63038)\", \"poi_name\": \"Palisade\", \"osm_id\": 928699079, \"amenity\": \"restaurant\", \"website\": \"https://www.palisaderestaurant.com/\", \"wikidata\": \"Q114451594\", \"addr_state\": \"WA\", \"addr_city\": \"Seattle\", \"addr_postcode\": \"98199\", \"addr_street\": \"West Marina Place\", \"addr_housenumber\": \"2601\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0000", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from West Coast Game Park Safari, Bandon, OR to the closest point higher than 1600 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-124.415369 43.009953)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1600 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 63334.18691685}]", "question_entities": "{\"[2]\": {\"elevation\": 1600}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"West Coast Game Park Safari, Bandon, OR\", \"geo_wkt\": \"POINT (-124.415369 43.009953)\", \"poi\": {\"id\": 13236, \"geometry\": \"POINT (-124.415369 43.009953)\", \"poi_name\": \"West Coast Game Park Safari\", \"osm_id\": 2309095817, \"tourism\": \"attraction\", \"website\": \"https://www.westcoastgameparksafari.com/\", \"phone\": \"(541) 347-3106\", \"wikidata\": \"Q7984796\", \"addr_state\": \"OR\", \"addr_city\": \"Bandon\", \"addr_postcode\": \"97411\", \"addr_street\": \"Oregon Coast Highway\", \"addr_housenumber\": \"46914\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0001", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Bonnie Lure State Park, OR, what is the distance to the nearest cell of land above 1100 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 22976.69044858}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0002", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Horseshoe Bend, Page, AZ, what is the distance to the nearest cell of land above 1400 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-111.516134 36.880453)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1400 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 3067.91177999}]", "question_entities": "{\"[2]\": {\"elevation\": 1400}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Horseshoe Bend, Page, AZ\", \"geo_wkt\": \"POINT (-111.516134 36.880453)\", \"poi\": {\"id\": 9465, \"geometry\": \"POINT (-111.516134 36.880453)\", \"poi_name\": \"Horseshoe Bend\", \"osm_id\": 4346013600, \"tourism\": \"attraction\", \"wikidata\": \"Q1064449\", \"addr_state\": \"AZ\", \"addr_city\": \"Page\", \"addr_postcode\": \"86040\", \"addr_street\": \"South Highway 89\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0003", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Hyak Park, OR, what is the distance to the nearest cell of land above 1100 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.160374 44.638732)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 33766.37777583}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Hyak Park, OR\", \"geo_wkt\": \"POINT (-123.160374 44.638732)\", \"poi\": {\"id\": 255954, \"geometry\": \"POINT (-123.160374 44.638732)\", \"poi_name\": \"Hyak Park\", \"osm_id\": 357349809, \"leisure\": \"park\", \"operator\": \"Benton County\", \"website\": \"https://www.co.benton.or.us/parks/page/hyak-park\", \"wikidata\": \"Q49504368\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0004", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Future Generations Univerisity, Franklin, WV to the closest point higher than 1200 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-79.405425 38.70907)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1200 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 425.18341026}]", "question_entities": "{\"[2]\": {\"elevation\": 1200}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Future Generations Univerisity, Franklin, WV\", \"geo_wkt\": \"POINT (-79.405425 38.70907)\", \"poi\": {\"id\": 33649, \"geometry\": \"POINT (-79.405425 38.70907)\", \"poi_name\": \"Future Generations Univerisity\", \"osm_id\": 4234073161, \"amenity\": \"university\", \"operator\": \"Future Generations University\", \"wikidata\": \"Q5510680\", \"addr_state\": \"WV\", \"addr_city\": \"Franklin\", \"addr_postcode\": \"26807\", \"addr_street\": \"Road Less Traveled\", \"addr_housenumber\": \"390\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0005", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from Pacific Pinball Museum, Alameda, CA before reaching terrain higher than 1000 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.276585 37.773754)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 32911.4440392}]", "question_entities": "{\"[2]\": {\"elevation\": 1000}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Pacific Pinball Museum, Alameda, CA\", \"geo_wkt\": \"POINT (-122.276585 37.773754)\", \"poi\": {\"id\": 110, \"geometry\": \"POINT (-122.276585 37.773754)\", \"poi_name\": \"Pacific Pinball Museum\", \"osm_id\": 3983311426, \"tourism\": \"museum\", \"website\": \"https://www.pacificpinball.org/\", \"phone\": \"(510) 769-1349\", \"wikidata\": \"Q924109\", \"addr_state\": \"CA\", \"addr_city\": \"Alameda\", \"addr_postcode\": \"94501\", \"addr_street\": \"Webster Street\", \"addr_housenumber\": \"1510\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0006", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance to the nearest elevation higher than 1600 meters from Weera Thai, Las Vegas, NV?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-115.193325 36.144059)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1600 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 17702.38142026}]", "question_entities": "{\"[2]\": {\"elevation\": 1600}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Weera Thai, Las Vegas, NV\", \"geo_wkt\": \"POINT (-115.193325 36.144059)\", \"poi\": {\"id\": 40467, \"geometry\": \"POINT (-115.193325 36.144059)\", \"poi_name\": \"Weera Thai\", \"osm_id\": 7140749328, \"amenity\": \"restaurant\", \"cuisine\": \"thai\", \"opening_hours\": \"11:00-22:00\", \"website\": \"https://www.weerathai.com\", \"phone\": \"+1 702-873-8749\", \"takeaway\": \"yes\", \"wikidata\": \"Q64149051\", \"addr_state\": \"NV\", \"addr_city\": \"Las Vegas\", \"addr_postcode\": \"89102-0540\", \"addr_street\": \"West Sahara Avenue\", \"addr_housenumber\": \"3839\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0007", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Future Generations Univerisity, Franklin, WV, what is the distance to the nearest cell of land above 1000 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-79.405425 38.70907)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 15.62388743}]", "question_entities": "{\"[2]\": {\"elevation\": 1000}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Future Generations Univerisity, Franklin, WV\", \"geo_wkt\": \"POINT (-79.405425 38.70907)\", \"poi\": {\"id\": 33649, \"geometry\": \"POINT (-79.405425 38.70907)\", \"poi_name\": \"Future Generations Univerisity\", \"osm_id\": 4234073161, \"amenity\": \"university\", \"operator\": \"Future Generations University\", \"wikidata\": \"Q5510680\", \"addr_state\": \"WV\", \"addr_city\": \"Franklin\", \"addr_postcode\": \"26807\", \"addr_street\": \"Road Less Traveled\", \"addr_housenumber\": \"390\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0008", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from New Mexico Highlands University, Las Vegas, NM before reaching terrain higher than 1600 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-105.221648 35.597175)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1600 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 5.50567964}]", "question_entities": "{\"[2]\": {\"elevation\": 1600}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"New Mexico Highlands University, Las Vegas, NM\", \"geo_wkt\": \"POINT (-105.221648 35.597175)\", \"poi\": {\"id\": 227126, \"geometry\": \"POINT (-105.221648 35.597175)\", \"poi_name\": \"New Mexico Highlands University\", \"osm_id\": 357574967, \"amenity\": \"university\", \"wheelchair\": \"limited\", \"website\": \"https://www.nmhu.edu/\", \"phone\": \"+1 877 850 9064\", \"wikidata\": \"Q7010189\", \"addr_state\": \"NM\", \"addr_city\": \"Las Vegas\", \"addr_postcode\": \"87701\", \"addr_street\": \"University Avenue\", \"addr_housenumber\": \"800\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0009", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from Dayton State Park, Dayton, NV before reaching terrain higher than 1800 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-119.586504 39.248316)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1800 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 3182.06478374}]", "question_entities": "{\"[2]\": {\"elevation\": 1800}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Dayton State Park, Dayton, NV\", \"geo_wkt\": \"POINT (-119.586504 39.248316)\", \"poi\": {\"id\": 257190, \"geometry\": \"POINT (-119.586504 39.248316)\", \"poi_name\": \"Dayton State Park\", \"osm_id\": 357553879, \"leisure\": \"park\", \"wikidata\": \"Q5243572\", \"addr_state\": \"NV\", \"addr_city\": \"Dayton\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0010", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far would you travel from Tuckaleechee Caverns, Townsend, TN before reaching terrain higher than 1100 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-83.77419 35.658059)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 3292.93996604}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Tuckaleechee Caverns, Townsend, TN\", \"geo_wkt\": \"POINT (-83.77419 35.658059)\", \"poi\": {\"id\": 1372, \"geometry\": \"POINT (-83.77419 35.658059)\", \"poi_name\": \"Tuckaleechee Caverns\", \"osm_id\": 4250456499, \"tourism\": \"attraction\", \"website\": \"https://www.tuckaleecheecaverns.com/\", \"phone\": \"+1 865-448-2274\", \"wikidata\": \"Q18217524\", \"addr_state\": \"TN\", \"addr_city\": \"Townsend\", \"addr_street\": \"Cavern Road\", \"addr_housenumber\": \"825\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0011", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance to the nearest elevation higher than 2000 meters from Bonnie Lure State Park, OR?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 2000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 50170.02618832}]", "question_entities": "{\"[2]\": {\"elevation\": 2000}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Bonnie Lure State Park, OR\", \"geo_wkt\": \"POINT (-122.376642 45.350384)\", \"poi\": {\"id\": 255443, \"geometry\": \"POINT (-122.376642 45.350384)\", \"poi_name\": \"Bonnie Lure State Park\", \"osm_id\": 357277742, \"leisure\": \"park\", \"wikidata\": \"Q14708767\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0012", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How many meters separate Courthouse Square Park, OR from the nearest cell exceeding 1900 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.076491 45.221228)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1900 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 126444.66084351}]", "question_entities": "{\"[2]\": {\"elevation\": 1900}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0013", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far is Jemez State Monument, Jemez Springs, NM from the nearest terrain above 1000 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.68725 35.778228)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1000 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.95406277}]", "question_entities": "{\"[2]\": {\"elevation\": 1000}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Jemez State Monument, Jemez Springs, NM\", \"geo_wkt\": \"POINT (-106.68725 35.778228)\", \"poi\": {\"id\": 257919, \"geometry\": \"POINT (-106.68725 35.778228)\", \"poi_name\": \"Jemez State Monument\", \"osm_id\": 357615343, \"leisure\": \"park\", \"wikidata\": \"Q6177135\", \"addr_state\": \"NM\", \"addr_city\": \"Jemez Springs\", \"addr_postcode\": \"87025\", \"addr_street\": \"NM 4\", \"addr_housenumber\": \"18160\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0014", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "How far is North Carolina Arboretum, Asheville, NC from the nearest terrain above 1300 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-82.608284 35.498511)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1300 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 12215.21891797}]", "question_entities": "{\"[2]\": {\"elevation\": 1300}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"North Carolina Arboretum, Asheville, NC\", \"geo_wkt\": \"POINT (-82.608284 35.498511)\", \"poi\": {\"id\": 245226, \"geometry\": \"POINT (-82.608284 35.498511)\", \"poi_name\": \"North Carolina Arboretum\", \"osm_id\": 4104047702, \"leisure\": \"park\", \"opening_hours\": \"08:00-19:00\", \"website\": \"https://www.ncarboretum.org/\", \"phone\": \"+1 828-665-2492\", \"wikidata\": \"Q2539422\", \"addr_state\": \"NC\", \"addr_city\": \"Asheville\", \"addr_postcode\": \"28806\", \"addr_street\": \"Frederick Law Olmsted Way\", \"addr_housenumber\": \"100\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0015", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "From Ojito Wilderness Study Area, San Luis, NM, what is the distance to the nearest cell of land above 1900 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-106.960317 35.59114)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1900 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 5272.06604911}]", "question_entities": "{\"[2]\": {\"elevation\": 1900}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ojito Wilderness Study Area, San Luis, NM\", \"geo_wkt\": \"POINT (-106.960317 35.59114)\", \"poi\": {\"id\": 257906, \"geometry\": \"POINT (-106.960317 35.59114)\", \"poi_name\": \"Ojito Wilderness Study Area\", \"osm_id\": 357614759, \"leisure\": \"park\", \"wikidata\": \"Q49534820\", \"addr_state\": \"NM\", \"addr_city\": \"San Luis\", \"addr_street\": \"Indian Service Rt 3\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0016", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Portland City Grill, Portland, OR to the closest point higher than 1800 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-122.675993 45.522611)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1800 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 74321.48283594}]", "question_entities": "{\"[2]\": {\"elevation\": 1800}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Portland City Grill, Portland, OR\", \"geo_wkt\": \"POINT (-122.675993 45.522611)\", \"poi\": {\"id\": 30894, \"geometry\": \"POINT (-122.675993 45.522611)\", \"poi_name\": \"Portland City Grill\", \"osm_id\": 4106707895, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Fr 11:00-24:00; Sa 00:00-01:00,16:00-24:00; Su 00:00-01:00,12:00-23:00\", \"website\": \"http://www.portlandcitygrill.com/\", \"phone\": \"+1-503-450-0030\", \"wikidata\": \"Q7231899\", \"addr_state\": \"OR\", \"addr_city\": \"Portland\", \"addr_postcode\": \"97204\", \"addr_street\": \"Southwest 5th Avenue\", \"addr_housenumber\": \"111\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0017", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Ayres Natural Bridge State Park, Douglas, WY to the closest point higher than 1100 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-105.6114 42.733737)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 14.01425867}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Ayres Natural Bridge State Park, Douglas, WY\", \"geo_wkt\": \"POINT (-105.6114 42.733737)\", \"poi\": {\"id\": 249218, \"geometry\": \"POINT (-105.6114 42.733737)\", \"poi_name\": \"Ayres Natural Bridge State Park\", \"osm_id\": 4991095763, \"leisure\": \"park\", \"fee\": \"no\", \"opening_hours\": \"Apr 15-Oct 15 08:00-20:20\", \"capacity\": \"10\", \"phone\": \"+1-307-358-3532\", \"wikidata\": \"Q793266\", \"addr_state\": \"WY\", \"addr_city\": \"Douglas\", \"addr_street\": \"Natural Bridge Road\", \"addr_housenumber\": \"208\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0018", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance to the nearest elevation higher than 1100 meters from Silas Condict County Park, Kinnelon, NJ?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.38466 41.004704)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 104719.50421709}]", "question_entities": "{\"[2]\": {\"elevation\": 1100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Silas Condict County Park, Kinnelon, NJ\", \"geo_wkt\": \"POINT (-74.38466 41.004704)\", \"poi\": {\"id\": 249280, \"geometry\": \"POINT (-74.38466 41.004704)\", \"poi_name\": \"Silas Condict County Park\", \"osm_id\": 5140202721, \"leisure\": \"park\", \"operator\": \"Morris County Park Commission\", \"wikidata\": \"Q34861408\", \"addr_state\": \"NJ\", \"addr_city\": \"Kinnelon\", \"addr_postcode\": \"07405\", \"addr_street\": \"Kinnelon Road\", \"addr_housenumber\": \"100\"}}}"} +{"id": "raster_only/nearest_high_terrain+poi/0019", "template_id": "R8", "group": "raster_only", "template": "nearest_high_terrain+poi", "question": "What is the distance from Hotel Per La, Autograph Collection, Los Angeles, CA to the closest point higher than 1200 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-118.255517 34.046847)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] > 1200 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 22589.05371575}]", "question_entities": "{\"[2]\": {\"elevation\": 1200}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"hotel\", \"display_name\": \"Hotel Per La, Autograph Collection, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.255517 34.046847)\", \"poi\": {\"id\": 3702, \"geometry\": \"POINT (-118.255517 34.046847)\", \"poi_name\": \"Hotel Per La, Autograph Collection\", \"osm_id\": 6486255301, \"tourism\": \"hotel\", \"website\": \"https://www.hotelperla.com/\", \"internet_access\": \"yes\", \"phone\": \"+1-213-358-0000\", \"wikidata\": \"Q21593056\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90014\", \"addr_street\": \"South Olive Street\", \"addr_housenumber\": \"649\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0000", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Tam O'Shanter, Los Angeles, CA, what is the distance to the closest cell beneath 360 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-118.264199 34.125454)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 360 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.65320162}]", "question_entities": "{\"[2]\": {\"elevation\": 360}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Tam O'Shanter, Los Angeles, CA\", \"geo_wkt\": \"POINT (-118.264199 34.125454)\", \"poi\": {\"id\": 31658, \"geometry\": \"POINT (-118.264199 34.125454)\", \"poi_name\": \"Tam O'Shanter\", \"osm_id\": 4140126364, \"amenity\": \"restaurant\", \"cuisine\": \"fish_and_chips;sandwich;steak_house\", \"opening_hours\": \"Mo-Su 11:00-23:00\", \"website\": \"https://www.lawrysonline.com/tam-oshanter/\", \"phone\": \"+1-323-664-0228\", \"wikidata\": \"Q7680476\", \"addr_state\": \"CA\", \"addr_city\": \"Los Angeles\", \"addr_postcode\": \"90039\", \"addr_street\": \"Los Feliz Boulevard\", \"addr_housenumber\": \"2980\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0001", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far must one travel from The Dublin Pub, Springfield, IL to reach land lower than 500 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.688025 39.764682)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 500 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 5.17677385}]", "question_entities": "{\"[2]\": {\"elevation\": 500}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"The Dublin Pub, Springfield, IL\", \"geo_wkt\": \"POINT (-89.688025 39.764682)\", \"poi\": {\"id\": 40159, \"geometry\": \"POINT (-89.688025 39.764682)\", \"poi_name\": \"The Dublin Pub\", \"osm_id\": 7125425111, \"amenity\": \"restaurant\", \"cuisine\": \"american\", \"opening_hours\": \"Mo-Su 11:00-25:00\", \"website\": \"https://springfielddublinpub.com/\", \"phone\": \"+1-217-793-6871\", \"outdoor_seating\": \"yes\", \"wikidata\": \"Q113900975\", \"addr_state\": \"IL\", \"addr_city\": \"Springfield\", \"addr_postcode\": \"62704\", \"addr_street\": \"Wabash Avenue\", \"addr_housenumber\": \"1975\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0002", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Pentagon Barracks Museum, Baton Rouge, LA, what is the distance to the closest cell beneath 380 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-91.189337 30.455516)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 380 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.21232006}]", "question_entities": "{\"[2]\": {\"elevation\": 380}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Pentagon Barracks Museum, Baton Rouge, LA\", \"geo_wkt\": \"POINT (-91.189337 30.455516)\", \"poi\": {\"id\": 1325, \"geometry\": \"POINT (-91.189337 30.455516)\", \"poi_name\": \"Pentagon Barracks Museum\", \"osm_id\": 4241352809, \"tourism\": \"museum\", \"website\": \"https://www.nps.gov/nr/travel/louisiana/pen.htm\", \"museum\": \"history\", \"wikidata\": \"Q7164969\", \"addr_state\": \"LA\", \"addr_city\": \"Baton Rouge\", \"addr_postcode\": \"70802\", \"addr_street\": \"North 3rd Street\", \"addr_housenumber\": \"959\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0003", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 180 meters from CUNY Graduate School of Journalism, New York, NY?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.988988 40.755324)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 180 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 9.81812178}]", "question_entities": "{\"[2]\": {\"elevation\": 180}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0004", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is The Wilson Museum, Castine, ME from the nearest terrain below 160 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-68.806064 44.383943)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 160 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 7.08855247}]", "question_entities": "{\"[2]\": {\"elevation\": 160}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"The Wilson Museum, Castine, ME\", \"geo_wkt\": \"POINT (-68.806064 44.383943)\", \"poi\": {\"id\": 3885, \"geometry\": \"POINT (-68.806064 44.383943)\", \"poi_name\": \"The Wilson Museum\", \"osm_id\": 6573331538, \"historic\": \"house\", \"tourism\": \"museum\", \"fee\": \"no\", \"website\": \"https://www.wilsonmuseum.org/\", \"phone\": \"+1 (207) 326-9247\", \"wikidata\": \"Q8023151\", \"addr_state\": \"ME\", \"addr_city\": \"Castine\", \"addr_postcode\": \"04421\", \"addr_street\": \"Perkins Street\", \"addr_housenumber\": \"120\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0005", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far must one travel from Chinese American Historical Museum, San Jose, CA to reach land lower than 440 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-121.858204 37.319739)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 440 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.61403625}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Chinese American Historical Museum, San Jose, CA\", \"geo_wkt\": \"POINT (-121.858204 37.319739)\", \"poi\": {\"id\": 5265, \"geometry\": \"POINT (-121.858204 37.319739)\", \"poi_name\": \"Chinese American Historical Museum\", \"osm_id\": 11282523160, \"tourism\": \"museum\", \"website\": \"https://chcp.org/Museum\", \"museum\": \"history\", \"wikidata\": \"Q123159442\", \"addr_state\": \"CA\", \"addr_city\": \"San Jose\", \"addr_postcode\": \"95112\", \"addr_street\": \"Phelan Avenue\", \"addr_housenumber\": \"635\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0006", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 340 meters from Redding Historical Society, Redding, CT?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.385373 41.311256)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 340 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 16.77490552}]", "question_entities": "{\"[2]\": {\"elevation\": 340}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"museum\", \"display_name\": \"Redding Historical Society, Redding, CT\", \"geo_wkt\": \"POINT (-73.385373 41.311256)\", \"poi\": {\"id\": 2729, \"geometry\": \"POINT (-73.385373 41.311256)\", \"poi_name\": \"Redding Historical Society\", \"osm_id\": 7862964899, \"tourism\": \"museum\", \"website\": \"https://reddingcthistoricalsociety.org/\", \"wikidata\": \"Q5219161\", \"addr_state\": \"CT\", \"addr_city\": \"Redding\", \"addr_postcode\": \"06896\", \"addr_street\": \"Lonetown Road\", \"addr_housenumber\": \"43\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0007", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How many meters separate White Stadium, Jamaica Plain, MA from the nearest cell below 100 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.095885 42.309542)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 11.6436105}]", "question_entities": "{\"[2]\": {\"elevation\": 100}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"White Stadium, Jamaica Plain, MA\", \"geo_wkt\": \"POINT (-71.095885 42.309542)\", \"poi\": {\"id\": 261471, \"geometry\": \"POINT (-71.095885 42.309542)\", \"poi_name\": \"White Stadium\", \"osm_id\": 358278622, \"leisure\": \"park\", \"website\": \"https://www.franklinparkcoalition.org/whitestadium/\", \"wikidata\": \"Q18749284\", \"addr_state\": \"MA\", \"addr_city\": \"Jamaica Plain\", \"addr_postcode\": \"02130\", \"addr_street\": \"Walnut Avenue\", \"addr_housenumber\": \"450\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0008", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is Palomar Medical Center Poway, Poway, CA from the nearest terrain below 80 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-117.055952 32.996822)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 80 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 7965.22863536}]", "question_entities": "{\"[2]\": {\"elevation\": 80}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Palomar Medical Center Poway, Poway, CA\", \"geo_wkt\": \"POINT (-117.055952 32.996822)\", \"poi\": {\"id\": 227356, \"geometry\": \"POINT (-117.055952 32.996822)\", \"poi_name\": \"Palomar Medical Center Poway\", \"osm_id\": 358845273, \"amenity\": \"hospital\", \"operator\": \"Palomar Health\", \"website\": \"http://www.pph.org/ContentPage.aspx?nd=420\", \"phone\": \"+18586134000\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q7227263\", \"addr_state\": \"CA\", \"addr_city\": \"Poway\", \"addr_postcode\": \"92064\", \"addr_street\": \"Pomerado Road\", \"addr_housenumber\": \"15615\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0009", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far must one travel from Yuma Regional Medical Center, Yuma, AZ to reach land lower than 60 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-114.635103 32.682658)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 60 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 20.00841294}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"hospital\", \"display_name\": \"Yuma Regional Medical Center, Yuma, AZ\", \"geo_wkt\": \"POINT (-114.635103 32.682658)\", \"poi\": {\"id\": 227416, \"geometry\": \"POINT (-114.635103 32.682658)\", \"poi_name\": \"Yuma Regional Medical Center\", \"osm_id\": 359260360, \"amenity\": \"hospital\", \"operator\": \"Yuma Regional Medical Center\", \"website\": \"https://www.yumaregional.org/\", \"healthcare\": \"hospital\", \"emergency\": \"yes\", \"wikidata\": \"Q8061043\", \"addr_state\": \"AZ\", \"addr_city\": \"Yuma\", \"addr_postcode\": \"85364\", \"addr_street\": \"South Avenue A\", \"addr_housenumber\": \"2400\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0010", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance from Marianne Boesky Gallery, New York, NY to the closest point under 100 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.004314 40.748756)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 100 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 18.41570958}]", "question_entities": "{\"[2]\": {\"elevation\": 100}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"Marianne Boesky Gallery, New York, NY\", \"geo_wkt\": \"POINT (-74.004314 40.748756)\", \"poi\": {\"id\": 26927, \"geometry\": \"POINT (-74.004314 40.748756)\", \"poi_name\": \"Marianne Boesky Gallery\", \"osm_id\": 10859974155, \"tourism\": \"gallery\", \"opening_hours\": \"Tu-Sa 10:00-18:00\", \"website\": \"https://marianneboeskygallery.com\", \"phone\": \"+1-212-680-9889\", \"wikidata\": \"Q51594553\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 24th Street\", \"addr_housenumber\": \"509\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0011", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 480 meters from Boston Duck Tours, Boston, MA?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-71.070095 42.36737)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 480 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 16.42447323}]", "question_entities": "{\"[2]\": {\"elevation\": 480}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"attraction\", \"display_name\": \"Boston Duck Tours, Boston, MA\", \"geo_wkt\": \"POINT (-71.070095 42.36737)\", \"poi\": {\"id\": 26546, \"geometry\": \"POINT (-71.070095 42.36737)\", \"poi_name\": \"Boston Duck Tours\", \"osm_id\": 7745736227, \"tourism\": \"attraction\", \"website\": \"https://bostonducktours.com/the-tour/departure-locations/museum-of-science/\", \"phone\": \"+1-617-450-0065\", \"wikidata\": \"Q4947891\", \"addr_state\": \"MA\", \"addr_city\": \"Boston\", \"addr_postcode\": \"02114\", \"addr_street\": \"Science Park\", \"addr_housenumber\": \"1\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0012", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From David Zwirner, New York, NY, what is the distance to the closest cell beneath 40 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.007033 40.745807)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 40 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 8.03054869}]", "question_entities": "{\"[2]\": {\"elevation\": 40}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0013", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Gabatoni's, Springfield, IL, what is the distance to the closest cell beneath 120 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.652014 39.782569)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 120 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 6404.74348216}]", "question_entities": "{\"[2]\": {\"elevation\": 120}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"restaurant\", \"display_name\": \"Gabatoni's, Springfield, IL\", \"geo_wkt\": \"POINT (-89.652014 39.782569)\", \"poi\": {\"id\": 33776, \"geometry\": \"POINT (-89.652014 39.782569)\", \"poi_name\": \"Gabatoni's\", \"osm_id\": 4240088965, \"amenity\": \"restaurant\", \"cuisine\": \"pizza\", \"opening_hours\": \"Mo-Su 11:00-21:00\", \"website\": \"http://www.gabatonispizza.com/\", \"phone\": \"+1-217-528-9629\", \"takeaway\": \"yes\", \"delivery\": \"no\", \"wikidata\": \"Q114184166\", \"addr_state\": \"IL\", \"addr_city\": \"Springfield\", \"addr_postcode\": \"62703\", \"addr_street\": \"East Laurel Street\", \"addr_housenumber\": \"300\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0014", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "From Courthouse Square Park, OR, what is the distance to the closest cell beneath 320 meters elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-123.076491 45.221228)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 320 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 15.26686295}]", "question_entities": "{\"[2]\": {\"elevation\": 320}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Courthouse Square Park, OR\", \"geo_wkt\": \"POINT (-123.076491 45.221228)\", \"poi\": {\"id\": 256058, \"geometry\": \"POINT (-123.076491 45.221228)\", \"poi_name\": \"Courthouse Square Park\", \"osm_id\": 357355132, \"leisure\": \"park\", \"wikidata\": \"Q5178525\", \"addr_state\": \"OR\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0015", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is Harrison Park and Golf Course, Danville, IL from the nearest terrain below 60 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-87.654322 40.146491)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 60 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 105986.29822572}]", "question_entities": "{\"[2]\": {\"elevation\": 60}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Harrison Park and Golf Course, Danville, IL\", \"geo_wkt\": \"POINT (-87.654322 40.146491)\", \"poi\": {\"id\": 251066, \"geometry\": \"POINT (-87.654322 40.146491)\", \"poi_name\": \"Harrison Park and Golf Course\", \"osm_id\": 354110626, \"leisure\": \"park\", \"wikidata\": \"Q34886246\", \"addr_state\": \"IL\", \"addr_city\": \"Danville\", \"addr_postcode\": \"61832\", \"addr_street\": \"West Voorhees\", \"addr_housenumber\": \"1300\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0016", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance to the nearest elevation below 240 meters from Rockton Historic District, Rockton, IL?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-89.072332 42.453627)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 240 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 9.20115628}]", "question_entities": "{\"[2]\": {\"elevation\": 240}, \"[3]\": {\"main_category\": \"leisure\", \"sub_category\": \"park\", \"display_name\": \"Rockton Historic District, Rockton, IL\", \"geo_wkt\": \"POINT (-89.072332 42.453627)\", \"poi\": {\"id\": 251549, \"geometry\": \"POINT (-89.072332 42.453627)\", \"poi_name\": \"Rockton Historic District\", \"osm_id\": 354231850, \"leisure\": \"park\", \"historic\": \"district\", \"wikidata\": \"Q26813714\", \"addr_state\": \"IL\", \"addr_city\": \"Rockton\", \"addr_postcode\": \"61072\", \"addr_street\": \"North Blackhawk Boulevard\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0017", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is Wake Forest University School of Business, Winston-Salem, NC from the nearest terrain below 400 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-80.278335 36.136398)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 400 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 1.02205205}]", "question_entities": "{\"[2]\": {\"elevation\": 400}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"Wake Forest University School of Business, Winston Salem, NC\", \"geo_wkt\": \"POINT (-80.278335 36.136398)\", \"poi\": {\"id\": 148232, \"geometry\": \"POINT (-80.278335 36.136398)\", \"poi_name\": \"Wake Forest University School of Business\", \"osm_id\": 2498593917, \"amenity\": \"university\", \"operator\": \"Wake Forest University\", \"wikidata\": \"Q4837616\", \"addr_state\": \"NC\", \"addr_city\": \"Winston Salem\", \"addr_postcode\": \"27109\", \"addr_street\": \"Wake Forest Rd\", \"addr_housenumber\": \"1834\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0018", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "How far is CUNY Graduate School of Journalism, New York, NY from the nearest terrain below 440 meters?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-73.988988 40.755324)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 440 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 9.81812178}]", "question_entities": "{\"[2]\": {\"elevation\": 440}, \"[3]\": {\"main_category\": \"amenity\", \"sub_category\": \"university\", \"display_name\": \"CUNY Graduate School of Journalism, New York, NY\", \"geo_wkt\": \"POINT (-73.988988 40.755324)\", \"poi\": {\"id\": 114324, \"geometry\": \"POINT (-73.988988 40.755324)\", \"poi_name\": \"CUNY Graduate School of Journalism\", \"osm_id\": 4515559287, \"amenity\": \"university\", \"operator\": \"City University of New York (CUNY)\", \"website\": \"https://www.journalism.cuny.edu/\", \"phone\": \"+1 646 758 7700\", \"wikidata\": \"Q14706210\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10018\", \"addr_street\": \"West 40th Street\", \"addr_housenumber\": \"219\"}}}"} +{"id": "raster_only/nearest_low_terrain+poi/0019", "template_id": "R9", "group": "raster_only", "template": "nearest_low_terrain+poi", "question": "What is the distance from David Zwirner, New York, NY to the closest point under 140 meters in elevation?", "sql": "WITH origin AS (\n SELECT ST_GeomFromText('POINT (-74.007033 40.745807)',4326) AS pt\n),\nnearby_tiles AS (\n SELECT d.rast\n FROM public.dem_us d, origin o\n WHERE d.rast && ST_Expand(o.pt, 1.0)\n),\nmasked AS (\n\t SELECT ST_MapAlgebra(\n\t rast,\n\t 1,\n\t '32BF'::text,\n\t 'CASE WHEN [rast.val] < 140 THEN [rast.val] ELSE NULL END'::text,\n\t NULL::double precision\n\t ) AS rast\n FROM nearby_tiles\n),\nqualifying_pixels AS (\n SELECT (pp).geom AS geom\n FROM masked\n CROSS JOIN LATERAL ST_PixelAsCentroids(rast, 1, TRUE) AS pp\n)\nSELECT MIN(ST_Distance(p.geom::geography, o.pt::geography)) AS distance_m\nFROM qualifying_pixels p, origin o;", "answer_type": "distance", "answers": "[{\"distance_m\": 8.03054869}]", "question_entities": "{\"[2]\": {\"elevation\": 140}, \"[3]\": {\"main_category\": \"tourism\", \"sub_category\": \"gallery\", \"display_name\": \"David Zwirner, New York, NY\", \"geo_wkt\": \"POINT (-74.007033 40.745807)\", \"poi\": {\"id\": 4008, \"geometry\": \"POINT (-74.007033 40.745807)\", \"poi_name\": \"David Zwirner\", \"osm_id\": 6596032786, \"tourism\": \"gallery\", \"website\": \"https://www.davidzwirner.com\", \"phone\": \"+1-212-727-2070\", \"wikidata\": \"Q1950826\", \"addr_state\": \"NY\", \"addr_city\": \"New York\", \"addr_postcode\": \"10011\", \"addr_street\": \"West 19th Street\", \"addr_housenumber\": \"525\"}}}"} +{"id": "raster_only/slope+route/0000", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Pr Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-118.336238 45.899365, -118.336015 45.899471, -118.335481 45.899546, -118.334629 45.899586, -118.333434 45.899564)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.9064190070631106}]", "question_entities": "{\"[3]\": {\"display_name\": \"Pr Road\", \"geo_wkt\": \"LINESTRING (-118.336238 45.899365, -118.336015 45.899471, -118.335481 45.899546, -118.334629 45.899586, -118.333434 45.899564)\", \"road\": {\"id\": 1718, \"geometry\": \"LINESTRING (-118.336238 45.899365, -118.336015 45.899471, -118.335481 45.899546, -118.334629 45.899586, -118.333434 45.899564)\", \"road_name\": \"Pr Road\", \"highway\": \"service\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+route/0001", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Green Valley Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-117.257147 45.396457, -117.258332 45.399858, -117.25911 45.401048, -117.259304 45.401779, -117.259401 45.401848, -117.259692 45.403357, -117.260598 45.405941, -117.261149 45.406719, -117.261636 45.407108, -117.262057 45.407245, -117.264749 45.407235, -117.265095 45.407335, -117.268781 45.409813, -117.269651 45.410158, -117.270686 45.410496, -117.271156 45.410602, -117.271646 45.410653, -117.276468 45.410699)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.9965878178906245}]", "question_entities": "{\"[3]\": {\"display_name\": \"Green Valley Road\", \"geo_wkt\": \"LINESTRING (-117.257147 45.396457, -117.258332 45.399858, -117.25911 45.401048, -117.259304 45.401779, -117.259401 45.401848, -117.259692 45.403357, -117.260598 45.405941, -117.261149 45.406719, -117.261636 45.407108, -117.262057 45.407245, -117.264749 45.407235, -117.265095 45.407335, -117.268781 45.409813, -117.269651 45.410158, -117.270686 45.410496, -117.271156 45.410602, -117.271646 45.410653, -117.276468 45.410699)\", \"road\": {\"id\": 224, \"geometry\": \"LINESTRING (-117.257147 45.396457, -117.258332 45.399858, -117.25911 45.401048, -117.259304 45.401779, -117.259401 45.401848, -117.259692 45.403357, -117.260598 45.405941, -117.261149 45.406719, -117.261636 45.407108, -117.262057 45.407245, -117.264749 45.407235, -117.265095 45.407335, -117.268781 45.409813, -117.269651 45.410158, -117.270686 45.410496, -117.271156 45.410602, -117.271646 45.410653, -117.276468 45.410699)\", \"road_name\": \"Green Valley Road\", \"highway\": \"residential\"}}}"} +{"id": "raster_only/slope+route/0002", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Fawcett Creek Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 8.470011193479747}]", "question_entities": "{\"[3]\": {\"display_name\": \"Fawcett Creek Road\", \"geo_wkt\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road\": {\"id\": 290, \"geometry\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road_name\": \"Fawcett Creek Road\", \"highway\": \"residential\"}}}"} +{"id": "raster_only/slope+route/0003", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Cord Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.426824109620872}]", "question_entities": "{\"[3]\": {\"display_name\": \"Cord Street\", \"geo_wkt\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road\": {\"id\": 436, \"geometry\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road_name\": \"Cord Street\", \"highway\": \"residential\", \"maxspeed\": \"25 mph\"}}}"} +{"id": "raster_only/slope+route/0004", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Cty Rd 1-11E?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-120.473939 42.076494, -120.473896 42.079667, -120.473853 42.08373, -120.473848 42.086513, -120.473888 42.095876, -120.473904 42.098408)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.3853277225553252}]", "question_entities": "{\"[3]\": {\"display_name\": \"Cty Rd 1-11E\", \"geo_wkt\": \"LINESTRING (-120.473939 42.076494, -120.473896 42.079667, -120.473853 42.08373, -120.473848 42.086513, -120.473888 42.095876, -120.473904 42.098408)\", \"road\": {\"id\": 93, \"geometry\": \"LINESTRING (-120.473939 42.076494, -120.473896 42.079667, -120.473853 42.08373, -120.473848 42.086513, -120.473888 42.095876, -120.473904 42.098408)\", \"road_name\": \"Cty Rd 1-11E\", \"highway\": \"residential\"}}}"} +{"id": "raster_only/slope+route/0005", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Lawrence Street Mall?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.001295 39.745063, -105.001878 39.744802, -105.002124 39.744691, -105.00245 39.744545, -105.00254 39.744504, -105.002909 39.744339, -105.002969 39.744312, -105.003926 39.743882, -105.003972 39.743861, -105.004058 39.743822, -105.004623 39.743569, -105.004968 39.743414, -105.005133 39.743339, -105.005355 39.74324)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.4229420255723093}]", "question_entities": "{\"[3]\": {\"display_name\": \"Lawrence Street Mall\", \"geo_wkt\": \"LINESTRING (-105.001295 39.745063, -105.001878 39.744802, -105.002124 39.744691, -105.00245 39.744545, -105.00254 39.744504, -105.002909 39.744339, -105.002969 39.744312, -105.003926 39.743882, -105.003972 39.743861, -105.004058 39.743822, -105.004623 39.743569, -105.004968 39.743414, -105.005133 39.743339, -105.005355 39.74324)\", \"road\": {\"id\": 10759454, \"geometry\": \"LINESTRING (-105.001295 39.745063, -105.001878 39.744802, -105.002124 39.744691, -105.00245 39.744545, -105.00254 39.744504, -105.002909 39.744339, -105.002969 39.744312, -105.003926 39.743882, -105.003972 39.743861, -105.004058 39.743822, -105.004623 39.743569, -105.004968 39.743414, -105.005133 39.743339, -105.005355 39.74324)\", \"road_name\": \"Lawrence Street Mall\", \"highway\": \"pedestrian\", \"bicycle\": \"no\"}}}"} +{"id": "raster_only/slope+route/0006", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Greenwood Cemetery Road?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 4.322847902978429}]", "question_entities": "{\"[3]\": {\"display_name\": \"Greenwood Cemetery Road\", \"geo_wkt\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road\": {\"id\": 486, \"geometry\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road_name\": \"Greenwood Cemetery Road\", \"highway\": \"service\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+route/0007", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along 10th Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.7636474386974808}]", "question_entities": "{\"[3]\": {\"display_name\": \"10th Street\", \"geo_wkt\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road\": {\"id\": 16886581, \"geometry\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road_name\": \"10th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\", \"horse\": \"no\"}}}"} +{"id": "raster_only/slope+route/0008", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Interurban Trail?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-122.330002 47.799009, -122.329964 47.799242, -122.329968 47.799497)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 6.039693896818559}]", "question_entities": "{\"[3]\": {\"display_name\": \"Interurban Trail\", \"geo_wkt\": \"LINESTRING (-122.330002 47.799009, -122.329964 47.799242, -122.329968 47.799497)\", \"road\": {\"id\": 62198, \"geometry\": \"LINESTRING (-122.330002 47.799009, -122.329964 47.799242, -122.329968 47.799497)\", \"road_name\": \"Interurban Trail\", \"highway\": \"cycleway\", \"foot\": \"designated\", \"bicycle\": \"designated\"}}}"} +{"id": "raster_only/slope+route/0009", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Northwest Harvest Lane?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-122.820659 45.541128, -122.821221 45.541163, -122.821452 45.541144, -122.822112 45.541061, -122.82232 45.541053, -122.822428 45.541062, -122.822489 45.541077)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.265864433730358}]", "question_entities": "{\"[3]\": {\"display_name\": \"Northwest Harvest Lane\", \"geo_wkt\": \"LINESTRING (-122.820659 45.541128, -122.821221 45.541163, -122.821452 45.541144, -122.822112 45.541061, -122.82232 45.541053, -122.822428 45.541062, -122.822489 45.541077)\", \"road\": {\"id\": 709, \"geometry\": \"LINESTRING (-122.820659 45.541128, -122.821221 45.541163, -122.821452 45.541144, -122.822112 45.541061, -122.82232 45.541053, -122.822428 45.541062, -122.822489 45.541077)\", \"road_name\": \"Northwest Harvest Lane\", \"highway\": \"residential\", \"sidewalk\": \"no\"}}}"} +{"id": "raster_only/slope+route/0010", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along 9th Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.3591608426144763}]", "question_entities": "{\"[3]\": {\"display_name\": \"9th Street\", \"geo_wkt\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road\": {\"id\": 441798, \"geometry\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road_name\": \"9th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\"}}}"} +{"id": "raster_only/slope+route/0011", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along the route Westwood Drive?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 6.357073795762816}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+route/0012", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along the route Coal Creek Trail?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-105.152624 39.957711, -105.152194 39.957807)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.497316824146733}]", "question_entities": "{\"[3]\": {\"display_name\": \"Coal Creek Trail\", \"geo_wkt\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road\": {\"id\": 62233, \"geometry\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road_name\": \"Coal Creek Trail\", \"highway\": \"cycleway\", \"foot\": \"designated\", \"bicycle\": \"designated\", \"oneway\": \"no\", \"maxspeed\": \"15 mph\", \"horse\": \"no\"}}}"} +{"id": "raster_only/slope+route/0013", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along National Forest Development Road 11?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-117.769801 44.550957, -117.769609 44.551277, -117.769481 44.551323, -117.769353 44.551369, -117.768682 44.551186, -117.768427 44.550454, -117.768332 44.549287, -117.767693 44.548052, -117.767502 44.547321, -117.767406 44.547252, -117.767406 44.546978, -117.767215 44.546566, -117.767247 44.545994, -117.767599 44.545423, -117.767696 44.5446, -117.767568 44.544348, -117.766865 44.543799, -117.766641 44.543753, -117.765842 44.543227, -117.765715 44.542953, -117.765587 44.541695, -117.76562 44.54094, -117.765908 44.540392, -117.765844 44.539889, -117.764918 44.538768, -117.764311 44.537716, -117.764088 44.537533, -117.763673 44.536755, -117.763705 44.536069)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.091867872458874}]", "question_entities": "{\"[3]\": {\"display_name\": \"National Forest Development Road 11\", \"geo_wkt\": \"LINESTRING (-117.769801 44.550957, -117.769609 44.551277, -117.769481 44.551323, -117.769353 44.551369, -117.768682 44.551186, -117.768427 44.550454, -117.768332 44.549287, -117.767693 44.548052, -117.767502 44.547321, -117.767406 44.547252, -117.767406 44.546978, -117.767215 44.546566, -117.767247 44.545994, -117.767599 44.545423, -117.767696 44.5446, -117.767568 44.544348, -117.766865 44.543799, -117.766641 44.543753, -117.765842 44.543227, -117.765715 44.542953, -117.765587 44.541695, -117.76562 44.54094, -117.765908 44.540392, -117.765844 44.539889, -117.764918 44.538768, -117.764311 44.537716, -117.764088 44.537533, -117.763673 44.536755, -117.763705 44.536069)\", \"road\": {\"id\": 190, \"geometry\": \"LINESTRING (-117.769801 44.550957, -117.769609 44.551277, -117.769481 44.551323, -117.769353 44.551369, -117.768682 44.551186, -117.768427 44.550454, -117.768332 44.549287, -117.767693 44.548052, -117.767502 44.547321, -117.767406 44.547252, -117.767406 44.546978, -117.767215 44.546566, -117.767247 44.545994, -117.767599 44.545423, -117.767696 44.5446, -117.767568 44.544348, -117.766865 44.543799, -117.766641 44.543753, -117.765842 44.543227, -117.765715 44.542953, -117.765587 44.541695, -117.76562 44.54094, -117.765908 44.540392, -117.765844 44.539889, -117.764918 44.538768, -117.764311 44.537716, -117.764088 44.537533, -117.763673 44.536755, -117.763705 44.536069)\", \"road_name\": \"National Forest Development Road 11\", \"highway\": \"residential\"}}}"} +{"id": "raster_only/slope+route/0014", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the average slope along Greenway Trail?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-88.633355 37.099405, -88.633202 37.099454, -88.633026 37.099512)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 5.4290523143668805}]", "question_entities": "{\"[3]\": {\"display_name\": \"Greenway Trail\", \"geo_wkt\": \"LINESTRING (-88.633355 37.099405, -88.633202 37.099454, -88.633026 37.099512)\", \"road\": {\"id\": 521900, \"geometry\": \"LINESTRING (-88.633355 37.099405, -88.633202 37.099454, -88.633026 37.099512)\", \"road_name\": \"Greenway Trail\", \"highway\": \"cycleway\", \"foot\": \"yes\"}}}"} +{"id": "raster_only/slope+route/0015", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along Beaver Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-111.249209 44.684521, -111.249271 44.684729, -111.249369 44.684961, -111.249421 44.685043, -111.249491 44.685115, -111.249598 44.685197, -111.250226 44.685521, -111.250512 44.685724, -111.2507 44.685872, -111.250798 44.685978, -111.250856 44.68605, -111.250885 44.68611, -111.250892 44.686183, -111.250878 44.686278, -111.250868 44.68635, -111.250852 44.686435, -111.250848 44.686546, -111.250866 44.686636)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 2.1357529851377337}]", "question_entities": "{\"[3]\": {\"display_name\": \"Beaver Street\", \"geo_wkt\": \"LINESTRING (-111.249209 44.684521, -111.249271 44.684729, -111.249369 44.684961, -111.249421 44.685043, -111.249491 44.685115, -111.249598 44.685197, -111.250226 44.685521, -111.250512 44.685724, -111.2507 44.685872, -111.250798 44.685978, -111.250856 44.68605, -111.250885 44.68611, -111.250892 44.686183, -111.250878 44.686278, -111.250868 44.68635, -111.250852 44.686435, -111.250848 44.686546, -111.250866 44.686636)\", \"road\": {\"id\": 1229, \"geometry\": \"LINESTRING (-111.249209 44.684521, -111.249271 44.684729, -111.249369 44.684961, -111.249421 44.685043, -111.249491 44.685115, -111.249598 44.685197, -111.250226 44.685521, -111.250512 44.685724, -111.2507 44.685872, -111.250798 44.685978, -111.250856 44.68605, -111.250885 44.68611, -111.250892 44.686183, -111.250878 44.686278, -111.250868 44.68635, -111.250852 44.686435, -111.250848 44.686546, -111.250866 44.686636)\", \"road_name\": \"Beaver Street\", \"highway\": \"residential\"}}}"} +{"id": "raster_only/slope+route/0016", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "What is the mean slope along the route of Southeast Main Street?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-122.551049 45.513647, -122.550925 45.513785, -122.550864 45.513839, -122.550768 45.513897, -122.550655 45.513944)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.0}]", "question_entities": "{\"[3]\": {\"display_name\": \"Southeast Main Street\", \"geo_wkt\": \"LINESTRING (-122.551049 45.513647, -122.550925 45.513785, -122.550864 45.513839, -122.550768 45.513897, -122.550655 45.513944)\", \"road\": {\"id\": 1105, \"geometry\": \"LINESTRING (-122.551049 45.513647, -122.550925 45.513785, -122.550864 45.513839, -122.550768 45.513897, -122.550655 45.513944)\", \"road_name\": \"Southeast Main Street\", \"highway\": \"residential\", \"sidewalk\": \"no\", \"maxspeed\": \"20 mph\", \"lanes\": \"2\"}}}"} +{"id": "raster_only/slope+route/0017", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along East Hoye Drive?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 1.5767328989593519}]", "question_entities": "{\"[3]\": {\"display_name\": \"East Hoye Drive\", \"geo_wkt\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road\": {\"id\": 35149, \"geometry\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road_name\": \"East Hoye Drive\", \"highway\": \"living_street\", \"oneway\": \"no\"}}}"} +{"id": "raster_only/slope+route/0018", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along Fish Hatchery Land Access?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-71.700669 42.849254, -71.700495 42.849089, -71.700084 42.848699, -71.698127 42.847211)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 0.0}]", "question_entities": "{\"[3]\": {\"display_name\": \"Fish Hatchery Land Access\", \"geo_wkt\": \"LINESTRING (-71.700669 42.849254, -71.700495 42.849089, -71.700084 42.848699, -71.698127 42.847211)\", \"road\": {\"id\": 1250, \"geometry\": \"LINESTRING (-71.700669 42.849254, -71.700495 42.849089, -71.700084 42.848699, -71.698127 42.847211)\", \"road_name\": \"Fish Hatchery Land Access\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+route/0019", "template_id": "R10", "group": "raster_only", "template": "slope+route", "question": "On average, how steep is the terrain along North 42nd Lane?", "sql": "WITH route AS (\n SELECT ST_GeomFromText('LINESTRING (-112.15062 33.611577, -112.150604 33.611635, -112.150583 33.611726, -112.150582 33.611768, -112.150573 33.611901, -112.150576 33.612213, -112.15057 33.612279, -112.150548 33.612341, -112.150518 33.612383, -112.150478 33.61242)', 4326)::geometry AS geom\n),\ndem_clip AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT (ST_DumpSegments(r.geom)).geom AS seg\n FROM route r\n),\nendpoints AS (\n SELECT\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.seg_len_m,\n ST_Value(dc.rast, 1, e.p1) AS z1,\n ST_Value(dc.rast, 1, e.p2) AS z2\n FROM endpoints e, dem_clip dc\n),\nslopes AS (\n SELECT\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m ELSE NULL END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM slopes\n WHERE grade IS NOT NULL\n)\nSELECT DEGREES(ATAN(g)) AS slope_degrees\nFROM avg_grade;", "answer_type": "slope", "answers": "[{\"slope_degrees\": 3.3492253911982126}]", "question_entities": "{\"[3]\": {\"display_name\": \"North 42nd Lane\", \"geo_wkt\": \"LINESTRING (-112.15062 33.611577, -112.150604 33.611635, -112.150583 33.611726, -112.150582 33.611768, -112.150573 33.611901, -112.150576 33.612213, -112.15057 33.612279, -112.150548 33.612341, -112.150518 33.612383, -112.150478 33.61242)\", \"road\": {\"id\": 1343, \"geometry\": \"LINESTRING (-112.15062 33.611577, -112.150604 33.611635, -112.150583 33.611726, -112.150582 33.611768, -112.150573 33.611901, -112.150576 33.612213, -112.15057 33.612279, -112.150548 33.612341, -112.150518 33.612383, -112.150478 33.61242)\", \"road_name\": \"North 42nd Lane\", \"highway\": \"service\", \"oneway\": \"no\", \"access\": \"private\", \"lanes\": \"2\"}}}"} +{"id": "raster_only/slope+compare_route/0000", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does Greenwood Cemetery Road have a higher average slope than Barrel Springs Road?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-106.000822 45.61557, -106.001316 45.615596, -106.001434 45.6156, -106.001728 45.615588, -106.00219 45.615456, -106.002691 45.61551, -106.003086 45.615571, -106.003524 45.615637, -106.004178 45.615746, -106.004586 45.615818, -106.005165 45.615938, -106.005783 45.616091, -106.006117 45.616146, -106.006407 45.616169, -106.006847 45.616151, -106.007222 45.616127, -106.007691 45.616207, -106.008217 45.616424, -106.008953 45.616746, -106.009186 45.616902)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Greenwood Cemetery Road' ELSE 'Barrel Springs Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Greenwood Cemetery Road\", \"slope_deg_3\": 4.322847902978429, \"slope_deg_4\": 1.9798170827093695}]", "question_entities": "{\"[3]\": {\"display_name\": \"Greenwood Cemetery Road\", \"geo_wkt\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road\": {\"id\": 486, \"geometry\": \"LINESTRING (-123.80285 46.136951, -123.804232 46.136958, -123.804399 46.136945, -123.805487 46.13694, -123.805503 46.13694, -123.806616 46.136954, -123.80672 46.136967, -123.806836 46.136988, -123.806941 46.13701, -123.807045 46.137042, -123.807134 46.137073, -123.807208 46.137111, -123.807256 46.137152, -123.807292 46.137207, -123.807319 46.13728, -123.80734 46.137367, -123.807372 46.137441, -123.807394 46.137497, -123.807427 46.137534)\", \"road_name\": \"Greenwood Cemetery Road\", \"highway\": \"service\", \"access\": \"private\"}}, \"[4]\": {\"display_name\": \"Barrel Springs Road\", \"geo_wkt\": \"LINESTRING (-106.000822 45.61557, -106.001316 45.615596, -106.001434 45.6156, -106.001728 45.615588, -106.00219 45.615456, -106.002691 45.61551, -106.003086 45.615571, -106.003524 45.615637, -106.004178 45.615746, -106.004586 45.615818, -106.005165 45.615938, -106.005783 45.616091, -106.006117 45.616146, -106.006407 45.616169, -106.006847 45.616151, -106.007222 45.616127, -106.007691 45.616207, -106.008217 45.616424, -106.008953 45.616746, -106.009186 45.616902)\", \"road\": {\"id\": 2010, \"geometry\": \"LINESTRING (-106.000822 45.61557, -106.001316 45.615596, -106.001434 45.6156, -106.001728 45.615588, -106.00219 45.615456, -106.002691 45.61551, -106.003086 45.615571, -106.003524 45.615637, -106.004178 45.615746, -106.004586 45.615818, -106.005165 45.615938, -106.005783 45.616091, -106.006117 45.616146, -106.006407 45.616169, -106.006847 45.616151, -106.007222 45.616127, -106.007691 45.616207, -106.008217 45.616424, -106.008953 45.616746, -106.009186 45.616902)\", \"road_name\": \"Barrel Springs Road\", \"highway\": \"service\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+compare_route/0001", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Is Sand Lane steeper than Patterson Street Northwest?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-74.066578 40.590315, -74.066573 40.590209, -74.066219 40.589802, -74.066169 40.589747, -74.066113 40.589716, -74.066045 40.589695, -74.06598 40.58969, -74.065915 40.589697, -74.065848 40.589719, -74.065801 40.589747, -74.065775 40.589768, -74.065743 40.589808, -74.065715 40.589857, -74.065711 40.58992, -74.065724 40.589975, -74.065747 40.590018, -74.065776 40.59005, -74.066331 40.59028, -74.066446 40.590317, -74.066578 40.590315))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.058284 44.949283, -123.058273 44.949312, -123.058272 44.949341, -123.058644 44.950003, -123.058657 44.950046, -123.058665 44.950141)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Sand Lane' ELSE 'Patterson Street Northwest' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Patterson Street Northwest\", \"slope_deg_3\": 0.8019223320754529, \"slope_deg_4\": 1.9676839643791286}]", "question_entities": "{\"[3]\": {\"display_name\": \"Sand Lane\", \"geo_wkt\": \"POLYGON ((-74.066578 40.590315, -74.066573 40.590209, -74.066219 40.589802, -74.066169 40.589747, -74.066113 40.589716, -74.066045 40.589695, -74.06598 40.58969, -74.065915 40.589697, -74.065848 40.589719, -74.065801 40.589747, -74.065775 40.589768, -74.065743 40.589808, -74.065715 40.589857, -74.065711 40.58992, -74.065724 40.589975, -74.065747 40.590018, -74.065776 40.59005, -74.066331 40.59028, -74.066446 40.590317, -74.066578 40.590315))\", \"road\": {\"id\": 1784, \"geometry\": \"POLYGON ((-74.066578 40.590315, -74.066573 40.590209, -74.066219 40.589802, -74.066169 40.589747, -74.066113 40.589716, -74.066045 40.589695, -74.06598 40.58969, -74.065915 40.589697, -74.065848 40.589719, -74.065801 40.589747, -74.065775 40.589768, -74.065743 40.589808, -74.065715 40.589857, -74.065711 40.58992, -74.065724 40.589975, -74.065747 40.590018, -74.065776 40.59005, -74.066331 40.59028, -74.066446 40.590317, -74.066578 40.590315))\", \"road_name\": \"Sand Lane\", \"highway\": \"service\", \"sidewalk\": \"right\", \"oneway\": \"yes\"}}, \"[4]\": {\"display_name\": \"Patterson Street Northwest\", \"geo_wkt\": \"LINESTRING (-123.058284 44.949283, -123.058273 44.949312, -123.058272 44.949341, -123.058644 44.950003, -123.058657 44.950046, -123.058665 44.950141)\", \"road\": {\"id\": 683, \"geometry\": \"LINESTRING (-123.058284 44.949283, -123.058273 44.949312, -123.058272 44.949341, -123.058644 44.950003, -123.058657 44.950046, -123.058665 44.950141)\", \"road_name\": \"Patterson Street Northwest\", \"highway\": \"residential\", \"sidewalk\": \"right\"}}}"} +{"id": "raster_only/slope+compare_route/0002", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, Coal Creek Trail or Fawcett Creek Road?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-105.152624 39.957711, -105.152194 39.957807)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Coal Creek Trail' ELSE 'Fawcett Creek Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Fawcett Creek Road\", \"slope_deg_3\": 1.497316824146733, \"slope_deg_4\": 8.470011193479747}]", "question_entities": "{\"[3]\": {\"display_name\": \"Coal Creek Trail\", \"geo_wkt\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road\": {\"id\": 62233, \"geometry\": \"LINESTRING (-105.152624 39.957711, -105.152194 39.957807)\", \"road_name\": \"Coal Creek Trail\", \"highway\": \"cycleway\", \"foot\": \"designated\", \"bicycle\": \"designated\", \"oneway\": \"no\", \"maxspeed\": \"15 mph\", \"horse\": \"no\"}}, \"[4]\": {\"display_name\": \"Fawcett Creek Road\", \"geo_wkt\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road\": {\"id\": 290, \"geometry\": \"LINESTRING (-123.706667 45.3814, -123.706375 45.380943, -123.705142 45.380714, -123.702579 45.379937, -123.702028 45.379572, -123.701898 45.379343, -123.701801 45.378886, -123.701346 45.37836, -123.701314 45.377994, -123.701508 45.37772, -123.702254 45.3774, -123.702579 45.376782, -123.704395 45.376485, -123.705109 45.376965, -123.707282 45.37733, -123.707801 45.377353, -123.708093 45.377262, -123.708126 45.377079, -123.708028 45.376987, -123.708028 45.376576, -123.708288 45.376278, -123.708288 45.376027, -123.708093 45.375844, -123.706859 45.375821, -123.70566 45.375799, -123.705109 45.375593, -123.704622 45.375301, -123.704217 45.374829, -123.703845 45.37451, -123.702515 45.374545, -123.701639 45.374281, -123.700828 45.374144, -123.700666 45.373984, -123.700796 45.373892)\", \"road_name\": \"Fawcett Creek Road\", \"highway\": \"residential\"}}}"} +{"id": "raster_only/slope+compare_route/0003", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does Mayger Fill Road have a higher average slope than Southeast Anna Marie Court?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-122.589431 45.416123, -122.589455 45.416843, -122.589474 45.416946, -122.589516 45.417068, -122.589516 45.417144, -122.589519 45.417494)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Mayger Fill Road' ELSE 'Southeast Anna Marie Court' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Southeast Anna Marie Court\", \"slope_deg_3\": 1.1800114724843211, \"slope_deg_4\": 1.687553684029975}]", "question_entities": "{\"[3]\": {\"display_name\": \"Mayger Fill Road\", \"geo_wkt\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road\": {\"id\": 528, \"geometry\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road_name\": \"Mayger Fill Road\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Southeast Anna Marie Court\", \"geo_wkt\": \"LINESTRING (-122.589431 45.416123, -122.589455 45.416843, -122.589474 45.416946, -122.589516 45.417068, -122.589516 45.417144, -122.589519 45.417494)\", \"road\": {\"id\": 416, \"geometry\": \"LINESTRING (-122.589431 45.416123, -122.589455 45.416843, -122.589474 45.416946, -122.589516 45.417068, -122.589516 45.417144, -122.589519 45.417494)\", \"road_name\": \"Southeast Anna Marie Court\", \"highway\": \"residential\", \"sidewalk\": \"both\"}}}"} +{"id": "raster_only/slope+compare_route/0004", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does Westwood Drive have a higher average slope than SD Aqueduct service road (private)?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-117.168199 33.258874, -117.168134 33.259087, -117.168122 33.259128, -117.167916 33.259447, -117.167857 33.259594, -117.167862 33.259886, -117.167954 33.260215, -117.167967 33.260267)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'SD Aqueduct service road (private)' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Westwood Drive\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 0.0}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"SD Aqueduct service road (private)\", \"geo_wkt\": \"LINESTRING (-117.168199 33.258874, -117.168134 33.259087, -117.168122 33.259128, -117.167916 33.259447, -117.167857 33.259594, -117.167862 33.259886, -117.167954 33.260215, -117.167967 33.260267)\", \"road\": {\"id\": 2573, \"geometry\": \"LINESTRING (-117.168199 33.258874, -117.168134 33.259087, -117.168122 33.259128, -117.167916 33.259447, -117.167857 33.259594, -117.167862 33.259886, -117.167954 33.260215, -117.167967 33.260267)\", \"road_name\": \"SD Aqueduct service road (private)\", \"highway\": \"service\", \"foot\": \"yes\", \"bicycle\": \"yes\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+compare_route/0005", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route is steeper, West Tunnel or 10th Street?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'West Tunnel' ELSE '10th Street' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"10th Street\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 0.7636474386974808}]", "question_entities": "{\"[3]\": {\"display_name\": \"West Tunnel\", \"geo_wkt\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road\": {\"id\": 2009314, \"geometry\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road_name\": \"West Tunnel\", \"highway\": \"pedestrian\", \"access\": \"customers\"}}, \"[4]\": {\"display_name\": \"10th Street\", \"geo_wkt\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road\": {\"id\": 16886581, \"geometry\": \"LINESTRING (-105.006308 39.746878, -105.006285 39.746849, -105.006283 39.746846, -105.005773 39.746173, -105.005744 39.746134, -105.005734 39.746121, -105.005725 39.74611, -105.005695 39.74607, -105.005678 39.746048, -105.005643 39.746002, -105.005323 39.745578, -105.004854 39.744959, -105.004838 39.744938, -105.004807 39.744898, -105.004551 39.74456, -105.004504 39.744424, -105.004058 39.743822)\", \"road_name\": \"10th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\", \"horse\": \"no\"}}}"} +{"id": "raster_only/slope+compare_route/0006", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route is steeper, Westwood Drive or Cord Street?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'Cord Street' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Westwood Drive\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 2.426824109620872}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Cord Street\", \"geo_wkt\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road\": {\"id\": 436, \"geometry\": \"LINESTRING (-76.461273 39.333223, -76.461269 39.333123, -76.461251 39.333068, -76.461204 39.333005, -76.461101 39.332917, -76.460767 39.332709, -76.460055 39.332273, -76.459934 39.332199)\", \"road_name\": \"Cord Street\", \"highway\": \"residential\", \"maxspeed\": \"25 mph\"}}}"} +{"id": "raster_only/slope+compare_route/0007", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Between South 69th East Place and Rich Way, which route has the higher average slope?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-95.900075 36.030706, -95.899971 36.030928, -95.900035 36.031155, -95.900026 36.031289)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.362019 42.541572, -121.362463 42.541672, -121.3635 42.541853, -121.364141 42.542136)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'South 69th East Place' ELSE 'Rich Way' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Rich Way\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 1.30902594872915}]", "question_entities": "{\"[3]\": {\"display_name\": \"South 69th East Place\", \"geo_wkt\": \"LINESTRING (-95.900075 36.030706, -95.899971 36.030928, -95.900035 36.031155, -95.900026 36.031289)\", \"road\": {\"id\": 212406, \"geometry\": \"LINESTRING (-95.900075 36.030706, -95.899971 36.030928, -95.900035 36.031155, -95.900026 36.031289)\", \"road_name\": \"South 69th East Place\", \"highway\": \"living_street\"}}, \"[4]\": {\"display_name\": \"Rich Way\", \"geo_wkt\": \"LINESTRING (-121.362019 42.541572, -121.362463 42.541672, -121.3635 42.541853, -121.364141 42.542136)\", \"road\": {\"id\": 1002, \"geometry\": \"LINESTRING (-121.362019 42.541572, -121.362463 42.541672, -121.3635 42.541853, -121.364141 42.542136)\", \"road_name\": \"Rich Way\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+compare_route/0008", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does Westwood Drive have a higher average slope than South Red Pine Circle?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-85.659984 42.198758, -85.659915 42.198655, -85.659784 42.198603, -85.659166 42.198577, -85.658801 42.198642, -85.65855 42.198738, -85.658284 42.198954, -85.658142 42.199224)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'South Red Pine Circle' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Westwood Drive\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 2.0755240130691104}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"South Red Pine Circle\", \"geo_wkt\": \"LINESTRING (-85.659984 42.198758, -85.659915 42.198655, -85.659784 42.198603, -85.659166 42.198577, -85.658801 42.198642, -85.65855 42.198738, -85.658284 42.198954, -85.658142 42.199224)\", \"road\": {\"id\": 97883, \"geometry\": \"LINESTRING (-85.659984 42.198758, -85.659915 42.198655, -85.659784 42.198603, -85.659166 42.198577, -85.658801 42.198642, -85.65855 42.198738, -85.658284 42.198954, -85.658142 42.199224)\", \"road_name\": \"South Red Pine Circle\", \"highway\": \"living_street\"}}}"} +{"id": "raster_only/slope+compare_route/0009", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does Don Wallace Trail have a higher average slope than Mayger Fill Road?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-118.70154 34.144705, -118.701564 34.145124, -118.701449 34.145489, -118.701319 34.14566)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Don Wallace Trail' ELSE 'Mayger Fill Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Mayger Fill Road\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 1.1800114724843211}]", "question_entities": "{\"[3]\": {\"display_name\": \"Don Wallace Trail\", \"geo_wkt\": \"LINESTRING (-118.70154 34.144705, -118.701564 34.145124, -118.701449 34.145489, -118.701319 34.14566)\", \"road\": {\"id\": 1025161, \"geometry\": \"LINESTRING (-118.70154 34.144705, -118.701564 34.145124, -118.701449 34.145489, -118.701319 34.14566)\", \"road_name\": \"Don Wallace Trail\", \"highway\": \"footway\"}}, \"[4]\": {\"display_name\": \"Mayger Fill Road\", \"geo_wkt\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road\": {\"id\": 528, \"geometry\": \"LINESTRING (-123.104083 46.164628, -123.104123 46.165938, -123.104199 46.167398)\", \"road_name\": \"Mayger Fill Road\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+compare_route/0010", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Is Tunnel System steeper than Edgartown Lane Southeast?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-95.980531 36.750176, -95.980432 36.750269, -95.978962 36.750097, -95.979067 36.749607, -95.97871 36.749564, -95.978764 36.749291)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Tunnel System' ELSE 'Edgartown Lane Southeast' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Tunnel System\", \"slope_deg_3\": 2.075804332218216, \"slope_deg_4\": 1.0527333933745415}]", "question_entities": "{\"[3]\": {\"display_name\": \"Tunnel System\", \"geo_wkt\": \"LINESTRING (-95.980531 36.750176, -95.980432 36.750269, -95.978962 36.750097, -95.979067 36.749607, -95.97871 36.749564, -95.978764 36.749291)\", \"road\": {\"id\": 18491387, \"geometry\": \"LINESTRING (-95.980531 36.750176, -95.980432 36.750269, -95.978962 36.750097, -95.979067 36.749607, -95.97871 36.749564, -95.978764 36.749291)\", \"road_name\": \"Tunnel System\", \"highway\": \"pedestrian\"}}, \"[4]\": {\"display_name\": \"Edgartown Lane Southeast\", \"geo_wkt\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road\": {\"id\": 69045, \"geometry\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road_name\": \"Edgartown Lane Southeast\", \"highway\": \"living_street\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+compare_route/0011", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, West Tunnel or North 97th Court?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-96.065062 41.271102, -96.065093 41.271175, -96.06512 41.271218, -96.065145 41.271349, -96.06515 41.271565, -96.065172 41.271675, -96.065212 41.271787, -96.065332 41.272044, -96.065339 41.272153, -96.065347 41.272283, -96.065303 41.272513, -96.065296 41.272637, -96.065354 41.273152, -96.065368 41.273168)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'West Tunnel' ELSE 'North 97th Court' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"North 97th Court\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 5.013438114574442}]", "question_entities": "{\"[3]\": {\"display_name\": \"West Tunnel\", \"geo_wkt\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road\": {\"id\": 2009314, \"geometry\": \"POLYGON ((-111.988837 40.785743, -111.989129 40.78838, -111.989296 40.78837, -111.989004 40.785732, -111.988837 40.785743))\", \"road_name\": \"West Tunnel\", \"highway\": \"pedestrian\", \"access\": \"customers\"}}, \"[4]\": {\"display_name\": \"North 97th Court\", \"geo_wkt\": \"LINESTRING (-96.065062 41.271102, -96.065093 41.271175, -96.06512 41.271218, -96.065145 41.271349, -96.06515 41.271565, -96.065172 41.271675, -96.065212 41.271787, -96.065332 41.272044, -96.065339 41.272153, -96.065347 41.272283, -96.065303 41.272513, -96.065296 41.272637, -96.065354 41.273152, -96.065368 41.273168)\", \"road\": {\"id\": 209045, \"geometry\": \"LINESTRING (-96.065062 41.271102, -96.065093 41.271175, -96.06512 41.271218, -96.065145 41.271349, -96.06515 41.271565, -96.065172 41.271675, -96.065212 41.271787, -96.065332 41.272044, -96.065339 41.272153, -96.065347 41.272283, -96.065303 41.272513, -96.065296 41.272637, -96.065354 41.273152, -96.065368 41.273168)\", \"road_name\": \"North 97th Court\", \"highway\": \"living_street\", \"oneway\": \"no\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+compare_route/0012", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, Pedway or National Forest Development Road 012?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-87.621382 41.88722, -87.621106 41.887223, -87.620986 41.887224, -87.620592 41.887224, -87.62041 41.887225)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Pedway' ELSE 'National Forest Development Road 012' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Pedway\", \"slope_deg_3\": 15.710614063752333, \"slope_deg_4\": 4.340163549563563}]", "question_entities": "{\"[3]\": {\"display_name\": \"Pedway\", \"geo_wkt\": \"LINESTRING (-87.621382 41.88722, -87.621106 41.887223, -87.620986 41.887224, -87.620592 41.887224, -87.62041 41.887225)\", \"road\": {\"id\": 435789, \"geometry\": \"LINESTRING (-87.621382 41.88722, -87.621106 41.887223, -87.620986 41.887224, -87.620592 41.887224, -87.62041 41.887225)\", \"road_name\": \"Pedway\", \"highway\": \"footway\"}}, \"[4]\": {\"display_name\": \"National Forest Development Road 012\", \"geo_wkt\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road\": {\"id\": 295, \"geometry\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road_name\": \"National Forest Development Road 012\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+compare_route/0013", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does Grant Street have a higher average slope than 9th Street?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-86.875419 40.417368, -86.875414 40.417302, -86.875412 40.417274, -86.874618 40.416585, -86.874562 40.416536, -86.874494 40.416476, -86.874121 40.416145, -86.873706 40.415775, -86.873289 40.415405, -86.872927 40.415082, -86.872867 40.415028)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Grant Street' ELSE '9th Street' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Grant Street\", \"slope_deg_3\": 2.26622655761105, \"slope_deg_4\": 1.3591608426144763}]", "question_entities": "{\"[3]\": {\"display_name\": \"Grant Street\", \"geo_wkt\": \"LINESTRING (-86.875419 40.417368, -86.875414 40.417302, -86.875412 40.417274, -86.874618 40.416585, -86.874562 40.416536, -86.874494 40.416476, -86.874121 40.416145, -86.873706 40.415775, -86.873289 40.415405, -86.872927 40.415082, -86.872867 40.415028)\", \"road\": {\"id\": 537, \"geometry\": \"LINESTRING (-86.875419 40.417368, -86.875414 40.417302, -86.875412 40.417274, -86.874618 40.416585, -86.874562 40.416536, -86.874494 40.416476, -86.874121 40.416145, -86.873706 40.415775, -86.873289 40.415405, -86.872927 40.415082, -86.872867 40.415028)\", \"road_name\": \"Grant Street\", \"highway\": \"residential\"}}, \"[4]\": {\"display_name\": \"9th Street\", \"geo_wkt\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road\": {\"id\": 441798, \"geometry\": \"LINESTRING (-105.004258 39.742011, -105.004253 39.742004, -105.003833 39.741452, -105.003511 39.741029)\", \"road_name\": \"9th Street\", \"highway\": \"pedestrian\", \"bicycle\": \"yes\"}}}"} +{"id": "raster_only/slope+compare_route/0014", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Between National Grid parking lot and Middle Fork Road, which route has the higher average slope?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('POLYGON ((-73.784258 42.895102, -73.78413 42.89402, -73.782758 42.894089, -73.78258 42.894108, -73.782528 42.894134, -73.782505 42.894169, -73.782489 42.894238, -73.782645 42.895252, -73.782676 42.89528, -73.782742 42.895287, -73.784175 42.895175, -73.784238 42.89515, -73.784258 42.895102))', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-110.042392 46.635993, -110.04207 46.635493, -110.040953 46.634248, -110.039704 46.632867, -110.038858 46.631887, -110.038224 46.63119, -110.037486 46.630647, -110.036811 46.630299, -110.035619 46.629911, -110.033639 46.629108, -110.03291 46.628739, -110.032674 46.628459, -110.030802 46.627391, -110.030437 46.62715, -110.029648 46.626814, -110.028817 46.626431, -110.02851 46.626243, -110.028226 46.62597, -110.027036 46.6245, -110.025928 46.62343, -110.025215 46.622684, -110.024663 46.622248, -110.023648 46.621316, -110.02191 46.619697, -110.02059 46.618464, -110.019853 46.617884, -110.019584 46.617699, -110.019298 46.617519, -110.019008 46.617305, -110.018082 46.616307, -110.017829 46.615993)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'National Grid parking lot' ELSE 'Middle Fork Road' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"National Grid parking lot\", \"slope_deg_3\": 2.420578788393685, \"slope_deg_4\": 1.6613406034551843}]", "question_entities": "{\"[3]\": {\"display_name\": \"National Grid parking lot\", \"geo_wkt\": \"POLYGON ((-73.784258 42.895102, -73.78413 42.89402, -73.782758 42.894089, -73.78258 42.894108, -73.782528 42.894134, -73.782505 42.894169, -73.782489 42.894238, -73.782645 42.895252, -73.782676 42.89528, -73.782742 42.895287, -73.784175 42.895175, -73.784238 42.89515, -73.784258 42.895102))\", \"road\": {\"id\": 1461, \"geometry\": \"POLYGON ((-73.784258 42.895102, -73.78413 42.89402, -73.782758 42.894089, -73.78258 42.894108, -73.782528 42.894134, -73.782505 42.894169, -73.782489 42.894238, -73.782645 42.895252, -73.782676 42.89528, -73.782742 42.895287, -73.784175 42.895175, -73.784238 42.89515, -73.784258 42.895102))\", \"road_name\": \"National Grid parking lot\", \"highway\": \"service\", \"foot\": \"no\", \"bicycle\": \"no\", \"access\": \"no\", \"horse\": \"no\"}}, \"[4]\": {\"display_name\": \"Middle Fork Road\", \"geo_wkt\": \"LINESTRING (-110.042392 46.635993, -110.04207 46.635493, -110.040953 46.634248, -110.039704 46.632867, -110.038858 46.631887, -110.038224 46.63119, -110.037486 46.630647, -110.036811 46.630299, -110.035619 46.629911, -110.033639 46.629108, -110.03291 46.628739, -110.032674 46.628459, -110.030802 46.627391, -110.030437 46.62715, -110.029648 46.626814, -110.028817 46.626431, -110.02851 46.626243, -110.028226 46.62597, -110.027036 46.6245, -110.025928 46.62343, -110.025215 46.622684, -110.024663 46.622248, -110.023648 46.621316, -110.02191 46.619697, -110.02059 46.618464, -110.019853 46.617884, -110.019584 46.617699, -110.019298 46.617519, -110.019008 46.617305, -110.018082 46.616307, -110.017829 46.615993)\", \"road\": {\"id\": 2150, \"geometry\": \"LINESTRING (-110.042392 46.635993, -110.04207 46.635493, -110.040953 46.634248, -110.039704 46.632867, -110.038858 46.631887, -110.038224 46.63119, -110.037486 46.630647, -110.036811 46.630299, -110.035619 46.629911, -110.033639 46.629108, -110.03291 46.628739, -110.032674 46.628459, -110.030802 46.627391, -110.030437 46.62715, -110.029648 46.626814, -110.028817 46.626431, -110.02851 46.626243, -110.028226 46.62597, -110.027036 46.6245, -110.025928 46.62343, -110.025215 46.622684, -110.024663 46.622248, -110.023648 46.621316, -110.02191 46.619697, -110.02059 46.618464, -110.019853 46.617884, -110.019584 46.617699, -110.019298 46.617519, -110.019008 46.617305, -110.018082 46.616307, -110.017829 46.615993)\", \"road_name\": \"Middle Fork Road\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+compare_route/0015", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, White Trail Run or Edgartown Lane Southeast?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-98.147807 42.83262, -98.148106 42.832605, -98.148594 42.832619, -98.14937 42.832635, -98.149432 42.832625, -98.149489 42.832605, -98.149527 42.832581, -98.149554 42.832521, -98.149545 42.832012, -98.149555 42.83158, -98.149576 42.831468, -98.149609 42.831363)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'White Trail Run' ELSE 'Edgartown Lane Southeast' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"White Trail Run\", \"slope_deg_3\": 5.19491635050992, \"slope_deg_4\": 1.0527333933745415}]", "question_entities": "{\"[3]\": {\"display_name\": \"White Trail Run\", \"geo_wkt\": \"LINESTRING (-98.147807 42.83262, -98.148106 42.832605, -98.148594 42.832619, -98.14937 42.832635, -98.149432 42.832625, -98.149489 42.832605, -98.149527 42.832581, -98.149554 42.832521, -98.149545 42.832012, -98.149555 42.83158, -98.149576 42.831468, -98.149609 42.831363)\", \"road\": {\"id\": 25335, \"geometry\": \"LINESTRING (-98.147807 42.83262, -98.148106 42.832605, -98.148594 42.832619, -98.14937 42.832635, -98.149432 42.832625, -98.149489 42.832605, -98.149527 42.832581, -98.149554 42.832521, -98.149545 42.832012, -98.149555 42.83158, -98.149576 42.831468, -98.149609 42.831363)\", \"road_name\": \"White Trail Run\", \"highway\": \"living_street\", \"access\": \"private\"}}, \"[4]\": {\"display_name\": \"Edgartown Lane Southeast\", \"geo_wkt\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road\": {\"id\": 69045, \"geometry\": \"LINESTRING (-84.491906 33.849766, -84.491975 33.849735, -84.492002 33.849655, -84.491999 33.849551, -84.491991 33.849313)\", \"road_name\": \"Edgartown Lane Southeast\", \"highway\": \"living_street\", \"access\": \"private\"}}}"} +{"id": "raster_only/slope+compare_route/0016", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Which route has the greater slope on average, Westwood Drive or Empire State Plaza Concourse?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'Westwood Drive' ELSE 'Empire State Plaza Concourse' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Empire State Plaza Concourse\", \"slope_deg_3\": 6.357073795762816, \"slope_deg_4\": 6.521557283041974}]", "question_entities": "{\"[3]\": {\"display_name\": \"Westwood Drive\", \"geo_wkt\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road\": {\"id\": 36, \"geometry\": \"LINESTRING (-121.580616 45.698687, -121.580788 45.698419, -121.581072 45.698374, -121.583005 45.698452, -121.583335 45.698426, -121.583511 45.698348, -121.584036 45.697562, -121.584229 45.697442, -121.584615 45.69733, -121.585098 45.697304, -121.58528 45.697356, -121.585468 45.697528)\", \"road_name\": \"Westwood Drive\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Empire State Plaza Concourse\", \"geo_wkt\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road\": {\"id\": 85599, \"geometry\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road_name\": \"Empire State Plaza Concourse\", \"highway\": \"footway\", \"access\": \"designated\"}}}"} +{"id": "raster_only/slope+compare_route/0017", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does National Forest Development Road 012 have a higher average slope than Gudrun Drive?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-123.041691 43.265228, -123.041476 43.265542, -123.041378 43.265761, -123.041411 43.265986, -123.041476 43.266211, -123.041728 43.266471, -123.042012 43.266809, -123.042167 43.266821, -123.042443 43.266827, -123.043061 43.266779, -123.043826 43.266684, -123.044393 43.266611, -123.044679 43.266649, -123.044948 43.26672, -123.045257 43.26698, -123.045907 43.267555, -123.04685 43.268443, -123.047119 43.268662)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'National Forest Development Road 012' ELSE 'Gudrun Drive' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Gudrun Drive\", \"slope_deg_3\": 4.340163549563563, \"slope_deg_4\": 5.770067810212948}]", "question_entities": "{\"[3]\": {\"display_name\": \"National Forest Development Road 012\", \"geo_wkt\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road\": {\"id\": 295, \"geometry\": \"LINESTRING (-121.678908 48.669553, -121.678854 48.669978, -121.679042 48.670407, -121.678968 48.670582, -121.677476 48.672374, -121.67705 48.672534, -121.676933 48.672576, -121.676736 48.67257, -121.676378 48.672402, -121.676333 48.672134, -121.676621 48.671702, -121.677621 48.670765, -121.677834 48.670571, -121.677787 48.670377, -121.677622 48.670161, -121.677369 48.669715)\", \"road_name\": \"National Forest Development Road 012\", \"highway\": \"service\"}}, \"[4]\": {\"display_name\": \"Gudrun Drive\", \"geo_wkt\": \"LINESTRING (-123.041691 43.265228, -123.041476 43.265542, -123.041378 43.265761, -123.041411 43.265986, -123.041476 43.266211, -123.041728 43.266471, -123.042012 43.266809, -123.042167 43.266821, -123.042443 43.266827, -123.043061 43.266779, -123.043826 43.266684, -123.044393 43.266611, -123.044679 43.266649, -123.044948 43.26672, -123.045257 43.26698, -123.045907 43.267555, -123.04685 43.268443, -123.047119 43.268662)\", \"road\": {\"id\": 849, \"geometry\": \"LINESTRING (-123.041691 43.265228, -123.041476 43.265542, -123.041378 43.265761, -123.041411 43.265986, -123.041476 43.266211, -123.041728 43.266471, -123.042012 43.266809, -123.042167 43.266821, -123.042443 43.266827, -123.043061 43.266779, -123.043826 43.266684, -123.044393 43.266611, -123.044679 43.266649, -123.044948 43.26672, -123.045257 43.26698, -123.045907 43.267555, -123.04685 43.268443, -123.047119 43.268662)\", \"road_name\": \"Gudrun Drive\", \"highway\": \"service\"}}}"} +{"id": "raster_only/slope+compare_route/0018", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Does East Tunnel have a higher average slope than Buzan Lane?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-94.590727 38.912284, -94.590636 38.912203, -94.59055 38.912132)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-93.345493 36.62336, -93.345494 36.623977, -93.345475 36.624134, -93.345391 36.624286, -93.345133 36.624506, -93.344262 36.625227)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'East Tunnel' ELSE 'Buzan Lane' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Buzan Lane\", \"slope_deg_3\": 0.0, \"slope_deg_4\": 6.790075117347671}]", "question_entities": "{\"[3]\": {\"display_name\": \"East Tunnel\", \"geo_wkt\": \"LINESTRING (-94.590727 38.912284, -94.590636 38.912203, -94.59055 38.912132)\", \"road\": {\"id\": 1191991, \"geometry\": \"LINESTRING (-94.590727 38.912284, -94.590636 38.912203, -94.59055 38.912132)\", \"road_name\": \"East Tunnel\", \"highway\": \"footway\"}}, \"[4]\": {\"display_name\": \"Buzan Lane\", \"geo_wkt\": \"LINESTRING (-93.345493 36.62336, -93.345494 36.623977, -93.345475 36.624134, -93.345391 36.624286, -93.345133 36.624506, -93.344262 36.625227)\", \"road\": {\"id\": 68096, \"geometry\": \"LINESTRING (-93.345493 36.62336, -93.345494 36.623977, -93.345475 36.624134, -93.345391 36.624286, -93.345133 36.624506, -93.344262 36.625227)\", \"road_name\": \"Buzan Lane\", \"highway\": \"living_street\"}}}"} +{"id": "raster_only/slope+compare_route/0019", "template_id": "R11", "group": "raster_only", "template": "slope+compare_route", "question": "Is East Hoye Drive steeper than Empire State Plaza Concourse?", "sql": "WITH route3 AS (\n SELECT ST_GeomFromText('LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)', 4326)::geometry AS geom\n),\nroute4 AS (\n SELECT ST_GeomFromText('LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)', 4326)::geometry AS geom\n),\ndem_clip3 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route3 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\ndem_clip4 AS (\n SELECT ST_Union(ST_Clip(d.rast, ST_Envelope(r.geom))) AS rast\n FROM public.dem_us d, route4 r\n WHERE ST_Intersects(d.rast, r.geom)\n),\nsegments AS (\n SELECT 1 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route3 r\n UNION ALL\n SELECT 2 AS route_id, (ST_DumpSegments(r.geom)).geom AS seg FROM route4 r\n),\nendpoints AS (\n SELECT\n route_id,\n ST_StartPoint(seg) AS p1,\n ST_EndPoint(seg) AS p2,\n ST_Length(seg::geography) AS seg_len_m\n FROM segments\n),\nelev AS (\n SELECT\n e.route_id,\n e.seg_len_m,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p1)\n ELSE ST_Value(dc4.rast, 1, e.p1) END AS z1,\n CASE WHEN e.route_id = 1 THEN ST_Value(dc3.rast, 1, e.p2)\n ELSE ST_Value(dc4.rast, 1, e.p2) END AS z2\n FROM endpoints e, dem_clip3 dc3, dem_clip4 dc4\n),\ngrades AS (\n SELECT\n route_id,\n seg_len_m,\n CASE WHEN seg_len_m > 0 THEN ABS(z2 - z1) / seg_len_m END AS grade\n FROM elev\n WHERE z1 IS NOT NULL AND z2 IS NOT NULL\n),\navg_grade AS (\n SELECT\n route_id,\n SUM(grade * seg_len_m) / NULLIF(SUM(seg_len_m), 0) AS g\n FROM grades\n WHERE grade IS NOT NULL\n GROUP BY route_id\n)\nSELECT\n CASE WHEN a1.g >= a2.g THEN 'East Hoye Drive' ELSE 'Empire State Plaza Concourse' END AS answer_name,\n DEGREES(ATAN(a1.g)) AS slope_deg_3,\n DEGREES(ATAN(a2.g)) AS slope_deg_4\nFROM avg_grade a1\nJOIN avg_grade a2\n ON a1.route_id = 1 AND a2.route_id = 2\nWHERE a1.g IS NOT NULL AND a2.g IS NOT NULL;", "answer_type": "name", "answers": "[{\"answer_name\": \"Empire State Plaza Concourse\", \"slope_deg_3\": 1.5767328989593519, \"slope_deg_4\": 6.521557283041974}]", "question_entities": "{\"[3]\": {\"display_name\": \"East Hoye Drive\", \"geo_wkt\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road\": {\"id\": 35149, \"geometry\": \"LINESTRING (-104.848585 39.697902, -104.847904 39.698274, -104.847504 39.698271, -104.847502 39.69875, -104.847499 39.699152, -104.847511 39.699195, -104.847534 39.699229, -104.847551 39.699263, -104.847553 39.699377)\", \"road_name\": \"East Hoye Drive\", \"highway\": \"living_street\", \"oneway\": \"no\"}}, \"[4]\": {\"display_name\": \"Empire State Plaza Concourse\", \"geo_wkt\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road\": {\"id\": 85599, \"geometry\": \"LINESTRING (-73.759821 42.650186, -73.759158 42.649826, -73.759094 42.649889, -73.758672 42.649669)\", \"road_name\": \"Empire State Plaza Concourse\", \"highway\": \"footway\", \"access\": \"designated\"}}}"}