Giter VIP home page Giter VIP logo

Comments (6)

felixsafegraph avatar felixsafegraph commented on June 11, 2024

thank you for reporting.

it looks like your h3 input 847b59dffffffff is at resolution 4 (bigger area)?
https://h3geo.org/docs/core-library/restable/

what the library currently does at h3 cell resolution 10 8a7b59dffffffff

from placekey-js.

felixsafegraph avatar felixsafegraph commented on June 11, 2024

perhaps you can tell us how you get the h3 input - that might point us to the reason

from placekey-js.

craig-walker-orennia avatar craig-walker-orennia commented on June 11, 2024

That particular H3 index was one of the ones we have in our system; I just started testing the Placekey API with it.

what the library currently does at h3 cell resolution 10

Does this mean that Placekey only works with indexes that are of resolution 10?

from placekey-js.

felixsafegraph avatar felixsafegraph commented on June 11, 2024

that particular behavior might be undefined - we might not have discussed what should happen if an user provide a h3 cell (I assume it should snap to the resolution 10 cell)

as of now Placekey is at res 10. its design can handle res 10-12. if you need a bigger area, have you consider https://h3geo.org/docs/api/regions/ ?

from placekey-js.

craig-walker-orennia avatar craig-walker-orennia commented on June 11, 2024

We don't need a bigger area for our purposes. Mostly our H3 indexes are stand-ins for actual lat/longs so scaling them down is easy.

Placekey not supporting resolutions higher than 10 is fine. But this behaviour isn't showing that. Placekey will happily generate a valid-looking Placekey value from an H3 index of resolution 4. But Placekey can't take this valid-looking value and turn it into a valid H3 index; instead it returns a garbage value. Better behaviour would be:

  1. If Placekey is intentionally not supporting H3 resolutions larger than 10, than either return null or throw an exception when receiving one.
  2. Placekey's API should never return an invalid Placekey.
  3. If there is such a thing as an invalid Placekey, then there should be an API that I can call to determine whether a Placekey is valid or not. So far I don't see one, and so there's no way for me to tell whether the Placekey I've generated is valid or not.
  4. If I do pass an invalid Placekey in to placekeyToH3, it should return null or throw an exception, not return a result.
  5. placekeyToH3 should never be returning invalid H3 indexes.

from placekey-js.

felixsafegraph avatar felixsafegraph commented on June 11, 2024

@isaacbrodsky - thoughts?

from placekey-js.

Related Issues (2)

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.