Hi
I try to read raster data from an URL with QGIS. I see QGIS uses GDAL
vsicurl to connect to data. It works just fine. Only GDAL tries to fetch
a lot of meta files which can be disabled by setting the
GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR
Using this:
GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR gda
Hello
Still I look for this default value. I was not able to find it. Since Iam not a
pro C programmer I would be really happy if someone could help out here.
Cheers
Clemens
> Am 07.11.2019 um 11:50 schrieb Clemens Rudert :
>
> Hi folks
>
>
> Iam interested in the
Hi folks
Iam interested in the default value for parameter
dfMaxAngleStepSizeDegrees for stroking curved polygons. The OGR docs
https://gdal.org/doxygen/classOGRPolygon.html#a7e5a3f9a67e18e045167832c5b8ff850
say only that there is some default value used if parameter 0 is passed.
Does anybod