pyogrio 0.7.1__cp312-cp312-win_amd64.whl → 0.8.0__cp312-cp312-win_amd64.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.
- pyogrio/__init__.py +7 -3
- pyogrio/_compat.py +7 -1
- pyogrio/_err.c +855 -321
- pyogrio/_err.cp312-win_amd64.pyd +0 -0
- pyogrio/_err.pyx +7 -3
- pyogrio/_geometry.c +134 -75
- pyogrio/_geometry.cp312-win_amd64.pyd +0 -0
- pyogrio/_io.c +28451 -22647
- pyogrio/_io.cp312-win_amd64.pyd +0 -0
- pyogrio/_io.pyx +900 -242
- pyogrio/_ogr.c +1317 -1640
- pyogrio/_ogr.cp312-win_amd64.pyd +0 -0
- pyogrio/_ogr.pxd +65 -12
- pyogrio/_ogr.pyx +8 -24
- pyogrio/_version.py +3 -3
- pyogrio/_vsi.c +6815 -0
- pyogrio/_vsi.cp312-win_amd64.pyd +0 -0
- pyogrio/_vsi.pxd +4 -0
- pyogrio/_vsi.pyx +140 -0
- pyogrio/core.py +43 -44
- pyogrio/gdal_data/GDAL-targets-release.cmake +1 -1
- pyogrio/gdal_data/GDAL-targets.cmake +10 -6
- pyogrio/gdal_data/GDALConfigVersion.cmake +3 -3
- pyogrio/gdal_data/gdalinfo_output.schema.json +2 -0
- pyogrio/gdal_data/gdalvrt.xsd +163 -0
- pyogrio/gdal_data/ogrinfo_output.schema.json +12 -1
- pyogrio/gdal_data/vcpkg.spdx.json +23 -23
- pyogrio/gdal_data/vcpkg_abi_info.txt +29 -28
- pyogrio/geopandas.py +131 -30
- pyogrio/proj_data/ITRF2008 +2 -2
- pyogrio/proj_data/proj-config-version.cmake +2 -2
- pyogrio/proj_data/proj-config.cmake +2 -1
- pyogrio/proj_data/proj-targets-release.cmake +0 -1
- pyogrio/proj_data/proj-targets.cmake +10 -6
- pyogrio/proj_data/proj.db +0 -0
- pyogrio/proj_data/proj4-targets-release.cmake +0 -1
- pyogrio/proj_data/proj4-targets.cmake +10 -6
- pyogrio/proj_data/vcpkg.spdx.json +21 -43
- pyogrio/proj_data/vcpkg_abi_info.txt +16 -17
- pyogrio/raw.py +438 -116
- pyogrio/tests/conftest.py +75 -6
- pyogrio/tests/test_arrow.py +841 -7
- pyogrio/tests/test_core.py +99 -7
- pyogrio/tests/test_geopandas_io.py +744 -119
- pyogrio/tests/test_path.py +22 -3
- pyogrio/tests/test_raw_io.py +276 -50
- pyogrio/util.py +41 -19
- pyogrio-0.8.0.dist-info/DELVEWHEEL +2 -0
- {pyogrio-0.7.1.dist-info → pyogrio-0.8.0.dist-info}/METADATA +3 -2
- {pyogrio-0.7.1.dist-info → pyogrio-0.8.0.dist-info}/RECORD +71 -67
- {pyogrio-0.7.1.dist-info → pyogrio-0.8.0.dist-info}/WHEEL +1 -1
- pyogrio.libs/Lerc-62a2c1c74500e7815994b3e49b36750c.dll +0 -0
- pyogrio.libs/{gdal-c3b1d8f66682071d0cd26d86e4182013.dll → gdal-2bfc6a9f962a8953b0640db9a272d797.dll} +0 -0
- pyogrio.libs/geos-289d7171bd083dfed1f8a90e4ae57442.dll +0 -0
- pyogrio.libs/geos_c-2a12859cd876719c648f1eb950b7d94c.dll +0 -0
- pyogrio.libs/{geotiff-e43cdab688866b59f8800cfcde836d16.dll → geotiff-d1c0fcc3c454409ad8be61ff04a7422c.dll} +0 -0
- pyogrio.libs/iconv-2-f2d9304f8dc4cdd981024b520b73a099.dll +0 -0
- pyogrio.libs/{jpeg62-567ab743ac805dfb57fe3867ba5788a4.dll → jpeg62-a67b2bf7fd32d34c565ae5bb6d47c224.dll} +0 -0
- pyogrio.libs/json-c-79a8df7e59952f5c5d594620e4b66c13.dll +0 -0
- pyogrio.libs/libcurl-7fef9869f6520a5fbdb2bc9ce4c496cc.dll +0 -0
- pyogrio.libs/libexpat-fa55f107b678de136400c6d953c3cdde.dll +0 -0
- pyogrio.libs/{liblzma-de7f4770d4e3715acd031ca93883f10c.dll → liblzma-5a1f648afc3d4cf36e3aef2266d55143.dll} +0 -0
- pyogrio.libs/libpng16-6227e9a35c2a350ae6b0586079c10b9e.dll +0 -0
- pyogrio.libs/{msvcp140-83b6a1a2fa8b1735a358b2fe13cabe4e.dll → msvcp140-46db46e967c8db2cb7a20fc75872a57e.dll} +0 -0
- pyogrio.libs/proj-74051a73897c9fa6d7bfef4561688568.dll +0 -0
- pyogrio.libs/{qhull_r-99ae8a526357acc44b162cb4df2c3bb6.dll → qhull_r-d8840f4ed1f7d452ff9a30237320bcfd.dll} +0 -0
- pyogrio.libs/sqlite3-fe7a86058d1c5658d1f9106228a7fd83.dll +0 -0
- pyogrio.libs/{tiff-7c2d4b204ec2db46c81f6a597895c2f7.dll → tiff-ffca1ff19d0e95dad39df0078fb037af.dll} +0 -0
- pyogrio.libs/{zlib1-824de9299616f0908aeeb9441a084848.dll → zlib1-aaba6ea052f6d3fa3d84a301e3eb3d30.dll} +0 -0
- pyogrio/tests/win32.py +0 -86
- pyogrio-0.7.1.dist-info/DELVEWHEEL +0 -2
- pyogrio.libs/Lerc-d5afc4101deffe7de21241ccd4d562f6.dll +0 -0
- pyogrio.libs/geos-1c764a1384537a0ad2995e83d23e8642.dll +0 -0
- pyogrio.libs/geos_c-0d7dfdcee49efa8df585e2fb993157aa.dll +0 -0
- pyogrio.libs/json-c-36c91e30c4410d41c22b2010c31183e3.dll +0 -0
- pyogrio.libs/libcurl-ebcc8c18195071a90e59f818902e10c6.dll +0 -0
- pyogrio.libs/libexpat-345379c9c11632130d8c383cbacde1a6.dll +0 -0
- pyogrio.libs/libpng16-2c30e6846653c47ef2ff9d7dec3338ba.dll +0 -0
- pyogrio.libs/proj-98758c96a6cb682b5cec7e8dc5e29a50.dll +0 -0
- pyogrio.libs/sqlite3-327ed7b38bfd91fb4a17544960e055e9.dll +0 -0
- {pyogrio-0.7.1.dist-info → pyogrio-0.8.0.dist-info}/LICENSE +0 -0
- {pyogrio-0.7.1.dist-info → pyogrio-0.8.0.dist-info}/top_level.txt +0 -0
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"spdxVersion": "SPDX-2.2",
|
|
4
4
|
"dataLicense": "CC0-1.0",
|
|
5
5
|
"SPDXID": "SPDXRef-DOCUMENT",
|
|
6
|
-
"documentNamespace": "https://spdx.org/spdxdocs/gdal-x64-windows-dynamic-release-3.
|
|
7
|
-
"name": "gdal:x64-windows-dynamic-release@3.
|
|
6
|
+
"documentNamespace": "https://spdx.org/spdxdocs/gdal-x64-windows-dynamic-release-3.8.5-aa54f6ca-0bd9-4546-9033-b31d8ab18e9f",
|
|
7
|
+
"name": "gdal:x64-windows-dynamic-release@3.8.5 3eb20361977e696c7023a73bbf65b47f2b5a394dae88adda5226923690cbcc34",
|
|
8
8
|
"creationInfo": {
|
|
9
9
|
"creators": [
|
|
10
|
-
"Tool: vcpkg-
|
|
10
|
+
"Tool: vcpkg-7d353e869753e5609a1f1a057df3db8fd356e49d"
|
|
11
11
|
],
|
|
12
|
-
"created": "
|
|
12
|
+
"created": "2024-05-06T21:53:01Z"
|
|
13
13
|
},
|
|
14
14
|
"relationships": [
|
|
15
15
|
{
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
{
|
|
118
118
|
"name": "gdal",
|
|
119
119
|
"SPDXID": "SPDXRef-port",
|
|
120
|
-
"versionInfo": "3.
|
|
121
|
-
"downloadLocation": "git+https://github.com/Microsoft/vcpkg@
|
|
120
|
+
"versionInfo": "3.8.5",
|
|
121
|
+
"downloadLocation": "git+https://github.com/Microsoft/vcpkg@ea4d3f8cb9ab32d885ac60b974421a604fdbcc87",
|
|
122
122
|
"homepage": "https://gdal.org",
|
|
123
123
|
"licenseConcluded": "NOASSERTION",
|
|
124
124
|
"licenseDeclared": "NOASSERTION",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
{
|
|
130
130
|
"name": "gdal:x64-windows-dynamic-release",
|
|
131
131
|
"SPDXID": "SPDXRef-binary",
|
|
132
|
-
"versionInfo": "
|
|
132
|
+
"versionInfo": "3eb20361977e696c7023a73bbf65b47f2b5a394dae88adda5226923690cbcc34",
|
|
133
133
|
"downloadLocation": "NONE",
|
|
134
134
|
"licenseConcluded": "NOASSERTION",
|
|
135
135
|
"licenseDeclared": "NOASSERTION",
|
|
@@ -139,33 +139,33 @@
|
|
|
139
139
|
{
|
|
140
140
|
"SPDXID": "SPDXRef-resource-1",
|
|
141
141
|
"name": "OSGeo/gdal",
|
|
142
|
-
"downloadLocation": "git+https://github.com/OSGeo/gdal@v3.
|
|
142
|
+
"downloadLocation": "git+https://github.com/OSGeo/gdal@v3.8.5",
|
|
143
143
|
"licenseConcluded": "NOASSERTION",
|
|
144
144
|
"licenseDeclared": "NOASSERTION",
|
|
145
145
|
"copyrightText": "NOASSERTION",
|
|
146
146
|
"checksums": [
|
|
147
147
|
{
|
|
148
148
|
"algorithm": "SHA512",
|
|
149
|
-
"checksumValue": "
|
|
149
|
+
"checksumValue": "5b155229225e904b3619628ec27efdd273d9f083c1ee4f6d94041897d5bc9c3133590b70885ad61fc8864da2f334a75cf32bafe7f776c40bbbc3673fe842c986"
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
}
|
|
153
153
|
],
|
|
154
154
|
"files": [
|
|
155
155
|
{
|
|
156
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
156
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/cmake-project-include.cmake",
|
|
157
157
|
"SPDXID": "SPDXRef-file-0",
|
|
158
158
|
"checksums": [
|
|
159
159
|
{
|
|
160
160
|
"algorithm": "SHA256",
|
|
161
|
-
"checksumValue": "
|
|
161
|
+
"checksumValue": "60c0f79155c78ec0ec4ccdc77e00f4613ae4630c6697f51f884bf8f979a48593"
|
|
162
162
|
}
|
|
163
163
|
],
|
|
164
164
|
"licenseConcluded": "NOASSERTION",
|
|
165
165
|
"copyrightText": "NOASSERTION"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
168
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/find-link-libraries.patch",
|
|
169
169
|
"SPDXID": "SPDXRef-file-1",
|
|
170
170
|
"checksums": [
|
|
171
171
|
{
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"copyrightText": "NOASSERTION"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
180
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/fix-gdal-target-interfaces.patch",
|
|
181
181
|
"SPDXID": "SPDXRef-file-2",
|
|
182
182
|
"checksums": [
|
|
183
183
|
{
|
|
@@ -189,43 +189,43 @@
|
|
|
189
189
|
"copyrightText": "NOASSERTION"
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
192
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/libkml.patch",
|
|
193
193
|
"SPDXID": "SPDXRef-file-3",
|
|
194
194
|
"checksums": [
|
|
195
195
|
{
|
|
196
196
|
"algorithm": "SHA256",
|
|
197
|
-
"checksumValue": "
|
|
197
|
+
"checksumValue": "fe888df8a7c9e468cdd87640c025f48f165d5264af1fa20604bd60859e6f000f"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"licenseConcluded": "NOASSERTION",
|
|
201
201
|
"copyrightText": "NOASSERTION"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
204
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/portfile.cmake",
|
|
205
205
|
"SPDXID": "SPDXRef-file-4",
|
|
206
206
|
"checksums": [
|
|
207
207
|
{
|
|
208
208
|
"algorithm": "SHA256",
|
|
209
|
-
"checksumValue": "
|
|
209
|
+
"checksumValue": "7e5f1f6c6f1f420b994e149d8a31e1e31e23492a881ce29b3c30307ab28f2f92"
|
|
210
210
|
}
|
|
211
211
|
],
|
|
212
212
|
"licenseConcluded": "NOASSERTION",
|
|
213
213
|
"copyrightText": "NOASSERTION"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
216
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/target-is-valid.patch",
|
|
217
217
|
"SPDXID": "SPDXRef-file-5",
|
|
218
218
|
"checksums": [
|
|
219
219
|
{
|
|
220
220
|
"algorithm": "SHA256",
|
|
221
|
-
"checksumValue": "
|
|
221
|
+
"checksumValue": "6a369356c57860f97bd756d3604e7219774e2bfe5c74e5e0178496fad253900f"
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
224
|
"licenseConcluded": "NOASSERTION",
|
|
225
225
|
"copyrightText": "NOASSERTION"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
228
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/usage",
|
|
229
229
|
"SPDXID": "SPDXRef-file-6",
|
|
230
230
|
"checksums": [
|
|
231
231
|
{
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"copyrightText": "NOASSERTION"
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
240
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/vcpkg-cmake-wrapper.cmake",
|
|
241
241
|
"SPDXID": "SPDXRef-file-7",
|
|
242
242
|
"checksums": [
|
|
243
243
|
{
|
|
@@ -249,12 +249,12 @@
|
|
|
249
249
|
"copyrightText": "NOASSERTION"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/
|
|
252
|
+
"fileName": "./C:/vcpkg/buildtrees/versioning_/versions/gdal/ea4d3f8cb9ab32d885ac60b974421a604fdbcc87/vcpkg.json",
|
|
253
253
|
"SPDXID": "SPDXRef-file-8",
|
|
254
254
|
"checksums": [
|
|
255
255
|
{
|
|
256
256
|
"algorithm": "SHA256",
|
|
257
|
-
"checksumValue": "
|
|
257
|
+
"checksumValue": "15039815ee85e9996bda2f7cb66eb87de8b544bcafba85f2518ba1b3f28c9fd5"
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"licenseConcluded": "NOASSERTION",
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
cmake 3.
|
|
2
|
-
cmake-project-include.cmake
|
|
3
|
-
curl
|
|
4
|
-
expat
|
|
5
|
-
features core;curl;expat;geos;jpeg;lerc;png;qhull;recommended-features;sqlite3
|
|
1
|
+
cmake 3.29.2
|
|
2
|
+
cmake-project-include.cmake 60c0f79155c78ec0ec4ccdc77e00f4613ae4630c6697f51f884bf8f979a48593
|
|
3
|
+
curl c33ea1701fcf7db9a5e15fb2a32d3a3f3eeff90f567d4c02527f18932b2fd262
|
|
4
|
+
expat 098ee75e21b25eec9a08604d8d032955a40a8c4de7899bedf1fe8dc56d2d571e
|
|
5
|
+
features core;curl;expat;geos;iconv;jpeg;lerc;png;qhull;recommended-features;sqlite3
|
|
6
6
|
find-link-libraries.patch 9e390300ab79cf6fef1bb009416346a1f98d4946cb14c71ee4ea46217e3cb9d2
|
|
7
7
|
fix-gdal-target-interfaces.patch 9dbe9d5e0dbc3a21370bb3560aa32811d10cc0b19e4b6833cd7258699d206215
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
libjpeg-turbo
|
|
8
|
+
geos 188ce79a38b0901699c552841a22dfabf416fd3ee3abb6bba5f0fb819bfa6dd2
|
|
9
|
+
json-c 77106cd06fa7a75a9df16933859680c63387f07725da814b652514f08f947155
|
|
10
|
+
lerc 6a4ac0c403b2148dea15a212a631de66c431f724a994ecf73f3455dce44583b6
|
|
11
|
+
libgeotiff 1e6467a6655afb3639c28de1d2a1bd8c1582f777d38ea891c74411ee4b253c57
|
|
12
|
+
libiconv fdc9916274621f42f2cb6a34d11c6c1f6d42df053f0edecf1efcf3bc649352dc
|
|
13
|
+
libjpeg-turbo 0e2ffb3c6c6e9aef5a81d57e5c0011cb2b8c2ba6ca7f80d09e43b15862a71b96
|
|
14
14
|
libkml.patch fe888df8a7c9e468cdd87640c025f48f165d5264af1fa20604bd60859e6f000f
|
|
15
|
-
libpng
|
|
16
|
-
pkgconf
|
|
17
|
-
portfile.cmake
|
|
18
|
-
ports.cmake
|
|
15
|
+
libpng 8b17f56c3344602852d8f05db22d11e33be6a401d340a7507bfa1324d19f6596
|
|
16
|
+
pkgconf ad5f9f0e61aac1850a41e41acb0cf857b4fddb327d8fbe7fffc450716da49cef
|
|
17
|
+
portfile.cmake 7e5f1f6c6f1f420b994e149d8a31e1e31e23492a881ce29b3c30307ab28f2f92
|
|
18
|
+
ports.cmake 0500e9e2422fe0084c99bdd0c9de4c7069b76da14c8b58228a7e95ebac43058a
|
|
19
19
|
post_build_checks 2
|
|
20
|
-
powershell 7.2
|
|
21
|
-
proj
|
|
22
|
-
qhull
|
|
23
|
-
sqlite3
|
|
24
|
-
|
|
20
|
+
powershell 7.4.2
|
|
21
|
+
proj 416215fce461361d78576b34d62b8bd8ba78ddf1ef8d98456956f1e79086b9f7
|
|
22
|
+
qhull ebe465afff8dd31022f1edec019d81d9660d2d94339b1957dab63a26332f2686
|
|
23
|
+
sqlite3 340fdee0040de93163f16ef36cd21ba181401592d9aa521ed469196ab32210eb
|
|
24
|
+
target-is-valid.patch 6a369356c57860f97bd756d3604e7219774e2bfe5c74e5e0178496fad253900f
|
|
25
|
+
tiff 399edf2f907320f9665f3cf2abde0a53e698df24a587b9587fb004370b5cdef5
|
|
25
26
|
triplet x64-windows-dynamic-release
|
|
26
|
-
triplet_abi 36210185afbd528d6d7303808480ab7d54f062730bbef9fc1603f69b72ca549a-e36df1c7f50ab25f9c182fa927d06c19ae082e0d599f132b3f655784b49e4b33-
|
|
27
|
+
triplet_abi 36210185afbd528d6d7303808480ab7d54f062730bbef9fc1603f69b72ca549a-e36df1c7f50ab25f9c182fa927d06c19ae082e0d599f132b3f655784b49e4b33-3361a17d8afbd07b0f5c7f4dac4bd892b23a29d3
|
|
27
28
|
usage c85584261e2011a94b86f04c3a28dd2e165c9e6b47677a9bee26a3d387bc05f2
|
|
28
|
-
vcpkg-cmake
|
|
29
|
-
vcpkg-cmake-config
|
|
29
|
+
vcpkg-cmake 35740612fa4f62d67b3e95f3fdb06255dd6f6629d5b984d408d52d43d4a31dec
|
|
30
|
+
vcpkg-cmake-config cb3e28d82ddc1a0b689299cdd01a853e00fb2d8d923b481f32cec4f126a90d2c
|
|
30
31
|
vcpkg-cmake-wrapper.cmake c507eaa077072e9877607fd5f70381eebf19900661e2e1fd099d84c4df1b8c24
|
|
31
|
-
vcpkg-pkgconfig-get-modules
|
|
32
|
-
vcpkg.json
|
|
32
|
+
vcpkg-pkgconfig-get-modules 3efe902774401ec56f026993012d9f311ad89b24129214c7320652c5da55f169
|
|
33
|
+
vcpkg.json 15039815ee85e9996bda2f7cb66eb87de8b544bcafba85f2518ba1b3f28c9fd5
|
|
33
34
|
vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b
|
|
34
35
|
vcpkg_copy_pdbs d57e4f196c82dc562a9968c6155073094513c31e2de475694143d3aa47954b1c
|
|
35
36
|
vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5
|
|
36
|
-
vcpkg_fixup_pkgconfig
|
|
37
|
-
vcpkg_from_git
|
|
37
|
+
vcpkg_fixup_pkgconfig 904e67c46ecbb67379911bc1d7222855c0cbfcf1129bf47783858bcf0cc44970
|
|
38
|
+
vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58
|
|
38
39
|
vcpkg_from_github b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb0502f
|
|
39
40
|
vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2
|
|
40
41
|
vcpkg_replace_string d43c8699ce27e25d47367c970d1c546f6bc36b6df8fb0be0c3986eb5830bd4f1
|
|
41
|
-
zlib
|
|
42
|
+
zlib ed9e7008f4c123d674b47a580eaa9f421c935d6cc84806da55dfab32ee25e391
|
pyogrio/geopandas.py
CHANGED
|
@@ -2,14 +2,14 @@ import os
|
|
|
2
2
|
|
|
3
3
|
import numpy as np
|
|
4
4
|
|
|
5
|
-
from pyogrio._compat import HAS_GEOPANDAS, PANDAS_GE_20
|
|
5
|
+
from pyogrio._compat import HAS_GEOPANDAS, PANDAS_GE_15, PANDAS_GE_20, PANDAS_GE_22
|
|
6
6
|
from pyogrio.raw import (
|
|
7
7
|
DRIVERS_NO_MIXED_SINGLE_MULTI,
|
|
8
8
|
DRIVERS_NO_MIXED_DIMENSIONS,
|
|
9
|
-
detect_write_driver,
|
|
10
9
|
read,
|
|
11
10
|
read_arrow,
|
|
12
11
|
write,
|
|
12
|
+
_get_write_path_driver,
|
|
13
13
|
)
|
|
14
14
|
from pyogrio.errors import DataSourceError
|
|
15
15
|
import warnings
|
|
@@ -33,7 +33,9 @@ def _stringify_path(path):
|
|
|
33
33
|
def _try_parse_datetime(ser):
|
|
34
34
|
import pandas as pd # only called when pandas is known to be installed
|
|
35
35
|
|
|
36
|
-
if
|
|
36
|
+
if PANDAS_GE_22:
|
|
37
|
+
datetime_kwargs = dict(format="ISO8601")
|
|
38
|
+
elif PANDAS_GE_20:
|
|
37
39
|
datetime_kwargs = dict(format="ISO8601", errors="ignore")
|
|
38
40
|
else:
|
|
39
41
|
datetime_kwargs = dict(yearfirst=True)
|
|
@@ -48,10 +50,13 @@ def _try_parse_datetime(ser):
|
|
|
48
50
|
try:
|
|
49
51
|
res = pd.to_datetime(ser, **datetime_kwargs)
|
|
50
52
|
except Exception:
|
|
51
|
-
|
|
53
|
+
res = ser
|
|
52
54
|
# if object dtype, try parse as utc instead
|
|
53
55
|
if res.dtype == "object":
|
|
54
|
-
|
|
56
|
+
try:
|
|
57
|
+
res = pd.to_datetime(ser, utc=True, **datetime_kwargs)
|
|
58
|
+
except Exception:
|
|
59
|
+
pass
|
|
55
60
|
|
|
56
61
|
if res.dtype != "object":
|
|
57
62
|
# GDAL only supports ms precision, convert outputs to match.
|
|
@@ -101,13 +106,16 @@ def read_dataframe(
|
|
|
101
106
|
of the layer in the data source. Defaults to first layer in data source.
|
|
102
107
|
encoding : str, optional (default: None)
|
|
103
108
|
If present, will be used as the encoding for reading string values from
|
|
104
|
-
the data source
|
|
105
|
-
|
|
109
|
+
the data source. By default will automatically try to detect the native
|
|
110
|
+
encoding and decode to ``UTF-8``.
|
|
106
111
|
columns : list-like, optional (default: all columns)
|
|
107
112
|
List of column names to import from the data source. Column names must
|
|
108
113
|
exactly match the names in the data source, and will be returned in
|
|
109
114
|
the order they occur in the data source. To avoid reading any columns,
|
|
110
|
-
pass an empty list-like.
|
|
115
|
+
pass an empty list-like. If combined with ``where`` parameter, must
|
|
116
|
+
include columns referenced in the ``where`` expression or the data may
|
|
117
|
+
not be correctly read; the data source may return empty results or
|
|
118
|
+
raise an exception (behavior varies by driver).
|
|
111
119
|
read_geometry : bool, optional (default: True)
|
|
112
120
|
If True, will read geometry into a GeoSeries. If False, a Pandas DataFrame
|
|
113
121
|
will be returned instead.
|
|
@@ -152,7 +160,12 @@ def read_dataframe(
|
|
|
152
160
|
the starting index is driver and file specific (e.g. typically 0 for
|
|
153
161
|
Shapefile and 1 for GeoPackage, but can still depend on the specific
|
|
154
162
|
file). The performance of reading a large number of features usings FIDs
|
|
155
|
-
is also driver specific
|
|
163
|
+
is also driver specific and depends on the value of ``use_arrow``. The order
|
|
164
|
+
of the rows returned is undefined. If you would like to sort based on FID, use
|
|
165
|
+
``fid_as_index=True`` to have the index of the GeoDataFrame returned set to the
|
|
166
|
+
FIDs of the features read. If ``use_arrow=True``, the number of FIDs is limited
|
|
167
|
+
to 4997 for drivers with 'OGRSQL' as default SQL dialect. To read a larger
|
|
168
|
+
number of FIDs, set ``user_arrow=False``.
|
|
156
169
|
sql : str, optional (default: None)
|
|
157
170
|
The SQL statement to execute. Look at the sql_dialect parameter for more
|
|
158
171
|
information on the syntax to use for the query. When combined with other
|
|
@@ -275,7 +288,11 @@ def read_dataframe(
|
|
|
275
288
|
# Index not asked, no geometry column and no attribute columns: return empty
|
|
276
289
|
return pd.DataFrame()
|
|
277
290
|
elif geometry_name in df.columns:
|
|
278
|
-
|
|
291
|
+
wkb_values = df.pop(geometry_name)
|
|
292
|
+
if PANDAS_GE_15 and wkb_values.dtype != object:
|
|
293
|
+
# for example ArrowDtype will otherwise create numpy array with pd.NA
|
|
294
|
+
wkb_values = wkb_values.to_numpy(na_value=None)
|
|
295
|
+
df["geometry"] = from_wkb(wkb_values, crs=meta["crs"])
|
|
279
296
|
if force_2d:
|
|
280
297
|
df["geometry"] = shapely.force_2d(df["geometry"])
|
|
281
298
|
return gp.GeoDataFrame(df, geometry="geometry")
|
|
@@ -314,6 +331,7 @@ def write_dataframe(
|
|
|
314
331
|
promote_to_multi=None,
|
|
315
332
|
nan_as_null=True,
|
|
316
333
|
append=False,
|
|
334
|
+
use_arrow=None,
|
|
317
335
|
dataset_metadata=None,
|
|
318
336
|
layer_metadata=None,
|
|
319
337
|
metadata=None,
|
|
@@ -331,16 +349,20 @@ def write_dataframe(
|
|
|
331
349
|
all values will be converted to strings to be written to the
|
|
332
350
|
output file, except None and np.nan, which will be set to NULL
|
|
333
351
|
in the output file.
|
|
334
|
-
path : str
|
|
335
|
-
path to file
|
|
336
|
-
|
|
337
|
-
|
|
352
|
+
path : str or io.BytesIO
|
|
353
|
+
path to output file on writeable file system or an io.BytesIO object to
|
|
354
|
+
allow writing to memory
|
|
355
|
+
NOTE: support for writing to memory is limited to specific drivers.
|
|
356
|
+
layer : str, optional (default: None)
|
|
357
|
+
layer name to create. If writing to memory and layer name is not
|
|
358
|
+
provided, it layer name will be set to a UUID4 value.
|
|
338
359
|
driver : string, optional (default: None)
|
|
339
|
-
The OGR format driver used to write the vector file. By default
|
|
340
|
-
|
|
360
|
+
The OGR format driver used to write the vector file. By default attempts
|
|
361
|
+
to infer driver from path. Must be provided to write to memory.
|
|
341
362
|
encoding : str, optional (default: None)
|
|
342
363
|
If present, will be used as the encoding for writing string values to
|
|
343
|
-
the file.
|
|
364
|
+
the file. Use with caution, only certain drivers support encodings
|
|
365
|
+
other than UTF-8.
|
|
344
366
|
geometry_type : string, optional (default: None)
|
|
345
367
|
By default, the geometry type of the layer will be inferred from the
|
|
346
368
|
data, after applying the promote_to_multi logic. If the data only contains a
|
|
@@ -372,8 +394,17 @@ def write_dataframe(
|
|
|
372
394
|
append : bool, optional (default: False)
|
|
373
395
|
If True, the data source specified by path already exists, and the
|
|
374
396
|
driver supports appending to an existing data source, will cause the
|
|
375
|
-
data to be appended to the existing records in the data source.
|
|
397
|
+
data to be appended to the existing records in the data source. Not
|
|
398
|
+
supported for writing to in-memory files.
|
|
376
399
|
NOTE: append support is limited to specific drivers and GDAL versions.
|
|
400
|
+
use_arrow : bool, optional (default: False)
|
|
401
|
+
Whether to use Arrow as the transfer mechanism of the data to write
|
|
402
|
+
from Python to GDAL (requires GDAL >= 3.8 and `pyarrow` to be
|
|
403
|
+
installed). When enabled, this provides a further speed-up.
|
|
404
|
+
Defaults to False, but this default can also be globally overridden
|
|
405
|
+
by setting the ``PYOGRIO_USE_ARROW=1`` environment variable.
|
|
406
|
+
Using Arrow does not support writing an object-dtype column with
|
|
407
|
+
mixed types.
|
|
377
408
|
dataset_metadata : dict, optional (default: None)
|
|
378
409
|
Metadata to be stored at the dataset level in the output file; limited
|
|
379
410
|
to drivers that support writing metadata, such as GPKG, and silently
|
|
@@ -385,10 +416,10 @@ def write_dataframe(
|
|
|
385
416
|
metadata : dict, optional (default: None)
|
|
386
417
|
alias of layer_metadata
|
|
387
418
|
dataset_options : dict, optional
|
|
388
|
-
Dataset creation
|
|
419
|
+
Dataset creation options (format specific) passed to OGR. Specify as
|
|
389
420
|
a key-value dictionary.
|
|
390
421
|
layer_options : dict, optional
|
|
391
|
-
Layer creation
|
|
422
|
+
Layer creation options (format specific) passed to OGR. Specify as
|
|
392
423
|
a key-value dictionary.
|
|
393
424
|
**kwargs
|
|
394
425
|
Additional driver-specific dataset or layer creation options passed
|
|
@@ -408,13 +439,12 @@ def write_dataframe(
|
|
|
408
439
|
import pandas as pd
|
|
409
440
|
from pyproj.enums import WktVersion # if geopandas is available so is pyproj
|
|
410
441
|
|
|
411
|
-
path = str(path)
|
|
412
|
-
|
|
413
442
|
if not isinstance(df, pd.DataFrame):
|
|
414
443
|
raise ValueError("'df' must be a DataFrame or GeoDataFrame")
|
|
415
444
|
|
|
416
|
-
if
|
|
417
|
-
|
|
445
|
+
if use_arrow is None:
|
|
446
|
+
use_arrow = bool(int(os.environ.get("PYOGRIO_USE_ARROW", "0")))
|
|
447
|
+
path, driver = _get_write_path_driver(path, driver, append=append)
|
|
418
448
|
|
|
419
449
|
geometry_columns = df.columns[df.dtypes == "geometry"]
|
|
420
450
|
if len(geometry_columns) > 1:
|
|
@@ -452,7 +482,7 @@ def write_dataframe(
|
|
|
452
482
|
# https://gdal.org/development/rfc/rfc56_millisecond_precision.html#core-changes
|
|
453
483
|
# Convert each row offset to a signed multiple of 15m and add to GMT value
|
|
454
484
|
gdal_offset_representation = tz_offset // pd.Timedelta("15m") + 100
|
|
455
|
-
gdal_tz_offsets[name] = gdal_offset_representation
|
|
485
|
+
gdal_tz_offsets[name] = gdal_offset_representation.values
|
|
456
486
|
else:
|
|
457
487
|
values = col.values
|
|
458
488
|
if isinstance(values, pd.api.extensions.ExtensionArray):
|
|
@@ -469,6 +499,9 @@ def write_dataframe(
|
|
|
469
499
|
field_mask.append(None)
|
|
470
500
|
|
|
471
501
|
# Determine geometry_type and/or promote_to_multi
|
|
502
|
+
if geometry_column is not None:
|
|
503
|
+
geometry_types_all = geometry.geom_type
|
|
504
|
+
|
|
472
505
|
if geometry_column is not None and (
|
|
473
506
|
geometry_type is None or promote_to_multi is None
|
|
474
507
|
):
|
|
@@ -478,9 +511,7 @@ def write_dataframe(
|
|
|
478
511
|
# If there is data, infer layer geometry type + promote_to_multi
|
|
479
512
|
if not df.empty:
|
|
480
513
|
# None/Empty geometries sometimes report as Z incorrectly, so ignore them
|
|
481
|
-
has_z_arr = geometry[
|
|
482
|
-
(geometry != np.array(None)) & (~geometry.is_empty)
|
|
483
|
-
].has_z
|
|
514
|
+
has_z_arr = geometry[geometry.notna() & (~geometry.is_empty)].has_z
|
|
484
515
|
has_z = has_z_arr.any()
|
|
485
516
|
all_z = has_z_arr.all()
|
|
486
517
|
|
|
@@ -489,7 +520,7 @@ def write_dataframe(
|
|
|
489
520
|
f"Mixed 2D and 3D coordinates are not supported by {driver}"
|
|
490
521
|
)
|
|
491
522
|
|
|
492
|
-
geometry_types = pd.Series(
|
|
523
|
+
geometry_types = pd.Series(geometry_types_all.unique()).dropna().values
|
|
493
524
|
if len(geometry_types) == 1:
|
|
494
525
|
tmp_geometry_type = geometry_types[0]
|
|
495
526
|
if promote_to_multi and tmp_geometry_type in (
|
|
@@ -533,10 +564,80 @@ def write_dataframe(
|
|
|
533
564
|
# if possible use EPSG codes instead
|
|
534
565
|
epsg = geometry.crs.to_epsg()
|
|
535
566
|
if epsg:
|
|
536
|
-
crs = f"EPSG:{epsg}"
|
|
567
|
+
crs = f"EPSG:{epsg}" # noqa: E231
|
|
537
568
|
else:
|
|
538
569
|
crs = geometry.crs.to_wkt(WktVersion.WKT1_GDAL)
|
|
539
570
|
|
|
571
|
+
if use_arrow:
|
|
572
|
+
import pyarrow as pa
|
|
573
|
+
from pyogrio.raw import write_arrow
|
|
574
|
+
|
|
575
|
+
if geometry_column is not None:
|
|
576
|
+
# Convert to multi type
|
|
577
|
+
if promote_to_multi:
|
|
578
|
+
import shapely
|
|
579
|
+
|
|
580
|
+
mask_points = geometry_types_all == "Point"
|
|
581
|
+
mask_linestrings = geometry_types_all == "LineString"
|
|
582
|
+
mask_polygons = geometry_types_all == "Polygon"
|
|
583
|
+
|
|
584
|
+
if mask_points.any():
|
|
585
|
+
geometry[mask_points] = shapely.multipoints(
|
|
586
|
+
np.atleast_2d(geometry[mask_points]), axis=0
|
|
587
|
+
)
|
|
588
|
+
|
|
589
|
+
if mask_linestrings.any():
|
|
590
|
+
geometry[mask_linestrings] = shapely.multilinestrings(
|
|
591
|
+
np.atleast_2d(geometry[mask_linestrings]), axis=0
|
|
592
|
+
)
|
|
593
|
+
|
|
594
|
+
if mask_polygons.any():
|
|
595
|
+
geometry[mask_polygons] = shapely.multipolygons(
|
|
596
|
+
np.atleast_2d(geometry[mask_polygons]), axis=0
|
|
597
|
+
)
|
|
598
|
+
|
|
599
|
+
geometry = to_wkb(geometry.values)
|
|
600
|
+
df = df.copy(deep=False)
|
|
601
|
+
# convert to plain DataFrame to avoid warning from geopandas about
|
|
602
|
+
# writing non-geometries to the geometry column
|
|
603
|
+
df = pd.DataFrame(df, copy=False)
|
|
604
|
+
df[geometry_column] = geometry
|
|
605
|
+
|
|
606
|
+
table = pa.Table.from_pandas(df, preserve_index=False)
|
|
607
|
+
|
|
608
|
+
if geometry_column is not None:
|
|
609
|
+
# ensure that the geometry column is binary (for all-null geometries,
|
|
610
|
+
# this could be a wrong type)
|
|
611
|
+
geom_field = table.schema.field(geometry_column)
|
|
612
|
+
if not (
|
|
613
|
+
pa.types.is_binary(geom_field.type)
|
|
614
|
+
or pa.types.is_large_binary(geom_field.type)
|
|
615
|
+
):
|
|
616
|
+
table = table.set_column(
|
|
617
|
+
table.schema.get_field_index(geometry_column),
|
|
618
|
+
geom_field.with_type(pa.binary()),
|
|
619
|
+
table[geometry_column].cast(pa.binary()),
|
|
620
|
+
)
|
|
621
|
+
|
|
622
|
+
write_arrow(
|
|
623
|
+
table,
|
|
624
|
+
path,
|
|
625
|
+
layer=layer,
|
|
626
|
+
driver=driver,
|
|
627
|
+
geometry_name=geometry_column,
|
|
628
|
+
geometry_type=geometry_type,
|
|
629
|
+
crs=crs,
|
|
630
|
+
encoding=encoding,
|
|
631
|
+
append=append,
|
|
632
|
+
dataset_metadata=dataset_metadata,
|
|
633
|
+
layer_metadata=layer_metadata,
|
|
634
|
+
metadata=metadata,
|
|
635
|
+
dataset_options=dataset_options,
|
|
636
|
+
layer_options=layer_options,
|
|
637
|
+
**kwargs,
|
|
638
|
+
)
|
|
639
|
+
return
|
|
640
|
+
|
|
540
641
|
# If there is geometry data, prepare it to be written
|
|
541
642
|
if geometry_column is not None:
|
|
542
643
|
geometry = to_wkb(geometry.values)
|
pyogrio/proj_data/ITRF2008
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
<CARB> +proj=helmert +drx=0.000049 +dry=-0.001088 +drz=0.000664 +convention=position_vector
|
|
44
44
|
|
|
45
|
-
<EURA> +proj=helmert +drx=-0.000083 +dry
|
|
45
|
+
<EURA> +proj=helmert +drx=-0.000083 +dry=-0.000534 +drz=0.000750 +convention=position_vector
|
|
46
46
|
|
|
47
47
|
<INDI> +proj=helmert +drx=0.001232 +dry=0.000303 +drz=0.001540 +convention=position_vector
|
|
48
48
|
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
<CARB_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.000049 +dry=-0.001088 +drz=0.000664 +convention=position_vector
|
|
77
77
|
|
|
78
|
-
<EURA_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000083 +dry
|
|
78
|
+
<EURA_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=-0.000083 +dry=-0.000534 +drz=0.000750 +convention=position_vector
|
|
79
79
|
|
|
80
80
|
<INDI_T> +proj=helmert +dx=0.00041 +dy=0.00022 +dz=0.00041 +drx=0.001232 +dry=0.000303 +drz=0.001540 +convention=position_vector
|
|
81
81
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Version checking for PROJ
|
|
2
2
|
|
|
3
|
-
set (PACKAGE_VERSION "9.
|
|
3
|
+
set (PACKAGE_VERSION "9.4.0")
|
|
4
4
|
set (PACKAGE_VERSION_MAJOR "9")
|
|
5
|
-
set (PACKAGE_VERSION_MINOR "
|
|
5
|
+
set (PACKAGE_VERSION_MINOR "4")
|
|
6
6
|
set (PACKAGE_VERSION_PATCH "0")
|
|
7
7
|
|
|
8
8
|
# These variable definitions parallel those in PROJ's
|
|
@@ -9,7 +9,6 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
|
9
9
|
set_property(TARGET PROJ::proj APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
10
10
|
set_target_properties(PROJ::proj PROPERTIES
|
|
11
11
|
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/proj.lib"
|
|
12
|
-
IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "unofficial::sqlite3::sqlite3;CURL::libcurl"
|
|
13
12
|
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/proj.dll"
|
|
14
13
|
)
|
|
15
14
|
|
|
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.3...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.3...3.27)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
@@ -74,9 +74,12 @@ set(_IMPORT_PREFIX)
|
|
|
74
74
|
|
|
75
75
|
# Loop over all imported files and verify that they actually exist
|
|
76
76
|
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
if(CMAKE_VERSION VERSION_LESS "3.28"
|
|
78
|
+
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
|
|
79
|
+
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
|
|
80
|
+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
|
81
|
+
if(NOT EXISTS "${_cmake_file}")
|
|
82
|
+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
|
80
83
|
\"${_cmake_file}\"
|
|
81
84
|
but this file does not exist. Possible reasons include:
|
|
82
85
|
* The file was deleted, renamed, or moved to another location.
|
|
@@ -85,8 +88,9 @@ but this file does not exist. Possible reasons include:
|
|
|
85
88
|
\"${CMAKE_CURRENT_LIST_FILE}\"
|
|
86
89
|
but not all the files it references.
|
|
87
90
|
")
|
|
88
|
-
|
|
89
|
-
|
|
91
|
+
endif()
|
|
92
|
+
endforeach()
|
|
93
|
+
endif()
|
|
90
94
|
unset(_cmake_file)
|
|
91
95
|
unset("_cmake_import_check_files_for_${_cmake_target}")
|
|
92
96
|
endforeach()
|
pyogrio/proj_data/proj.db
CHANGED
|
Binary file
|
|
@@ -9,7 +9,6 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
|
9
9
|
set_property(TARGET PROJ4::proj APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
10
10
|
set_target_properties(PROJ4::proj PROPERTIES
|
|
11
11
|
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/proj.lib"
|
|
12
|
-
IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "unofficial::sqlite3::sqlite3;CURL::libcurl"
|
|
13
12
|
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/proj.dll"
|
|
14
13
|
)
|
|
15
14
|
|