Quote:
Originally Posted by loramin
[You must be logged in to view images. Log in or Register.]
https://wiki.project1999.com/Zone_Connection_World
In theory it would be possible to write an automated tool (it's a variant of a classic programming problem "the traveling salesman"), but I don't think anyone has done so yet ... so the maps I linked above are probably your best bet.
Oh, and if you did want to automate it, I'd be happy to help with the web bits (as a JS dev myself). We even have a JSON zone data file in the wiki ( https://wiki.project1999.com/MediaWiki:Zones.js) ... but it doesn't yet have the connections, so someone would need to parse them out of the HTML.
|
Starting working on this, but the dataset it going to take a little logger than I originally thought.
tl;dr - I want something in between the map link you posted and the wiki pages for each zone. I've started a web scraping script to accomplish this, ideally gathering the top summary table on each page along with information in the image being input.
Once the data is gathered, putting into a csv, json, sqlite, something and placing in a fastapi should be quick work. I'll continue to keep you posted!