[gdal-dev] ECW driver crash

2025-03-14 Thread Marián Hadri via gdal-dev
Hallo, I have builded GDAL 3.10.2 version. I downloaded source code, extracted, and then using CMake I created a project file for VS2019. I also downloaded some additional drivers, and with one I have a problem ... ECW. I downloaded latest version from "www.hexagongeospatial.com" and in CMake I

Re: [gdal-dev] ECW Driver

2025-01-18 Thread Andrea Giudiceandrea via gdal-dev
Il 16/01/2025 18:33, Kurt Schwehr via gdal-dev ha scritto: From https://gdal.org/en/stable/drivers/raster/ecw.html "Support is optional and requires linking in the libraries available from the ECW/JP2 SDK Download page." There is a concur

Re: [gdal-dev] ECW Driver

2025-01-16 Thread Norman Barker via gdal-dev
Should note that this is the desktop redistributable not the server redistributable. I don't think (and this was the case in the past for me) that you can use this in a server though INAL. Norman On Thu, Jan 16, 2025 at 11:33 AM Kurt Schwehr via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Fr

Re: [gdal-dev] ECW Driver

2025-01-16 Thread Kurt Schwehr via gdal-dev
>From https://gdal.org/en/stable/drivers/raster/ecw.html "Support is optional and requires linking in the libraries available from the ECW/JP2 SDK Download page." You must build from source and have Hexagon's binary SDK. On Thu, Jan 16, 2025 at 8:06 AM Richard Greenwood via gdal-dev < gdal-dev@l

Re: [gdal-dev] ECW Driver

2025-01-16 Thread Richard Greenwood via gdal-dev
It looks like you have to request the read-only redistributable: https://supportsi.hexagon.com/s/article/ERDAS-ECW-JP2-SDK-Read-Only-Redistributable-Request And I am guessing that you will need to build GDAL from source. Rich On Wed, Jan 15, 2025 at 11:44 PM selim sezer via gdal-dev < gdal-dev@l

[gdal-dev] ECW Driver

2025-01-15 Thread selim sezer via gdal-dev
Hello everyone, I am trying to install the ECW driver in Geoserver which I have installed in Linux server but the instructions say that the driver should be installed in GDAL first. When I tried to find the ECW driver I found your repo in github but I could not find any ECW driver. Is there any li

Re: [gdal-dev] ECW driver as a plugin

2010-02-12 Thread Jason Beverage
Awesome, thanks for the info Even! Jason On Wed, Feb 10, 2010 at 3:27 PM, Even Rouault wrote: > In case it might interest you, the UbuntuGIS team packages a GDAL ECW plugin : > > https://launchpad.net/~ubuntugis/+archive/ppa/ > > Le Wednesday 10 February 2010 19:28:08 Jason Beverage, vous avez é

Re: [gdal-dev] ECW driver as a plugin

2010-02-10 Thread Even Rouault
In case it might interest you, the UbuntuGIS team packages a GDAL ECW plugin : https://launchpad.net/~ubuntugis/+archive/ppa/ Le Wednesday 10 February 2010 19:28:08 Jason Beverage, vous avez écrit : > Hi Frank, > > By "official" version of the plugin I meant the definitive source. I > would have

Re: [gdal-dev] ECW driver as a plugin

2010-02-10 Thread Frank Warmerdam
Jason Beverage wrote: Hi Frank, By "official" version of the plugin I meant the definitive source. I would have expected to find the ECW plugin as part of GDAL itself, or downloadable from the GDAL website rather than going through GRASS to get the GDAL ECW plugin. Just wanted to make sure I w

Re: [gdal-dev] ECW driver as a plugin

2010-02-10 Thread Jason Beverage
Hi Frank, By "official" version of the plugin I meant the definitive source. I would have expected to find the ECW plugin as part of GDAL itself, or downloadable from the GDAL website rather than going through GRASS to get the GDAL ECW plugin. Just wanted to make sure I was getting the plugin fr

Re: [gdal-dev] ECW driver as a plugin

2010-02-10 Thread Frank Warmerdam
Jason Beverage wrote: Hi all, I'm exploring different methods of deploying GDAL with ECW support and saw various posts about building ECW support as a plugin vs including it within the build. I found the GDAL ECW plugin and instructions here (http://home.prea.net/node/79) but the source is from

[gdal-dev] ECW driver as a plugin

2010-02-10 Thread Jason Beverage
Hi all, I'm exploring different methods of deploying GDAL with ECW support and saw various posts about building ECW support as a plugin vs including it within the build. I found the GDAL ECW plugin and instructions here (http://home.prea.net/node/79) but the source is from the GRASS project. I t