Код: Выделить всё
ogr2ogr -f "SQLite" output.sqlite input.shpКод: Выделить всё
ogr2ogr -f "SQLite" output.sqlite input.shpКод: Выделить всё
@echo off
set OSGEO4W_ROOT=C:\OSGeo4W
PATH=%OSGEO4W_ROOT%\bin;%PATH%
for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f"
@echo on
ogr2ogr -f "SQLite" out.sqlite in.shp
pauseСейчас этот форум просматривают: нет зарегистрированных пользователей и 6 гостей