#31662 closed Bug (fixed)
Add detection for GDAL 3.0 and 3.1 libraries on Windows
| Reported by: | David Smith | Owned by: | David Smith |
|---|---|---|---|
| Component: | GIS | Version: | 3.1 |
| Severity: | Release blocker | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I've been having a go at following the gis install process for windows (it needs to be updated).
However, I ran into an issue. Having installed the 64bit version of current software (python, postgres etc) OSGeo4W installed GDAL 3.0.4, released 2020/01/28 with gdal300.dll. I thought I had installed the wrong version but I saw that #30678 added support for GDAL 3.
I added gdal300 to lib_names in libgdal.py and was then able to run the migration as explained in tutorial from the Django docs.
I was unsure about the *nix if that needed updating also?
Change History (5)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
| Has patch: | set |
|---|---|
| Patch needs improvement: | set |
| Severity: | Normal → Release blocker |
| Summary: | GDAL version 3 does not work → Add detection for GDAL 3.0 and 3.1 libraries on Windows |
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Bug |
| Version: | master → 3.1 |
GDAL 3.1 should be added as well (it was also added referencing #30678).
When adding these in the past, I've made similar additions under the posix section so please do that also unless something knows they aren't needed.
comment:3 by , 5 years ago
| Owner: | changed from to |
|---|---|
| Patch needs improvement: | unset |
| Status: | new → assigned |
PR