pysal / momepy

Urban Morphology Measuring Toolkit
https://docs.momepy.org
BSD 3-Clause "New" or "Revised" License
496 stars 59 forks source link

ENH: add FaceArtifacts #510

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

Adding FaceArtifacts exposing the workflow from the upcoming paper by myself and @anastassiavybornova.

I still need to figure out how to test this since the method works for large metro areas but not for smaller samples. It needs the critical mass of elements. I will play with it if I find some useful samples.

codecov[bot] commented 1 year ago

Codecov Report

Merging #510 (943f490) into main (4f1176a) will increase coverage by 0.3%. Report is 1 commits behind head on main. The diff coverage is 96.8%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #510     +/-   ##
=======================================
+ Coverage   97.2%   97.5%   +0.3%     
=======================================
  Files         24      24             
  Lines       4110    4176     +66     
=======================================
+ Hits        3996    4072     +76     
+ Misses       114     104     -10     
Files Changed Coverage Δ
momepy/preprocessing.py 93.8% <94.7%> (+0.1%) :arrow_up:
momepy/tests/test_preprocess.py 100.0% <100.0%> (ø)

... and 5 files with indirect coverage changes

martinfleis commented 1 year ago

@anastassiavybornova can I ask for your review as well?