Tagged Questions
1
vote
1answer
63 views
R: data.frame to raster object error
I have a data.frame consisting of a points with an associated continuos value and their X,Y coordinates. Altough it's not stored anywhere it's projection is a Lambert conformal conic. I think this is ...
10
votes
1answer
641 views
Projecting sp objects in R
I have a number of shapefiles in different CRSs (mostly WGS84 lat/lon) that I'd like to transform into a common projectly (likely Albers Equal Area Conic, but I may ask for help on choosing in another ...
2
votes
1answer
349 views
Defining datum for Lambert Azimuthal Equal Area and converting to geographic coordinates
I posted this question to a specialised mailing list for spatial data analysis using R here but didn't recieve a response.
I am working with shapefiles and rasters in R, and I am unsure if I am ...
2
votes
1answer
893 views
Converting NZMG (or NZTM) to latitude / longitude for use with R map library
I am a statistician with no background in GIS so apologies for the newbie question.
We routinely use R for a range of statistical and graphic analysis and are interested in using its map library to ...
4
votes
3answers
632 views
How can I find out how to convert this point to lat lon?
I have received a shapefile with measurement points to be analyzed, but no matter how I try, I can't find how to convert to lat lon. I suppose it would be good to know the projection but when I look ...
3
votes
1answer
2k views
Convert a shapefile with northing/easting to ASCII raster with latitude/longitude
Linked below is a polygon shapefile whose projection is NAD83 and whose values are LU/LC codes. Coordinates are meters of northing and easting. I would like to convert it to an ASCII raster with ...
3
votes
2answers
647 views
Which ESRI defined geographic transformation do I need to use to convert my “ NAD83 Northern Virginia” data into WGS 1984 Web Mercator?
My title pretty much tells it all..
I have a number of datasets in which I want to batch project from NAD83 Northern Virginia Datum into the correct Web Mercator projection..
When I do a straight ...