2018年11月13日星期二

Intro to OGR

Intro to OGR


ogr2ogr -skipfailures -where "LAYER='dm_box'" -f "ESRI Shapefile" transformers.shp  by_aka2020.dxf

ogrinfo -so -al aka_dm_zh.dxf

ogr2ogr -lco ENCODING=GBK -skipfailures -where "LAYER='PUB_DIM'" -f "ESRI Shapefile"  text.shp by_aka2020.dxf

ogr2ogr  -skipfailures  -f "GeoJSON"  text.json by_aka2020.dxf

没有评论: