Difference between revisions of "GvSIG GSoC 2015 Ideas"

From OSGeo
Jump to navigation Jump to search
Line 36: Line 36:
 
* '''Possible students''':  
 
* '''Possible students''':  
  
CartoDB is a Software as a Service (SaaS) cloud computing platform that provides GIS and web mapping tools for display in a web browser.  
+
[http://cartodb.com/ CartoDB] is a Software as a Service (SaaS) cloud computing platform that provides GIS and web mapping tools for display in a web browser.  
  
 
It will allow to view, create, edit or delete data from CartoDB accounts using gvSIG Desktop.
 
It will allow to view, create, edit or delete data from CartoDB accounts using gvSIG Desktop.

Revision as of 03:05, 19 February 2015

Use this page to jot down and develop any good idea for the Google Summer of Code 2015 program with gvSIG project. Please, use the gvSIG mailing lists for discussion and check Google Summer of Code 2014 2013, 2012, 2011, 2010, 2009 ideas pages for examples or reference.


Add OpenCL support with Aparapi for Geoprocessing in gvSIG desktop

  • Product: gvSIG Desktop
  • Possible mentor:
  • Possible student:

Aparapi is a library which allows Java developers to take advantage of the compute power of GPU and APU devices by executing data parallel code fragments on the GPU rather than being confined to the local CPU. It does this by converting Java bytecode to OpenCL at runtime and executing on the GPU, if for any reason Aparapi can't execute on the GPU it will execute in a Java thread pool.

Large amounts of geographic data-processing might be involved in the execution of a geoprocess. And many geoprocessing algorithms are suitable to be converted to parallel code, allowing for much better execution performance and capacity.

The objective would be to integrate the Aparapi library in gvSIG, so it might be used in the development of new parallel geoprocessing algorithms which take advantage of current GPUs. Also some geoprocesses would have to be developed or converted to use the Aparapi library to check the benefits and the proper operation of the idea.

Port Network Analysis Extension to gvSIG 2.x branch

  • Product: gvSIG Desktop
  • Possible mentor:
  • Possible students:

Port gvSIG Network Analysis Extension from 1.12 release to the new 2.x branch.

Network Analysis extension allows to calculate routes, service areas, origin - destination matrices, connectivity analysis... It supports speeds for several vehicles, barriers, turn costs, etc.

Improvement: Use GraphHopper [1] library to use new algorithm Contraction Hierarchies (much faster) when calculating routes.

Skills needed: Java, Eclipse development. Some notions about Maven would be interesting.

CartoDB plugin for gvSIG desktop

  • Product: gvSIG Desktop
  • Possible mentor:
  • Possible students:

CartoDB is a Software as a Service (SaaS) cloud computing platform that provides GIS and web mapping tools for display in a web browser.

It will allow to view, create, edit or delete data from CartoDB accounts using gvSIG Desktop.


Expand the capabilities of Jython scripting for gvSIG Desktop

  • Product: gvSIG Desktop
  • Possible mentor:
  • Possible students:

Expand the capabilities of Jython scripting in gvSIG Desktop as geoprocessing, reports,...


Integrating R library into gvSIG Desktop

  • Product: gvSIG Desktop
  • Possible mentor:
  • Possible students:

The main idea behind this project is about integrating the R library into gvSIG Desktop. R is a free software environment for statistical computing and graphics.