Replies: 3 comments
-
I added a print statement inside the transform function in geo.py:
It receives coordinates of type Vec2, where it only supports Vec3. Hmmm. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think an Arc entity is processed as a polygon, but perhaps it doesn't support Arcs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please create a minimal example which shows the issue and post the Python script and the zipped DXF file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert a DXF into GEOJSON. The DXF is purely cartesian in metres, with a pre-defined centroid. I'm using a function to project from cartesian using a custom projection:
My code using the geo addon is:
I'm getting an exception:
I'm using ezdxf 0.15.1 because of limitations of the system I'm developing under and can't change.
This occurs when it processes an ARC. Unfortunately I can't post the DXF, but I would appreciate any suggestions for any silly mistakes I'm making.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions