Sponsored Content
Top Forums UNIX for Beginners Questions & Answers GPS Device not able to read xml files Post 302999821 by Corona688 on Wednesday 28th of June 2017 11:13:39 AM
Old 06-28-2017
There is one actually, called as 'file', but this baffles it. The next thing I tried was 'strings', to identify any text sequences inside it, which also found nothing (except one unhelpful close tag). This doesn't seem like a commonly known data format. It might actually be compressed in a proprietary manner since it contains so few strings.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to read or write device files

hi everybody, i am working in device drivers.As a beginner to this field ,i dont know how to read or write device files. Will copy_to_user and copy_from_user help me? I have created a device file using mknod command .Can anybody help me in this regard :confused thanks in advance sriram (1 Reply)
Discussion started by: sriram.ec
1 Replies

2. UNIX for Dummies Questions & Answers

how to read and write device registers

hello friends, While in the process of writing device drivers, i am facing problem in reading and writing device registers.I got base address of those mapped device registers. Can i add offset of those registers to that Base address to get access of those... (1 Reply)
Discussion started by: sriram.ec
1 Replies

3. UNIX Desktop Questions & Answers

read XML xml element with REGEXP

Hi, I would need to read an xml element from an xml file to a local variable. Please could you help me with a shell script to get so? Considering that I have a file called file.xml like below: <header> <description>This is the description</description> <content>This is the... (2 Replies)
Discussion started by: oscarmon
2 Replies

4. UNIX for Dummies Questions & Answers

install linux on GPS device?

hi all, this might be a silly question, but... a few years ago, i bought a Nortech Navigation E-GPS010. this is a car/hand-held GPS unit that, for a while, worked pretty well. in fact, it still works well. the map version on my GPS is dated 2006, so i thought i'd upgrade; however, the crappy... (10 Replies)
Discussion started by: jmd9qs
10 Replies

5. Shell Programming and Scripting

shell script to read a line in gps receiver log file and append that line to new file

Hi, I have gps receiver log..its giving readings .like below Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GPSD,R=1 $GPGSV,3,1,11,08,16,328,40,11,36,127,00,28,33,283,39,20,11,165,00*71... (3 Replies)
Discussion started by: gudivada213
3 Replies

6. Programming

Problem with read data from serial device

I have problem with C programming. I want to send & receive data through serial communication. I send data(command) to device to get data from device but when receive data, it can't get altogether of data. It get only some data. What should I do to get altogether of data? If all of... (7 Replies)
Discussion started by: noppon_s
7 Replies

7. Shell Programming and Scripting

Extract strings from XML files and create a new XML

Hello everybody, I have a double mission with some XML files, which is pretty challenging for my actual beginner UNIX knowledge. I need to extract some strings from multiple XML files and create a new XML file with the searched strings.. The original XML files contain the source code for... (12 Replies)
Discussion started by: milano.churchil
12 Replies

8. Shell Programming and Scripting

Splitting xml file into several xml files using perl

Hi Everyone, I'm new here and I was checking this old post: /shell-programming-and-scripting/180669-splitting-file-into-several-smaller-files-using-perl.html (cannot paste link because of lack of points) I need to do something like this but understand very little of perl. I also check... (4 Replies)
Discussion started by: mcosta
4 Replies

9. Shell Programming and Scripting

Splitting a single xml file into multiple xml files

Hi, I'm having a xml file with multiple xml header. so i want to split the file into multiple files. Sample.xml consists multiple headers so how can we split these multiple headers into multiple files in unix. eg : <?xml version="1.0" encoding="UTF-8"?> <ml:individual... (3 Replies)
Discussion started by: Narendra921631
3 Replies

10. Shell Programming and Scripting

Read line from serial device with BASH

I'm new to Linux (Ubuntu 16.04), and very new to BASH scripting. I have a Numato 8-channel USB GPIO device, which is a DAQ that appears in the system as a serial port. In Linux it appears as ttyACM0. I can easily manipulate a GPO with, for example: echo "gpio set 7" > /dev/ttyACM0 ...followed... (12 Replies)
Discussion started by: Chalk-X
12 Replies
GPSCORRELATE(1) 						  [FIXME: manual]						   GPSCORRELATE(1)

NAME
gpscorrelate - correlates digital images with GPS data filling EXIF fields SYNOPSIS
gpscorrelate [-z | --timeadd +/-HH[:MM]] [-O | --photooffset seconds] [-i | --no-interpolation] [-v | --verbose] [-d | --datum datum] [-n | --no-write] [-m | --max-dist time] [-t | --ignore-tracksegs] [-M | --no-mtime] [-f | --fix-timestamps] [-p | --degmins] -g file.gpx image.jpg... gpscorrelate -s | --show | -o | --machine image.jpg... gpscorrelate [-M | --no-mtime] {-r | --remove} image.jpg... gpscorrelate -V | --version | -h | --help gpscorrelate-gui DESCRIPTION
This manual page documents briefly the gpscorrelate and gpscorrelate-gui commands. There is an extended documenation available in HTML format; see below. gpscorrelate is a program that acts on digital images in JPEG format filling EXIF (Exchangeable Image File Format) fields related to GPS (Global Positioning System) information. Source for the GPS data is a record of GPS information encoded in GPX (GPS Exchange Format) Format. The act of filling those fields is referred to as correlation. If GPS data are available at the precise moment the image was taken (with a 1-second granularity) the GPS data are stored unmodified in EXIF fields. If they are not linear interpolation of GPS data available at moments before and after the image was taken can be used. gpscorrelate is a command line tool implementing correlation whereas gpscorrelate-gui is the corresponding GTK+ graphical user interface. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the HTML documentation. -g, --gps file.gpx correlate using the specified GPX file with GPS data -s, --show only show the GPS data of the given images -o, --machine only show the GPS data of the given images in a machine readable output, if there is any -r, --remove only remove GPS EXIF data from the given images -z, --timeadd +/-XX[:XX] time to add to GPS data to make it match the timestamps of the images. GPS data is in UTC; images are not likely to be in UTC. Enter the timezone used when taking the images: eg, +8 for Perth -O, --photooffset seconds time in seconds to add to the photo timestamp to make it match the GPS timestamp. To determine the amount of seconds needed, just create a picture of your GPS device showing the current time and compare it with the timestamp of your photo file. -i, --no-interpolation disable interpolation between points. Interpolation is linear, points are rounded if disabled -v, --verbose show which GPS data has been selected for each image -d, --datum datum specify measurement datum. If not set, WGS-84 used -n, --no-write do not write the exif data. Useful with --verbose -m, --max-dist time max time outside points that image will be matched. Time is in seconds -t, --ignore-tracksegs Interpolate between track segments, too -M, --no-mtime Do not change mtime of modified files -f, --fix-timestamps Fix broken GPS datestamps written with versions < 1.5.2 -p, --degmins Write location as DD MM.MM as was default before < 1.5.3 -h, --help Only show summary of options -V, --version Only print the version SEE ALSO
gpsd (1), gpsbabel (1), gpxlogger (1), cgpxlogger (1). The documentation of gpscorrelate and gpscorrelate-gui in HTML format are available on the filesystem at /usr/share/doc/gpscorrelate. AUTHOR
This manual page was initially written by Stefano Zacchiroli zack@debian.org for the Debian(TM) system. It was extended by Till Maas opensource@till.name. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Stefano Zacchiroli Author. COPYRIGHT
Copyright (C) 2006, 2008 Stefano Zacchiroli zack@debian.org, Till Maas [FIXME: source] 30 Oct 2008 GPSCORRELATE(1)
All times are GMT -4. The time now is 08:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy