Now, we will work with a shapefile in QGIS and find out its projection system. First, we import a shapefile named BGD_adm4.shp from the folder Data under Chapter 2. To recall how to import a vector file, refer back to Chapter 1, Setting Up R and QGIS Environments for Geospatial Tasks.
Now, we will see the shapefile as follows:
![](https://static.packt-cdn.com/products/9781788991674/graphics/assets/08d947e2-894b-49a0-8939-2d85137758e4.png)
Now, to check out the projection system it is using, we need to click on Project Properties under Project in the menu bar as instructed in the following screenshot:
- Click on Project and then Properties... under it:
![](https://static.packt-cdn.com/products/9781788991674/graphics/assets/fc3a2c9c-adce-4a2d-8135-683739e4cd79.png)
- Now, click on CRS:
![](https://static.packt-cdn.com/products/9781788991674/graphics/assets/275f8660-58fe-4bd1-84f8-bde65e2ccf1f.png)
Now, we can see the coordinate system (a) and the spatial extent and projection (b) as shown in this screenshot:
![](https://static.packt-cdn.com/products/9781788991674/graphics/assets/a5413681-ed48-4990-9a21-26e501c0cef8.png)
We can also select and change CRS from the Layer panel. We can do so using the following steps:
- Right-click on the BGD_adm4 layer in the Layer panel. Click on Properties as highlighted...