Hi Everyone
Is there any way to obtain the boundary grids of each colored grids which are shown in the following raster?
What do you mean by boundary?
If you want the actual jagged cell boundary, probably use polygon to raster Polygon to Raster (Conversion)—ArcGIS Pro | Documentation and either symbolise by outline, or convert to line.
Otherwise if you mean the rectangular bounds (envelope) - Feature Envelope To Polygon—Help | ArcGIS for Desktop
If it is a raster I think David means
Raster to Polyline (Conversion)—ArcGIS Pro | Documentation
Raster to Polygon (Conversion)—ArcGIS Pro | Documentation
You will end up with a multipart featureclass, so you might want to run
Multipart To Singlepart (Data Management)—ArcGIS Pro | Documentation
to get separate shapes for each polygonal area
You might want to try the polyline option first but if it isn't satisfactory, you can always convert the polygons to polylines if you use the raster to polygon option,
Whoops! Yes Indeed 😂
Hi All
I tried with this procedure, it works for most of the cases, here is one exception as shown in the following figure:
As you can see, when two type of grids is nearby each other, one of their boundaries will be missing. Because the polygon and polyline of the nearby part is overlapped.
Any suggestions for this problem?
Thanks
Ming
I might do a negative buffer of the polygons you have, then erase the original polygon with that buffer. Then run the polygon to raster tool, ensuring you have an appropriate Cell Size which will not destroy the original boundary when re-rasterized.
Why are you converting this boundary back to a raster? It seems unorthodox.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.