Changes between Version 46 and Version 47 of SummerOfCode


Ignore:
Timestamp:
Feb 13, 2014, 1:50:13 PM (10 years ago)
Author:
Even Rouault
Comment:

mention related projects for geography network support, add myself as possible mentor/comentor

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v46 v47  
    3030* difficulty level  - moderate
    3131
    32 Possible mentor/co-mentor:
     32Possible mentor/co-mentor: Even Rouault( even.rouault at mines-paris.org )
    3333
    3434'''4. Adding support for VERT_CS'''. GDAL support of VERT_CS is very limited. OGRSpatialReference::SetVertCS only supports name, datum name and VertDatumClass. Moreover drivers such as GeoTIFF and SHP cannot store Vertical CS information. No reprojection from different Vertical CS is present. More support for VERT_CS in GDAL need to proceed SAR and LAS data, and more accurate reprojecting using Vertical Coordinate System transformation.
     
    4141'''5. Geography Network support'''.  Using any OGR driver to create abstract network model with capabilities: routing, rules, references etc. There is lack of open source common network mode to store network data (engineering networks, road routing and etc.). Need to create such model to store network data in preferable OGR format. Also model should support some algorithms: compute shortest path (Dijkstra), create path array using different criteria (K shortest path), searching disconnected segments, etc. 
    4242
     43Related projects : PostGIS topology, PgRouting, ...
     44
    4345* programming skills needed - C/C++[[BR]]
    4446* difficulty level  - high
     
    4749
    4850'''6. Bring up to speed the OGR style support'''. Feature Style Specification is outdated. There are several popular formats sld, svg and etc. which can be support by OGRLayer. Some format conversion maybe implemented. Need to select new style specification format, rewrite GDAL code to support it and add such functionality to such drivers as DXF, KML, MapInfo tab, etc.
     51Possible further work could be to study what changes need to be done in MapServer project, so it can use it.
    4952
    5053* programming skills needed - C/C++[[BR]]
    5154* difficulty level  - moderate
    5255
    53 Possible mentor/co-mentor:
     56Possible mentor/co-mentor: Even Rouault( even.rouault at mines-paris.org )
    5457 
    5558== 2013 Ideas List ==