1 / 26

Environmental GIS

Environmental GIS. Nicholas A. Procopio, Ph.D, GISP nick@drexel.edu. First Law of Geography. (Tobler, 1970). Analyzing species point data. Activity Range Probability range Nearest Neighbors Spatial autocorrelation. Activity Range. Minimum Convex Polygons

mcleghorn
Download Presentation

Environmental GIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Environmental GIS Nicholas A. Procopio, Ph.D, GISP nick@drexel.edu

  2. First Law of Geography (Tobler, 1970)

  3. Analyzing species point data • Activity Range • Probability range • Nearest Neighbors • Spatial autocorrelation

  4. Activity Range Minimum Convex Polygons completely encloses all data points by connecting the outer locations in such a way as to create a convex polygon. Describes the Activity Range

  5. Activity Range • An activity range, as defined with the minimum convex-polygon method, consists of the area bounded by the outermost telemetry locations of an animal.

  6. Core Activity Area • The kernel method can be used to estimate general (95% isopleth) and core (50% isopleth) activity areas corresponding to the intensity of activity in an area • Other percentiles can also be used. • Uses a kernaling methodolgy which is dependent on a SELECTED bandwidth.

  7. Kernal Estimation • weights points that are further away less than those that are close. • Kernel estimation attempts to obtain a smooth estimate of the probability density (aka a smoothed histogram). • Issues: choice of ‘kernel’, bandwidth

  8. Bandwidth is all important • This raises an obvious issue with modelling continuous processes…..the scale (in this case the bandwidth) must be carefully considered. • Striking a balance between too small a bandwidth (possible high errors for some predictions) and a large bandwidth (low errors in all predictions) is essential. • Knowledge of the biology and ecology of the system is important to making these types of judgments. • It really becomes “plug and play”.

  9. Use with ArcMap 10 Use Hawth’s Tools with earlier versions of ArcMap http://www.spatialecology.com/gme/

  10. Uses a separate command line interface. • Has good command assistance. • Generates spatial files (shapefile or raster) that can be added into ArcMap.

  11. Individual MCPs genmcp(in="c:\du\points.shp", out="c:\du\points_mcp.shp", uidfield="Id"); or genmcp(in="c:\du\points.shp", out="c:\du\points_mcp2.shp", where="Id=2");

  12. A single MCP genmcp(in="c:\du\points.shp", out="c:\du\points_mcp.shp");

  13. Location points to movement path Requires a unique id field and an order field convert.pointstolines(in="c:\du\points.shp", uidfield="Id", orderfield="rec", out="c:\du\point_lines.shp");

  14. MCP in ArcGIS • Minimum Convex Polygons can be created in ArcGIS as well using the tool Minimum Bounding Geometry (in Advanced License only) • Data Management; Features; Minimum Bounding Geometry (set geometry type to Convex Hull).

  15. Generate Probable Activity Areas • Note that the 50%, 90% or 95% polygon area that is generated represents that percentage of the area (or volume) of coincidence. • This is based on the distribution of the points and will not necessarily include i.e. 50% of the points. • It shows an estimate of where the critter could have been found i.e. 50% of the time. • It is an interpolation of the data. 

  16. Generate Probable Activity Areas2 step process

  17. Generate Probable Activity Areas2 step process Generate the Kernal Density raster: kde(in="C:\du\points.shp", out="C:\du\kde5_30", bandwidth=100000, cellsize = 30, where="Id=1"); WHERE clause: Id=1 KDE completed successfully Generate the Isopleth layer isopleth(in="C:\du\kde5_30", out="C:\du\isopleths5_30.shp", quantiles=c(0.5, 0.9, 0.95)); The input quantiles were used to determine the raster value at which to calculate the isopleth lines as follows:Quantile, Isopleth Value0.5, 0.1036908879130280.9, 0.03161489202353710.95, 0.0180086184523985 3 isopleths processed.

  18. Probable activity areas

  19. Probable activity areas

  20. Probable activity areas increased bandwidth (500,000)

  21. Probable activity areas decreased bandwidth (10,000)

  22. In GME (Spatial Ecology) convert.pointstolines(Convert Points To Lines) In ArcGIS: Data Management; Features; Points to Line(set geometry type to Convex Hull). Convert points to lines

  23. total distance moved (the sum of all linear distances between locations) range length (linear distance between the two most distant locations) mean distance moved per day (total distance moved, divided by the total number of days monitored) and mean distance per move (average of all distances between locations). The distance moved from hibernaculum (linear distance between the hibernaculum and the most distant location). Other meaningful stats.

  24. Calculates a nearest neighbor index based on the average distance from each feature to its nearest neighboring feature. Null hypothesis states that features are random. Evaluates whether the pattern expressed is clustered, dispersed, or random

  25. Measures spatial autocorrelation based on feature locations and attribute values. Evaluates whether the pattern expressed is clustered, dispersed, or random

More Related