Skip to content

Commit 585f978

Browse files
rouaultpjonsson
andcommitted
RFC102 text: tweak language
Co-authored-by: Peter A. Jonsson <jonsson.peter.a@gmail.com>
1 parent 29823fb commit 585f978

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/source/development/rfc/rfc102_embedded_resources.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ submitted for PROJ to embed its :file:`proj.db` and :file:`proj.ini` files.
2424
Motivation
2525
----------
2626

27-
Some parts of GDAL core, but mostly drivers, depend on a number of resource
28-
files for correct execution. Locating those resource files on the filesystem
29-
can be painful in some use cases of GDAL, that involve relocating the GDAL
30-
binary at installation time. One such case could be the GDAL embedded in Rasterio
31-
or Fiona binary wheels where :config:`GDAL_DATA` must be correctly set currently.
27+
Some parts of GDAL core, mostly drivers, require external resource files located
28+
in the filesystem. Locating these resource files is difficult for use cases where
29+
the GDAL binaries are relocated during installation time.
30+
One such case could be the GDAL embedded in Rasterio or Fiona binary wheels where :config:`GDAL_DATA` must be set to the directory of the resource files.
3231
Web-assembly (WASM) use cases come also to mind as users of GDAL builds where
3332
resources are directly included in libgdal.
3433

0 commit comments

Comments
 (0)