Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Simple Building Volume Density #264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonwangio
Copy link

Add BVD

@martinfleis
Copy link
Member

@jonwangio Are you planning to turn this into a momepy class or do you want me to do that based on your code? See for example implementation of SharedWallsRatio - https://github.com/martinfleis/momepy/blob/be19ab9fb0a4daa40c82f6ac89c3920ac632df2b/momepy/distribution.py#L110

I have no problem doing that but it may take some time.

Normally, to add a new function it should be a class with a similar signature as the existing ones, with docstring and tests. I can guide you through the implementation if needed.

Just want to know what to expect with this and the other PR.

@jonwangio
Copy link
Author

@jonwangio Are you planning to turn this into a momepy class or do you want me to do that based on your code? See for example implementation of SharedWallsRatio -

https://github.com/martinfleis/momepy/blob/be19ab9fb0a4daa40c82f6ac89c3920ac632df2b/momepy/distribution.py#L110

I have no problem doing that but it may take some time.

Normally, to add a new function it should be a class with a similar signature as the existing ones, with docstring and tests. I can guide you through the implementation if needed.

Just want to know what to expect with this and the other PR.

@martinfleis Would be great if you can turn them into what they should be for this time, and I can compare and try to mimic next time. Thanks.

@codecov
Copy link

codecov bot commented Feb 15, 2021

Codecov Report

Merging #264 (be19ab9) into master (be19ab9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   96.14%   96.14%           
=======================================
  Files          12       12           
  Lines        2591     2591           
=======================================
  Hits         2491     2491           
  Misses        100      100           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be19ab9...06c1296. Read the comment docs.

@martinfleis martinfleis added this to the 0.5.0 milestone Feb 16, 2021
@martinfleis martinfleis changed the title Create bvd.py ENH: Simple Building Volume Density Jul 22, 2021
@martinfleis martinfleis removed this from the 0.5.0 milestone Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants