aye, that works fine. wanted to post it up for kfs + davo though 
Getting error :
C:\Temp\Trade_Dangerous\trade.py: import.prices:75715 ERROR Unrecognized line/syntax,
got: 'Bauxite 46 56 ?600178130H 2015-01-06 10:01:29'.
when updating prices with trade.py import -i http://kfs.org/td/prices and trade.py import --plug=maddavo
I have discovered a (possibly odd) behaviour
In the general style
trade.py run --ca 10 --cr 1000 --from start/stn --to end/stn --hops 1 --ly 10
based in the time it takes to return a result, it seems to be doing a lot of thinking about route, even if the distance from start to end is less than the range given.
For example, if I put --ly=100 (I can't remember what my range is, but it's enough and please tell me the best trade without me having to alt-tab again) it will take a LOT longer to work out than it's --ly=16.89 (okok... I alt-tabbed are you happy now).
Is there any reason for doing some long calculation to route from A->B where LY > distance(A->B) ??
My apologies if this has come up already (70 pages of posts turned out to be a bit much to go through in detail), but two quick questions:
1) Is there a way to search for circular routes. Using the same --to and --from works of course, but if I want to find the best circular route in 10 systems' radius for example?
2) Is there any ETA on including pad size as a search parameter for the "run" command? (Just got my Type-9 (yay!) and it's a pain to grind through all route suggestions weeding out outposts)
1) Yeah, to and from set the same and -hops 10 set should do the job, with range setting
2) From an earlier post by kfsone, very soon (maybe days away)
On 2), thanks for the update
On 1) my point was to find the best roundtrip between two stations without already knowing which station to start with. See what I mean? I'd just like to find the best circular route in my vicinity, without having to try all the stations, one by one, using the same --to and --from.
Thank you, I did do a install of 3.4.2 overtop of 3.4.1. I will uninstall and reinstall Python 3.4.2 and report back my tomorrow. Otherwise great tool. So far as I have used it everything else works.
Given the way that the database has grown in the past few weeks and the way the search function is currently written it's more and more unlikely a search of that type will be effective going forward. Unless of course someone comes up with a significantly better way to deal with filtering good-candidate stations without loading ridiculous amounts of nodes into a matrix in memory.
Right now, I think kfsone is working on culling the matrix of stations based on proximity which should be a very good start to solving the issues with known start/end points. I already tagged something similar to your issue on the bitbucket tracker.
--pad s small only
--pad sml? any pad size (same as not using --pad)
--pad s? small or unknown
--pad SsMmLl? just being silly
--pad l? large or unknown
--pad ? *only* unknown*
Ok, thanks! I'm always trying to get the best possible roundtrip, rather than just going into a random direction based on the last good route, and have in the past been able to find some awesome "triangle routes", but only with medium pads. With a Type-9 those suddenly became useless, and I'm struggling to come up with new ones. But for now I'll try patiently to test different origin points manually.
$ trade.py run --from sol --start-jumps 3 ... --hops 2
aka
$ trade.py run --from sol -s3 --hops 2
2) Is there any ETA on including pad size as a search parameter for the "run" command? (Just got my Type-9 (yay!) and it's a pain to grind through all route suggestions weeding out outposts)
Station Cost DistLy Age/days StnLs B/mkt Pad
--------------------------------------------------------------------------------------
GROOMBRIDGE 1618/Gernsback Terminal 250 0.00 0.74 ? ? ?
GROOMBRIDGE 1618/Franklin Ring 228 0.00 14.76 ? ? ?
GROOMBRIDGE 1618/Cady Market 38 0.00 15.31 169 Yes Lrg
GROOMBRIDGE 1618/Martinez Market 38 0.00 15.32 ? ? ?
DUAMTA/Davis Terminal 39 7.88 10.56 550 Yes Lrg
WISE 1506+7027/Dobrovolskiy Enterprise 255 10.18 5.62 249 Yes Lrg
ROSS 104/Bunch City 143 10.79 15.21 ? ? ?
...
Just confirm in case I missed something, all outpost stations are s + m only, all 'slot' stations have l pads?
Just confirm in case I missed something, all outpost stations are s + m only, all 'slot' stations have l pads?
Just confirm in case I missed something, all outpost stations are s + m only, all 'slot' stations have l pads? Since a lot of '?' can be filled in via patient system view on the map I'd like to know if there are any odd cases before committing bad data.
As far as i know that is correct.
@kfsone
What is the ShipVendor.csv used for? Ok, obviously it is for storing where which ship is available, but is there something like "trade buy Anaconda --near Eranin"? Or is adding data to the ShipVendor.csv more or less useless at the moment?
If it is not useless, an add command would be great, for example like "trade.py shipvendor --add "i bootis/nowhere port" -ships anaconda,viper,cobra,..."
Confirmed for my experience.