dotmap
dotmap copied to clipboard
dotmap based on http://bmander.com/dotmap/index.html
In generating samples, `makedots.py` does: ``` for i in range(pop): while True: samplepoint = make_ogr_point( uniform(ll,rr), uniform(bb,tt) ) if geom.Intersects( samplepoint ): break x, y = merc.LatLonToMeters( samplepoint.GetY(), samplepoint.GetX() )...
see https://coderwall.com/p/n2y79g
I was able to follow the steps in the readme without any problem, so good job writing clear instructions! A friend of mine is running into a weird error though...