Giter VIP home page Giter VIP logo

Comments (5)

ajfriend avatar ajfriend commented on June 16, 2024 1

h3.cell_to_latlng gives the centroid of an H3 cell.

If you have H3 cell ids h and d, you can compute the Haversine distance between their centroids with:

h1 = h3.cell_to_latlng(h)
d1 = h3.cell_to_latlng(d)
distance = h3.great_circle_distance(d1, h1)

Does that cover your use case?

from h3.

nrabinowitz avatar nrabinowitz commented on June 16, 2024 1

There's also gridDistance, which gives you the distance in grid steps between two cells. This might be appropriate for some modeling tasks.

from h3.

dfellis avatar dfellis commented on June 16, 2024 1

@fhk I think part of the confusion on your end is that you're using the documentation for the core C library but comparing it to the Python bindings. The Java and Javascript bindings stick really close to the core C library's naming system (with all three being camelCase), but the Python library deviates from that.

There's some effort to include Python in most of the pages, but that particular page does not include it. Because of this and some other ways the Python library deviates or adds extra features (such as the H3Shape type), there's a second set of documentation just for it that may be useful to you.

from h3.

fhk avatar fhk commented on June 16, 2024

ah @ajfriend apologies I couldn't locate this in the new docs!

from h3.

fhk avatar fhk commented on June 16, 2024

https://h3geo.org/docs/library/migration-3.x/functions/ any idea what it is in 4.x?

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.