Opened 7 years ago

Closed 6 years ago

#6955 closed defect (fixed)

no way to read multipolygons with edigeo driver

Reported by: ppensier Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: 2.1.3
Severity: normal Keywords: ogr2ogr
Cc:

Description

According to edigeo's standard, an object is linked with one or several faces. Every face is associated with one or several arcs, which they even are linked to two nodes.

To define this kind of relation, we describe link(LNK) relation. When we describe a relation LNK, between an object and its two faces, we can:

  • Describe a relation LNK by face
  • Describe a global relation LNK which associates the object with its two faces

Both must be correct, however when the relation is described in a single relation LNK, OGR does not read correctly both faces but only one of the two faces.

Attachments (1)

OGR_multigeom_EDIGEO.7z (24.3 KB ) - added by ppensier 7 years ago.
EDIGEO data

Download all attachments as: .zip

Change History (4)

by ppensier, 7 years ago

Attachment: OGR_multigeom_EDIGEO.7z added

EDIGEO data

comment:1 by Even Rouault, 7 years ago

Can you point to a layer and feature id in the dataset that shows the issue ?

in reply to:  1 comment:2 by ppensier, 7 years ago

Replying to Even Rouault:

Can you point to a layer and feature id in the dataset that shows the issue ?

In sections (objet_945092) and subsections (objet_945091) layers, ogr2ogr just reads one part of the multipolygon with the second option in the dataset.

comment:3 by Even Rouault, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.