Opened 13 years ago
Closed 4 years ago
#3823 closed enhancement (wontfix)
Add -extent switch to gdal_retile.py (patch)
Reported by: | cdestigter | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | closed_because_of_github_migration |
Component: | Utilities | Version: | svn-trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
gdal_retile.py is almost usable to produce metatiles for tile servers.
Unfortunately the tiles it produces aren't aligned with any particular extent, unless the source images are.
The attached patch adds an -extent switch. If the switch is given, it produces tiles for that extent rather than the extent of the source images.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | gdal-retile-extent-param.patch added |
---|
comment:1 by , 8 years ago
comment:2 by , 4 years ago
Milestone: | → closed_because_of_github_migration |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.
Feels like an useful improvement. Anybody there to check if the patch is good enough?