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.
我知道这是一个模糊的问题,但我在 GIS 世界中没有专业知识。我正在为我投资的模拟项目之类的游戏构建这张地形图。数据准确性是最少或根本不关心的,但它生成的地形质量。我没有存储 27GB 的数据,而是根据我的需要从低质量的 SRTM30(几 GB)生成高度图。我主要使用 gdal 和插值(Kriging),numpy 和一些 scikit 学习。但我无法实时做到这一点。
我的问题是,哪种 DEM 格式最适合 gdal 或昂贵的循环使用,以产生接近实时的结果。是他们的其他选择吗?