Giter Club home page Giter Club logo

Comments (1)

hobu avatar hobu commented on May 24, 2024

There was a change in libspatialindex to add another method to the callback mechanism. You'll need to check the test suite of a current rtree for an example of the additional method you need to implement.

Hope this helps,

Howard

On Jul 15, 2013, at 4:33 AM, Gunnar Aastrand Grimnes [email protected] wrote:

I'm trying to implement a custom storage for rtree, and get the following exception:

Traceback (most recent call last):

File "test.py", line 5, in

tree = rtree.index.Rtree(RTreeRedis())

File "/Users/gunnar/projects/rtree-redis/env.rtreeredis/lib/python2.7/site-packages/rtree/index.py", line 225, in init

storage.registerCallbacks( self.properties )

File "/Users/gunnar/projects/rtree-redis/env.rtreeredis/lib/python2.7/site-packages/rtree/index.py", line 1158, in registerCallbacks

properties.custom_storage_callbacks = ctypes.cast( ctypes.pointer(callbacks), ctypes.c_void_p )

File "/Users/gunnar/projects/rtree-redis/env.rtreeredis/lib/python2.7/site-packages/rtree/index.py", line 1028, in set_custom_storage_callbacks

return core.rt.IndexProperty_SetCustomStorageCallbacks(self.handle, value)

File "/Users/gunnar/projects/rtree-redis/env.rtreeredis/lib/python2.7/site-packages/rtree/core.py", line 17, in check_return

raise RTreeError(msg)
rtree.core.RTreeError: LASError in "IndexProperty_SetCustomStorageCallbacks": The supplied storage callbacks size is wrong, expected 56, got 48
I based my code on this: https://github.com/Toblerity/zope.index.rtree/blob/master/rtree/storage.py

and since it fails already when constructing the rtree index, very little of my code actually runs.

This on python 2.7.5 on OSX 12.4.0, i.e. x86_64

Thanks for any pointers!


Reply to this email directly or view it on GitHub.

from rtree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.