Skip to content

Commit ad663e2

Browse files
committed
Temporarily reverted the EV Charging stations geospatial indexing
1 parent 2ec03ec commit ad663e2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

backend/src/BIE.DataPipeline/yaml/common/EV_charging_stations.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ options:
1010
# discard any rows that have null values
1111
discard_null_rows: false
1212
# how to deal with existing table. Options: ignore, replace, skip (default).
13-
if_table_exists: replace
14-
location_to_SQL_point:
15-
name_in_table: location
16-
index_lon: 8
17-
index_lat: 9
13+
if_table_exists: skip
14+
# location_to_SQL_point:
15+
# name_in_table: location
16+
# index_lon: 8
17+
# index_lat: 9
1818
table_name: EV_charging_stations
1919
dataset: EV_charging_stations
2020
delimiter: ";"
@@ -38,6 +38,12 @@ table_cols:
3838
name_in_table: state
3939
- name: Kreis/kreisfreie Stadt
4040
name_in_table: district
41+
- name: Breitengrad
42+
name_in_table: latitude
43+
type: DECIMAL(8,6)
44+
- name: Längengrad
45+
name_in_table: longitude
46+
type: DECIMAL(9,6)
4147
- name: Inbetriebnahmedatum
4248
name_in_table: commissioning_date
4349
- name: Nennleistung Ladeeinrichtung [kW]

0 commit comments

Comments
 (0)