Hello everyone I'm having a hard time trying to overlay my 3 shapefiles. for instand what I'm trying to look at are the LULC changes. For instance I was hoping to be able to do this
Raw data:
Shapefile 1 - Year 2007
Shapefile 2 - Year 2018
Shapefile 2 - Year 2021
What I want my Shapefile to look like:
I cannot make this poutcome because the size and and number polygons in each shapefile are different. I want to add the ID number to see th changes. I already did the raster to check the rate of change using this raster equation: ("current raster"-1)*9 + "previous raster" -1 but its hard to put all three togethger to to see which parts changed (in terms of visualization. Thank you in advanced
In raster world use
Combine (Spatial Analyst)—ArcGIS Pro | Documentation
it produces a unique combination of the classes
If you've got the Image Analyst extension to ArcGIS Pro, then the Change Detection in ArcGIS Pro is your best best.
RE: the field calculation of text to integer based is pretty easy. For example - int(!year2007!) + int(!year2018!) + int(!year2021!) Output is written to a short integer field.
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.