Skip to content

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

Merged
merged 10 commits into from
Apr 15, 2025

Conversation

rouault
Copy link
Member

@rouault 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

@rouault rouault added enhancement funded through GSP Work funded through the GDAL Sponsorship Program gdal_cli Anything related to the new 3.11 "gdal" CLI frontend labels Apr 14, 2025
@rouault rouault added this to the 3.11.0 milestone Apr 14, 2025
@rouault rouault force-pushed the gdal_raster_index branch 2 times, most recently from 9d58dc8 to 542d390 Compare April 14, 2025 20:22
@rouault
Copy link
Member Author

rouault commented Apr 14, 2025

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)

@rouault rouault force-pushed the gdal_raster_index branch 3 times, most recently from 1f6c5ea to 2a91373 Compare April 14, 2025 21:18
&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."),
Copy link
Collaborator

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?

Copy link
Member Author

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

@rouault rouault force-pushed the gdal_raster_index branch 2 times, most recently from 3e34028 to a6f9575 Compare April 14, 2025 22:17
@rouault rouault force-pushed the gdal_raster_index branch from a6f9575 to c41b70f Compare April 15, 2025 09:39
@rouault rouault merged commit dbecc33 into OSGeo:master Apr 15, 2025
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement funded through GSP Work funded through the GDAL Sponsorship Program gdal_cli Anything related to the new 3.11 "gdal" CLI frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants