How to build GPS routes/points shape files
smart phones are getting popular, and smart phones with GPS chips are also used to record location information.
If these gps data can be processed, they can help us a lot: such as: helps public works departments collect data from field workers and track progress on work orders
The video shows by using ESRI ArcObjects and Visual Studio, we can query GPS data, and find how many vehicles were working during selected time range, then check out one vehicle to find out what days this vehicle was working on, further to find out the time range per each day when this vehicle was working. Finally, the application creates GPS route/points shape files which can be added on ArcMap for visually checking all information (such as tracking progress on work orders).