pysal / spaghetti

SPAtial GrapHs: nETworks, Topology, & Inference
http://pysal.org/spaghetti/
BSD 3-Clause "New" or "Revised" License
260 stars 69 forks source link

revisit `_points_as_gdf()` #720

Closed jGaboardi closed 1 year ago

jGaboardi commented 1 year ago

Follow up from https://github.com/pysal/spaghetti/pull/718#pullrequestreview-1415962601.

Is this something along the lines you were thinking, @martinfleis?

codecov[bot] commented 1 year ago

Codecov Report

Merging #720 (d0134f4) into main (6ba30c0) will decrease coverage by 0.0%. The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #720     +/-   ##
=======================================
- Coverage   97.6%   97.6%   -0.0%     
=======================================
  Files          3       3             
  Lines       1177    1176      -1     
  Branches     300     299      -1     
=======================================
- Hits        1149    1148      -1     
  Misses         7       7             
  Partials      21      21             
Impacted Files Coverage Δ
spaghetti/util.py 98.3% <100.0%> (-<0.1%) :arrow_down: