Big update
- Add ed_lrr_pp to preprocess JSON-Dumps into CSV files - Add route-graph-precomputation to ed_lrr - Add option to only route through primary stars
This commit is contained in:
parent
d42121c33b
commit
84bc08a2e1
9 changed files with 1109 additions and 301 deletions
|
@ -165,7 +165,7 @@ if not os.path.isfile("stars.csv"):
|
|||
print()
|
||||
cache.close()
|
||||
|
||||
if not os.path.isfile("stars.kdt"):
|
||||
if not os.path.isfile("stars.csv"):
|
||||
tqdm.pandas(ascii=True, leave=True)
|
||||
print("Loading data...")
|
||||
data = pd.read_csv(
|
||||
|
|
2
dumps/urls.txt
Normal file
2
dumps/urls.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
https://www.edsm.net/dump/systemsWithCoordinates.json
|
||||
https://www.edsm.net/dump/bodies.json
|
Loading…
Add table
Add a link
Reference in a new issue