Closed zerefwayne closed 4 years ago
Example
Merging #15 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #15 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 31 45 +14
=========================================
+ Hits 31 45 +14
Impacted Files | Coverage Δ | |
---|---|---|
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 f5c1c01...1510083. Read the comment docs.
Returns the MULTIPOLYGON data for the requested region. Input: ISO3 Country Code, and further subdivisions
Examples:
get("IND")
- Returns polygon of Indiaget("IND", "Uttar Pradesh")
- Returns polygon of the state Uttar Pradeshget("IND", "Uttar Pradesh", "Lucknow")
- Returns polygon of district LucknowChecks: