Skip to content

Commit

Permalink
Doc: remove mention of Interlis write support
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 22, 2025
1 parent 4583dc3 commit 8e6a84e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions doc/source/drivers/vector/ili.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.. build_dependencies:: Xerces

| OGR has support for INTERLIS reading and writing.
| OGR has support for INTERLIS reading.
| `INTERLIS <http://www.interlis.ch/>`__ is a standard which has been
especially composed in order to fulfill the requirements of modeling
and the integration of geodata into contemporary and future geographic
Expand Down Expand Up @@ -37,16 +37,14 @@ limitations:
Driver capabilities
-------------------

.. supports_create::

.. supports_georeferencing::

.. supports_virtualio::

Model support
-------------

Data is read and written into transfer files which have different
Data is read from transfer files which have different
formats in INTERLIS 1 (.itf) and INTERLIS 2 (.xtf). Models are passed in
IlisMeta format by using "a_filename.xtf,models.imd" as a connection
string.
Expand Down Expand Up @@ -84,12 +82,6 @@ Some possible transformations using :ref:`ogr2ogr`.

ogr2ogr --config OGR_STROKE_CURVE TRUE -SQL 'SELECT Rechtsstatus,publiziertAb,MetadatenGeobasisdaten,Eigentumsbeschraenkung,ZustaendigeStelle,Flaeche FROM "OeREBKRM09trsfr.Transferstruktur.Geometrie"' shpdir ch.bazl.sicherheitszonenplan.oereb_20131118.xtf,OeREBKRM09vs.imd OeREBKRM09trsfr.Transferstruktur.Geometrie

- Shape -> Interlis 2:

::

ogr2ogr -f "Interlis 2" LandCover.xml,RoadsExdm2ien.imd RoadsExdm2ben.Roads.LandCover.shp

- Importing multiple Interlis 1 files into PostGIS:

::
Expand Down

0 comments on commit 8e6a84e

Please sign in to comment.