pyogrio 0.12.0__cp314-cp314t-macosx_12_0_arm64.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.
Files changed (231) hide show
  1. pyogrio/.dylibs/libgdal.37.3.11.4.dylib +0 -0
  2. pyogrio/__init__.py +57 -0
  3. pyogrio/_compat.py +54 -0
  4. pyogrio/_env.py +59 -0
  5. pyogrio/_err.cpython-314t-darwin.so +0 -0
  6. pyogrio/_geometry.cpython-314t-darwin.so +0 -0
  7. pyogrio/_io.cpython-314t-darwin.so +0 -0
  8. pyogrio/_ogr.cpython-314t-darwin.so +0 -0
  9. pyogrio/_version.py +21 -0
  10. pyogrio/_vsi.cpython-314t-darwin.so +0 -0
  11. pyogrio/core.py +387 -0
  12. pyogrio/errors.py +25 -0
  13. pyogrio/gdal_data/GDAL-targets-release.cmake +19 -0
  14. pyogrio/gdal_data/GDAL-targets.cmake +106 -0
  15. pyogrio/gdal_data/GDALConfig.cmake +24 -0
  16. pyogrio/gdal_data/GDALConfigVersion.cmake +65 -0
  17. pyogrio/gdal_data/GDALLogoBW.svg +138 -0
  18. pyogrio/gdal_data/GDALLogoColor.svg +126 -0
  19. pyogrio/gdal_data/GDALLogoGS.svg +126 -0
  20. pyogrio/gdal_data/LICENSE.TXT +467 -0
  21. pyogrio/gdal_data/MM_m_idofic.csv +321 -0
  22. pyogrio/gdal_data/copyright +467 -0
  23. pyogrio/gdal_data/cubewerx_extra.wkt +48 -0
  24. pyogrio/gdal_data/default.rsc +0 -0
  25. pyogrio/gdal_data/ecw_cs.wkt +1453 -0
  26. pyogrio/gdal_data/eedaconf.json +23 -0
  27. pyogrio/gdal_data/epsg.wkt +1 -0
  28. pyogrio/gdal_data/esri_StatePlane_extra.wkt +631 -0
  29. pyogrio/gdal_data/gdal_algorithm.schema.json +220 -0
  30. pyogrio/gdal_data/gdalg.schema.json +36 -0
  31. pyogrio/gdal_data/gdalicon.png +0 -0
  32. pyogrio/gdal_data/gdalinfo_output.schema.json +390 -0
  33. pyogrio/gdal_data/gdalmdiminfo_output.schema.json +326 -0
  34. pyogrio/gdal_data/gdaltileindex.xsd +253 -0
  35. pyogrio/gdal_data/gdalvrt.xsd +927 -0
  36. pyogrio/gdal_data/gfs.xsd +246 -0
  37. pyogrio/gdal_data/gml_registry.xml +117 -0
  38. pyogrio/gdal_data/gml_registry.xsd +66 -0
  39. pyogrio/gdal_data/grib2_center.csv +251 -0
  40. pyogrio/gdal_data/grib2_process.csv +102 -0
  41. pyogrio/gdal_data/grib2_subcenter.csv +63 -0
  42. pyogrio/gdal_data/grib2_table_4_2_0_0.csv +261 -0
  43. pyogrio/gdal_data/grib2_table_4_2_0_1.csv +261 -0
  44. pyogrio/gdal_data/grib2_table_4_2_0_13.csv +261 -0
  45. pyogrio/gdal_data/grib2_table_4_2_0_14.csv +261 -0
  46. pyogrio/gdal_data/grib2_table_4_2_0_15.csv +261 -0
  47. pyogrio/gdal_data/grib2_table_4_2_0_16.csv +261 -0
  48. pyogrio/gdal_data/grib2_table_4_2_0_17.csv +11 -0
  49. pyogrio/gdal_data/grib2_table_4_2_0_18.csv +261 -0
  50. pyogrio/gdal_data/grib2_table_4_2_0_19.csv +261 -0
  51. pyogrio/gdal_data/grib2_table_4_2_0_190.csv +261 -0
  52. pyogrio/gdal_data/grib2_table_4_2_0_191.csv +261 -0
  53. pyogrio/gdal_data/grib2_table_4_2_0_2.csv +261 -0
  54. pyogrio/gdal_data/grib2_table_4_2_0_20.csv +261 -0
  55. pyogrio/gdal_data/grib2_table_4_2_0_21.csv +261 -0
  56. pyogrio/gdal_data/grib2_table_4_2_0_3.csv +261 -0
  57. pyogrio/gdal_data/grib2_table_4_2_0_4.csv +261 -0
  58. pyogrio/gdal_data/grib2_table_4_2_0_5.csv +261 -0
  59. pyogrio/gdal_data/grib2_table_4_2_0_6.csv +261 -0
  60. pyogrio/gdal_data/grib2_table_4_2_0_7.csv +261 -0
  61. pyogrio/gdal_data/grib2_table_4_2_10_0.csv +261 -0
  62. pyogrio/gdal_data/grib2_table_4_2_10_1.csv +261 -0
  63. pyogrio/gdal_data/grib2_table_4_2_10_191.csv +261 -0
  64. pyogrio/gdal_data/grib2_table_4_2_10_2.csv +261 -0
  65. pyogrio/gdal_data/grib2_table_4_2_10_3.csv +261 -0
  66. pyogrio/gdal_data/grib2_table_4_2_10_4.csv +261 -0
  67. pyogrio/gdal_data/grib2_table_4_2_1_0.csv +261 -0
  68. pyogrio/gdal_data/grib2_table_4_2_1_1.csv +261 -0
  69. pyogrio/gdal_data/grib2_table_4_2_1_2.csv +261 -0
  70. pyogrio/gdal_data/grib2_table_4_2_20_0.csv +261 -0
  71. pyogrio/gdal_data/grib2_table_4_2_20_1.csv +261 -0
  72. pyogrio/gdal_data/grib2_table_4_2_20_2.csv +261 -0
  73. pyogrio/gdal_data/grib2_table_4_2_2_0.csv +261 -0
  74. pyogrio/gdal_data/grib2_table_4_2_2_3.csv +261 -0
  75. pyogrio/gdal_data/grib2_table_4_2_2_4.csv +261 -0
  76. pyogrio/gdal_data/grib2_table_4_2_2_5.csv +261 -0
  77. pyogrio/gdal_data/grib2_table_4_2_2_6.csv +261 -0
  78. pyogrio/gdal_data/grib2_table_4_2_3_0.csv +261 -0
  79. pyogrio/gdal_data/grib2_table_4_2_3_1.csv +261 -0
  80. pyogrio/gdal_data/grib2_table_4_2_3_2.csv +28 -0
  81. pyogrio/gdal_data/grib2_table_4_2_3_3.csv +8 -0
  82. pyogrio/gdal_data/grib2_table_4_2_3_4.csv +14 -0
  83. pyogrio/gdal_data/grib2_table_4_2_3_5.csv +11 -0
  84. pyogrio/gdal_data/grib2_table_4_2_3_6.csv +11 -0
  85. pyogrio/gdal_data/grib2_table_4_2_4_0.csv +261 -0
  86. pyogrio/gdal_data/grib2_table_4_2_4_1.csv +261 -0
  87. pyogrio/gdal_data/grib2_table_4_2_4_10.csv +261 -0
  88. pyogrio/gdal_data/grib2_table_4_2_4_2.csv +261 -0
  89. pyogrio/gdal_data/grib2_table_4_2_4_3.csv +261 -0
  90. pyogrio/gdal_data/grib2_table_4_2_4_4.csv +261 -0
  91. pyogrio/gdal_data/grib2_table_4_2_4_5.csv +261 -0
  92. pyogrio/gdal_data/grib2_table_4_2_4_6.csv +261 -0
  93. pyogrio/gdal_data/grib2_table_4_2_4_7.csv +261 -0
  94. pyogrio/gdal_data/grib2_table_4_2_4_8.csv +261 -0
  95. pyogrio/gdal_data/grib2_table_4_2_4_9.csv +261 -0
  96. pyogrio/gdal_data/grib2_table_4_2_local_Canada.csv +5 -0
  97. pyogrio/gdal_data/grib2_table_4_2_local_HPC.csv +2 -0
  98. pyogrio/gdal_data/grib2_table_4_2_local_MRMS.csv +175 -0
  99. pyogrio/gdal_data/grib2_table_4_2_local_NCEP.csv +401 -0
  100. pyogrio/gdal_data/grib2_table_4_2_local_NDFD.csv +38 -0
  101. pyogrio/gdal_data/grib2_table_4_2_local_index.csv +7 -0
  102. pyogrio/gdal_data/grib2_table_4_5.csv +261 -0
  103. pyogrio/gdal_data/grib2_table_versions.csv +3 -0
  104. pyogrio/gdal_data/gt_datum.csv +229 -0
  105. pyogrio/gdal_data/gt_ellips.csv +24 -0
  106. pyogrio/gdal_data/header.dxf +1124 -0
  107. pyogrio/gdal_data/inspire_cp_BasicPropertyUnit.gfs +57 -0
  108. pyogrio/gdal_data/inspire_cp_CadastralBoundary.gfs +60 -0
  109. pyogrio/gdal_data/inspire_cp_CadastralParcel.gfs +81 -0
  110. pyogrio/gdal_data/inspire_cp_CadastralZoning.gfs +161 -0
  111. pyogrio/gdal_data/jpfgdgml_AdmArea.gfs +59 -0
  112. pyogrio/gdal_data/jpfgdgml_AdmBdry.gfs +49 -0
  113. pyogrio/gdal_data/jpfgdgml_AdmPt.gfs +59 -0
  114. pyogrio/gdal_data/jpfgdgml_BldA.gfs +54 -0
  115. pyogrio/gdal_data/jpfgdgml_BldL.gfs +54 -0
  116. pyogrio/gdal_data/jpfgdgml_Cntr.gfs +54 -0
  117. pyogrio/gdal_data/jpfgdgml_CommBdry.gfs +49 -0
  118. pyogrio/gdal_data/jpfgdgml_CommPt.gfs +59 -0
  119. pyogrio/gdal_data/jpfgdgml_Cstline.gfs +54 -0
  120. pyogrio/gdal_data/jpfgdgml_ElevPt.gfs +54 -0
  121. pyogrio/gdal_data/jpfgdgml_GCP.gfs +94 -0
  122. pyogrio/gdal_data/jpfgdgml_LeveeEdge.gfs +49 -0
  123. pyogrio/gdal_data/jpfgdgml_RailCL.gfs +54 -0
  124. pyogrio/gdal_data/jpfgdgml_RdASL.gfs +44 -0
  125. pyogrio/gdal_data/jpfgdgml_RdArea.gfs +54 -0
  126. pyogrio/gdal_data/jpfgdgml_RdCompt.gfs +59 -0
  127. pyogrio/gdal_data/jpfgdgml_RdEdg.gfs +59 -0
  128. pyogrio/gdal_data/jpfgdgml_RdMgtBdry.gfs +49 -0
  129. pyogrio/gdal_data/jpfgdgml_RdSgmtA.gfs +59 -0
  130. pyogrio/gdal_data/jpfgdgml_RvrMgtBdry.gfs +49 -0
  131. pyogrio/gdal_data/jpfgdgml_SBAPt.gfs +49 -0
  132. pyogrio/gdal_data/jpfgdgml_SBArea.gfs +54 -0
  133. pyogrio/gdal_data/jpfgdgml_SBBdry.gfs +44 -0
  134. pyogrio/gdal_data/jpfgdgml_WA.gfs +54 -0
  135. pyogrio/gdal_data/jpfgdgml_WL.gfs +54 -0
  136. pyogrio/gdal_data/jpfgdgml_WStrA.gfs +54 -0
  137. pyogrio/gdal_data/jpfgdgml_WStrL.gfs +54 -0
  138. pyogrio/gdal_data/leaflet_template.html +102 -0
  139. pyogrio/gdal_data/nitf_spec.xml +3288 -0
  140. pyogrio/gdal_data/nitf_spec.xsd +171 -0
  141. pyogrio/gdal_data/ogr_fields_override.schema.json +125 -0
  142. pyogrio/gdal_data/ogrinfo_output.schema.json +528 -0
  143. pyogrio/gdal_data/ogrvrt.xsd +528 -0
  144. pyogrio/gdal_data/osmconf.ini +134 -0
  145. pyogrio/gdal_data/ozi_datum.csv +131 -0
  146. pyogrio/gdal_data/ozi_ellips.csv +35 -0
  147. pyogrio/gdal_data/pci_datum.txt +530 -0
  148. pyogrio/gdal_data/pci_ellips.txt +129 -0
  149. pyogrio/gdal_data/pdfcomposition.xsd +703 -0
  150. pyogrio/gdal_data/pds4_template.xml +65 -0
  151. pyogrio/gdal_data/plscenesconf.json +1985 -0
  152. pyogrio/gdal_data/ruian_vf_ob_v1.gfs +1455 -0
  153. pyogrio/gdal_data/ruian_vf_st_uvoh_v1.gfs +86 -0
  154. pyogrio/gdal_data/ruian_vf_st_v1.gfs +1489 -0
  155. pyogrio/gdal_data/ruian_vf_v1.gfs +2126 -0
  156. pyogrio/gdal_data/s57agencies.csv +249 -0
  157. pyogrio/gdal_data/s57attributes.csv +484 -0
  158. pyogrio/gdal_data/s57expectedinput.csv +1008 -0
  159. pyogrio/gdal_data/s57objectclasses.csv +287 -0
  160. pyogrio/gdal_data/seed_2d.dgn +0 -0
  161. pyogrio/gdal_data/seed_3d.dgn +0 -0
  162. pyogrio/gdal_data/stateplane.csv +259 -0
  163. pyogrio/gdal_data/template_tiles.mapml +28 -0
  164. pyogrio/gdal_data/tms_LINZAntarticaMapTileGrid.json +190 -0
  165. pyogrio/gdal_data/tms_MapML_APSTILE.json +268 -0
  166. pyogrio/gdal_data/tms_MapML_CBMTILE.json +346 -0
  167. pyogrio/gdal_data/tms_NZTM2000.json +243 -0
  168. pyogrio/gdal_data/trailer.dxf +434 -0
  169. pyogrio/gdal_data/usage +4 -0
  170. pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake +23 -0
  171. pyogrio/gdal_data/vcpkg.spdx.json +291 -0
  172. pyogrio/gdal_data/vcpkg_abi_info.txt +45 -0
  173. pyogrio/gdal_data/vdv452.xml +349 -0
  174. pyogrio/gdal_data/vdv452.xsd +45 -0
  175. pyogrio/gdal_data/vicar.json +164 -0
  176. pyogrio/geopandas.py +978 -0
  177. pyogrio/proj_data/CH +22 -0
  178. pyogrio/proj_data/GL27 +23 -0
  179. pyogrio/proj_data/ITRF2000 +24 -0
  180. pyogrio/proj_data/ITRF2008 +94 -0
  181. pyogrio/proj_data/ITRF2014 +55 -0
  182. pyogrio/proj_data/ITRF2020 +91 -0
  183. pyogrio/proj_data/copyright +34 -0
  184. pyogrio/proj_data/deformation_model.schema.json +582 -0
  185. pyogrio/proj_data/nad.lst +142 -0
  186. pyogrio/proj_data/nad27 +810 -0
  187. pyogrio/proj_data/nad83 +745 -0
  188. pyogrio/proj_data/other.extra +53 -0
  189. pyogrio/proj_data/proj-config-version.cmake +44 -0
  190. pyogrio/proj_data/proj-config.cmake +79 -0
  191. pyogrio/proj_data/proj-targets-release.cmake +19 -0
  192. pyogrio/proj_data/proj-targets.cmake +107 -0
  193. pyogrio/proj_data/proj.db +0 -0
  194. pyogrio/proj_data/proj.ini +59 -0
  195. pyogrio/proj_data/proj4-targets-release.cmake +19 -0
  196. pyogrio/proj_data/proj4-targets.cmake +107 -0
  197. pyogrio/proj_data/projjson.schema.json +1174 -0
  198. pyogrio/proj_data/triangulation.schema.json +214 -0
  199. pyogrio/proj_data/usage +9 -0
  200. pyogrio/proj_data/vcpkg.spdx.json +203 -0
  201. pyogrio/proj_data/vcpkg_abi_info.txt +28 -0
  202. pyogrio/proj_data/world +214 -0
  203. pyogrio/raw.py +897 -0
  204. pyogrio/tests/__init__.py +0 -0
  205. pyogrio/tests/conftest.py +588 -0
  206. pyogrio/tests/fixtures/README.md +108 -0
  207. pyogrio/tests/fixtures/curve.gpkg +0 -0
  208. pyogrio/tests/fixtures/curvepolygon.gpkg +0 -0
  209. pyogrio/tests/fixtures/line_zm.gpkg +0 -0
  210. pyogrio/tests/fixtures/list_field_values_file.parquet +0 -0
  211. pyogrio/tests/fixtures/list_nested_struct_file.parquet +0 -0
  212. pyogrio/tests/fixtures/multisurface.gpkg +0 -0
  213. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg +1 -0
  214. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf +0 -0
  215. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj +1 -0
  216. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp +0 -0
  217. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx +0 -0
  218. pyogrio/tests/fixtures/sample.osm.pbf +0 -0
  219. pyogrio/tests/fixtures/test_gpkg_nulls.gpkg +0 -0
  220. pyogrio/tests/test_arrow.py +1160 -0
  221. pyogrio/tests/test_core.py +702 -0
  222. pyogrio/tests/test_geopandas_io.py +3218 -0
  223. pyogrio/tests/test_path.py +374 -0
  224. pyogrio/tests/test_raw_io.py +1473 -0
  225. pyogrio/tests/test_util.py +56 -0
  226. pyogrio/util.py +258 -0
  227. pyogrio-0.12.0.dist-info/METADATA +125 -0
  228. pyogrio-0.12.0.dist-info/RECORD +231 -0
  229. pyogrio-0.12.0.dist-info/WHEEL +6 -0
  230. pyogrio-0.12.0.dist-info/licenses/LICENSE +21 -0
  231. pyogrio-0.12.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,291 @@
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-arm64-osx-dynamic-release-3.11.4-07bbc624-ddec-40a2-b989-56bcee8568ae",
7
+ "name": "gdal:arm64-osx-dynamic-release@3.11.4 bddefe08952ba95218517f6bb46ddd9831bd2f39ecc7916fe042ee98819cc4bc",
8
+ "creationInfo": {
9
+ "creators": [
10
+ "Tool: vcpkg-2025-07-21-d4b65a2b83ae6c3526acd1c6f3b51aff2a884533"
11
+ ],
12
+ "created": "2025-11-20T10:09:34Z"
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-port",
67
+ "relationshipType": "CONTAINS",
68
+ "relatedSpdxElement": "SPDXRef-file-9"
69
+ },
70
+ {
71
+ "spdxElementId": "SPDXRef-binary",
72
+ "relationshipType": "GENERATED_FROM",
73
+ "relatedSpdxElement": "SPDXRef-port"
74
+ },
75
+ {
76
+ "spdxElementId": "SPDXRef-file-0",
77
+ "relationshipType": "CONTAINED_BY",
78
+ "relatedSpdxElement": "SPDXRef-port"
79
+ },
80
+ {
81
+ "spdxElementId": "SPDXRef-file-1",
82
+ "relationshipType": "CONTAINED_BY",
83
+ "relatedSpdxElement": "SPDXRef-port"
84
+ },
85
+ {
86
+ "spdxElementId": "SPDXRef-file-2",
87
+ "relationshipType": "CONTAINED_BY",
88
+ "relatedSpdxElement": "SPDXRef-port"
89
+ },
90
+ {
91
+ "spdxElementId": "SPDXRef-file-3",
92
+ "relationshipType": "CONTAINED_BY",
93
+ "relatedSpdxElement": "SPDXRef-port"
94
+ },
95
+ {
96
+ "spdxElementId": "SPDXRef-file-4",
97
+ "relationshipType": "CONTAINED_BY",
98
+ "relatedSpdxElement": "SPDXRef-port"
99
+ },
100
+ {
101
+ "spdxElementId": "SPDXRef-file-4",
102
+ "relationshipType": "DEPENDENCY_MANIFEST_OF",
103
+ "relatedSpdxElement": "SPDXRef-port"
104
+ },
105
+ {
106
+ "spdxElementId": "SPDXRef-file-5",
107
+ "relationshipType": "CONTAINED_BY",
108
+ "relatedSpdxElement": "SPDXRef-port"
109
+ },
110
+ {
111
+ "spdxElementId": "SPDXRef-file-6",
112
+ "relationshipType": "CONTAINED_BY",
113
+ "relatedSpdxElement": "SPDXRef-port"
114
+ },
115
+ {
116
+ "spdxElementId": "SPDXRef-file-7",
117
+ "relationshipType": "CONTAINED_BY",
118
+ "relatedSpdxElement": "SPDXRef-port"
119
+ },
120
+ {
121
+ "spdxElementId": "SPDXRef-file-8",
122
+ "relationshipType": "CONTAINED_BY",
123
+ "relatedSpdxElement": "SPDXRef-port"
124
+ },
125
+ {
126
+ "spdxElementId": "SPDXRef-file-9",
127
+ "relationshipType": "CONTAINED_BY",
128
+ "relatedSpdxElement": "SPDXRef-port"
129
+ }
130
+ ],
131
+ "packages": [
132
+ {
133
+ "name": "gdal",
134
+ "SPDXID": "SPDXRef-port",
135
+ "versionInfo": "3.11.4",
136
+ "downloadLocation": "git+https://github.com/Microsoft/vcpkg@3101928464079ad2f9846c45b5a964750b3ff3ff",
137
+ "homepage": "https://gdal.org",
138
+ "licenseConcluded": "LicenseRef-vcpkg-null",
139
+ "licenseDeclared": "NOASSERTION",
140
+ "copyrightText": "NOASSERTION",
141
+ "description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
142
+ "comment": "This is the port (recipe) consumed by vcpkg."
143
+ },
144
+ {
145
+ "name": "gdal:arm64-osx-dynamic-release",
146
+ "SPDXID": "SPDXRef-binary",
147
+ "versionInfo": "bddefe08952ba95218517f6bb46ddd9831bd2f39ecc7916fe042ee98819cc4bc",
148
+ "downloadLocation": "NONE",
149
+ "licenseConcluded": "LicenseRef-vcpkg-null",
150
+ "licenseDeclared": "NOASSERTION",
151
+ "copyrightText": "NOASSERTION",
152
+ "comment": "This is a binary package built by vcpkg."
153
+ },
154
+ {
155
+ "SPDXID": "SPDXRef-resource-0",
156
+ "name": "OSGeo/gdal",
157
+ "downloadLocation": "git+https://github.com/OSGeo/gdal@v3.11.4",
158
+ "licenseConcluded": "NOASSERTION",
159
+ "licenseDeclared": "NOASSERTION",
160
+ "copyrightText": "NOASSERTION",
161
+ "checksums": [
162
+ {
163
+ "algorithm": "SHA512",
164
+ "checksumValue": "84a9bd58e9992d2d447788727228410184ef31e881026aee1f48766ed8b25039ab1b09afe95c97b66d3a0751bab524dc9bb57ab2c78af53632b52ec8dcd6f4ad"
165
+ }
166
+ ]
167
+ }
168
+ ],
169
+ "files": [
170
+ {
171
+ "fileName": "./sqlite3.diff",
172
+ "SPDXID": "SPDXRef-file-0",
173
+ "checksums": [
174
+ {
175
+ "algorithm": "SHA256",
176
+ "checksumValue": "656f219e949cd82fa76b827ea877c74fa998de6cc5535917ab9969b7cfeee510"
177
+ }
178
+ ],
179
+ "licenseConcluded": "NOASSERTION",
180
+ "copyrightText": "NOASSERTION"
181
+ },
182
+ {
183
+ "fileName": "./libkml.patch",
184
+ "SPDXID": "SPDXRef-file-1",
185
+ "checksums": [
186
+ {
187
+ "algorithm": "SHA256",
188
+ "checksumValue": "fe888df8a7c9e468cdd87640c025f48f165d5264af1fa20604bd60859e6f000f"
189
+ }
190
+ ],
191
+ "licenseConcluded": "NOASSERTION",
192
+ "copyrightText": "NOASSERTION"
193
+ },
194
+ {
195
+ "fileName": "./usage",
196
+ "SPDXID": "SPDXRef-file-2",
197
+ "checksums": [
198
+ {
199
+ "algorithm": "SHA256",
200
+ "checksumValue": "c85584261e2011a94b86f04c3a28dd2e165c9e6b47677a9bee26a3d387bc05f2"
201
+ }
202
+ ],
203
+ "licenseConcluded": "NOASSERTION",
204
+ "copyrightText": "NOASSERTION"
205
+ },
206
+ {
207
+ "fileName": "./portfile.cmake",
208
+ "SPDXID": "SPDXRef-file-3",
209
+ "checksums": [
210
+ {
211
+ "algorithm": "SHA256",
212
+ "checksumValue": "3b981802f3a2b54494fdd9d0d810182e12fc051af56df5ef3c6ad6b8cb9c1bbb"
213
+ }
214
+ ],
215
+ "licenseConcluded": "NOASSERTION",
216
+ "copyrightText": "NOASSERTION"
217
+ },
218
+ {
219
+ "fileName": "./vcpkg.json",
220
+ "SPDXID": "SPDXRef-file-4",
221
+ "checksums": [
222
+ {
223
+ "algorithm": "SHA256",
224
+ "checksumValue": "4ef371209d19cb51182e0e2f773bef07bde7945cb3761bd555b9948090966697"
225
+ }
226
+ ],
227
+ "licenseConcluded": "NOASSERTION",
228
+ "copyrightText": "NOASSERTION"
229
+ },
230
+ {
231
+ "fileName": "./target-is-valid.patch",
232
+ "SPDXID": "SPDXRef-file-5",
233
+ "checksums": [
234
+ {
235
+ "algorithm": "SHA256",
236
+ "checksumValue": "d9404cebec6e0f7dc6ae92af733ebad86584eafc40742c916603a8338acfcd15"
237
+ }
238
+ ],
239
+ "licenseConcluded": "NOASSERTION",
240
+ "copyrightText": "NOASSERTION"
241
+ },
242
+ {
243
+ "fileName": "./fix-gdal-target-interfaces.patch",
244
+ "SPDXID": "SPDXRef-file-6",
245
+ "checksums": [
246
+ {
247
+ "algorithm": "SHA256",
248
+ "checksumValue": "9dbe9d5e0dbc3a21370bb3560aa32811d10cc0b19e4b6833cd7258699d206215"
249
+ }
250
+ ],
251
+ "licenseConcluded": "NOASSERTION",
252
+ "copyrightText": "NOASSERTION"
253
+ },
254
+ {
255
+ "fileName": "./vcpkg-cmake-wrapper.cmake",
256
+ "SPDXID": "SPDXRef-file-7",
257
+ "checksums": [
258
+ {
259
+ "algorithm": "SHA256",
260
+ "checksumValue": "c507eaa077072e9877607fd5f70381eebf19900661e2e1fd099d84c4df1b8c24"
261
+ }
262
+ ],
263
+ "licenseConcluded": "NOASSERTION",
264
+ "copyrightText": "NOASSERTION"
265
+ },
266
+ {
267
+ "fileName": "./cmake-project-include.cmake",
268
+ "SPDXID": "SPDXRef-file-8",
269
+ "checksums": [
270
+ {
271
+ "algorithm": "SHA256",
272
+ "checksumValue": "2ca2817d31a328ce3512e32074fa54b4915b4460e2fb2a846e089227c3e90c59"
273
+ }
274
+ ],
275
+ "licenseConcluded": "NOASSERTION",
276
+ "copyrightText": "NOASSERTION"
277
+ },
278
+ {
279
+ "fileName": "./find-link-libraries.patch",
280
+ "SPDXID": "SPDXRef-file-9",
281
+ "checksums": [
282
+ {
283
+ "algorithm": "SHA256",
284
+ "checksumValue": "043cbdd6298fce33c29d128241470b71990dc13eb63bfa44b3d82b17f5384468"
285
+ }
286
+ ],
287
+ "licenseConcluded": "NOASSERTION",
288
+ "copyrightText": "NOASSERTION"
289
+ }
290
+ ]
291
+ }
@@ -0,0 +1,45 @@
1
+ cmake 4.1.1
2
+ cmake-project-include.cmake 2ca2817d31a328ce3512e32074fa54b4915b4460e2fb2a846e089227c3e90c59
3
+ curl ec51d2acaeabea8566ce1255af612d207b358683323052850038b75c42e50e73
4
+ expat e8eb74d67bfb1c6db8c66adc8b777b8ed07f3e28fc6dcf954c0470570cf17a46
5
+ features core;curl;expat;geos;iconv;jpeg;lerc;libkml;libspatialite;openssl;png;qhull;recommended-features;sqlite3
6
+ find-link-libraries.patch 043cbdd6298fce33c29d128241470b71990dc13eb63bfa44b3d82b17f5384468
7
+ fix-gdal-target-interfaces.patch 9dbe9d5e0dbc3a21370bb3560aa32811d10cc0b19e4b6833cd7258699d206215
8
+ geos ba48929717045d0426ef84aba28fe2a1cc741e54fc038554c230146a32ea829c
9
+ json-c 89952a479bc5be0963948299d8d0b968ccce6ea3597daf2966e938c2380754e2
10
+ lerc 685b92ae7e274880f94e30ff5bd6e06dfe1f69a2600977c4c51174426bf39f5f
11
+ libgeotiff f10e3c7f83cd433fd29f0437bcde411a21a0b9a0291388fdfa7dc837d3c1d722
12
+ libiconv accfaa3ee21b177fcc4654e2417dfc50f691a0ffce08612fecd515c2d629c758
13
+ libjpeg-turbo a86f47777d323a491a5d49fe6dbf27c58f890ec3fb84747b13ede489f6162ae7
14
+ libkml 2ce4f621dcc1fc834a5435e98ca3aa1c4f1bb95abf88a8c1a80de1be75e68a91
15
+ libkml.patch fe888df8a7c9e468cdd87640c025f48f165d5264af1fa20604bd60859e6f000f
16
+ libpng 454ed2aa8646c5fccb1249aa3e77f974498d6f3d3bfaca903422dbed4f3f69c2
17
+ libspatialite e1fa47c39e6ffd75b3d43d41e5b5650cf3557115afa6ab56530bed97f495dda3
18
+ openssl 2e1d0035707df9a9ddd10155a88032d69bfb60e96742a7446a6873f0397ffb89
19
+ pkgconf d7ef057314b72d9f0ebb2f651637a418f6a26bda4bbc57059f9a52fcd2927c54
20
+ portfile.cmake 3b981802f3a2b54494fdd9d0d810182e12fc051af56df5ef3c6ad6b8cb9c1bbb
21
+ ports.cmake 396a7ff92b4f63d694e861eda4041784616a05ca31268739cac927c0ac9c4843
22
+ post_build_checks 2
23
+ proj 08edb92358a37487411f7cf8e4c11bd386dc406eb1181e0acb4f804527267d71
24
+ qhull 7e3de95b0d7031ac1ee38c283113365cb58639c842905c0dc570cadcb00a4368
25
+ sqlite3 9b817dc79964e908d9fdadab4ade22e5de968cc86d413b319850ee3cd0316a8a
26
+ sqlite3.diff 656f219e949cd82fa76b827ea877c74fa998de6cc5535917ab9969b7cfeee510
27
+ target-is-valid.patch d9404cebec6e0f7dc6ae92af733ebad86584eafc40742c916603a8338acfcd15
28
+ tiff 34b48c38a6d9fa9ef4b85ad9eb135fca51bebde5b6a8d473bdf22439ff6faffb
29
+ triplet arm64-osx-dynamic-release
30
+ triplet_abi bfb2f1a725a6c7d4c5a71c9867dbce26242b53ad1005a453f934440a490c77ba-c6536c929f0b7e5191e31cc452a71864a2b2273ecad8b5d2b27a82f75d8cc6af-56b562cec89f961ce9463c06a2f2944c6e72b730
31
+ usage c85584261e2011a94b86f04c3a28dd2e165c9e6b47677a9bee26a3d387bc05f2
32
+ vcpkg-cmake 3e4e6c45dca37440d5ad25141b1a0ee63019d170ad1707f6a15dda58ac262ede
33
+ vcpkg-cmake-config 402ae9b1941516996bc9feb112e5ebd653a57d35296b74da59369595d9ba1295
34
+ vcpkg-cmake-wrapper.cmake c507eaa077072e9877607fd5f70381eebf19900661e2e1fd099d84c4df1b8c24
35
+ vcpkg-pkgconfig-get-modules 1cddded0aff5d5193dd6edb6a3b7f8d19a9528e305d35596042cde0d6999c5ed
36
+ vcpkg.json 4ef371209d19cb51182e0e2f773bef07bde7945cb3761bd555b9948090966697
37
+ vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b
38
+ vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d
39
+ vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5
40
+ vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777
41
+ vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58
42
+ vcpkg_from_github 1284881728e98a182fc63e841be04e39b8c94753fdc361603c72a63c1adcf846
43
+ vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2
44
+ vcpkg_replace_string b450deb79207478b37119743e00808ebc42de0628e7b98c14ab24728bd5c78b8
45
+ zlib 836679c13a184bbe554d6b6be4efe92755deb1e33bd66507eee49dbe8f3937db