Displaying 2 results from an estimated 2 matches for "writepointsshape".
2011 Nov 04
2
How to write a shapefile with projection
...6.966?
?1st
Qu.:610269?? 1st Qu.:3375085?? 1st Qu.:7.570?
?Median
:610298?? Median :3375307?? Median :7.901?
?Mean?? :610300??
Mean? ?:3375307??
Mean?? :7.882?
?3rd
Qu.:610334?? 3rd Qu.:3375529?? 3rd Qu.:8.180?
?Max.?? :610354??
Max.?? :3375751?? Max.??
:8.756?
?
#write the shapefile
writePointsShape(crest.sp, "I:/LA_levee/Shape/llev_crest_pts6")
?
If I load this shapefile in ArcGIS is has no projection.
I also looked at the write.shapefile command from shapefiles library and again I
get a file without projection. Is there any way to write the projection for the
shapefile in R? Prob...
2009 Oct 28
2
Re ading and Creating Shape Files
Hello R Community,
I have imported a dataset which contain X Y coordinates and would like to
recreate a shape file after some data analysis. What i have done is to
import some taxlot data and join them based on some criteria. I want to
check to see how well the joining went by reviewing the results in GIS.
A couple things. I cant seem to import a shape file correctly using the
maptools