Skip to content

Commit

Permalink
Merge pull request #8443 from rouault/fix_8431
Browse files Browse the repository at this point in the history
Doc: ogr2ogr: mention that fieldTypeToString and mapFieldType might be without effect on some drivers (fixes #8431)
  • Loading branch information
rouault authored Sep 22, 2023
2 parents bb97123 + f02ce44 commit 68c32d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/programs/ogr2ogr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ output coordinate system or even reprojecting the features during translation.
This is an alternate way to using the CAST operator of OGR SQL, that may
avoid typing a long SQL query. Note that this does not influence the field
types used by the source driver, and is only an afterwards conversion.
Also note that this option is without effects on fields whose presence and
type is hard-coded in the output driver (e.g KML, GPX)

.. option:: -mapFieldType srctype|All=dsttype,...

Expand All @@ -406,6 +408,8 @@ output coordinate system or even reprojecting the features during translation.
typing a long SQL query. This is a generalization of -fieldTypeToString.
Note that this does not influence the field types used by the source
driver, and is only an afterwards conversion.
Also note that this option is without effects on fields whose presence and
type is hard-coded in the output driver (e.g KML, GPX)

.. option:: -dateTimeTo UTC|UTC(+|-)HH|UTC(+|-)HH:MM]

Expand Down

0 comments on commit 68c32d3

Please sign in to comment.