[gdal-dev] C API, pointers vs lists in functions prototypes

2023-12-24 Thread Francesco P. Lovergine via gdal-dev
ation when required). I could even propose a simple PR about that, if it would help. Thanks The long story is here: https://github.com/ajolma/Geo-GDAL-FFI/issues/53 -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

[gdal-dev] Authentication bearer token for WFS driver

2022-07-08 Thread Francesco Bartoli
like to pass the bearer token through. Do you have an example for the authentication scheme once the HttpAuth has been set to ANY (ref. https://gdal.org/drivers/vector/wfs.html#dataset-name-syntax)? Thank you in advance for your help. Francesco

[gdal-dev] GDAL 2.1.4, released 2017/06/23 win32 mingw binaries

2021-06-25 Thread Francesco Lazzarotto
/view?usp=sharing <https://drive.google.com/file/d/14j4NdFnH-Q_SxjXpw6D0K1ToYoP-LrMo/view?usp=sharing> Best Regards, Francesco Lazzarotto. gdalinfo.exe --formats Supported Formats:   VRT -raster- (rw+v): Virtual Raster   GTiff -raster- (rw+vs): GeoTIFF   NITF -raster- (rw+vs): National I

Re: [gdal-dev] Failure to fetch covid-19 data from JHU ArcGIS instance

2020-04-07 Thread Francesco Bartoli
Thanks Even, I’ll skip them as well in the OGR provider for pygeoapi. Thanks, Francesco Il 7 apr 2020, 12:29 +0200, Even Rouault , ha scritto: > On mardi 7 avril 2020 11:19:56 CEST Francesco Bartoli wrote: > > Hello devs, > > > > while the command line is working properly

[gdal-dev] Failure to fetch covid-19 data from JHU ArcGIS instance

2020-04-07 Thread Francesco Bartoli
ry’ member. ERROR 1: Invalid Feature object. Missing ‘geometry’ member. GDAL version is 3.0.4 and python 3.7.6 Do you have any hints? Thanks, Francesco ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Loading GeoJSON to ES 7

2020-03-18 Thread Francesco Bartoli
Does it mean that can be done only programmatically? How would it be translated into a -lco of ogr2ogr? Il 18 mar 2020, 10:36 +0100, Even Rouault , ha scritto: > On mercredi 18 mars 2020 09:05:39 CET Francesco Bartoli wrote: > > Thanks Even, I was misleading the behavior. However, is th

Re: [gdal-dev] Loading GeoJSON to ES 7

2020-03-18 Thread Francesco Bartoli
Thanks Even, I was misleading the behavior. However, is there a way to ingest and set the value of a unique identifier, for instance geonameid, in the key _id of each item of the index? Francesco Il 17 mar 2020, 22:13 +0100, Even Rouault , ha scritto: > Francesco, > > The behaviour i

[gdal-dev] Loading GeoJSON to ES 7

2020-03-17 Thread Francesco Bartoli
  "iso_a2": "VA", "note": null, "latitude": 41.90001222641,     "longitude": 12.4478083889, "changed": 4.0, "namediff": 0, "diffnote": "Changed scale rank.", "pop_max": 832, "pop_min": 832, "pop_other": 562430, "rank_max": 2, "rank_min": 2, "meganame": null, "ls_name": "Vatican City", "ls_match": 1, "checkme": 0, "min_zoom": 7.0 } }, ... } Thanks, Francesco ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Handle geojson bigger than 200MB

2020-03-02 Thread Francesco Bartoli
thanks Momtchil, it makes sense now Il 2 mar 2020, 10:12 +0100, Momtchil Momtchev , ha scritto: > > On 29/02/2020 20:34, Francesco Bartoli wrote: > > Thanks Even, it works but I have strange result with the size value. I > > wouldn’t have been expected the except

Re: [gdal-dev] Handle geojson bigger than 200MB

2020-02-29 Thread Francesco Bartoli
return _ogr.Layer_GetNextFeature(self, *args) RuntimeError: GeoJSON object too complex, please see the OGR_GEOJSON_MAX_OBJ_SIZE environment option Is it a bug? Il 28 feb 2020, 17:29 +0100, Even Rouault , ha scritto: > On vendredi 28 février 2020 17:22:28 CET Francesco Bartoli wrote: > >

Re: [gdal-dev] Handle geojson bigger than 200MB

2020-02-29 Thread Francesco Bartoli
Il 28 feb 2020, 17:49 +0100, Just van den Broecke , ha scritto: > On 28-02-20 17:29, Even Rouault wrote: > > On vendredi 28 février 2020 17:22:28 CET Francesco Bartoli wrote: > > > However, we are using both modules so how can we handle exceptions > > > properly >

Re: [gdal-dev] Handle geojson bigger than 200MB

