Toblerity / Fiona

Fiona reads and writes geographic data files
https://fiona.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 202 forks source link

A new OGRGeometryH based Geometry class #1345

Open sgillies opened 6 months ago

sgillies commented 6 months ago

In https://github.com/Toblerity/fiona-rfc/blob/master/rfc/0001-fiona-2-0-changes.md#details the downsides of a GeoJSON-based geometry object are enumerated. An extension class based on OGRGeometryH could make it easy to handle every kind of geometry that OGR can.