Skip to content

Commit a3cfc14

Browse files
author
IlkaCu
authored
correct srid
1 parent 4414af7 commit a3cfc14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dataprocessing/sql_snippets/ego_dp_powerflow_assignment_otgid.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ END);
5757
UPDATE model_draft.ego_dp_supply_res_powerplant a
5858
SET w_id = b.gid
5959
FROM climate.cosmoclmgrid b
60-
WHERE a.rea_geom_new && ST_TRANSFORM(b.geom,4326)
61-
AND ST_Intersects(a.rea_geom_new, ST_TRANSFORM(b.geom,4326));
60+
WHERE a.rea_geom_new && ST_TRANSFORM(b.geom,3035)
61+
AND ST_Intersects(a.rea_geom_new, ST_TRANSFORM(b.geom,3035));
6262

6363

6464

0 commit comments

Comments
 (0)