I don't believe there are currently any Julia packages that do this, but 
you could utilize or extend Gadfly's D3 engine with polymaps.js 
(http://polymaps.org/). Assuming you have a set of lat/lon pairs in 
GeoJSON, you could essentially create a function that transforms your 
lat/lon coordinates to those that would fit on a 2D canvas viewport.

This is essentially the approach that the ggmap R package called uses, 
which is built on top of ggplot2 (the equivalent of Gadfly for R). 

Let me know if you have any luck, I'm interested in this capability as well.

On Friday, June 20, 2014 9:43:26 AM UTC-4, Mikayla Thompson wrote:
>
> Hi everyone,
>
> I'm new to Julia and trying it out for some data analysis projects with 
> twitter data. 
>
> In particular, I'd like to plot tweets to a map, using a different 
> color/icon for various categories of tweet.  It'd also be useful to color 
> various regions.  
>
> Something similar to or wrapping d3.js would be perfect. I don't *need* the 
> animation/interactive features, but they'd be useful if available. So far, 
> I haven't been able to find any Julia packages that might work for 
> something like this. Am I just overlooking it, or is there no such 
> functionality at this point?
>
> I'm aware that there is the matplotlib route.  I haven't had much luck in 
> python with mapping using matplotlib, so I'm eager for an alternative. 
> However, is that the most practical choice at this point?
>
> Thanks!
> --Mikayla
>

Reply via email to