You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/development/rfc/rfc102_embedded_resources.rst
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,10 @@ submitted for PROJ to embed its :file:`proj.db` and :file:`proj.ini` files.
24
24
Motivation
25
25
----------
26
26
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.
32
31
Web-assembly (WASM) use cases come also to mind as users of GDAL builds where
0 commit comments