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,243 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "TileMatrixSetType",
|
|
3
|
+
"title": "LINZ NZTM2000 Map Tile Grid",
|
|
4
|
+
"abstract": "See https://www.linz.govt.nz/data/linz-data-service/guides-and-documentation/nztm2000-map-tile-service-schema",
|
|
5
|
+
"identifier": "NZTM2000",
|
|
6
|
+
"supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/2193",
|
|
7
|
+
"boundingBox":
|
|
8
|
+
{
|
|
9
|
+
"type": "BoundingBoxType",
|
|
10
|
+
"crs": "http://www.opengis.net/def/crs/EPSG/0/2193",
|
|
11
|
+
"lowerCorner": [
|
|
12
|
+
3087000,
|
|
13
|
+
274000
|
|
14
|
+
],
|
|
15
|
+
"upperCorner": [
|
|
16
|
+
7173000,
|
|
17
|
+
3327000
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"tileMatrix": [
|
|
21
|
+
{
|
|
22
|
+
"type": "TileMatrixType",
|
|
23
|
+
"identifier": "0",
|
|
24
|
+
"scaleDenominator": 32000000,
|
|
25
|
+
"topLeftCorner": [
|
|
26
|
+
10000000,
|
|
27
|
+
-1000000
|
|
28
|
+
],
|
|
29
|
+
"tileWidth": 256,
|
|
30
|
+
"tileHeight": 256,
|
|
31
|
+
"matrixWidth": 2,
|
|
32
|
+
"matrixHeight": 4
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "TileMatrixType",
|
|
36
|
+
"identifier": "1",
|
|
37
|
+
"scaleDenominator": 16000000,
|
|
38
|
+
"topLeftCorner": [
|
|
39
|
+
10000000,
|
|
40
|
+
-1000000
|
|
41
|
+
],
|
|
42
|
+
"tileWidth": 256,
|
|
43
|
+
"tileHeight": 256,
|
|
44
|
+
"matrixWidth": 4,
|
|
45
|
+
"matrixHeight": 8
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "TileMatrixType",
|
|
49
|
+
"identifier": "2",
|
|
50
|
+
"scaleDenominator": 8000000,
|
|
51
|
+
"topLeftCorner": [
|
|
52
|
+
10000000,
|
|
53
|
+
-1000000
|
|
54
|
+
],
|
|
55
|
+
"tileWidth": 256,
|
|
56
|
+
"tileHeight": 256,
|
|
57
|
+
"matrixWidth": 8,
|
|
58
|
+
"matrixHeight": 16
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "TileMatrixType",
|
|
62
|
+
"identifier": "3",
|
|
63
|
+
"scaleDenominator": 4000000,
|
|
64
|
+
"topLeftCorner": [
|
|
65
|
+
10000000,
|
|
66
|
+
-1000000
|
|
67
|
+
],
|
|
68
|
+
"tileWidth": 256,
|
|
69
|
+
"tileHeight": 256,
|
|
70
|
+
"matrixWidth": 16,
|
|
71
|
+
"matrixHeight": 32
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "TileMatrixType",
|
|
75
|
+
"identifier": "4",
|
|
76
|
+
"scaleDenominator": 2000000,
|
|
77
|
+
"topLeftCorner": [
|
|
78
|
+
10000000,
|
|
79
|
+
-1000000
|
|
80
|
+
],
|
|
81
|
+
"tileWidth": 256,
|
|
82
|
+
"tileHeight": 256,
|
|
83
|
+
"matrixWidth": 32,
|
|
84
|
+
"matrixHeight": 64
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "TileMatrixType",
|
|
88
|
+
"identifier": "5",
|
|
89
|
+
"scaleDenominator": 1000000,
|
|
90
|
+
"topLeftCorner": [
|
|
91
|
+
10000000,
|
|
92
|
+
-1000000
|
|
93
|
+
],
|
|
94
|
+
"tileWidth": 256,
|
|
95
|
+
"tileHeight": 256,
|
|
96
|
+
"matrixWidth": 64,
|
|
97
|
+
"matrixHeight": 128
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "TileMatrixType",
|
|
101
|
+
"identifier": "6",
|
|
102
|
+
"scaleDenominator": 500000,
|
|
103
|
+
"topLeftCorner": [
|
|
104
|
+
10000000,
|
|
105
|
+
-1000000
|
|
106
|
+
],
|
|
107
|
+
"tileWidth": 256,
|
|
108
|
+
"tileHeight": 256,
|
|
109
|
+
"matrixWidth": 128,
|
|
110
|
+
"matrixHeight": 256
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "TileMatrixType",
|
|
114
|
+
"identifier": "7",
|
|
115
|
+
"scaleDenominator": 250000,
|
|
116
|
+
"topLeftCorner": [
|
|
117
|
+
10000000,
|
|
118
|
+
-1000000
|
|
119
|
+
],
|
|
120
|
+
"tileWidth": 256,
|
|
121
|
+
"tileHeight": 256,
|
|
122
|
+
"matrixWidth": 256,
|
|
123
|
+
"matrixHeight": 512
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"type": "TileMatrixType",
|
|
127
|
+
"identifier": "8",
|
|
128
|
+
"scaleDenominator": 100000,
|
|
129
|
+
"topLeftCorner": [
|
|
130
|
+
10000000,
|
|
131
|
+
-1000000
|
|
132
|
+
],
|
|
133
|
+
"tileWidth": 256,
|
|
134
|
+
"tileHeight": 256,
|
|
135
|
+
"matrixWidth": 640,
|
|
136
|
+
"matrixHeight": 1280
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"type": "TileMatrixType",
|
|
140
|
+
"identifier": "9",
|
|
141
|
+
"scaleDenominator": 50000,
|
|
142
|
+
"topLeftCorner": [
|
|
143
|
+
10000000,
|
|
144
|
+
-1000000
|
|
145
|
+
],
|
|
146
|
+
"tileWidth": 256,
|
|
147
|
+
"tileHeight": 256,
|
|
148
|
+
"matrixWidth": 1280,
|
|
149
|
+
"matrixHeight": 2560
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "TileMatrixType",
|
|
153
|
+
"identifier": "10",
|
|
154
|
+
"scaleDenominator": 25000,
|
|
155
|
+
"topLeftCorner": [
|
|
156
|
+
10000000,
|
|
157
|
+
-1000000
|
|
158
|
+
],
|
|
159
|
+
"tileWidth": 256,
|
|
160
|
+
"tileHeight": 256,
|
|
161
|
+
"matrixWidth": 2560,
|
|
162
|
+
"matrixHeight": 5120
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": "TileMatrixType",
|
|
166
|
+
"identifier": "11",
|
|
167
|
+
"scaleDenominator": 10000,
|
|
168
|
+
"topLeftCorner": [
|
|
169
|
+
10000000,
|
|
170
|
+
-1000000
|
|
171
|
+
],
|
|
172
|
+
"tileWidth": 256,
|
|
173
|
+
"tileHeight": 256,
|
|
174
|
+
"matrixWidth": 6400,
|
|
175
|
+
"matrixHeight": 12800
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"type": "TileMatrixType",
|
|
179
|
+
"identifier": "12",
|
|
180
|
+
"scaleDenominator": 5000,
|
|
181
|
+
"topLeftCorner": [
|
|
182
|
+
10000000,
|
|
183
|
+
-1000000
|
|
184
|
+
],
|
|
185
|
+
"tileWidth": 256,
|
|
186
|
+
"tileHeight": 256,
|
|
187
|
+
"matrixWidth": 12800,
|
|
188
|
+
"matrixHeight": 25600
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"type": "TileMatrixType",
|
|
192
|
+
"identifier": "13",
|
|
193
|
+
"scaleDenominator": 2500,
|
|
194
|
+
"topLeftCorner": [
|
|
195
|
+
10000000,
|
|
196
|
+
-1000000
|
|
197
|
+
],
|
|
198
|
+
"tileWidth": 256,
|
|
199
|
+
"tileHeight": 256,
|
|
200
|
+
"matrixWidth": 25600,
|
|
201
|
+
"matrixHeight": 51200
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"type": "TileMatrixType",
|
|
205
|
+
"identifier": "14",
|
|
206
|
+
"scaleDenominator": 1000,
|
|
207
|
+
"topLeftCorner": [
|
|
208
|
+
10000000,
|
|
209
|
+
-1000000
|
|
210
|
+
],
|
|
211
|
+
"tileWidth": 256,
|
|
212
|
+
"tileHeight": 256,
|
|
213
|
+
"matrixWidth": 64000,
|
|
214
|
+
"matrixHeight": 128000
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"type": "TileMatrixType",
|
|
218
|
+
"identifier": "15",
|
|
219
|
+
"scaleDenominator": 500,
|
|
220
|
+
"topLeftCorner": [
|
|
221
|
+
10000000,
|
|
222
|
+
-1000000
|
|
223
|
+
],
|
|
224
|
+
"tileWidth": 256,
|
|
225
|
+
"tileHeight": 256,
|
|
226
|
+
"matrixWidth": 128000,
|
|
227
|
+
"matrixHeight": 256000
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"type": "TileMatrixType",
|
|
231
|
+
"identifier": "16",
|
|
232
|
+
"scaleDenominator": 250,
|
|
233
|
+
"topLeftCorner": [
|
|
234
|
+
10000000,
|
|
235
|
+
-1000000
|
|
236
|
+
],
|
|
237
|
+
"tileWidth": 256,
|
|
238
|
+
"tileHeight": 256,
|
|
239
|
+
"matrixWidth": 256000,
|
|
240
|
+
"matrixHeight": 512000
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
}
|
package/bin/gdal.dll
ADDED
|
Binary file
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
################################################################################
|
|
2
|
+
# Order into which drivers should be registered.
|
|
3
|
+
# Normally this is entirely defined in frmts/gdalallregister.cpp and
|
|
4
|
+
# ogr/ogrsf_frmts/generic/ogrregisterall.cpp for drivers embedded in libgdal
|
|
5
|
+
# But for drivers built as plugin, without that file, they would be registered
|
|
6
|
+
# in the order the operating system returns filenames in the $prefix/lib/gdalplugins
|
|
7
|
+
# directory
|
|
8
|
+
#
|
|
9
|
+
# KEEP IN SYNC with frmts/gdalallregister.cpp and
|
|
10
|
+
# ogr/ogrsf_frmts/generic/ogrregisterall.cpp
|
|
11
|
+
################################################################################
|
|
12
|
+
|
|
13
|
+
[order]
|
|
14
|
+
VRT
|
|
15
|
+
Derived
|
|
16
|
+
GTI
|
|
17
|
+
SNAP_TIFF
|
|
18
|
+
GTiff
|
|
19
|
+
COG
|
|
20
|
+
LIBERTIFF
|
|
21
|
+
NITF
|
|
22
|
+
RPFTOC
|
|
23
|
+
ECRGTOC
|
|
24
|
+
HFA
|
|
25
|
+
SAR_CEOS
|
|
26
|
+
CEOS
|
|
27
|
+
JAXAPALSAR
|
|
28
|
+
GFF
|
|
29
|
+
ESRIC
|
|
30
|
+
AIG
|
|
31
|
+
AAIGrid
|
|
32
|
+
GRASSASCIIGrid
|
|
33
|
+
ISG
|
|
34
|
+
DTED
|
|
35
|
+
PNG
|
|
36
|
+
DDS
|
|
37
|
+
GTA
|
|
38
|
+
JPEG
|
|
39
|
+
MEM
|
|
40
|
+
JDEM
|
|
41
|
+
RASDAMAN
|
|
42
|
+
GIF
|
|
43
|
+
BIGGIF
|
|
44
|
+
ESAT
|
|
45
|
+
FITS
|
|
46
|
+
BSB
|
|
47
|
+
BMP
|
|
48
|
+
DIMAP
|
|
49
|
+
AirSAR
|
|
50
|
+
RS2
|
|
51
|
+
SAFE
|
|
52
|
+
PCIDSK
|
|
53
|
+
PCRaster
|
|
54
|
+
ILWIS
|
|
55
|
+
SRTMHGT
|
|
56
|
+
Leveller
|
|
57
|
+
Terragen
|
|
58
|
+
netCDF
|
|
59
|
+
HDF4
|
|
60
|
+
HDF4Image
|
|
61
|
+
ISIS3
|
|
62
|
+
ISIS2
|
|
63
|
+
PDS
|
|
64
|
+
PDS4
|
|
65
|
+
VICAR
|
|
66
|
+
TIL
|
|
67
|
+
ERS
|
|
68
|
+
JP2KAK
|
|
69
|
+
JPIPKAK
|
|
70
|
+
ECW
|
|
71
|
+
JP2ECW
|
|
72
|
+
JP2OpenJPEG
|
|
73
|
+
L1B
|
|
74
|
+
GRIB
|
|
75
|
+
MrSID
|
|
76
|
+
JP2MrSID
|
|
77
|
+
JPEG2000
|
|
78
|
+
RMF
|
|
79
|
+
WCS
|
|
80
|
+
WMS
|
|
81
|
+
MSGN
|
|
82
|
+
MSG
|
|
83
|
+
RST
|
|
84
|
+
GSAG
|
|
85
|
+
GSBG
|
|
86
|
+
GS7BG
|
|
87
|
+
COSAR
|
|
88
|
+
TSX
|
|
89
|
+
COASP
|
|
90
|
+
R
|
|
91
|
+
MAP
|
|
92
|
+
KMLSUPEROVERLAY
|
|
93
|
+
WEBP
|
|
94
|
+
PDF
|
|
95
|
+
Rasterlite
|
|
96
|
+
MBTiles
|
|
97
|
+
PLMOSAIC
|
|
98
|
+
CALS
|
|
99
|
+
WMTS
|
|
100
|
+
SENTINEL2
|
|
101
|
+
MRF
|
|
102
|
+
TileDB
|
|
103
|
+
PNM
|
|
104
|
+
DOQ1
|
|
105
|
+
DOQ2
|
|
106
|
+
PAux
|
|
107
|
+
MFF
|
|
108
|
+
MFF2
|
|
109
|
+
GSC
|
|
110
|
+
FAST
|
|
111
|
+
BT
|
|
112
|
+
LAN
|
|
113
|
+
CPG
|
|
114
|
+
NDF
|
|
115
|
+
EIR
|
|
116
|
+
LCP
|
|
117
|
+
GTX
|
|
118
|
+
LOSLAS
|
|
119
|
+
NTv2
|
|
120
|
+
ACE2
|
|
121
|
+
SNODAS
|
|
122
|
+
KRO
|
|
123
|
+
ROI_PAC
|
|
124
|
+
RRASTER
|
|
125
|
+
BYN
|
|
126
|
+
NOAA_B
|
|
127
|
+
RIK
|
|
128
|
+
USGSDEM
|
|
129
|
+
GXF
|
|
130
|
+
KEA
|
|
131
|
+
BAG
|
|
132
|
+
S102
|
|
133
|
+
S104
|
|
134
|
+
S111
|
|
135
|
+
HDF5
|
|
136
|
+
HDF5Image
|
|
137
|
+
NWT_GRD
|
|
138
|
+
NWT_GRC
|
|
139
|
+
ADRG
|
|
140
|
+
SRP
|
|
141
|
+
GeoRaster
|
|
142
|
+
PostGISRaster
|
|
143
|
+
SAGA
|
|
144
|
+
XYZ
|
|
145
|
+
HF2
|
|
146
|
+
CTG
|
|
147
|
+
ZMap
|
|
148
|
+
NGSGEOID
|
|
149
|
+
IRIS
|
|
150
|
+
PRF
|
|
151
|
+
RDA
|
|
152
|
+
EEDAI
|
|
153
|
+
EEDA
|
|
154
|
+
DAAS
|
|
155
|
+
NULL
|
|
156
|
+
SIGDEM
|
|
157
|
+
EXR
|
|
158
|
+
AVIF
|
|
159
|
+
HEIF
|
|
160
|
+
TGA
|
|
161
|
+
OGCAPI
|
|
162
|
+
STACTA
|
|
163
|
+
STACIT
|
|
164
|
+
JPEGXL
|
|
165
|
+
BASISU
|
|
166
|
+
KTX2
|
|
167
|
+
GDALG
|
|
168
|
+
NSIDCbin
|
|
169
|
+
|
|
170
|
+
# GNM drivers
|
|
171
|
+
GNMFile
|
|
172
|
+
GNMDatabase
|
|
173
|
+
# End of GNM drivers
|
|
174
|
+
|
|
175
|
+
# Beginning OGR drivers
|
|
176
|
+
ESRI Shapefile
|
|
177
|
+
MapInfo File
|
|
178
|
+
LVBAG
|
|
179
|
+
S57
|
|
180
|
+
DGN
|
|
181
|
+
OGR_VRT
|
|
182
|
+
CSV
|
|
183
|
+
NAS
|
|
184
|
+
GML
|
|
185
|
+
GPX
|
|
186
|
+
LIBKML
|
|
187
|
+
KML
|
|
188
|
+
GeoJSON
|
|
189
|
+
GeoJSONSeq
|
|
190
|
+
ESRIJSON
|
|
191
|
+
TopoJSON
|
|
192
|
+
Interlis 1
|
|
193
|
+
Interlis 2
|
|
194
|
+
OGR_GMT
|
|
195
|
+
GPKG
|
|
196
|
+
SQLite
|
|
197
|
+
ODBC
|
|
198
|
+
WAsP
|
|
199
|
+
PGeo
|
|
200
|
+
MSSQLSpatial
|
|
201
|
+
PostgreSQL
|
|
202
|
+
MySQL
|
|
203
|
+
OCI
|
|
204
|
+
# Register OpenFileGDB before FGDB as it is more capable for read-only
|
|
205
|
+
OpenFileGDB
|
|
206
|
+
FileGDB
|
|
207
|
+
DWG
|
|
208
|
+
DGNV8
|
|
209
|
+
DXF
|
|
210
|
+
CAD
|
|
211
|
+
FlatGeobuf
|
|
212
|
+
FME
|
|
213
|
+
IDB
|
|
214
|
+
Geoconcept
|
|
215
|
+
GeoRSS
|
|
216
|
+
GPSTrackMaker
|
|
217
|
+
VFK
|
|
218
|
+
PGDump
|
|
219
|
+
# Register OSM before GPSBabel, that could recognize .osm file too
|
|
220
|
+
OSM
|
|
221
|
+
GPSBabel
|
|
222
|
+
OGR_PDS
|
|
223
|
+
WFS
|
|
224
|
+
OAPIF
|
|
225
|
+
SOSI
|
|
226
|
+
EDIGEO
|
|
227
|
+
IDRISI
|
|
228
|
+
XLS
|
|
229
|
+
ODS
|
|
230
|
+
XLSX
|
|
231
|
+
ElasticSearch
|
|
232
|
+
Walk
|
|
233
|
+
Carto
|
|
234
|
+
AmigoCloud
|
|
235
|
+
SXF
|
|
236
|
+
Selafin
|
|
237
|
+
JML
|
|
238
|
+
PLSCENES
|
|
239
|
+
CSW
|
|
240
|
+
MongoDBv3
|
|
241
|
+
VDV
|
|
242
|
+
GMLAS
|
|
243
|
+
MVT
|
|
244
|
+
NGW
|
|
245
|
+
MapML
|
|
246
|
+
HANA
|
|
247
|
+
Parquet
|
|
248
|
+
Arrow
|
|
249
|
+
GTFS
|
|
250
|
+
PMTiles
|
|
251
|
+
JSONFG
|
|
252
|
+
MiraMonVector
|
|
253
|
+
XODR
|
|
254
|
+
ADBC
|
|
255
|
+
|
|
256
|
+
# Put AVCBIN at end since they need poOpenInfo->GetSiblingFiles()
|
|
257
|
+
AVCBin
|
|
258
|
+
AVCE00
|
|
259
|
+
|
|
260
|
+
# Last but not the least
|
|
261
|
+
AIVector
|
|
262
|
+
|
|
263
|
+
# End of OGR drivers
|
|
264
|
+
|
|
265
|
+
# Put here drivers that absolutely need to look for side car
|
|
266
|
+
# files in their Identify()/Open() procedure.
|
|
267
|
+
GenBin
|
|
268
|
+
ENVI
|
|
269
|
+
EHdr
|
|
270
|
+
ISCE
|
|
271
|
+
Zarr
|
|
272
|
+
RCM
|
|
273
|
+
|
|
274
|
+
# Register GDAL HTTP last, to let a chance to other drivers
|
|
275
|
+
# accepting URL to handle them before
|
|
276
|
+
HTTP
|
|
277
|
+
|
|
278
|
+
# Driver registered by Python bindings
|
|
279
|
+
NUMPY
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"product": "GeoKernel",
|
|
3
|
+
"sourceConfig": "Release",
|
|
4
|
+
"licenseType": "Evaluation",
|
|
5
|
+
"watermark": true,
|
|
6
|
+
"redistribution": false,
|
|
7
|
+
"features": [
|
|
8
|
+
"StandardVectorFormats",
|
|
9
|
+
"ExtendedVectorFormats",
|
|
10
|
+
"StandardRasterFormats",
|
|
11
|
+
"NetworkRasterFormats",
|
|
12
|
+
"RasterEcw",
|
|
13
|
+
"RasterMrSid"
|
|
14
|
+
],
|
|
15
|
+
"excludedPlugins": [],
|
|
16
|
+
"generatedAtUtc": "2026-07-10T01:22:22Z"
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Evaluation output intentionally has no license file. Remove any geokernel.license files to force Evaluation mode.
|
package/bin/proj-data/CH
ADDED
|
@@ -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
|