From a2213ff7f3176a8eaf1934359c22b9b9c6fe3afd Mon Sep 17 00:00:00 2001 From: Jona Date: Mon, 30 Oct 2023 12:53:35 -0400 Subject: [PATCH] oops! --- cerulean_cloud/cloud_run_orchestrator/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerulean_cloud/cloud_run_orchestrator/handler.py b/cerulean_cloud/cloud_run_orchestrator/handler.py index 1d9d40e8..8287c858 100644 --- a/cerulean_cloud/cloud_run_orchestrator/handler.py +++ b/cerulean_cloud/cloud_run_orchestrator/handler.py @@ -486,7 +486,7 @@ async def _orchestrate( "EPSG:3857" ).buffer(LAND_MASK_BUFFER_M) intersecting_land = gpd.sjoin( - landmask_gdf, + get_landmask_gdf(), buffered_gdf, how="inner", predicate="intersects",