У меня есть файл Geojson, и я хочу извлечь схему (structtype), соответствующую с помощью spark. Любая помощь будет оценена
Я использую свечу 2.3.1
Geojson:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
7.0847794888,
50.7242091272
],
[
7.0859976701,
50.7239505872
],
...
[
7.0946504307,
50.722884129
]
]
]
},
"properties": {
"strecke_id": 3,
"auswertezeit": "2018-11-13T16:10:00",
"geschwindigkeit": 26,
"verkehrsstatus": "erh�hte Verkehrsbelastung"
}
},.....
Спасибо за вашу помощь