geopandas / pyogrio

Vectorized vector I/O using OGR
https://pyogrio.readthedocs.io
MIT License
258 stars 22 forks source link

DOC: Documentation lists incorrect key for results of read_info() method #357

Closed ebkurtz closed 5 months ago

ebkurtz commented 5 months ago

documentation states the dictionary returned by pyogrio.read_info() has entry: "geometry": "". The key is actually called "geometry_type"

jorisvandenbossche commented 5 months ago

Closed by #358