Skip to content

Commit 2fe7dd0

Browse files
authored
Fix forward geocoding and optimize queries
2 parents dcdc4dc + 5ad506b commit 2fe7dd0

18 files changed

Lines changed: 927 additions & 482 deletions

Pipfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
psycopg2-binary = "*"
10+
pyproj = "*"
11+
requests = "*"
12+
pystache = "*"
13+
python-geohash = "*"
14+
PyYAML = "*"
15+
Shapely = {extras = ["vectorized"],version = "*"}
16+
17+
[requires]
18+
python_version = "3.7"

Pipfile.lock

Lines changed: 197 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)