[R-sig-Geo] R language GIS moving points

Roman Luštrik roman.lustrik at gmail.com
Sun Apr 14 13:24:40 CEST 2013


I'm not sure what would be the optimal solution, but my first thought
was `elide` in `maptools` package.

Cheers,
Roman



On Sun, Apr 14, 2013 at 1:18 PM, Endri Raco <endri81 at gmail.com> wrote:
> Thank you Roman,
> Using
> al1 = get_map(location = c(lon, lat),
>               zoom = 6, maptype = 'roadmap')
>  ggmap(al1) + geom_point(data = points,colour="red")+geom_point(data =
> points2,colour="green")
>
> I printed map and points but still thinking about some code to make the
> points move from one coordinate to the other.
> Any ideas?
> Regards
>
>
> On Sun, Apr 14, 2013 at 12:59 PM, Roman Luštrik <roman.lustrik at gmail.com>
> wrote:
>>
>> Your starting point is `sp` which offers methods for everything
>> spatial. You will probably want `Rgooglemaps`
>> (http://cran.r-project.org/web/packages/RgoogleMaps/index.html)
>> package for downloading georeferenced snapshots.
>>
>> Cheers,
>> Roman
>>
>>
>>
>> On Sun, Apr 14, 2013 at 11:23 AM, endri81 <endri81 at gmail.com> wrote:
>> > Hello group,
>> > Trying to load a map from Google Maps.
>> > Main idea is to show a bus route in R language and to simulate some
>> > moving
>> > points on this route representing buses moving from one point to the
>> > other.
>> > Any idea which package to use for this and maybe some advices would be
>> > very
>> > thankful.
>> > Best Regards
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> > http://r-sig-geo.2731867.n2.nabble.com/R-language-GIS-moving-points-tp7583305.html
>> > Sent from the R-sig-geo mailing list archive at Nabble.com.
>> >
>> > _______________________________________________
>> > R-sig-Geo mailing list
>> > R-sig-Geo at r-project.org
>> > https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>>
>>
>>
>> --
>> In God we trust, all others bring data.
>
>
>
>
> --
> MSc. Endri Raço
> _________________________________________________
> Polytechnic University of Tirana
> Faculty of Mathematical Engineering and Physics Engineering
> Department of Mathematical Engineering
> Address:  Sheshi Nene Tereza, Nr. 4, Tirana - ALBANIA
> Mobile: ++ 355 682061988



-- 
In God we trust, all others bring data.



More information about the R-sig-Geo mailing list