Dear All,

I am referring to 2011_Dist. * set of shapefile. (District level
shapefiles).

When I read them as simple features in R, ( like this )

map <- st_read("2011_Dist.shp") %>% st_as_sf()

( it's unprojected because it says 4326 in the epsg when I read the above )

plot(map$geometry)

it looks OK.

But when I do :

map <- st_read("2011_Dist.shp") %>% st_as_sf() %>% st_transform(crs= 2154)

plot(map$geometry)

the map is TILTED.

What is the correct projection to use for this dataset? Please clarify.

Best Regards,
Ashim

-- 
Datameet is a community of Data Science enthusiasts in India. Know more about 
us by visiting http://datameet.org
--- 
You received this message because you are subscribed to the Google Groups 
"datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to