Click here to get back home

Info on GIS

 HomeNewsGroups | Search | About
 comp.infosystems.gis    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Info on GIS bharath_r 04-08-2008
---> Re: Info on GIS Mateusz Loskot04-08-2008
Posted by bharath_r on April 8, 2008, 6:14 am
Please log in for more thread options
Hi,

I have been looking for answers to these questions for days. I would
like to know what is the difference between GIS and GPS Maps. Also how
can i convert a shapefile to GPS Map, so that i can plot lat,lon data
on the Map just like we do using Google Maps. I asked 'navteq' about
their maps and this is what they had to say, 'We only provide raw map
data. For example, Google is our customer and they use their software
to compile our data as what you see in Google Map. How they do it, I
got no idea. Without any software compilation, the map is just raw
data format.' Any help will be highly appretiated.

Thanks
Bharath

Posted by Paul Cooper on April 8, 2008, 7:26 am
Please log in for more thread options
On Tue, 8 Apr 2008 03:14:00 -0700 (PDT), bharath_r

>Hi,
>
>I have been looking for answers to these questions for days. I would
>like to know what is the difference between GIS and GPS Maps. Also how
>can i convert a shapefile to GPS Map, so that i can plot lat,lon data
>on the Map just like we do using Google Maps. I asked 'navteq' about
>their maps and this is what they had to say, 'We only provide raw map
>data. For example, Google is our customer and they use their software
>to compile our data as what you see in Google Map. How they do it, I
>got no idea. Without any software compilation, the map is just raw
>data format.' Any help will be highly appretiated.
>
>Thanks
>Bharath


GIS is a Geographic Information SYSTEM. A GIS contains data, which may
include maps, and uses these data to answer questions such as "Where
are A and B both true", "Is A near B" and many other spatial queries.
The output from a GIS, while often including maps, is equally often a
table, a diagram or a report - it could be as straightfoward as a
single number - for example, "How many children live within 3 miles of
this school?". Software such as PostGIS (an extension to Postgresql)
can provide comprehensive GIS capability without any on-screen display
of maps at all.

A GPS Map and systems like Google Maps is not a GIS. It is a map
display system, and in general does not provide a full spatial query
system. A GPS Map may be a component of a GIS; the map data may be
incorporated in a GIS, but it is not intrinsically a GIS.

HTH

Paul

Posted by Happy Trails on April 8, 2008, 11:10 am
Please log in for more thread options
On Tue, 8 Apr 2008 03:14:00 -0700 (PDT), bharath_r

>Hi,
>
>I have been looking for answers to these questions for days. I would
>like to know what is the difference between GIS and GPS Maps. Also how
>can i convert a shapefile to GPS Map, so that i can plot lat,lon data
>on the Map just like we do using Google Maps. I asked 'navteq' about
>their maps and this is what they had to say, 'We only provide raw map
>data. For example, Google is our customer and they use their software
>to compile our data as what you see in Google Map. How they do it, I
>got no idea. Without any software compilation, the map is just raw
>data format.' Any help will be highly appretiated.
>
>Thanks
>Bharath

Take a look at the free download program GPSMAPEDIT to see how you can
turn shape files into maps that can be edited, expanded, and loaded
into a Garmin GPS.


Posted by Mateusz Loskot on April 8, 2008, 8:57 pm
Please log in for more thread options
bharath_r wrote:
> Hi,
>
> I have been looking for answers to these questions for days. I would
> like to know what is the difference between GIS and GPS Maps.

After you read this article you will know what GIS stands for:

http://en.wikipedia.org/wiki/Geographic_information_system

I've never heard about "GPS Maps" term but Google Maps or maps in GPS
units like in Garmin, etc. So, as such, GPS maps are just maps displayed
with software installed on GPS unit or PDA device.

> Also how
> can i convert a shapefile to GPS Map,

What the "GPS Map" stands for here?
If it is Google Maps, then you can use ogr2ogr
(http://gdal.org/ogr/ogr2ogr.html) tool from the GDAL/OGR package
(http://gdal.org/ogr/). See example command:

http://gdal.org/ogr/drv_kml.html

> so that i can plot lat,lon data
> on the Map just like we do using Google Maps.

We still have no idea what is "the Map".
If you are asking for Google Maps, then refer to Google Maps help
and the Google Maps API manual. Also, Don't forget

http://www.google.com/search?q=shapefile%20google%20maps

If you are asking about maps rendering, check

http://mapserver.osgeo.org/
http://mapnik.org/

Greetings
--
Mateusz Loskot
http://mateusz.loskot.net

Posted by bharath_r on April 9, 2008, 1:48 am
Please log in for more thread options
> bharath_r wrote:
> > Hi,
>
> > I have been looking for answers to these questions for days. I would
> > like to know what is the difference betweenGISand GPS Maps.
>
> After you read this article you will know whatGISstands for:
>
> http://en.wikipedia.org/wiki/Geographic_information_system
>
> I've never heard about "GPS Maps" term but Google Maps or maps in GPS
> units like in Garmin, etc. So, as such, GPS maps are just maps displayed
> with software installed on GPS unit or PDA device.
>
> > Also how
> > can i convert a shapefile to GPS Map,
>
> What the "GPS Map" stands for here?
> If it is Google Maps, then you can use ogr2ogr
> (http://gdal.org/ogr/ogr2ogr.html) tool from the GDAL/OGR package
> (http://gdal.org/ogr/). See example command:
>
> http://gdal.org/ogr/drv_kml.html
>
> > so that i can plot lat,lon data
> > on the Map just like we do using Google Maps.
>
> We still have no idea what is "the Map".
> If you are asking for Google Maps, then refer to Google Maps help
> and the Google Maps API manual. Also, Don't forget
>
> http://www.google.com/search?q=3Dshapefile%20google%20maps
>
> If you are asking about maps rendering, check
>
> http://mapserver.osgeo.org/http://mapnik.org/
>
> Greetings
> --
> Mateusz Loskothttp://mateusz.loskot.net

Thanks a lot for all the replies.

Yes, the GPS maps i was talking about is Google Maps. What i wanted to
know is that, is it possible for me to develop something like
GoogleMaps application, by getting raw data in shapefile format and
compiling it? I came across a software that says it can convert raw
shapefile data to Maps (www.everlymap.com) . Let me give a brief of
what i intend to do. I work for a software company and we intend to
enter into the GPS space. But before anything we need to understand
something about GPS, how it works etc. So we started off with
developing a simple Passive GPS tracking application where the user
travels with a handheld GPS (a GPS device with inbuilt memory), and at
the end of the trip, we can connect the GPS to the PC and get the
route the person travelled. To plot the route travelled, we need maps.
Initially we looked at Google Maps, which comes with API and this can
be easily done using Google Maps. But the thing is Google Maps are not
free to use in Enterprise Applications. So i started looking at some
alternative. Thats when i came across 'Navteq' and asked them about
the maps, and they said ''We only provide raw map data. For example,
Google is our customer and they use their software to compile our data
as what you see in Google Map. How they do it, I got no idea. Without
any software compilation, the map is just raw data format.' So i was a
little confused, which made me ask the above question. I hope i have
made my ideas clear.

Regards
Bharath

Similar ThreadsPosted
what prijection info to set? November 5, 2006, 1:11 pm
DEM info needed for France January 2, 2005, 8:21 pm
[info-req] Postgraduate education about GIS May 14, 2006, 5:21 pm
export data from arc info map file August 16, 2004, 4:27 am
info reqd: digital maps of pakistan cities October 23, 2005, 6:04 pm
Need info on ratios of bands in Landsat images for geological mapping March 19, 2005, 11:05 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap