Re: [gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Ivan Lucena
Thanks.


From: Even Rouault <even.roua...@spatialys.com>
Sent: Monday, October 31, 2016 11:32:30 AM
To: Ivan Lucena
Cc: gdal-dev@lists.osgeo.org; Johan de Braak
Subject: Re: [gdal-dev] gdal.RasterizeOptions output type

Le lundi 31 octobre 2016 14:24:44, Ivan Lucena a écrit :
> Even, Are you planning to backport that?

Done per https://trac.osgeo.org/gdal/ticket/6710

>
> 
> From: gdal-dev <gdal-dev-boun...@lists.osgeo.org> on behalf of Even Rouault
> <even.roua...@spatialys.com> Sent: Monday, October 31, 2016 6:29:27 AM
> To: gdal-dev@lists.osgeo.org
> Cc: Johan de Braak
> Subject: Re: [gdal-dev] gdal.RasterizeOptions output type
>
> Le lundi 31 octobre 2016 11:11:44, Johan de Braak a écrit :
> > Hi all,
> >
> > I cannot seem to find the possibility to set the output type in
> > gdal.RasterizeOptions (like in gdal.TranslateOptions). Am I missing
> > something or is this not possible?
>
> This was indeed a shortcoming. I've just added it in trunk.
> You can workaround by using the option string: options="-ot ..."
>
> > I'm using GDAL 2.1.1
> >
> > Thank you,
> >
> > Johan
> >
> >
> >
> > --
> > View this message in context:
> > http://osgeo-org.1560.x6.nabble.com/gdal-RasterizeOptions-output-type-tp5
> > 2 93573.html Sent from the GDAL - Dev mailing list archive at Nabble.com.
> > ___
> > gdal-dev mailing list
> > gdal-dev@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
> --
> Spatialys - Geospatial professional services
> http://www.spatialys.com
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

--
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Even Rouault
Le lundi 31 octobre 2016 14:24:44, Ivan Lucena a écrit :
> Even, Are you planning to backport that?

Done per https://trac.osgeo.org/gdal/ticket/6710

> 
> 
> From: gdal-dev <gdal-dev-boun...@lists.osgeo.org> on behalf of Even Rouault
> <even.roua...@spatialys.com> Sent: Monday, October 31, 2016 6:29:27 AM
> To: gdal-dev@lists.osgeo.org
> Cc: Johan de Braak
> Subject: Re: [gdal-dev] gdal.RasterizeOptions output type
> 
> Le lundi 31 octobre 2016 11:11:44, Johan de Braak a écrit :
> > Hi all,
> > 
> > I cannot seem to find the possibility to set the output type in
> > gdal.RasterizeOptions (like in gdal.TranslateOptions). Am I missing
> > something or is this not possible?
> 
> This was indeed a shortcoming. I've just added it in trunk.
> You can workaround by using the option string: options="-ot ..."
> 
> > I'm using GDAL 2.1.1
> > 
> > Thank you,
> > 
> > Johan
> > 
> > 
> > 
> > --
> > View this message in context:
> > http://osgeo-org.1560.x6.nabble.com/gdal-RasterizeOptions-output-type-tp5
> > 2 93573.html Sent from the GDAL - Dev mailing list archive at Nabble.com.
> > ___
> > gdal-dev mailing list
> > gdal-dev@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/gdal-dev
> 
> --
> Spatialys - Geospatial professional services
> http://www.spatialys.com
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Ivan Lucena
Even, Are you planning to backport that?


From: gdal-dev <gdal-dev-boun...@lists.osgeo.org> on behalf of Even Rouault 
<even.roua...@spatialys.com>
Sent: Monday, October 31, 2016 6:29:27 AM
To: gdal-dev@lists.osgeo.org
Cc: Johan de Braak
Subject: Re: [gdal-dev] gdal.RasterizeOptions output type

Le lundi 31 octobre 2016 11:11:44, Johan de Braak a écrit :
> Hi all,
>
> I cannot seem to find the possibility to set the output type in
> gdal.RasterizeOptions (like in gdal.TranslateOptions). Am I missing
> something or is this not possible?

This was indeed a shortcoming. I've just added it in trunk.
You can workaround by using the option string: options="-ot ..."

>
> I'm using GDAL 2.1.1
>
> Thank you,
>
> Johan
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/gdal-RasterizeOptions-output-type-tp52
> 93573.html Sent from the GDAL - Dev mailing list archive at Nabble.com.
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

--
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Even Rouault
Le lundi 31 octobre 2016 11:11:44, Johan de Braak a écrit :
> Hi all,
> 
> I cannot seem to find the possibility to set the output type in
> gdal.RasterizeOptions (like in gdal.TranslateOptions). Am I missing
> something or is this not possible?

This was indeed a shortcoming. I've just added it in trunk.
You can workaround by using the option string: options="-ot ..."

> 
> I'm using GDAL 2.1.1
> 
> Thank you,
> 
> Johan
> 
> 
> 
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/gdal-RasterizeOptions-output-type-tp52
> 93573.html Sent from the GDAL - Dev mailing list archive at Nabble.com.
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdal.RasterizeOptions output type

2016-10-31 Thread Johan de Braak
Hi all,

I cannot seem to find the possibility to set the output type in
gdal.RasterizeOptions (like in gdal.TranslateOptions). Am I missing
something or is this not possible? 

I'm using GDAL 2.1.1

Thank you,

Johan



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/gdal-RasterizeOptions-output-type-tp5293573.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev