remove defunct files

Former-commit-id: 1138759d1c5d7f2e28194c8d1e8977b9638acf08
This commit is contained in:
Michael T. Kelbaugh
2020-03-17 14:09:21 -04:00
parent 566dd85a0c
commit 807e9ca6c2
4 changed files with 0 additions and 9 deletions

View File

@@ -1 +0,0 @@
{"directed": true, "multigraph": false, "graph": {"id": "af88babd-dc4d-4d74-bee5-009fbf9d5842", "projection": 3085, "granularities": ["usa48", "state", "nerc", "huc8", "latlon", "county"], "minimum_intersect_area": 1, "nodes": 36437, "links": 67366, "counts": {"usa48": 1, "state": 49, "nerc": 22, "huc8": 2118, "latlon": 209, "county": 3108, "state^usa48": 0, "nerc^usa48": 0, "huc8^usa48": 0, "latlon^usa48": 0, "county^usa48": 0, "nerc^state": 140, "huc8^state": 2855, "latlon^state": 434, "county^state": 0, "huc8^nerc": 2662, "latlon^nerc": 354, "county^nerc": 3616, "huc8^latlon": 4013, "county^huc8": 12067, "county^latlon": 4789}, "areas": {"usa48": 7792455.335871618, "state": 7793387.38912383, "nerc": 7792928.002918429, "huc8": 7791575.235840426, "latlon": 7793106.470714936, "county": 7791225.2002698695, "state^usa48": 0, "nerc^usa48": 0, "huc8^usa48": 0, "latlon^usa48": 0, "county^usa48": 0, "nerc^state": 7792193.259023662, "huc8^state": 7789529.655360302, "latlon^state": 7791658.2234804975, "county^state": 0, "huc8^nerc": 7789157.664206916, "latlon^nerc": 7791362.25682819, "county^nerc": 7789040.7610996775, "huc8^latlon": 7789058.412371712, "county^huc8": 7787338.718413128, "county^latlon": 7788814.343185365}}, "nodes": [{"id": "usa48"}, {"id": "state"}, {"id": "county"}, {"id": "nerc"}, {"id": "huc8"}, {"id": "latlon"}, {"id": "nerc^state"}, {"id": "huc8^state"}, {"id": "latlon^state"}, {"id": "huc8^nerc"}, {"id": "latlon^nerc"}, {"id": "county^nerc"}, {"id": "huc8^latlon"}, {"id": "county^huc8"}, {"id": "county^latlon"}], "links": [{"source": "usa48", "target": "state"}, {"source": "usa48", "target": "nerc"}, {"source": "usa48", "target": "huc8"}, {"source": "usa48", "target": "latlon"}, {"source": "state", "target": "county"}, {"source": "state", "target": "nerc^state"}, {"source": "state", "target": "huc8^state"}, {"source": "state", "target": "latlon^state"}, {"source": "county", "target": "county^nerc"}, {"source": "county", "target": "county^huc8"}, {"source": "county", "target": "county^latlon"}, {"source": "nerc", "target": "nerc^state"}, {"source": "nerc", "target": "huc8^nerc"}, {"source": "nerc", "target": "latlon^nerc"}, {"source": "nerc", "target": "county^nerc"}, {"source": "huc8", "target": "huc8^state"}, {"source": "huc8", "target": "huc8^nerc"}, {"source": "huc8", "target": "huc8^latlon"}, {"source": "huc8", "target": "county^huc8"}, {"source": "latlon", "target": "latlon^state"}, {"source": "latlon", "target": "latlon^nerc"}, {"source": "latlon", "target": "huc8^latlon"}, {"source": "latlon", "target": "county^latlon"}]}

View File

@@ -1 +0,0 @@
4279f96a6bdb28d0bcd466cd817dc9a9554f4e93

View File

@@ -1,6 +0,0 @@
from geopandas import read_file, sjoin
import networkx as nx
from networkx.readwrite import json_graph
import geojson
print("packages were successfully installed")

File diff suppressed because one or more lines are too long