Python: mongodb to geopandas
I'm working with a MongoDB database containing city polygon data. I've successfully connected to it from Python and downloaded the data. However, when I convert it into a GeoDataFrame, the geometry column doesn't seem to be recognized correctly. How can…