Interesting... Thanks for the insights.
And about performance, if I have 1000 JPEG files forming a mosaic, and want
to run gdal tools over that mosaic, which option should I choose?
- Build real merged tif file (gdal_merge)
- Build virtual raster (gdalbuildvrt)
For example, if I want to run gdal
Hello Jukka,
On 06/02/15 10:25, Jukka Rahkonen wrote:
Even Rouault spatialys.com> writes:
>
>>
>>> gdalbuildvrt is a more
>>> powerful tool that provides a virtual raster that acts as a 'window'
>>> into the
>>> input datasets, potentially with reprojection amidst other options.
>>
>> Small c
Even Rouault spatialys.com> writes:
>
> > gdalbuildvrt is a more
> > powerful tool that provides a virtual raster that acts as a 'window'
> > into the
> > input datasets, potentially with reprojection amidst other options.
>
> Small correction: gdalbuildvrt can only deal with datasets of the s
> gdalbuildvrt is a more
> powerful tool that provides a virtual raster that acts as a 'window'
> into the
> input datasets, potentially with reprojection amidst other options.
Small correction: gdalbuildvrt can only deal with datasets of the same
projection.
--
Spatialys - Geospatial professi
Hello Jorge,
I didn't see an answer to this question, so...
On 29/01/15 15:39, Jorge Arévalo wrote:
Hello,
>
> What's the difference between gdal_merge and gdalbuildvrt? If I'm not
wrong, gdal_merge actually creates a new dataset, merging the input
ones. And gdalbuildvrt just creates a VRT f
Hello,
What's the difference between gdal_merge and gdalbuildvrt? If I'm not
wrong, gdal_merge actually creates a new dataset, merging the input
ones. And gdalbuildvrt just creates a VRT file, which works as
descriptor for a mosaic.
At the end, in both cases we have a mosaic from several inp