Opened 11 years ago
Closed 9 years ago
#4719 closed enhancement (fixed)
[Shapefile] Read support for ESRI .sbn spatial index
Reported by: | Even Rouault | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.2 |
Component: | OGR_SF | Version: | svn-trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
This ticket tracks the addition of read support for ESRI .sbn spatial index.
A new file, sbnsearch.c aimed at being integrated in shapelib (no dependency to CPL), is added, and it is used into ogrshapelayer.
Credits belong to Joel Lawhead, Marc Pfister and Francisco for the hard work of reverse-engineering the .sbn format and interpreting the meaning of the spatial bins and the tree structure. Links :
https://code.google.com/p/pyshp/ https://code.google.com/p/pyshp/downloads/detail?name=sbn_format.pdf https://github.com/drwelby/hasbeen http://geospatialpython.com/2011/10/your-chance-to-make-gis-history.html
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 9 years ago
Milestone: | → 1.10.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
From the documentation http://www.gdal.org/drv_shapefile.html
"Starting with OGR 1.10, it can also use the ESRI spatial index files (.sbn / .sbx), but writing them is not supported currently."
This ticket is about read support for .sbn which is clearly implemented.
r24607 /trunk/ (8 files in 2 dirs): Shapefile: add support for reading ESRI .sbn spatial index (#4719)