datamarket 0.9.32__py3-none-any.whl → 0.9.33__py3-none-any.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 datamarket might be problematic. Click here for more details.
- datamarket/interfaces/nominatim.py +1 -5
- {datamarket-0.9.32.dist-info → datamarket-0.9.33.dist-info}/METADATA +1 -1
- {datamarket-0.9.32.dist-info → datamarket-0.9.33.dist-info}/RECORD +5 -5
- {datamarket-0.9.32.dist-info → datamarket-0.9.33.dist-info}/LICENSE +0 -0
- {datamarket-0.9.32.dist-info → datamarket-0.9.33.dist-info}/WHEEL +0 -0
|
@@ -215,11 +215,7 @@ class Nominatim:
|
|
|
215
215
|
elif dist_geonames < dist_nominatim and dist_geonames != float("inf"):
|
|
216
216
|
final_result = parsed_geonames_result
|
|
217
217
|
final_result["postcode"] = authoritative_postcode
|
|
218
|
-
final_result["province"] =
|
|
219
|
-
nominatim_address_province_raw
|
|
220
|
-
if authoritative_postcode is None
|
|
221
|
-
else authoritative_province_from_postcode
|
|
222
|
-
)
|
|
218
|
+
final_result["province"] = authoritative_province_from_postcode
|
|
223
219
|
else:
|
|
224
220
|
final_result = self._get_empty_address_result()
|
|
225
221
|
return final_result
|
|
@@ -4,7 +4,7 @@ datamarket/interfaces/alchemy.py,sha256=4q_gLKCKPK437VKOpdBKSrCyy42P_yWxIhE7KuvH
|
|
|
4
4
|
datamarket/interfaces/aws.py,sha256=7KLUeBxmPN7avEMPsu5HC_KHB1N7W6Anp2X8fo43mlw,2383
|
|
5
5
|
datamarket/interfaces/drive.py,sha256=shbV5jpQVe_KPE-8Idx6Z9te5Zu1SmVfrvSAyd9ZIgE,2915
|
|
6
6
|
datamarket/interfaces/ftp.py,sha256=o0KlJxtksbop9OjCiQRzyAa2IeG_ExVXagS6apwrAQo,1881
|
|
7
|
-
datamarket/interfaces/nominatim.py,sha256=
|
|
7
|
+
datamarket/interfaces/nominatim.py,sha256=xrVADpWiNRKcshDVw75i-8phrql_6sBYf8Wre8mQZk4,12419
|
|
8
8
|
datamarket/interfaces/peerdb.py,sha256=cwYwvO740GyaPo9zLAwJsf3UeJDGDiYzjQVM9Q6s-_g,23652
|
|
9
9
|
datamarket/interfaces/proxy.py,sha256=updoOStKd8-nQBbxWbnD9eOt6HksnYi-5dQ0rEySf5M,3152
|
|
10
10
|
datamarket/interfaces/tinybird.py,sha256=AYrcRGNOCoCt7ojilkWa27POROee9sTCwZ61GGHEPeM,2698
|
|
@@ -21,7 +21,7 @@ datamarket/utils/strings/normalization.py,sha256=z2dDXFVQ-nVqPDRR1T4HWmELpJuXUVt
|
|
|
21
21
|
datamarket/utils/strings/obfuscation.py,sha256=8gMepfjPq0N4_IpKR6i2dy_9VJugQ3qJiRiRvKavB3s,5246
|
|
22
22
|
datamarket/utils/typer.py,sha256=FDF3l6gh3UlAFPsHCtesnekvct2rKz0oFn3uKARBQvE,814
|
|
23
23
|
datamarket/utils/types.py,sha256=vxdQZdwdXrfPR4Es52gBgol-tMRIOD6oK9cBo3rB0JQ,74
|
|
24
|
-
datamarket-0.9.
|
|
25
|
-
datamarket-0.9.
|
|
26
|
-
datamarket-0.9.
|
|
27
|
-
datamarket-0.9.
|
|
24
|
+
datamarket-0.9.33.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
25
|
+
datamarket-0.9.33.dist-info/METADATA,sha256=c_d4K0XDa0CrfvdMWnmRFQZPOzTENQAfiMhIIjzhhuo,6871
|
|
26
|
+
datamarket-0.9.33.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
27
|
+
datamarket-0.9.33.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|