Giter VIP home page Giter VIP logo

Comments (3)

isaacbrodsky avatar isaacbrodsky commented on June 5, 2024

Unfortunately that function was introduced in version 4.1.0 and I do not believe a new Python binding version has been released since that. When the Python bindings are updated that function should be included, as it is part of the H3 API.

Cc @ajfriend

from h3.

kylelindgren avatar kylelindgren commented on June 5, 2024

Thank you for the quick response. Couple of follow-ups:

  • Is there an anticipated release date for 4.1.0 Python bindings?
  • cell_to_local_ij() is available with 4.0.x but I'm not understanding the output. Can you point me to more documentation than what's here?

from h3.

nrabinowitz avatar nrabinowitz commented on June 5, 2024

Thank you for the quick response. Couple of follow-ups:

  • Is there an anticipated release date for 4.1.0 Python bindings?
  • cell_to_local_ij() is available with 4.0.x but I'm not understanding the output. Can you point me to more documentation than what's here?

You can see some discussion of the coordinates here, but we don't have more docs that I know of. Essentially cell_to_local_ij gives you 2d axial coordinates you can use to traverse cells in a limited, local space (generally speaking, on the same or adjacent faces of the icosahedron). This is an advanced feature, and in general better avoided because of the limitations in the coordinate system it returns, but it can be very useful in some cases, e.g. applying ML or computer vision algorithms that require 2d matrix input.

from h3.

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.