Skip to content

Commit ae9a8f6

Browse files
committed
Merge branch 'dev' of https://github.com/KWB-R/kwb.rabimo into dev
2 parents b915057 + 0e8404a commit ae9a8f6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

inst/extdata/column-names.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
rabimo_berlin,abimo_berlin,by_100,meaning,unit,type,data_type,default
22
code,CODE,,Unique identifier of block,-,required,character,
33
prec_yr,REGENJA,,Long-term average precipitation per year,mm,required,integer,600
4-
prec_s,REGENSO,,Long-term average precipitation per summer half year (May to October!),mm,required,integer,300
4+
prec_s,REGENSO,,Long-term average precipitation per summer half year (May to October),mm,required,integer,300
55
epot_yr,,,Long-term average potential evapotranspiration per year,mm,required,integer,700
6-
epot_s,,,Long-term average potential evapotranspiration per summer half year (May to October!),mm,required,integer,500
7-
district,BEZIRK,,Specific to Berlin: name of city district,-,required?,character,0
6+
epot_s,,,Long-term average potential evapotranspiration per summer half year (May to October),mm,required,integer,500
7+
district,BEZIRK,,Specific to Berlin: identifier of city district,-,required?,character,0
88
total_area,,,Total block area,m2,required,numeric,100
99
area_main,FLGES,,Total non-road area within the block,m2,required?,numeric,100
1010
area_road,STR_FLGES,,Total road area within the block,m2,required?,numeric,0.0
1111
main_frac,,,Non-road fraction of total block area (area_main/total_area),0..1,required,numeric,
1212
roof,PROBAU,x,Roof fraction of non-road built area,0..1,required,numeric,0.2
1313
green_roof,,,Green roof fraction of roof area,0..1,required,numeric,0.0
14-
swg_roof,KAN_BEB,x,Fraction of ... ,0..1,required,numeric,1.0
15-
pvd,PROVGU,x,Fraction of ...,0..1,required,numeric,0.6
16-
swg_pvd,KAN_VGU,x,Fraction of ...,0..1,required,numeric,0.7
14+
swg_roof,KAN_BEB,x,Fraction of roof area connected to the sewer ,0..1,required,numeric,1.0
15+
pvd,PROVGU,x, Paved fraction of non-road area,0..1,required,numeric,0.6
16+
swg_pvd,KAN_VGU,x,Fraction of paved area connected to the sewer,0..1,required,numeric,0.7
1717
srf1_pvd,BELAG1,x,Fraction of paved area belonging to surface class 1,0..1,required,numeric,0.5
1818
srf2_pvd,BELAG2,x,Fraction of paved area belonging to surface class 2,0..1,required,numeric,0.2
1919
srf3_pvd,BELAG3,x,Fraction of paved area belonging to surface class 3,0..1,required,numeric,0.1
2020
srf4_pvd,BELAG4,x,Fraction of paved area belonging to surface class 4,0..1,required,numeric,0.1
2121
srf5_pvd,BELAG5,x,Fraction of paved area belonging to surface class 5,0..1,required,numeric,0.1
2222
road_frac,,,Road fraction of total block area (area_road/total_area),0..1,required,numeric,0.0
23-
pvd_r,VGSTRASSE,x,Fraction of ...,0..1,required,numeric,0.9
24-
swg_pvd_r,KAN_STR,x,Fraction of ...,0..1,required,numeric,1.0
23+
pvd_r,VGSTRASSE,x,Paved fraction of road area,0..1,required,numeric,0.9
24+
swg_pvd_r,KAN_STR,x,Fraction of paved road area connected to the sewer,0..1,required,numeric,1.0
2525
srf1_pvd_r,STR_BELAG1,x,Fraction of road area belonging to surface class 1,0..1,required,numeric,0.9
2626
srf2_pvd_r,STR_BELAG2,x,Fraction of road area belonging to surface class 2,0..1,required,numeric,0.1
2727
srf3_pvd_r,STR_BELAG3,x,Fraction of road area belonging to surface class 3,0..1,required,numeric,0.0

0 commit comments

Comments
 (0)