-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add "gdal raster index" and "gdal driver gti create" (port of gdaltindex) #12140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rouault
commented
Apr 14, 2025
- "gdal raster index" corresponds to the generic part of gdaltindex (prior to GTI specific options added in GDAL 3.9)
- "gdal driver gti create" extends "gdal raster index" with GTI specific options
… dataset for dataset list
…_pixel_siez and pixel_size attribute)
9d58dc8
to
542d390
Compare
CC @dbaston / @DelazJ / @geographika Note commit 688ae2e ("Doc: enable GTI driver (as needed by 'gdal driver gti create')) that will be needed when this PR will be merged to build the doc (if you build a minimal GDAL instead of a default one) |
1f6c5ea
to
2a91373
Compare
&m_filenameFilter); | ||
AddArg("min-pixel-size", 0, | ||
_("Minimum pixel size in term of geospatial extent per pixel " | ||
"(resolution) that a raster should have to be selected."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone better in English than me should check, but the description feels somehow odd to me. BTW if x and y resolutions are not the same, which resolution rules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW if x and y resolutions are not the same, which resolution rules?
a geometric mean of it
3e34028
to
a6f9575
Compare
a6f9575
to
c41b70f
Compare