Skip to content

Convert bulgarian CAD format (from Geodesy, Cartography and Cadastre Agency) to shapefile. Full featured project with Visual Studio 2013, C++, STL, GDAL OGR and boost/filesystem.

License

Notifications You must be signed in to change notification settings

aspetkov/cad2shape

Repository files navigation

cad2shape

Convert CAD files from Bulgarian Cadastral Exchange Data Format (CAD files from Bulgarian Geodesy, Cartography and Cadastre Agency) to Esri shapefiles

Project with Visual Studio 2013, C++, STL, GDAL OGR and boost/filesystem

BG (Конвертор на CAD файлове от българския кадастрален формат за обмен на данни (CAD формат на Агенцията по кадастър) към Esri shapefiles. В проекта се съдържа билдвана версия на продукта. Тя се копира на диска и се стартира exe файла с параметър папката с CAD файловете. Не изисква инсталация. Приложението е portable application.)

How to start development:

Download the project cad2shape.

Download GDAL Development Kits from:

http://www.gisinternals.com/query.html?content=filelist&file=release-1800-x64-dev.zip

Download and compile boost for VS2013 64 bit.

Open cad2shape.sln with VS 2013 and change paths from config screens to you custom paths

Config screen for GDAL Screenshot

Config screen for Boost Screenshot

Screenshot

Application for run

Copy binx64 directory on hard disk.

Run cmd prompt and go to binx64.

Run cad2shap [path to directory with cad files (batch processing) or path to one cad file]

Samples

d:\binx64 cad2shape d:\b\data //convert all cad files in directory

Screen: Screenshot

Result Screen: Screenshot

d:\binx64 cad2shape D:\b\Data\02511.cad

Shapefiles will reside in same directory as cad file.

Bulgarian CAD Format (from Geodesy, Cartography and Cadastre Agency) Document

http://www.cadastre.bg/sites/default/files/format_cad_0404_1.doc

About

Convert bulgarian CAD format (from Geodesy, Cartography and Cadastre Agency) to shapefile. Full featured project with Visual Studio 2013, C++, STL, GDAL OGR and boost/filesystem.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages