Opened 7 years ago
Closed 4 years ago
#6355 closed enhancement (wontfix)
Allow VSI filesystem access for data files.
Reported by: | Kurt Schwehr | Owned by: | Kurt Schwehr |
---|---|---|---|
Priority: | normal | Milestone: | closed_because_of_github_migration |
Component: | default | Version: | svn-trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
Another Googler and I are working on a patch to allow GDAL_DATA to be from a VSI filesystem. For example:
CPLPushFinderLocation( "/vsimem/GDAL_DATA/" );
This will make sandboxing GDAL easier and make systems easier where the GDAL_DATA files have to be written to a filesystem somewhere on startup.
This will be changes like VSIFRead -> VSIFReadL for the main gdal code, but we have not figured out how to properly handle the libgeotiff code. We could use some suggestion for libgeotiff.
I will post some of the patches for discussion before committing anything.
Change History (12)
comment:1 by , 7 years ago
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems this has been addressed. Closing
comment:7 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Not quite there yet. I have a few more changes to come.
comment:10 by , 7 years ago
Milestone: | 2.1.0 |
---|
comment:12 by , 4 years ago
Milestone: | → closed_because_of_github_migration |
---|---|
Resolution: | → wontfix |
Status: | reopened → closed |
This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.
In OGRSpatialReference::SetFromUserInput():