id stringlengths 26 43 | template_id stringclasses 11
values | group stringclasses 1
value | template stringclasses 11
values | question stringlengths 40 147 | sql stringlengths 197 2.79k | answer_type stringclasses 8
values | answers stringlengths 20 134 | question_entities stringlengths 321 2.39k |
|---|---|---|---|---|---|---|---|---|
raster_only/elevation+poi/0000 | R1 | raster_only | elevation+poi | What is the elevation at Cousins Subs, Chicago, IL? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.631702 41.88228)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.631702 41.88228)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 286.0}] | {"[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": "sandwi... |
raster_only/elevation+poi/0001 | R1 | raster_only | elevation+poi | What is the elevation where Olive Branch, West Seneca, NY is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-78.753874 42.86388)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-78.753874 42.86388)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 185.0}] | {"[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", "ad... |
raster_only/elevation+poi/0002 | R1 | raster_only | elevation+poi | What is the elevation at Aroma, Burlingame, CA? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-122.363678 37.594847)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-122.363678 37.594847)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 24.0}] | {"[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... |
raster_only/elevation+poi/0003 | R1 | raster_only | elevation+poi | What is the elevation where Ducks Unlimited National Headquarters, Memphis, TN is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-89.808044 35.130821)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-89.808044 35.130821)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 86.0}] | {"[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": 1018910... |
raster_only/elevation+poi/0004 | R1 | raster_only | elevation+poi | What is the elevation of the ground at Clinica Hispana Rubymed - Katy, Katy, TX? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-95.811683 29.790485)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-95.811683 29.790485)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 55.0}] | {"[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": "hospit... |
raster_only/elevation+poi/0005 | R1 | raster_only | elevation+poi | What is the elevation at Bardstown Country Club, Bardstown, KY? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-85.430326 37.789703)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-85.430326 37.789703)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 203.0}] | {"[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", ... |
raster_only/elevation+poi/0006 | R1 | raster_only | elevation+poi | What is the elevation at Great Chebeague Golf Club, Chebeague Island, ME? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-70.105519 43.750366)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-70.105519 43.750366)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 12.0}] | {"[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": "g... |
raster_only/elevation+poi/0007 | R1 | raster_only | elevation+poi | How high is the terrain at Claremont Lincoln University, Claremont, CA? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-117.71559 34.094359)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-117.71559 34.094359)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 349.0}] | {"[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": "univ... |
raster_only/elevation+poi/0008 | R1 | raster_only | elevation+poi | What is the elevation where Go Ape Treetop Adventure Course, Strongsville, OH is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-81.818381 41.322133)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-81.818381 41.322133)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 260.0}] | {"[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... |
raster_only/elevation+poi/0009 | R1 | raster_only | elevation+poi | What is the elevation where Midwest Orthopedic Specialty Hospital, Franklin, WI is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.954123 42.860295)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.954123 42.860295)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 222.0}] | {"[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, "... |
raster_only/elevation+poi/0010 | R1 | raster_only | elevation+poi | What is the elevation of the ground at Amazing Air, San Antonio, TX? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-98.39639 29.503891)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-98.39639 29.503891)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 224.0}] | {"[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... |
raster_only/elevation+poi/0011 | R1 | raster_only | elevation+poi | What is the elevation at the location of Timp Hospital Greenspace, Orem, UT? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-111.713273 40.315412)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-111.713273 40.315412)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 1444.0}] | {"[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"... |
raster_only/elevation+poi/0012 | R1 | raster_only | elevation+poi | How high is The Suminski Innski, Tivoli, NY above sea level? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-73.923036 42.060111)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-73.923036 42.060111)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 19.0}] | {"[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", "ad... |
raster_only/elevation+poi/0013 | R1 | raster_only | elevation+poi | What is the elevation where In the Game - Hollywood Park, Crestwood, IL is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-87.747217 41.655827)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-87.747217 41.655827)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 189.0}] | {"[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... |
raster_only/elevation+poi/0014 | R1 | raster_only | elevation+poi | What is the elevation where Cal, Sr.'s Yard, Aberdeen, MD is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-76.186327 39.533089)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-76.186327 39.533089)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 79.0}] | {"[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", "w... |
raster_only/elevation+poi/0015 | R1 | raster_only | elevation+poi | What is the elevation at Balls Creek Campground, Catawba, NC? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-81.097893 35.629208)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-81.097893 35.629208)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 313.0}] | {"[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", "wheel... |
raster_only/elevation+poi/0016 | R1 | raster_only | elevation+poi | What is the elevation where Cedar River Golf Course, Indian Lake, NY is located? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-74.301636 43.783544)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-74.301636 43.783544)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 496.0}] | {"[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_cours... |
raster_only/elevation+poi/0017 | R1 | raster_only | elevation+poi | How high is Viewpoint | Photographic Art Center, Sacramento, CA above sea level? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-121.479002 38.576604)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-121.479002 38.576604)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 18.0}] | {"[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, "to... |
raster_only/elevation+poi/0018 | R1 | raster_only | elevation+poi | How high is the terrain at Chestatee Overlook, Dahlonega, GA? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-83.982699 34.665048)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-83.982699 34.665048)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 854.0}] | {"[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": "... |
raster_only/elevation+poi/0019 | R1 | raster_only | elevation+poi | What is the elevation of the ground at Dyken Pond Environmental Education Center, Cropseyville, NY? | SELECT ST_Value(rast, 1, ST_GeomFromText('POINT (-73.434447 42.723028)',4326)) AS elevation
FROM public.dem_us
WHERE ST_Intersects(rast, ST_GeomFromText('POINT (-73.434447 42.723028)',4326))
LIMIT 1; | elevation - point based | [{"elevation": 508.0}] | {"[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... |
raster_only/elevation_compare+two_pois/0000 | R2 | raster_only | elevation_compare+two_pois | Of the two, AAAS / Science, Washington, DC and Diamond Mill OHV Staging Area, OR, which lies at a greater elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02832 38.900025)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02832 38.900025)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.548452 45.604832)',4326)) AS ele... | name | [{"higher_poi": "Diamond Mill OHV Staging Area, OR", "poi1_elevation_m": 39.0, "poi2_elevation_m": 217.0}] | {"[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 ... |
raster_only/elevation_compare+two_pois/0001 | R2 | raster_only | elevation_compare+two_pois | Of Sushi Nakazawa, Washington, DC and Blue Hill, New York, NY, which sits at a greater elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02759 38.893662)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02759 38.893662)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.99957 40.73204)',4326)) AS elev
... | name | [{"higher_poi": "Sushi Nakazawa, Washington, DC", "poi1_elevation_m": 21.0, "poi2_elevation_m": 16.0}] | {"[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://... |
raster_only/elevation_compare+two_pois/0002 | R2 | raster_only | elevation_compare+two_pois | Which of Sonoratown, Los Angeles, CA and The Carlile Room, Seattle, WA stands at the higher elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.252172 34.041563)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-118.252172 34.041563)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.332396 47.613548)',4326)) AS... | name | [{"higher_poi": "Sonoratown, Los Angeles, CA", "poi1_elevation_m": 87.0, "poi2_elevation_m": 32.0}] | {"[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", "... |
raster_only/elevation_compare+two_pois/0003 | R2 | raster_only | elevation_compare+two_pois | Which is at a higher elevation, Oven and Shaker, Portland, OR Grace Christian University, Wyoming, MI? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.68279 45.52496)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.68279 45.52496)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-85.692172 42.919232)',4326)) AS elev... | name | [{"higher_poi": "Grace Christian University, Wyoming, MI", "poi1_elevation_m": 19.0, "poi2_elevation_m": 208.0}] | {"[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", ... |
raster_only/elevation_compare+two_pois/0004 | R2 | raster_only | elevation_compare+two_pois | Which is at a higher elevation, Canyonlands National Park, UT or Chinese American Historical Museum, San Jose, CA? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-109.984017 38.166652)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-109.984017 38.166652)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-121.858204 37.319739)',4326)) AS... | name | [{"higher_poi": "Canyonlands National Park, UT", "poi1_elevation_m": 1666.0, "poi2_elevation_m": 38.0}] | {"[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:... |
raster_only/elevation_compare+two_pois/0005 | R2 | raster_only | elevation_compare+two_pois | Which of Wilmington & Western Railroad, Wilmington, DE and Radcliffe Institute for Advanced Studies, MA stands at the higher elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.632218 39.738888)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.632218 39.738888)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.122317 42.376159)',4326)) AS el... | name | [{"higher_poi": "Wilmington & Western Railroad, Wilmington, DE", "poi1_elevation_m": 28.0, "poi2_elevation_m": 12.0}] | {"[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": "a... |
raster_only/elevation_compare+two_pois/0006 | R2 | raster_only | elevation_compare+two_pois | Of Good Samaritan Hospital, Vincennes, IN and Chicago Portage National Historic Site, Lyons, IL, which sits at a greater elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.53358 38.672428)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.802535 41.805303)',4326)) AS elev... | name | [{"higher_poi": "Chicago Portage National Historic Site, Lyons, IL", "poi1_elevation_m": 126.0, "poi2_elevation_m": 179.0}] | {"[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", "wheelc... |
raster_only/elevation_compare+two_pois/0007 | R2 | raster_only | elevation_compare+two_pois | Which of Turner Carroll Gallery, Santa Fe, NM and David Zwirner, New York, NY stands at the higher elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.923142 35.678585)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.923142 35.678585)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.007033 40.745807)',4326)) AS ... | name | [{"higher_poi": "Turner Carroll Gallery, Santa Fe, NM", "poi1_elevation_m": 2176.0, "poi2_elevation_m": 23.0}] | {"[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... |
raster_only/elevation_compare+two_pois/0008 | R2 | raster_only | elevation_compare+two_pois | Between Rockland Psychiatric Center, Orangeburg, NY and The University of Tennessee Health Science Center, Memphis, TN, which one is more elevated? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.967704 41.049287)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.967704 41.049287)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS el... | name | [{"higher_poi": "The University of Tennessee Health Science Center, Memphis, TN", "poi1_elevation_m": 65.0, "poi2_elevation_m": 88.0}] | {"[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": "hospita... |
raster_only/elevation_compare+two_pois/0009 | R2 | raster_only | elevation_compare+two_pois | Of the two, AAAS / Science, Washington, DC and Centinela Adobe, Los Angeles, CA, which lies at a greater elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.02832 38.900025)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-77.02832 38.900025)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.37225 33.967599)',4326)) AS elev... | name | [{"higher_poi": "AAAS / Science, Washington, DC", "poi1_elevation_m": 39.0, "poi2_elevation_m": 29.0}] | {"[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 ... |
raster_only/elevation_compare+two_pois/0010 | R2 | raster_only | elevation_compare+two_pois | Which of North Carolina Arboretum, Asheville, NC and East End Park, Frostburg, MD stands at the higher elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.608284 35.498511)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.608284 35.498511)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.918865 39.651391)',4326)) AS el... | name | [{"higher_poi": "North Carolina Arboretum, Asheville, NC", "poi1_elevation_m": 664.0, "poi2_elevation_m": 579.0}] | {"[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_h... |
raster_only/elevation_compare+two_pois/0011 | R2 | raster_only | elevation_compare+two_pois | Which has a higher elevation, Tusculum University Historical District, Greeneville, TN or Ojito Wilderness Study Area, San Luis, NM? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.960317 35.59114)',4326)) AS el... | name | [{"higher_poi": "Ojito Wilderness Study Area, San Luis, NM", "poi1_elevation_m": 437.0, "poi2_elevation_m": 1759.0}] | {"[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... |
raster_only/elevation_compare+two_pois/0012 | R2 | raster_only | elevation_compare+two_pois | Which is at a higher elevation, Pittsford Green Historic District, VT or Sanders Park, Mount Pleasant, WI? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.028276 43.706802)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.028276 43.706802)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.840903 42.674171)',4326)) AS el... | name | [{"higher_poi": "Sanders Park, Mount Pleasant, WI", "poi1_elevation_m": 159.0, "poi2_elevation_m": 211.0}] | {"[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", "his... |
raster_only/elevation_compare+two_pois/0013 | R2 | raster_only | elevation_compare+two_pois | Which is at a higher elevation, Sequoia Hospital, Redwood City, CA or Franklin Pierce University, Rindge, NH? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.255023 37.479511)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.255023 37.479511)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.055892 42.779337)',4326)) AS ... | name | [{"higher_poi": "Franklin Pierce University, Rindge, NH", "poi1_elevation_m": 45.0, "poi2_elevation_m": 327.0}] | {"[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... |
raster_only/elevation_compare+two_pois/0014 | R2 | raster_only | elevation_compare+two_pois | Between Sequoia Hospital, Redwood City, CA and Fort Steuben, Steubenville, OH, which one is more elevated? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.255023 37.479511)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.255023 37.479511)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-80.613308 40.357934)',4326)) AS ... | name | [{"higher_poi": "Fort Steuben, Steubenville, OH", "poi1_elevation_m": 45.0, "poi2_elevation_m": 210.0}] | {"[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... |
raster_only/elevation_compare+two_pois/0015 | R2 | raster_only | elevation_compare+two_pois | Which of Florida Botanical Garden, Largo, FL and CUNY Graduate School of Journalism, New York, NY stands at the higher elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.808431 27.883426)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.808431 27.883426)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.988988 40.755324)',4326)) AS el... | name | [{"higher_poi": "CUNY Graduate School of Journalism, New York, NY", "poi1_elevation_m": 16.0, "poi2_elevation_m": 55.0}] | {"[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": "Q... |
raster_only/elevation_compare+two_pois/0016 | R2 | raster_only | elevation_compare+two_pois | Which has a higher elevation, Fantastic Caverns, Springfield, MO or Ojito Wilderness Study Area, San Luis, NM? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-93.358596 37.287518)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-93.358596 37.287518)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.960317 35.59114)',4326)) AS el... | name | [{"higher_poi": "Ojito Wilderness Study Area, San Luis, NM", "poi1_elevation_m": 346.0, "poi2_elevation_m": 1759.0}] | {"[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": ... |
raster_only/elevation_compare+two_pois/0017 | R2 | raster_only | elevation_compare+two_pois | Which is at a higher elevation, Tewksbury Hospital, Tewksbury, MA or Sonoratown, Los Angeles, CA? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.21808 42.606947)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-118.252172 34.041563)',4326)) AS ele... | name | [{"higher_poi": "Sonoratown, Los Angeles, CA", "poi1_elevation_m": 46.0, "poi2_elevation_m": 87.0}] | {"[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",... |
raster_only/elevation_compare+two_pois/0018 | R2 | raster_only | elevation_compare+two_pois | Which has a higher elevation, Ayres Natural Bridge State Park, Douglas, WY or Fort DuPont State Park, Delaware City, DE? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.6114 42.733737)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.6114 42.733737)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) AS elev... | name | [{"higher_poi": "Ayres Natural Bridge State Park, Douglas, WY", "poi1_elevation_m": 1618.0, "poi2_elevation_m": 5.0}] | {"[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", ... |
raster_only/elevation_compare+two_pois/0019 | R2 | raster_only | elevation_compare+two_pois | Of The University of Tennessee Health Science Center, Memphis, TN and Shenandoah Caverns, VA, which sits at a greater elevation? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.669276 38.715515)',4326)) AS el... | name | [{"higher_poi": "Shenandoah Caverns, VA", "poi1_elevation_m": 88.0, "poi2_elevation_m": 305.0}] | {"[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... |
raster_only/elevation_diff+two_pois/0000 | R3 | raster_only | elevation_diff+two_pois | What is the elevation difference between Eleven Madison Park, New York, NY and 303 Gallery, New York, NY? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.98719 40.741598)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.98719 40.741598)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.007539 40.747543)',4326)) AS elev... | elevation difference | [{"elevation_difference_m": 26.0, "poi1_elevation_m": 44.0, "poi2_elevation_m": 18.0}] | {"[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": "... |
raster_only/elevation_diff+two_pois/0001 | R3 | raster_only | elevation_diff+two_pois | By how many meters do the elevations of Tree That Owns Itself, Athens, GA and Michael Altman Fine Art, New York, NY differ? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-83.382376 33.955038)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-83.382376 33.955038)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.965721 40.770052)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 188.0, "poi1_elevation_m": 219.0, "poi2_elevation_m": 31.0}] | {"[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": "a... |
raster_only/elevation_diff+two_pois/0002 | R3 | raster_only | elevation_diff+two_pois | What is the elevation difference between Tina Kim Gallery, New York, NY and The Henry Norman Hotel, Brooklyn, NY? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.006345 40.747055)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.006345 40.747055)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 10.0, "poi1_elevation_m": 30.0, "poi2_elevation_m": 20.0}] | {"[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-... |
raster_only/elevation_diff+two_pois/0003 | R3 | raster_only | elevation_diff+two_pois | What is the elevation difference between White Stadium, Jamaica Plain, MA and University Guest House & Conference Center, Salt Lake City, UT? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.095885 42.309542)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.095885 42.309542)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-111.835626 40.766885)',4326)) AS e... | elevation difference | [{"elevation_difference_m": 1466.0, "poi1_elevation_m": 28.0, "poi2_elevation_m": 1494.0}] | {"[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.frank... |
raster_only/elevation_diff+two_pois/0004 | R3 | raster_only | elevation_diff+two_pois | What is the absolute elevation difference between Salus University, Elkins Park, PA and Giant Glacial Boulder Historical Marker, Lincoln, NE? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.129394 40.086172)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.129394 40.086172)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-96.701366 40.848198)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 269.0, "poi1_elevation_m": 99.0, "poi2_elevation_m": 368.0}] | {"[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": "... |
raster_only/elevation_diff+two_pois/0005 | R3 | raster_only | elevation_diff+two_pois | What is the elevation difference between Courthouse Square Park, OR and Silas Condict County Park, Kinnelon, NJ? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.076491 45.221228)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) AS e... | elevation difference | [{"elevation_difference_m": 204.0, "poi1_elevation_m": 49.0, "poi2_elevation_m": 253.0}] | {"[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", ... |
raster_only/elevation_diff+two_pois/0006 | R3 | raster_only | elevation_diff+two_pois | What is the magnitude of the elevation gap between Advocate Children's Hospital, Oak Lawn, IL and Harrison Park and Golf Course, Danville, IL? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.732089 41.72357)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.732089 41.72357)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.654322 40.146491)',4326)) AS elev... | elevation difference | [{"elevation_difference_m": 27.0, "poi1_elevation_m": 204.0, "poi2_elevation_m": 177.0}] | {"[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... |
raster_only/elevation_diff+two_pois/0007 | R3 | raster_only | elevation_diff+two_pois | What is the vertical separation in meters between Jesse Owens State Park, OH and Florida Botanical Garden, Largo, FL? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.731108 39.734554)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.731108 39.734554)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.808431 27.883426)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 250.0, "poi1_elevation_m": 266.0, "poi2_elevation_m": 16.0}] | {"[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://ohiod... |
raster_only/elevation_diff+two_pois/0008 | R3 | raster_only | elevation_diff+two_pois | By how many meters do the elevations of Tusculum University Historical District, Greeneville, TN and RJ Grunts, Chicago, IL differ? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 36.173714)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.636601 41.920045)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 239.0, "poi1_elevation_m": 437.0, "poi2_elevation_m": 198.0}] | {"[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... |
raster_only/elevation_diff+two_pois/0009 | R3 | raster_only | elevation_diff+two_pois | How many meters apart in elevation are The University of Tennessee Health Science Center, Memphis, TN and Strafford Village Historic District, VT? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-90.031353 35.139317)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-90.031353 35.139317)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 189.0, "poi1_elevation_m": 88.0, "poi2_elevation_m": 277.0}] | {"[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... |
raster_only/elevation_diff+two_pois/0010 | R3 | raster_only | elevation_diff+two_pois | What is the vertical separation in meters between New London County Historical Society, New London, CT and Shanks Roadside Park, Shanks, WV? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.098236 41.351365)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.098236 41.351365)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.691404 39.316489)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 370.0, "poi1_elevation_m": 12.0, "poi2_elevation_m": 382.0}] | {"[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, "his... |
raster_only/elevation_diff+two_pois/0011 | R3 | raster_only | elevation_diff+two_pois | What is the absolute elevation difference between Voorhees College, Denmark, SC and UH Rainbow Babies & Children’s Hospital, Cleveland, OH? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.128567 33.305858)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.128567 33.305858)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.605748 41.504861)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 154.0, "poi1_elevation_m": 68.0, "poi2_elevation_m": 222.0}] | {"[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": "Q79... |
raster_only/elevation_diff+two_pois/0012 | R3 | raster_only | elevation_diff+two_pois | What is the vertical separation in meters between North Carolina Arboretum, Asheville, NC and CUNY Graduate School of Journalism, New York, NY? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.608284 35.498511)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.608284 35.498511)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.988988 40.755324)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 609.0, "poi1_elevation_m": 664.0, "poi2_elevation_m": 55.0}] | {"[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_h... |
raster_only/elevation_diff+two_pois/0013 | R3 | raster_only | elevation_diff+two_pois | What is the vertical separation in meters between Kasmin Gallery, New York, NY and Chinese American Historical Museum, San Jose, CA? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.00247 40.750406)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.00247 40.750406)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-121.858204 37.319739)',4326)) AS ele... | elevation difference | [{"elevation_difference_m": 14.0, "poi1_elevation_m": 24.0, "poi2_elevation_m": 38.0}] | {"[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:... |
raster_only/elevation_diff+two_pois/0014 | R3 | raster_only | elevation_diff+two_pois | By how many meters do the elevations of Pennsylvania Trolley Museum, Washington, PA and White Stadium, Jamaica Plain, MA differ? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-80.244929 40.2113)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-80.244929 40.2113)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.095885 42.309542)',4326)) AS elev
... | elevation difference | [{"elevation_difference_m": 268.0, "poi1_elevation_m": 296.0, "poi2_elevation_m": 28.0}] | {"[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", "web... |
raster_only/elevation_diff+two_pois/0015 | R3 | raster_only | elevation_diff+two_pois | What is the vertical separation in meters between Children's Hospital at Montefiore, Bronx, NY and Swanson School of Engineering, Pittsburgh, PA? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.878898 40.880372)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.878898 40.880372)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-79.958626 40.443874)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 230.0, "poi1_elevation_m": 86.0, "poi2_elevation_m": 316.0}] | {"[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": ... |
raster_only/elevation_diff+two_pois/0016 | R3 | raster_only | elevation_diff+two_pois | What is the magnitude of the elevation gap between Berry Campbell Gallery, New York, NY and Shanks Roadside Park, Shanks, WV? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.004016 40.749949)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.004016 40.749949)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-78.691404 39.316489)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 351.0, "poi1_elevation_m": 31.0, "poi2_elevation_m": 382.0}] | {"[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_... |
raster_only/elevation_diff+two_pois/0017 | R3 | raster_only | elevation_diff+two_pois | What is the absolute elevation difference between Canyonlands National Park, UT and Pace Gallery, New York, NY? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-109.984017 38.166652)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-109.984017 38.166652)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.004968 40.749576)',4326)) AS ... | elevation difference | [{"elevation_difference_m": 1638.0, "poi1_elevation_m": 1666.0, "poi2_elevation_m": 28.0}] | {"[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:... |
raster_only/elevation_diff+two_pois/0018 | R3 | raster_only | elevation_diff+two_pois | What is the elevation difference between Huber's, Portland, OR and Eaton DC, Washington, DC? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.67483 45.520027)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.67483 45.520027)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-77.028462 38.902787)',4326)) AS el... | elevation difference | [{"elevation_difference_m": 17.0, "poi1_elevation_m": 31.0, "poi2_elevation_m": 48.0}] | {"[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:0... |
raster_only/elevation_diff+two_pois/0019 | R3 | raster_only | elevation_diff+two_pois | By how many meters do the elevations of Jemez State Monument, Jemez Springs, NM and Eleven Madison Park, New York, NY differ? | WITH p1 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-106.68725 35.778228)',4326)) AS elev
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-106.68725 35.778228)',4326))
LIMIT 1
),
p2 AS (
SELECT ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.98719 40.741598)',4326)) AS ele... | elevation difference | [{"elevation_difference_m": 1877.0, "poi1_elevation_m": 1921.0, "poi2_elevation_m": 44.0}] | {"[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": "Q6... |
raster_only/elevation_threshold+poi/0000 | R4 | raster_only | elevation_threshold+poi | Does Ted's Restaurant Steamed Cheeseburgers, Meriden, CT sit higher than 100 meters above sea level? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.783301 41.546876)',4326)) > 100
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.783301 41.546876)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.783301 ... | yes-no | [{"answer": "no", "elevation_m": 54.0}] | {"[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 Cheesebur... |
raster_only/elevation_threshold+poi/0001 | R4 | raster_only | elevation_threshold+poi | Is the elevation at Harvard Graduate School of Education, Cambridge, MA greater than 460 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) > 460
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.121891 ... | yes-no | [{"answer": "no", "elevation_m": 15.0}] | {"[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 Educat... |
raster_only/elevation_threshold+poi/0002 | R4 | raster_only | elevation_threshold+poi | Is Bonnie Lure State Park, OR above the 480-meter elevation mark? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.376642 45.350384)',4326)) > 480
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.376642 45.350384)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.3766... | yes-no | [{"answer": "no", "elevation_m": 68.0}] | {"[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... |
raster_only/elevation_threshold+poi/0003 | R4 | raster_only | elevation_threshold+poi | Does Rhode Island Hospital, Providence, RI sit higher than 280 meters above sea level? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.409129 41.811862)',4326)) > 280
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.409129 41.811862)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.409129 ... | yes-no | [{"answer": "no", "elevation_m": 16.0}] | {"[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, "ame... |
raster_only/elevation_threshold+poi/0004 | R4 | raster_only | elevation_threshold+poi | Is Fort DuPont State Park, Delaware City, DE at an elevation above 20 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) > 20
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-75.580795 39.573261)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-75.580795 3... | yes-no | [{"answer": "no", "elevation_m": 5.0}] | {"[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, "le... |
raster_only/elevation_threshold+poi/0005 | R4 | raster_only | elevation_threshold+poi | Is Maryvale Baseball Park, Phoenix, AZ above the 240-meter elevation mark? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-112.173653 33.489497)',4326)) > 240
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-112.173653 33.489497)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-112.1736... | yes-no | [{"answer": "yes", "elevation_m": 335.0}] | {"[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, "leisu... |
raster_only/elevation_threshold+poi/0006 | R4 | raster_only | elevation_threshold+poi | Does Tusculum University Historical District, Greeneville, TN exceed 280 meters in elevation? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) > 280
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-82.760985 36.173714)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-82.760985 ... | yes-no | [{"answer": "yes", "elevation_m": 437.0}] | {"[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 Dis... |
raster_only/elevation_threshold+poi/0007 | R4 | raster_only | elevation_threshold+poi | Is Courthouse Square Park, OR more than 440 meters in elevation? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) > 440
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-123.076491 45.221228)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-123.0764... | yes-no | [{"answer": "no", "elevation_m": 49.0}] | {"[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... |
raster_only/elevation_threshold+poi/0008 | R4 | raster_only | elevation_threshold+poi | Is Tewksbury Hospital, Tewksbury, MA above the 380-meter elevation mark? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) > 380
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.21808 42.606947)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.21808 42.... | yes-no | [{"answer": "no", "elevation_m": 46.0}] | {"[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": "ho... |
raster_only/elevation_threshold+poi/0009 | R4 | raster_only | elevation_threshold+poi | Does Portland City Grill, Portland, OR exceed 120 meters in elevation? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.675993 45.522611)',4326)) > 120
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-122.675993 45.522611)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-122.6759... | yes-no | [{"answer": "no", "elevation_m": 23.0}] | {"[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, "ameni... |
raster_only/elevation_threshold+poi/0010 | R4 | raster_only | elevation_threshold+poi | Is the elevation at Mount Hope Estate, Manheim, PA greater than 220 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-76.429747 40.227758)',4326)) > 220
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-76.429747 40.227758)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-76.429747 ... | yes-no | [{"answer": "no", "elevation_m": 173.0}] | {"[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": "a... |
raster_only/elevation_threshold+poi/0011 | R4 | raster_only | elevation_threshold+poi | Does Strafford Village Historic District, VT sit higher than 500 meters above sea level? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) > 500
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-72.377447 43.866048)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-72.377447 ... | yes-no | [{"answer": "no", "elevation_m": 277.0}] | {"[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": 356... |
raster_only/elevation_threshold+poi/0012 | R4 | raster_only | elevation_threshold+poi | Is Harvard Graduate School of Education, Cambridge, MA at an elevation above 60 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) > 60
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-71.121891 42.375395)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-71.121891 4... | yes-no | [{"answer": "no", "elevation_m": 15.0}] | {"[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 Educati... |
raster_only/elevation_threshold+poi/0013 | R4 | raster_only | elevation_threshold+poi | Is the elevation at Good Samaritan Hospital, Vincennes, IN greater than 320 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) > 320
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.53358 38.672428)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.53358 38.... | yes-no | [{"answer": "no", "elevation_m": 126.0}] | {"[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, "am... |
raster_only/elevation_threshold+poi/0014 | R4 | raster_only | elevation_threshold+poi | Is Silas Condict County Park, Kinnelon, NJ at an elevation above 440 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) > 440
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-74.38466 41.004704)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-74.38466 41.... | yes-no | [{"answer": "no", "elevation_m": 253.0}] | {"[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, "le... |
raster_only/elevation_threshold+poi/0015 | R4 | raster_only | elevation_threshold+poi | Does New Mexico Highlands University, Las Vegas, NM sit higher than 200 meters above sea level? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.221648 35.597175)',4326)) > 200
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-105.221648 35.597175)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-105.2216... | yes-no | [{"answer": "yes", "elevation_m": 1982.0}] | {"[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", "o... |
raster_only/elevation_threshold+poi/0016 | R4 | raster_only | elevation_threshold+poi | Is Regional Mental Health Center - Strawhun Center, Merrillville, IN at an elevation above 380 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.363564 41.463382)',4326)) > 380
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-87.363564 41.463382)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-87.363564 ... | yes-no | [{"answer": "no", "elevation_m": 201.0}] | {"[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 Healt... |
raster_only/elevation_threshold+poi/0017 | R4 | raster_only | elevation_threshold+poi | Is Catawba County Historical Museum, Newton, NC at an elevation above 420 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.221948 35.663044)',4326)) > 420
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-81.221948 35.663044)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-81.221948 ... | yes-no | [{"answer": "no", "elevation_m": 307.0}] | {"[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": 41... |
raster_only/elevation_threshold+poi/0018 | R4 | raster_only | elevation_threshold+poi | Is Hilton, Brooklyn, NY at an elevation above 80 meters? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.987961 40.689544)',4326)) > 80
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.987961 40.689544)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.987961 4... | yes-no | [{"answer": "no", "elevation_m": 21.0}] | {"[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://... |
raster_only/elevation_threshold+poi/0019 | R4 | raster_only | elevation_threshold+poi | Is The Henry Norman Hotel, Brooklyn, NY more than 260 meters in elevation? | SELECT
CASE
WHEN ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) > 260
THEN 'yes' ELSE 'no'
END AS answer,
ST_Value(d.rast, 1, ST_GeomFromText('POINT (-73.944251 40.728028)',4326)) AS elevation_m
FROM public.dem_us d
WHERE ST_Intersects(d.rast, ST_GeomFromText('POINT (-73.944251 ... | yes-no | [{"answer": "no", "elevation_m": 20.0}] | {"[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... |
raster_only/slope+poi/0000 | R5 | raster_only | slope+poi | What is the gradient of the terrain at Reptile Gardens, Rapid City, SD? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-103.271398 43.990679)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (... | slope | [{"slope_degrees": 5.646209716796875}] | {"[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": "ht... |
raster_only/slope+poi/0001 | R5 | raster_only | slope+poi | What is the slope of the ground at Jesse Owens State Park, OH? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-81.731108 39.734554)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 12.281956672668457}] | {"[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://ohiod... |
raster_only/slope+poi/0002 | R5 | raster_only | slope+poi | What slope angle does the surface have at Cafe Boulud, New York, NY? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-73.963954 40.77439)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 8.24396800994873}] | {"[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", "websit... |
raster_only/slope+poi/0003 | R5 | raster_only | slope+poi | How sharply does the terrain incline at Tusculum University Historical District, Greeneville, TN? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-82.760985 36.173714)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 14.772382736206055}] | {"[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... |
raster_only/slope+poi/0004 | R5 | raster_only | slope+poi | What slope angle does the surface have at Rhode Island Hospital, Providence, RI? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-71.409129 41.811862)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 3.2941222190856934}] | {"[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... |
raster_only/slope+poi/0005 | R5 | raster_only | slope+poi | What slope angle does the surface have at Tewksbury Hospital, Tewksbury, MA? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-71.21808 42.606947)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 1.037553310394287}] | {"[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",... |
raster_only/slope+poi/0006 | R5 | raster_only | slope+poi | What is the terrain slope in degrees at Palisade, Seattle, WA? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-122.391516 47.63038)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 3.3425774574279785}] | {"[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.palisadere... |
raster_only/slope+poi/0007 | R5 | raster_only | slope+poi | What is the slope of the ground at Florida Botanical Garden, Largo, FL? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-82.808431 27.883426)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 5.39579963684082}] | {"[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": "Q... |
raster_only/slope+poi/0008 | R5 | raster_only | slope+poi | What is the terrain slope in degrees at Pace Gallery, New York, NY? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-74.004968 40.749576)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 12.425244331359863}] | {"[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-... |
raster_only/slope+poi/0009 | R5 | raster_only | slope+poi | What is the terrain slope in degrees at Bonnie Lure State Park, OR? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-122.376642 45.350384)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (... | slope | [{"slope_degrees": 7.032797336578369}] | {"[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",... |
raster_only/slope+poi/0010 | R5 | raster_only | slope+poi | How steep is the terrain at Robert Morris University Illinois—Peoria Campus, Peoria, IL? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-89.590248 40.690162)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 12.98060131072998}] | {"[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", "os... |
raster_only/slope+poi/0011 | R5 | raster_only | slope+poi | How steep is the terrain at Catawba County Historical Museum, Newton, NC? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-81.221948 35.663044)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 3.483865976333618}] | {"[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": "museu... |
raster_only/slope+poi/0012 | R5 | raster_only | slope+poi | What slope angle does the surface have at Rockton Historic District, Rockton, IL? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-89.072332 42.453627)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 1.6402469873428345}] | {"[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":... |
raster_only/slope+poi/0013 | R5 | raster_only | slope+poi | What is the gradient of the terrain at The Henry Norman Hotel, Brooklyn, NY? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-73.944251 40.728028)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 2.200141668319702}] | {"[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": "htt... |
raster_only/slope+poi/0014 | R5 | raster_only | slope+poi | How sharply does the terrain incline at Twin Oaks, Washington, DC? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-77.063126 38.932122)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 8.070538520812988}] | {"[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... |
raster_only/slope+poi/0015 | R5 | raster_only | slope+poi | What is the gradient of the terrain at Swanson School of Engineering, Pittsburgh, PA? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-79.958626 40.443874)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 10.39016342163086}] | {"[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": "... |
raster_only/slope+poi/0016 | R5 | raster_only | slope+poi | What is the slope of the ground at Fort DuPont State Park, Delaware City, DE? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-75.580795 39.573261)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 1.4671616554260254}] | {"[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", "descripti... |
raster_only/slope+poi/0017 | R5 | raster_only | slope+poi | What is the terrain slope in degrees at New York University School of Law, New York, NY? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-73.999408 40.730677)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 3.94507098197937}] | {"[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, "ameni... |
raster_only/slope+poi/0018 | R5 | raster_only | slope+poi | What is the terrain slope in degrees at WORKS/San José, San Jose, CA? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-121.887315 37.329661)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (... | slope | [{"slope_degrees": 7.7521233558654785}] | {"[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... |
raster_only/slope+poi/0019 | R5 | raster_only | slope+poi | What is the slope of the ground at Bryant-Lake Bowl, Minneapolis, MN? | WITH origin AS (
SELECT ST_GeomFromText('POINT (-93.290136 44.9485)',4326) AS pt
),
patch AS (
SELECT ST_Buffer(pt::geography, 100)::geometry AS g FROM origin
),
clipped_dem AS (
SELECT ST_Union(ST_Clip(d.rast, p.g)) AS rast
FROM public.dem_us d
JOIN patch p ON ST_Intersects(d.rast, p.g)
),
slope_rast AS (
... | slope | [{"slope_degrees": 2.295743942260742}] | {"[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": "ameri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.