Menu Home

Extract Data from Photos

This article is similar to an earlier post titled Mapping Geotagged Photos that explains how to map photo locations using ArcGIS Online. This version will be more technical, but provide flexibility for what data to extract and the output format (eg. stored to a database or local file). If you […]

Land Cover Classification Using Python

This post will discuss a simple method for land cover classification using a k-means clustering algorithm with Spectral Python (SPy). Spectral is a pure-Python package for processing hyperspectral images and is available for download using Pip or Conda. Let’s say you are working on a suitability analysis project and want […]

Exploratory Data Analysis

In this post we will journey on an expedition to explore a forestry dataset using Data Science tools available in Python. Python is an Object-Oriented programming language commonly used in the Geospatial and Data Science fields. As an example scenario, we will work with two datasets that resemble common Stand […]