Skip to content

Commit

Permalink
Try again, and add some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 30, 2023
1 parent 110ffb6 commit 9999e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cerulean_cloud/cloud_run_orchestrator/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def get_landmask_gdf():
"gadmLandMask_simplified",
"gadmLandMask_simplified.shp",
)
print(f"XXX DEBUG Full path to mask: {mask_path}") # Debugging print statement
mask_path = "/app/cerulean_cloud/cloud_run_orchestrator/gadmLandMask_simplified/gadmLandMask_simplified.shp"
landmask_gdf = gpd.read_file(mask_path).to_crs("EPSG:3857")
return landmask_gdf

Expand Down

0 comments on commit 9999e30

Please sign in to comment.