@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.
Files changed (62) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +1 -1
  3. package/dist/prebuilt/Android-x86_64/include/geodesic.h +837 -0
  4. package/dist/prebuilt/Android-x86_64/include/proj/common.hpp +489 -0
  5. package/dist/prebuilt/Android-x86_64/include/proj/coordinateoperation.hpp +2147 -0
  6. package/dist/prebuilt/Android-x86_64/include/proj/coordinates.hpp +115 -0
  7. package/dist/prebuilt/Android-x86_64/include/proj/coordinatesystem.hpp +892 -0
  8. package/dist/prebuilt/Android-x86_64/include/proj/crs.hpp +1595 -0
  9. package/dist/prebuilt/Android-x86_64/include/proj/datum.hpp +860 -0
  10. package/dist/prebuilt/Android-x86_64/include/proj/io.hpp +1397 -0
  11. package/dist/prebuilt/Android-x86_64/include/proj/metadata.hpp +470 -0
  12. package/dist/prebuilt/Android-x86_64/include/proj/nn.hpp +385 -0
  13. package/dist/prebuilt/Android-x86_64/include/proj/util.hpp +781 -0
  14. package/dist/prebuilt/Android-x86_64/include/proj.h +2231 -0
  15. package/dist/prebuilt/Android-x86_64/include/proj_constants.h +879 -0
  16. package/dist/prebuilt/Android-x86_64/include/proj_experimental.h +52 -0
  17. package/dist/prebuilt/Android-x86_64/include/proj_symbol_rename.h +434 -0
  18. package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-config-version.cmake +52 -0
  19. package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-config.cmake +79 -0
  20. package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-targets-release.cmake +19 -0
  21. package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj-targets.cmake +106 -0
  22. package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj4-targets-release.cmake +19 -0
  23. package/dist/prebuilt/Android-x86_64/lib/cmake/proj/proj4-targets.cmake +106 -0
  24. package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj-targets-release.cmake +19 -0
  25. package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj-targets.cmake +106 -0
  26. package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-config-version.cmake +52 -0
  27. package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-config.cmake +79 -0
  28. package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-targets-release.cmake +19 -0
  29. package/dist/prebuilt/Android-x86_64/lib/cmake/proj4/proj4-targets.cmake +106 -0
  30. package/dist/prebuilt/Android-x86_64/lib/libproj.so +0 -0
  31. package/dist/prebuilt/Android-x86_64/lib/pkgconfig/proj.pc +14 -0
  32. package/dist/prebuilt/Android-x86_64/share/doc/proj/AUTHORS.md +33 -0
  33. package/dist/prebuilt/Android-x86_64/share/doc/proj/COPYING +34 -0
  34. package/dist/prebuilt/Android-x86_64/share/doc/proj/NEWS.md +3084 -0
  35. package/dist/prebuilt/Android-x86_64/share/man/man1/cct.1 +370 -0
  36. package/dist/prebuilt/Android-x86_64/share/man/man1/cs2cs.1 +537 -0
  37. package/dist/prebuilt/Android-x86_64/share/man/man1/geod.1 +263 -0
  38. package/dist/prebuilt/Android-x86_64/share/man/man1/gie.1 +524 -0
  39. package/dist/prebuilt/Android-x86_64/share/man/man1/proj.1 +326 -0
  40. package/dist/prebuilt/Android-x86_64/share/man/man1/projinfo.1 +856 -0
  41. package/dist/prebuilt/Android-x86_64/share/man/man1/projsync.1 +227 -0
  42. package/dist/prebuilt/Android-x86_64/share/proj/CH +22 -0
  43. package/dist/prebuilt/Android-x86_64/share/proj/GL27 +23 -0
  44. package/dist/prebuilt/Android-x86_64/share/proj/ITRF2000 +24 -0
  45. package/dist/prebuilt/Android-x86_64/share/proj/ITRF2008 +94 -0
  46. package/dist/prebuilt/Android-x86_64/share/proj/ITRF2014 +55 -0
  47. package/dist/prebuilt/Android-x86_64/share/proj/ITRF2020 +91 -0
  48. package/dist/prebuilt/Android-x86_64/share/proj/deformation_model.schema.json +582 -0
  49. package/dist/prebuilt/Android-x86_64/share/proj/nad.lst +142 -0
  50. package/dist/prebuilt/Android-x86_64/share/proj/nad27 +810 -0
  51. package/dist/prebuilt/Android-x86_64/share/proj/nad83 +745 -0
  52. package/dist/prebuilt/Android-x86_64/share/proj/other.extra +53 -0
  53. package/dist/prebuilt/Android-x86_64/share/proj/proj.db +0 -0
  54. package/dist/prebuilt/Android-x86_64/share/proj/proj.ini +51 -0
  55. package/dist/prebuilt/Android-x86_64/share/proj/projjson.schema.json +1174 -0
  56. package/dist/prebuilt/Android-x86_64/share/proj/triangulation.schema.json +214 -0
  57. package/dist/prebuilt/Android-x86_64/share/proj/world +214 -0
  58. package/dist/prebuilt/iOS-iphoneos/lib/libproj.a +0 -0
  59. package/dist/prebuilt/iOS-iphonesimulator/lib/libproj.a +0 -0
  60. package/package.json +4 -4
  61. package/proj.xcframework/ios-arm64_arm64e/libproj.a +0 -0
  62. package/proj.xcframework/ios-arm64_arm64e_x86_64-simulator/libproj.a +0 -0
