Our paper about remote sensing of cheatgrass die-off patches is now in print in Ecological Indicators. To read our paper click HERE or request a PDF from myself or one of the other authors. Since this paper we've done more mapping of cheatgrass die-offs in Skull Valley of western Utah and have a new graduate student coming on board next month to take the die-off mapping to new heights.
With this blog I intend to share GIS, remote sensing, and spatial analysis tips, experiences, and techniques with others. Most of my work is in the field of Landscape Ecology, so there is a focus on ecological applications. Postings include tips and suggestions for data processing and day-to-day GIS tasks, links to my GIS tools and approaches, and links to scientific papers that I've been involved in.
Tuesday, May 16, 2017
Tuesday, April 11, 2017
New remote sensing paper on cheatgrass die-offs
At last!
Our paper "Development of remote sensing indicators for mapping episodic
die-off of an invasive annual grass (Bromus tectorum) from the Landsat
archive" has been accepted in Ecological Indicators. The image below shows
some of our mapped die-off polygons overlaid on a Landsat composite image
(SWIR2, SWIR1, and NIR bands in the red, green, and blue channels).
Yellow areas have a high probability of being mapped as a cheatgrass die-off
area.
Monday, March 27, 2017
New version of Maxent software and paper out
It looks like Phillips and company has a new open-source version of Maxent out as well as an accompanying paper - http://biodiversityinformatics.amnh.org/open_source/maxent/
Thursday, December 15, 2016
An improved zonal statistics for dealing with overlapping buffers
A while back I posted an article about two alternative options for summarizing and extracting data from around points. The two solutions that I posited where zonal statistics and neighborhood statistics. Each has its advantages and disadvantages. The standard zonal statistics tool in ArcGIS doesn't deal with overlapping polygons, which is a common problem. The neighborhood approach tends to be slow, but has the advantage that it can deal with overlaps effectively and necessary for people doing wall-to-wall predictive maps (such as species distribution modeling).
There is, however, a third option. The zonal statistics tool can be modified to accommodate overlaps. That is exactly what I have done. Below is the model that I created in Model Builder to achieve this.
I plan to have this out soon as a tool available to download. In the mean time there are a couple of key features to this model that I'd like to point out.
1) Iteration by Field Values - This step iterates through a categorical raster, lets say land cover classes, producing an output that represents to proportion cover for each type.
2) Intersect/Erase - Buffers are generated and the intersect and erase tools are used identify the "normal non-overlapping" portion of the buffer as well as the overlapping portion. Unfortunately the Erase tool requires a full ArcGIS Advanced license so I'll need to put some more thought into how to make this available to folks with lower license levels.
3) Zonal statistics - The tool performs a couple of zonal statistics operations. It sums the number of cells in each class and then sums the total number of cells to get the proportional cover.
4) Once the proportional cover has been calculated for overlapping buffer areas and non-overlapping buffer areas there is a need to put this information together. The field calculator is used with the following formula max( !Prpn_Overlap_Raster!, !Prpn!). This effectively deals with the fact that there are Null values from one output when there are data values from the other and visa versa. This seems to be an effective way of getting around trying to make field mapping work.
Look soon for a new tool to automate this process.
There is, however, a third option. The zonal statistics tool can be modified to accommodate overlaps. That is exactly what I have done. Below is the model that I created in Model Builder to achieve this.
I plan to have this out soon as a tool available to download. In the mean time there are a couple of key features to this model that I'd like to point out.
1) Iteration by Field Values - This step iterates through a categorical raster, lets say land cover classes, producing an output that represents to proportion cover for each type.
2) Intersect/Erase - Buffers are generated and the intersect and erase tools are used identify the "normal non-overlapping" portion of the buffer as well as the overlapping portion. Unfortunately the Erase tool requires a full ArcGIS Advanced license so I'll need to put some more thought into how to make this available to folks with lower license levels.
3) Zonal statistics - The tool performs a couple of zonal statistics operations. It sums the number of cells in each class and then sums the total number of cells to get the proportional cover.
4) Once the proportional cover has been calculated for overlapping buffer areas and non-overlapping buffer areas there is a need to put this information together. The field calculator is used with the following formula max( !Prpn_Overlap_Raster!, !Prpn!). This effectively deals with the fact that there are Null values from one output when there are data values from the other and visa versa. This seems to be an effective way of getting around trying to make field mapping work.
Look soon for a new tool to automate this process.
Wednesday, December 14, 2016
Daniel's XL Toolbox for making high quality figures for journal publications

Clever trick for one to many spatial joins in ArcMap
I came across this post recently, and realized that I, too, was one of the many who have been doing GIS for years without realizing that this option existed. What a clever trick for working with one to many relationships.
https://esriaustraliatechblog.wordpress.com/2015/06/22/spatial-joins-hidden-trick-or-how-to-transfer-attribute-values-in-a-one-to-many-relationship/
https://esriaustraliatechblog.wordpress.com/2015/06/22/spatial-joins-hidden-trick-or-how-to-transfer-attribute-values-in-a-one-to-many-relationship/
Wednesday, December 7, 2016
Great Basin LCC Webinar is now available online
Marjorie did a wonderful job of presenting our ongoing work this past Monday on pygmy rabbits. If you didn't get a chance to watch the presentation live you can catch a recorded version here:
https://www.youtube.com/watch?v=loAHd86Fvsk&edit=vd
https://www.youtube.com/watch?v=loAHd86Fvsk&edit=vd
Subscribe to:
Posts (Atom)