libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] Trying to convert DWG to GeoJSON


From: Reini Urban
Subject: Re: [libredwg] Trying to convert DWG to GeoJSON
Date: Tue, 25 Jul 2023 17:52:41 +0200



Kent Nickels <kent@thenickels.com> schrieb am Mo., 24. Juli 2023, 23:03:

Hi all,

 

Working to convert a DWG file to a GeoJSON.   I’m using AutoCad 2024 and have downloaded 0.12.5.5982 and installed it without error..

 

I’m getting some errors when I try to run the dwgread.exe on a window 10 (x64 with 64 GB Memory).

 

The command I’m using is;

 

dwgread.exe "f:\AutoCadWorking\Aria.dwg" -O GeoJSON -o "F:\temp\Geo\AriaTest.json"

 

This throws an ERROR 0x940 with no output.

 

I have tried to drop the DWG version to a 2010 version of a DWG file and got a different error.

 

dwgread.exe "f:\AutoCadWorking\AriaMezz2010.dwg" -O GeoJSON -o "F:\temp\Geo\AriaTest.json"

 

Throws an ERROR 0x1000 with no output.

 

Any suggestions?


Yes, 
Try dwgread -v3 "f:\AutoCadWorking\Aria.dwg" -O GeoJSON > "AriaTest.json"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]