Loading...
Logo
Processing Forum
hi everybody!
i need some help:

does anybody know how to import in a processing sketch hundreds of locations from a kml file?

can't find anything on the web...
thank you very much,
paolo

Replies(1)

If you convert it to GPX, you can use Tom Carden's GPX library... see here:

That being said, Processing should be able to read & parse it like any other XML file...