12rambau / pygadm

Easy access to administrative boundary defined by GADM from Python scripts
https://pygadm.readthedocs.io
MIT License
7 stars 1 forks source link

manage continents as names #19

Closed 12rambau closed 1 year ago

12rambau commented 1 year ago

when using continents in names, the ISO codes of all the underlying countries are set.

import pygadm 

pygadm.get_items(name="europe")

FIx #12

codecov[bot] commented 1 year ago

Codecov Report

Merging #19 (a8094ec) into main (5f7cdc9) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #19   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           63        67    +4     
=========================================
+ Hits            63        67    +4     
Impacted Files Coverage Δ
pygadm/__init__.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.