Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经检查了 kepler.gl 的 github master 分支中的最新代码,并且正在运行演示。但我没有看到 H3HexGrid 图层选项。我该如何使用它?git 提交似乎表明它可以在演示应用程序中使用。另外我如何从这里加载示例数据: sampleH3Data from './data/sample-hex-id-csv';
谢谢!
您将需要一个包含 h3 hexagon id 的数据集。Kepler.gl 将查找列名hex_id或hexagon_id自动创建 H3 层。
hex_id
hexagon_id
您可以通过删除文件开头和结尾的来保存/data/sample-hex-id-csv.js到文件。然后将其拖放到 kepler.gl 应用程序中以查看其工作原理。.csvexport default `` and ``;
/data/sample-hex-id-csv.js
.csv
export default `` and ``;