~ubuntu-branches/ubuntu/precise/gpsmanshp/precise-proposed

« back to all changes in this revision

Viewing changes to doc/GPSManSHP.html

  • Committer: Bazaar Package Importer
  • Author(s): Rogerio Reis
  • Date: 2011-10-23 16:23:13 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023162313-4y36jiixf4gpl2ib
Tags: 1.2.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
   "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml">
5
 
<!-- XML file produced from file: GPSManSHP.tex
6
 
     using Hyperlatex v 2.6 (c) Otfried Cheong
7
 
     on Emacs 21.3.1, Fri Jul  9 11:01:39 2004 -->
8
 
<head>
9
 
<title>gpsmanshp Home Page</title>
10
 
 
11
 
<style type="text/css">
12
 
.maketitle { align : center }
13
 
div.abstract { margin-left: 20%; margin-right: 10%; }
14
 
h3.abstract  { align : center }
15
 
div.verse, div.quote, div.quotation {
16
 
  margin-left : 10%; 
17
 
  margin-right : 10%;
18
 
}
19
 
</style>
20
 
 
21
 
 
22
 
</head>
23
 
<body background="backgr.gif">
24
 
 
25
 
 
26
 
 
27
 
    <h1 class="maketitle"><tt>gpsmanshp 1.2</tt><br />A Tcl Package to Read and Write Shapefiles</h1>
28
 
    <h2 class="maketitle"><font size="-1">Miguel Filgueiras</font><br />&nbsp;<br /><font size="-1">DCC-FC &#38; LIACC, Universidade do Porto</font>
29
 
</h2>
30
 
    <h3 class="maketitle"><font size="-1">9 July 2004</font></h3>
31
 
    <p>This document describes the Tcl commands defined in the <tt>gpsmanshp</tt> package version 1.2, that provides the means for
32
 
creating and reading files in the <a href="http://www.esri.com">ESRI</a>
33
 
Shapefile format for keeping 2 or 3 dimensional points and polylines.
34
 
<p><tt>gpsmanshp</tt> was developed for use in
35
 
<a href="http://www.ncc.up.pt/gpsman">GPSMan
36
 
<img alt="" src="gpsman-logo-small.gif"></a>,
37
 
a manager of GPS receiver data. It is written in C
38
 
and is based on
39
 
<a href="http://shapelib.maptools.org"><tt>shapelib</tt></a> made
40
 
available by Frank Warmerdam (<tt>warmerda<tt>&#95;at&#95;</tt>home.com</tt>).
41
 
<p>Along with this package, <tt>gpstr2shp.c</tt> was also developed. It
42
 
translates GPStrans data files into Shapefile ones.
43
 
<ul>
44
 
<li><a href="GPSManSHP_1.html">Tcl Commands Implemented</a>
45
 
<li><a href="GPSManSHP_2.html">Downloading and Installation</a>
46
 
<li><a href="GPSManSHP_3.html">Recent Changes</a>
47
 
<li><a href="GPSManSHP_4.html">Acknowledgements</a>
48
 
</ul>
49
 
<hr /><address>GPSManSHP WWW pages<br />&#169;<a href="http://www.ncc.up.pt/~mig">Miguel
50
 
    Filgueiras</a>,
51
 
    <code>mig_at_ncc.up.pt</code>, DCC-FC &#38; LIACC,
52
 
  Universidade do Porto, 2004</address><br />
53
 
</body></html>