<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vasco.guita&amp;*</id>
		<title>MohidWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vasco.guita&amp;*"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Special:Contributions/Vasco.guita"/>
		<updated>2026-04-04T20:02:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8401</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8401"/>
				<updated>2021-04-22T17:08:25Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png|center|x400px]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png|center|x400px]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add the polygon layer over the ''OpenStreetMap'' layer in QGIS.&lt;br /&gt;
To add the polygon layer, select the '''Layer &amp;gt; Add Layer &amp;gt; Vector Layer''' menu, which opens following window:&lt;br /&gt;
&lt;br /&gt;
[[File:vector_layer.png|center|x400px]]&lt;br /&gt;
&lt;br /&gt;
In the '''Vector Dataset(s)''' field enter the path to your polygon.dbf file and click '''Add'''.&lt;br /&gt;
Then, double click on the newly created polygon layer in the Layers panel to open the '''Layer Properties''' Menu and select&lt;br /&gt;
the '''Source''' tab:&lt;br /&gt;
&lt;br /&gt;
[[File:layer_properties.png|center|x400px]]&lt;br /&gt;
&lt;br /&gt;
Finally, select the '''EPSG:4326 - WGS 84''' option on the '''Assigned Coordinate Reference System (CRS)''' field and click on&lt;br /&gt;
the '''Apply''' button.&lt;br /&gt;
&lt;br /&gt;
You should now visualize the polygon over the map, e.g.:&lt;br /&gt;
&lt;br /&gt;
[[File:polygon.png|center|x400px]]&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8400</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8400"/>
				<updated>2021-04-22T17:06:28Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png|x400px]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png|x400px]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add the polygon layer over the ''OpenStreetMap'' layer in QGIS.&lt;br /&gt;
To add the polygon layer, select the '''Layer &amp;gt; Add Layer &amp;gt; Vector Layer''' menu, which opens following window:&lt;br /&gt;
&lt;br /&gt;
[[File:vector_layer.png|x400px]]&lt;br /&gt;
&lt;br /&gt;
In the '''Vector Dataset(s)''' field enter the path to your polygon.dbf file and click '''Add'''.&lt;br /&gt;
Then, double click on the newly created polygon layer in the Layers panel to open the '''Layer Properties''' Menu and select&lt;br /&gt;
the '''Source''' tab:&lt;br /&gt;
&lt;br /&gt;
[[File:layer_properties.png|x400px]]&lt;br /&gt;
&lt;br /&gt;
Finally, select the '''EPSG:4326 - WGS 84''' option on the '''Assigned Coordinate Reference System (CRS)''' field and click on&lt;br /&gt;
the '''Apply''' button.&lt;br /&gt;
&lt;br /&gt;
You should now visualize the polygon over the map, e.g.:&lt;br /&gt;
&lt;br /&gt;
[[File:polygon.png|x400px]]&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8399</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8399"/>
				<updated>2021-04-22T17:05:39Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png|x400px]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png|x300px]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add the polygon layer over the ''OpenStreetMap'' layer in QGIS.&lt;br /&gt;
To add the polygon layer, select the '''Layer &amp;gt; Add Layer &amp;gt; Vector Layer''' menu, which opens following window:&lt;br /&gt;
&lt;br /&gt;
[[File:vector_layer.png|x300px]]&lt;br /&gt;
&lt;br /&gt;
In the '''Vector Dataset(s)''' field enter the path to your polygon.dbf file and click '''Add'''.&lt;br /&gt;
Then, double click on the newly created polygon layer in the Layers panel to open the '''Layer Properties''' Menu and select&lt;br /&gt;
the '''Source''' tab:&lt;br /&gt;
&lt;br /&gt;
[[File:layer_properties.png|x300px]]&lt;br /&gt;
&lt;br /&gt;
Finally, select the '''EPSG:4326 - WGS 84''' option on the '''Assigned Coordinate Reference System (CRS)''' field and click on&lt;br /&gt;
the '''Apply''' button.&lt;br /&gt;
&lt;br /&gt;
You should now visualize the polygon over the map, e.g.:&lt;br /&gt;
&lt;br /&gt;
[[File:polygon.png|x300px]]&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=File:Polygon.png&amp;diff=8398</id>
		<title>File:Polygon.png</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=File:Polygon.png&amp;diff=8398"/>
				<updated>2021-04-22T17:03:19Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8397</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8397"/>
				<updated>2021-04-22T17:01:29Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add the polygon layer over the ''OpenStreetMap'' layer in QGIS.&lt;br /&gt;
