loggi / loggibud

Real-world benchmarks for urban delivery problems, including vehicle routing and facility location problems.
MIT License
177 stars 31 forks source link

Fix IPEA broken links #28

Closed ropinho closed 3 years ago

ropinho commented 3 years ago

refers to issue #24.

The links for download IPEA geographic data were replaced in download.sh script, keeping the structure of data_raw directory required in the generation pipeline.

refer to #1: Also was added a shell code to rename the subdirectories in data_raw keeping the pattern "Base informaçoes ..."

as result:

data_raw
├── DF
│   └── Base informaçoes setores2010 universo DF
│       ├── CSV
│       └── EXCEL
├── PA
│   └── Base informaçoes setores2010 universo PA
│       ├── CSV
│       └── EXCEL
└── RJ
    └── Base informaçoes setores2010 universo RJ
        ├── CSV
        └── EXCEL

12 directories
gabisurita commented 3 years ago

Nice work @pinho ! Thank you for tackling this.