Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

obd2kml(1) [debian man page]

obd2kml(1)						      General Commands Manual							obd2kml(1)

NAME
obd2kml - Convert obdgpslogger(1) logs to Google Earth kml files SYNOPSIS
obd2kml [ options ] DESCRIPTION
Convert obdgpslogger(1) logs to Google Earth kml files OPTIONS
-o|--out <output filename> Output to this .kml file -a|--altitude <altitude> In the kml file, normalise the graph to this height -d|--db <database> Work from logs stored in this database file -n|--name <folder name> Everything in this output file is wrapped in a folder named this -v|--version Print out version number and exit. -h|--help Print out help and exit. NOT OPTIONS
These options aren't intended for end-users, they're for the GUI. -p|--progress Print out progress. It will occasionally print a number in the range [0..100], indicating progress percentage. SEE ALSO
obdgpslogger(1), obd2csv(1), obd2gpx(1), obdsim(1), obdgui(1), obdlogrepair(1) AUTHORS
Gary "Chunky Ks" Briggs <chunky@icculus.org> obd2kml(1)

Check Out this Related Man Page

KML2GMT(1gmt)						       Generic Mapping Tools						     KML2GMT(1gmt)

NAME
kml2gmt - Extract GMT table data from Google Earth KML files SYNOPSIS
kml2gmt [ infile ] [ -V ] [ -Z ] [ -:[i|o] ] [ -bo[s|S|d|D[ncol]|c[var1/...]] ] DESCRIPTION
kml2gmt reads a Google Earth KML file and outputs a GMT table file. Only KML files that contain points, lines, or polygons can be pro- cessed. This is a bare-bones operation that aims to extract coordinates and possibly the name and description tags of each feature. The main use intended is to capture coordinates modified in Google Earth and then reinsert the modified data into the original GMT data file. For a more complete reformatting, consider using ogr2ogr -f "GMT" somefile.gmt somefile.kml. infile Name of the KML file to work on. If not given, standard input is read. OPTIONS
No space between the option flag and the associated arguments. -Z Output the altitude coordinates as GMT z coordinates [Default will output just longitude and latitude]. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. -: Toggles between (longitude,latitude) and (latitude,longitude) input and/or output. [Default is (longitude,latitude)]. Append i to select input only or o to select output only. [Default affects both]. -bo Selects binary output. Append s for single precision [Default is d (double)]. Uppercase S or D will force byte-swapping. Option- ally, append ncol, the number of desired columns in your binary output file. EXAMPLES
SEE ALSO
gmtdefaults(1), GMT(1), img2google(1), ps2raster(1) gmt2kml(1) GMT 4.5.7 15 Jul 2011 KML2GMT(1gmt)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to prevent root users from editing files (logs)

How to prevent root users from editing files (logs)? Is there any way? (4 Replies)
Discussion started by: vehchi
4 Replies

2. UNIX for Dummies Questions & Answers

Print a Tab

Hi, I am using a BASH shell script written on a Mac running OS X to edit kml files for Google Earth. This requires me to basically piece together parts of various files. In addition, I also must insert lines of code that I myself have created. I would like to maintain the formatting of these... (3 Replies)
Discussion started by: msb65
3 Replies

3. Programming

Programming Challenges - A List

Lets start a list of programming challenges, and include a difficulty level for each program(easy, medium, or hard). Basiclly, you need to say what the program needs to do, any special features, whatever. Please post your files as an attachment, or host it and put a link to it, so to not spoil the... (28 Replies)
Discussion started by: Octal
28 Replies

4. Shell Programming and Scripting

Keeping only 6 logs and deleting the rest...

Hi Guys, I have folder where the logs are generated (which is quite a few). I want to keep the recent n logs and delete the rest of them.. I am able to sort them by using ls -t.. but how to take it forward.. Can you people help me.. Thanks for the help in advance, Regards,... (3 Replies)
Discussion started by: mac4rfree
3 Replies

