geokernel-electron 1.0.2
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/LICENSE +6 -0
- package/README.md +52 -0
- package/assets/images/FullExtent.svg +29 -0
- package/assets/images/GeoKernelAppIcon.ico +0 -0
- package/assets/images/Pan.svg +6 -0
- package/assets/images/RectangularZoom.svg +82 -0
- package/assets/images/ZoomIn.svg +10 -0
- package/assets/images/ZoomOut.svg +10 -0
- package/bin/GeoKernel.Core.dll +0 -0
- package/bin/GeoKernel.Formats.dll +0 -0
- package/bin/GeoKernel.Viewer.dll +0 -0
- package/bin/Qt6Core.dll +0 -0
- package/bin/Qt6Gui.dll +0 -0
- package/bin/Qt6Network.dll +0 -0
- package/bin/Qt6OpenGL.dll +0 -0
- package/bin/Qt6OpenGLWidgets.dll +0 -0
- package/bin/Qt6Sql.dll +0 -0
- package/bin/Qt6Widgets.dll +0 -0
- package/bin/README_LICENSE_PROFILE.txt +21 -0
- package/bin/gdal-data/GDALLogoBW.svg +138 -0
- package/bin/gdal-data/GDALLogoColor.svg +126 -0
- package/bin/gdal-data/GDALLogoGS.svg +126 -0
- package/bin/gdal-data/LICENSE.TXT +467 -0
- package/bin/gdal-data/cubewerx_extra.wkt +48 -0
- package/bin/gdal-data/ecw_cs.wkt +1453 -0
- package/bin/gdal-data/epsg.wkt +1 -0
- package/bin/gdal-data/esri_StatePlane_extra.wkt +631 -0
- package/bin/gdal-data/gdal_algorithm.schema.json +220 -0
- package/bin/gdal-data/gdalicon.png +0 -0
- package/bin/gdal-data/gdalinfo_output.schema.json +390 -0
- package/bin/gdal-data/gdalmdiminfo_output.schema.json +326 -0
- package/bin/gdal-data/gdalvrt.xsd +927 -0
- package/bin/gdal-data/gfs.xsd +246 -0
- package/bin/gdal-data/gml_registry.xml +117 -0
- package/bin/gdal-data/gml_registry.xsd +66 -0
- package/bin/gdal-data/inspire_cp_BasicPropertyUnit.gfs +57 -0
- package/bin/gdal-data/inspire_cp_CadastralBoundary.gfs +60 -0
- package/bin/gdal-data/inspire_cp_CadastralParcel.gfs +81 -0
- package/bin/gdal-data/inspire_cp_CadastralZoning.gfs +161 -0
- package/bin/gdal-data/jpfgdgml_AdmArea.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_AdmBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_AdmPt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_BldA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_BldL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_Cntr.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_CommBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_CommPt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_Cstline.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_ElevPt.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_GCP.gfs +94 -0
- package/bin/gdal-data/jpfgdgml_LeveeEdge.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_RailCL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_RdASL.gfs +44 -0
- package/bin/gdal-data/jpfgdgml_RdArea.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_RdCompt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RdEdg.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RdMgtBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_RdSgmtA.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RvrMgtBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_SBAPt.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_SBArea.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_SBBdry.gfs +44 -0
- package/bin/gdal-data/jpfgdgml_WA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WStrA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WStrL.gfs +54 -0
- package/bin/gdal-data/leaflet_template.html +102 -0
- package/bin/gdal-data/ogr_fields_override.schema.json +125 -0
- package/bin/gdal-data/ogrinfo_output.schema.json +528 -0
- package/bin/gdal-data/ogrvrt.xsd +528 -0
- package/bin/gdal-data/osmconf.ini +134 -0
- package/bin/gdal-data/ozi_datum.csv +131 -0
- package/bin/gdal-data/ozi_ellips.csv +35 -0
- package/bin/gdal-data/pci_datum.txt +530 -0
- package/bin/gdal-data/pci_ellips.txt +129 -0
- package/bin/gdal-data/ruian_vf_ob_v1.gfs +1455 -0
- package/bin/gdal-data/ruian_vf_st_uvoh_v1.gfs +86 -0
- package/bin/gdal-data/ruian_vf_st_v1.gfs +1489 -0
- package/bin/gdal-data/ruian_vf_v1.gfs +2126 -0
- package/bin/gdal-data/stateplane.csv +259 -0
- package/bin/gdal-data/template_tiles.mapml +28 -0
- package/bin/gdal-data/tms_LINZAntarticaMapTileGrid.json +190 -0
- package/bin/gdal-data/tms_MapML_APSTILE.json +268 -0
- package/bin/gdal-data/tms_MapML_CBMTILE.json +346 -0
- package/bin/gdal-data/tms_NZTM2000.json +243 -0
- package/bin/gdal.dll +0 -0
- package/bin/gdalplugins/drivers.ini +279 -0
- package/bin/gdalplugins/gdal_ECW_JP2ECW.dll +0 -0
- package/bin/gdalplugins/gdal_JPEG.dll +0 -0
- package/bin/gdalplugins/gdal_MrSID.dll +0 -0
- package/bin/gdalplugins/gdal_PNG.dll +0 -0
- package/bin/gdalplugins/ogr_Arrow.dll +0 -0
- package/bin/gdalplugins/ogr_LIBKML.dll +0 -0
- package/bin/gdalplugins/ogr_Parquet.dll +0 -0
- package/bin/gdalplugins/ogr_XLS.dll +0 -0
- package/bin/license-profile.json +17 -0
- package/bin/licenses/README.txt +1 -0
- package/bin/proj-data/CH +22 -0
- package/bin/proj-data/GL27 +23 -0
- package/bin/proj-data/ITRF2000 +24 -0
- package/bin/proj-data/ITRF2008 +94 -0
- package/bin/proj-data/ITRF2014 +55 -0
- package/bin/proj-data/ITRF2020 +91 -0
- package/bin/proj-data/copyright +34 -0
- package/bin/proj-data/deformation_model.schema.json +582 -0
- package/bin/proj-data/nad.lst +142 -0
- package/bin/proj-data/nad27 +810 -0
- package/bin/proj-data/nad83 +745 -0
- package/bin/proj-data/other.extra +53 -0
- package/bin/proj-data/proj-config-version.cmake +44 -0
- package/bin/proj-data/proj-config.cmake +79 -0
- package/bin/proj-data/proj-targets-debug.cmake +19 -0
- package/bin/proj-data/proj-targets-release.cmake +19 -0
- package/bin/proj-data/proj-targets.cmake +107 -0
- package/bin/proj-data/proj.db +0 -0
- package/bin/proj-data/proj.ini +59 -0
- package/bin/proj-data/proj4-targets-debug.cmake +19 -0
- package/bin/proj-data/proj4-targets-release.cmake +19 -0
- package/bin/proj-data/proj4-targets.cmake +107 -0
- package/bin/proj-data/projjson.schema.json +1174 -0
- package/bin/proj-data/triangulation.schema.json +214 -0
- package/bin/proj-data/usage +9 -0
- package/bin/proj-data/vcpkg.spdx.json +1103 -0
- package/bin/proj-data/vcpkg_abi_info.txt +29 -0
- package/bin/proj-data/world +214 -0
- package/bin/use-license-profile.ps1 +4 -0
- package/package.json +42 -0
- package/src/index.js +20 -0
- package/src/native-signatures.js +251 -0
- package/src/native-types.js +101 -0
- package/src/native.js +63 -0
- package/src/runtime.js +71 -0
- package/src/styles.js +70 -0
- package/src/types.js +120 -0
- package/src/viewer-helpers.js +124 -0
- package/src/viewer.js +524 -0
|
@@ -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 +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
|
|
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
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
All source, data files and other contents of the PROJ package are
|
|
3
|
+
available under the following terms. Note that the PROJ 4.3 and earlier
|
|
4
|
+
was "public domain" as is common with US government work, but apparently
|
|
5
|
+
this is not a well defined legal term in many countries. Frank Warmerdam placed
|
|
6
|
+
everything under the following MIT style license because he believed it is
|
|
7
|
+
effectively the same as public domain, allowing anyone to use the code as
|
|
8
|
+
they wish, including making proprietary derivatives.
|
|
9
|
+
|
|
10
|
+
Initial PROJ 4.3 public domain code was put as Frank Warmerdam as copyright
|
|
11
|
+
holder, but he didn't mean to imply he did the work. Essentially all work was
|
|
12
|
+
done by Gerald Evenden.
|
|
13
|
+
|
|
14
|
+
Copyright information can be found in source files.
|
|
15
|
+
|
|
16
|
+
--------------
|
|
17
|
+
|
|
18
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
19
|
+
copy of this software and associated documentation files (the "Software"),
|
|
20
|
+
to deal in the Software without restriction, including without limitation
|
|
21
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
22
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
23
|
+
Software is furnished to do so, subject to the following conditions:
|
|
24
|
+
|
|
25
|
+
The above copyright notice and this permission notice shall be included
|
|
26
|
+
in all copies or substantial portions of the Software.
|
|
27
|
+
|
|
28
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
29
|
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
31
|
+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
33
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34
|
+
DEALINGS IN THE SOFTWARE.
|