jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
913 stars 121 forks source link

Add default lat/lon precision to base Geometry class #131

Closed rayrrr closed 5 years ago

rayrrr commented 5 years ago

In response to #84:

codecov[bot] commented 5 years ago

Codecov Report

Merging #131 into master will decrease coverage by 2.89%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #131     +/-   ##
=========================================
- Coverage   95.36%   92.46%   -2.9%     
=========================================
  Files          10       10             
  Lines         345      345             
  Branches       69       69             
=========================================
- Hits          329      319     -10     
- Misses          9       16      +7     
- Partials        7       10      +3
Impacted Files Coverage Δ
geojson/geometry.py 97.64% <100%> (-2.36%) :arrow_down:
geojson/mapping.py 80.95% <0%> (-9.53%) :arrow_down:
geojson/utils.py 84.76% <0%> (-3.81%) :arrow_down:
geojson/base.py 94.64% <0%> (-3.58%) :arrow_down:

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 7a1b814...7dcbcdd. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files          10       10           
  Lines         345      345           
  Branches       69       69           
=======================================
  Hits          329      329           
  Misses          9        9           
  Partials        7        7
Impacted Files Coverage Δ
geojson/geometry.py 100% <100%> (ø) :arrow_up:

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 7a1b814...79016f0. Read the comment docs.