Skip to content

Commit 1a91abd

Browse files
committed
Remove swig/python/gdal-utils/osgeo_utils/samples/ogr_dispatch.py, replaced by gdal vector partition
1 parent 7acbfeb commit 1a91abd

File tree

2 files changed

+1
-398
lines changed

2 files changed

+1
-398
lines changed

doc/source/api/python/python_samples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ The scripts provide examples of both raster and vector usage of the GDAL Python
6565
this script tries to match features between the datasources, to decide whether to create a new feature, or to update an existing one.
6666
- :source_file:`swig/python/gdal-utils/osgeo_utils/samples/ogr_build_junction_table.py`: Create junction tables for layers coming from GML datasources that
6767
reference other objects in _href fields
68-
- :source_file:`swig/python/gdal-utils/osgeo_utils/samples/ogr_dispatch.py`: Dispatch features into layers according to the value of some fields or the geometry type.
6968
- :source_file:`swig/python/gdal-utils/osgeo_utils/samples/rel.py`: Script to produce a shaded relief image from the elevation data. (similar functionality in gdaldem now)
7069
- :source_file:`swig/python/gdal-utils/osgeo_utils/samples/tigerpoly.py`: Script demonstrating how to assemble polygons from arcs in TIGER/Line datasource,
7170
writing results to a newly created shapefile.
@@ -111,6 +110,7 @@ The following scripts have been replaced by equivalent functionality in GDAL, an
111110
- `gdal_cp.py`: Copy a virtual file. Equivalent functionality available in :ref:`gdal_dataset_copy`.
112111
- `gdal_vrtmerge.py`: Similar to gdal_merge, but produces a VRT file. Equivalent functionality available in :ref:`gdal_raster_mosaic`.
113112
- `gdal2grd.py`: Script to write out ASCII GRD rasters (used in Golden Software Surfer). from any source supported by GDAL. Equivalent functionality available in the :ref:`raster.gsag` driver.
113+
- `ogr_dispatch.py`: Dispatch features into layers according to the value of some fields or the geometry type. Equivalent functionality available in :ref:`gdal_vector_partition`.
114114

115115
.. note::
116116

0 commit comments

Comments
 (0)