-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No objects to concatenate" error from Roadway.create_roadway_network_from_extracts() #2
Comments
I would first check the sharedstreets extraction output files located at 'shst_extract_dir' defined in the notebook, like the output geojson file, see if it makes sense. |
The read_shst_extraction(shst_extract_dir, "*.out.geojson") function is reading any files end with '.out.geojson' in 'shst_extract_dir', but my 'shst_extract_dir' only has one file named 'boundary.0.geojson' after running step1. |
Thanks @yueshuaing. Open command line prompt, run the following (replace /d with the path to your run folder, so the /usr/node folder on the linux machine is mounted to your run folder): You should see a container running in command line, and then run shst extraction by the following (replace the 'data/external/sharedstreets_extract' string with your folder setting): This way you can monitor what's going on inside of the container when executing shst extraction. I suspect you would get some error. |
If shst extraction is successful, you should see files like below:
|
Step #3 in the Ranch-Demo notebook is giving a "No objects to concatenate" error. Step #3 calls Roadway.create_roadway_network_from_extracts(). I believe the issue is while executing the function call to "extract_osm_link_from_shst_extraction". [Previous step of extracting SharedStreet and osmnx were successful.]
The text was updated successfully, but these errors were encountered: