Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

Error using osmnx:Failed to create field name 'osmid'

When running the following code in Python 3.11: import fiona import geopandas as gpd import pandas as pd import networkx as nx import osmnx as ox G = ox.graph_from_point((37.79, -122.41), dist=...
li xu's user avatar
  • 1
1 vote
1 answer
9k views

Convert geopandas.geodataframe to geojson

I am trying to save a geopandas.geodataframe in geojson format. but i have an error and i don't know where it comes from and how to solve it. here is the code and the error : Thanks in advance for ...
amaranaitsaidi's user avatar
0 votes
0 answers
138 views

Using osmnx with pyinstall

I am trying to convert an osmnx based Python program into a windows executable. This is so that I can run the .exe on machines that don't have a Python installation. Here's a simple program called ...
Rhyd Lewis's user avatar
0 votes
1 answer
5k views

AttributeError: partially initialized module 'fiona' has no attribute '_loading' (most likely due to a circular import)

I am trying to create a geospatial Python GUI app using PyQT5, Geopandas, OSMnX, and Folium. I am converting the app into an .EXE file using pyinstaller. Previously, I was successfully able to create ...
Magnum Python 93''s user avatar
0 votes
1 answer
487 views

Installing but OSMnx in new Environment: Fiona Error-- module 'fiona' has no attribute '_loading'

I am installing OSMnx in a new environment following the steps from Geoffboeing's site: https://geoffboeing.com/2017/02/python-getting-started/ After activating the environment and importing the OSMnx ...
kirti purohit's user avatar
0 votes
1 answer
1k views

How to install osmnx in Pycharm

I am trying to install OSMNX module in Pycharm (using Python 3.7.2). I tried installing it using pip install osmnx but got the following error[![error][1]][1] i have also tried using .whl files from [...
Prateek Agarwal's user avatar
0 votes
1 answer
995 views

Error messages when installing OSMnx and GeoPandas

Hello I am trying to install OSMnx and GeoPandas using pip install osmnx and pip install geopandas (according to this link: https://geoffboeing.com/2016/11/osmnx-python-street-networks/) It says that ...
Mechatrnk's user avatar
  • 111
1 vote
0 answers
526 views

Can't import OSMnx due to apparent Fiona error

I'm trying to learn OSMnx. However, I haven't been able, as I get several errors even when importing it. I've got a MacBook Pro with MacOS Mojave 10.14.4. I've got Anaconda 3, and Python 3.7. I've ...
idmoreno's user avatar