jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 68 forks source link

Custom reader #47

Open landru29 opened 3 years ago

landru29 commented 3 years ago

This modification allows user to use his own readers

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@9fd306a). Click here to learn what that means. The diff coverage is 67.39%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage          ?   59.51%           
=========================================
  Files             ?        7           
  Lines             ?      746           
  Branches          ?        0           
=========================================
  Hits              ?      444           
  Misses            ?      242           
  Partials          ?       60           
Impacted Files Coverage Δ
reader.go 50.66% <28.16%> (ø)
zipreader.go 48.57% <72.41%> (ø)
shapefile.go 65.43% <98.80%> (ø)

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 9fd306a...e6db11e. Read the comment docs.