Closed ale-v closed 1 year ago
The Momepy function MeanInterbuildingDistance outputs a columns full of Nans even though no error is shown.
Replicating the example provided in http://docs.momepy.org/en/stable/examples/clustering.html
This is the line that outputs the unexpected result:
buildings['interbuilding_distance'] = momepy.MeanInterbuildingDistance(buildings, queen_1, 'uID', queen_3, verbose=False).series
momepy=0.6.0 geopandas=0.14.1 pysal=23.1 python=3.10.13
No response
Describe the problem
The Momepy function MeanInterbuildingDistance outputs a columns full of Nans even though no error is shown.
Steps to reproduce
Replicating the example provided in http://docs.momepy.org/en/stable/examples/clustering.html
This is the line that outputs the unexpected result:
buildings['interbuilding_distance'] = momepy.MeanInterbuildingDistance(buildings, queen_1, 'uID', queen_3, verbose=False).series
Versions of your packages
momepy=0.6.0 geopandas=0.14.1 pysal=23.1 python=3.10.13
Your operating system
No response
Additional context
No response