Replies: 1 comment 2 replies
-
@Arch4060 Thanks! Would you be interested in pushing up a fix? If not, no problem, we can fix. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.momepy.org/en/stable/generated/momepy.CentroidCorners.html
buildings_df['ccd_means'] = ccd.means
Should be:
buildings_df['ccd_means'] = ccd.mean
--> ccd.mean[s]
Beta Was this translation helpful? Give feedback.
All reactions