Hi - I am trying to 1) create a rectangular grid that overlays my map and 2) select the data points that occur within each grid block and extract them as separate subsets of data. How should I go about this? Thanks in advance!
To get your rectangular grid - https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-fishnet.htm
template extent - Current display extent
height, width, number of columns/rows - as per your requirements
then:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/clip.htm Clip - use a iterator within model builder (iterate row selection in the iterator)
https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/iterators-for-looping.htm
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.