@@ -0,0 +1,214 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "description": "Schema for triangulation based transformation",
4
+ "type": "object",
5
+ "properties": {
6
+ "file_type": {
7
+ "type": "string",
8
+ "enum": [
9
+ "triangulation_file"
10
+ ],
11
+ "description": "File type. Always \"triangulation_file\""
12
+ },
13
+ "format_version": {
14
+ "type": "string",
15
+ "enum": [
16
+ "1.0", "1.1"
17
+ ]
18
+ },
19
+ "name": {
20
+ "type": "string",
21
+ "description": "A brief descriptive name of the triangulation"
22
+ },
23
+ "version": {
24
+ "type": "string",
25
+ "description": "A string identifying the version of the triangulation. The format for specifying version will be defined by the agency responsible for the triangulation"
26
+ },
27
+ "publication_date": {
28
+ "$ref": "#/definitions/datetime",
29
+ "description": "The date on which this version of the triangulation was published (or possibly the date on which it takes effect?)"
30
+ },
31
+ "fallback_strategy": {
32
+ "type": "string",
33
+ "enum": [
34
+ "none",
35
+ "nearest_side",
36
+ "nearest_centroid"
37
+ ]
38
+ },
39
+ "license": {
40
+ "type": "string",
41
+ "description": "License under which the file is published"
42
+ },
43
+ "description": {
44
+ "type": "string",
45
+ "description": "A text description of the file"
46
+ },
47
+ "authority": {
48
+ "type": "object",
49
+ "description": "Basic information about the agency responsible for the data set",
50
+ "properties": {
51
+ "name": {
52
+ "type": "string",
53
+ "description": "The name of the agency"
54
+ },
55
+ "url": {
56
+ "type": "string",
57
+ "description": "The url of the agency website",
58
+ "format": "uri"
59
+ },
60
+ "address": {
61
+ "type": "string",
62
+ "description": "The postal address of the agency"
63
+ },
64
+ "email": {
65
+ "type": "string",
66
+ "description": "An email contact address for the agency",
67
+ "format": "email"
68
+ }
69
+ },
70
+ "required": [
71
+ "name"
72
+ ],
73
+ "additionalProperties": false
74
+ },
75
+ "links": {
76
+ "type": "array",
77
+ "description": "Links to related information",
78
+ "items": {
79
+ "type": "object",
80
+ "properties": {
81
+ "href": {
82
+ "type": "string",
83
+ "description": "The URL holding the information",
84
+ "format": "uri"
85
+ },
86
+ "rel": {
87
+ "type": "string",
88
+ "description": "The relationship to the dataset. Proposed relationships are:\n- \"about\": a web page for human consumption describing the model\n- \"source\": the authoritative source data from which the triangulation is built.\n- \"metadata\": ISO 19115 XML metadata regarding the triangulation."
89
+ },
90
+ "type": {
91
+ "type": "string",
92
+ "description": "MIME type"
93
+ },
94
+ "title": {
95
+ "type": "string",
96
+ "description": "Description of the link"
97
+ }
98
+ },
99
+ "required": [
100
+ "href"
101
+ ],
102
+ "additionalProperties": false
103
+ }
104
+ },
105
+ "extent": {
106
+ "$ref": "#/definitions/extent",
107
+ "description": "Defines the region within which the triangulation is defined. This should be a bounding box defined as an array of [west,south,east,north] coordinate values in a unspecified geographic CRS. This bounding box should be seen as approximate, given that triangulation may be defined with projected coordinates, and also because some triangulations may not cover the whole bounding box."
108
+ },
109
+ "input_crs": {
110
+ "$ref": "#/definitions/crs",
111
+ "description": "String identifying the CRS of source coordinates in the vertices. Typically \"EPSG:XXXX\". If the transformation is for vertical component, this should be the code for a compound CRS (can be EPSG:XXXX+YYYY where XXXX is the code of the horizontal CRS and YYYY the code of the vertical CRS). For example, for the KKJ->ETRS89 transformation, this is EPSG:2393 (\"KKJ / Finland Uniform Coordinate System\"). The input coordinates are assumed to be passed in the \"normalized for visualisation\" / \"GIS friendly\" order, that is longitude, latitude for geographic coordinates and easting, northing for projected coordinates."
112
+ },
113
+ "output_crs": {
114
+ "$ref": "#/definitions/crs",
115
+ "description": "String identifying the CRS of target coordinates in the vertices. Typically \"EPSG:XXXX\". If the transformation is for vertical component, this should be the code for a compound CRS (can be EPSG:XXXX+YYYY where XXXX is the code of the horizontal CRS and YYYY the code of the vertical CRS). For example, for the KKJ->ETRS89 transformation, this is EPSG:3067 (\"ETRS89 / TM35FIN(E,N)\"). The output coordinates will be returned in the \"normalized for visualisation\" / \"GIS friendly\" order, that is easting, that is longitude, latitude for geographic coordinates and easting, northing for projected coordinates."
116
+ },
117
+ "transformed_components": {
118
+ "type": "array",
119
+ "description": "Specify which component of the coordinates are transformed. Either \"horizontal\", \"vertical\" or both",
120
+ "minItems": 1,
121
+ "maxItems": 2,
122
+ "items": {
123
+ "type": "string",
124
+ "enum": [
125
+ "horizontal",
126
+ "vertical"
127
+ ]
128
+ }
129
+ },
130
+ "vertices_columns": {
131
+ "type": "array",
132
+ "description": "Specify the name of the columns of the rows in the \"vertices\" array. There must be exactly as many elements in \"vertices_columns\" as in a row of \"vertices\". The following names have a special meaning: \"source_x\", \"source_y\", \"target_x\", \"target_y\", \"source_z\", \"target_z\" and \"offset_z\". \"source_x\" and \"source_y\" are compulsory. \"source_x\" is for the source longitude (in degree) or easting. \"source_y\" is for the source latitude (in degree) or northing. \"target_x\" and \"target_y\" are compulsory when \"horizontal\" is specified in \"transformed_components\". (\"source_z\" and \"target_z\") or \"offset_z\" are compulsory when \"vertical\" is specified in \"transformed_components\".",
133
+ "minItems": 3,
134
+ "items": {
135
+ "type": "string"
136
+ }
137
+ },
138
+ "triangles_columns": {
139
+ "type": "array",
140
+ "description": "Specify the name of the columns of the rows in the \"triangles\" array. There must be exactly as many elements in \"triangles_columns\" as in a row of \"triangles\". The following names have a special meaning: \"idx_vertex1\", \"idx_vertex2\", \"idx_vertex3\". They are compulsory.",
141
+ "minItems": 3,
142
+ "items": {
143
+ "type": "string"
144
+ }
145
+ },
146
+ "vertices": {
147
+ "type": "array",
148
+ "description": "an array whose items are themselves arrays with as many columns as described in \"vertices_columns\"",
149
+ "items": {
150
+ "type": "array"
151
+ }
152
+ },
153
+ "triangles": {
154
+ "type": "array",
155
+ "description": "an array whose items are themselves arrays with as many columns as described in \"triangles_columns\". The value of the \"idx_vertexN\" columns must be indices (between 0 and len(\"vertices\"-1) of items of the \"vertices\" array",
156
+ "items": {
157
+ "type": "array"
158
+ }
159
+ }
160
+ },
161
+ "required": [
162
+ "file_type",
163
+ "format_version",
164
+ "transformed_components",
165
+ "vertices_columns",
166
+ "triangles_columns",
167
+ "vertices",
168
+ "triangles"
169
+ ],
170
+ "additionalProperties": false,
171
+ "definitions": {
172
+ "crs": {
173
+ "type": "string"
174
+ },
175
+ "datetime": {
176
+ "type": "string",
177
+ "format": "date-time",
178
+ "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
179
+ },
180
+ "extent": {
181
+ "type": "object",
182
+ "properties": {
183
+ "type": {
184
+ "type": "string",
185
+ "enum": [
186
+ "bbox"
187
+ ]
188
+ },
189
+ "name" : {
190
+ "type": "string",
191
+ "description": "Name of the extent (e.g. \"Finland - mainland south of 66°N\")"
192
+ },
193
+ "parameters": {
194
+ "type": "object",
195
+ "properties": {
196
+ "bbox": {
197
+ "type": "array",
198
+ "minItems": 4,
199
+ "maxItems": 4,
200
+ "items": {
201
+ "type": "number"
202
+ }
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "required": [
208
+ "type",
209
+ "parameters"
210
+ ],
211
+ "additionalProperties": false
212
+ }
213
+ }
214
+ }
@@ -0,0 +1,214 @@
1
+ # SCCSID @(#)world 1.2 95/08/05 GIE REL
2
+ # proj +init files for various non-U.S. coordinate systems.
3
+ #
4
+ <metadata> +lastupdate=2016-12-12
5
+
6
+ <CH1903> # Swiss Coordinate System
7
+ +proj=somerc +lat_0=46d57'8.660"N +lon_0=7d26'22.500"E
8
+ +ellps=bessel +x_0=600000 +y_0=200000
9
+ +k_0=1. no_defs <>
10
+ <madagascar> # Laborde grid for Madagascar
11
+ proj=labrd ellps=intl lon_0=46d26'13.95E lat_0=18d54S
12
+ azi=18d54 k_0=.9995 x_0=400000 y_0=800000
13
+ no_defs <>
14
+ <new_zealand> # New Zealand Map Grid (NZMG)
15
+ proj=nzmg # Projection unique to N.Z. so all factors fixed
16
+ no_defs <>
17
+ # Secondary grids DMA TM8358.1, p. 4.3
18
+ <bwi> # British West Indies
19
+ proj=tmerc ellps=clrk80 lon_0=62W
20
+ x_0=400000 k_0=0.9995
21
+ no_defs <>
22
+ <costa-n> # Costa Rica Norte
23
+ proj=lcc ellps=clrk66 lat_1=10d28N lon_0=84d20W
24
+ x_0=500000 y_0=217820.522 k_0=0.99995696
25
+ no_defs <>
26
+ <costa-s> # Costa Rica Sud
27
+ proj=lcc ellps=clrk66 lat_1=9dN lon_0=83d40W
28
+ x_0=500000 y_0=327987.436 k_0=0.99995696
29
+ no_defs <>
30
+ <cuba-n> # Cuba Norte
31
+ proj=lcc ellps=clrk66 lat_1=22d21N lon_0=81dW
32
+ x_0=500000 y_0=280296.016 k_0=0.99993602
33
+ no_defs <>
34
+ <cuba-s> # Cuba Sud
35
+ proj=lcc ellps=clrk66 lat_1=20d43'N lon_0=76d50'W
36
+ x_0=500000 y_0=229126.939 k_0=0.99994848
37
+ no_defs <>
38
+ <domin_rep> # Dominican Republic
39
+ proj=lcc ellps=clrk66 lat_1=18d49'N lon_0=71d30'W
40
+ x_0=500000 y_0=277063.657 k_0=0.99991102
41
+ no_defs <>
42
+ <egypt-1> # Egypt
43
+ proj=tmerc ellps=intl lon_0=25d30'E x_0=300000 k_0=0.99985
44
+ no_defs <>
45
+ <egypt-2> # Egypt
46
+ proj=tmerc ellps=intl lon_0=28d30'E x_0=300000 k_0=0.99985
47
+ no_defs <>
48
+ <egypt-3> # Egypt
49
+ proj=tmerc ellps=intl lon_0=31d30'E x_0=300000 k_0=0.99985
50
+ no_defs <>
51
+ <egypt-4> # Egypt
52
+ proj=tmerc ellps=intl lon_0=34d30'E x_0=300000 k_0=0.99985
53
+ no_defs <>
54
+ <egypt-5> # Egypt
55
+ proj=tmerc ellps=intl lon_0=37d30'E x_0=300000 k_0=0.99985
56
+ no_defs <>
57
+ <el_sal> # El Salvador
58
+ proj=lcc ellps=clrk66 lat_1=13d47'N lon_0=89dW
59
+ x_0=500000 y_0=295809.184 k_0=0.99996704
60
+ no_defs <>
61
+ <guat-n> # Guatemala Norte
62
+ proj=lcc ellps=clrk66 lat_1=16d49'N lon_0=90d20'W
63
+ x_0=500000 y_0=292209.579 k_0=0.99992226
64
+ no_defs <>
65
+ <guat-s> # Guatemala Sud
66
+ proj=lcc ellps=clrk66 lat_1=14d54'N lon_0=90d20'W
67
+ x_0=500000 y_0=325992.681 k_0=0.99989906
68
+ no_defs <>
69
+ <haiti> # Haiti
70
+ proj=lcc ellps=clrk66 lat_1=18d49'N lon_0=71d30'W
71
+ x_0=500000 y_0=277063.657 k_0=0.99991102
72
+ no_defs <>
73
+ <hond-n> # Honduras Norte
74
+ proj=lcc ellps=clrk66 lat_1=15d30'N lon_0=86d10'W
75
+ x_0=500000 y_0=296917.439 k_0=0.99993273
76
+ no_defs <>
77
+ <hond-s> # Honduras Sud
78
+ proj=lcc ellps=clrk66 lat_1=13d47'N lon_0=87d10'W
79
+ x_0=500000 y_0=296215.903 k_0=0.99995140
80
+ no_defs <>
81
+ <levant> # Levant
82
+ proj=lcc ellps=clrk66 lat_1=34d39'N lon_0=37d21'E
83
+ x_0=500000 y_0=300000 k_0=0.9996256
84
+ no_defs <>
85
+ <nica-n> # Nicaragua Norte
86
+ proj=lcc ellps=clrk66 lat_1=13d52'N lon_0=85d30'W
87
+ x_0=500000 y_0=359891.816 k_0=0.99990314
88
+ no_defs <>
89
+ <nica-s> # Nicaragua Sud
90
+ proj=lcc ellps=clrk66 lat_1=11d40'N lon_0=85d30'W
91
+ x_0=500000 y_0=288876.327 k_0=0.99992228
92
+ no_defs <>
93
+ <nw-africa> # Northwest Africa
94
+ proj=lcc ellps=clrk80 lat_1=34dN lon_0=0dE
95
+ x_0=1000000 y_0=500000 k_0=0.99908
96
+ no_defs <>
97
+ <palestine> # Palestine
98
+ proj=tmerc a=6378300.79 rf=293.488307656
99
+ lat_0=31d44'2.749"N lon_0=35d12'43.490"E
100
+ x_0=170251.555 y_0=126867.909 k_0=1
101
+ no_defs <>
102
+ <panama> # Panama
103
+ proj=lcc ellps=clrk66 lat_1=8d25'N lon_0=80dW
104
+ x_0=500000 y_0=294865.303 k_0=0.99989909
105
+ no_defs <>
106
+ # other grids in DMA TM8358.1
107
+ <bng> # British National Grid
108
+ proj=tmerc ellps=airy lat_0=49dN lon_0=2dW
109
+ k_0=0.9996012717 x_0=400000 y_0=-100000
110
+ no_defs <>
111
+ <malay> # West Malaysian RSO Grid
112
+ proj=omerc a=6377295.66402 rf=300.8017 alpha=323d01'32.846"
113
+ no_uoff rot_conv lonc=102d15E lat_0=4dN k_0=0.99984 x_0=804670.240 y_0=0
114
+ no_defs <>
115
+ <india-I> # India Zone I
116
+ proj=lcc ellps=everest lon_0=68E lat_1=32d30'N
117
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
118
+ no_defs <>
119
+ <india-IIA> # India Zone IIA
120
+ proj=lcc ellps=everest lon_0=74E lat_1=26N
121
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
122
+ no_defs <>
123
+ <india-IIB> # India Zone IIB
124
+ proj=lcc ellps=everest lon_0=90E lat_1=26N
125
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
126
+ no_defs <>
127
+ <india-IIIA> # India Zone IIIA
128
+ proj=lcc ellps=everest lon_0=80E lat_1=19N
129
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
130
+ no_defs <>
131
+ <india-IIIB> # India Zone IIIB
132
+ proj=lcc ellps=everest lon_0=100E lat_1=19N
133
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
134
+ no_defs <>
135
+ <india-IVA> # India Zone IVA
136
+ proj=lcc ellps=everest lon_0=80E lat_1=12N
137
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
138
+ no_defs <>
139
+ <india-IVB> # India Zone IVB
140
+ proj=lcc ellps=everest lon_0=104E lat_1=12N
141
+ x_0=2743185.69 y_0=914395.23 k_0=.998786408
142
+ no_defs <>
143
+ <ceylon> # Ceylon Belt
144
+ proj=tmerc ellps=everest lon_0=80d46'18.160"E lat_0=7d0'1.729"N
145
+ x_0=160933.56048 y_0=160933.56048 k_0=1.
146
+ no_defs <>
147
+ <irish> # Irish Transverse Mercator Grid
148
+ proj=tmerc ellps=mod_airy lat_0=53d30'N lon_0=8W
149
+ x_0=200000 y_0=250000 k_0=1.000035
150
+ no_defs <>
151
+ <neiez> # Netherlands East Indies Equatorial Zone
152
+ proj=merc ellps=bessel lon_0=110E
153
+ x_0=3900000 y_0=900000 k_0=0.997
154
+ no_defs <>
155
+ <n-alger> # Nord Algerie Grid
156
+ proj=lcc ellps=clrk80 lon_0=2d42E lat_0=36N
157
+ x_0=500000 y_0=300000 k_0=0.999625544
158
+ no_defs <>
159
+ <n-maroc> # Nord Maroc Grid
160
+ proj=lcc ellps=clrk80 lon_0=5d24'W lat_0=33d18'N
161
+ x_0=500000 y_0=300000 k_0=0.999625769
162
+ no_defs <>
163
+ <n-tunis> # Nord Tunisie Grid
164
+ proj=lcc ellps=clrk80 lon_0=9d54E lat_0=36N
165
+ x_0=500000 y_0=300000 k_0=0.999625544
166
+ no_defs <>
167
+ <s-alger> # Sud Algerie Grid
168
+ proj=lcc ellps=clrk80 lon_0=2d42E lat_0=33d18'N
169
+ x_0=500000 y_0=300000 k_0=0.999625769
170
+ no_defs <>
171
+ <s-maroc> # Sud Maroc Grid
172
+ proj=lcc ellps=clrk80 lon_0=5d24W lat_0=29d42'N
173
+ x_0=500000 y_0=300000 k_0=0.999615596
174
+ no_defs <>
175
+ <s-tunis> # Sud Tunisie Grid
176
+ proj=lcc ellps=clrk80 lon_0=9d54'E lat_0=33d18'N
177
+ x_0=500000 y_0=300000 k_0=0.999625769
178
+ no_defs <>
179
+ # Gauss Krueger Grid for Germany
180
+ #
181
+ # The first figure of the easting is lon_0 divided by 3
182
+ # ( 2 for 6d0E, 3 for 9d0E, 4 for 12d0E)
183
+ # For translations you have to remove this first figure
184
+ # and convert northings and eastings from km to meter .
185
+ # The other way round, divide by 1000 and add the figure.
186
+ # I made 3 entries for the officially used grids in Germany
187
+ #
188
+ #
189
+ # Und nochmal in deutsch :
190
+ # Die erste Ziffer des Rechtswerts beschreibt den Hauptmeridian
191
+ # und ist dessen Gradzahl geteilt durch 3.
192
+ # Zum Umrechnen in Grad muss daher die erste Ziffer des Rechtswertes
193
+ # entfernt werden und evt. von km auf Metern umgerechnet werden.
194
+ # Zur Umrechnung in Gauss Krueger Koordinaten entsprechend die
195
+ # Ziffer fuer den Hauptmeridian vor dem Rechtswert ergaenzen.
196
+ # Ich hab fuer alle drei in Deutschland ueblichen Hauptmeridiane
197
+ # jeweils einen Eintrag ergaenzt.
198
+ #
199
+ #
200
+ # added by Michael Goepel <goepel@ffm.plusline.de>
201
+ #
202
+ <gk2-d> # Gauss Krueger Grid for Germany
203
+ proj=tmerc ellps=bessel lon_0=6d0E lat_0=0
204
+ x_0=500000
205
+ no_defs<>
206
+ <gk3-d> # Gauss Krueger Grid for Germany
207
+ proj=tmerc ellps=bessel lon_0=9d0E lat_0=0
208
+ x_0=500000
209
+ no_defs<>
210
+ <gk4-d> # Gauss Krueger Grid for Germany
211
+ proj=tmerc ellps=bessel lon_0=12d0E lat_0=0
212
+ x_0=500000
213
+ no_defs<>
214
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-proj",
3
- "version": "1.0.0-beta.23",
3
+ "version": "1.0.0",
4
4
  "nativeVersion": "9.5.1",
5
5
  "description": "This package provides the precompiled proj library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It allows users to perform geodetic computations such as projections and coordinate transformations, ensuring high performance and cross-platform compatibility. Ideal for use in web and mobile applications.",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-proj#readme",
@@ -8,11 +8,11 @@
8
8
  "license": "MIT",
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@cpp.js/package-tiff": "^1.0.0-beta.25",
12
- "@cpp.js/package-sqlite3": "^1.0.0-beta.24"
11
+ "@cpp.js/package-tiff": "^1.0.0",
12
+ "@cpp.js/package-sqlite3": "^1.0.0"
13
13
  },
14
14
  "devDependencies": {
15
- "cpp.js": "^1.0.0-beta.29"
15
+ "cpp.js": "^1.0.0"
16
16
  },
17
17
  "keywords": [
18
18
  "proj",