@@ -6,7 +6,7 @@ gdalmanage
66
77.. only :: html
88
9- Identify, delete, rename and copy raster data files.
9+ Identify, delete, rename and copy dataset files.
1010
1111.. Index :: gdalmanage
1212
@@ -22,9 +22,9 @@ Synopsis
2222 Description
2323-----------
2424
25- The :program: `gdalmanage ` program can perform various operations on raster data
26- files, depending on the chosen *mode *. This includes identifying raster
27- data types and deleting, renaming or copying the files.
25+ The :program: `gdalmanage ` program can perform various operations on dataset
26+ files, depending on the chosen *mode *. This includes identifying dataset
27+ types and deleting, renaming or copying the files.
2828
2929.. option :: <mode >
3030
@@ -33,27 +33,27 @@ data types and deleting, renaming or copying the files.
3333 **identify ** *<datasetname> *:
3434 List data format of file(s).
3535 **copy ** *<datasetname> * *<newdatasetname> *:
36- Create a copy of the raster file with a new name.
36+ Create a copy of the dataset file with a new name.
3737 **rename ** *<datasetname> * *<newdatasetname> *:
38- Change the name of the raster file.
38+ Change the name of the dataset file.
3939 **delete ** *<datasetname> *:
40- Delete raster file(s).
40+ Delete dataset file(s).
4141
4242.. option :: -r
4343
44- Recursively scan files/folders for raster files.
44+ Recursively scan files/folders for dataset files.
4545
4646.. option :: -fr
4747
48- Recursively scan folders for raster files, forcing recursion in folders recognized as valid formats.
48+ Recursively scan folders for dataset files, forcing recursion in folders recognized as valid formats.
4949
5050.. option :: -u
5151
5252 Report failures if file type is unidentified.
5353
5454.. option :: -f <format >
5555
56- Specify format of raster file if unknown by the application. Uses
56+ Specify format of dataset file if unknown by the application. Uses
5757 short data format name (e.g. *GTiff *).
5858
5959.. option :: <datasetname >
@@ -72,7 +72,7 @@ Examples
7272Using identify mode
7373~~~~~~~~~~~~~~~~~~~
7474
75- Report the data format of the raster file by using the *identify * mode
75+ Report the data format of the dataset file by using the *identify * mode
7676and specifying a data file name:
7777
7878.. code-block ::
@@ -100,7 +100,7 @@ Recursive mode will scan subfolders and report the data format:
100100 Using copy mode
101101~~~~~~~~~~~~~~~
102102
103- Copy the raster data :
103+ Copy the dataset :
104104
105105.. code-block ::
106106
@@ -109,7 +109,7 @@ Copy the raster data:
109109 Using rename mode
110110~~~~~~~~~~~~~~~~~
111111
112- Rename raster data :
112+ Rename dataset :
113113
114114.. code-block ::
115115
@@ -118,7 +118,7 @@ Rename raster data:
118118 Using delete mode
119119~~~~~~~~~~~~~~~~~
120120
121- Delete the raster data :
121+ Delete the dataset :
122122
123123.. code-block ::
124124
0 commit comments