Estimation of species abundance

531
1
05-21-2012 03:05 AM
Miriamvon_Thenen
New Contributor
Does anyone know how I can estimate species abundance? The formula should be "(Number of species in the survey area/Total area surveyed)*Total area". I just don´t know how to put it into GIS...
0 Kudos
1 Reply
NobbirAhmed
Esri Regular Contributor
(Number of species in the survey area/Total area surveyed)*Total area"


I guess you have data for 'number of species in survey area', 'area surveyed' and 'total area' in three fields of a table, right? If so, then add a new field (say, Estimates) to the table. Open the attribute table in ArcMap. Right-click on the newly addeded 'Estimates' field name and select Field Calculator ...

Select Python as Parser. Set Estimates =

( !NumOfSpecies! / float(!SurveyArea!)) * !TotalArea!


My guess may be wrong - in that case - could you please elaborate your steps?
0 Kudos