Re: [gdal-dev] create GeospatialPDF using Python

2015-05-12 Thread Luca Delucchi
On 12 May 2015 at 00:27, Jukka Rahkonen wrote: > Luca Delucchi gmail.com> writes: > >> >> On 21 April 2015 at 11:00, Jukka Rahkonen >> maanmittauslaitos.fi> wrote: >> >> > >> > Hi, >> > >> >> Hi, >> >> > I would say "Yes, it may be a bug". If you would like to get a better >> > answer >> > you

Re: [gdal-dev] create GeospatialPDF using Python

2015-05-11 Thread Jukka Rahkonen
Luca Delucchi gmail.com> writes: > > On 21 April 2015 at 11:00, Jukka Rahkonen > maanmittauslaitos.fi> wrote: > > > > > Hi, > > > > Hi, > > > I would say "Yes, it may be a bug". If you would like to get a better answer > > you should show us a simple way to reproduce. In this case I think th

Re: [gdal-dev] create GeospatialPDF using Python

2015-05-11 Thread Luca Delucchi
On 21 April 2015 at 11:00, Jukka Rahkonen wrote: > > Hi, > Hi, > I would say "Yes, it may be a bug". If you would like to get a better answer > you should show us a simple way to reproduce. In this case I think that an > OGR_STYLE string with your gdal_translate command would be the minimum but

Re: [gdal-dev] create GeospatialPDF using Python

2015-04-21 Thread Jukka Rahkonen
Luca Delucchi gmail.com> writes: > > On 17 April 2015 at 15:12, Even Rouault spatialys.com> wrote: > > > > > > I can open it. See below. If you tried different ./configure options between > > builds, make sure to make clean before rebuilding, otherwise files might not > > get recompiled > > >

Re: [gdal-dev] create GeospatialPDF using Python

2015-04-20 Thread Luca Delucchi
On 17 April 2015 at 15:12, Even Rouault wrote: > > > I can open it. See below. If you tried different ./configure options between > builds, make sure to make clean before rebuilding, otherwise files might not > get recompiled > Ok, rebuild from scratch it works. Last question, I have GeospatialP

Re: [gdal-dev] create GeospatialPDF using Python

2015-04-17 Thread Even Rouault
Le vendredi 17 avril 2015 14:44:19, Luca Delucchi a écrit : > On 17 April 2015 at 13:27, Even Rouault wrote: > > Le vendredi 17 avril 2015 13:11:15, Luca Delucchi a écrit : > >> On 13 April 2015 at 13:25, Luca Delucchi wrote: > >> > Hi all, > >> > >> Hi devs, > >> some updates > >> > >> > For v

Re: [gdal-dev] create GeospatialPDF using Python

2015-04-17 Thread Luca Delucchi
On 17 April 2015 at 13:27, Even Rouault wrote: > Le vendredi 17 avril 2015 13:11:15, Luca Delucchi a écrit : >> On 13 April 2015 at 13:25, Luca Delucchi wrote: >> > Hi all, >> >> Hi devs, >> some updates >> >> > For vector it seems quite simple, just writing a new vector and insert >> > all featu

Re: [gdal-dev] create GeospatialPDF using Python

2015-04-17 Thread Even Rouault
Le vendredi 17 avril 2015 13:11:15, Luca Delucchi a écrit : > On 13 April 2015 at 13:25, Luca Delucchi wrote: > > Hi all, > > Hi devs, > some updates > > > For vector it seems quite simple, just writing a new vector and insert > > all features but I'm not able to create it, my code [0] is not >

Re: [gdal-dev] create GeospatialPDF using Python

2015-04-17 Thread Luca Delucchi
On 13 April 2015 at 13:25, Luca Delucchi wrote: > Hi all, > Hi devs, some updates > > For vector it seems quite simple, just writing a new vector and insert > all features but I'm not able to create it, my code [0] is not > returning any error but I cannot find the output file > Now I'm able bu

[gdal-dev] create GeospatialPDF using Python

2015-04-13 Thread Luca Delucchi
Hi all, I'm trying to create a new GeospatialPDF using Python. I should be able to create GeospatialPDF with vector, raster and both. For vector it seems quite simple, just writing a new vector and insert all features but I'm not able to create it, my code [0] is not returning any error but I ca