@cpp.js/package-proj 1.0.0-beta.23 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/README.md +1 -1
- package/dist/prebuilt/Android-x86_64/include/geodesic.h +837 -0
- package/dist/prebuilt/Android-x86_64/include/proj/common.hpp +489 -0
- package/dist/prebuilt/Android-x86_64/include/proj/coordinateoperation.hpp +2147 -0
- package/dist/prebuilt/Android-x86_64/include/proj/coordinates.hpp +115 -0
- package/dist/prebuilt/Android-x86_64/include/proj/coordinatesystem.hpp +892 -0
- package/dist/prebuilt/Android-x86_64/include/proj/crs.hpp +1595 -0
- package/dist/prebuilt/Android-x86_64/include/proj/datum.hpp +860 -0
- package/dist/prebuilt/Android-x86_64/include/proj/io.hpp +1397 -0
- package/dist/prebuilt/Android-x86_64/include/proj/metadata.hpp +470 -0
- package/dist/prebuilt/Android-x86_64/include/proj/nn.hpp +385 -0
- package/dist/prebuilt/Android-x86_64/include/proj/util.hpp +781 -0
- package/dist/prebuilt/Android-x86_64/include/proj.h +2231 -0
- package/dist/prebuilt/Android-x86_64/include/proj_constants.h +879 -0
- package/dist/prebuilt/Android-x86_64/include/proj_experimental.h +52 -0
- package/dist/prebuilt/Android-x86_64/include/proj_symbol_rename.h +434 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-config-version.cmake +52 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-config.cmake +79 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-targets-release.cmake +19 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-targets.cmake +106 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj4-targets-release.cmake +19 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj4-targets.cmake +106 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj-targets-release.cmake +19 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj-targets.cmake +106 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-config-version.cmake +52 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-config.cmake +79 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-targets-release.cmake +19 -0
- package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-targets.cmake +106 -0
- package/dist/prebuilt/Android-x86_64/lib/libproj.so +0 -0
- package/dist/prebuilt/Android-x86_64/lib/pkgconfig/proj.pc +14 -0
- package/dist/prebuilt/Android-x86_64/share/doc/proj/AUTHORS.md +33 -0
- package/dist/prebuilt/Android-x86_64/share/doc/proj/COPYING +34 -0
- package/dist/prebuilt/Android-x86_64/share/doc/proj/NEWS.md +3084 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/cct.1 +370 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/cs2cs.1 +537 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/geod.1 +263 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/gie.1 +524 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/proj.1 +326 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/projinfo.1 +856 -0
- package/dist/prebuilt/Android-x86_64/share/man/man1/projsync.1 +227 -0
- package/dist/prebuilt/Android-x86_64/share/proj/CH +22 -0
- package/dist/prebuilt/Android-x86_64/share/proj/GL27 +23 -0
- package/dist/prebuilt/Android-x86_64/share/proj/ITRF2000 +24 -0
- package/dist/prebuilt/Android-x86_64/share/proj/ITRF2008 +94 -0
- package/dist/prebuilt/Android-x86_64/share/proj/ITRF2014 +55 -0
- package/dist/prebuilt/Android-x86_64/share/proj/ITRF2020 +91 -0
- package/dist/prebuilt/Android-x86_64/share/proj/deformation_model.schema.json +582 -0
- package/dist/prebuilt/Android-x86_64/share/proj/nad.lst +142 -0
- package/dist/prebuilt/Android-x86_64/share/proj/nad27 +810 -0
- package/dist/prebuilt/Android-x86_64/share/proj/nad83 +745 -0
- package/dist/prebuilt/Android-x86_64/share/proj/other.extra +53 -0
- package/dist/prebuilt/Android-x86_64/share/proj/proj.db +0 -0
- package/dist/prebuilt/Android-x86_64/share/proj/proj.ini +51 -0
- package/dist/prebuilt/Android-x86_64/share/proj/projjson.schema.json +1174 -0
- package/dist/prebuilt/Android-x86_64/share/proj/triangulation.schema.json +214 -0
- package/dist/prebuilt/Android-x86_64/share/proj/world +214 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libproj.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libproj.a +0 -0
- package/package.json +4 -4
- package/proj.xcframework/ios-arm64_arm64e/libproj.a +0 -0
- package/proj.xcframework/ios-arm64_arm64e_x86_64-simulator/libproj.a +0 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
.\" Man page generated from reStructuredText.
|
|
2
|
+
.
|
|
3
|
+
.
|
|
4
|
+
.nr rst2man-indent-level 0
|
|
5
|
+
.
|
|
6
|
+
.de1 rstReportMargin
|
|
7
|
+
\\$1 \\n[an-margin]
|
|
8
|
+
level \\n[rst2man-indent-level]
|
|
9
|
+
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
10
|
+
-
|
|
11
|
+
\\n[rst2man-indent0]
|
|
12
|
+
\\n[rst2man-indent1]
|
|
13
|
+
\\n[rst2man-indent2]
|
|
14
|
+
..
|
|
15
|
+
.de1 INDENT
|
|
16
|
+
.\" .rstReportMargin pre:
|
|
17
|
+
. RS \\$1
|
|
18
|
+
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
19
|
+
. nr rst2man-indent-level +1
|
|
20
|
+
.\" .rstReportMargin post:
|
|
21
|
+
..
|
|
22
|
+
.de UNINDENT
|
|
23
|
+
. RE
|
|
24
|
+
.\" indent \\n[an-margin]
|
|
25
|
+
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
26
|
+
.nr rst2man-indent-level -1
|
|
27
|
+
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
28
|
+
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
29
|
+
..
|
|
30
|
+
.TH "PROJSYNC" "1" "01 Dec 2024" "9.5" "PROJ"
|
|
31
|
+
.SH NAME
|
|
32
|
+
projsync \- Downloading tool of resource files
|
|
33
|
+
.SH SYNOPSIS
|
|
34
|
+
.INDENT 0.0
|
|
35
|
+
.INDENT 3.5
|
|
36
|
+
.nf
|
|
37
|
+
\fBprojsync\fP
|
|
38
|
+
.in +2
|
|
39
|
+
[\-\-endpoint URL]
|
|
40
|
+
[\-\-local\-geojson\-file FILENAME]
|
|
41
|
+
([\-\-user\-writable\-directory] | [\-\-system\-directory] | [\-\-target\-dir DIRNAME])
|
|
42
|
+
[\-\-bbox west_long,south_lat,east_long,north_lat]
|
|
43
|
+
[\-\-spatial\-test contains|intersects]
|
|
44
|
+
[\-\-source\-id ID] [\-\-area\-of\-use NAME]
|
|
45
|
+
[\-\-file NAME]
|
|
46
|
+
[\-\-all] [\-\-exclude\-world\-coverage]
|
|
47
|
+
[\-\-quiet | \-\-verbose] [\-\-dry\-run] [\-\-list\-files]
|
|
48
|
+
[\-\-no\-version\-filtering]
|
|
49
|
+
.in -2
|
|
50
|
+
.fi
|
|
51
|
+
.sp
|
|
52
|
+
.UNINDENT
|
|
53
|
+
.UNINDENT
|
|
54
|
+
.SH DESCRIPTION
|
|
55
|
+
.sp
|
|
56
|
+
\fI\%projsync\fP is a program that downloads remote resource files
|
|
57
|
+
into a local directory. This is an alternative to downloading a proj\-data\-X.Y.Z
|
|
58
|
+
archive file, or using the on\-demand \fI\%networking capabilities\fP of PROJ.
|
|
59
|
+
.sp
|
|
60
|
+
The following control parameters can appear in any order:
|
|
61
|
+
.INDENT 0.0
|
|
62
|
+
.TP
|
|
63
|
+
.B \-\-endpoint URL
|
|
64
|
+
Defines the URL where to download the master \fBfiles.geojson\fP file and then
|
|
65
|
+
the resource files. Defaults to the value set in \fI\%proj.ini\fP
|
|
66
|
+
.UNINDENT
|
|
67
|
+
.INDENT 0.0
|
|
68
|
+
.TP
|
|
69
|
+
.B \-\-local\-geojson\-file FILENAME
|
|
70
|
+
Defines the filename for the master GeoJSON files that references resources.
|
|
71
|
+
Defaults to \fB${endpoint}/files.geojson\fP
|
|
72
|
+
.UNINDENT
|
|
73
|
+
.INDENT 0.0
|
|
74
|
+
.TP
|
|
75
|
+
.B \-\-user\-writable\-directory
|
|
76
|
+
Specifies that resource files must be downloaded in the
|
|
77
|
+
\fI\%user writable directory\fP\&. This is the default.
|
|
78
|
+
.UNINDENT
|
|
79
|
+
.INDENT 0.0
|
|
80
|
+
.TP
|
|
81
|
+
.B \-\-system\-directory
|
|
82
|
+
Specifies that resource files must be downloaded in the
|
|
83
|
+
${installation_prefix}/share/proj directory. The user launching projsync
|
|
84
|
+
should make sure it has writing rights in that directory.
|
|
85
|
+
.UNINDENT
|
|
86
|
+
.INDENT 0.0
|
|
87
|
+
.TP
|
|
88
|
+
.B \-\-target\-dir DIRNAME
|
|
89
|
+
Directory into which resource files must be downloaded.
|
|
90
|
+
.UNINDENT
|
|
91
|
+
.INDENT 0.0
|
|
92
|
+
.TP
|
|
93
|
+
.B \-\-bbox west_long,south_lat,east_long,north_lat
|
|
94
|
+
Specify an area of interest to restrict the resources to download.
|
|
95
|
+
The area of interest is specified as a
|
|
96
|
+
bounding box with geographic coordinates, expressed in degrees in a
|
|
97
|
+
unspecified geographic CRS.
|
|
98
|
+
\fIwest_long\fP and \fIeast_long\fP should be in the [\-180,180] range, and
|
|
99
|
+
\fIsouth_lat\fP and \fInorth_lat\fP in the [\-90,90]. \fIwest_long\fP is generally lower than
|
|
100
|
+
\fIeast_long\fP, except in the case where the area of interest crosses the antimeridian.
|
|
101
|
+
.UNINDENT
|
|
102
|
+
.INDENT 0.0
|
|
103
|
+
.TP
|
|
104
|
+
.B \-\-spatial\-test contains|intersects
|
|
105
|
+
Specify how the extent of the resource files
|
|
106
|
+
are compared to the area of use specified explicitly with \fI\%\-\-bbox\fP\&.
|
|
107
|
+
By default, any resource files whose extent intersects the value specified
|
|
108
|
+
by \fI\%\-\-bbox\fP will be selected.
|
|
109
|
+
If using the \fBcontains\fP strategy, only resource files whose extent is
|
|
110
|
+
contained in the value specified by \fI\%\-\-bbox\fP will be selected.
|
|
111
|
+
.UNINDENT
|
|
112
|
+
.INDENT 0.0
|
|
113
|
+
.TP
|
|
114
|
+
.B \-\-source\-id ID
|
|
115
|
+
Restrict resource files to be downloaded to those whose source_id property
|
|
116
|
+
contains the ID value. Specifying \fB?\fP as ID will list all possible values.
|
|
117
|
+
.UNINDENT
|
|
118
|
+
.INDENT 0.0
|
|
119
|
+
.TP
|
|
120
|
+
.B \-\-area\-of\-use NAME
|
|
121
|
+
Restrict resource files to be downloaded to those whose area_of_use property
|
|
122
|
+
contains the NAME value. Specifying \fB?\fP as NAME will list all possible values.
|
|
123
|
+
.UNINDENT
|
|
124
|
+
.INDENT 0.0
|
|
125
|
+
.TP
|
|
126
|
+
.B \-\-file NAME
|
|
127
|
+
Restrict resource files to be downloaded to those whose name property
|
|
128
|
+
contains the NAME value. Specifying \fB?\fP as NAME will list all possible values.
|
|
129
|
+
.UNINDENT
|
|
130
|
+
.INDENT 0.0
|
|
131
|
+
.TP
|
|
132
|
+
.B \-\-all
|
|
133
|
+
Ask to download all files.
|
|
134
|
+
.UNINDENT
|
|
135
|
+
.INDENT 0.0
|
|
136
|
+
.TP
|
|
137
|
+
.B \-\-exclude\-world\-coverage
|
|
138
|
+
Exclude files which have world coverage.
|
|
139
|
+
.UNINDENT
|
|
140
|
+
.INDENT 0.0
|
|
141
|
+
.TP
|
|
142
|
+
.B \-q / \-\-quiet
|
|
143
|
+
Quiet mode
|
|
144
|
+
.UNINDENT
|
|
145
|
+
.INDENT 0.0
|
|
146
|
+
.TP
|
|
147
|
+
.B \-\-verbose
|
|
148
|
+
New in version 8.1.
|
|
149
|
+
|
|
150
|
+
.sp
|
|
151
|
+
Verbose mode (more than default)
|
|
152
|
+
.UNINDENT
|
|
153
|
+
.INDENT 0.0
|
|
154
|
+
.TP
|
|
155
|
+
.B \-\-dry\-run
|
|
156
|
+
Simulate the behavior of the tool without downloading resource files.
|
|
157
|
+
.UNINDENT
|
|
158
|
+
.INDENT 0.0
|
|
159
|
+
.TP
|
|
160
|
+
.B \-\-list\-files
|
|
161
|
+
List file names, with the source_id and area_of_use properties.
|
|
162
|
+
.UNINDENT
|
|
163
|
+
.INDENT 0.0
|
|
164
|
+
.TP
|
|
165
|
+
.B \-\-no\-version\-filtering
|
|
166
|
+
New in version 8.1.
|
|
167
|
+
|
|
168
|
+
.sp
|
|
169
|
+
By default, projsync only downloads files that are compatible of
|
|
170
|
+
the PROJ_DATA.VERSION metadata of \fBproj.db\fP, taking into account the
|
|
171
|
+
\fBversion_added\fP and \fBversion_removed\fP properties of entries in \fBfiles.geojson\fP\&.
|
|
172
|
+
When specifying this switch, all files referenced in \fBfiles.geojson\fP
|
|
173
|
+
will be candidate (combined with other filters).
|
|
174
|
+
.UNINDENT
|
|
175
|
+
.sp
|
|
176
|
+
At least one of \fI\%\-\-list\-files\fP, \fI\%\-\-file\fP, \fI\%\-\-source\-id\fP,
|
|
177
|
+
\fI\%\-\-area\-of\-use\fP, \fI\%\-\-bbox\fP or \fI\%\-\-all\fP must be specified.
|
|
178
|
+
.sp
|
|
179
|
+
Options \fI\%\-\-file\fP, \fI\%\-\-source\-id\fP, \fI\%\-\-area\-of\-use\fP and
|
|
180
|
+
\fI\%\-\-bbox\fP are combined with a AND logic.
|
|
181
|
+
.SH EXAMPLES
|
|
182
|
+
.INDENT 0.0
|
|
183
|
+
.IP 1. 3
|
|
184
|
+
Download all resource files
|
|
185
|
+
.UNINDENT
|
|
186
|
+
.INDENT 0.0
|
|
187
|
+
.INDENT 3.5
|
|
188
|
+
.sp
|
|
189
|
+
.nf
|
|
190
|
+
.ft C
|
|
191
|
+
projsync \-\-all
|
|
192
|
+
.ft P
|
|
193
|
+
.fi
|
|
194
|
+
.UNINDENT
|
|
195
|
+
.UNINDENT
|
|
196
|
+
.INDENT 0.0
|
|
197
|
+
.IP 2. 3
|
|
198
|
+
Download resource files covering specified point and attributed to an agency
|
|
199
|
+
.UNINDENT
|
|
200
|
+
.INDENT 0.0
|
|
201
|
+
.INDENT 3.5
|
|
202
|
+
.sp
|
|
203
|
+
.nf
|
|
204
|
+
.ft C
|
|
205
|
+
projsync \-\-source\-id fr_ign \-\-bbox 2,49,2,49
|
|
206
|
+
.ft P
|
|
207
|
+
.fi
|
|
208
|
+
.UNINDENT
|
|
209
|
+
.UNINDENT
|
|
210
|
+
.SH SEE ALSO
|
|
211
|
+
.sp
|
|
212
|
+
\fBcs2cs(1)\fP, \fBcct(1)\fP, \fBgeod(1)\fP, \fBgie(1)\fP, \fBproj(1)\fP, \fBprojinfo(1)\fP
|
|
213
|
+
.SH BUGS
|
|
214
|
+
.sp
|
|
215
|
+
A list of known bugs can be found at \fI\%https://github.com/OSGeo/PROJ/issues\fP
|
|
216
|
+
where new bug reports can be submitted to.
|
|
217
|
+
Bugs specific to resource files should be submitted to
|
|
218
|
+
\fI\%https://github.com/OSGeo/PROJ\-data/issues\fP
|
|
219
|
+
.SH HOME PAGE
|
|
220
|
+
.sp
|
|
221
|
+
\fI\%https://proj.org/\fP
|
|
222
|
+
.SH AUTHOR
|
|
223
|
+
Even Rouault
|
|
224
|
+
.SH COPYRIGHT
|
|
225
|
+
1983-2024, PROJ contributors
|
|
226
|
+
.\" Generated by docutils manpage writer.
|
|
227
|
+
.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# This init file provides definitions for CH1903 and CH1903/LV03
|
|
2
|
+
# projections using the distortion grids developed by Swisstopo.
|
|
3
|
+
# See: https://shop.swisstopo.admin.ch/en/products/geo_software/GIS_info
|
|
4
|
+
#
|
|
5
|
+
# You'll need to download the grids separately and put in a directory
|
|
6
|
+
# scanned by libproj.
|
|
7
|
+
#
|
|
8
|
+
# Note that an independent effort was made to derive an usable grid
|
|
9
|
+
# from the CH1903->CH1903+ grid initially available from the Swisstopo
|
|
10
|
+
# website. You can read about this other effort here:
|
|
11
|
+
# http://lists.maptools.org/pipermail/proj/2012-February/006093.html
|
|
12
|
+
# It may be of interest because the latter was by some reported as being
|
|
13
|
+
# more accurate than the former:
|
|
14
|
+
# http://lists.maptools.org/pipermail/proj/2012-February/006119.html
|
|
15
|
+
#
|
|
16
|
+
# This init file uses the official one
|
|
17
|
+
#
|
|
18
|
+
<metadata> +origin=Swisstopo +lastupdate=2012-02-27
|
|
19
|
+
# CH1903/LV03
|
|
20
|
+
<1903_LV03> +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +units=m +nadgrids=CHENyx06_ETRS.gsb +no_defs
|
|
21
|
+
# CH1903
|
|
22
|
+
<1903> +proj=longlat +ellps=bessel +nadgrids=CHENyx06_ETRS.gsb +no_defs <>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# SCCSID @(#)GL27 1.1 93/08/25 GIE REL
|
|
2
|
+
# Great Lakes Grids
|
|
3
|
+
<metadata> +lastupdate=1993-08-25
|
|
4
|
+
<erie-etal> # Lake Erie, Ontario and St. Lawrence River.
|
|
5
|
+
proj=omerc ellps=clrk66 k_0=0.9999
|
|
6
|
+
lonc=78d00'W lat_0=44d00'N alpha=55d40'
|
|
7
|
+
x_0=-3950000 y_0=-3430000
|
|
8
|
+
no_defs <>
|
|
9
|
+
<huron> # Lake Huron
|
|
10
|
+
proj=omerc ellps=clrk66 k_0=0.9999
|
|
11
|
+
lonc=82d00'W lat_0=43d00'N alpha=350d37'
|
|
12
|
+
x_0=1200000 y_0=-3500000
|
|
13
|
+
no_defs <>
|
|
14
|
+
<michigan> # Lake Michigan
|
|
15
|
+
proj=omerc ellps=clrk66 k_0=0.9999
|
|
16
|
+
lonc=87d00'W lat_0=44d00'N alpha=15d00'
|
|
17
|
+
x_0=-1000000 y_0=-4300000
|
|
18
|
+
no_defs <>
|
|
19
|
+
<superior> # Lake Superior, Lake of the Woods
|
|
20
|
+
proj=omerc ellps=clrk66 k_0=0.9999
|
|
21
|
+
lonc=88d50'0.256"W lat_0=47d12'21.554"N alpha=285d41'42.593"
|
|
22
|
+
x_0=9000000 y_0=-1600000
|
|
23
|
+
no_defs <>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# ITRF2000 params are in cm/year, PJ_helmert uses m/year
|
|
2
|
+
<metadata> +version=1.0.0 +origin=ftp://itrf.ensg.ign.fr/pub/itrf/ITRF.TP +lastupdate=2017-07-25
|
|
3
|
+
|
|
4
|
+
# ITRF2000 -> ITRF2005 is only defined the opposite way, so we flip the sign on all
|
|
5
|
+
# parameters to get the opposite transformation. Parameters from http://itrf.ign.fr/ITRF_solutions/2005/tp_05-00.php
|
|
6
|
+
<ITRF2005> +proj=helmert +x=-0.0001 +y=0.0008 +z=0.0058 +s=-0.0004 +dx=0.0002 +dy=-0.0001 +dz=0.0018 +ds=-0.00008 +t_epoch=2000.0 +convention=position_vector
|
|
7
|
+
|
|
8
|
+
<ITRF97> +proj=helmert +x=0.0067 +y=0.0061 +z=-0.0185 +s=0.00155 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1997.0 +convention=position_vector
|
|
9
|
+
|
|
10
|
+
<ITRF96> +proj=helmert +x=0.0067 +y=0.0061 +z=-0.0185 +s=0.00155 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1997.0 +convention=position_vector
|
|
11
|
+
|
|
12
|
+
<ITRF94> +proj=helmert +x=0.0067 +y=0.0061 +z=-0.0185 +s=0.00155 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1997.0 +convention=position_vector
|
|
13
|
+
|
|
14
|
+
<ITRF93> +proj=helmert +x=0.0127 +y=0.0065 +z=-0.0209 +s=0.00195 +rx=-0.00039 +ry=0.00080 +rz=-0.00114 +dx=-0.0029 +dy=-0.0002 +dz=-0.0006 +ds=0.00001 +drx=-0.00011 +dry=-0.00019 +drz=0.00007 +t_epoch=1988.0 +convention=position_vector
|
|
15
|
+
|
|
16
|
+
<ITRF92> +proj=helmert +x=0.0147 +y=0.0135 +z=-0.0139 +s=0.00075 +rz=-0.00018 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1988.0 +convention=position_vector
|
|
17
|
+
|
|
18
|
+
<ITRF91> +proj=helmert +x=0.0267 +y=0.0275 +z=-0.0199 +s=0.00215 +rz=-0.00018 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1988.0 +convention=position_vector
|
|
19
|
+
|
|
20
|
+
<ITRF90> +proj=helmert +x=0.0247 +y=0.0235 +z=-0.0359 +s=0.00245 +rz=-0.00018 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1988.0 +convention=position_vector
|
|
21
|
+
|
|
22
|
+
<ITRF89> +proj=helmert +x=0.0297 +y=0.0475 +z=-0.0739 +s=0.00585 +rz=-0.00018 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1988.0 +convention=position_vector
|
|
23
|
+
|
|
24
|
+
<ITRF88> +proj=helmert +x=0.0247 +y=0.0115 +z=-0.0979 +s=0.00895 +rx=0.0001 +rz=-0.00018 +dy=-0.0006 +dz=-0.0014 +ds=0.00001 +drz=0.00002 +t_epoch=1988.0 +convention=position_vector
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# ITRF2008 params are in mm/year, PJ_helmert uses m/year
|
|
2
|
+
<metadata> +version=1.0.0 +origin=http://itrf.ign.fr/doc_ITRF/Transfo-ITRF2008_ITRFs.txt +lastupdate=2017-07-26
|
|
3
|
+
|
|
4
|
+
<ITRF2005> +proj=helmert +x=-0.002 +y=-0.0009 +z=-0.0047 +s=0.00094 +dx=0.0003 +t_epoch=2000.0 +convention=position_vector
|
|
5
|
+
|
|
6
|
+
<ITRF2000> +proj=helmert +x=-0.0019 +y=-0.0017 +z=-0.0105 +s=0.00134 +dx=0.0001 +dy=0.0001 +dz=-0.0018 +ds=0.00008 +t_epoch=2000.0 +convention=position_vector
|
|
7
|
+
|
|
8
|
+
<ITRF97> +proj=helmert +x=0.0048 +y=0.0026 +z=-0.0332 +s=0.00292 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
9
|
+
|
|
10
|
+
<ITRF96> +proj=helmert +x=0.0048 +y=0.0026 +z=-0.0332 +s=0.00292 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
11
|
+
|
|
12
|
+
<ITRF94> +proj=helmert +x=0.0048 +y=0.0026 +z=-0.0332 +s=0.00292 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
13
|
+
|
|
14
|
+
<ITRF93> +proj=helmert +x=-0.024 +y=0.0024 +z=-0.00386 +s=0.00341 +rx=-0.00171 +ry=-0.00148 +rz=-0.0003 +dx=-0.0028 +dy=-0.0001 +dz=-0.0024 +ds=0.00009 +drx=-0.00011 +dry=-0.00019 +drz=0.00007 +t_epoch=2000.0 +convention=position_vector
|
|
15
|
+
|
|
16
|
+
<ITRF92> +proj=helmert +x=0.0128 +y=0.0046 +z=-0.0412 +s=0.00221 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
17
|
+
|
|
18
|
+
<ITRF91> +proj=helmert +x=0.0248 +y=0.0186 +z=-0.0472 +s=0.00361 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
19
|
+
|
|
20
|
+
<ITRF90> +proj=helmert +x=0.0228 +y=0.0146 +z=-0.0632 +s=0.00391 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
21
|
+
|
|
22
|
+
<ITRF89> +proj=helmert +x=0.0278 +y=0.0386 +z=-0.1012 +s=0.00731 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
23
|
+
|
|
24
|
+
<ITRF88> +proj=helmert +x=0.0228 +y=0.0026 +z=-0.1252 +s=0.01041 +rz=0.00006 +dx=0.0001 +dy=-0.0005 +dz=-0.0032 +ds=0.00009 +drz=0.00002 +t_epoch=2000.0 +convention=position_vector
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# ITRF2008 Plate Motion Model parameters
|
|
28
|
+
#
|
|
29
|
+
# As described in
|
|
30
|
+
#
|
|
31
|
+
# Altamimi, Z., L. Métivier, and X. Collilieux (2012), ITRF2008 plate motion model,
|
|
32
|
+
# J. Geophys. Res., 117, B07402, doi:10.1029/2011JB008930.
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
<AMUR> +proj=helmert +drx=-0.000190 +dry=-0.000442 +drz=0.000915 +convention=position_vector
|
|
36
|
+
|
|
37
|
+
<ANTA> +proj=helmert +drx=-0.000252 +dry=-0.000302 +drz=0.000643 +convention=position_vector
|
|
38
|
+
|
|
39
|
+
<ARAB> +proj=helmert +drx=0.001202 +dry=-0.000054 +drz=0.001485 +convention=position_vector
|
|
40
|
+
|
|
41
|
+
<AUST> +proj=helmert +drx=0.001504 +dry=0.001172 +drz=0.001228 +convention=position_vector
|
|
42
|
+
|
|
43
|
+
<CARB> +proj=helmert +drx=0.000049 +dry=-0.001088 +drz=0.000664 +convention=position_vector
|
|
44
|
+
|
|
45
|
+
<EURA> +proj=helmert +drx=-0.000083 +dry=-0.000534 +drz=0.000750 +convention=position_vector
|
|
46
|
+
|
|
47
|
+
<INDI> +proj=helmert +drx=0.001232 +dry=0.000303 +drz=0.001540 +convention=position_vector
|
|
48
|
+
|
|
49
|
+
<NAZC> +proj=helmert +drx=-0.000330 +dry=-0.001551 +drz=0.001625 +convention=position_vector
|
|
50
|
+
|
|
51
|
+
<NOAM> +proj=helmert +drx=0.000035 +dry=-0.000662 +drz=-0.0001 +convention=position_vector
|
|
52
|
+
|
|
53
|
+
<NUBI> +proj=helmert +drx=0.000095 +dry=-0.000598 +drz=0.000723 +convention=position_vector
|
|
54
|
+
|
|
55
|
+
<PCFC> +proj=helmert +drx=-0.000411 +dry=0.001036 +drz=-0.002166 +convention=position_vector
|
|
56
|
+
|
|
57
|
+
<SOAM> +proj=helmert +drx=-0.000243 +dry=-0.000311 +drz=-0.000154 +convention=position_vector
|
|
58
|
+
|
|
59
|
+
<SOMA> +proj=helmert +drx=-0.000080 +dry=-0.000745 +drz=0.000897 +convention=position_vector
|
|
60
|
+
|
|
61
|
+
<SUND> +proj=helmert +drx=0.000047 +dry=-0.001 +drz=0.000975 +convention=position_vector
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# Plate names suffixed by _T (for Translation) that includes the translation
|
|
65
|
+
# rates +dx=0.00041 +dy=0.00022 +dz=0.00041 given by Table 2 of the ITRF2008 plate motion model
|
|
66
|
+
# paper
|
|
67
|
+
|
|
68
|
+
<AMUR_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000190 +dry=-0.000442 +drz=0.000915 +convention=position_vector
|
|
69
|
+
|
|
70
|
+
<ANTA_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000252 +dry=-0.000302 +drz=0.000643 +convention=position_vector
|
|
71
|
+
|
|
72
|
+
<ARAB_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.001202 +dry=-0.000054 +drz=0.001485 +convention=position_vector
|
|
73
|
+
|
|
74
|
+
<AUST_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.001504 +dry=0.001172 +drz=0.001228 +convention=position_vector
|
|
75
|
+
|
|
76
|
+
<CARB_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.000049 +dry=-0.001088 +drz=0.000664 +convention=position_vector
|
|
77
|
+
|
|
78
|
+
<EURA_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000083 +dry=-0.000534 +drz=0.000750 +convention=position_vector
|
|
79
|
+
|
|
80
|
+
<INDI_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.001232 +dry=0.000303 +drz=0.001540 +convention=position_vector
|
|
81
|
+
|
|
82
|
+
<NAZC_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000330 +dry=-0.001551 +drz=0.001625 +convention=position_vector
|
|
83
|
+
|
|
84
|
+
<NOAM_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.000035 +dry=-0.000662 +drz=-0.0001 +convention=position_vector
|
|
85
|
+
|
|
86
|
+
<NUBI_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.000095 +dry=-0.000598 +drz=0.000723 +convention=position_vector
|
|
87
|
+
|
|
88
|
+
<PCFC_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000411 +dry=0.001036 +drz=-0.002166 +convention=position_vector
|
|
89
|
+
|
|
90
|
+
<SOAM_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000243 +dry=-0.000311 +drz=-0.000154 +convention=position_vector
|
|
91
|
+
|
|
92
|
+
<SOMA_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000080 +dry=-0.000745 +drz=0.000897 +convention=position_vector
|
|
93
|
+
|
|
94
|
+
<SUND_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.000047 +dry=-0.001 +drz=0.000975 +convention=position_vector
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# ITRF2014 params are in mm/year, PJ_helmert uses m/year
|
|
2
|
+
<metadata> +version=1.0.0 +origin=http://itrf.ign.fr/doc_ITRF/Transfo-ITRF2014_ITRFs.txt +lastupdate=2017-07-26
|
|
3
|
+
|
|
4
|
+
<ITRF2008> +proj=helmert +x=0.0016 +y=0.0019 +z=0.0024 +s=-0.00002 +dz=-0.0001 +ds=0.00003 +t_epoch=2010.0 +convention=position_vector
|
|
5
|
+
|
|
6
|
+
<ITRF2005> +proj=helmert +x=0.0026 +y=0.001 +z=-0.0023 +s=0.00092 +dx=0.0003 +dz=-0.0001 +ds=0.00003 +t_epoch=2010.0 +convention=position_vector
|
|
7
|
+
|
|
8
|
+
<ITRF2000> +proj=helmert +x=0.0007 +y=0.0012 +z=-0.0261 +s=0.00212 +dx=0.0001 +dy=0.0001 +dz=-0.0019 +ds=0.00011 +t_epoch=2010.0 +convention=position_vector
|
|
9
|
+
|
|
10
|
+
<ITRF97> +proj=helmert +x=0.0074 +y=-0.0005 +z=-0.0628 +d=0.0038 +rz=0.00026 +dx0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
11
|
+
|
|
12
|
+
<ITRF96> +proj=helmert +x=0.0074 +y=-0.0005 +z=-0.0628 +s=0.0038 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
13
|
+
|
|
14
|
+
<ITRF94> +proj=helmert +x=0.0074 +y=-0.0005 +z=-0.0628 +s=0.0038 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
15
|
+
|
|
16
|
+
<ITRF93> +proj=helmert +x=-0.0504 +y=0.0033 +z=-0.0602 +s=0.00429 +rx=-0.00281 +ry=-0.00338 +rz=0.0004 +dx=-0.0028 +dy=-0.0001 +dz=-0.0025 +ds=0.00012 +drx=-0.00011 +dry=-0.00019 +drz=0.00007 +t_epoch=2010.0 +convention=position_vector
|
|
17
|
+
|
|
18
|
+
<ITRF92> +proj=helmert +x=0.0154 +y=0.0015 +z=-0.0708 +s=0.00309 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
19
|
+
|
|
20
|
+
<ITRF91> +proj=helmert +x=0.0274 +y=0.0155 +z=-0.0768 +s=0.00449 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
21
|
+
|
|
22
|
+
<ITRF90> +proj=helmert +x=0.0254 +y=0.0115 +z=-0.0928 +s=0.00479 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
23
|
+
|
|
24
|
+
<ITRF89> +proj=helmert +x=0.0304 +y=0.0355 +z=-0.1308 +s=0.00819 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
25
|
+
|
|
26
|
+
<ITRF88> +proj=helmert +x=0.0254 +y=-0.0005 +z=-0.1548 +s=0.01129 +rx=0.0001 +rz=0.00026 +dx=0.0001 +dy=-0.0005 +dz=-0.0033 +ds=0.00012 +drz=0.00002 +t_epoch=2010.0 +convention=position_vector
|
|
27
|
+
|
|
28
|
+
# ITRF2014 Plate Motion Model parameters
|
|
29
|
+
#
|
|
30
|
+
# As described in
|
|
31
|
+
#
|
|
32
|
+
# Z. Altamimi et al, 2017, ITRF2014 plate motion model,
|
|
33
|
+
# doi: 10.1093/gji/ggx136
|
|
34
|
+
|
|
35
|
+
<ANTA> +proj=helmert +drx=-0.000248 +dry=-0.000324 +drz=0.000675 +convention=position_vector
|
|
36
|
+
|
|
37
|
+
<ARAB> +proj=helmert +drx=0.001154 +dry=-0.000136 +drz=0.001444 +convention=position_vector
|
|
38
|
+
|
|
39
|
+
<AUST> +proj=helmert +drx=0.001510 +dry=0.001182 +drz=0.001215 +convention=position_vector
|
|
40
|
+
|
|
41
|
+
<EURA> +proj=helmert +drx=-0.000085 +dry=-0.000531 +drz=0.000770 +convention=position_vector
|
|
42
|
+
|
|
43
|
+
<INDI> +proj=helmert +drx=0.001154 +dry=-0.000005 +drz=0.001454 +convention=position_vector
|
|
44
|
+
|
|
45
|
+
<NAZC> +proj=helmert +drx=-0.000333 +dry=-0.001544 +drz=0.001623 +convention=position_vector
|
|
46
|
+
|
|
47
|
+
<NOAM> +proj=helmert +drx=0.000024 +dry=-0.000694 +drz=-0.000063 +convention=position_vector
|
|
48
|
+
|
|
49
|
+
<NUBI> +proj=helmert +drx=0.000099 +dry=-0.000614 +drz=0.000733 +convention=position_vector
|
|
50
|
+
|
|
51
|
+
<PCFC> +proj=helmert +drx=-0.000409 +dry=0.001047 +drz=-0.002169 +convention=position_vector
|
|
52
|
+
|
|
53
|
+
<SOAM> +proj=helmert +drx=-0.000270 +dry=-0.000301 +drz=-0.000140 +convention=position_vector
|
|
54
|
+
|
|
55
|
+
<SOMA> +proj=helmert +drx=-0.000121 +dry=-0.000794 +drz=0.000884 +convention=position_vector
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# ITRF2020 params are in mm/year, PJ_helmert uses m/year
|
|
2
|
+
|
|
3
|
+
# Generated with generate_itrf2020.py from EPSG database
|
|
4
|
+
|
|
5
|
+
<ITRF2014> +proj=helmert +x=-0.0014 +y=-0.0009 +z=0.0014 +s=-0.00042 +dy=-0.0001 +dz=0.0002 +t_epoch=2015 +convention=position_vector
|
|
6
|
+
|
|
7
|
+
<ITRF2008> +proj=helmert +x=0.0002 +y=0.001 +z=0.0033 +s=-0.00029 +dy=-0.0001 +dz=0.0001 +ds=3e-05 +t_epoch=2015 +convention=position_vector
|
|
8
|
+
|
|
9
|
+
<ITRF2005> +proj=helmert +x=0.0027 +y=0.0001 +z=-0.0014 +s=0.00065 +dx=0.0003 +dy=-0.0001 +dz=0.0001 +ds=3e-05 +t_epoch=2015 +convention=position_vector
|
|
10
|
+
|
|
11
|
+
<ITRF2000> +proj=helmert +x=-0.0002 +y=0.0008 +z=-0.0342 +s=0.00225 +dx=0.0001 +dz=-0.0017 +ds=0.00011 +t_epoch=2015 +convention=position_vector
|
|
12
|
+
|
|
13
|
+
<ITRF97> +proj=helmert +x=0.0065 +y=-0.0039 +z=-0.0779 +rz=0.00036 +s=0.00398 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
14
|
+
|
|
15
|
+
<ITRF96> +proj=helmert +x=0.0065 +y=-0.0039 +z=-0.0779 +rz=0.00036 +s=0.00398 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
16
|
+
|
|
17
|
+
<ITRF94> +proj=helmert +x=0.0065 +y=-0.0039 +z=-0.0779 +rz=0.00036 +s=0.00398 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
18
|
+
|
|
19
|
+
<ITRF93> +proj=helmert +x=-0.0658 +y=0.0019 +z=-0.0713 +rx=-0.00336 +ry=-0.00433 +rz=0.00075 +s=0.00447 +dx=-0.0028 +dy=-0.0002 +dz=-0.0023 +drx=-0.00011 +dry=-0.00019 +drz=7e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
20
|
+
|
|
21
|
+
<ITRF92> +proj=helmert +x=0.0145 +y=-0.0019 +z=-0.0859 +rz=0.00036 +s=0.00327 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
22
|
+
|
|
23
|
+
<ITRF91> +proj=helmert +x=0.0265 +y=0.0121 +z=-0.0919 +rz=0.00036 +s=0.00467 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
24
|
+
|
|
25
|
+
<ITRF90> +proj=helmert +x=0.0245 +y=0.0081 +z=-0.1079 +rz=0.00036 +s=0.00497 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
26
|
+
|
|
27
|
+
<ITRF89> +proj=helmert +x=0.0295 +y=0.0321 +z=-0.1459 +rz=0.00036 +s=0.00837 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
28
|
+
|
|
29
|
+
<ITRF88> +proj=helmert +x=0.0245 +y=-0.0039 +z=-0.1699 +rx=0.0001 +rz=0.00036 +s=0.01147 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
|
|
30
|
+
|
|
31
|
+
# ITRF2020 Plate Motion Model parameters
|
|
32
|
+
#
|
|
33
|
+
# As described in https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023GL106373
|
|
34
|
+
# (and also in https://itrf.ign.fr/docs/solutions/itrf2020/ITRF2020-PMM.dat, but with
|
|
35
|
+
# different units)
|
|
36
|
+
|
|
37
|
+
<AMUR> +proj=helmert +drx=-0.000131 +dry=-0.000551 +drz=0.000837 +convention=position_vector
|
|
38
|
+
|
|
39
|
+
<ANTA> +proj=helmert +drx=-0.000269 +dry=-0.000312 +drz=0.000678 +convention=position_vector
|
|
40
|
+
|
|
41
|
+
<ARAB> +proj=helmert +drx=0.001129 +dry=-0.000146 +drz=0.001438 +convention=position_vector
|
|
42
|
+
|
|
43
|
+
<AUST> +proj=helmert +drx=0.001487 +dry=0.001175 +drz=0.001223 +convention=position_vector
|
|
44
|
+
|
|
45
|
+
<CARB> +proj=helmert +drx=0.000207 +dry=-0.001422 +drz=0.000726 +convention=position_vector
|
|
46
|
+
|
|
47
|
+
<EURA> +proj=helmert +drx=-0.000085 +dry=-0.000519 +drz=0.000753 +convention=position_vector
|
|
48
|
+
|
|
49
|
+
<INDI> +proj=helmert +drx=0.001137 +dry=0.000013 +drz=0.001444 +convention=position_vector
|
|
50
|
+
|
|
51
|
+
<NAZC> +proj=helmert +drx=-0.000327 +dry=-0.001561 +drz=0.001605 +convention=position_vector
|
|
52
|
+
|
|
53
|
+
<NOAM> +proj=helmert +drx=0.000045 +dry=-0.000666 +drz=-0.000098 +convention=position_vector
|
|
54
|
+
|
|
55
|
+
<NUBI> +proj=helmert +drx=0.000090 +dry=-0.000585 +drz=0.000717 +convention=position_vector
|
|
56
|
+
|
|
57
|
+
<PCFC> +proj=helmert +drx=-0.000404 +dry=0.001021 +drz=-0.002154 +convention=position_vector
|
|
58
|
+
|
|
59
|
+
<SOAM> +proj=helmert +drx=-0.000261 +dry=-0.000282 +drz=-0.000157 +convention=position_vector
|
|
60
|
+
|
|
61
|
+
<SOMA> +proj=helmert +drx=-0.000081 +dry=-0.000719 +drz=0.000864 +convention=position_vector
|
|
62
|
+
|
|
63
|
+
# Plate names suffixed by _T (for Translation) that includes the translation
|
|
64
|
+
# rates +dx=0.00037 +dy=0.00035 +dz=0.00074 given by Table 2 of the ITRF2020 plate motion model
|
|
65
|
+
# paper
|
|
66
|
+
|
|
67
|
+
<AMUR_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000131 +dry=-0.000551 +drz=0.000837 +convention=position_vector
|
|
68
|
+
|
|
69
|
+
<ANTA_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000269 +dry=-0.000312 +drz=0.000678 +convention=position_vector
|
|
70
|
+
|
|
71
|
+
<ARAB_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.001129 +dry=-0.000146 +drz=0.001438 +convention=position_vector
|
|
72
|
+
|
|
73
|
+
<AUST_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.001487 +dry=0.001175 +drz=0.001223 +convention=position_vector
|
|
74
|
+
|
|
75
|
+
<CARB_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.000207 +dry=-0.001422 +drz=0.000726 +convention=position_vector
|
|
76
|
+
|
|
77
|
+
<EURA_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000085 +dry=-0.000519 +drz=0.000753 +convention=position_vector
|
|
78
|
+
|
|
79
|
+
<INDI_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.001137 +dry=0.000013 +drz=0.001444 +convention=position_vector
|
|
80
|
+
|
|
81
|
+
<NAZC_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000327 +dry=-0.001561 +drz=0.001605 +convention=position_vector
|
|
82
|
+
|
|
83
|
+
<NOAM_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.000045 +dry=-0.000666 +drz=-0.000098 +convention=position_vector
|
|
84
|
+
|
|
85
|
+
<NUBI_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.000090 +dry=-0.000585 +drz=0.000717 +convention=position_vector
|
|
86
|
+
|
|
87
|
+
<PCFC_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000404 +dry=0.001021 +drz=-0.002154 +convention=position_vector
|
|
88
|
+
|
|
89
|
+
<SOAM_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000261 +dry=-0.000282 +drz=-0.000157 +convention=position_vector
|
|
90
|
+
|
|
91
|
+
<SOMA_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000081 +dry=-0.000719 +drz=0.000864 +convention=position_vector
|