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

feat: add suggestion for wrongly set names/id #23

Closed 12rambau closed 1 year ago

12rambau commented 1 year ago

Fix #17

If the name is not set exactly the error message will show a suggestions matching the request. it will solve all issues related to truncated, capital letters, spaces, dashes... etc

codecov[bot] commented 1 year ago

Codecov Report

Merging #23 (1bf9b95) into main (cc20366) will increase coverage by 0.28%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   97.18%   97.46%   +0.28%     
==========================================
  Files           1        1              
  Lines          71       79       +8     
==========================================
+ Hits           69       77       +8     
  Misses          2        2              
Impacted Files Coverage Δ
pygadm/__init__.py 97.46% <100.00%> (+0.28%) :arrow_up: