Potrebno je pretvoriti DGW fajl u DFX npr sa besplatnim DrafSight pa se onda istalira GDAL:
sudo apt-get install python-gdal
Potom se iskoristi sledeća naredba da se vidi slojevi:
ogrinfo -dialect SQLite -sql "select distinct LAYER from entities" ime_fajla.dxf
Pa se izvuku podaci u GeoJSON ili KML:
ogr2ogr -f GeoJSON -dialect SQLite -sql "select * from entities where LAYER='IME_SLOJA'" ime_novo.json ime_fajla.dxf
ogr2ogr -f KML -dialect SQLite -sql "select * from entities where LAYER='IME_SLOJA'" ime_novo.kml ime_fajla.dxf
sudo apt-get install python-gdal
Potom se iskoristi sledeća naredba da se vidi slojevi:
ogrinfo -dialect SQLite -sql "select distinct LAYER from entities" ime_fajla.dxf
Pa se izvuku podaci u GeoJSON ili KML:
ogr2ogr -f GeoJSON -dialect SQLite -sql "select * from entities where LAYER='IME_SLOJA'" ime_novo.json ime_fajla.dxf
ogr2ogr -f KML -dialect SQLite -sql "select * from entities where LAYER='IME_SLOJA'" ime_novo.kml ime_fajla.dxf
Нема коментара:
Постави коментар