Select to view content in your preferred language

Calculating spread of invasive species using ArcGIS for Desktop

3893
3
08-14-2015 10:06 PM
MarkWisniewski
Deactivated User

I have ArcGIS Desktop Advanced and so far have completed the following;

  1. Used Supervised classification on a satellite image to identify the invasive species with field verification. I have converted the raster to a vector polygon to get the area in hectares.
  2. Used Supervised classification in a second satellite image in the same area with a different time stamp and again converted to polygon to obtain area in hectares.

I would now like to;

  1. Determine the rate of spread for this current period between the 2 satellite images/polygons and;
  2. Use this to predict future spread of the species.

Can anybody offer some suggestions of the workflow to use?

Tags (2)
0 Kudos
3 Replies
DanPatterson_Retired
MVP Emeritus

As a start...

cell count times cell area = area ... converting to polygon won't make it more accurate

you have determined the difference between the two?

have you calculated the Euclidean difference from 1 boundary to time 2's boundary?

MarkWisniewski
Deactivated User

Dan,

The main reason I converted to a polygon was the information is giving to a volunteer community group who are using Google Earth.

No I haven't determined the distance between the two. This is the part I wasn't sure about because as you know, there are more ways than one in ArcGIS to undertake a task.

0 Kudos
DanPatterson_Retired
MVP Emeritus

In raster world, a simple Euclidean distance within the spatial analyst will help

http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/euclidean-distance.htm

http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/understanding-euclidean-di...

subtracting the images can be accomplished using simple tools

http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/minus.htm

It might help if you had a screen grab of both sets of data for an area to facilitate other suggestions.  I am sure the situation isn't as simple as 'here it was' ... 'here it is'