Ho un file GeoJson che voglio convertire in Shapefile ESRI usando ogr2ogr in FWTools.
Ho provato a usare
ogr2ogr -F "ESRI Shapefile" filename.shp geojsonfile.json OGRGeoJSON
Ho ottenuto l'output
ERRORE 6: Impossibile creare campi di tipo StringList su layer shapefile. ERRORE 1: Tentativo di scrivere geometria non poligonale (POINT) per digitare shapefile. ERRORE 1: interruzione anticipata della traduzione dopo la traduzione non riuscita del layer OGRGeoJSON
L'input di GeoJSON che stiamo fornendo è in formato geojson standard.
il contenuto di geojson è come {per condividere ho preso solo una parte dall'array di funzionalità}
{"id":1223,
"properties":{"name":"3","level":2},
"map_version":11,"type":"FeatureCollection","x_id":1234,"obj_type":"LevelGeometry",
"features":[
{
"my_area":[131.40093253528894,33.58879853190332,6.515867411008615,3.490549810987222,-0.6237271428108215],
"id":1984791,
"location":{"type":"Point","coordinates":[131.4009325,33.5887985]},
"properties":{"display_name":"xyz"},
"type":"Feature",
"geometry":{"type":"Polygon","coordinates":[[[131.4009508,33.5888314],[131.4008895,33.5887946],[131.4009148,33.5887653],[131.4009761,33.5888020],[131.4009508,33.5888314]]]},
"obj_type":"Geometry"
}
]
}
ogr2ogr --version
dice?