Youssef

Results 1 comments of Youssef

I encountered a similar issue, example code: ```{julia} @py import urllib api_url = "https://services.ga.gov.au/gis/rest/services/National_Electricity_Infrastructure/MapServer/2/query?where=state%20%3D%20'Victoria'&outFields=class,name,operationalstatus,state,spatialconfidence,revised,st_length(shape),capacitykv,ga_guid,length_m&outSR=4326&f=geojson" urllib.request.urlopen(api_url) > ERROR: Python: URLError: ``` ``` julia> versioninfo() Julia Version 1.11.6 Commit 9615af0f269 (2025-07-09 12:58...