To add the polygon layer, select the '''Layer &amp;gt; Add Layer &amp;gt; Vector Layer''' menu, which opens following window:&lt;br /&gt;
&lt;br /&gt;
[[File:vector_layer.png]]&lt;br /&gt;
&lt;br /&gt;
In the '''Vector Dataset(s)''' field enter the path to your polygon.dbf file and click '''Add'''.&lt;br /&gt;
Then, double click on the newly created polygon layer in the Layers panel to open the '''Layer Properties''' Menu and select&lt;br /&gt;
the '''Source''' tab:&lt;br /&gt;
&lt;br /&gt;
[[File:layer_properties.png]]&lt;br /&gt;
&lt;br /&gt;
Finally, select the '''EPSG:4326 - WGS 84''' option on the '''Assigned Coordinate Reference System (CRS)''' field and click on&lt;br /&gt;
the '''Apply''' button.&lt;br /&gt;
&lt;br /&gt;
You should now visualize the polygon over the map, e.g.:&lt;br /&gt;
&lt;br /&gt;
[[File:polygon.png]]&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=File:Layer_properties.png&amp;diff=8396</id>
		<title>File:Layer properties.png</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=File:Layer_properties.png&amp;diff=8396"/>
				<updated>2021-04-22T16:55:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8395</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8395"/>
				<updated>2021-04-22T16:55:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add a layer with the polygon over the ''OpenStreetMap'' layer in QGIS.&lt;br /&gt;
To add a layer with the polygon, open the '''Layer &amp;gt; Add Layer &amp;gt; Vector Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:vector_layer.png]]&lt;br /&gt;
&lt;br /&gt;
In the '''Vector Dataset(s)''' field enter the path to your polygon.dbf file and click '''Add'''.&lt;br /&gt;
Then, double click on the newly created polygon layer in the Layers panel to open the '''Layer Properties''' Menu and select&lt;br /&gt;
the '''Source''' tab:&lt;br /&gt;
&lt;br /&gt;
[[File:layer_properties.png]]&lt;br /&gt;
&lt;br /&gt;
Finally, select the '''EPSG:4326 - WGS 84''' option on the '''Assigned Coordinate Reference System (CRS)''' field and click on&lt;br /&gt;
the '''Apply''' button.&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=File:Vector_layer.png&amp;diff=8394</id>
		<title>File:Vector layer.png</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=File:Vector_layer.png&amp;diff=8394"/>
				<updated>2021-04-22T15:57:17Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8393</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8393"/>
				<updated>2021-04-22T15:56:50Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add a layer with the polygon over the ''OpenStreetMap'' layer in QGIS.&lt;br /&gt;
To add a layer with the polygon, open the '''Layer &amp;gt; Add Layer &amp;gt; Vector Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:vector_layer.png]]&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8392</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8392"/>
				<updated>2021-04-22T15:49:56Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;br /&gt;
&lt;br /&gt;
=== Visualizing polygon in MOHID’s .xy format: ===&lt;br /&gt;
&lt;br /&gt;
The first step to visualize a MOHID’s .xy format polygon in QGIS is to convert the polygon file to Shapefile format.&lt;br /&gt;
A script for converting MOHID's .xy format to shapefile and to WKT is available in the following repository:&lt;br /&gt;
[https://github.com/Flatlightning/mohid-conversions https://github.com/Flatlightning/mohid-conversions]&lt;br /&gt;
&lt;br /&gt;
After downloading the polygonConverter.py script, convert your polygon.xy file to Shapefile format using the folowing command:&lt;br /&gt;
&amp;lt;code&amp;gt;python polygonConverter.py -f shp -i polygon.xy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will generate three files: polygon.dbf, polygon.shp and polygon.shx.&lt;br /&gt;
&lt;br /&gt;
The next step is to add a layer with the polygon over the ''OpenStreetMap'' layer in QGIS.&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=File:Data_src_mgr_delim_txt.png&amp;diff=8391</id>
		<title>File:Data src mgr delim txt.png</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=File:Data_src_mgr_delim_txt.png&amp;diff=8391"/>
				<updated>2021-04-22T13:42:56Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8390</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8390"/>
				<updated>2021-04-22T13:42:33Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png]]&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
