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
Probably a small C struct in the header that defines a forward and backward transformation + a domain and range + dimensions in/out. This concept is needed in S2 to support tessellation and would add affine transform to wk. It would also make projections easier to implement and would make tools that work with projections (e.g., adaptive resample, tessellation) easier to generalize. Note that S2 needs the range/domain to implement coordinate wrapping.
The text was updated successfully, but these errors were encountered:
Probably a small C struct in the header that defines a forward and backward transformation + a domain and range + dimensions in/out. This concept is needed in S2 to support tessellation and would add affine transform to wk. It would also make projections easier to implement and would make tools that work with projections (e.g., adaptive resample, tessellation) easier to generalize. Note that S2 needs the range/domain to implement coordinate wrapping.
The text was updated successfully, but these errors were encountered: