Files
SIMoN/graphs/config.json
Michael T. Kelbaugh 808d1045d7 Dockerize the graph construction tool
Former-commit-id: 23f78dba4890c89fa77f93e57584f20b0932b335
2020-03-02 12:41:26 -05:00

20 lines
286 B
JSON

{
"projection": 3085,
"scale_factor": 1000000,
"minimum_intersection_area": 1,
"abstract_edges": [
["usa48", "state"],
["state", "county"],
["usa48", "nerc"],
["usa48", "huc8"],
["usa48", "latlon"]
],
"save_shapes": false,
"tag": "latest"
}