[openaddresses] script path alterations
This commit is contained in:
@@ -8,6 +8,10 @@ This script generates several training sets from OpenAddresses.
|
|||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
|
this_dir = os.path.realpath(os.path.dirname(__file__))
|
||||||
|
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
|
||||||
|
|
||||||
from geodata.openaddresses.formatter import OpenAddressesFormatter
|
from geodata.openaddresses.formatter import OpenAddressesFormatter
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user