GvSIG GSoC 2011 Ideas

From OSGeo
Jump to navigation Jump to search


gvSIG Desktop

Import / Export data from Epanet

Proposed mentor: Francisco José Peñarrubia

The idea is to define a layer model suitable to be exported to Epanet's .inp file, and a geoprocess to export this model to Epanet. So, we will need to define pipes, wells, valves, depots and so on in gvSIG, analize connectivity and then export to Epanet. From Epanet, to analyze and modify the network and then export the network again to gvSIG. So, the main tasks are: Define layer model , Create a geoprocess exporter to .INP , Create a geoprocess importer back to gvSIG .

New features for NavTable

Proposed mentor: Pablo Sanxiao

  • Migrating NavTable to gvSIG 2.0: This includes a good separation between interface and data access.
  • Making NavTable will be able to modify the table schema: it would be possible to add, erase and modify attributes, its order, the visibility and alias for the field name.
  • New attribute table based on NavTable: Creating a new gvSIG's attribute table based on NavTable to view data all together as in te current one but included the NavTable features of navigation, selection, filtered, etc... and some new improvements.

gvSIG Mobile

gvSIG Mini

gvSIG Mini is a free tiled map viewer for Android with support for OSM, WMS, WMS-C, TMS, other non-standard tile servers, routing, localization, etc. and now offline support for searching and visualize POIs and addresses.

gvSIG Mini is currently being developed by Prodevelop and other contributors.

We are open to new ideas!


Add support to vectorial data

Proposed mentor: Alberto Romeu (melange id: alrocar)

gvsig-gpe is a library for reading and writing data in GML format, through the use of events. It does not depend on any geometry data model, providing the raw data to the application. Initially developed for the GML format, it supports the registration of readers and writers for any other formats, like KML and GPX.

The student should study the gvsig-gpe library and build the connectors necessary to allow gvSIG Mini consume the library. The application should be able to read/parse files in GPX format and KML format, convert the data into the gvSIG Mini geometries model (points and lines) and draw the information on a new layer.


Integrate gvSIG Mini with social services

Proposed mentor: Alberto Romeu (melange id: alrocar)

Most social services provide REST APIs to consume some of their services, including geo-location services. We'd like to improve social skills of gvSIG Mini allowing a user to visualize geocoded information of social services.

The student should study some of the APIs of social services (Twitter, Foursquare, Flickr...) and build providers of their geocoded data so gvSIG Mini was able to draw that information.