mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-09 14:57:56 -05:00
stable paths
Former-commit-id: 3994622e98a4c567d4e58670467a4ea72e701364
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user