常见开源GIS框架
- 空间数据库: 带有空间扩展的PostgreSQL、MySQL、Ingres数据库。
- GIS服务器:MapServer、GeoServer、Deegree
- 元数据目录系统:GeoNetwork
- GIS开发工具库:GeoTools、JTS、TerraLib、Proj.4(地图投影库)
- 桌面GIS软件:uDig、GRASS、OpenJump、QGIS
- 遥感图像处理系统:OSSIM(Open Source Software Image Map)、GDAL (Geospatial Data - Abstraction Library)、 OpenCV
- 三维地球:WorldWind、OSSIMPlanet、Earth3
- WebGIS API: OpenLayers、 Leaflet 、 MapGuide 、Cesium(三维)
语言 | 名称 | 链接 |
---|---|---|
C++、Python, Qt | QGIS | http://www.qgis.org/ |
JAVA | gvSIG | http://www.gvsig.org |
JAVA | uDig | http://udig.refractions.net/download/ |
JAVA | GeoTools | https://geotools.org/ |
JAVA | GeoServer | http://geoserver.org/ |
.NET | DotSpatial | http://dotspatial.codeplex.com/ |
.NET | Mapwindow | https://www.mapwindow.org/ |
Js | OpenLayers | https://openlayers.org/ |
Js | leaflet | https://leafletjs.com/ |
js | Cesium | https://cesiumjs.org/ |
常用组合(偏Java)
PostgreSQL、postGIS(PG:数据存储)+QGIS(数据处理、样式制作)+ Geoserver(地图服务)+ Geotools(空间分析)+ Leaflet (2d呈现)+ Cesium(3d呈现)