Skip to content
Snippets Groups Projects
Commit 052fb826 authored by Laurens Oostwegel's avatar Laurens Oostwegel
Browse files

Change source_id of GHSL data to 1

parent e1baa561
1 merge request!37Resolve "[Hotfix] Fix the source_id in tile_best_estimate"
Pipeline #69009 failed
......@@ -26,7 +26,7 @@ ghsl AS (
built_area_size,
built_up_ratio
FROM public.obm_built_area_assessments
WHERE source_id = 3
WHERE source_id = 1
)
SELECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment