Last chance! 50% off unlimited learning
Sale ends in
powered by
Many GIS functions (e.g. finding the area)
reproject(shp, crs = crs_select_aeq(shp))
A spatial object with a geographic (WGS84) coordinate system
An optional coordinate reference system (if not provided it is set automatically by crs_select_aeq()).
crs_select_aeq()
Other geo: bbox_scale, buff_geo, crs_select_aeq, decode_gl, gclip, geo_bb_matrix, geo_bb, mapshape_available, mapshape, quadrant
bbox_scale
buff_geo
crs_select_aeq
decode_gl
gclip
geo_bb_matrix
geo_bb
mapshape_available
mapshape
quadrant
# NOT RUN { data(routes_fast) rf_aeq <- reproject(routes_fast[1:3, ]) rf_osgb <- reproject(routes_fast[1:3, ], 27700) # }
Run the code above in your browser using DataLab