awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesVector Data Writers

Capabilities for writing geospatial vector data to various file formats from a common data model.

Distinct from Vector Data Formats: Distinct from Vector Data Formats: focuses on writing vector data to formats, not format specifications.

Explore 1 awesome GitHub repository matching data & databases · Vector Data Writers. Refine with filters or upvote what's useful.

Awesome Vector Data Writers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • osgeo/gdalOSGeo 的头像

    OSGeo/gdal

    5,942在 GitHub 上查看↗

    GDAL 是一个 MIT 许可的开源转换器库,它提供了一个统一的抽象数据模型,用于读取和写入数百种文件格式的地理空间栅格和矢量数据。它作为一个基础地理空间数据转换库,通过单一、一致的接口实现对多种地理空间数据格式的访问。 该库通过命令行实用程序公开其核心功能,允许用户在不同格式之间转换、处理地理空间数据。坐标转换引擎处理空间参考系统之间的转换,而格式驱动程序插件系统在运行时加载特定格式的读写逻辑。虚拟文件系统层提供跨本地文件、HTTP、云存储和压缩归档的统一 I/O 访问,栅格块缓存管理内存中的切片缓存以减少 I/O 操作。 GDAL 支持读取和写入栅格和矢量地理空间数据,其矢量特征迭代器可以单独流式传输特征,而无需将整个数据集加载到内存中。该项目通过其广泛的格式支持,实现了不同地理空间软件生态系统之间的数据交换,从而促进了地理空间互操作性。

    Writes vector geospatial data from a common data model into hundreds of file formats.

    C++
    在 GitHub 上查看↗5,942
  1. Home
  2. Data & Databases
  3. Vector Data Formats
  4. Vector Data Writers