Deall All, I am working with the Districts shapefile using R.
The file is located here: https://github.com/datameet/maps/tree/master/Districts Here are some records from this shapefile: > districts.map.with.crs %>% head Simple feature collection with 6 features and 5 fields Geometry type: MULTIPOLYGON Dimension: XY Bounding box: xmin: 71.60734 ymin: 18.33075 xmax: 93.20723 ymax: 27.40883 CRS: EPSG:4326 district st_nm st_cen_cd dt_cen_cd censuscode 1 Adilabad Andhra Pradesh 28 1 532 2 Agra Uttar Pradesh 9 15 146 3 Ahmadabad Gujarat 24 7 474 4 Ahmadnagar Maharashtra 27 26 522 5 Aizawl Mizoram 15 3 283 6 Ajmer Rajasthan 8 21 119 SHAPE 1 MULTIPOLYGON (((78.84972 19... 2 MULTIPOLYGON (((78.19803 27... 3 MULTIPOLYGON (((72.03456 23... 4 MULTIPOLYGON (((74.67333 19... 5 MULTIPOLYGON (((92.98749 24... 6 MULTIPOLYGON (((74.89253 26... > I have a question: In the Districts shapefile: st_cen_cd is the 2011 census code for States. dt_cen_cd is the 2011 census code for Districts. censuscode is the 2001 census code for Districts. Is the above correct? Especially the censuscode. Is it the 2001 census code for a District? Is this mentioned somewhere ? Many thanks, 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/datameet/CAC8%3D1er_Jq3dopkiEyGF4EiknHHC260dphpo2eG6d-iBrex0Jw%40mail.gmail.com.
