Creating and modifying shapefiles
Shape files (.shp) are QGIS's way of storing location, shape, and attributes of geographic features (aka labels). Continuing our example, we'll take a look at how to create shape files in QGIS.
Open QGIS.
Open the GeoTiff file(s) to be labeled.
Open the Bing Satellite.
Example of step 3 Make sure the Data Source Manager Toolbar is on your screen.
In the Data Source Manager Toolbar at the top, select the icon with four dots that says
New Shapefile Layer...
when hovered over.New Shapefile Layer New Shapefile Layer menu In the window that appears begin by giving the file a name next to
File name
.
Try to give it a unique name that won't be confusing later.
For example, you could include the name of the instrument, the date that the data corresponds to, and the feature being labeled (e.g. eMAS_08022019_fire). However, this is just a guideline so feel free to be as detailed as you'd like.
Naming the shapefile after the original file with the specific feature at the end is also always a safe bet (e.g. eMASL1B_19910_06_20190806_1815_1824_V03_fire).
Then, select the button with 3 dots to the right of the file name, choose a directory for the shapefile to be stored in, and click save.
Stay consistent with how/where shape files are stored, we'll need to access their file paths later.
For Geometry type, select Polygon.
This allows us to have a 2D shape rather than just a line.
At the bottom right of the window click OK.
Note: if you'd like to change the color of the shapefile, select the shapefile from the Layers panel and hover over to the Layer Styling panel and select any color.
Congrats, you now have your first shape file! Labeling is pretty simple.
With the data layer selected (in the Layers panel), navigate to the Layer Styling panel and choose which spectral band is best for viewing the feature you are labeling. For more documentation on this, see Understanding the data.
Now, with the shapefile layer selected, select the yellow pencil button from the Digitizing toolbar that says
Toggle Editing
when hovered over.Then select the green button to the right of the pencil (that appears when the pencil is selected) that says
Add Polygon Feature
when hovered over.

Click on the perimeter of the feature you would like to label and begin labeling.
Once you have completed your label, right click on the screen and select OK in the pop up that appears.
Congrats, you now have your first label! Use these steps to create as many labels as needed.
Here is an example of a label of the burnscar from the William's Flat's Fire.

There are a few ways to go about creating a background label.
Or for each image you can create a background label for each specific feature (e.g. <file_name>_fire_background.shp
, <file_name>_smoke_background.shp
).
<file_name>_fire_background.shp
, <file_name>_smoke_background.shp
). This label encompasses everything except that specific feature. For example, if you have 2 features you're labeling, smoke and fire, it would be okay if the background label for the fire overlapped onto the regular label for the smoke in this case, and vice versa. As long as the fire background label does not overlap onto the actual fire label.
The advantage of the second case is that it may generate more accurate output, as SIT-FUSE would clearly know where each feature begins and ends based on the surrounding background label.
Additionally, SIT-FUSE has a built in functionality that can generate these background labels based on the labels of the actual features.
Last updated