Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
panc86 committed Mar 28, 2024
1 parent 3a38464 commit cfabca6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Gazetteer

Build a *gazetteer.csv.zip*, and a *gadm41_regions.shp.zip* files for geocoding purpose.
Build gazetteer using GADM regions and Geonames cities above 15k pop

## Build

> :coffee: This may take several minutes depending on you connection.
> :coffee: It may take several minutes on first built due to GADM database download
Install dependencies

```shell
poetry install
```

Build gazetteer

```shell
python3 -m venv .pyve
.pyve/bin/pip install -r requirements.txt
.pyve/bin/python build.py
poetry run python -B build.py
```

0 comments on commit cfabca6

Please sign in to comment.