You’ve already seen how to import field observations into QGIS when you added the ThreatsEvidence and GibbonSightings_Survey2 layers into your project: see the Import a spreadsheet and Dataset SRS pages under Spatial Reference Systems
However, you may need to work on your own field data before they are ready for QGIS. These instructions assume that you’re working with vector data, and that your observations are associated with point locations. If you need to create lines (e.g. transects) or polygons (e.g. management areas or veg plots), read the sections below so you understand the following steps before you proceed, and if you can’t figure out how to , please post in the community forum, tagging your new topic with help-needed
:information_source: You *can* store survey locations and detailed observation data in two separate files, and add them to QGIS and combine them in separate stages based on a matching field such as Waypoint ID. However, for beginners *we recommend* that the coordinates and survey information are combined into a single file for simplicity
Before adding your field observations to QGIS, you need to ensure they are clean and consistent. A good way to check for problems is to open your data in Excel and use the Filter or Pivot Table tools to examine them
Now your data are clean, consistent, and in a single file where possible, you can export them into a format that QGIS can read
- Save your Excel spreadsheet as a .txt or .csv file, (not the usual .xls or .xlsx) Note that this will only save the active sheet, which is why you should save a multi-sheet workbook as a regular Excel file before this step
Now your data are ready to import into QGIS!
- Follow the instructions on the Import a spreadsheet or Dataset SRS pages in the Spatial Reference Systems module
Once you have created vector files containing points, there are many things you can do with them:
For example, create line transects from start and end points
To convert points to lines, two columns must be included in your attributes table:
- Open the toolbox using the QGIS menu:
Processing > Toolbox
- Search for the
Points to path
tool- Under
Order field
, select the column which specifies to order of points along the line- Under
Group field
, select the column which distinguishes between lines- Under
Paths
, click the...
button and choose a folder and file name for your new lines layer- Click
Run
Convert your points to lines using the Points to path
tool (see instructions), then close the lines into polygons:
- On the QGIS menu, go to
Vector > Geometry Tools > Lines to polygons
- Select as your
Input layer
your newly-created lines layer, or the GPS tracks you collected in the field- Under
Polygons
, click the...
button and choose a folder and file name for your new polygon layer- Click
Run