You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
les limites de la commune de Plogoff en geoJSON pour faciliter
552
554
sa représentation avec `folium`
553
-
([voir la doc `geopandas` à ce propos](https://geopandas.readthedocs.io/en/latest/gallery/polygon_plotting_with_folium.html#Add-polygons-to-map)):
555
+
([voir la doc `Geopandas` à ce propos](https://geopandas.readthedocs.io/en/latest/gallery/polygon_plotting_with_folium.html#Add-polygons-to-map)):
554
556
555
557
:::
556
558
557
559
::: {.content-visible when-profile="en"}
558
560
559
-
Before making a map, we will convert the boundaries of the Plogoff municipality to GeoJSON for easier representation with `folium` ([see the `geopandas` documentation](https://geopandas.readthedocs.io/en/latest/gallery/polygon_plotting_with_folium.html#Add-polygons-to-map)):
561
+
Before making a map, we will convert the boundaries of the Plogoff municipality to GeoJSON for easier representation with `folium` ([see the `Geopandas` documentation](https://geopandas.readthedocs.io/en/latest/gallery/polygon_plotting_with_folium.html#Add-polygons-to-map)):
560
562
561
563
:::
562
564
563
-
```{python}
564
-
#| eval: false
565
-
geo_j = plgf.to_json()
566
-
```
567
-
568
565
::: {.content-visible when-profile="fr"}
569
566
570
567
Pour représenter graphiquement, on peut utiliser le code suivant (essayez de
@@ -579,8 +576,7 @@ To graphically represent this, you can use the following code (try to understand
0 commit comments