MTES-MCT / qualicharge

Améliorer la qualité globale du service de recharge pour véhicules électriques en analysant les données de supervision.
https://beta.gouv.fr/startups/qualicharge.html
MIT License
2 stars 1 forks source link

Addition of the attributes `population` and `area` in the tables `region`, `department`, `EPCI` and `city` #161

Closed loco-philippe closed 3 weeks ago

loco-philippe commented 1 month ago

This enhancement makes it easier to create indicators with ratios per km2 or per inhabitant.

1 - inhabitants:

2 - area:

example:

gdf_geo = gpd.GeoDataFrame(df_geo, crs=4326).to_crs(9794)
gdf_geo['area'] = gdf_geo['geometry'].area

Reference: