Select to view content in your preferred language

Using block subdivisions from Street graphs on my own polygons/road networks

240
2
Jump to solution
07-31-2024 08:20 AM
AleksanderAStysiak
New Contributor II

Hi

I need to model massing scenarios for city development. 
I have big lots to work with that I need to split into smaller parcels for later building extrusion. 

When using street graphs tool the blocks are created automatically and there are several subdivision options - recursive, skeleton etc. 

Is it possible to apply those subdivisions to my lots without tracing roads manually? 

in other words - can I apply subdivisions to an imported polygon? 

thanks! 

AleksanderAStysiak_0-1722439022685.png

PS: I saw many questions touching on parcel splitting code - has ESRI released anything on this topic? 

0 Kudos
1 Solution

Accepted Solutions
plfontes
Occasional Contributor

Definitely. You can apply the same subdivision modifier on your imported shapes.

Select the desired shape and then menu Shape > Subdivide.

Screenshot 2024-07-31 162658.jpg

Regarding parcel splitting code, you can play with splitAndSetbackPerimetersetbackPerEdge, or the simple split operations. Not exactly the same outcome but you can get a lot of work done with these.

Hope this helps.
Cheers

View solution in original post

2 Replies
plfontes
Occasional Contributor

Definitely. You can apply the same subdivision modifier on your imported shapes.

Select the desired shape and then menu Shape > Subdivide.

Screenshot 2024-07-31 162658.jpg

Regarding parcel splitting code, you can play with splitAndSetbackPerimetersetbackPerEdge, or the simple split operations. Not exactly the same outcome but you can get a lot of work done with these.

Hope this helps.
Cheers

AleksanderAStysiak
New Contributor II

awesome! thanks for guiding me to the right tool. Appreciate it 🙂