Skip to content

Commit

Permalink
[fix][m] Fixing up the coordinates to the right format
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem committed Oct 28, 2024
1 parent 1d98b9d commit beaa557
Show file tree
Hide file tree
Showing 3 changed files with 185,446 additions and 185,412 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
all: requirements download prepare process

requirements:
pip3 install -r scripts/requirements.txt
pip install -r scripts/requirements.txt

download:
python3 scripts/download_loc.py
python 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
python scripts/prepare.py

clean:
find . -maxdepth 1 -name "*.zip" -exec rm -f {} +
Expand Down
Loading

0 comments on commit beaa557

Please sign in to comment.