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

ADM0 boundaries for china and india #73

Open jfmartinez4 opened 3 months ago

jfmartinez4 commented 3 months ago

Describe the bug Using the pygadm import, I tried to call all of the admin 0 boundaries for countries. admin codes IND and CHN returned this error: "Error occurred: Must have equal len keys and value when setting with an iterable"

To Reproduce Steps to reproduce the behavior:

  1. open a new python script
  2. type in pygadm.Items(admin="IND", content_level=-1 )