forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OSGeo#11530 from elpaso/ogr_schema_docs
[doc] OGR_SCHEMA documentation
- Loading branch information
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. option:: -oo <NAME>=<VALUE> | ||
|
||
Dataset open option (format specific). | ||
|
||
If a driver supports the ``OGR_SCHEMA`` open option, it can be used to | ||
partially or completely override the auto-detected schema (i.e. which | ||
fields are read, with which types, subtypes, length, precision etc.) | ||
of the dataset. | ||
|
||
The value of this option is a JSON string or a path to a JSON file that | ||
complies with the `OGR_SCHEMA open option schema definition <https://raw.githubusercontent.com/OSGeo/gdal/refs/heads/master/ogr/data/ogr_fields_override.schema.json>`_ | ||
|