pyogrio 0.10.0__cp311-cp311-manylinux_2_28_x86_64.whl

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.

Potentially problematic release.


This version of pyogrio might be problematic. Click here for more details.

Files changed (223) hide show
  1. pyogrio/__init__.py +55 -0
  2. pyogrio/_compat.py +47 -0
  3. pyogrio/_env.py +59 -0
  4. pyogrio/_err.cpython-311-x86_64-linux-gnu.so +0 -0
  5. pyogrio/_geometry.cpython-311-x86_64-linux-gnu.so +0 -0
  6. pyogrio/_io.cpython-311-x86_64-linux-gnu.so +0 -0
  7. pyogrio/_ogr.cpython-311-x86_64-linux-gnu.so +0 -0
  8. pyogrio/_version.py +21 -0
  9. pyogrio/_vsi.cpython-311-x86_64-linux-gnu.so +0 -0
  10. pyogrio/core.py +386 -0
  11. pyogrio/errors.py +25 -0
  12. pyogrio/gdal_data/GDAL-targets-release.cmake +19 -0
  13. pyogrio/gdal_data/GDAL-targets.cmake +105 -0
  14. pyogrio/gdal_data/GDALConfig.cmake +24 -0
  15. pyogrio/gdal_data/GDALConfigVersion.cmake +85 -0
  16. pyogrio/gdal_data/GDALLogoBW.svg +138 -0
  17. pyogrio/gdal_data/GDALLogoColor.svg +126 -0
  18. pyogrio/gdal_data/GDALLogoGS.svg +126 -0
  19. pyogrio/gdal_data/LICENSE.TXT +467 -0
  20. pyogrio/gdal_data/MM_m_idofic.csv +321 -0
  21. pyogrio/gdal_data/copyright +467 -0
  22. pyogrio/gdal_data/cubewerx_extra.wkt +48 -0
  23. pyogrio/gdal_data/default.rsc +0 -0
  24. pyogrio/gdal_data/ecw_cs.wkt +1453 -0
  25. pyogrio/gdal_data/eedaconf.json +23 -0
  26. pyogrio/gdal_data/epsg.wkt +1 -0
  27. pyogrio/gdal_data/esri_StatePlane_extra.wkt +631 -0
  28. pyogrio/gdal_data/gdalicon.png +0 -0
  29. pyogrio/gdal_data/gdalinfo_output.schema.json +346 -0
  30. pyogrio/gdal_data/gdalmdiminfo_output.schema.json +321 -0
  31. pyogrio/gdal_data/gdaltileindex.xsd +269 -0
  32. pyogrio/gdal_data/gdalvrt.xsd +880 -0
  33. pyogrio/gdal_data/gfs.xsd +246 -0
  34. pyogrio/gdal_data/gml_registry.xml +117 -0
  35. pyogrio/gdal_data/gml_registry.xsd +66 -0
  36. pyogrio/gdal_data/grib2_center.csv +251 -0
  37. pyogrio/gdal_data/grib2_process.csv +102 -0
  38. pyogrio/gdal_data/grib2_subcenter.csv +63 -0
  39. pyogrio/gdal_data/grib2_table_4_2_0_0.csv +261 -0
  40. pyogrio/gdal_data/grib2_table_4_2_0_1.csv +261 -0
  41. pyogrio/gdal_data/grib2_table_4_2_0_13.csv +261 -0
  42. pyogrio/gdal_data/grib2_table_4_2_0_14.csv +261 -0
  43. pyogrio/gdal_data/grib2_table_4_2_0_15.csv +261 -0
  44. pyogrio/gdal_data/grib2_table_4_2_0_16.csv +261 -0
  45. pyogrio/gdal_data/grib2_table_4_2_0_17.csv +11 -0
  46. pyogrio/gdal_data/grib2_table_4_2_0_18.csv +261 -0
  47. pyogrio/gdal_data/grib2_table_4_2_0_19.csv +261 -0
  48. pyogrio/gdal_data/grib2_table_4_2_0_190.csv +261 -0
  49. pyogrio/gdal_data/grib2_table_4_2_0_191.csv +261 -0
  50. pyogrio/gdal_data/grib2_table_4_2_0_2.csv +261 -0
  51. pyogrio/gdal_data/grib2_table_4_2_0_20.csv +261 -0
  52. pyogrio/gdal_data/grib2_table_4_2_0_21.csv +261 -0
  53. pyogrio/gdal_data/grib2_table_4_2_0_3.csv +261 -0
  54. pyogrio/gdal_data/grib2_table_4_2_0_4.csv +261 -0
  55. pyogrio/gdal_data/grib2_table_4_2_0_5.csv +261 -0
  56. pyogrio/gdal_data/grib2_table_4_2_0_6.csv +261 -0
  57. pyogrio/gdal_data/grib2_table_4_2_0_7.csv +261 -0
  58. pyogrio/gdal_data/grib2_table_4_2_10_0.csv +261 -0
  59. pyogrio/gdal_data/grib2_table_4_2_10_1.csv +261 -0
  60. pyogrio/gdal_data/grib2_table_4_2_10_191.csv +261 -0
  61. pyogrio/gdal_data/grib2_table_4_2_10_2.csv +261 -0
  62. pyogrio/gdal_data/grib2_table_4_2_10_3.csv +261 -0
  63. pyogrio/gdal_data/grib2_table_4_2_10_4.csv +261 -0
  64. pyogrio/gdal_data/grib2_table_4_2_1_0.csv +261 -0
  65. pyogrio/gdal_data/grib2_table_4_2_1_1.csv +261 -0
  66. pyogrio/gdal_data/grib2_table_4_2_1_2.csv +261 -0
  67. pyogrio/gdal_data/grib2_table_4_2_20_0.csv +261 -0
  68. pyogrio/gdal_data/grib2_table_4_2_20_1.csv +261 -0
  69. pyogrio/gdal_data/grib2_table_4_2_20_2.csv +261 -0
  70. pyogrio/gdal_data/grib2_table_4_2_2_0.csv +261 -0
  71. pyogrio/gdal_data/grib2_table_4_2_2_3.csv +261 -0
  72. pyogrio/gdal_data/grib2_table_4_2_2_4.csv +261 -0
  73. pyogrio/gdal_data/grib2_table_4_2_2_5.csv +261 -0
  74. pyogrio/gdal_data/grib2_table_4_2_2_6.csv +261 -0
  75. pyogrio/gdal_data/grib2_table_4_2_3_0.csv +261 -0
  76. pyogrio/gdal_data/grib2_table_4_2_3_1.csv +261 -0
  77. pyogrio/gdal_data/grib2_table_4_2_3_2.csv +28 -0
  78. pyogrio/gdal_data/grib2_table_4_2_3_3.csv +8 -0
  79. pyogrio/gdal_data/grib2_table_4_2_3_4.csv +14 -0
  80. pyogrio/gdal_data/grib2_table_4_2_3_5.csv +11 -0
  81. pyogrio/gdal_data/grib2_table_4_2_3_6.csv +11 -0
  82. pyogrio/gdal_data/grib2_table_4_2_4_0.csv +261 -0
  83. pyogrio/gdal_data/grib2_table_4_2_4_1.csv +261 -0
  84. pyogrio/gdal_data/grib2_table_4_2_4_10.csv +261 -0
  85. pyogrio/gdal_data/grib2_table_4_2_4_2.csv +261 -0
  86. pyogrio/gdal_data/grib2_table_4_2_4_3.csv +261 -0
  87. pyogrio/gdal_data/grib2_table_4_2_4_4.csv +261 -0
  88. pyogrio/gdal_data/grib2_table_4_2_4_5.csv +261 -0
  89. pyogrio/gdal_data/grib2_table_4_2_4_6.csv +261 -0
  90. pyogrio/gdal_data/grib2_table_4_2_4_7.csv +261 -0
  91. pyogrio/gdal_data/grib2_table_4_2_4_8.csv +261 -0
  92. pyogrio/gdal_data/grib2_table_4_2_4_9.csv +261 -0
  93. pyogrio/gdal_data/grib2_table_4_2_local_Canada.csv +5 -0
  94. pyogrio/gdal_data/grib2_table_4_2_local_HPC.csv +2 -0
  95. pyogrio/gdal_data/grib2_table_4_2_local_MRMS.csv +175 -0
  96. pyogrio/gdal_data/grib2_table_4_2_local_NCEP.csv +401 -0
  97. pyogrio/gdal_data/grib2_table_4_2_local_NDFD.csv +38 -0
  98. pyogrio/gdal_data/grib2_table_4_2_local_index.csv +7 -0
  99. pyogrio/gdal_data/grib2_table_4_5.csv +261 -0
  100. pyogrio/gdal_data/grib2_table_versions.csv +3 -0
  101. pyogrio/gdal_data/gt_datum.csv +229 -0
  102. pyogrio/gdal_data/gt_ellips.csv +24 -0
  103. pyogrio/gdal_data/header.dxf +1124 -0
  104. pyogrio/gdal_data/inspire_cp_BasicPropertyUnit.gfs +57 -0
  105. pyogrio/gdal_data/inspire_cp_CadastralBoundary.gfs +60 -0
  106. pyogrio/gdal_data/inspire_cp_CadastralParcel.gfs +81 -0
  107. pyogrio/gdal_data/inspire_cp_CadastralZoning.gfs +161 -0
  108. pyogrio/gdal_data/jpfgdgml_AdmArea.gfs +59 -0
  109. pyogrio/gdal_data/jpfgdgml_AdmBdry.gfs +49 -0
  110. pyogrio/gdal_data/jpfgdgml_AdmPt.gfs +59 -0
  111. pyogrio/gdal_data/jpfgdgml_BldA.gfs +54 -0
  112. pyogrio/gdal_data/jpfgdgml_BldL.gfs +54 -0
  113. pyogrio/gdal_data/jpfgdgml_Cntr.gfs +54 -0
  114. pyogrio/gdal_data/jpfgdgml_CommBdry.gfs +49 -0
  115. pyogrio/gdal_data/jpfgdgml_CommPt.gfs +59 -0
  116. pyogrio/gdal_data/jpfgdgml_Cstline.gfs +54 -0
  117. pyogrio/gdal_data/jpfgdgml_ElevPt.gfs +54 -0
  118. pyogrio/gdal_data/jpfgdgml_GCP.gfs +94 -0
  119. pyogrio/gdal_data/jpfgdgml_LeveeEdge.gfs +49 -0
  120. pyogrio/gdal_data/jpfgdgml_RailCL.gfs +54 -0
  121. pyogrio/gdal_data/jpfgdgml_RdASL.gfs +44 -0
  122. pyogrio/gdal_data/jpfgdgml_RdArea.gfs +54 -0
  123. pyogrio/gdal_data/jpfgdgml_RdCompt.gfs +59 -0
  124. pyogrio/gdal_data/jpfgdgml_RdEdg.gfs +59 -0
  125. pyogrio/gdal_data/jpfgdgml_RdMgtBdry.gfs +49 -0
  126. pyogrio/gdal_data/jpfgdgml_RdSgmtA.gfs +59 -0
  127. pyogrio/gdal_data/jpfgdgml_RvrMgtBdry.gfs +49 -0
  128. pyogrio/gdal_data/jpfgdgml_SBAPt.gfs +49 -0
  129. pyogrio/gdal_data/jpfgdgml_SBArea.gfs +54 -0
  130. pyogrio/gdal_data/jpfgdgml_SBBdry.gfs +44 -0
  131. pyogrio/gdal_data/jpfgdgml_WA.gfs +54 -0
  132. pyogrio/gdal_data/jpfgdgml_WL.gfs +54 -0
  133. pyogrio/gdal_data/jpfgdgml_WStrA.gfs +54 -0
  134. pyogrio/gdal_data/jpfgdgml_WStrL.gfs +54 -0
  135. pyogrio/gdal_data/nitf_spec.xml +3306 -0
  136. pyogrio/gdal_data/nitf_spec.xsd +189 -0
  137. pyogrio/gdal_data/ogrinfo_output.schema.json +528 -0
  138. pyogrio/gdal_data/ogrvrt.xsd +546 -0
  139. pyogrio/gdal_data/osmconf.ini +132 -0
  140. pyogrio/gdal_data/ozi_datum.csv +131 -0
  141. pyogrio/gdal_data/ozi_ellips.csv +35 -0
  142. pyogrio/gdal_data/pci_datum.txt +530 -0
  143. pyogrio/gdal_data/pci_ellips.txt +129 -0
  144. pyogrio/gdal_data/pdfcomposition.xsd +721 -0
  145. pyogrio/gdal_data/pds4_template.xml +65 -0
  146. pyogrio/gdal_data/plscenesconf.json +1985 -0
  147. pyogrio/gdal_data/ruian_vf_ob_v1.gfs +1455 -0
  148. pyogrio/gdal_data/ruian_vf_st_uvoh_v1.gfs +86 -0
  149. pyogrio/gdal_data/ruian_vf_st_v1.gfs +1489 -0
  150. pyogrio/gdal_data/ruian_vf_v1.gfs +2126 -0
  151. pyogrio/gdal_data/s57agencies.csv +249 -0
  152. pyogrio/gdal_data/s57attributes.csv +484 -0
  153. pyogrio/gdal_data/s57expectedinput.csv +1008 -0
  154. pyogrio/gdal_data/s57objectclasses.csv +287 -0
  155. pyogrio/gdal_data/seed_2d.dgn +0 -0
  156. pyogrio/gdal_data/seed_3d.dgn +0 -0
  157. pyogrio/gdal_data/stateplane.csv +259 -0
  158. pyogrio/gdal_data/tms_LINZAntarticaMapTileGrid.json +190 -0
  159. pyogrio/gdal_data/tms_MapML_APSTILE.json +268 -0
  160. pyogrio/gdal_data/tms_MapML_CBMTILE.json +346 -0
  161. pyogrio/gdal_data/tms_NZTM2000.json +243 -0
  162. pyogrio/gdal_data/trailer.dxf +434 -0
  163. pyogrio/gdal_data/usage +4 -0
  164. pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake +23 -0
  165. pyogrio/gdal_data/vcpkg.spdx.json +264 -0
  166. pyogrio/gdal_data/vcpkg_abi_info.txt +41 -0
  167. pyogrio/gdal_data/vdv452.xml +367 -0
  168. pyogrio/gdal_data/vdv452.xsd +63 -0
  169. pyogrio/gdal_data/vicar.json +164 -0
  170. pyogrio/geopandas.py +683 -0
  171. pyogrio/proj_data/CH +22 -0
  172. pyogrio/proj_data/GL27 +23 -0
  173. pyogrio/proj_data/ITRF2000 +24 -0
  174. pyogrio/proj_data/ITRF2008 +94 -0
  175. pyogrio/proj_data/ITRF2014 +55 -0
  176. pyogrio/proj_data/copyright +34 -0
  177. pyogrio/proj_data/deformation_model.schema.json +582 -0
  178. pyogrio/proj_data/nad.lst +142 -0
  179. pyogrio/proj_data/nad27 +810 -0
  180. pyogrio/proj_data/nad83 +745 -0
  181. pyogrio/proj_data/other.extra +53 -0
  182. pyogrio/proj_data/proj-config-version.cmake +44 -0
  183. pyogrio/proj_data/proj-config.cmake +79 -0
  184. pyogrio/proj_data/proj-targets-release.cmake +19 -0
  185. pyogrio/proj_data/proj-targets.cmake +107 -0
  186. pyogrio/proj_data/proj.db +0 -0
  187. pyogrio/proj_data/proj.ini +51 -0
  188. pyogrio/proj_data/proj4-targets-release.cmake +19 -0
  189. pyogrio/proj_data/proj4-targets.cmake +107 -0
  190. pyogrio/proj_data/projjson.schema.json +1174 -0
  191. pyogrio/proj_data/triangulation.schema.json +214 -0
  192. pyogrio/proj_data/usage +4 -0
  193. pyogrio/proj_data/vcpkg.spdx.json +198 -0
  194. pyogrio/proj_data/vcpkg_abi_info.txt +27 -0
  195. pyogrio/proj_data/world +214 -0
  196. pyogrio/raw.py +887 -0
  197. pyogrio/tests/__init__.py +0 -0
  198. pyogrio/tests/conftest.py +398 -0
  199. pyogrio/tests/fixtures/README.md +108 -0
  200. pyogrio/tests/fixtures/curve.gpkg +0 -0
  201. pyogrio/tests/fixtures/curvepolygon.gpkg +0 -0
  202. pyogrio/tests/fixtures/line_zm.gpkg +0 -0
  203. pyogrio/tests/fixtures/multisurface.gpkg +0 -0
  204. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg +1 -0
  205. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf +0 -0
  206. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj +1 -0
  207. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp +0 -0
  208. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx +0 -0
  209. pyogrio/tests/fixtures/sample.osm.pbf +0 -0
  210. pyogrio/tests/fixtures/test_gpkg_nulls.gpkg +0 -0
  211. pyogrio/tests/test_arrow.py +1195 -0
  212. pyogrio/tests/test_core.py +678 -0
  213. pyogrio/tests/test_geopandas_io.py +2314 -0
  214. pyogrio/tests/test_path.py +364 -0
  215. pyogrio/tests/test_raw_io.py +1515 -0
  216. pyogrio/tests/test_util.py +56 -0
  217. pyogrio/util.py +247 -0
  218. pyogrio-0.10.0.dist-info/LICENSE +21 -0
  219. pyogrio-0.10.0.dist-info/METADATA +129 -0
  220. pyogrio-0.10.0.dist-info/RECORD +223 -0
  221. pyogrio-0.10.0.dist-info/WHEEL +5 -0
  222. pyogrio-0.10.0.dist-info/top_level.txt +1 -0
  223. pyogrio.libs/libgdal-44263852.so.35.3.9.1 +0 -0