5. Shell Programming and Scripting

Filter a .kml file (xml) to remove unwanted entries

Ok, i have a .kml file that that i want to trim down and get rid of the rubbish from. its formatted like so: <Placemark> <name><!]></name> <description><!</b><br/>Frequency: <b>2437</b><br/>Timestamp: <b>1304892397000</b><br/>Date: <b>2011-05-08... (11 Replies)
Discussion started by: Phear46
11 Replies

6. OS X (Apple)

Change app Icon when script is completed.

In a recent topic, I asked how I could run a shell code without having to deal with terminal opening. What I'm trying to accomplish now is to make my app change it's icon when the code is complete. (With complete I mean when the process is done.) Thanks in advance. :) (10 Replies)
Discussion started by: ShadowofLight
10 Replies

7. Shell Programming and Scripting

Filter a .kml file (xml) with data set from text file

I have a .kml file. So I want filter the .kml to get only the tags that have this numeric codes that they are in a text file 11951 11952 74014 11964 11965 11969 11970 11971 11972 60149 74018 74023 86378 11976 11980 11983 11984 11987 (5 Replies)
Discussion started by: pcoj33
5 Replies

8. UNIX for Advanced & Expert Users

.csv to Google Earth .kml

Does anyone have an awk script that converts/translates an ascii .csv file to a Google Earth .kml file? The .csv would typically look like: X_Longitude_Coordinate,Y_Latitude_Coordinate,Elevation,Point_Number Thank you, Kenny. (4 Replies)
Discussion started by: kenneth.mcbride
4 Replies

9. Shell Programming and Scripting

Catching the exception in multiple logs

Hi folks, I have logs folder in which different type of logs are generated , I am monitoring them by the below command tail -f *.log but I want that if exception come in any of the logs then it should be catch so what i should prefix with tail -f *.log so that it imeediatley catches and... (3 Replies)
Discussion started by: punpun66
3 Replies

10. AIX

How to know the progress of HA C-SPOC Mirrorvg?

Hi, Anyone know how to check the progress of the HACMP C-SPOC mirror for the vg ? I know there is lsvg -l <appvg>, it show the open/stale .. but I couldn't see the progress of it. Your feedback is very appreciated. Thanks. (2 Replies)
Discussion started by: ckwan
2 Replies

11. UNIX for Dummies Questions & Answers

Zipping the logs of directory

Hi Folks, I have logs at the following location cd /out/app/logs/ now that logs directory contain different types of logs now sometimes i need to do disk clean up activity so i need to zipped the logs can you please advise any command by which all the logs created in this directory are... (2 Replies)
Discussion started by: punpun66
2 Replies

12. UNIX for Dummies Questions & Answers

Script to capture logs based on REQUEST iD

Hi All, I am a newbie, I am looking for a script that can capture logs based on a request id and store it in tmp folder Log files looks like this" - 2015-07-08 10:59:17,100 INFO RequestId -> 923559008 Inside test method - 2015-07-08 10:59:17,100 INFO RequestId -> 923559008 End of... (2 Replies)
Discussion started by: tsingh
2 Replies

13. Shell Programming and Scripting

Chmod by multiple users.

The requirement is that whichever user logs in and does not find /tmp/logs folder will create the folder and a file /tmp/logs/date.log and gives full permission so that every user can read and write to the file / folder. I write this code in setup.sh mkdir -p /tmp/logs touch... (8 Replies)
Discussion started by: mohtashims
8 Replies

14. What is on Your Mind?

Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned!

You are seeing this new video here first! Top Five Cybersecurity Threats | Earth Year 2019 | You Have Been Warned! https://youtu.be/dRE4u9QVsSg PS: That video has two small typos, but nothing serious. Heck it took nearly 1.5 hours to render even on a 12-core Mac Pro with 64GB of... (20 Replies)
Discussion started by: Neo
20 Replies