32
edits
Line 51: | Line 51: | ||
* '''Rough time estimates:''' | * '''Rough time estimates:''' | ||
* For Mapping Package: | * For Mapping Package: | ||
** '''Detailed Schedule:''' [https://docs.google.com/spreadsheet/ccc?key=0AopkixSrywUIdHYybXZzTlpNdFM2NDd3cUIzNkNuR1E&usp=sharing] | |||
** Week 0 (May 19 to May 26): Familiarizing with Octave code. Research on the methods on how to implement the functions in standard file I/O [http://www.mathworks.in/help/map/standard-file-formats.html], Map layout and axis [http://www.mathworks.in/help/map/map-axes.html] and functions in Coordinate systems and Geodesy.[http://www.mathworks.in/help/map/index.html#coordinate-systems-geometric-geodesy-and-map-projections]. Creating a list of functions which can be implemented with the current features present in Octave.(Some functions that require methods which are not yet fully implemented in Octave, like classdef will not be included) | ** Week 0 (May 19 to May 26): Familiarizing with Octave code. Research on the methods on how to implement the functions in standard file I/O [http://www.mathworks.in/help/map/standard-file-formats.html], Map layout and axis [http://www.mathworks.in/help/map/map-axes.html] and functions in Coordinate systems and Geodesy.[http://www.mathworks.in/help/map/index.html#coordinate-systems-geometric-geodesy-and-map-projections]. Creating a list of functions which can be implemented with the current features present in Octave.(Some functions that require methods which are not yet fully implemented in Octave, like classdef will not be included) | ||
** Week 1 to Week 4 (June 3 to June | ** Week 1 to Week 4 (June 3 to June 25): Complete the implementation of missing functions that are selected in week 0 from Modelling the Earth[http://www.mathworks.in/help/map/modeling-the-earth.html] and Lengths and angles [http://www.mathworks.in/help/map/lengths-and-angles.html]. Clean the code of 3D Coordinate system functions that I have already implemented and perform tests. Submit the almost complete Coordinate systems and Geodesy functions package for mid term evaluation. | ||
** Week 5 to Week | ** Week 5 to Week 7 (June 26 to July 14): Complete Map Display functions by using Mapnik [http://mapnik.org/] to render the maps. Complete testing of the functions by Week 7. | ||
** Week | ** Week 8 to Week 11 (July 15 to August 9): Complete Standard I/O functions from the open source implementations present in the detailed schedule. Complete testing of the functions by Week 11) | ||
** Week 11 to Week 12 (August 10 to August 18): Fixing bugs, code clean up and Making the entire code Matlab compatible. Write remaining tests and Documentation. Code clean up and finalization. End of GSOC. | |||
** After GSOC: Maintenance of Mapping Package in Octave Forge. | ** After GSOC: Maintenance of Mapping Package in Octave Forge. | ||
edits