Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 1241d35

Browse files
committed
lookup_table file created
1 parent 15eaa16 commit 1241d35

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

kmlparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def format_vertices(arr):
4242

4343
print()
4444
poly=r.polygon(ps)
45-
test=r.points(-2.6,5.27)
45+
test=r.points(-2.8,6.5)
4646
fig,ax=plt.subplots()
4747

4848
patches=[]

lookup_table.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# this script should create lookup tables for individual range maps
2+
def create_table():
3+
# what we are going to return
4+
lookup_table = {}
5+
6+
7+
8+
#
9+
return lookup_table

0 commit comments

Comments
 (0)