uber / h3-py

Python bindings for H3, a hierarchical hexagonal geospatial indexing system
https://uber.github.io/h3-py
Apache License 2.0
815 stars 130 forks source link

Introduce LatLngPoly and LatLngMultiPoly #364

Closed ajfriend closed 4 months ago

ajfriend commented 5 months ago

Following from #332.

I'm leaving H3Shape instead of changing to just Shape because that seems too generic. And I think functions like geo_to_shape would be more confusing than geo_to_h3shape. Thoughts?

I'm also open to suggestions for a better name than H3Shape.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (26285ef) to head (eec4c0f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #364 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 319 319 ========================================= Hits 319 319 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ajfriend commented 5 months ago

Gotta drops builds like https://github.com/uber/h3-py/pull/363