Last month I posted about how to read box plots, and today I'm sharing how you can make your own. I picked two online tools that don't require you to calculate the mean and quartiles yourself and shared a quick couple lines of code for the R users out there. Let's start with Desmos! Desmos… Continue reading Making Box Plots
Tag: free
Data Downloads: Soil Maps
Today I'm continuing a series on sources of spatial data (see past posts on aerial images and DEMs). Soil maps are useful for all sorts of applications, like deciding where to place a trial in a larger field so that all the treatments are on the same soil type or determining the drainage class of… Continue reading Data Downloads: Soil Maps
Inverse Distance Weighting in SAGA
I broke out SAGA again this week to do some soil interpolations. I don't usually use inverse distance weighting (IDW) for much because you can't generate error maps or use covariates with this method. For this project I needed to make some maps in IDW to compare back to other methods. I'm using IDW for… Continue reading Inverse Distance Weighting in SAGA
Saving Layer Style Files in QGIS
Sometimes getting a layer to be displayed precisely how you want it can be a tedious process in QGIS. Fortunately, there is a way to save that style so you can apply it to the same layer in another project, or to another layer with similar attributes. Most of the time I use layer style… Continue reading Saving Layer Style Files in QGIS
Types of Curvature
Curvature, the second derivative of elevation, is a very useful terrain derivative. It describes how convex or concave a surface is, which helps predict soil moisture (among other things). The basic terrain analysis feature in SAGA calculates plan curvature and profile curvature. Profile curvature goes with the direction of maximum slope, which helps estimate acceleration… Continue reading Types of Curvature
Getting Category Colors into QGIS from ColorBrewer
Are you as obsessed with ColorBrewer as I am? I am making a map where I color Ohio counties based on region, and used ColorBrewer to pick colors. The first thing I did was go to ColorBrewer and find a qualitative color set for 5 categories of data. Next I used the HEX codes provided… Continue reading Getting Category Colors into QGIS from ColorBrewer
Basic Terrain Analysis: SAGA
If you missed my posts on terrain derivatives or SAGA, you may want to jump back and read those first. Today I'm going to talk about two very common terrain derivatives and how to calculate them in SAGA. I'm going to keep going with the same DEM from Mt. Gilead State Park I used in… Continue reading Basic Terrain Analysis: SAGA
Intro to SAGA GIS
Last week I mentioned terrain derivatives and promised some how-to posts. I'm going to start with an brief intro to SAGA GIS, which is my preferred software for generating terrain derivatives. SAGA was written in the early 2000s and has been regularly updated-- you can learn more from its makers here. You can download SAGA… Continue reading Intro to SAGA GIS
Draw.io
Last week I posted about my usual QGIS to R workflow, and shared a little flowchart: This week I wanted to highlight the software I used to make it-- Draw.io, which is an open source version of Microsoft Visio. Visio is great, but it's expensive, so Draw.io usually makes more sense for me. Draw.io lets… Continue reading Draw.io
Project Files in RStudio
R is an excellent, if occasionally frustrating, tool. I'm assuming if you are an R user reading this post, you've already started using RStudio to improve your user experience. If not, go get RStudio here-- it color-codes your scripts, displays your objects and functions in the working environment, and has an integrated file browser. And… Continue reading Project Files in RStudio