You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
I can access id.face() , id.level() etc. methods. But how to access cell.exact_area()?
PS: when try cell = s2sphere.Cell( id.id() ) there are "ERROR: AttributeError: 'int' object has no attribute 'to_face_ij_orientation'"... And other strange errors with cell = s2sphere.Cell( id ).
The text was updated successfully, but these errors were encountered:
I am using s2sphere.Cell( s2sphere.CellId.from_token(token) ).exact_area() and works fine... But the test not returning expected (metric) value.
For example, using the site demo with 94ce59c94ac, that is a cell of ~100 m2, it is returning 6.27395e-12. A bigger cell, 94ce4 (a cell of ~2500 km2), returns 0.0001046.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Supposing this context,
I can access
id.face()
,id.level()
etc. methods. But how to accesscell.exact_area()
?PS: when try
cell = s2sphere.Cell( id.id() )
there are "ERROR: AttributeError: 'int' object has no attribute 'to_face_ij_orientation'"... And other strange errors withcell = s2sphere.Cell( id )
.The text was updated successfully, but these errors were encountered: