pyogrio 0.10.0__cp313-cp313-manylinux_2_28_aarch64.whl → 0.11.1__cp313-cp313-manylinux_2_28_aarch64.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 +12 -10
- pyogrio/_compat.py +8 -0
- pyogrio/_err.cpython-313-aarch64-linux-gnu.so +0 -0
- pyogrio/_geometry.cpython-313-aarch64-linux-gnu.so +0 -0
- pyogrio/_io.cpython-313-aarch64-linux-gnu.so +0 -0
- pyogrio/_ogr.cpython-313-aarch64-linux-gnu.so +0 -0
- pyogrio/_version.py +3 -3
- pyogrio/_vsi.cpython-313-aarch64-linux-gnu.so +0 -0
- pyogrio/gdal_data/GDAL-targets-release.cmake +3 -3
- pyogrio/gdal_data/GDAL-targets.cmake +2 -2
- pyogrio/gdal_data/GDALConfigVersion.cmake +3 -3
- pyogrio/gdal_data/gdalinfo_output.schema.json +3 -3
- pyogrio/gdal_data/gdaltileindex.xsd +1 -17
- pyogrio/gdal_data/gdalvrt.xsd +48 -41
- pyogrio/gdal_data/nitf_spec.xml +1 -17
- pyogrio/gdal_data/nitf_spec.xsd +1 -17
- pyogrio/gdal_data/ogrvrt.xsd +1 -17
- pyogrio/gdal_data/osmconf.ini +3 -1
- pyogrio/gdal_data/pdfcomposition.xsd +1 -17
- pyogrio/gdal_data/template_tiles.mapml +28 -0
- pyogrio/gdal_data/vcpkg.spdx.json +32 -27
- pyogrio/gdal_data/vcpkg_abi_info.txt +27 -26
- pyogrio/gdal_data/vdv452.xml +1 -17
- pyogrio/gdal_data/vdv452.xsd +1 -17
- pyogrio/geopandas.py +91 -43
- pyogrio/proj_data/ITRF2014 +1 -1
- pyogrio/proj_data/ITRF2020 +91 -0
- pyogrio/proj_data/proj-config-version.cmake +3 -3
- pyogrio/proj_data/proj-config.cmake +1 -1
- pyogrio/proj_data/proj-targets.cmake +3 -3
- pyogrio/proj_data/proj.db +0 -0
- pyogrio/proj_data/proj.ini +11 -3
- pyogrio/proj_data/proj4-targets.cmake +3 -3
- pyogrio/proj_data/usage +7 -2
- pyogrio/proj_data/vcpkg.spdx.json +27 -22
- pyogrio/proj_data/vcpkg_abi_info.txt +15 -14
- pyogrio/tests/conftest.py +8 -0
- pyogrio/tests/test_arrow.py +3 -0
- pyogrio/tests/test_core.py +8 -4
- pyogrio/tests/test_geopandas_io.py +270 -45
- pyogrio/tests/test_path.py +10 -0
- pyogrio/tests/test_raw_io.py +6 -2
- pyogrio/util.py +15 -2
- {pyogrio-0.10.0.dist-info → pyogrio-0.11.1.dist-info}/METADATA +32 -37
- {pyogrio-0.10.0.dist-info → pyogrio-0.11.1.dist-info}/RECORD +202 -200
- {pyogrio-0.10.0.dist-info → pyogrio-0.11.1.dist-info}/WHEEL +1 -1
- pyogrio.libs/{libgdal-b0847c7b.so.35.3.9.1 → libgdal-3af0c888.so.36.3.10.3} +0 -0
- {pyogrio-0.10.0.dist-info → pyogrio-0.11.1.dist-info/licenses}/LICENSE +0 -0
- {pyogrio-0.10.0.dist-info → pyogrio-0.11.1.dist-info}/top_level.txt +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by CMake
|
|
2
2
|
|
|
3
3
|
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
|
4
|
-
message(FATAL_ERROR "CMake >= 2.8.
|
|
4
|
+
message(FATAL_ERROR "CMake >= 2.8.12 required")
|
|
5
5
|
endif()
|
|
6
6
|
if(CMAKE_VERSION VERSION_LESS "2.8.12")
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.12 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.12...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.12...3.29)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
@@ -60,7 +60,7 @@ add_library(PROJ::proj STATIC IMPORTED)
|
|
|
60
60
|
set_target_properties(PROJ::proj PROPERTIES
|
|
61
61
|
INTERFACE_COMPILE_DEFINITIONS "PROJ_DLL="
|
|
62
62
|
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
63
|
-
INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;\$<LINK_ONLY:-pthread>;\$<LINK_ONLY:
|
|
63
|
+
INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;\$<LINK_ONLY:-pthread>;\$<LINK_ONLY:unofficial::sqlite3::sqlite3>;\$<LINK_ONLY:>;\$<LINK_ONLY:TIFF::TIFF>;\$<LINK_ONLY:CURL::libcurl>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:ws2_32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:wldap32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:advapi32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:crypt32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:normaliz>>"
|
|
64
64
|
)
|
|
65
65
|
|
|
66
66
|
# Load information for each installed configuration.
|
pyogrio/proj_data/proj.db
CHANGED
|
Binary file
|
pyogrio/proj_data/proj.ini
CHANGED
|
@@ -23,13 +23,13 @@ cache_enabled = on
|
|
|
23
23
|
cache_size_MB = 300
|
|
24
24
|
|
|
25
25
|
; Time-to-live delay in seconds before already accessed remote resources are
|
|
26
|
-
;
|
|
26
|
+
; accessed again to check if they have been updated.
|
|
27
27
|
cache_ttl_sec = 86400
|
|
28
28
|
|
|
29
29
|
; Can be set to on so that by default the lack of a known resource files needed
|
|
30
30
|
; for the best transformation PROJ would normally use causes an error, or off
|
|
31
31
|
; to accept missing resource files without errors or warnings.
|
|
32
|
-
; This default value itself is
|
|
32
|
+
; This default value itself is overridden by the PROJ_ONLY_BEST_DEFAULT environment
|
|
33
33
|
; variable if set, and then by the ONLY_BEST setting that can be
|
|
34
34
|
; passed to the proj_create_crs_to_crs() method, or with the --only-best
|
|
35
35
|
; option of the cs2cs program.
|
|
@@ -38,10 +38,18 @@ cache_ttl_sec = 86400
|
|
|
38
38
|
only_best_default = off
|
|
39
39
|
|
|
40
40
|
; Filename of the Certificate Authority (CA) bundle.
|
|
41
|
-
; Can be
|
|
41
|
+
; Can be overridden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable.
|
|
42
42
|
; (added in PROJ 9.0)
|
|
43
43
|
; ca_bundle_path = /path/to/cabundle.pem
|
|
44
44
|
|
|
45
|
+
; When this is set to on, the operating systems native CA store will be used for certificate verification
|
|
46
|
+
; If you set this option to on and also set ca_bundle_path then during verification those certificates are
|
|
47
|
+
; searched in addition to the native CA store.
|
|
48
|
+
; (added in PROJ 9.6)
|
|
49
|
+
; Valid values = on, off
|
|
50
|
+
;native_ca = on
|
|
51
|
+
|
|
52
|
+
|
|
45
53
|
; Transverse Mercator (and UTM) default algorithm: auto, evenden_snyder or poder_engsager
|
|
46
54
|
; * evenden_snyder is the fastest, but less accurate far from central meridian
|
|
47
55
|
; * poder_engsager is slower, but more accurate far from central meridian
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by CMake
|
|
2
2
|
|
|
3
3
|
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
|
4
|
-
message(FATAL_ERROR "CMake >= 2.8.
|
|
4
|
+
message(FATAL_ERROR "CMake >= 2.8.12 required")
|
|
5
5
|
endif()
|
|
6
6
|
if(CMAKE_VERSION VERSION_LESS "2.8.12")
|
|
7
7
|
message(FATAL_ERROR "CMake >= 2.8.12 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION 2.8.12...3.
|
|
10
|
+
cmake_policy(VERSION 2.8.12...3.29)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
@@ -60,7 +60,7 @@ add_library(PROJ4::proj STATIC IMPORTED)
|
|
|
60
60
|
set_target_properties(PROJ4::proj PROPERTIES
|
|
61
61
|
INTERFACE_COMPILE_DEFINITIONS "PROJ_DLL="
|
|
62
62
|
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
63
|
-
INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;\$<LINK_ONLY:-pthread>;\$<LINK_ONLY:
|
|
63
|
+
INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;\$<LINK_ONLY:-pthread>;\$<LINK_ONLY:unofficial::sqlite3::sqlite3>;\$<LINK_ONLY:>;\$<LINK_ONLY:TIFF::TIFF>;\$<LINK_ONLY:CURL::libcurl>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:ws2_32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:wldap32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:advapi32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:crypt32>>;\$<LINK_ONLY:\$<\$<CXX_COMPILER_ID:MSVC>:normaliz>>"
|
|
64
64
|
)
|
|
65
65
|
|
|
66
66
|
# Load information for each installed configuration.
|
pyogrio/proj_data/usage
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
proj provides CMake targets:
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
find_package(PROJ CONFIG REQUIRED)
|
|
4
|
+
target_link_libraries(main PRIVATE PROJ::proj)
|
|
5
|
+
|
|
6
|
+
proj provides pkg-config modules:
|
|
7
|
+
|
|
8
|
+
# Coordinate transformation software library
|
|
9
|
+
proj
|
|
@@ -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/proj-arm64-linux-dynamic-release-9.
|
|
7
|
-
"name": "proj:arm64-linux-dynamic-release@9.
|
|
6
|
+
"documentNamespace": "https://spdx.org/spdxdocs/proj-arm64-linux-dynamic-release-9.6.0-65633414-0b88-469e-9ad3-0003ef901af5",
|
|
7
|
+
"name": "proj:arm64-linux-dynamic-release@9.6.0 348b35b1e6ddacb995d29f89e0c22ab0edbbcc90294221210a95e57198ae2879",
|
|
8
8
|
"creationInfo": {
|
|
9
9
|
"creators": [
|
|
10
|
-
"Tool: vcpkg-
|
|
10
|
+
"Tool: vcpkg-2025-04-16-f9b6c6917b23c1ccf16c1a9f015ebabf8f615045"
|
|
11
11
|
],
|
|
12
|
-
"created": "
|
|
12
|
+
"created": "2025-08-02T19:52:59Z"
|
|
13
13
|
},
|
|
14
14
|
"relationships": [
|
|
15
15
|
{
|
|
@@ -81,14 +81,19 @@
|
|
|
81
81
|
"spdxElementId": "SPDXRef-file-5",
|
|
82
82
|
"relationshipType": "CONTAINED_BY",
|
|
83
83
|
"relatedSpdxElement": "SPDXRef-port"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"spdxElementId": "SPDXRef-file-5",
|
|
87
|
+
"relationshipType": "DEPENDENCY_MANIFEST_OF",
|
|
88
|
+
"relatedSpdxElement": "SPDXRef-port"
|
|
84
89
|
}
|
|
85
90
|
],
|
|
86
91
|
"packages": [
|
|
87
92
|
{
|
|
88
93
|
"name": "proj",
|
|
89
94
|
"SPDXID": "SPDXRef-port",
|
|
90
|
-
"versionInfo": "9.
|
|
91
|
-
"downloadLocation": "git+https://github.com/Microsoft/vcpkg@
|
|
95
|
+
"versionInfo": "9.6.0",
|
|
96
|
+
"downloadLocation": "git+https://github.com/Microsoft/vcpkg@157177ebd5778822eaf744dd5c725e553758a866",
|
|
92
97
|
"homepage": "https://proj.org/",
|
|
93
98
|
"licenseConcluded": "MIT",
|
|
94
99
|
"licenseDeclared": "NOASSERTION",
|
|
@@ -99,7 +104,7 @@
|
|
|
99
104
|
{
|
|
100
105
|
"name": "proj:arm64-linux-dynamic-release",
|
|
101
106
|
"SPDXID": "SPDXRef-binary",
|
|
102
|
-
"versionInfo": "
|
|
107
|
+
"versionInfo": "348b35b1e6ddacb995d29f89e0c22ab0edbbcc90294221210a95e57198ae2879",
|
|
103
108
|
"downloadLocation": "NONE",
|
|
104
109
|
"licenseConcluded": "MIT",
|
|
105
110
|
"licenseDeclared": "NOASSERTION",
|
|
@@ -107,88 +112,88 @@
|
|
|
107
112
|
"comment": "This is a binary package built by vcpkg."
|
|
108
113
|
},
|
|
109
114
|
{
|
|
110
|
-
"SPDXID": "SPDXRef-resource-
|
|
115
|
+
"SPDXID": "SPDXRef-resource-0",
|
|
111
116
|
"name": "OSGeo/PROJ",
|
|
112
|
-
"downloadLocation": "git+https://github.com/OSGeo/PROJ@9.
|
|
117
|
+
"downloadLocation": "git+https://github.com/OSGeo/PROJ@9.6.0",
|
|
113
118
|
"licenseConcluded": "NOASSERTION",
|
|
114
119
|
"licenseDeclared": "NOASSERTION",
|
|
115
120
|
"copyrightText": "NOASSERTION",
|
|
116
121
|
"checksums": [
|
|
117
122
|
{
|
|
118
123
|
"algorithm": "SHA512",
|
|
119
|
-
"checksumValue": "
|
|
124
|
+
"checksumValue": "45d8bfb883431c62c2627cecf583a4374efda7f109c2b43d3fe8ef18136f30cf57682d6e6c44256ba099533754392c87f71e940a41018a577f540310001e0f05"
|
|
120
125
|
}
|
|
121
126
|
]
|
|
122
127
|
}
|
|
123
128
|
],
|
|
124
129
|
"files": [
|
|
125
130
|
{
|
|
126
|
-
"fileName": "
|
|
131
|
+
"fileName": "./fix-proj4-targets-cmake.patch",
|
|
127
132
|
"SPDXID": "SPDXRef-file-0",
|
|
128
133
|
"checksums": [
|
|
129
134
|
{
|
|
130
135
|
"algorithm": "SHA256",
|
|
131
|
-
"checksumValue": "
|
|
136
|
+
"checksumValue": "d76e1d419d3367dda3381fd11a637f3465bc838d611fa8ceaca20048c1b3cd6e"
|
|
132
137
|
}
|
|
133
138
|
],
|
|
134
139
|
"licenseConcluded": "NOASSERTION",
|
|
135
140
|
"copyrightText": "NOASSERTION"
|
|
136
141
|
},
|
|
137
142
|
{
|
|
138
|
-
"fileName": "
|
|
143
|
+
"fileName": "./usage",
|
|
139
144
|
"SPDXID": "SPDXRef-file-1",
|
|
140
145
|
"checksums": [
|
|
141
146
|
{
|
|
142
147
|
"algorithm": "SHA256",
|
|
143
|
-
"checksumValue": "
|
|
148
|
+
"checksumValue": "ae06beae83376cd9f11db8c2596bd038f89ae1e2cd32b82ee333f1572070370a"
|
|
144
149
|
}
|
|
145
150
|
],
|
|
146
151
|
"licenseConcluded": "NOASSERTION",
|
|
147
152
|
"copyrightText": "NOASSERTION"
|
|
148
153
|
},
|
|
149
154
|
{
|
|
150
|
-
"fileName": "
|
|
155
|
+
"fileName": "./remove_toolset_restriction.patch",
|
|
151
156
|
"SPDXID": "SPDXRef-file-2",
|
|
152
157
|
"checksums": [
|
|
153
158
|
{
|
|
154
159
|
"algorithm": "SHA256",
|
|
155
|
-
"checksumValue": "
|
|
160
|
+
"checksumValue": "25c1c986673bd539f5ec920684a08b38d0d37d9e24b6793e5b79dbd717bde04e"
|
|
156
161
|
}
|
|
157
162
|
],
|
|
158
163
|
"licenseConcluded": "NOASSERTION",
|
|
159
164
|
"copyrightText": "NOASSERTION"
|
|
160
165
|
},
|
|
161
166
|
{
|
|
162
|
-
"fileName": "
|
|
167
|
+
"fileName": "./sqlite.diff",
|
|
163
168
|
"SPDXID": "SPDXRef-file-3",
|
|
164
169
|
"checksums": [
|
|
165
170
|
{
|
|
166
171
|
"algorithm": "SHA256",
|
|
167
|
-
"checksumValue": "
|
|
172
|
+
"checksumValue": "75049bf707593bb9a22a6f77ccc062fe1343484a12920adc7be5c29c14746857"
|
|
168
173
|
}
|
|
169
174
|
],
|
|
170
175
|
"licenseConcluded": "NOASSERTION",
|
|
171
176
|
"copyrightText": "NOASSERTION"
|
|
172
177
|
},
|
|
173
178
|
{
|
|
174
|
-
"fileName": "
|
|
179
|
+
"fileName": "./portfile.cmake",
|
|
175
180
|
"SPDXID": "SPDXRef-file-4",
|
|
176
181
|
"checksums": [
|
|
177
182
|
{
|
|
178
183
|
"algorithm": "SHA256",
|
|
179
|
-
"checksumValue": "
|
|
184
|
+
"checksumValue": "5fd54e02ca8ceda95178cb097182d81c5e10590cb15f74c1f67ed328eab84af2"
|
|
180
185
|
}
|
|
181
186
|
],
|
|
182
187
|
"licenseConcluded": "NOASSERTION",
|
|
183
188
|
"copyrightText": "NOASSERTION"
|
|
184
189
|
},
|
|
185
190
|
{
|
|
186
|
-
"fileName": "
|
|
191
|
+
"fileName": "./vcpkg.json",
|
|
187
192
|
"SPDXID": "SPDXRef-file-5",
|
|
188
193
|
"checksums": [
|
|
189
194
|
{
|
|
190
195
|
"algorithm": "SHA256",
|
|
191
|
-
"checksumValue": "
|
|
196
|
+
"checksumValue": "88ecc073bf74d5a0a114bb1357499f6210c84a4f5a8b7beed2af94907f2f8802"
|
|
192
197
|
}
|
|
193
198
|
],
|
|
194
199
|
"licenseConcluded": "NOASSERTION",
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
cmake 0
|
|
2
|
-
curl
|
|
2
|
+
curl cd91820052c5cabfc1071ef2e315d5ffb8df212645994cfb2e46e60d7fd331c9
|
|
3
3
|
features core;net;tiff
|
|
4
4
|
fix-proj4-targets-cmake.patch d76e1d419d3367dda3381fd11a637f3465bc838d611fa8ceaca20048c1b3cd6e
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
ports.cmake 3581688c16865b2026d28240d7c6257b848475ffc9fe81b3f3d304973253cf5e
|
|
5
|
+
nlohmann-json 954441e704eb380a65016bee26dcbcad6bfb6b7fcc5b9798634756fa28e44a6f
|
|
6
|
+
portfile.cmake 5fd54e02ca8ceda95178cb097182d81c5e10590cb15f74c1f67ed328eab84af2
|
|
7
|
+
ports.cmake a9f8f745f9f4d225039f9810e79670f10f38c7455222865616ce430a06f75d1f
|
|
9
8
|
post_build_checks 2
|
|
10
9
|
remove_toolset_restriction.patch 25c1c986673bd539f5ec920684a08b38d0d37d9e24b6793e5b79dbd717bde04e
|
|
11
|
-
|
|
12
|
-
sqlite3
|
|
13
|
-
|
|
10
|
+
sqlite.diff 75049bf707593bb9a22a6f77ccc062fe1343484a12920adc7be5c29c14746857
|
|
11
|
+
sqlite3 992583566108959150284e905c28253a6f8ceb2966469b5f1671a6290aa5bbef
|
|
12
|
+
sqlite3 c4c6516c985c071858a60e59e8a55c84d76df40b88e6877d8730429dffd48c52
|
|
13
|
+
tiff 523d46f94adc7c2ae348e5df2d96c9ea9302074cf92f4921a773596d55ce202c
|
|
14
14
|
triplet arm64-linux-dynamic-release
|
|
15
|
-
triplet_abi a2978ef94e01dd995e28fd3fc9d73a99d96cda95c172e0f1d199230f0e1bcdce-
|
|
16
|
-
usage
|
|
17
|
-
vcpkg-cmake
|
|
18
|
-
vcpkg-cmake-config
|
|
19
|
-
vcpkg.json
|
|
15
|
+
triplet_abi a2978ef94e01dd995e28fd3fc9d73a99d96cda95c172e0f1d199230f0e1bcdce-7300d6fc76582335b0d9fd6dc6a00f69d7ba728b9d6444ad2a9d42f054e1d991-74c8e394d0e73248df1e0668d914ff6b718e7a09
|
|
16
|
+
usage ae06beae83376cd9f11db8c2596bd038f89ae1e2cd32b82ee333f1572070370a
|
|
17
|
+
vcpkg-cmake a79c21e39eef27f214b8b5336b87655ab057fc471392d4b93a5d289d903644f1
|
|
18
|
+
vcpkg-cmake-config 74889bcdb08699240b376f5c1546060ab9b2e21a3c7d5818beabe6166fd915ab
|
|
19
|
+
vcpkg.json 88ecc073bf74d5a0a114bb1357499f6210c84a4f5a8b7beed2af94907f2f8802
|
|
20
20
|
vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b
|
|
21
|
-
vcpkg_copy_pdbs
|
|
21
|
+
vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d
|
|
22
22
|
vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5
|
|
23
23
|
vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777
|
|
24
24
|
vcpkg_from_git 96ed81968f76354c00096dd8cd4e63c6a235fa969334a11ab18d11c0c512ff58
|
|
25
25
|
vcpkg_from_github b743742296a114ea1b18ae99672e02f142c4eb2bef7f57d36c038bedbfb0502f
|
|
26
|
+
vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2
|
|
26
27
|
vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29
|
|
27
28
|
vcpkg_replace_string b450deb79207478b37119743e00808ebc42de0628e7b98c14ab24728bd5c78b8
|
pyogrio/tests/conftest.py
CHANGED
|
@@ -31,7 +31,10 @@ DRIVERS = {
|
|
|
31
31
|
".geojsonl": "GeoJSONSeq",
|
|
32
32
|
".geojsons": "GeoJSONSeq",
|
|
33
33
|
".gpkg": "GPKG",
|
|
34
|
+
".gpkg.zip": "GPKG",
|
|
34
35
|
".shp": "ESRI Shapefile",
|
|
36
|
+
".shp.zip": "ESRI Shapefile",
|
|
37
|
+
".shz": "ESRI Shapefile",
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
# mapping of driver name to extension
|
|
@@ -124,6 +127,11 @@ def naturalearth_lowres_all_ext(tmp_path, naturalearth_lowres, request):
|
|
|
124
127
|
return prepare_testfile(naturalearth_lowres, tmp_path, request.param)
|
|
125
128
|
|
|
126
129
|
|
|
130
|
+
@pytest.fixture(scope="function", params=[".geojson"])
|
|
131
|
+
def naturalearth_lowres_geojson(tmp_path, naturalearth_lowres, request):
|
|
132
|
+
return prepare_testfile(naturalearth_lowres, tmp_path, request.param)
|
|
133
|
+
|
|
134
|
+
|
|
127
135
|
@pytest.fixture(scope="function")
|
|
128
136
|
def naturalearth_lowres_vsi(tmp_path, naturalearth_lowres):
|
|
129
137
|
"""Wrap naturalearth_lowres as a zip file for VSI tests"""
|
pyogrio/tests/test_arrow.py
CHANGED
|
@@ -643,6 +643,9 @@ def test_write_append(request, tmp_path, naturalearth_lowres, ext):
|
|
|
643
643
|
pytest.mark.xfail(reason="Bugs with append when writing Arrow to GeoJSON")
|
|
644
644
|
)
|
|
645
645
|
|
|
646
|
+
if ext == ".gpkg.zip":
|
|
647
|
+
pytest.skip("Append is not supported for .gpkg.zip")
|
|
648
|
+
|
|
646
649
|
meta, table = read_arrow(naturalearth_lowres)
|
|
647
650
|
|
|
648
651
|
# coerce output layer to generic Geometry to avoid mixed type errors
|
pyogrio/tests/test_core.py
CHANGED
|
@@ -106,9 +106,9 @@ def test_detect_write_driver_unsupported(path):
|
|
|
106
106
|
detect_write_driver(path)
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
@pytest.mark.parametrize("path", ["test.xml"
|
|
109
|
+
@pytest.mark.parametrize("path", ["test.xml"])
|
|
110
110
|
def test_detect_write_driver_multiple_unsupported(path):
|
|
111
|
-
with pytest.raises(ValueError, match="multiple drivers are available"):
|
|
111
|
+
with pytest.raises(ValueError, match="multiple drivers are available "):
|
|
112
112
|
detect_write_driver(path)
|
|
113
113
|
|
|
114
114
|
|
|
@@ -286,8 +286,12 @@ def test_read_bounds_negative_skip_features(naturalearth_lowres):
|
|
|
286
286
|
|
|
287
287
|
|
|
288
288
|
def test_read_bounds_where_invalid(naturalearth_lowres_all_ext):
|
|
289
|
-
|
|
290
|
-
|
|
289
|
+
if naturalearth_lowres_all_ext.suffix == ".gpkg" and __gdal_version__ >= (3, 11, 0):
|
|
290
|
+
with pytest.raises(DataLayerError, match="no such column"):
|
|
291
|
+
read_bounds(naturalearth_lowres_all_ext, where="invalid")
|
|
292
|
+
else:
|
|
293
|
+
with pytest.raises(ValueError, match="Invalid SQL"):
|
|
294
|
+
read_bounds(naturalearth_lowres_all_ext, where="invalid")
|
|
291
295
|
|
|
292
296
|
|
|
293
297
|
def test_read_bounds_where(naturalearth_lowres):
|