[[File:data_src_mgr_delim_txt.png]]&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=File:Qgis_browser.png&amp;diff=8389</id>
		<title>File:Qgis browser.png</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=File:Qgis_browser.png&amp;diff=8389"/>
				<updated>2021-04-22T13:39:10Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8388</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8388"/>
				<updated>2021-04-22T13:38:25Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
[[File:qgis_browser.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8370</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8370"/>
				<updated>2021-04-16T11:08:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== !!!Under Construction!!! ===&lt;br /&gt;
&lt;br /&gt;
== Quick Introduction ==&lt;br /&gt;
&lt;br /&gt;
This User Manual focuses on helping professionals replicate any tasks previously done in the MOHID Graphical User Interface using the QGIS platform.&lt;br /&gt;
&lt;br /&gt;
[https://qgis.org/en/site/index.html QGIS] is a widely used open source Geographic Information System. If you are not familiar with QGIS, you can find the most recent version for your desired work environment on its official [https://qgis.org/en/site/forusers/download.html download section], you can also find more details about the platform by consulting its [https://qgis.org/en/docs/index.html documentation]. The instructions written in this manual will be using the 3.16 LTR version, so keep in mind that some interface elements may be outdated by the time you’re consulting this manual.&lt;br /&gt;
&lt;br /&gt;
== Creating a QGIS Project ==&lt;br /&gt;
&lt;br /&gt;
In order to do whichever task you need in the QGIS environment you’ll need to create a new project or open an already existing one.&lt;br /&gt;
&lt;br /&gt;
You can create a project by opening the '''Project &amp;gt; New'''  Menu. Alternatively, to open an already existing project, simply open '''Project &amp;gt; Open''' Menu and choose the one you wish to open.&lt;br /&gt;
&lt;br /&gt;
With a project open, you can now add whichever elements you desire. You can start by opening a simple world map by expanding the ''XYZ Tiles'' group and selecting ''OpenStreetMap'' in the Browser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MOHID Barimetry ==&lt;br /&gt;
&lt;br /&gt;
=== Visualizing points in MOHID’s .xyz format: ===&lt;br /&gt;
&lt;br /&gt;
QGIS can easily display point data represented in the MOHID .xyz format, although it is unable to process the header’s option details.&lt;br /&gt;
To visualize points represented in this format you’ll need to add a new “Delimited Text Layer”. You can do this by opening the '''Layer &amp;gt; Add Layer &amp;gt; Delimited Text Layer''' Menu, which will lead you to the following window:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[File:Example.jpg]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You’ll need to select the ''Custom delimiters'' option in the '''File Format''' section and check the ''Space'' option. &lt;br /&gt;
&lt;br /&gt;
In the '''Record and Fields Options''' section, select the ''number of header lines to discard'' according to the size of the .xyz file’s option header. Make sure to check the ''Detect field types'' option and uncheck the First record has field names and ''Decimal separator is comma options'', since the latter are not present in the MOHID .xyz format. &lt;br /&gt;
&lt;br /&gt;
Finally, you’ll need to check the ''Point coordinates'' option in the '''Geometry Definition''' section and select ''field_1'', ''field_2'' and ''field_3'' as the x, y and z fields, respectively. Don’t forget to select the Geometry CRS that matches the one specified in the file’s option header.&lt;br /&gt;
&lt;br /&gt;
You’ll now be able to check the table generated by the given data in the '''Sample Data''' section and add additional settings in the '''Layer Settings''' section.&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8364</id>
		<title>MOHID QGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_QGIS&amp;diff=8364"/>
				<updated>2021-04-15T16:31:54Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: Created page with &amp;quot;== Quick Introduction ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Quick Introduction ==&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_GGIS&amp;diff=8363</id>
		<title>MOHID GGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_GGIS&amp;diff=8363"/>
				<updated>2021-04-15T16:27:07Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=MOHID_GGIS&amp;diff=8362</id>
		<title>MOHID GGIS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=MOHID_GGIS&amp;diff=8362"/>
				<updated>2021-04-15T11:58:43Z</updated>
		
		<summary type="html">&lt;p&gt;Vasco.guita: Created page with &amp;quot;== Overview ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;/div&gt;</summary>
		<author><name>Vasco.guita</name></author>	</entry>

	</feed>