File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
workers/ohsome_quality_analyst
reports/multilevel_currentness Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
## Breaking Changes
7
7
8
- - Rename layer ` ideal_vgi_infrastructure ` to ` infrastructure_lines ` ([ #416 ] )
8
+ - Rename layer ` ideal_vgi_infrastructure ` to ` infrastructure_lines ` ([ #416 ] [ # 426 ] )
9
9
10
10
### New Features
11
11
16
16
[ #274 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/274
17
17
[ #403 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/403
18
18
[ #416 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/416
19
+ [ #426 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/426
19
20
[ #427 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/427
20
21
21
22
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class RasterDataset:
97
97
("Currentness" , "mapaction_rail_length" ),
98
98
("Currentness" , "mapaction_lakes_count" ),
99
99
("Currentness" , "mapaction_rivers_length" ),
100
- ("Currentness" , "ideal_vgi_infrastructure " ),
100
+ ("Currentness" , "infrastructure_lines " ),
101
101
("Currentness" , "poi" ),
102
102
("Currentness" , "lulc" ),
103
103
("PoiDensity" , "poi" ),
Original file line number Diff line number Diff line change 5
5
class MultilevelCurrentness (BaseReport ):
6
6
def set_indicator_layer (self ):
7
7
self .indicator_layer = (
8
- IndicatorLayer ("Currentness" , "ideal_vgi_infrastructure " ),
8
+ IndicatorLayer ("Currentness" , "infrastructure_lines " ),
9
9
IndicatorLayer ("Currentness" , "poi" ),
10
10
IndicatorLayer ("Currentness" , "lulc" ),
11
11
IndicatorLayer ("Currentness" , "building_count" ),
You can’t perform that action at this time.
0 commit comments