TomorrowsCities / tomorrowscities

MIT License
3 stars 1 forks source link

fix: center calculation is now in geometric #62

Closed hkayabilisim closed 3 months ago

hkayabilisim commented 3 months ago

As soon as a geo dataframe is uploaded, its center is calculated so that the data will be centered on the map. It has been calculated in geographic coordinated which produces warnings. To get rid of this, geodataframe is converted first to geometry, then calculation takes place, and finally converted back to geography.