(注意坐标系统、投影方式) 包括:地理数据常用格式、地理数据的获取,各种格式之间的转换。
(部分参考自awesome-gis)
-
Shp
- e00
-
kml -> OSM
-
geojson
-
dxf
-
gpx
-
geotiff
-
img
-
ENVI hdr
I try:
others excellent project
- kml2geojson in Python
- osmtogeojson in js(node)
- osm-and-geojson Converts OSM XML to GeoJSON; geojson2osm & geojsontoosm
- mapshaper.org/ 支持shp、geojson、topojson、csv、dbf文件的导入和导出(可以拿来当格式转换工具,并且还有一个非常重要的功能是简化数据(多边形边界简化))
- geojson.io支持shp、geojson、topojson、kml、csv、WKT的导出(一般我是把geojson传进去导出kml)