Changes between Version 1 and Version 2 of GSoC_gdal2ogr_api


Ignore:
Timestamp:
Jun 6, 2009, 2:47:01 AM (15 years ago)
Author:
kedron
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_gdal2ogr_api

    v1 v2  
    2020
    2121== Week 1 (ending June 5) ==
    22   I got off to a slow start due to a time-consuming apartment move and a poorly-timed illness. Still, I fully expect that I can catch up in the next week or two.  I've started by downloading the gdal source using svn and successfully built it in cygwin (I'm using the latest development branch - 1.70 - revision 17199).  Cygwin is handy for me because my laptop is dual boot with Ubuntu, but my campus wireless network performance is slow in linux. I also found a number of open sourced, GPL raster to vector conversion software packages online that I'm currently investigating.  I expect that I may be able to cannibalize some of that code for parts of this project.
     22  I got off to a slow start due to a time-consuming apartment move and a poorly-timed illness. Still, I fully expect that I can catch up in the next week or two.  I've started by downloading the gdal source using svn and successfully built it in cygwin (I'm using the latest development branch - 1.70 - revision 17199).  Cygwin is handy for me because my laptop is dual boot with Ubuntu, but my campus wireless network performance is slow in linux. If I run into cygwin-related oddities I'll switch to Ubuntu. 
     23
     24  In researching the project, I found a number of open sourced, GPL raster to vector conversion software packages online that I'm currently investigating.  I expect that I may be able to cannibalize some of that code for parts of this project.
    2325
    2426  Currently, I am not blocked with anything, though I am working with my mentor to get more input from the community on what specific conversion routines they would like to see.  My biggest goal for the next week is to evaluate what existing code and algorithms are out there that can be re-used in libgdal for this API.  Then I will begin testing for performance, etc.