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

[Download] Write script to fetch and extract geometric data #3

Closed zerefwayne closed 3 years ago

zerefwayne commented 3 years ago
zerefwayne commented 3 years ago

image

zerefwayne commented 3 years ago

In the latest commit, I have updated the dataset code format from GADM/Code to GADM_Code for two reasons:

  1. DataDeps registers the dataset folder name via the parameter we pass it. Folder names cannot have / in their names.
  2. Since we will have to replace the / with to make the folder, it will not be a consistent user experience. It's better to have while downloading and accessing it later.