Displaying 9 results from an estimated 9 matches for "nad83".
2009 Oct 28
2
Re ading and Creating Shape Files
...wing the results in GIS.
A couple things. I cant seem to import a shape file correctly using the
maptools package and the readShapeSpatial. I have tried
Building=file("data/input/BuildingShape/Building.shp")
Bldg<-readShapeSpatial(fn=data/input/BuildingShape/Building,proj4string=NAD83)
#----------------------
Bldg<-readShapeSpatial(data/input/BuildingShape/Building,proj4string=NAD83)
#---------------
Building=file("data/input/BuildingShape/Building.shp")
Bldg<-readShapeSpatial(Building,proj4string=NAD83)
I know i am mis interpreting the documentation but it does...
2013 Jan 23
1
csv mask order
...quot;NA","") )
attach(rfishR)
When I call it up in R, it starts with line 2066 rather than 1 and some of the headers (used Headers = TRUE, too) are "masked"?
Sample data
loc
lat
lon
datum
water
date
obs
net
species
length
mass
other
Dispos
NS10
69.5
-156.8
NAD83
Chuc
########
pt
f
fourhorn sculpin
225
na
na
id
NS10
69.5
-156.4
NAD83
Chuc
########
pt
f
fourhorn sculpin
293
na
na
id
NS10
69.5
-156.2
NAD83
Chuc
########
pt
f
fourhorn sculpin
243
na
na
id
Please help.
-TS
[[alternative HTML version deleted]]
2010 Oct 12
2
Memory limit problem
...Error: cannot allocate vector of size 240 Kb
> memory.limit()
[1] 4000
> memory.size()
[1] 1971.68
> summary(hi.to.utm)
Object of class SpatialPoints
Coordinates:
??????? min?????? max
x? 708745.5? 923406.7
y 2046153.1 2327910.9
Is projected: TRUE
proj4string :
[+proj=utm +zone=4 +datum=NAD83 +ellps=GRS80 +towgs84=0,0,0]
Number of points: 15328
> str(hi.to.utm)
Formal class 'SpatialPoints' [package "sp"] with 3 slots
? ..@ coords???? : num [1:15328, 1:2] 708746 710482 712218 713944 715681 ...
? .. ..- attr(*, "dimnames")=List of 2
? .. .. ..$ : NULL
? .....
2010 Apr 01
3
Using GIS data in R
I have a simple problem: I need to load a ERSI shapefile of US states
and check whether or not a set of points are within the boundary of
these states. I have the shapefile, I have the coordinates but I'm
having a great deal of difficulty bringing the two together. The
problem is the various GIS packages for R do not play well with each
other. sp, shapefiles, maptools, etc all use different
2009 Jul 01
1
Map projections - converting latitude/longitude to eastings and northings
I am trying to set up a Grass project and need to set up the region so
that I can view the map. I can look at a map and find the lat/lon,
but the map projection is in UTM NAD38 WGS84 and I need to set the
eastings and northings. Is there a package that will help me
calculate this in R.
thanks
--
Stephen Sefick
Let's not spend our time and resources thinking about things that are
so little
2024 Dec 06
1
Sum by group
...cinct level? It would be appreciated
if anyone can provide codes to sum population data per precinct.
> tail(df, n=20)Simple feature collection with 20 features and 3 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 989211 ymin: 193205 xmax: 997877 ymax: 222689
Projected CRS: NAD83 / New York Long Island (ftUS)# A tibble: 20 ? 4#
Groups: GEOID [5]
Precinct GEOID totpopE geometry
<fct> <chr> <dbl> <POINT [US_survey_foot]> 1 20
36061015700 10352 (989211 222689) 2 20 36061015700
10352 (989...
2024 Nov 30
1
Save spatial data in a csv file
> print(nyc_ct_geo) Simple feature collection with 2325 features and 1
field Geometry type: MULTIPOLYGON Dimension: XY Bounding box: xmin:
913175.1 ymin: 120128.4 xmax: 1067383 ymax: 272844.3 Projected CRS: NAD83 /
New York Long Island (ftUS) First 10 features: geoid geometry 1 36061000100
MULTIPOLYGON (((972081.8 19... 2 36061000201 MULTIPOLYGON (((988548.2 19...
3 36061000600 MULTIPOLYGON (((986961.2 19... 4 36061001401 MULTIPOLYGON
(((987475 2002... 5 36061001402 MULTIPOLYGON (((988387.7 20... 6
36061001...
2002 Nov 21
0
RArcInfo: can't read arc coverage
...02 Ymax = 142877.109
STATUS
The coverage has not been Edited since the last BUILD or CLEAN.
COORDINATE SYSTEM DESCRIPTION
Projection STATEPLANE
Zone 5626
Datum NAD83
Units METERS Spheroid GRS1980
Parameters:
When I execute the following and do a plotarc() or look at the lists containing the
x and y coordinates, all I see is garbage--the coordinates are all infinitesimal or
extremely large numbers (e.g., -8.928678e...
2011 Nov 04
2
How to write a shapefile with projection
...alPointsDataFrame(try[,1:2], try,
proj4string=CRS(crs))
?
summary(crest.sp)
Object of class SpatialPointsDataFrame
Coordinates:
??????? min?????? ??????? max
x? 610235.1? ?????? 610354.1
y 3374862.4 ?????? 3375751.4
Is projected: TRUE
proj4string :
[+proj=utm +zone=15 +ellps=GRS80 +datum=NAD83 +units=m
+no_defs +towgs84=0,0,0]
Number of points: 890
Data attributes:
????? ???????? ?x????????? y???????????????? z1??????
?Min.?? :? 610235?? Min. : 3374862?? Min.: 6.966?
?1st
Qu.:610269?? 1st Qu.:3375085?? 1st Qu.:7.570?
?Median
:610298?? Median :3375307?? Median :7.901?
?Mean?? :...