-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][xl] Fixing the workflow in the dataset
- Loading branch information
1 parent
6e87b5b
commit 272b6b1
Showing
11 changed files
with
199,686 additions
and
83,564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
all: requirements download prepare process | ||
|
||
requirements: | ||
pip3 install -r scripts/requirements.txt | ||
|
||
download: | ||
python3 scripts/download_loc.py | ||
|
||
prepare: | ||
bash scripts/prepare_edition_mdb.sh $(shell find . -maxdepth 1 -name "loc*[0-9]*mdb.zip" -print -quit) | ||
|
||
process: | ||
python3 scripts/prepare.py | ||
|
||
clean: | ||
find . -maxdepth 1 -name "*.zip" -exec rm -f {} + | ||
|
||
.PHONY: clean |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.