up lat lon
This commit is contained in:
parent
1ff6935153
commit
78c7ae4e46
File diff suppressed because it is too large
Load Diff
@ -39,7 +39,10 @@ for article in articles:
|
|||||||
"adresse": adresse,
|
"adresse": adresse,
|
||||||
"telephone": telephone
|
"telephone": telephone
|
||||||
},
|
},
|
||||||
"geometry": geometry.__geo_interface__
|
"geometry":{
|
||||||
|
"coordinates": [latitude,longitude],
|
||||||
|
"type":"Point"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
antennes.append(antenne)
|
antennes.append(antenne)
|
||||||
@ -48,4 +51,4 @@ for article in articles:
|
|||||||
gdf = gpd.GeoDataFrame(antennes)
|
gdf = gpd.GeoDataFrame(antennes)
|
||||||
|
|
||||||
# Exporter le GeoDataFrame au format GeoJSON
|
# Exporter le GeoDataFrame au format GeoJSON
|
||||||
gdf.to_file("antennes_planning_familial.geojson", driver="GeoJSON")
|
gdf.to_file("antennes_planning_familial.json", driver="GeoJSON")
|
Loading…
Reference in New Issue
Block a user