Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#32353 closed New feature (fixed)

Add support for PROJ 7.X.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: GIS Version: 3.1
Severity: Normal Keywords:
Cc: Claude Paroz, Jani Tiainen Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See release notes.

#32352 reported some issues with PROJ 7+.

Change History (10)

comment:1 by David Smith, 3 years ago

Proj 8 has also been released see release notes. Mariusz should this be a separate ticket or can this one cover adding support for both versions 7 and 8?

comment:2 by Mariusz Felisiak, 3 years ago

This is a separate series so I would prefer a separate ticket (which depends on this one).

comment:3 by Mariusz Felisiak, 3 years ago

Owner: changed from nobody to Mariusz Felisiak
Status: newassigned

comment:4 by Mariusz Felisiak, 3 years ago

Everything works with PROJ 7.2.1 (GDAL 3.0.4 and GEOS 3.8.0), so I'm going to prepare the docs update. #32352 is not really an issue in Django itself.

Jani, does it work for you?

in reply to:  4 comment:5 by Mariusz Felisiak, 3 years ago

Jani, does it work for you?

Confirmed on IRC:

[09:28] <jtiai> felixx: Hi. If tests do pass with proj4 versions it's good then.
[09:31] <felixx> jtiai: yes all tests work with PROJ 7
[09:32] <felixx> and GEOS 3.8 and GDAL 3
[10:18] <jtiai> Then it must be ok.

comment:6 by Mariusz Felisiak, 3 years ago

Has patch: set

comment:7 by GitHub <noreply@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 065832ea:

Fixed #32353 -- Confirmed support for PROJ 7.X.

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In 4aba7090:

[3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.

Backport of 065832eaec167a45008aa125887ce1215a1f257d from main

comment:9 by GitHub <noreply@…>, 3 years ago

In 2cd40263:

Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.

Different PROJ versions use different transformations, all are correct
as having a 1 meter accuracy.

These are differences in PROJ versions that cannot and should not be
handled in Django itself.

Thanks Jani Tiainen and David Smith for reports.

See: https://github.com/OSGeo/gdal/issues/3377

comment:10 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In e2e37159:

[3.2.x] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.

Different PROJ versions use different transformations, all are correct
as having a 1 meter accuracy.

These are differences in PROJ versions that cannot and should not be
handled in Django itself.

Thanks Jani Tiainen and David Smith for reports.

See: https://github.com/OSGeo/gdal/issues/3377
Backport of 2cd40263348a9c345a58c44d48922ac3b370a119 from main

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