Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gdal.rst #433

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions docs/source/cli/gdal.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Geospatial Data Abstraction Library
===================================
GDAL
====

GDAL is a translator library for raster and vector geospatial data formats that is released under an `MIT style license <https://gdal.org/license.html#license>`__ by the `Open Source Geospatial Foundation <http://www.osgeo.org/>`__. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command-line utilities for data translation and processing. The `News <https://github.com/OSGeo/gdal/blob/v3.4.0/gdal/NEWS.md>`__ page describes the latest release.
**Geospatial Data Abstraction Library (GDAL)** is a translator library for raster and vector geospatial data formats that is released under an `MIT style license <https://gdal.org/license.html#license>`__ by the `Open Source Geospatial Foundation <http://www.osgeo.org/>`__.

As a library, **GDAL** presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command-line utilities for data translation and processing.

For information on the newest release of **GDAL**, see `News <https://github.com/OSGeo/gdal/blob/v3.4.0/gdal/NEWS.md>`__.

.. note::

Expand All @@ -10,7 +14,7 @@ GDAL is a translator library for raster and vector geospatial data formats that
Available commands
------------------

The complete documentation of GDAL commands can be found on the `GDAL website <https://gdal.org/programs/index.html>`__.
The complete documentation of **GDAL** commands can be found on the `GDAL website <https://gdal.org/programs/index.html>`__.

Raster programmes
^^^^^^^^^^^^^^^^^
Expand All @@ -28,7 +32,7 @@ Raster programmes
$ rgb2pct.py # Convert a 24bit RGB image to 8bit paletted.
$ pct2rgb.py # Convert an 8bit paletted image to 24bit RGB.
$ gdalattachpct.py # Attach a color table to a raster file from an input file.
$ gdal_merge.py # Mosaicks a set of images.
$ gdal_merge.py # Mosaics a set of images.
$ gdal2tiles.py # Generates directory with TMS tiles, KMLs and simple web viewers.
$ gdal2xyz.py # Translates a raster file into xyz format.
$ gdal_rasterize # Burns vector geometries into a raster.
Expand Down Expand Up @@ -76,5 +80,5 @@ Geographic network programmes

.. code-block:: bash

$ gnmmanage # Manages networks
$ gnmanalyse # Analyses networks
$ gnmmanage # Manages networks.
$ gnmanalyse # Analyses networks.