Hi, if I run the command below in my "GDAL 2.4.4, released 2020/01/08"
ogr2ogr aout.geojson -f GEOJson "http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson" -oo FEATURE_SERVER_PAGING=YES --debug on I have 1000 geojson items and the below debug messages. A stupid question sorry: is it normal using GDAL 2.4.4 or should I have all the items? Or do I must recompile GDAL 2.4.4? Thank you to all GNM: GNMRegisterAllInternal GNM: RegisterGNMFile GNM: RegisterGNMdatabase HTTP: Fetch(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson) HTTP: libcurl/7.68.0 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.8.0 nghttp2/1.40.0 librtmp/2.3 Warning 1: GDAL was built against curl 7.70.0, but is running against 7.68.0. Runtime failure is likely ! HTTP: These HTTP headers were set: Accept: text/plain, application/json HTTP: Fetch(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson) HTTP: These HTTP headers were set: Accept: text/plain, application/json HTTP: Fetch(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson) HTTP: These HTTP headers were set: Accept: text/plain, application/json CouchDB: GET /_all_dbs HTTP: Establish persistent session named 'CouchDB:0x565276ca3f40'. HTTP: Fetch(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson/_all_dbs) HTTP: These POSTFIELDS were sent: HTTP: These HTTP headers were set: Content-Type: application/json HTTP: Ended persistent session named 'CouchDB:0x565276ca3f40'. HTTP: Fetch(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson) GeoJSON: First pass: 100.00 % GDAL: GDALOpen(/vsimem/http_1/file.dat, this=0x565276daa3b0) succeeds as GeoJSON. GDAL: GDALOpen(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson, this=0x565276daa3b0) succeeds as HTTP. GDAL: GDALDriver::Create(GeoJSON,aout.geojson,0,0,0,Unknown,(nil)) GDALVectorTranslate: 1000 features written in layer 'file' GDAL: GDALClose(http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson, this=0x565276daa3b0) GDAL: GDALClose(aout.geojson, this=0x565276c8ae20) -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
