Questions tagged [streets]
Identifies questions specific to streets, such as street drainage, identifying centerlines, and creating travel networks.
100 questions
0 votes
0 answers
63 views
Is there a QGIS workflow or plugin that has the same functionality as the Arc Merge Divided Roads tool?
I am seeking a QGIS plugin or workflow that takes a projected road network (linestrings) and a distance, and returns a simplified version of the network where roads are merged together to a centreline ...
4 votes
1 answer
109 views
QGIS : Geospatial join of two line features
I am currently facing an issue with joining information from one vector layer (line features) to another vector layer (line features). Both vectors display roads. the first vector contains ...
2 votes
0 answers
36 views
Grouping together street segments in Overpass API query
When I execute a query like the following, the streets that I get back are divided into segments. [out:json]; area[name="Terézváros"]; ( way(area)["highway"]; ); out geom; For ...
0 votes
1 answer
161 views
How to make Network Analysis recognize my self-created streets using QGIS
I downloaded an OSM street shapefile, ran a network analysis and it works fine. Then I noticed some streets were missing, so I added them to the layer. I filled in all the attributes and also gathered ...
1 vote
0 answers
44 views
ArcGIS intersect lines except for identical geometry with themselves
ArcGIS Pro 3.2.1. I have streets that I'd like to turn into intersections. On occasion, there are duplicate street lines (same geometry) that have different names (using an alias table is currently ...
0 votes
1 answer
81 views
Find a geo coordinate lies on street or road with OSM map
I Have a list of geo coordinate points. I need to mark them valid or Invalid. How I can check with osm(Open Street MAP) map or other free source with help of python code. Is there any free API where I ...
0 votes
0 answers
95 views
Joining street ID to Sidewalk polygons using ArcGIS Pro
I am using ArcGIS Pro 3.0.3. I am trying to match a set of Street IDs (line data) to sidewalk polygons. I have buffered the street line data based on street width, and then ran a spatial join, joining ...
1 vote
1 answer
64 views
How to "simplify" ArcGIS World_Street_Map
I recently started using ArcGIS' export web map function to create static maps. I am using this map server for my operational layer: https://services.arcgisonline.com/arcgis/rest/services/...
3 votes
1 answer
496 views
Splitting complex polygon in QGIS
I have a problem with a polygon in QGIS. Is a polygon that represents all street areas in a city: And I want to slip all the area into smaller areas that represent the area of each street in the city,...
0 votes
2 answers
102 views
How to divide a singlepart polygon shapefile of urban streets into a multipart polygon in order to get several streets?
I am working in QGIS and I have this road shapefile (singlepart polygon). How to split this polygon into a multipart polygon by splitting geometry at that point when the orientation changes? In order ...
1 vote
0 answers
38 views
Geocoded Points Don't Land Directly On Street
ArcGIS Pro 3.0.2 My street locator includes a street feature class that has streets ranges for the Left and Right side of the street (Left Start, Left End, Right Start, Right End). The street feature ...
0 votes
0 answers
560 views
Could not write feature into OUTPUT using PyQGIS
I got a shapefile layerStreetAxis from these file I run the code below. For the most of cases the script works well, but I found a case where the script stops in uniqueStreetNamesAxis and gives me the ...
3 votes
1 answer
146 views
How can I get the closest linestring in my database to the linestring drawn by some user, following a path?
I have to take a geometry drawn by an user and return the geometry in my database that represents the drawing. I tried in PostGIS In my database I have a column 'way' with the geometry that I want to ...
3 votes
0 answers
59 views
Adding minimum margin between roads in QGIS
I'm wondering if there's a way to add a minimum space between roads that are too close together in a map. Accuracy is not my goal, I just want to make it visually as clear and clean as possible. Could ...
3 votes
1 answer
159 views
Merging DEM elevation attributes with streets shapefile
I have a DEM and a separate shapefile of all the roads within the bounds of the DEM. I want to combine the elevation data with the road data so that I can have the roads displayed with a graduated ...