community/proj: upgrade to 7.2.0
The PROJ download page says:
The proj-datumgrid packages have been deprecated with PROJ 7.0.0. The proj-data package should be used with PROJ 7.0.0 and newer.
So I removed the proj-datumgrid
subpackage and created a new package proj-data
. Unfortunately proj-data
is huge (516 M). I did not define proj-data
as a dependency of proj
as this package is only useful if you want to have all projection resources installed (e.g. on an offline system).
As an alternative to the proj-data
package, you have two options:
- you can download the needed ressources with
projsync
with you can find in theproj-utils
package - PROJ can download needed ressources when defining the
PROJ_NETWORK
environment variable toON
or enabling / uncommenting thenetwork = on
line ofproj.ini