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

fix: manage multi word names #70

Closed 12rambau closed 4 months ago

12rambau commented 4 months ago

Due to the geojson bug, names need to be camelcase before being compared to the fullmatch function. reason why all the names composed of multiple words were not working.

I created a test as well as this issue should require some modification upon next GADM release.

related to #68