[gdal-dev] Re: Switching from ArcGIS to GDAL

jgamble jgamble3 at gmail.com
Mon Feb 27 08:45:05 EST 2012


Frank,

Thanks for the response.  I would like to take the overviews and use them
to cache the imagery into a web service ... I am assuming i'd be able to
use the overviews to cache.  I'll look into gdalbuildvrt command.

Do GDAL mosaics allow you to mask tile boundaries at all?  I'd like to
remove bounding black pixels along the borders prior to buliding overviews.


Thanks
Jon.

On Sun, Feb 26, 2012 at 11:55 AM, Frank Warmerdam [via OSGeo.org] <
ml-node+s1560n4510600h4 at n6.nabble.com> wrote:

> On 12-02-25 11:02 AM, jgamble wrote:
> > Does gdaladdo support mosaic datasets?  If so, are there examples of how
> to
> > use gdaladdo with mosaic datasets?
>
> Jon,
>
> GDAL does not support ArcGIS virtual mosaic format.
>
> The gdaladdo utility can be used on conventional raster formats.  It is
> also possible to build a GDAL virtual raster file which might be a mosaic
> of raster files and then build overviews on it.  I believe gdalbuildvrt
> is normal utility used to build .vrt mosaics.
>
> However, whether this is suitable for your purposes will depend on
> what you want to use the result for.  If you just want a freestanding
> overview image of a set of images then you would be better off just
> doing something like:
>
>    gdal_merge.py -o mosaic.tif -ps 20 20 in*.tif
>
> Assuming you want a mosaic of all in*.tif files with the output overview
> mosaic with a 20m by 20m pixel size.
>
> Note that .vrt's and their corresponding overviews may be usable in
> ArcGIS (since it uses GDAL) but I am not certain and it will likely
> depend on the version.
>
> Best regards,
> --
> ---------------------------------------+--------------------------------------
>
> I set the clouds in motion - turn up   | Frank Warmerdam, [hidden email]<http://user/SendEmail.jtp?type=node&node=4510600&i=0>
> light and sound - activate the windows | http://home.gdal.org/warmerda
> and watch the world go round - Rush    | Geospatial Software Developer
>
> _______________________________________________
> gdal-dev mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4510600&i=1>
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://osgeo-org.1560.n6.nabble.com/Switching-from-ArcGIS-to-GDAL-tp4507244p4510600.html
>  To unsubscribe from Switching from ArcGIS to GDAL, click here<http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4507244&code=amdhbWJsZTNAZ21haWwuY29tfDQ1MDcyNDR8NDU0MTk0NDEw>
> .
> NAML<http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Switching-from-ArcGIS-to-GDAL-tp4507244p4514777.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20120227/e769fb92/attachment.html


More information about the gdal-dev mailing list