We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬您好 我使用您的库时发现
当我设置栅格为六边形hexa时,如 (2),比如经纬度为 104.1545..., 30.8061...(这是在 self.bounds 范围内的,如 (1)),它对应的栅格id为 (21, -13, -34) ,这运行 (3) 得出。然后我发现这个id并不在 self.grid 范围中
(2)
self.bounds
(1)
(3)
self.grid
self.bounds = [103.90, 30.52, 104.26, 30.81] (1) self.grid, self.params = tbd.area_to_grid(self.bounds, accuracy=1200, method='hexa') (2) tbd.GPS_to_grid(104.15457922898818, 30.80613863513823, self.params) (3)
请问大佬这个六边形栅格是不是没有布满整个bounds区域
The text was updated successfully, but these errors were encountered:
No branches or pull requests
大佬您好
我使用您的库时发现
当我设置栅格为六边形hexa时,如
(2)
,比如经纬度为 104.1545..., 30.8061...(这是在self.bounds
范围内的,如(1)
),它对应的栅格id为 (21, -13, -34) ,这运行(3)
得出。然后我发现这个id并不在self.grid
范围中请问大佬这个六边形栅格是不是没有布满整个bounds区域
The text was updated successfully, but these errors were encountered: