Re: In-memory multi dataset object
Sean Gillies
Hi Guy, Rasterio doesn't have first-class support for VRTs. I'm not rushing to do it because there are some VRT features that I frankly think are nuts, like embedding Python code. However, we can use Python's XML libraries to generate XML texts and Rasterio will happily open the XML as a dataset. See the example at https://github.com/mapbox/rasterio/blob/master/tests/test_vrt.py#L9-L11. I'm doing this internally to implement Rasterio's boundless raster reads.
On Thu, Sep 13, 2018 at 7:02 AM Guy Doulberg <guyd@...> wrote: Hi -- Sean Gillies
|
|