JuliaGeo / GADM.jl

A Julia package for obtaining geographical data from the GADM dataset
https://gadm.org
MIT License
38 stars 4 forks source link

Extract country polygon via get() function #9

Closed zerefwayne closed 3 years ago

zerefwayne commented 3 years ago

Closing #4

julia> Geography.get("IND")
Geometry: MULTIPOLYGON (((93.78772736 6.85264015,93.7884903  ... 49)))
codecov-io commented 3 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         3    +1     
  Lines           10        31   +21     
=========================================
+ Hits            10        31   +21     
Impacted Files Coverage Δ
src/Geography.jl 100.00% <ø> (ø)
src/download.jl 100.00% <ø> (ø)
src/polygon.jl 100.00% <100.00%> (ø)

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 d7375a2...6f85736. Read the comment docs.