Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. buildings_data<-readOGR("buildings.shp")
  2. buildings<- spTransform(buildings_data, CRS("+proj=utm +zone=45 +a=6377299.151
  3. +b=6356098.145120132
  4. +towgs84=295,736,257,0,0,0,0 +units=m +no_defs "))
  5.  
  6. There were 19 warnings (use warnings() to see them)
  7.  
  8. In Polygon(coords = crds) : less than 4 coordinates in polygon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement