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 67 forks source link

Add OpenZipReader. #45

Open toyo opened 3 years ago

toyo commented 3 years ago

To use network storage such as google cloud storage, add OpenZipReader function.

codecov-commenter commented 3 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.04%. The diff coverage is 53.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   60.09%   60.14%   +0.04%     
==========================================
  Files           7        7              
  Lines         802      808       +6     
==========================================
+ Hits          482      486       +4     
- Misses        264      266       +2     
  Partials       56       56              
Impacted Files Coverage Δ
zipreader.go 44.87% <53.84%> (+1.81%) :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 9fd306a...1240d04. Read the comment docs.