Skip to main content
Question

Some errors when converting DGN to Geopackage

  • March 17, 2026
  • 1 reply
  • 31 views

joy
Enthusiast
Forum|alt.badge.img+15

Hello everyone,

I have a workspace app that converts a .dgn file to a .gpkg An user tied to run the tool with a dgn file, but he received a failure message. I looked at the job and I saw the following errors 

464 OGCGEOPACKAGE writer: Invalid curve: not enough points
754 OGCGEOPACKAGE writer: Invalid curve: not enough points
872 OGCGEOPACKAGE writer: Invalid curve: not enough points
957 OGCGEOPACKAGE writer: Invalid curve: not enough points
1051

OGCGEOPACKAGE writer: Invalid curve: not enough points

 

 

Did anyone have similar errors and what can I do to solve these errors?

1 reply

nordpil
Enthusiast
Forum|alt.badge.img+12
  • Enthusiast
  • March 17, 2026

If you look in the log for the reference to the user’s upload, you can retrieve that same file(s) so you can test locally, but maybe you need to validate geometries (GeometryValidator) before writing… ?