Changes between Version 8 and Version 9 of SoC2017


Ignore:
Timestamp:
Mar 6, 2017, 4:07:18 PM (6 years ago)
Author:
awulkiew
Comment:

Add info about Boost.Geometry competency test.

Legend:

Unmodified
Added
Removed
Modified
  • SoC2017

    v8 v9  
    302302 * [2] http://geographiclib.sourceforge.net
    303303
     304==== Programming competency test ====
     305
     306As mentioned above you may choose to either provide links to existing library you developed or take the competency test. In case of the latter the requirements are listed below.
     307
     308PROJECT 1 and 3
     309Implement a library that provides:
     310 - a representation of points on Earth's surface
     311 - a function to compute the shortest distance between two given points
     312
     313PROJECT 2
     314Implement an addition for Boost.Geometry that provides:
     315 - serialization of Boost.Geometry models, minimally Point models in arbitrary dimension (model::point, model::point_xy)
     316 - handling of errors related to saving and loading of incompatible types
     317
     318In both cases the code should be as generic as possible and fit in one header file.
     319
     320Also provide main.cpp file that demonstrate the use of your code, i.e. (1, 3) usage of distance function and comparison with distance functions in Boost.Geometry or (2) the serialization of various point types.
     321
    304322==== Potential project extension funded by Boost
    305323