Changes between Version 1 and Version 2 of UtilitiesAsLibrary


Ignore:
Timestamp:
May 30, 2015, 10:40:19 AM (9 years ago)
Author:
faza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UtilitiesAsLibrary

    v1 v2  
    22
    33Authors: Faza Mahamood[[BR]]
    4 Contact: fazamhd at gmail dot com
     4Contact: fazamhd at gmail dot com[[BR]]
    55Status: Development
    66
     7== Summary ==
     8
     9The aim of the project is to integrate all the functionality of GDAL utilities into GDAL core library and update the swig bindings so that the utility functions can be called from other languages without the need to make system call.
     10
     11== Project Plan ==
     12
     13[may 25 - may 29] Librarify gdalinfo
     14
     15Define the struct and write the set functions for the attributes. Remove any exit(), global variables, etc from the code.
     16
     17[may 30 - june 1] Creation of the separate library in linux
     18
     19[june 2 - june 3] Update the utility code to call the librarified function
     20
     21[june 4 - june 9] Write the swig bindings for other languages(python, perl, etc)
     22
     23[june 10 - june 15] Write tests
     24
     25Update tests in gdalautotest. The new library code should be checked for memory leak using Valgrind.
     26
     27[june 16 - july 25] Proceed with other GDAL Utilities
     28
     29[july 26 - aug 17] Proceed with OGR Utilities
     30
     31[aug 18 - aug 24] pending tasks and improve documentation
     32
     33== Status ==
     34
     35 * gdalinfo: add -json switch
     36  * completed and merged to trunk [https://trac.osgeo.org/gdal/changeset/29243]
     37 * gdalinfo: librarify the code
     38  * in progress [https://github.com/fazam/gdal/tree/gdalinfo]
     39
     40link to GSoC proposal [https://www.google-melange.com/gsoc/proposal/review/student/google/gsoc2015/faza/5668600916475904]