*Betreff:* Re: [gdal-dev] Documentation of .gfs file format
Johannes,
You have a number of .gfs templates file in
https://github.com/OSGeo/gdal/tree/master/data
<https://github.com/OSGeo/gdal/tree/master/data>
Otherwise just read the code of GMLFeatureClass::InitializeFromXML()
if you w
types), as well as element semantics, where necessary.
Best regards,
Johannes
Von: Even Rouault
Gesendet: Dienstag, 25. Oktober 2022 20:08
An: Johannes Echterhoff ;
gdal-dev@lists.osgeo.org
Betreff: Re: [gdal-dev] Documentation of .gfs file format
Johannes,
You have a number of .gfs templates
Johannes,
You have a number of .gfs templates file in
https://github.com/OSGeo/gdal/tree/master/data
Otherwise just read the code of GMLFeatureClass::InitializeFromXML() if
you want to have the full view of what the GFS reader understand:
https://github.com/OSGeo/gdal/blob/master/ogr/ogrsf_f
Hello,
The documentation of the GML driver on https://gdal.org/drivers/vector/gml.html
has two sections that describe the .gfs file format to some extent (section
"Syntax of .gfs file by example" and section "Advanced .gfs syntax"). When
looking for more information about the .gfs format, I cam
On mercredi 6 mars 2019 11:38:50 CET Rahkonen Jukka (MML) wrote:
> Hi,
>
> In the documentation of GDAL config options I noticed this:
> GDAL_SWATH_SIZE
> Defaults to 1000 (10 MB). Used by gcore/rasterio.cpp
> Size of the swath when copying raster data from one dataset to another one
> (in byt
Hi,
In the documentation of GDAL config options I noticed this:
GDAL_SWATH_SIZE
Defaults to 1000 (10 MB). Used by gcore/rasterio.cpp
Size of the swath when copying raster data from one dataset to another one (in
bytes). Should not be smaller than GDAL_CACHEMAX
Should it be "...not be bigger