Changes between Initial Version and Version 1 of MaintenanceReportsByChaitanya


Ignore:
Timestamp:
May 17, 2009, 8:28:20 PM (15 years ago)
Author:
chaitanya
Comment:

GDAL Maintenance Reports by Chaitanya kumar CH

Legend:

Unmodified
Added
Removed
Modified
  • MaintenanceReportsByChaitanya

    v1 v1  
     1Currently working on GML3 support
     2
     3=== Apr 22, 2009 to May 8, 2009 ===
     4
     5#2955 docs missing for the c wrappers to the the geos functions
     6
     7#2956 Keyword causing format unrecognized (PDS)
     8
     9#2958 rgb2pct using external color palette
     10
     11#2960 Lanczos and !CubicSpline resampler buffer error on 2x2 images
     12
     13#1681 Add cast to (unsigned char) in all isspace() calls
     14
     15#2852 OGR2OGR MySQL to Shapefile Truncating Decimal Places
     16
     17#2857 ogr2ogr,  shp > gml: incomplete schema
     18
     19#2798 Remove ESRI style spatial indexes from Shapefile on update via OGR
     20
     21=== Apr 01, 2009 to Apr 17, 2009 ===
     22
     23#2930 Cleanup Win32 Compile Warnings[[br]]
     24Categerized the compiler warnings. Looked into the code. Researched for possibilities of improvements. ''Needs discussion.''
     25
     26#2938 xsi:schemaLocation attribut in GML output
     27
     28#2945 postgres driver failes to create geometry index if layer name starts with a number
     29
     30#2942 external libz header is not found when setting the --with-libz=ARG switch
     31
     32#2875 patch for ogr feature style to make it more useable and one bugfix
     33
     34#2948 GML read failure for GDAL 1.6+
     35
     36Mapserver ticket http://trac.osgeo.org/mapserver/ticket/2965
     37
     38Present status:[[br]]
     39''Suspending my work from now "Apr 17, 19:30:28 2009 IST(+5:30)" to "Apr 21, 2009" on account of my sister's wedding on Sunday.[[br]]
     40Will resume work on the morning of Apr 22, 2009 IST.''
     41
     42=== Mar 09, 2009 to Mar 31, 2009 ===
     43
     44#2873 Projection Warning only printed for debug mode (ISIS 2/3, PDS)
     45
     46#2194 gdal_contour always uses field id's of 0 and 1 for id and elevation
     47
     48#2879 sqlite metadata=no option causes error
     49
     50#2493 GDAL thinks string field is an integer field in GML layer
     51
     52gdal-dev and IRC
     53
     54=== Feb 07, 2009 to Mar 08, 2009 ===
     55
     56#1017 [OGR-GML] fids written by the GML driver are not read back correctly[[br]]Updated patch to handle very long fids and added the test ogr_gml_6() for this ticket.
     57
     58#2493 GDAL thinks string field is an integer field in GML layer[[br]]
     59Modified ParseXSD() to handle attribute values with a prefix.[[br]]
     60Added a test script ogr_gml_7() for this ticket.
     61
     62#2825 Buffer overflow detected in ogr2ogr (included in FWTools-2.0.6)
     63
     64#2852 OGR2OGR MySQL to Shapefile Truncating Decimal Places
     65
     66#2857 ogr2ogr,  shp > gml: incomplete schema
     67
     68#2879 sqlite metadata=no option causes error
     69
     70#2194 gdal_contour always uses field id's of 0 and 1 for id and elevation
     71
     72#2879 sqlite metadata=no option causes error
     73
     74#2843 HDF4 Update In Place Support[[br]]
     75Researched HDF4 and driver implementation procedure.
     76
     77gdal-dev and IRC
     78
     79=== Jan 18, 2009 to Feb 05, 2009 ===
     80
     81#2817 bsb kap noaa
     82
     83#2486 IReadBlock failure in gdaladdo
     84
     85#2782 Failure reading BSB image
     86
     87#2776 e00 file not working with avcbin, but ok with avc driver
     88
     89#2798 Remove ESRI style spatial indexes from Shapefile on update via OGR
     90
     91#1017 [OGR-GML] fids written by the GML driver are not read back correctly
     92
     93gdal-dev and IRC.
     94
     95=== Work done till Jan 17, 2009. ===
     96
     97 * Familiarized myselves with the GDAL/OGR project through the developer's view point.
     98 * Researched on AVCE00 specification for the bug in #2776 and gome through the source code.
     99 * Researched on noaa RNC BSB format.
     100  * Minimum of 3 Reference points are to be specified.
     101  * No mention of a maximum limit for the number of Reference points.
     102  * Possibility of overflow or loss of precision while calculating
     103 * Identified the MAX_GCP bug. #2777
     104 * Suggested a patch for #2777