Changes between Initial Version and Version 1 of Ticket #5545


Ignore:
Timestamp:
Jun 26, 2014, 12:46:03 PM (10 years ago)
Author:
janhec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5545 – Description

    initial v1  
    11I developed a C++ shapefile indexing routine, inspired on https://github.com/drwelby/hasbeen. It functions within gdal 1.11.0 at the level of being callable through shapefil.h. Integration in the driver is still missing. Since QIX indexing is now the format for index creation, an additional SQL like keyword is needed. Suggestion is "CREATE SPATIAL INDEX ON foo ALGORITHM SBN". I need assistance completing this step.
    2 Please mail me at jan.heckman AT gmail.com if you are willing to undertake this part of the work. I will supply SBNIndex.cpp and two slight mods of shapefil.h and sbhsearch.c. SBNIndex is callable from C and has been compiled and tested with VS2013 and VS2003, to test compatibility.
     2Please mail me at jan.heckman AT gmail.com if you are willing to undertake this part of the work. I will supply SBNIndex.cpp and two slight mods of shapefil.h and sbnsearch.c. SBNIndex is callable from C and has been compiled and tested with VS2013 and VS2003, to test compatibility.