Skip to content
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

gdal vector: make 'read', 'clip' and 'reproject' compatible of OSM-type of datasources that require ODsCRandomLayerRead #11841

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

rouault
Copy link
Member

@rouault rouault commented Feb 11, 2025

On-the-fly reading of OSM requires to be able to iterate over features at the dataset level, and not just at the layer level. Let's implement that.

@rouault rouault added funded through GSP Work funded through the GDAL Sponsorship Program gdal_cli Anything related to the new 3.11 "gdal" CLI frontend labels Feb 11, 2025
@rouault rouault added this to the 3.11.0 milestone Feb 11, 2025
@rouault rouault force-pushed the gdal_vector_dataset_getnextfeature branch 2 times, most recently from 3d74e32 to e5bed15 Compare February 11, 2025 23:53
@rouault rouault changed the title gdal vector: make 'clip' and 'reproject' compatible of OSM-type of datasources that require ODsCRandomLayerRead gdal vector: make 'read', 'clip' and 'reproject' compatible of OSM-type of datasources that require ODsCRandomLayerRead Feb 11, 2025
@rouault rouault force-pushed the gdal_vector_dataset_getnextfeature branch 3 times, most recently from a22ea71 to a5e919d Compare February 12, 2025 10:35
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 70.065% (-0.006%) from 70.071%
when pulling a5e919d on rouault:gdal_vector_dataset_getnextfeature
into 51ee293 on OSGeo:master.

…pe of datasources that require ODsCRandomLayerRead

On-the-fly reading of OSM requires to be able to iterate over features
at the dataset level, and not just at the layer level. Let's implement
that.
@rouault rouault force-pushed the gdal_vector_dataset_getnextfeature branch from a5e919d to 2768934 Compare February 18, 2025 16:38
@rouault rouault merged commit b681f00 into OSGeo:master Feb 18, 2025
34 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants