~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to resources/context_help/QgsDelimitedTextPluginGui-en_US

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h3>Delimited Text Layer Plugin</h3>
 
2
Loads and displays delimited text files containing x,y coordinates.
 
3
<p>
 
4
<p>
 
5
<a href="#re">Requirements</a><br/>
 
6
<a href="#example">Example of a valid text file</a><br/>
 
7
<a href="#notes">Notes</a><br/>
 
8
 
 
9
<a name="re">
 
10
<h4>Requirements</h4>
 
11
</a>
 
12
To view a delimited text file as layer, the text file must contain:
 
13
<ol>
 
14
<li>A delimited header row of field names. This must be the first line in the text file.</li>
 
15
<li>The header row must contain an X and Y field. These fields can have any name.</li>
 
16
<li>The <B>x</B> and <B>y</B> coordinates must be specified as a number. The coordinate system is not important.</li>
 
17
</ol>
 
18
<a name="example">
 
19
<h4>Example of a valid text file</h4> 
 
20
</a>
 
21
X;Y;ELEV<br/>
 
22
-300120;7689960;13<br/>
 
23
-654360;7562040;52<br/>
 
24
1640;7512840;3<br/>
 
25
[...]<br/>
 
26
<a name="notes">
 
27
<h4>Notes</h4>
 
28
</a>
 
29
<ol>
 
30
<li>The example text file uses <b>;</b> as delimiter. Any character can be used to delimit the fields.</li>
 
31
<li>The first row is the header row. It contains the fields X, Y and ELEV.</li>
 
32
<li>No quotes (") are used to delimit text fields.</li>
 
33
<li>The x coordinates are contained in the X field.</li>
 
34
<li>The y coordinates are contained in the Y field.</li>
 
35
</ol>
 
 
b'\\ No newline at end of file'