Masumbuko Semba

Interactive web-based Data Visualization and Decision Support Tools

Masumbuko Semba
The gap between scientist and decision makers has existed for decades. Despite the advance of technology in communication, scientists finds difficult to share the information that decision makers can use. Traditional scientific mode of sharing information, which is often depend on peer reviewed articles often fail to plainly communicate results to policy makers and practitioners. Recently, developing tools that support interactive exploration of results have changed the ways scientific evidence findings are communicated in better and easy way.

Local Spatial Autocorrelation

Masumbuko Semba
Introduction In this post, we explore the analysis of local spatial autocorrelation statistics, focusing on the concept and its most common implementation in the form of the Local Moran statistic. We explore how it can be utilized to discover hot spots and cold spots in the data, as well as spatial outliers. To illustrate these techniques, we will use the catch data from Deep Sea fishing authority. Moran’s I Moran’s I statistic is arguably the most commonly used indicator of global spatial autocorrelation.

Wind Data in R with rWind package

Masumbuko Semba
The Global Forecasting System (GFS) atmospheric model is a dataset from the National Oceanic and Atmospheric Administration (NOAA) and National Centers for Environmental Prediction (NCEP). In this database, wind is stored as velocity vector components (U: eastward_wind and V: northward_wind) at 10 m above the Earth’s surface. The resolution of the data is 0.5 degrees, approximately 50 km. Wind velocities have been registered six times per day (00:00 – 03:00 – 06:00 – 09:00 – 12:00 – 15:00 – 18:00 – 21:00 (UTC)), since 6th May 2011 and is updated daily.

Open Street Map Data in R

Masumbuko Semba
OpenStreetMap is a collaborative project to create a free editable geographic database of the world. Open street Map (OSM) is name refer is a global open access mapping project. The data from OSM can be used in various ways including production of paper maps and electronic maps, geocoding of address and place names, and route planning. To easy access of OSM spatial data, Mark Padgham and Robin Lovelace developed osmdata, which is an R package for downloading data from OSM.

Access altitude data and plot topograhy in R

Masumbuko Semba
Elevation data is used for a wide array of applications, including, for example, visualization, hydrology, and ecological modelling. There are several sources for digital elevation models such as the Shuttle Radar Topography Mission (SRTM), the USGS National Elevation Dataset (NED), Global DEM (GDEM), and others. Each of these DEMs has pros and cons for their use. Prior to its closure in January of 2018, Mapzen combined several of these sources to create a synthesis elevation product that utilizes the best available elevation data for a given region at given zoom level.