-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update information about ECW support in FAQ #522
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Co-authored-by: Matthias Kuhn <[email protected]>
Co-authored-by: Matthias Kuhn <[email protected]>
content/resources/support/faq.md
Outdated
|
||
If you are using macOS, you can find the ECW plugin and install instructions at | ||
https://www.kyngchaos.com/software/frameworks | ||
***Windows***: If you are under Windows and are using the OSGeo4w installer, it is included. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, it's not so simple. We have 2 OSGeo4W installers:
-
an OSGeo4W stand-alone all-in-one .msi installer:
the ECW driver is installed by default -
an OSGeo4W "Network installer":
the installation of the ECW driver depends on what option is selected:- "Express Install" mode: the ECW driver is installed by default
- "Advanced Install" mode: the ECW driver is installed by default if the
qgis-full
package or theqgis-ltr-full
package is installed or if thegdal-ecw
package is manually installed.
https://qgis.org/resources/installation-guide/#osgeo4w-installer
So, probably we can only refer to the "OSGeo4W stand-alone all-in-one .msi installer". Ping @jef-n.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proposal:
"In OSGeo4W the driver is in the gdal-ecw
package which is included in the standalone installer."
I wonder if "the standalone installer" is de adequate term.
It doesn't have any title over here (which in turn makes me wonder if we could make this page simpler, see also #374):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions and language fixes from me: Change:This page provides binary packages (installers). ToThis page provides binary packages (installers) for QGIS. And for the FAQ I propose that we change from: Can I open ECW files with QGIS? To:ECW is a proprietary file format - please consult their Licensing Page to understand how you may use it. Also, please consult the GDAL documentation for notes on how to enable licensed features if you have a paid version of ECW. ECW support is not included in all QGIS binary versions and for all platforms by default. Platform specific notes: Windows: If you are using Windows and have downloaded the 'offline installers' (provided by the download buttons labelled 'Long Term Version for Windows' and 'Latest Version for Windows'), ECW read support is included by default. If you are using the 'OSGeo4W Network Installer', you need to explicitly enable the 'gdal-ecw' package in order to ensure that ECW support is included in your installation. macOS: If you are using macOS, you can download the DMG file from QGIS Downloads. This includes ECW support by default. Linux: By default, the QGIS binaries for most Linux distributions do not include default ECW support. However, you can find discussions and solutions for adding this support in various resources for guidance. For Ubuntu, for example, you can check out the following resources: |
Thanks @timlinux I like that. I have left a few more ideas on #374 (comment) |
Thanks @m-kuhn I replied on the other thread too. Agreed, we could drop that sentence. |
Actually, even if you install QGIS by the "OSGeo4W Network Installer", the ECW driver is automatically installed by default e.g. when the "Express Install" mode is used (in such mode, moreover, it's not possible to explicitly enable any package), as detailed in my previous comment #522 (comment) |
I'd say this is a non-issue on Windows and Mac (at least with QGIS-Mac-Packager - not sure about vcpkg) come with ecw support by default (with OSGeo4W you have the option not to install proprietary extensions like ecw, oracle, (esri) filegdb etc. - but by default (ie. using the express target) you get them). It is a problem on Linux - because there you usually have a system GDAL without ECW support and need to rebuilt it yourself. |
Updated text taking into account @agiudiceandrea's comments: Some suggestions and language fixes from me: Change:This page provides binary packages (installers). ToThis page provides binary packages (installers) for QGIS. And for the FAQ I propose that we change from: Can I open ECW files with QGIS? To:ECW is a proprietary file format - please consult their Licensing Page to understand how you may use it. Also, please consult the GDAL documentation for notes on how to enable licensed features if you have a paid version of ECW. ECW support is not included in all QGIS binary versions and for all platforms by default. Platform specific notes: Windows: If you are using Windows and have downloaded the 'offline installers' (provided by the download buttons labelled 'Long Term Version for Windows' and 'Latest Version for Windows'), ECW read support is included by default. If you are using the 'OSGeo4W Network Installer', ECW support is installed by default if you use the express install workflow. If manually selecting components, you need to explicitly enable the 'gdal-ecw' package in order to ensure that ECW support is included in your installation. macOS: If you are using macOS, you can download the DMG file from QGIS Downloads. This includes ECW support by default. Linux: By default, the QGIS binaries for most Linux distributions do not include default ECW support. However, you can find discussions and solutions for adding this support in various resources for guidance. For Ubuntu, for example, you can check out the following resources: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks @Xpirix
Proposed fix for #514
Updated: