Ticket #4773 (closed enhancement: fixed)
[PATCH] [FEATURE] allow to use gdaltindex on files with different CRS
| Reported by: | etourigny | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Utilities | Version: | svn-trunk |
| Severity: | normal | Keywords: | gdaltindex, srs |
| Cc: |
Description
I have written an improvement for gdaltindex, to overcome the limitation that CRS be identical for all input files. I am attaching it for review before committing.
The patch adds an option -t_srs to set the output srs, and performs transformation of the points if needed.

