Ted Steiner
Ted Steiner
Is this true? I thought that during the segmentation the actual road distance was applied as the weight? See here: https://github.com/tedsteiner/OpenStreetMap.jl/blob/master/src/intersections.jl#L55
Yep, you're right. This is a good catch. Not sure what the best way to fix it is, though...
@andyferris Thanks for pointing this out. Apparently my GitHub notifications list got so long that it wasn't showing things for this package anymore, but I'll try to get a fix...
I feel like I missed something big here. Are you planning to replace this package entirely? If there is a faster parser available, why not just incorporate it here instead?...
Cool, I'm all for it. Thanks for explaining, @yeesian! I was just a little thrown off by some of the text in the scope section your readme. If there's anything...
Sounds good to me.
I got the same error on Mac OS 10.9. Here are the output of ./configure (parsed as Markdown) and the compile output: checking for gawk... no checking for mawk... no...
Thank you for getting back to me so quickly. Using "./configure --without-readline" did allow gvars to build and install for me. Thanks again!