Skip to content

Commit 5675a94

Browse files
fix: update table name for osm corine intersection
1 parent 8ed93b3 commit 5675a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ohsome_quality_api/indicators/land_cover_thematic_accuracy/query-multi-classes.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SELECT
1313
ST_Area (ST_Intersection (o.geometry, b.geometry)::geography)
1414
END) AS area
1515
FROM
16-
osm_corine_2021_deu_intersection o,
16+
osm_corine_intersection o,
1717
bpoly b
1818
WHERE
1919
ST_Intersects (o.geometry, b.geometry)

ohsome_quality_api/indicators/land_cover_thematic_accuracy/query-single-class.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SELECT
1212
ELSE ST_Area(ST_Intersection(o.geometry, b.geometry)::geography)
1313
END AS area
1414
FROM
15-
osm_corine_2021_deu_intersection o,
15+
osm_corine_intersection o,
1616
bpoly b
1717
WHERE
1818
ST_Intersects(o.geometry, b.geometry)

0 commit comments

Comments
 (0)