diff --git a/PREBERIME.md b/PREBERIME.md index 0129378..caca23f 100644 --- a/PREBERIME.md +++ b/PREBERIME.md @@ -11,8 +11,9 @@ parametri za vso Slovenijo, brez regionalnih parametrov) ali natančnejši, -Program lahko bere datoteke v formatu [SiTraNet] (ASCII XYZ) ali -[ESRI shapefile] (ArcGIS .shp format, uporabi **gk-shp**). +Program lahko bere datoteke v formatu [SiTraNet] (ASCII XYZ), [LIDAR] +(ASCII XYZ s podpičjem, .asc) ali [ESRI shapefile] (ArcGIS .shp +format, uporabi **gk-shp**). Na razpolago so naslednje transformacije (v obe smeri): @@ -128,8 +129,9 @@ $ gk-slo [<opcije>] [<vhodime> ...] zapiši izhodne podatke na te ločene datoteke <izhodime>: zapiši vse izhodne podatke na eno datoteko <izhodime> -Tipični format vhodnih podatkov (SiTra): -[<oznaka>] <fi|x> <la|y> <h|H> +Tipični format vhodnih podatkov (SiTra .xyz ali LIDAR .asc): +[<oznaka> ]<fi|x> <la|y> <h|H> +[<oznaka>;]<fi|x>;<la|y>;<h|H> Nov program **gk-shp**, ki lahko bere [ESRI shapefile] (ArcGIS .shp format), @@ -158,7 +160,7 @@ $ gk-shp [<options>] <vhodime> <izhodime> <vhodime> preberi in konvertiraj vhodne podatke iz datoteke <vhodime> <izhodime> zapiši izhodne podatke na datoteko <izhodime> -Input data format: +Format vhodnih podatkov: ESRI Shapefile (ArcGIS) @@ -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 diff --git a/README.md b/README.md index 331c205..7e87699 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ detailed description see [AFT.md]). -Program can read files in [SiTraNet] format (ASCII XYZ) or [ESRI shapefile] -(ArcGIS .shp format, use **gk-shp**). +Program can read files in [SiTraNet] format (ASCII XYZ), [LIDAR] (ASCII +XYZ with semicolon, .asc) or [ESRI shapefile] (ArcGIS .shp format, use +**gk-shp**). The following transformations are available (in both directions): @@ -129,8 +130,9 @@ $ gk-slo [<options>] [<inpname> ...] write output to these separate files <outname>: write all output to 1 file <outname> -Typical input data format (SiTra): -[<label>] <fi|x> <la|y> <h|H> +Typical input data format (SiTra .xyz or LIDAR .asc): +[<label> ]<fi|x> <la|y> <h|H> +[<label>;]<fi|x>;<la|y>;<h|H> A new program **gk-shp**, able to read [ESRI shapefiles] (ArcGIS .shp format), @@ -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