记录自己使用过的类库与工具
1 ⭐geoserver(https://github.com/geoserver/geoserver
)
geoserver非常的强大,它的源码里面有很多可以学习的地方,例如处理shapefile、geotiff等数据
2 🏠geotools(https://github.com/geotools/geotools
)
java做webgis开发必备库
3 jts(
https://github.com/locationtech/jts
)
其中有很多关于几何的算法,点赞
4 🌵postgis(https://github.com/postgis/postgis
)
强大的postgres数据库扩展
5 🥚pgrouting(https://github.com/pgRouting/pgrouting
)
创建拓扑推荐的postgres数据库扩展
6 🪑proj(https://github.com/OSGeo/PROJ
)
坐标转换的神!
7 🐰gdal(https://github.com/OSGeo/gdal
)
内置很多栅格矢量处理算法
8 🥕qgis(https://github.com/qgis/QGIS
)
好用的桌面端应用
9 👾awesome-gis(https://github.com/sshuair/awesome-gis
)
感觉github上所有的awesome系列都非常的惊艳,从里面可以看到很多有gis有关的技术
10 🐶graphhopper(https://github.com/graphhopper/graphhopper
)
支持osm导入数据的路径引擎
11 🔵 jgrapht(https://github.com/jgrapht/jgrapht
)
强大的图算法库
continue...