Difference between revisions of "FOSS4G2006 Mobile GIS BOF Minutes"
Wiki-Mloskot (talk | contribs) m (Added first section with BOF organization details) |
Wiki-Mloskot (talk | contribs) m (Sections editing) |
||
Line 11: | Line 11: | ||
== Mobile GIS BOF Attendees == | == Mobile GIS BOF Attendees == | ||
− | NOTE: Please, add yourself if you're not on the list or fix your name if it's incorrectly spelled below. | + | '''NOTE:''' ''Please, add yourself if you're not on the list or fix your name if it's incorrectly spelled below.'' |
− | Brent Fraser | + | * Brent Fraser |
− | David Villalon | + | * David Villalon |
− | Frank Warmerdam | + | * Frank Warmerdam |
− | Frederic Pouget | + | * Frederic Pouget |
− | Jan-Oliver Wagner | + | * Jan-Oliver Wagner |
− | Just van den Broecke | + | * Just van den Broecke |
− | Ludovic LESTRAT | + | * Ludovic LESTRAT |
− | Mateusz Loskot | + | * Mateusz Loskot |
− | Silke Reimer | + | * Silke Reimer |
− | Till | + | * Till |
− | Tim Bowden | + | * Tim Bowden |
− | Tyler | + | * Tyler Mitchell |
− | + | == Why you are here? == | |
− | |||
Silke: | Silke: |
Revision as of 05:02, 19 September 2006
Where, When and Who?
- Place: FOSS4G 2006 conference, Lausanne, Switzerland
- Starting date: 13-Sep-2006, 18:00
- Duration: 02h00'
- Presenters:
- Mrs. REIMER, Silke
- Mr. BOWDEN, Tim
- Mr. LOSKOT, Mateusz
Mobile GIS BOF Attendees
NOTE: Please, add yourself if you're not on the list or fix your name if it's incorrectly spelled below.
- Brent Fraser
- David Villalon
- Frank Warmerdam
- Frederic Pouget
- Jan-Oliver Wagner
- Just van den Broecke
- Ludovic LESTRAT
- Mateusz Loskot
- Silke Reimer
- Till
- Tim Bowden
- Tyler Mitchell
Why you are here?
Silke: It's possible there is an opportunity to found some work on Open Source mobile solutions Contribution of project management, infrastructure, place for meetings, marketing stuff, may be founds.
Just: On-line services. Apps for mobile phones. Multimedia features. Tracking platform for mobile devices. Contribute multimedia features, Java development.
Tim: Collecting data in a field. Consume data in a field Synchronize data on mobile devices against servers. Provide building blocks, not end user application. Contribute use cases, testing and ideas.
Till: Collecting data infrastructure features in a field Identify object in a field The idea was/is to develop a client that provides data and identification tool, POI, ROI, Routing tool. The idea is to connect central database with mobile client. Contribute: experience about Java Script (->Web based) on mobile devices, ideas, testing. Looking for: well-designed and developed platform.
Brent: Data collection in a field and server upload capabilities. Use mobile device as an input device, not only for output/data provider. Good accuracy level. Collect control points to rectify satellite image. Precise navigation and locating capabilities. Mobile device -> iPAQ
Frederic: Interested in mobile solutions. Works for private sector, not Open Source company. LBS for mobile platform.
Ludovic: Works with ArcPad based solutions. Inventory of features in field. Contribute: testing
Tyler: Provide advanced features of visualization, 3D, etc. Tablet PC
??? iPod-based solution
Mateusz: Interested in development of mobile GIS framework, a set of libraries and components usable in other projects, end-user solutions. Provide foundations for mobile GIS development. GUI independent.
3. Project output
We can see three different applications for mobile devices: a) End-user application, a kind of viewer or editor b) Data collecting solution, with GPS, editing and automation features c) The third one, is a kind of LSB solution for mobile phones or other small devices with GPS/GSM capabilities.
a) and b) are main lines of development proposal. c) is very different application to a) and b)
4. Development platform
a) Langauge: - C/C++ - it seems to be our language of choice - Java - mainly used on mobile phones - Python - who has worked with Python on mobile devices?
b) Operating platform - Windows Mobile >= 5.0 - the main OS on the mobile devices market at the moment; target platform of the first prototype - Linux - most of us would prefer to develop for Linux, but it's not very popular yet, no commercial support for Linux-based mobile devices, etc.
b) Tools: - Visual Studio 2005 - a commercial toolset, the only option for Windows Mobile development :-( - gcc-based toolset for cross-compilation, but there is no debugger
5. Type of application - standalone application (most of participants likes this one) - thin client (a web-based solution) - strong client (standalone application or a combination)
6. Data a) vectors - shapefile seems to be a reasonable vector format - GML and WFS
b) rasters - what about tiling? - WMS
7. What GIS components we have ready to use?
a) Windows Mobile - OGR - PROJ.4 - SQLite
b) Linux - most of currently available portable libraries are runnable on Linux on mobiles
8. GPS
a) Windows Mobile - there is a GPS API: http://mateusz.loskot.net/2006/01/07/a-first-glance-at-the-gps-api-in-windows-mobile-50/ - gpsd does not officially run on Windows-based systems, what about porting it? - there is always an option to develop our own portable library for reading and parsing NMEA sentences from serial/... port in a separate thread (no TCP/IP server/listener required)