#1219: Integrate the IGNF register and the shift grid RGF93/NTF in grass
-------------------------+--------------------------------------------------
Reporter: lemaitret | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: unspecified
Keywords: IGNF | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
The IGNF registry and the shift grid are well integrated in proj, but not
in grass.
The IGNF registry is a document such as the EPSG specifications : it
describes many projection parameters and give them an ID. The EPSG ID can
be used in GRASS to create a location, but not the IGNF ID.
On a Linux system the IGNF and the EPSG are in the folder:
/usr/share/proj/ and they seem to be both well used by proj. GRASS manage
to use the EPSG file, but not the IGNF.
'''It should be good to have the possibility to select and use the IGNF
registry to define a location. It's currently not possible to well parse
the IGNF registry with the location wizard.'''
A subproblem : the IGNF registry mentions the shift grid ntf_r93.gsb. To
be used, this grid should be in the etc/nad/ folder of GRASS (on Linux and
grass 6.4 : /usr/lib/grass64/etc/nad/).
'''It should be good to have a copy of the ntf_r93.gsb shift grid in the
etc/nad/ folder of grass to use it.'''
#1219: Integrate the IGNF register and the shift grid RGF93-NTF in grass
------------------------------------------------+---------------------------
Reporter: lemaitret | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.4
Component: Projections/Datums | Version: svn-releasebranch64
Keywords: IGNF register shift grid NTF RGF93 | Platform: All
Cpu: All |
------------------------------------------------+---------------------------
Comment(by vincent):
Replying to [comment:4 neteler]:
> I don't know how to solved this issue. Just add more files to GRASS?
We evoked this issue here for the last time : http://lists.osgeo.org/pipermail/grass-user/2013-August/068804.html
You mentioned a possible new mechanism for grass to use these files
(registers and grids) directly from proj directories (/usr/share/proj)
instead of copies.
In the case of french projections, proj4 integrated IGNF and ntf_r93.gsb
since version 4.6 or so.