[GRASS-dev] [GRASS GIS] #3145: v.unpack: too sensitive to difference of names in projections
GRASS GIS
trac at osgeo.org
Thu Sep 8 01:55:47 PDT 2016
#3145: v.unpack: too sensitive to difference of names in projections
---------------------------------+-------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.2.1
Component: Vector | Version: svn-trunk
Keywords: v.unpack projection | CPU: Unspecified
Platform: Unspecified |
---------------------------------+-------------------------
Trying to use v.unpack I got the following error:
{{{
ATTENTION: Difference between PROJ_INFO file of packed map and of current
location:
- name: Belge 1972 / Belgian Lambert 72
+ name: Lambert Conformal Conic
+ proj: lcc
datum: bel72
ellps: international
- proj: lcc
lat_1: 51.16666723333333
lat_2: 49.8333339
lat_0: 90
lon_0: 4.367486666666666
x_0: 150000.013
y_0: 5400088.438
no_defs: defined
}}}
AFAIU, the difference in position of "proj: lcc" is not the problem, it is
only the difference in projection names. Maybe v.unpack could/should
ignore a difference of names if all the other parameters are the same ?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3145>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list