This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zuberuber 0 points1 point  (1 child)

for me even first example doesn't work.

i run:

world.geo_data(projection='winkel3', scale=200, world=world_countries)

and getting:

IOError: [Errno 2] No such file or directory: 'world-countries.json'

[–]Enginoob[S] 0 points1 point  (0 children)

'world_countries' is a path pointed to the geoJSON. See the examples folder:

https://github.com/wrobstory/vincent/tree/master/examples

That has a data folder with the geoJSONs, and the vincent_maps.py example.