Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. o1 <- gIntersection(ud50_m2b,ud50_hmm,byid = T, id = 'ID')
  2.  
  3. Error in RGEOSBinTopoFunc(spgeom1, spgeom2, byid, id, drop_lower_td, unaryUnion_if_byid_false, : ids vector has incorrect length of 1 expected length of 35910
  4.  
  5. > str(ud50_m2b)
  6. Formal class 'SpatialPolygonsDataFrame' [package "sp"] with 5 slots
  7. ..
  8.  
  9. @ data :'data.frame': 2 obs. of 4 variables:
  10. .. ..$ ID : Factor w/ 2 levels "CB1201","CB1203": 1 2
  11. .. ..$ area : num [1:2] 1971 1178
  12. .. ..$ survey: Factor w/ 15 levels "","April2012BI",..: 2 2
  13. .. ..$ n : int [1:2] 3024 4326
  14. ..
  15.  
  16. @ polygons :List of 2
  17. .. ..$ :Formal class 'Polygons' [package "sp"] with 5 slots
  18. .. .. .. ..@ Polygons :List of 3
  19. .. .. .. .. ..$ :Formal class 'Polygon' [package "sp"] with 5 slots
  20. .. .. .. .. .. .. ..@ labpt : num [1:2] 435288 6250135
  21. .. .. .. .. .. .. ..@ area : num 5857355
  22. .. .. .. .. .. .. ..@ hole : logi FALSE
  23. .. .. .. .. .. .. ..@ ringDir: int 1
  24. .. .. .. .. .. .. ..@ coords : num [1:30, 1:2] 434056 433968 433882 433922 434056 ...
  25. .. .. .. .. ..$ :Formal class 'Polygon' [package "sp"] with 5 slots
  26. .. .. .. .. .. .. ..@ labpt : num [1:2] 442476 6251628
  27. .. .. .. .. .. .. ..@ area : num 13697898
  28. .. .. .. .. .. .. ..@ hole : logi FALSE
  29. .. .. .. .. .. .. ..@ ringDir: int 1
  30. .. .. .. .. .. .. ..@ coords : num [1:64, 1:2] 439588 439576 439588 439740 439983 ...
  31. .. .. .. .. ..$ :Formal class 'Polygon' [package "sp"] with 5 slots
  32. .. .. .. .. .. .. ..@ labpt : num [1:2] 442305 6247942
  33. .. .. .. .. .. .. ..@ area : num 156406
  34. .. .. .. .. .. .. ..@ hole : logi FALSE
  35. .. .. .. .. .. .. ..@ ringDir: int 1
  36. .. .. .. .. .. .. ..@ coords : num [1:8, 1:2] 442353 442112 442185 442353 442474 ...
  37. .. .. .. ..@ plotOrder: int [1:3] 2 1 3
  38. .. .. .. ..@ labpt : num [1:2] 442476 6251628
  39. .. .. .. ..@ ID : chr "CB1201"
  40. .. .. .. ..@ area : num 19711659
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement