Thursday, 4 May 2017

[GIS] GIS 資源




http://excel2earth.blogspot.sg/2015/05/11.html

http://desktop.arcgis.com/zh-cn/arcmap/10.3/manage-data/shapefiles/shapefile-file-extensions.htm

No comments:

Post a Comment

how-to-recursively-create-subfolder-in-each-folder-of-a-directory-in-cmd

test.cmd: @echo off setlocal for /f "usebackq tokens=*" %%a in (`dir /b /a:d`) do ( rem enter the directory pushd %%a echo...