[R-sig-Geo] How to change coordonnate in a vector spatiladataframe

Edzer Pebesma edzer.pebesma at uni-muenster.de
Wed Mar 18 12:05:13 CET 2015



On 03/18/2015 11:31 AM, PONS Frederic - CEREMA/DTerMed/DREC/SRILH wrote:
> Hi
> 
> I try to change some coordinate in a vector read by readOGR
> Vecteur = readOGR(dsnlayer,layer=nomlayer)
> 
> After some calculation, I try this without success:
> Vecteur[nbi,]@coords=cbind(ProfilProj[,1],ProfilProj[,2])

try:

Vecteur_b = Vecteur[nbi,]
Vecteur_b at coords=cbind(ProfilProj[,1],ProfilProj[,2])

or:

Vecteur at coords[nbi,]=cbind(ProfilProj[,1],ProfilProj[,2])

> 
> The error is:
> Erreur dans as.vector(data) :
>   pas de méthode pour convertir automatiquement cette classe S4 en vecteur
> 
> Thanks and best regards
> -- 
> *Frédéric Pons *
> *Expert hydraulique sur les inondations et aléas côtiers
> **DREC/Service Risques Inondations Littoraux et Hydraulique **- Tél.:
> (33)4 42 24 76 68 *
> *Direction Territoriale Méditerranée
> *
> Centre d’études et d’expertise sur les risques, l’environnement, la
> mobilité et l’aménagement
> www.cerema.fr <http://www.cerema.fr>
> 
> 
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
> 

-- 
Edzer Pebesma
Institute for Geoinformatics (ifgi),  University of Münster,
Heisenbergstraße 2, 48149 Münster, Germany; +49 251 83 33081
Journal of Statistical Software:   http://www.jstatsoft.org/
Computers & Geosciences:   http://elsevier.com/locate/cageo/
Spatial Statistics Society http://www.spatialstatistics.info

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20150318/0e689297/attachment.bin>


More information about the R-sig-Geo mailing list