<?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>GIS Course  |  TYC GIS Training</title>
	<atom:link href="https://www.giscourse.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.giscourse.com</link>
	<description>Courses &#38; Training - ArcGIS 10, ArcGIS PRO, QGIS, Python, JS, Development</description>
	<lastBuildDate>Wed, 20 Mar 2024 12:20:15 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.9</generator>

<image>
	<url>https://www.giscourse.com/wp-content/uploads/2017/07/cropped-flavicon-01-32x32.png</url>
	<title>GIS Course  |  TYC GIS Training</title>
	<link>https://www.giscourse.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Creating a regular grid of cells in ArcGIS Pro</title>
		<link>https://www.giscourse.com/creating-a-regular-grid-of-cells-in-arcgis-pro/</link>
					<comments>https://www.giscourse.com/creating-a-regular-grid-of-cells-in-arcgis-pro/#respond</comments>
		
		<dc:creator><![CDATA[Rodrigo Arias Braun]]></dc:creator>
		<pubDate>Wed, 07 Jun 2023 12:21:14 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18778</guid>

					<description><![CDATA[Sometimes, we need to generate a grid or network of rectangular cells to place certain elements at specific distances from each other. An example of this could be the systematic location of sampling plots which will be visited for data capture. To carry out this task in ArcGIS Pro, we have the “Create grid” tool  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Sometimes, we need to generate a grid or network of rectangular cells to place certain elements at specific distances from each other.<span id="more-18778"></span> An example of this could be the systematic location of sampling plots which will be visited for data capture.</p>
<p style="text-align: justify;">To carry out this task in ArcGIS Pro, we have the &#8220;Create grid&#8221; tool from the &#8220;Data management tools &#8211; Sampling&#8221; set. This tool allows us to generate such rectangular or quadrangular cell networks using polyline or polygon geometries, as well as (optional) point geometries indicating cell centres. Besides that, this grid can be oriented in any direction we want.</p>
<p style="text-align: justify;">We&#8217;ll start creating a grid of vertically oriented quadrangular cells. For that, all we need as imput data is a layer (entity class or shapefile) containing the surface area where we want to generate the grid. In this case, this will be a polygon layer with a single entity containing the surface area of a hill for which we want to generate a network of samplig plots.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-33271" src="https://www.giscourse.com/wp-content/uploads/2024/03/01_Monte_limite.png" alt="" width="650" height="342" /></p>
<p style="text-align: justify;">Once the layer is incorporated to our map, we run the &#8220;Create grid&#8221; tool. First, we must specify the extension of it. For this, the &#8220;Template extension&#8221; drop-down menu offer us this options:</p>
<p style="text-align: justify; padding-left: 40px;">&#8211; Default: the extension will be the maximun size that can be determined by the rest of the entered data (the data extension itself shall remian fixed at 0).<br />
&#8211; Current view extent.<br />
&#8211; As specified below: Minimum and maximum X and Y values must be introduced.<br />
&#8211; Browse&#8230;: A layer stored in the system must be chosen. Its extension will be the one used by the grid.<br />
&#8211; Same as layer: One of the opened layers in the map will be selected. Its extension will be used for the grid.</p>
<p style="text-align: justify;">In this case, we&#8217;ll select: &#8220;Same as layer: Monte (Hill)&#8221;.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-33272" src="https://www.giscourse.com/wp-content/uploads/2024/03/02_Extension_capa_monte.png" alt="" width="650" height="342" /></p>
<p style="text-align: justify;">This way the grid will have, as minimum (we&#8217;ll see why minimum), the extension of the layer for which we want to generate. We see that upon selection, the checkboxes &#8220;Original coordinates of the grid&#8221;, &#8220;Y axis coordinates&#8221; and &#8220;Opposite corner of the grid&#8221; have been completed, in addition to the boxes corresponding to the extension of the template.</p>
<p style="text-align: justify;">The original coordinate of the grid is the point from which the grid is generated, which corresponds to the bottom left corner of it. The opposite corner of the grid correspond with the upper righ corner and the Y coordinate refers to, aligned with the orignal coordinate of the grid, gives place to the line that determine the direction of it. By default, a Y point located 10 metres north fromt he original coordinate is generated, which gives place to a vertical grid. If the original coordinates or the ones in the opposite corner are modified, the final extension of the grid will adjust.</p>
<p style="text-align: justify;">Hereafter, we must choose either the size (height and width) of the cells or the number of columns and rows that must be build inside the previously indicated extension. In this case, we have introduced the same distance for both height and width of the cells (250 metres), which will result in quadrangular cells.</p>
<p style="text-align: justify;">Finally, we must choose what type of geometry we want the grid to be generated in (Polyline or polygon), as well as pointing out if we want an additional point layer containing the center of every cell (&#8220;Create label points&#8221; checkbox). In this case, we check this box because said points will be the center of our sampling plots.</p>
<p style="text-align: justify;">The only thing left to do is to define the name and location where it will be saved and run the tool. The result will consist on two layers (one the grid itself and the other one the centers of each cell) on which the grid will have a vertical orientation and its extension will only match with the previously established if none of the columns or rows is left incomplete, in which case it will be completed beyond the pre-established extension.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-33273" src="https://www.giscourse.com/wp-content/uploads/2024/03/03_Red_vertical_250m_creada.png" alt="" width="650" height="342" /></p>
<p style="text-align: justify;">To generate a grid with a different orientation, we must modify the &#8220;Y axis coordinate&#8221; parameter so that , together with the point of origin, the line whose direction the grid will follow is defined. We must consider that on this case, the extension will no longer reference the surface area on which the grid will be generated, but rather continue referencing the rectangular/quarangular area that would occupy in case this was vertical. Therefore, we must think of a strategy to define both the extension and the direction of the grid so it falls over the desired surface area and orientation.</p>
<p style="text-align: justify;">In our case, two polygon layers have been generated. On the first one a vertical rectangle has been created with a extension big enought to cover the hole target surface area (Hill) and whose lower left corner matches with the desired point of origin of the grid. On the second layer, a rectangle was also created, with its lower left corner also matching the point of origin of the future new grid, but it is oriented on the direction we want to build the grid.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-33274" src="https://www.giscourse.com/wp-content/uploads/2024/03/04_Oblicua_extension.png" alt="" width="650" height="342" /></p>
<p style="text-align: justify;">The layer that contains the vertical rectangle will be used to define the extension of the grid, while the other one will be used to define the Y axis coordinate by extracting the coordinate of the upper left corner of it. After defining the rest of parameters, we run the tool and we&#8217;ll have our new grid cell, oriented in the desired direction and covering all the target surface area.</p>
<p><img decoding="async" class="aligncenter wp-image-33275" src="https://www.giscourse.com/wp-content/uploads/2024/03/05_Oblicua_Red_3.png" alt="" width="650" height="342" /></p>
<p style="text-align: justify;">It is worth mentioning that although our diagonal rectangle covers the hole target surface area, it&#8217;s not necessary. In fact, a line could be used or even we can introduce manually the coordinates of the point we want.</p>
<p style="text-align: justify;">As an additional step, we might want to restrict the grid to only the target surface area, which does not need to be rectangular or quadrangular. For that, we use the &#8220;Cut&#8221; tool (Analysis tools &#8211; Extract) selecting the grid layer as &#8220;Input dataset or entity&#8221; and the target surface area layer as &#8220;Cutting entities&#8221;.</p>
<p><img decoding="async" class="aligncenter wp-image-33276" src="https://www.giscourse.com/wp-content/uploads/2024/03/06_Recortar_red_oblicua.png" alt="" width="650" height="342" /></p>
<p style="text-align: justify;">After running the tool, we will now have our cell grid confined to our target surface area.</p>
<p style="text-align: justify;"><img decoding="async" class="alignnone wp-image-33277" src="https://www.giscourse.com/wp-content/uploads/2024/03/07_Red_oblicua_recortada2.png" alt="" width="381" height="322" /> <img decoding="async" class="alignnone wp-image-33278" src="https://www.giscourse.com/wp-content/uploads/2024/03/08_Red_vertical_recortada_2.png" alt="" width="381" height="322" /></p>
<p style="text-align: right;">Note: There is a rating embedded within this post, please visit this post to rate it.</p>
<p>Original post:</p>
<p style="text-align: justify;"><a href="https://www.cursosgis.com/crear-una-red-regular-de-celdas-en-arcgis-pro/" target="_blank" rel="noopener">Crear una red regular de celdas en ArcGIS Pro</a>.</p>
<h2 style="text-align: center;">Training provided by professionals</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/arcgis-pro-courses/arcgis-pro-course-beginner-level-online-gis-training/#1486375669798-bc42cc3a-b0a4" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-23765" src="https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-beginner_square.jpg" alt="" width="250" height="250" /></a> <a href="https://www.giscourse.com/arcgis-pro-courses/arcgis-pro-course-from-beginner-to-advanced-level-online-gis-training/#1486375669798-bc42cc3a-b0a4" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-23776" src="https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-specialist_square.jpg" alt="" width="250" height="250" /></a></p><p>The post <a href="https://www.giscourse.com/creating-a-regular-grid-of-cells-in-arcgis-pro/">Creating a regular grid of cells in ArcGIS Pro</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/creating-a-regular-grid-of-cells-in-arcgis-pro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Topographic profile generation integrated in QGIS</title>
		<link>https://www.giscourse.com/topographic-profile-generation-integrated-in-qgis/</link>
					<comments>https://www.giscourse.com/topographic-profile-generation-integrated-in-qgis/#respond</comments>
		
		<dc:creator><![CDATA[Rodrigo Arias Braun]]></dc:creator>
		<pubDate>Wed, 08 Feb 2023 11:42:37 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18768</guid>

					<description><![CDATA[There is a wide variety of tools available for the topographic profile generation in QGIS. Most of these tools are available as plugins. We can highlight qProf, VoGIS-ProfilTool and Profile tool. Finally, QGIS has incorporated this functionality as a tool of its own. We will focus on this integrated QGIS functionality which can be of  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">There is a wide variety of tools available for the topographic profile generation in QGIS. <span id="more-18768"></span> Most of these tools are available as plugins. We can highlight qProf, VoGIS-ProfilTool and Profile tool. Finally, QGIS has incorporated this functionality as a tool of its own.</p>
<p style="text-align: justify;">We will focus on this integrated QGIS functionality which can be of great interest in geological, engineering and evironmental studies.</p>
<p style="text-align: justify;">When we try to obtain a topographic profile, we can start from two elements:</p>
<p style="text-align: justify; padding-left: 40px;">• On one side, the <em><strong>layer that contains the height or elevation information</strong></em>. This layer can come in vector (contour lines, lidar point clouds, etc.) or raster (DEM) data type.<br />
• On the other side, the <em><strong>cutting limit line</strong> </em> along which we obtain the profile. This cutting line can be virtual and be drawn on a canvas, or belong to an existing layer already loaded into our layer panel.</p>
<p style="text-align: justify;">This time, we&#8217;ll describe how a topographic profile obtained from a DEM can be represented.</p>
<p style="text-align: justify;">For that, we&#8217;ll first enable the tool on the &#8220;View&#8221; menu and &#8220;Elevation profile&#8221;. The &#8220;Elevation profile&#8221; panel will open.</p>
<p><img decoding="async" class="aligncenter wp-image-32802" src="https://www.giscourse.com/wp-content/uploads/2024/03/PERF_TOPO_1.png" alt="" width="650" height="352" /></p>
<p>Next step will be to configure the elevation properties of the layer to be represented (DEM). For that, we will double-click on the layer to display the layer properties window, where the &#8220;elevation&#8221; tab is located.</p>
<p><img decoding="async" class="aligncenter wp-image-32801" src="https://www.giscourse.com/wp-content/uploads/2024/03/PERF_TOPO_2.png" alt="" width="650" height="402" /></p>
<p style="text-align: justify;">Activate the checkbox for the &#8220;Elevation surface representation&#8221; (1). This window allows to specify a scale factor (2) in case you want to exaggerate the elevation profile or need to apply a conversion factor of the elevation information and a displacement (3).</p>
<p style="text-align: justify;">On the lower part of the window, we can define how the topographic profile will be represented, through either a line style or a polygon (4).In both cases we hace a complete control of the symbology.</p>
<p style="text-align: justify;">Once the properties of the elevation layer have been configured, we can go back to the &#8220;Elevation profie&#8221; panel, where we&#8217;ll see our DEM layer loaded. We select the &#8220;Capture curve&#8221; tool (5) and draw a virtual cut line on the DEM. We rigth-click to finish the digitisation of the cut line.</p>
<p style="text-align: justify;">Finally, we get the representation of the topographic profile. By moving the cursor along the profile (6) we can see the elevation and displacement information represented on cartesian axes, and in the canvas on the profile line it shows us the position of the cursor (7) in order to be able to identify its location on the map.</p>
<div style="width: 1100px;" class="wp-video"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->
<video class="wp-video-shortcode" id="video-18768-1" width="1100" height="619" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://www.cursosgis.com/wp-content/uploads/ENTRADA_QGIS_PERFIL_TOPOGRAFICO.mp4?_=1" /><a href="https://www.cursosgis.com/wp-content/uploads/ENTRADA_QGIS_PERFIL_TOPOGRAFICO.mp4">https://www.cursosgis.com/wp-content/uploads/ENTRADA_QGIS_PERFIL_TOPOGRAFICO.mp4</a></video></div>
<p style="text-align: center;"><span style="color: #ffffff;">&#8211;</span></p>
<p style="text-align: right;">Note: There is a rating embedded within this post, please visit this post to rate it.</p>
<p>Original post:</p>
<p style="text-align: justify;"><a href="https://www.cursosgis.com/generacion-de-perfil-topografico-integrado-en-qgis/" target="_blank" rel="noopener">Generación de perfil topográfico integrado en QGIS</a>.</p>
<h2 style="text-align: center;">Training provided by professionals</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-level-online-gis-training/" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-25091" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square.jpg" alt="" width="250" height="250" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-to-advanced-level-online-gis-training/" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-24701" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square.jpg" alt="" width="250" height="250" /></a></p><p>The post <a href="https://www.giscourse.com/topographic-profile-generation-integrated-in-qgis/">Topographic profile generation integrated in QGIS</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/topographic-profile-generation-integrated-in-qgis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://www.cursosgis.com/wp-content/uploads/ENTRADA_QGIS_PERFIL_TOPOGRAFICO.mp4" length="45086665" type="video/mp4" />

			</item>
		<item>
		<title>Autosave in QGIS</title>
		<link>https://www.giscourse.com/autosave-qgis/</link>
					<comments>https://www.giscourse.com/autosave-qgis/#respond</comments>
		
		<dc:creator><![CDATA[Rodrigo Arias Braun]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 08:54:22 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18761</guid>

					<description><![CDATA[A very interesting plugin when working with QGIS is the possibility to run autosave of our project or of the layers being edited. The autosave allows saving the changes over our project or layer being edited on a scheduled way every few minutes, as we work. This way we can avoid the loss of information  [...]]]></description>
										<content:encoded><![CDATA[<p>A very interesting plugin when working with QGIS is the possibility to run autosave<span id="more-18761"></span> of our project or of the layers being edited.</p>
<p>The autosave allows saving the changes over our project or layer being edited on a scheduled way every few minutes, as we work.</p>
<p>This way we can avoid the loss of information due to programme crashes, electrical flow failures, etc&#8230;. anything that could cause the loss of our work.</p>
<p>For that, we have available the “AutoSaver” plugin. We just need to access the add-ons section, search and install the plugin.</p>
<p><img decoding="async" class="aligncenter wp-image-32758" src="https://www.giscourse.com/wp-content/uploads/2024/03/autosaver_-001.png" alt="" width="650" height="402" /></p>
<p>Once it is installed, open it and check the verification box to enable the autosave of the map project (1).</p>
<p><img decoding="async" class="aligncenter wp-image-32759 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/autosaver_-002.png" alt="" width="366" height="173" /></p>
<p>Once the autosave of the project is enabled, we will also have the possibility to extend the autosave to the layers in editing (3).</p>
<p>There is also the possibility of creating a backup file (.bak), to create a backup copy external to the map document (2).</p>
<p>In the lower part of the window we can define the time interval (expressed in minutes) on the basis of which the autosave is carried out (4).</p>
<p>After everything is configured, all that remains is to accept (5).</p>
<p>Hope you get the most out of this plugin, both simple and essential.</p>
<p style="text-align: right;">Note: There is a rating embedded within this post, please visit this post to rate it.</p>
<p>Original post:</p>
<p style="text-align: justify;"><a href="https://www.cursosgis.com/el-autoguardado-en-qgis/" target="_blank" rel="noopener">El autoguardado en QGIS</a>.</p>
<h2 style="text-align: center;">Training provided by professionals</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-level-online-gis-training/#1486375669798-bc42cc3a-b0a4" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-25091 size-medium" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square.jpg" alt="" width="300" height="300" /></a></p><p>The post <a href="https://www.giscourse.com/autosave-qgis/">Autosave in QGIS</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/autosave-qgis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The QGIS &#8220;Group Stats&#8221; plugin</title>
		<link>https://www.giscourse.com/the-qgis-group-stats-plugin/</link>
					<comments>https://www.giscourse.com/the-qgis-group-stats-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Rodrigo Arias Braun]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 12:48:27 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18744</guid>

					<description><![CDATA[This QGIS add-on is used to work with statistical data, generating reports by groups or categories for an attribute table field. Here below we’ll see how to use it. In this case, we’ll work with roads, towns and municipalities data from the Chiapas state, Mexico. First thing, we upload our data into QGIS. In order  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">This QGIS add-on is used to work with statistical data, generating reports by groups or categories for an attribute table field.<span id="more-18744"></span> Here below we&#8217;ll see how to use it.</p>
<p><img decoding="async" class="aligncenter wp-image-32722" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_7.png" alt="" width="650" height="371" /></p>
<p style="text-align: justify;">In this case, we&#8217;ll work with roads, towns and municipalities data from the Chiapas state, Mexico.</p>
<p style="text-align: justify;">First thing, we upload our data into QGIS.</p>
<p><img decoding="async" class="aligncenter wp-image-32723" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_1.png" alt="" width="650" height="347" /></p>
<p style="text-align: justify;">In order to start working with the plugin, we must install it from the QGIS add-on section.</p>
<p><img decoding="async" class="aligncenter wp-image-32724" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_2.png" alt="" width="650" height="371" /></p>
<p style="text-align: justify;">Once installed, we can start working with our data. We can access the add-on as follows:</p>
<p><img decoding="async" class="aligncenter wp-image-32725" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_3.png" alt="" width="650" height="348" /></p>
<p style="text-align: justify;">Next step will be to broaden the attribute table with more information. For exmple, in the &#8220;Town&#8221; layer we will add a field with the municipality name. This will be done with the Join tool located in the layer properties. Let&#8217;s remember that this Join is made only virtually, so the layer must be exported if we want to keep this joined data permanently.</p>
<p><img decoding="async" class="aligncenter wp-image-32726" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_4.png" alt="" width="650" height="424" /></p>
<p style="text-align: justify;">Following up, we will combine the Roads and Municipalities layer to define an administrative boundary. This is in order to obtain an estimate of the lengh of a road type within each municipality.</p>
<p><img decoding="async" class="aligncenter wp-image-32727" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_5.png" alt="" width="650" height="523" /></p>
<p style="text-align: justify;">Once all fo this is done, we can continue with the &#8220;Group stats&#8221; plugin. Using this tool, we&#8217;ll calculate the sum of the lengh for each road type in each of the municipalities.</p>
<p style="text-align: justify;">First, we must select the vector layer to calculate the statistics (1).After that, we drag the attribute fields to locate them in the columns (2) and rows (3) section. In the Value section, keep in mind to drag a numeric value that needs to be analysed and next to it the statistic we want to calculate with those values (4). It is important to mention that only one statistic can be chosen. Then, the calculation can be made and it can be displayed in a table which is usually a two-entry table.</p>
<p><img decoding="async" class="aligncenter wp-image-32728" src="https://www.giscourse.com/wp-content/uploads/2024/03/GROUP_STATS_6.png" alt="" width="650" height="376" /></p>
<p style="text-align: justify;">Once the results have been obtained, they can be exported in CSV format so they can be consulted later if necessary.</p>
<p style="padding-left: 40px; text-align: right;">Note: There is a rating embedded within this post, please visit this post to rate it.</p>
<p>Original post:</p>
<p style="text-align: justify;"><a href="https://www.cursosgis.com/el-plugin-group-stats-de-qgis/" target="_blank" rel="noopener">El plugin «Group Stats» de QGIS</a>.</p>
<h2 style="text-align: center;">Training provided by professionals</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-level-online-gis-training/" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-25091" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square.jpg" alt="" width="250" height="250" /></a> <a href="https://www.giscourse.com/web-development/using-python-with-qgis-online-gis-training/#1486375549896-7e7a7b32-a470" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-24295" src="https://www.giscourse.com/wp-content/uploads/2022/04/pyqgis_square.jpg" alt="" width="250" height="250" /></a> <a href="https://www.giscourse.com/web-development/qgis-plugin-development-with-python-online-gis-training/#1486375549896-7e7a7b32-a470" target="_blank" rel="noopener"><img decoding="async" class="alignnone wp-image-22324" src="https://www.giscourse.com/wp-content/uploads/2022/04/pyqgis-plugin_square.jpg" alt="" width="250" height="250" /></a></p><p>The post <a href="https://www.giscourse.com/the-qgis-group-stats-plugin/">The QGIS “Group Stats” plugin</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/the-qgis-group-stats-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Multiple download of free satellite images with Python</title>
		<link>https://www.giscourse.com/multiple-download-of-free-satellite-images-with-python/</link>
					<comments>https://www.giscourse.com/multiple-download-of-free-satellite-images-with-python/#respond</comments>
		
		<dc:creator><![CDATA[Rodrigo Arias Braun]]></dc:creator>
		<pubDate>Wed, 04 Jan 2023 09:45:50 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18718</guid>

					<description><![CDATA[Nowadays, and thanks to the INSPIRE directive, we have at our disposal a huge amount of resources for downloading satellite images and all kinds of geographic information. This comes through the several services that make available to the public the different entities through Spatial Data Infraestructures (SDI). This data is not only made publicly available  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Nowadays, and thanks to the INSPIRE directive, we have at our disposal a huge amount of resources for downloading satellite images<span id="more-18718"></span> and all kinds of geographic information. This comes through the several services that make available to the public the different entities through Spatial Data Infraestructures (SDI). This data is not only made publicly available for free consultation and download, but also efforts are made to ensure the access to this information is standardised. This standardised process makes it easier for us  to automate works and tasks.</p>
<p style="text-align: justify;">Many times, when we need satellite images, we don&#8217;t need only one, or the one we want is of such a size that the servers do not offer us the possibility of accessing such large downloads. In this second case, we proceed to download a mosaic of several images of the same size.</p>
<p><img decoding="async" class="aligncenter wp-image-32563 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides.png" alt="" width="289" height="282" /></p>
<p style="text-align: justify;">SDI servers put at our disposal two Http request methods (HttpGet and HttpPost). For an easy automate download of the data, we&#8217;ll use the first one. HttpGet requets allows us to add parameters to the url, shaping what is known as uri. For that, after the url adress, the beginning of the request chain is marked with a question mark (&#8220;?&#8221;) and it shows pairs of data name and value separated by an &#8220;=&#8221;, separating each pair of data name and value from the next by an &#8220;&amp;&#8221;. This allows, for example, a JavaScript script to incorporate as variables the data of the parameters added to the url. For exqmple, if we want to know which layers a WMS service has, we can perform a HttpGet request to the SDI server of the city of Munich, to tell us what services it offers through the GetCapabilities request.</p>
<p style="text-align: justify;">URL:<br />
https://geoportal.muenchen.de/geoserver/gsm/wms?</p>
<p style="text-align: justify;">Request chain:<br />
SERVICE=WMS&amp;REQUEST=GetCapabilities</p>
<p style="text-align: justify;">URI:<br />
https://geoportal.muenchen.de/geoserver/gsm/wms?SERVICE=WMS&amp;REQUEST=GetCapabilities</p>
<p style="text-align: justify;">As a result, it will give us a XML document with information about the service and the data at our disposal. Among these data are the layers and their names, available coordinate systems, layer boundaries and resolutions, etc.</p>
<p><img decoding="async" class="aligncenter wp-image-32564 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides1.png" alt="" width="609" height="274" /></p>
<p style="text-align: justify;">We can extract from this XML all the necessary data to perform a GetMap request to the server to give us back a raster with the desired image. We could get a square image of one thousand pixels on each side of the 200&#215;200 metre squares shown in the previous image through the following HttpGet request:</p>
<pre style="text-align: justify;">https://geoportal.muenchen.de/geoserver/gsm/wms?SERVICE=WMS&amp;REQUEST=GetMap&amp;VERSION=1.0.0&amp;srs=EPSG:32632&amp;STYLES=&amp;bbox=685483,5335385,685683,5335585&amp;layers=luftbild&amp;format=image/png&amp;width=1000&amp;height=1000</pre>
<p style="text-align: justify;">This request incorporates the following parameters: service type (SERVICE=WMS), request (REQUEST=GetMap), version (VERSION=1.0.0), reference system (srs=EPSG:32632), boundary coordinates of the image to be downloaded (bbox=685483,5335385,685683,5335585), name of the layer (layers=luftbild), format in which the image is downloaded (format=image/png) and number of pixels in width and height that the downloaded image will have (width=1000&amp;height=1000). This 200&#215;200 square over the terrain and of a thousand pixels on a side, will give us the same pixel size as the original orthophoto (20cm). If the request is well-formulated, the browser will open it for us directly, and if not, it will download a text file containing an error message.</p>
<p><img decoding="async" class="aligncenter wp-image-32563 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides2-1.png" width="642" height="361" /></p>
<p style="text-align: justify;">We can see that performing a request to get a single image is relatively simple, but we can realise that if we want to do this by hand to obtain all the images corresponding to the 121 boxes shown before, it would be a titanic task. Let alone if we were to go into larger numbers.</p>
<p style="text-align: justify;">To make this task accessible and that the number should not matter, we will prepare with Python a small script that will download for us all these images to the desired folder and that will distinguish each of them in its file name according to its position in the downloaded grid.</p>
<p style="text-align: justify;">We will use the &#8220;request&#8221; and &#8220;time&#8221; libraries to perform the requests and to manage the time these are made, in order to avoid that, if we make too many requests in a very short space of time, our requests are detected as an attack to the server. We will also choose the destination folder for our orthophotos.</p>
<p><img decoding="async" class="aligncenter wp-image-32566 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides3.png" alt="" width="642" height="66" /></p>
<p style="text-align: justify;">Then, we introduce the maximum and minimum coordinates of all the surface area from which we want to download and the size in metres of the side of the square of the &#8220;patches&#8221; we are going to download. With them, we would obtain the boundary coordinates of the first frame to download, adding the side to the minimum x and y coordinates, also starting the counter that will give us the position of each image within the grid, in this case, being the first one, it will have the position 1.1.</p>
<p><img decoding="async" class="aligncenter wp-image-32567 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides4.png" alt="" width="642" height="196" /></p>
<p style="text-align: justify;">We will now create a loop that will first iterate through the frames along the X axis until the maximum X of the frames to be downloaded, passing at each X stop through another loop that will iterate through all the contained frames between the minimum and maximum values for the Y coordinates.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-32568 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides5.png" alt="" width="642" height="172" /></p>
<p style="text-align: justify;">While the X loop is dedicated to update the counters and coordinates at the end of every loop over the Y axis, it is the last one that will stop individually on each square from which we will request a download. This is why this second loop will contain, in addition to the update of the coordinates and counters corresponding to each Y coordinate stop, all the code corresponding to complete the request to the server. Here is where the &#8220;magic&#8221; happens.</p>
<p><img decoding="async" class="aligncenter wp-image-32569 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides6.png" alt="" width="643" height="160" /></p>
<p style="text-align: justify;">As you can see, this &#8220;magic&#8221; has little magic and it&#8217;s not even very complex. What it does is to locate for each request the maximum and minimum X and Y coordinates for each &#8220;patch&#8221; and create the name of the file using the repetition counter of each &#8220;countx&#8221; and &#8220;county&#8221; loop. Besides that, we included a &#8220;print&#8221; so it shows us the progress of the script execution, and after every download request we wait 5 seconds to request the next one, so we can avoid being banned over too many simultaneous requests. Without this 5-seconds wait, with much lesser number we would still be excluded.</p>
<p><img decoding="async" class="aligncenter wp-image-32570 size-full" src="https://www.giscourse.com/wp-content/uploads/2024/03/des-imag-python-ides7.png" alt="" width="642" height="329" /></p>
<p style="text-align: justify;">Now we could, for example, integrate these images in a supervised training session creating masks on the same place and extracting the analogue coordinate patches. If we want to rebuild a bigger image joining all the downloaded images, we should follow the procedure &#8220;unpatchify&#8221; described in this post:</p>
<p style="text-align: justify;"><a href="https://www.cursosgis.com/division-de-imagenes-en-python-con-patchify/" target="_blank" rel="noopener">División de Imágenes en Python con Patchify</a>.</p>
<p>Original post: </p>
<p style="text-align: justify;"><a href="https://www.cursosgis.com/descarga-multiple-de-imagenes-de-satelite-gratuitas-con-python/" target="_blank" rel="noopener">Descarga multiple de imagenes de satelite gratuitas con Python</a>.</p>
<p style="text-align: right;">Note: There is a rating embedded within this post, please visit this post to rate it.</p><p>The post <a href="https://www.giscourse.com/multiple-download-of-free-satellite-images-with-python/">Multiple download of free satellite images with Python</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/multiple-download-of-free-satellite-images-with-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Attribute Value Dependent Label Sizes in QGIS?</title>
		<link>https://www.giscourse.com/attribute-value-dependent-label-sizes-in-qgis/</link>
					<comments>https://www.giscourse.com/attribute-value-dependent-label-sizes-in-qgis/#respond</comments>
		
		<dc:creator><![CDATA[Catalin Cimpianu]]></dc:creator>
		<pubDate>Mon, 12 Dec 2022 15:35:51 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18633</guid>

					<description><![CDATA[In this post, we’ll look at how to make the label sizes dependent on a field in the attribute table of the layer. Assume we have a large file, such as a world limits polygon type layer, that we want to label with the names of the countries. We do not want the labels to  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">In this post, we&#8217;ll look at how to make the label sizes dependent on a field in the attribute table of the layer.<span id="more-18633"></span></p>
<p style="text-align: justify;">Assume we have a large file, such as a world limits polygon type layer, that we want to label with the names of the countries.</p>
<p style="text-align: justify;">We do not want the labels to look like that.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18636" src="https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-1024x651.png" alt="" width="650" height="414" srcset="https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-200x127.png 200w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-300x191.png 300w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-400x254.png 400w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-500x318.png 500w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-600x382.png 600w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-768x489.png 768w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-800x509.png 800w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1-1024x651.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_1.png 1072w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Instead we want this.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18638" src="https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-1024x651.png" alt="" width="650" height="413" srcset="https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-200x127.png 200w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-300x191.png 300w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-320x202.png 320w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-400x254.png 400w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-500x318.png 500w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-600x382.png 600w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-768x488.png 768w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-800x509.png 800w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1-1024x651.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_2-1.png 1074w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Lets see how we can achieve this.</p>
<ul style="text-align: justify;">
<li>Go to the <strong>Layer Proprieties</strong> (right-click it in the Layers Panel &gt; Proprieties) and navigate to the <strong>Labels TAB</strong>.</li>
<li>Select the labeling method &gt; <strong>Single Labels</strong>.</li>
<li>Next, select the attribute table field to use for labeling. In this case, we&#8217;ll go with the one that saves the names of the world&#8217;s countries.</li>
<li>Choose a <strong>Font</strong> and a <strong>Style</strong>.</li>
<li>For the <strong>Size</strong>, go to the <strong>Data defined override</strong> function. This function overwrites the labeling settings by using attribute table entries or expressions based on them.</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18639" src="https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-1024x667.png" alt="" width="650" height="424" srcset="https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-200x130.png 200w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-300x196.png 300w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-400x261.png 400w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-500x326.png 500w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-600x391.png 600w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-768x500.png 768w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-800x521.png 800w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3-1024x667.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_3.png 1157w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul style="text-align: justify;">
<li>By selecting the Edit option, the <strong>Expression String Builder</strong> opens. In this section, we will write an expression that will allow us to label the world counties while considering the area values stored in the Shape_Area field.</li>
<li>The expression will be as follow:</li>
</ul>
<p style="text-align: justify;">scale_linear(&#8220;Shape_Area&#8221;, minimum(&#8220;Shape_Area&#8221;), maximum(&#8220;Shape_Area&#8221;), 1, 100)</p>
<ul style="text-align: justify;">
<li>This function transforms a given value from an input domain to an output range using linear interpolation. More specifically, the function scales the names of world countries to a font size between 1 and 100 by taking into consideration the minimum and maximum area values (stored in the Shape Area field).</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18641" src="https://www.giscourse.com/wp-content/uploads/2022/12/label_4.png" alt="" width="650" height="419" srcset="https://www.giscourse.com/wp-content/uploads/2022/12/label_4-200x129.png 200w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4-300x193.png 300w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4-400x258.png 400w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4-500x322.png 500w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4-600x387.png 600w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4-768x495.png 768w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4-800x516.png 800w, https://www.giscourse.com/wp-content/uploads/2022/12/label_4.png 838w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul style="text-align: justify;">
<li>Click Ok.</li>
<li>The dialog closes and the <strong>Data defined override</strong> button change its appearance meaning that the rule is taken into consideration while labeling.</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18642" src="https://www.giscourse.com/wp-content/uploads/2022/12/labels_5.png" alt="" width="650" height="512" srcset="https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-200x158.png 200w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-300x236.png 300w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-400x315.png 400w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-500x394.png 500w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-600x473.png 600w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-768x605.png 768w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5-800x630.png 800w, https://www.giscourse.com/wp-content/uploads/2022/12/labels_5.png 939w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul style="text-align: justify;">
<li>Click OK.  The Layer Proprieties closes. The result should look like in the following image.</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18643" src="https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-1024x578.png" alt="" width="650" height="367" srcset="https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-200x113.png 200w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-300x169.png 300w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-400x226.png 400w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-500x282.png 500w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-600x339.png 600w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-768x434.png 768w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-800x452.png 800w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-1024x578.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6-1200x678.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/12/featured_image_labels_6.png 1489w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: center;">High quality and professional training</p>
<h2 style="text-align: center;">Recommended courses</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17914" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-advanced-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17925" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-to-advanced-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17927" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a></p>
<p style="text-align: justify;"><span style="font-size: 10pt;"><strong>For more information check: </strong></span></p>
<ul style="text-align: justify;">
<li><span style="font-size: 10pt;">QGIS Documentation &#8211; <a class="toc-backref" href="https://docs.qgis.org/3.22/en/docs/user_manual/working_with_vector/vector_properties.html?highlight=data%20defined%20override#id108"><span class="section-number">15.1.4.4. </span>Using <span class="highlighted">data</span>&#8211;<span class="highlighted">defined</span> <span class="highlighted">override</span> for labeling</a></span></li>
<li><span style="font-size: 10pt;">QGIS Documentation &#8211; <a class="toc-backref" href="https://docs.qgis.org/3.22/en/docs/user_manual/expressions/functions_list.html#id415"><span class="section-number">12.2.17.23. </span>scale_linear</a></span></li>
</ul>
<p style="text-align: justify;"><span style="font-size: 10pt;"><strong>Check Marks Credits:</strong> https://www.freepik.com/free-vector/flat-check-mark-cross-stickers_18141294.htm</span></p><p>The post <a href="https://www.giscourse.com/attribute-value-dependent-label-sizes-in-qgis/">Attribute Value Dependent Label Sizes in QGIS?</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/attribute-value-dependent-label-sizes-in-qgis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DEM creation using LASzip and ArcGIS Pro</title>
		<link>https://www.giscourse.com/dem-creation-using-laszip-and-arcgis-pro/</link>
					<comments>https://www.giscourse.com/dem-creation-using-laszip-and-arcgis-pro/#respond</comments>
		
		<dc:creator><![CDATA[Catalin Cimpianu]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 12:51:11 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18536</guid>

					<description><![CDATA[In ArcGIS Pro you cannot open or add LAZ (.laz) files directly and display the point cloud data on the map. The LAZ (.laz) files need to be decompressed and converted to LAS (.las) files. One easy way to do that is to use the LASzip, a free open source product of rapidlasso GmbH. The  [...]]]></description>
										<content:encoded><![CDATA[<p>In ArcGIS Pro you cannot open or add LAZ (.laz) files directly and display the point cloud data on the map. The LAZ (.laz) files need to be decompressed and converted to LAS (.las) files.</p>
<p>One easy way to do that is to use the LASzip, a free open source product of <a class="reference external" href="http://rapidlasso.com/">rapidlasso GmbH</a>. The LASzip library is built into the LAStools, and while the LAStools is commercial software, the LASzip is available as an <a href="https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL</a>-licensed stand-alone software library.</p>
<p>*Keep in mind that the <a href="https://rapidlasso.com/lastools/">LAStools</a> need to be installed on your computer. An easy way to do that is to go and download it by using the Direct link to <a href="https://downloads.rapidlasso.de/LAStools.zip">LAStools.zip</a>. Unzip the file to find the LASzip application in the bin folder.</p>
<p>Launch LASzip and follow the steps described in the image below.</p>
<p>We have 24 LAZ (.laz) files depicting the area around Toledo city (south of Madrid). The files are LIDAR-derived 3D point clouds colored in true colors (RGB).</p>
<p><img decoding="async" class="aligncenter size-large wp-image-18541" src="https://www.giscourse.com/wp-content/uploads/2022/10/image1-1024x833.png" alt="" width="1024" height="833" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image1-200x163.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-300x244.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-400x326.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-500x407.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-600x488.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-768x625.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-800x651.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image1-1024x833.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/10/image1.png 1026w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>A new window will appear after you click the DECOMPRESS button.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-18542" src="https://www.giscourse.com/wp-content/uploads/2022/10/image2-1024x176.png" alt="" width="1024" height="176" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image2-200x34.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-300x51.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-400x69.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-500x86.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-600x103.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-768x132.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-800x137.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image2-1024x176.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/10/image2.png 1026w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Click Start.</p>
<p>Once the decompression process is complete, navigate to the location of the LAZ (.laz) files in your Windows environment. You&#8217;ll notice that a new LAS (.las) file was created for each LAZ (.laz) file (with the same name).</p>
<p><img decoding="async" class="aligncenter size-full wp-image-18543" src="https://www.giscourse.com/wp-content/uploads/2022/10/image3.png" alt="" width="864" height="190" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image3-200x44.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image3-300x66.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image3-400x88.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image3-500x110.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image3-600x132.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image3-768x169.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image3-800x176.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image3.png 864w" sizes="(max-width: 864px) 100vw, 864px" /></p>
<p>Now we can work (open or add the LAS (.las) files) directly in ArcGIS Pro.</p>
<p>Open a new ArcGIS Pro project.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-18544" src="https://www.giscourse.com/wp-content/uploads/2022/10/image4-1024x683.png" alt="" width="1024" height="683" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image4-200x133.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-300x200.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-400x267.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-500x334.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-600x400.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-768x512.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-800x534.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image4-1024x683.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/10/image4.png 1109w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>To work with all the LAS (.las) files at once we need to create a LAS dataset using the <span style="font-size: 14pt;"><strong>Create Las Dataset</strong> </span>tool.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-18545" src="https://www.giscourse.com/wp-content/uploads/2022/10/image5.png" alt="" width="767" height="655" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image5-200x171.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image5-300x256.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image5-400x342.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image5-500x427.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image5-600x512.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image5.png 767w" sizes="(max-width: 767px) 100vw, 767px" /></p>
<p>The LAS Dataset is created. A LAS dataset keeps track of one or more LAS files located on disk.</p>
<p>Next, select the option to filter the 3D cloud points and display only the ground points. Follow the instructions in the image below.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-18546" src="https://www.giscourse.com/wp-content/uploads/2022/10/image6-1024x517.png" alt="" width="1024" height="517" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image6-200x101.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-300x151.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-400x202.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-500x252.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-540x272.png 540w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-600x303.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-768x387.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-800x404.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-1024x517.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/10/image6-1200x605.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/10/image6.png 1463w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Now, with only the ground points displayed, we can proceed and create a DEM for the area. Access the tool <span style="font-size: 14pt;"><strong>LAS Dataset To Raster.</strong></span></p>
<p><img decoding="async" class="aligncenter size-full wp-image-18547" src="https://www.giscourse.com/wp-content/uploads/2022/10/image7.png" alt="" width="860" height="514" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image7-200x120.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image7-300x179.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image7-400x239.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image7-500x299.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image7-600x359.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image7-768x459.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image7-800x478.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image7.png 860w" sizes="(max-width: 860px) 100vw, 860px" /></p>
<p>The DEM is created.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-18548" src="https://www.giscourse.com/wp-content/uploads/2022/10/image8-1024x607.png" alt="" width="1024" height="607" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/image8-200x118.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-300x178.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-400x237.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-500x296.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-600x355.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-768x455.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-800x474.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-1024x607.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/10/image8-1200x711.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/10/image8.png 1249w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Specify a proper symbology.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-18549" src="https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-1024x577.png" alt="" width="1024" height="577" srcset="https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-200x113.png 200w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-300x169.png 300w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-400x225.png 400w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-500x282.png 500w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-600x338.png 600w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-768x433.png 768w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-800x451.png 800w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-1024x577.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-1200x676.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation-1536x866.png 1536w, https://www.giscourse.com/wp-content/uploads/2022/10/featured_image_dem_creation.png 1709w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p style="text-align: center;">High quality and professional training</p>
<p style="text-align: center;"><span style="font-size: 18pt;"><strong>Recommended courses</strong></span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="https://www.giscourse.com/arcgis-pro-courses/arcgis-pro-course-beginner-level-online-gis-training/"><img decoding="async" class="wp-image-14199 size-medium alignleft" src="https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-300x300.jpg" alt="" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-768x769.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-800x801.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level-1200x1201.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Beginner-Level.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /><img decoding="async" class="alignleft wp-image-14200 size-medium" src="https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--300x300.jpg" alt="" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--768x769.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--800x801.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level--1200x1201.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Advanced-Level-.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>&nbsp;</p><p>The post <a href="https://www.giscourse.com/dem-creation-using-laszip-and-arcgis-pro/">DEM creation using LASzip and ArcGIS Pro</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/dem-creation-using-laszip-and-arcgis-pro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to visualize historical maps in ArcGIS Pro</title>
		<link>https://www.giscourse.com/how-to-visualize-historical-maps-in-arcgis-pro/</link>
					<comments>https://www.giscourse.com/how-to-visualize-historical-maps-in-arcgis-pro/#respond</comments>
		
		<dc:creator><![CDATA[Catalin Cimpianu]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 12:55:18 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18487</guid>

					<description><![CDATA[The David Rumsey Map Collection is incredibly complex, with a wide range of historical maps. “The historical map collection has over 116,000 maps and related images online. The online map collection is a searchable database that allows you to make your own journeys into spatial representations of the past. Here you can see the history of  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><a href="https://www.davidrumsey.com"><strong>The David Rumsey Map Collection</strong></a> is incredibly complex, with a wide range of historical maps.<span id="more-18487"></span> “The historical map collection has over 116,000 maps and related images online. The online map collection is a searchable database that allows you to make your own journeys into spatial representations of the past. Here you can see the history of cartography through primary sources from 1500 into the 21st century.” (David Rumsey Map Collection)</p>
<p style="text-align: justify;">In the next steps, we will exemplify how to add two maps from this valuable site to ArcGIS Pro and ArcMap.</p>
<p style="text-align: justify;">Scroll down and from all the available options, we will choose a map from the Europe category.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18488" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM1-1024x409.jpg" alt="" width="650" height="260" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM1-200x80.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-300x120.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-400x160.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-500x200.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-600x240.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-768x307.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-800x320.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-1024x409.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-1200x479.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1-1536x614.jpg 1536w, https://www.giscourse.com/wp-content/uploads/2022/08/HM1.jpg 1812w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">It is important to note that signing up for an account and logging in allows you to access all of the collection&#8217;s features. The registration process is simple and can be done by hitting the Register button.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18489" src="https://www.giscourse.com/wp-content/uploads/2022/08/2-1024x537.png" alt="" width="650" height="341" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/2-200x105.png 200w, https://www.giscourse.com/wp-content/uploads/2022/08/2-300x157.png 300w, https://www.giscourse.com/wp-content/uploads/2022/08/2-400x210.png 400w, https://www.giscourse.com/wp-content/uploads/2022/08/2-500x262.png 500w, https://www.giscourse.com/wp-content/uploads/2022/08/2-600x315.png 600w, https://www.giscourse.com/wp-content/uploads/2022/08/2-768x403.png 768w, https://www.giscourse.com/wp-content/uploads/2022/08/2-800x420.png 800w, https://www.giscourse.com/wp-content/uploads/2022/08/2-1024x537.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/2-1200x629.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/2.png 1426w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Considering all the available maps, we chose <a href="https://www.davidrumsey.com/luna/servlet/detail/RUMSEY~8~1~33666~1171376:Europe-s-overland,-sea-communicatio?sort=pub_list_no_initialsort%2Cpub_date%2Cpub_list_no%2Cseries_no&amp;qvq=w4s:/when%2F1922;q:world_area%3D%22europe%22%20;sort:pub_list_no_initialsort%2Cpub_date%2Cpub_list_no%2Cseries_no;lc:RUMSEY~8~1&amp;mi=9&amp;trs=13"><strong>Europe&#8217;s overland and sea communications from 1922</strong></a>. If you are not able to find it, filter the results by the year (1922).</p>
<p style="text-align: justify;">By clicking on the map, a new web page will open. Once opened, on the left, you will be able to see all the map media information (collection name, author, date, title, scale, etc.).</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18490" src="https://www.giscourse.com/wp-content/uploads/2022/08/3-1024x537.png" alt="" width="650" height="341" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/3-200x105.png 200w, https://www.giscourse.com/wp-content/uploads/2022/08/3-300x157.png 300w, https://www.giscourse.com/wp-content/uploads/2022/08/3-400x210.png 400w, https://www.giscourse.com/wp-content/uploads/2022/08/3-500x262.png 500w, https://www.giscourse.com/wp-content/uploads/2022/08/3-600x315.png 600w, https://www.giscourse.com/wp-content/uploads/2022/08/3-768x403.png 768w, https://www.giscourse.com/wp-content/uploads/2022/08/3-800x420.png 800w, https://www.giscourse.com/wp-content/uploads/2022/08/3-1024x537.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/3-1200x629.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/3.png 1426w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Next, Click on VIEW IN GEOREFERENCER button. This will &#8220;georeference&#8221; the map and place it over real world locations. Now, you can navigate and explore the map.</p>
<p style="text-align: justify;">Several options are available:</p>
<ol style="text-align: justify;">
<li>Find a place option,</li>
<li>Changing the basemap,</li>
<li>Beyond the adjustable transparency, you can analyse map points and their coordinates or adjust map size,</li>
<li>In the Overlay &amp; Compare box there are several options to visualize and compare the map with other added maps.</li>
</ol>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18491" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM3-1024x472.jpg" alt="" width="650" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM3-200x92.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-300x138.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-400x184.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-500x230.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-600x277.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-768x354.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-800x369.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-1024x472.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-1200x553.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3-1536x708.jpg 1536w, https://www.giscourse.com/wp-content/uploads/2022/08/HM3.jpg 1920w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">1.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18492" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM4-1024x527.jpg" alt="" width="650" height="334" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM4-200x103.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-300x154.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-400x206.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-500x257.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-600x309.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-768x395.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-800x411.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-1024x527.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4-1200x617.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM4.jpg 1503w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">2.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18493" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM5-1024x384.jpg" alt="" width="650" height="244" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM5-200x75.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-300x113.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-400x150.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-500x188.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-600x225.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-768x288.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-800x300.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-1024x384.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5-1200x451.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM5.jpg 1377w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">3.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18494" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM6-1024x716.jpg" alt="" width="650" height="454" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM6-200x140.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-300x210.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-400x280.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-500x350.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-600x420.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-768x537.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-800x559.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-1024x716.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6-1200x839.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM6.jpg 1230w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">4.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18495" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM7-1024x471.jpg" alt="" width="650" height="299" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM7-200x92.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-300x138.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-400x184.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-500x230.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-600x276.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-768x353.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-800x368.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-1024x471.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-1200x552.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7-1536x706.jpg 1536w, https://www.giscourse.com/wp-content/uploads/2022/08/HM7.jpg 1920w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">After we&#8217;ve explored all of these features, we can click on <span style="font-size: 14pt;"><strong>What next?</strong> </span>button and start export, embed, draw and more!</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18496" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM8-800x585.jpg" alt="" width="650" height="475" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM8-200x146.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-300x219.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-400x292.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-500x365.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-600x438.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-768x561.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-800x585.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8-1024x748.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM8.jpg 1118w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">By going to Use in GIS apps section, we can proceed and visualize the historical map in ArcGIS (ArcGIS Pro or other GIS software) as a WMTS service. Click on <span style="font-size: 14pt;"><strong>Get Links</strong><span style="font-size: 12pt;"> button</span></span><span style="font-size: 12pt;">.</span></p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18497" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM9.jpg" alt="" width="475" height="413" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM9-200x174.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM9-300x261.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM9-400x348.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM9.jpg 475w" sizes="(max-width: 475px) 100vw, 475px" /></p>
<p style="text-align: justify;">Copy the <strong><span style="font-size: 14pt;">Web Map Tile Service (WMTS)</span></strong> link.</p>
<p style="text-align: justify;">In ArcGIS Pro we will navigate to the Insert menu Connections &gt; Server &gt; New WTMS Server. We will use the link copied to create a new WMTS Server connection.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18500" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM10-800x555.jpg" alt="" width="650" height="451" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM10-200x139.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-300x208.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-400x277.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-500x347.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-600x416.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-768x533.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-800x555.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-1024x710.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10-1200x832.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM10.jpg 1207w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Once created, the new connection will appear in the Catalog pane in both Servers and Folders section.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18501" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM12.jpg" alt="" width="392" height="625" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM12-188x300.jpg 188w, https://www.giscourse.com/wp-content/uploads/2022/08/HM12-200x319.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM12.jpg 392w" sizes="(max-width: 392px) 100vw, 392px" /></p>
<p style="text-align: justify;">Next, just add it as a new layer to your map view. The historical map can now be explored in ArcGIS Pro as a WMTS.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18498" src="https://www.giscourse.com/wp-content/uploads/2022/08/HM13-1024x640.jpg" alt="" width="650" height="407" srcset="https://www.giscourse.com/wp-content/uploads/2022/08/HM13-200x125.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-300x188.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-400x250.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-500x313.jpg 500w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-600x375.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-768x480.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-800x500.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-1024x640.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13-1200x750.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2022/08/HM13.jpg 1503w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;"><span style="font-size: 10pt;"><strong>Source: </strong>The David Rumsey Map Collection &#8211; https://www.davidrumsey.com/home/the-collection</span></p>
<p style="text-align: right;">Note: There is a rating embedded within this post, please visit this post to rate it.</p>
<p style="text-align: center;">High quality and professional training</p>
<h2 style="text-align: center;">Recommended courses</h2>
<p style="text-align: justify;"><a href="https://www.giscourse.com/arcgis-pro-courses/arcgis-pro-course-advanced-level-online-gis-training/" target="_blank" rel="noopener"><img decoding="async" class="aligncenter wp-image-18008" src="https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-800x418.jpg" alt="" width="650" height="340" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-200x105.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-300x157.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-400x209.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-600x314.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-768x401.jpg 768w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-800x418.jpg 800w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular-1024x535.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2022/04/arcgispro-advanced_rectangular.jpg 1200w" sizes="(max-width: 650px) 100vw, 650px" /></a></p><p>The post <a href="https://www.giscourse.com/how-to-visualize-historical-maps-in-arcgis-pro/">How to visualize historical maps in ArcGIS Pro</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/how-to-visualize-historical-maps-in-arcgis-pro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>&#8220;OpenPlanetary Tile Loader&#8221; QGIS plugin</title>
		<link>https://www.giscourse.com/openplanetary-tile-loader-qgis-plugin/</link>
					<comments>https://www.giscourse.com/openplanetary-tile-loader-qgis-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Catalin Cimpianu]]></dc:creator>
		<pubDate>Wed, 06 Jul 2022 10:51:02 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<category><![CDATA[cartográficos]]></category>
		<category><![CDATA[cartography]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[OpenPlanetary]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[QGIS]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18424</guid>

					<description><![CDATA[The analysis of planetary and stellar cartography is the next geospatial frontier, and Roberto Jimenez’s QGIS plugin “OpenPlanetary Tile Loader” is a significant step in this direction. This plugin provided by OpenPlanetary allow us to access various basemaps of Mars and The Moon. To explore its functionalities install the plugin in QGIS via the Plugins  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">The analysis of planetary and stellar cartography is the next geospatial frontier, and Roberto Jimenez&#8217;s QGIS plugin &#8220;OpenPlanetary Tile Loader&#8221; is a significant step in this direction.<span id="more-18424"></span></p>
<p style="text-align: justify;">This plugin provided by <a href="https://www.openplanetary.org/">OpenPlanetary</a> allow us to access various basemaps of Mars and The Moon. To explore its functionalities install the plugin in QGIS via the Plugins Manager.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18436" src="https://www.giscourse.com/wp-content/uploads/2022/07/1.png" alt="" width="650" height="413" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/1-200x127.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/1-300x191.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/1-320x202.png 320w, https://www.giscourse.com/wp-content/uploads/2022/07/1-400x254.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/1-600x381.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/1-768x488.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/1.png 792w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Once installed, the OpenPlanetary Tile Loader icon is displayed in the Plugins Toolbar, as illustrated in the picture below:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18429" src="https://www.giscourse.com/wp-content/uploads/2022/07/OP2.png" alt="" width="498" height="142" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/OP2-200x57.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/OP2-300x86.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/OP2-400x114.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/OP2.png 498w" sizes="(max-width: 498px) 100vw, 498px" /></p>
<p style="text-align: justify;">Once opened, you can add Mars and Moon basemaps into your QGIS Project.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18430" src="https://www.giscourse.com/wp-content/uploads/2022/07/OP3.png" alt="" width="435" height="317" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/OP3-200x146.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/OP3-300x219.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/OP3-400x291.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/OP3.png 435w" sizes="(max-width: 435px) 100vw, 435px" /></p>
<p style="text-align: justify;">Let&#8217;s add the Mars Colour MOLA elevation basemap into our project.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18432" src="https://www.giscourse.com/wp-content/uploads/2022/07/4-1024x571.png" alt="" width="650" height="362" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/4-200x111.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/4-300x167.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/4-400x223.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/4-600x334.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/4-768x428.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/4-800x446.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/4-1024x571.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/07/4-1200x669.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/07/4.png 1254w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Mars Shaded Grayscale MOLA Elevation</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18433" src="https://www.giscourse.com/wp-content/uploads/2022/07/5-1024x571.png" alt="" width="650" height="362" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/5-200x111.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/5-300x167.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/5-400x223.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/5-600x334.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/5-768x428.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/5-800x446.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/5-1024x571.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/07/5-1200x669.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/07/5.png 1254w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">OPM Mars Basemap v0.2</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18434" src="https://www.giscourse.com/wp-content/uploads/2022/07/6-1024x571.png" alt="" width="650" height="362" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/6-200x111.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/6-300x167.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/6-400x223.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/6-600x334.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/6-768x428.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/6-800x446.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/6-1024x571.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/07/6-1200x669.png 1200w, https://www.giscourse.com/wp-content/uploads/2022/07/6.png 1254w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">In this way, we can get much closer to the surface of these celestial bodies and learn a lot more about them.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18435" src="https://www.giscourse.com/wp-content/uploads/2022/07/OP6.png" alt="" width="650" height="594" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/OP6-200x183.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/OP6-300x274.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/OP6-400x366.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/OP6-600x548.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/OP6-768x702.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/OP6-800x731.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/OP6.png 966w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: center;">High quality and professional training</p>
<h2 style="text-align: center;">Recommended courses</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17914" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-advanced-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17925" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-to-advanced-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17927" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a></p>
<p><span style="font-size: 10pt;"><strong>Sources: </strong></span></p>
<p><span style="font-size: 10pt;">Original post: Nuevo “plugin” de QGIS: “OpenPlanetary Tile Loader” &#8211; </span><a href="https://www.cursosgis.com/nuevo-plugin-de-qgis-openplanetary-tile-loader/"><span style="font-size: 10pt;">https://www.cursosgis.com/nuevo-plugin-de-qgis-openplanetary-tile-loader/</span></a></p>
<p><span style="font-size: 10pt;"> OpenPlanetary Tile Loader plugin &#8211; <a href="https://plugins.qgis.org/plugins/optileloader/">https://plugins.qgis.org/plugins/optileloader/</a></span></p><p>The post <a href="https://www.giscourse.com/openplanetary-tile-loader-qgis-plugin/">“OpenPlanetary Tile Loader” QGIS plugin</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/openplanetary-tile-loader-qgis-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>QuickMapServices Plugin – an easy way to add basemaps in QGIS</title>
		<link>https://www.giscourse.com/quickmapservices-plugin-an-easy-way-to-add-basemaps-in-qgis/</link>
					<comments>https://www.giscourse.com/quickmapservices-plugin-an-easy-way-to-add-basemaps-in-qgis/#respond</comments>
		
		<dc:creator><![CDATA[Catalin Cimpianu]]></dc:creator>
		<pubDate>Wed, 06 Jul 2022 08:04:27 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<category><![CDATA[basemaps]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[QGIS]]></category>
		<category><![CDATA[QuickMapServices]]></category>
		<guid isPermaLink="false">https://www.giscourse.com/?p=18405</guid>

					<description><![CDATA[One of the most interesting QGIS Plugin is the QuickMapServices. This allows you to add different datasets and basemaps to your QGIS Project. Let’s see how we can do that. First of all, open the QGIS software and install the QuickMapServices plugin by going to the Plugins menu toolbar &gt; Manage and Install plugins. The  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">One of the most interesting QGIS Plugin is the QuickMapServices.<span id="more-18405"></span> This allows you to add different datasets and basemaps to your QGIS Project. Let&#8217;s see how we can do that.</p>
<p style="text-align: justify;">First of all, open the QGIS software and install the QuickMapServices plugin by going to the<strong><span style="font-size: 14pt;"> Plugins menu toolbar &gt; Manage and Install plugins</span>.</strong> The QGIS Plugins manager opens.</p>
<p style="text-align: justify;">Type &#8220;QuickMapServices&#8221; in the search box and proceed by installing the plugin.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18408" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-1024x476.png" alt="" width="650" height="302" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-200x93.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-300x139.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-400x186.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-600x279.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-768x357.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-800x372.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1-1024x476.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS1.png 1098w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">Once installed, an icon should appear in the <span style="font-size: 14pt;"><strong>Web Toolbar</strong></span>, as demonstrated in the image below:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18409" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS2.png" alt="" width="650" height="92" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS2-200x28.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS2-300x42.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS2-400x57.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS2-600x85.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS2.png 729w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: justify;">When we click on this icon, we will see that we are limited to only NASA and OpenStreetMap basemaps. However, we can work this out by selecting the Settings option from this menu.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18410" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS3.png" alt="" width="233" height="281" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS3-200x241.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS3.png 233w" sizes="(max-width: 233px) 100vw, 233px" /></p>
<p style="text-align: justify;">In the new window that will open, go to the &#8220;<span style="font-size: 14pt;"><strong>More services</strong></span>&#8221; tab and click on the <strong><span style="font-size: 14pt;">Get contributed pack</span>. </strong>This will add new services/basemaps to your QuickMapServices Plugin.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18411" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS4.png" alt="" width="557" height="500" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS4-200x180.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS4-300x269.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS4-400x359.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS4.png 557w" sizes="(max-width: 557px) 100vw, 557px" /></p>
<p style="text-align: justify;">As a result, we have a list of 14 providers who offer a variety of services/basemaps.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter size-full wp-image-18412" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS5.png" alt="" width="237" height="622" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS5-114x300.png 114w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS5-200x525.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS5.png 237w" sizes="(max-width: 237px) 100vw, 237px" /></p>
<p style="text-align: justify;">Let&#8217;s explore the main basemaps available here.</p>
<ul style="text-align: justify;">
<li>The ESRI package is one of the most comprehensive, with 15 available basemaps to add.</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18413" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-1024x582.png" alt="" width="650" height="370" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-200x114.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-300x171.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-400x227.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-600x341.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-768x437.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-800x455.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6-1024x582.png 1024w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS6.png 1050w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul style="text-align: justify;">
<li>The Google package includes some well-known options.</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18414" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS7.png" alt="" width="650" height="447" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS7-200x138.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS7-300x206.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS7-400x275.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS7-600x413.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS7-768x528.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS7-800x550.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS7.png 903w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<ul style="text-align: justify;">
<li>In addition, the OSM package includes some interesting options.</li>
</ul>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-18415" src="https://www.giscourse.com/wp-content/uploads/2022/07/QMS8.png" alt="" width="650" height="361" srcset="https://www.giscourse.com/wp-content/uploads/2022/07/QMS8-200x111.png 200w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS8-300x167.png 300w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS8-400x222.png 400w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS8-600x333.png 600w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS8-768x427.png 768w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS8-800x445.png 800w, https://www.giscourse.com/wp-content/uploads/2022/07/QMS8.png 1022w" sizes="(max-width: 650px) 100vw, 650px" /></p>
<p style="text-align: center;">High quality and professional training</p>
<h2 style="text-align: center;">Recommended courses</h2>
<p style="text-align: center;"><a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17914" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-beginner_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-advanced-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17925" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-advanced_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a> <a href="https://www.giscourse.com/qgis-courses/qgis-course-beginner-to-advanced-level-online-gis-training/" target="_blank" rel="noopener noreferrer"><img decoding="async" class="alignnone wp-image-17927" src="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-300x300.jpg" alt="" width="250" height="250" srcset="https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-100x100.jpg 100w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2022/04/qgis-specialist_square.jpg 627w" sizes="(max-width: 250px) 100vw, 250px" /></a></p>
<p style="text-align: justify;"><span style="font-size: 10pt;"><strong>Sources: </strong></span></p>
<p style="text-align: justify;"><span style="font-size: 10pt;">Original post: Quick Map Services: un plugin de uso sencillo para utilizar mapas base en QGIS<br />
&#8211; <a href="https://www.cursosgis.com/quick-map-services-un-plugin-de-uso-sencillo-para-utilizar-mapas-base-en-qgis/">https://www.cursosgis.com/quick-map-services-un-plugin-de-uso-sencillo-para-utilizar-mapas-base-en-qgis/</a></span></p>
<p style="text-align: justify;"><span style="font-size: 10pt;">QuickMapServices plugin &#8211; <a href="https://plugins.qgis.org/plugins/quick_map_services/">https://plugins.qgis.org/plugins/quick_map_services/</a> </span></p><p>The post <a href="https://www.giscourse.com/quickmapservices-plugin-an-easy-way-to-add-basemaps-in-qgis/">QuickMapServices Plugin – an easy way to add basemaps in QGIS</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/quickmapservices-plugin-an-easy-way-to-add-basemaps-in-qgis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
