Skip to main content

QGIS For Beginners Exercise – 1 / Creating features (Shapefiles) / తెలుగులో నేర్చుకుందాం

Exercise – 1 / Creating features (Shapefiles)



Creating new shapefile;

  • Choose Create Layer → New Shapefile Layer from the Layer menu or select it from the Data Source Manager toolbar.
  • The New Shapefile Layer dialog will be displayed as shown inthe below figure. Provide the path and name for the Shapefile.
  • QGIS will automatically addthe .shp extension to the name you specify.
  • Select the type of layer (point, line or polygon)
  • Provide desired CRS (coordinate reference system).
  • Add the required attribute fields information with field type, length, precision and click on add to fields list and click on OK.

Figure 4 - Create New Shapefile dialog box

Creating features;

  • To create new features (point, line or polygon) click on Toggle Editor from Digitizing toolbar to start digitization.

Figure 5 – Toggle Editor from Digitizing toolbar

  • Activate Snapping toolbar before starting digitization to avoid snapping errors. To add snapping toolbar, right click on the toolbars and select Snapping Toolbar from the toolbars section.

Figure 6 - Adding Snapping Toolbar

  • Provide snapping tolerance by choose →Settings→Option and under Digitizing →enable snapping by default under Snapping and select snapping mode and provide tolerance and click on OK to proceed.

Figure 7 - Snapping Tolerance

  • Enable Snapping on the snapping toolbar and start digitizing.


  • Click on Add Line Featurefrom Digitizing toolbar to start digitization. After completion of digitization click on Save Layer Edits





From left to right the tools are:

  • Current Edits allows you to manage your editing session. Here you can save and rollback edits for one or more selected layers.
  • Toggle Editing provides an additional means of beginning or ending an editing session for a selected layer.
  • Save Layer Edits allows you to save edits for the selected layer(s) during an editing session.
  • The add Features tool will change to the appropriate geometry depending on whether a point, line or polygon layer is selected. Points and vertices of lines and polygons are created by left clicking. To complete a line or polygon feature right click. After adding a feature, you will be prompted to enter the attributes.
  • Features can be moved with the Move Tool by clicking them and dragging them to the new position.
  • Individual feature vertices can be moved with the Node Tool. Click on a feature once with the tool to select it, the vertices will change to red boxes. Click again on an individual vertex to select it. The selected vertex will turn to a dark blue box. From there the vertex can be moved to the desired location. Additionally, edges between vertices can be selected and moved. To add vertices to a feature, simply double click on the edge where you want the vertex to be added. Selected vertices can be deleted by clicking the Delete key on the keyboard.
  • Edit/modify the attribute of all selected features simultaneously.
  • Features can be deleted, cut, copied and pasted with the Delete Selected, Cut Features, Copy Features, and Paste Features
  • Undo Edits
  • Redo Edits

Note: The above example for creation of shapefile and snapping has shown for Line feature. For creation of point and polygon shapefiles the procedure remains the same.


Comments

Popular posts from this blog

How to Rename attribute fields in QGIS & How to Rearrange attribute fields in QGIS | తెలుగులో నేర్చుకుందాం

How to Rename attribute fields &  Rearrange attribute fields in QGIS Refactor fields Refactor fields, allows editing the structure of the attribute table of a vector layer. Fields can be modified in their type and name, using a field’s mapping. The original layer is not modified. A new layer is generated, which contains a modified attribute table, according to the provided fields mapping. Refactor layer fields allows to: Change field names and types Add and remove fields Reorder fields Calculate new fields based on expressions Load field list from another layer Add Vector Layer to Layers panel to Drop field(s) Choose Processing → Toolbox → Vector table → Refactor fields Figure 178 - Vector layer with attribute table before Refactor fields Select Input Layer (Ex: Ind_adm1) Select fields to be renamed and reorder (Ex: in the below given example Name_0 has to rename as Name with Length from 75 as 100 and change order of Name_1 under Name_0 [Name after rename] ) Figure 179 - Fi...

What is Survey Of India (SOI) Framework?

What is Survey Of India (SOI) Framework? The Survey of India (SoI) framework is a geospatial reference system used in India for mapping, surveying, and geodetic purposes. The framework is maintained by the Survey of India, which is the national mapping organization of India and the oldest scientific department of the Government of India. The SoI framework is based on the Indian Terrestrial Reference Frame (ITRF) and the Indian National Spatial Reference System (IN-SRS), and is used to determine the location and height of points on the Earth's surface with high accuracy. The framework is also used to define the horizontal and vertical reference systems for mapping and surveying purposes in India. The SoI framework provides a consistent and accurate basis for various geospatial applications, such as land management, urban planning, navigation, disaster management, and environmental monitoring. The framework is also used for the production of topographic maps, cadastral maps, and othe...

Exercise – 15 / How to Create Topology in QGIS తెలుగులో నేర్చుకుందాం

Exercise – 15 /   How to Create Topology in QGIS Topology Creation Topology describes the relationships between points, lines and polygons that represent the features of a geographic region. With the Topology Checker plugin, you can look over your vector files and check the topology with several topology rules. These rules check with spatial relations whether your features ‘Equal’, ‘Contain’, ‘Cover’, are ‘CoveredBy’, ‘Cross’, are ‘Disjoint’, ‘Intersect’, ‘Overlap’, ‘Touch’ or are ‘Within’ each other. It depends on your individual questions which topology rules you apply to your vector data (e.g., normally you won’t accept overshoots in line layers, but if they depict dead-end streets you won’t remove them from your vector layer). QGIS has a built-in topological editing feature, which is great for creating new features without errors. But existing data errors and user-induced errors are hard to find. This plugin helps you find such errors through a list of rules. It is ve...