Comparing Weather APIs

Introduction

The SARBayes project uses the International Search & Rescue Incident Database (ISRID) [1] to study and forecast lost person behavior. To augment the predictive power of the project's models, we can supplement sparsely populated fields in ISRID with other sources of data. For instance, given an incident's date and location, we can pull data from online application programming interfaces (APIs) to fill in missing values for weather conditions such as temperature and precipitation.

Continue reading "Comparing Weather APIs"

Fitting Incident Time to a Distribution

Incident times follow a von Mises distribution centered near 5:30pm.

Introduction

One goal of the SARBayes project is to forecast the probability of survival for lost persons. Such models could be useful in deciding to continue searching, and researchers making motion models can use survival predictions when generating probability maps of the lost person's location. We are analyzing data from the International Search & Rescue Incident Database (ISRID) to describe the probability of survival as a function of various features, such as age or temperature.

Continue reading "Fitting Incident Time to a Distribution"

Forthcoming MapScore Paper!

The MapScore project described here provides a way to evaluate probability maps using actual historical searches. On a metric where random maps score 0 and perfect maps score 1, the ISRID Distance Ring model scored 0.78 (95%CI: 0.74-0.82, on 376 cases). The Combined model was slightly better at .81 (95%CI: 0.77-0.84).

Our MapScore paper is now in press at Transactions in GIS! From the abstract:

The MapScore project described here provides a way to evaluate probability maps using actual historical searches.  In this work we generated probability maps based on the statistical Euclidean distance tables from ISRID data (Koester, 2008), and compared them to Doke’s (2012) watershed model. Watershed boundaries follow high terrain and may better reflect actual barriers to travel. We also created a third model using the joint distribution using Euclidean and watershed features. On a metric where random maps score 0 and perfect maps score 1, the ISRID Distance Ring model scored 0.78 (95%CI: 0.74-0.82, on 376 cases). The simple Watershed model by itself was clearly inferior at 0.61, but the Combined model was slightly better at .81 (95%CI: 0.77-0.84).

Continue reading "Forthcoming MapScore Paper!"