Re: [gdal-dev] Driver maintenance - long-term solution ?

2021-01-14 Thread Ian Mayo
One quick thought on finances that I haven't seen presented in this thread. We've identified that organisations are willing to fund new features - frequently since the new feature aligns with some business opportunity for them. What if the hourly/daily rates for new features included a "Maintenan

Re: [gdal-dev] Can a GepPDF be generated using a Composition file from command line?

2020-08-26 Thread Ian Mayo
aah, a team member has directed me to where this question got asked (& answered) a few days ago: https://lists.osgeo.org/pipermail/gdal-dev/2020-August/052505.html On Wed, 26 Aug 2020, 14:03 Ian Mayo, wrote: > Hello Andrew, > thanks for the (very) prompt response. > > I'

Re: [gdal-dev] Can a GepPDF be generated using a Composition file from command line?

2020-08-26 Thread Ian Mayo
bution too. So, I guess my question remains: "Is it possible to use the XML Composition file directly from GDAL commands on the command line?" Thanks for your support, Ian On Wed, 26 Aug 2020 at 13:50, Andrew C Aitchison wrote: > > On Wed, 26 Aug 2020, Ian Mayo wrote: > > >

[gdal-dev] Can a GepPDF be generated using a Composition file from command line?

2020-08-26 Thread Ian Mayo
The documentation page for PDF via GDAL includes the description for using an XML Composition File: https://gdal.org/drivers/raster/pdf.html#creation-of-pdf-file-from-a-xml-composition-file-gdal-3-0 But, the description only gives examples of the XML Composition file being used from C++ or Python