JuliaGeo / GADM.jl

A Julia package for obtaining geographical data from the GADM dataset
https://gadm.org
MIT License
38 stars 4 forks source link

Improve get() functionality #10

Closed zerefwayne closed 3 years ago

zerefwayne commented 3 years ago

Geography.get("IND"): Returns the polygon of the country

Geography.get("IND", "UP"): Returns the polygon of the state Uttar Pradesh (UP), that's where I live

Geography.get("IND", "UP", "LKO"): Returns the polygon of Lucknow District in State UP.