From 728e4fa401158e4b5d53ae8a2c19749415aeca9e Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:09:34 -0700 Subject: [PATCH] Auto-update: Wed Sep 25 17:09:34 PDT 2024 --- sijapi/routers/gis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sijapi/routers/gis.py b/sijapi/routers/gis.py index bed808e..3dcf942 100644 --- a/sijapi/routers/gis.py +++ b/sijapi/routers/gis.py @@ -510,6 +510,7 @@ async def post_locate_endpoint(locations: Union[Location, List[Location]]): } l.debug(f"Location received for processing: {lcn}") + # This will geocode locations before inserting them to the database... this can take a very long time! geocoded_locations = await GEO.code(locations) responses = []