Ticket #2861 (closed enhancement: wontfix)
ogr2ogr, -fid and value list
| Reported by: | peifer | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | 1.6.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I am trying to get 20 out of 200 features from 1 shape file into 1 KML file. I am currently doing this via creating a second shp file with the 20 wanted features (via a bash loop with a lot of -append and -update) and then create the KML from the temporary shp file.
It would be more helpful if I could specify a value list for the fid parameter.
Something like: ogr2ogr -fid "0,5,9,125,155"
Hermann
Change History
Note: See
TracTickets for help on using
tickets.
