pyogrio 0.11.0__cp311-cp311-manylinux_2_28_x86_64.whl → 0.11.1__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.
- pyogrio/__init__.py +3 -1
- pyogrio/_err.cpython-311-x86_64-linux-gnu.so +0 -0
- pyogrio/_geometry.cpython-311-x86_64-linux-gnu.so +0 -0
- pyogrio/_io.cpython-311-x86_64-linux-gnu.so +0 -0
- pyogrio/_ogr.cpython-311-x86_64-linux-gnu.so +0 -0
- pyogrio/_version.py +3 -3
- pyogrio/_vsi.cpython-311-x86_64-linux-gnu.so +0 -0
- pyogrio/gdal_data/vcpkg.spdx.json +23 -23
- pyogrio/proj_data/vcpkg.spdx.json +15 -15
- pyogrio/tests/test_geopandas_io.py +20 -3
- {pyogrio-0.11.0.dist-info → pyogrio-0.11.1.dist-info}/METADATA +1 -1
- {pyogrio-0.11.0.dist-info → pyogrio-0.11.1.dist-info}/RECORD +16 -16
- {pyogrio-0.11.0.dist-info → pyogrio-0.11.1.dist-info}/WHEEL +1 -1
- pyogrio.libs/{libgdal-737b01ed.so.36.3.10.3 → libgdal-5661a9de.so.36.3.10.3} +0 -0
- {pyogrio-0.11.0.dist-info → pyogrio-0.11.1.dist-info}/licenses/LICENSE +0 -0
- {pyogrio-0.11.0.dist-info → pyogrio-0.11.1.dist-info}/top_level.txt +0 -0
pyogrio/__init__.py
CHANGED
|
@@ -4,7 +4,9 @@ try:
|
|
|
4
4
|
# we try importing shapely, to ensure it is imported (and it can load its
|
|
5
5
|
# own GEOS copy) before we load GDAL and its linked GEOS
|
|
6
6
|
import shapely
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
if shapely.__version__ < "2.0.0":
|
|
9
|
+
import shapely.geos
|
|
8
10
|
except Exception:
|
|
9
11
|
pass
|
|
10
12
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
pyogrio/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-
|
|
11
|
+
"date": "2025-08-02T21:41:37+0200",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "0.11.
|
|
14
|
+
"full-revisionid": "d3ff55ba80ea5f1744d40f7502adec3658d91b15",
|
|
15
|
+
"version": "0.11.1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
Binary file
|
|
@@ -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-linux-dynamic-release-3.10.3-
|
|
6
|
+
"documentNamespace": "https://spdx.org/spdxdocs/gdal-x64-linux-dynamic-release-3.10.3-7ee4946a-b749-4c11-b76d-4673014b2c18",
|
|
7
7
|
"name": "gdal:x64-linux-dynamic-release@3.10.3 e93abbb76ad07c83e26cd0da76a84be64c4ee8ebab801bf91a819b3b543aed2b",
|
|
8
8
|
"creationInfo": {
|
|
9
9
|
"creators": [
|
|
10
10
|
"Tool: vcpkg-2025-04-16-f9b6c6917b23c1ccf16c1a9f015ebabf8f615045"
|
|
11
11
|
],
|
|
12
|
-
"created": "2025-
|
|
12
|
+
"created": "2025-08-02T20:04:32Z"
|
|
13
13
|
},
|
|
14
14
|
"relationships": [
|
|
15
15
|
{
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"relatedSpdxElement": "SPDXRef-port"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"spdxElementId": "SPDXRef-file-
|
|
77
|
-
"relationshipType": "
|
|
76
|
+
"spdxElementId": "SPDXRef-file-0",
|
|
77
|
+
"relationshipType": "DEPENDENCY_MANIFEST_OF",
|
|
78
78
|
"relatedSpdxElement": "SPDXRef-port"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"spdxElementId": "SPDXRef-file-1",
|
|
82
|
-
"relationshipType": "
|
|
82
|
+
"relationshipType": "CONTAINED_BY",
|
|
83
83
|
"relatedSpdxElement": "SPDXRef-port"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
@@ -158,108 +158,108 @@
|
|
|
158
158
|
],
|
|
159
159
|
"files": [
|
|
160
160
|
{
|
|
161
|
-
"fileName": "./vcpkg
|
|
161
|
+
"fileName": "./vcpkg.json",
|
|
162
162
|
"SPDXID": "SPDXRef-file-0",
|
|
163
163
|
"checksums": [
|
|
164
164
|
{
|
|
165
165
|
"algorithm": "SHA256",
|
|
166
|
-
"checksumValue": "
|
|
166
|
+
"checksumValue": "f72051f0ae2778e0a0ccf7953d6eff004ef88af304dc7ca173c773275ab99d3a"
|
|
167
167
|
}
|
|
168
168
|
],
|
|
169
169
|
"licenseConcluded": "NOASSERTION",
|
|
170
170
|
"copyrightText": "NOASSERTION"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
|
-
"fileName": "./
|
|
173
|
+
"fileName": "./find-link-libraries.patch",
|
|
174
174
|
"SPDXID": "SPDXRef-file-1",
|
|
175
175
|
"checksums": [
|
|
176
176
|
{
|
|
177
177
|
"algorithm": "SHA256",
|
|
178
|
-
"checksumValue": "
|
|
178
|
+
"checksumValue": "043cbdd6298fce33c29d128241470b71990dc13eb63bfa44b3d82b17f5384468"
|
|
179
179
|
}
|
|
180
180
|
],
|
|
181
181
|
"licenseConcluded": "NOASSERTION",
|
|
182
182
|
"copyrightText": "NOASSERTION"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"fileName": "./
|
|
185
|
+
"fileName": "./usage",
|
|
186
186
|
"SPDXID": "SPDXRef-file-2",
|
|
187
187
|
"checksums": [
|
|
188
188
|
{
|
|
189
189
|
"algorithm": "SHA256",
|
|
190
|
-
"checksumValue": "
|
|
190
|
+
"checksumValue": "c85584261e2011a94b86f04c3a28dd2e165c9e6b47677a9bee26a3d387bc05f2"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
193
193
|
"licenseConcluded": "NOASSERTION",
|
|
194
194
|
"copyrightText": "NOASSERTION"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"fileName": "./
|
|
197
|
+
"fileName": "./libkml.patch",
|
|
198
198
|
"SPDXID": "SPDXRef-file-3",
|
|
199
199
|
"checksums": [
|
|
200
200
|
{
|
|
201
201
|
"algorithm": "SHA256",
|
|
202
|
-
"checksumValue": "
|
|
202
|
+
"checksumValue": "fe888df8a7c9e468cdd87640c025f48f165d5264af1fa20604bd60859e6f000f"
|
|
203
203
|
}
|
|
204
204
|
],
|
|
205
205
|
"licenseConcluded": "NOASSERTION",
|
|
206
206
|
"copyrightText": "NOASSERTION"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"fileName": "./
|
|
209
|
+
"fileName": "./target-is-valid.patch",
|
|
210
210
|
"SPDXID": "SPDXRef-file-4",
|
|
211
211
|
"checksums": [
|
|
212
212
|
{
|
|
213
213
|
"algorithm": "SHA256",
|
|
214
|
-
"checksumValue": "
|
|
214
|
+
"checksumValue": "d9404cebec6e0f7dc6ae92af733ebad86584eafc40742c916603a8338acfcd15"
|
|
215
215
|
}
|
|
216
216
|
],
|
|
217
217
|
"licenseConcluded": "NOASSERTION",
|
|
218
218
|
"copyrightText": "NOASSERTION"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
|
-
"fileName": "./cmake-
|
|
221
|
+
"fileName": "./vcpkg-cmake-wrapper.cmake",
|
|
222
222
|
"SPDXID": "SPDXRef-file-5",
|
|
223
223
|
"checksums": [
|
|
224
224
|
{
|
|
225
225
|
"algorithm": "SHA256",
|
|
226
|
-
"checksumValue": "
|
|
226
|
+
"checksumValue": "c507eaa077072e9877607fd5f70381eebf19900661e2e1fd099d84c4df1b8c24"
|
|
227
227
|
}
|
|
228
228
|
],
|
|
229
229
|
"licenseConcluded": "NOASSERTION",
|
|
230
230
|
"copyrightText": "NOASSERTION"
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
|
-
"fileName": "./
|
|
233
|
+
"fileName": "./fix-gdal-target-interfaces.patch",
|
|
234
234
|
"SPDXID": "SPDXRef-file-6",
|
|
235
235
|
"checksums": [
|
|
236
236
|
{
|
|
237
237
|
"algorithm": "SHA256",
|
|
238
|
-
"checksumValue": "
|
|
238
|
+
"checksumValue": "9dbe9d5e0dbc3a21370bb3560aa32811d10cc0b19e4b6833cd7258699d206215"
|
|
239
239
|
}
|
|
240
240
|
],
|
|
241
241
|
"licenseConcluded": "NOASSERTION",
|
|
242
242
|
"copyrightText": "NOASSERTION"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"fileName": "./
|
|
245
|
+
"fileName": "./cmake-project-include.cmake",
|
|
246
246
|
"SPDXID": "SPDXRef-file-7",
|
|
247
247
|
"checksums": [
|
|
248
248
|
{
|
|
249
249
|
"algorithm": "SHA256",
|
|
250
|
-
"checksumValue": "
|
|
250
|
+
"checksumValue": "196dcc1fc79ab94bae08c6ed5cb169eaaf208ddb656931579128bfd81a7e3582"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
253
|
"licenseConcluded": "NOASSERTION",
|
|
254
254
|
"copyrightText": "NOASSERTION"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
"fileName": "./
|
|
257
|
+
"fileName": "./portfile.cmake",
|
|
258
258
|
"SPDXID": "SPDXRef-file-8",
|
|
259
259
|
"checksums": [
|
|
260
260
|
{
|
|
261
261
|
"algorithm": "SHA256",
|
|
262
|
-
"checksumValue": "
|
|
262
|
+
"checksumValue": "cad1f2ba6b48b6df0a2f4237f551d1e42061577c04e77eeafef1cbde7b7a8d5a"
|
|
263
263
|
}
|
|
264
264
|
],
|
|
265
265
|
"licenseConcluded": "NOASSERTION",
|
|
@@ -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-x64-linux-dynamic-release-9.6.0-
|
|
6
|
+
"documentNamespace": "https://spdx.org/spdxdocs/proj-x64-linux-dynamic-release-9.6.0-6526e0d1-70d3-42ce-9ffd-867183c9dddd",
|
|
7
7
|
"name": "proj:x64-linux-dynamic-release@9.6.0 68412a294df44cf9b35841f6185429d4512db19a07bb3887d88e014985b55955",
|
|
8
8
|
"creationInfo": {
|
|
9
9
|
"creators": [
|
|
10
10
|
"Tool: vcpkg-2025-04-16-f9b6c6917b23c1ccf16c1a9f015ebabf8f615045"
|
|
11
11
|
],
|
|
12
|
-
"created": "2025-
|
|
12
|
+
"created": "2025-08-02T19:55:42Z"
|
|
13
13
|
},
|
|
14
14
|
"relationships": [
|
|
15
15
|
{
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"relatedSpdxElement": "SPDXRef-port"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"spdxElementId": "SPDXRef-file-
|
|
62
|
-
"relationshipType": "
|
|
61
|
+
"spdxElementId": "SPDXRef-file-0",
|
|
62
|
+
"relationshipType": "DEPENDENCY_MANIFEST_OF",
|
|
63
63
|
"relatedSpdxElement": "SPDXRef-port"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"spdxElementId": "SPDXRef-file-1",
|
|
67
|
-
"relationshipType": "
|
|
67
|
+
"relationshipType": "CONTAINED_BY",
|
|
68
68
|
"relatedSpdxElement": "SPDXRef-port"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
@@ -128,36 +128,36 @@
|
|
|
128
128
|
],
|
|
129
129
|
"files": [
|
|
130
130
|
{
|
|
131
|
-
"fileName": "./
|
|
131
|
+
"fileName": "./vcpkg.json",
|
|
132
132
|
"SPDXID": "SPDXRef-file-0",
|
|
133
133
|
"checksums": [
|
|
134
134
|
{
|
|
135
135
|
"algorithm": "SHA256",
|
|
136
|
-
"checksumValue": "
|
|
136
|
+
"checksumValue": "88ecc073bf74d5a0a114bb1357499f6210c84a4f5a8b7beed2af94907f2f8802"
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
"licenseConcluded": "NOASSERTION",
|
|
140
140
|
"copyrightText": "NOASSERTION"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"fileName": "./
|
|
143
|
+
"fileName": "./usage",
|
|
144
144
|
"SPDXID": "SPDXRef-file-1",
|
|
145
145
|
"checksums": [
|
|
146
146
|
{
|
|
147
147
|
"algorithm": "SHA256",
|
|
148
|
-
"checksumValue": "
|
|
148
|
+
"checksumValue": "ae06beae83376cd9f11db8c2596bd038f89ae1e2cd32b82ee333f1572070370a"
|
|
149
149
|
}
|
|
150
150
|
],
|
|
151
151
|
"licenseConcluded": "NOASSERTION",
|
|
152
152
|
"copyrightText": "NOASSERTION"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"fileName": "./
|
|
155
|
+
"fileName": "./fix-proj4-targets-cmake.patch",
|
|
156
156
|
"SPDXID": "SPDXRef-file-2",
|
|
157
157
|
"checksums": [
|
|
158
158
|
{
|
|
159
159
|
"algorithm": "SHA256",
|
|
160
|
-
"checksumValue": "
|
|
160
|
+
"checksumValue": "d76e1d419d3367dda3381fd11a637f3465bc838d611fa8ceaca20048c1b3cd6e"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
163
163
|
"licenseConcluded": "NOASSERTION",
|
|
@@ -176,24 +176,24 @@
|
|
|
176
176
|
"copyrightText": "NOASSERTION"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"fileName": "./
|
|
179
|
+
"fileName": "./portfile.cmake",
|
|
180
180
|
"SPDXID": "SPDXRef-file-4",
|
|
181
181
|
"checksums": [
|
|
182
182
|
{
|
|
183
183
|
"algorithm": "SHA256",
|
|
184
|
-
"checksumValue": "
|
|
184
|
+
"checksumValue": "5fd54e02ca8ceda95178cb097182d81c5e10590cb15f74c1f67ed328eab84af2"
|
|
185
185
|
}
|
|
186
186
|
],
|
|
187
187
|
"licenseConcluded": "NOASSERTION",
|
|
188
188
|
"copyrightText": "NOASSERTION"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
"fileName": "./
|
|
191
|
+
"fileName": "./sqlite.diff",
|
|
192
192
|
"SPDXID": "SPDXRef-file-5",
|
|
193
193
|
"checksums": [
|
|
194
194
|
{
|
|
195
195
|
"algorithm": "SHA256",
|
|
196
|
-
"checksumValue": "
|
|
196
|
+
"checksumValue": "75049bf707593bb9a22a6f77ccc062fe1343484a12920adc7be5c29c14746857"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
199
|
"licenseConcluded": "NOASSERTION",
|
|
@@ -759,12 +759,22 @@ def test_read_negative_skip_features(naturalearth_lowres, use_arrow):
|
|
|
759
759
|
read_dataframe(naturalearth_lowres, skip_features=-1, use_arrow=use_arrow)
|
|
760
760
|
|
|
761
761
|
|
|
762
|
+
@pytest.mark.parametrize("skip_features", [0, 10, 200])
|
|
762
763
|
@pytest.mark.parametrize("max_features", [10, 100])
|
|
763
|
-
def test_read_max_features(
|
|
764
|
+
def test_read_max_features(
|
|
765
|
+
naturalearth_lowres_all_ext, use_arrow, max_features, skip_features
|
|
766
|
+
):
|
|
764
767
|
ext = naturalearth_lowres_all_ext.suffix
|
|
765
|
-
expected =
|
|
768
|
+
expected = (
|
|
769
|
+
read_dataframe(naturalearth_lowres_all_ext)
|
|
770
|
+
.iloc[skip_features : skip_features + max_features]
|
|
771
|
+
.reset_index(drop=True)
|
|
772
|
+
)
|
|
766
773
|
df = read_dataframe(
|
|
767
|
-
naturalearth_lowres_all_ext,
|
|
774
|
+
naturalearth_lowres_all_ext,
|
|
775
|
+
skip_features=skip_features,
|
|
776
|
+
max_features=max_features,
|
|
777
|
+
use_arrow=use_arrow,
|
|
768
778
|
)
|
|
769
779
|
|
|
770
780
|
assert len(df) == len(expected)
|
|
@@ -775,6 +785,13 @@ def test_read_max_features(naturalearth_lowres_all_ext, use_arrow, max_features)
|
|
|
775
785
|
# In .geojsonl the vertices are reordered, so normalize
|
|
776
786
|
is_jsons = ext == ".geojsonl"
|
|
777
787
|
|
|
788
|
+
if len(expected) == 0 and not use_arrow:
|
|
789
|
+
# for pandas >= 3, the column has string dtype but when reading it as
|
|
790
|
+
# empty result, it gets inferred as object dtype
|
|
791
|
+
expected["continent"] = expected["continent"].astype("object")
|
|
792
|
+
expected["name"] = expected["name"].astype("object")
|
|
793
|
+
expected["iso_a3"] = expected["iso_a3"].astype("object")
|
|
794
|
+
|
|
778
795
|
assert_geodataframe_equal(
|
|
779
796
|
df,
|
|
780
797
|
expected,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
pyogrio/__init__.py,sha256=
|
|
1
|
+
pyogrio/__init__.py,sha256=gsLtnp2fshNpz0C9kWlTr4VH3ZsLsHRdcnumEmnm4Hk,1313
|
|
2
2
|
pyogrio/_compat.py,sha256=Q2x7EHE-RQ9tiNzjJSkkbVqmJ5kEFFAA7PC_t7bf_4M,1508
|
|
3
3
|
pyogrio/_env.py,sha256=VPsAlVd6PAG1c9Xp46P5zZYopj_5ZlitPMTkCrd7cfo,1494
|
|
4
|
-
pyogrio/_err.cpython-311-x86_64-linux-gnu.so,sha256=
|
|
5
|
-
pyogrio/_geometry.cpython-311-x86_64-linux-gnu.so,sha256=
|
|
6
|
-
pyogrio/_io.cpython-311-x86_64-linux-gnu.so,sha256=
|
|
7
|
-
pyogrio/_ogr.cpython-311-x86_64-linux-gnu.so,sha256=
|
|
8
|
-
pyogrio/_version.py,sha256=
|
|
9
|
-
pyogrio/_vsi.cpython-311-x86_64-linux-gnu.so,sha256=
|
|
4
|
+
pyogrio/_err.cpython-311-x86_64-linux-gnu.so,sha256=_Bld6TL_gaOC4okiNAJdl0Mm7gYzgqvuSLdIl7oIRlI,1146745
|
|
5
|
+
pyogrio/_geometry.cpython-311-x86_64-linux-gnu.so,sha256=zDEhsMwpsLfGDIJdLl35B7ly_Va3OjgHX52gdQ6gJWQ,441137
|
|
6
|
+
pyogrio/_io.cpython-311-x86_64-linux-gnu.so,sha256=3IQbvwooNHf7SNq90m0HcRkGtKDMHI9VYjwJlCJWDfI,6326905
|
|
7
|
+
pyogrio/_ogr.cpython-311-x86_64-linux-gnu.so,sha256=CmaTdU3umon62c0UkoDJbxQKOJGnfzA8GBnxjw1uq2s,1011137
|
|
8
|
+
pyogrio/_version.py,sha256=VZ4HnGSNSWJuyFf5AlXU7S7BXlDYoXAEgZu4Am8JLW0,498
|
|
9
|
+
pyogrio/_vsi.cpython-311-x86_64-linux-gnu.so,sha256=aBkc8t34NATicg7NiB7OCzNEtd243uZ-dvbOCUTQHIA,826705
|
|
10
10
|
pyogrio/core.py,sha256=Wck5hTG-Gw9xBslG9sJenrCq8DNXuVtc3ZM9R7u-drg,12702
|
|
11
11
|
pyogrio/errors.py,sha256=gVPzLg6A5QZ7MNDHKGSVwlpkOPt6WthhMctkIsJ_K1E,645
|
|
12
12
|
pyogrio/geopandas.py,sha256=dBhoRukJ4CjYstJcBcZgnRKDWNDbOMABSew5Gf0o0_I,31192
|
|
@@ -166,7 +166,7 @@ pyogrio/gdal_data/tms_NZTM2000.json,sha256=irMxe-d_H9zzagr3FS4bsJZScfe-XLvEMmdxa
|
|
|
166
166
|
pyogrio/gdal_data/trailer.dxf,sha256=UGuvDFk9eo_yT7zXg4hykr1tPI1QVHKeO_OLlGXRGfw,2275
|
|
167
167
|
pyogrio/gdal_data/usage,sha256=yFWEJh4gEalLhvBMOijdLhZcnmtHZ3qb7iaj04e8BfI,136
|
|
168
168
|
pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake,sha256=xQfqoHcHLph3YH_V9wOB7r8ZkAZh4uH9CZ2ExN8bjCQ,817
|
|
169
|
-
pyogrio/gdal_data/vcpkg.spdx.json,sha256=
|
|
169
|
+
pyogrio/gdal_data/vcpkg.spdx.json,sha256=qyDrtH-h1OV6h_wqD7PQd9-j07O-WpKEGd5wC58yi-0,8107
|
|
170
170
|
pyogrio/gdal_data/vcpkg_abi_info.txt,sha256=6Tq7t2rQfIPibNDadqhL5kxO6OurgBv5GoGbO1Q67Ss,3267
|
|
171
171
|
pyogrio/gdal_data/vdv452.xml,sha256=wdV8j7f6QqQH-q4R5Z7jETRc1axL2cE0IX56tD9o3RE,24776
|
|
172
172
|
pyogrio/gdal_data/vdv452.xsd,sha256=3Uy74ZrFAwE8ZwlqfgXYOwb3QBzlaU2-lNxwl0qq9uk,1814
|
|
@@ -194,14 +194,14 @@ pyogrio/proj_data/proj4-targets.cmake,sha256=ta753428s6p7nAVVWpZuxUXW5jP6o9Oj2GB
|
|
|
194
194
|
pyogrio/proj_data/projjson.schema.json,sha256=Z_CQVWuumWUi7a1IJZfA-eG5GcpMkoisn4981BgPSbY,38418
|
|
195
195
|
pyogrio/proj_data/triangulation.schema.json,sha256=sVKCZmZ9Tz6HByx043CycTUQFRWpASolKH_PMSzqF5o,8403
|
|
196
196
|
pyogrio/proj_data/usage,sha256=rga-roM3bNnxHbjCWWvQOPia4eLNMrgu4zPxVyBwNwo,206
|
|
197
|
-
pyogrio/proj_data/vcpkg.spdx.json,sha256=
|
|
197
|
+
pyogrio/proj_data/vcpkg.spdx.json,sha256=9XmOxORJoIpQtS3e1sRmEVb7JVSYWZbejpK7jRuYFF4,6161
|
|
198
198
|
pyogrio/proj_data/vcpkg_abi_info.txt,sha256=aEEqKU30TPmzWEH2GFQp1FEtsZoHuziH2I4BSYW1WVU,2123
|
|
199
199
|
pyogrio/proj_data/world,sha256=8nHNPlbHdZ0vz7u9OYcCZOuBBkFVcTwE_JLq3TCt60g,7079
|
|
200
200
|
pyogrio/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
201
201
|
pyogrio/tests/conftest.py,sha256=yoRKpt7leD6yGb5Tbfp6szcHdivSKe8wQ23_AThAcl4,11660
|
|
202
202
|
pyogrio/tests/test_arrow.py,sha256=20ZdHwXJQH9Z1mbZhdQ7OZjPux1Ptsa2utzr0xmKD9s,37803
|
|
203
203
|
pyogrio/tests/test_core.py,sha256=gIacLsEM8c2hK7jkK0eyz0e3w-FirX3x4bVIdXMPSM8,22313
|
|
204
|
-
pyogrio/tests/test_geopandas_io.py,sha256=
|
|
204
|
+
pyogrio/tests/test_geopandas_io.py,sha256=NKHl5WMbfzTjKLJZ6hnjflsPHRgjhF2Z4RP8iEcCL5Y,87925
|
|
205
205
|
pyogrio/tests/test_path.py,sha256=qENCJNdJi4nhVQSM65QZ7TgSg96RxIln8HZRkq1lh9c,12605
|
|
206
206
|
pyogrio/tests/test_raw_io.py,sha256=4hRdOoxfi4CAp64OItWkbgnw3f1ziry8JFoidMPTK7A,50773
|
|
207
207
|
pyogrio/tests/test_util.py,sha256=kCsVL87vgckQdUSQ9vl4wWCRv5mGQKIk7UWah_WAFhs,2126
|
|
@@ -217,9 +217,9 @@ pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf,sha256=0q4cma
|
|
|
217
217
|
pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj,sha256=mKrz0cDsrfGkJKRTbeJhw9r043NpfLhsQMQ7mJ2vUus,143
|
|
218
218
|
pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp,sha256=CONBYG6DkeRYw_CN6zEt5mS1a_rjdgZMWqCu5mgaX1U,180924
|
|
219
219
|
pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx,sha256=iwvirZfdSEruXC68mGl9U3LoMriuWKNaZhru9rmFZo0,1516
|
|
220
|
-
pyogrio.libs/libgdal-
|
|
221
|
-
pyogrio-0.11.
|
|
222
|
-
pyogrio-0.11.
|
|
223
|
-
pyogrio-0.11.
|
|
224
|
-
pyogrio-0.11.
|
|
225
|
-
pyogrio-0.11.
|
|
220
|
+
pyogrio.libs/libgdal-5661a9de.so.36.3.10.3,sha256=gmS1bgKphBzhUApNPnovu9PM9wsFucSetbgBvuCnloU,65738721
|
|
221
|
+
pyogrio-0.11.1.dist-info/METADATA,sha256=RWKIiEG-GRyTknGDJ5Xp9-WZldR4NQPwqKcvMVXegeU,5256
|
|
222
|
+
pyogrio-0.11.1.dist-info/WHEEL,sha256=6oVDzR3b5EMqojPhxKaF1gMfdgju1hqo31zpMLY6LFY,113
|
|
223
|
+
pyogrio-0.11.1.dist-info/top_level.txt,sha256=DUBAVaLxa9r0nHHskG8tHdP1P3zt6TYYPRiDBlEUc7Y,8
|
|
224
|
+
pyogrio-0.11.1.dist-info/RECORD,,
|
|
225
|
+
pyogrio-0.11.1.dist-info/licenses/LICENSE,sha256=cLGJD_UZOxwnHgUg3rmhlzRkgfv6x9s8yx1zZ1Orc10,1102
|
|
index 3306573..c659d26 100755
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|