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.
我有以下表格格式的点数据(3 列,任意行数):
| 纬度 | 经度 | 温度 |
如何插入值以获得这样的热图:
而不是像这样的点数据:
您应该可以为此使用Trimesh,但它不会外推边缘周围的值,因此除非边缘有数据点,否则您的绘图不会覆盖整个区域。