Re: [gdal-dev] Limits on use of VRTs?

2015-09-27 Thread Even Rouault
Jose, > I'm trying to do some python processing, and I thought that using VRTs > would be a great way forward. My process is basically: > > 1.- Putting several bands together into a single dataset. A couple of bands > have a different dataset (Byte vs Int16), so I'd like to upgrade these Byte > b

[gdal-dev] Limits on use of VRTs?

2015-09-27 Thread Jose Gomez-Dans
Hello, I'm trying to do some python processing, and I thought that using VRTs would be a great way forward. My process is basically: 1.- Putting several bands together into a single dataset. A couple of bands have a different dataset (Byte vs Int16), so I'd like to upgrade these Byte bands to Int