Monday, January 25, 2010

Juan's project for featured-oriented synchro is on OW2Forge

OW2Forge give news on Tellus project (Juan's project part ) on : http://forge.ow2.org/forum/forum.php?forum_id=1764 for the featured-oriented synchronization.

Saturday, January 23, 2010

Haiti

The situation in Haiti is an example where synchronization of POIs is a good option:


  • As soon as a surveyor reaches an internet-enabled spot, new POIs are added to the database and WMS clients (for example in a coordination office) can see the changes instantly.

  • As new POIs from surveyors A, B, and C get into D's handheld, D knows which areas need more attention and needs not update large amounts of raster data, since each point feature needs only a few bytes to be transmitted.



This is what the surveyor does:



This is what the WMS client shows:



Server:
http://hypercube.telascience.org/cgi-bin/mapserv?map=/geo/haiti/mapfiles/4326.map

I think layer is correctly georeferenced:
noaa-01-18-4326

Tuesday, December 22, 2009

Source code links

Mode A

  • gvSIG Mobile and the Openmis application (both on the PDA) communicate via SOAP messages (web services)
  • The source code for this (Tellus framework - Beta V1 version) can be downloaded from [here]
  • See a video [here]

Mode B

  • The Openmis libraries (JAR files) are added as a dependency in gvSIG Mobile, and a new FODB driver is used inside gvSIG Mobile
  • The instructions to set up the Eclipse workspace for this are [here]
  • See a video [here]

Friday, December 4, 2009

Tellus presentation done!

The Tellus presentation in the 5th international gvSIG conference took place as scheduled on Thursday 3 December 2009 at 4 pm at the Convention Center (also known as Obus) in Feria Valencia (Spain).

Presentation slides:



Video A by Manu Gomez, file-oriented, using web API for mobile applications:



Video B by Juan Lucas Domínguez, feature-oriented, using a FODB driver inside gvSIG Mobile:



Article with technical details:

Wednesday, November 18, 2009

Tellus presentation coming up!

The Tellus project will be briefly presented at the 5th international gvSIG conference in Valencia (Spain) on Thursday 3 December 2009 at about 4 pm. I'll try not to damage anybody's reputation :-)





See the conference programme here and the Feria Valencia events center here.

Wednesday, September 30, 2009

Synchronization demo with three different mobile devices

Click on the images to see a diagram and a video:


Thursday, September 10, 2009

An alternative: implementing a FODB vector driver in gvSIG Mobile

One of the biggest advantages of the architecture proposed and implemented by Manu is that gvSIG Mobile provides an API that can be accessed via HTTP by any application (in this case the Openmis client application).

Another possibility is to add the Openmis client as part of gvSIG Mobile (ideally as an extension) so the overall architecture is simpler. I have done this with my gvSIG Mobile for Openmoko version. You can see here how it's done. Click to see large image:



You can see here a video about his.