From 1fbb2ef58585671a5bfa615b07ebb95b1af00df9 Mon Sep 17 00:00:00 2001 From: nofurtherinformation Date: Thu, 9 Jan 2025 17:11:21 -0600 Subject: [PATCH] Remove st_dump --- backend/app/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/app/main.py b/backend/app/main.py index 7893eee5..92b5917d 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -423,7 +423,6 @@ async def get_unassigned_geoids( stmt = text(f""" SELECT ST_AsGeoJSON( - ST_Dump( ST_Transform( ST_Union( ST_Envelope( @@ -431,7 +430,6 @@ async def get_unassigned_geoids( ) ), 4326) - ) ) as bbox -- Get all possible parents and children from gerrydb FROM ( SELECT DISTINCT geo_id