TANG ZhiXiong
TANG ZhiXiong
@infinity0 张还有篇 [Dvorak布局下一种比较理想的双拼方案 ](https://zhangshenjia.com/it/dvorak-shuangpin/). 但我没细看. ( 因为我的双拼已经在现在的键盘布局下固定到了自然码, 不打算再迁移了.) shuangpin_heatmap 现在是用户自己传入待统计文本. 我忘了为啥关闭了语料库统计的结果, 可能是考虑到预料中统计的报纸中的汉字使用和一般日常使用的会不太一样. 我在 https://github.com/district10/qwerty-learner-shuangpin-dicts 爬取了一些豆瓣, 知乎的文字, 感觉更现代, 更接近我们日常打字的内容. (可能更好的是输入法中打出的文字, 聊天记录) 可以安装个 conda 环境, 切 python 版本还比较简单.
Maybe just use https://github.com/mapbox/cheap-ruler to convert lon/lat to local XYZ (ENU) coordinates reference system. (I did similar thing [here](https://concave-hull.readthedocs.io/en/latest/wgs84/)) Did you benchmarked your point-in-polygon. I used to use point-in-polygon test...
> "line" changes since lines become "curved". Seems you are right. I thought `point-in-polygon` is stable before/after converting WGS84 to ENU, because lon: east, lat:north is bilinear in local spatial...
I tested 1000,000 points: 
This plugin works locally on my macOS air (m1), but not work on vscode remote connection. I haven't found the solution, but you can configure lua binary at:
@claustres Exactly what I'm looking for... how to use it? I `npm run build` your fork, but it's not working.
@claustres Thanks for reply. I struggled for a while and switched to maplibre now. 😅
2.0.9 does not work for me either.
几乎一样的问题。镜像启动什么都没干,就占用 5G 显存。处理一张图片,500KB 不到,显存占用直接飙升到 18GB。还挂了: ``` Out of memory error on GPU 0. Cannot allocate 5.086306GB memory on GPU 0, 18.543274GB memory has been allocated and available memory is only...
@lionlai1989 I did something similar yesterday, by adding `set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})` to cmake, executables were added to pip wheel. Example code: https://github.com/cubao/cubao-tippecanoe/blob/pypi-release/CMakeLists.txt ```bash $ unzip -l dist/cubao_tippecanoe-0.0.1-cp310-cp310-linux_x86_64.whl Archive: dist/cubao_tippecanoe-0.0.1-cp310-cp310-linux_x86_64.whl Length Date...