2020-02-28 Thread Francesco Bartoli
this time. Thanks, Francesco Il 28 feb 2020, 15:19 +0100, Even Rouault , ha scritto: > On vendredi 28 février 2020 15:10:46 CET Francesco Bartoli wrote: > > Dear devs, > > > > In the pygeoapi project we are experiencing this > > issue https://github.com/geopython/pyg

Re: [gdal-dev] Handle geojson bigger than 200MB

2020-02-28 Thread Francesco Bartoli
Ahh I didn’t know, thanks Even Francesco Il 28 feb 2020, 15:19 +0100, Even Rouault , ha scritto: > On vendredi 28 février 2020 15:10:46 CET Francesco Bartoli wrote: > > Dear devs, > > > > In the pygeoapi project we are experiencing this > > issue https://github.com/ge

[gdal-dev] Handle geojson bigger than 200MB

2020-02-28 Thread Francesco Bartoli
ption ourself. Catching null values is due because GDAL doesn't throw the exception if  OGR_GEOJSON_MAX_OBJ_SIZE has the default value. I'm wondering if this is a bug or an expected behavior. If it is then I will file an issue. Best, Francesco ___ g

Re: [gdal-dev] GDAL 1.10?

2013-03-22 Thread Francesco P. Lovergine
please also consider: http://upstream-tracker.org/versions/gdal.html and specifically http://upstream-tracker.org/compat_reports/gdal/1.9.2_to_1.10.0beta1/abi_compat_report.html That would prospectively useful for ABI/API maitainance at distribution level (soname settings, etc.) -- Fr

Re: [gdal-dev] troubles with OVERRIDE_PROJ_DATUM_WITH_TOWGS84

2012-05-23 Thread Francesco P. Lovergine
n (e.g. by assuming a datum whenever it is not assumed for any official code) could be possibly seen as a license violation (point 2 of the license). At least it seems a bit strange assuming a datum when no datum is specified on purpose as in many codes. Of course IMHO and IANAL. -- Francesco

[gdal-dev] esri hdr format header

2011-11-23 Thread francesco
examples below). From GDAL documentation ESRI files should be written using the first header example. Am I missing some very obvious thing here? -Problem is that some GIS programs do not recognize the header in output from GDAL. Thank you for you time! Cheers, Francesco Pirotti Header in INPUT: ncols

Re: [gdal-dev] Backporting rename-internal-libtiff-symbols to GDAL 1.8.0 ubuntu package ?

2011-10-18 Thread Francesco P. Lovergine
ls > (symbols beginning by GTIF). If they link to both libgdal and (external) > libgeotiff, then the patch should be OK. If they link only to libgdal, then > there's an issue. And even if there's no problem with packaged applications, > there's still the possibility

Re: [gdal-dev] geotiff conflict

2011-04-26 Thread Francesco P. Lovergine
t; So I guess the issue will be closed soon. Very, very good news for > us OrfeoToolbox users. > > Thanks so much for considering this ! > Note that it will sacrify binary compatibility against casual builds. You will need to build against the Debian version of GDAL, not third parties builds.

Re: [gdal-dev] geotiff conflict

2011-04-26 Thread Francesco P. Lovergine
ion even, so I would consider it to solve problems in Debian, not a general (upstream) solution. This is exactly what I'm going to provide in 1.8/experimental for next library transition. -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-09 Thread Francesco P. Lovergine
ely a good news! -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Disable PHP (and Ruby ?) bindings from GDAL configure ?

2010-12-21 Thread Francesco P. Lovergine
they must be still functionnal to a > minimum extent... > With some minor changes, introduced ages ago (trac entries pending), at least on the Debian side. -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http:/

[gdal-dev] Re: GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-08 Thread Francesco P. Lovergine
could drop the cpl_minizip files from GDAL source and use > upstream version instead. The ZIP64 issue isn't terribly important to me so > this would certainly not be a show-stopper for moving to another solution > that would only require using the old minizip interfaces.

Re: [gdal-dev] Problems with TIFF internal symbols

2009-11-19 Thread Francesco P. Lovergine
MUL_4.tif > > It doesn't happen when the link to the geotiff library is removed. > > Emmanuel > Linking order does matter, I suspect. I wonder if gdal should use versioned symbols at linking time on Debian to avoid such breakages at all. -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [Gdal-dev] gdal-1.6.2 compile fail (mpi.h)

2009-10-22 Thread Francesco Paolo Lovergine
ror: mpi.h: No such file or directory That's because you also need to install your MPI implementation development stuff (headers specifically). -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Problems with TIFF internal symbols

2009-09-21 Thread Francesco P. Lovergine
t was detected at linking time. It seems OTB is misusing the original TIFF API or exploting some inner problems of the same library. Note that the geotiff internal gdal library has been used since 1.6.0 in debian, the old one used the same library you are now linking with the defaul

Re: [Gdal-dev] gdal/ogr/proj and NAD83(CSRS)

2009-07-24 Thread Francesco Paolo Lovergine
available NTv2 file from the CSRS database and use it with the +nadgrid parameter, if your application requires high precision fitting. -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal/ogr/proj and NAD83(CSRS)

