Skip to content

Commit 278bd5a

Browse files
fix: rename layer ideal_vgi_infrastructure
1 parent 58caef7 commit 278bd5a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Breaking Changes
77

8-
- Rename layer `ideal_vgi_infrastructure` to `infrastructure_lines` ([#416])
8+
- Rename layer `ideal_vgi_infrastructure` to `infrastructure_lines` ([#416] [#426])
99

1010
### New Features
1111

@@ -16,6 +16,7 @@
1616
[#274]: https://github.com/GIScience/ohsome-quality-analyst/pull/274
1717
[#403]: https://github.com/GIScience/ohsome-quality-analyst/pull/403
1818
[#416]: https://github.com/GIScience/ohsome-quality-analyst/pull/416
19+
[#426]: https://github.com/GIScience/ohsome-quality-analyst/pull/426
1920
[#427]: https://github.com/GIScience/ohsome-quality-analyst/pull/427
2021

2122

workers/ohsome_quality_analyst/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class RasterDataset:
9797
("Currentness", "mapaction_rail_length"),
9898
("Currentness", "mapaction_lakes_count"),
9999
("Currentness", "mapaction_rivers_length"),
100-
("Currentness", "ideal_vgi_infrastructure"),
100+
("Currentness", "infrastructure_lines"),
101101
("Currentness", "poi"),
102102
("Currentness", "lulc"),
103103
("PoiDensity", "poi"),

workers/ohsome_quality_analyst/reports/multilevel_currentness/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class MultilevelCurrentness(BaseReport):
66
def set_indicator_layer(self):
77
self.indicator_layer = (
8-
IndicatorLayer("Currentness", "ideal_vgi_infrastructure"),
8+
IndicatorLayer("Currentness", "infrastructure_lines"),
99
IndicatorLayer("Currentness", "poi"),
1010
IndicatorLayer("Currentness", "lulc"),
1111
IndicatorLayer("Currentness", "building_count"),

0 commit comments

Comments
 (0)