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
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 ).
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 ).