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

Allow writing vector VRT from gdal.VectorTranslate #10066

Open
dbaston opened this issue May 29, 2024 · 0 comments
Open

Allow writing vector VRT from gdal.VectorTranslate #10066

dbaston opened this issue May 29, 2024 · 0 comments

Comments

@dbaston
Copy link
Member

dbaston commented May 29, 2024

Feature description

The vector VRT format offers a tremendously useful capability for lazily performing transformations on vector layers. However, the files currently must be authored by hand. The proposed enhancement would allow ogr2ogr to write VRT files, using arguments such as -sql and -t_srs to create and serialize a OGRVRTLayer, OGRVRTWarpedLayer, etc.

Implementing pfnVectorTranslateFrom in OGRVRTDriver may be a possible means to implement the functionality.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant