Re: [gdal-dev] Documentation of .gfs file format

2022-10-27 Thread Even Rouault
*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

Re: [gdal-dev] Documentation of .gfs file format

2022-10-26 Thread Johannes Echterhoff
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

Re: [gdal-dev] Documentation of .gfs file format

2022-10-25 Thread Even Rouault
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

[gdal-dev] Documentation of .gfs file format

2022-10-25 Thread Johannes Echterhoff
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

Re: [gdal-dev] Documentation of

2019-03-06 Thread Even Rouault
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

[gdal-dev] Documentation of

2019-03-06 Thread Rahkonen Jukka (MML)
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