天天看點

《GDAL源碼剖析與開發指南》導讀

gdal源碼剖析與開發指南

gdal全稱是geospatial data abstraction library(地理空間資料抽象庫),是一個在x/mit許可協定下讀寫空間資料(包括栅格資料和矢量資料)的開源庫,它利用抽象資料模型來表達所支援的各種檔案格式,還使用一系列指令行工具來進行資料轉換和處理。

由于gdal庫支援很多資料格式,目前幾乎所有的gis和rs軟體底層都使用gdal來讀寫空間資料。

目前國内外關于gdal的圖書非常少,比較權威的隻有gdal官網的說明文檔,導緻使用者缺少實用的參考資料來學習gdal。針對這一現狀,本書對gdal庫進行了全面的介紹,配以詳盡的執行個體說明,來幫助讀者盡快掌握和領會gdal強大的功能。

<a href="https://yq.aliyun.com/articles/107532/">1.2 gdal特點</a>

<a href="https://yq.aliyun.com/articles/107540">1.3 gdal支援的資料格式</a>

<a href="https://yq.aliyun.com/articles/107545/">1.4 gdal源碼下載下傳</a>

<a href="https://yq.aliyun.com/articles/107550">1.5 gdal源碼目錄</a>

<a href="https://yq.aliyun.com/articles/107553">1.6 gdal編譯</a>

<a href="https://yq.aliyun.com/articles/107563">1.7 swig編譯</a>

<a href="https://yq.aliyun.com/articles/107569">1.8 gdal幫助文檔生成</a>

繼續閱讀