2009-07-24 Thread Francesco P. Lovergine
rs transformation, anyway. So it would be not a proper approach. See ftp://geod.nrcan.gc.ca/pub/GSD/craymer/pubs/nad83_hydroscan2006.pdf ftp://geod.nrcan.gc.ca/pub/GSD/craymer/pubs/nad83_geomatica2006.pdf for reference. Maybe someone more expert on the proj lis

[gdal-dev] BigTIFF status [Was: Extract BIGTiff libraries from GDAL source package]

2009-07-24 Thread Francesco P. Lovergine
e some sort-of tentative/possible roadmap about an official bigtiff merging in libtiff? It seems a forever pending feature currently... -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Can we copy RPC from NITF file to a newly created NITF file ?

2009-06-16 Thread Francesco Paolo Lovergine
can do I transfer the RPC from original image to the new image? Should > the new image be in NITF as well to accommodate the RPC? -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] HDF5 link problem

2009-05-23 Thread Francesco P. Lovergine
> > first unresolved is but all of the error go away if I take HDF5 out of the > > build. > > -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] SWIG bindings motions

2009-05-23 Thread Francesco Paolo Lovergine
recurrent problems in moving from one distributed swig version to another. We found problems in 1.3.38 and possibly all previously used versions after lenny release, for instance (on the python side). At the same time, sometimes regenerating is required, but that's generally somethin

[gdal-dev] Re: ECW support (Re: [Qgis-user] Raster data formats)

2009-05-22 Thread Francesco P. Lovergine
is not-free, stop. Still required having two different building units. In a few, binary modules for that will be available for the most used platform on debian.gfoss.it for lenny/squeeze/sid. -- Francesco P. Lovergine ___ gdal-dev mailing l

[gdal-dev] Re: ECW support (Re: [Qgis-user] Raster data formats)

2009-05-22 Thread Francesco P. Lovergine
On Fri, May 22, 2009 at 12:59:49PM +0200, Francesco P. Lovergine wrote: > On Fri, May 22, 2009 at 11:54:01AM +0200, Agustin Lobo wrote: > > Apparently, there is no problem for including ECW support > > in gdal binaries ? > > http://n2.nabble.com/Tickets-2385-and-2683-(

Re: [gdal-dev] Tickets 2385 and 2683 (ECW and MrSID plugins)

2009-05-04 Thread Francesco P. Lovergine
lish the counterpart of > this option (like Frank suggested by using a --with-ecw-as-plugin option) in > the default configuration mechanism, but using a completely different > compilation line would be quite undesired. > > Feel free to open up a ticket in this topi

Re: [gdal-dev] Tickets 2385 and 2683 (ECW and MrSID plugins)

2009-05-04 Thread Francesco P. Lovergine
On Sun, May 03, 2009 at 10:41:55PM -0400, Frank Warmerdam wrote: > Francesco Paolo Lovergine wrote: >> On Sat, May 02, 2009 at 11:18:34AM -0400, Frank Warmerdam wrote: >>> I'm going to close these tickets as WONTFIX, though folks are welcome to use >>> the patc

Re: [gdal-dev] Tickets 2385 and 2683 (ECW and MrSID plugins)

2009-05-03 Thread Francesco Paolo Lovergine
ause there was a complex order > issue with GRASS. We needed to build GDAL, then GRASS, then the gdal-grass > plugin. > > Best regards, -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Image segmentation

2009-04-21 Thread Francesco P. Lovergine
to satellite images anyway, so they could be adequate or not for your purposes. -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: Re: [gdal-dev] [SOLVED] GDAL crashing on Ubuntu 8.10

2009-03-19 Thread Francesco P. Lovergine
es, some others not. In this specific case, Debian did not enable the same flags, so it has been unnoticed here. UbuntuGis efforts restarted very recently I would hope more hints would come on that side... -- Francesco P. Lovergine ___ gdal-dev mailin

Re: [gdal-dev] Building under gcc-4.3/libtool-2.2.4 (ubuntu intrepid)

2009-03-06 Thread Francesco Paolo Lovergine
or. I'm not an autotools expert though, so > advice would be appreciated. Building with gcc/g++ 4.1 errors out in the > same way. > http://trac.osgeo.org/gdal/ticket/1994#comment:4 -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Re: Failure to compile 1.6.0 with errors 'libgdal.so: undefined reference to `PMPI::Intracomm::current_op'

2009-02-28 Thread Francesco P. Lovergine
layers. > You should install the serial edition of the hdf5 development stuff before compiling: libhdf5-serial-dev The hdf4 stuff is not relevant. -- Francesco P. Lovergine ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-30 Thread Francesco Paolo Lovergine
h reporting that to Debian/Ubuntu packagers if there's something > they can do to build a compatible HDF4 library by default. > It is already known and reported by me in BTS for Debian. HDF4 in Debian is fixed in experimental but it is too late for Lenn