Don't know, but ask on r-sig-geo if you don't get a satisfactory reply
here.
Bert
On Thu, Jul 4, 2019, 4:04 AM Ashim Kapoor wrote:
> Dear All,
>
> map3 <- st_read("My Shapefile") %>% st_as_sf %>% st_transform(crs = 7755)
> # Please see any shapefile here :
> https://github.com/datameet/maps/tr
Dear All,
map3 <- st_read("My Shapefile") %>% st_as_sf %>% st_transform(crs = 7755)
# Please see any shapefile here :
https://github.com/datameet/maps/tree/master/Districts
map_buffer <- st_buffer(mapHR, dist = -1000)
# CRS 7755 is for India, please see here, https://epsg.io/7755
My query is : T
2 matches
Mail list logo