Skip to content

Commit

Permalink
Version 8.02 (Nov 28, 2015): Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrihtar committed Dec 1, 2015
1 parent f1c4be7 commit 1d07131
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
13 changes: 8 additions & 5 deletions PREBERIME.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ parametri za vso Slovenijo, brez regionalnih parametrov) ali natančnejši,

<img src="images/GCC-Cover-Image.gif" width="660px">

Program lahko bere datoteke v formatu [SiTraNet] &#40;ASCII XYZ) ali
[ESRI shapefile] &#40;ArcGIS .shp format, uporabi **gk-shp**).
Program lahko bere datoteke v formatu [SiTraNet] &#40;ASCII XYZ), [LIDAR]
&#40;ASCII XYZ s podpičjem, .asc) ali [ESRI shapefile] &#40;ArcGIS .shp
format, uporabi **gk-shp**).

Na razpolago so naslednje transformacije (v obe smeri):

Expand Down Expand Up @@ -128,8 +129,9 @@ $ gk-slo [&lt;opcije&gt;] [&lt;vhodime&gt; ...]
zapiši izhodne podatke na te ločene datoteke
&lt;izhodime&gt;: zapiši vse izhodne podatke na eno datoteko &lt;izhodime&gt;

Tipični format vhodnih podatkov (SiTra):
[&lt;oznaka&gt;] &lt;fi|x&gt; &lt;la|y&gt; &lt;h|H&gt;
Tipični format vhodnih podatkov (SiTra .xyz ali LIDAR .asc):
[&lt;oznaka&gt; ]&lt;fi|x&gt; &lt;la|y&gt; &lt;h|H&gt;
[&lt;oznaka&gt;;]&lt;fi|x&gt;;&lt;la|y&gt;;&lt;h|H&gt;
</pre>

Nov program **gk-shp**, ki lahko bere [ESRI shapefile] &#40;ArcGIS .shp format),
Expand Down Expand Up @@ -158,7 +160,7 @@ $ gk-shp [&lt;options&gt;] &lt;vhodime&gt; &lt;izhodime&gt;
&lt;vhodime&gt; preberi in konvertiraj vhodne podatke iz datoteke &lt;vhodime&gt;
&lt;izhodime&gt; zapiši izhodne podatke na datoteko &lt;izhodime&gt;

Input data format:
Format vhodnih podatkov:
ESRI Shapefile (ArcGIS)
</pre>

Expand Down Expand Up @@ -319,6 +321,7 @@ lažje odpiranje v GIS programih.
[README.md]: https://github.com/mrihtar/GeoCoordinateConverter/blob/master/README.md
[SiTra]: http://sitra.sitranet.si
[SiTraNet]: http://sitranet.si
[LIDAR]: http://evode.arso.gov.si/indexd022.html?q=node/12
[virtualnimi veznimi točkami v3.0]: http://www.e-prostor.gov.si/si/zbirke_prostorskih_podatkov/drzavni_koordinatni_sistem/horizontalni_drzavni_koordinatni_sistem_d96tm/d96tm/transformacijski_parametri/
[AFT.md]: https://github.com/mrihtar/GeoCoordinateConverter/blob/master/aft/PREBERIME.md
[ESRI shapefile]: https://en.wikipedia.org/wiki/Shapefile
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ detailed description see [AFT.md]&#41;.

<img src="images/GCC-Cover-Image.gif" width="660px">

Program can read files in [SiTraNet] format (ASCII XYZ) or [ESRI shapefile]
&#40;ArcGIS .shp format, use **gk-shp**).
Program can read files in [SiTraNet] format (ASCII XYZ), [LIDAR] &#40;ASCII
XYZ with semicolon, .asc) or [ESRI shapefile] &#40;ArcGIS .shp format, use
**gk-shp**).

The following transformations are available (in both directions):

Expand Down Expand Up @@ -129,8 +130,9 @@ $ gk-slo [&lt;options&gt;] [&lt;inpname&gt; ...]
write output to these separate files
&lt;outname&gt;: write all output to 1 file &lt;outname&gt;

Typical input data format (SiTra):
[&lt;label&gt;] &lt;fi|x&gt; &lt;la|y&gt; &lt;h|H&gt;
Typical input data format (SiTra .xyz or LIDAR .asc):
[&lt;label&gt; ]&lt;fi|x&gt; &lt;la|y&gt; &lt;h|H&gt;
[&lt;label&gt;;]&lt;fi|x&gt;;&lt;la|y&gt;;&lt;h|H&gt;
</pre>

A new program **gk-shp**, able to read [ESRI shapefiles] (ArcGIS .shp format),
Expand Down Expand Up @@ -319,6 +321,7 @@ files can be easily opened by GIS programs.
[PREBERIME.md]: https://github.com/mrihtar/GeoCoordinateConverter/blob/master/PREBERIME.md
[SiTra]: http://sitra.sitranet.si
[SiTraNet]: http://sitranet.si
[LIDAR]: http://evode.arso.gov.si/indexd022.html?q=node/12
[virtual tie points v3.0]: http://www.e-prostor.gov.si/si/zbirke_prostorskih_podatkov/drzavni_koordinatni_sistem/horizontalni_drzavni_koordinatni_sistem_d96tm/d96tm/transformacijski_parametri/
[AFT.md]: https://github.com/mrihtar/GeoCoordinateConverter/blob/master/aft/README.md
[ESRI shapefile]: https://en.wikipedia.org/wiki/Shapefile
Expand Down

0 comments on commit 1d07131

Please sign in to comment.