Changes between Version 44 and Version 45 of SummerOfCode


Ignore:
Timestamp:
Feb 13, 2014, 1:01:45 PM (10 years ago)
Author:
bishop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v44 v45  
    2020Currently GDAL support AutoCAD DWG file via Open Design Alliance Teiga library which is not freely available and has strict license. There is a project libredwg (GNU GPL v3) which provide DWG support (R13, R14 and R2000 version). Need to rewrite (http://gdal.org/ogr/drv_dwg.html) or write the new driver for DWG.
    2121
    22 * programming skills needed - C/C++
     22* programming skills needed - C/C++[[BR]]
    2323* difficulty level  - high
    2424
     
    2727'''3. Adding support for "M" dimension in OGR Geometries in''' a fashion inline with modern OGC and ISO simple features geometry standards. Note, GEOS does not yet support M which will be a limiting factor.
    2828
    29 * programming skills needed - C/C++
     29* programming skills needed - C/C++[[BR]]
    3030* difficulty level  - moderate
    3131
     
    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.
    3535
    36 * programming skills needed - C/C++
     36* programming skills needed - C/C++[[BR]]
    3737* difficulty level  - moderate
    3838
     
    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
    43 * programming skills needed - C/C++
     43* programming skills needed - C/C++[[BR]]
    4444* difficulty level  - high
    4545
     
    4848'''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.
    4949
    50 * programming skills needed - C/C++
     50* programming skills needed - C/C++[[BR]]
    5151* difficulty level  - moderate
    5252