[gdal-dev] Merge and Overviews with VSIMEM
Even Rouault
even.rouault at spatialys.com
Wed Feb 26 08:17:26 PST 2020
> When I attempt to call it, using the following, the `vsimem` object seems
> to no longer be accessible to perform the overview creation:
Yes, /vsimem/ objects are only visible during the lifetime of the process.
Here as you start a subprocss, the /vsimem file will not be visible by the
parent
Different possible solutions:
- you materialize the file on the filesystem
- or you import gdal_merge, and run gdal_merge.main(argv)
- or you use gdal.Warp() instead of gdal_merge
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list