stable paths

Former-commit-id: 3994622e98a4c567d4e58670467a4ea72e701364
This commit is contained in:
Michael T. Kelbaugh
2020-02-28 14:34:48 -05:00
parent 881b44bc22
commit 83cec52e09

View File

@@ -15,12 +15,13 @@ import geojson
import itertools
from collections import defaultdict
import uuid
import os
# where to save the graphs
save_dir = "."
save_dir = os.path.join(os.path.dirname(__file__), "out")
# where the shapefiles are stored
shapefile_dir = "."
shapefile_dir = os.path.join(os.path.dirname(__file__), "shapefiles")
# the coordinate reference system the shapefiles are defined on
projection = 3085