[gdal-dev] Fwd: Raster Data with vsicurl from http source

2022-06-28 Thread Clemens Rudert
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

Re: [gdal-dev] GDAL/OGR curve stroking dfMaxAngleStepSizeDegrees

2019-11-11 Thread Clemens Rudert
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

[gdal-dev] GDAL/OGR curve stroking dfMaxAngleStepSizeDegrees

2019-11-07 Thread Clemens Rudert
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