<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Natalia Erazo &#8211; The Bowman Lab</title>
	<atom:link href="https://www.polarmicrobes.org/author/natalia/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.polarmicrobes.org</link>
	<description>Marine Microbial Ecology</description>
	<lastBuildDate>Mon, 05 Feb 2018 15:30:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">188265837</site>	<item>
		<title>Tutorial: How to make a map using QGIS</title>
		<link>https://www.polarmicrobes.org/tutorial-on-qgis-how-to-make-a-map/</link>
					<comments>https://www.polarmicrobes.org/tutorial-on-qgis-how-to-make-a-map/#comments</comments>
		
		<dc:creator><![CDATA[Natalia Erazo]]></dc:creator>
		<pubDate>Mon, 29 Jan 2018 21:31:12 +0000</pubDate>
				<category><![CDATA[Computer tutorials]]></category>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=2122</guid>

					<description><![CDATA[Hi! I&#8217;m Natalia Erazo, currently working on the Ecuador project aimed at examining biogeochemical processes in mangrove forest. In this tutorial, we’ll learn the basics of (free) QGIS, how to import vector data, and make a map using data obtained from &#8230; <a href="https://www.polarmicrobes.org/tutorial-on-qgis-how-to-make-a-map/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Hi! I&#8217;m Natalia Erazo, currently working on the <a href="https://www.polarmicrobes.org/ecuador-update/">Ecuador project</a> aimed at examining biogeochemical processes in mangrove forest. In this tutorial, we’ll learn the basics of (free) QGIS, how to import vector data, and make a map using data obtained from our recent field trip to the Ecological Reserve Cayapas Mataje in Ecuador!  We’ll also learn standard map elements and QGIS function: Print Composer to generate a map.</p>
<p><strong>Objectives: </strong></p>
<p>I. Install QGIS</p>
<p>II. Learn how to upload raster data using the Plugin OpenLayers and QuickMap services.</p>
<p>III. Learn how to import vector data: import latitude, longitude data and additional data. Learn how to select attributes from the data e.g., salinity values and plot them.</p>
<p>IV. Make a map using Print Composer in QGIS.</p>
<p><strong>I. QGIS- Installation </strong></p>
<p>QGIS is a very powerful tool and user friendly open source geographical system that runs on linux, unix, mac, and windows. QGIS can be downloaded <a href="https://www.qgis.org/en/site/forusers/alldownloads.html">here</a> . You should follow the instructions and install gdal complete.pkg, numpy.pkg, matplotlib.pkg, and qgis.pkg.</p>
<p><strong>II.Install QGIS Plug-in and Upload a base map.</strong></p>
<ol>
<li>Install QGIS Plug-in</li>
</ol>
<p>Go to Plugins and select Manage and Install plugins. This will open the plugins dialogue box and type OpenLayers Plugin and click on Install plugin.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/1_tutorial.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="aligncenter wp-image-2123" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/1_tutorial.png?resize=640%2C109&#038;ssl=1" alt="" width="640" height="109" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/1_tutorial.png?resize=300%2C51&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/1_tutorial.png?resize=768%2C131&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/1_tutorial.png?resize=1024%2C174&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/1_tutorial.png?w=1147&amp;ssl=1 1147w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/2_tutorial.png?ssl=1"><img data-recalc-dims="1" decoding="async" class=" wp-image-2124 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/2_tutorial.png?resize=555%2C409&#038;ssl=1" alt="" width="555" height="409" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/2_tutorial.png?resize=300%2C221&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/2_tutorial.png?resize=768%2C566&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/2_tutorial.png?w=907&amp;ssl=1 907w" sizes="(max-width: 555px) 100vw, 555px" /></a></p>
<p>This plugin will give you access to Google Maps, openStreet map layers and others, and it is very useful to make quick maps from Google satellite, physical, and street layers. However, the OpenLayers plugin could generate zoom errors in your maps.   There is another plug in: <strong>Quick Map Service</strong> which uses tile servers and not the direct api for getting Google layers and others. This is a very useful plugin which offers more options for base maps and less zoom errors. To install it you should follow the same steps as you did for the OpenLayers plugin except this time you’ll type <strong>QuickMap Service </strong>and install the plugin.</p>
<p>Also, If you want to experiment with QuickMap services you can expand the plugin: Go to Web-&gt;Quick Map Services-&gt;Settings-&gt;More services and click on get contributed pack. This will generate more options for mapping.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?ssl=1"><img data-recalc-dims="1" decoding="async" class=" wp-image-2125 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?resize=640%2C350&#038;ssl=1" alt="" width="640" height="350" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?resize=300%2C164&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?resize=768%2C420&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?resize=1024%2C560&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?w=1506&amp;ssl=1 1506w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/3_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/4_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2126 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/4_tutorial.png?resize=640%2C499&#038;ssl=1" alt="" width="640" height="499" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/4_tutorial.png?resize=300%2C234&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/4_tutorial.png?w=746&amp;ssl=1 746w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a></p>
<p>2. Add the base layer Map:</p>
<p>I recommend playing with the various options in either OpenLayers like the Google satellite, physical, and other maps layers, or QuickMap Service.</p>
<p>For this map, we will use ESRI library from QuickMap services. Go to&#8211;&gt; Web- -&gt;QuickMapServices&#8211;&gt; Esri&#8211;&gt; ESRI Satellite</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2127 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?resize=640%2C304&#038;ssl=1" alt="" width="640" height="304" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?w=1431&amp;ssl=1 1431w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?resize=300%2C143&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?resize=768%2C365&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?resize=1024%2C487&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/5_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>You should see your satellite map.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2128" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?resize=640%2C386&#038;ssl=1" alt="" width="640" height="386" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?resize=300%2C181&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?resize=768%2C463&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?resize=1024%2C618&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?w=1604&amp;ssl=1 1604w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/6_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>You can click on the zoom in icon to adjust the zoom, as shown in the map below where I  zoom in the Galapagos Islands. You’ll also notice that on the left side you have a <strong>Layers panel</strong> box, this box shows all the layers you add to your map. Layers can be raster data or vector data, in this case we see the layer: ESRI Satellite. At the far left you’ll see a list of <strong>icons</strong> that are used to import your layers. It is important to know what kind of data you are importing to QGIS to use the correct function.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/7_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2129 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/7_tutorial.png?resize=602%2C872&#038;ssl=1" alt="" width="602" height="872" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/7_tutorial.png?resize=207%2C300&amp;ssl=1 207w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/7_tutorial.png?w=686&amp;ssl=1 686w" sizes="auto, (max-width: 602px) 100vw, 602px" /></a><strong>III. Adding our vector data.</strong></p>
<p>We will now add our data file which contains latitude and longitude of all the sites we collected samples, in addition to values for salinity, temperature, and turbidity. You can do this with your own data by creating a file in excel  and have a column with longitude and latitude values and columns with other variables  and save it as a csv file. To input data you’ll go to the icons on the far left and click on &#8220;Add  Delimited Text Layer&#8221;. Or you can click on Layer-&gt; Add Layer-&gt; Add Delimited Text Layer.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/8_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2130 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/8_tutorial.png?resize=640%2C469&#038;ssl=1" alt="" width="640" height="469" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/8_tutorial.png?resize=300%2C220&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/8_tutorial.png?resize=768%2C562&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/8_tutorial.png?w=889&amp;ssl=1 889w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>You’ll browse to the file with your data. Make sure that csv is selected for File format. Additionally, make sure that <strong>X field</strong> represents the column for your longitude points and <strong>Y field</strong> for latitude. QGIS is smart enough to recognize longitude and latitude columns but double check! You can also see an overview of the data with columns for latitude, longitude, Barometer mmHg, conductivity, Salinity psu and other variables. You can leave everything else as default and click ok.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/9_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2131 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/9_tutorial.png?resize=640%2C435&#038;ssl=1" alt="" width="640" height="435" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/9_tutorial.png?resize=300%2C204&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/9_tutorial.png?resize=768%2C521&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/9_tutorial.png?w=927&amp;ssl=1 927w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>You’ll be prompt to select the coordinate reference system selector, and this is very important because if you do not select the right one you’ll get your points in the wrong location. For GPS coordinates, as the data we are using here, you need to select WGS 84 ESPG 43126.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/10_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2132 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/10_tutorial.png?resize=640%2C493&#038;ssl=1" alt="" width="640" height="493" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/10_tutorial.png?resize=300%2C231&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/10_tutorial.png?resize=768%2C591&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/10_tutorial.png?w=990&amp;ssl=1 990w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Now we can see all the points where we collected data!</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2133 " src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?resize=640%2C318&#038;ssl=1" alt="" width="640" height="318" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?w=1912&amp;ssl=1 1912w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?resize=300%2C149&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?resize=768%2C381&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?resize=1024%2C508&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/11_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>As we saw earlier, the data contains environmental measurements such as: salinity, turbidity, temperature and others. We can style the layer with our sampling points based on the variables of our data. In this example we will  create a layer representing salinity values.</p>
<p>You’ll right click on the layer with our data in the Layer Panel, in this case our layer: 2017_ecuador_ysi_dat.. and select properties.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/12_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2134 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/12_tutorial.png?resize=640%2C493&#038;ssl=1" alt="" width="640" height="493" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/12_tutorial.png?resize=300%2C231&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/12_tutorial.png?w=689&amp;ssl=1 689w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>The are many styles you can choose for the layer and the styling options are located in the <strong>Style tab</strong> of the Properties dialogue. Clicking on the drop-down bottom in the Style dialogue, you’ll see there are five options available: Single Symbol, Categorized, Graduated, Rule Based and Point displacement. We’ll use <strong>Graduated</strong> which allows you to break down the data in unique classes. Here we will use the salinity values and will classify them into 3 classes: low, medium, and high salinity. There are 5 modes available in the Graduated style to do this: Equal interval, Quantile, Natural breaks, Standard deviation and Pretty breaks. You can read more about these options in <a href="https://docs.qgis.org/2.8/en/docs/user_manual/working_with_vector/vector_properties.html">qgis</a> <a href="https://docs.qgis.org/2.8/en/docs/user_manual/working_with_vector/vector_properties.html">documentation.</a></p>
<p>In this tutorial, for simplicity  we&#8217;ll use the <strong>Quantile </strong>option. This method will decide the classes such that number of values in each class are the same; for example, if there are 100 values and we want 4 classes, the quantile method decide the classes such that each class will have 25 values.</p>
<p>In the <strong>Style section</strong>: Select-&gt;<strong>Graduated</strong>, in <strong>Column</strong>-&gt;salinity psu, and in color ramp we’ll do colors ranging from yellow to red.</p>
<p>In the classes box write down <strong>3</strong> and  select mode&#8211;&gt;<strong>Quantile</strong>. Click on <strong>classify</strong>, and QGIS will classify your values in different ranges.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2186 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?resize=640%2C333&#038;ssl=1" alt="" width="640" height="333" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?resize=300%2C156&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?resize=768%2C400&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?resize=1024%2C534&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/graduated-1.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Now we have all the data points color in the 3 different ranges: low, medium, and high salinity.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-2139 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?resize=640%2C350&#038;ssl=1" alt="" width="640" height="350" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?resize=300%2C164&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?resize=768%2C420&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?resize=1024%2C560&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?w=1437&amp;ssl=1 1437w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/17_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>However, we have a lot of points and it is hard to visualize the data points. We can edit the points by right clicking on the marker points and select edit symbol.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-2140 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?resize=640%2C352&#038;ssl=1" alt="" width="640" height="352" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?resize=300%2C165&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?resize=768%2C422&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?resize=1024%2C563&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?w=1439&amp;ssl=1 1439w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/18_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Now, I am going to get rid of the black outline to make the points easy to visualize. Select the point by clicking on <strong>Simple Marker</strong> and in <strong>Outline style</strong> select the <strong>No Pen</strong>. Do the same for the remaining two points.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2142 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?resize=640%2C348&#038;ssl=1" alt="" width="640" height="348" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?resize=300%2C163&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?resize=768%2C418&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?resize=1024%2C558&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?w=1434&amp;ssl=1 1434w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/19_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Nice, now we can better see variations in our points based on salinity!</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2143 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?resize=640%2C352&#038;ssl=1" alt="" width="640" height="352" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?resize=300%2C165&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?resize=768%2C421&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?resize=1024%2C562&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?w=1440&amp;ssl=1 1440w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/20_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a><strong>IV. Print Composer: making a final map </strong></p>
<p>We can start to assemble the final version of our  map. QGIS has the option to create a Print composer where you can edit your map. Go to Project -&gt; New Print composer</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/21_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2144 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/21_tutorial.png?resize=640%2C343&#038;ssl=1" alt="" width="640" height="343" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/21_tutorial.png?resize=300%2C161&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/21_tutorial.png?resize=768%2C413&amp;ssl=1 768w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>You will be prompted to enter a title for the composer, enter the title name and hit ok. You will be taken to the Composer window.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2145 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?resize=640%2C329&#038;ssl=1" alt="" width="640" height="329" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?resize=300%2C154&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?resize=768%2C396&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?resize=1024%2C527&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?w=1435&amp;ssl=1 1435w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/22_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>In the Print composer window, we want to bring the map view that we see in the QGIS canvas to the composer. Go to Layout-&gt; Add a Map. Once the Add map button is active, hold the left mouse and drag a rectangle where you want to insert the map. You will see that the rectangle window will be rendered with the map from the main QGIS canvas.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2146 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?resize=640%2C365&#038;ssl=1" alt="" width="640" height="365" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?resize=300%2C171&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?resize=1024%2C585&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?w=1440&amp;ssl=1 1440w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/23_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>You can see in the far right end the <strong>Items box;</strong> this  shows you the map you just added. If you want to make changes, you’ll select the map and edit it under <strong>item properties</strong>. Sometimes it is useful to edit the scale until you are happy with the map.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class=" wp-image-2147 aligncenter" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?resize=640%2C360&#038;ssl=1" alt="" width="640" height="360" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?w=1439&amp;ssl=1 1439w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/24_tutorial.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>We can also add a second map of the location of Cayapas Mataje in South America as a  geographic reference. Go to the main qgis canvas and zoom out the map until you can see where in South America the reserve is located.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2173 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?resize=640%2C349&#038;ssl=1" alt="" width="640" height="349" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?w=1439&amp;ssl=1 1439w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?resize=300%2C163&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?resize=768%2C418&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?resize=1024%2C558&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.34.57-PM.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Now go back to Print Composer and add the map of  the entire region. You&#8217;ll do the same as with the first map. Go to Layout&#8211;&gt; Add map. Drag a rectangle where you want to insert the map. You will see that the rectangle window will be rendered with the map from the main QGIS canvas. In Items box, you can see you have Map 0 and Map 1. Select Map 1, and add a frame under Item properties, click on <strong>Frame</strong> to activate it and adjust the thickness to 0.40mm.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2174 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?resize=640%2C388&#038;ssl=1" alt="" width="640" height="388" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?w=1440&amp;ssl=1 1440w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?resize=300%2C182&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?resize=768%2C465&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?resize=1024%2C620&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-7.57.38-PM.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>We can add a North arrow to the map. The print composer comes with a collection of map related images including many North arrows. Click layout&#8211;&gt; add image.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2175 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?resize=640%2C355&#038;ssl=1" alt="" width="640" height="355" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?w=1908&amp;ssl=1 1908w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?resize=672%2C372&amp;ssl=1 672w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?resize=1038%2C576&amp;ssl=1 1038w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?resize=300%2C166&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?resize=768%2C425&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?resize=1024%2C567&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.44.42-PM.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Hold on the left mouse button, draw a rectangle on the top-right corner of the map canvas.</p>
<p>On the right-hand panel, click on the Item Properties tab and expand the <strong>Search directories</strong> and select the north arrow image you like the most. Once you’ve selected your image, you can always edit the arrow under <strong>SVG parameters.</strong></p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2176 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?resize=640%2C333&#038;ssl=1" alt="" width="640" height="333" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?resize=300%2C156&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?resize=768%2C400&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?resize=1024%2C533&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-8.51.40-PM.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Now we’ll add a scale bar. Click on Layout&#8211;&gt; Add a Scale bar. Click on the layout where you want the scale bar to appear. Choose the Style and units that fit your requirement. In the<strong> Segments</strong> panel, you can adjust the number of segments and their size. Make sure Map 0 is selected under main properties.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2177 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?resize=640%2C320&#038;ssl=1" alt="" width="640" height="320" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?w=1919&amp;ssl=1 1919w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/scalebar.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>I’ll add a legend to the map. Go to Layout&#8211;&gt; add a Legend. Hold on the left mouse button, and draw a rectangle on the area you want the legend to appear. You can make any changes such as adding a title in the item properties, changing fonts and renaming your legend points by clicking on them and writing the text you want.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2178 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?resize=640%2C347&#038;ssl=1" alt="" width="640" height="347" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?resize=300%2C163&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?resize=768%2C416&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?resize=1024%2C555&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/legend.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>It&#8217;s time to label our map. Click on Layout ‣ Add Label. Click on the map and draw a box where the label should be. In the Item Properties tab, expand the Label section and enter the text as shown below. You can also make additional changes to your font, size by editing the label under <strong>Appearance.</strong></p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2179 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?resize=640%2C309&#038;ssl=1" alt="" width="640" height="309" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?w=1908&amp;ssl=1 1908w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?resize=300%2C145&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?resize=768%2C371&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?resize=1024%2C495&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/Screen-Shot-2018-01-29-at-9.53.30-PM.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Once you have your final version, you can export it as Image, PDF or SVG. For this tutorial, let’s export it as an image. Click Composer ‣ Export as Image.</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2180 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?resize=640%2C352&#038;ssl=1" alt="" width="640" height="352" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?w=1897&amp;ssl=1 1897w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?resize=300%2C165&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?resize=768%2C422&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?resize=1024%2C563&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/export-map.png?w=1280&amp;ssl=1 1280w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Here is our final map!</p>
<p><a href="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter wp-image-2181 size-full" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?resize=640%2C453&#038;ssl=1" alt="" width="640" height="453" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?w=3507&amp;ssl=1 3507w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?resize=300%2C212&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?resize=768%2C543&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?resize=1024%2C724&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?w=1280&amp;ssl=1 1280w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2018/01/FINAL_IMAGE_MAP.png?w=1920&amp;ssl=1 1920w" sizes="auto, (max-width: 640px) 100vw, 640px" /></a>Now you can try the tutorial with your own data. Making maps is always a bit challenging but put your imagination to work!</p>
<p>Here is a list of links that could help with QGIS:</p>
<p>-QGIS blog with various tutorials and new info on functions to use: <a href="https://anitagraser.com/">here</a>.</p>
<p>-If you want more information on how QGIS handles symbol and vector data styling: here  is a good <a href="http://www.qgistutorials.com/en/docs/basic_vector_styling.html">tutorial.</a></p>
<p>-If you need data, a good place to start is <a href="http://www.naturalearthdata.com/">Natural Earth</a>: Free vector and raster basemap data used for almost any cartographic endeavor.</p>
<p>If you have specific questions please don&#8217;t hesitate to ask.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-on-qgis-how-to-make-a-map%2F&amp;linkname=Tutorial%3A%20How%20to%20make%20a%20map%20using%20QGIS" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-on-qgis-how-to-make-a-map%2F&amp;linkname=Tutorial%3A%20How%20to%20make%20a%20map%20using%20QGIS" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-on-qgis-how-to-make-a-map%2F&amp;linkname=Tutorial%3A%20How%20to%20make%20a%20map%20using%20QGIS" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-on-qgis-how-to-make-a-map%2F&#038;title=Tutorial%3A%20How%20to%20make%20a%20map%20using%20QGIS" data-a2a-url="https://www.polarmicrobes.org/tutorial-on-qgis-how-to-make-a-map/" data-a2a-title="Tutorial: How to make a map using QGIS"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.polarmicrobes.org/tutorial-on-qgis-how-to-make-a-map/feed/</wfw:commentRss>
			<slash:comments>20</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2122</post-id>	</item>
	</channel>
</rss>
