Opened 16 years ago

Closed 16 years ago

#2433 closed enhancement (fixed)

ogrinfo without the geometry would be helpful.

Reported by: richengel Owned by: Even Rouault
Priority: normal Milestone: 1.6.0
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Sometimes one would like to get a summary of the features without their geometry. I modified my version of ogrinfo to support such output, adding command line args -br for brief and -fi to also include feature field values. use like ogrinfo -al -br -fi data_source I have attached the changes I made to accomplish this

Attachments (1)

ogr_sum.txt (4.0 KB ) - added by richengel 16 years ago.
changes to support my implementation of new capability

Download all attachments as: .zip

Change History (3)

by richengel, 16 years ago

Attachment: ogr_sum.txt added

changes to support my implementation of new capability

comment:1 by Even Rouault, 16 years ago

Owner: changed from warmerdam to Even Rouault

comment:2 by Even Rouault, 16 years ago

Milestone: 1.6.0
Resolution: fixed
Status: newclosed

richengel,

In r14773, I've commited code that takes inspiration from your patch but implemented a bit differently by passing option array to DumpReadable() methods, in order to make further output customisations easier.

Note: See TracTickets for help on using tickets.