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

Set ENV["DATADEPS_ALWAYS_ACCEPT"] = true in __init__() #42

Closed juliohm closed 2 years ago

juliohm commented 2 years ago

Beginners always fall into this trap of trying to download a geometry and failing to see the confirmation in the prompt. We should probably set the environment variable in the init() of the package so that downloads are always done without user interaction.