Thanks Even,
Then at least I can stop searching.
For now I will move to iterparse in python, which is slow but very flexible.
Raymond
On 24-06-2020 18:11, Even Rouault wrote:
On mercredi 24 juin 2020 17:14:50 CEST Raymond Nijssen wrote:
> Hi list,
>
> I'm trying to read a complex gml f
> How come GCC is not one of the tested compilers on Windows
For good or bad historic reasons, GDAL on Windows is mostly built with MSVC.
A good reason to use MSVC is when you want to link against C++ libraries that
are also build
with MSVC, due to different symbol manglings between GCC and MSV
On jeudi 25 juin 2020 00:35:24 CEST Idan Miara wrote:
> Hi all,
>
> I've added some additions/improvements to gdal_calc.py
> https://github.com/talos-gis/gdalos/blob/master/src/gdalos/calc/gdal_calc.py
>
>
> 1. Alphalist now includes lower case letters.
> 2. added hideNoData option to ignore noD
Just an innocent question...
How come GCC is not one of the tested compilers on Windows and it's the
only tested compiler for Linux?
Is GCC for Windows not in par with MSVC?
Idan
On Thu, 4 Jun 2020 at 01:41, Even Rouault
wrote:
> On lundi 20 avril 2020 20:16:41 CEST Howard Butler wrote:
>
> > >
Hi all,
I've added some additions/improvements to gdal_calc.py
https://github.com/talos-gis/gdalos/blob/master/src/gdalos/calc/gdal_calc.py
1. Alphalist now includes lower case letters.
2. added hideNoData option to ignore noDataValues
3. accept gdal datasets and pathlib.Path objects as alternat
Idan,
I'm not sure having those bindings inside GDAL tree is the best solution. I
don't
perceive Delphi user based as being massive, and I suspect there won't probably
be
any interest from existing GDAL committers in helping maintaining them, so this
could
be more a burden for you and review
Hi all,
I've also translated a significant portion of the C bindings of GDAL/OGR to
Delphi.
https://github.com/talos-gis/gdal4delphi.
It works well for me with GDAL 2.04 and with 3.02 master.
Would you be interested in adding the bindings to the GDAL git?
Should I create a PR?
Kind regards,
Idan
On mercredi 24 juin 2020 17:14:50 CEST Raymond Nijssen wrote:
> Hi list,
>
> I'm trying to read a complex gml file that includes values that need to
> be selected on an xml attribute. This is possible to do with a condition
> in the gfs file, but the example only covers having the attribute on the
Hi list,
I'm trying to read a complex gml file that includes values that need to
be selected on an xml attribute. This is possible to do with a condition
in the gfs file, but the example only covers having the attribute on the
last element in the elementPath:
https://gdal.org/drivers/vector/
Btw, I tried to load by raster2pgsql but I am not happy with the
results as the table contains just one records whereas the file is
over 700 MB.
select ST_MetaData(rast) as meta, -- Kind of a serialisation of the
specifics below
ST_PixelHeight(rast) As pixheight,
ST_PixelWidt
10 matches
Mail list logo