You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 aOGRVRTLayer
,OGRVRTWarpedLayer
, etc.Implementing
pfnVectorTranslateFrom
inOGRVRTDriver
may be a possible means to implement the functionality.Additional context
No response
The text was updated successfully, but these errors were encountered: