Opened 10 years ago

Closed 5 years ago

#5545 closed enhancement (wontfix)

Implement shapefile SBN indexing

Reported by: janhec Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 1.11.0
Severity: normal Keywords: shapefile SBN spatial index
Cc:

Description (last modified by janhec)

I 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. 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 sbnsearch.c. SBNIndex is callable from C and has been compiled and tested with VS2013 and VS2003, to test compatibility.

Change History (2)

comment:1 by janhec, 10 years ago

Description: modified (diff)

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.