Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Vector Tile Design for WASAC

Jin Igarashi edited this page Jul 3, 2020 · 4 revisions

This is the design of vector tiles for WASAC. You can also see our database design from here.

1. List of Layers

No Layer Min Zoom Max Zoom Geometry Type
1 pipeline 11 14 LineString
2 connection 14 14 Point
3 chamber 14 14 Point
4 watersource 12 14 Point
5 reservoir 12 14 Point
6 pumping_station 12 14 Point
7 wss 9 14 Polygon
8 wss_annotation 11 15 Point
9 district 8 14 Polygon
10 district_annotation 8 11 Point
11 sector 10 14 Polygon
12 sector_annotation 10 14 Point
13 cell 13 14 Polygon
14 cell_annotation 13 14 Point
15 village 14 14 Polygon
16 village_annotation 14 14 Point

2. List of Columns for each layers

pipeline

No Column Data Type
1 fid Integer
2 material String
3 pipe_size Integer
4 pressure String
5 construction_year Integer
6 rehabilitation_year Integer
7 input_date String

connection

No Column Data Type
1 fid Integer
2 connection_type String
3 no_user Integer
4 water_meter Boolean
5 status String
6 observation String
7 elevation Integer
8 input_date String
9 construction_year Integer
10 rehabilitation_year Integer

chamber

No Column Data Type
1 fid Integer
2 chamber_type String
3 chamber_size String
4 material String
5 status String
6 observation String
7 elevation Integer
8 is_breakpressure Boolean
9 chlorination_unit Boolean
10 construction_year Integer
11 rehabilitation_year Integer
12 input_date String

watersource

No Column Data Type
1 fid Integer
2 source_type String
3 discharge Float
4 water_meter Boolean
5 status String
6 observation String
7 elevation Integer
8 chlorination_unit Boolean
9 source_protected Boolean
10 construction_year Integer
11 rehabilitation_year Integer
12 input_date String

reservoir

No Column Data Type
1 fid Integer
2 reservoir_type String
3 capacity Float
3 material String
4 water_meter Boolean
5 status String
6 observation String
7 elevation Integer
8 is_breakpressure Boolean
9 meter_installation_date String
10 chlorination_unit Boolean
11 construction_year Integer
12 rehabilitation_year Integer
13 input_date String

pumping_station

No Column Data Type
1 fid Integer
2 status String
3 head_pump String
4 power_pump String
5 discharge_pump String
6 pump_type String
7 power_source String
8 no_pump Integer
9 kva String
10 no_generator Integer
11 observation String
12 elevation Integer
13 pump_installation_date String
14 meter_installation_date String
15 capacity_antihummber String
16 water_meter Boolean
17 chlorination_unit Boolean
18 installation_antihummer Boolean
19 construction_year Integer
20 rehabilitation_year Integer
21 input_date String

wss

No Column Data Type
1 wss_id Integer
2 wss_type String

wss_annotation

No Column Data Type
1 wss_id Integer
2 wss_name String

district

No Column Data Type
1 dist_id Integer

district_annotation

No Column Data Type
1 dist_id Integer
2 district String

sector

No Column Data Type
1 sect_id Integer

sector_annotation

No Column Data Type
1 sect_id Integer
2 sector String

cell

No Column Data Type
1 cell_id Integer

cell_annotation

No Column Data Type
1 cell_id Integer
2 cell String

village

No Column Data Type
1 vill_id Integer

village_annotation

No Column Data Type
1 vill_id Integer
2 village String