@@ -0,0 +1,434 @@
1
+ 0
2
+ ENDSEC
3
+ 0
4
+ SECTION
5
+ 2
6
+ OBJECTS
7
+ 0
8
+ DICTIONARY
9
+ 5
10
+ C
11
+ 330
12
+ 0
13
+ 100
14
+ AcDbDictionary
15
+ 281
16
+ 1
17
+ 3
18
+ ACAD_GROUP
19
+ 350
20
+ D
21
+ 3
22
+ ACAD_LAYOUT
23
+ 350
24
+ 1A
25
+ 3
26
+ ACAD_MLEADERSTYLE
27
+ 350
28
+ 43
29
+ 3
30
+ ACAD_PLOTSETTINGS
31
+ 350
32
+ 19
33
+ 3
34
+ ACAD_PLOTSTYLENAME
35
+ 350
36
+ E
37
+ 3
38
+ ACAD_TABLESTYLE
39
+ 350
40
+ 42
41
+ 0
42
+ DICTIONARY
43
+ 5
44
+ D
45
+ 102
46
+ {ACAD_REACTORS
47
+ 330
48
+ C
49
+ 102
50
+ }
51
+ 330
52
+ C
53
+ 100
54
+ AcDbDictionary
55
+ 281
56
+ 1
57
+ 0
58
+ DICTIONARY
59
+ 5
60
+ 1A
61
+ 102
62
+ {ACAD_REACTORS
63
+ 330
64
+ C
65
+ 102
66
+ }
67
+ 330
68
+ C
69
+ 100
70
+ AcDbDictionary
71
+ 281
72
+ 1
73
+ 3
74
+ Layout1
75
+ 350
76
+ 1E
77
+ 3
78
+ Model
79
+ 350
80
+ 22
81
+ 0
82
+ DICTIONARY
83
+ 5
84
+ 43
85
+ 102
86
+ {ACAD_REACTORS
87
+ 330
88
+ C
89
+ 102
90
+ }
91
+ 330
92
+ C
93
+ 100
94
+ AcDbDictionary
95
+ 281
96
+ 1
97
+ 0
98
+ DICTIONARY
99
+ 5
100
+ 19
101
+ 102
102
+ {ACAD_REACTORS
103
+ 330
104
+ C
105
+ 102
106
+ }
107
+ 330
108
+ C
109
+ 100
110
+ AcDbDictionary
111
+ 281
112
+ 1
113
+ 0
114
+ ACDBDICTIONARYWDFLT
115
+ 5
116
+ E
117
+ 102
118
+ {ACAD_REACTORS
119
+ 330
120
+ C
121
+ 102
122
+ }
123
+ 330
124
+ C
125
+ 100
126
+ AcDbDictionary
127
+ 281
128
+ 1
129
+ 3
130
+ Normal
131
+ 350
132
+ F
133
+ 100
134
+ AcDbDictionaryWithDefault
135
+ 340
136
+ F
137
+ 0
138
+ DICTIONARY
139
+ 5
140
+ 42
141
+ 102
142
+ {ACAD_REACTORS
143
+ 330
144
+ C
145
+ 102
146
+ }
147
+ 330
148
+ C
149
+ 100
150
+ AcDbDictionary
151
+ 281
152
+ 1
153
+ 0
154
+ LAYOUT
155
+ 5
156
+ 1E
157
+ 102
158
+ {ACAD_REACTORS
159
+ 330
160
+ 1A
161
+ 102
162
+ }
163
+ 330
164
+ 1A
165
+ 100
166
+ AcDbPlotSettings
167
+ 1
168
+
169
+ 2
170
+ none_device
171
+ 4
172
+
173
+ 6
174
+
175
+ 40
176
+ 0.0
177
+ 41
178
+ 0.0
179
+ 42
180
+ 0.0
181
+ 43
182
+ 0.0
183
+ 44
184
+ 0.0
185
+ 45
186
+ 0.0
187
+ 46
188
+ 0.0
189
+ 47
190
+ 0.0
191
+ 48
192
+ 0.0
193
+ 49
194
+ 0.0
195
+ 140
196
+ 0.0
197
+ 141
198
+ 0.0
199
+ 142
200
+ 1.0
201
+ 143
202
+ 1.0
203
+ 70
204
+ 688
205
+ 72
206
+ 0
207
+ 73
208
+ 0
209
+ 74
210
+ 5
211
+ 7
212
+
213
+ 75
214
+ 16
215
+ 76
216
+ 0
217
+ 77
218
+ 2
219
+ 78
220
+ 300
221
+ 147
222
+ 1.0
223
+ 148
224
+ 0.0
225
+ 149
226
+ 0.0
227
+ 100
228
+ AcDbLayout
229
+ 1
230
+ Layout1
231
+ 70
232
+ 1
233
+ 71
234
+ 1
235
+ 10
236
+ 0.0
237
+ 20
238
+ 0.0
239
+ 11
240
+ 12.0
241
+ 21
242
+ 9.0
243
+ 12
244
+ 0.0
245
+ 22
246
+ 0.0
247
+ 32
248
+ 0.0
249
+ 14
250
+ 1.000000000000000E+20
251
+ 24
252
+ 1.000000000000000E+20
253
+ 34
254
+ 1.000000000000000E+20
255
+ 15
256
+ -1.000000000000000E+20
257
+ 25
258
+ -1.000000000000000E+20
259
+ 35
260
+ -1.000000000000000E+20
261
+ 146
262
+ 0.0
263
+ 13
264
+ 0.0
265
+ 23
266
+ 0.0
267
+ 33
268
+ 0.0
269
+ 16
270
+ 1.0
271
+ 26
272
+ 0.0
273
+ 36
274
+ 0.0
275
+ 17
276
+ 0.0
277
+ 27
278
+ 1.0
279
+ 37
280
+ 0.0
281
+ 76
282
+ 0
283
+ 330
284
+ 1B
285
+ 0
286
+ LAYOUT
287
+ 5
288
+ 22
289
+ 102
290
+ {ACAD_REACTORS
291
+ 330
292
+ 1A
293
+ 102
294
+ }
295
+ 330
296
+ 1A
297
+ 100
298
+ AcDbPlotSettings
299
+ 1
300
+
301
+ 2
302
+ none_device
303
+ 4
304
+
305
+ 6
306
+
307
+ 40
308
+ 0.0
309
+ 41
310
+ 0.0
311
+ 42
312
+ 0.0
313
+ 43
314
+ 0.0
315
+ 44
316
+ 0.0
317
+ 45
318
+ 0.0
319
+ 46
320
+ 0.0
321
+ 47
322
+ 0.0
323
+ 48
324
+ 0.0
325
+ 49
326
+ 0.0
327
+ 140
328
+ 0.0
329
+ 141
330
+ 0.0
331
+ 142
332
+ 1.0
333
+ 143
334
+ 1.0
335
+ 70
336
+ 1712
337
+ 72
338
+ 0
339
+ 73
340
+ 0
341
+ 74
342
+ 0
343
+ 7
344
+
345
+ 75
346
+ 0
347
+ 76
348
+ 0
349
+ 77
350
+ 2
351
+ 78
352
+ 300
353
+ 147
354
+ 1.0
355
+ 148
356
+ 0.0
357
+ 149
358
+ 0.0
359
+ 100
360
+ AcDbLayout
361
+ 1
362
+ Model
363
+ 70
364
+ 1
365
+ 71
366
+ 0
367
+ 10
368
+ 0.0
369
+ 20
370
+ 0.0
371
+ 11
372
+ 12.0
373
+ 21
374
+ 9.0
375
+ 12
376
+ 0.0
377
+ 22
378
+ 0.0
379
+ 32
380
+ 0.0
381
+ 14
382
+ 30.0
383
+ 24
384
+ 49.75
385
+ 34
386
+ 0.0
387
+ 15
388
+ 130.5
389
+ 25
390
+ 163.1318914119703
391
+ 35
392
+ 0.0
393
+ 146
394
+ 0.0
395
+ 13
396
+ 0.0
397
+ 23
398
+ 0.0
399
+ 33
400
+ 0.0
401
+ 16
402
+ 1.0
403
+ 26
404
+ 0.0
405
+ 36
406
+ 0.0
407
+ 17
408
+ 0.0
409
+ 27
410
+ 1.0
411
+ 37
412
+ 0.0
413
+ 76
414
+ 0
415
+ 330
416
+ 1F
417
+ 331
418
+ 29
419
+ 0
420
+ ACDBPLACEHOLDER
421
+ 5
422
+ F
423
+ 102
424
+ {ACAD_REACTORS
425
+ 330
426
+ E
427
+ 102
428
+ }
429
+ 330
430
+ E
431
+ 0
432
+ ENDSEC
433
+ 0
434
+ EOF
@@ -0,0 +1,4 @@
1
+ The package GDAL provides CMake targets:
2
+
3
+ find_package(GDAL CONFIG REQUIRED)
4
+ target_link_libraries(main PRIVATE GDAL::GDAL)
@@ -0,0 +1,23 @@
1
+ cmake_policy(PUSH)
2
+ cmake_policy(SET CMP0012 NEW)
3
+ cmake_policy(SET CMP0054 NEW)
4
+
5
+ list(REMOVE_ITEM ARGS "NO_MODULE" "CONFIG" "MODULE")
6
+ list(APPEND ARGS "CONFIG")
7
+ # The current port version should satisfy GDAL 3.0 ... 3.5
8
+ list(GET ARGS 1 vcpkg_gdal_maybe_version)
9
+ if(vcpkg_gdal_maybe_version MATCHES "(^3\$|^3[.][0-5])")
10
+ list(REMOVE_AT ARGS "1")
11
+ endif()
12
+ unset(vcpkg_gdal_maybe_version)
13
+ _find_package(${ARGS} CONFIG)
14
+ if(GDAL_FOUND)
15
+ get_filename_component(vcpkg_gdal_prefix "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE)
16
+ set(GDAL_INCLUDE_DIR "${vcpkg_gdal_prefix}/include" CACHE INTERNAL "")
17
+ set(GDAL_INCLUDE_DIRS "${GDAL_INCLUDE_DIR}")
18
+ set(GDAL_LIBRARY GDAL::GDAL CACHE INTERNAL "")
19
+ set(GDAL_LIBRARIES "${GDAL_LIBRARY}")
20
+ unset(vcpkg_gdal_prefix)
21
+ endif()
22
+
23
+ cmake_policy(POP)
@@ -0,0 +1,264 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/spdx/spdx-spec/v2.2.1/schemas/spdx-schema.json",
3
+ "spdxVersion": "SPDX-2.2",
4
+ "dataLicense": "CC0-1.0",
5
+ "SPDXID": "SPDXRef-DOCUMENT",
6
+ "documentNamespace": "https://spdx.org/spdxdocs/gdal-x64-linux-dynamic-release-3.9.1-b1c6bf63-bc86-4c2d-b1b0-814c8558dd6b",
7
+ "name": "gdal:x64-linux-dynamic-release@3.9.1 e8268937ca64c8e9b62f162b1b1582b4046b026c9768bde14b60a485a2ae04d0",
8
+ "creationInfo": {
9
+ "creators": [
10
+ "Tool: vcpkg-2024-06-10-02590c430e4ed9215d27870138c2e579cc338772"
11
+ ],
12
+ "created": "2024-09-28T15:35:11Z"
13
+ },
14
+ "relationships": [
15
+ {
16
+ "spdxElementId": "SPDXRef-port",
17
+ "relationshipType": "GENERATES",
18
+ "relatedSpdxElement": "SPDXRef-binary"
19
+ },
20
+ {
21
+ "spdxElementId": "SPDXRef-port",
22
+ "relationshipType": "CONTAINS",
23
+ "relatedSpdxElement": "SPDXRef-file-0"
24
+ },
25
+ {
26
+ "spdxElementId": "SPDXRef-port",
27
+ "relationshipType": "CONTAINS",
28
+ "relatedSpdxElement": "SPDXRef-file-1"
29
+ },
30
+ {
31
+ "spdxElementId": "SPDXRef-port",
32
+ "relationshipType": "CONTAINS",
33
+ "relatedSpdxElement": "SPDXRef-file-2"
34
+ },
35
+ {
36
+ "spdxElementId": "SPDXRef-port",
37
+ "relationshipType": "CONTAINS",
38
+ "relatedSpdxElement": "SPDXRef-file-3"
39
+ },
40
+ {
41
+ "spdxElementId": "SPDXRef-port",
42
+ "relationshipType": "CONTAINS",
43
+ "relatedSpdxElement": "SPDXRef-file-4"
44
+ },
45
+ {
46
+ "spdxElementId": "SPDXRef-port",
47
+ "relationshipType": "CONTAINS",
48
+ "relatedSpdxElement": "SPDXRef-file-5"
49
+ },
50
+ {
51
+ "spdxElementId": "SPDXRef-port",
52
+ "relationshipType": "CONTAINS",
53
+ "relatedSpdxElement": "SPDXRef-file-6"
54
+ },
55
+ {
56
+ "spdxElementId": "SPDXRef-port",
57
+ "relationshipType": "CONTAINS",
58
+ "relatedSpdxElement": "SPDXRef-file-7"
59
+ },
60
+ {
61
+ "spdxElementId": "SPDXRef-port",
62
+ "relationshipType": "CONTAINS",
63
+ "relatedSpdxElement": "SPDXRef-file-8"
64
+ },
65
+ {
66
+ "spdxElementId": "SPDXRef-binary",
67
+ "relationshipType": "GENERATED_FROM",
68
+ "relatedSpdxElement": "SPDXRef-port"
69
+ },
70
+ {
71
+ "spdxElementId": "SPDXRef-file-0",
72
+ "relationshipType": "CONTAINED_BY",
73
+ "relatedSpdxElement": "SPDXRef-port"
74
+ },
75
+ {
76
+ "spdxElementId": "SPDXRef-file-1",
77
+ "relationshipType": "CONTAINED_BY",
78
+ "relatedSpdxElement": "SPDXRef-port"
79
+ },
80
+ {
81
+ "spdxElementId": "SPDXRef-file-2",
82
+ "relationshipType": "CONTAINED_BY",
83
+ "relatedSpdxElement": "SPDXRef-port"
84
+ },
85
+ {
86
+ "spdxElementId": "SPDXRef-file-3",
87
+ "relationshipType": "CONTAINED_BY",
88
+ "relatedSpdxElement": "SPDXRef-port"
89
+ },
90
+ {
91
+ "spdxElementId": "SPDXRef-file-4",
92
+ "relationshipType": "CONTAINED_BY",
93
+ "relatedSpdxElement": "SPDXRef-port"
94
+ },
95
+ {
96
+ "spdxElementId": "SPDXRef-file-5",
97
+ "relationshipType": "CONTAINED_BY",
98
+ "relatedSpdxElement": "SPDXRef-port"
99
+ },
100
+ {
101
+ "spdxElementId": "SPDXRef-file-6",
102
+ "relationshipType": "CONTAINED_BY",
103
+ "relatedSpdxElement": "SPDXRef-port"
104
+ },
105
+ {
106
+ "spdxElementId": "SPDXRef-file-7",
107
+ "relationshipType": "CONTAINED_BY",
108
+ "relatedSpdxElement": "SPDXRef-port"
109
+ },
110
+ {
111
+ "spdxElementId": "SPDXRef-file-8",
112
+ "relationshipType": "CONTAINED_BY",
113
+ "relatedSpdxElement": "SPDXRef-port"
114
+ }
115
+ ],
116
+ "packages": [
117
+ {
118
+ "name": "gdal",
119
+ "SPDXID": "SPDXRef-port",
120
+ "versionInfo": "3.9.1",
121
+ "downloadLocation": "git+https://github.com/Microsoft/vcpkg@65b271a32a93a9dfa4dfd3905fcd0b5388926f81",
122
+ "homepage": "https://gdal.org",
123
+ "licenseConcluded": "NOASSERTION",
124
+ "licenseDeclared": "NOASSERTION",
125
+ "copyrightText": "NOASSERTION",
126
+ "description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
127
+ "comment": "This is the port (recipe) consumed by vcpkg."
128
+ },
129
+ {
130
+ "name": "gdal:x64-linux-dynamic-release",
131
+ "SPDXID": "SPDXRef-binary",
132
+ "versionInfo": "e8268937ca64c8e9b62f162b1b1582b4046b026c9768bde14b60a485a2ae04d0",
133
+ "downloadLocation": "NONE",
134
+ "licenseConcluded": "NOASSERTION",
135
+ "licenseDeclared": "NOASSERTION",
136
+ "copyrightText": "NOASSERTION",
137
+ "comment": "This is a binary package built by vcpkg."
138
+ },
139
+ {
140
+ "SPDXID": "SPDXRef-resource-1",
141
+ "name": "OSGeo/gdal",
142
+ "downloadLocation": "git+https://github.com/OSGeo/gdal@v3.9.1",
143
+ "licenseConcluded": "NOASSERTION",
144
+ "licenseDeclared": "NOASSERTION",
145
+ "copyrightText": "NOASSERTION",
146
+ "checksums": [
147
+ {
148
+ "algorithm": "SHA512",
149
+ "checksumValue": "d9ab5d94dc870df17b010166d3ebbe897a1f673ba05bf31cd4bed437b6db303dd9e373ba5099d3a191ff3e48c995556fb5bcc77d03d975614df4aa20a2c2b085"
150
+ }
151
+ ]
152
+ }
153
+ ],
154
+ "files": [
155
+ {
156
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/cmake-project-include.cmake",
157
+ "SPDXID": "SPDXRef-file-0",
158
+ "checksums": [
159
+ {
160
+ "algorithm": "SHA256",
161
+ "checksumValue": "60c0f79155c78ec0ec4ccdc77e00f4613ae4630c6697f51f884bf8f979a48593"
162
+ }
163
+ ],
164
+ "licenseConcluded": "NOASSERTION",
165
+ "copyrightText": "NOASSERTION"
166
+ },
167
+ {
168
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/usage",
169
+ "SPDXID": "SPDXRef-file-1",
170
+ "checksums": [
171
+ {
172
+ "algorithm": "SHA256",
173
+ "checksumValue": "c85584261e2011a94b86f04c3a28dd2e165c9e6b47677a9bee26a3d387bc05f2"
174
+ }
175
+ ],
176
+ "licenseConcluded": "NOASSERTION",
177
+ "copyrightText": "NOASSERTION"
178
+ },
179
+ {
180
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/portfile.cmake",
181
+ "SPDXID": "SPDXRef-file-2",
182
+ "checksums": [
183
+ {
184
+ "algorithm": "SHA256",
185
+ "checksumValue": "92a0c437215b5fed404a2deb00ade3a8cfb4da00c518af38525a3194a7d89c1a"
186
+ }
187
+ ],
188
+ "licenseConcluded": "NOASSERTION",
189
+ "copyrightText": "NOASSERTION"
190
+ },
191
+ {
192
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/libkml.patch",
193
+ "SPDXID": "SPDXRef-file-3",
194
+ "checksums": [
195
+ {
196
+ "algorithm": "SHA256",
197
+ "checksumValue": "fe888df8a7c9e468cdd87640c025f48f165d5264af1fa20604bd60859e6f000f"
198
+ }
199
+ ],
200
+ "licenseConcluded": "NOASSERTION",
201
+ "copyrightText": "NOASSERTION"
202
+ },
203
+ {
204
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/vcpkg.json",
205
+ "SPDXID": "SPDXRef-file-4",
206
+ "checksums": [
207
+ {
208
+ "algorithm": "SHA256",
209
+ "checksumValue": "71bb644d1501bdc16fbe5e88a45a27c478bee667cbace588c569de28778c89ff"
210
+ }
211
+ ],
212
+ "licenseConcluded": "NOASSERTION",
213
+ "copyrightText": "NOASSERTION"
214
+ },
215
+ {
216
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/find-link-libraries.patch",
217
+ "SPDXID": "SPDXRef-file-5",
218
+ "checksums": [
219
+ {
220
+ "algorithm": "SHA256",
221
+ "checksumValue": "043cbdd6298fce33c29d128241470b71990dc13eb63bfa44b3d82b17f5384468"
222
+ }
223
+ ],
224
+ "licenseConcluded": "NOASSERTION",
225
+ "copyrightText": "NOASSERTION"
226
+ },
227
+ {
228
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/target-is-valid.patch",
229
+ "SPDXID": "SPDXRef-file-6",
230
+ "checksums": [
231
+ {
232
+ "algorithm": "SHA256",
233
+ "checksumValue": "6a369356c57860f97bd756d3604e7219774e2bfe5c74e5e0178496fad253900f"
234
+ }
235
+ ],
236
+ "licenseConcluded": "NOASSERTION",
237
+ "copyrightText": "NOASSERTION"
238
+ },
239
+ {
240
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/fix-gdal-target-interfaces.patch",
241
+ "SPDXID": "SPDXRef-file-7",
242
+ "checksums": [
243
+ {
244
+ "algorithm": "SHA256",
245
+ "checksumValue": "9dbe9d5e0dbc3a21370bb3560aa32811d10cc0b19e4b6833cd7258699d206215"
246
+ }
247
+ ],
248
+ "licenseConcluded": "NOASSERTION",
249
+ "copyrightText": "NOASSERTION"
250
+ },
251
+ {
252
+ "fileName": ".//opt/vcpkg/buildtrees/versioning_/versions/gdal/65b271a32a93a9dfa4dfd3905fcd0b5388926f81/vcpkg-cmake-wrapper.cmake",
253
+ "SPDXID": "SPDXRef-file-8",
254
+ "checksums": [
255
+ {
256
+ "algorithm": "SHA256",
257
+ "checksumValue": "c507eaa077072e9877607fd5f70381eebf19900661e2e1fd099d84c4df1b8c24"
258
+ }
259
+ ],
260
+ "licenseConcluded": "NOASSERTION",
261
+ "copyrightText": "NOASSERTION"
262
+ }
263
+ ]
264
+ }