Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#27509 closed Cleanup/optimization (fixed)

Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation.

Reported by: Luke Murphy Owned by: Luke Murphy
Component: Documentation Version: 1.10
Severity: Normal Keywords: geospatial, geodjango
Cc: Claude Paroz Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

In the first section, it reads:

On Debian/Ubuntu, you are advised to install ...

$ sudo apt-get install binutils libproj-dev gdal-bin

Optional packages to consider:
    ...
    gdal-bin: for GDAL command line programs like ogr2ogr
    ...

gdal-bin is advised and optional? Should it be remove from the Optional packages to consider section?

I'd submit a patch if this is a mix up, otherwise, feel free to close.

Change History (6)

comment:1 by Tim Graham, 7 years ago

Cc: Claude Paroz added
Easy pickings: unset
Triage Stage: UnreviewedAccepted

The text was introduced in 3084b1cfd6110e2ef57f1a67f8b7dbda309e2e13, though the contraction preceded that commit. What do you suggest, Claude?

comment:2 by Claude Paroz, 7 years ago

Technically speaking, only the libgdal* library is required. Unfortunately, the exact package name changes in almost all distro versions (libgdal1-1.7.0, libgdal1h, libgdal1i, libgdal20…). We might simply remove the gdal-bin recommendation in the optional list.

comment:3 by Luke Murphy, 7 years ago

Easy pickings: set
Owner: changed from nobody to Luke Murphy
Status: newassigned

comment:5 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In c238da8:

Fixed #27509 -- Removed redundant gdal-bin dependency listing.

comment:6 by Tim Graham <timograham@…>, 7 years ago

In e0292229:

[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.

Backport of c238da894216458bb548b039a754844d44f3cd80 from master

Note: See TracTickets for help on using tickets.
Back to Top