[R-sig-Geo] How to create an ellipse buffer using SpatialPointsDataFrame?
Florian Betz
FloBetz at web.de
Wed Jun 29 09:35:12 CEST 2016
Dear Isaque,
you could check out the v.buffer module in GRASS GIS which has a buffer
distance for a major and minor axis. I never tried it out, but maybe
this is what you are looking for...
You can run the GRASS commands also from R using the rgrass7 package.
1) Initialize the R-GRASS connection using initGRASS()
2)running the v.buffer module via execGRASS(cmd="v.buffer", ...)
Regards,
Flo
Am 29.06.2016 um 03:26 schrieb Isaque Daniel:
> Hi everyone,
>
>
> I have been working in a model for spatial analysis and my problem now is generate some ellipses around of SpatialPointsDataFrame.
>
>
> I looking for some similar gBuffer of rgeos, but until now I can't find a solution.
>
> Any suggestion?
>
> Thanks in advance
>
> Best
> Isaque
>
>
> ------------------------------------------------------------------------------------------------------------------
> Agronomist engineer
> Master in Remote Sensing - National Institute for Space Research (INPE) - Brazil
> PHD Student in Transport - Brazilia University (UNB)
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
More information about the R-sig-Geo
mailing list