Changes between Version 68 and Version 69 of SummerOfCode


Ignore:
Timestamp:
Feb 26, 2016, 3:35:31 AM (8 years ago)
Author:
Mateusz Łoskot
Comment:

Add JSON Text Sequences for GeoJSON

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v68 v69  
    145145
    146146This project would be about adding M support in GPX and other drivers whose underlying format support it. Supporting M in a single format is not enough work for a GSoC project, so the student should do some research to list the formats that will be supported and demonstrate a clear understanding of the effort involved.
     147
     148Skills: C/C++
     149
     150Difficulty level: easy/medium
     151
     152
     153'''16. JSON Text Sequences for GeoJSON'''[[BR]]
     154
     155Implement support for the proposed standard for incrementally parseable GeoJSON data.
     156Learn more by reading these resources:
     157
     158* [https://tools.ietf.org/html/rfc7464 RFC7464: JavaScript Object Notation (JSON) Text Sequences]
     159* [https://github.com/geojson/geojson-feature-sequences GeoJSON Feature Sequences]
    147160
    148161Skills: C/C++