[gdal-dev] Creating Feature Classes/Tables with XML_DEFINITION option via FileGDB and OpenFileGDB drivers

2022-08-26 Thread adamgutonski via gdal-dev
Hello, I am having trouble when creating a feature class with subtypes and/or coded domains with the FileGDB or OpenFileGDB drivers, specifically when using the "XML_DEFINITION" or "DOCUMENTATION" layer creation option. I am simply creating a dataset and calling on CreateLayer: lyr = ds.Create

Re: [gdal-dev] JPEG2000 via range request

2022-08-26 Thread Norman Barker
I wrote the original jpipkak driver years ago and it a driver I would suggest for deprecation but I am no longer involved in j2k development to know how much it is being used. You will need a jpip server to use the jpip client. Wavelets are different to cogs and you will get the benefits of progre

Re: [gdal-dev] JPEG2000 via range request

2022-08-26 Thread Kurt Schwehr
It costs, but you could try this: https://gdal.org/drivers/raster/jpipkak.html I have kakadu, but I have never tried the jpip functionality so I can't say how well it works. On Fri, Aug 26, 2022, 5:03 AM Martin wrote: > Hi, > > I want to process JP2 data via vsicurl. Which works so far. > Unfo

[gdal-dev] JPEG2000 via range request

2022-08-26 Thread Martin
Hi, I want to process JP2 data via vsicurl. Which works so far. Unfortunately hundreds of requests are sent, even if only the data of one tile is required. I understand that due to the structure of a JP2 file multiple requests are necessary. But it looks like GDAL is searching every single tile